/* Theme Name: kv2 
 * URI: https://kvtemplates.com/shop/kv2
 * Author: Justin Hemker
 * URI: https://justinhemker.com/
 * Description: Custom kvCore Home Page Design
 */
 
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;
}
/*--Common KV Override Styles--*/

/*--Increase Base Font Size--*/
/*--Add Background Texture--*/
.kvtemplates {
font-size:1rem;
font-weight:400;
background-image: 
linear-gradient(
	rgba(255, 255, 255, 0.1), 
    rgba(255, 255, 255, 0.1)
), url(https://justinhemker.com/kv2/wp-content/uploads/sites/9/2018/11/noise_pattern_with_crosslines.png);
}
/*--Pad Search Bar--*/
.front .cover-title {
padding:0 20px;
}
.cover-image.cover-overlay {
	opacity:1 !important;
}
/*--Remove Padding Under Info Bar--*/
.front section#categories.p-t-3 {
	padding-top:0 !important;
}
/*--Remove Dark Overlay On Hero Image--*/
.front .cover {
background-color:transparent;
}
/*--Force Align Testimonials--*/
.carousel-item {
text-align:center;
}
small.credits {
    clear:both;
    display:block;
    font-size:.5rem;
}
small.credits,
small.credits a,
small.credits a:hover {
    color:#fff;
}
/*--Better Listing Carousel Sliders--*/
.listing-box-title,
.listing-box-content {
    position:relative;
}
.listing-box-content {
	background-color:#fff;
}
.listing-box .listing-box-image-links {
    transform:translateY(100%);
    transition: all .3s ease-in-out;
    transition-delay: .3s;
}
.listing-box:hover .listing-box-image-links,
.listing-box:focus .listing-box-image-links,
.listing-box:active .listing-box-image-links {
    transform: translateY(0);
}

/*--Custom KV Styles--*/

/*--Template Background Color--*/
.primary-background {
background-color: #2B3747;
}
/*--Light Buttons--*/
.btn-secondary {
color:#fff !important;
border:2px solid #3e5067 !important;
background-color:#3e5067 !important;
} 
.btn-secondary:hover {
border-color: #3e5067 !important;
}
/*--Light Text--*/
.text-light {
	color:#fff;
} 
/*--Drop Shadows--*/
.hard-drop-shadow {
box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
/*--Two-Line Section Headers--*/
h3.title {
margin-bottom:20px;
text-align:center;
text-transform:uppercase;
font-weight:600;
}
h3.title span {
display: inline-block;
font-size:.5em;
}
h3.title span::before,
h3.title span::after {
display: inline-block;
content: "";
width: 33px;
margin: 0 5px;
transform: translateY(-5px);
}
h3.title.light {
color:#fff;
}
h3.title.dark {
color:#333;
}
h3.title.light span::before,
h3.title.light span::after {
border-top: 2px solid white;
}
h3.title.dark span::before,
h3.title.dark span::after {
border-top: 2px solid #333;
}

/*--Agent Feature Section--*/
#agent-feature .agent-text-title {
letter-spacing: -.025em;
line-height: 1;
font-weight: 700;
font-size: 2.25rem;
}
#agent-feature .agent-image .content {
	display:block;
	align-items:center;
}
#agent-feature .agent-image-headshot {
    box-shadow: 0 20px 80px rgba(0,0,0,.2);
    border: 10px solid #fff;
    max-width: 400px;
    width: 100%;
}
#agent-feature .agent-image-caption {
	display: inline-block;
	vertical-align:middle;
	position: relative;
	white-space:nowrap;
    text-transform: uppercase;
}
#agent-feature .agent-image-caption h2 {
font-size: .8rem;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1.5;
position:relative;
transform:none;
margin-top:15px; 
}
#agent-feature .agent-image-caption span.separator {
display:none;
}
#agent-feature .agent-image-caption span.caption-name, 
#agent-feature .agent-image-caption span.caption-title {
display:block;
}
#agent-feature #playme {
	position: absolute;
	left: -50%;
	right: -50%;
	top: 50%;
	font-size: 3rem;
	color: #fb0000;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
