/*
Theme Name: www.aircraftspecialistsinc.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Header Styles
--------------------------------------------------------------*/

.header-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.header-logo-cont {
	width: 30%;
	max-width: 380px;
	padding: 15px 50px 20px;
}
.header-logo-cont img {
	position: relative;
	box-sizing: border-box;
	object-fit: contain;
	width: 100%;
}
.header-menu-cont {
	position: relative;
	box-sizing: border-box;
	width: 70%;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

label {
	font-family: 'bebas-neue-pro', sans-serif;
	text-tranSform: uppercase;
	letter-spacing: 5%;
}

.btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.btn-primary {
	position: relative;
	display: block;
	text-align: center;
	padding: 18px 32px;
	font-family: 'bebas-neue-pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #9e0000;
	border: 2px solid #9e0000;
	border-radius: 0px;
	max-width: 100%;
}
.btn-primary:hover {
	background: #860000;
	border: 2px solid #860000;
}
.btn-secondary {
	position: relative;
	display: block;
	text-align: center;
	padding: 18px 32px;
	font-family: 'bebas-neue-pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0px;
	max-width: 100%;
	backdrop-filter: blur(3px);
}
.btn-secondary:hover {
	background: rgba(0,0,0,0.25);
	border: 2px solid #d9d9d9;
	color: #d9d9d9;
}
.btn-pink {
	position: relative;
	display: block;
	text-align: center;
	padding: 18px 32px;
	font-family: 'bebas-neue-pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d85a5b;
	background: transparent;
	border: 2px solid #d85a5b;
	border-radius: 0px;
	max-width: 100%;
	backdrop-filter: blur(3px);
}
.btn-pink:hover {
	background: rgba(0,0,0,0.25);
	border: 2px solid #e27879;
	color: #e27879;
}

.hero-headline {
	display: flex;
	align-items: center;
	gap: 10px;
}
.hero-headline:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #d85a5b;
}
.headline-white {
	display: flex;
	align-items: center;
	gap: 10px;
}
.headline-white:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.headline-red {
	display: flex;
	align-items: center;
	gap: 10px;
}
.headline-red:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #9e0000;
}
.square-callout {
	display: flex;
	align-items: center;
	gap: 10px;
}
.square-callout:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	gap: 16px;
	background-color: #9e0000;
}
.callout-line {
	border-left: 3px solid #9e0000;
}

