/*
Theme Name: www.utah-rvs.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;
}

/*--------------------------------------------------------------
## 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 */

.cs-footer a{
	transition: ease all 0.2s;
}
.cs-footer a:hover{
	color: #555 !important;
}
.cursive{
	font-family: "mistral-mn", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: normal !important;
}

.cs-margin{
	margin: 0 20px;
}

.paragraph, .shwidget p{
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #2f2f2f;
}
.white .paragraph, .shwidget .white p{
	color: #fff;
}

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: aktiv-grotesk, sans-serif;
	display: block;
}
.heading-xl{
	font-weight: 700;
	font-size: min(60px, 8vw);
	line-height: 1;
	letter-spacing: -0.025em;
}
.heading-lg{
	font-weight: 700;
	font-size: min(36px, 6vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 700;
	font-size: min(30px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: normal;
}
.white{
	color: #fff;
}
.blue{
	color: #1d5191;
}
.orange{
	color: #e33208;
}
.yellow{
	color: #edef12;
}
/* BUTTONS */


/* DEFAULT - YELLOW */

.btn-default{	
	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 90px;
	background: #edef12;
	color: #000;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-default:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #000;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-default:hover:before{
	transform: scaleX(1);
}
.btn-default:hover{
	background: transparent;
	color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}

/* BLUE */

.btn-blue{

	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 90px;
	background: #1d5191;
	color: #fff;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-blue:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #edef12;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-blue:hover:before{
	transform: scaleX(1);
}
.btn-blue:hover{
	background: transparent;
	color: #000;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}

/* WHITE */

.btn-white{

	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 90px;
	background: #000;
	color: #fff;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-white:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #edef12;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-white:hover:before{
	transform: scaleX(1);
}
.btn-white:hover{
	background: transparent;
	color: #000;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.white .btn-white, .cs-preheader .btn-white{

	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 90px;
	background: #fff;
	color: #000;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

/* OUTLINE */
.btn-outline{
	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 18px;
	
	padding: 0 30px;
	border-radius: 90px;
	color: #000;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	
	background: transparent !important;
	border-color: #777;
}
.btn-outline:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
	
	background: #000;
}
.btn-outline:hover:before{
	transform: scaleX(1);
}
.btn-outline:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	background: #000;
	border: solid 1px #000;
	color: #fff;
}


.white .btn-outline{
	color: #fff;
	border-color: #777;
}
.white .btn-outline:before{
	
	background: #fff;
}
.white .btn-outline:hover{
	color: #000;
}


.social-btns{
	display: flex; flex-wrap: wrap;
}
.social-btns a{
	padding: 10px;
	color: #474f59;
	font-size: 18px;
}

/* MAPS */

	#widget-map{
		overflow: hidden;
		display: flex;
		width: 100%;
		border-radius: 4px;
		height: 100%;
		min-height: 200px;
	}
	#widget-map iframe{
		height: calc(100% + 60px);
		margin-top: -60px;
		width: 100%;
		display: flex;
		border: none !important;
	}


/* FORMS */

label[for^="hl-"]{
	display: none !important;
}

.cs-form-panel{
	padding: 20px !important;
	border: solid 1px #ccc;
	background: #f8f8f8;
	border-radius: 8px;
	margin-bottom: 50px;
}

.contactForm{
	font-family: aktiv-grotesk, sans-serif;
	
}
.contactForm .btn-default{
	border: none !important;
}
.contactForm .btn-default:hover{
	color: #000 !important;
}

.form-group {
    display: flex;
    gap: 20px;
}
.form-group label {
	flex-grow: 1;
	min-width: 100px;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1439px) {		

	.heading-xl{
		font-size: min(48px, 8vw);
	}
}
@media only screen and (min-width : 1201px) {		

	/* LG */

	.btn-lg{
		font-size: 24px; padding-top: 10px; padding-bottom: 10px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		max-width: 300px;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 1079px) {
	.sidebarColumn[class*="col-md"]{
		width: 100% !important;
	}
	.cs-form-panel{
		border-radius: 0;
	margin-bottom: 0;
		border-right: none;
		border-left: none;
	}
	.form-group {
		flex-wrap: wrap;
		gap: 5px;
	}
	.form-group label {
		width: 100%;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {

}

