/*
 Theme Name:   RICE Theme
 Theme URI:    http://clienturl.com
 Description:  artifakt Child Theme
 Author:       artifakt Digital Inc
 Author URI:   http://artifaktdigital.com
 Template:     the-artifakt-theme
 Version:      1.0.1
*/

@import url("style.css");
@import url("stylesheet.css");
@import url("artifaktidx.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*** OUTDATED BROWSER WARNING ***/
.browsehappy {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
    padding: 5px 20px;
    width: 100%;
	text-align: center;
    z-index: 2147483647;
	background-color: rgba(220, 67, 67, .8);
	color: #fff;
	padding: 15px 0;
}

.browsehappy a {
	color: #fff;
	text-decoration: underline;
}

.browsehappy a:hover, .browsehappy a:focus, .browsehappy a:active {
	text-decoration: none;
	color: #fff;
}


/******************/
/*** TYPOGRAPHY ***/
/******************/
body {
	font-family: 'Avenir Next LT Pro', sans-serif;
	color: #404041;
	font-size: 18px;
}

p {
	margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

h1 {
	font-size: 45px;
	font-family: 'Roboto';
	letter-spacing: 2px;
}

h2 {
	font-family: 'Roboto';
	font-size: 35px;
}

h4 {
	font-size: 20px;
}

a {
	color: #87bbd6;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover, a:active, a:focus {
	color: #709cc1;
	text-decoration: none;
}

.arrow-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	color: #404041;
}

.arrow-link:after {
	content: '\f138';
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 5px;
	color: #d97045;
}

.arrow-link:hover {
	color: #87bbd6;
}

.title {
	font-family: 'Roboto';
}

.page-title {
	font-weight: normal;
	text-transform: uppercase;
}

.sans {
	font-family: 'Avenir Next LT Pro';
}

.semi {
	font-weight: 600;
}

.black {
	font-weight: 900;
}

.blue-text {
	color: #87bbd6;
}

.dkblue-text {
	color: #709cc1;
}

.grey-text {
	color: #6f7376;
}

.white-text {
	color: #fff;
}

.orange-text {
	color: #d97045;
}

blockquote {
	border-left: 3px solid #87bbd6;
	padding: 0 15px;
	margin: 25px 0;
}

blockquote p {
	line-height: 1.5;
	font-size: 20px;
}

img[class*="wp-image-"] {
     margin-top: 0px;
     margin-bottom: 0px;
}

/***************/
/*** BUTTONS ***/
/***************/
.btn,
.gform_button,
.btn_primary,
.btn-primary,
.wp-core-ui .button-primary,
.idx-omnibar-extra-button,
#impress-widgetsubmit,
#impress-widgetLeadLoginSubmit {
	color: #FFFFFF;
	font-family: 'Roboto';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 16px 25px !important;
	height: 50px;
	letter-spacing: 1px;
	min-width: 160px;
	border-radius: 0;
	-webkit-transition: background-color 325ms ease, color 325ms ease;
	transition: background-color 325ms ease, color 325ms ease;
}

.btn:hover, .btn:focus, .btn:active,
.gform_button:hover, .gform_button:focus, .gform_button:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active,
.idx-omnibar-extra-button:hover, .idx-omnibar-extra-button:focus, .idx-omnibar-extra-button:active,
#impress-widgetsubmit:hover, #impress-widgetsubmit:focus, #impress-widgetsubmit:active,
#impress-widgetLeadLoginSubmit:hover, #impress-widgetLeadLoginSubmit:focus, #impress-widgetLeadLoginSubmit:active {
	color: #fff;
}

.lt-btn,
.btn_primary,
.btn-primary,
.wp-core-ui .button-primary,
#impress-widgetsubmit,
#impress-widgetLeadLoginSubmit {
	background-color: rgba(135, 187, 214, .8);
}

.lt-btn:hover, .lt-btn:focus, .lt-btn:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active,
.idx-omnibar-extra-button:hover, .idx-omnibar-extra-button:focus, .idx-omnibar-extra-button:active,
#impress-widgetsubmit:hover, #impress-widgetsubmit:focus, #impress-widgetsubmit:active,
#impress-widgetLeadLoginSubmit:hover, #impress-widgetLeadLoginSubmit:focus, #impress-widgetLeadLoginSubmit:active {
	background-color: #87bbd6;
}

.dk-btn {
	background-color: rgba(112, 156, 193, .8);
}

.dk-btn:hover, .dk-btn:focus, .dk-btn:active {
	background-color: #709cc1;
}

.btn-secondary,
.orange-btn {
	background-color: #d97045;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,
.orange-btn:hover, .orange-btn:focus, .orange-btn:active {
	background-color: #BF623D;
}

.btn-outline-white,
.grey-ghost-btn {
	border: 2px solid #999;
	padding: 14px 25px !important;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active,
.grey-ghost-btn:hover, .grey-ghost-btn:focus, .grey-ghost-btn:active {
	background-color: #BF623D;
	border-color: #BF623D;
}

.orange-ghost-btn {
	border: 2px solid #d97045;
	padding: 14px 25px !important;
	color: #d97045;
	background-color: transparent;
}

.orange-ghost-btn:hover, .orange-ghost-btn:focus, .orange-ghost-btn:active {
	background-color: #d97045;
	border-color: #d97045;
	color: #fff;
}

.gform_button {
	background-color: #d97045;
	color: #fff;
}

.gform_button:hover, .gform_button:focus, .gform_button:active {
	background-color: #BF623D;
}

.search-btn {
	width: 50px !important;
	min-width: 50px !important;
	padding: 16px 0 !important;
}

.impress-lead-signup .signup-btn {
    width: 100%;
}

.impress-lead-signup .signup-btn #impress-widgetsubmit {
    float: right;
		width: 150px;
}

#impress-widgetLeadLoginSubmit {
    width: 150px !important;
}

/******************/
/*** SOCIAL BAR ***/
/******************/
.af_contact_share {
	text-align: left;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.af_contact_share > div {
	display: inline-block;
	width: 205px;
}

.af_contact_share ul {
	padding-left: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
}

.af_contact_share li {
	display: inline-block;
	padding: 3px 8px;
	margin: 0 2px;
	font-size: 18px;
}

.af_contact_share li a {
	color: #87bbd6;
}

.af_contact_share li a:hover {
	color: #709cc1;
}

.share-title {
	padding-top: 4px;
	display: block;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	color: #fff;
}

.share-title i {
	color: #87bbd6;
}

.af_contact_share > div:hover .share-title {
	opacity: 0;
}

.af_contact_share > div:hover ul {
	opacity: 1;
}

.mobile-share.af_contact_share .share-title {
	display: inline-block;
	opacity: 1 !important;
}

.mobile-share.af_contact_share > div {
	width: auto;
}

.mobile-share.af_contact_share ul {
	position: static;
	opacity: 1;
	display: inline-block;
	padding-left: 10px;
}


/************************/
/*** PAGED PAGINATION ***/
/************************/
.paging-navigation {
	text-align: center;
}

.paging-navigation .pagination,
.paging-navigation > div {
	font-size: 0;
}

.paging-navigation .pagination:empty,
.paging-navigation > div:empty {
	display: none;
}

.page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: transparent;
	padding-top: 8px;
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: 100 !important;
}

.page-numbers.current {
	color: #87bbd6;
}

.page-numbers.next, .page-numbers.prev {
	color: #87bbd6 !important;
	margin: 0;
}

.woo-pagination {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.num-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}


/*************************/
/*** SINGLE PAGINATION ***/
/*************************/
.post-navigation .pagination {
	padding-left: 0;
	list-style: none;
	margin-top: 35px;
	margin-bottom: 0;
	width: 100%;
}

.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
	display: inline-block;
}

.post-navigation .pagination .nav-next {
	float: right;
}

.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
	border: 0;
	border-radius: 0;
	background-color: transparent !important;
	padding: 0;
	color: #34183b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

.post-navigation .pagination .nav-previous a i,
.post-navigation .pagination .nav-next a i {
	color: #47b39c;
}

.post-navigation .pagination .nav-previous a:hover,
.post-navigation .pagination .nav-next a:hover {
	color: #47b39c;
}

/***************/
/*** SIDEBAR ***/
/***************/
.page-sidebar {
	background-color: #ededed;
	padding: 20px 15px 35px;
	margin-bottom: 30px;
	overflow: hidden;
}

.page-sidebar .ghalf {
	width: 100%;
	float: none;
}

.page-sidebar a {
	white-space: nowrap;
}


/*****************************/
/*** GENERAL PAGE ELEMENTS ***/
/*****************************/
.span-page {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.fluid-width-video-wrapper{
	width:100%;
	position:relative;
	padding:0;
	padding-top: 56.2121%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.artVideo {
	position: relative;
}

.showvid {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	background-position: 50%;
	color: #fff !important;
	z-index: 3;
}

.hover-box-wrap + br {
	display: none;
}

.hover-box {
	height: 225px;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 30px; */
}

.hover-box:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .2);
}

.hover-box a {
	display: block;
	height: 100%;
	color: #fff;
}

.hover-box-inner {
	height: 100%;
}

.hover-img {
	background-size: cover;
	background-position: 50% 0;
	height: 100%;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.hover-default,
.hover-active {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.hover-default h4,
.hover-active h4 {
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
}

.hover-active .arrow-link {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
}

.hover-active {
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
}

.hover-active:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.hover-box:hover .hover-img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.hover-box:hover .hover-default {
	opacity: 0;
}

.hover-box:hover .hover-active {
	opacity: 1;
}

.box-panel {
	clear: both;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow:hidden;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box-panel + br {
	display: none;
}

.box-panel-top {
	border-top: 1px solid #709cc1;
	margin-top: 45px;
}

.box-panel-bottom {
	border-bottom: 1px solid #709cc1;
	margin-bottom: 45px;
}

.panel-box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-size: cover;
}

.panel-box.first-box {
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.panel-box.last-box {
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.panel-box.color-img {
	position: relative;
	background-position: 50%;
  background-size: cover;
}

.panel-box.color-img:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(112, 156, 193, .6);
}

.panel-box-blue {
	color: #fff;
	background-color: #87bbd6;
}

.panel-box-white h3 ,
.panel-box-white h2 {
	color: #6f7376;
}

.panel-box-inner {
	/* max-width: 450px; */
	max-width: 575px;
	position: relative;
}

.panel-box-inner .ghalf {
	width: 100%;
	float: none;
}

.table-responsive br {
	display: none;
}

.fancytoggle h2,
.fancytoggle h4 {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #87bbd6;
	padding-bottom: 5px;
}

.fancytoggle h2 > span:first-child,
.fancytoggle h4 > span:first-child {
	padding-right: 20px;
}

.toggle-wrap .IDX-showcaseContainer {
	height: auto !important;
}

.michael-sales iframe {
	width: 100%;
}

.gform_button {
	margin-top: 0;
}

.entry-content {
	padding: 40px 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #709cc1;
}

.toggle-wrap + br {
	display: none;
}

.full-width-section {
	overflow: hidden;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bleed-gallery {
	padding: 0;
}

.bleed-gallery br {
	display: none;
}

.bleed-gallery .hood-img-carousel .item {
	height: 500px !important;
}

.full-width-content {
	padding-top: 25px;
	padding-bottom: 25px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(228, 227, 227, .8);
}

.full-width-content > div {
	max-width: 530px;
}

.full-width-section .full-width-content:last-of-type {
	padding-left: 40px;
}

.full-width-section .full-width-content:first-of-type {
	padding-right: 40px;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


/*****************/
/*** TEMPLATES ***/
/*****************/
.testimonial-internal-panel {
	overflow: hidden;
}

.quote-left,
.quote-right {
	position: absolute;
}

.quote-left {
	top: -10px;
	left: 60px;
	width: 75px;
}

.quote-right {
	bottom: 35px;
	right: 75px;
	width: 45px;
}

.object-fit {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.banner-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}


/*************/
/*** FORMS ***/
/*************/

/* popup marker */
.pum-content,
.pum-content .gfield_label,
.pum-content .gfield input,
.pum-content .gfield select,
.pum-content .gfield textarea {
	font-weight: 600 !important;
}

.pum-content h4,
.pum-content h5 {
	font-family: 'Avenir Next', sans-serif;
}

.gform_required_legend {
	display: none !important;
}

legend {
	border: 0 !important;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
	height: 50px !important;
	border-radius: 0;
	margin-bottom: 15px;
}

button {
	border-radius: 0;
}

textarea {
	height: 115px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(135, 187, 214,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(135, 187, 214,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(135, 187, 214,.6) !important;
}

select {
	background: #fff url( '../png/select-arrow-black.png' ) 99% 50% no-repeat;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	background-color: transparent;
	border: 2px solid #709cc1;
	font-size: 16px;
}

#gform_wrapper_1 ::-webkit-input-placeholder {
    opacity: 0;
}
#gform_wrapper_1 :-moz-placeholder {
   opacity:  0;
}
#gform_wrapper_1 ::-moz-placeholder {
   opacity:  0;
}
#gform_wrapper_1 :-ms-input-placeholder {
   color: transparent !important;
}
#gform_wrapper_1 ::-ms-input-placeholder {
   color: transparent !important;
}


/* Gforms Resets/ Helper Classes */
.admin-hidden-markup {
	display: none !important;
}

.gform_wrapper {
	overflow: hidden;
	padding: 0 2px;
}

.gform_validation_container {
	display: none !important;
}

.gform_footer {
	text-align: right;
}

.gform_wrapper .top_label .gfield_label,
label {
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px 0;
}

.gform_wrapper .gfield_required,
.required {
	color: #d97045;
}

.gfield {
	margin-bottom: 15px;
}

.ghalf {
	width: 49%;
	display: inline-block;
	float: left;
}

.ghalf.floatright {
	float: right;
}

.floatright + li:not(.ghalf) {
	clear: both;
}

.gfield_checkbox {
	list-style: none;
	padding-left: 10px;
}

.fixed-label .gfield_label {
	position: static;
	font-size: 16px !important;
}

#field_14_15 {
	margin-left: -15px;
}

.gfield.col-md-3 .gfield_label {
	left: 25px;
}

#field_14_35 {
	clear: both;
}

