/*
Theme Name: asp_theme
Theme URI: http://www.meetwordpress.com
Description: 2 column, widget friendly
Version: 1.0
Author: Alessandro Barbieri and Witney Earle
Author URI: http://www.thecenterfordigitalarts.com
*/



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/*=============================normalizer=======================================*/
* {
	margin: 0;
	padding:0;
	border: none;
}

ul, ol {
	list-style: none;
}

header, footer, aside, section, nav, main {
	display: block;
}

/*============================resets==============================================*/
img {
	display: block;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-family: 'Open Sans';
	color: #615f63;
}

/*==========================html Structure=======================================*/
main {
	margin-top: 125px;
}

/*===========================navigation ========================================*/
header {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#burger{
	display: none;
}
#mobh2{
	display: none;
}

#top ul{
	float: right;
	margin-right: 25px;
}

#top{
	float: right;
	width: 60%;
}

#top ul li{
	float: left;
}

#top ul li a{
	background: #a6b93e;
	color: white;
	padding: 3px 25px 6px;
	font-size: 16px;
	transition: all.5s;
	display: block;
	text-transform: uppercase;
}

#top ul li a:hover{
	opacity: 0.7;
}

#top ul li:nth-of-type(1) a{
	background: none;
	color: #A0A0A0;
	font-size: 25px;
	padding-right: 0;
	padding-top: 0px;
}

#top ul li:nth-of-type(2) a{
	background: none;
	color: #A0A0A0;
	font-size: 25px;
	padding-top: 1px;
}

#top ul li:nth-of-type(3) a{
	background: #A0A0A0;
}

#top ul li:nth-of-type(5) a{
	background: #007084;
}

nav{
	float: right;
	margin-right: 25px;
}

nav ul{
	float: right;
}

nav ul li{
	float: left;
	text-align: center;
}

nav ul li:hover {
	color: rgba(85,85,85,.5);
}

nav > ul > li{
	padding-bottom: 40px !important;
}

nav ul li a{
	padding: 30px 30px 25px 30px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	transition: all.5s;
	}
	.small #nav nav ul li a{
		display: block;
		padding: 2px 25px 5px 35px;
	}

	nav > ul > li:last-of-type > a{
		padding-right: 0px;
	}
	.small #nav nav > ul > li:last-of-type > a{
		padding-right: 0px;
	}

nav ul li:hover a{
	opacity: 1;
	transition: all.5s;
}

#nav h2{
	float: left;
	width: 20%;
	padding: 15px 0 0 20px;
	transition: all.5s;
}
	.small #nav h2{
	width: 15%;
	padding-top: 8px;
	}

.small .headerbox{
	-webkit-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.45);
}


 /*  =============  DROP DOWN MENUS  ================  */
nav ul li ul{
				display: none;
				/*width: 150px;*/
				position: absolute; top: 117px;
				/*left: calc(50% - 10px;*/
				background-color: #0295a1;
				}
	nav ul li:last-of-type ul {
		margin-left: 7px;
	}
	nav ul li:nth-of-type(2) ul {
		margin-left: 3px;
	}
	nav ul li:nth-of-type(2) ul {
		margin-left: 5px;
	}

	
	.small nav ul li ul { 
		top: 70px; 
	}
	nav ul li:hover ul{
		display: block;
	}
	nav ul li ul li{
		min-width: 160px;
		margin: 0;
		text-align: center;
		float: none;
		border-bottom: 1px solid white;
		box-sizing: border-box;
		}
	nav ul li ul li:last-of-type{
		border-bottom: none;
		}
	nav ul li ul li a{
		color: white;
		font-size: 14px;
		font-weight: 500;
		text-transform: capitalize;
		line-height: 18px;
		padding: 11px 15px 11px 15px;
		}
		.small #nav .sub-menu li a{ padding: 11px 15px 11px 15px; }
		nav ul li ul li a:hover {
			background-color: #006c75;
		}



/*=========================== SIGN UP POPUP FORM =======================*/
.top-signup-popup{
	position: absolute; 
	top: 31px;
	right: 249px;
	width: 25%;
	background: rgba(97,95,99,1);
	padding: 22px 30px 30px 30px;
	z-index: 9999;
}

.top-signup-popup i{
	float: right;
	color: white;
	cursor: pointer;
	padding-bottom: 12px;
}

.top-signup-popup form input[type=text]{
	/*display: block;*/
	/*width: 100%;*/
	height: 40px;
	padding-left: 8px;
	box-sizing: border-box;
	text-transform: capitalize;
	background: rgba(255,255,255,1);
	color: #615f63;
	font-size: 14px;
	margin-top: 10px;

}

