/** ----------------------------------------------------------
 *
 * Contains the main layout of the page and the individual styles. 
 * Acts as the main stylesheet for theme.
 *
 * 		Include your notes or table of contents below....
 *		Include color hex's or values of your grid
 *
 * @author Your Name <email@silverstripe.com>
 * ------------------------------------------------------- */

/* MAIN LAYOUT */
body {
    margin: 0;
    background: #fff;
    -webkit-text-size-adjust: none;
	overflow-x:hidden;
	font-family: 'Oswald', sans-serif !important;
}

.border-wrapped{
	padding:0 20px;
	max-width:1500px;
	margin:0 auto;
	position:relative;
}
.top-border{background:#ed1c24; width:100%; height:25px;}


*{
	box-sizing:border-box !important;
}

.view-listing-details-link {color:#000!important;}
.list-content .listing-widgets .Currency a {color:#000!important;}
.faceted-search-content .selected-facets-container .selected-facet {color:#000!important;}
.list-top-section .list-listings-count {color: #2C6A91!important;}
.acmeusedequipmentcomhdev-1j50t7j.MuiPaginationItem-previousNext {color:#000!important;}


#Breadcrumbs{text-align:left; padding:10px 0px;}

hr {border:1px dotted #eaeaea;}

.left-align{text-align:left;}

.center{text-align:center;}

.bold{font-weight:700;}

p{font-family:sans-serif; padding:10px 0; font-size:16px; margin: 0; line-height: 1.3;}


.bottom-wrapped{
	padding:20px 20px 200px 20px;
	max-width:1500px;
	margin:0 auto;
	position:relative;
}
.wrapped{
	padding:20px;
	max-width:1500px;
	margin:0 auto;
	position:relative;
}

.no-pad-wrapped{
	padding:0;
	max-width:1500px;
	margin:0 auto;
	position:relative;
}

.left{
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
	text-align:left;
}

.right{
	display:inline-block;
	margin:0 0 -40px 0;
	vertical-align:middle;
	text-align:right;
}





/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#fff;
}

.logo{
	text-align:left;
	width:30%;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;
	padding:15px 0;
}
.logo img{
	width:340px;
}


.head-contact{
	background: #000;
	width: 69%;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	margin-top: -20px;
	text-align:right;
	position: relative;
	z-index: 50;
}

.head-contact::after{
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 50%;
	left: -55px;
	background: #000;
	z-index: -2;
	transform: skewX(25deg);
	border-left: 30px solid #ed1c24;
}

.head-contact .head-phone {
	text-align: left;
	padding: 15px 0 10px 30px;
	font-weight: 800;
	font-size: 45px;
}
.head-contact .head-locations, .head-contact .head-email {
	padding: 15px 20px;
	font-size: 20px;
} 

.head-locations {
	font-weight: 600;
}

.head-locations span {
	color: #ed1c24;
}
.head-contact .head-email {
	padding-bottom: 20px;
	font-weight: 800;
	font-size: 32px;
	color: #ed1c24;
}
.head-contact .head-email a {
	color: #ed1c24;
}

.head-contact p{
	display:block;
	text-align:right;
	color:#fff;
	font-size:18px;
/*	transform: skewX(-25deg);*/
}

.head-contact a{color:#fff; text-decoration:none;}
.head-contact a:hover {
	color: #ed1c24;
}


.navSearch {display:flex;flex-flow:row wrap; justify-content: space-around; padding:0 0 12px 0; background:#343434;}
.navSearch form {margin:10px 0 0 0;}
.navSearch form:nth-of-type(2) {margin:10px 20px 0 20px;}
.navSearch form input {height: 30px; text-indent:5px;  border-radius:0;}


/* HOME STYLES
------------------------------------------------*/

.featured-section {padding:40px 0 0 0;}

.featured-section h1{
	text-transform:uppercase;
	font-weight:600;
	text-align:left;
	padding-left:20%;
	padding-bottom:10px;
	font-size:24px;
	color:#000;
}


.skew-underline{
	width:40%;
	display:block;
	margin-left:-5px;
	background:#ed1c24;
	transform:skewX(30deg);
	height:15px;
}
	
.categories-bar{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	padding:30px 0;
}

.categories-bar a{text-decoration: none;}

.cat{
	width:12%;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	margin:0 auto;
	padding:20px;
	transition:ease .4s;
}

.categories-bar .cat:hover{background:#eee; box-shadow:2px 2px 5px rgba(0,0,0,0.4); transition:ease .4s;}

.cat img{
	width:100%;
	display:block;
}

.cat h4{
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	font-size:16px;
	color:#000;
	padding:20px 0;
}


.callout-section{
	width:100%;
	text-align:center;
	padding:0;
	display:inline-block;
	margin:0 auto;
}

.callout-half{
	width:49%;
	display:inline-block;
	height:420px;
	vertical-align:top;
	margin:0 auto;
}

.callout-title{
	background:rgba(255,255,255,0.80);
	box-shadow:1px 1px 2px rgba(55,55,55,0.8);
	padding:20px 15px;
}

.callout-title h2{
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	line-height: 1;
	margin: 0;
}

.callout-title h2 .big{
	display:inline-block;
	vertical-align:middle;
	font-size:62px;
	text-align:left;
	padding:0 10px;
}

.callout-title h2 .small{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	text-align:left;
	line-height: 1;
}

#skid{
	background: url(../siteart/skid.png) no-repeat #000;
	background-size:cover;
	height:100%;
	position:relative;
	margin:0 auto;
	transition:ease .3s;
}


#skid .callout-title{
	margin-left:0;
	display:inline-block;
	margin-top:20px;
	position:absolute;
	left:0;
	top:20px;
}


#mowers{
	background:url(../siteart/zero-turn.png) no-repeat #000;
	background-size:cover;
	display:inline-block;
	width:100%;
	margin-left:10px;
	height:49%;
	position:relative;
	transition:ease .3s;
}

#mowers .callout-title{
	margin-left:0;
	display:inline-block;
	position:absolute;
	left:0;
	top:20px;
}

#utvs{
	background:url(../siteart/utv.png) no-repeat #000;
	background-size:cover;
	display:inline-block;
	width:100%;
	margin:10px 0 0 10px;
	height:48%;
	position:relative;
	transition:ease .3s;
}	

#utvs .callout-title{
	margin-right:0;
	display:inline-block;
	margin-top:20px;
	position:absolute;
	right:0;
	bottom:20px;
}

#skid:hover {background-color:#fff; box-shadow:2px 2px 5px rgba(0,0,0,0.6); transition:ease .3s;}
#mowers:hover {background-color:#fff; box-shadow:2px 2px 5px rgba(0,0,0,0.6); transition:ease .3s;}
#utvs:hover {background-color:#fff; box-shadow:2px 2px 5px rgba(0,0,0,0.6); transition:ease .3s;}



/* SUB PAGES
-----------------------------------------------*/
.sub{padding-bottom:180px;}

/*contact page */
.location{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	border-top:1px solid #fff;
	padding:20px 0;
}

.location:first-child{border-top:none;}

.loc-info{
	width:30%;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	color:#333;
}

.loc-info a{color:#000;}

.loc-info h3{color:#F89520;}

.loc-info p{color:#333;}

a.full-loc-btn{
	display:block;
	padding:10px;
	text-align:center;
	border:1px solid #B41016;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#B41016;
	width:150px;
	margin-top:20px; 
	transition:ease .3s;
}

a.full-loc-btn:hover{background:#ed1c24; color:#fff !important; transition:ease .3s;}

.loc-map{
	width:60%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
	text-align:left;
	padding:20px;
}

.full-location{
	width:100%;
	display:inline-block;
	padding:30px 0;
	text-align:center;
	margin:0 auto;
}

.full-map{
	width:100%;
	display:block;
	padding:20px 0 40px 0;
}

.full-left{
	width:39%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 auto;
	border-right:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
}

.full-loc-info{
	width:100%;
	text-align:left;
	padding:20px;
}

.full-loc-info p{
	text-align:left;
	padding:5px 0;
	font-size:18px;
	color:#000;
	font-family:'Oswald', Sans-Serif !important;
}

.full-loc-info a{
	color:#000;
	text-decoration:none;
}

.full-loc-info a:hover{color:#F2591D;}

.full-loc-info .fa{ font-size:24px;}

.full-loc-hours{
	background:#eee;
	padding:20px;
	text-align:center;
	width:50%;
	margin-top:20px;
	box-shadow:1px 1px 3px rgba(97,97,97,0.60)
}

.full-loc-hours h5{
	text-transform:uppercase;
	font-weight: 500;
	font-size:22px;
}

.full-loc-hours .half{
	width:49%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 auto;
	font-weight:bold;
}
.full-loc-hours .half p{text-transform:uppercase; font-size:14px; padding:5px 0;}
.full-loc-hours .half:last-child{text-align:right; font-weight:normal;}


.full-right{
	width:60%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 auto;
	padding: 0 30px;
	font-size:16px;
}

.full-loc-svc {padding-top:40px;}

	
	

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#ed1c24 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.list-content .listing-widgets .Currency a {
	background: #ed1c24 !important;
}

a.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeSmall.MuiButton-containedSizeSmall.listing-widget__link {
	padding: 0 !important;
}

.list-redesign .contact-container .shared .dealer-data .phone-link {
	color: #000 !important;
}
	
/* Visit Section */

.visit-section{
	width:100%;
	text-align:left;
	display:inline-block;
	padding:60px 0;
}

.visit-box{
	width:85%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	text-align:left;
	border:1px solid #eaeaea;
}

.visit-left{
	width:30%;
	display:flex;
	margin:0;
}

.visit-left img{
	width:100%;
	display:block;
}
.visit-right{
	width:69%;
	display:block;
	padding:20px;
	margin:0 auto;
	line-height: 1;
}
	
.visit-right h3{
	color:#e42219;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-weight:700;
	font-size:24px;
	display:block;
	margin:0;
}

.visit-right h5{
	color:#8e8e8e;
	font-size:15px;
	font-weight:normal;
	padding:0 0 5px 0;
	border-bottom:1px solid #eee;
	display:block;
	margin:0;
}

.visit-right .half{
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	text-align:left;
	padding-right:20px;
}

.visit-right .half p{
	color:#333;
	font-size:16px;
	padding:10px 0;
	text-align:left;
	margin: 0;
	font-family:sans-serif;
}

.visit-right .half ul{margin-left:20px; font-family:sans-serif;}
.visit-right ul li{padding:5px 0; list-style:circle;}

a.visit-btn{
	display:inline-block;
	padding:15px 10px;
	text-align:center;
	border:1px solid #e42219;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#e42219;
	width:48%;
	margin-top:20px; 
	transition:ease .3s;
}

a.visit-btn:hover{background:#e42219; color:#fff !important; transition:ease .3s;}



/* FOOTER */

.site-footer{
	width:100%;
	background:#eaeaea;
	border-top:20px solid #002a3a;
	text-align:center;
	margin:0 auto;
	padding:40px 0 0 0;
	position:relative;
}

.site-footer img{
	position:absolute;
	top:-49%;
	right:15%;
}

.site-footer .col-3:first-child{padding-left:0;}

.site-footer .col-3{
	width:30%;
	display:inline-block;
	vertical-align:top;
	padding:30px 0 30px 80px;
	border-right:2px solid #002a3a;
	margin:0 0 40px 0;
}

.site-footer .col-3:last-child{border-right:none;}

.site-footer .col-3 h3{
	text-transform:uppercase;
	color:#002a3a;
	font-weight:600;
	font-size:20px;
	text-align:left;
}

.site-footer .col-3 p{
	color:#002a3a;
	font-size:16px;
	padding:10px 0;
	text-align:left;
	font-family:sans-serif;
	line-height: 1.5;
	margin: 0;
}

.site-footer .col-3 a{color:#002a3a; text-decoration:none; font-family:sans-serif;}
.site-footer .col-3 a:hover{text-decoration:underline;}


.legal{
	width:100%;
	background:#002a3a;
	padding:20px;
	color:#eee;
	display:inline-block;
	margin:0 auto;
}

.legal p{
	display:inline-block;
	width:49%;
	text-align:left;
	vertical-align:middle;
	padding:0;
	font-size:14px;
	font-family:sans-serif;
	margin: 0;
}

.legal p:last-child{text-align:right;}

.legal a{color:#eee;text-decoration:none; font-family:sans-serif;}
.legal a:hover{text-decoration:underline; color:#eee;}


/***** Inventory *****/

.compare-chkbox-container .compare-listings .fa-check{top:5px!important;left:2px!important;}
.compare-chkbox-container .compare-listings .compare-label{margin-top:5px!important;margin-left:5px!important;}
.list-content .list-listing .listing-top-right .listing-dealer-info .phone-link{color:#000!important;}
.send-email-btn span, .send-email-btn i{color:#FFF!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ed1c24 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ed1c24 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ed1c24 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #ed1c24 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #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, .detail-price, .compare-price, .compare-title {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; 
}

.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, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!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: #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 !important; box-sizing: border-box;}


@media only screen and (max-width: 1396px) {
	a.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeSmall.MuiButton-containedSizeSmall.listing-widget__link{
		padding: 0 10px !important;
	}
}

@media only screen and (max-width: 1360px) {
	.full-loc-hours{width:60%;}
	.logo{width:35%;}

.head-contact{width: 64%;}
}

@media only screen and (max-width: 1200px) {

.logo{width:40%;}

.head-contact{width: 59%;}
	.head-contact .head-phone {font-size: 40px;}
	.head-contact .head-locations{font-size: 18px;}
	.head-contact .head-email {font-size: 24px;}
}

@media only screen and (max-width: 1170px) {
	.cat{width:23%;}
	.skew-underline{width:55%;}
	
	a.visit-btn{font-size:14px;padding:10px 0;}
	
	.site-footer .col-3{width:30%;}
}


@media only screen and (max-width: 1100px) {
	.logo{width:45%;}
	.head-contact{width: 54%;}
	.slideshow{height:450px;}
	
	.full-loc-hours{width:70%;}
	
	.site-footer img{right:5%;}
}

@media only screen and (max-width: 1000px) {
	.slideshow .slide .caption{width:40%;}
	.slideshow .slide-content{padding: 0 0 0 80px;}
	
	.callout-half{height:300px;}
	
	.visit-section{padding:0 0 30px 0;}
	.visit-box{width:100%;}
	
	.site-footer .col-3{padding:20px;}
	.site-footer .col-3 h3{font-size:18px;}
	.site-footer .col-3 p{font-size:14px;}
	.site-footer img{top:-54%;}
}

@media only screen and (max-width: 940px) {
	.full-loc-hours{width:90%;}
	
	/*.footer img{top:-41%; right:0;}*/
}

@media only screen and (max-width: 900px) {
	.logo{width:55%;}
	.head-contact::after{left: -60px;}
	.head-contact{width: 44%;}
	.head-contact .head-phone {font-size: 30px;}
	.head-contact .head-locations, .head-contact .head-email {font-size: 18px;}
	
	.callout-title h2 .big{font-size:46px;}
	.callout-title h2 .small{font-size:16px; line-height:1.3;}
	
	.site-footer{padding:0;}
	.site-footer .col-3{width:100%; border-right:none; border-bottom:2px solid #002a3a; margin:0 auto;}
	.site-footer .col-3:last-child{border-bottom:none;}
	
	.site-footer img{top:-30.5%;}
}

@media only screen and (max-width: 880px) {
	.loc-info{width:100%;}
	.loc-map{width:100%; padding:20px 0;}
	.location{border-bottom:1px solid #eaeaea;}
	
	.site-footer img{right:0;}
}

@media only screen and (max-width: 800px) {
	.head-contact .head-phone {font-size: 22px;}
	.head-contact .head-locations, .head-contact .head-email {font-size: 16px;}
	.logo img{width:300px;}
	.full-location{padding:0;}
	.full-left{width:100%; padding:20px 0; border-top:none; border-right:none; border-bottom:1px solid #eaeaea;}
	.full-loc-info{width:49%; display:inline-block; margin:0 auto; vertical-align:top;}
	.full-loc-hours{width:49%; display:inline-block; margin:0 auto; vertical-align:top;}
	.full-right{width:100%; padding:30px 20px;}
	
	a.visit-btn{margin-top:10px;width:150px;}
	.site-footer img{right:0; width:170px; top:-24.5%;}
}

@media only screen and (max-width: 700px) {
	.logo img{width:260px;}
	.head-contact p{font-size:16px;}
	
	.slideshow{height:250px;}
	
	.slideshow .slide-content{display:none;}
	
	.skew-underline{width:75%;}
	
	.callout-half{width:100%; height:auto;}
	#skid{height:150px;}
	#mowers{height:150px; margin-left:0; margin-top:10px;}
	#utvs{height:150px; margin-left:0;}
	#utvs .callout-title{left:0; top:20px; right:auto; bottom:auto; margin-top:0;}
	#skid .callout-title{margin-top:0;}
	
	.visit-left{display:none;}
	.visit-right{width:100%;}
	.visit-right .half{width:100%; padding:0 10px;}
}

@media only screen and (max-width: 650px) {
	.head-contact .head-phone {text-align: center;}
	.logo{width:100%; text-align:center;}
	.logo img{margin:0 auto;}
	.head-contact{width:100%; padding:15px 0;}
	.head-contact::after {display: none;}
	.head-contact p{text-align:center; padding:5px 0;}
}

@media only screen and (max-width: 600px) {
	
	
	.cat{width:40%;}
	
	.full-loc-info{width:100%;}
	.full-loc-hours{width:100%;}
	
	.legal{padding:10px;}
	.legal p{width:100%; padding:5px 0; text-align:center; font-size:12px;}
	.legal p:last-child{text-align:center;}
	
	
	.attachment-list{float:left; width:90% !important;}
	
	
}

@media only screen and (max-width: 500px) {
	.skew-underline{width:95%;}
	
	.loc-info h4{font-size:18px !important;}
	.loc-info p{font-size:14px;}
	a.full-loc-btn{font-size:14px; padding:5px; margin-top:10px;}
	
	.full-map{padding:20px 0 0 0;}
	
}

@media only screen and (max-width: 410px) {
	.cat{width:49%;}
}