/*--Featured Area Section--*/
#area-search figure img {
	width: 100%;
}
#area-search figure {
	margin:0 0 24px 0;
	padding:0;
	position:relative;
	display:block;
	cursor:pointer;
	overflow:hidden;
	background-color:#fff;
	border:5px solid #fff;
	outline: 1px solid #dedede;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
#area-search figcaption.search-location h3{
	color:#333;
	font-size:1.25rem;
	font-weight:500;
	letter-spacing:.2rem;
	text-transform:uppercase;
	margin:0.5rem auto 0.25rem;
}
#area-search figure:hover figcaption.location-description {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}
#area-search figcaption.location-description {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
    top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#area-search figcaption.location-description p {
	padding: 10px;
	margin-bottom: 0;
	margin-top: 5px;
	position: relative;
	left: 150%;
	font-size: 15px;
	line-height: 1.2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	-ms-transition-delay: .7s;
	transition-delay: .7s;
}
#area-search figure:hover h3,
#area-search figure:hover p {
	left: 0;
}
#area-search figcaption.location-description a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}
#area-search figcaption.location-description a:hover {
	color: #4f5856;
	background: #fff;
}
#area-search .owl-carousel button.owl-next, 
#area-search .owl-carousel button.owl-prev {
    background-color: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    color: #323232;
    font-size: 10px;
    height: 34px;
    width: 34px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 48%;
    transform: translateY(-50%);
    transition: all .15s linear;
    outline: 0;
}
#area-search .owl-carousel button.owl-prev {
    left: 0;
}
#area-search .owl-carousel button.owl-next {
    right: 0px;
}
#area-search .owl-carousel button .fa {
    color: #fff;
}
#area-search .owl-carousel button:hover {
    transform: translateY(-45%);
}
@media (max-width: 768px) {
	.owl-nav {
	    display: block !important;
	}
}

/*--Home Valuation Section--*/
#home-valuation img {
display:block;
width:270px;
height:auto;
margin:0 auto;
}

/*--Mission Statement In About Section--*/
.front #about > div {
padding:0 !important;
font-size:1rem;
font-weight:400;
}
.front #about div.container:first-of-type {
max-width:100%;
}
.front #about h1 {
display:none;
}
.front #about #agent-about {
	display:none;
}
#mission-statement {
	display:none;
}
.front #mission-statement {
	display:block;
	margin-left:-0.9735rem;
	margin-right:-0.9375rem;
	padding-left:0.9375rem;
	padding-right:0.9375rem;
}
.mission-statement .col-md-8 {
max-width:960px;
}
h4.feature {
	align-self:flex-start;
	margin:30px 0 10px;
	color:#333;
    font-size:1.25rem;
    font-weight:500;
	text-transform:uppercase;
}
h4.feature i {
    font-size:2rem;
	margin-right:.5rem;
}


@media only screen and (max-width: 767px) {
	#about div.bg-img {
	min-height:300px;
	width:100%;
	}
	#home-valuation img {
	margin-top:24px;
	}
}
@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {
	#agent-feature .agent-image-headshot {
	margin-left:25px;
	margin-right:15px;
	}
	#agent-feature .agent-image-caption {
		position:absolute;
		height:100%;
		width:100%;
		top:0;
	}
	#agent-feature .agent-image-caption h2 {
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	position: absolute;
    top: 50%;
    bottom: 50%;
    margin: 0 auto;
	}
	#agent-feature .agent-image-caption span.separator,
	#agent-feature .agent-image-caption span.caption-name, 
	#agent-feature .agent-image-caption span.caption-title {
	display:inline;
	}

	#agent-feature .container .row {
	align-items:center;
	}
	#agent-feature .agent-image-headshot {
	margin-left:0;
	}
	#agent-feature .agent-text-title {
	margin-bottom: 35px;
	}
	#mission-statement .bg-img {
	background-size:cover !important;
	}
}
@media only screen and (min-width: 1200px) {
	#mission-statement .p-x-1 {
	padding-right:3rem !important;
	padding-left:3rem !important;
	}
}


.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}