.gfieldborder input[type="text"],
.gfieldborder input[type="number"],
.gfieldborder input[type="search"],
.gfieldborder input[type="password"],
.gfieldborder input[type="email"],
.gfieldborder input[type="tel"],
.gfieldborder select,
.gfieldborder textarea {
	border: 1px solid #000;
	height: 50px !important;
	background-color: #fff;
}

.gfieldborder textarea {
	padding-top: 15px;
}

.ginline {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ginline .gform_fields,
.ginline .gfield {
	margin-bottom: 0 !important;
}

.ginline .gform_body {
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ginline .gform_fields .gfield:first-child {
	padding-left: 0;
}

.ginline .gform_button {
	min-width: 120px;
}

.gtrans .gfield input,
.gtrans .gfield textarea {
	background-color: rgba(255, 255, 255, .8);
}

.gtrans .gfield select {
	background: rgba(255, 255, 255, .8) url( '../png/select-arrow-black.png' ) 99% 50% no-repeat;
}

.gnolabel label {
	display: none;
}

.gtwocol .gform_fields {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.gtwocol .gfield {
	width: 100% !important;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.page-sidebar .gtwocol .gform_fields {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}

/* animated form -- requires classie.js */
.gfield input,
.gfield select,
.gfield textarea {
	padding: 15px 12px 5px;
}

.gfield {
	position: relative;
}

.gfield_label {
	position: absolute;
	left: 15px;
	top: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 0 !important;
}

.gfield.input--filled .gfield_label {
	top: 5px !important;
	font-size: 10px !important;
}

.gfield select {
	color: transparent;
}

.gfield.input--filled select {
	color: #04173f;
}

/*Buying With Me*/

.buying-step {
	padding-top: 40px;
}

.working-together {
	padding: 30px 0;
}

.working-together p:last-of-type,
.working-together h4 {
	padding: 15px 0;
}

.working-together li {
	padding-bottom: 10px;
}

/***********/
/*** NAV ***/
/***********/
html.no-scroll,
body.no-scroll {
	overflow: hidden;
	height: 100vh;
}

.site-nav {
	position: fixed;
	top: 0; right: -100%; bottom: 0;
	width: 500px;
	background-color: #fff;
	z-index: 9999;
	padding: 60px 30px;
	overflow: auto;
	-webkit-transition: right .8s;
	transition: right .8s;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}

.site-nav.nav-open {
	right: 0;
}

#main-menu {
	float: none;
	margin-top: 30px;
}

#main-menu >li {
	display: block;
	float: none;
}

#main-menu:before,
#main-menu:after {
	display: none;
}

/* Top Level Nav */
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 24px;
	color: #404041 !important;
	background-color: transparent !important;
	padding: 15px 0 !important;
	pointer-events: none;
}

.navbar-default .navbar-nav>li>a .caret {
	display: none;
}

/* Secondary Nav */


.navbar-nav>li>.dropdown-menu {
	background-color: transparent;
	padding: 0 0 20px;
	float: none;
	position: static;
	display: block;
}

.dropdown-menu ul {
	padding-left: 10px;
}

.dropdown-menu li a {
	color: #709cc1;
	font-size: 18px;
	border-bottom: 2px solid transparent;
	padding: 5px 0 3px !important;
	display: inline-block;
	white-space: break-spaces;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-image: none;
	background-color: transparent;
	border-color: #404040;
	color: #404040;
}

.nav-social {
	margin-top: 30px !important;
}

.nav-social a {
	color: #d97045  !important;
	font-size: 22px  !important;
}

.nav-social a:hover,
.nav-social a:focus,
.nav-social a:active {
	color: #404041  !important;
}

.nav-close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 24px;
	color: #d97045;
	cursor: pointer;
}

.nav-info {
	margin-bottom: 15px;
}

.nav-info a {
	color: #709cc1;
	margin-bottom: 8px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}

.nav-info a:hover,
.nav-info a:focus,
.nav-info a:active {
	border-color: #404040;
	color: #404040;
}


/**************/
/*** HEADER ***/
/**************/

#masthead {
	position: relative;
	z-index: 99;
}

.site-header-inner {
	padding: 20px 0;
}

.header-nav-wrap {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#quick-nav {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

#quick-nav>li {
	display: inline-block;
	padding-left: 12px;
}

#quick-nav>li>a {
	color: #fff;
	font-size: 16px;
}

#quick-nav>li>a:hover,
#quick-nav>li>a:focus,
#quick-nav>li>a:active {
	color: #d97045
}

#quick-nav .dropdown-menu {
	border-radius: 0
}

#quick-nav .dropdown-menu li {
	padding: 5px 15px;
	text-align: center !important;
}

#quick-nav .dropdown-menu li a {
	font-size: 14px; color: #709cc1;
	border: 0;
	padding: 0 !important;
}

#quick-nav .dropdown-menu li a:hover,
#quick-nav .dropdown-menu li a:focus,
#quick-nav .dropdown-menu li a:active {
	color: #d97045;
}

.nav-btn {
	display: block;
	width: 85px;
	height: 40px;
	padding: 0 24px;
}

.nav-btn a {
	display: block;
}

.nav-btn p {
	margin: 0;
	font-size: 12px;
}

.nav-btn span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.nav-btn span + span {
	margin-top: 7px;
}

.nav-contact {
	width: 175px;
	min-width: 175px;
	position: relative;
	text-align: center;
}

.nav-contact a:not(.btn) {
	display: block;
	position: absolute;
	bottom: -30px;
	color: #fff;
	left: 0; right: 0;
	margin: auto;
}

.nav-contact a:not(.btn):hover,
.nav-contact a:not(.btn):focus,
.nav-contact a:not(.btn):active {
	color: #d97045;
}

/**************/
/*** FOOTER ***/
/**************/
#colophon {
	padding-top: 40px;
}

body:not(.home) #colophon {
	border-top: 1px solid #709cc1;
}

.footer-top {
	border-bottom: 1px solid #709cc1;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.footer-links ul {
	padding-left: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	margin: 0;
}

.footer-links ul li {
	line-height: 1;
	margin-bottom: 4px;
}

.footer-links ul li a {
	color: #404041;
	font-weight: 600;
	font-size: 14px;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus,
.footer-links ul li a:active {
	color: #d97045;
}

.footer-newsletter .gform_button {
	border: 2px solid #d97045 !important;
	background-color: #fff;
	color: #d97045;
	padding: 13px 25px !important;
}

.footer-newsletter .gform_button:hover,
.footer-newsletter .gform_button:focus,
.footer-newsletter .gform_button:active {
	background-color: #d97045;
	color: #fff;
}

.footer-bottom {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer-michael {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-left: 0;
}

.footer-michael img {
	display: block;
	width: 160px;
}

.footer-contact {
	padding-bottom: 50px;
}

.footer-michael p {
	margin: 0;
}

.footer-michael a {
	color: #404041;
	display: block;
}

.footer-michael a:hover,
.footer-michael a:focus,
.footer-michael a:active {
	color: #d97045;
}

.footer-middle {
	padding-bottom: 30px;
}

.footer-middle p {
	margin: 0;
}

.footer-middle a {
	color: #404041;
}

.footer-middle a:hover,
.footer-middle a:focus,
.footer-middle a:active {
	color: #d97045;
}

.social-links {
	margin-top: 5px;
}

.social-links a {
	margin-right: 6px;
	font-size: 16px;
}

.footer-right {
	padding-bottom: 30px;
}

.footer-right img + img {
	margin-left: 20px;
}

.site-info {
	padding-bottom: 20px;
	background-color: #709cc1;
	color: #fff;
	padding: 10px 0;
}

.footer-legal {
	display: inline-block;
}

.footer-legal ul {
	padding-left: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 0;
}

.footer-legal li {
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 7px;
	margin: 0 4px;
	font-size: initial;
	font-size: 0;
	font-size: 14px;
	line-height: 16px;
}

.site-info a {
	color: #fff;
	font-weight: 600;
}

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
	color: #d97045;
}





/****************/
/*** HOMEPAGE ***/
/****************/
/* Hero Panel */
.hero-panel {
	top: -118px;
	margin-bottom: -118px;
	min-height: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero-panel::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba( 0,0,0,0.1 );
}

.hero-panel img {
	-o-object-position: top;
	object-position: top;
}

.hero-panel .panel-inner {
	color: #fff;
	z-index: 5;
	text-shadow: 2px 2px 2px rgba(26, 26, 26, .4);
	padding: 150px 0 100px;
}

.hero-panel .btn {
	min-width: 265px;
	margin-top: 15px;
}

.hero-panel a.btn:last-of-type {
	margin-left: 8px;
}

.hero-navigation {
    background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
    z-index: 15;
}
.hero-navigation li > a {
	color:#709cc1;
	line-height: 1.7;
}
.hero-navigation li > a:hover,
.hero-navigation li > a:focus,
.hero-navigation li > a:active {
	background-color: #709cc1;
	color: #fff;
}

/* Expertise Panel */
.expertise-panel {
	padding: 50px 0;
}

.expertise-panel h2 {
	font-size: 38px;
}

/* Profiles Panel */
.community-profiles-panel {
	padding-bottom: 60px;
	padding-top: 30px;
	background-color: #f8f8f8;
}

.profile-wrap {
	margin: 40px 0 30px;
}

.profile-item img {
	height: 115px;
	width: auto;
}

.profile-item a {
	color: #404041;
}

/* Process Panel */
.process-panel {
	padding-bottom: 120px;
	padding-top: 40px;
	background-color: #f8f8f8;
}

.process-panel h2 {
	font-size: 38px;
	margin-bottom: 30px;
}

.process-panel .panel-inner {
	position: relative;
}

.process-wrap {
	margin-bottom: 20px;
	padding: 0;
}

.process-step {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.process-step:before {
	content: '';
	position: absolute;
	left: 58px; right: 56px; bottom: 0;
	height: 3px;
	background-color: #709cc1;
}

.process-icon {
	width: 116px;
	min-width: 116px;
	padding-bottom: 60px;
	padding-top: 35px;
	position: relative;
}

.process-icon:before {
	content: '';
	position: absolute;
	left: 0; right: 0; top: 0;
	margin: auto;
	width: 3px;
	background-color: #709cc1;
	height: 35px;
}

.process-icon:after {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	margin: auto;
	width: 3px;
	background-color: #709cc1;
	height: 60px;
}

.process-step:first-of-type .process-icon:before,
.process-step:last-of-type:before,
.process-step:last-of-type .process-icon:after {
	display: none;
}

.process-num {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #709cc1;
	text-align: center;
	color: #709cc1;
	padding: 1px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto 10px;
}

.process-num > div {
	border-radius: 100px;
	border: 1px solid #709cc1;
	height: 100%;
	padding-top: 6px;
}

.process-icon img {
	height: 116px;
	width: auto;
}

.process-step:nth-child(even) .process-content {
	padding-right: 45px;
}

.process-step:nth-child(odd) .process-content {
	padding-left: 45px;
}

.process-content p {
	margin-bottom: 5px;
}

.process-panel .btn {
	min-width: 270px;
}

.process-panel .btn + .btn {
	margin-left: 30px;
}

/* Conejo Valley Panel */
.conejo-valley-panel {
	padding-bottom: 70px;
}

.conejo-valley-panel-img {
	padding-left: 20px;
	margin-bottom: 50px;
}

.conejo-valley-panel .panel-inner {
	padding: 0;
}

.conejo-valley-panel h2 {
	font-size: 38px;
}

.conejo-valley-panel .menu {
	list-style: none;
	padding-left: 0;
	margin: 15px 0;
	font-size: 0;
	text-align: center;
}

.conejo-valley-panel .menu li {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	border-right: 1px solid #404041;
	padding: 0 6px;
}

.conejo-valley-panel .menu li:last-of-type {
	border: 0;
}

.conejo-valley-panel .menu li a {
	font-weight: 600;
}

.checks-wrap {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.check-item {
	padding: 15px;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.check-item img {
	width: 30px;
	min-width: 30px;
}

/* About Panel */
.about-panel {
	overflow: hidden;
}

.about-img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 41.666667%;
}

.about-panel .panel-inner {
	padding: 25px 0 50px;
	z-index: 1;
}

.about-panel .panel-inner:before {
	content: '';
	position: absolute;
	top: -300px; right: -75px; bottom: -300px; left: -999px;
	background-color: #fff;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: -1;
}

.about-panel h2 {
	font-size: 38px;
}

.about-panel .btn {
	min-width: 220px;
	margin-top: 10px;
}

/* Reviews Panel */
.home .reviews-panel {
	background-color: #f8f8f8;
}

.reviews-panel {
	padding: 50px 0;
}

.reviews-wrap {
	margin-top: 30px;
	padding: 0;
}

.review {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
}

.review-img > div {
	height: 215px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #d97045;
}

.review-img img {
	height: 100%;
	width: auto;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.review-content {
	font-style: italic;
}

.review-content .blue-text {
	font-style: normal;
}

.zillow-review .rating img:last-of-type {
	width: 30px;
}

.google-review .rating img:last-of-type {
	width: 20px;
}

/* Contact Panel */
.connect-panel {
	padding: 30px 0 45px;
}

.connect-panel:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 204, 204, .3)), color-stop(50%, rgba(204, 204, 204, 0)) );
	background: linear-gradient(to bottom, rgba(204, 204, 204, .3), rgba(204, 204, 204, 0) 50% );
}

.home .connect-panel:before {
	display: none;
}

