html,body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
body {
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	width: 100%;
}

strong {
	font-weight: 700;
}
p {
	line-height: 180%;
	padding-bottom: 20px;
}
time {
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
time.tod {
	color: #666;
}
a {
	color: #69aad8;
	text-decoration: none;
}
a:hover {
	color: #397aa8;
}

.wkd_next_previous {
	padding-right: 20px;
}
.wkd_next_previous a.page-numbers,
.wkd_next_previous span.current {
	display: inline-block;
	margin: 0 4px;
	padding: 5px;
	vertical-align: middle;
}

.more,
.nav-next a,
.nav-previous a,
.wkd_next_previous a.prev,
.wkd_next_previous a.next {
	background-color: #db3d24;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 25px 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 275px;
}
.nav-next a,
.nav-previous a,
.wkd_next_previous a.prev,
.wkd_next_previous a.next {
	font-size: 1em;
	width: 200px;
	vertical-align: middle;
}
.wkd_next_previous .prev {
	margin-right: 30px !important;
}
.wkd_next_previous .next {
	margin-left: 30px !important;
}


.more:hover,
.nav-next a:hover,
.nav-previous a:hover {
	background-color: #082e49;
	color: #fff;
}

a.print {
	display: block;
	text-align: right;
	padding: 10px 0;
}
a.print:hover {
	color: #082e49;
}
a.print span {
	background: transparent url('../png/icon_print.png') 0 50% no-repeat;
	color: #db3d24;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	padding-left: 30px;
	text-transform: uppercase;
	vertical-align: middle;
}

.page_title {
	color: #02497a;
	font-size: 3.5em;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	padding-bottom: 15px;
	text-align: left;
	text-transform: capitalize;
}
header .page_title {
	color: #02497a;
	font-size: 3.5em;
}

.clear {
	clear: both;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding-top: 50px;
}

article ul {
	margin: 10px;
}
article ol {
	margin: 10px;
	list-style-type: decimal;
}
article ul li,
article ol li {
	font-size: 18px;
	line-height: 150%;
	margin: 15px;
}
article ul li {
	list-style-type: square;
}
article ol li {
	list-style-type: decimal;
}
article label {
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
article input[type="text"],
article input[type="email"],
article input[type="phone"],
article textarea {
	border: 1px #ccc solid;
	padding: 10px 8px;
	width: 90%;
}
.mc-field-group {
	display: block;
	margin-top: 20px;
}
.indicates-required {
	text-align: right;
}

article table {
	margin-top: 20px;
	width: 100%;
}
article th {
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 10px 20px;
	text-transform: uppercase;
}
article td {
	padding: 10px 20px;
}
article.page td {
	border: 2px #fff solid;
}
article.page tr:nth-child(even) td {
	background-color: #eaeaea;
}


.feature_header {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2.75em;
	font-weight: 700;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.double_header {
	color: #8fbae4;
	font-weight: 700;
	padding-bottom: 50px;
	letter-spacing: 0.125em;
	text-align: center;
	text-transform: uppercase;
}
.double_header span {
	color: #02497a;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 2.5em;
}



.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

@media( max-width: 1150px ) {
	.wkd_next_previous {
		padding-right: 0;
	}
	.wkd_next_previous .prev,
	.wkd_next_previous .next {
		display: block !important;
		margin: 15px auto !important;
	}
}
@media( max-width: 1000px ) {
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}

}

.multi_slider .slick-slide {
	text-align: center;
}
.multi_slider .slick-slide img {
	display: inline-block;
}
.multi_slider .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	color: #d74128;
	cursor: pointer;
	border: 0;
	font-size: 0 !important;
	height: 76px;
	position: absolute;
	width: 76px;
	z-index: 600;
}
.multi_slider .slick-prev {
	background-image: url('../png/slider_arrow_left.png');
	left: 0;
}
.multi_slider .slick-next {
	background-image: url('../png/slider_arrow_right.png');
	right: 0;
}


/* header */
#site_header {
	background-color: #052e4a;
}
#site_header_top {
	background-color: #021f33;
	padding: 5px 0;
}
#site_header_top .content_wrapper {
	display: table;
}
#nav_social_narrow {
	display: none;
}
#nav_social_wide {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.social_nav a {
	background-repeat: no-repeat;
	background-image: url('../png/sprite_social2b.png');
	display: inline-block !important;
	height: 29px;
	margin-right: 10px;
	vertical-align: middle;
	width: 29px;
}
.social_nav a span {
	display: none;
}
.social_nav a.twitter	{ background-position: 0 0; }
.social_nav a.facebook	{ background-position: -37px 0; }
.social_nav a.instagram	{ background-position: -75px 0; }
.social_nav a.youtube	{ background-position: -112px 0; }
.social_nav a.pinterest	{ background-position: -149px 0; }
.social_nav a.reddit	{ background-position: -187px 0; }
.social_nav a.tiktok	{ background-position: -224px 0; }

#search_form {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 50%;
}
#search_form input[type="text"] {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px #415766 solid;
	color: #fff;
	font-size: 0.875em;
	margin-right: 10px;
	width: 167px;
}
#search_form input[type="button"] {
	background: transparent url('../png/icon_search2.png') no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 19px;
	width: 19px;
}

