﻿


.local-info__today {
	position:relative;
}
.local-info__today:before {
	content: '';
	position:absolute;
    left: -12px;
    top: 4px;
    width: 0;
    height: 0;
	border-bottom: 6px solid transparent;  /* left arrow slant */
	border-top: 6px solid transparent; /* right arrow slant */
	border-left: 6px solid #111; /* bottom, add background color here */
    clear: both;
}

/* .local-info__hours {} */
.local-info__hours--override span {
	font-size:12px;
	text-decoration: line-through;
}
.local-info__hours--extra {
	padding-left:18px;
}
.StoreLocationPage form#Form_ContactFormLocation fieldset {
	padding:0;
	margin:0;
}
.call-to-action-button-section {
	padding:15px 0 15px 0;
}
.call-to-action-button-section h3{
	font-size:18px;
	font-weight:bold;
}
.call-to-action-button-section ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.call-to-action-button-section ul li{
	margin:0 10px 10px 0;
	float:left;
}
.call-to-action-button-section ul li a.grey-button{
	background: #383838;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 9px 20px;
	transition: all 0.25s;
}
.call-to-action-button-section ul li a.grey-button:hover{
	background: #000;
}
.respond-staff {
    width: 22%;
    min-height: 100px;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    vertical-align: top;
}
.respond-staff img {
    margin: 0 auto;
}
/* .location-pic-respond{
	height:300px;
} */
.location-pic-respond img {
    width: 100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 6 / 4;
}
.locale-map-respond {
    float: left;
    margin: 5px 0 0 0;
}
.locale-address-respond {
    width: 33%;
    float: left;
}
.locale-hours-respond {
    width: 33%;
    float: left;
}
.locale-numbers-respond {
    width: 33%;
    float: left;
}
.location {
    background-color: #FBF7EE;
    margin: 0 9px 9px 0;
}

.location a {
    font-size: 16px;
    text-decoration: none;
}
.location a:hover {
    text-decoration: underline;
}
.loc-primary {
    background: #f3f7fb;
}
h3.location-block-heading {
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}
h4.location-block-subheading {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 2px 0;
}
h3.loc-blackhead {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 2px 0;
    text-transform: uppercase;
}

.loc-pic {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}
.loc-pic img {
    width: 100%;
}
.loc-address {
    margin: 0 0 6px 0;
    padding: 10px;
    text-align: center;
    font-size:16px;
    border: thin #d0d0d0 solid;
}
.store-thumb{
	width:100%;
	/* height:145px; */
    /* margin-bottom: 12px; */
}
.store-thumb img{
	width:100%;
	height:100%;
}
.loc-details {
    margin: 6px 0 0 0;
    width: 145px;
}
.loc-details img {
    display: inline;
}
.staff-section {
    margin: 0;
    padding: 0;
}
.staff-section li .grid-pad-outer {
	background:#fff;
    border: thin #d0d0d0 solid;
    padding: 10px;
}
.staff-section li .grid-pad-outer img {
    margin: 0 auto 6px auto;
    display: block;
}
.staff-section li .staff-info {
    margin: 0 0 8px 0;
}
.staff-titles {
    width: 100%;
    font-size: 24px;
    padding: 12px 0;
    margin: 12px 0;
    border-bottom: solid thin;
}
.staff-section li a.link-black {
    text-decoration: none;
}
a.link-black {
    text-decoration: none;
}

.contact-section ul[class*=block-grid-]>li {
    padding: .625rem
}
/* Staff Contact Form + components */
/* email button on locations page */
.full-row .staff-holder { /* On full row layout set bg-color and padding */
	background:#f8d845;
	padding:15px;
}
#staff-contact-form {
    z-index: 40001;
}
#staff-contact-form .staff-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 40001;
}
#staff-contact-form .vertical-offset {
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    max-height: 75%;
    overflow: auto;
    z-index: 40002;
    /* above overlay */
}
#staff-contact-form .staff-contact-form-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 50;
}
#staff-contact-form input.action {
    background: #e24407;    
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 14px 40px;
	border:none;
	transition: all 0.25s;
}
#staff-contact-form input.action:hover {
    background: #303030;
}
.staff-contact-form-cont {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    /* visual styling */
    background-color: white;
    padding: 10px 35px;
    border: 1px solid black;
    box-sizing: border-box;
}
#staff-contact-form .form-title {
    padding: 5px 10px;
}
#staff-contact-form .message.error {
    display: block;
    padding: 5px 10px;
    background: #FF9595;
    color: black;
}
#staff-contact-form .Actions {
    overflow: hidden;
}
/* used to remove body scroll for modal */

