
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');
header {
	height: 80px;
}

header, header .container {
	position: relative;
	display: flex;
}
.home-quick-search h1 {
	margin: 0 0 20px;
     color: #fff;
    font-family: Montserrat,sans-serif;
    text-align: center;
    text-shadow: none!important; 
    font-size: 43px;
}
header .logo {line-height:80px;
    width: auto;
    height:65px;
	-webkit-transition: 300ms ease all;
    transition: 300ms ease all;
margin-top: 0}
header .logo img {
	height:65px;
	vertical-align: middle;
 -webkit-transition: 300ms ease all;
    transition: 300ms ease all;}
header.dynamic .dynamic-nav-container {
	display: table;
	width: 100%;
	height: 80px;
}
header.dynamic.dark nav > ul, header.dynamic.dark.reduced nav > ul {
	height: 80px;
}
header nav > ul > li > a {
	height: 80px;
	line-height: 80px;
}
header.dynamic nav {
	padding-left: calc(var(--si-header-logo-width) + 40px);
}
.dynamic-menu-item .dropdown_menu.dropdown_menu-2-columns, .dynamic-menu-item .dropdown_menu.dropdown_menu-3-columns {
	top: 80px;
}
.home-quick-search.si-bgp--center .hero-image {
	/* -o-object-position: center center; */
	/* object-position: center center; */
	display: none !important;
}
h1.fade-in.key-1, .listings-count.js-qs-count.fade-in.key-2 {
    font-weight: normal!important;
    filter: none!important;
}
.home-quick-search {
    background: transparent;
    overflow: hidden;
    height: 75vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-top: 0px;
}
header.dark.reduced .logo {
	box-shadow: none;
	height: 60px;
	line-height: 80px;
	width: var(--si-header-logo-width-reduced);
	-webkit-transition: 300ms ease all;
transition: 300ms ease all;
}
header .sub-nav > li {
	display: inline-block;
	line-height: 70px;
	list-style: none;
	padding: 0 20px 0 0;
}
header nav .dropdown {
	top: 80px;
}
.search-holder, .search{
	background-color: rgba(111, 109, 109, 0.03);
	border: 1px solid #cccccc4f;
	backdrop-filter: blur(6px);
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
}
section.home-quick-search.js-qs-home.si-bgp--center::before {
	background: linear-gradient(to top, rgb(0 0 0) 100%, rgb(0 0 0) 100%) no-repeat 0 0;
	background-size: 100% 100%,100% 100%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0!important;
	bottom: 0%;
	opacity: 30%;
}

.embed-responsive {
	display: unset;
	height: unset!important;
	overflow: hidden!important;
	padding: unset!important;
	position: unset!important;
	z-index: 0;
}
#background-video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
    width: 100%
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px; 
    padding-right: 0px; 
	margin-top:0px;
}
section.padding {
	padding: 30px 0;
    background: #f5f5f5;
}
.blog > div:nth-child(1){max-width:1500px;}
.blog .item .img + .info, .blog .item .meta {
	background: #fff;
}
.blog .item .info .blog-title a {
	color: #666;
	display: inline-block !important;
	font-size: 20px;
	position: relative;
	transition: color .3s ease;
}
.blog .item .info .blog-title a:hover {
	color: #161718;
	text-decoration: none;
}
.about .box {
	background-color: #fff;
	box-shadow: none!important; 
	margin: 0;
	padding: 0; 
	position: relative;
	width: 100%; 
}
.page {
    display: flex;
    flex-flow: row wrap;
    padding: 0!important; 
    position: relative;
} 
/*header {
	background: #333;
	background-size: cover;
}
header::before {
	background: none!important;
	background-size: 100% 60%,100% 100%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 992;
	display: none;
}*/
#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;}
#hero .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    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;
}
#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;
}
.intro__buttons {
	display: flex;
   flex-wrap: wrap;
	justify-content: center;
	max-width: 100%!important;
}

.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;
	
}
.intro__button.btn:hover{
	background: #1D1C1C;
	color: #fff;
}