#site_header_main .content_wrapper {
	background: transparent url('../png/header_steven.png') 0 100% no-repeat;
	padding: 50px 15px;
}
#newsletter_form_narrow {
	display: none;
}
#newsletter_form_wide {
	float: right;
}
.newsletter_form {
	padding-top: 10px;
	text-align: center;
	width: 323px;
}
.newsletter_form h3 {
	background: transparent url('../png/newsletter_text.png') no-repeat;
	height: 38px;
	margin-bottom: 10px;
	width: 323px;
}
.newsletter_form h3 span {
	display: none;
}
.newsletter_form input[type="email"] {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	height: 40px;
	margin-right: 3px;
	padding: 8px 12px;
	vertical-align: middle;
	width: 210px;
}
.newsletter_form input[type="submit"] {
	background: #db3d24 url('../png/button_triangle.png') 80px 50% no-repeat;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	height: 40px;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100px;
}

#site_header_main h1,
#site_header_main h2 {
	background: transparent url('../png/header_text_lg.png') no-repeat;
	height: 112px;
	margin-left: 200px;
	width: 496px;
}
#site_header_main h1 span,
#site_header_main h2 span {
	display: none;
}


/* main menu */
#burger_button {
	display: none;
}
#menu_bg {
	display: none;
}
#main_menu {
	background-color: #db3d24;
}
#main_menu > nav {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
#main_menu > nav > ul {
	display: table;
	width: 100%;
}

#main_menu a {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 20px 15px;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu a.active {
	color: #021f33;
}
#main_menu li:first-child a {
	padding-left: 0;
}
#main_menu li:last-child a {
	padding-right: 0;
}

#main_menu li > ul {
	display: none;
}

#main_menu li {
	display: table-cell;
	vertical-align: middle;
}
#main_menu li:hover > ul,
#main_menu li.open > ul {
	background-color: #db3d24;
	display: block;
	width: 300px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 850;
}
#main_menu li:hover > ul li,
#main_menu li.open > ul li {
	display: block;
}
#main_menu li:hover > ul li a,
#main_menu li.open > ul li a {
	font-size: 0.875em;
	padding: 8px 16px;
}

@media( max-width: 1200px ) {
	#burger_button {
		background: transparent url('../png/burger_button_sm2.png') no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
		display: block;
		height: 47px;
		position: fixed;
		right: 0;
		top: 0;
		width: 150px;
		z-index: 810;
	}
	#burger_button span {
		display: none;
	}

	#site_header_top {
		height: 47px;
		left: 0;
		position: fixed;
		top: 0;
		background-color: #021f33;
		padding: 5px 0;
		width: 100%;
		z-index: 800;
	}
	#site_header_top .content_wrapper {
		display: inline;
	}
	#nav_social_wide {
		display: none;
	}
	#nav_social_narrow {
		display: block;
		padding: 30px 10px 0 10px;
		text-align: center;
	}

	#search_form {
		display: block;
		left: -195px;
		position: fixed;
		transition: all 0.5s;
		top: 15px;
		width: 220px;
	}
	#search_form.open {
		left: 0;
	}

	#newsletter_form_wide {
		display: none;
	}
	#newsletter_narrow_wrapper {
		background-color: #021f33;
	}
	#newsletter_form_narrow {
		display: block;
		margin: 0 auto;
		padding: 35px 0 40px 0;
	}

	#site_header_main h1,
	#site_header_main h2 {
		background: transparent url('../png/header_text_sm2.png') no-repeat;
		background-size: 100% 100%;
		height: 76px;
		margin: 0 auto;
		width: 346px;
	}
	#site_header_main .content_wrapper {
		background: transparent;
		background-image: none;
		padding: 60px 15px 10px 15px;
	}

	body.menu_open #menu_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	#main_menu {
		position: fixed;
		height: calc(100vh - 47px);
		right: -300px;
		transition: all 0.5s;
		top: 47px;
		width: 300px;
		z-index: 900;
	}
	body.menu_open #main_menu {
		right: 0;
	}
	#main_menu > nav {
		display: inline;
	}

	#main_menu > nav > ul {
		display: block;
	}

	#main_menu li {
		display: inline;
	}
	#main_menu a,
	#main_menu li:first-child a,
	#main_menu li:last-child a {
		display: block;
		padding: 5px 10px;
	}
	#main_menu li:hover > ul,
	#main_menu li.open > ul {
		position: static;
	}
	#main_menu li:hover > ul li,
	#main_menu li.open > ul li {
		padding-left: 20px;
	}
	#main_menu li:hover > ul li a,
	#main_menu li.open > ul li a {
		padding: 4px 10px;
	}
}


/* hero sliders */
.hero_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 40px 0;
	width: 100%;
}
.hero_slider {
	height: 539px;
	width: 100%;
}
.hero_slider .slick-track > a {
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	height: 539px;
	width: 100%;
}