.column-stretch {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.image-overlay {
	position: absolute;
	right: 0;
	bottom: -40px;
	background-color: #9e0000;
	width: 100%;
	max-width: 240px;
}
.shadow-border {
	box-sizing: border-box;
	box-shadow: -16px -16px 0px 0px #fff,
				-16px -16px 0px 1px #9e0000;
	width: 100%;
	height: 560px;
	object-fit: cover;
}
.shadow-border-sm {
	box-sizing: border-box;
	box-shadow: -16px -16px 0px 0px #fff,
				-16px -16px 0px 1px #9e0000;
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.shadow-border-sm-gray {
	box-sizing: border-box;
	box-shadow: -16px -16px 0px 0px #eee,
				-16px -16px 0px 1px #9e0000;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.gallery-cont {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
	padding: 10px;
}
.gallery-cont a {
	position: relative;
	box-sizing: border-box;
	height: 400px;
	width: calc(20% - 10px)!important;
}
.gallery-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.display-image-cont {
	height: 700px;
}
.display-image {
	z-index: 2;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.display-image-decoration {
	z-index: 1;
	position: absolute;
	bottom: -16px;
	right: -16px;
	width: 225px;
	height: 225px;
	background: transparent;
	border: 1px solid #9e0000;
}

div#advancedmyCarousel3 .slick-prev.slick-arrow i, div#advancedmyCarousel3 .slick-next.slick-arrow i {
	font-size: 18px !important;
	padding: 15px !important;
	border-radius: 0 !important
}

.review-cont {
	position: relative;
	box-sizing: border-box;
	padding: 16px 24px;
}
.review-text {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 24px;
	text-align: left;
}
.review-line {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 2px;
	background-color: #eee;
}
.review-name {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #9e0000;
	margin-top: 24px;
	text-align: left;
}


.partner-cont {
	position: relative;
	box-sizing: border-box;
	height: 160px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partner-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.column-padding-staff {
	height: 100%!important;
}
.post-column-staff4 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%!important;
	display: block;
}
.staff-cont {
	position: relative;
	box-sizing: border-box;
	margin: 30px 5% 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.staff-cont img {
	position: relative;
	box-sizing: border-box;
	display: block!important;
	width: calc(25% - 20px);
	object-fit: contain;
}
.staff-cont-right {
	position: relative;
	box-sizing: border-box;
	display: block!important;
	width: 75%;
	text-align: left;
}
.staff-name {
	font-family: 'bebas-neue-pro', sans-serif;
	font-weight: 600;
	font-size: 48px;
	text-transform: uppercase;
}
.staff-title {
	font-family: 'bebas-neue-pro', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
	color: #9e0000;
}
.staff-bio {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}
.staff-link {
	display: block;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}
.staff-link:hover {
	color: #9e0000;
}


/*--------------------------------------------------------------
## Footer Styles
--------------------------------------------------------------*/

.footer-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #222;
	padding: 70px 5% 0px;
}
.footer-flex {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	max-width: 380px;
}
.footer-col img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0px 10px;
	object-fit: contain;
}
.footer-col a {
	display: block;
}
.footer-fl-right {
	float: right;
}
.footer-bottom {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #eee;
}

/*--------------------------------------------------------------
## Inventory Styles
--------------------------------------------------------------*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #9e0000!important;
}

.ts-button.template-branded-button:hover {
	background-color: #860000!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #9e0000!important;
}

.view-listing-details-link.template-branded-button {
	color: #fff!important;
	background: #9e0000!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #860000!important;
}

.selected-facet.ts-button {
	color: #fff!important;
	background: #9e0000!important;
}
.selected-facet.ts-button:hover {
	background: #860000!important;
}

.list-title .list-title-text {
	font-family: 'Barlow', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Barlow', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Barlow', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Barlow', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Barlow', sans-serif!important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1400px) {
	.gallery-cont {
		flex-wrap: wrap;
	}
	.gallery-cont a {
		width: calc(33% - 10px)!important;
	}
	
	.staff-cont {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		height: 100%;
	}
	.staff-cont img {
		max-width: 300px;
		width: 100%;
	}
	.staff-cont-right {
		width: 100%;
	}
}	

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.display-image-cont {
		height: 420px;
	}
	.display-image {
		height: 420px;
	}
	.footer-flex {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 50%;
		max-width: 600px;
		margin-bottom: 24px;
	}
	.footer-col img {
		max-width: 360px;
	}
	.footer-fl-right {
	float: left;
	}
	.footer-col button {
		position: relative;
		box-sizing: border-box;
		width: 100%;
	}
}

@media only screen and (max-width : 1000px) {
	.header-cont {
		justify-content: space-between;
		height: 120px;
	}
	.header-menu-cont {
		width: 50%;
		padding-right: 5%;
	}
	.header-logo-cont {
		width: 50%;
		max-width: 270px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 870px) {
	.gallery-cont a {
		width: calc(50% - 10px)!important;
	}
	.footer-col {
		width: 100%;
		max-width: 800px;
		margin-bottom: 24px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.sm-screen-hidden {
		display: none!important;
	}
	.btn-cont {
		flex-direction: column;
	}
	.btn-cont button {
		width: 100%;
	}
}

@media only screen and (max-width : 600px) {
	.header-menu-cont {
		width: 25%;
		padding-right: 5%;
	}
	.header-logo-cont {
		width: 75%;
		max-width: 270px;
	}
	
	.gallery-cont a {
		width: 100%!important;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

