/*! CUSTOM GLOBALS */

.grid_thirty {
	width: 30%;
	float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.grid_forty {
	width: 40%;
	float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

small {
	font-size: 65%;
}

.yellow_button,
a.yellow_button {
	margin-top: 20px;
	background: #fff44e;
	color: #000;
	text-decoration: none;
	height: auto;
	font-size: 20px;
	font-family: 'ideal-bold';
	line-height: 1em;
	letter-spacing: 1px;
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 15px 10px;
}

.gray_button,
a.gray_button {
	margin-top: 20px;
	background: #cdcdcd;
	color: #fff;
	text-decoration: none;
	height: auto;
	font-size: 20px;
	font-family: 'ideal-bold';
	line-height: 1em;
	letter-spacing: 1px;
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 15px 10px;
}

.box_cta {
	max-width: 191px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ideal-bold';
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
}



/*! CUSTOM GLOBALS - ACCENT BLUE */

.blue_accent #nav {
	background-color: #1b979b;
}



/*! CUSTOM GLOBALS - ACCENT ORANGE */

.orange_accent #nav {
	background-color: #fbac3b;
}




/*! TPL - SUBSCRIBE THEATRE */

#subscription_header {
	padding-top: 250px;
	padding-bottom: 50px;
}


#subscription_header h1 {
	color: #fff;
	font-size: 65px;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: 'ideal-bold';
	font-weight: normal;
}

.customize_subscription {
	text-align: center;
	padding-top: 13px;
	background-color: #eeeceb;
}

.customize_subscription .wrapper {
	bottom: -55px;
}

.customize_subscription h2 {
	text-transform: uppercase;
	line-height: 52px;
	font-size: 25px;
}

.customize_subscription .customize_entry {
	font-size: 18px;
	color: #353535;
	line-height: 30px;
}

.subscriptions_wrapper {
	margin-top: 100px;
}