.slick-dots {
	margin-top: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.slick-dots button {
	background: transparent url('../png/slider_dot_off.png') no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0 !important;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}
.slick-dots .slick-active button {
	background: transparent url('../png/slider_dot_on.png') no-repeat;
}
.hero_slider .slider_text {
	background-color: rgba( 6, 24, 37, 0.55 );
	height: auto;
	margin-top: 250px;
	padding: 20px 30px 10px 30px;
	max-width: 670px;
	width: 100%;
}
.hero_slider .slider_text h3 {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 2.75em;
	font-weight: 700;
	padding-bottom: 15px;
}
.hero_slider .slider_text h3:hover {
	color: #91bbe2;
}
.hero_slider .slider_text p {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 140%;
}

@media( max-width: 1200px ) {
	.hero_wrapper {
		padding: 0;
	}
}
@media( max-width: 650px ) {
	.hero_slider .slider_text {
		margin-top: 290px;
	}
	.hero_slider .slider_text h3 {
		font-size: 2em;
		padding-bottom: 10px;
	}
	.hero_slider .slider_text p {
		font-size: 1.25em;
	}

}


/* featured posts */
.featured_posts {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 0 0 30px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.featured_posts .post {
	display: inline-block;
	margin: 0 15px;
	max-width: 375px;
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.featured_posts .post:first-child,
.featured_posts .post:nth-child(4n) {
	margin: 0 15px 0 0;
}
.featured_posts .post:nth-child(3n) {
	margin: 0 0 0 15px;
}

.featured_posts .post img {
	height: auto;
	min-height: 250px;
	min-width: 375px;
	width: 100%;
}
.featured_posts .post .img {
	display: block;
	max-height: 250px;
	overflow: hidden;
}
.featured_posts .post h4 a {
	color: #db3d24;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 8px 0;
	text-transform: uppercase;
}
.featured_posts .post h3 a {
	color: #397aa8;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 10px;
}
.featured_posts .post h3 a:hover {
	color:#91bbe2;
}
@media( max-width: 1200px ) {
	#hp_featured_posts {
		padding-top: 30px;
	}
	.featured_posts .post:first-child,
	.featured_posts .post:last-child,
	.featured_posts .post:nth-child(3n),
	.featured_posts .post:nth-child(4n) {
		margin: 0 15px;
	}

}
@media( max-width: 830px ) {
	.featured_posts .post {
		display: none;
	}
	.featured_posts .post:nth-child(-n+3) {
		display: inline-block;
	}

}



/* homepage store */
.store_section_wrapper {
	padding: 40px 0;
}
.store_section_wrapper:nth-child(odd) {
	background-color: #efefef;
}
.store_section {
	display: table;
	width: 100%;
}
.store_section_info {
	display: table-cell;
	vertical-align: top;
	width: 325px;
}
.store_section_info h2 {
	color: #8fbae4;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.store_section_info h3 {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 110%;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.store_section_info p {
	font-size: 0.875em;
}

.store_section_products {
	display: table-cell;
	padding-left: 50px;
	vertical-align: top;
	width: auto;
}
.store_section_products .product {
	display: inline-block;
	height: 350px;
	margin: 0 6px;
	vertical-align: top;
	width: 250px;
}
.store_section_products .product a.img {
	box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	display: table;
	height: 250px;
	margin-bottom: 12px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.store_section_products .product a.img span {
	display: table-cell;
	vertical-align: middle;
}
.store_section_products .product a.img img {
	max-height: 180px;
	max-width: 100%;
}
.store_section_products .product h4 a {
	color: #7a9fc3;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.store_section_products .product h5 a {
	color: #000;
	font-weight: 700;
}
.store_section_products .product h5 a:hover {
	color: #d83e2d;
}

.store_section_ad {
	margin-top: -350px;
	position: absolute;
}

.store_block_seasonal {
	display: flex;
	margin-bottom: 5px;
	min-height: 485px;
	flex-direction: row-reverse;
	width: 100%;
}
.store_block_seasonal .seasonal_image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 65%;
}
.store_block_seasonal .seasonal_content {
	padding: 80px 30px 80px 60px;
	width: 35%;
}
.store_block_seasonal .seasonal_content h2 {
	font-family: "Oswald", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.store_block_seasonal .seasonal_content h3 {
	color: #8fbae4;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.store_block_seasonal .seasonal_content p {
	font-size: 0.875em;
}
.store_block_seasonal .seasonal_content p a {
	background-color: #db3d24;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 25px 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 300px;
}

.product_slider .slick-list {
	height: 300px;
	margin: 0 auto;
	width: 80%;
}
.product_slider .slick-prev {
	margin-top: 90px;
}
.product_slider .slick-next {
	margin-top: -210px;
}

@media( max-width: 1200px ) {
	.store_block_seasonal .seasonal_image,
	.store_block_seasonal .seasonal_content {
		width: 50%;
	}
}
@media( max-width: 835px ) {
	.store_block_seasonal {
		display: block;
		margin: 0 auto 10px auto;
		max-width: 835px;
		width: 100%;
	}
	.store_block_seasonal .seasonal_image {
		height: 485px;
		overflow: hidden;
		width: 100%;
	}
	.store_block_seasonal .seasonal_content {
		width: 100%;
	}
}
@media( max-width: 979px ) {
	.store_section {
		display: block;
		text-align: center;
	}
	.store_section_info {
		display: block;
		width: 100%;
	}

	.store_section_products {
		display: block;
		padding: 50px 0;
	}

	.store_section_products .product {
		text-align: center;
	}
	.store_section_products .product a.img {
		box-shadow: none;
		display: inline-block;
		height: auto;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		width: 300px;
	}
	.store_section_products .product a.img span {
		display: inline;
	}
	.store_section_products .product a.img img {
		max-height: 180px;
		width: auto;
	}

	.store_section_ad {
		margin-top: 0;
		position: static;
		text-align: center;
	}
}

/* homepage books slider */
#featured_books {
	padding: 50px 0;
	text-align: center;
}
#featured_books_slider {
	margin: 0 auto 50px auto;
}
#featured_books_slider .slick-list {
	height: 224px;
	margin: 0 auto;
	width: 95%;
}
#featured_books_slider .slick-list img {
	height: 220px;
	width: auto;
}
#featured_books_slider .slick-prev {
	margin-top: 80px;
}
#featured_books_slider .slick-next {
	margin-top: -144px;
}

