/*--Josh Rogers custom.css--*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
* {
  font-family: Poppins, sans-serif;
}
#home-bodycontent .categories section p {
    font-size: 1rem;
}

.section-inverse p a:not(.btn){
    color: #ffffff;
    text-decoration: underline;
}
.position-relative {
    position:relative;
}
.d-block{
    display:block;
}
.mx-auto {
    margin-left:auto;
    margin-right:auto;
}
.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.row.eq-height {
    display: flex;
    flex-wrap: wrap;
}
.align-self-center{
    align-self:center;
}
.align-items-center{
    align-items: center;
}
.h-100 {
    height:100%;
}
.w-100 {
    width:100%;
}
.text-white {
    color: #fff;
}
.font-weight-bold {
	font-weight: bold !important;
}
.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;
}
@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;
    }
}
#secondary-logo {
	transform: scale(1.5);
	margin-left: 1rem;
	margin-right: 2rem !important;
}
#home-bodycontent .cover {
	overflow: hidden;
}
#home-bodycontent .cover .cover-title {
	position: absolute;
    top: 35% !important;
    left: 0;
    transform: translateX(0%);
    z-index: 1;
}
#home-bodycontent .cover .cover-title #agent-motto h1 {
	font-size: 26px;
  	text-shadow: 0px 0px 2px #000;
}
@media (min-width: 660px){
	#home-bodycontent .cover .cover-title {
	    top: 25% !important;
	    left: 0;
	    transform: translateX(0%);
	}
	#home-bodycontent .cover #cover-title #agent-motto h1 {
		font-size: 36px;
	}
}
@media (min-width: 768px){
	#home-bodycontent .cover .cover-title {
	  	top: 50% !important;
	  	left: 50%;
	  	transform: translate(-50%, -50%);
	  	max-width: 660px;
	}
	#home-bodycontent .cover .cover-title #agent-motto h1 {
		font-size: 44px;
	}
}
#home-bodycontent .cover-image.cover-overlay {
    /*opacity: 1 !important;
    */
}
#home-bodycontent .cover .cover-title-inner{
    display: none;
}
#home-bodycontent .cover #cover-nav {
    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: #fff;
	border: 2px solid #fff;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 6px;
}
#home-bodycontent .cover #cover-nav .btn-white-outline:hover {
	background-color: #dfdfdf;
}
#home-bodycontent .cover #horizontal-search {
    display: none;
}
#home-bodycontent .information-bar {
    display: none;
}
#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;
}
.featured-book img {
    margin: 0 auto;
    transform: scale(1.0);
}
@media only screen and (min-width: 768px) {
	.featured-book img {
	    max-width: 400px;
	    transform: scale(1.0);
	}
	.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 img {
		transform: scale(1.25);
	}
	.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 img {
		transform: scale(1.45);
	}
	.featured-book.book-left .book-description .content {
		padding-left: 20%;
	}
	.featured-book.book-right .book-description .content {
		padding-right: 20%;
	}
}

#home-bodycontent #horizontal-search-wrapper #horizontal-search .row {
	margin: 0 auto !important;
}

/*--Search Areas--*/
#search-grayscale .row.no-gutters{margin-right:0;margin-left:0}
#search-grayscale .row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
#search-grayscale [class*=col-]:first-of-type{min-height:360px;}
@media only screen and (min-width: 768px){#search-grayscale [class*=col-]:first-of-type{min-height:unset;}}
#search-grayscale #featured-title{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin-bottom:0;}
#search-grayscale #featured-title h2{width:300px;}
#search-grayscale figure{position:relative;margin-bottom:0}
#search-grayscale figure img{width:100%;height:320px;object-fit:cover;filter:grayscale(100%) brightness(70%);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%)}
#search-grayscale figure figcaption h3{font-size:26px;font-weight:bold;color:#fff;letter-spacing:4px;text-shadow:0 0 6px rgba(0,0,0,0.9)}
.dark-overlay {
	background-color: rgba(0,0,0,0.5);
}
#horizontal-search-wrapper #horizontal-search .form-group {
    display: inline-block;
    float: none;
    letter-spacing: initial;
    vertical-align: top;
    margin: 0px -2px;
    padding: 0px;
}
#horizontal-search-wrapper #horizontal-search .form-control {
	min-height: 55px;
	border: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 1.05em;
    font-weight: 500;
    margin: 0;
}
#horizontal-search-wrapper #horizontal-search .tokenfield.form-control {
	padding: 17px 20px;
}
#horizontal-search-wrapper #horizontal-search button.form-control {
	padding: 6px 12px;
}
#home-bodycontent .dropdown-menu.open {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#horizontal-search-wrapper #horizontal-search .form-group .btn {
    height: 55px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#home-bodycontent #testimonials-carousel {
	display: none;
}
#home-bodycontent #about {
	display: none;
}