/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Header */
.elementor-sticky--effects.header--display {
    padding-bottom: 15px !important;
    padding-top: 5px !important;
}
.elementor-sticky--effects {
    background-color: #333 !important;
}
.elementor-slide-heading {
    text-shadow: 4px 0 9px #3e3e3e;
}
.sold-out.elementor-widget.elementor-widget-post-info {
    display: none;
}
.open-popup {
    cursor: pointer;
}


/* home slider */
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: transparent;
}

.visibleNearbyZoom .rsSlide img {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}

.rsDefaultInv .rsArrowIcn {
    background-color: #F8C043 !important;
    border-radius: 25px !important;
}

.rsDefaultInv.rsHor .rsArrowLeft {
    left: 260px !important;
}

.rsDefaultInv.rsHor .rsArrowRight {
    right: 260px !important;
}


/*carousel*/

.item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 -20px;
    transform: scale(.7);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .item {
    opacity: 1;
    transform: scale(1);
}


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
	color: #F8C043;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 4px solid #F8C043;
    padding: 20px 16px 20px 16px;
}

.inner h4 {
    color: #fff;
    text-decoration: none;
    margin: 0;
    transition: .3s ease border-color;

    font-family: DM Serif Display;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    /* or 133% */
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.inner h4:hover {
    /*border-color: #fff;*/
}

.black .inner h4 {
    /*color: #000;*/
    /*border-color: rgba(0, 0, 0, 0.4)*/
}

.black .inner h4:hover {
    /*border-color: #000;*/
}

/* .owl-carousel:after{
  content:"";
  display:block;
  position:absolute;
  width:8%; top:0;
  bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
} */

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

/* .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: -122px !important;
} */

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: -122px !important;
}
.owl-carousel .owl-prev {
	left: 34%;
	height: 52px;
    width: 52px;
}


.owl-carousel .owl-prev:focus,
.owl-carousel .owl-next:focus,
.owl-carousel .owl-prev:active,
.owl-carousel .owl-next:active {
	outline: none;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(/wp-content/uploads/2021/01/prew.svg) no-repeat scroll 18px 16px;
    background-color: #F8C043;
    border-radius: 50%;
    /* left: -33px; */
    height: 52px;
    width: 52px;
}

/*:before { content: "\f104";*/
.owl-carousel .next-slide {
    background: url(/wp-content/uploads/2021/01/next.svg) no-repeat scroll 18px 16px;
    background-color: #F8C043;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    /*right: -33px;*/
}

.owl-carousel .owl-next {
	right: 34%;
	height: 52px;
    width: 52px;
}
.owl-carousel .prev-slide:hover{
    /*background-position: 0px -53px;*/
    opacity: 0.6;
}
.owl-carousel .next-slide:hover{
    /*background-position: -24px -53px;*/
    opacity: 0.6;
}

/* Footer */
.footer-link a {
    color: #ffffff;
}


@media (max-width: 1024px) {
    .inner {
        display: none;
    }
	.owl-dots {
		display: none;
	}
	.owl-carousel .owl-prev, 
	.owl-carousel .owl-next {
		top: -65px !important;
	}

    .owl-carousel .prev-slide {
        width: 36px;
        height: 36px;
        background-position: 10px 8px;
    }
	.owl-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.owl-carousel .owl-prev {
		left: 16px;
	}
	.owl-carousel .owl-next {
		right: 16px;
	}
	.owl-carousel .owl-next,
	.owl-carousel .owl-prev {
		width: 36px;
        height: 36px;
	}

	.elementor-2 .elementor-element.elementor-element-f8e9049 {
		z-index: 0;
	}
	.owl-carousel .owl-prev, .owl-carousel .owl-next {
		z-index: 100;
	}
	.owl-carousel.owl-drag .owl-item {
		border: 16px solid transparent;
	}
    .owl-carousel .next-slide {
        width: 36px;
        height: 36px;
        background-position: 10px 8px;
    }
	.item {
		box-shadow: none;
	}
	.elementor-2 .elementor-element.elementor-element-7489e3e {
		padding-bottom: 15px !important;
	}
}

.properties-header {
	background-color: #040506;
	padding: 320px 15px 80px;
	margin-top: -180px;
}
.properties-header__container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1126px;
	margin: 0 auto;
}
.properties-header h1 {
	margin: 0;
	font-size: 60px;
	line-height: 66px;
	font-family: "DM Serif Display", Sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #F8C043;
}
.properties-body {
	padding: 60px 0 45px;
}
.col-temp-8 {
	width: 66.666%;
}
.col-temp-4 {
	width: 33.333%;
}
.properties__col {
	padding-left: 15px;
	padding-right: 15px;
}
.properties-image-wrapper {
	background-color: #ffffff;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.properties-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 56.25%;
}
.properties-sidebar h2 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 36px;
	font-family: "DM Serif Display", Sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #040506;
}
.properties-sidebar p {
	font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
	color: #040506;
	margin: 0 0 15px;
}
.properties-sidebar h3 {
	margin: 0 0 15px;
	font-family: "DM Serif Display", Sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #F8C043;
}
.properties-text {
	padding: 15px 0;
}
.properties-sidebar p a {
	display: block;
	width: 100%;
	max-width: 240px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #F8C043;
	color: #040506;
	font-family: "Open Sans", Sans-serif; 
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
}
.properties-sidebar p a:hover {
	color: #F8C043;
	background-color: #040506;
}
.memorandum-form {
	background-color: #ffffff;
	padding: 30px;
	width: 440px;
}
.memorandum-form h2 {
	margin: 0 0 15px;
	text-align: center;
	color: #040506;
	font-family: "DM Serif Display", Sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 30px;
}
.memorandum-form p {
	text-align: center;
	font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
	color: #040506;
	margin: 0 0 15px;
}
.memorandum-form input[type="text"],
.memorandum-form input[type="email"] {
	font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
	border: 1px solid #818a91;
	color: #373a3c;
	border-radius: 3px;
    padding: .5rem 1rem;
	min-height: 40px;
	margin-bottom: 10px;
}
.memorandum-form input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 !important;
	background-color: #F8C043;
	color: #040506;
	font-family: "Open Sans", Sans-serif; 
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
	border-radius: 0 !important;
	border: none !important;
}
.memorandum-form input[type="submit"]:hover {
	color: #F8C043;
	background-color: #040506;
}
body div.wpcf7 .ajax-loader {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.properties-header h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.memorandum-form {
		width: 300px;
	}
	.col-temp-8,
	.col-temp-4 {
		width: 100%;
	}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute;
		width: 100%;
		top: 25px;
		z-index: 9999;
	}
}


#section-9-170 {
	display:none !important;
}
#memorandum-form p br,
.properties-sidebar br {
	display: none;
}
.elementor-467 .elementor-element.elementor-element-6aa87c5 {
	padding-top: 140px !important;
}