
/*

Theme Name: BIPP Wide

Theme URI: http://www.fableinteractive.com 

Author: Chris Tierney

Author URI: www.fableinteractive.com

Text Domain: blankslate

*/


/* 

#logo {
    display: none;
	visibility: hidden !important;}

#main-nav {
	    top: 20px !important;
}

#header {
	height: 80px !important;
}

#header-bg {
	height: 80px !important;	
}

#container {
	margin-top: 30px;
}


*/


@font-face {
	font-family: Caslon;
	src: url(fonts/BigCaslonFB-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: Claricka;
	src: url(fonts/clarikagrot-regular-1.otf);
	font-weight: normal;
}

@font-face {
	font-family: Claricka-Bold;
	src: url(fonts/clarikagrot-demibold.otf);
	font-weight: 700;
}

@font-face {
	font-family: Claricka-Light;
	src: url(fonts/clarikagrot-light.otf);
	font-weight: 300;
}





html {
	scroll-padding-top: 240px; /* height of sticky header */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}

body {

	font-size: 100%;
	font-family: Claricka, "sans-serif";
	line-height: 0;
	color: #000;
	background: #f9f9f9;
}




h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	padding-bottom: 0.3em;
}

h1 {
	font-family: Caslon, Georgia !important;
	font-size: 4em;
	line-height: normal;
}

h2 {
	font-family: Caslon, Georgia !important;
	font-size: 3em;
	line-height: 120%
}

h3 {
	font-family: Caslon, Georgia !important;
	font-size: 2em;
	margin-bottom: 0.5em;
}

h4 {
	font-family: Caslon, Georgia !important;
	font-size: 1.5em;
}

h4 a {
	font-family: Claricka-Bold, sans-serif;
	font-size: 0.8em;
	background: #d39d48;
	text-transform: uppercase;
	color: #000;
	padding: 8px 16px;
	line-height: 200%;
	transition:0.6s;
}

h4 a:hover {
transition:0.3s;
	background: #262626;
	color: #fff;
}


h5 {
	font-family: Caslon, Georgia !important;
}

h6 {
	font-family: Claricka, Trebuchet MS, sans-serif !important;
}

p {
	font-family: "Claricka", sans-serif !important;}

p ul {
	font-family: "Claricka", Trebuchet MS, sans-serif !important;}

p a {
		font-family: "Claricka", Trebuchet MS, sans-serif !important;
	font-weight: bold;
	color: #D39D48;
}

a {
	color: #D39D48;
	text-decoration: none;
}

strong {
	font-weight: bold !important;
}





h1.entry-title  {
	line-height: 200%;
}

hr {
	margin-top: 40px;
	border-top: 1px dashed #222;
}



p, .content_pad, .feature_text {
	line-height: 175%;
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
	display: block
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both
}

/* SOME BASIC ELEMENTS */



p {
	margin-bottom:8px;
}



em {
	font-style: italic;
}

#content {
	display: grid;
	grid-template-columns: 80px 1fr 80px;
}

/* Content Columns! */


.body_block {
	grid-column-start: 2;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}


.whole, .one_half, .one_third, .two_thirds, .one_quarter, .three_quarters, .corp_act {

}

.whole {
	grid-column: span 12;

}

.enter_buttons {
	grid-column: span 12;
}

.one_half {
	grid-column: span 6;
}

.one_third, .corp_act {
	grid-column: span 4;
}

.two_thirds {
	grid-column: span 8;
}

.one_quarter {
	grid-column: span 3;
}

.three_quarters {
	grid-column: span 9;
}

.last {
}

.feature {
	border-radius: 8px;
	background: #888888;
	grid-column: span 12;
}

.content_pad {
	padding: 0px;
}

.pad_image {
	padding: 0px;
}

/*  image columns  */





.pad_image {
	display: block;
}

.pad_image img {
	width: 100%;
	height: auto;
}

.image_100pc img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.image_whole, .image_one_half, .image_one_third, .image_two_thirds, .image_one_quarter, .image_three_quarters, .image_headshot {
	float: left;
	overflow: hidden;
	line-height: 0px;
	vertical-align:top;
}

.image_whole {
	width: 960px;
	clear: right;
	position: relative;
}


.image_one_half {
	grid-column: span 6;
}

.image_one_third {
	grid-column: span 4;
}

