/*--Jim Buche custom.css--*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*--Utility--*/
/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
.row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-lg-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 1200px){
	.row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}

/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

/*4-side equal gutters on colums*/
.row.equal-gutters{margin:7px}
.row.equal-gutters>[class*=col-]{padding:7px}

/*Vertical center col content in flex rows*/
.align-center{align-items:center}

.d-block{display:block}

@media (min-width: 768px){
	.m-y-md-3{margin-top:3rem!important;margin-bottom:3rem!important}
	.m-b-md-0{margin-bottom:0!important}
}

.show:not(.modal-backdrop) {
	opacity: 1 !important;
}
.visible {
	visibility: visible !important;
}

/*--Full width site customizer area--*/
#home-bodycontent .information-bar + .container,
#home-bodycontent .information-bar + .container-fluid {
	max-width: 100%;
	padding: 0;
}
#home-bodycontent .information-bar + .container > #categories,
#home-bodycontent .information-bar + .container-fluid > #categories {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*--Typography--*/
body, .btn, p {
  	font-family: 'Josefin Sans', sans-serif;
  	-font-size: 1.1rem;
  	font-weight: 400;
}
.font-sans {
  	font-family: 'Josefin Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
#custom-content p, #custom-content li, #testimonials i, #about p {
	font-size: 1.1rem;
}
.nav-primary {
	opacity: 0;
}
.nav-primary li {
	font-family: Raleway,Arial,sans-serif;;
}
.header-transparent #primary-logo img {
	filter: brightness(0);
}
.header-transparent #primary-logo img,
.header-transparent #secondary-logo img {
	filter: brightness(0) invert(1);
}
#home-bodycontent .cover {
	min-height: calc(100vh - 25px);
	height: unset !important;
}
@media (max-width: 580px), screen and (orientation: portrait) {
	.cover-image {
	    background-size: cover;
	}
}
/*--Hide cover title until after jquery--*/
#home-bodycontent .cover-title {
	top: 61% !important;
	opacity: 0;
	overflow: hidden;
}
#home-bodycontent .cover-title-inner {
	display: none;
}
/*--Add tab navigation above horizontal search--*/
.search-tabs.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-tabs.nav .nav-item {
	position: relative;
	margin: 0 12px 4px 12px;
}
.search-tabs.nav .nav-item:first-child {
	margin-left: 0;
}
.search-tabs.nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.search-tabs.nav .nav-link.active::before,
.search-tabs.nav .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.search-tabs.nav .nav-link {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*--Zilly Horizontal Search--*/
#home-bodycontent #horizontal-search {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#home-bodycontent #horizontal-search .form-group {
    display:none;
}
#home-bodycontent #horizontal-search .form-group.location-form-group {
    display: inline-block;
    width: calc(100% - 72px);
}
#home-bodycontent #horizontal-search .form-group.location-form-group .form-control {
    height: 72px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 0;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .token-input.tt-input {
    height: 24px;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .tokenfield .token .close {
    line-height: 1;
}
#home-bodycontent #horizontal-search .form-group:last-of-type {
    display: inline-block;
    width: 72px;
}
#home-bodycontent #horizontal-search #qs-submit {
    height: 72px;
    border-radius: 0 4px 4px 0;
}
#home-bodycontent #horizontal-search #qs-submit .fa{
    margin-right: 0;
    font-size: 22px;
    line-height: 44px;
}
#home-bodycontent #horizontal-search #listing_search_form ~ .row > [class*=col-] {
	padding: .5rem 0 0 !important;
}
#home-bodycontent #horizontal-search #more-options {
    float: right;
    background: transparent;
}
#home-bodycontent #horizontal-search #more-options i {
    display: none;
}

/*--Remove unnecessary padding/margins--*/
#home-bodycontent .information-bar {
	margin-top: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] {
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] > #categories {
	padding: 0 !important;
}

.border-indent-title {
	overflow: hidden;
}
.border-indent-title h1 {
	display: inline-block;
}
.border-indent-title h1 span:nth-child(1) {
	display: block;
	font-size: 5vw;
	letter-spacing: 2px; 
	text-align: left;
}
.border-indent-title h1 span:nth-child(2) {
	display:block;
	font-size: 7.5vw;
	font-weight: 600;
	letter-spacing: -1.8px;
	text-align: left;
	margin-left: 2px;
	padding-left: 2.3vw;
	position: relative;
}
.border-indent-title h1 span:nth-child(2)::before {
	content:'';
	position: absolute;
	height: 75%;
	border-right: 2px solid #c5a95e;
	top: 0;
	left: 0;
}
@media (min-width: 576px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 5.5vw;
		margin-left: 2px;
		padding-left: 2vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 768px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2.75vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 4.5vw;
		margin-left: 3px;
		padding-left: 1.5vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 992px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 3.5vw;
		margin-left: 2px;
		padding-left: 1vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 4px;
		height: 75%
	}
}


