/*--Debi Cole custom.css--*/
/*--Typography--*/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    word-wrap: break-word;
}
/*--Full Width No Padding--*/
.front .container-fluid {
	padding-left:0;
	padding-right:0;
}
/*--Increase Base Font Size--*/
/*--Add Background Texture--*/
.kvtemplates {
	position:relative;
	font-size:1.2rem;
}
.cover-image.cover-overlay {
	opacity:1 !important;
}
/*--Remove Dark Overlay On Hero Image--*/
.header-transparent .header {
    background-image: none;
}
.front .cover {
	background-color:transparent;
}
/*--Remove Agent and Agency Info On Hero Image--*/
.front .cover-title .cover-title-inner {
	display:none;
}
/*--Remove Padding Under Info Bar--*/
.front section#categories.p-t-3 {
	padding-top:0 !important;
}
/*--Remove Search Bar From Home Page--*/
#horizontal-search {
	display:none;
}

/*--Custom KV Styles--*/
#header {
	opacity: 0;
	transition: opacity 0.333s ease;
}
.opaque {
	opacity: 1 !important;
}
#addressModal.fade.show {
	opacity: 1;
}
@media (max-width: 767px) {
	#home-bodycontent #primary-logo {
		height: 44px;
		display: flex;
    	align-items: flex-end;
    	margin-right: 0!important;
	}
	#primary-logo-phone {
		margin-right: 0;
		font-size: 1.15rem;
		color: #fff;
		text-shadow: 0 1px 1px #000;
	}
	#cover-broker-logo {
		position: absolute;
		bottom: 12px;
		left: 12px;
		max-height: 40px;
		filter: brightness(0) invert(1);
	}
	.information-bar {
	    margin-top: 0 !important;
	}
}
@media (min-width: 992px) {
	body.header-transparent #header .container .row-flex:nth-child(3) .nav-primary-wrapper {
    	margin-top: -60px;
	}
}
@media (min-width: 1060px) {
	body.header-transparent #header .container .row-flex:nth-child(3) .nav-primary-wrapper {
    	margin-top: -45px;
	}
}

/*--Background Color--*/
.default-background {
background-color:#007d94;
}
.primary-background {
background:#00677b;
background-image:linear-gradient(135deg, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
}
.secondary-background {
background-color: #bfa269;
}
.tertiary-background {
background-color: rgba(62, 80, 103, 1);
}
/*--Light Buttons--*/
.btn-secondary {
color:#bfa269;
border:2px solid #bfa269;
background-color:#fff;
} 
.btn-secondary:hover {
color:#fff;
border-color:#bfa269;
background-color:#bfa269;
}
/*--Transparent Buttons--*/
.btn-transparent {
color:#fff;
border:2px solid #fff;
} 
.btn-transparent:hover {
color:#2B3747;
background-color:#fff;
text-shadow:none;
}
/*--Primary Text--*/
.text-primary {
	color:#2B3747;
}
.text-primary a {
	color:#2B3747;
	text-decoration:underline;
} 
/*--Light Text--*/
.text-light {
	color:#fff;
}
.text-light a {
	color:#fff;
	text-decoration:underline;
} 
.text-light a.btn {
	text-decoration:none;
}

/*--Header--*/
.top-nav-left li.nav-item:first-of-type {
	margin-left: -6px;
}
.cover.cover-center.agent .cover-title {
    top: 58%;
}
.cover-title h2 {
	font-size: .9rem;
}
.cover-title h2 a {
	padding: 8px;
	font-weight: 600;
	background-color: rgba(0,0,0,.4);
}
#area-search figure {
	position:relative;
	overflow:hidden;
	outline:1px solid #dedede;
	cursor:pointer;
}
#area-search figcaption.search-location {
	position:relative;
	z-index:1;
}
#area-search figcaption.search-location h3 {
	color:#fff;
	font-size:1rem;
	letter-spacing:.1rem;
}
#area-search figure:hover figcaption.location-description {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 0;
}
#area-search figcaption.location-description {
	position:absolute;
	bottom:0;
	display: flex;
    padding-bottom:3rem;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter:alpha(opacity=0);
	opacity:0;
	background: rgba(255,255,255,0.75);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
