﻿/* Store Location Holder Page Styles */

.store-locations-geomap__map {
	height: 715px;
}
.store-locations-geomap__list {
	height: 575px;
	overflow: auto;
}
.store-locations-geomap__list{
	margin:0;
	padding:0;
}
.store-locations-geomap__list::-webkit-scrollbar {
	width: 10px;
}
.store-locations-geomap__list::-webkit-scrollbar-track {
	background: #e3e3e3;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb {
	background: #3d3d3d;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb:hover {
	background: #1b1b1b;
}
.store-locations-geomap__list.slick-slider {
	width: 100%;
}
.store-locations-geomap__list__search {
	background: linear-gradient(135deg, #a00c24 0%, #dc1434 100%);
	padding: 30px;
	margin-bottom: 5px;
	position:relative;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	margin: 0;
	padding: 0;
	position: relative;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	display: none;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]),
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text],
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] {
	display: block;
	margin: 0;
	height: 50px;
	background-color: #fff;
	border: 0px transparent none;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	display: inline-block;
	position:absolute;
	top:0;
	right: 0;
	height: 50px;
	vertical-align: middle;
	padding: 12px 20px;
	color: #fff;
	background: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button:hover {
	background:#141414;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form--loading button {
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.store-locations-geomap__list__sort {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	padding:6px 0 0 0;
}
.store-locations-geomap__list__spacer {
	margin: 10px 0;
	height: 0;
	border-bottom: 1px solid #eaeaea;
}
.store-locations-geomap__list__item {
	border-bottom: solid 1px #e4e4e4;
	padding: 15px 20px;
	background: #fff;
	cursor: pointer;
}
.store-locations-geomap__list__item--selected {
	background: #efefef;
}
.store-locations-geomap__list__item:hover {
	background: #efefef;
}
.store-locations-geomap__list__item__distance {
	padding: 8px;
	background: transparent;
	border: 1px #d1d1d1 solid;
	float: right;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations-geomap__list__item--selected .store-locations-geomap__list__item__distance {
	background: #dc1434;
	border: 1px #dc1434 solid;
	color: #fff;
}
.store-locations-geomap__list__item__address {
	margin-bottom: 5px;
}
.store-locations-geomap__list__item__phone {
	display: block;
	margin: 7px 0 0 0;
	color: #2c2c2c;
	font-weight: bold;
}
.store-locations-geomap__list__item__phone:hover {
	color: #4b4b4b;
	text-decoration:underline;
}
.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;
}
h4.store-locations-geomap__list__item__title,
h4.store-locations-geomap__list__item__title a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
}
.store-locations-geomap__list__item__address {
	color: #4b4b4b;
}
#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;
}
.store-locations__geomap__popup {
	line-height:1.8;
}
.store-locations__geomap__popup__title {
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
	margin-bottom: 6px;
}
.store-locations__geomap__popup__title a{
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
}
.store-locations__geomap__popup__address{
	font-size: 16px;
	line-height: 1.8;
	color:#111111;
}
.store-locations__geomap__popup__phone{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	color:#111111;
}
.store-locations__geomap__popup__details a {
	display: block;
	width:100%;
	padding: 5px 15px;
	background: #dc1434;
	font-size:15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations__geomap__popup__details a:hover {
	background:#b40c28;
}
.gm-style .gm-style-iw-c{
	padding:20px 5px 5px 20px !important;
}
.gm-style-iw-chr{
	position:absolute;
	top:0;
	right:0;
}
.gm-style-iw-d{
	max-height: auto !important;
	min-height: auto !important;
}

/* Store Location Details Page Styles */

.holder-shadow{
	padding:30px;
	height: 440px;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.store-photo-holder {
	max-height: 440px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.store-photo-holder img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.location-block-heading {
    font-weight: bold;
    font-size: 20px;
    color: #181717;
    margin: 0 0 6px 0;
}
.location-block-subheading {
    font-weight: bold;
    color: #333;
    margin: 0 0 2px 0;
}
.locale-block-heading{
	font-size:26px;
	font-weight:500;
	color:#2c2c2c;
	margin-bottom:10px;
}
.locale-heading{
	font-size: 17px;
	color: #181717;
	font-weight: bold;
	margin: 0 0 6px 0;
}
h2.address-number-info{
	font-size:18px;
	font-weight:normal;
	line-height:1.7;
	color:#454545;
	margin-bottom:15px;
}
.local-info__hours {
	line-height: 1.8;
}
.local-info__hours.first {
	margin-top: 15px;
}
.local-info__hours.last {
	margin-bottom: 15px;
}
.local-info__today {
	position: relative;
}
.location-pic-respond img{
	max-width:100%;
}
.local-info__today:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 4px;
	width: 0;
	height: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #111;
	clear: both;
}
.local-info__hours--override span {
	font-size: 12px;
	text-decoration: line-through;
}
.local-info__hours--extra {
	padding-left: 18px;
}
.actual-store-details{
	font-size: 16px;
	color: #1f1f1f;
}
.actual-store-details a{
	font-size: 16px;
	color:#1f1f1f;
	text-decoration: underline;
}
.brand__block{
	padding:10px 0;	
	height: 450px;
	overflow-y: auto;	
	overflow-x: hidden;
}
.brand__block img{
	transition: 0.7s all;
}
.brand__block img:hover{
	opacity:0.6;
}
.map-holder{
	padding: 10px 0;
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}
#ssLocationWindow {
    height: 450px;
}
#locale_promo--section{
	padding: 20px 0;
	transition: 0.7s all;
}
#locale_promo--section img{
	transition: 0.7s all;
}
#locale_promo--section img:hover{
	opacity:0.7;
}
.promo_section--heading{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.brand__block .locale_brands_header{
	background:#181717;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:10px 15px;
}
.brand__block ul{
	margin:0;
	padding:10px;
    -webkit-box-shadow: 1px 1px 5px rgb(24 23 23 / 30%);
    box-shadow: 1px 1px 5px rgb(24 23 23 / 30%);	
}
.brand__block ul li{
	vertical-align:middle;
	padding:0;
}
.link-black,
.link-black:hover
{
	color:#454545;
}
ul.staffacc {
	display: none;
}
#StaffSection{
    background: #eceeee;
    margin-top: 20px;
}
#StaffSection .inner-container{
	padding:20px;
}
.staff-titles {
    background: #181717;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.staff-member-holder {
	background:#fff;
	padding: 10px;
}
.staff-member-holder .staff-pic {
	width: 100%;
	margin-bottom: 6px;
	background-color:rgb(224, 224, 224);
	overflow:hidden;
	display:block;
	position: relative;
}
.staff-member-holder .staff-pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.staff-member-holder .staff-info .staff-name{
	font-size:18px;
	color:#282828;
}
.staff-section .staff-member-holder .staff-info a.staff-direct-email{
	display:inline-block;
	padding:8px 30px;
	background:#252525;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.staff-section .staff-member-holder .staff-info a.staff-direct-email:hover{
	background:#000;
}
.staff-form-header{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.staff-contact-form-cont {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	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 List Page */

#Staff_List_Section{
	margin-top: 10px;
	padding:20px 0px;
	background:#edf2f3;
}
#Staff_List_Section .section-titles{
	font-size: 28px;
	font-weight: bold;
	color: #141414;
	margin:0 0 15px 0;
}
#Staff_List_Section .staff-info{
	margin:0 0 10px 0;
}
#Staff_List_Section .staff-info .staff-pic{
	margin:0 0 10px 0;
}
#Staff_List_Section .staff-info .staff-details a .staff-name,
#Staff_List_Section .staff-info .staff-details .staff-name
{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 6px;
	color:#111111;
}
#staff-contact-form input.action {
    background: #181717;    
    color: #fff;
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0;
    padding: 14px 40px;
	border: none;
	transition: all 0.25s;
}
#staff-contact-form input.action:hover {
    background: #3f3c3c;
}