.top-signup-popup form input[type=submit]{
	/*display: block;*/
	width: 100%;
	/*border: 0;*/
	height: 50px;
	text-transform: capitalize;
	background: #a6b93e;
	color: white;
	font-size: 16px;
	box-sizing: content-box;
	cursor: pointer;
	margin-top: 10px;
	-webkit-appearance: none;
}

.top-signup-popup .ninja-forms-required-items {
	color: rgb(200,200,200);
	margin-top: 13px;
	margin-bottom: 0px;
	padding-left: 7px;
	font-size: 11px;
}
.top-signup-popup .ninja-forms-req-symbol {
	color: rgb(200,200,200);
}

.top-signup-popup .field-wrap {
	margin: 0 auto;
	float: none;
	width: 100%;
}

.top-signup-popup .ninja-forms-field-error {
	padding-left: 10px;
	padding-top: 2px;
	color: white;
	font-size: 11px;
	text-align: center;
}


/*=========================== NINJA FORM FOR PATRON SERVICES =======================*/


.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
	background: #f1f1ef;
	color:	#615f63;
	height: 40px;
}

.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	color:	#615f63;
}

#nf_submit_5 input[type="submit"] {
	background: #007084;
	padding: 10px 15px 10px 15px;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.ninja-forms-form-wrap input::-webkit-input-placeholder {
   color: #615f63;}
.ninja-forms-form-wrap input:-moz-placeholder { /* Firefox 18- */
   color: #615f63;  }
.ninja-forms-form-wrap input::-moz-placeholder {  /* Firefox 19+ */
   color: #615f63;  }
.ninja-forms-form-wrap input:-ms-input-placeholder {  
   color: #615f63;  }


/*=========================== NINJA FORM FOR APPLY NOW =======================*/

#nf_submit_6 input[type="submit"] {
	background: #007084;
	padding: 10px 15px 10px 15px;
	color: white;
	font-size: 14px;
	font-weight: 600;
}




/*=========================== HERO BAR =======================*/
.hero-bar {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
}

.hero-bar h1{
	position: absolute; 
	top: 14px; 
	left: 0; 
	font-weight: 400;
	color: #FFFFFF;
	font-size: 45px;
	letter-spacing: 3px;
	padding: 0px 0 0px 25px;
	text-transform: uppercase;
}
/*=========================== HERO IMAGE =======================*/
.hero-image {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
}

.hero-image h1{
	position: absolute;
	top: 19px;
	left: 0;
	padding: 5px 18px 5px 15px;
	color: #FFFFFF;
	background: #007084;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1.5px;
}

.hero-credit h5{
	position: absolute;
	bottom: 19px;
	right: 10;
	padding: 5px 18px 5px 15px;
	color: #FFFFFF;
	background: #007084;
	font-weight: 100;
	letter-spacing: 1px;
}


/*  ========================  SECTION - SUB NAV  ==================================  */
.navbar{
	padding: 15px 0px 20px 0px;
	margin-left: 25px;
	margin-right: 25px;
}

.navbar ul{
	float: left;
	width: 100%;
}
.navbar ul li{
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0px 2px;
	color: white;
	}
	.navbar ul li:last-of-type{
		border-right: none;
	}
	.navbar ul li:first-of-type{
		padding-left: 0px;
	}
	.navbar ul li:hover{
		color: #615f63;
	}
	.navbar ul li.current-menu-item{
		color: #615f63;
		/*background: rgba(230,226,216,0.5);*/
	}

.navbar ul li a{
	padding: 15px 10px 4px 10px;
	background: #007084; 
	}
	.navbar ul li:hover a{
		background: rgba(230,226,216,0.5);
	}
	.navbar ul li.current-menu-item a{
		background: rgba(230,226,216,0.5);
		color: #615f63;
	}



/*  ================================  HOMEPAGE  ================================*/

.cycloneslider-template-default, .cycloneslider-template-standard {
	margin: 0 auto;
	width: 100%;
}

#plays h1{
	color: #007084;
	padding-top: 40px;
	margin-bottom: 0px;
}

/*.grid */

.more{
	text-align: right;
	margin-right: 25px;
	font-weight: 600;
}

/*hover effects for #plays*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 30px 10px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.9;
}

.grid figure figcaption {
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure h4{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007084;
	font-weight: 400;
	padding: 15px 0px;
	text-align: center;
	width: 356.5px;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFFFFF;
}

.grid figure p span{
	font-size: 14px;
}

/*ming effect*/
figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming p {
	padding: 3em;
	opacity: 0;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming figcaption:hover h4 {
	display: none;
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.2;
}


/*  ======================  LANDING PAGE  ====================================  */
.landing-img{
	margin: 50px 50px 30px 50px
}

.landing-img section{
	margin: 0 38px 30px 0;
}

.landing-img section:nth-of-type(3), 
.landing-img section:nth-of-type(6),
.landing-img section:nth-of-type(9) {
	margin-right: 0px;
}

.landing section h3{
	position: absolute; 
   top: 200px; 
   left: 0; 
   background: rgba(0,112,132,.9);
   color:  #FFFFFF;
	padding: 10px 20px 10px 15px;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
}

/*  ========================  REPEATER PAGE  ==================================  */
.repeater{						/*all*/
	margin-top: 50px;
	padding-bottom: 30px;
}

.repeater-rows {				/*all*/
	margin-bottom: 40px;
}

.repeater .actors{				/*repeater + events-repeater*/
	float: left;
	width: 20%;
	margin: 5px 15px 00px 25px;
}

.repeater .actors-text{			/*repeater + events-repeater*/
	float: left;
	width: 75%;
	margin: 0px 5px 0px 10px;
}

.repeater .actors-text p{		/*repeater + events-repeater*/
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .5px;
	margin-top: 8px;
	opacity: 0.95;
	margin-right: 25px;
}

.actors-text-noimage {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.actors-text-noimage h3 {
	margin-bottom: 10px;
}

.actors-text-noimage p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .5px;
	margin: 5px 0 0px 0;
}

.actors-text-noimage a {
	font-weight: 600;
	color: #0295a1;
}



/*  ====================  SINGLE PAGE  =================================  */
.page-sidebar, .spotlight-left {
	float: left;
	width: 75%;
	box-sizing: border-box;
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}

 .featured-img {
 	float: left;
 	width: 35%;
 }

.page-top-text {
	float: left;
	width: 65%;
	padding: 0 35px 30px 48px;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	box-sizing: border-box;
	min-height: 220px;
}

.page-sidebar img {
	float: left;
	padding: 5px 20px 10px 0;
	box-sizing: border-box;
}

.middle-text {
	width: 95%;
}
.calendar {
	padding-bottom: 20px;
	min-height: 200px;
}

.calendar img {
	width: auto;
	min-height: 200px;
}

.calendar hr {
	border: 1px solid gray;
}

.two-sections {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sections {
	float: left;
	width: 41%;
}

div .sections img {
	width: auto;
}

/*  ===== SINGLE page =====  */


.single-left-bottom {
	float: left;
	width: 95%;  /*LET ALES KNOW*/
}
.single-left-bottom p {
	padding: 20px 35px 0px 0px;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
}

.single h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}

.single h2 {
	font-size: 16px;
	line-height:120%;
	font-weight: 400;
	padding-bottom: 15px;
}

.may-like-blogs {
	margin: 0px 0 30px 50px;
	float: left;
	width: 75%;
	padding-top: 20px;
	border-top: 1px solid rgba(230,226,216,0.5);
	box-sizing: border-box;
}

.may-like-blogs h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 20px;

}

 /*  ==============  PAGE FULL | PAGE-SIDEBAR - WYSIWYG SETTINGS  ======================  */

.page-full {
	width: 85%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-full h1, .page-sidebar h1 { 	/*  Title  */
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;

}

.page-full h2, .page-sidebar h2 {	/*  sub-title  */
	font-size: 16px;
	font-weight: 700;
	/*padding-bottom: 15px;*/
}

.page-full h3, .page-sidebar h3 {	/*  bold sub-title  */
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
}

.page-full p, .page-sidebar p {		/*  P  */
	padding: 0 5px 5px 0px;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
}

.page-full h4, .page-sidebar h4 {	/*  Contact text  */
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 20px; 					/*CONFIRM*/
}

.page-full h5, .page-sidebar h5 {	/*  footer type text  */
	font-size: 11px;
	font-weight: 400;
	padding-bottom: 15px;
}

.page-full h6, .page-sidebar h6 { /*  branding line  */
	font-size: 15px;
	font-weight: 600;
	color: #0295a1;
	text-align: center;
	padding-top: 20px;
}

.page-full a, .page-sidebar a {		/*  Links  */
	font-weight: 700;
	color: #0295a1;
}

.page-full blockquote, .page-sidebar blockquote {	/*  Blockquotes  */
	font-weight: 300;
	font-style: italic;
	padding-bottom: 0px;
	text-align: center;
}

.page-full li, .page-sidebar li {	/*  Bullets  */
	margin-left: 20px;
	list-style-type: disc;
	font-size: 15px;
	line-height: 24px;
}

.page-full img, .page-sidebar img {	/*  Images  */
	width: auto;
	display: inline;
	max-width: 358px;
	height: auto;
}




/*  ====================  SPOTLIGHT PAGE (BLOG)  =================================  */
.all-blog {
	float: left;
	width: 100%;
}
.blog {
	float: left;
	width: 31.2%;
	margin-right: 18px;
	margin-top: 30px;
}

.blog:nth-of-type(1), .blog:nth-of-type(2), .blog:nth-of-type(3) {
	margin-top: 0px;
}

.blog img {
	float: none;
	width: 100%;
	height: 227px; /*LET ALES KNOW*/
	padding: 0;
}

.blog-bottom {
	padding: 10px 10px 10px 10px; 
	min-height: 250px;
}

.blog h4 {
	padding: 0px 0px 5px 0px;
	line-height: 25px;
	font-size: 13px;
	font-weight: 600;
	box-sizing: border-box;
	cursor: pointer;
}

.blog p {
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
}

.blog a {
	font-weight: 700;
	color: #0295a1;
}


/*  ************ LEARN MORE ************  */
.blog .learn-more {
	color: white;
	font-size: 12px;
	font-weight: 400;
	background: #0295a1;
	padding: 10px 15px 10px 12px;
	display: block;
	width: 30%;
	margin-top: 15px;
}

/*  ************  BLOG POST PAGINATION  ************  */
.pagination {
	float: right;
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: inherit;
	background: #e6e2d8;
}

.pagination a:hover{
	color:#fff;
	background: #0295a1;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #0295a1;
	color:#fff;
}

#navigation h6{
	float: left;
	width: 50%;
}
/*  ************  ASIDE  ************  */
aside {
	float: right;
	width: 18.7%;
	box-sizing: border-box;
	background: #e6e2d8;
	padding: 0 16px;
	margin-top: 50px;
	margin-right: 25px;
	min-height: 300px; 			
}

aside div {
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
aside div:first-of-type {
	padding-top: 20px;
}
aside div:last-of-type {
	border-bottom: none;
}

.searchform div:first-of-type {
	padding-top: 14px;
	padding-bottom: 6px;
}

aside h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}

aside h2 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
}

aside p, aside ul li {
	font-size: 12px;
	font-weight: 300;
	/*margin-bottom: 10px;*/
}

aside .links {
	font-size: 14px;
	font-weight: 700;
	color: #0295a1;
}

aside .screen-reader-text {
	display: none;
}

aside form input[type=text]{
	/*display: block;*/
	width: 100%;
	/*float: left;*/
	height: 30px;
	padding-left: 8px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	color: #888888;
	font-size: 12px;
	/*margin-left: 4px;*/
}

aside form input[type=submit]{
	/*display: block;*/
	width: 100%;
	margin-top: 10px;
	/*float: left;*/
	height: 30px;
	background: rgba(48,48,48, .8);
	color: white;
	font-size: 14px;
	box-sizing: content-box;
	cursor: pointer;
	-webkit-appearance: none;
}

/*  ************  SIGN ME UP  ************  */
#contact h2{
	color: white;
}