.image_two_thirds {
	grid-column: span 8;
}

.image_one_quarter {
	grid-column: span 3;
}

.image_three_quarters {
	grid-column: span 9;
}

.image_last {
	margin-right: 0px !important;
	clear: right;
}

.image_caption {
	display: block;
	line-height: 200%;
	margin-bottom: 4px;

}


.image_headshot {
	width:140px;
	padding: 20px;
	text-align: center;
}

.image_headshot h3 {
	font-size: 150%;
}


.pad {
	display: block;
	height: 40px;
	width: 100%;
}

.image_whole img, .image_one_half img, .image_one_third img, .image_two_thirds img, .image_one_quarter img, .image_three_quarters img, .image_headshot img {
	width: 100%;
	height: auto;
	display: block;
}

/* Quote Columns! */


.quote_whole {
	font-family: Claricka-Bold;
	color: #fff;
	grid-column: span 12;
	background: #D39D48;
	font-size: 300%;
	text-align: center;
	line-height: 200%;
}

.quote_content_pad {
	padding: 20px;
}


/*  */
.introtext {
	font-family: "gineso", sans-serif;
	display: block;
	padding: 40px;
	text-align: center;
	font-size:175%;
	background:#5B5B5B;
	color: #fff;
}











#content ol {
	list-style: decimal;
}

#content li {
	line-height: 200%;
	margin-left: 50px;
	margin-bottom: 12px;
}


/* Forms! */



input, textarea {
	background: url(images/interface/wbg-30.png);
	border-radius: 4px;
	border: none;
	width: 70%;
	
	padding: 6px;
	color: #fff;
	font-size: 140%;
}

input.button, .vfb-submit {
	cursor: pointer;
	background: url(images/interface/wbg-70.png);
	margin-top: 15px;
	width: auto;
	color: #000;
	padding: 2px;
	border-radius: 0px;
}


.error, #pass-strength-result {
	line-height: 24px;
}

label, legend {
	
	line-height: 24px;
}

fieldset {
	margin-bottom: 12px;
}


div.submit {
	display: block;
	width: 100%;
	float: left;
	margin: 20px 0px;
}

#signup_submit {
	background: #000 !important;
	color: #fff !important;
	font-size: 150% !important;
	border-radius: 0px !important;
	width: 320px !important;
	margin: 0px auto !important;
	display: block !important;
}





/* END BASIC ELEMENTS */





.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
	font-size: 75%;
	font-style: italic;
}

.gallery-caption {
}


.alignright, .alignleft {
	display: inline-block;

}

.alignright {
	float: right;
	padding: 15px 0px 15px 15px;
}

.alignleft {
	float: left;
	padding: 15px 15px 15px 0px;
}

.aligncenter {
	text-align: center;
}

/* the header with the menubar */



#header, #header-bg {
	z-index: 1200;
	position: fixed;
	height: 80px;
	top: 0px;
	left: 0px;
	right: 0px;
	
	
}

#header {
	height: 116px;
	margin: 0px auto;
}

#header-bg {
	position: fixed;
	height: 116px;
	top: 0px;
	left: 0px;
	right: 0px;
 	background: #2D0D35!important;
	border-bottom:  8px solid #fff;
	border-top:  8px solid #fff;
	
}

.mobile_header {
	display: none;
}


#container {
	margin-top: 100px;
}

/* heading images */


#header_image {
	text-align: center;
	display: block;
	overflow: hidden;
}

#header_image img {
	width: 100%;
}

.header_image_50 {
	display: block;
	height: 50vh;
}

.header_image_75 {
	display: block;
	height: 75vh;
}

.header_image_125 {
	display: block;
	height: 125vh;
}

/* */



.content_bg, .homepage_content_bg {
	background: #fff;
	display: block;
	width: 100%;
	
}

.content_bg {
	margin-top: -250px;
}

.block, .body_block, .homepage_body_block {

	grid-column-start: 2;


}

.homepage_body_block {
	padding-top: 20px;
	color: #333;
}





#header .block {

	width: 100%;
	margin: 0px auto 0px 20px;
}


.body_block ul {
	list-style: circle;
	margin-bottom: 20px;
}

.body_block ul li {
	display:list-item;
	line-height: 200%;
	margin-left: 40px;
	margin-bottom: 10px;
	
}

.post-edit-link {
	display: block;
	float: right;
}