#area-search figcaption.location-description .search-options {
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
	align-items:center;
}
@supports (-ms-flow-from: thingy) { /* Edge only */
    #area-search figcaption.location-description .search-options {
        justify-content: space-around;
        padding:20px 0;
    }
}
#area-search figcaption.location-description a {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	font-size:14px;
}
#area-search figcaption.location-description a:first-child {
    background-color: rgba(0, 60, 72, 0.9);
}
#area-search figcaption.location-description a:first-child:hover {
    background-color: rgba(0, 60, 72, 1);
}
#area-search figcaption.location-description a:nth-child(2) {
    background-color: rgba(0, 82, 97, 0.9);
}
#area-search figcaption.location-description a:nth-child(2):hover {
    background-color: rgba(0, 82, 97, 1);
}
#area-search figcaption.location-description a:nth-child(3) {
    background-color: rgba(0, 103, 123, 0.9);
}
#area-search figcaption.location-description a:nth-child(3):hover {
    background-color: rgba(0, 103, 123, 1);
}
#area-search figcaption.location-description a:nth-child(4) {
    background-color: rgba(0, 129, 154, 0.9);
}
#area-search figcaption.location-description a:nth-child(4):hover {
    background-color: rgba(0, 129, 154, 1);
}

#seller-resources,
#buyer-resources,
#listing-stats {
	overflow: hidden;
}

#seller-resources .container,
#buyer-resources .container {
	max-width: 560px;
}

#area-search h2,
#seller-resources h2,
#evidence-of-success h2,
#buyer-resources h2,
#get-in-touch h2 {
	font-size:2.5rem;
}

/*--Background Images--*/
#help-sell {
	background:linear-gradient(rgba(0, 103, 123, 0.9),rgba(0, 103, 123, 0.9)), url(https://kunversion-frontend-blog.s3.amazonaws.com/images/customarea-re-kauai.com-207294-a040b8fe2182a7e8b8ec5050396e8bb2c9fab01d.jpg);
}
#help-buy {
	background:linear-gradient(rgba(0, 103, 123, 0.9),rgba(0, 103, 123, 0.9)), url(https://kunversion-frontend-blog.s3.amazonaws.com/images/customarea-re-kauai.com-207294-32b70e09b9064415c830428cb040d746ed8afcd5.jpg);
}
.bg-img {
	background-position:center center !important;
	background-size:cover !important;
	min-height:380px;
}
.counter-box {
	font-size:3.5rem;
	text-shadow:0 1px 1px #000;
	line-height:1.2;
}
.counter-label {
	font-weight:500;
}
/*--col-s--*/
@media only screen and (min-width: 576px) {
	.cover-title h2 {
		font-size: 1.25rem;
	}
	.cover-title h2 a {
		padding:9px 20px;
	}
}
/*--col-md--*/
@media only screen and (min-width: 768px) {
	.header-top .header-top-inner .col-md-3.hidden-sm-down {
		transform: scale(1.80) !important;
	}
}
/*--col-l--*/
@media only screen and (min-width: 992px) {
	.header-topbar {
    	padding: 0 970px;
	}
}
/*--col-xl--*/
@media only screen and (min-width: 1200px) {
	.header-topbar {
    	padding: 0 1000px;
	}
}


#get-in-touch .cognito .c-forms-form {
    background-color: transparent;
}
#get-in-touch .cognito .c-forms-form-title {
    display:none;
}
#get-in-touch .cognito .c-forms-form-title h2 {
    color: #333 !important;
    font-family: inherit !important;
    font-weight: 300 !important;
    font-size: 1.85rem !important;
}
#get-in-touch .cognito .c-label  {
    display:none !important;
}
#get-in-touch .cognito input,
#get-in-touch .cognito textarea {
    padding: 8px 0;
    border-bottom:1px solid #bebebe;
    background-color: transparent;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    box-shadow:none;
}
#get-in-touch .cognito input:focus,
#get-in-touch .cognito textarea:focus {
    border-bottom:1px solid #333;
    outline:none;
}
#get-in-touch .cognito input::placeholder,
#get-in-touch .cognito textarea::placeholder {
    color: #bebebe;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}
#get-in-touch .c-action #c-submit-button,
#get-in-touch .cognito .c-action{
    float:none !important;
    display:block;
    margin:0 auto !important;
}
#get-in-touch .c-action #c-submit-button {
    max-width: 30%;
    padding: 13px 26px;
    box-shadow: 0px 0px 3px 0px #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    border-radius: 0;
}
#get-in-touch .c-forms-confirmation-message p {
    color: #333;
    text-align: center;
}
#get-in-touch .cognito form + div {
    margin-left: -9999999px !important;
    height: 0px;
}

#testimonials .star-rating {
	text-align: center;
}
.custom-attribution h5 {
	margin-top: 20px;
	font-size: 1rem;
}
.custom-attribution h6 {
	font-size: .85rem;
}

