﻿/*
Theme Name: www.aringequipment.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%;
}
.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;
}

/* STRUCTURE */

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-center{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wrapper{
	max-width: 85%;
	margin: 0 auto;
}
.padright .row > div{
	padding-right: 20px !important;
}
.vpad{
	padding: 60px 0px;
}
.vpad-alt{
	padding: 60px 0px 90px;
}
.vpad-small{
	padding: 30px 0;
}
.relative{position: relative;}

.hide-overflow{overflow: hidden;}

/* TEXT */

a {color: #555;}

.blue, .blue a{color: #10157b !important;}
.page-heading{
	font-family: 'Source Sans Pro', sans-serif;
	color: #10157b;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
	border-bottom: 1.5px solid #000;
}

.vpad-alt .text-styling{
	font-size: 18px !important;
}
.text-styling{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.text-styling p{
	margin-bottom: 20px;
}
.text-styling b{
	color: #000;
}
.text-styling a:not(.btn-success) {
	position: relative;
	color: #10157b !important;
}
.text-styling a:not(.btn-success):hover:after {
	left: 0;
	right: 0;
    width: 100%;
}
.text-styling a:not(.btn-success):after{
    content: '';
    position: absolute;
    left: 51%;
    right: 51%;
	width: 0;
    display: block;
    border-bottom: 1px solid #10157b;
    transition: all 0.2s ease;
    transform-origin: center;
}

.text-styling h1{
	font-family: 'Source Sans Pro', sans-serif;
	color: #10157b;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;  
	margin-bottom: 20px;
}
.underline{
	text-decoration: underline;
}
.text-styling .small-heading, .text-styling h2{
	color: #272525;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;   
	text-transform: uppercase;
}
.text-styling .small-heading, .text-styling h3{
	color: #10157b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;   
	text-transform: uppercase;
}
.center-text{text-align: center;}
.center{position: absolute !important; left: 50%; transform: translateX(-50%);}
.banner-heading{
	background: #D90000;
    color: #fff;
}
.banner-heading row{
	min-height: 0px !important;
}
.banner-heading h1{
    padding: 10px;
    text-align: center;
    font-size: 28px;
	color: #fff !important;
}
#headerlocationsID h4{
	    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}
#headerlocationsID {
	    font-family: 'source sans pro', sans-serif;
}

/* BG/COLORS */

.border-bottom{
    border-bottom: 1px solid #10157b;
}

.bg-grey{
	background: #dadedf;
}
.bg-texture{
	background:#000 url("/siteart/bg-texture.png") repeat fixed;
}
.bg-photo{
	background: url("/siteart/logoback.png") center center;
    background-size: cover;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

/* HEADER */

#header *{
	box-sizing: border-box;
}
.logo{
}
.logo img{
	max-width: 400px;
	width: 100%;    
	padding: 20px;
}

.top-bar {
    width: 100%;
    max-width: 400px;
    padding: 15px 0px 0px 0;
    margin: 0 auto;
    float: right;
    text-align: right;
    font-size: 14px;
}
#keysearch {
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 50px;
    background: #dadedf;
    padding: 2px 20px 7px 50px;
    margin-right: -20px;
    margin-top: 68px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
#keysearch #form {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 0 -30px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
#keysearch #form .keyword {
    color: #8a8a8a!important;
    width: 90%;
    height: 30px;
    padding-left: 5px;
    border-left: solid 1px #10157b;
    border-top: solid 1px #10157b;
    border-bottom: solid 1px #10157b;
    border-right: 0;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    box-sizing: border-box;
}
#form input.keyword, #form input.squarebutton {
    margin: 8px 0 0 0;
}
#form .squarebutton, #form .squarebutton:focus {
    width: 30px;
    height: 30px;
    border: solid 1px #000;
    color: #fff;
    float: left;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    background: url("/siteart/search.png") no-repeat #10157b center;
    background-size: 80% 80%;
    box-sizing: border-box;
}
#form .squarebutton:hover {
    background: url("/siteart/search.png") no-repeat rgba(16,21,123,0.70) center;   
	background-size: 80% 80%;
    color: #FFF;
    cursor: pointer;
}

/* HERO */


/* LOCATIONS */