.enter_buttons .one_third {
	margin: 0px auto;
	display: inline-block;
}

/* LOGO  */ 







#logo {
	float: left;
	margin: 30px;
	color: #272727;
}


#logo a {
line-height: 0px;
}

#logo img {
	max-width:146px;
	height: auto;
}


/* Content Area */



.title {
	display: block;
	margin-bottom: 30px;
}

.title h4, .title h5 {
	text-align: right;
}

.title h4 {
	font-style: italic;
}

.title h3 {
	text-align: right;
	margin-top: -60px;
}

.show_tagline {
	display: block;
	padding: 24px 64px 0px 64px;
	text-align: center;
}

.category_title {
	color: #fff !important;
}

.post_tags {
	margin-top: 20px;
}

.post_tags a {
	background: #646464;
	margin-left: 20px;
	padding: 4px 6px;
	color: #fff;
}

.post_tags:first-child {
	margin-left: 0px !important;
}

.content_pane {
	vertical-align: top;
	background: -webkit-linear-gradient(#033442, #074658); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#033442, #074658); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#033442, #074658); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#033442, #074658); /* Standard syntax */
}


/* Logos */



.logos {
	float: left;
	width: 100%;
}

.logos_content_pad {
	display: block;
	padding: 20px;
	text-align: center;
}

/* Homepage elements */ 

.homepage_header {
	
}

.homepage_header img {
	width: 100%;
	height: auto;
}


.page_header {
	height: 80vh;
	overflow: hidden;
}

.page-header img {
	width: 100% ;
	height: auto;
}


.homepage_credit_container {
	position: relative;
}

.homepage_sponsor_container {
	position: relative;
}


.homepage_sponsors {
	font-size: 80%;
	position: absolute;
	bottom: 45px;
	left: 0px;
	z-index: 999;
}

.homepage_credit_link {
	font-size: 100%;
	position: absolute;
	top: -40px;
	left: 80px;
	z-index: 999;
}


#homepage_video_link {
	position: absolute;
	right: 0px;
	top: -120px;
	margin: 0px auto;
	background: url(images/interface/bg-70.png);
	z-index: 900;
	text-align: right;
	padding: 12px 32px 4px 32px;
}



#homepage_video_link a, #homepage_video_link  a h2, #homepage_video_link  a h3, #homepage_video_link  a h4, .homepage_credit_link a {
	color: #fff;
}

#homepage_video_link h2 {
	line-height: 120%;
	margin: 0px;
}

#homepage_video_link h4 {
	margin-right: 10px;
}

video#bgvid {
	display: block;
	width: 100%;
	height: auto;
}

#start_button_container {
	position: relative;
	z-index: 400;
	display: block;
	margin-top: -100px;
	text-align: center;
	width: 100%;
	height: 100px;
	background: url(images/interface/home-start.png) center top no-repeat;
	/* border-bottom: 8px solid #af1632; */
}

#start_button_container img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#start_button_clicker {
	display: block;
	width: 300px;
	height: 200px;
	margin: 0px auto;
	cursor: pointer;
}

#start_button {
}

/*  

Listing the categories at the top of the page

*/



.category_body_block {
	min-height: 800px;
	border-radius: 0px;
	overflow: hidden;
}

.category_background_block {
	float: left;
	
	position: relative;
	height: 800px;
	/* background: url(images/interface/category_feathers.png) top left no-repeat; */
	width: 1024px;
	border-radius: 8px;
}

.slider_container .title {
	margin-bottom: 10px;
}

.category_band {
	display: none;
	position: relative;
	height: 60px;
	line-height: 70px;
	padding-left: 24px;
	margin: 14px 0px 14px 0px;
}

.cat-item {
	display: inline-block;
	margin-right: 26px;
}

.cat-item a {
	font-family: "gineso", sans-serif;
	color: #fff;
	font-size: 180%;
	padding: 4px 18px;
	background: url(images/interface/blue-80.png);
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}


/*  */



.wpc_gallery {
	text-align: center;
	vertical-align: top;

}

.image_control {
	display:inline-block;
	width:300px;
	padding-bottom: 30px;
	text-align: center;
	vertical-align: top;
}

.image_control img {
	}

.detail_block {
	margin: 10px 0px 0px 0px;
	display: block !important;
	line-height: normal;
	word-wrap: normal;
}