body.staffContactHideOverflow,
html.staffContactHideOverflow {
    overflow: hidden;
}

/* Holder map layout */

.store-locations-geomap__map {
	height: 600px;
}
.store-locations-geomap__list {
	/* height: 493px; */
	overflow: auto;
}
.store-locations-geomap__list.slick-slider {
	width: 100%;
}
.store-locations-geomap__list__search {
	padding: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #eaeaea;
}
.store-locations-geomap__list__search__form {
	position: relative;
}
.store-locations-geomap__list__search__form button {
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 0px 10px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
	background-position: center center;
}
.store-locations-geomap__list__search__form--loading button {
	background-color: #000;
	background-image: url('/storelocations/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.store-locations-geomap__list__search__form--loading button i {
	opacity: 0; /* see through for loading icon */
}
.store-locations-geomap__list__sort {
	color: #0089ff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.store-locations-geomap__list__spacer {
	margin:10px 0;
	height:0;
	border-bottom: 1px solid #eaeaea;
}
.store-locations-geomap__list__item {
    border: solid 1px gray;
	padding: 12px 12px 7px 12px;
	margin: 10px 0px;
	background: #f7f7f7;
	cursor: pointer;
}
.store-locations-geomap__list__item.slick-slide {
	margin-right: 9px;
}
.store-locations-geomap__list__item--selected {
	background: #ffffd0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}
.store-locations-geomap__list__item:hover {
	background: #ffffd0;
}
.store-locations-geomap__list__item__distance {
	float: right;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
}
.store-locations-geomap__list__item__address {
	margin-bottom: 5px;
}
.store-locations-geomap__list__item__phone {
	display: block;
	margin: 10px 0;
}
.store-locations-geomap__list__item__link {
	display: block;
	margin: 5px 0;
}
.store-locations__geomap__popup__actions {
	float: right;
	padding-right: 5px;
}
.store-locations__geomap__popup__actions a { outline:none !important; }
.store-locations__geomap__popup__details {
	margin-top: 4px;
}
/* End holder map layout */

/* G-Maps Iframe overlay */

#gmaps-iframe-interact-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    background-color: rgba(99, 99, 99, 0.4);
    text-align: center;
    padding-top: 170px;
}
#gmaps-iframe-interact-overlay span {
    border: 2px solid #E4E1E1;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #E4E1E1;
    font-size: 24px;
}
@media only screen and (max-width: 800px) {
    .loc-details {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 650px) {
    #staff-contact-form .vertical-offset {
        top: 0;
        bottom: 0;
        max-height: 100%;
    }
    #staff-contact-form input.action {
        float: none;
        margin: 0 auto;
        width: 50%;
        min-width: 200px;
    }
    #staff-contact-form .staff-contact-form-cont {
        height: 100%;
        width: auto;
        padding: 10px;
    }
    .locale-info{
		text-align:center;
	}
    .contact-section{
		text-align:center;
	}
	.call-to-action-button-section ul li {
	    margin: 0 auto 15px auto;
	    float: none;
	    text-align:center;
	}		
    .location-pic-respond{
		margin-bottom:25px;
	}
}
@media only screen and (max-width: 640px) {
    .locale-address-respond {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center;
    }
    .locale-hours-respond {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center;
    }
    .locale-numbers-respond {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center;
    }
    .respond-staff {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    .locale-map-respond {
        float: none !important;
        margin: 0 auto 20px auto !important;
        text-align: center !important;
    }
    .loc-pic {
        width: 100% !important;
    }
    .loc-address {
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
    }
}
