/*
Theme Name: www.clmequipment.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%;
    line-height: normal;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.row > * {
  padding-right: 0;
  padding-left: 0;
}
.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;
}



/*===================== 
	base styles 
=======================*/


body {
	font-family: 'Roboto Condensed', sans-serif; 
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/
h1 {
    color: #00264b;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin:0;
}
h2 {
    color: #00264b;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    margin:0;
}
h4 {
    color: #00264b;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin:0;
}
p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #00264b;
}

p a {
    color:inherit;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}

.page-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #00264b;
}

.butn-1 {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
}
.butn-1:hover {
	background:#fff;
	color:#000;
}
.butn-2 {
    width: 100%;
    font-size: 22px;
    background: linear-gradient(to right, #8C8C8C,#CCCCCC,#9E9E9E, #BBBBBB ,#8E8E8E,#C0C0C0,#6C6C6C);
    color: #00264b;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 2px 2px 5px #000; 
}
.butn-2:hover {
    background: #00264b;
    color: #fff;
    font-weight: 700;
}
 
.btn-blue {
    width: 350px;
    padding: 10px 0;
    background: #00264b;
    color: #fff !important;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important; 
    border:0px !important;
    outline:none;
}
.btn-blue:hover {
    background: linear-gradient(to right, #8C8C8C,#CCCCCC,#9E9E9E, #BBBBBB ,#8E8E8E,#C0C0C0,#6C6C6C);
    color: #00264b!important;
}

.video-cont-1 {
    width:70%;
    margin:0 auto;
}


/*===================== 
	header styles 
=======================*/

#header {
    background:url(/wp-content/uploads/2022/05/organic-tiles.png);
    box-shadow: 0 0 10px #000;
}

.head-info-mobile {
    display:none;
    width:100%;
    background:#00264b;
}
.head-info-mobile ul {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding:0;
    margin:0;
}
.head-info-mobile ul li {
    list-style: none;
    padding:10px 0;
    margin:0;
    text-align: center;
}
.head-info-mobile ul li a {
    font-size: 15px;
    color:#fff;
    font-weight: 400;
}
.head-info-mobile ul li a span {
     font-weight: 700;   
}
.head-info-mobile ul li a:hover {
    color:#C8C8C8;
}
.header-1 {
    width: 100%;
    max-width: 90%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding:0;
}

.head-logo-1 img {
	max-width: 100%;
    width:100%;
	height: auto;
	display: block;
}
.head-cont-1 {
    width:75%;
    padding:20px 0;
}
.head-info ul {
    margin:0;
    padding:15px 0;
    width:100%;
    display: flex;
    justify-content: space-around;
    
}
.head-info ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-info ul li a {
    font-size: 20px;
    color:#00264b;
}
.head-info ul li a span {
     font-weight: 700;   
}
.head-info ul li a:hover {
    opacity: 0.9;
}

/*===================== 
	content styles 
=======================*/

.sub-cat-btns {
    width:100%;
    background:url(/wp-content/uploads/2022/05/dirt.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid #00264b;
    border-bottom: 5px solid #00264b;
}
.sub-cat-btns-cont-1 {
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sub-cat-btns-cont-1 a {
    background: rgba(0,38,75,0.70);
    padding: 50px 0;
    color:#fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    border-right: 3px solid rgba(255,255,255,0.50);
    transition: all .5s ease;
    box-sizing: border-box;
}
.sub-cat-btns-cont-1 a:last-child {
    border-right: 0px solid rgba(255,255,255,0.50);
}
.sub-cat-btns-cont-1 a:hover {
    background: rgba(255,255,255,0.5);
    color:#00264b;
}

.about-container-1 {
   position: relative;
}
.about-container-1 .container-a {
    width: 85%;
    margin: 0 auto!important;
    max-width: 1300px;
    float:none;
    padding:100px 0;
}
.about-container-1 .column-a {
    width:75%;
}
.about-container-1 .container-a h1 {
    margin:0;
}

.about-container-1 img {
    width: 400px !important;
    position: absolute;
    right: 0;
      top: -60px;
    z-index: 100;    
}

.contactmap {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
.contactmap iframe {
    width:100%!important;
    height:100%!important;
}

/*===================== 
	Location Section 
=======================*/


.map{position:relative;z-index:1; width:100%;}

.map img {
width:100%;	
}
.marker:hover #dynamicContent {
	text-align: left;
	background: #fff;
	border: 2px #111111 solid;
	border-radius: 5px;
	padding: 15px 15px;
	line-height: 24px;
	position: relative!important;
	margin-top: -245px;
	width: 45%;
	display:inline!important;
}

#dynamicContent {
	display:block;
	margin-top:0px;
		-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
}




#dynamicContent {
	display:block;
	margin-top:0px;
		-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	background:url(/wp-content/uploads/2022/05/black-diamond-plate.jpg) no-repeat;
	background-size:cover;
	width:46%;
	float:left;
	padding:55px 2.5%;
	color:#fff;
	margin-left:33%;
	margin-top:-23%;
	position:relative;
	z-index:2;
	min-height:200px;
}

.blue {
width:100%;
float:left;
}

.blue h1 {
color:#fff;	
    margin:0;
}

.blue h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	margin-top:10px;
}