#contact{
	padding: 5% 0;
	background: #a6b93e;
	margin: 0 auto;
}

#contact form{
	margin-left: 40px;
	margin-right: 40px;
}

#contact form input[type=text]{
	/*display: block;*/
	width: 99%;
	float: left;
	height: 40px;
	padding-left: 8px;
	box-sizing: border-box;
	text-transform: capitalize;
	background: rgb(238,241,216);
	color: #888888;
	font-size: 14px;
	margin-left: 4px;
}

#contact form input[type=submit]{
	display: block;
	width: 105%;
	float: left;
	height: 40px;
	text-transform: capitalize;
	background: rgba(48,48,48, .8);
	color: white;
	font-size: 14px;
	box-sizing: content-box;
	cursor: pointer;
	-webkit-appearance: none;
}

/*  ===========  NINJA FORMS RESETS  ===============  */

#contact .ninja-forms-required-items {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 4px;
}

#contact .ninja-forms-req-symbol {
	color: #615f63;
}

#contact .field-wrap {
	float: left;
	width: 275px;
}

#contact .ninja-forms-response-msg {
	padding-left: 50px;
}

#contact .ninja-forms-field-error {
	text-align: center;
	font-size: 11px;
	color: white;
}


/*  =================================  FOOTER  =================================  */
footer {
	width: 100%;
	border-top: 11px solid #615f63;
}