.intro__button {
	flex: 1 0 270px;
	margin: .85em .85em 0 0;
	opacity: 1;
	flex-grow: 0;

}
.intro__button:nth-child(3){
	margin: .85em 0 0 0;
}
{margin: 0}
.cy-custom{
	background-color: #fff;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif; 
	margin:0;
}

.cy-custom h4{font-size: 26px; font-weight: 300; margin: 10px 0 15px 0;}
.cy-custom h5 {
	margin: 10px 0;
	font-size: 24px;
}
/*img {max-width: 100%;}*/

.bg1{
	background-color:#FFFFFF;
}
.bg2{
	background-color: #f5f5f5;
}
._right{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
._right::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.row::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}
.boxed{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	width: 100%;
	height: fit-content;
}
.boxed-2{
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	height: fit-content;
}
#hero{
	overflow: hidden;
	height: 100vh;
	display: block;
	position: relative;
}
#ima{
	display: block;
	max-height:100vh;
	min-height: 700px;
	z-index: 2;
	position: relative;
	transform: translateY(-100%);
	text-align: center;
}
#about{
	padding-top:30px;
	margin-bottom: 30px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}
#about .inner {
	padding: 0px 40px;
	max-width: 90%;
}
#about .lenders {
	max-width: 150px;
	/* filter: invert(1); */
	margin-bottom: 30px;
}
#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;
}
#about p{
	text-align: left;
}

#value{
	margin-top:0px;
	/*padding:0 15px;*/
	box-sizing: border-box;
}
#neighborhood_heading {
    padding-top: 30px;
	margin-bottom:60px;
    text-align: center;
}
#neighborhoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   	}
#neighborhoods .inner-cities{
	width: calc(100% / 4);
	padding:15px;
	box-sizing: border-box;
	
}
#neighborhoods a {
	display: block;
	width: auto;
    position: relative;
    background: #dde1e4;
    overflow: hidden;;
}
#neighborhoods a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

#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;
}
#neighborhoods a .inner .title {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#neighborhoods a img {
	width: 100%;
	display: block;
	filter: brightness(0.7);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	object-position: 50% 50%;
	margin: 0 !important;
	object-fit: cover;
	height: 500px;
}
#neighborhoods a:hover img {
	filter: brightness(1);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
  
}
#value .inner{
	padding:150px 100px;
	text-align: center;
	max-width: 100%;
}
#lifestyle ._right{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#lifestyle .half-banner, #about .half-banner, #value .half-banner{
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
    justify-content: center;
    display: flex;
	}

#consultants{
	padding: 60px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}
#consultants .half-banner {
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding: 0 15px;
	margin: 0;
	flex: 1;
	/*height: fit-content;*/
}
#consultants .consultants-image{
	min-height: 370px;
	max-height: 600px;
    }
/*#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;
    }*/
#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: 0px;
}
#consultants .inner p{
	padding:0 40px;
}

#consultants .inner-cons .btn{
	align-self: flex-end;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
#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;
}
#reviews{margin-bottom: 30px;}
#performance::before{content:""; display: block; width: 80%; margin-left:auto; margin-right:auto; border-top: 0px; margin-bottom: 0px;}
#performance .heading h2 {
    margin: 0;}
#performance .container {
    overflow: visible; 
	width:100%;}
#performance .stats{
    display: flex;
    margin-top: 10px;
    padding: 0;
	background: transparent; 
    flex-wrap: wrap;
    justify-content: center;}
ul.stats{
	list-style:none;}
#performance .stats li {
    width: 33.33%;
    color: #000;
    padding: 20px 50px;
    text-align: center; 
box-sizing: border-box;}
#performance .stats li::marker {
    display: none; }
#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;}
#performance .stats li:before {
    display: none; }
#performance .stats li .number {
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 300; }
#performance .stats li .label {
    color: #315896;
    display: block;
    align-self: self-end;
    font-size: 19px;
    line-height: 1.4; }
#performance .smaller{font-size: 24px;}
h2.seller{
	margin-top:20px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0px;
}