.connect-panel .panel-inner {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.connect-panel h3 {
	font-size: 30px;
}

.connect-panel h4 {
	font-size: 24px;
	margin-top: 20px;
}

.connect-panel .gform_wrapper {
	margin: 30px auto 0 !important;
}

/* Help Panel */
.help-panel,
.hoods-help-panel,
.help-selling-panel {
	padding: 260px 0 200px;
	color: #fff;
}

.help-panel h2,
.hoods-help-panel h2,
.help-selling-panel h2 {
	font-size: 44px;
}

.help-panel h2,
.hoods-help-panel h2,
.help-selling-panel h2,
.help-panel h4,
.hoods-help-panel h4,
.help-selling-panel h4 {
	text-shadow: 2px 2px rgba(0, 0, 0, .4);
	font-family: 'Avenir Next LT Pro', sans-serif;
}

.help-panel .panel-inner,
.hoods-help-panel .panel-inner {
	padding: 0 100px;
	text-shadow: 2px 2px rgba(0, 0, 0, .4);
}

.hoods-help-panel .btn {
	margin-top: 20px;
}

.hoods-help-panel .btn + .btn {
	margin-left: 20px;
}


/******************/
/*** CTA PANELS ***/
/******************/
.hp_panel {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.hp_panel blockquote {
	margin: 0;
}

/* Contact Panel */
.contact-panel {
	padding: 20px 0;
	clear: both;
	background-color: #709cc1;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.contact-panel-reveal {
	display: none;
	clear: both;
	padding-bottom: 25px;
}

.slideup {
	margin-top: -85px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.contact-panel input[type="text"],
.contact-panel textarea,
.contact-panel select {
    border-bottom: 1px solid #fff;
}

.contact-panel .gform_wrapper {
	padding-top: 30px;
}

.contact-top-left {
	padding-left: 0;
}

.contact-top-left h2 {
	margin-top: 10px;
}

.contact-top-right {
	margin-top: 5px;
}

.contact-top-right .arrow-link {
	text-transform: capitalize;
	letter-spacing: 1.2;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-family: 'Roboto';
}

.contact-top-right .arrow-link:after {
    content: '\f138';
    font: normal normal normal 20px/1 FontAwesome;
    margin-left: 8px;
    color: #fff;
}


/* Testimonial Panel */

.testimonial-panel .panel-inner {
	position: relative;
	padding: 50px 0;
	color: #fff;
}

.testimonial-panel .panel-inner blockquote p {
	font-style: italic;
}

.testimonial-panel .panel-inner blockquote p:before {
	content: open-quote;
}

.testimonial-panel .panel-inner blockquote p:after {
	content: close-quote;
}

/* Testimonial Internal Panel */

.testimonial-internal-panel {
	padding: 65px 0;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.testimonial-internal-panel .container {
	position: relative;
}

.testimonial-internal-panel:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .65);
}

/* Buyer/Seller Panel */
.buyer-seller-panel {
	padding: 100px 0;
}

.buyer-seller-panel .panel-inner {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buyer-seller-panel h1 {
	margin-top: 0;
}

.buysell-left,
.buysell-right {
	padding: 0;
}


.buying-panel,
.selling-panel {
	padding: 60px 0;
	color: #fff;
}

.buying-panel .panel-inner,
.selling-panel .panel-inner {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.moving-to-conejo-valley {
	background-color: rgba(135, 187, 214, .5);
}

.next-panel .row {
	margin-top: 35px;
}


.neighborhood-process-panel {
	padding-top: 15px;
}

/***********/
/*** 404 ***/
/***********/

.error404 .main-content {
    background-image: url(../jpg/404-bg.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 175px 0 130px;
	color: #fff;
	margin-top: -111px;
}

	.error404 .main-content:before {
		content: '';
	 	position: absolute;
	 	top: 0;
	 	right: 0;
	 	bottom: 0;
	 	left: 0;
	 	background: rgba(0, 0, 0, .6);
	}

	.error-404 h1 {
		font-size: 60px;
	}

/*************/
/*** LOGIN ***/
/*************/
.login {
	background-image: url( '../jpg/login-bg.jpg' );
	background-size: cover;
	background-position: 50%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	min-height: 100vh;
}

#login {
	width: 450px;
	padding: 35px 0;
	text-align: center;
	color: #fff;
	position: relative;
	background: rgba(0, 0, 0, .7);
}

#login p {
	text-align: left;
}

#login form {
	background-color: transparent;
	border: 0;
	text-align: left;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0;
}

#login h1 a {
	background-image: url( '../svg/main-logo.svg' );
	width: 350px;
	background-size: 350px;
	height: 45px;
	margin-bottom: 0;
}

#login form label {
	color: #fff;
	font-size: 16px;
}

#login form input[type="text"],
#login form input[type="password"] {
	background-color: rgba(255, 255, 255, .8);
}

#login form .submit {
	clear: both;
}

#login form .button-primary {
	width: 150px;
	height: 50px;
}

#rememberme {
	background-color: transparent;
	border: 2px solid #fff !important;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	margin-left: 2px;
}

input[type=checkbox]:checked:before {
	color: #87bbd6;
}

#nav a,
#backtoblog a {
	color: #fff !important;
	font-size: 18px;
}

#nav,
#backtoblog {
	margin: 0 !important;
	display: inline-block;
	padding: 0 !important;
	font-size: 18px;
}

.gform_wrapper .top_label .gfield_label, label {
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0;
}

.wp-core-ui .button.button-large {
		line-height: normal;
		text-transform: uppercase;
}

#login input[type="text"],
#login input[type="number"],
#login input[type="search"],
#login input[type="password"],
#login input[type="email"],
#login input[type="tel"],
#login select {
    height: 50px !important;
		border-bottom: none;
}

#login h1 a {
    background-image: url(../svg/main-logo-white.svg);
    width: 100%;
    background-size: 400px;
    height: 90px;
    margin-bottom: 0;
}

/**************/
/*** THANKS ***/
/**************/

.page-template-thanks .main-content {
	position: relative;
	color: #fff;
	padding: 175px 0;
	margin-top: -111px;
}

.page-template-thanks .main-content:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .65);
}

/**************************/
/*** RECOMMENDED PEOPLE ***/
/**************************/

.pro-top-bar {
	color: #fff;
	background-color: #87bbd6;
	padding: 30px 0;
}

.pro-top-bar h4 {
	line-height: 1.3;
}

.pro-search {
	margin-top: 60px;
	padding: 0;
}

.partner-box {
	padding: 20px;
}

.partner-box .blue-text i {
	margin-right: 8px;
}

#pro-select {
	border: 1px solid #87bbd6;
}

.pro-wrap .row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.partner-box {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

.pro-wrap .row .partner-box:last-of-type {
	border-right: 0;
}

.pro-wrap .row:first-of-type .partner-box {
	border-top: 0;
}


/***************/
/*** CONTACT ***/
/***************/
.page-id-96 .entry-content {
	padding: 0;
}


/********************/
/*** MEET MICHAEL ***/
/********************/

.about-michael-top .panel-box.first-box {
	height: 550px;
	position: relative;
	background-position: 50% 0;
}

.about-michael-top .panel-box.first-box .panel-box-inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	max-width: 100%;
}

.michael-about {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 25px 15px 15px 120px;
}

.michael-about a {
	color: #fff;
}

.panel-box-white .michael-about h2,
.panel-box-white .michael-about h3 {
	color: #fff !important;
}

.about-michael-top {
	margin-top: -40px;
}

.michaels-favs {
	padding: 50px 0 30px;
	border-bottom: 1px solid #709cc1;
	margin-bottom: 50px;
}

.michael-gallery {
	padding: 15px 0 50px;
}

#gallery-1 img {
	border: none !important;
}

.michael-gallery #gallery-1 img {
	max-width: 100% !important;
	border: 3px solid #fff !important
}


.michaels-favs img {
	padding: 20px 0;
}

.michaels-favs h3 {
	margin-top: 5px;
}

.michael-sales h2 {
	padding-bottom: 30px;
}

.michael-sales {
	padding-bottom: 30px;
}

.michael-contact p {
	padding-top: 10px;
}

/***************/
/*** CONTENT ***/
/***************/

.page-header {
	color: #fff;
	margin: 0;
	border-bottom: none;
	padding: 175px 0 10px;
}

.banner-header {
	background-position: 50% 65%;
	background-size: cover;
	position: relative;
	margin-top: -118px;
}

.banner-header .page-header {
	padding-top: 475px;
	padding-bottom: 20px;
	border: none;
	position: relative;
}

.blog .banner-header .page-header,
.archive .banner-header .page-header,
.search .banner-header .page-header,
.single-post .banner-header .page-header {
	padding-top: 250px;
	padding-bottom: 40px;
}

.page-id-15306 .banner-header .page-header,
.page-id-24749 .banner-header .page-header {
	padding-top: 475px;
	padding-bottom: 20px;
}

.banner-header .page-title {
	margin-top: 0;
	text-shadow: 2px 2px 2px rgba(26, 26, 26, .4);
}

.banner-header .page-header h3 {
	text-shadow: 2px 2px 2px rgba(26, 26, 26, .4);
}

.banner-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)) );
	background: linear-gradient( to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6) 100% );
}

.page-template-default .panel-box-inner {
	padding: 20px;
}

.page-template-default .panel-box-inner ul {
	padding-left: 20px;
}

/************/
/*** LEAD ***/
/************/

.page-template-leadpage .banner-header:before {
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, .6)), color-stop(70%, transparent) );
	background: linear-gradient( 0deg, rgba(0, 0, 0, .6), transparent 70% );
}

.page-template-leadpage .page-header {
	color: #fff;
	margin-top: 0;
	padding: 200px 0 150px;
}

.page-template-leadpage .page-title,
.page-template-default .page-title,
.page-template-homeworth .page-title {
	margin: 0;
}

.page-template-leadpage blockquote,
.page-template-default blockquote,
.page-template-homeworth blockquote {
	margin: 10px 0;
}

.page-template-leadpage .page-content,
.page-template-homeworth .entry-content {
	position: relative;
	background-color: #fff;
	margin-top: -130px;
	padding: 50px;
}

.page-template-leadpage .gform_wrapper {
	padding-bottom: 30px;
}


/*************************************/
/*** 'WHAT'S THE MARKET LIKE' PAGE ***/
/*************************************/

.content-with-sidebar {
	padding: 40px 0;
}

.sidebar {
	margin-top: 40px;
}

.content-with-sidebar .row {
	padding-bottom: 40px;
}

.content-with-sidebar .row:last-of-type {
	padding-bottom: 0px;
}

.widget_dpe_fp_widget {
	background-color: #e9e9e9;
	padding: 10px 15px;
}

.dpe-flexible-posts {
	padding-left: 0;
	max-width: 300px;
	margin: 0 auto;
}

.dpe-flexible-posts img {
	width: 100% !important;
}

.sidebar-padder ul {
	list-style: none;
}

.widget_dpe_fp_widget .widget-title {
	text-align: center;
	margin-top: 10px;
}

.widget_dpe_fp_widget .title {
	color: #000;
	font-weight: 700;
	margin-top: 20px;
}

.widget-title {
	font-weight: 700;
	color: #709cc1;
}

.search-form,
.postform {
	border: 1px solid #709cc1;
}

.search-form input[type="search"] {
	border-bottom: none;
}

/*********************/
/*** CONEJO VALLEY ***/
/*********************/

.page-template-activitypage .page-content {
	padding: 0;
}

/************************************/
/*** BLOG MAIN / ARCHIVE / SEARCH ***/
/************************************/
.blog-modal .modal-dialog {
	max-width: 600px;
	background-color: #fff;
	border: 2px solid #709cc1;
	padding: 30px;
	margin-top: 150px;
	z-index: 9999;
}

.modal-close {
	float: right;
	cursor: pointer;
	font-size: 22px;
}

.blog-modal .gform_wrapper {
	margin-top: 30px !important;
}

.blog-modal label {
	text-align: left;
	display: block;
}