.post-container-locations{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.post-container-locations p{
	margin: 0;
}
.prevButton-container-locations, .nextButton-container-locations{
	display: none;
}
.post-container-locations .post-column-locations {
    padding: 20px !important;
	box-sizing: border-box;
}


.post-container-locations .post-locations-name{
    font-family: 'Kanit', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	color: #10157b;
}

.post-container-locations p.post-locations-addressline {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #555;
    font-size: 18px;
    font-weight: 400;
}

.post-container-locations a.post-locations-locationpagelink {
    background: #fff;
    width: 100px;
    margin: 10px auto 5px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #10157b;
    border: 1px solid #10157b;
    display: block;
}
#footerlocationsID .post-container-locations a {
    color: #555 !important;
}
#footerlocationsID .post-container-locations a:hover, #headerlocationsID a:hover {
    color: #10157b !important;
}
.post-container-locations  .post-locations-locationpagelink:hover {
    background: #10157b;
    color: #fff;
    border: 1px solid #fff;
}

/* SLIDER */


.slider-cta{
    background: rgba(255,255,255,.80);
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 500px;
    z-index: 600;
    padding: 1.5% 2% 2% 8%;
    margin-bottom: 65px;
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
}
.slider-cta a{
	font-size: 30px;
    line-height: 30px;
    color: #000;
	position: relative;
}
.slider-cta a .slider-extrabold{
	font-weight: 700;
    color: #10157b;
	font-style: italic;
    font-size: 46px;
    padding: 5px 15px 5px 0px;
}
.slider-cta a .hover-icon{
    position: absolute;
    right: -25px;
    bottom: 10px;
	transition: ease all 0.2s;
}

.slider-cta a:hover > .slider-extrabold{
    color: #000;
}

.slider-cta a:hover > .hover-icon{
    right: -30px;
}

.slider-cta .hover-underline:after{
	bottom: 4px;
}

.slider-cta .hover-underline:hover:after {
    width: 113%;
}


/* MANUFACTURERS */
#manu-grid .post-row-our-brands{
	justify-content: center;
}
#manu-grid h3{
	border-bottom: 3px solid #10157b;
    padding-left: 20px;
    width: 250px;
    margin-bottom: 15px;
	color: #10157b;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
.brandbar{
	width: calc(100% - 60px);
	margin: 0 auto;
}
.column-padding-our-brands{
	display: inline-block;
    width: 14.2857%;
    float: none;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.post-div-our-brands-link{
	transition: ease transform 0.3s;
}
.post-div-our-brands-link img{
    margin: 0 auto;
}

.post-div-our-brands-link:hover{
	opacity: 0.6;
	transform: scale(0.9);
}

/* CATEGORIES */

#category-btns{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
	font-family: 'Source Sans Pro', sans-serif;
}
#category-btns a{
	width: 25%;
	overflow: hidden;
	position: relative;
	border: .5px solid #fff;
}
.home-page #category-btns a{
	width: 20%;
	overflow: hidden;
	position: relative;
	border: .5px solid #fff;
}
#category-btns a img{
	display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
#category-btns a .zoom-caption{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(16, 21, 123, .6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#category-btns a .zoom-caption h3, #category-btns a .zoom-caption .inv-title{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    width: 90%;
    text-decoration: underline;
	margin: 0 !important;
	
}
#category-btns a .zoom-caption .inv-title{text-decoration: none !important; font-size: 32px;}
#category-btns a:hover img{
    transform: scale(1.25) translateY(-40%);
    display: block;
}
#category-btns a:hover .zoom-caption{
    background: transparent;
}


/* ASSOCIATIONS */

.post-row-associations{
	justify-content: center;
	padding: 20px 0;
}
.column-padding-associations {
    width: 14%;
}
img.post-associations-logo.img-responsive {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}
.prevButton-container-associations{display: none;}

.post-associations-link img{
	transition: ease transform 0.3s;
}
.post-associations-link:hover img{
	transform: scale(0.9);
}
/* STAFF */

.staff-box{
	line-height: 2;
	text-align: left;
	padding-right: 80px;
}

.staff-box img{
    width: 140px;
	margin:  0 auto;
	max-width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 100%;
}
.staff-box p{

	font-size: 16px !important; 
	font-weight: 400;
}

