@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@400;700&display=swap');

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0; list-style: none;} img{max-width: 100%; image-rendering: -webkit-optimize-contrast;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *, *:before, *:after{box-sizing: border-box;}

html, body{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.5; -webkit-text-size-adjust: none}
::-moz-selection{background: #FF3600; color: #fff; text-shadow: none} ::selection{background: #FF3600; color: #fff; text-shadow: none}

.site .container{width: 100%; max-width: 1400px !important; padding-left: 20px !important; padding-right: 20px !important;}
.flex-row{display: flex; flex-wrap: wrap;}
.main{min-height: 50vh; padding: 50px 0;}

.sidebarColumn{min-height: inherit !important;}
.entry-content{min-width: auto !important;}
.hidden{display: none !important;}

body{max-width:none;}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6{font-family: "Roboto Condensed", sans-serif; font-weight: 700;}
h1{font-size: 36px;} h2{font-size: 24px;} h3{font-size: 18px;} h4{font-size: 16px;}
p{font-size: 16px; line-height: 24px;}
a{text-decoration: none; color: inherit; transition: all .2s ease-in-out; cursor: pointer;} a:hover{color: inherit;}

h1.multi-heading{font-size: 36px;}
h2.multi-heading{font-size: 36px;}
h3.multi-heading{font-size: 24px;}

.multi-heading{margin-bottom: 10px; text-transform: uppercase;}
.multi-heading span{color: #FF3600;}

.theme-color{color: #FF3600;}

a.button, a.btn{display: inline-block; background: #FF3600; padding: 12px 35px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff;} a.btn{display: inline-block;}
a.button:hover, a.btn:hover{background: #992100; color: #fff;}

/* HEADER */

.header-container{position: relative; top: 0; left: 0; width: 100%; z-index: 1001;}
.header-container .logo{position: absolute; top: 0; left: 20px; background: #FF3600; padding: 50px 40px 50px 15px; font-family: "Roboto Condensed", sans-serif; font-weight: 700; z-index: 999;}
.header-container .logo a, .header-container .logo a:hover{color: #fff;}
.header-container .logo img{width: 135px;} .header-container .logo span{display: block; text-indent: 45px; padding-top: 8px;}

.top-header{display: flex; position: relative; background: #000; color: #fff; z-index: 99;}

.header{display: flex; position: relative; background: rgba(0, 0, 0, 0.85); color: #fff;}
.header .navigation{margin-left: auto; position: relative; font-size: 0; z-index: 9;}

.navigation{position: relative; margin-left: auto; font-size: 0; text-align: right; z-index: 99999;}
.navigation span{margin-left: 10px;}
.navigation ul{display: flex;}
.navigation ul li{position: relative;}
.navigation ul li a{display: flex; align-items: center; justify-content: center; height: 100%; font-family: "Roboto Condensed", sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; color: #fff; padding: 10px 40px; border-right: 1px #333 solid;}
.navigation ul li:last-child a{border-right: none;}
.navigation ul li:hover > a{background: #fff; color: #333 !important;}
.navigation ul li:hover > ul{left: 0;}
.navigation ul ul{display: block; position: absolute; left: -9999px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.navigation ul ul li a{justify-content: flex-start; background: #fff; width: 250px; height: auto; font-size: 12px; text-transform: none; text-align: left; color: #333; padding: 12px 15px; border-right: none;}
.navigation ul ul li:hover > a{color: #333;}
.navigation ul li a.search-toggle{width: 150px;}
.navigation ul li a.search-toggle.active{background: #fff !important; color: #333 !important;}
.navigation ul li a.search-toggle.active .fa-search:before{content: "\f00d";}

.quick-search{display: none; position: absolute; width: 625px; right: 0; z-index: 99999; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.quick-search form{display: flex; align-items: center; position: relative;}
.quick-search form:before{display: flex; align-items: center; justify-content: center; font-family: FontAwesome; content: '\f002'; position: absolute; right: 0; background: #FF3600; height: 50px; width: 150px; color: #fff; pointer-events: none; z-index: 999;}
.quick-search input[type="text"]{display: block; padding: 15px 105px 15px 15px; width: 100%; height: 50px; font-size: 12px; line-height: 1; border: none; color: #555;}
.quick-search input[type="submit"]{position: absolute; right: 0; height: 50px; width: 150px; font-size: 0; opacity: 0;}

/* HOME */

.header-container.header-home{position: absolute;}
.header-container.header-home .top-header{background: rgba(255, 255, 255, 0.25); color: #333;}
.header-container.header-home .header{background: none; color: #333;}
.header-container.header-home .navigation ul li a{border-right: 1px #fff solid;}
.header-container.header-home .navigation ul li:last-child a{border-right: none;}

.hero{background: #000 url("../images/bg-hero.jpg") top center no-repeat; background-size: cover; width: 100%; padding-bottom: 50px;}
.hero .hero-text{max-width: 650px; padding: 400px 0 250px; color: #fff;}
.hero .hero-text h1{margin-bottom: 25px; font-size: 72px; text-transform: uppercase; line-height: 1; text-shadow: 0px 4px 3px rgba(0,0,0,0.1), 0px 8px 13px rgba(0,0,0,0.05), 0px 18px 23px rgba(0,0,0,0.05);}
.hero .hero-text a{padding: 18px 35px;}

.hero .hero-search{background: #fff; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.hero .hero-search form{display: flex; align-items: center; flex-wrap: wrap; height: 100%;}
.hero .hero-search .search-fields{display: flex; align-items: center; flex-wrap: wrap; width: calc(100% - 100px); padding: 50px;}
.hero .hero-search .search-fields input[type="text"], .hero .hero-search .search-fields select{display: block; flex: 1; height: 56px; margin: 2px; padding: 15px; border: 1px #ddd solid;}
.hero .hero-search .search-fields h3{flex: none; width: 100%;}
.hero .hero-search .search-fields .full{flex: none !important; width: calc(100% - 4px);}
.hero .hero-search .search-btn{display: flex; width: 100px; height: 100%; border-left: 1px #ddd solid;}
.hero .hero-search .search-btn button{display: block; width: 100%; background: none; text-align: center; color: #FF3600; border: none; outline: none; transition: all .2s ease-in-out;}
.hero .hero-search .search-btn button:hover{background: #f5f5f5;}

.search-container{display: flex; flex-wrap: wrap;}
.search-buttons{display: flex; flex-wrap: wrap; width: 400px; border-right: 1px #ddd solid;}
.search-buttons .search-button{display: flex; align-items: center; width: 100%; padding: 25px 35px; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; border-bottom: 1px #ddd solid; transition: all .2s ease-in-out; cursor: pointer;}
.search-buttons .search-button:last-child{border-bottom: none;}
.search-buttons .search-button:hover{background: #f5f5f5;}
.search-buttons .search-button img{display: block; margin-right: 20px;}
.search-buttons .search-button.active{background: #333; color: #fff;}
.search-content{display: none; width: calc(100% - 400px);}
.search-content.active{display: block;}

.categories{background: #f5f5f5; padding: 100px 0;}
.categories .slick-slider{margin-bottom: 0 !important;}
.categories .slick-dots{display: none !important;}
.categories .slick-arrow{display: flex; align-items: center; justify-content: center; background: none !important; top: inherit !important; bottom: -100px !important; height: auto; width: 50%; padding: 20px !important; border: 1px #ddd solid; border-radius: 0; opacity: 1 !important; transition: all .2s ease-in-out;}
.categories .slick-arrow:hover{border: 1px #aaa solid;}
.categories .slick-list{padding: 30px;}
.categories .slick-prev:before, .categories .slick-next:before{font-family: "Font Awesome 5 Free"; font-size: 24px; font-weight: 900; color: #FF3600; opacity: 1;}
.categories .slick-prev{left: 0 !important;}
.categories .slick-prev:before{content: "\f30a";}
.categories .slick-next{right: 0 !important;}
.categories .slick-next:before{content: "\f30b";}

.categories .product{display: block; position: relative; background: #fff; margin: 5px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.categories .product:hover{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);}
.categories .product .product-tag{position: absolute; top: 15px; left: 15px; background: #FF3600; padding: 5px 15px; font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fff; z-index: 99;}
.categories .product .product-image{padding: 75px 25px;}
.categories .product .product-image img{display: block; max-height: 150px; margin: auto;}
.categories .product .product-name{display: block; padding: 25px; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; border-top: 1px #ddd solid;}

.zoom-container{display: flex; flex-wrap: wrap; margin: 50px 0;}
.zoom-container .zoom{position: relative; background: #000; width: calc(33.3333% - 10px); margin: 5px; overflow: hidden;}
.zoom-container .zoom img{display: block; width: 100%;}
.zoom-container .zoom .zoom-tag{position: absolute; top: 15px; left: 15px; background: #FF3600; padding: 5px 15px; font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fff; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); z-index: 99;}
.zoom-container .zoom .zoom-caption{display: flex; align-items: flex-end; justify-content: flex-start; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 100%); background-repeat: no-repeat; background-size: 100% 100%; background-position: 0 30px; padding: 15px; font-family: "Roboto Condensed", sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1; color: #fff; transition: all .5s ease; z-index: 10;}
.zoom-container .zoom:hover .zoom-caption{background-position: 0 150px;}

.locations{display: flex; flex-wrap: wrap; margin: 50px 0; border: 1px #ddd solid;}
.locations .location-sidebar{width: 25%;}
.locations .location-sidebar ul li a{display: flex; align-items: center; font-family: "Roboto Condensed", sans-serif; padding: 15px 20px; border-bottom: 1px #ddd solid;}
.locations .location-sidebar ul li:last-child a{border-bottom: none;}
.locations .location-sidebar ul li a:hover{background: #eee;}
.locations .location-sidebar ul li a img{margin-right: 15px;}
.locations .location-sidebar ul li a.active{background: #f5f5f5;}
.locations .location-main{width: 75%;}
.locations .location-content{display: none;}
.locations .location-description{padding: 20px; border-bottom: 1px #ddd solid;}
.locations .location-map{width: 50%; padding: 20px; border-left: 1px #ddd solid; border-right: 1px #ddd solid;}
.locations .location-details{width: 50%; padding: 20px;}
.locations .location-details h2{margin-bottom: 35px; font-size: 32px; text-transform: uppercase;}
.locations .location-details h3{margin-bottom: 10px; font-size: 18px; text-transform: uppercase;}

.offer-container{display: flex; justify-content: flex-end; background: #000 url("../images/bg-offers.jpg") center center no-repeat; background-size: cover; width: 100%; padding: 100px 50px 0;}
.offer-container .offer-inner{position: relative; width: 100%; max-width: 550px; background: #f5f5f5; padding: 100px 50px 200px; color: #333;}
.offer-container .offer-inner h2{font-size: 36px; text-transform: uppercase;}
.offer-container .offer-inner p{margin: 20px 0 35px;}
.offer-container .offer-inner p span{opacity: .75;}
.offer-container .offer-inner .offer-tag{position: absolute; top: 50px; left: 50px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff;}

.home-container .offer-inner{background: #FF3600; padding: 150px 50px 300px; color: #fff;}
.home-container .offer-inner .button{background: #333;}
.home-container .offer-inner .button:hover{background: #fff; color: #FF3600;}

/* SUB-PAGES */

/*-- Rentals Page---------*/

.rentals ul li{list-style: disc;}
.rentals ul{margin-left:15px;}
.rentals a{font-weight:600;}
.rentals a:hover{color:#ff3600;}

.nav-tabs li{width:25%; border:solid 1px #ff3600; text-align:center; box-sizing:border-box; color:#000; font-size:18px; font-weight:600;}
.nav-tabs li a{color:#000; padding:20px;}
.nav-tabs li.active a, .nav-tabs li.active{background:#ff3600; color:#fff; }
.nav-tabs li a:hover, .nav-tabs li:hover{background:#ff3600; color:#fff;}

.rental-wrap{box-shadow:1px 1px 5px 1px rgba(0,0,0,.1); border-radius:40px; display:flex; flex-direction:row; margin:15px;}
.rental-wrap img{width:25%; padding:15px; border-right:solid 1px #EBEBEB;}
.rental-info{width:calc(75% - 300px); padding:20px; box-sizing:border-box;}
.rental-request{width:300px;}

.rental-info2{width:calc(100% - 300px); padding:20px; box-sizing:border-box;}
.rental-info2 .rental-bold{padding-left:40px;}
.rental-info2 .rental-row{padding-top:20px;}

.rental-bold{padding-top:30px; font-size:26px; text-align:left; font-weight:900; padding-bottom:15px;}
.rental-row{display:flex; flex-direction:row; justify-content: flex-start; padding-top:50px;}
.rental-row section{width:180px; border-right:solid 1px #ebebeb; height:80px;}
p.rental-large{font-size:20px; font-weight:600;}
p.rental-rate{font-size:22px; font-weight:600; color:#ff3600;}

.rental-request{display:flex; align-content:center; flex-wrap:wrap;}
.rental-request a{width:180px; border:none!important; text-align:center; transition:.3s ease; background:#ff3600; color:#fff; padding:15px 20px; text-transform:Uppercase; font-weight:600;}
.rental-request a:hover{background:#C74420;}







.title-container{padding: 100px 0 35px;}
.tsh_breadcrumbs{display: flex; color: #666;}
.tsh_breadcrumbs .separator{margin: 0 6px;}
.tsh_breadcrumbs .bread-current{font-weight: 600; color: #FF3600;}

/* CONTACT PAGE */

.contact-container{background: #000 url("../images/bg-contact.jpg") center center no-repeat;}

/* ABOUT PAGE */

.about-container{background: #000 url("../images/bg-about.jpg") center center no-repeat;}

.post-container-locations{display: flex; flex-wrap: wrap;}
.column-padding-locations{flex: 1; margin: 0 5px;}
.prevButton-container-locations, .nextButton-container-locations{display: none;}

.about-location{height: 100%; text-align: left; border: 1px #ddd solid;}
.about-location h3{padding: 20px; text-align: center;}
.about-location .about-inner{padding: 20px; border-top: 1px #ddd solid;}
.about-location .about-inner div{display: flex; margin-bottom: 10px;}
.about-location .about-inner div:before{width: 15px; height: 19px; margin-right: 20px;}
.about-location .about-inner .address-icon:before{content: url("../images/icon-location.png");}
.about-location .about-inner .phone-icon:before{content: url("../images/icon-phone.png");}
.about-location .button{margin-top: 25px;}

/*--.team-members{background: #f5f5f5;}
.team-members .container{display: flex; flex-wrap: wrap;}
.team-members .team-left{width: 66.6666%; padding: 50px 50px 50px 0; border-right: 1px #ddd solid;}
.team-members .team-right{width: 33.3333%; padding: 50px 0 50px 50px;}

.post-container-team-members{display: flex; flex-wrap: wrap;}
.column-padding-team-members{width: calc(33.3333% - 10px); margin: 5px;}
.prevButton-container-team-members, .nextButton-container-team-members{display: none;}

.team-member{background: #fff; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); text-align: left;}
.team-member .team-inner{padding: 20px; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; border-bottom: 1px #ddd solid;}
.team-member .team-inner img{display: block; margin-bottom: 20px; width: 100%;}
.team-member .team-inner strong{display: block; font-size: 18px;}
.team-member .team-contact{display: flex;}
.team-member .team-contact a{display: flex; align-items: center; justify-content: center; flex: 1; padding: 20px; border-right: 1px #ddd solid;}
.team-member .team-contact a:hover{background: #f5f5f5;}
.team-member .team-contact a:last-child{border-right: none;}
---*/
.team{width:95%;}
.team img{width:100%; height:320px; object-fit:cover;}
.team h2{font-size:18px; font-weight:600; text-align:center; padding:10px 0 5px 0;}
.team p{font-size:16px; font-weight:400; text-align:center; font-style:italic; padding-bottom:30px;}





/* BRANDS PAGE */

.brand-container{display: flex; flex-wrap: wrap;}
.brand-container .brand{width: calc(33.3333% - 10px); margin: 5px; text-align: center; transition: all .2s ease-in-out; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.brand-container .brand:hover{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);}
.brand-container .brand img{display: block; margin: auto;}
.brand-container .brand-name{padding: 20px; border-top: 1px #ddd solid;}

/* OFFERS PAGE */

.widget_sandhills_bobcat_offers h1{font-size: 24px; line-height: 24px; color: #FF3600; margin-bottom: 5px !important;}
.widget_sandhills_bobcat_offers p{font-size: 14px; line-height: 20px;}
.widget_sandhills_bobcat_offers img{margin: 15px 0;}
.widget_sandhills_bobcat_offers a.btn{float: none !important; margin: 20px 0 0 !important; width: 100%;}
.widget_sandhills_bobcat_offers .offer{float: left; width: calc(33.3333% - 20px); background: #f5f5f5; margin-bottom: 10px; margin-left: 10px !important; margin-right: 10px !important; padding: 20px; border: 1px #ddd solid; border-radius: 3px; clear: none;}
.widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: both;}

@media (min-width: 1200px){
    .widget_sandhills_bobcat_offers .container{width: 100%;}
}

/* VIDEOS */

.video-container{display: flex; flex-wrap: wrap;}
.video-thumbnail{width: calc(33.3333% - 10px); margin: 0 5px 15px; text-align: center;}
.video-thumbnail img{display: block; width: 100%;}
.video-thumbnail a{display: block; font-size: 14px; font-weight: 700; color: #666; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.video-thumbnail a:hover{color: #333; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);}
.video-title{padding: 15px;}

.modal-video{position: fixed; top: 0; left: 0; height: 100%; background-color: rgba(0,0,0,.5); z-index: 1000000; cursor: pointer; opacity: 1; animation-name: modal-video; transition: opacity .3s ease-out}
.modal-video-close{opacity: 0}
.modal-video-close .modal-video-movie-wrap{transform: translate(0,100px)}
.modal-video-body{max-width: 940px; width: 100%; height: 100%; margin: 0 auto; display: table}
.modal-video-inner{display: table-cell; vertical-align: middle; width: 100%; height: 100%}
.modal-video-movie-wrap{height: 0; position: relative; padding-bottom: 56.25%; background-color: #333; animation-name: modal-video-inner; transform: translate(0,0);  transition: transform .3s ease-out}
.modal-video-movie-wrap iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.modal-video-close-btn{position: absolute; padding: 0; margin: 0; z-index: 2; top: -40px; right: 0; display: inline-block; width: 25px; height: 40px; overflow: hidden; border: none; background: 0 0; cursor: pointer}
.modal-video-close-btn:after{font-family: FontAwesome; content: '\f00d'; font-size: 24px; color: #ccc;}
.modal-video-close-btn:hover:after{color: #fff;}
.modal-video, .modal-video-movie-wrap{animation-timing-function: ease-out; animation-duration: .3s; width: 100%}

@keyframes modal-video{
    from{opacity: 0} to{opacity: 1}
}
@keyframes modal-video-inner{
    from{transform: translate(0,100px)} to{transform: translate(0,0)}
}

/* FORM */

.contactForm{margin-top: 25px;}
.contactForm h1{display: none;}
.contactForm h3{display: block; background: #000; margin: 15px 0; padding: 15px; font-size: 20px; text-align: center; color: #fff;}
.contactForm .form-group{margin-bottom: 20px !important;}
.contactForm .checkbox, .contactForm .radio{margin-top: 0; margin-bottom: 0;}
.contactForm .checkbox label, .contactForm .radio label{margin: 10px 10px 0 18px; padding: 0;}
.contactForm .contactFormLabel{display: block; font-size: 16px; font-weight: 300;}
.contactForm .form-control{height: auto; margin-top: 5px; padding: 10px; border: 1px #ccc solid; border-top: none; border-left: none; border-right: none;}
.contactForm .form-control-feedback{margin-top: -2px; font-size: 8px;}
.contactForm .has-feedback .form-control-feedback{right: inherit !important; left: 0 !important;}
.contactForm .mar-top{margin-top: 0 !important;}
.contactForm .btn-success{background-color: #FF3600 !important; padding: 15px 60px 12px; border: none;}
.contactForm .btn-success:focus, .contactForm .btn-success:hover{background-color: #992100 !important;}

/* FOOTER */

.footer{background: #333; padding: 50px 0 25px; color: #fff;}
.footer h4{margin-bottom: 15px; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase;}
.footer .footer-links a{font-size: 14px; opacity: .5;}
.footer .footer-links a:hover{opacity: 1;}
.footer .quick-search{display: block; position: relative; right: 0; width: 100%; padding-right: 10px;}
.footer .quick-search input[type="text"]{background: #333; color: #fff;}
.footer .button-container a.button{display: block; margin: 0 2px;}

.bottom-footer{background: #000; padding: 15px 0; font-size: 12px; color: #777; border-top: 1px #555 solid;}

.modal{color: #000;}

/* RESPONSIVE */

@media screen and (max-width: 1024px){
    h1.multi-heading, h2.multi-heading{font-size: 28px;}

    .header-container .logo{position: relative; left: 0; padding: 0;}
    .top-header{background: #FF3600; align-items: center; padding: 20px;}
    .top-header .navigation span{display: none;}
    .top-header .navigation ul li:last-child a{border-right: none;}
    .top-header .navigation ul li.hide-mobile{display: none;}
    .top-header .navigation ul li a{padding: 25px; font-size: 20px; border-right: 1px #FF4C1B solid;}
    .top-header .navigation ul li a.search-toggle{width: 65px;}

    .header-container.header-home .top-header{background: #FF3600;}
    .header-container.header-home .navigation ul li a{border-right: 1px #FF4C1B solid;}
    
    .title-container{padding: 50px 0;}

    .quick-search{width: 100%;}
    .quick-search form:before{width: 100px;}
    .quick-search input[type="text"]{height: 54px;}
    .quick-search input[type="submit"]{width: 100px;}

    .hero{padding-bottom: 0;}
    .hero .hero-text{padding: 250px 0 50px;}
    .hero .hero-text h1{font-size: 48px;}
    .hero .hero-search{position: relative; top: 35px;}
    .hero .hero-search form{display: block; height: auto;}
    .hero .hero-search .search-fields{width: 100%; padding: 25px;}
    .hero .hero-search .search-btn{width: 100%; height: auto; border-top: 1px #ddd solid; border-left: none;}
    .hero .hero-search .search-btn button{padding: 25px;}

    .search-container{display: block;}
    .search-buttons{width: 100%; border: none;}
    .search-buttons .search-button{justify-content: center; padding: 15px; font-size: 14px;}
    .search-buttons .search-button img{margin-left: -10px; margin-right: 10px;}
    .search-content{width: 100%; border-top: 1px #ddd solid;}

    .locations .location-sidebar{width: 100%;}
    .locations .location-main{width: 100%; border-top: 1px #ddd solid;}
    
    .column-padding-team-members{width: calc(50% - 10px);}
}
@media screen and (max-width: 768px){
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{width: 100%;}
    .main{padding: 35px 0;}

    .zoom-container{flex-wrap: wrap; margin: 20px 0;}
    .zoom-container .zoom{width: 100%; height: 125px;}
    .zoom-container .zoom img{position: absolute; top: 50%; left: 50%; width: 100%; max-width: 100% !important; transform: translate(-50%,-50%);}
    .zoom-container .zoom .zoom-tag{left: auto; right: 15px;}
    
    .locations{margin: 20px 0;}
    .locations .location-map{width: 100%;}
    .locations .location-details{width: 100%;}

    .home-container .offer-inner{padding: 100px 35px;}
    .offer-container{padding: 100px 20px;}
    .offer-container .offer-inner{max-width: 100%; padding: 100px 35px;}
    .offer-container .offer-inner .offer-tag{left: 35px;}
    .column-padding-locations{flex: none; width: 100%; margin: 5px 0;}
    .team-members .team-left{width: 100%; padding: 50px 0; border-top: 1px #ddd solid; border-right: none; order: 2;}
    .team-members .team-right{width: 100%; padding: 50px 0; order: 1;}
    
    .brand-container .brand{width: calc(50% - 10px);}
    
    .widget_sandhills_bobcat_offers .offer{width: calc(50% - 20px);}
    .widget_sandhills_bobcat_offers .offer:nth-child(2n+1){clear: both;} .widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: none;}

    .footer{text-align: center;}
    .footer .footer-links{display: none;}
    .footer .quick-search{margin-bottom: 20px; padding-right: 0;}
    .footer .button-container a.button{margin: 2px 0;}
    .bottom-footer{text-align: center;}
	
	.team img{ height:230px;}
	
}
@media screen and (max-width: 480px){
	input, select{-webkit-appearance: none;}
	input[type="checkbox"]{-webkit-appearance: checkbox;}
    
    .column-padding-team-members{width: 100%; margin: 5px 0;}

    .video-thumbnail{float: none; width: 100%; margin: 0 0 15px;}
    
    .widget_sandhills_bobcat_offers .offer{width: 100%; margin-left: 0 !important; margin-right: 0 !important;}
    .widget_sandhills_bobcat_offers .offer{clear: both;} .widget_sandhills_bobcat_offers .offer:nth-child(2n+1){clear: none;} .widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: none;}
}