#featured .heading{
  padding: 40px 0 180px 0;
 }
#featured {
    padding: 20px 0; 
margin-bottom: 30px;}
#featured .property-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -140px;
    padding-left: 15px;
    padding-right: 15px;
	flex-direction: row;
}
#featured .property-grid .property {
    width: calc((100% - 62px) / 3);
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px #ccc;
}
#featured .property-grid .property:nth-child(1), #featured .property-grid .property:nth-child(2) {
    margin-right: 30px;
} 
#featured .property-grid .property:nth-child(3){
	margin-right: 0;
}
#featured .property-grid .property .inner-prop{
   width: 100%;
   box-sizing: border-box;}

#featured .property-grid .property a {
    display: block;
    position: relative;
    height: 16vw;
    overflow: hidden; 
	background: #b7b7b7;
	}
#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;
	}
#featured .property-grid .property a:hover::after {
	content: "";
   background:rgba(0,0,0,0.31);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
#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;}
#featured .property-grid .property .inner-prop a .area-meta .address {
    display: block;
    font-weight: 600;
    padding-bottom: 0px; 
    text-align: left;}
#featured .property-grid .property .inner-prop a .area-meta .address small {
    display: block;
    font-weight: 400; }
#featured .property-grid .property .inner-prop a .area-meta .price {
    display: inline-block;
    font-size: 24px;
	line-height: 1;
    text-align: left}
#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;
}
#featured .property-grid .property .area-rooms .beds, #featured .property-grid .property .area-rooms .baths, #featured .property-grid .property .area-rooms .square-area {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#featured .featured-btn{margin-top: 30px;}
.vertical-line{
	width: calc(100% / 3);
	padding: 5px;
	text-align: center;
	
}
.beds::before{
	content: url("https://cy-sierra-assets.s3.amazonaws.com/sites/sandiegosubdivisions.com/new/images/bed.png");
	margin-right: 4px;
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

}
.baths::before{
	content: url("https://cy-sierra-assets.s3.amazonaws.com/sites/sandiegosubdivisions.com/new/images/bath.png");
	margin-right: 4px;
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.square-area::before{
	content: url("https://cy-sierra-assets.s3.amazonaws.com/sites/sandiegosubdivisions.com/new/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}
#featured .property-grid .property a img {
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%; 
	min-height: 100%;
	margin:0!important;
    }

#home-contact{
	width: 100%;
	display: block;
	overflow: hidden;
}
.connect-container{
    padding: 90px;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.connect-container::before, .connect-container::after{
	content: "";
	box-sizing: border-box;
}
.connect-border{
    display: flex;
    justify-content: center;
    max-width: 90%;
    padding: 70px 40px;
    margin: 0 auto;
}
.contact-logo{
    width: 300px;
    margin: 0 auto;
}
.contact-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    align-items: center;
}
.contact-address{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    letter-spacing: .135rem;
}
.contact-phone,
.contact-email{
    text-decoration: none;
    color: #fff;
}
.form-col{
    padding: 0 30px;
    color: #fff;
    width: 50%;
}
#form-holder > form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	flex-direction: column
}
.basic-info{
	display: flex;
	flex-wrap: wrap;
}
.v-input {
	position: relative;
	width: calc(100% / 2);
	padding:0px 5px;
	color: #fff;
}
.half-banner.image-box {
	    box-sizing: content-box;}
.half-banner.image-box img{
	max-width: 100%;
}
.area {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 60vh;
	background-position: center center;
	}

.consultants-image{
	display: block;
	height: 80vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.full-banner{
	min-height: 36vh;
	text-align: center;
	padding: 40px 0;
}
.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), .heading h2{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 15px;
	text-transform:capitalize;
}
.blog > div:nth-child(1) > h2:nth-child(1) {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1;
	text-transform:capitalize;
}
.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,
.cy-custom.btn:hover {
    background: #000;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
    color: #fff;
}
.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;
}
.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 {.cy-custom {
             width: device-width;}}