.detail_block em {
	font-weight: bold;
}
.credit {
	padding: 10px;
	line-height: 100%;
	display: block !important;

}

.minicontrol {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	text-align: left;

}

.minicontrol a {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0px;

}

.minicontrol img {
	margin-right: 15px;
}


.rel_right {
	float: left;
	width: 60px;
	margin-left: -72px;
	padding-right: 10px;
	text-align: right;
}

.inline-credit {
	display: inline-block;
	vertical-align:middle;
}


.inline-credit .detail_block {
	margin: 0px 0px 5px 0px;
}
/* Fancybox  Styles */





.fancybox img {
	display: block;
}

.fancybox .gallery_button {
	opacity: 0;
	position: relative;
	top: -30px;
	right: -10px;
	width: 33px;
	height: 21px;
	background: url(images/interface/gallery_button.png) no-repeat top left;
	transition: all 0.2s ease-out;
}

.fancybox:hover .gallery_button {
	opacity: 1;
	top: -40px;
}

/* buddypress */
input {
	color: #222 !important;
}

#buddypress {
	grid-column: span 12;
}

.button-nav {
	font-size: 150%;
}

/*  END BUDDYPRESS */

#profile-group-edit-submit, .profile-group-edit-submit {
	font-size: 125% !important;
	font-weight: bold !important;
	padding: 8px 0px !important;
}

.editfield {
line-height: 36px;
}
.field-visibility-settings-notoggle,.field-visibility-settings-toggle {
	display: none;
}

legend {
	margin: 25px 0px 5px 0px;
}

/* Slick Slider */





.show_listing {
	position: relative;
	float: left;
	width: 50%;
	height: 540px;
	text-align: justify;
	margin-bottom: 24px;
}

.show_listing p {
}

.show_thumbnail {
	border-radius: 8px;
	line-height: 0px;
	width: 432px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 20px;
}

.show_thumbnail img {
	width: 100%;
	height: auto;
}

.slick-slide .showthumb {
}

.slick-slide a {
	color: #fff;
}

.slick-slide h3 {
	margin-bottom: 20px;
}

/* Video Player */







.video_button {
	cursor: pointer;
}

#homepage_video_button {
	display: block;
	background: url(images/interface/company-trailer.png) top left no-repeat;
	width: 400px;
	height: 60px;
	position: relative;
	top: -84px;
	left: 24px;
	cursor: pointer;
}

#video_player {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: url(images/interface/bg-70.png);
	cursor: pointer;
	z-index: 9999;
}

#video_player_close {
	position: absolute;
	top: 20px;
	left: 980px;
	width: 30px;
	height: 30px;
	background: url(images/interface/closebutton.png) top left no-repeat;
	cursor: pointer;
}

.video_player_positioner {
	position: fixed;
	width: 960px;
	height: 540px;
	left: 50%;
	top: 50%;
	margin-top: -270px;
	margin-left: -480px;
}

/* Footer Area  */







.contact_footer {
	
	display: block;
	background: #fff;
	color: #333;
	font-weight: 300;
	text-align: center;
	line-height: 48px;
	padding: 40px 60px 50px 60px;
	margin: 0px auto 60px auto;
	font-size: 100%;
	max-width: 1024px;

}

.contact_footer a {
	
	color: #666;
}

.contact_footer a img {
    
	height: 40px !important;
	width: auto;
}

.logo_footer {
	text-align: center;
	display: block;
	background: #fff;
	vertical-align:middle;
	padding: 40px 60px 50px 60px;
	    border-bottom: 2px solid #ccc;
}

.logo_footer  div  img {
	
	width: 60px;
	height: auto !important;
	display: inline-block;
		vertical-align:middle;
	padding: 20px 30px;
}

.logo_band {
	display: block;
	background: #fff;
	color: #fff;
	text-align: center;
	line-height: 48px;
	height: 32px;
	font-size: 75%;

	
}



.smedia_icons {
	z-index: 900;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	text-align: right;
}

/* GigPress */





.gigpress-showblock {
	display: block;
	margin-bottom: 26px;
	border-radius:4px;
}

.gigpress-showblock h4 a {
}

.gigpress-info-item {
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;

}

.gigpress-tickets-link {
}

.gigpress-tickets, .gigpress-info-item  {
	font-size: 80%;
	text-align: right;
}

