/* shame */

input[type='submit'].disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* HOMEPAGE UPDATES */
@media screen and (min-width: 400px) and (max-width: 991px){
	.search-locations .row.text {
	    width: 77% !important;
	}
	.search-locations .row.text label{
		font: normal 17px/65px "patua-one","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	}
}

/* Homepage Current Loc */
.current-loc-container .listings { visibility: visible !important; }
.current-loc-container .listings li { list-style: none !important; }

/* GEOLOCATION LINK ON LOCATIONS PAGE */
.geolocation:before {
	background: url(../../img/icons/icon-button-expand.png) center center/contain no-repeat !important;
}

body.home .listings { margin: 0 !important; }

@media screen and (min-width: 768px){
	body.home .listings { padding:0 !important; }
	
	.icon-hours { display: block !important; }
	.icon-address { display: block !important; }
}
@media screen and (min-width: 900px){
	body.home .listings { padding: 10px !important; max-width: 680px; }
}

@media screen and (min-width: 768px) and (max-width: 1160px){
	body.home .icon-phone { display: none !important; }
	body.home .icon-hours { display: none !important; }
	body.home .icon-address { display: none !important; }
	body.home p.phone { margin-left: 0 !important; padding: 5px !important; }
	body.home p.hours { margin-left: 0 !important; padding: 5px !important; }
	body.home p.address { margin-left: 0 !important;  padding: 5px !important; }
	body.home .content-button { margin-left: 0 !important; }
	body.home p.distance { display: none !important; }
	body.home .current-loc-container h2 { margin: 0px auto !important; }
	
	body.home .listings li { margin: 0px 10px; }
}


/* PROMOBOXES ARE GETTING SQUISHED! SO LETS 100% HEIGHT IT */
.main-content.content-row .content-column-wrap .col { height: 100%; }
@media screen and (min-width: 992px){
	.promoboxes { min-height: 660px !important; margin-bottom: -4px !important;}
}

/* IMPORTANT: SINGLE MENU ITEM STYLES (single-menu_items.php) */
.og-grid>li.menu-items-single { width: auto; cursor: default; }
.menu-items-single .og-expander { position: relative; height: auto; }
.menu-items-single .og-expander .og-expander-wrapper { margin: 0; }

/* IMPORTANT: SINGLE LOCATION STYLES (single-locations.php) */
.retail-locator.retail-locator-single { height:auto; }
.locations-list.locations-list-single { width:100%;float:none;height:auto; }
.listings.listings-single { list-style:none;margin: 0; }
.listings.listings-single li { display:block;margin:30px auto;list-style:none;max-width: 680px;cursor:default; }
.listings.listings-single li h2 { padding:10px;text-align:center; }


/* Time Field Input */
.sponsorships-form .row input[type="time"]{
	display: block;
    margin: 0 auto;
    padding: 0px 10px;
    font: bold 18px/24px "alternate-gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 3px solid #FFF;
    border-radius: 10px;
    transition: all 0.24s ease-in-out;
}
@media screen and (min-width: 768px){
	.sponsorships-form .row input[type="time"]{
		font: bold 24px/24px "alternate-gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
	}
}