/*
Theme Name: www.moderngroup.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 {
	height:100%;
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}

#siteVideosModal .modal-dialog {
    width:80%!important;
    height: auto!important;
    aspect-ratio: 16 / 9;
}
#closeSiteVideosModal i {
    color:#000!important;
}
.siteVideosBody iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: auto!important;
    margin:0!important;
}
.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:#020102;
	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: #020102;
	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: #020102;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}
a icon{
	transition: ease all 0.2s;
}
a:hover icon{
	
		opacity: 0.8;
}

/*--------------------------------------------------------------
## 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;
}



/* HEADER */

.modern-header{
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #fff;
	color: #020102;
	padding: 0 2.8%;
	font-size: 16px;
}
.modern-header > .row{
	min-height: 100px;
}


/* CUSTOM */

.shwidget{
	
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.widget-padding{
	padding: 0 5.5% !important;
	box-sizing: border-box !important;
}
.pad{
	padding: 11% !important;
	box-sizing: border-box !important;
}
.half-pad{
	padding: 5.5% !important;
	box-sizing: border-box !important;
}

.nopad-top, .pad.nopad-top, .half-pad.nopad-top{
	padding-top: 0 !important;
}
.nopad-bottom, .pad.nopad-bottom, .half-pad.nopad-bottom{
	padding-bottom: 0 !important;
}
.box-shadow{
	box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}
.white{color: #fff;}
.red-italic{
	font-weight: 900 !important;
	letter-spacing: 0.2em !important;
	font-style: italic !important;
	color: #ed262d !important;
}
.light{
	font-weight: 300 !important;
}
.spaced{
	line-height: 1.1 !important;
	letter-spacing: 0.2em !important;
}
.extra-spaced{
	letter-spacing: 0.6em !important;
	line-height: 1.2 !important;
}
.opacity-70{
	opacity: 0.7;
}
.contact-cont-1 {
    padding:30px 20px;
    min-height:200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing:border-box;
    text-align:center;
}
.contact-cont-1 p {
    font-size: 20px!important;
    font-weight: 600!important;
}

.shwidget p, .shwidget ul li{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 24px;
	font-weight: 300;
}
	.shwidget table{
		width: 100% !important;
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 24px;
		font-weight: 300;
	}
	.shwidget table td{
		padding: 10px !important;
	}
	.shwidget table tr:nth-of-type(odd){
		background: #f4f4f4;
	}
.heading-xs{
	
	position: relative;
	font-family: "paralucent", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	
	font-size: 16px;
	line-height: 1;
	letter-spacing: normal;
	display: block;
}
.heading-sm{
	position: relative;
	
	font-family: "paralucent", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase !important;
	
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	display: block;
}
.heading-md, .contactForm h2, .contactForm h1{
	
	position: relative;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase !important;
	
	font-size: 44px;
	line-height: 38px;
	letter-spacing: normal;
	display: block;
	margin: 14px 0 !important;
}
.heading-lg{
	
	position: relative;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase !important;
	
	font-size: 60px;
	line-height: 60px;
	letter-spacing: normal;
	display: block;
}
.heading-xl{
	
	position: relative;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase !important;
	white-space: nowrap;
	font-size: 5.1vw;
	line-height: 1.1;
	letter-spacing: normal;
	display: block;
	margin: 14px 0 !important;
}
.big-links .heading-xl{
	line-height: 1.6;
}
.page-heading {
    position: relative;

    font-family: "paralucent", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase !important;

    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}


.content-panel{
	padding: 20px 30px;
	box-sizing: border-box;
	display: block;
	background: #f4f4f4;
	border-radius: 10px;
}
.min-height-col{
	min-height: 640px !important;
	padding: 100px 8.8% !important;
}

.gradient-overlay{
	position: relative;
}
.gradient-overlay > div{
	position: relative;
	 z-index: 10;
}
.gradient-overlay:before{
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.gradient-overlay:after{
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.btn-red{
	position: relative;
	background: #ec1d25;
	color: #fff !important;
	font-family: "paralucent", sans-serif;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.btn-red:hover {
	background:#B9191F;
}
.btn-black{
	position: relative;
	background: #020102 !important;
	color: #fff !important;
	font-family: "paralucent", sans-serif;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.btn-black:hover {
	background:#414141!important;   
}
.btn-white{
	position: relative;
	background: #fff;
	color: #ec1d25 !important;
	font-family: "paralucent", sans-serif;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.btn-white:hover {
    background:#C9C9C9;
}
.btn-outline{
	position: relative;
	background: transparent !important;
	border: solid 1px #fff !important;
	color: #fff !important;
	font-family: "paralucent", sans-serif;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: 0 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.btn-outline:hover {
   background: #C9C9C9!important; 
    color:#000!important;
}
.btn-outline-dark{
	position: relative;
	background: transparent !important;
	border: solid 1px #020102 !important;
	color: #020102 !important;
	font-family: "paralucent", sans-serif;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: 0 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.btn-outline-dark:hover {
    background: rgba(0,0,0,0.1)!important;
}
.overlay{
	background: linear-gradient(45deg, rgba(0,0,0,0.9), rgba(0,0,0,0.22));
	color: #fff;
	display: block;
}
.bg-dark{
	color: #fff !important;
	background: #020102 !important;
}

.bg-red{
	color: #fff !important;
	background: #ec1d25 !important;
}
.hover-red{
	transition: ease all 0.2s;
}
.hover-red:hover{
	color: #ec1d25 !important;
}
.banner{
	
		padding: 0 40px !important;
}



.banner .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 100px;
}



/* WIDGET TEXT STYLING */


.shwidget ul:not(.reCaptchaList):not(.slick-dots){
	list-style: none;
	padding-left: 24px;
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li{
	position: relative;
	margin-bottom: 5px;
	padding: 10px 0 !important;
	border-bottom: solid 1px #ccc;
	padding-left: 0;
	transition: ease all 0.2s;
	
}
.white .shwidget ul:not(.reCaptchaList):not(.slick-dots) li{
	border-bottom: solid 1px #585858;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover{
	transform: translateX(10px);
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:before{
	position: absolute;
	left: -24px;
	content: '+';
	color: rgb(215, 25, 33);
	transition: ease all 0.25s;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover:before{
	transform: translateX(-10px);
	color: rgb(255 66 74);
	
}
/* CUSTOM WP FORMS */

.bv-form  {
	padding: 25px;
	border-radius: 10px;
}
.bv-form .form-group > label:not(.control-label) {
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 15px;
	color: #585858;
	font-weight: 700;
}


.bv-form .form-check-input {
    padding: 0 !important;
    height: 16px !important;
}

.bv-form .form-group.has-feedback label ~ .form-control-feedback{
	position: absolute !important;
	left: 0 !important;
	top: 6px !important;
}
.bv-form .form-group input, .bv-form .form-group select, .bv-form .form-group textarea{
    padding: 30px 10px 10px;
    height: unset;
    border: 1px solid #d3d2d2!important;
    background: unset !important;
    margin-top: 5px;
}
.bv-form .form-group select{
	height: 60px !important;
	box-sizing: border-box;
	
}
.bv-form .form-group textarea{
	min-height: 140px;
	resize: vertical;
}

.bv-form .radio, .bv-form .checkbox {
    padding-left: 10px;
}
.bv-form .radio label, .bv-form .checkbox label {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.bv-form .radio input, .bv-form .checkbox input {
    margin-top:0;
}
.contactForm textarea{resize: vertical !important;}

.flex-widget-row > .row{
	display: flex; flex-wrap: wrap;
	width: inherit;
}
.flex-widget-row > .row > div{
	height: inherit;
	flex-grow: 1;
}
.flex-widget-row > .row > div .background-cover:not(.min-height-col){
	height: 100%;
	min-height: 0px !important;
}
.flex-widget-row > .row > div .background-cover:not(.min-height-col) > div{
	display: none !important;
}
.flex-widget-row > .row > div .background-cover > div:not(.min-height-col), .flex-widget-row > .row > div{
	min-height: 0px !important;
}
/* BRANDS CAROUSEL */
.post-container-brands.container-fluid{
	display: flex;
	flex-wrap: wrap;
}
.column-padding-brands > div{
	height: 100% !important;
}
.column-padding-brands{
	height: inherit !important;
}
.brand-box-carousel{
	margin: 10px; background: #333; color: #fff; padding: 100px 30px 120px; text-align: left; position: relative;
height: calc(100% - 20px);
	}
.brand-box-carousel .brand-buy-btn{
		display: flex;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 70px;
	line-height: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
	background: #555;
	
	}
.brand-box-carousel .brand-img{

    padding: 15px;
    position: relative;
    margin-top: -71px;
    border-radius: 5px;
    max-width: 220px;
    margin-bottom: 10px;
	
	}
.brand-box-carousel .btn-outline{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
/* FOOTER */

.modern-footer{
	
	color: #cbcbcb !important;
	background: #020102 !important;
}
.modern-footer a{
	
	color: #cbcbcb !important;
}

.modern-footer .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 180px;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1439px) {		
	
	.heading-lg{
		font-size: 48px;
		line-height: 1;
	}
	.heading-xl{
		font-size: 64px;
	}
}

@media only screen and (max-width : 1279px) {		
	
	.heading-lg{
		font-size: 36px;
		line-height: 1;
	}
	.heading-md{
		font-size: 36px;
		line-height: 1;
	}
	.heading-xl{
		font-size: 48px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
	.shwidget .offset-md-1{
		margin: 0 !important;
	}
	.bg-img-col{
		min-height: 400px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.heading-lg{
		font-size: 36px;
		line-height: 1;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.brand-box-carousel{
		padding-top: 30px !important;
	}
.brand-box-carousel .brand-img{

    margin-top: 0;
    max-width: 100%;
	
	}
.brand-box-carousel .brand-buy-btn{
display: none !important;
	
	}
body:not(.highlightSidebars) #brands-widget {
    margin: -20px 3% 0 3%;
	padding: 6% 3%;
}
	.widget-padding{
		padding: 0 40px !important;
	}
	.min-height-col{
		min-height: unset !important;
		padding: 40px !important;
	}


.flex-widget-row > .row > div{
	min-height: 0 !important;
}
	.heading-xs{
		font-size: 16px;
		line-height: 1.4 !important;
	}
	.heading-sm, .page-heading{
		font-size: 16px;
		line-height: 1.4 !important;
	}
	.heading-md, .contactForm h2, .contactForm h1{
		font-size: 24px;
		line-height: 1;
	}
	.heading-lg{
		font-size: 36px;
		line-height: 1;
	}
	.heading-xl{
		font-size: 36px;
		line-height: 1;
	}
	
	.modern-footer p{
		line-height: 1.5 !important;
		text-align: center !important;
	}
	.nopad-sm{
		padding: 0 !important;
	}
	.half-pad{
		padding: 11% !important;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

