/*
 Theme Name:   Community V1 - Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       BowStern
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

.alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
.alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
@media (max-width: 768px) {
.alignfull { padding: 0 2rem; }
.alignwide {
        margin-left  : 0px;
        margin-right : 0px;
    }
}

.banner-img {
  z-index: 100 !important;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;

}



.single-listing  .banner-img {
  height: 400px;
}

.bump { height: 100px; background:#86D1D7; margin-bottom: 2rem;  }

#full-width-page-wrapper .content-area {
	margin-top:-250px;
	background:white;
	padding:48px;

}

#full-width-page-wrapper .overlap {
	margin-top:-350px;
	background:white;
	padding:48px;

}

@media (max-width: 768px) { 
.banner-img { height: auto; } 
#full-width-page-wrapper .overlap { margin-top: 0;  } 
}

h1, h2, h3, h4, h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

h1 {
	
}

h2 {
	font-size:36px;

}

h3 {

}

h4 {

}

h5 {
	color:white;
}

p, a, ul, ol {
	font-size:16px;
	line-height:28px;
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

.sub-title {
	font-size:18px;
	text-transform: uppercase;
	font-family:"Inter", sans-serif;
	font-weight: 600;
	color:#2D3047 !important;
}


.btn {
	padding:16px 24px !important;
	border-radius: 0 !important;
	font-size:14px !important;
	text-transform: uppercase !important;
	line-height:1.5 !important;

}

.btn-dark {
	background:#2D3047;
	color:white !important;
	margin-top:24px;
}

.btn-dark:hover {
	background:#495787;
	color:white !important;
}

.wp-block-button__link {
	padding:16px 24px !important;
	border-radius: 0 !important;
	font-size:14px !important;
	text-transform: uppercase !important;
	line-height:1.5 !important;
	background:#2D3047;
	color:white !important;
	margin-top:24px;
}

.wp-block-button__link:hover {
	background:#495787 !important;
	color:white !important;
}

.bg-primary {
	background:#fff!important;
}

.navbar a {
	color:#419197;
	margin:0 15px;
}

.navbar img {
	width:200px;
}

.navbar a:hover {
	color:#86D1D7;
}

.schedule a {
	background:#2D3047;
	color: #fff;
}

.schedule a:hover {
	background:#495787;
	color:white !important;
}

.home .entry-title {
	display: none;
}

.page-id-259 .entry-title {
	display: none;
}

.hero {
	
/*	display:flex;
	flex-direction: column;
	justify-content: center;
	background: url('http://elevate1.bowstern.com/wp-content/uploads/sites/2/2024/11/crestview-hero.jpg');
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(13, 33, 73, 0.3);*/
	
}

.hero h2 {
	color:white !important;
	font-size: 68px;
}

.intro {
	height:800px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.intro .col-lg-6 {
	background:#86d1d7cb;
	padding:16px;

}


.home h1 {
	text-align: center;
	color:white;
}

.home .post-2 {
	padding:36px 48px;
	background:transparent;
	color:white;
	border:1px solid white;

}

.listings {
	
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:48px 0;
	background:white;
}



.location {
	height:115vh;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(134, 209, 215, 0.3);

}

.location iframe {
	border:5px solid #2A3442 !important;
}

.location .left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top:-100px;
	background:#86d1d7cb;
	color:white;
	padding:16px;
	
}

.location-box h2 {
	text-align: center;
	color:white;
}

.location-box {
	padding:36px 48px;
	background:#86D1D7;
	border:1px solid white;
}