footer section {
	padding: 30px 0 0 50px;
	background: white;
}

footer section:last-of-type {
	padding-right: 50px;
}

#f-nav div{
	float: left;
	width: calc(100%/5);
}

footer h6{
	text-transform: uppercase;
	color: #4f8a95;
	font-size: 12px;
	padding-bottom: 4px;
	list-style: none;
}

footer ul li {
	font-size: 12px;
	color: #615f63;
	line-height: 18px;
}

#f-adress{
	float: left;
	width: 26%;
	padding-bottom: 10px;
}

#f-form {
	float: right;
	width: 74%;
}

#f-form .field-wrap {
	float: left;
	width: 203px;
	margin-bottom: 17px;
}

#f-form .ninja-forms-required-items {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 11px;
}

#f-form .ninja-forms-field-error {
	text-align: center;
	font-size: 11px;
}

#f-form .ninja-forms-req-symbol {
	color: #615f63;
}

#f-form h6 {
	text-align: right;
	font-size: 10px;
	font-weight: 300;
	color: #615f63;
	text-transform: capitalize;
}

#f-form form input[type=text]{
	/*display: block;*/
	width: 99%;
	/*float: left;*/
	/*border: 0;*/
	height: 40px;
	padding-left: 8px;
	box-sizing: border-box;
	/*border: 3px solid white;*/
	text-transform: capitalize;
	background: #f1f1ef; /*rgb(222,220,220);*/
	color: #615f63;
	font-size: 14px;
	margin-left: 4px;
}

