@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');
:root {
  --si-hero-image: none !important;
}
/*.hero-video--iframe {
	height: 625px}
 .hero-video {
    display: block;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
	width: auto;}
.hero-video--iframe div {
    height: 100%;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
	background: #000;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
.hero-video--iframe iframe {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
	background: #000
}*/
.embed-responsive {
	display: unset;
	height: unset!important;
	overflow: hidden!important;
	padding: unset!important;
	position: unset!important;
	z-index: 0;
}
#background-video {
  width: 100vw;
  height: 75vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#home35668 .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px; 
    padding-right: 0px; 
	margin-top:0px;
}
#home35668 .page {
    display: flex;
    flex-flow: row wrap;
    padding: 0!important; 
    position: relative;
} 
#home35668 header {
	background: #fff;
	background-size: cover;
}
#home35668 header::before {
	background: none!important;

}
#hero::before {
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0))!important;
	background-size: 100% 60%,100% 100%;
	content: "";
	height: 800px;
	position: absolute;
	width: 100%;
	z-index: 20;
}
#hero{position: relative;}
#home35668 #hero .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 0px; 
    flex-wrap: wrap;
    height: 75vh;
    max-height: 100%;
	top:0;
	max-width: 100%!important;
}
#home35668 #hero h1.intro__title{
	color:#fff;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 65px;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 30px;
}
#home35668 .intro__buttons {
	display: flex;
   flex-wrap: wrap;
	justify-content: center;
	max-width: 100%!important;
}

#home35668 .intro__button.btn{
display: inline-block;
background-color: rgba(255,255,255,1);
box-sizing: border-box;
border: 1px solid #000;
color: #1D1C1C;
border-radius: 0;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
text-decoration: none;
text-transform: none;
	
}
#home35668 .intro__button.btn:hover{
	background: #1D1C1C;
	color: #fff;
}

#home35668 .intro__button {
	flex: 1 0 270px;
	margin: .85em .85em 0 0;
	opacity: 1;
	flex-grow: 0;

}
#home35668 .intro__button:nth-child(3){
	margin: .85em 0 0 0;
}
#home35668{margin: 0 auto}
#home35668 .cy-custom{
	background-color: #fff;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif; 
	margin:0;
}

#home35668 .cy-custom h4{font-size: 26px; font-weight: 300; margin: 0 0 15px 0;}
#home35668 .cy-custom h5 {
	margin: 10px 0;
	
}
/*img {max-width: 100%;}*/

#home35668 .bg1{
	background-color:#FFFFFF;
}
#home35668 .bg2{
	background-color: #F7F7F7;
}
#home35668 ._right{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#home35668 ._right::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}
#home35668 .row{
	display: flex;
	flex-wrap: wrap;
}
#home35668 .row::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}
#home35668 .boxed{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	width: 100%;
	height: fit-content;
}
#home35668 .boxed-2{
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	height: fit-content;
}
#hero{
	overflow: hidden;
	height: 75vh;
	display: block;
	position: relative;
}
#ima{
	display: block;
	max-height:100vh;
	min-height: 700px;
	z-index: 2;
	position: relative;
	transform: translateY(-100%);
	text-align: center;
}
#hero .wp-block-cover,
.wp-block-cover-image {
    position:relative;
    background-size:cover;
    background-position:50%;
    min-height:430px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1em;
    box-sizing:border-box
}
#hero .wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    -o-object-fit:cover;
    object-fit:cover;
    outline:none;
    border:none;
    box-shadow:none
}

.wp-block-cover__image-background, .wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
    height: unset;
    max-width: unset!important;
    
}
.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
 	width: 100%;
    z-index: 1;
    color: #fff;
	}
.wp-block-buttons {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    column-gap:.5em
}
.wp-block-buttons>.wp-block-button {
    display:inline-block;
    margin-left:0;
    margin-right:.5em;
    margin-bottom:2.5em;
    text-decoration:none;
}

#home35668 #about{
	padding-top:30px;
	margin-bottom: 30px;
	
}

#home35668 #about .inner {
	padding: 0px 20px;
	max-width: 80%;
}
#home35668 #about .lenders {
	max-width: 150px;
}
#home35668 #about h2::after{
	content: "";
	display:block;
	position: relative;
	border-bottom:1px solid #ccc;
	width: 100px;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#home35668 #about p{
	text-align: left;
}

