/*
Theme Name: www.lulichimplement.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-top {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background-color: #ddd;
	display: flex!important;
	justify-content: space-between;
}
.header-logo {
	width: 25%;
	max-width: 250px;
	height: auto;
	margin-left: 50px;
}
.header-logo img {
	position: relative;
	object-fit: contain;
}
.header-right {
	position: relative;
	box-sizing: border-box;
	width: 66%;
	margin-right: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-contact {
	position: relative;
	box-sizing: border-box;
	width: 50%;
}
.header-contact-link {
	display: flex;
	padding: 10px 10px 10px 5px;
	justify-content: center;
	align-items: center;
	color: #1C3E93;
}
.header-contact-link i {
	font-size: 32px;
	line-height: 36px;
	font-style: normal!important;
	margin: 8px;
}
.header-contact-link span {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 36px;
}
.header-searchbar {
	position: relative;
	box-sizing: border-box;
	width: 50%;
}
form.searchbar {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.36);
	background-color: #fff;
	padding: 2px 5px 2px 20px;
	border-radius: 25px;
}
.searchbar-type {
	font-family: 'Figtree', sans-serif;
	font-size: 16px!important;
	line-height: 46px!important;
	position: relative;
	box-sizing: border-box;
	width: 84%;
	border: none!important;
	outline: none!important;
	height: 46px!important;
}
.searchbar-submit {
	position: relative;
	box-sizing: border-box;
	width: 15%;
	max-width: 56px;
	border: none!important;
	outline: none!important;
	height: 46px!important;
	background-color: #fff;
	color: #1C3E93;
	font-size: 20px;
	line-height: 46px;
	border-radius: 0px 25px 25px 0px;
}
.searchbar-submit:hover {
	color: #000;
}
.specials-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.specials-img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0px;
	object-fit: contain;
}
.specials-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin: 20px;
}
.specials-details {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	margin: 0px 20px 40px;
}

.btn-primary {
	width: 100%!important;
	max-width: 260px!important;
}

.showroom-cont {
	position: relative;
	box-sizing: border-box;
	display: block;
	border-radius: 8px;
	margin: 10px 8px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
	background-color: #fff;
}
.showroom-cont:hover {
	box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.showroom-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.eq-category-cont {
	background-color: #fff!important;
	position: relative;
	box-sizing: border-box;
	display: block;
	border-radius: 8px;
	margin: 8px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
	padding-bottom: 12px;
}
.eq-category-cont:hover {
	box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.eq-category-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
	border-radius: 8px;
}
.eq-category-cont p {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}


#advancedmyCarousel4, #advancedmyCarousel5,#advancedmyCarousel6, #advancedmyCarousel7, #advancedmyCarousel8, #advancedmyCarousel9 {
	padding-bottom: 10px!important;
	justify-content: center!important;
}

#advancedmyCarousel3 button.slick-prev.slick-arrow, #advancedmyCarousel3 button.slick-next.slick-arrow {
	font-size: 40px!important;
}

.contactForm {
	font-family: 'Figtree', sans-serif!important;
	justify-content: center;
}
.sheSubmitButton {
	font-weight: 600;
	font-size: 20px;
	padding: 14px 0px;
	width: 270px;
	text-transform: uppercase;
}

.review-cont {
	padding: 80px;
	border-radius: 20px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
	text-align: left;
	margin: 30px;
}
.review-name {
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 36px;
	color: #1C3E93;
}
.review-date {
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 15%;
}
.review-line {
	position: relative;
	box-sizing: border-box;
	width: 40%;
	max-width: 305px;
	height: 3px;
	background-color: #1C3E93;
}
.review-text {
	font-family: 'Figtree', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 40px;
}

.staff-cont {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
	text-align: left;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.staff-name {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 16px;
	color: #1C3E93;
}
.staff-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 24px;
}
.staff-email {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	color: #1C3E93;
}

.event-cont {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
	text-align: left;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 96%;
}
.event-image {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 40%;
	object-fit: cover;
	margin-bottom: 20px;
}
.event-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 16px;
	color: #1C3E93;
}
.event-date {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 24px;
}
.event-summary {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-top: 10px;
	color: #000;
}

.history-image {
	height: 100%;
	max-height: 420px;
	width: 100%;
	max-width: 860px;
	object-fit: cover;
}

.list-title-text {
	font-family: 'Figtree', sans-serif!important;
	font-weight: 800!important;
}

.list-listing-title-link, .listing-category, .detail__title, .detail__category, .detail__specs-heading, .ts-modal-title.des-modal-title.show-all-modal-title {
	font-family: 'Figtree', sans-serif!important;
}

.template-branded-button, .selected-facet.ts-button, .ts-button.faceted-search, .ts-button.faceted-show-all-btn, .show-all-apply-filter.ts-button {
	font-family: 'Figtree', sans-serif!important;
	background-color: #DC4405!important;
}

.footer {
	box-sizing: border-box;
	width: 100%;
	background-color: #272727;
	display: flex;
	justify-content: space-around;
	padding: 50px 50px 80px;
}

.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	max-width: 500px;
}
.footer-col-lg {
	position: relative;
	box-sizing: border-box;
	width: 44%;
	max-width: 1000px;
}
.footer a:hover {
	font-weight: 600;
}
/*--------------------------------------------------------------
## 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  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1320px) {		
	.header-contact-link span {
		display: none!important;
	}
	.eq-category-cont p {
		font-size: 18px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer-col {
		width: 50%;
		max-width: 50%;
	}
		
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.hero-title {
		font-size: 44px!important;
	}
	
	.header-logo {
		width: 50%;
		margin-left: 20px;
	}
	.header-contact {
		width: 80%;
	}
	.header-right {
		justify-content: flex-end;
		width: 50%;
	}
	.header-searchbar {
		display: none!important;
	}
	.btn-column {
		flex-direction: column!important;
	}
	.footer-col {
		width: 100%;
		box-sizing: border-box;
		max-width: 1000px;
	}
	.footer-col-lg {
		width: 100%;
		box-sizing: border-box;
		max-width: 1000px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.review-cont {
		padding: 50px;
	}
	.review-name {
		font-size: 28px;
	}
	.review-date {
		font-size: 18px;
	}
	.review-text {
		font-size: 15px;
		line-height: 26px;
	}
}
@media only screen and (max-width : 575px) {
	.staff-name {
		font-size: 25px;
	}
	.staff-title {
		font-size: 20px;
	}
	.staff-email {
		font-size: 15px;
	}
	.review-cont {
		padding: 30px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