/*--Featured Search Section--*/
#search-grayscale h2 {
	font-size: 50px;
	line-height: 0.9;
	padding-bottom: 30px;
}
#search-grayscale h2 small {
	font-size: 18px;
	letter-spacing: 4px;
}
#search-grayscale figure{position:relative;margin-bottom:0}
#search-grayscale figure img{width:100%;height:320px;object-fit:cover;filter:grayscale(100%) brightness(50%);transition: all 0.5s ease}
#search-grayscale figure:hover img {filter:grayscale(0%) brightness(100%)}
#search-grayscale figure figcaption{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:15px;text-align:center}
#search-grayscale figure figcaption h3{position:relative;display:inline;font-size:26px;font-weight:bold;color:#fff;letter-spacing:4px;text-shadow:0 0 6px rgba(0,0,0,0.9)}
#search-grayscale figure figcaption h3::before{content:'';position:absolute;left:-10px;display:inline-block;height:1.3rem;border-right:2px solid #c5a95e;margin-right:12px}


/*--Fixed Background 100vh Offset 6--*/
.fixed-bg-100vh-offset-6 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed-bg-100vh-offset-6 .row {
	position: relative;
	z-index: 3;
}
.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(129,0,0,0.9);
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.fixed-bg-100vh-offset-6 .content h2 {
	margin-bottom: 12px;
}
.fixed-bg-100vh-offset-6 h2 .sub-heading {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
}
.fixed-bg-100vh-offset-6 h2 .main-heading {
	display: block;
	font-size: 45px;
}
.bg-wrap-fixed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
}
.bg-wrap-fixed .bg-position{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    z-index:0; /*added*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-wrap-fixed .bg-img {
    position: fixed;
    z-index:0; /*added*/
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    filter:brightness(1);
}


#cta-50-left.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(129,0,0,0.9);
}
#cta-50-right.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(42, 51, 72, 0.92);
}

.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
	font-size: 3.25vw;
}
.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
	font-size: 6vw;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 5.75vw;
	}
}
@media (min-width: 768px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 4vw;
	}
}
@media (min-width: 992px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 3vw;
		padding-left: 1.33vw;
	}
}
@media (min-width: 1200px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 1.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 2.6vw;
		padding-left: 1.25vw;
	}
}







/*--Proven Record Of Success--*/
#listing-stats .counter-box {
    font-size: 26px;
    line-height: 1.2;
}
#listing-stats .counter-label {
    font-size: 14px;
}
@media (min-width: 570px){
    #listing-stats .counter-box {
        font-size: 30px;
    }
    #listing-stats .counter-label {
        font-size: 16px;
    }
}
@media (min-width: 992px){
    #listing-stats .counter-wrapper:nth-of-type(n+2) {
        border-left: 1px solid #000;
    }
    #listing-stats .counter-box {
        font-size: 35px;
    }
    #listing-stats .counter-label {
        font-size: 18px;
    }
}

#testimonials {
	padding: 0 28px;
}
#testimonials .testimonial-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#testimonials .testimonial-nav .fa-quote-right {
	margin-top: 4px;
	font-size: 32px;
	color: #c5a95e;
}
#testimonials .carousel-control {
	position: relative;
	width: unset;
	background-image: none;
	font-size: 28px;
	color: #999;
	text-shadow: none;
}
#testimonials .carousel-control span:nth-child(1) {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	margin-top: 0;
}
#testimonials .carousel-control span.icon-prev::before {
    content: '\f053';
    font-family: FontAwesome;
}
#testimonials .carousel-control span.icon-next::before {
    content: '\f054';
    font-family: FontAwesome;
}
#testimonials .carousel-item > i {
	font-style: normal;
	font-weight: normal;
}
/*-Limit to 6 lines-*/
#testimonials .carousel-item i {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*--Social Media Accordian--*/
#social-boxes {
	overflow: hidden;
}
#social-boxes .row.eq-height {
	flex-wrap: nowrap;
}
#social-boxes #social-header {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px){
	#social-boxes #social-header {
		height: 495px;
	}
}
#social-boxes #social-header img {
	width: 300px;
	filter: brightness(0) invert(1);
}
#social-boxes .social-links a {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 495px;
    text-decoration: none !important;
}
#social-boxes .social-links .fa {
	position: relative;
	z-index: 3;
	font-size: 8vw;
	color: #fff;
}
#social-boxes .social-links img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	filter: grayscale(1) brightness(0.5);
	transition: all 0.33s ease;
}
#social-boxes .social-links a:hover img {
	filter: grayscale(0) brightness(1);
}
#social-boxes .col-xs-5ths {
	transition: all 0.33s ease;
}
#social-boxes .col-xs-5ths.grow {
	flex: 0 0 28%;
    max-width: 28%;
}
#social-boxes .col-xs-5ths.shrink {
	flex: 0 0 18%;
    max-width: 18%;
}

#about,
#latest-blogs,
#seo-areas {
	overflow: hidden;
}

#home-bodycontent #about p:nth-child(n+5) {
    display: none;   
}


.footer-bottom .footer-left {
	float: none;
	text-align: center;
}
.footer-bottom .footer-left ul {
	display: inline-block;
}
#design-creds {
	clear: both;
}
#design-creds a {
	color: rgba(255,255,255,0.5);
	font-size: .8rem;
}
.post-content p {
    color: #575757;
}
.footer-top-right p {
	color: #f0f0f0 !important;
}
#site-editor-helper {
    position: fixed;
    z-index: 9999;
    bottom: 10pt;
    left: 10pt;
    padding: 0.8rem;
    font-family: sans-serif;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 30%);
    max-width: 400px;
    background-color: #fff;
    transition: transform .5s ease;
}