.gigpress-sidebar-link {
	margin-left: 20px;
	margin-bottom: 5px;
}

.gigpress-sidebar-date {
}



/* Gigpress on Tours page! */



.big_gigpress .gigpress-showblock {
	background:#053347;
	padding:18px 24px;
}

.big_gigpress .gigpress-info-item {
	line-height:32px;	
}

.big_gigpress .gigpress-tickets a, .big_gigpress .gigpress-info-item a {

	background:#FFC10E;
	color:#000;
	padding:4px 8px;
	border-radius:8px;
	vertical-align:middle;
	text-transform:lowercase;
	margin-top:-8px;
}


.big_gigpress {
	display: block;
	padding: 24px;
	line-height: 180%;
}

.big_gigpress h3 {
	font-size: 180%;
}

.big_gigpress h4 {
	font-size: 250%;
}

.big_gigpress .gigpress-tickets {
	margin-right: 15px;
	font-weight: bold;
}




/* Mailchimp!! */



#mc_embed_signup {
	margin: 20px 0px 0px 0px;
}

#mc_embed_signup label, label.vfb-desc {
	display: block !important;
}

.indicates-required {
	font-size: 70%;
}

/* Hopmepage countdown timer */

.sith-countdown {	
	background: #af1632;
	color: #fff;
	line-height: 30px;
	text-align: center;

}

.sith-dashboard {

	
}

.sith-dash {
	height: 65px;
	vertical-align: top;
	display:inline-block;
	text-align: center;
	padding: 4px;
	margin: 0px 8px;
}

.sith-digit {
	vertical-align: top;
	font-size: 200%;
	font-weight: 700;
	
	display: inline-block;
	margin-right: 2px
}

.sith-dash_title {
	font-size: 80%;
}

.sith-bothtml {
	font-size: 150%;
	font-weight:700;
	padding: 0px 20px 20px 20px;
}


/* Producer Notes Download Block */





.producer_notes {
	display: block;
	margin-top: 20px;
}

/* credits  */



.credits {
	width: 80%;
	margin: 0px auto;
}

.credits tbody, .credits tr {
	width: 100%;
}

.credits td {
	width: 50%;
	line-height: 20px;
	padding: 4px;
}

.credits .role {
	font-weight: bold;
	text-align: right;
}

.credits .person {
	text-align: left;
	font-weight: normal;
}

/*  Homepage Features */





.feature_image, .video_feature_image {
	display: block;
}

.feature_text {
	float: right;
	position: relative;
	top: -480px;
	width: 420px;
	right: 24px;
	text-align: right;
}

.feature_text h4 a, .morelink {
	float: right;
	margin: 0px 0px 0px auto;
	padding: 6px 15px 6px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	text-shadow: none;
	font-family: "gineso", sans-serif;
	background: #72afb6;
	border-radius: 6px;
}

/*  MENU STRUCTURE  */



#main-nav {
	position: fixed;
	top: 33px;
	right: 35px;
}

#mobile_menu_button {
	display: none;
	padding: 5px;
}

#menushade {
	cursor: pointer;
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: url(images/interface/bg-70.png);
	z-index: 200;
}

#social_media {
	position: fixed;
	top: 8px;
	right: 10px;
}

#main-nav ul.menu {
	z-index: 9999;
}

#main-nav ul.menu li {
	display: inline-block;
	position: relative;
}

#main-nav ul.menu li a {
	font-family: "Claricka",Trebuchet MS,sans-serif;
	font-weight: 400;
	font-size: 100%;
	display: inline-block;
	padding: 18px 8px;
	color: #fff;
	transition: color .15s ease-in-out;
	line-height: 200%
}


#main-nav ul.menu li:hover a {
	color: #daa520;
}

#main-nav ul.menu .sub-menu {
	
	z-index: 100;
	width: 200px;
	position: absolute;
	right: -9999px;
	top: 65px;
	padding: 10px 15px 0px 0px;
	transition: all ease-in;
}

#main-nav ul.menu li:hover .sub-menu {
	right: 5px;
	background: #000;
	color: #fff;
	border-top: 2px solid #FFC10E;
}

#main-nav ul.menu li .sub-menu li {
	display: block;
	margin: 6px 0px 8px 0px;
}

