.milestone-widget .day,
.milestone-widget .hour,
.milestone-widget .minute,
.milestone-widget .second {
	text-align: right;
	width: 1.75em;
}
.milestone-widget .year {
	text-align: right;
	width: 3.25em;
}
.milestone-widget .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.milestone-widget {
	margin-bottom: 1em;
}

.widget_aw_milestone {
	width: 100% !important;
	float: left !important;
}
.milestone-content, .milestone-countdown {
	float: left; 
	width: 100%; height: 100%; overflow: hidden;
	padding: 0; margin: 0;
}

.milestone-countdown .difference {
    color: #f36e21;
    float: left;
    font-family: 'MuseoSlab-700',serif;
    font-size: 4.063em;
    font-weight: 700;
	margin-right: 10px;
}

.milestone-countdown .label {
	color: #000;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 15px 0 0;
}

.milestone-message {
	color: #000;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 26px;
	padding: 15px 0;
}

 @media screen and (max-width: 800px) {
.milestone-message { padding: 0 20px 30px} 
 }