/*--Jennifer Hooper custom.css--*/

/*--Typography--*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&family=Source+Serif+Pro:ital,wght@0,600;1,400&display=swap');
html, body {
  overscroll-behavior-y: none;
}
body {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, .section-inverse h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
}
#custom-content p, #custom-content i, #custom-content li {
	font-size: 1.2rem;
}
.primary-text-color {
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}

body::after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    animation: fadeIn .5s .25s ease-in normal forwards, 
               indexDown .5s .25s steps(2) normal forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes indexDown {
    from {
        z-index: 999999;
    }
    to {
        z-index: -1;
    }
}

/*--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-10 {-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%}
.row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
.row.eq-height .col-xs-2{-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%}
@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-5{ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%}
	.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%}
	.row.eq-height .col-md-7{ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%}
	.row.eq-height .col-md-9{ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
}
@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%}
}
@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}

@media (min-width: 768px){
	.p-y-md-3 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
.section-inverse p a:not(.btn){
    color: #ffffff;
    text-decoration: underline;
}

.btn-white-outline {
	border:1px solid #fff;
	color: #fff;
	transition: all .3s ease-in-out;
}
.btn-white-outline:hover {
	background-color: #fff;
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}

/*--Utility--*/
.position-relative {
    position:relative;
}
.d-block{
    display:block;
}
@media (min-width: 768px) {
	.d-md-inline-block {
    	display: inline-block !important;
	}
}
.d-none {
	display: none;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.align-self-center{
    align-self:center;
}
.align-items-center{
    align-items: center;
}
.h-100 {
    height:100%;
}
.w-100 {
    width:100%;
}
.text-white {
    color: #fff;
}
.opaque {
	opacity: 1 !important;
}
.overflow-hidden {
	overflow: hidden;
}
.z-index-top {
	position: relative;
	z-index: 3;
}
.opaque-background {
    position: relative;
    z-index: 1;
}
.background-image {
    position: absolute;
    top: 0;
    z-index: 0;
}
.background-image img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity:.25;
}

.custom-top,
.custom-bottom,
#about,
#seo-areas {
	overflow: hidden;
}

@media (max-width: 580px), screen and (orientation: portrait) {
    .cover-image {
        background-size: cover;
    }
    .listing-carousel-wrapper .owl-carousel button.owl-prev {
        left: -40px;
    }
    .listing-carousel-wrapper .owl-carousel button.owl-next {
        right: -40px;
    }
}

//Desaturate Broker Logo
#header #primary-logo img,
#header #secondary-logo img {
	filter: brightness(0);
}
#header.primary-color #primary-logo img,
#header.secondary-color #primary-logo img,
body.header-transparent #header #primary-logo img,
body.header-transparent #header #secondary-logo img {
	filter: brightness(0) invert(1);
}

#header {
	position: fixed !important;
	top: 0;
	transition: top .3s ease-in-out;
}
#header.scroll {
	top: -45px;
}
#header .logo {
	margin-top: 0;
	transition: all .3s ease-in-out;
}
#header.scroll .logo {
	max-height: 60px !important;
	margin-top: 20px;
}
#header .row-flex:nth-child(2) .column-end .navbar-toggler {
    top: 40%;
	transition: top .3s ease-in-out;
}
#header.scroll .row-flex:nth-child(2) .column-end .navbar-toggler {
    top: 53% !important;
}
#header .nav-primary-wrapper {
	top: 110px;
	transition: top .3s ease-in-out;
}
#header.scroll .nav-primary-wrapper {
	top: 65px !important;
}

@media only screen and (min-width: 992px) {
	#header .container .row-flex:nth-child(3) {
    	margin-top: -30px !important;
	}
}

#home-bodycontent .main {
	padding-top: 0;
}
#home-bodycontent .cover {
    margin-top: 0 !important;
}

/*-- White Header - Black Links --*/
#header {
	background-color: #fff !important;
}
#header .row-flex:first-child > ul li a,
#header .row-flex:first-child > ul li a .fa.social,
#header .nav-primary .nav-link {
	color: #000 !important;
}
#header .row-flex:first-child > ul li a .fa.social,
#header .row-flex:nth-child(2) .column-end .navbar-toggler,
#header .row-flex:nth-child(2) .column-end .navbar-toggler span {
	border-color: #000 !important;
}

