/*
Theme Name: Brokers in Excellence
Theme URI: https://brokers.votresiteavenir.be
Author: 
Author URI: 
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Brokers-In-Excellence
*/

body{
	margin: 0;
	padding: 0;
}



/*** Common CSS ***/
.elementor-button:focus, 
.elementor-button:hover, 
.elementor-button:visited{
	color: #000;
}
.mask-image {
	-webkit-mask-image: url(img/mask_bottom.svg),url(img/mask_top.svg),linear-gradient(black,black);
	mask-image: url(img/mask_bottom.svg),url(img/mask_top.svg),linear-gradient(#000,#000);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom center,top center;
	mask-position: bottom center,top center;
	transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
}
.top-mask-image{
	-webkit-mask-image: url(img/mask_top.svg),linear-gradient(black,black);
	mask-image: url(img/mask_top.svg),linear-gradient(#000,#000);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: top center;
	mask-position: top center;
	transform: translateZ(0);
	-webkit-mask-position: center -1px;
	mask-position: center -1px;
}

.left-mask-image {
	-webkit-mask-image: url(img/mask_left.svg),linear-gradient(black,black);
	mask-image: url(img/mask_left.svg),linear-gradient(#000,#000);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left center;
	mask-position: left center;
	transform: translateZ(0)
	mask-position: center -1px;
}

.animate-btn .elementor-button-icon svg{
	font-size: 15px;
}

.animate-btn .elementor-button-icon:before {
  content: '';
  border: 1px solid;
  width: 35px;
  transition: all ease-in-out 0.2s;
  transform:translateX(10px) translateY(0.5px);
}

.animate-btn .elementor-button:hover .elementor-button-icon:before {
  width: 50px;
}

.icon-animate-btn .elementor-icon{
	align-items: center;
  display: flex;
}

.icon-animate-btn .elementor-icon:before {
  content: '';
  border: 1px solid;
  width: 29px;
  transition: all ease-in-out 0.2s;
  transform: translateX(17px) translateY(0px);
}

/*.icon-animate-btn .elementor-icon-wrapper:hover .elementor-icon:before{
	  width: 50px;
}*/
/*** EOF common CSS ***/


/*** Heder CSS ***/
/* Pill-shaped nav menu */
.middle-nav .elementor-nav-menu{
	background: #fff; 
	border-radius: 50px;
	padding: 0;
	/*display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
}

/* Nav menu items inside */
.middle-nav .elementor-nav-menu a {
	color: #000;
	font-weight: 500;
	padding: 15px 20px !important;
	border-radius: 25px;
	transition: all 0.3s ease;
}

/* Hover effect */
.middle-nav .elementor-nav-menu a:hover {
	background: #f5f5f5;
	color: #ff6600; 
}

.lang-switcher p{
	margin: 0;
}

.lang-switcher .cpel-switcher__list {
  display: flex;
  align-items: center;
/*   gap: 8px; spacing around the slash */
}

.lang-switcher .cpel-switcher__lang:not(:last-child):after {
  content: "/";
  color: white;
  margin: 0 5px;
  font-family: "Antarctica", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-wrap..elementor-sticky--active{
	background:#000;
}

/*** EOF Heder CSS ***/

/*** Footer CSS ***/
#footer-tagline{
	overflow-x: hidden;
}
#footer-tagline h3.elementor-heading-title{
	white-space: nowrap;
}

#footer a:hover{
	text-decoration: underline !important;
}

/*#footer .mask-bg{
  gap: 1.25rem;
	overflow:hidden;
}

#footer .mask-bg:before {
	content: '';
	background: #fff;
	height:100%;
	width:100%;
	position: absolute;
	left: 29%;
	top: 42px;	
}

#footer .footer-l-col{
	border-top-right-radius: 55px;
}

#footer .footer-r-col{
	border-top-left-radius: 55px;
}
*/
.footer-contact-desc p,
.footer-bootom p{
	margin: 0;
}
/*** EOF Footer CSS ***/
.hero-overlay-txt{
	/*transform: translate(-50%, -50%);*/
	overflow: hidden !important;
}

.hero-overlay-txt h1.elementor-heading-title,
.hero-overlay-txt h2.elementor-heading-title{
	white-space: nowrap;
}


.overlay-bottom-txt{}

/*.mask-desc-sec{
	gap: 1rem !important;
	overflow: hidden !important;
}

.mask-desc-sec:after{
	content: "";
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
}

.desc-sec-top{
  border-bottom-left-radius: 4rem !important;
}

.desc-sec-bottom{
  border-top-left-radius: 4rem !important;
}*/

.mask-image .mask-img-wrap{
	/*height: 65vh;*/
	margin-bottom: 1px !important;
	margin-top: 1px !important;

}

.mask-image .mask-img-wrap img.attachment-full{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.logo-carousel img.attachment-full{
	width: 500px !important;
  height: 100px;
}

.contact-form-col .elementor-field{
	padding: 1rem 1.5rem;
}

.contact-form-col .elementor-field-type-submit{
	margin-top: 15px;
}

.contact-form-col .elementor-button{
	color: #000 !important;
	cursor: pointer;
}

.contact-form-col .elementor-button-icon svg{
	font-size: 15px;
}

.contact-form-col .elementor-button-icon:before {
  content: '';
  border: 1px solid;
  width: 35px;
  transition: all ease-in-out 0.2s;
  transform:translateX(10px) translateY(0.5px);
}

.contact-form-col .elementor-button:hover .elementor-button-icon:before {
  width: 50px;
}

#home-testi-sec .elementor-testimonial__footer{
	position: relative;
}

#home-testi-sec .elementor-testimonial__footer:before{
	content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(img/star-icon.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: cover;
}

/*.broker-map-img img.attachment-full{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.broker-map-img.elementor-widget-image a{
	display: block;
}

.map-middle-text .elementor-icon-list-item{
  border-radius: 20px;
  border:1px solid #000;
}

.map-middle-text .elementor-icon-list-icon{
	margin-left: .625rem;
}

.map-middle-text .elementor-icon-list-text{
	background: #000;
  color: #fff;
  padding: .25rem 1rem !important;
  border-radius: 20px;
}*/

.text-btn .elementor-heading-title{
  background: #000;
  border-radius: 35px;
  padding: 1.5rem 3rem;
  display: inline-block;
}

#team-bubble-wrap .team-bubble{
	width: 200px;
	height: 200px;
}

.icon-animate-btn .elementor-icon{
	position: relative;
  width: 2.5em;
  height: 2.5em;
}

.icon-animate-btn .elementor-icon:before {
  position: absolute;
  right: 38px;
  width: 27px;
}

.icon-animate-btn .elementor-icon svg{
	position: absolute;
  right: 10px;

}

.icon-animate-btn .elementor-icon-wrapper:hover .elementor-icon:before {
  width: 33px;
}

#member-location-sec .member-details-row{
	cursor: pointer;
	padding: 0;
	width: 97%;
}