@media (max-width: 1700px) {
	#about .inner {
	padding: 0px 20px;
	max-width: 85%;
}
}
@media (max-width: 1500px) {
	#about .inner {
	padding: 0px 20px;
	max-width: 90%;
}
}
@media (max-width: 1199px) {
	#about .inner {
	padding: 0px 20px;
	max-width: 100%;
}
	
	#neighborhoods .inner-cities{
	width: 33%;}
	#featured .property-grid .property {
	width: calc((100% - 32px) / 2); margin-bottom: 30px;}
	#featured .property-grid .property a {
	display: block;
	position: relative;
	height: 30vw;
	overflow: hidden;}
#featured .property-grid .property:nth-child(2){
	margin-right: 0;}
#performance .stats li .inner {
	padding: 20px 20px;}
#hero > img {
    z-index: 0;
 
    max-width: unset!important;
 
	max-height: unset;
}
	#hero {
	overflow: hidden;
	height: 100vh;
	display: block;
}
	.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) {
	.home-quick-search {
	height: 75vh;
	padding-top:60px;
}
	header {
	height: 128px;
}
header, header .container {
	position: relative;
	display: block;
}
header.dynamic nav {
	padding-left: 0;
}
header .sub-nav > li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding: 0 20px 0 0;
}
	.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;
}
	
	#lifestyle .inner, #value .inner {
	padding: 150px 60px;
	text-align: left;
	max-width: 100%;}
	.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;}
	#about, #featured {
	padding: 30px 0 0 0;}
	#about .inner {
    padding: 18px;
}
	.md-testimonial.template6-slider:not(.md-empty) .reviews-title,
	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),
    .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;
}
.blog > div:nth-child(1) > h2:nth-child(1){
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 0;
}

	#neighborhood_heading {
	padding-top: 30px; 
	margin-bottom: 10px;
	text-align: center;}
	#neighborhood_heading .heading h2{
		margin-bottom: 25px;}
	#neighborhoods {
	margin-top: 0px;}
	#featured .property-grid .property .area-rooms .beds,
    #featured .property-grid .property .area-rooms .baths,
    #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;
}
#consultants {
	padding: 30px 0 30px 0;
}
	#consultants .inner-cons {
    padding: 0px; 
    width: 100%;
    max-width: 100%;
	height:100%;
    box-sizing: border-box;
}
}
@media (max-width:820px){.intro__button:nth-child(2) {
    margin: .85em 0 0 0;
}}

@media (max-width: 767px) {
	#about .inner {
	padding: 15px;
}
	#neighborhoods .inner-cities{
	width: 50%}
	#performance .stats li {
	width: calc(100% / 2);
	color: #000;
	padding: 10px 30px;
	text-align: center;}
	#performance .stats li .inner {
	padding: 10px 20px;
}
	
	#lifestyle .half-banner, #about .half-banner, #value .half-banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;}
	
	#consultants .half-banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
	#consultants .inner {
	text-align: center; 
	padding: 30px;}
	._right{
	flex-direction: column-reverse;
}
	#consultants .inner {
	justify-content: center;
}
	.row {
	flex-direction: column;
}
	#lifestyle .inner, #value .inner {
    padding: 40px 20px;
    text-align: center;
    max-width: 100%;
}
	.consultants-image{
	display: block;
	height: 60vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	#consultants > div > div:nth-child(1) > div{
		padding-right: 0px;
	}
	#consultants > div > div:nth-child(2) > div{
		padding-left: 0px;
	}
	.full-banner {
    min-height: 36vh;
    text-align: center;
    padding: 40px 0;
	} 
	.form-col, .contact-col{
	width: 100%;
	}
	.connect-border {
	display: flex;
	justify-content: center;
	max-width: 95%;
	padding: 20px 20px;
	margin: 0 auto;
	flex-wrap: wrap;
}	
header .logo {
	height: 60px;
	left: 15px;
	line-height: 60px;
	margin-top: 45px;
	text-align: left;
}
header.dark.reduced .logo {
	line-height: 60px;
}
}