.search-form {
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.search-field {
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0 !important;
}

.blog-box {
	border-bottom: 1px solid #709cc1;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.blog-img {
	background-size: cover;
	background-position: 50%;
	position: relative;
	margin-bottom: 15px;
}

.blog-img a {
	position: relative;
	/* height: 100%; */
	display: block;
}

.blog-img img {
	width: 100%;
}

.blog-img .blog-play {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 75px;
	color: rgba(255, 255, 255, .7);
}

.blog-info h4 a {
	color: #404041;
}

.blog-info .arrow-link {
	font-size: 14px;
}

.blog-box:hover .blog-img a:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.blog-twocol.blog-box:hover .blog-img a:before {
	display: none;
}

.no-results .page-title {
	color: #87bbd6;
}

.blog-twocol .blog-img {
	padding-left: 0;
}

.blog-twocol .blog-info {
	padding-right: 0;
}

.sidebar-padder {
	padding-left: 30px;
}

.archive-wrap {
	margin-top: 45px;
}

.archive-back-link {
	margin-top: 35px;
	display: inline-block;
}

.archive .activity-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

.category-entertainment .banner-header {
	background-image: url( '../jpg/entertainment.jpg' ) !important;
}

.category-fitness-and-recreation .banner-header {
	background-image: url( '../jpg/fitness-rec.jpg' ) !important;
}

.category-parks-and-playgrounds .banner-header {
	background-image: url( '../jpg/parks-playground.jpg' ) !important;
}

.category-hiking-trails .banner-header {
	background-image: url( '../jpg/hiking.jpg' ) !important;
}

.category-kid-friendly-activities .banner-header {
	background-image: url( '../jpg/kid-friendly.jpg' ) !important;
}

.category-restaurants-and-food .banner-header {
	background-image: url( '../jpg/restaurants.jpg' ) !important;
}

.category-wineries-and-bars .banner-header {
	background-image: url( '../jpg/wineries.jpg' ) !important;
}

.category-farmers-market .banner-header {
	background-image: url( '../jpg/farmers-market.jpg' ) !important;
}

.category-local-tips-and-favorites .banner-header {
	background-image: url( '../jpg/local-tips-favs.jpg' ) !important;
	background-position: 50% 0 !important;
}

.category-things-to-do .banner-header {
	background-image: url( '../jpg/things-to-do.jpg' ) !important;
}


/*******************/
/*** BLOG SINGLE ***/
/*******************/
.single-post .content-with-sidebar {
	padding-bottom: 0;
}

.blog-tags {
	clear: both;
}

.single-post .search-btn {
	background-color: rgba(112, 156, 193, 0.8)!important;
}

.single-post .search-btn:hover {
	background-color: rgba(112, 156, 193, 1)!important;
}

.single-post .entry-content {
	padding-top: 0;
	padding-bottom: 50px;
}

.blog-tags a {
	border: 1px solid #87bbd6;
	padding: 10px 30px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
}

.blog-tags {
	padding: 15px 0;
}

.related-posts {
	clear: both;
}

.related-box .blog-box {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.related-box .blog-img {
	max-height: 130px;
	overflow: hidden;
}

/* Comments */

.comments-title,
#reply-title {
	font-size: 24px;
	color: #709cc1;
	font-family: 'Avenir Next LT Pro';
	text-transform: normal;
	font-weight: bold;
}

.comment-body .pull-left {
	margin-right: 20px;
}

.comment-body .pull-left img {
	display: none;
}

.comment-body .pull-left::before {
	content: '\f007';
	font: normal normal normal 40px/1 FontAwesome;
	height: 60px;
	width: 60px;
	display: block;
	padding: 9px 16px;
	color: #fff;
	background-color: #709cc1;
	border-radius: 50%;
}

.comment-body .panel,
.comment-body .panel-heading,
.comment-body .panel-footer {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.comment-reply,
.form-submit {
	text-align: right;
}

.comment-list {
	margin-bottom: 35px;
}

#reply-title {
	margin-bottom: 15px;
}

.comment-form {
	padding: 15px;
	background-color: #e9e9e9;
}

.comment-notes {
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	min-width: 110px;
	padding-right: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
}

/* Activity Blog Posts */
.single-post .page-header {
	padding-top: 200px;
}

.ap-top {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.ap-top-left {
	padding-left: 0;
}

.ap-top-right {
	padding-right: 0;
}

.ap-boxes {
	border: 1px solid #87bbd6;
	margin-bottom: 35px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ap-box {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: 1px solid #87bbd6
}

.ap-boxes h3 {
	margin-top: 0;
}

.ap-box:last-child {
	border: 0;
}

.ap-box  {
	padding: 15px;
}

.ap-vid {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.ap-video {
	padding-right: 0;
}

.ap-more {
	padding-left: 0;
}

.ap-address,
.ap-more {
	margin-bottom: 35px;
}

/* Market Update Posts */
.single-post.real-estate-market .page-header {
	padding-top: 475px;
	padding-bottom: 20px;
}

.market-update-content {
	margin-bottom: 70px;
}

.inside-view {
	margin-bottom: 60px;
	padding-bottom: 0 !important;
}

.going-forward {
	background-color: #f8f8f8;
	padding: 10px 30px 30px;
	margin-bottom: 60px;
}

.forecast {
	padding: 30px 30px 50px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	display:-webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
}

.snapshot-wrap {
	margin-bottom: 60px;
	padding: 0;
}

.snapshot-row {
	margin-top: 45px;
	padding-bottom: 0 !important;
}

.interest-rates {
	margin-bottom: 60px;
}

.interest-rates h2 {
	margin-bottom: 20px;
}

.median-prices .dataTables_wrapper {
	margin-top: 25px;
	margin-bottom: 35px;
}

.median-prices + h4 a {
	color: #d97045;
}

.median-prices + h4 a:hover,
.median-prices + h4 a:focus,
.median-prices + h4 a:active {
	color: #709cc1;
}

.single-post.single-post.real-estate-market .form-section {
	border-top: 1px solid #404041;
}

.market-signup {
	padding-top: 50px;
	margin-top: 45px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(0, 0, 0, .5);
}



/*************************/
/*** TESTIMONIALS MAIN ***/
/*************************/
.dk-blue-t {
	background-color: #709cc1;
}

.lt-blue-t {
	background-color: #87bbd6;
}

.white-t {
	background-color: #fff;
}

.dk-blue-t a,
.lt-blue-t a {
	color: #fff;
}

.white-t a {
	color: #000;
}

.testimonial-wrap {
	margin-top: -40px;
	margin-bottom: 60px;
}

.testimonial-wrap .row {
	margin: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.t-box {
	position: relative;
	padding: 50px 65px 30px;
}

.t-box:after {
	content: '';
	position: absolute;
	bottom: -20px; left: 60px;
	width: 40px;
	height: 40px;
	background-color: inherit;
	-webkit-transform: rotate( 45deg );
	transform: rotate( 45deg );
	display: block;
	z-index: 3;
}

.t-box a {
	display: block;
	/* height: 100%; */
}

.t-box-hover {
	opacity: 0;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4;
}

.t-box-hover .arrow-link {
	color: #fff;
}

.t-box-hover .arrow-link i {
	color: #87bbd6;
}

.t-box:hover .t-box-hover {
    opacity: 1;
	background: rgba(0, 0, 0, 0.8);
}

.t-box:hover {
	overflow: hidden;
}

.t-box-inner img {
	margin-left: -35px;
}

.t-box-content h4 {
	line-height: 1.4;
}


/***************************/
/*** TESTIMONIALS SINGLE ***/
/***************************/

.single-testimonial .entry-content {
	padding: 0;
}

.single-testimonial .page-header {
	color: #fff;
	margin-top: 0;
	padding: 350px 0 130px;
}

.single-testimonial .testimonial-content {
	position: relative;
	background-color: #fff;
	margin-top: -115px;
	padding: 30px 70px;
}

.single-testimonial .topquote {
	padding-bottom: 20px;
}

.single-testimonial blockquote p {
	color: #87bbd6;
	font-size: 24px;
}

.single-testimonial p {
	line-height: 1.5;
}

.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  font-weight: normal;
	padding-bottom: 30px;
}

.post-navigation .pagination .nav-previous a i,
.post-navigation .pagination .nav-next a i {
  color: #87bbd6;
	font-size: 18px;
}

.post-navigation .pagination .nav-previous a:hover,
.post-navigation .pagination .nav-next a:hover {
    color: #87bbd6;
}

.testimonial-nav {
	padding-top: 30px;
}

.testimonial-author {
	padding-top: 20px;
}

/*********************/
/*** LISTINGS MAIN ***/
/*********************/
.listing-inner {
	position: relative;
}

.listing-status {
	position: absolute;
	top: 3px; left: 0; right: 0;
	text-align: center;
	z-index: 5;
}

.listing-status span {
	background-color: rgba(112, 156, 193, 0.7);
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	border-top: 0;
	width: auto;
}

.listing-hover {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 25px;
	opacity: 0;
	color: #fff;
}

.listing-hover .arrow-link {
	color: #fff;
}

.listing-hover .arrow-link:hover,
.listing-hover .arrow-link:active,
.listing-hover .arrow-link:focus {
	color: #87bbd6;
}

.list-img-wrap {
	overflow: hidden;
}

.listing-img {
	height: 225px;
	background-size: cover;
	background-position: 50%;
}

.listing-box:hover .listing-img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	position: relative;
}

.listing-box:hover .listing-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}

.listing-box:hover .listing-hover {
	opacity: 1;
}

.listing-box {
	margin: 15px 0 15px;
}

.listing-info a {
	color: #404041 !important;
}

.listing-info a:hover {
	color: #87bbd6 !important;
}


/***********************/
/*** LISTINGS SINGLE ***/
/***********************/
.single-listings #nav-below {
	display: none;
}

.flexslider {
	margin: 0 0 20px;
}

.gallery-slider .gallery-slide {
	height: 500px;
	background-size: cover;
	background-position: 50%;
}

.gallery-slider .gallery-slide a {
	display: block;
	height: 100%;
}

.gallery-slider .flex-direction-nav {
	display: none !important;
}

.gallery-carousel .gallery-slide {
	height: 150px;
	cursor: pointer;
	background-size: cover;
	background-position: 50%;
}

.list-gallery .flex-next,
.list-gallery .flex-prev,
.slider-gallery .flex-next,
.slider-gallery .flex-prev {
	margin-top: -133px;
	background-color: rgba(255, 255, 255, .9);
	font-size: 30px;
	color: #709cc1;
}

.list-gallery .flex-next:before,
.list-gallery .flex-prev:before,
.slider-gallery .flex-next:before,
.slider-gallery .flex-prev:before {
	display: none;
}

.slider-gallery.align-top .gallery-slide {
	background-position: 50% 0 !important;
}

.list-details-wrap {
	border-top: 1px solid #87bbd6;
	border-bottom: 1px solid #87bbd6;
	overflow: hidden;
}

.list-detail {
	border-right: 1px solid #87bbd6;
	padding: 10px 0 15px;
}

.single-listings .list-detail h3 {
	margin: 0;
}

.list-detail:last-of-type {
	border-right: none;
}

.list-wrap .hood-section-title {
	padding: 15px;
}

.listing-top {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.listing-top-left {
	background-size: cover;
	background-position: 50%;
	padding-right: 0;
	min-height: 450px;
}

.listing-banner {
	float: right;
	padding: 8px 8px 5px;
	border: 1px solid #fff;
	margin-top: 20px;
	background-color: rgba(135, 187, 214, .9);
	letter-spacing: 2px;
}

.single-listings .banner-header {
	background-position: 50% 50%;
}

.single-listings .gallery {
	display: none;
}

.list-details {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing-top-right {
	padding: 50px 90px;
}

.single-listings .hood-section-title  {
	padding-left: 0;
	color: #709cc1;
}

.listing-top {
	clear: both;
	overflow: hidden;
}

.list-hood,
.list-map {
	margin-top: 40px;
}


.list-hood .showvid {
	background-color: transparent;
}


/***********************/
/*** PROPERTY SEARCH ***/
/***********************/
.search-by-price {
	padding: 45px 0 30px;
	color: #fff;
	margin-top: 60px;
}

.search-by-price ul {
	list-style: none;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	padding-left: 0;
	line-height: 1.7;
	font-weight: 600;
	font-size: 22px;
	padding-top: 15px;
}

.search-by-price ul li:after {
	content: '\f054';
	font: normal normal normal 18px/1 FontAwesome;
	margin-left: 10px;
	color: #fff;
}

.search-by-area {
	padding: 50px 0;
}

.search-by-area .row {
	margin: 0;
}

.search-by-area ul {
	list-style: none;
	padding-left: 0;
	line-height: 1.7;
}

.search-by-area ul li:after {
	content: '\f138';
	color: #87bbd6;
	font: normal normal normal 18px/1 FontAwesome;
	margin-left: 10px;
}

.search-by-area a {
	color: #000;
}

.search-by-price a {
	color: #fff;
	font-size: 28px;
}

.search-by-price a:hover,
.search-by-area a:hover {
	color: #87bbd6;
}

.search-by-price .panel-inner {
	position: relative;
}

.area-list {
	padding-left: 0;
	padding-right: 15px;
}

.search-wrap {
	padding-bottom: 50px;
	position: relative;
}

.idx-omnibar-form {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 !important;
}

.idx-omnibar-form label {
	text-align: left;
	color: #000;
}

.idx-omnibar-form input {
	border: 1px solid #87bbd6;
	height: 50px !important;
}

.address-label {
	margin: .5rem 0;
	display: block;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}

.idx-omnibar-extra {
	min-width: 120px;
	width: 120px !important;
	margin-right: 3px;
}

.awesomplete {
	margin-right: 3px;
}

.awesomplete ::-webkit-input-placeholder {
    color: transparent;
}
.awesomplete :-moz-placeholder {
   opacity:  1;
   color: transparent;
}
.awesomplete ::-moz-placeholder {
   opacity:  1;
   color: transparent;
}
.awesomplete :-ms-input-placeholder {
   color: transparent;
}
.awesomplete ::-ms-input-placeholder {
   color: transparent;
}

.idx-omnibar-extra-button {
	min-width: 140px;
	width: 140px !important;
	margin-top: 0 !important;
}

.idx-omnibar-extra-button span {
	margin-left: 0 !important;
}

.idx-omnibar-extra-button i {
	display: none;
}

.idx-omnibar-extra-button, #impress-widgetsubmit, #impress-widgetLeadLoginSubmit {
    background-color: rgba(135, 187, 214, .8);
    color: #FFFFFF;
    height: 50px !important;
    border: 0 !important;
		font-size: 14px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
	margin-bottom: 0;
}

.single-idx-wrapper .footer-newsletter {
	display: none;
}



/***************************/
/*** NEIGHBOURHOODS MAIN ***/
/***************************/
.page-id-164 .page-content iframe {
	width: 100%;
}

.other-main-hoods {
	margin-top: 45px;
}

.hood-box-excerpt {
	margin-top: 10px;
}

.neighborhood-wrap {
	padding: 30px 0;
}

.neighborhood-wrap .hover-box-wrap {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.neighborhood-wrap .hover-box {
	margin-bottom: 4px;
}

.neighborhood-wrap .hover-active:before {
	/* background-color: rgba(0, 0, 0, 0.5); */
}

.neighborhood-wrap .hover-active p,
.neighborhood-wrap .hover-active h4 {
	position: relative;
}

.hood-love-hate {
	border-top: 1px solid #709cc1;
	border-bottom: 1px solid #709cc1;
}

.hood-love-hate .panel-box-white h2 {
	color: #709cc1;
}

.hood-love-hate .panel-box {
	padding: 40px;
}

.hood-query-wrap {
	padding: 20px 0 40px;
}

.hood-query {
	padding-top: 20px;
}

.hood-query-wrap .hover-box-wrap {
	padding: 10px;
}

.hood-query .hood-box {
	margin-bottom: 10px;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.hood-query .hood-inner {
	height: 100%;
	color: #fff;
	background-position: 50%;
	background-size: cover;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.hood-query .hood-inner p {
	position: relative;
	margin: 0;
	font-size: 22px;
}

.hood-query .hood-inner div {
	display: block;
}

.hood-query .hood-inner div span {
	padding-left: 10px;
}

.hood-query .hood-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}

.hood-query .hood-inner:hover {
	content: '';
	background-position: 50%;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	position: relative;
}

.hood-query .hood-inner:hover:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .6);
}

.hood-slider li {
	margin-right: 5px;
}

.hood-section-title {
	font-weight: 700;
	color: #87bbd6;
	font-size: 32px;
}

.other-hoods {
	background-color: rgba(135, 187, 214, .25);
	padding-bottom: 25px;
}

.other-hoods h2 {
	padding: 30px 0;
}

.other-hoods .flexslider {
	background-color: transparent;
	border: none;
}

.flex-next,
.flex-prev {
	background-color: rgba(252, 252, 252, 0.9);
	padding: 20px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -230px;
	position: relative;
}

.flex-next {
	float: right;
}

.flex-prev {
	float: left;
}

.hood-love-hate .panel-box {
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.hood-parent-wrap .hood-love-hate .panel-box {
	border: 0;
}

.hood-love-hate .panel-box-inner {
	max-width: 515px;
}

.hood-parent-wrap .hood-love-hate .panel-box-inner {
	max-width: 530px;
}

.hood-parent-wrap .hood-love-hate {
	margin-top: 35px;
	border-top: 1px solid #709cc1;
	border-bottom: 1px solid #709cc1;
}

.hood-parent-top {
	padding: 35px 0 10px;
}

.parent-hood-list .row {
	margin-left: 0;
	margin-right: 0;
}

.hood-search {
	padding: 45px 0;
}

.last-hood-box {
	height: 225px;
	padding: 0;
	padding: 0 2px;
}

.last-hood-inner {
	background-color: #87bbd6;
	height: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
}

.last-hood-box h2 {
	margin-bottom: 25px;
}

.hood-map {
	margin-bottom: 45px;
	margin-top: 60px;
}

.hood-map-embed {
	padding-bottom: 50px;
}

.hood-map-embed h2 {
	letter-spacing: 2px;
}

.hood-map-embed iframe {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
}

.main-hoods .hover-active > div,
.other-main-hoods .hover-active > div {
	height: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
}

.main-hoods .hover-active p,
.other-main-hoods .hover-active p {
	line-height: 1.2;
}

.left-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.down-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hood-map-jump {
	background-color: #e8e8e8;
}

.hood-map-jump h3 {
	margin: 0;
}

.hood-map-jump a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.hood-map-jump i {
	color: #d97045;
}

.hood-map-jump span {
	margin-left: 15px;
}

.profiles-section {
	margin-top: 50px;
}

.connect-section {
	border-bottom: 1px solid #6f7376;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.connect-section .btn {
	margin-top: 10px;
}

/* Neighborhood Categories Page */
.hood-cat-top,
.hood-cat-bottom {
	padding: 50px 0;
}

.hood-cat-query {
	overflow: hidden;
}

.hood-cat-query .hover-box-wrap {
	margin-bottom: 30px;
}


/*****************************/
/*** NEIGHBOURHOODS SINGLE ***/
/*****************************/
.hood-nav-wrap {
	position: relative;
	z-index: 99;
}

.hood-nav {
	background-color: #f8f8f8;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .2);
	padding: 10px 0;
	left: 0;
	right: 0;
	top:0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	transition: all .25s;
	z-index: 999;
}

.hood-nav.affix {
	background-color: #d97045;
	text-align: center;
	z-index: 200;
}

.hood-nav .container {
	padding-right: 540px;
	transition: all .25s;
}

.hood-nav.affix .container {
	padding-right: 0;
}

.hood-nav a {
	color: #d97045;
	display: inline-block;
	margin-right: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.hood-nav a.popin {
	display: none;
}

.hood-nav a:hover,
.hood-nav a:focus,
.hood-nav a:active {
	color: #87bbd6 !important;
}

.hood-nav.affix a {
	color: #fff;
}

.hood-nav.affix a.popin {
	display: inline-block;
}

.hood-banner-wrap {
	position: absolute;
	top: 0px;
	left: 0; right: 0;
	z-index: 99;
}

.hood-banner {
	background-color: #d97045;
	color: #fff;
	padding: 4px 10px;
	left: 0; right: 0;
}

.hood-banner a {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 15px;
}

.hood-banner a:hover,
.hood-banner a:focus,
.hood-banner a:active {
	color: #d97045;
	background-color: #fff;
}

.hood-banner .h4 {
	font-size: 20px;
	margin-right: 20px;
}

.hood-specific-header .page-header {
	padding-top: 330px;
}

.hood-specific-header .page-header {
	padding-bottom: 20px;
}

.hood-specific-header h4 {
	margin: 0;
}

.hood-specific-header blockquote {
	margin-top: 10px;
}

.hood-header .list-gallery {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

#hood-carousel,
#hood-carousel .carousel-inner,
#hood-carousel .item {
	height: 100% !important;
}

#hood-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hoods-gallery a {
	z-index: 10;
	width: 45px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
	background: none !important;
	opacity: 1;
}

.hoods-gallery a > span {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #d97045;
	text-align: center;
}

.hoods-gallery a > span .fa {
	position: relative;
	top: -6px;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.hood-bio {
	transform: translateY(-75px);
	position: relative;
	z-index: 100;
}

.hood-bio .panel-inner {
	background-color: #fff;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .1);
	padding: 20px;
}

.hood-bio-header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

.hood-bio .btn {
	margin-top: 20px;
}

.hood-bio-img {
	border-radius: 100%;
	overflow: hidden;
	height: 80px;
	width: 80px;
	min-width: 80px;
	display: inline-block;
	margin-right: 20px;
}

.hood-look-here {
	margin-top: 45px;
}

.hood-tip {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px ;
	margin-bottom: 40px;
	padding: 20px 15px 0;
	background-color: #f8f8f8;
}

.tip-left {
	width: 115px;
	min-width: 115px;
}

.tip-right {
	padding-left: 20px;
}

.tip-right p {
	display: inline-block;
}

.hood-listings .IDX-showcaseTable {
	margin-top: 30px;
}

.hood-video {
	margin-top: 45px;
	clear: both;
	overflow: hidden;
}

.hood-video > div {
	/* padding: 0 50px; */
	margin-top: 10px;
}

.hood-header .page-header {
	padding-top: 475px;
	padding-bottom: 10px;
}

.video-header {
	position: relative;
	margin-top: -111px;
}

.video-header .fluid-width-video-wrapper {
	padding-top: 0;
	height: 650px;
}

.video-header .showvid:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)) );
	background: linear-gradient( to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .6) 100% );
}