/*-- Colored Header - White Links --*/
#header.primary-color {
	background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important;
}
#header.secondary-color {
	background-color: #000 !important;
}
#header.primary-color .row-flex:first-child > ul li a,
#header.primary-color .row-flex:first-child > ul li a .fa.social,
#header.secondary-color .row-flex:first-child > ul li a,
#header.secondary-color .row-flex:first-child > ul li a .fa.social {
	color: #fff !important;
}
@media only screen and (min-width: 992px) {
	#header.primary-color .row-flex:nth-child(3) .nav-primary-wrapper .nav-primary .nav-link,
	#header.secondary-color .row-flex:nth-child(3) .nav-primary-wrapper .nav-primary .nav-link {
		color: #fff !important;
	}
}
#header.primary-color .row-flex:first-child > ul li a .fa.social,
#header.primary-color .row-flex:nth-child(2) .column-end .navbar-toggler,
#header.primary-color .row-flex:nth-child(2) .column-end .navbar-toggler span,
#header.secondary-color .row-flex:first-child > ul li a .fa.social,
#header.secondary-color .row-flex:nth-child(2) .column-end .navbar-toggler,
#header.secondary-color .row-flex:nth-child(2) .column-end .navbar-toggler span{
	border-color: #fff !important;
}

/*-- Space Top Bar Elements --*/
#header .container .row-flex:first-child {
	display: flex !important;
    justify-content: space-between;
}

#header #quick-search,
#header .container .row-flex:nth-child(2) .column-end .hidden-md-down {
	display: none !important;
}
#home-bodycontent .main {
	padding-top: 0;
}
#home-bodycontent .cover {
	position: relative;
	overflow: hidden;
}
#home-bodycontent .cover.cover-center.video {
    height: calc(100vh - 180px);
}
#home-bodycontent .cover .cover-image {
	background-size: cover !important;
}
#home-bodycontent .cover #cover-title {
	position: absolute;
    top: 320px !important;
    left: 0;
    transform: translateX(0%);
    max-width: 100%;
    z-index: 2;
}
#home-bodycontent .cover #cover-title #hero-title-inner img {
	display: block;
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
}
@media (min-width: 480px){
	#home-bodycontent .cover #cover-title {
	    top: 14% !important;
	    max-width: 50%;
	}
	#home-bodycontent .cover #cover-title #hero-title-inner h1 {
		font-size: 28px;
	}
}
@media (min-width: 768px){
	#home-bodycontent .cover #cover-title {
	  	top: 29% !important;
	  	left: 8%;
	  	max-width: 50%;
	}
	#home-bodycontent .cover #cover-title #hero-title-inner h1 {
		font-size: 36px;
	}
}
@media (min-width: 992px){
	#home-bodycontent .cover #cover-title {
	  	top: 50% !important;
	  	left: 50%;
	  	transform: translate(-50%, -50%);
	  	max-width: 660px;
	}
	#home-bodycontent .cover #cover-title #hero-title-inner h1 {
		font-size: 44px;
	}
}
#home-bodycontent #froala-editor:not(.fr-top) #cover-headshot,
#home-bodycontent #froala-editor:not(.fr-top) #hero-title-inner,
#home-bodycontent #froala-editor:not(.fr-top) #cover-nav {
	display: none;
}

#home-bodycontent .cover #cover-headshot {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#home-bodycontent .cover #cover-headshot img {
	display: block;
    max-width: 100%;
    height: auto;
}
#home-bodycontent .cover-image.cover-overlay {
    opacity: 0;
    transition: opacity .5s linear;
}
#home-bodycontent .cover .cover-title-inner{
    display: none;
}
#home-bodycontent .cover #cover-nav {
    display:none;
    position: absolute;
    bottom: 8px;
    transform: translateY(0);
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
#home-bodycontent .cover #cover-nav .btn-white-outline {
	flex-direction: column;
	justify-content: center;
	height: 68px;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 6px;
	text-shadow: 0px 0px 6px #000;
}
@media (min-width: 768px){
	#home-bodycontent .cover #cover-nav .btn-white-outline {
		font-size: 14px;
	}
}
@media (min-width: 992px){
	#home-bodycontent .cover #cover-nav .btn-white-outline {
		font-size: 18px;
	}
}
#home-bodycontent .cover #cover-nav .btn-white-outline:hover {
	background-color: #fff;
	color: #333;
	text-shadow: none;
}
#home-bodycontent .cover #horizontal-search {
    display: none;
}
#home-bodycontent .section-inverse #horizontal-search #qs-submit {
	background-color: #fff;
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}
@media (max-width: 768px) {
	#horizontal-search form > .row > .form-group:nth-child(n+2):nth-child(-n+6) {
		display: none;
	}
}
#horizontal-search-wrapper button.form-control,
#horizontal-search-wrapper button#qs-submit {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

#horizontal-search-wrapper .parallax {
	-position: static;
}

#home-bodycontent .information-bar {
    display: none;
}