/* Folder Tabs */

.after__hours--section{
	padding:20px 10px;
}
.after__hours--section .afterhours-support .cell div{
	padding:10px;
	line-height: 2;
	text-align:center;
	border:1px #d5d5d5 solid;
}
.after__hours--section .afterhours-support .cell div a {
	color: #181717;
	text-decoration: underline;
    transition: 0.4s all;
}
.after__hours--section .afterhours-support .cell div a:hover {
	text-decoration: none;
}
#locale_promo--section h3.promo_section--heading{
    text-shadow: 1px 1px 10px rgb(24 23 23 / 50%);
    font-weight: 600;
    padding: 5px;
    color: #000000;
    text-align: center;
}

/* Tabs */

.info_tabs_wrapper {
    margin: 0;
    padding:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);    
}
.info_tabs_wrapper #information--tabs {
    margin: 0;
    padding: 0;
    text-align:center;
    font-size:0;
    background: transparent;
}
.info_tabs_wrapper #information--tabs:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
}
.info_tabs_wrapper #information--tabs li {
    list-style-type: none;
    margin: 0 0.5% 0.5% 0;
    padding: 0;
    float:left;
}
.info_tabs_wrapper #information--tabs li a {
    display: block;
    color: #181717;
    padding: 12px 20px 30px 20px;
    margin: 0;
    font-size: 16px;
    border:2px black solid;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;    
}
.info_tabs_wrapper #information--tabs li a:hover {
	background:#fff;  
}
.info_tabs_wrapper #information--tabs .inactive {
    color: #333;
    border-bottom: 0px;
    background:#b9b9b9;
    border:2px black solid;
}
.info_tabs_wrapper .container--holder .container {
    clear: both;
    z-index: 5000;
    min-height: 200px;
    padding: 30px; 
    overflow:hidden;
    background:#fff;
    color:#000;
    text-align: left !important;	
}
.info_tabs_wrapper .container--holder .container p{
    font-size:14px;	
    line-height:1.7;
}
.info_tabs_wrapper .container--holder .container ul li,
.info_tabs_wrapper .container--holder .container ol li,
.info_tabs_wrapper .container--holder .container table
{
    font-size:14px;	
}
.locale_inventory--wrapper{
	border:1px #9f9f9f solid;
	padding:30px;
}

