@charset "UTF-8";
#second-timer, #minute-timer, #hour-timer, #day-timer {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#count-down-timers, #count-down-numbers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.timer-wrapper {
	position:relative;
	margin-top:4%;
	text-align:center;
	width:100%;
}
.timer, .num-left, .timer-label {
	display: inline-block;
	width: 22%;
}
.num-left {
	height: 100%;
}
.countdown {
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 2em;
color: #fff;
font-family: 'Raleway';
	text-align: center;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
}
.time-label {
	font-size: .5em;
	display:none;
}
.timer-label {
	font-size: .3em;
	text-align: center;
}/* CSS Document */
.digit-label {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}
#page-headline.timer{
	top:35%;
}
@media screen and (max-width:1000px){
	.countdown{
		font-size:1.6em;
	}
	.digit-label{
		font-size: 1em;
	}
}
@media screen and (max-width:800px),
/***iPhone X***/
only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3),
/***iPhone 6, 7, 8***/
only screen
and (min-device-width : 375px)
and (max-device-width : 667px),
/***iPhone Plus***/
only screen
and (min-device-width : 414px)
and (max-device-width : 736px),
/***iPad***/
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px),
/***iPad Mini***/
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1),
/***iPad Pro**/
only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5),
/***Galaxy S4, S5, and Note 3**/
only screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3),
/***Galaxy S6***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4),
/***Galaxy S7 & S8***/
only screen
and (min-device-width : 360px)
and (max-device-width : 640px),
/***Pixel***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3),
/***Pixel XL***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4){
	.countdown {
	    font-size: 1em;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
		}

.digit-label {
    font-size: .7em;
	}
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape), only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape){
	.countdown {
	    font-size: 1.2em;
	    transform: translate(0, -40%);
	}
}