/*--Remove Padding from Site Customizer Container--*/
#home-bodycontent .main-wrapper .content > .container-fluid {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}
#home-bodycontent .main-wrapper .content > .container-fluid > section#categories{
    padding-top: 0 !important;
    padding-bottom: 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: 6px;
	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.2vw;
		margin-left: 2px;
		padding-left: 1vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 4px;
		height: 75%
	}
}


#ratings figure img {
	max-height: 80px;
}

.featured-book img {
    margin: 0 auto;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    -border: 10px solid #fff;
}


@media only screen and (min-width: 768px) {
	.featured-book img {
	    max-width: 400px;
	}
	.featured-book.book-left .book-description .content {
		padding-left: 30%;
	}
	.featured-book.book-right .book-description .content {
		padding-right: 30%;
	}
}

@media only screen and (min-width: 992px) {
	.featured-book .row::before {
	    content: "";
	    display: block;
	    height: calc(100% - 100px);
	    position: absolute;
	    top: 50px;
	    width: 70%;
	    z-index: 0;
	}
	.featured-book .book-dash {
	    content: "";
	    display: block;
	    height: 5px;
	    position: absolute;
	    top: 76px;
	    transform: translateX(-50%);
	    width: 40px;
	}

	.featured-book.book-left .row::before {
		background: linear-gradient(to right, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);
	    left: 0;
		}
	.featured-book.book-left .book-dash {
	    left: 0;
	    transform: translateX(-50%);
	}

	.featured-book.book-right .row::before {
	    background: linear-gradient(to left, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);
	    right: 0;
		}
	.featured-book.book-right .book-dash {
	    right: 0;
	    transform: translateX(50%);
	}

	.featured-book.book-left img {
		margin-left: 90px;
	}

	.featured-book.book-right img {
		margin-right: 90px;
	}

/*
	.featured-book .content h3 {
		max-width: 360px;
	}
*/
}
@media only screen and (min-width: 1200px) {
	.featured-book.book-left .book-description .content {
		padding-left: 20%;
	}
	.featured-book.book-right .book-description .content {
		padding-right: 20%;
	}
}

#browse-by-price .row > [class*=col-] {
	padding-left: .5rem;
	padding-right: .5rem;
}

#horizontal-search-wrapper {
	position: relative;
	z-index: 3;
}
#testimonials {
	position:relative;
	padding: 0 28px;
}
#testimonials::before {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:200px;
	content:'';
	background-image: url(https://kunversion-frontend-blog.s3.amazonaws.com/images/customarea-thebestcalgaryrealtor.com-1217872-9e133ff539de7308bdb13de98db4fef3beeff43f.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter:opacity(0.15);
}

#testimonials .carousel-control {
	top:50%;
	transform:translateY(-50%);
	width: unset;
	background-image: none;
	font-size: 28px;
	color: #999;
	text-shadow: none;
}
@media (max-width: 572px){
	#testimonials .carousel-control span:nth-child(1) {
		margin: 0;
	}
}
#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 p:empty {
	display: none;
}
#testimonials .carousel-item > i {
	font-style: normal;
	font-weight: normal;
}
/*-Limit number of lines lines-*/
#testimonials .carousel-item i {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
@media (min-width: 768px){
	#testimonials .carousel-item i {
        -webkit-line-clamp: 2;
    }
}
#testimonials .carousel-item p.text-xs-center {
	margin-top:8px;
}

.calc-tip-wrapper{z-index:1!important}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
 
.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(.5);
}
#home-bodycontent .cover:not(.video) .parallax {
	filter: brightness(.7);
}
#home-bodycontent .cover.video .parallax {
	filter: brightness(1);
}
.parallax__container + .container {
	position: relative;
	z-index: 3;
}

#design-creds {
    clear: both;
}
#design-creds a {
    color: rgba(255,255,255,0.5);
    font-size: .8rem;
}
/*--Home Page Editor--*/
#site-editor-screencast {
    position: fixed;
    z-index: 9999;
    bottom: 1rem;
    left: 1rem;
	max-width: 360px;
    border: 1px solid #ebe9e9;
    box-shadow: 1px 1px 15px -4px rgb(0 0 0 / 20%);
}
#close-screencast {
    position: absolute;
    top: -18px;
    right: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}
#close-screencast .fa-stack-2x {
	height: 27.2px;
    width: 27.2px;
    transition: all .3s ease;
}
#close-screencast:hover .fa-stack-2x {
	transform: rotateZ(270deg);
}
#close-screencast .fa-times-circle {
	color: #e50000;
}
#close-screencast .fa-times-circle,
#close-screencast .fa-circle {
	line-height: 1;
}