.listing-carousel-wrapper .owl-carousel button.owl-prev {
    left: -45px;
}
.listing-carousel-wrapper .owl-carousel button.owl-next {
    right: -45px;
}


#secondary-logo {
	display: none;
}
#hero-header-phone {
	display: none;
}
@media (max-width: 767.99999px) {
	#hero-header-phone {
	    position: absolute;
    	bottom: 0;
    	left: 12px;
		display: block;
	    color: #fff;
	    font-size: 22px;
	    font-weight: bold;
	}
}
body:not(#home-bodycontent) #header {
	background-image: url(https://dtzulyujzhqiu.cloudfront.net/expcorporate377/website/111697/background/1587399616.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 23%;
}
body:not(#home-bodycontent) #header .container .row-flex:first-child > ul li a {
	color: #fff;
}
body:not(#home-bodycontent) #header .container .row-flex:nth-child(2) .column-end .navbar-toggler,
body:not(#home-bodycontent) #header .container .row-flex:nth-child(2) .column-end .navbar-toggler span {
	border-color: #fff;
}
body #header .container .row-flex:nth-child(2) .column img.logo {
	filter: brightness(0) invert(1);
}
body #header .container .row-flex:nth-child(2) .column #primary-logo-phone {
	color: #fff;
}
body #header #quick-search {
	display: none;
}

body #social-phone-mobile {
	color: #fff;
	font-size: 15px;
    text-shadow: 0 1px 1px #000;
}
body#home-bodycontent #social-phone-mobile {
	display: none;
}
@media (min-width: 768px) {

	body#home-bodycontent #social-phone-mobile {
		display: block;
	}
}
@media (min-width: 992px) {
	body:not(#home-bodycontent) #social-phone-mobile {
		display: none;
	}
}


#custom-header {
	display: none;
	height: 110px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 4px 15px;
    background-image: url(https://dtzulyujzhqiu.cloudfront.net/expcorporate377/website/111697/background/1587399616.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 23%;
    z-index: 18;
}
body#home-bodycontent #custom-header {
	position: absolute;
	background-image: none;
}
body:not(#home-bodycontent) #custom-header {
	border-bottom: 5px solid #258FA3;
}
@media only screen and (min-width: 992px) {
	body:not(#home-bodycontent) #custom-header,
	body:not(#home-bodycontent) #fixed-header-spacer {
		height: 130px;
	}
	body:not(#home-bodycontent) #listings-map,
	body:not(#home-bodycontent) #search-actions {
		top: 130px;
	}
	body:not(#home-bodycontent) #scrolling-column #search-actions {
		top: 0;
	}
	body:not(#home-bodycontent) #listing_search_form .bottom-row {
		bottom: 30px !important;
	}
}
#custom-header .container .row-flex:nth-child(1) {
	justify-content: space-between;
}
#custom-header .container .row-flex:nth-child(2) {
	justify-content: flex-end;
	margin-top: -30px;
}
#custom-header .container .row-flex:nth-child(2) li:not(.hidden-lg-up):nth-last-child(1) {
	margin-right: 0 !important;
}
#custom-header .container .row-flex:nth-child(3) {
	justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
	#custom-header .container .row-flex:nth-child(3) {
		margin-top: 20px;
	}
}
#custom-header img.logo {
	max-height: 75px;
	filter: brightness(0) invert(1);
}
#custom-header #quick-search {
	display: none;
}
#custom-header .nav-primary .nav-link,
#custom-header .container .row-flex:nth-child(2) .list-inline-item a,
#custom-header .container .row-flex:nth-child(3) a {
	color: #fff;
}
#custom-header .container .row-flex:nth-child(2) .list-inline {
	margin-bottom: 5px;
}
#custom-header .container .row-flex:nth-child(3) a {
	font-size: 18px;
}
@media (min-width: 992px) {
	#header {
		display: none;
	}
	#custom-header {
		display: block;
	}
}

#login-bodycontent .inner-main-content {
	padding-top: 0;
}

.footer-wrapper{background-color:#096673 !important}
.footer-top{background-color:#07535D}
.footer-top-left p small{color:#fff;font-size:13.6px;font-weight:bold}
.footer-top-right p{font-size:12px;font-weight:normal}

.footer-top-left,
.footer-top-left p,
.footer-top-left address {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.footer-top-left,
	.footer-top-left p,
	.footer-top-left address {
		text-align: left;
	}
}

.footer-top-left h2 + p {
	margin-top: 11px !important;
	font-size: 18px;
	font-weight: bold;
}