.subscription_cta {
	position: relative;
	text-transform: uppercase;
	padding: 112px 45px 55px;
	background-color: #fff;
	font-family: 'Oswald';
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

.subscription_price_wrapper {
	position: absolute;
	border-radius: 50%;
	width: 168px;
	height: 168px;
	top: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.best_deal .subscription_cta {
	padding-top: 150px;
}

.best_deal .subscription_price_wrapper:after {
	position: absolute;
	bottom: -12px;;
	content: "BEST DEAL!";
	width: 90%;
	height: 36px;
	line-height: 36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f4c142;
    color: #fff;
    text-transform: uppercase;
}

.subscription_price {
	font-size: 48px;
	color: #fff;
	line-height: 168px;
	margin-left: 0px;
}

.subscription_price small {
	position: relative;
	top: -10px;
	display: inline-block;
}

.subscription_shows {
	font-size: 47px;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin-top: 12px;
}

.subscription_shows span {
	display: block;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'ideal-bold';
	padding-top: 20px;
}

.subscription_cta hr {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #a1a1a1;
    margin: 26px 0;
}

.subscription_savings {
	margin-bottom: 25px;
}

.page-template-template-subscribe-theatre .blue_accent a.box_cta,
.page-template-template-subscribe-theatre .orange_accent a.box_cta,
.subscription_cta .box_cta,
.subscription_choice .box_cta {
	background-color: #353535;
}

.customize_subscription_expand {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
}

.customize_entry {
	font-size: 23px;
	line-height: 30px;
	color: #353535;
	margin-bottom: 30px;
}

.customize_subscription_expand {
	display: none;
}

.customize_subscription_expand .grid_container .grid {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

.customize_subscription_expand .grid_container .grid:first-of-type {
	margin-left: 30px;
}

.customize_subscription_expand .grid_container .grid:last-of-type {
	margin-right: 30px;
}

.subscription_choice {
	padding: 64px 24px 50px;
	background-color: #f4c142;
	color: #fff;
	text-align: center;
}

.subscription_choice h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}

.subscription_choice p {
	margin-bottom: 30px;
	line-height: 20px;
	font-size: 16px;
}

.customize_subscription_expand .gray_button {
	width: calc(100% - 15px);
	margin-top: 46px;
	text-transform: uppercase;
}

.fullwidth_image_section {
	text-align: center;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fullwidth_image_section,
.fullwidth_image_section .wrapper {
	height: 650px;
}

.fullwidth_image_section .wrapper .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fullwidth_image_section h1 {
	font-size: 65px;
	color: #fff;
	margin-bottom: 40px;
	line-height: 1em;
}

.fullwidth_image_section_entry {
	font-size: 22px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'ideal-bold';
	margin-bottom: 30px;
}

.fullwidth_image_section .click_here {
	position: absolute;
	right: 0;
	bottom: -112px;
}

.page-template-template-subscribe-theatre .perks_graphic_section {
	margin-bottom: 160px;
}

.featured_slider_section {
	/*height: 788px;*/
	padding-bottom: 200px;
}

.featured_slider_section .wrapper {
	top: -60px;
}

.featured_slider_section .the_slider_wrapper {
	position: relative;
	z-index: 2;
}

.featured_slider_section .the_slider img {
	width: 100%;
	height: auto;
}

.featured_slider_section .the_slider_wrapper:before {
	content: '';
	position: absolute;
	width: 428px;
	height: 426px;
	top: 215px;
	left: -160px;
	background-image: url('../images/bg_circle_dots.png');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.featured_slider_section .the_slider_wrapper:after {
	content: '';
	position: absolute;
	width: 275px;
	height: 317px;
	top: 170px;
	right: -134px;
	background-image: url('../images/bg_two_circles.png');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.page-template-template-subscribe-theatre .additional_buttons_section {
	background: #f4c142;
}

.page-template-template-subscribe-theatre .additional_buttons_section .wrapper {
	top: -180px;
}



/*! TPL - SUBSCRIBE THEATRE - ACCENT BLUE */

.blue_accent #subscription_header {
	background-color: #00d2de;
	border-bottom: 11px solid #1b979b;
}

.blue_accent .customize_subscription h2,
.blue_accent .subscription_shows {
	color: #1b979b;
}

.blue_accent .subscription_price_wrapper,
.blue_accent .featured_slider_section {
	background-color: #1b979b;	
}

.blue_accent .subscription_shows span {
	color: #00d2de;
}

.blue_accent .customize_subscription_expand .grid:nth-of-type(1) .subscription_choice {
	background-color: #2ed1dc;
}

.blue_accent .customize_subscription_expand .grid:nth-of-type(3) .subscription_choice {
	background-color: #46d5ca;
}

.blue_accent .customize_subscription_expand .grid:nth-of-type(4) .subscription_choice {
	background-color: #1b979b;
}


.blue_accent .subscription_cta .box_cta.active {
	background-color: #00d2de;
}

.blue_accent .subscription_choice .box_cta.active {
	background-color: #fff;
	color: #353535;
}

.blue_accent .gray_button.active {
	background-color: #2ed1dc;
}




/*! TPL - SUBSCRIBE THEATRE - ACCENT ORANGE */

.orange_accent #subscription_header {
	background-color: #f07d30;
	border-bottom: 11px solid #fbac3b;
}

.orange_accent .customize_subscription h2,
.orange_accent .subscription_shows {
	color: #de5502;
}

.orange_accent .subscription_price_wrapper,
.orange_accent .featured_slider_section {
	background-color: #de5502;	
}

.orange_accent .customize_subscription_expand .grid:nth-of-type(1) .subscription_choice {
	background-color: #f07d30;
}

.orange_accent .customize_subscription_expand .grid:nth-of-type(3) .subscription_choice {
	background-color: #de5502;
}

.orange_accent .customize_subscription_expand .grid:nth-of-type(4) .subscription_choice {
	background-color: #fbac3b;
}

.orange_accent .subscription_cta .box_cta.active {
	background-color: #f07d30;
}

.orange_accent .subscription_choice .box_cta.active {
	background-color: #fff;
	color: #353535;
}

.orange_accent .gray_button.active {
	background-color: #f07d30;
}

