
a#a-cntdwn-wrapper {
	text-decoration: none;
	color: #000;
	padding: 0 !important;
}
#countdown_holder {
    position: relative;   /* leave as "relative" to keep timer centered on your
                             page, or change to "absolute" then change the
                             values of the "top" and "left" properties to
                             position the timer */
    width: 300px;
    margin: 0px auto 20px;
    padding: 0 0 20px;
    max-height: 500px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
	background-color: #f1f1f1;
}
.home #countdown_holder,
.tax-mc-tax-vertical #countdown_holder {
	margin-top: 15px;
	padding: 0 0 20px;
}
.custom-html-widget #countdown_holder {
	margin: 0px 0 20px;
}
@media screen and (max-width: 480px) {
	.custom-html-widget #countdown_holder {
		margin: 0px auto 20px;
	}
}

#countdown_holder #cntdwn-link {
	display: block;
	height: 167px;
	text-indent: -9999px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 300px 162px;
}
#countdown_holder h2 {
    margin: 0 10px;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
}
.home #countdown_holder h2,
.tax-mc-tax-vertical #countdown_holder h2 {
    margin: 0 2px;
    font-size: 14px;
	word-spacing: -.1em;
}
#countdown_holder h2 strong {
    font-size: 15px;
    font-weight: 600;
}
#countdown_holder p#days-callout {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home #countdown_holder p#days-callout,
.tax-mc-tax-vertical #countdown_holder p#days-callout {
    margin-top: 10px;
    margin-bottom: 10px;
}
#countdown_holder button#tckt-buyer {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    color: #fff;
    background-color: #a59c95;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .06em;
    font-weight: bold;
    border: 0;
}
#countdown_holder .numbers {
    width: 35px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-size: 18px;
    letter-spacing: .06em;
    font-style: normal;   /* options are normal or italic */
    color: #000;       /* change color using the hexadecimal color codes for HTML */
}
#countdown_holder .title {		/* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
    width: 35px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #000;       /* change color using the hexadecimal color codes for HTML */
}
#countdown_holder .colon {
    padding-top:5px;
}
#countdown_holder #table {
    width: 200px;
    height: 48px;
    border-style: none;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    background-color: #fff;
    margin: 0px 0 0px 50px;
    position: relative;   /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
}

.single-mc-sponsored-content .sidebar #text-10 {
    display: none;
}

#mc_vertical_text-2 + #custom_html-2 {
	display: none;
}