.video-header .showvid img {
	position: relative;
	z-index: 3;
}

.video-header .page-header {
	position: absolute;
	left: 0; bottom: 0; right: 0;
	z-index: 3;
	padding-top: 0;
}

.video-header .page-title {
	text-shadow: 2px 2px 2px rgba(26, 26, 26, .4);
}

.todo-box {
	margin-bottom: 35px;
}

.todo-img {
	height: 200px;
	background-position: 50%;
	background-size: cover;
}

.stat-row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-hood-intro {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-hood-left h2 {
	margin: 0;
}

.hood-wrap {
	padding-top: 0px;
}

.hood-wrap .carousel-indicators li {
	border-color: #87bbd6;
	width: 12px;
  height: 12px;
}

.hood-wrap .carousel-indicators {
	bottom: -45px;
}

.hood-wrap .carousel-indicators .active {
	background-color: #87bbd6;
	border: 1px solid #87bbd6;
	width: 12px;
  height: 12px;
}

.hood-stats {
	padding: 0 0 30px;
}

.hood-stats-wrap {
	padding: 10px 0;
}

.hood-stats-wrap .hood-stat {
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right: 1px solid #6f7376;
	border-bottom: 1px solid #6f7376;
	padding: 10px 0;
}

.hood-stats-wrap .hood-stat h2 {
	margin-top: 0;
	font-size: 38px;
}

.hood-stats-wrap .stat-row .hood-stat:first-of-type {
	border-left: 1px solid #6f7376;
}

.hood-stats-wrap .stat-row:first-of-type {
	border-top: 1px solid #6f7376;
}

.hood-stat h4 {
	font-size: 24px;
}

.hood-img-carousel .item {
	height: 350px !important;
	background-size: cover;
	background-position: 50%;
}

.hood-img-carousel .item a {
	display: block;
	height: 100%;
}

.hood-highlight,
.hood-ideal-buyer,
.hood-floorplans {
	padding: 20px 0;
}

.hood-highlight h2 {
	margin-top: 0;
}

.hood-demostat {
	color: #fff;
	padding: 15px 0;
	margin-top: 45px;
	clear: both;
	position: relative;
}

.hood-demostat:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .4);
}

.hood-demostat .container {
	position: relative;
}

.hood-demo-wrap .hood-demo h2 {
	margin-top: 0;
	font-size: 40px;
}

.hood-demo-wrap .demo-row:first-of-type {
	border-bottom: 1px solid #ccc;
}

.hood-demo-wrap .demo-row {
	clear: both;
	overflow: hidden;
	padding: 10px 0 5px;
}

.hood-demo-header {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hood-demo-header h2:first-of-type {
	padding-right: 20px;
}

.hood-favs {
	margin-bottom: 70px;
	max-height: 380px;
	overflow: hidden;
	margin-top: 60px;
}

.hood-favs h2 {
	margin-bottom: 30px;
}

.hood-todo {
	padding: 30px 0;
	clear: both;
}

.todo-content {
	color: #6f7376;
}

.todo-title {
	padding: 10px;
}

.hood-desc p {
	line-height: 1.8;
}

.hood-top {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.todo-header h4 {
		margin: 18px 0;
}

.hood-floorplans {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 0;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: transparent !important;
    font-weight: 700;
    vertical-align: middle;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.tablepress-table-name {
	display: none;
}

.hood-listings a {
	float: right;
}

.hood-idx-wrap {
	padding-bottom: 30px;
}

.hood-listings .IDX-showcaseLink {
	max-height: 150px;
}

.hood-annualnums {
	padding-top: 30px;
}

.hood-annualnums .dataTables_wrapper {
	padding-top: 15px;
	padding-bottom: 30px;
}

.hood-map .hood-section-title {
	padding-bottom: 15px;
}

.hood-map #map-canvas {
	height: 400px;
}

.hood-gallery,
.hood-parent {
	padding-top: 30px;
}

.hood-gallery {
	margin-bottom: 45px;
}

.floorplan-content {
	padding-bottom: 20px;
}

.back-link {
	margin-bottom: 45px;
}

.hood-ideal-buyer {
	clear: both;
	padding: 60px 0;
}

.form-section {
	padding: 45px 0;
	overflow: hidden;
	background-color: #f8f8f8;
}

.form-inner {
	padding: 0;
}

.form-inner h4 {
	font-size: 24px;
}

.form-inner .gform_wrapper {
	margin-top: 30px !important;
}

.hood-help-panel {
	margin-top: 50px;
}

.hood-help-panel .row {
	background-color: #f8f8f8;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0;
	margin: 0;
}

.hood-help-panel h4 {
	margin: 0;
}

.hood-help-panel p {
	font-size: 15px;
}

.hood-list-panel {
	margin-bottom: 70px;
	margin-top: 50px;
}

.hood-list-panel .btn {
	margin-top: 30px;
}

.hood-list-right > div {
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

#form-modal .modal-dialog {
	width: 100vw;
	height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #f8f8f8;
	margin: 0;
	padding: 50px 15px;
}

#form-modal .modal-content {
	border-radius: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	max-width: 50vw;
}

#form-modal .close {
	position: absolute;
	z-index: 1;
	font-size: 38px;
	top: 15px; right: 15px;
	color: #d97045;
	opacity: 1;
	cursor: pointer;
}

#form-modal .modal-header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 0;
	padding: 0;
}

.modal-img {
	width: 120px;
	min-width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #d97045;
	margin-right: 30px;
}

#form-modal .gform_wrapper {
	margin-top: 30px !important;
}

#form-modal .gform_footer {
	text-align: center;
}



/*****************/
/*** TEAM MAIN ***/
/*****************/



/*******************/
/*** TEAM SINGLE ***/
/*******************/



/******************/
/*** HOME WORTH ***/
/******************/

.hw-banner {
	margin-top: -130px;
	z-index: -1;
	position: relative;
	background-size: cover;
	background-position: 50%;
}

.hw-banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(transparent) );
	background: linear-gradient( 0deg, rgba(0, 0, 0, 1), transparent 100% );
}

.hw-bottom {
	background-color: #87bbd6;
	color: #fff;
	padding: 50px 0;
}

.hw-bottom h3 {
	line-height: 1.3;
}

.hw-content {
	padding-bottom: 0;
}

.page-template-homeworth .hw-banner {
	color: #fff;
	margin-top: -170px;
	padding: 300px 0 150px;
}

/*********************/
/*** ONE-OFF PAGES ***/
/*********************/

/* Oak Park Expert */

.expert-t-left {
	background-position: 50%;
	background-size: cover;
	color: #fff;
	position: relative;
}

.expert-t-left:before {
	content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 156, 193, .8);
}

.expert-t-left h4,
.expert-t-left p,
.expert-t-left img {
	color: #fff;
	position: relative;
}

.expert-t-left .panel-box-inner h4:last-of-type {
	padding-top: 20px;
}

.expert-t-left .panel-box-inner .quote-right {
	margin-bottom: -90px;
}

.expert-t-left .panel-box-inner .quote-left {
	margin-left: -50px;
	margin-top: -120px;
}

.toggle-content {
	border-bottom: 1px solid #709cc1;
	padding-bottom: 30px;
}

.hood-listings .IDX-showcaseTable:empty:after,
.toggle-wrap .IDX-showcaseTable:empty:after {
	content: 'There are currently no listings to display.';
	display: block;
	font-style: italic;
	font-size: 18px;
}

.hood-idx-wrap #IDX-showcaseGallery-52239 .IDX-showcaseContainer a {
	max-height: 180px !important;
}


/* What To Do In Conejo Valley */
.activity-wrap {
	color: #fff;
	background-color: #87bbd6;
	padding: 60px 0 30px;
	margin-top: 45px;
	margin-bottom: -40px;
}

.activity-wrap .row {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.activity-box {
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding: 45px 15px;
}

.activity-box p {
	color: #fff;
	font-weight: bold;
}

.activity-wrap .row:last-of-type,
.activity-box:last-of-type {
	border: 0;
}

.activity-wrap > p {
	margin-top: 45px;
}

.activity-wrap > p a:hover {
	color: #fff;
}

.activity-wrap > p a:hover i {
	color: #709cc1;
}


/* boxes */

.activity-box {
	cursor: pointer;
	min-height: 160px;
}

.activity-img {
	position: relative;
	height: 100px;
}

.activity-img img {
	height: 100px;
	width: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}

.activity-box:hover .activity-img div {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.activity-img div:last-of-type {
	opacity: 0;
}

.activity-box:hover .activity-img div:last-of-type {
	opacity: 1;
}

.activity-box:hover .activity-img div:first-of-type {
	opacity: 0;
}

/* mobile to do */
.todo-mobile-wrap {
	margin: 25px 0;
}

.todo-mobile-wrap .toggle-content {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.todo-mobile-wrap ul {
	padding: 0;
}



/* IDXB Signup / Login */
.impress-lead-signup {
	margin-top: 20px;
}

.impress-lead-signup ::-webkit-input-placeholder {
	color:    transparent;
}
.impress-lead-signup :-moz-placeholder {
	color:    transparent;
	opacity:  1;
}
.impress-lead-signup ::-moz-placeholder {
	color:    transparent;
	opacity:  1;
}
.impress-lead-signup :-ms-input-placeholder {
	color:    transparent;
}
.impress-lead-signup ::-ms-input-placeholder {
	color:    transparent;
}

#impress-widgetEmail {
	width: 100% !important;
}

#impress-widgetLeadLoginSubmit {
	width: 100% !important;
	margin-top: 10px;
}

#IDX-leadToolsBar {
    background-color: #e31837;
}