@media( max-width: 750px ) {
	.multi_slider .slick-prev {
		display: none !important;
	}
}

/* homepage tv shows */
#hp_tv_shows {
	margin-bottom: 50px;
	text-align: center;
}
#hp_tv_shows div {
	display: inline-block;
	margin: 0 11px;
}
#hp_tv_shows a {
	display: inline-block;
	max-width: 375px;
	min-width: 250px;
	width: 100%;
}
#hp_tv_shows a img {
	height: auto;
	width: 100%;
}
#hp_tv_shows div:first-child {
	margin-left: 0;
}
#hp_tv_shows div:last-child {
	margin-right: 0;
}

#hp_tv_shows .slick-list {
	height: 300px;
	margin: 0 auto;
	width: 80%;
}
#hp_tv_shows .slick-prev {
	margin-top: 90px;
}
#hp_tv_shows .slick-next {
	margin-top: 90px;
}


/* recipes page */
.title_search_wrapper {
	display: table;
	width: 100%;
}
.title_search_wrapper h1 {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.title_search_wrapper form {
	display: table-cell;
	vertical-align: middle;
}

.sidebar_search {
	text-align: right;
}
.sidebar_search fieldset {
	border-bottom: 2px #c0cbd2 solid;
	display: inline-block;
	padding-bottom: 7px;
	width: 300px;
}
.sidebar_search input[type="submit"] {
	background: transparent url('../png/icon_search2.png') no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 19px;
	width: 19px;
}
.sidebar_search input[type="text"] {
	background-color: #fff;
	border: 0;
	color: #021f33;
	font-size: 700;
	padding: 5px;
	width: 270px;
}
.sidebar_search input[type="text"]::placeholder {
	color: #021f33;
	letter-spacing: 0.075em;
}

section.page_break {
	background-color: #397aa8;
	margin-bottom: 50px;
	padding: 30px 0;
	text-align: center;
}
.page_break_search {
	margin: 0 auto;
	max-width: 1160px;
	width: 100%;
}
.page_break_search input[type="text"] {
	background-color: #052e4a;
	border: 0;
	border-bottom: 3px #446277 solid;
	color: #fff;
	font-size: 2em;
	padding: 15px 5px;
	vertical-align: middle;
	width: 90%;
}
.page_break_search input[type="text"]::placeholder {
	color: #fff;
	letter-spacing: 0.075em;
}
.page_break_search input[type="submit"] {
	background: transparent url('../png/icon_search_lg.png') no-repeat;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 36px;
	margin-left: -42px;
	position: relative;
	vertical-align: middle;
	width: 36px;
}

@media( max-width: 700px ) {
	.title_search_wrapper {
		display: block;
		padding-bottom: 40px;
	}
	.title_search_wrapper h1,
	.title_search_wrapper form {
		display: block;
		text-align: center;
		width: auto;
	}
}

/* generic posts list with sidebar */
.posts_list_wrapper {
	display: table;
	margin-bottom: 50px;
	width: 100%;
}

.posts_list_wrapper .posts_list {
	display: table-cell;
	padding-right: 50px;
	text-align: center;
	vertical-align: top;
}
.posts_list_wrapper .posts_sidebar {
	display: table-cell;
	vertical-align: top;
	width: 300px;
}
.posts_list_wrapper .episodes_sidebar {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 300px;
}
.sidebar_block {
	padding-bottom: 30px;
}
.widget img {
	height: auto;
	max-width: 100%;
}
.widget h4.widget_title {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2em;
	font-weight: 700;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.posts_list .post {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
	width: 245px;
}
.posts_list .post a {
	letter-spacing: 0.063em;
}
.posts_list .post a {
	color: #91bbe2;
}

.posts_list .post .img {
	display: block;
	height: 245px;
	width: 245px;
	overflow: hidden;
}
.posts_list .post .img img {
	height: 245px;
	margin-left: -32%;
	position: relative;
	width: auto;
}
.posts_list .post h4 a {
	color: #db3d24;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 8px 0;
	text-transform: uppercase;
}
.posts_list .post h3 a {
	color: #397aa8;
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 10px;
}
.posts_list .post h3 a:hover {
	color: #91bbe2;
	letter-spacing: 0;
}

.categories > li {
	border-top: 1px #dee0e1 solid;
	display: block;
	padding: 12px 0;
}
.categories > li:first-child {
	border-top: 0;
	padding: 0 0 12px 0;
}
.episode_series > li:first-child {
	border-top: 1px #dee0e1 solid;
	padding: 12px 0;
}
.categories a {
	color: #397aa8;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 0;
	text-transform: uppercase;
}
.categories a:hover {
	color: #91bbe2;
}
.categories .children {
	padding-top: 8px;
}
.categories .children a {
	color: #db3d24;
	padding: 6px 0 6px 12px;
}
.categories .children a:hover {
	color: #91bbe2;
}
.categories .cat-item-741 ul,
.categories .cat-item-578 ul,
.categories .cat-item-763 {
	display: none;
}


@media( max-width: 850px ) {
	.posts_list_wrapper {
		display: block;
	}
	.posts_list_wrapper .posts_list {
		display: block;
		padding-right: 0;
	}
	.posts_list_wrapper .posts_sidebar,
	.posts_list_wrapper .episodes_sidebar {
		display: block;
		margin: 0 auto;
	}
	.posts_list .post {
		display: none;
	}
	.posts_list .post:nth-child(-n+6) {
		display: inline-block;
	}
}


/* store page */
#store_wrapper .store_section_info,
#store_wrapper .store_section_products {
	padding-bottom: 70px;
}
#store_wrapper .more {
	font-size: 1em;
	padding: 20px 10px;
	width: 320px;
}
.store_section_info .more {
	margin-bottom: 30px;
}
.store_section_info .page_break,
.single_post_nav .page_break,
.single_book .page_break {
	margin-bottom: 50px;
}
.store_section_info .page_break_search,
.single_post_nav .page_break_search,
.single_book .page_break_search {
	width: 90%;
}