#main-nav ul.menu li .sub-menu a {

	color: #fff;
	font-size: 100%;
	line-height: 100%;
	
}

/*  News Widget  */ 

.widget_recent_entries h2 {
display: none;
}


.widget_recent_entries .post-date {
	display: block;
	color: darkslategray;
	font-size: 80%;
}

.widget_recent_entries .post-date {
	color: #97c8d4;

}
.widget_recent_entries ul {
	
}

.widget_recent_entries ul li {
	padding: 10px 12px;
	background: #5797a6;
	color: #fff;
	display: block;
	line-height: 100%;
	margin-bottom: 4px;
}

.widget_recent_entries ul li a {
	font-family: "gineso", sans-serif;
	font-size: 150%;
	color: #fff;
	display: block;
	line-height: 100%;
	margin-bottom: 6px;

}



/*  */




@media screen and (min-width: 1024px) {

.menu-item-has-children:hover a {
	color: #ccc;
}

#main-nav ul.menu li .sub-menu a:hover {
	color: #fff;
}
}





@media screen and (max-width: 1024px) {


 

p {
	font-size: 100%;
}

/* Containers */


	

#main-nav {
	position: relative;
	left: 0px;
	top: 0px;
}

#mobile_menu_button {
	display: block;
	cursor: pointer;
}

#main-nav .menu {
	width: 100%;
	position: relative;
	display: none;

}

#main-nav ul.menu li, #main-nav ul.menu li .sub-menu li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.menu-menu-1-container {
	float: left;
}

#main-nav ul.menu .sub-menu {
	z-index: 100;
	width: 280px;
	position: static;
	padding: 0px;
	margin: 0px;
}

#main-nav ul.menu li a {
	display: block;
	width: 100%;
	font-size: 140%;
	background: #fff;
	color: #2c3a59;
	
	margin-bottom: 12px;
	line-height: 120%;
}

#main-nav ul.menu li .sub-menu a {
	font-size: 130%;
	padding: 12px 16px 12px 20px;
	margin-left: 10px;
	background: #fff;
}
	

#logo {
	float: right;
}


/*
.body_block{
	display: grid;
	grid-template-columns: repeat(12, [col-start] 1fr);
	gap: 10px 10px;
}


 */

.feature {

}

.feature_image, .video_feature_image {
	display: block;
	width: 100%;
	position: static;
	text-align: left;
	margin-bottom: 10px;
}

.video_feature_image img {
	display: none;
}

.feature_text {
	display: block;
	width: 700px;
	padding: 10px;
	height: auto;
	position: static;
	text-align: left;
	margin-bottom: 10px;
}

.feature_text h4 {
	display: block;
	height: 40px;
	margin: 10px 0px 20px 0px;
}

.feature_image img, .video_feature_image img {
	width: 720px;
	height: auto;
}

.feature_text h4 a {
	display: block;
	text-align: center;
}

/* Dealing with header and menui  */



#header_image {
	display: block;
	width: 100%;
	height: auto;
}

#header_image img {
	display: block;
	width: 100%;
}

/*  page content */



.content_bg {
	margin-top: -150px;
}

.video_button {
	display: none;
}

#video_player {
	position: static;
	display: block;
	width: 720px;
	height: 405px;
	height: auto;
}

.video_player_positioner {
	position: static;
	display: block;
	width: 720px;
	height: 405px;
	margin: 0px;
}

.video_player_positioner iframe {
	width: 720px;
	height: 405px;
}

.image_whole {
	grid-column: span 12;
}





.one_half, .image_one_half {
	grid-column: span 2;
}

.one_third, .image_one_third, .corp_act {
	grid-column: span 2;
}

.one_quarter, .image_one_quarter {
	grid-column: span 1;
}

/* Shwo Listings */



.show_listing h3 {
	font-size: 230%;
}

.show_listing {
	height: 500px;
}

.content_pad {
	padding: 0px;
}

.show_thumbnail {
	width: 320px;
	height: 160px;
}

/* Dealing with NAV */







#main-nav ul.menu li a {
	font-size: 120%;
}

.sub-menu a {
}

/* Dealing with Video Embeds */



iframe {
	width: 720px;
	height: 405px;
}
}

@media screen and (max-width: 479px) {


	#logo {
		display: none;
	}
	
#wrapper {
	width: 100%;
	
}

#container {
	margin-top: 70px;
}