#home35668 #value{
	margin-top:0px;
	/*padding:0 15px;*/
	box-sizing: border-box;
}
#home35668 #neighborhood_heading {
    padding-top: 30px;
	margin-bottom:60px;
    text-align: center;
}
#home35668 #neighborhoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   	}
#home35668 #neighborhoods .inner-cities{
	width: calc(100% / 4);
	padding:15px;
	box-sizing: border-box;
	
}
#home35668 #neighborhoods a {
	border-top:6px solid #000;
    display: block;
	width: auto;
    position: relative;
    background: #dde1e4;
    overflow: hidden;;
}
#home35668 #neighborhoods a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}
#home35668 #neighborhoods a::after {
    content: "";
    background: url(https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/atlantaluxuryneighborhoods.com/images/WG_Logo_Stacked_White.png) center no-repeat;
    background-size: contain;
    width: 102px;
    height: 56px;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    right: 16px;
    bottom: 7px;
    opacity: 0.79;
}
#home35668 #neighborhoods a .inner {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
#home35668 #neighborhoods a .inner .title {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-shadow: 1px 1px 2px #000;
}
#home35668 #neighborhoods a img {
	width: 100%;
	display: block;
	filter: brightness(1);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	object-position: 50% 50%;
	margin: 0 !important;
	object-fit: cover;
	height: 500px;
}
#home35668 #neighborhoods a:hover img {
	filter: brightness(0.7);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
  
}
#home35668 #lifestyle .inner, #value .inner{
	padding:150px 100px;
	text-align: left;
	max-width: 100%;
}
#home35668 #lifestyle ._right{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#home35668 #lifestyle .half-banner, #about .half-banner, #value .half-banner{
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}

#home35668 #consultants{
	padding: 60px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}
#home35668 #consultants .half-banner {
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding: 0 15px;
	margin: 0;
	flex: 1;
	/*height: fit-content;*/
}
#home35668 #consultants .consultants-image{
	border-top:6px solid #000;
	filter: brightness(1);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	min-height: 370px;
	max-height: 600px;
    }
/*#home35668#consultants .consultants-image::after{
   content:"";
    display: block;
	position: relative;
	width: 100%;
	height: 100%;
	bottom: 25px;
	z-index: 13;
    background:rgba(0,0,0,0);
    -webkit-transition: 300ms ease all;
	transition: 300ms ease all;
    }*/
#home35668 #consultants .consultants-image:hover{
    filter: brightness(0.7);
    -webkit-transition: 300ms ease all;
	transition: 300ms ease all;
    }
#home35668 #consultants .inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	max-height: 100%;
	width: 100%;
	justify-content: center;
	flex-flow: column;
	padding-bottom: 30px;
}
#home35668 #consultants .inner p{
	padding:0 40px;
}

#home35668 #consultants .inner-cons .btn{
	align-self: flex-end;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
#home35668 #consultants .inner-cons {
	padding: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	background-color: #FFF;
	justify-content: center;
	border: 1px solid #D5D1D1;
}
#home35668 #performance::before{content:""; display: block; width: 80%; margin-left:auto; margin-right:auto; border-top: 0px; margin-bottom: 0px;}
#home35668 #performance .heading h2 {
    margin: 0;}
#home35668 #performance .container {
    overflow: visible; }
#home35668 #performance .stats{
    display: flex;
    margin-top: 10px;
    padding: 0;
	background: transparent; 
    flex-wrap: wrap;
    justify-content: center;}
#home35668 ul.stats{
	list-style:none;}
#home35668 #performance .stats li {
    width: 33.33%;
    color: #000;
    padding: 20px 50px;
    text-align: center; 
box-sizing: border-box;}
#home35668 #performance .stats li::marker {
    display: none; }
#home35668 #performance .stats li .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    padding:30px 20px;
    background: #fafafa5e;}
#home35668 #performance .stats li:before {
    display: none; }
#home35668 #performance .stats li .number {
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 300; }
#home35668 #performance .stats li .label {
    color: #315896;
    display: block;
    align-self: self-end;
    font-size: 19px;
    line-height: 1.4; }
#home35668 #performance .smaller{font-size: 24px;}
#home35668 h2.seller{
	margin-top:20px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0px;
}

#home35668 #featured .heading{
  padding: 40px 0 180px 0;
 }
#home35668 #featured {
    padding: 20px 0; 