.store_section_info .page_break_search input[type="text"],
.single_post_nav .page_break_search input[type="text"],
.single_book .page_break_search input[type="text"] {
	font-size: 1em;
	padding: 8px 5px;
}
.store_section_info .page_break_search input[type="submit"],
.single_post_nav .page_break_search input[type="submit"],
.single_book .page_break_search input[type="submit"] {
	background: transparent url('../png/icon_search2.png') no-repeat;
	background-size: 100% 100%;
	height: 19px;
	margin-left: -22px;
	width: 19px;
}

.column_nav {
	border-bottom: 1px #dee0e1 solid;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.column_nav h4 {
	color: #397aa8;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.column_nav ul {
	columns: 2;
}
.column_nav li {
	padding-left: 15px;
}
.column_nav ul a {
	color: #db3d24;
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	font-weight: 700;
	padding: 7px 0;
	text-transform: uppercase;
}
.column_nav a:hover,
.column_nav a.active {
	color: #91bbe2;
}
.store_subnav h4 a {
	font-size: 16px;
}

/* single product page */
article.product {
	float: right;
	padding-left: 30px;
	vertical-align: top;
	width: 845px;
}

article.product header {
	float: right;
	padding-left: 30px;
	vertical-align: top;
	width: 255px;
}
article.product header h2 a {
	color: #7a9ec2;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 6px;
	text-transform: uppercase;
}
article.product .product_content {
	float: right;
	padding-bottom: 50px;
	max-width: 560px;
	vertical-align: top;
	width: 100%;
}

article.product .product_image {
	box-shadow: 0px 6px 6px rgba( 0, 0, 0, 0.2 );
	display: block;
	margin-bottom: 30px;
	padding: 15px;
	vertical-align: top;
}
article.product .product_image img {
	height: auto;
	width: 100%;
}
article.product .product_content h2 {
	color: #8fbae4;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 10px 0;
	text-transform: uppercase;
}

article.product h1.page_title {
	font-size: 2em;
	font-weight: 700;
}
article.product .more {
	font-size: 1em;
	padding: 20px 10px;
	width: 200px;
}

.single_post_nav {
	float: right;
	vertical-align: top;
	width: 325px;
}

@media( max-width: 1200px ) {
	article.product {
		float: none;
		margin: 0 auto;
		padding-left: 0;
		width: 845px;
	}
	.single_post_nav {
		float: none;
		margin: 0 auto 30px auto;
	}
}

@media( max-width: 890px ) {
	article.product {
		width: 100%;
	}
	article.product .product_content {
		float: none;
		margin: 0 auto 30px auto;
	}
	article.product header {
		float: none;
		margin: 0 auto 30px auto;
		max-width: 560px;
		padding-left: 0;
		width: 100%;
	}
}