.column-padding-staff{
	width: 300px;
	margin-bottom: 20px;
    display: inline-block !important;
}
.post-column-staff{
	font-size: 18px !important; 
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.post-column-staff a{
	color: #10157b;
	margin-bottom: 10px;
    display: block;
}
/* SALES */

#sales-team{
	background: #EBEBEB;
    margin: 80px auto 40px auto;
    padding: 50px 20px;
    text-align: left;
    border: 1px solid #10157b;
}
#sales-team .staff-box{
    border: 2px solid #FFFFFF;
    background: #ffffff;
    padding: 20px;
	width: 95%;
    display: inline-block;
    margin: 0 10px 20px 0px;
    vertical-align: top;
    text-align: left;
    min-height: 140px;
    font-weight: 300;
    border: 1px solid rgba(98,98,98,1.00);
    height: calc(100% - 20px);
}
#sales-team .staff-box p, .vpad-alt .staff-box p{
	font-size: 18px !important;
}
#sales-team .staff-box b{
	color: #000 !important;
}
#sales-team .column-padding-staff {
    width: 315px;
	max-width: 100%;
	display: inline-block !important;
	margin-bottom: 0;
}
#sales-team .column-padding-staff.item > div{
	height: 100%;
}
#sales-team .post-row-staff {
	width: 85%;
    margin: 0 auto !important;
}

.map {
    position: relative;
    z-index: 1;
    display: inline-block;
	width: 100%;
}
.mapback {
    background: #ffffff;
    width: 100%;
}
.mappy {
    text-align: center;
    box-sizing: border-box;
    float: left;
    width: 100%;
    max-width: 500px;
}

#dynamicContent {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    margin-top: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	right: 0;
}

.dynamic-box {
    max-width: 420px;
    width: 100%;
    float: none;
    display: block;
    padding: 10px;
    margin: 3% 10px auto;
    border: 3px solid #10157b;
    background: url(/siteart/debut_light.png);
	overflow: hidden;
}
.dynamic-box img{
    width: 140px;
	margin:  0 auto;
	max-width: 100%;
	display: block;
	margin-top: 8%;
	border-radius: 100%;
}
.dynamic-box h2 {
    padding-top: 24px;
    color: #10157b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-size: 24px;
    font-weight: 400;
}
.dynamic-box a {
    color: #10157b;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #10157b;
	font-size: 18px;
    font-weight: 400;
	display: inline-block;
}
.dynamic-box a:hover {
    color: #FFFFFF;
    background: #10157b;
}
.dynamic-box h5 {
    text-align: center;
    padding-bottom: 15px;
    color: #10157b;
}

/* LOCATIONS PAGE */

.info-col{
	width: calc(300px + 20%);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #2B2B2B;
}
.info-col a{
	color: #2B2B2B;
	transition: ease all 0.25s;
}
.info-col a:hover{
	color: #10157b;
}

.info-col p{
	margin: 0;
}

#map{
	width: 100%;
}
#map iframe{
	width: 100%;
	height: 300px;
}


.hover-underline {
	position: relative;
}
.hover-underline:hover:after {
	left: 0;
	right: 0;
    width: 100%;
}
.hover-underline:after{
    content: '';
    position: absolute;
    left: 51%;
    right: 51%;
	width: 0;
    display: block;
    border-bottom: 1px solid #10157b;
    transition: all 0.2s ease;
    transform-origin: center;
}
a.hover-underline > .hover-icon{
	transition: ease all 0.2s !important;
	margin: 0;
}
a.hover-underline:hover > .hover-icon{
	margin-left: 5px;
}

/* FORMS */

.text-styling form{
	font-family: 'Source Sans Pro', sans-serif;
}
.text-styling form h1{
	display: none;
}

.text-styling form .btn-success, .text-styling form .btn-success:disabled{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    background: #10157b !important;
    border: none;
    width: 100%;
    max-width: 100%;
		box-shadow: none !important;
}
.text-styling form .btn-success:hover, .text-styling form .btn-success:active{
	background: #8a8a8a !important;

}
.text-styling input:not(.btn-success){
	border: 1px solid #10157b;
}
.text-styling textarea{
	height: 100px;
	resize: vertical;
	border: 1px solid #10157b;
}
/* FOOTER */

.footer-nav{
	background: #10157b;
	color: #fff;
	padding: 20px 0;
}
.footer-nav h6{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
	text-decoration: underline;
	text-align: center;
}

#footertextID{padding: 12px 0;}


