/*
Theme Name: www.dseda.org
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%;
	scroll-behavior: smooth;
	scroll-margin-top: 50px;
}
.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;
}

/*--------------------------------------------------------------
## 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;
}


/* CUSTOM STYLES */

.pad-top{
	padding-top: max(100px, 5vw);
}
.pad-bottom{
	padding-bottom: max(100px, 5vw);
}

.pad-top-half{
	padding-top: max(50px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(50px, 2.5vw);
}
.cs-wrapper{
	padding-left: 8.5vw !important;
	padding-right: 8.5vw !important;
}
.white{
	color: #fff;
}
.rounded{
	border-radius: 10px;
	overflow: hidden;
}
.circular{
	border-radius: 100%;
}
.cs-shadow{
	
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.cs-card {
    display: block;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	padding: 30px 25px !important;
    height: inherit !important;
	border-radius: 10px;
    min-height: calc(100% - 6px) !important;
}
.cs-margin{
	margin: 3px !important;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	display: block;font-variant-numeric: lining-nums
}

.heading-xl{
	font-family: "cormorant", sans-serif;
	font-weight: 700;
	font-size: min(72px, 12vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-family: "cormorant", sans-serif;
	font-weight: 700;
	font-size: min(48px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-family: "cormorant", sans-serif;
	font-weight: 700;
	font-size: min(36px, 6vw); 
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm-alt{
	font-family: "cormorant", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-xs{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.33;
	letter-spacing: normal;
}

.heading-sm + .heading-lg {
    padding-top: 10px;
}


.shwidget p, .paragraph, .shwidget .accordion-body, .shwidget .accordion-button, .shwidget ul, .shwidget ol, .post-password-form > p{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
}
.shwidget{
	font-variant-numeric: lining-nums
}

.paragraph-disclaimer{	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.shwidget p b, .shwidget .accordion-button{
	font-weight: 700;
}

.contactForm h2, .contactForm h1, .contactForm h3{
	
	font-family: "cormorant", sans-serif;
	font-weight: 700;
	font-size: min(36px, 6vw); 
	line-height: 1.1;
	letter-spacing: normal;
margin-bottom: 24px;
	display: block;
}
div[d-none]{display: none !important;}
.uppercase{text-transform: uppercase;}

.accordion-button:not(.collapsed){
	color: #fff !important;
	background-color: #000 !important;
}
.accordion-button:not(.collapsed):after{
    filter: invert(1) grayscale(1);
}
.style-dark .accordion-item {
    background: transparent;
    color: #fff;
}
.style-dark .accordion-body ul, .style-dark .accordion-body ol,  .style-dark .accordion-body p  {
    color: #fff ;
}
.style-dark .accordion-button {
    background: transparent !important;
    color: #fff !important;
}
.style-dark .accordion-button:not(.collapsed) {
    background: #e5f2f2 !important;
    color: #000 !important;
}
.style-dark .accordion-button:after{
    filter: invert(1) grayscale(1);
}
.style-dark .accordion-button:not(.collapsed):after{
    filter: invert(0) grayscale(0);
}

.list-checks ul{
    list-style-type: "\f058";
    padding-left: 24px;
}
.list-checks ul li{
    padding-left: 12px;
}

.list-checks ul ::marker{
	
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	
}
.shwidget ol li{
	padding: 10px 0;
	border-bottom: solid 1px #555;
}
.shwidget ol ::marker{
	color: #176e35;
	font-weight: 700;
}
.white ol ::marker{
	color: #b7ff4b !important;
}


/* BUTTON STYLES */


/* DEFAULT - ORANGE */

.btn-default, .btn-orange{	
	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600 !important;
	font-size: 16px;
	border-radius: 10px;
	border: unset !important;
	background-color: #ffa45c;
	color: #252525;
	
    padding: 12px 18px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-default:hover, .btn-orange:hover{
	color: #252525;
	background-color: #ffa45c; 
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.33);
}
.btn-default.sheSubmitButton:hover, .btn-orange.sheSubmitButton:hover{
	color: #252525 !important;
}


/* LIGHT */

.btn-light{	
	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600 !important;
	font-size: 16px;
	border-radius: 10px;
	border: unset !important;
	background-color: #ffe3cd;
	color: #49443f;
	
	text-align: left;
    padding: 12px 48px 12px 18px;
    line-height: 24px;
	width: 240px;
	max-width: 100%;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-light:hover{
	color: #49443f;
	background-color: #ffe3cd;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.33);
}
.btn-light.sheSubmitButton:hover{
	color: #49443f !important;
}
.btn-light:after{
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	bottom: 0;
	content: '';
    content: "\f061";    
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	width: 48px;
	text-align: center;
}


/* DARK */

.btn-dark{	
	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600 !important;
	font-size: 16px;
	border-radius: 10px;
	border: unset !important;
	background-color: #3a3a3c;
	color: #fff;
	text-align: left;
    padding: 12px 48px 12px 18px;
    line-height: 24px;
	width: 240px;
	max-width: 100%;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-dark:hover{
	color: #fff;
	background-color: #3a3a3c;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.66);
}
.btn-dark.sheSubmitButton:hover{
	color: #fff !important;
}
.btn-dark:after{
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	bottom: 0;
	content: '';
    content: "\f061";    
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	width: 48px;
	text-align: center;
}

/* Outline */

.btn-outline{

	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-radius: 10px;
	border: solid 1px #dfdcd9 !important;
	background: transparent;
	color: #494949;
	text-align: left;
	
    padding: 12px 48px 12px 18px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-outline:hover{
	background: transparent;
	color: #000;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.15);
}
.btn-outline:after{
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	bottom: 0;
	content: '';
    content: "\f061";    
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	width: 48px;
	text-align: center;
}

/* Outline Inverse */

.btn-outline-inverse{

	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-radius: 10px;
	border: solid 1px #e2cdbb !important;
	background: transparent;
	color: #fff;
	text-align: left;
	
    padding: 12px 18px 12px 18px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-outline-inverse:hover{
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.33);
}
.btn-full-width{
	width: 100%;
}

@media only screen and (min-width : 992px) {

	.btn-align-center{
		margin: 0 auto !important;
		display: block !important;
	}
	.btn-align-right{
		margin: 0 0 0 auto !important;
		display: block !important;
	}
}

/* FORMS */

/* HIDE THE FORM LABEL FOR A FIELD BY PREFIXING WITH hl- */
label[for^="hl-"]{
	display: none !important;
}
.cs-form-panel .contactForm{
	padding: 80px 50px 100px 50px !important;
	border: solid 1px #ebebeb;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 100px;
}
.reg-form-offset .contactForm{
	margin-top: -90px !important;
}
.contactForm{
	font-family: aktiv-grotesk, sans-serif;
}
.contactForm h2{
	font-weight: 700;
}
.contactForm .btn-default{
	border: none !important;
}
.contactFormLabel{
	font-weight: 700;
}
.contactForm textarea{resize: vertical !important;}

/* SPECIFIC */


	.strat-card, .cs-card.strat-card {min-height: 340px !important;}
.strat-card icon{font-size: 36px; display: block; margin-bottom: 36px;}


.icon-list ul, .plain-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon-list ul li{
	position: relative;
	padding-left: 40px;
}
.icon-list ul li i{
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	text-align: center;
}

.post-password-form p:nth-of-type(2)  {
   display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.post-password-form p:nth-of-type(2) label {
   display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.post-password-form p input[name="post_password"] {
    line-height: 48px;
    border-radius: 10px;
    margin: 0;
    border: solid 1px #eee;
    box-sizing: border-box;
    padding: 0 15px;
}
.post-password-form p input[type=submit] {
    display: inline-block;
    background: #3a3a3c;
    border-color: #3a3a3c;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: auto;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: auto;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition-duration: 333ms;
    transition-property: color, background-color, border;
    transition-timing-function: ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    -webkit-appearance: none;
	box-sizing: border-box;
}
.post-password-form p label {
	font-weight: 700;
}


.widget_sandhills_custom_slider{
	position: relative;
	overflow: hidden;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1201px) {	

	.post-password-form{
		padding-left: 8.5vw !important;
		padding-right: 8.5vw !important;
		padding-top: max(100px, 5vw);
		padding-bottom: max(100px, 5vw);

	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.cs-wrapper{
		padding-left: 4.25vw !important;
		padding-right: 4.25vw !important;
	}	
	.post-password-form{
		padding-left: 4.25vw !important;
		padding-right: 4.25vw !important;
		padding-top: max(100px, 5vw);
		padding-bottom: max(100px, 5vw);
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {		

	.heading-xl{
		font-family: "cormorant", sans-serif;
		font-weight: 700;
		font-size: min(60px, 12vw);
		line-height: 0.93;
		letter-spacing: normal;
	}
	.heading-lg{
		font-family: "cormorant", sans-serif;
		font-weight: 700;
		font-size: min(40px, 8vw);
		line-height: 1;
		letter-spacing: normal;
	}
	.heading-md{
		font-family: "cormorant", sans-serif;
		font-weight: 700;
		font-size: min(30px, 6vw); 
		line-height: 1.1;
		letter-spacing: normal;
	}
	.heading-sm-alt{
		font-family: "cormorant", sans-serif;
		font-weight: 700;
		font-size: 19px;
		line-height: 1.1;
		letter-spacing: normal;
	}
	.heading-sm{
		font-family: "aktiv-grotesk", sans-serif;
		font-weight: 500;
		font-size: 19px;
		line-height: 1.1;
		letter-spacing: normal;
	}
	.heading-xs{
		font-family: "aktiv-grotesk", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.33;
		letter-spacing: normal;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.cs-form-panel .contactForm{
		padding: 40px 25px 50px 25px !important;
	}
	
	.mobile-darken {position: relative;}
	.mobile-darken:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: linear-gradient(45deg, #101011, transparent);
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