margin-bottom: 30px;}
#home35668 #featured .property-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -140px;
    padding-left: 15px;
    padding-right: 15px;
	flex-direction: row;
}
#home35668 #featured .property-grid .property {
    width: calc((100% - 62px) / 3);
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px #ccc;
}
#home35668 #featured .property-grid .property:nth-child(1), #home35668 #featured .property-grid .property:nth-child(2) {
    margin-right: 30px;
} 
#home35668 #featured .property-grid .property:nth-child(3){
	margin-right: 0;
}
#home35668 #featured .property-grid .property .inner-prop{
   width: 100%;
   box-sizing: border-box;}

#home35668 #featured .property-grid .property a {
    display: block;
    position: relative;
    height: 16vw;
    overflow: hidden; 
	background: #b7b7b7;
	}
#home35668 #featured .property-grid .property a::after {
	content:"";
    display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 13;
    background:rgba(0,0,0,0);
    -webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	}
#home35668 #featured .property-grid .property a:hover::after {
	content: "";
   background:rgba(0,0,0,0.31);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
#home35668 #featured .property-grid .property .inner-prop a .area-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    /*background: rgba(0, 0, 0, 0.6);*/
    color: #fff;
    text-align: left;
    z-index: 20;}
#home35668 #featured .property-grid .property .inner-prop a .area-meta .address {
    display: block;
    font-weight: 600;
    padding-bottom: 0px; 
    text-align: left;}
#home35668 #featured .property-grid .property .inner-prop a .area-meta .address small {
    display: block;
    font-weight: 400; }
#home35668 #featured .property-grid .property .inner-prop a .area-meta .price {
    display: inline-block;
    font-size: 24px;
	line-height: 1;
    text-align: left}
#home35668 #featured .property-grid .property .area-rooms {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    max-width: 100%;
	padding: 0;
    background: #F7F7F7;
    color: #000;
    align-items: end;
}
#home35668 #featured .property-grid .property .area-rooms .beds, #home35668 #featured .property-grid .property .area-rooms .baths, #home35668 #featured .property-grid .property .area-rooms .square-area {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.vertical-line{
	width: calc(100% / 3);
	padding: 5px;
	text-align: center;
	
}
.beds::before{
	content: url("https://cy-chime-assets.s3.amazonaws.com/sites/victoriahomes.com/images/bed.png");
	margin-right: 4px;
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

}
.baths::before{
	content: url("https://cy-chime-assets.s3.amazonaws.com/sites/victoriahomes.com/images/bath.png");
	margin-right: 4px;
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.square-area::before{
	content: url("https://cy-chime-assets.s3.amazonaws.com/sites/victoriahomes.com/images/square-area.png");
	margin-right: 4px;
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.beds img, .baths img, .square-area img{ 
	max-width: 36px}
#home35668 #featured .property-grid .property a img {
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%; 
	min-height: 100%;
	margin:0!important;
    }

#home35668 #home-contact{
	width: 100%;
	display: block;
	overflow: hidden;
}
#home35668 .connect-container{
    padding: 90px;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#home35668 .connect-container::before, .connect-container::after{
	content: "";
	box-sizing: border-box;
}
#home35668 .connect-border{
    display: flex;
    justify-content: center;
    max-width: 90%;
    padding: 70px 40px;
    margin: 0 auto;
}
#home35668 .contact-logo{
    width: 300px;
    margin: 0 auto;
}
#home35668 .contact-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    align-items: center;
}
#home35668 .contact-address{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    letter-spacing: .135rem;
}
#home35668 .contact-phone,
#home35668 .contact-email{
    text-decoration: none;
    color: #fff;
}
#home35668 .form-col{
    padding: 0 30px;
    color: #fff;
    width: 50%;
}
#home35668 #form-holder > form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	flex-direction: column
}
#home35668 .basic-info{
	display: flex;
	flex-wrap: wrap;
}
#home35668 .v-input {
	position: relative;
	width: calc(100% / 2);
	padding:0px 5px;
	color: #fff;
}
#home35668 .half-banner.image-box {
	filter: brightness(1);
    display: block;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    box-sizing: content-box;}
#home35668 .half-banner.image-box:hover{
	filter: brightness(0.71);
	-webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}
#home35668 .half-banner.image-box img{
	max-width: 100%;
}
#home35668 .area {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 60vh;
	background-position: center center;
	filter: brightness(1);
	-webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}
#home35668 .area:hover{
	filter: brightness(0.71);
	-webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