@media only screen and (max-width: 650px) {
	.store-locations-geomap__map {
	    height: 310px;
	}
	.store-locations-geomap__list__item__distance {
	    float: none;
	    margin-right: 0;
	    display: block;
	    text-align:center;
	    width:50%;
	}
	.store-locations-geomap__list__search {
	    padding: 20px 20px 30px 20px;
	}	
	.store-locations-geomap__list__sort {
	    font-weight: normal;
	    font-size: 15px;
	    padding: 4px 0 0 0;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	    display: block;
	}
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text, 
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title, 
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]), 
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text], 
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] 
	{
	    max-width: 68%;
	    margin: 0 5px 0 0;
	    height: 45px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	    padding: 11px 12px;
	    font-size:14px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	    display: block;
	    margin-right: 0px;
	    margin-bottom:5px;
	}	
	.holder-shadow {
		padding: 20px;
		height: auto;
	}
	.store-photo-holder {
		height: auto;
	}	
	.locale-block-heading {
	    font-size: 20px;
	    margin-bottom: 5px;
	}	
	.promo_section--heading {
		font-size: 20px;
		margin-bottom: 5px;
		text-align: center;
	}	
	.brand__block {
		height: auto;
	}	
	.map-holder {
		height: 275px;
	}	
	#ssLocationWindow{
		height:275px;
	}	
	.staff-member-holder .staff-pic {
		height: auto;
	}		
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Name_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_FirstName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_LastName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Company_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Phone_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Email_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Zip_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Contact_Holder
	{
		display:block;
		width:100%;
		margin:0;
	}
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Comments_Holder{
		width:100%;
	}	
	.info_tabs_wrapper #information--tabs li {
	    margin: 0 0 8px 0;
	    float: none;
	    display:block;
	    width:100%;
	}
	.info_tabs_wrapper #information--tabs li a {
	    padding: 10px;
	}	
	
}

  