/*
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.1
*/
.pager .pages {
	background-color: unset;	
}
.footer_copy .social,
.button-love {
	display: none !important;	
}
#Footer .footer_copy .one {
	margin-bottom: unset;	
}
.search_button {
	background-color: #1A1F24;
}
.search_button:hover {
	background-color: #08B14E !important;
}
#Top_bar .top_bar_right .top-bar-right-icon, #Top_bar .top_bar_right .top-bar-right-icon svg .path {
    color: #C6C9CD;
    stroke: #C6C9CD;
}
#Top_bar .top_bar_right .top-bar-right-icon:hover, #Top_bar .top_bar_right .top-bar-right-icon:hover svg .path {
    color: #F2E601;
    stroke: #F2E601;
}

.post-item .post-excerpt  {
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
overflow: hidden; 
}
.post-item .post-title a {
	display: -webkit-box; 
-webkit-line-clamp: 1; 
-webkit-box-orient: vertical; 
overflow: hidden; 	
}
#Subheader {
	    background-color: #0003;
}
#Subheader .title {
	line-height: 1;
    font-size: 60px !important;
}
body:not(.template-slider) #Header_wrapper {
    background-image: url(/wp-content/uploads/2024/08/lua2-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.themecolor {
	color: 	var(--mfn-woo-themecolor) !important;
}
body, .mfn-menu-item-megamenu {
	font-size: 15px;	
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after {
	background: #ffc013;	
}
.header-plain #Header .top_bar_left {
	    background-color: #1a1f24 !important;	
}
#Top_bar .logo {
    margin: 10px 30px 0 20px;
}
.header-plain #Top_bar .menu > li.current-menu-item > a, .header-plain #Top_bar .menu > li.current_page_item > a,
.header-plain #Top_bar .menu > li.hover > a {
	background: #08B14E;
    color: #F2E601;	
}
.header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) {
    line-height: 80px;
	font-weight: bold;
}