#f-form form input[type=submit]{
	/*display: block;*/
	width: 100%;
	/*float: left;*/
	border: 0;
	height: 40px;
	text-transform: capitalize;
	background: #4f8a95;
	color: white;
	font-size: 14px;
	box-sizing: content-box;
	cursor: pointer;
	margin-bottom: 0px;
	-webkit-appearance: none;
}




/*  ======================  UNIVERSAL Classes  ============================  */
.h2{
	width: 80%;
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 20px 40px;
}

.spotlight {
	width: 31%; 
	float: left;
	position: relative;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.container{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#social{
	background: #555;
	position: fixed;
	top: 400px;
	right: 0px;
	z-index: 999999;
	color: white;
	padding: 14px 10px 3px 10px;
	text-align: center;
	font-size: 19px;
}

#social ul li {
	padding-bottom: 10px;
}



/*============================================  MEDIA QUERIES  ===============================================*/


/*=================== 1100 ==========================*/			
	
@media screen and (max-width: 1100px){
	#container, 
	.wrapper{
		width: 1100px;
		margin: 0 auto;
	}

	/*-------  HOMEPAGE  ------*/
	#plays .spotlight {
		width: 31%;
	}

	.grid figure h4 {
		width: 326px;
		font-size: 14px;
	}

	/*-------  HEROS  ------*/
	.hero-bar h1 {
		top: 9px;
	}

	.hero-image h1 {
		top: 10px;
	}

	/*-------  SPOTLIGHT  ------*/
	.blog {
		width: 31%;
	}

	.blog img {
		height: 202px;
	}

	.blog .learn-more {
		width: 36%;
	}

	/*-------  LANDING PAGES  ------*/
	.spotlight {
		width: 30%;
	}
	.landing section h3 {
		top: 160px;
	}

	/*-------  PLAYS PAGES  ------*/
	.hero-bar h1 {
		top: 8px;
	}
	
	.page-top-text {
		padding-left: 12%;
	}
	.page-sidebar, .spotlight-left {
		width: 73%;
	}

	.page-sidebar .sections {
		width: 47%;
	}

	/*-------  EVENTS PAGE  ------*/
	.actors img {
		width: 100%;
	}

	.repeater .actors-text {
		width: 70%;
	}

	/*-------  REPEATER NO IMAGE  ------*/
	.actors-text-noimage {
		margin-top: 10px;
	}

	.repeater {
		padding-bottom: 30px;
	}

	/*-------  SIGN ME UP SECTION  ------*/
	#contact .field-wrap{
		width: 230px;
	}

	/*-------  FOOTER  ------*/
	#f-form .field-wrap {
		width: 164px;
		font-size: 11px;
	}
	#f-form form input[type=text] {
		font-size: 12px;
	}
	#f-form form input[type=submit] {
		font-size: 12px;
	}
} 



/*=================== 1000 ==========================*/			
	