/* single recipe page */
.single_post {
	display: table;
	width: 100%;
}
.single_post article {
	display: table-cell;
	padding: 0 50px 50px 0;
	vertical-align: top;
}
.single_post .sidebar {
	display: table-cell;
	padding: 0 0 50px 0;
	vertical-align: top;
	width: 300px;
}
.single_post .episodes_sidebar {
	text-align: center;
}
.single_post img {
	height: auto;
	max-width: 100%;
}
.single_post iframe {
	max-width: 100%;
}
.single_post .byline {
	display: block;
	font-size: 0.75em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

article.post h1.page_title,
article.page h1.page_title {
	font-size: 2.25em;
	font-weight: 700;
}
article.post h2,
article.page h2 {
	color: #8fbae4;
	font-family: "Oswald", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 20px 0;
	text-transform: uppercase;
}
article.post h3,
article.page h3 {
	font-family: "Oswald", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 15px 0 10px 0;
}
article.post h4,
article.post h5,
article.post h6,
article.page h4,
article.page h5,
article.page h6 {
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 10px 0 8px 0;
}
article.post h4,
article.page h4 {
	color: #333;
}
article.post h5,
article.page h5 {
	color: #666;
}
article.post h6,
article.page h6 {
	color: #888;
}

article.post h3 a {
	color: #db3d24;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 6px;
	text-transform: uppercase;
}
article.recipe ul li {
	list-style-type: none;
}
article.post img.post_img {
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

.recipe_details {
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	margin: 0 auto 50px auto;
	max-width: 650px;
	padding: 50px 50px 0 50px;
}
.recipe_details h3 {
	color: #397aa8;
	font-family: "Oswald", sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	padding-bottom: 10px;
}
.recipe_details h4 {
	font-size: 1.25em;
	font-weight: 700;
}

.recipe_section {
	padding-bottom: 30px;
}
.single_post .sidebar .sidebar_search {
	padding-bottom: 30px;
}

.recipe_in_book .inner_wrapper {
	display: table;
	margin: 0 auto;
	max-width: 650px;
	width: 100%;
}
.recipe_in_book a.cover_img {
	display: table-cell;
	vertical-align: top;
	width: 210px;
}
.recipe_in_book .title_and_excerpt {
	display: table-cell;
	padding-left: 50px;
	vertical-align: top;
}

.recipe_in_book a.cover_img img {
	height: auto;
	width: 100%;
}
article.recipe .recipe_in_book h2 {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2.75em;
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
}
.recipe_in_book h3 {
	color: #8fbae4;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.recipe_in_book h4 a {
	color: #397aa8;
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	padding-bottom: 8px;
}



@media( max-width: 1000px ) {
	.single_post {
		display: block;
	}
	.single_post article {
		display: block;
		padding: 0 0 50px 0;
	}
	.single_post .sidebar {
		display: block;
		margin: 0 auto;
	}
	.recipe_in_book {
		display: block;
	}
	.recipe_in_book a.cover_img {
		display: block;
		margin: 0 auto 30px auto;
		width: 210px;
	}
	.recipe_in_book .title_and_excerpt {
		display: block;
		padding-left: 0;
	}

}

/* archives */
.archive_list {
	text-align: center;
}
.episode_archives .archive_list {
	text-align: center !important;
}
.archives article {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	width: 375px;
}
.episode_archives article {
	width: 340px;
}
.archives article:nth-child(2n) {
	margin-left: 50px;
}
.episode_archives article:nth-child(2n) {

	margin-left: 15px;
	margin-right: 15px;
}
.archives article h2 {
	margin: 0;
	padding: 0;
}
.archive_list h2 a {
	font-size: 1.5em;
}
.archives article h2 a {
	color: #397aa8;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: none;
}
.archives article h2 a:hover {
	color:#91bbe2;
}
.archives article h3 {
	margin: 0;
	padding: 0;
}
.archives article h3 a {
	color: #db3d24;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.archives article .post_img {
	display: block;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

@media( max-width: 1100px ) {
	.archives article {
		display: block;
		margin: 0 auto 30px auto;
	}
	.archives article:nth-child(2n) {
		margin-left: 0;
	}

}
@media( max-width: 700px ) {
	.archives article {
		display: block;
		margin-right: 0;
	}
}


/* events */
article.event {
	text-align: left;
}
.posts_list article.event {
	border-bottom: 1px #ccc solid;
	padding-top: 40px;
}
article.event:first-child {
	padding-top: 0;
}
.posts_list article.event h3 {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
}
.posts_list article.event h4 {
	color: #8fbae4;
	font-weight: 700;
	text-transform: uppercase;
}
article.event time {
	font-size: 1.25em;
	letter-spacing: 0.125em;
	padding-bottom: 30px;
}
.posts_list article.event time {
	font-size: 0.875em;
	letter-spacing: 0.063em;
	padding-bottom: 5px;
}
article.event a {
	color: #69aad8;
}
article.event a.more {
	color: #fff;
}
body.page-template-page-events .next_previous {
	padding-top: 30px;
}


/* books list page */
.posts_list_wrapper article.book {
	margin-bottom: 30px;
	text-align: left;
}
.posts_list_wrapper article.book h2 a {
	color: #02497a;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 2em;
	font-weight: 700;
	padding: 5px 0 10px 0;
	text-transform: capitalize;
}
.posts_list_wrapper article.book h2 a:hover {
	color: #91bbe2;
}
.posts_list_wrapper article.book .product_img img {
	max-width: 300px;
	height: auto;
	width: 100%;
}

/* single book page */
.single_book {
	display: table;
	width: 100%;
}
.single_book .sidebar_book {
	display: table-cell;
	padding-bottom: 50px;
	vertical-align: top;
	width: 325px;
}
.single_book article.book {
	display: table-cell;
	padding-left: 50px;
	padding-bottom: 50px;
	vertical-align: top;
}

.single_book article.book h2 {
	color: #db3d24;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.single_book .cover_img {
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}
.single_book .more {
	display: block;
}
.book_section {
	margin-top: 20px;
}

.buy_links ul {
	background: #082e49;
	display: none;
	padding: 0;
	margin: 0;
	min-width: 300px;
	text-align: center;
	width: 100%;
}
.buy_links ul.buy_cols_1 {
	max-width: 210px;
}
.buy_links ul.buy_cols_2 {
	max-width: 420px;
}
.buy_links ul.buy_cols_3 {
	max-width: 630px;
}

.buy_links:hover .more,
.buy_links.open .more {
	background: #082e49;
}
.buy_links:hover ul,
.buy_links.open ul {
	display: block;
	position: absolute;
	z-index: 500;
}
.buy_links li {
	display: inline-block;
	padding: 0 15px 12px 15px;
	vertical-align: top;
	width: 200px;
}
.buy_links li a {
	color: #fff;
	display: block;
	font-weight: 700;
	padding-bottom: 8px;
	text-align: left;
}
.buy_links li a:hover {
	color: #91bbe2;
}
.buy_links h5 {
	color: #fff;
	font-size: 0.875em;
	margin-top: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.075em;
	text-align: left;
	text-transform: uppercase;
}

.single_book .page_break {
	display: none;
}
.single_book .column_nav {
	margin-top: 30px;
}

@media( max-width: 850px ) {
	.buy_links:hover ul {
		margin: 0 auto;
		position: static;
	}
	.single_book {
		display: block;
	}
	.single_book .sidebar_book {
		display: block;
		margin: 30px auto;
	}
	.single_book article.book {
		display: block;
		padding-left: 0;
	}
	.posts_list_wrapper article.book {
		margin: 0 auto 30px auto;
		max-width: 380px;
		width: 100%;
	}
	.single_book .page_break,
	.single_book .column_nav {
		display: none;
	}
}

/* generic pages */
article.page {
	text-align: left;
}

.social_embed_wrapper {
	display: table;
	margin: 30px 0;
	width: 100%;
}
.social_embed_wrapper h2 {
	color: #7a9ec2;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.embed_twitter,
.embed_facebook {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.embed_facebook {
	padding-left: 50px;
}
@media( max-width: 850px ) {
	.social_embed_wrapper {
		display: block;
		margin: 30px 0 0 0;
	}
	.embed_twitter,
	.embed_facebook {
		display: block;
		padding-left: 0;
		margin: 0 auto 30px auto;
		width: 310px;
	}
}


/* special sidebar blocks */
.sidebar_products {
	padding-bottom: 30px;
	text-align: left;
}
.sidebar_products h3 {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.sidebar_products h4 {
	color: #8fbae4;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar_products a:hover {
	color: #d83e2d;
}
.products_grid {
	margin-bottom: 20px;
}
.products_grid .product {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 700;
	overflow: hidden;
	vertical-align: top;
	width: 130px;
}
.products_grid .product:nth-child(2n) {
	margin-left: 19px;
}
.products_grid .product_image {
	box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2 );
	display: block;
	height: 124px;
	margin-bottom: 15px;
	width: 124px;
}
.products_grid .product img {
	height: auto;
	width: 100%;
}
.products_grid .product_title {
	color: #000;
	font-size: 0.875em;
}
.sidebar_products .products_grid a.more:hover {
	color: #fff;
}


/* newsletters */

#archive {
	margin-top: 50px;
}
.newsletters_list h2 {
	color: #8fbae4;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
}
.newsletters_list h3 {
	padding-top: 10px;
}

.newsletters_list .post {
	border-bottom: 2px #eee solid;
	display: block;
	margin-bottom: 25px;
	margin-right: 0;
	padding-bottom: 25px;
	width: auto;
}

.newsletters_list .post img {
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	position: static;
	width: 200px;
}


#newsletter_footer {
	background: #db3d24 url('../png/footer_newsletter_bg.png') 0 100% no-repeat;
	padding: 30px 0;
}
#newsletter_footer h4 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#newsletter_footer h4 span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 2.25em;
	padding: 0 0 30px 0;
}
#newsletter_footer form {
	color: #fff;
	margin: 0 auto;
	max-width: 785px;
	min-width: 350px;
	width: 100%;
}
#newsletter_footer input[type="email"] {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	height: 62px;
	margin-right: 10px;
	vertical-align: middle;
	padding: 10px;
	width: 550px;
}
#newsletter_footer input[type="submit"] {
	background: #b42e19 url('../png/button_sign_up_today2.png') no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 0;
	height: 62px;
	vertical-align: middle;
	width: 196px;
}
#newsletter_footer a.archives {
	color: #510d02;
	display: block;
	font-weight: 700;
	margin: 20px 0;
	padding: 10px 0;
	text-transform: uppercase;
}
#newsletter_footer a.archives:hover {
	color: #fff;
}