.homepage_header {
	display: none;
}

.page_header {display: none; }

.mobile_header {
	display: block;
	width: 100%;
}

.mobile_header img {
		display: block;
		width: 100%;
	height: auto;

	}


.backstretch {
	display: none;
}

.header {
	grid-column: span 4;
}
	
	h1.entry-title {
		line-height: 200%;
		margin: 0px;
		padding: 0px;
	}
	
	#logo img {
		width: 100px;
		height: auto;
	}
	

	.logo_footer {
		padding: 40px 30px;
	}
	
	.logo_footer div img {
		padding: 20px 20px;
	}

.head_spacer_50, .head_spacer_75 {
	display: none;
}
	
	
	.head_spacer_100px {
		height:0px;
	}
/*
.mobile_header {
	display: block;
	width: 100%;
}

.mobile_header img {
	width: 100%;
	height: auto;
}
*/
	
	
	
#start_button_container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	background: #092848;
	}
	
#homepage_video_link {
	display: block;
	position: relative;
	top: 0px;
	
}
	
	
	
.homepage_sponsor_container {
	display: none;
}
	
	
.homepage_credit_container {
		display: none;
	}

#homepage_video_link a h2 {
	font-size: 200%;
}



#header {
display: block;

}


#header-bg {
height: 70px;
	border-top: none;
	border-bottom: 2px solid #fff;
}

#logo {
	float: right;
	margin: 6px 10px 0px 0px;
}

#social_media {
	display: none;
}

	
/* 

Basic Text Fixes

 */

 

h1 {
	font-size: 250%;
}

p {
	font-size: 120%;
}

/* Containers */





.title h4, .title h5 {
	display: none;
}


.body_block {

	grid-template-columns: repeat(4, [col-start] 1fr);
	gap: 10px 10px;

}



	.whole, .image_whole, .quote_whole, .one_half, .image_one_half, .one_third, .image_one_third, .two_thirds, .three_quarters  {
		grid-column:span 4;
	}



	.one_quarter, .image_one_quarter {
		grid-column:span 2;

	}





#content {

	grid-template-columns: 20px 1fr 20px;
}


/* Dealing with header and menui  */



.head_spacer_50 {
	height: 120px;
}

#header_image {
	width: 320px;
	height: auto;
}

#header_image img {
	width: 320px;
	height: auto;
}

/*  page conetnt */



.content_bg {
	margin-top: 0px;
}

.video_button {
	display: none;
}

#video_player {
	position: static;
	display: block;
	width: 320px;
	height: 180px;
	height: auto;
}

.video_player_positioner {
	position: static;
	display: block;
	width: 320px;
	height: 180px;
	margin: 0px;
}

.video_player_positioner iframe {
	width: 320px;
	height: 180px;
}

#video_player_close {
	display: none;
}

/* dealing with block level elements */




/* Show listing page */

	

.head_spacer_200px {
	display: none;
}

.category_band {
	height: auto;
	line-height: 70px;
	margin: 14px 0;
	padding-left: 24px;
	position: relative;
}

.category_title {
	margin-top: -85px;
}

.title {
	margin-left: 10px;
}

.cat-item a {
	font-size: 150%;
}

.show_thumbnail {
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}

.show_listing {
	display: block;
	width: 100%;
	height: 240px;
}

.show_listing h3 {
	text-align: left;
	margin-left: 10px;
	font-size: 200%;
}

.show_listing p, .show_listing h4 a {
	display: none;
}

/* dealing with homepage */

	

#bgvid {
	display: none !important;
}

#homepage_video_button {
	display: none;
}

.feature {
	width: 100%;
	height: auto;
	border-radius: 0px;
}

.feature_image img, .video_feature_image img {
	display: block;
	width: 320px;
	position: static;
	text-align: left;
	margin-bottom: 10px;
}

.video_feature_image img {
	display: none;
}

.feature_text {
	display: block;
	width: 300px;
	padding: 10px;
	height: auto;
	position: static;
	text-align: left;
	margin-bottom: 10px;
}

.feature_text h4 {
	margin: 10px 0px 20px 0px;
}

.feature_image img {
	width: 320px;
	height: auto;
}

.feature_text h4 a {
	display: block;
	text-align: center;
}

/* Dealing with YouTube Embeds */



iframe {
	width: 320px;
	height: 180px;
}
}


