/* Site Build - Beskar 1.0 - November Hours 2024
========================================================================================================== */




/* EXTRA SMALL DEVICES (PHONES, 400PX AND DOWN) 
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	/* ---- Dec Hours Styles ---- */	
	.dec-hours {
		width: 100%; 
		height: 210px; 
		background-image: url("/heros/2024/dec-hours/holiday_hours_bg_mobile.jpg");
		background-repeat: no-repeat;
		background-size: 700px 130px;
		background-position: top center;
		background-color: #ffffff; 
		border-top: 1px solid #ffffff;
	}
	
	.dec-hours-area {
		width: 320px;
		height: auto;
		text-align: center;
		margin: auto;
		display: block;
	}
	
		.dec-hours-headline {
			width: 100%;
			text-align: center;
			font-size: 16px;
			font-weight: 700;
			line-height: 22px;
			color: #000000;
			vertical-align: top;
			padding: 120px 0px 10px 0px;
			display: block;
		}
		
		
	.dec-hours-day-box {
		width: 60px;
		height: auto;
		text-align: center;
		margin: 0px 8px 0px 8px;
		vertical-align: top;
		display: inline-block;
		background-color: #ffffff;
		padding: 3px 3px 3px 3px;
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 18px 0 rgba(0, 0, 0, 0.1);
	}
	
		.dec-hours-day-month {
			width: 100%;
			text-align: center;
			font-size: 12px;
			font-weight: 600;
			line-height: 12px;
			letter-spacing: 1.0px;
			color: #ffffff;
			vertical-align: top;
			display: block;
			background-color: #777777;
			padding: 3px 0px 3px 0px;
		}
		
		.dec-hours-day-date {
			width: 100%;
			text-align: center;
			font-size: 30px;
			font-weight: 600;
			line-height: 30px;
			color: #8a1a1c;
			vertical-align: top;
			display: block;
			padding: 3px 0px 3px 0px;
		}


}




/* MEDIUM DEVICES (LANDSCAPE TABLETS, 768PX AND UP)
---------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	
	/* ---- Dec Hours Styles ---- */	
	.dec-hours {
		width: 100%; 
		height: 130px; 
		background-image: url("/heros/2024/dec-hours/holiday_hours_bg_desktop.jpg");
		background-repeat: no-repeat;
		background-size: 1770px 150px;
		background-position: bottom center;
		background-color: #ffffff; 
		border-top: 1px solid #ffffff;
	}
	
	.dec-hours-area {
		width: 430px;
		height: auto;
		text-align: center;
		margin: auto;
		display: block;
	}
	
		.dec-hours-headline {
			width: 100%;
			text-align: center;
			font-size: 18px;
			font-weight: 700;
			line-height: 22px;
			color: #000000;
			vertical-align: top;
			padding: 20px 0px 10px 0px;
			display: block;
		}
		
		
	.dec-hours-day-box {
		width: 60px;
		height: auto;
		text-align: center;
		margin: 0px 8px 0px 8px;
		vertical-align: top;
		display: inline-block;
		background-color: #ffffff;
		padding: 3px 3px 3px 3px;
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 18px 0 rgba(0, 0, 0, 0.2);
	}
	
		.dec-hours-day-month {
			width: 100%;
			text-align: center;
			font-size: 12px;
			font-weight: 600;
			line-height: 12px;
			letter-spacing: 1.0px;
			color: #ffffff;
			vertical-align: top;
			display: block;
			background-color: #777777;
			padding: 3px 0px 3px 0px;
		}
		
		.dec-hours-day-date {
			width: 100%;
			text-align: center;
			font-size: 30px;
			font-weight: 600;
			line-height: 30px;
			color: #8a1a1c;
			vertical-align: top;
			display: block;
			padding: 3px 0px 3px 0px;
		}
	
	

} 




/* LARGE DEVICES (LAPTOPS/DESKTOPS, 1200PX AND UP) 
---------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1240px) {
		
	/* ---- Dec Hours Styles ---- */	
	.dec-hours {
		width: 100%; 
		height: 150px; 
		background-image: url("/heros/2024/dec-hours/holiday_hours_bg_desktop.jpg");
		background-repeat: no-repeat;
		background-size: 1770px 150px;
		background-position: top center;
		background-color: #ffffff; 
		border-top: 1px solid #ffffff;
	}
	
	.dec-hours-area {
		width: 430px;
		height: auto;
		text-align: center;
		margin: auto;
		display: block;
	}
	
		.dec-hours-headline {
			width: 100%;
			text-align: center;
			font-size: 18px;
			font-weight: 700;
			line-height: 22px;
			color: #000000;
			vertical-align: top;
			padding: 20px 0px 10px 0px;
			display: block;
		}
		
		
	.dec-hours-day-box {
		width: 60px;
		height: auto;
		text-align: center;
		margin: 0px 8px 0px 8px;
		vertical-align: top;
		display: inline-block;
		background-color: #ffffff;
		padding: 3px 3px 3px 3px;
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 18px 0 rgba(0, 0, 0, 0.2);
	}
	
		.dec-hours-day-month {
			width: 100%;
			text-align: center;
			font-size: 12px;
			font-weight: 600;
			line-height: 12px;
			letter-spacing: 1.0px;
			color: #ffffff;
			vertical-align: top;
			display: block;
			background-color: #777777;
			padding: 3px 0px 3px 0px;
		}
		
		.dec-hours-day-date {
			width: 100%;
			text-align: center;
			font-size: 30px;
			font-weight: 600;
			line-height: 30px;
			color: #8a1a1c;
			vertical-align: top;
			display: block;
			padding: 3px 0px 3px 0px;
		}
	
		
} 