@media screen and (max-width: 1000px) {
	#container,
	.wrapper {
		width: 1000px;
		margin: 0 auto;
	}

	/*-------  HOMEPAGE  ------*/
	.grid figure p {
		font-size: 16px;
	}

	/*-------  HEROS  ------*/
	.hero-image h1 {
		top: 10px;
	}

	.page-top-text {
		padding-left: 14%;
	}

	.page-sidebar-top .page-top-text { /*PLAYS PAGES*/
		padding-left: 11%;
	}

	.page-sidebar, .spotlight-left {
		width: 70%;
	}

	aside {
		width: 21.5%;
	}

	/*-------  SPOTLIGHT  ------*/
	.blog {
		width: 30.6%;
	}

	.blog-bottom {
		min-height: 267px;
	}

	.blog img {
		height: 182px;
	}

	.blog .learn-more {
		width: 44%;
	}

	/*-------  EVENTS PAGE  ------*/
	.actors img {
		width: 100%;
	}

	.repeater .actors-text {
		width: 70%;
	}

	/*-------  REPEATER NO IMAGE  ------*/
	.repeater .repeater{
		margin-top: 10px;
		padding-bottom: 20px;
	}

	/*-------  SIGN ME UP SECTION  ------*/
	#contact .field-wrap{
		width: 230px;
	}

} 

/*=================== 950 ==========================*/			
	
@media screen and (max-width: 950px) {
	#container,
	.wrapper {
		width: 950px;
		margin: 0 auto;
	}

	nav ul li a {
		padding: 30px 25px 25px 25px;
	}

	.hero-bar h1 {
		top: 5px;
	}

	/*-------  HOMEPAGE  ------*/
	.grid figure h4 {
		width: 279px;
	}

	.grid figure img {
		height: auto;
	}


	.page-top-text {
		padding-left: 16%;
	}

	/*-------  SPOTLIGHT  ------*/
	/*.blog {
		width: 30.7%;
	}*/

	.blog img {
		height: 172px;
	}

	.blog-bottom {
		min-height: 289px;
	}

	/*-------  SIGN ME UP SECTION  ------*/
	#contact .field-wrap{
		width: 215px;
	}

	/*-------  FOOTER  ------*/
	#f-form .field-wrap {
		width: 157px;
		font-size: 11px;
	}

} 



/*====================  790  ====================================*/
@media screen and (max-width: 790px){
			
	#container,
	.wrapper{
		width: 100%;
		margin: 0 auto;
	}

	.cycloneslider-template-default, .cycloneslider-template-standard {
	margin-top: 10px;
}
	
	.mob{
		display: block;
		width: 100%;
										/*text-align: center;*/
	}
	#mobh2{
		width: 30%;
		display: block;
	}

	.mob-logo{
		position: relative; 
		top: 0px; 
		left: 10px;
		width: auto;
	}

	#burger{
		display: block;
		width: 100%;
		font-size: 40px;
		position: fixed;
		z-index: 9999999;
		right: 0px;
		top: 0px;
		color: #0f173c;
		width: 50px;
		height: 45px;
		padding-top: 6px;
		text-align: center;
		border-radius: 2px solid #333;
		background: rgba(250,250,250,.7);
		cursor: pointer;
	}
/*=============================hovers none========================*/
	#top ul li a:hover{
		opacity: 1;
	}
	nav ul li a:hover{
		opacity: 1;
	}	
	.navbar ul li:hover a{
		background: rgba(255,255,255);
	}
	/*====================#nav===============================*/
				
	#nav{
		display: none;
		/*position: fixed;*/
		position: absolute;
		top: 89px;
		left: 0;
		width: 100%;
		background: rgba(255,255,255, 1);
	}

	#nav h2{
		display: none;
	}

	header{
		position: relative;
	}

	#top{
		float: none;
		width: 100%;
	}

	#top ul{
		margin-right: 0px;
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	#top ul li{
		float: none;
	}

	#top ul li a{
		padding: 20px 25px 20px 25px;
	}
	
	nav{
		float: none;
		margin-right: 0px;
	}

	nav ul{
		float: none;
	}

	nav ul li{
		float: none;
	}

	nav ul li a {
		font-size: 18px;
		background: #e6e2d8;
		text-align: center;
		padding: 20px 25px 20px 25px;
		border-bottom: 1px solid white;
	}

	.small #nav nav ul li a {
		font-size: 18px;
		background: #e6e2d8;
		text-align: center;
		padding: 20px 25px 20px 25px;
		border-bottom: 1px solid white;
	}

	nav ul li ul li a, .small #nav nav ul li ul li a{
		background: #007084;
		font-size: 16px;
		font-weight: 300;
	}

	nav ul li ul li, .small #nav nav ul li ul li {
		border-bottom: none;
	}

	#top ul li a:hover{
		opacity: 1;
	}

	#top ul li:nth-of-type(3) a, #top ul li:nth-of-type(4) a, #top ul li:nth-of-type(5) a{
		font-size: 20px;
	}

	#top ul li:nth-of-type(1) a{
		float: left;
		width: 50%;
		padding: none;
	}

	#top ul li:nth-of-type(1) a, #top ul li:nth-of-type(2) a{
		background: #bfbaa8;
		color: #333;
		padding-top: 17px;
		padding-bottom: 16px;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
	}

	.top-signup-popup{
		position: relative;
		top: 0;
		left: 0;
		width: 96%;
		margin: 0 auto;
		padding: 25px 15px;
	}

	.top-signup-popup .field-wrap {
		width: 89%;
	}