#member-location-sec .member-desc {
  background: #000;
  color: #fff !important;
  padding: 0 10px;
  display: none; 
}

#member-location-sec .member-desc a{
	color: #fff;
}

.member-details-row.active .member-title{
	display: none;
}

.member-details-row.active .member-desc { 
	display: block !important; 
}

#member-location-sec{
	overflow: hidden;
	max-height: 600px; /* big enough to fit content */
}

#member-location-sec .member-col-left{
	 overflow-y: scroll; /* always show scrollbar */
}


/* Firefox scrollbar */
/*.member-col-left{
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
*/
/* Scrollbar styling (WebKit browsers: Chrome, Edge, Safari) */
#member-location-sec .member-col-left::-webkit-scrollbar {
  width: 15px;
}
#member-location-sec .member-col-left::-webkit-scrollbar-track {
  background-color:transparent;
  border: 1px solid #000;
  border-radius: 15px
}
#member-location-sec .member-col-left::-webkit-scrollbar-thumb {
   background-color:#000;
  border-radius: 15px
}
/* #member-location-sec.member-col-left::-webkit-scrollbar-thumb:hover {
  background: #000;
}*/


@media (min-width: 1536px) {
  .container-width {
    max-width: 1536px;
    /*padding-right: 3rem;
    padding-left: 3rem;*/
  }

  header .container-width{
  	padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Mobile CSS: Targets screens 768px wide or smaller */
@media only screen and (max-width: 768px) {

	#member-location-sec .member-details-row{
		width: 100%;
	}

	#member-location-sec{
		max-height: 100%;
		overflow: visible;
	}

	#member-location-sec .member-col-left{
	 overflow-y: auto; /* always show scrollbar */
}

	#member-location-sec .member-desc{
		margin-top: 10px;
	}

	#custom-map{
		height: 400px !important;
	}

	#map{
		height: 500px !important;
	}


}

/*
.toggle-btn {
  background-color: #e74c3c; // red for OFF 
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}
*/
/*.toggle-btn.active {
  background-color: #2ecc71;  //green for ON 
}
*/

#cookie-box .cookie-expanded{
	display: none;
}


#cookie-box .cookie-hidden-text ul li{
	list-style: none;
}