/*
Theme Name: www.industrialdieselmfg.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%;
    font-family: "Barlow", Sans-serif;
}
.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;
}

/* HEADER */

.idms-container{
	
	max-width: 1240px;
	padding: 0 10px;
	margin: 0 auto;
}


/* BODY */
.te-wrapper{
	
    padding: 0 calc(7% + 30px) 60px !important;
}
.bg-black{
	background: #000;
	color: #fff;
	font-family: "Barlow", sans-serif;
}
.pad-top{
	padding-top: 30px !important;
}
.pad-bottom{
	padding-bottom: 30px !important;
}
.icons-list ul{
	padding-left: 0 !important;
	list-style: none !important;
}
.icons-list li{
	position: relative;
	padding-left: 40px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	text-align: center;
}


.center-text{
	text-align: center !important;
	display: block;
}

.heading-underline.center-text:after{
	margin: 20px auto;
}


.heading-underline, .heading{
	
    line-height: 1.3em;
        font-size: 24px;
    font-family: "Barlow", Sans-serif;
    font-weight: 600;
	text-transform: uppercase;
}
.heading-underline:after{
	content: '';
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	
    width: 8%;
	height: 4px;
	background: #227b49;
}

.white{color: #fff;}

.clean-list ul{
	list-style: none;
	padding-left: 24px;
}
.clean-list ul li{
	position: relative;
	margin-bottom: 5px;
	padding: 10px 0 !important;
	border-bottom: solid 1px #eee;
	padding-left: 0;
	transition: ease all 0.2s;
	
}
.white .clean-list ul li{
	border-bottom: solid 1px #585858;
	
}
.clean-list ul li:hover{
	transform: translateX(10px);
	
}
.clean-list ul li:before{
	position: absolute;
	left: -24px;
	content: '+';
	color: #227b49;
	transition: ease all 0.25s;
	
}
.clean-list ul li:hover:before{
	transform: translateX(-10px);
	color: #227b49;
	
}

.btn-default{
	padding: 10px;
	border-radius: 5px;
	background: #0170b9;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
    font-family: "Barlow", Sans-serif;
	display: inline-block;
	width: 240px;
}

.btn-default:hover{
	background: #000;
	color: #fff;
}

/* CUSTOM ACCORDIONS FOR BLOGS */

.cs-accordion-toggle {
    font-size: 18px !important;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
    position: relative;
}
.cs-accordion-toggle:after {
    content: "\f067";
	float: right;
	color: #555;
	font-size: 18px;
    font-family: "Font Awesome 5 Free";
	font-weight: 400;
	
}
.cs-accordion-toggle.open:after {
    content: "\f068";
	font-weight: 900;
}


/* INVENTORY STYLES */
.view-listing-details-link, .selected-facet, .faceted-search {background-color: rgb(1, 112, 185) !important;}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