/*===========.navbar==============================================*/
	.navbar{
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-top: 10px;
		margin-bottom: 75px;
		position: relative;
	}

	.navbar ul li {
		/*display: block;*/
		/*float: none;*/
		line-height: 36px;
		border-bottom: 1px solid white;
		/*width: 100%;*/
	}

	.navbar ul li:first-of-type {
		padding-top: 0px;
	}

	.navbar ul li a {
		padding: 10px 10px 10px 10px;
	}


/*============  SPOTLIGHT BLOG - index page  ==========*/
	.all-blog{
		float: none;
		width: 70%;
		margin: 0 auto;
	}

	.blog{
		float: none;
		width: 100%;
		margin: 68px 0;
	}

	.blog:last-of-type {
		margin-bottom: 20px;
	}

	.blog-bottom {
		padding: 0px;
		min-height: 100px;
	}

	.blog a{
		margin: 0 auto;
	}

	.blog h4{
		font-size: 20px;
		/*text-align: center;*/
	}

	.blog p{
		font-size: 15px;
		margin: 0 auto;
		line-height: 20px;
							/*width: 80%;*/
							/*text-align: center;*/
		word-spacing: 2px;
	}

	.blog img{
		/*width: auto;*/
		margin: 30px auto;
		height: auto;
	}

	.learn-more {
		text-align: center;
		width: 36%;
	}

	#navigation h6 {
		float: none;
		width: 100%;
	}

	.may-like-blogs {
		width: 100%;
		margin-left: 0px;
	}

	.may-like-blogs h3 {
	text-align: center;
}

	/*HERO BAR*/

	.hero-bar{
		padding: 25px 0px;
		width: 100%;
		height: 100%;
		margin-left: 0px; 
		margin-right: 0px;
		margin-top: 10px;
	}

	.hero-bar h1, .landing .hero-bar h1 {
		top: 38px;
		font-size: 32px;
	}



	.hero-bar img {
		width: 100%;
		min-height: 70px;
	}

	.hero-image {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}

	.hero-image h1 {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 7px;
		position: relative;
		text-align: center;
	}

	.hero-image img {
		display: none;
	}

	.page-left img{
		float: none;
		width: 80%;
		margin: 30px auto; 
	}

	.page-left p{
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 15px;
		word-spacing: 2px;
		letter-spacing: 1px;	
		line-height: 24px;
	}
	.middle-text {
								/*text-align: center;*/
		width: 100%;
	}

	.page-top-text {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		min-height: 0px;
	}

	.page-sidebar-top .page-top-text { /*PLAYS PAGES*/
		padding-left: 0px;
	}

	.page-full img, .page-sidebar img {
		width: auto;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
	}

	.page-sidebar, .spotlight-left {
		width: 90%;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0 auto;
		float: none;
	}
	.page-full p, .page-sidebar p {
		padding-right: 0px;
	}

	.page-full li, .page-sidebar li {	/*  Bullets  */
		text-align: left;
	}
	
	.two-sections .sections {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.page-sidebar-top {
		margin: 0 auto;
							/*text-align: center;*/
		margin-top: 40px;
	}

	.page-sidebar .sections {
		width: 100%;
	}

	.page-sidebar-top .featured-img {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.page-sidebar .featured-img {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.about img {
		margin-left: 25px;
		width: 100%;
	}
	
	main.single{
		margin: 0 auto;
	}

	main{
		margin-top: 0px;
	}

	.single{
		width: 87%;
		margin: 0 auto;
	}

	.single div{
		width: 100%;
	}

	.page-left, .single-left, .spotlight-left{
		width: 100%;
		margin: 0 20px;
	}
	
	.single-left img{
		width: 100%;
	}

	.single-left-bottom{
								/*text-align: center;*/
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.single-left-top-right{
		margin-bottom: 0px;
	}

	.page aside{
		margin: 10px 0px 0px 0px;
		width: 100%;
	}

	aside div p{
		width: 100%;
	}

	aside{
		width: 100%;
		margin-right: 0px;
		min-height: 215px;
	}

	aside div{
		width: 90%;
		margin: 0 auto;
	}

	#spot{
		margin: 0 30px;
	}

	#spot .next p{
		margin: 0px 30px 30px 0px;
	}

	/*  ============  HOMEPAGE  ===================================*/


	#plays .spotlight {
		float: none;
		width: 60%;
		margin: 30px auto;
	}

	#plays .spotlight img{
		height: 100%;
	}

	.h2 {
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}

	.grid{
		margin-left: 0px;
		margin-right: 0px;
	}

	.grid figure{
		width: 90%;
		margin: 70px auto;
	}

	.effect-ming figcaption h4{
		text-align: center;
		padding-left: 0px;
		width: 100%;
	}

	.landing-img {
		width: 75%;
		margin: 0 auto;
	}

	.landing-img section:nth-of-type(3), .landing-img section:nth-of-type(6), .landing-img section:nth-of-type(9) {
		margin: 0 auto;
	}

	.landing-img .spotlight{
		width: 80%;
		margin: 0 auto;
		float: none;
		padding-top: 30px;
	}

	.landing-img .spotlight:last-of-type{
		padding-bottom: 30px;
	}
	
	.landing-img section h3{
		top: 66%;
		left: 0px;
	}

	.landing .wrapper{
		margin: 0px;
		margin: 0 auto;	
	}

	.repeater{
		margin: 40px 20px;
	}

	.repeater .actors{
		float: none;
		width: 45%;
		margin: 0 auto;
	}

	.repeater .actors-text, .actors-text-noimage {
		float: none;
		width: 100%;
							/*text-align: center;*/
		margin-top: 20px;
	}

	.actors-text-noimage .field-items { /*WORDPRESS CLASS*/
		font-size: 13px;
	}

	.repeater-rows .actors-text{
		float: none;
		width: 100%;
								/*text-align: center;*/
		margin-top: 20px;
		margin-left: 5px;
	}
			
	#f-nav{
		display: none;
	}

	footer h6{
		text-align: center;
	}

	#f-adress{
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	footer ul li{
		text-align: center;
	}

	#f-form {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	#f-form h6 {
		text-align: center;
	}

	#f-form .field-wrap {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#f-form form input[type=text]{
		width: 100%;
		margin-left: 0px;
	}

	#f-form .ninja-forms-required-items {
		text-align: left;
	}

	/*-------  SIGN ME UP SECTION  ------*/
	#contact .field-wrap{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	#contact form input[type=text] {
		width: 100%;
		margin-left: 0px;
	}

	#contact form input[type=submit] {
		width: 100%;
	}

	#contact h2 {
		font-size: 24px;
	}
	/*-------  FOOTER  ------*/
	#f-form .field-wrap {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		font-size: 11px;
	}

	body #container #nav nav ul li a{
		display: block !important;
	}

	body.mob #container nav ul li ul{
		display: none;
		position: static !important;
	}
							
	body:not(.mob) #nav{
		display: block !important;
	}

}

/*===================  500  ================================*/

@media (max-width: 500px){

	#container,
	.wrapper{
		position: relative;
	}

	.hero-bar {
		min-height: 84px;
	}

	.hero-bar h1, .landing .hero-bar h1{
		top: 45px;
		font-size: 22px;
	}

	.hero-image h1 {
		font-size: 25px;
		padding-top: 10px;
		position: relative;
		text-align: center;
	}

	.landing-img {
		width: 100%;
	}

	.grid {
		padding-top: 0px;
	}

	.grid figure p {
		font-size: 12px;
	}

	#plays .spotlight {
		width: 70%;
	}

	#plays h1 {
		padding-top: 10px;
	}

	.blog {
		margin-top: 30px;
	}

	#contact h2 {
		font-size: 20px;
	}

	#contact form {
		margin-left: 30px;
		margin-right: 30px;
	}

	.blog h4 {
		font-size: 18px;
	}

	.blog:nth-of-type(1), .blog:nth-of-type(2), .blog:nth-of-type(3) {
		margin-top: 30px;
	}

	footer section:last-of-type {
		padding-right: 30px;
	}

	footer section {
		padding-left: 30px;
		padding-right: 30px;
	}



	#social {
		top: initial;
		bottom: 0px;
	}

	

}