/* LOCATIONS MODAL */

#locations-modal{
	font-family: 'Source Sans Pro', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(255,255,255,0.9);
	padding: 20px;
	z-index: 10000;
	padding-top: 60px;
	height: 100%;
	box-sizing: border-box;
}
#locations-modal:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(255,255,255,0.9);
	z-index: -1;
}
#locations-modal.open{
	display: block !important;
}
#locations-modal > div{
	width: 100%;
	float: left;
	background: #dadedf;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
#locations-modal > div .icon-btns{
	top: 30px;
	right: 20px;
	position: absolute;
}
#locations-modal > div .icon-btns a{
	padding: 10px;
}
#locations-modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
}

/* FORMS */



.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}
.has-feedback label ~ .form-control-feedback {
    top: 0px !important;
}

/* INVENTORY */

#inv{padding: 5% 0;}
#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', sans-serif!important;} /* Reset font, ignore icons */
.compare-chkbox-container .compare-listings .fa-check {
    top: 5px !important;
    left: 1px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.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 {background:#10157b !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 {background: #000 !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 {color: #000 !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; text-transform: uppercase;}

.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: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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: #000!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;}

.noUi-connect, .noUi-handle{
	background:#10157b !important;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {		
	.column-padding-associations {
		width: 20%;
	}
}
@media only screen and (max-width : 1300px) {		
	.column-padding-our-brands{
    	width: 16%;
	}
	.column-padding-associations {
		width: 25%;
	}
}
@media only screen and (max-width : 1200px) {		
	.column-padding-our-brands{
    	width: 24%;
	}
	#category-btns a .zoom-caption h3{
		font-size: 24px ;
	}
	#category-btns a .zoom-caption .inv-title{
		font-size: 20px ;
	}
	.post-container-locations .post-locations-name{
		font-size: 20px !important;
	}
}
@media only screen and (max-width : 1023px) {		
	#dynamicContent{
		width: 100%;
		position: relative;
		height: auto;
	}
	.dynamic-box{
		width: 100%;
		max-width: none;
	}
	.map{
	    position: relative;
		z-index: 1;
		display: block;
		width: auto;
		margin: 0 auto;
	}
	
	.hide-mobile{display: none !important;}
}

@media only screen and (max-width : 845px) {
	.column-padding-our-brands{
    	width: 33.3333%;
	}
	#category-btns a, 
.home-page #category-btns a{
		width: 50%;
	}
	#category-btns a .zoom-caption h3{
		font-size: 34px;
	}
	#category-btns a .zoom-caption .inv-title{
		font-size: 28px;
	}
	.column-padding-associations {
		width: 33.3333%;
	}
	.text-styling h1{
		font-size: 26px;
	}
	.text-styling h1 .small-heading{
		font-size: 22px;
	}
	
	
	.logo img {
		display: block;
		max-width: 550px;
		width: 100%;
		margin: 0 auto;
	}
	
	.top-bar {
		width: 100%;
		max-width: none;
	}
	#keysearch #form .keyword {
		width: calc(100% - 30px);
	}
	#keysearch #form {
    	width: 100%;
		transform: none;
		margin: 0;
	}
	#keysearch {
		padding: 2px 20px 7px 20px;
		transform: none;
		margin-top: 0;
		margin-right: 0;
	}
	
	.slide .heading{
		font-size: 36px;
	}
	.slide .paragraph{
		font-size: 14px;
    margin-bottom: 60px;
	}
}

@media only screen and (max-width : 767px) {
	.padright .row > div {padding-right: 0 !important;}
	.padright .row > div:nth-child(2) {top: 10px;}
}
@media only screen and (max-width : 600px) {
	
	.cycle-slideshow .slide {
		padding: 22% 0;
	}
	
	.column-padding-our-brands{
    	width: 49%;
    	padding: 10px 0;
	}
	#category-btns a .zoom-caption h3{
		font-size: 24px;
	}
	#category-btns a .zoom-caption .inv-title{
		font-size: 18px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 440px) {
	.column-padding-our-brands img {
		max-width: 130px;
		width: 90%;
	}
	.column-padding-associations {
		width: 50%;
	}
	
	.slider-cta a{
		font-size: 24px;
		line-height: 24px;
	}	
	.slider-cta a .slider-extrabold{
		font-size: 36px;
	}
}