#IDX-leadToolsBar a:hover {
	color: #000 !important;
}

.impress-lead-signup {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.impress-lead-signup .ctrl-group {
    width: 49.5%;
    margin-bottom: 10px;
}

.impress-lead-login {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 30px auto;
}

.impress-lead-login .ctrl-group {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 4px;
}

.impress-lead-login .ctrl-group input {
    width: 100% !important;
		height: 50px !important;
}

#impress-widgetLeadLoginSubmit {
    width: 170px !important;
    padding: 16px 25px 14px !important;
}

/* IDXB Pages */

.single-idx_search .main-content {
	margin-top: -111px;
}

.idx_search-template-default .page-header:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)) );
	background: linear-gradient( to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6) 100% )
}

.idx_search-template-default .page-title {
	color: #fff;
	position: relative;
	text-align: center;
}

.idx_search-template-default .page-header {
	background-image: url('../jpg/idx-banner.jpg');
	background-position: 50% 100%;
	background-size: cover;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 200px 0 20px;
}

.idx_search-template-default .entry-date,
.idx_search-template-default .entry-meta,
.idx_search-template-default .post-navigation {
	display: none;
}


.single-idx-wrapper .search-by-area h2 span {
	display: none;
}

.single-idx-wrapper .search-by-area h2:after {
	content: 'Continue Searching';
	text-transform: uppercase;
	font-weight: 900;
}

.single-idx-wrapper .banner-header {
	background-image: url( '../jpg/idx-banner.jpg' );
}

.single-idx-wrapper .page-header {
	padding: 300px 0 10px;
}


/* Selling/Buying With Me - 3.0 */
.half-section {
	min-height: 500px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.half-section:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	background-size: cover;
	background-position: 50%;
}

.half-section.imgleft:before {
	left: 0; right: 50%;
}

.half-section.imgright:before {
	left: 50%; right: 0;
}

.half-section.light-section {
	background-color: rgba(228, 227, 227, .8);
}

.half-section.dark-section {
	background-color: #6f7376;
	color: #fff;
}

.half-section.imgleft .blue-overlay {
	left: 0; right: 50%;
}

.half-section.imgright .blue-overlay {
	left: 50%; right: 0;
}

.half-section.light-section h3 {
	color: #87bbd6;
}

.half-section.imgleft .half-inner {
	padding: 30px 0 30px 60px;
}

.half-section.imgright .half-inner {
	padding: 30px 60px 30px 0;
}

.half-inner h4 {
	line-height: 1.4;
}

.half-section h3 {
	font-size: 36px;
}

.selling-top-panel h2 {
	font-size: 45px;
}

#partnership-bar {
	margin-top: 60px;
}

.greenlight-panel {
	padding: 60px 0;
}

.home-panel {
	padding: 30px 0 60px;
}

.greenlight-panel .title,
.home-panel .title {
	font-size: 40px;
	line-height: 40px;
	padding-right: 5px;
}

.greenlight-panel p,
.home-panel p {
	line-height: 1.5;
}

.marketing-panel {
	padding: 60px 0;
}

.marketing-panel > h2 {
	font-size: 45px;
}

.marketing-panel .row {
	margin-top: 60px;
	margin-bottom: 60px;
}

.marketing-panel .border-box {
	min-height: 275px;
	border-color: #6f7376;
}

.marketing-panel .border-box h2 {
	background-color: #fff;
	font-size: 36px;
	top: -23px;
}

#marketing-bar ul {
	margin-top: 25px;
	padding-left: 20px;
}

#marketing-bar ul h4 {
	margin: 0;
}

.toursler-video-wrap {
	position: relative;
	z-index: 1;
}

.tours-panel {
	overflow: hidden;
	padding: 60px 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tours-panel h2 {
	font-size: 45px;
	margin-top: 0;
}

.tours-panel h4 {
	line-height: 1.4;
}

.toursler-video {
	position: absolute;
	top: 38px; left: 66px;
	width: 316px;
	height: 198px;
	z-index: -1;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.toursler-video video {
	height: 178px;
}

.selling-about-panel {
	min-height: 500px;
	background-size: cover;
	background-position: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
}

.about-panel-leftalign {
	background-position: 100% 0;
}

.selling-about-panel h3 {
	font-size: 36px;
}

.selling-about-panel ul {
	margin-top: 25px;
	padding-left: 20px;
}

.selling-about-panel ul h4 {
	margin: 0;
}

.negotiation-panel {
	padding: 45px 0 60px;
}

.negotiation-panel > h2 {
	font-size: 45px;
}

.next-panel {
	padding: 45px 0 30px;
}

.next-panel > h2 {
	font-size: 45px;
}

.next-panel .row {
	margin-top: 60px;
	margin-bottom: 60px;
}

.next-panel .border-box {
	min-height: 195px;
	position: relative;
}

.next-panel .border-box:before {
	content: '01';
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 120px;
	color: rgba(135, 187, 214, .3);
	position: absolute;
	bottom: -30px; right: 0;
	z-index: -1;
}

.next-panel .border-box-wrap:nth-of-type(2) .border-box:before {
	content: '02';
}

.next-panel .border-box-wrap:last-of-type .border-box:before {
	content: '03';
}

.next-panel .border-box h2 {
	background-color: #fff;
}

.buying-form {
	margin-bottom: 60px;
}

.buying-about-panel {
	margin-bottom: -40px;
}



/* Area Page Main */
.area-map {
	margin-top: 35px;
}

.page-template-default .moving-to-conejo-valley {
	margin-top: -40px;
}

.moving-to-conejo-valley {
	padding: 45px 0;
}

.moving-to-conejo-valley h2 {
	line-height: 1.2;
	margin: 0;
}

.moving-to-conejo-valley .arrow-link {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	text-transform: none;
	font-family: 'Roboto';
}

.moving-to-conejo-valley .arrow-link:after {
	font-size: 30px;
	color: #fff;
}

.moving-to-conejo-valley .arrow-link:hover,
.moving-to-conejo-valley .arrow-link:hover:after {
	color: #87bbd6;
}

.gm-style-iw,
.gm-style-iw div {
	overflow: visible !important;
}

.marker-popup {
	margin-left: -15px;
	margin-top: -8px;
	margin-right: -37px;
	text-align: center;
	padding-bottom: 10px;
}

.marker-popup h3 {
	color: #87bbd6;
	font-family: 'Roboto';
	font-weight: 600;
}

.marker-popup a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.marker-popup a:after {
	content: '\f138';
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 5px;
	color: #87bbd6;
}


/* Area Pages Single */
.single-area .page-header {
	padding: 475px 0 10px;
}

.single-area #nav-below {
	display: none;
}

.single-area .entry-content {
	padding-bottom: 0;
}

.inline-title-wrap {
	margin-bottom: 40px;
	line-height: 1.4;
}

.inline-title {
	font-size: 30px;
	font-family: 'Roboto';
	color: #87bbd6;
	font-weight: 900;
	margin-right: 10px;
	line-height: 1;
}

.area-lifestyle {
	margin-bottom: 40px;
}

.area-housing .grey-panel {
	padding-bottom: 40px;
}

.area-schools {
	background-color: #f2f2f2;
	padding: 30px 0;
}

.area-schools .arrow-link {
	font-weight: 600;
}

.area-keepinmind {
	padding: 40px 0 50px;
}

.conejo-valley-at-a-glance {
	padding: 40px 0;
}

.conejo-valley-at-a-glance .row {
	margin-top: 45px;
}

.border-box {
	border: 3px solid #87bbd6;
	padding: 0 10px 10px;
}

.border-box h2 {
    background-color: #fff;
    display: inline-block;
    top: -20px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.conejo-valley-at-a-glance .border-box {
	padding: 0 15px 20px;
}

.conejo-valley-at-a-glance .border-box h2 {
	background-color: #fff;
}

.conejo-valley-at-a-glance .border-box-wrap.col-sm-4 .border-box {
	min-height: 305px;
}

.conejo-valley-at-a-glance .border-box-wrap.col-sm-6 .border-box {
	min-height: 200px;
}

.conejo-valley-at-a-glance .border-box ul {
	padding-left: 0;
	list-style: none;
}

.conejo-valley-at-a-glance .border-box li {
	margin-bottom: 8px;
	padding-left: 22px;
	line-height: 1.2;
}

.conejo-valley-at-a-glance .border-box li:before {
	margin: 0 10px 0 -22px;
	content: '\f00c';
	font: normal normal normal 12px/1 FontAwesome;
	position: relative;
	bottom: 2px;
}

.area-search {
	padding: 45px 0;
	background-color: rgba(135, 187, 214, .5);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.area-search .arrow-link {
	font-size: 26px;
	font-family: 'Roboto';
	color: #fff;
	font-weight: 900;
}

.area-search .arrow-link:after {
	color: #fff;
	font-size: 26px;
}

.area-search .arrow-link:hover,
.area-search .arrow-link:hover:after {
	color: #87bbd6;
}

#thousand-oaks-mall {
	margin-top: -40px;
	margin-bottom: 20px;
}

#lifestyle-bar,
#lookhere-bar {
	overflow: hidden;
	background-color: rgba(228, 227, 227, .8);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#lookhere-bar {
	background-color: #6f7376;
	color: #fff;
}

#lifestyle-bar h3,
#lookhere-bar h3 {
	font-size: 36px;
}

.bar-media {
	padding: 0;
}

.bar-img {
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: 50%;
}

.bar-media .hood-img-carousel .item {
	height: 500px !important;
}

.bar-content {
	padding: 25px 45px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#lookhere-bar .bar-content {
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bar-content > div {
	max-width: 520px;
}

.area-housing h3 {
	font-weight: 900;
	font-size: 36px;
}

.half-section {
	min-height: 500px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.half-section:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	background-size: cover;
	background-position: 50%;
}

.half-section.imgleft:before {
	left: 0; right: 50%;
}

.half-section.imgright:before {
	left: 50%; right: 0;
}

.half-section.light-section {
	background-color: rgba(228, 227, 227, .8);
}

.half-section.dark-section {
	background-color: #6f7376;
	color: #fff;
}

.half-section .blue-overlay {
	position: absolute;
	top: 0; bottom: 0;
}

.half-section.imgleft .blue-overlay {
	left: 0; right: 50%;
}

.half-section.imgright .blue-overlay {
	left: 50%; right: 0;
}

.half-section.light-section h3 {
	color: #87bbd6;
}

.half-section.imgleft .half-inner {
	padding: 30px 0 30px 60px;
}

.half-section.imgright .half-inner {
	padding: 30px 60px 30px 0;
}

.half-inner h4 {
	line-height: 1.4;
}

.half-section h3 {
	font-size: 36px;
}

.full-width-section.light-grey {
	background-color: rgba(228, 227, 227, .8);
}

.full-width-section.light-grey h3 {
	color: #87bbd6;
}

.full-width-section.dark-grey {
	background-color: #6f7376;
	color: #fff;
}

#map-canvas {
	height: 400px;
}

.hood-map-wrap {
	padding-top: 45px;
}

.hood-map-wrap h3 {
	margin-bottom: 35px;
}


/* Neighborhood Landing Page */
.hood-landing-header {
	text-align: center;
	margin-bottom: 45px;
}

.hood-landing-header .page-header {
	padding-bottom: 140px;
}

.hood-landing-header .awesomplete {
	width: 70%;
	margin-top: 120px;
}

.hood-landing-header .awesomplete ::-webkit-input-placeholder {
    color: #ccc;
}
.hood-landing-header .awesomplete :-moz-placeholder {
   opacity:  1;
   color: transparent;
}
.hood-landing-header .awesomplete ::-moz-placeholder {
   opacity:  1;
   color: transparent;
}
.hood-landing-header .awesomplete :-ms-input-placeholder {
   color: transparent;
}
.hood-landing-header .awesomplete ::-ms-input-placeholder {
   color: transparent;
}

.awesomplete mark {
	background-color: #87bbd6;
}

.awesomplete li:hover mark {
	background-color: #d97045;
}

#hood-landing-field {
	width: 100%;
}

.townhood-box {
	position: relative;
	margin-top: 50px;
	padding: 70px 50px;
}

.townhood-inner {
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #d97045;
	padding: 20px 15px;
}

.townhood-inner h2,
.townhood-inner h3 {
	margin: 0;
}

.townhood-inner h2 {
	font-size: 35px;
	letter-spacing: 1px;
}