#home35668 .consultants-image{
	display: block;
	height: 80vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#home35668 .full-banner{
	min-height: 36vh;
	text-align: center;
	padding: 40px 0;
}
#home35668 .heading{padding: 15px 0;}
.main-title > h2:nth-child(1) > span:nth-child(1) > h2:nth-child(1) > span:nth-child(1),
h3.title > h2:nth-child(1) > span:nth-child(1),
.main-title > h2:nth-child(1) > span:nth-child(1) > h2:nth-child(1) > span:nth-child(1), h3.title > h2:nth-child(1) > span:nth-child(1), #home35668.heading h2 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0;
}
#home35668 .cy-custom.btn {
	display: inline-block;
	letter-spacing: 0px;
	font-size: 22px;
	font-weight: 300;
	padding: 15px 15px;
	border: 1px solid #000;
	color: #1D1C1C;
	margin-top: 20px;
	border-radius: 0;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-decoration: none;
	background: transparent;
	font-family:  'Montserrat', sans-serif;
	text-transform: none;
	height: auto!important;
}

.md-blog.standard .blog-info .mg-title._title_ .mg-more{
	display: inline-block;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight: 400;
	padding: 15px;
	border: 1px solid #000;
	color: #1D1C1C;
	margin-top: 20px;
	border-radius: 0;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-decoration: none;
	background: transparent;
	font-family:  'Montserrat', sans-serif;
	width: auto;
	line-height: normal!important;
}

.md-blog.standard .blog-info .mg-title._title_ .mg-more:hover,
#home35668 .cy-custom.btn:hover {
    background: #000;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
    color: #fff;
}
#home35668 .cy-custom.btn.alt {
    border: 1px solid #fff;
    color: #fff;
    width: fit-content;
	background-color:rgba(255, 255, 255, 0.1);
	text-decoration:none;
	text-align:center;
}
#home35668 .cy-custom.btn.alt:hover {
    background: #fff;
    color: #000;
}

#horizontal-search > div:nth-child(1) > div:nth-child(1) > div:nth-child(2){
	display: none;
}
/***ANIMATIONS***/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideInFromRight {
    0% {
        display: block;
        opacity: 0;
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideInFromLeft {
    0% {
        display: block;
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
    }
}
.fade-right {
    opacity: 0;
    animation: fadeRight 2s ease forwards;
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Fade-in from the bottom */
.fade-down {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeDown 2s ease forwards;
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Fade-in from the left */
.fade-left {
    opacity: 0;
    animation: fadeLeft 2s ease forwards;
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fade-in {
    animation: fade-in 2s ease forwards;
    transition: .5s;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;	}}
@-ms-viewport {#home35668.cy-custom {
             width: device-width;}}

@media (max-width: 1700px) {
	#home35668 #about .inner {
	padding: 0px 20px;
	max-width: 85%;
}
}
@media (max-width: 1500px) {
	#home35668 #about .inner {
	padding: 0px 20px;
	max-width: 90%;
}
}
@media (max-width: 1199px) {
	#home35668 #about .inner {
	padding: 0px 20px;
	max-width: 100%;
}
	
	#home35668 #neighborhoods .inner-cities{
	width: 33%;}
	#home35668 #featured .property-grid .property {
	width: calc((100% - 32px) / 2); margin-bottom: 30px;}
	#home35668 #featured .property-grid .property a {
	display: block;
	position: relative;
	height: 30vw;
	overflow: hidden;}
#home35668 #featured .property-grid .property:nth-child(2){
	margin-right: 0;}
#home35668 #performance .stats li .inner {
	padding: 20px 20px;}