@media (max-width: 600px) {
	.embed-responsive {
    display: none;   
}
	#background-video { display: none; }
    .home-quick-search {
      /* background: url("https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/efhomes.com/images/top-banner.jpg") no-repeat; */
      background-size: cover;
    overflow: hidden;
    }
    .home-quick-search {
    min-height: 550px;
    padding-top: 0px;
}
	.intro__button:nth-child(1) {
    margin: .85em 0 0 0;
}
	#featured .property-grid .property {
		width:100%;}
	#featured .property-grid .property a {
	display: block;
	position: relative;
	height: 59vw;
	overflow: hidden;}
	#featured .property-grid .property:nth-child(1){
	margin-right: 0;}
	.heading {
	padding: 0px 0;}
	#neighborhoods a {
	height: 340px;
}
	#consultants .inner {
	padding-bottom: 0px;
}
    .home-quick-search h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: Montserrat,sans-serif;
    text-align: center;
    text-shadow: none!important;
    font-size: 32px;
}
}
@media (max-width: 450px) {
    > section.home-quick-search.js-qs-home.si-bgp--center > div{padding-left: 0; padding-right: 0}
	#hero {
	overflow: hidden;
	height: 60vh;
	display: block;
}
    header .logo {
    height: 50px;
    left: 2px;
    line-height: 60px;
    margin-top: 45px;
    text-align: left;
}
	#hero h1.intro__title {
	
	font-size: 43px;
}
	.cy-custom h4 {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 15px 0;
}
	#featured .property-grid .property .inner-prop {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
}
	#featured .property-grid .property .area-rooms .beds,
	#featured .property-grid .property .area-rooms .baths,
	#featured .property-grid .property .area-rooms .square-area{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
	#consultants {
	padding: 0px 0 0 0; 
	display: flex;
	flex-wrap: wrap;
}
	#consultants .consultants-image {
	min-height: 250px;
}
	#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;
}
	#consultants {
    padding: 30px 0 30px 0;
  
}
	#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;}
	#performance .stats li {
	width: calc(100% / 1);
	color: #000;
	padding: 10px 30px;
	text-align: center;}
	#performance .stats li .number {
	display: block;
	width: 100%;
	font-size: 25px;
	font-weight: 300;
}
	#performance .stats li .label {
	width: 100%;
	color: #315896;
	display: block;
	align-self: self-end;
	font-size: 12px;
	line-height: 1.4;
}
	.cy-custom h5 {

	margin: 0;
}
	#neighborhood_heading {
	margin-bottom: 1px;
}
	#neighborhoods a {
	border-top:1px solid #fff;
	display: block;
	width: 100%;
	height: 420px;
	position: relative;
	background: #000;
	overflow: hidden;
	max-height: 450px;
}
	#neighborhoods .inner-cities {
    padding: 0px;
	width: 100%;
	}
	#neighborhoods a img {
    object-position: 50% 20%;
}
	.area{
		min-height: 36vh;
	}
	.cy-custom.btn {
	letter-spacing: 3px;
}
	h2, p {
	line-height: 1.2;
}
	.full-banner {
	min-height: 36vh;
	text-align: center;
	padding: 20px 0;
}
}

#pageComponent557986,
#pageComponent109552{display:none!important;}
.intro__nearby-search {
	display: none!important;
}
#pageComponent557985{
	background-color:#f5f5f5 ;
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*/
#pageComponent230967{display:none;}
.featured.padding{display:none;}
.listings-count,
.home-quick-search .listings-count {
	font-size: 17px;
	margin: 10px 0 20px;
	display: none;
}
.dark-banner{display:none;}
.communities{display:none;}
.about .bg {
	display: none;
}
.chart{display:none;}
#pageComponent552284{display: none}
.jOACPc {
	
	display: none;
}
#yottie_1 .yottie-widget-header {
	background: #f5f5f5!important;
}
.yottie-widget-header-inner {
	padding: 16px 20px 76px;
	margin-bottom: -76px;
}
#yottie_1 .yottie-widget-feed-section-slide {
    background: rgb(255 255 255 / 0%)!important;
}
/*Home customs*/