.townhood-checks {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.townhood-checks .check-item {
	-webkit-flex-grow: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.townhood-list {
	margin-bottom: 25px;
}

.other-hoods-list {
	margin-bottom: 30px;
}

.townhood-list-other a {
	font-size: 22px;
	border-right: 1px solid #d97045;
	padding: 0 8px;
}

.townhood-list-other a:last-of-type {
	border: 0;
}

.townhood-list a {
	display: block;
	font-size: 22px;
}

.hood-landing-search {
	margin: 60px 0;
	border: 1px solid #d97045;
	background-color: #f8f8f8;
	padding: 120px 50px;
}

.hood-landing-search h2 {
	font-size: 40px;
	letter-spacing: 1px;
}

.hood-landing-search a i {
	color: #d97045;
}

.hood-landing-map {
	margin-bottom: 60px;
}

.hood-landing-map iframe {
	width: 100%;
	margin-top: 35px;
}

.hood-landing-process-wrap {
	margin-top: 40px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hood-landing-step:before {
	content: '';
	position: absolute;
	left: 75%; right: -25%;
	top: 50px;
	height: 1px;
	display: block;
	background-color: #87bbd6;
}

.hood-landing-step:last-of-type:before {
	display: none;
}

.hood-landing-step img {
	height: 115px;
	width: auto;
}

.hood-landing-step-num {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #87bbd6;
	color: #d97045;
	text-align: center;
	margin: 0 auto;
}

.hood-landing-step h3 {
	color: #709cc1;
	margin: 0;
}


/* Tips Page */
.tips-wrap {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tips-img {
	padding-left: 0;
}

.tips-left {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100vh;
}

.tips-posts-wrap {
	padding: 30px 15px;
}

.tip-section {
	margin-bottom: 40px;
	max-width: 560px;
}

.tip-section a {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

.tip-section a i {
	color: #d97045;
}


/* Buying Page */
.questions-section {
	margin: 50px 0 70px;
}

.questions-section h2 {
	font-size: 40px;
	letter-spacing: 2px;
}

.questions-wrap {
	margin-top: 25px;
}

.question {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.question img {
	width: 60px;
	min-width: 60px;
	margin-right: 10px;
}

.intro-section {
	margin-bottom: 70px;
}

.about-section {
	border-top: 2px solid rgba(111, 115, 118, .5);
	border-bottom: 2px solid rgba(111, 115, 118, .5);
}

.about-section .panel-inner {
	padding: 30px 45px 45px 0;
}

.about-section .panel-inner:before {
	background-color: #fff;
}

.blog-section {
	padding: 40px 0 60px;
}

.blog-section h2 {
	font-size: 45px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.blog-section h2 + h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}

.blog-section-inner {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-blog-box {
	margin-bottom: 30px;
}

.content-blog-img {
	height: 350px;
}

.content-blog-title i {
	color: #d97045;
}

.blog-section .text-right a {
	font-size: 20px;
	color: #d97045;
}

.blog-section .text-right a:hover,
.blog-section .text-right a:focus,
.blog-section .text-right a:active {
	color: #BF623D;
}

.bottom-section {
	color: #fff;
	padding-bottom: 40px;
	padding-top: 400px;
}

.bottom-section h2 {
	margin: 0;
	text-shadow: 2px 2px 2px rgba(26, 26, 26, .4)
}

.selling-about-panel {
	min-height: 500px;
	background-size: cover;
	background-position: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-panel-leftalign {
	background-position: 100% 0;
}

.selling-about-panel h3 {
	font-size: 36px;
}

.selling-about-panel ul {
	margin-top: 25px;
	padding-left: 20px;
}

.selling-about-panel ul h4 {
	margin: 0;
}

.buying-hood-list {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #6f7376;
}


/******************/
/*** RESPONSIVE ***/
/******************/

/* MD Displays - 1199 and smaller */
@media (max-width:1199px) {

	.border-box-wrap {
		padding: 0 15px;
	}

	.hp-blog-box .blog-img {
		max-height: 150px;
	}

	.toursler-video {
		top: 31px;
		left: 53px;
		width: 258px;
		height: 160px;
	}

	.toursler-video video {
		height: 145px;
	}

	.full-width-content {
		padding: 15px 30px !important;
	}

	.review-img > div {
		height: 173px;
	}

	.footer-michael img {
		width: 100px;
	}

	.footer-right {
		text-align: center;
	}

	.footer-right img:last-of-type {
		margin-top: 10px;
		margin-left: 0;
	}

	.hood-other-wrap .hover-box-wrap {
		padding: 0 5px;
	}

	.content-blog-img {
		height: 283px;
	}

	.hood-list-right > div {
		height: 250px;
		width: 250px;
		margin: auto;
	}

	.help-panel .panel-inner,
	.hoods-help-panel .panel-inner {
		padding: 0;
	}

	.hood-nav .container {
		padding-right: 455px;
	}

}


/* SM Displays - 991 and smaller --- includes iPad portrait */
@media (max-width:991px) {

	.site-info {
		text-align: center;
	}

	.communities-panel .artcols,
	.services-panel .artcols {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.community-left,
	.services-left {
		margin-bottom: 15px;
	}

	.community-left,
	.community-right,
	.services-left,
	.services-right {
		padding: 0;
	}

	.hover-box-wrap,
	.border-box-wrap {
		padding: 0 5px;
	}

	.half-box {
		padding: 70px 20px 45px;
	}

	.blog-panel-left,
	.blog-panel-right {
		padding: 0;
	}

	.blog-panel-left {
		margin-bottom: 15px;
	}

	.hp-blog-wrap .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.hp-blog-box {
		padding: 0 5px;
	}

	.newsletter-panel a {
		display: block;
		margin-top: 5px;
	}

	.hood-top {
		display: block;
	}

	.hood-desc {
		padding-top: 50px;
	}

	.highlight-content {
		margin-bottom: 10px;
	}

	.hood-highlight {
		padding: 0;
		margin-bottom: 25px;
	}

	.hood-todo {
		padding: 30px 0 0 15px;
	}

	.hood-schools {
		padding-left: 15px;
		margin-bottom: 30px;
	}

	.hood-favs {
		max-height: none;
	}

	.todo-box {
		padding-top: 20px;
	}

	.hood-stats {
		padding: 10px 0 30px;
	}

	.todo-box-wrap {
		display: block;
		padding-bottom: 30px;
	}

	.list-detail:first-of-type,
	.list-detail:nth-child(2),
	.list-detail:nth-child(3) {
		border-bottom: 0;
	}

	.list-detail:nth-child(3) {
		border-right: 0;
	}

	.listing-top {
		display: block;
	}

	.listing-top-left {
		height: 400px;
		margin: 30px;
	}

	.listing-top-right {
		padding: 0 50px 30px;
	}

	.dpe-flexible-posts {
		max-width: 500px;
	}

	.widget_dpe_fp_widget .widget-title {
    margin: 20px;
	}

	.michael-about {
		padding: 25px 15px 15px 25px;
	}

	.page-template-default .last-box .panel-box-inner {
    padding-left: 20px;
	}

	.michael-about h2:first-of-type {
		margin-top: 0;
	}

	.hp-blog-box .blog-img {
		max-height: 130px;
	}

	.michael-about h3 {
		font-size: 22px;
	}

	.testimonial-wrap .row {
		display: block;
	}

	.t-car-bottom {
		display: block;
	}

	.todo-open-right {
		padding-left: 0;
	}

	.contact-panel .panel-inner {
		display: block;
	}

	.contact-panel .contact-top-right {
		padding-left: 0;
		padding: 10px 0 8px;
		margin-top: 0;
	}

	.contact-panel {
		padding-top: 0;
	}

	#input_4_5,
	#input_3_5 {
		margin-top: 20px;
	}

	.idx-omnibar-form {
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.awesomplete {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.about-panel {
		padding: 30px 0;
		background-position: -130px 0 !important;
	}

	.ap-top {
		display: block;
	}

	.ap-top-left,
	.ap-top-right {
		padding: 0;
	}

	.ap-top-left {
		margin-bottom: 25px;
	}

	.ap-vid {
		display: block;
	}

	.ap-video {
		padding: 0;
	}

	.ap-map {
		padding: 0;
	}

	.hood-other-wrap .hover-box-wrap {
		padding: 5px;
	}

	.better-marketing-right {
		padding: 0 150px 75px;
	}

	.better-marketing-right img:last-of-type {
		left: 100px;
	}

	.toursler-video {
		top: 28px;
		left: 48px;
		width: 235px;
		height: 147px;
	}

	.toursler-video video {
		height: 133px;
	}

	.half-section.imgleft .half-inner {
		padding-left: 30px;
	}

	.half-section.imgright .half-inner {
		padding-right: 30px;
	}

	.marketing-panel .border-box h2 {
		font-size: 26px;
		top: -18px;
	}

	.marketing-panel .border-box {
		min-height: 305px;
	}

	.selling-about-panel {
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 30px;
		position: relative;
	}

	.selling-about-panel:before {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		background: -webkit-gradient( linear, left bottom, left top, from(rgba(255, 255, 255, .9)), color-stop(70%, transparent) );
		background: linear-gradient( 0deg, rgba(255, 255, 255, .9), transparent 70% );
	}

	.next-panel .border-box {
		min-height: 240px;
	}

	.next-panel .border-box h2 {
		font-size: 26px;
		top: -18px;
	}

	.moving-to-conejo-valley {
		text-align: center;
	}

	.conejo-valley-at-a-glance .border-box-wrap.col-sm-4 .border-box {
		min-height: 375px;
	}

	.conejo-valley-at-a-glance .border-box-wrap.col-sm-6 .border-box {
		min-height: 315px;
	}

	.full-width-content {
		padding: 15px !important;
	}

	.header-logo {
		text-align: center;
		margin-bottom: 10px;
	}

	.banner-header,
	.video-header,
	.page-template-thanks .main-content,
	.error404 .main-content {
		margin-top: -178px;
	}

	.hero-panel {
		top: -178px;
		margin-bottom: -178px;
	}

	#hero-menu li {
		display: inline-block;
	}

	.hero-navigation li > a {
		margin-bottom: 0;
	}

	.expertise-panel h2 br,
	.process-panel h2 br {
		display: none;
	}

	.about-panel {
		background-color: #fff;
	}

	.about-img {
		position: static;
	}

	.about-panel .panel-inner {
		padding: 0;
		padding-top: 15px;
	}

	.about-panel .panel-inner:before {
		display: none;
	}

	.review-img > div {
		height: 220px;
	}

	.footer-bottom {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-michael img {
		width: 160px;
	}

	.footer-right {
		margin-top: 20px;
	}

	.page-template-thanks .main-content,
	.error404 .main-content {
		padding-top: 225px;
	}

	.hood-landing-step:nth-of-type(2):before {
		display: none;
	}

	.tips-posts-wrap {
		padding-left: 0;
	}

	.about-section {
		padding-top: 0;
	}

	.single-idx_search .main-content {
		margin-top: -170px;
	}

	.help-panel,
	.help-selling-panel {
		padding: 240px 0 100px;
	}

	#field_14_15 {
		margin-left: 0;
	}

	.gfield.col-md-3 {
		padding: 0;
	}

	.hood-list-right > div {
		height: 200px;
		width: 200px;
		margin: auto;
	}

	#form-modal .modal-content {
		max-width: 80vw;
	}

	.hood-nav .container {
		padding-right: 15px;
		text-align: center;
	}

	.hood-bio {
		transform: none;
		margin-top: 75px;
	}

	.footer-newsletter {
		margin-top: 30px;
	}

}


/* MENU COLLAPSE */
@media (max-width: 799px){


}


/* XS Displays - 767 and smaller */
@media (max-width:767px) {

	#main-menu {
		margin: 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #d97045;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #404041;
		background-color: transparent;
	}

	.gfield {
		margin-top: 10px !important;
	}

	.ghalf {
		float: none !important;
		width: 100%;
	}

	.ginline {
		display: block;
	}

	.ginline .gfield {
		margin-bottom: 0 !important;
	}

	.ginline .gform_body {
		padding-right: 0;
	}

	.ginline .gform_footer {
		min-width: 100%;
		margin-top: 0 !important;
	}

	.ginline .gform_button {
		width: 100% !important;
	}

	.gtwocol .gform_fields {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		display: block;
	}

	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		min-width: 100%;
		text-align: left;
	}

	.footer-legal {
		display: block;
	}

	.footer-legal li {
		border: 0;
		padding: 4px 0;
	}

	h1 {
		font-size: 36px;
	}

	.listings-search-panel {
		display: block;
	}

	.buyer-seller-panel .panel-inner {
		display: block;
	}

	.hover-box-wrap,
	.border-box-wrap {
		padding: 0 15px;
	}

	.services-panel {
		padding-bottom: 10px;
	}

	.border-box-wrap {
		margin-bottom: 45px;
	}

	.t-car-bottom {
		display: block;
	}

	.t-car-bottom-left .btn {
		width: 100%;
		margin: 5px 0;
	}

	.half-box {
		border: 0;
		padding: 45px 15px;
	}

	.blog-panel {
		padding-bottom: 10px;
	}

	.hp-blog-wrap .row {
		margin: 0;
	}

	.hp-blog-box {
		padding: 0;
		margin-bottom: 35px;
	}

	.buysell-right {
		margin-top: 30px;
	}

	.buysell-right .btn {
		width: 100%;
	}

	.box-panel {
		display: block;
	}

	.box-panel-bottom {
		padding-top: 0;
	}

	.page-template-default .panel-box-inner {
		padding: 5px;
	}

	.page-template-thanks .main-content {
		position: relative;
		color: #fff;
		padding: 100px 0;
	}

	.page-template-leadpage .page-content {
		padding: 25px;
	}

	.panel-box-inner {
		max-width: 100% !important;
	}

	.hood-demo-header {
		display: block;
	}

	.hood-demo-wrap .demo-row:first-of-type {
		border-bottom: none;
	}

	.hood-demo-wrap .demo-row {
		padding: 0;
	}

	.hood-demo-wrap .hood-demo {
		padding: 10px 0;
		border: 1px solid #fff;
	}

	.main-hood-intro {
		display: block;
	}

	.main-hood-intro .main-hood-left h2 {
		margin: 0;
	}

	.hood-floorplans {
		display: block;
	}

	.floorplan-button .btn {
		width: 100%;
	}

	.hood-love-hate .panel-box {
		padding: 15px;
	}

	.single-testimonial .testimonial-content {
    padding: 30px 40px;
		margin-top: -110px;
	}

	.single-testimonial .testimonial-nav {
     padding-top: 0;
	}

	.single-testimonial .post-navigation .pagination .nav-previous a,
	.single-testimonial .post-navigation .pagination .nav-next a {
		padding-bottom: 10px;
	}

	.idx-omnibar-extra {
		width: 49% !important;
		min-width: 49% !important;
	}

	.idx-omnibar-extra-button {
		width: 100% !important;
		min-width: 100%;
		margin-top: 10px !important;
	}

	.idx-omnibar-form {
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.awesomplete {
		margin-right: 0;
	}

	.idx-omnibar-extra,
	.idx-omnibar-extra-button {
		margin-right: 0;
		width: 19.5%;
		min-width: 19.5%;
	}

	.search-by-price ul {
		list-style: none;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}

	.hw-header {
		text-align: center;
	}

	.hw-banner {
		margin-top: -180px !important;
	}

	.hw-header-right {
		text-align: center;
		padding-top: 10px;
	}

	.gallery {
		display: block !important;
	}

	.gallery-item {
		width: 50% !important;
	}

	.listing-top-right {
    padding: 30px 40px;
	}

	.login {
		min-height: auto;
		height: auto;
		padding: 50px 15px;
	}

	#login h1 a {
		background-size: 265px;
		height: 70px;
	}

	#login {
		padding: 15px;
	}

	#loginform {
		padding: 0;
	}

	.list-detail:nth-child(2),
	.list-detail:nth-child(4) {
		border-right: 0;
	}

	.list-detail:nth-child(3) {
		border-right: 1px solid #87bbd6;
	}

	.list-detail:nth-child(4) {
		border-bottom: 0;
	}

	.listing-top-right {
		padding: 0 30px 20px;
	}

	.listing-top-left {
		margin: 15px;
	}

	.stat-row {
		display: block;
	}

	.hood-stat:nth-child(2),
	.hood-stat:nth-child(4),
	.hood-stat:last-of-type {
		border-left: 1px solid #709cc1;
	}

	.testimonial-wrap .row {
		display: block;
	}

	.activity-wrap .row {
		display: block;
	}

	.activity-box {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.activity-open {
		overflow: visible;
	}

	.todo-open-right ul {
		padding-top: 50px;
	}

	.content-with-sidebar .row {
		padding-bottom: 0px;
	}

	.blog-box {
		padding-bottom: 50px;
	}

	.content-with-sidebar {
		/* padding-bottom: 0; */
	}

	.sidebar {
		margin-top: 10px;
	}

	.dataTables_wrapper {
		overflow-x: scroll;
	}

	.quote-left {
		left: 20px;
	}

	.quote-right {
		right: 15px;
	}

	.banner-header .page-header {
		padding-top: 280px !important;
	}

	.page-template-default .last-box .panel-box-inner {
		padding: 5px;
	}

	.hood-wrap .carousel-indicators {
		bottom: -65px;
	}

	.hood-stats,
	.hood-ideal-buyer,
	.hood-highlight,
	.highlight-vid,
	.highlight-content,
	.floorplan-content,
	.floorplan-button,
	.hood-todo,
	.todo-box,
	.hood-schools {
		padding-left: 0;
		padding-right: 0;
	}

	.single-testimonial .testimonial-content {
		padding: 30px 15px 0px;
	}

	.page-template-leadpage .page-content,
	.page-template-homeworth .entry-content {
		padding: 15px;
	}

	.page-template-homeworth .hw-banner {
		padding: 200px 0 150px;
	}

	.hood-gallery #gallery-1 br {
		display: none !important;
	}

	.blog-twocol .blog-img,
	.blog-twocol .blog-info {
		padding: 0;
	}

	.fancytoggle h2 {
		font-size: 20px;
	}

	.panel-box {
		min-height: 250px;
	}

	.michael-gallery {
		overflow: hidden;
	}

	#gallery-1 br {
		display: none !important;
	}

	#gallery-1 .gallery-item {
		margin: 10px 0 !important;
	}

	.pro-wrap .row {
		display: block;
	}

	.partner-box {
		border-top: 1px solid #eee !important;
		border-right: 0;
	}

	.pro-wrap .row:first-of-type .partner-box:first-of-type {
		border-top: 0 !important;
	}

	.hood-search .hover-box-wrap {
		padding: 5px 15px;
	}

	.hover-row + br {
		display: none;
	}

	.main-hoods .hover-box,
	.other-main-hoods .hover-box {
		height: 260px;
	}

	.about-panel {
		background-image: none !important;
	}

	.t-panel-img {
		margin-bottom: 30px;
	}

	.t-panel-img,
	.t-panel-content {
		padding: 0;
	}

	.hover-box-wrap {
		padding: 5px 15px;
	}

	.single-idx-wrapper .page-header {
		padding: 50px 0 30px;
	}

	.activity-wrap {
		padding: 20px 0;
	}

	.activity-box {
		padding: 25px 15px;
	}

	.ap-boxes-top-row {
		display: block;
	}

	.ap-boxes-top-row .ap-box {
		border-right: 0;
		border-bottom: 1px solid #87bbd6;
	}

	.ap-gallery {
		padding: 0;
	}

	.archive-wrap {
		padding: 0;
	}

	.ap-boxes {
		display: block;
	}

	.ap-box {
		border-right: 0;
		border-bottom: 1px solid #87bbd6;
	}

	.hood-other-wrap .hover-box-wrap {
		padding: 5px 15px;
	}

	.blog-modal .modal-dialog {
		padding: 30px 15px;
	}

	.page-id-189 .banner-header {
		background-position: 100%;
	}

	.better-marketing-left {
		padding-top: 0;
	}

	.better-marketing-right {
		padding: 0 0 50px;
		max-width: 300px;
		width: 300px;
		float: none;
		margin: 0 auto;
	}

	.better-marketing-right img {
		width: 200px;
	}

	.better-marketing-right img:last-of-type {
		left: 0;
		bottom: 0;
	}

	.marketing-imgs .art-col {
		padding: 10px 0;
	}

	.iconrows .artcols {
		display: block;
	}

	.icon-left,
	.icon-right {
		padding: 0;
	}

	.icon-left {
		margin-bottom: 15px;
	}

	.selling-top-panel h2 {
		font-size: 36px;
	}

	.half-section:before {
		display: none;
	}

	.half-inner {
		padding: 20px 0 30px !important;
	}

	.half-section-img {
		display: block;
		height: 250px;
		background-size: cover;
		background-position: 50%;
		margin-left: -15px;
		margin-right: -15px;
	}

	.marketing-panel .row {
		margin-bottom: 30px;
	}

	.tours-panel {
		display: block;
	}

	.vtour-left,
	.vtour-right {
		padding: 0;
	}

	.vtour-right {
		margin-top: 25px;
		text-align: center;
	}

	.toursler-video-wrap {
		display: inline-block;
	}

	.toursler-video-wrap > img {
		width: 290px;
	}

	.toursler-video {
		top: 25px;
		left: 43px;
		width: 206px;
		height: 128px;
	}

	.selling-about-panel {
		background-position: 12% 0;
		min-height: auto;
		padding: 35px 0;
	}

	.about-panel-leftalign {
		background-position: 90% 0;
	}

	.selling-about-panel:before {
		background: rgba(255, 255, 255, .6);
	}

	.selling-about-content {
		padding: 0;
	}

	.half-section .blue-overlay {
		left: 0 !important; right: 0 !important;
		bottom: auto;
		height: 250px;
	}

	.next-panel {
		padding-bottom: 0;
	}

	.next-panel .row {
		margin-bottom: 0;
	}

	.next-panel .border-box {
		min-height: auto;
	}

	.conejo-valley-at-a-glance .border-box-wrap {
		margin-bottom: 0;
	}

	.conejo-valley-at-a-glance .border-box {
		min-height: auto !important;
		margin-top: 45px;
	}

	.conejo-valley-at-a-glance .row {
		margin-top: 0;
	}

	.full-width-section {
		display: block;
	}

	.bleed-gallery .hood-img-carousel .item {
		height: 300px !important;
	}

	#lifestyle-bar,
	#lookhere-bar {
		display: block;
	}

	.bar-content {
		padding: 25px 15px;
	}

	.bar-img {
		height: 250px;
		min-height: auto;
	}

	.bar-media .hood-img-carousel .item {
		height: 300px !important;
	}

	.checks-wrap {
		display: block;
	}

	.footer-michael img {
		width: 100px;
	}

	.header-logo {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-logo img {
		width: 225px;
	}

	.nav-btn {
		padding-right: 0;
		width: 64px;
		min-width: 64px;
	}

	.header-nav-wrap {
		display: block;
		text-align: center;
	}

	#quick-nav {
		text-align: center;
	}

	#quick-nav li {
		padding: 4px 10px;
	}

	.nav-contact {
		margin: 10px auto 0;
	}

	.banner-header,
	.video-header,
	.page-template-thanks .main-content,
	.error404 .main-content {
		margin-top: -228px;
	}

	.hero-panel {
		top: -228px;
		margin-bottom: -228px;
	}

	.hero-panel .panel-inner {
		padding: 270px 0 50px;
	}

	.hero-panel .btn {
		display: block;
		margin: 5px 0 !important;
	}

	.hero-panel h1 {
		font-size: 34px;
	}

	.hero-navigation li {
		width: 49%;
	}

	.hero-navigation li:last-of-type {
		width: 100%;
	}

	.hero-navigation li > a {
		font-size: 16px;
		padding: 10px !important;
	}

	.expertise-panel h2,
	.process-panel h2,
	.conejo-valley-panel h2 {
		font-size: 32px;
	}

	.profile-wrap {
		margin-bottom: 15px;
	}

	.profile-item {
		margin-bottom: 20px;
	}

	.profile-item img {
		height: 50px;
	}

	.process-icon {
		width: 60px;
		min-width: 60px;
	}

	.process-icon img {
		width: 60px;
	}

	.process-step:nth-child(odd) .process-content {
		padding-left: 20px;
	}

	.process-step:nth-child(even) .process-content {
		padding-right: 20px;
	}

	.process-step:before {
		left: 29px;
		right: 28px;
	}

	.process-panel .btn {
		display: block;
		margin: 5px 0 !important;
	}

	.conejo-valley-panel .menu li {
		padding: 4px 6px;
	}

	.review {
		display: block;
	}

	.review-img > div {
		width: 150px;
		height: 150px;
		margin: 0 auto 15px;
	}

	.help-panel,
	.help-selling-panel {
		padding: 140px 0 50px;
	}

	.footer-newsletter {
		margin-top: 30px;
	}

	.footer-middle {
		text-align: center;
		padding: 20px 15px 40px;
	}

	.footer-michael {
		display: block;
		text-align: center;
	}

	.footer-michael img {
		margin: 0 auto;
	}

	.page-template-thanks .main-content,
	.error404 .main-content {
		padding-top: 280px;
		padding-bottom: 50px;
	}

	.thanks-content,
	.error-404 {
		padding: 0;
	}

	.site-nav {
		width: 300px;
	}

	.hood-banner span {
		display: none;
	}

	.hood-banner.affix {
		margin-top: 0;
		opacity: 1;
	}

	.hood-tip {
		display: block;
		margin-top: 35px;
	}

	.tip-left {
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.tip-right {
		padding: 0;
	}

	.hood-gallery {
		overflow: hidden;
	}

	.other-hoods h2 {
		padding: 30px 0;
	}

	.video-header .fluid-width-video-wrapper {
		height: 500px;
	}

	.video-header .showvid span {
		padding-top: 120px;
	}

	.video-header .showvid span img {
		width: 70px;
	}

	.footer-bottom {
		display: block;
	}

	.footer-right {
		margin-top: 0;
	}

	.footer-contact {
		padding-bottom: 20px;
	}

	.townhood-box {
		padding: 50px 15px;
	}

	.townhood-checks {
		display: block;
	}

	.townhood-checks .check-item {
		padding: 0;
	}

	.townhood-list {
		margin-top: 20px;
	}

	.hood-landing-search {
		padding: 30px 15px;
	}

	.hood-landing-process-wrap {
		display: block;
	}

	.hood-landing-step {
		margin-bottom: 20px;
	}

	.hood-landing-step:before {
		display: none;
	}

	.hood-landing-header .awesomplete {
		width: 100%;
		margin-top: 20px;
	}

	.tips-wrap {
		display: block;
	}

	.tips-img {
		display: none;
	}

	.tip-section {
		padding-left: 15px;
	}

	.buying-panel .panel-inner,
	.selling-panel .panel-inner {
		display: block;
	}

	.questions-section h2,
	.blog-section h2 {
		font-size: 35px;
	}

	.content-blog-box {
		padding: 0;
	}

	.bottom-section {
		padding-top: 250px;
	}

	.single-idx_search .main-content {
		margin-top: -221px;
	}

	.idx_search-template-default .page-header {
		padding: 250px 15px 20px;
	}

	.hood-video > div {
		padding: 0;
	}

	.hood-tip {
		padding-bottom: 15px;
	}

	.help-panel h2,
	.help-selling-panel h2 {
		font-size: 28px;
	}

	.single-post.real-estate-market .page-header {
		padding-top: 275px;
	}

	.inside-view-left img {
		width: 110px;
		margin: 0 auto;
		display: block;
	}

	.going-forward {
		padding: 10px 15px 30px;
	}

	.forecast {
		padding: 30px 15px;
	}

	.snapshot-right {
		margin-top: 25px;
	}

	.hood-help-panel {
		padding: 0;
	}

	.hood-help-panel .row {
		display: block;
	}

	.hood-help-left {
		margin-bottom: 20px;
	}

	.hood-help-panel .btn {
		display: block;
	}

	.hood-list-panel {
		padding: 30px 0;
	}

	.hood-list-right > div {
		margin: 0 auto;
	}

	.hood-bio .panel-inner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.hood-bio-img {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.hood-bio {
		text-align: center !important;
	}

	.hood-nav {
		padding: 5px 5px 8px;
	}

	.hood-nav .container {
		padding: 0;
	}

	.hood-nav a {
		font-size: 14px;
		margin: 0 10px;
	}

	#form-modal .modal-header {
		display: block;
		text-align: center;
	}

	.modal-img {
		margin: 0 auto 15px;
	}

	#form-modal .modal-content {
		max-width: 100%;
	}

	.help-panel .btn,
	.hoods-help-panel .btn {
		width: 100%;
		margin: 10px 0 !important;
	}

	.hood-bio-header {
		display: block;
		text-align: center;
	}

	.hoods-gallery a > span {
		display: block;
		width: 45px;
		height: 45px;
		background-color: transparent;
		text-align: center;
	}

	.gallery {
		overflow: hidden;
	}

	.hood-cat-query .hover-box-wrap {
		padding: 0;
	}

	.footer-newsletter-img {
		padding: 0 75px;
	}

	.market-signup {
		padding-top: 30px;
		margin-bottom: 45px;
	}

	.pum-content .art-col img {
		max-width: 60% !important;
		height: auto !important;
		display: block;
		margin: 0 auto;
	}

}

/* Mobile Landscape - 480 and smaller */
@media (max-width:480px) {}


/* XS-Mobile - 320 and smaller */
@media (max-width:320px) {}