#hero > img,
.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
 
    max-width: unset!important;
 
	max-height: unset;
}
	#hero {
	overflow: hidden;
	height: 75vh;
	display: block;
}
	#home35668 .intro {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    z-index: 993;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* bottom: 196px; */
    flex-wrap: wrap;
    height: 75vh;
    max-height: 100%;
}
}
@media (max-width: 991px) {
	.header__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 990;
    display: none!important;
}
	
	#home35668 #lifestyle .inner, #value .inner {
	padding: 150px 60px;
	text-align: left;
	max-width: 100%;}
	#home35668 .cy-custom.btn {
	display: inline-block;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 30px 15px 35px;
	border: 1px solid #000;
	color: #000;
	margin-top: 20px;
	border-radius: 0;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-decoration: none;}
	#home35668 #about, #home35668 #featured {
	padding: 30px 0 0 0;}
	#home35668 #about .lenders {
	max-width: 100px;}
	#home35668 #about .inner {
    padding: 18px;
}
	.md-testimonial.template6-slider:not(.md-empty) .reviews-title,
	#home35668 h2.seller,
	.main-title > h2:nth-child(1) > span:nth-child(1) > h2:nth-child(1) > span:nth-child(1),
    h3.title > h2:nth-child(1) > span:nth-child(1),
    #home35668 .heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 40px;
    margin-top: 0;
}
	#home35668 #neighborhood_heading {
	padding-top: 30px; 
	margin-bottom: 10px;
	text-align: center;}
	#home35668 #neighborhoods {
	margin-top: 0px;}
	#home35668 #featured .property-grid .property .area-rooms .beds,
    #home35668 #featured .property-grid .property .area-rooms .baths,
    #home35668 #featured .property-grid .property .area-rooms .square-area {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 12px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
	.house-grid.standard .house-grid-item {
	width: 33.33%;
	margin: 0 0 30px 0;
	padding: 0 10px;
}
	.beds img, .baths img, .square-area img {
	max-width: 23px;
	max-height: 23px;
}
	#home35668 #consultants .inner-cons {
    padding: 0px; 
    width: 100%;
    max-width: 100%;
	height:100%;
    box-sizing: border-box;
}
}
@media (max-width:820px){#home35668 .intro__button:nth-child(2) {
    margin: .85em 0 0 0;
}}

@media (max-width: 767px) {
	#home35668 #about .inner {
	padding: 15px;
}
	#home35668 #neighborhoods .inner-cities{
	width: 50%}
	#home35668 #performance .stats li {
	width: calc(100% / 2);
	color: #000;
	padding: 10px 30px;
	text-align: center;}
	#home35668 #performance .stats li .inner {
	padding: 10px 20px;
}
	
	#home35668 #lifestyle .half-banner, #home35668 #about .half-banner, #home35668 #value .half-banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;}
	
	#home35668 #consultants .half-banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
	#home35668 #consultants .inner {
	text-align: center; 
	padding: 30px;}
	#home35668 ._right{
	flex-direction: column-reverse;
}
	#home35668 #consultants .inner {
	justify-content: center;
}
	#home35668 .row {
	flex-direction: column;
}
	#home35668 #lifestyle .inner, #home35668 #value .inner {
    padding: 40px 20px;
    text-align: center;
    max-width: 100%;
}
	#home35668 .consultants-image{
	display: block;
	height: 60vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	#home35668 #consultants > div > div:nth-child(1) > div{
		padding-right: 0px;
	}
	#home35668 #consultants > div > div:nth-child(2) > div{
		padding-left: 0px;
	}
	#home35668 .full-banner {
    min-height: 36vh;
    text-align: center;
    padding: 40px 0;
	} 
	#home35668 .form-col, #home35668 .contact-col{
	width: 100%;
	}
	#home35668 .connect-border {
	display: flex;
	justify-content: center;
	max-width: 95%;
	padding: 20px 20px;
	margin: 0 auto;
	flex-wrap: wrap;
}	
}