.blue p {
	color:#fff;
	margin-top:40px;
}

.locations p {
	margin-top:5px;
}

.locations h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	margin-top:20px;
	font-weight:bold;
	color:#FFF!important;
}

.locations a {
background:#D0D0D0;
padding:5px 37px;
font-family: 'Roboto Condensed', sans-serif;
margin-top:20px;
color:#00264b;
font-size:18px;	
float:left;
font-weight:bold;
border-radius:3px;
}

.locations a:hover {
background:#ADADAD;
	
}

.desktopmap {
width:100%;
float:left;	
}

.mobilemap {
display:none;	
}

/*===================== 
	Forms
=======================*/

.form-no-title h1 {
    display: none;
}

.form-dv-1 {
    background: #00264b;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 27px;
    margin-top: 15px;
    width: 100%; 
}
.form-dv-2 {
    background: #DFDFDF;
    color: #00264b;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}

/*===================== 
	Search Form 
=======================*/

.detailedSearch {
width:100%;
float:left;
padding:55px 0 10px;	
background:#fff;
background:url(/wp-content/uploads/2022/05/organic-tiles.png) repeat;
}

.detailedSearch h1 {
margin-bottom:20px;	
}

.detailedSearch form {
width:100%!important;
max-width:none!important;	
}



.detailedSearchtwo {
width:100%;
float:left;
padding:50px 0 40px;	
background:#fff;
background:#00264b;
box-shadow:0 -4px 10px #000;
}

.detailedSearchtwo h1 {
margin-bottom:20px;	
color:#fff!important;
font-size:35px;
}

.detailedSearchtwo form {
width:100%!important;
max-width:none!important;	
}



.cd-tabs{position:relative;width:100%}
.cd-tabs:after{content:"";display:table;clear:both}
.cd-tabs::after{position:absolute;top:0;right:0;z-index:1;pointer-events:none;background:-webkit-linear-gradient(right,#f8f7ee,rgba(248,247,238,0));background:linear-gradient(to left,#f8f7ee,rgba(248,247,238,0));visibility:visible;opacity:1;-webkit-transition:opacity .3s 0s,visibility 0 0;-moz-transition:opacity .3s 0s,visibility 0 0;transition:opacity .3s 0s,visibility 0 0}
.no-cssgradients .cd-tabs::after{display:none}
.cd-tabs.is-ended::after{visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0 .3s;-moz-transition:opacity .3s 0s,visibility 0 .3s;transition:opacity .3s 0s,visibility 0 .3s}
.cd-tabs-navigation{width:100%;margin:0;padding:0;}
.cd-tabs-navigation:after{content:"";display:table;clear:both}
.cd-tabs-navigation li{float:left;list-style-type:none!important}
.cd-tabs-navigation a{position:relative;display:block;text-align:center;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700;color:#00264b;padding:10px!important;text-decoration:none;background-color:none; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase;}
.no-touch .cd-tabs-navigation a:hover{color:#fff;background-color:#ACACAC;}
.cd-tabs-navigation a.selected{background-color:#00264b!important;color:#fff}
.cd-tabs-navigation a::before{position:absolute;top:12px;left:50%;margin-left:-10px;display:inline-block;height:20px;width:20px;background-image:url(../img/vicons.svg);background-repeat:no-repeat}
.cd-tabs-navigation a[data-content='equipment']::before{background-position:0 0}
.cd-tabs-navigation a[data-content='parts']::before{background-position:-20px 0}
.cd-tabs-navigation a[data-content='equipment'].selected::before{background-position:0 -20px}
.cd-tabs-navigation a[data-content='parts'].selected::before{background-position:-20px -20px}
.cd-tabs-content{background:none;border-top:3px solid #00264b; display:inline-block;width:100%;padding:20px;height:auto!important;box-sizing:border-box}
.cd-tabs-content li{display:none}
.cd-tabs-content li.selected{display:block;-webkit-animation:cd-fade-in .5s;-moz-animation:cd-fade-in .5s;animation:cd-fade-in .5s}
.cd-tabs-content li p{font-size:14px;font-size:.875rem;line-height:1.6;color:#8493bf;margin-bottom:2em}
@-webkit-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}

/******************equipment Search******************/

.column3 {width:32%;  margin:1% 0; box-sizing: border-box; color:#00264b; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold; font-size:20px;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background-size:cover;
	font-family: 'Roboto Condensed', sans-serif;
	font-stretch:extra-condensed;
	font-weight:500;
}
.detailed-search input {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    background-color: #fff;
	color:#00264b;
	box-sizing: border-box;
	border:2px solid #00264b;
	font-family: 'Roboto Condensed', sans-serif;
}
.detailed-search select {
    width: 100%;
    padding:13px;
    font-size: 14px;
    background-color: #fff;
	color:#00264b;
	box-sizing: border-box;
	border:2px solid #00264b;
	font-family: 'Roboto Condensed', sans-serif;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight:bold;
    width: 100%;
  	background: linear-gradient(to right, #8C8C8C,#CCCCCC,#9E9E9E, #BBBBBB ,#8E8E8E,#C0C0C0,#6C6C6C); 
    color: #00264b;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:10px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	box-shadow:1px 2px 5px #000;
}

.detailed-search input[type="submit"]:hover {
	background: #00264b!important;
	color:#fff!important;
}

.detailedSearchtwo .detailed-search input[type="submit"]:hover {
	background: linear-gradient(to right, #7C7C7C , #C1C1C1 , #909090 , #B1B1B1 , #808080 , #ADADAD , #606060 )!important;
	color:#00264b!important;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:34px;
}


/*===================== 
	CTP Section 
=======================*/

.post-container-equipment-catigories {
    display: flex;
    flex-wrap: wrap;
}

.border-equipment-catigories {
  border: 0px solid #f2f2f4!important;
  border-bottom: 0px solid rgba(0,0,0,0.09)!important;
  box-shadow: 0 0px 0px rgba(0,0,0,0.05)!important;
    background-color:transparent!important;
}
.equip-img-1 img {
    width:100%;
    height: auto;
    display: block;
    border: 3px solid #00264b;
    box-shadow: 0 0 6px #000;   
}

.equip-btn-1 {
    background:#00264b;
	color:#fff;
	display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:10px;
	
}
.equip-btn-1:hover {
    background: linear-gradient(to right, #8C8C8C,#CCCCCC,#9E9E9E, #BBBBBB ,#8E8E8E,#C0C0C0,#6C6C6C);
    color: #00264b;
}

.lg-btn-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.lg-btn-cont a {
    width:48%;
    margin:20px 0;
}

/*===================== 
	Inventory styles 
=======================*/

div[id^="button-"] button[class^="reset-"] {
background: transparent;
}


/* FACETED */



#inv .faceted-search-content .faceted-section-box .faceted-option-checkbox-container label .option-name{
    padding-left: 4px !important;
    margin-top: 0;
}

.media-buttons a.print-this{
	margin-top: 10px !important;
    display: inline-block !important;
    line-height: 16px !important;
}

.compare-chkbox-container .compare-listings .compare-label{
	margin-bottom: 0 !important;
	padding-left: 4px !important;
}

.compare-chkbox-container .compare-listings .fa-check {
    top: 5px !important;
    left: 2px !important;
}


#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Roboto Condensed', sans-serif!important;} /* Reset font, ignore icons */

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button {background:#00264b !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a {background: #00264b !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price {color: #00264b !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #00264b !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #00264b !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #00264b!important; color: #00264b!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #00264b!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;box-sizing: border-box;}



/*===================== 
	layout styles 
=======================*/

.main-bg-1 {
    border-top: 3px solid #00264b;
    padding: 50px 0; 
    background:url(/wp-content/uploads/2022/05/diamond-plate.jpg) center;
}
.white-cont-1 {
    padding: 50px 0;
    background: #f4f4f4;
    border-top: 3px solid #00264b;
    border-bottom: 3px solid #00264b;
    box-shadow: 0 4px 10px #000;
}


.container-1 {
	width: 85%;
    margin: 0 auto;
    max-width: 1300px;
	}
.container-doc .sidebarColumn {
	width: 85%;
    margin: 0 auto;
    max-width: 1300px;
    float:none;
	}
.container-doc .full-width {
	width: 100%;
    margin: -50px auto 0 auto;
    max-width: 100%;
    float:none;
	}
.container-all .row {
	width: 85%;
    margin: 0 auto!important;
    max-width: 1300px;
    float:none;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 25%; box-sizing:border-box;}
.column-1-3 { width: 33.33%; box-sizing:border-box;}
.column-1-2 { width: 50%; box-sizing:border-box;}
.column-2-3 { width: 66.66%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

#foot {
    width:100%;
    background:url(/wp-content/uploads/2022/05/diamond-plate.jpg) no-repeat center;
    background-size: cover;
}

.foot-scroll {
    width: 100%;
    background: #00264b;
    padding: 15px 0;
    box-shadow: 0px 5px 10px #000;
    position: relative;
    z-index: 0;
}
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 90px;
}

.foot-cont-1 {
    border-top: 3px solid #00264b;
    border-bottom: 3px solid #00264b;
    margin: 50px 0; 
    background:url(/wp-content/uploads/2022/05/organic-tiles.png) repeat;
    padding:10px 0;
}
.foot-cont-1 h2 {
    margin:0 0 15px 0;
    color:#00264b;
}
.foot-cont-1 h3 {
    margin:0;
    font-weight: bold;
    font-size: 20px;
    color:#00264b;
}
.foot-cont-1 ul {
    margin:0;
    padding:0;
}
.foot-cont-1 ul li {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
}
.foot-cont-1 ul li:before {
    content:"\f0a9";
    color: #00264b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;    
}
.foot-cont-1 ul .foot-social a {
    font-size: 25px;   
}

.foot-cont-1 ul .foot-social:before {
    content:"";
}

.foot-cont-1 ul li a {
    color: #00264b;
    text-transform: uppercase;
    font-size: 18px; 
}
.foot-cont-1 ul li a:hover {
    color: #000;
}

.foot-nav-cont-1 {
   width: 34%; 
    padding:10px 0;
}
.foot-nav-cont-2 {
   width: 43%; 
    padding:10px 0;
}
.foot-logo-1 {
    width:17%;
    margin:3% 0 0 0;
}
.foot-logo-1 img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
}
.brand-cont-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand-cont-foot img {
    width:20%;
    max-width: 100%;
    height: auto;
    display: block;
}
.bottom-foot {
    width: 100%;
    background: #00264b;
    padding: 10px 0;
    box-shadow: 0px -5px 10px #000;
    position: relative;
    z-index: 0;
}
.bottom-foot p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media screen and (max-width: 1660px) {
    #dynamicContent {
        padding:20px 2%;
        margin-top:-26%;
    }
}



@media only screen and (max-width: 1300px) {
    .head-info ul li a {
      font-size: 16px;
    }
    .about-container-1 .container-a {
      padding: 75px 0;
    }
    .about-container-1 img {
      width: 29vw !important;
        top: -4vw;
      
    }
}


@media only screen and (max-width : 1200px) {		
    .sub-cat-btns-cont-1 a {
         font-size: 32px;   
    }
}

@media only screen and (max-width: 1100px) {
    .head-info {
        display: none;
    }   
    .head-info-mobile {
        display:block;
    }
    .head-cont-1 {
      width: auto;
    }
    .about-container-1 .container-a {
      padding: 30px 0;
    }
}
@media only screen and (max-width: 1100px) {
    .foot-nav-cont-1 {
       width: 40%; 
    }
    .foot-nav-cont-2 {
       width: 60%; 
    }
    .foot-logo-1 {
        width:25%;
        margin:0 auto;
    }
    
}
@media only screen and (max-width: 1000px) {
#dynamicContent {
    padding:20px 2%;
    margin-top:-5%;
    width:100%;
    margin-left:0;
    box-sizing:border-box;
    text-align:center;
    }

    .locations a {
    padding:5px 0;
    width:50%;
    margin:10px 25%;	
    }
    .desktopmap {
    display:none;	
    }

    .mobilemap {
    width:100%;
    float:left;
    display:block;	
    }
    .lg-btn-cont a {
        font-size: 18px;
    }
}

/* 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 : 900px) {
    .sub-cat-btns-cont-1 .column-1-3 {
        width:100%;
    }
    .sub-cat-btns-cont-1 a {
        padding:30px 0;
        border-right: 0px solid rgba(255,255,255,0.50);
        border-bottom: 3px solid rgba(255,255,255,0.50);
    }
    .sub-cat-btns-cont-1 a:last-child {
        border-bottom: 0px solid rgba(255,255,255,0.50);
    }
}

@media only screen and (max-width : 890px) {
    .column3 {
      width: 48%;
    }
}


@media only screen and (max-width : 768px) {
	
}

@media only screen and (max-width : 700px) {
    .lg-btn-cont a {
      width:100%;
    }
}

@media only screen and (max-width : 660px) {
    .foot-nav-cont-1 {
       width: 100%; 
    }
    .foot-nav-cont-2 {
       width: 100%; 
    }
    .foot-logo-1 {
        width:auto;
        margin:20px auto;
    }
    .column-1-2 {
        width:100%;
    }
    .brand-cont-foot img {
        width:33.33%;
    }
}

@media only screen and (max-width : 660px) {
    .column3 {
          width: 100%;
            margin: 1% 0;
    }
    .about-container-1 .column-a {
      width: 100%;
    }
    .about-container-1 img {
      display: none!important;
    }
	.btn-blue{width:240px;}
	.sidebarColumn .widget_sandhills_editable_area_background div[id="24-1"]{padding:0!important;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

