/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


#back_to_top i {
	color: #fff !important
}

.section-post-header {
	display: none !important
}

.section-related-ul .post-related .image_frame, .section-related-ul .post-related .desc{
	padding: 5px !important
}

.section-related-ul .post-related .desc h4 {
	font-size:18px;
}


.section-related-ul .post-related .desc .button {
	    padding: 15px 20px !important;
}

.section-related-ul .post-related .date_label {
	display: none !important;
}

/* portfolio same height images */
.portfolio-item-fw-bg .image_frame img {
  width: 100%;
  height: 300px; /* Adjust to your preferred height */
  object-fit: cover;
}