@media (max-width: 600px) {
	.embed-responsive {
    display: none;
    height: unset!important;
    overflow: hidden!important;
    padding: unset!important;
    position: unset!important;
   
}
	#background-video { display: none; }
    #home35668 #hero {
      background: url("https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/atlantarealestatesource.com/images/top-banner-s.jpg") no-repeat;
      background-size: cover;
    }
	#home35668 .intro__button:nth-child(1) {
    margin: .85em 0 0 0;
}
	#home35668 #featured .property-grid .property {
		width:100%;}
	#home35668 #featured .property-grid .property a {
	display: block;
	position: relative;
	height: 59vw;
	overflow: hidden;}
	#home35668 #featured .property-grid .property:nth-child(1){
	margin-right: 0;}
	#home35668 .heading {
	padding: 0px 0;}
	#home35668 #neighborhoods a {
	height: 340px;

}
	#home35668 #consultants .inner {
	padding-bottom: 0px;
}
}
@media (max-width: 450px) {
	#hero {
	overflow: hidden;
	height: 60vh;
	display: block;
}
	#home35668 #hero h1.intro__title {
	
	font-size: 43px;
}
	#home35668 .cy-custom h4 {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 15px 0;
}
	#home35668 #featured .property-grid .property .inner-prop {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
}
	#home35668 #featured .property-grid .property .area-rooms .beds,
	#home35668 #featured .property-grid .property .area-rooms .baths,
	#home35668 #featured .property-grid .property .area-rooms .square-area{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
	#home35668 #consultants {
	padding: 0px 0 0 0; 
	display: flex;
	flex-wrap: wrap;
}
	#home35668 #consultants .consultants-image {
	border-top:6px solid #000;
	min-height: 250px;
}
	#home35668 #performance .stats li .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	padding: 10px 20px;
	background: #fafafa5e;
}
	#home35668 #consultants {
    padding: 0px 0 30px 0;
  
}
	#home35668 #performance::before{content:""; display: block; width: 80%; margin-left:auto; margin-right:auto; border-top: 1px solid rgba(183,183,182,1.00); margin-bottom: 25px;}
	#home35668 #performance .stats li {
	width: calc(100% / 1);
	color: #000;
	padding: 10px 30px;
	text-align: center;}
	#home35668 #performance .stats li .number {
	display: block;
	width: 100%;
	font-size: 25px;
	font-weight: 300;
}
	#home35668 #performance .stats li .label {
	width: 100%;
	color: #315896;
	display: block;
	align-self: self-end;
	font-size: 12px;
	line-height: 1.4;
}
	#home35668 .cy-custom h5 {

	margin: 0;
}
	#home35668 #neighborhood_heading {
	margin-bottom: 1px;
}
	#home35668 #neighborhoods a {
	border-top:3px solid #000;
	display: block;
	width: 100%;
	height: 330px;
	position: relative;
	background: #000;
	overflow: hidden;
	max-height: 450px;
}
	#home35668 #neighborhoods .inner-cities {
    padding: 0px;
	width: 100%;
	}
	#home35668 #neighborhoods a img {
    object-position: 50% 20%;
}
	#home35668 .area{
		min-height: 36vh;
	}
	#home35668 .cy-custom.btn {
	letter-spacing: 3px;
}
	h2, p {
	line-height: 1.2;
}
	#home35668 .full-banner {
	min-height: 36vh;
	text-align: center;
	padding: 20px 0;
}
}

/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:800px; /* edit this value to adjust the heigt of the video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
	bottom:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */
#pageComponent109552{display:none!important;}
.intro__nearby-search {
	display: none!important;
}
#pageComponent109554{
	background-color:#F6F4EF ;
margin-left:auto;
margin-right: auto;}
.si-content-blog-posts_item {
	margin-bottom: 8px;
	width: calc((100% - 40px)  / 3);
	margin-right: 20px;
	background: #fff;
	padding: 0 15px;
}
.si-content-blog-posts_item:nth-child(4){
	margin-right: 0;
}
.si-content-blog-posts {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    flex-wrap: wrap;
    margin-left: auto;
    padding: 15px;
    max-width: 1600px;
}
.si-content-blog-posts_item-title {
	color: #000;
	font-weight: 400;
	transition: color .3s ease-in;
	font-size: 17px;
}
.si-content-blog-posts_title {
    color: var(--sis-component-title);
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;}

/*FOOTER*/
.footer__column, .footer__contact {
	font-weight: 600;
}
.footer__logo {
	align-self: center;
	width: 100%;
	text-align: center;
}
/*.footer .container{width: 100%; padding: 0;}*/

.footer__content{
	padding:15px;
}
.footer__bar {
	background-color: #000;
	padding-left: .8em;
	padding-right: .8em;
}
.footer__branding > a, .footer__copyright-links > a{
	color: #fff;
	
	margin-bottom: .5em;

}
.footer__nav-link {
	color: #fff;

}
.footer__branding > a:focus, .footer__copyright-links > a:hover,
.footer__nav-link:focus, .footer__nav-link:hover {
	color: #d5d0d0;
}

.footer__copyright {
	color: #fff;
}
.footer__eho-realtor {
	color:#000;
	opacity: .85; 
}

/*hidden*/

#home35668> header > div > div.intro{display:none}
#home35668> section.section.section--stats{display: none;}
#home35668> section.section.section--fma{display:none;}
#home35668> section.section.section--testimonials{display:none;}
#home35668> section.section.section--reviews{display:none;}
#home35668> section.section.section--agents{display: none;}
#pageComponent109846{display: none;}
/*Home customs*/
#home35668.home header {
    min-height: 129px;
}
#home35668> section.section.section--content > div{padding:0;}
#home35668 .content__container {
    background-color: #fff;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
	max-width: unset!important;
}