@media( max-width: 795px ) {
	#newsletter_footer {
		padding: 30px 15px;
		text-align: center;
	}
	#newsletter_footer input[type="email"] {
		display: block;
		margin: 0 auto 20px auto;
		width: 95%;
	}
}


/* site footer */
#site_footer {
	background: #052e4a url('../png/footer_site_bg.png') 100% 100% no-repeat;
	padding: 50px 0;
}
#site_footer .inner_wrapper {
	display: table;
	width: 100%;
}

#footer_news_nav {
	display: table-cell;
	vertical-align: top;
}
#final_newsletter {
	color: #fff;
	display: table-cell;
	font-size: 0.875em;
	width: 275px;
}
#final_newsletter h5 {
	background: transparent url('../png/newsletter_text_footer.png') no-repeat;
	height: 24px;
	margin-bottom: 10px;
	width: 271px;
}
#final_newsletter h5 span {
	display: none;
}
#final_newsletter .more {
	font-size: 1em !important;
	padding: 15px 30px !important;
	width: auto !important;
}
#final_newsletter a.archives {
	color: #db3d24;
	display: block;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 20px 0;
	text-transform: uppercase;
}
#final_newsletter a.archives:hover {
	color: #fff;
}

#footer_nav {
	display: table-cell;
	padding-left: 80px;
	vertical-align: top;
}
#footer_nav ul {
	column-count: 2;
	column-gap: 30px;
}
#footer_nav ul li {
	display: inline;
}
#footer_nav a {
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 10px 0;
	width: 210px;
	text-transform: uppercase;
}
#footer_nav a:hover {
	color: #91bbe2;
}

