.custom-logo-link {
    font-size: 0;
}
.custom-logo-link img {
    max-height: 180px;
}
.navbar {
    padding: 10px 0;
}

.header-inner.inner-wrap.wpz_layout_full.wpz_menu_normal {
		display: none;
}

.builder-wrap.full-width {
  	background-color: rgba(242,242,242, 1);
}

.builder-wrap.full-width article {
		max-width: 90em;
    margin: auto;
}


/* Inside Page Of Property */
.container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px; /* Add gap between columns */
}

.custom_box {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 35px;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 5%);
}

.custom_box.custom_box_map {
	padding: 12px;
}

.title_container-mobile {
	display: none !important;
}

@media screen and (max-width: 900px) {
  .container {
    grid-template-columns: 1fr; /* Change to a single column layout for smaller screens */
  }
	
	.search_section {
		display: grid !important;
		grid-template-columns: 1fr; /* Change to a single column layout for smaller screens */
	}
	
	.search_section .background_image {
		height: 300px;
		margin: 15px 0;
		order: +1;
	}
 
  .col1 {
    order: -1; /* Move col2 above col1 for smaller screens */
  }
	
	.title_container-mobile {
		display: block !important;
	}
	
	.title_container {
		display: none !important;
	}
}

.title_container {
	  display: flex;
    justify-content: space-between;
}

.flexmls_connect__ld_detail_table {
	border: none !important;
}

.flexmls_connect__ld_detail_table .flexmls_connect__detail_header {
	background-color: #fff;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: 700;
}

.columns2 .flexmls_connect__ld_property_detail_row+.flexmls_connect__ld_property_detail_row, .flexmls_connect__ld_property_detail_row+.flexmls_connect__ld_property_detail_row {
	border: none !important;
}

.columns2 .flexmls_connect__ld_property_detail_row:nth-of-type(odd), .flexmls_connect__ld_property_detail_row:nth-of-type(odd) {
	background-color: #edededa1;
}

.columns2 .flexmls_connect__ld_property_detail_row:nth-of-type(even), .flexmls_connect__ld_property_detail_row:nth-of-type(even) {
	background-color: #fff;
}

.lexmls_connect__tab_div {
	display: none;
}

.mg-20 {
	margin: 20px 0;
}

::selection {
  color: #fff;
  background: #f15455;
}

/* .flexmls_connect__photos .flexmls_connect__photo_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
 */
.flexmls_connect__photos {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px; /* Add gap between columns */
}

.flexmls_connect__photos .flexmls_connect__photo_container {
	border: none;
	position: relative;
	width: 100%;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	margin: 0;
	overflow: hidden;
}

.flexmls_connect__photos .flexmls_connect__photo_container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: none;
}

.svg_items {
  display: flex;
  align-items: center;
  justify-content: start;
}


.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.item {
  align-items: center;
  background-color: #ffffff;
  color: white;
  display: flex;
  max-height: 610px;
  justify-content: center;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 5%);
}

.owl-carousel .owl-item .item img {
/* 	width: 65% !important; */
}

@media screen and (max-width: 1000px) {
	.owl-carousel .owl-item img {
		width: 100%!important;
	}
	
	.item {
		max-height: 400px!important;
	}
}

@media screen and (max-width: 700px) {
	.slick-list {
		max-height: 300px;
	}
	
	.carousel .item img {
		width: 100%!important;
		object-fit: cover;
    height: 300px;
	}
	
	.item {
		max-height: 300px!important;
	}
}


/* .owl-carousel {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 0;
}
.owl-carousel .item {
	font-size: 30px;
	text-align: center;
	padding: 40px 20px;
	line-height: 2;
	font-weight: 700;
	background-color: #eee;
} */



/* owl nav */
.owl-prev span, .owl-next span {
	color: #FFF;
	font-size: 40px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3 !important;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
	font-size: 50px;
}

.owl-next {
	right: 7px;
	font-size: 50px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
	 border: none;
}

.flexmls_connect__button:active, .flexmls_connect__page_content button:active, .flexmls_connect__sr_detail button:active {
	box-shadow: none;
}

.owl-carousel .owl-item img {
	cursor: pointer;
}
/* Inside Page Of Property */

/* Home Page */
.post-16 .entry-content {
	max-width: 90% !important;
}

.entry-content .search_section {
	display: flex;
  justify-content: space-between;
}

.entry-content .search_section .background_image {
	display: flex;
	align-items: flex-end;
	margin-right: 25px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	justify-content: space-between;
}

.entry-content .search_section .background_image a {
	background-color: #0e486a;         margin: 40px;
	color: #fff;
	padding: 11px 50px;
	text-decoration: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.entry-content .search_section .background_image a:hover {
	background-color: #009fc1;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.header-inner.inner-wrap.wpz_layout_full.wpz_menu_normal {
	align-items: center;
	display: flex!important;
	justify-content: space-between;
}

.site-info .copyright {
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.builder-wrap.full-width {
	 margin-top: 200px;
}

@media screen and (max-width: 500px) {
	.flexmls_connect__search {
		max-width: 300px!important;
	}
	
	.search_section {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.background_image { 
		max-width: 300px;
	}
	
	.background_image div { 
		margin: auto !important;
	}
	
	.entry-content .search_section .background_image {
		display: flex;
    align-items: flex-end;
    margin-right: 25px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: wrap;
	}
	
/* 	.owl-prev {
		display: none;
	}
	
	.owl-next {
		display: none;
	} */
}

.slick-list .slick-track .slick-slide {
  height: 700px; /* Set slide height to 100% of parent container */
  display: flex; /* Use flexbox layout to center image vertically */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.slick-slide img {
  height: 700px; /* Set max-height to 100% of slide height */
  width: 1450px; /* Set max-width to 100% of slide width */
  object-fit: cover; /* Scale image to cover entire slide */
	
	cursor: pointer;
}


.slick-list .slick-track .slick-slide {
  width: 56.25%; /* 16:9 aspect ratio */
}

.slick-prev {
	left: 10px !important;
	z-index: 1;
}

.slick-next {
	right: 25px !important;
}

.slick-next:before, .slick-prev:before {
	font-size: 40px !important;
}
    

.navbar {
/* 	color: #141b38 !important;
	background: #10101000 !important; */
}

.headroom--not-top .navbar, .has-header-image.home.blog .headroom--not-top .navbar, .has-header-image.inspiro-front-page .headroom--not-top .navbar, .has-header-video.home.blog .headroom--not-top .navbar, .has-header-video.inspiro-front-page .headroom--not-top .navbar {
/*     background-color: rgb(0 0 0 / 38%); */
	background-color: #fff;
	color: #000;
}

.navbar {
	background-color: #fff;
	color: #000;
}

.side-nav .widget .title, .side-nav .widget .wp-block-group__inner-container>h2, .side-nav .widget .wp-block-search__label, .side-nav .widget_block .title, .side-nav .widget_block .wp-block-group__inner-container>h2, .side-nav .widget_block .wp-block-search__label {
	color: #000;
}

.side-nav__scrollable-container {
	background-color: #fff;
}


.side-nav__scrollable-container .navbar-nav .menu-item a{
	color: #000;
}

.navbar-nav .current-menu-item {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.navbar-toggle .icon-bar  {
	background: #000;	
}