.testimonials {
	
	display:flex;
	flex-direction: column;
	justify-content: center;
	color:#eae6dd;
	/*background-image: linear-gradient(to bottom, #2a3442a6, #2a3442a6), url(http://elevate1.bowstern.com/wp-content/uploads/sites/2/2024/11/crestview-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
	height:100vh;
}


.testimonials .right {
	display: flex;
	justify-content: center;
	background:#5E8487;
	padding:16px;
	border-:1px solid white;
}

.testimonials h2 {
	color:#2D3047;
}

.testimonials img {
	position: relative;
}

.testimonials-box {
	background:#64B6BD;
	padding:48px 48px 36px 48px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: row !important;
	margin-top:-50px;
}

.testimonials-box p {
	display:flex;
	flex-direction:row;
	color:white;
	text-align: left;
}

.testimonials-box a {
	margin-top:0;
	margin-left:25px;
}

.testimonials .sub-title {
	color:#2D3047 !important;
}

.closing {
	background:#EAE6DD;
	color:black;
	padding:50px 0;
	padding:100px 0;
}

#wrapper-footer-colophon {
	background:#2A3442 !important;
	padding-top:150px;
}

#wrapper-footer-colophon a {
	color:white !important;
	
}

#wrapper-footer-colophon p {
	color:white;
}
#wrapper-footer-full {
	display: none;
}

#wrapper-footer {
	display: none;
}

.wp-block-social-links .wp-social-link svg {
height:30px;
width:30px;
}




@media (max-width: 575.98px) {
	.testimonials-box a {
		flex-direction:column;
	}
}


@media (max-width: 767.98px) {
	.testimonials {
		height:130vh;
	}

	.testimonials-box {
		margin-top:0;
		
	}

	.testimonials-box p {
		text-align: center;
	}
}


@media (max-width: 991.98px) {

}


@media (max-width: 1199.98px) {
	
	.testimonials-box p {
		display: inline;
	}

	.testimonials-box a {
		margin-left:0;
		margin-top:25px;
	}
}


@media (max-width: 1399.98px) {

}

#home-video { background: #2A3442; }
@media (max-width: 767.98px) { #home-video { padding-bottom: 60px;  } #home-video iframe { max-width: 90%!important; } }


.homeProperty { background: #fafafa; padding: 10px; height: 100%; }
.homeProperty img { width: 100%; }
.homeProperty h3 { font-weight: 700; font-size: 1.1rem; margin-top: 10px; color: #64B6BD; height: 45px;}
.homeProperty h2 { font-size: 1rem; font-weight: 400; border-top: 1px solid #86d1d7; border-bottom: 1px solid #86d1d7; padding: 4px 0; margin: 2px 0 10px;  }

.homeProperty .beds, .homeProperty .baths, .homeProperty .footage {
	display: inline-block; line-height: 1rem; width: 20%; }
.homeProperty .footage { width: 40%; }
	
.homeProperty .beds span, .homeProperty .baths span, .homeProperty .footage span {
	display: block; font-size: 0.8em; color: #999; margin-top: 3px; }
	
.homeProperty .price { font-weight: 700; margin-bottom: 0; }
.homeProperty .wp-block-button__link { margin-top: 10px;  }
.homeProperty .wp-block-button__link:hover { background: #86d1d7!important; }

.homeThumb { position: relative; height: 180px; overflow: hidden; }
.homeStatus { position: absolute; top: 0; left: 0;  height: 96px; width: 91px; z-index: 999; }
.sale .homeStatus { background: url(/wp-content/themes/elevatecommunity/img/for-sale.png); }
.sold .homeStatus { background: url(/wp-content/themes/elevatecommunity/img/sold.png); }
.reduced .homeStatus { background: url(/wp-content/themes/elevatecommunity/img/reduced.png); }
.offer .homeStatus { background: url(/wp-content/themes/elevatecommunity/img/pending.png); }


.form-wrapper { padding: 20px; border: 1px solid #ccc; margin: 10px; }
.homelist h3 { font-weight: 700; font-size: 1.4rem; margin-top: 10px; margin-bottom: 0; }
.homelist h3 span { display: block; font-weight: 400; font-size: 1.2rem; }
.homelist h1 { font-weight: 700; font-size: 1.5rem; color: #64B6BD; margin-top: 10px; border-top: 1px solid #86d1d7; border-bottom: 1px solid #86d1d7; padding: 1rem 0;  }
.homelist .beds, .homelist .baths, .homelist .footage, .homelist .built {
	display: inline-block; line-height: 1rem; width: 20%; font-size: 1.2em; }
.homelist .footage { width: 35%; }
	
.homelist .beds span, .homelist .baths span, .homelist .footage span, .homelist .built span {
	display: block; font-size: 0.9em; color: #999; margin-top: 0.5rem;  }
	
.homelist .price { font-weight: 700; margin: 1rem 0 0 0;font-size: 1.2em; }
.homelist .listingid { font-weight: 400; margin: 1rem 0 0 0; font-size: 1em; color: #999; }

.details { margin: 2rem 0; padding: 1rem 0; border-top: 1px solid #86d1d7; border-bottom: 1px solid #86d1d7; }
.relative { position: relative; }


#nf-form-3-cont .nf-field-element p a { color: #86D1D7!important; }

.hero .wp-block-button__link {
	padding:16px 24px !important;
	border-radius: 0 !important;
	font-size:14px !important;
	text-transform: uppercase !important;
	line-height:1.5 !important;
	background:#86D1D7;
	color:white !important;
	margin-top:24px;
}

.hero .wp-block-button__link:hover {
	background:#86D1D7 !important;
	color:#2D3047 !important;
}

.newtype {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    line-height: 140%;
}
.newtype strong { font-weight: 700; }

.page-template-landingpage .offcanvas,
.page-template-landingpage .navbar-toggler { display: none; }
.has-medium-font-size a { font-size: 20px; color: #2D3047; }

.form-group {
    position: relative;
    margin: 0 0 19px
}

.form-control {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 6px 15px 8px;
    transition: border-color .2s;
    color: #151515;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background-color: #fff;
    background-image: none
}



.sort .box label {
float: left;
width: 50px;
padding-top: 7px;
}

.sort .box .jcf-select { float: left; width: auto; }

.search-form {
    margin: 0 0 25px;
    padding: 20px 0;
    background-color: #f6f6f6
}

.search-form label {
    font-size: 18px;
    margin: 0 0 10px
}

.search-form .btn {
    font-size: 20px;
    border: 1px solid #2D3047;
background-color: #2D3047;
    width: 148px;
    margin: 30px auto 0 auto;
    padding: 0;
    border-radius: 4px;
    vertical-align: top;
    color: #fff;
}

.search-form .btn:hover {
    border: 1px solid #495787;
background-color: #495787;
}

.search-form {
        margin-right: 0;
        margin-bottom: 56px;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 20px
    }


#serialize-form select {
    display: block;
    overflow: hidden;
    margin-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width:640px) {
    .search-form .form-group {
        display: inline-block;
        width: 50%;
        padding: 0 10px
    }
    
}

@media screen and (min-width:768px) {
.search-form .form-group {
        width: 33%
    }
}

@media screen and (min-width:1025px) {
	.search-form .form-group {
        width: 20%;
        padding-right: 8px;
        padding-left: 8px
    }
}


.jcf-scrollable-wrapper {
    position: relative;
    box-sizing: content-box
}

.jcf-scrollbar-vertical {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    background: #e3e3e3
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #bbb
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    width: 14px;
    height: 1px;
    background: #888
}

.jcf-scrollbar-horizontal {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 14px;
    background: #e3e3e3
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    vertical-align: top;
    background: #bbb
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    right: 0;
    left: auto
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    position: relative;
    display: inline-block;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    height: 14px;
    background: #888
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 50px;
    height: 40px;
    padding: 8px 14px;
    text-align: left;
    vertical-align: top;
    color: #151515;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none
}

.jcf-select.jcf-drop-active {
    border-radius: 4px 4px 0 0
}

.jcf-select.jcf-drop-active.jcf-drop-flipped {
    border-radius: 0 0 4px 4px
}

.jcf-select.error,
.jcf-select.error:focus,
.jcf-select.wpcf7-not-valid,
.jcf-select.wpcf7-not-valid:focus {
    border-color: #f24841!important
}

.jcf-select select {
    z-index: 1;
    top: 0;
    left: 0
}

.jcf-select .jcf-select-text {
    display: block;
    overflow: hidden;
    margin-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    text-align: center
}

.jcf-select .jcf-select-opener:after {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: translate(-65%, -50%) rotate(-45deg);
    transform: translate(-65%, -50%) rotate(-45deg);
    border-bottom: 1px solid #151515;
    border-left: 1px solid #151515
}

body>.jcf-select-drop {
    position: absolute;
    z-index: 9999;
    margin: -1px 0 0
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;
    margin-top: 0
}

.jcf-list,
.wrapper {
    position: relative;
    width: 100%
}

.jcf-select .jcf-drop-flipped {
    top: auto;
    bottom: 100%
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop .jcf-select-drop-content {
    overflow: hidden;
    border: 1px solid #767676;
    border-radius: 0 0 4px 4px
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
    border-radius: 4px 4px 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    color: #000;
    background: #e6e6e6
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    width: 8px;
    height: 4px;
    margin: -7px 5px 0 -3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod=\'auto expand\')'
}

.jcf-list-box {
    display: inline-block;
    overflow: hidden;
    min-width: 100px;
    border: 1px solid #c6c6c6;
    border-radius: 4px
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    background: #fff
}

.jcf-list .jcf-list-content {
    display: inline-block;
    overflow: auto;
    width: 100%;
    vertical-align: top
}

.jcf-list ul {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.jcf-list ul li {
    display: block;
    overflow: hidden
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.apply-holder,
.loading,
.popups,
.slick-list,
.wrapper {
    overflow: hidden
}

.jcf-list .jcf-option {
    display: block;
    overflow: hidden;
    height: 1%;
    min-height: 14px;
    padding: 5px 35px 5px 20px;
    color: #151515
}

.jcf-list .jcf-hover.jcf-selected,
.jcf-list .jcf-selected {
    color: #fff;
    background-color: #64B6BD
}

.jcf-list .jcf-hover {
    background-color: #c6c6c6
}

.jcf-list .jcf-disabled {
    color: #aaa!important;
    background: #fff!important
}

.jcf-list .jcf-optgroup-caption {
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    white-space: nowrap;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-disabled {
    background: #ddd!important
}

.jcf-focus,
.jcf-focus * {
    border-color: #767676!important
}



.osano-cm-widget {
        background-image: url(/wp-content/themes/elevatecommunity/privacy.svg);
        background-size: contain;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        right: 1rem;
        bottom: 1rem;
        opacity: 0.9;
        transition-property: opacity, visibility, transform;
                        }
      .osano-cm-widget svg {
        display: none;
                        }
      .osano-cm-widget:focus,
      .osano-cm-widget:hover {
        opacity: 1;
        transform: none;
                        }
      .osano-cm-widget:active {
        transform: translateY(1px);
                        }

