/*
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
*/

/** BEGIN Language Switcher **/
#Top_bar .wpml-languages a,
#Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
  color: #fff;
  font-size: 15px;
}
#Top_bar .wpml-languages a.active {
  border: unset;
  padding: 10px 0px 10px 0px;
}
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
  border-radius: 0px;
  border-width: 1px;
}
/** BEGIN Language Switcher **/


/** BEGIN Menu Style **/
#Top_bar .menu > li > a span {
	padding: 0 12px !important;
}
@media only screen and (min-width: 1240px) {
    .menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a:not(.menu-toggle):after {
        height: 2px !important;
        width: calc(100% - 24px) !important;
        left: 12px !important;
		margin-top: 12px !important;
    }
}
/** END Menu Style **/


/** BEGIN breadcrumbs Style **/
.breadcrumbs_warp ul.breadcrumbs:before {
	content: "";
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-top: -3px;
	background-image: url(/wp-content/uploads/2026/06/home.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.breadcrumbs_warp ul.breadcrumbs {
	/*padding-left: 25px;*/
}
/** END breadcrumbs Style **/

/*** BEGIN Pagination **/
section.mcb-section.loopwithpagination.mfn-looped-items .mfn-query-pagination ul.page-numbers li .page-numbers.current {
	--mfn-pagination-items-color: #ffffff !important;
	background-color: #204E7F;
}
/*** END Pagination **/


/** BEGIN Footer Style **/
footer#Footer .footer_text1 {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
footer#Footer .footer_text2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 187.5% */
}
/** END Footer Style **/