/*
Theme Name: www.cableplowrental.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;
}


/*===================== 
	base styles 
=======================*/


body {
	font-family: "Oswald", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-white {
    font-family: "Oswald", sans-serif;
	background:#fff;
	color:#133c88;
	display: inline-block;
	padding:15px 30px;
    font-size: 25px;
    font-weight: 500;
	text-align:center;
	margin:10px 0;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
    transition: .2s ease-in;
    outline:none;
    border:0px!important;
    border-radius: 0px;
    text-transform: uppercase;
}
.butn-white:hover {
    color:#000;
	background:#efefef;
    box-shadow: 0 0 13px 2px rgba(0,0,0,0.4);
}
.butn-blue {
    font-family: "Oswald", sans-serif;
	background:#133c88;
	color:#fff;
	display: inline-block;
	padding:15px 30px;
    font-size: 25px;
    font-weight: 500;
	text-align:center;
	margin:10px 0;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    transition: .2s ease-in;
    outline:none;
    border:0px!important;
    border-radius: 0px;
    text-transform: uppercase;
}
.butn-blue:hover {
	background:#000;
}
.text-link {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size:18px;
    color:#133c88;
    transition: .2s ease-in;
}
.text-link:hover {
    color:#000;
}


/*===================== 
	header styles 
=======================*/

.head-cont-1 {
    width:100%;
    display: flex;
    align-items: flex-end;
    padding:0;
}
.head-logo {
    padding:20px 20px 5px 5%;
    width:25%;
    box-sizing: border-box;
}
.head-logo-cont-1 {
    display: flex; 
    gap:0 30px;
    align-items: center;
}
.head-logo-cont-1 p {
    font-size: 13px;
    font-family: "Oswald", sans-serif;
}
.head-main-1 {
    width:75%;
}
.top-head-1 {
    width:100%;
    padding:5px 5% 8px 20px;
}
.top-head-1 ul {
    width:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:0px;
    margin:0;
}
.top-head-1 ul li {
    list-style: none;
    padding:0;
    margin:0;
    font-size:18px;
    font-weight:500;
    font-family: "Oswald", sans-serif;
    color:#133c88;
}
.top-head-1 ul li a {
    color:#133c88;
    transition: .2s ease-in;
}
.top-head-1 ul li a:hover {
    color:#000;
}
.head-nav {
    width: 100%;
    position: relative;
    padding:25px 5% 25px 225px;
}
.head-nav:after {
    z-index: 1;
    position: absolute;
    left:0;
    top:0;
    content:"";
    display: block;
    width: 100%;
    height:100%;
    background:#133c88;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,200px 100%);
}


/*===================== 
	content styles 
=======================*/

.hero-background {
    width:100%;
    height: 60vw;
    min-height: 500px;
    max-height: calc(100vh - 200px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.hero-text {
    width: 95%;
    max-width: 1100px;
    padding: 40px 180px 40px 5%;
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    background:#133c88;
    margin-bottom:2%;
    box-sizing: border-box;
}
.hero-text h1 {
    color:#fff;
    font-weight: 700;
    font-size: 45px;
}
.hero-text h1 span {
    font-weight: 400;
    font-size: 32px;
}
.hero-btns {
    max-width: 1300px;
    width:100%;
    margin:0 auto;
    padding:0px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.hero-btns button {
    display: block;
    max-width: 500px;
    width: 100%;
}
.home-about-info {
    width:100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.home-info-cont {
    width:45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding:20px 50px 20px 8%;
}
.home-img {
    width:55%;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,20% 100%);
}
.home-img img {
    width:100%;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.page-title {
    position: relative;
    font-size:40px;
    display: inline-block;
    padding-bottom:20px;
    margin-bottom:40px;
}
.page-title:after {
    content:"";
    border-bottom:10px solid #133c88;
    width:70%;
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    
}
.home-serv-cont {
   width:100%;
    padding:20px 5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px;
}
.home-serv-btn {
    width:45%;
    max-width: 750px;
    height: 340px;
    position: relative;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.home-serv-btn img {
    width:100%;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home-serv-btn p {
    position: absolute;
    right:0;
    bottom:0;
    padding:20px;
    box-sizing: border-box;
    z-index: 1;
    background:rgba(255,255,255,1.0);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width:280px;
    height: 250px;
    font-size:35px;
    text-transform: uppercase;
    font-weight: 500;
    color:#133c88;
    transition: .2s ease-in;
    clip-path: polygon(50% 50%,100% 0%,100% 100%,0% 100%);
}
.home-serv-btn:hover p {
    background:rgba(255,255,255,0.7);
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
}
.contactForm {
    padding:20px!important;
    box-sizing: border-box;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/
.inv-cont{
    padding:40px 20px;
} 
.scrollToTop a {
    color:#fff!important;
}
/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#133c88 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#133c88!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #133c88!important;
    border: 1px solid #133c88!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #133c88!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #133c88!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #133c88!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #133c88 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#133c88 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#133c88 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#133c88 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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 .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#133c88!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#133c88!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#133c88!important;
}
.detail-content-mobile .share-listing {
	color:#133c88!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#133c88!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#133c88!important;
}
.cs-btns .button {background:#133c88 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-1 {
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	}
.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;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

.footerbg {
    width:100%;
    background:#d8d8d8;
}

.footer-1 {
    width:100%;
    padding:50px 8%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    justify-content: space-between;
    align-items: center;
}
.foot-nav-1 {
    width: 100%;
    max-width: 600px;
}
.foot-nav-1 ul {
    padding:0;
    margin:0;
}
.foot-nav-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: "Oswald", sans-serif;
    font-size:20px;
    font-weight:400;
    color:#133c88;
    line-height: 2;
    white-space: nowrap;
}
.foot-nav-1 ul li a {
    color:#133c88;
    transition: .2s ease-in;
}
.foot-nav-1 ul li a:hover {
    color:#000;
}
.foot-logo-1 {
    width: 100%;
    max-width: 400px;
}
.foot-logo-cont-1 {
    display: flex; 
    justify-content: space-between;
    gap:40px 20px;
}
.foot-logo-cont-1 p {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color:#133c88;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */


@media only screen and (max-width : 1550px) {		
    .head-nav {
        padding: 25px 20px 25px 170px;
    }
}

@media only screen and (max-width : 1200px) {		
    .top-head-1 ul li {
        font-size:16px;
    }

    .home-info-cont {
        width:60%;
        padding:20px 50px 20px 20px;
    }
    .home-img {
        width:40%;
    }
}

@media only screen and (max-width : 1050px) {	
    .hero-text h1 {
        font-size: 5vw;
    }
    .hero-text h1 span {
        font-size: 3.7vw;
    }
    .hero-btns button {
        font-size: 3vw;
    }
    .page-title {
        font-size: 30px;
    }
}
@media only screen and (max-width : 1000px) {	
    .top-head-1 {
        display: none;
    }
    .head-cont-1 {
        align-items: center;
        background:#dadbdc;
    }
    .head-main-1 {
         width: auto;
        height: 100%;
    }
    .head-nav:after {
        display: none;   
    }
    .head-nav {
        padding: 10px 20px 10px 5px;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        background:#dadbdc;
        position: static;
    }
    .head-logo-cont-1 p {
        color:#fff;
    }
    .head-logo {
        clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 100%, 0% 100%);
        width:100%;
        padding:20px 40px 20px 20px;
        background:#133c88;
    }
    .hero-text {
        padding: 20px 0px 20px 20px;
    }
    .home-serv-cont {
        padding:0px 20px;
    }
    
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.foot-nav-1 {
        display: none;
    }
    .foot-logo-1 {
        margin:0 auto;
    }
    .foot-logo-cont-1 {
        flex-direction: column;
        align-items: center;
    }
    .foot-logo-cont-1 > div:first-of-type {
        order:2;
    }
    .foot-logo-cont-1 > div:last-of-type {
        order:1;
    }
    .home-info-cont {
        width:100%;
        padding:20px;
    }
    .home-img {
        display: none;
    }
    .home-serv-btn {
        width:100%;
        max-width: 100%;
        height: 250px;
    }
    .home-serv-btn p {
        width:60%;
        max-width: 200px;
        height: 85%;
        font-size:25px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hero-btns button {
        padding:10px;
        font-size: 18px;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .home-serv-btn {
        height: 160px;
    }
    .home-serv-btn p {
        width:60%;
        max-width: 200px;
        height: 85%;
        font-size:18px;
    }
    .page-title {
        font-size: 24px;
    }
}