.nav_social_more {
	padding-top: 10px;
}
.nav_social_more a {
	background-image: url('../png/sprite_social_lg3b.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	margin: 0 8px 8px 0;
	width: 41px;
}
.nav_social_more a.twitter		{ background-position: 0 0; }
.nav_social_more a.facebook		{ background-position: -53px 0; }
.nav_social_more a.instagram	{ background-position: -106px 0; }
.nav_social_more a.youtube		{ background-position: -158px 0; }
.nav_social_more a.pinterest	{ background-position: -211px 0; }
.nav_social_more a.reddit		{ background-position: -264px 0; }
.nav_social_more a.tiktok		{ background-position: -317px 0; }

.nav_social_more a span {
	display: none;
}
.social_share {
	padding: 20px 0;
	text-align: center;
}
#footer_copyright {
	color: #fff;
	display: table-cell;
	font-size: 0.75em;
	width: 250px;
	vertical-align: top;
}
#footer_copyright a {
	color: #91bbe2;
}
#footer_copyright a:hover {
	color: #ffffff;
}

@media( max-width: 1100px ) {
	#site_footer {
		padding: 50px 0 20px 0;
		text-align: center;
	}
	#site_footer .inner_wrapper {
		display: block;
	}

	#footer_news_nav,
	#footer_copyright {
		display: block;
		margin: 0 auto 30px auto;
		padding: 0 15px;
		width: 350px;
	}
	#final_newsletter,
	#footer_nav {
		display: block;
		margin: 0 auto 30px auto;
		padding: 0 15px;
		width: auto;
	}
	#footer_nav ul {
		column-count: 1;
		column-gap: 0;
	}
	#final_newsletter h5 {
		margin: 0 auto 15px auto;
	}

}

/* workman footer */
#workman_footer {
	background-color: #021f33;
	padding: 30px 0 20px 0;
	text-align: right;
}
@media( max-width: 1100px ) {
	#workman_footer {
		text-align: center;
	}
}


.fasc-button {
	display: inline-block;
	border-radius: 10px;
	padding: 8px 10px;
}

.horizontal_ad {
	padding: 30px 0;
	text-align: center;
}

.term_description {
	font-size: 1em;
	padding: 10px 0 40px 0;
	text-align: left;
}

.episodes_next_prev {
	padding: 20px 0;
	text-align: center;
}
.episodes_next_prev span {
	color: #69aad8;
}
.episode_prev {
	display: inline-block;
	text-align: left;
	width: 40%;
}
.episode_next {
	display: inline-block;
	text-align: right;
	width: 40%;
}
@media( max-width: 600px ) {
	.episodes_next_prev {
		padding: 0;
	}
	.episode_prev,
	.episode_next {
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	.episodes_next_prev span {
		display: none;
	}
}
.excerpt p {
	font-size: 14px;
}

.video_title {
	padding-bottom: 25px !important;
}
.video_subtitle {
	font-size: 1.25rem !important;
	padding: 0 !important;
}
.episode_video_wrapper {
	padding: 0 0 50px 0;
    text-align: center;
	width: 100%;
}
.video_wrapper_inner {
	height: 0;
	padding-bottom: 60%;
	position: relative;
	width: 100%;
}
.episode_video_wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.series_title {
	color: #02497a;
	font-family: "Oswald", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

@media( max-width: 530px ) {
	.video_wrapper_inner {
		padding-bottom: 65%;
	}
}

.show_page_header {
	padding-bottom: 30px;
}
.series_wrapper {
	background-color: #eaeaea;
	margin-bottom: 50px;
	padding: 50px;
	text-align: center;
}
.series_logo {
	text-align: center;
}
.series_logo img {
	height: auto;
	max-width: 100%;
}
@media (max-width: 1100px)
{
	.episode_archives article:nth-child(2n) {
		margin-left: auto;
		margin-right: auto;
	}
	.series_wrapper .archives article:nth-child(2n) {
		margin-left: auto !important;
	}
}

@media (max-width: 700px)
{
	.episode_archives article {
		margin-left: auto !important;
		margin-right: auto !important;
	}

}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
