/*
Theme Name: The Actors Studio
Author: The Assembly
Author URI: http://theassemblydesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theactorsstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Fmaster

/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/

body.page-template-template-popup {
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
	    from {
	        opacity: 0;
	    }
	    to {
	        opacity: 1;
	    }
	}
	@-moz-keyframes fadein { /* Firefox */
	    from {
	        opacity: 0;
	    }
	    to {
	        opacity: 1;
	    }
	}
	@-webkit-keyframes fadein { /* Safari and Chrome */
	    from {
	        opacity: 0;
	    }
	    to {
	        opacity: 1;
	    }
	}
	@-o-keyframes fadein { /* Opera */
	    from {
	        opacity: 0;
	    }
	    to {
	        opacity: 1;
	    }
	}
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

/*  SECTIONS  */
.gridsection {
	clear: both;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out 0s; 
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 47.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.master {
	position: relative;
	min-height: calc(100% - 230px);
}

#primary {
	width: 70%;
	float: left;
	margin-right: 4%;
}

#primary.full {
	width: 100%;
}

#secondary {
	width: 25%;
	float: left;
	background: white;
	padding: 30px;
	border: solid 1px #c8c8c8;
	max-width: 380px;
}

#secondary .is_stuck {
	top: 20px;
}

#secondary section {
	background: white;
}

section {
	background: #F9FAFA;
	width: 100%;
	float: left;
	-webkit-transition: all 0.4s ease-in-out 0s; 
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

section.hero {
	padding: 0;
	height: calc(100vh - 80px);
	max-height: 700px;
	width: 100%;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: relative;
  	background-position: 0 -80px !important;
}

section.hero h1 {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 6px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: white;
	margin-top: -40px;
	padding: 20px;
	text-align: center;
	z-index: 1;
}

section.hero .filter {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
}

section.floatcontent {
	padding: 60px;
	background: black;
	position: relative;
}

section.photo-grid {
	margin-top: -40px;
	margin-bottom: 40px;
}

.content {
	height: 100%;
}

.floatcontent-inner {
	background: #F9FAFA;
	float: left;
	width: 100%;
	margin-top: -120px;
	padding: 60px;
}

.container {
	height: 100%;
	width: 100%;
	position: relative;
	float: left;
}

.site-content {
	margin: 60px 0;
	padding: 30px;
}

.boxed {
  	max-width: 1380px;
  	float: none !important;
  	margin: 0 auto;
}

.boxed-page {
  	max-width: 1000px;
  	float: none !important;
  	margin: 0 auto;
}

.register {
    max-width: 760px;
    padding: 40px;
}

.login {
    max-width: 960px;
    padding: 130px 0;
}

.login .content {
	padding: 20px;
}

.info {
	float: left;
	margin-bottom: 30px;
	background: #eee;
	padding: 10px 15px;
	width: 100%;
	color: #666;
	border: solid 1px #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
	display: table;
}

.info span,
.info i {
	display: table-cell;
	vertical-align: middle;
}

.info i {
	color: #a38ab7;
	font-size: 20px;
}

.centered {
	margin: 60px auto;
}

.full {
	width: 100%;
}

.half {
	width: 50%;
	float: left;
}

.block-wrap {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block {
  width: 33.3333%;
  height: 280px;
  margin-right: 20px;
  overflow: hidden;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out 0s; 
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  background-position: center center;
  cursor: pointer;
}

.block:last-child {
	margin-right: 0;
}

.block .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
}

.block span {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 16px;
  color: white;
  display: block;
  line-height: 1.5;
}

.block .overlay {
	width: 100%;
	height: 100%;
  	opacity: 0.25;
  	cursor: pointer;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background: #275a8b;
  	background: -moz-linear-gradient(-45deg,  #275a8b 0%, #0d6372 100%);
  	background: -webkit-linear-gradient(-45deg,  #275a8b 0%,#0d6372 100%);
  	background: linear-gradient(135deg,  #275a8b 0%,#0d6372 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275a8b', endColorstr='#0d6372',GradientType=1 );
  	-webkit-transition: all 0.4s ease-in-out 0s; 
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

.block:hover .overlay {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #275a8b;
  background: -moz-linear-gradient(-45deg,  #275a8b 0%, #0d6372 100%);
  background: -webkit-linear-gradient(-45deg,  #275a8b 0%,#0d6372 100%);
  background: linear-gradient(135deg,  #275a8b 0%,#0d6372 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275a8b', endColorstr='#0d6372',GradientType=1 );
}

.block .button-white {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}

.block:hover .button-white {
	position: absolute;
	bottom: 40px;
}

.location {
	float: left;
}

.location.block {
	cursor: pointer;
	width: 32.3333%;
	height: 280px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 1% !important;
}

.location.block .button-white {
	color: black;
	text-decoration: none;
}

.location.block .button-white:hover {
	color: white;
}

.location.block .contents {
	padding: 40px;
}

.grey {
	background: #ececec;
}

.ease {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

.photo-credit {
	display: block;
	margin: 0;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.header {
    padding: 20px 40px;
    z-index: 5;
    width: 100%;
    background: white;
    height: 90px;
}

@media screen and (max-width: 1200px) {
	header.header {
    	padding: 20px 30px;
    }

	section.content-wrap {
		padding: 30px;
	}
}

header.header .donate {
	float: right;
	margin-top: 5px;
}

header.trans {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

header.trans a {
	color: white !important;
}

header.trans a:hover {
	color: #ececec !important;
}

.shrink {
	padding: 20px 120px !important;
	background: white;
}

.expand {
	width: 60%;
	 transition: left 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, width 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.contract {
	width: 40%;
	transition: right 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, width 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.site-branding {
	float: left;
}

.site-title {
	margin: 13px 0;
}

.site-title a {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	color: #275A8B !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.footer {
    padding: 40px;
    background: white;
	width: 100%;
	float: left;
}

body.home footer.footer {
    position: relative;
}

footer.footer i {
	font-size: 20px;
	margin: 0 8px;
}

footer.footer p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 23px;
	margin-top: 0;
	font-weight: 400;
}

footer.footer p span {
	color: #8c8c8c;
	font-weight: 500;
}

footer.footer .button {
	display: block;
	margin-bottom: 10px;
}

.footer-logo {
	float: left;
}

.footer .widget-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 12px;
	line-height: 22px;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
section.home.main-content {
	padding: 30px;
}

.toc {
	margin-top: 20px;
	margin-bottom: 60px;
	display: flex;
}

.public-performances .inner {
	float: left;
	min-height: 300px;
	background: url(images/line.png) no-repeat center center;
	width: 100%;
	text-align: center;
}

.public-performances h1 {
	text-align: center;
}

.cal {
	min-height: 300px;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.cal img.fade {
	opacity: 0.2;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	cursor: pointer;
}

.cal a:hover img.fade {
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	cursor: pointer;
}

.cal p {
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
}

.cal p span {
	color: #AD974F;
}


/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.member-navigation {
	width: 250px;
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #275a8b;
  	background: -moz-linear-gradient(-45deg,  #275a8b 0%, #0d6372 100%);
  	background: -webkit-linear-gradient(-45deg,  #275a8b 0%,#0d6372 100%);
  	background: linear-gradient(135deg,  #275a8b 0%,#0d6372 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275a8b', endColorstr='#0d6372',GradientType=1 );
}

.member-navigation a {
	color: white !important;
	font-size: 12px;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.member-navigation li.current-menu-item a {
	color: #eef3f3 !important;
	font-weight: 900 !important;
}

.member-navigation ul.menu li {
	margin-bottom: 15px;
}

.member-navigation ul.menu .bottom-rule {
	border-bottom: solid 1px white;
	padding-bottom: 20px;
}

.member-main {
	float: left;
	width: calc(100% - 250px);
	margin-left: 250px;
	min-height: 400px;
}

section.member  {
    padding: 20px 40px;
}

section.member .content  {
	padding: 40px;
}

section.member-header {
	background: white;
	padding: 20px 40px;
}

section.member-header h1 {
	float: left;
}

.user-id {
	float: right;
	margin-top: 15px;
}

.user-id img {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 12px;
	border: solid 1px #C8C8C8;
}

.member span {
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
}

section.member-content {

}

section.member-content .inner {
	padding: 40px;
	/*float: left;*/
}

.user-header {
	text-align: center;
}

img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.avatar.big img {
	width: 200px;
	height: 200px;
}

.frm_style_formidable-style.with_frm_style .frm_message p {
/*  margin-bottom: 5px;
    margin-top: 5px;*/
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    /*color: #B94A48 !important;*/
    margin-top: 0;
    margin-bottom: 0;
}

/*.frm_style_formidable-style.with_frm_style .frm_success_style p {
	color: inherit !important;
}*/


/* Studio Announcements */

.studio-announcements section.member-content .odd {
	background: transparent;	
}

.studio-announcements section.member-content .even {
	/*background: #eef3f3;*/
	border: solid 1px #f0f0f0;
}

.studio-announcements section.article-wrap {
	/*padding: 40px;*/
}

.studio-announcements section.member-content article {
	padding: 60px;
	padding-right: 120px;
	margin: auto;
}

.studio-announcements section.member-content .entry-content,
.studio-announcements section.member-content .entry-footer {
	padding-left: 120px;
}

.studio-announcements section.member-content.bulletin-board .entry-content {
	padding-left: 0;
}

section.member-content .entry-title {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #275A8B !important;
}

.studio-announcements section.member-content .entry-title {
	margin-left: 25px;
	margin-bottom: 0;
	display: inline-block;
}

.studio-announcements section.member-content .entry-title a {
	color: #275A8B !important;
	font-weight: 300;
}

.studio-announcements section.member-content .entry-header .date {
	background: white;
	padding: 15px;
	height: 95px;
	width: 95px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
}

.studio-announcements section.member-content .entry-header .locationterm {
	margin-left: 120px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.studio-announcements section.member-content .entry-header .locationterm span {
	color: #757575 !important;
}

.studio-announcements section.member-content .month {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 14px;
}

.studio-announcements section.member-content .day {
	color: #275A8B;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}

.studio-announcements section.member-content .year {
	font-size: 11px;
	line-height: 20px;
	font-weight: 600;
}

.studio-announcements section.member-content .post-image {
	max-width: 900px;
	margin-bottom: 40px;
	padding-left: 100px;
}

.studio-announcements section.member-content .post-content {
	float: left;
	width: 100%;
}

.studio-announcements section.member-content .tags {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
}

.studio-announcements section.member-content .tags a {
	font-weight: 700;
}

.studio-announcements body.single section.member-content .tags {
	margin-left: 0;
}

/* Manage Profile */

section.member-content.manage-profile {
	background: white;
}

section.member-content.manage-profile .inner {
	padding: 0;
}

section.member-content .welcome-user {
	margin: 40px auto;
	text-align: center;
}

section.member-content .edit-profile {
	padding: 80px;
	margin-top: -80px;
	background: #f9fafa;
}

section.member-content .mp-manage-subscription .mailpoet_checkbox_label,
section.member-content .mp-manage-subscription .mailpoet_checkbox {
	font-weight: 500;
}

section.member-content .mp-manage-subscription .mailpoet_checkbox_label {
	display: inline-flex;
	flex-direction: row;
	margin-right: 20px;
}

section.member-content .mp-manage-subscription .mailpoet_checkbox_label:nth-of-type(4) {
	display: none !important;
}

section.member-content .mp-manage-subscription .mailpoet_select {
	height: 30px;
	min-width: 280px;
}

section.member-content .mp-manage-subscription .mailpoet_paragraph {
	margin-bottom: 20px;
}

section.member-content .mp-manage-subscription .mailpoet_checkbox_label input[type='checkbox'] {
    height: 20px;
    width: 20px;
    margin-right: 3px;
}

section.member-content .mp-manage-subscription .mailpoet_select_label {
	margin-bottom: 8px;
}

section.member-content .mp-manage-subscription h3 {
    font-size: 20px;
    color: #444444;
    font-family: "Lato",sans-serif;
    margin-top: 10px;
    margin-bottom: 14px;
}

section.member-content .mp-manage-subscription input[type="submit"] {
	font-size: 12px !important;
	font-weight: 600 !important;
}

section.member-content .mp-manage-subscription {
	padding: 20px;
	border: solid 1px #dedede;
	border-radius: 10px;
	background: white;
	margin: 20px 0;
}

section.member-content .mp-manage-subscription span.mp-description {
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
}

section.member-content .mp-manage-subscription p:nth-of-type(1),
section.member-content .mp-manage-subscription p:nth-of-type(2),
section.member-content .mp-manage-subscription p:nth-of-type(3) {
	display: none;
}

section.member-content .mp-manage-subscription p:nth-of-type(6) {
	margin-bottom: 0;
}

/*Current Performances */

.current-performances {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.performance {
    background: white;
    border: 1px solid #c8c8c8;
    float: left;
/*  width: 46%;
    margin-right: 30px;*/
}

.performance hr {
	color: #AD974F;
}

/*.performance :nth-child(2n) {
	margin-right: 0;
}*/

.performance .title,
.performance .dates {
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
}

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

.poster {
	float: left;
	width: auto;
	line-height: 0;
}

.summary {
	padding: 30px;
	float: left;
	width: calc(100% - 280px);
}

.summary hr {
	background: #AD974F;
}


/*--------------------------------------------------------------
# Bulletin Board
--------------------------------------------------------------*/
.bulletin-board .boxed {
	max-width: 1000px;
}

#frm_field_220_container .frm_style_formidable-style.with_frm_style input::-moz-placeholder, 
#frm_field_220_container .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
	font-size: 20px !important;
	color: black !important;
}

#frm_form_17_container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bulletin-comment-list {
	margin-top: 15px !important;
	background: white;
	border-top: solid 1px #ccc;
}

.bulletin-comments-count {
	float: right;
	margin-top: -33px !important;
	font-size: 14px;
	font-weight: 600;
}

.cool_timeline [data-aos^=fade][data-aos^=fade] {
    opacity: unset !important;
}

.cool-timeline iframe {
	max-width:100% !important;
}

.cool-timeline .ikn-evt-frame {
	min-height: 220px !important;
	margin-top: 15px !important;
}

.cool-timeline .timeline-post .timeline-content .content-details p {
	margin: 10px 0 !important;
	line-height: 22px !important;
}

.cool-timeline .timeline-post .timeline-content .delete-post {
	display: inline-block;
}

.cool-timeline .timeline-post .post_meta_details {
	padding: 15px !important;
}

.cool-timeline .timeline-post .bulletin-comments {
	font-size: 14px !important;
	font-family: 'Lato', sans-serif;
}

.cool-timeline .timeline-post .bulletin-comments li {
	list-style: none;
	padding-top: 10px;
}

.cool-timeline .timeline-post .bulletin-comments .name {
	font-weight: 600;
}

.cool-timeline .timeline-post .bulletin-comments .time {
	font-size: 85%;
} 

.cool-timeline .timeline-post .bulletin-comments .comment {
	font-size: 14px !important;
}

#frm_form_18_container {
	margin-top: 20px;
}

#frm_form_18_container .form-field {
	margin-bottom: 0 !important;
}

.entry-content .cool-timeline .comment p {
	margin-bottom: 0 !important;
}

.cool-timeline-wrapper {
	margin: 0 auto;
}

.cool-timeline .avatar {
	float: left;
	margin-right: 10px;
}

.cool-timeline h2.content-title {
	padding: 15px;
	text-align: left !important;
	float: left;
	width: 100%;
	line-height: 2.8 !important;
}

#frm_field_243_container #frm_checkbox_243-26 {
	display: none !important;
}

/*h2.timeline-main-title {
	display: none;
}*/

/*.ctdb-topic-table-header,
.ctdb-topic-table,
.ctdb-field-cols-2,
.ctdb-info-meta-wrap,
.classic-topic-date,
.ctdb-comments-area .comment-header {
	background: white !important;
}

.ctdb-info-author {
	background: transparent !important;
}

.comment-respond .logged-in-as {
	display: none;
}

.comment-respond .comment-reply-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
    text-transform: uppercase;
    color: #275A8B;
	font-family: 'Lato', sans-serif;
}

.comment-respond label {
	display: none;
}

.comment-respond textarea#comment {
	width: 50%;
	border: 1px solid #d1d1d1;
}

.ctdb-actions-wrapper {
	display: none;
}

.ctdb-topic-table-item p {
	margin-top: 0;
}*/

/*--------------------------------------------------------------
# Casting Wall
--------------------------------------------------------------*/
.casting-wall-search .searchandfilter ul li {
	text-align: left !important;
	display: inline-block !important;
}

.casting-wall-search .searchandfilter h4 {
	color: #757575;
}

input.sf-input-text {
	font-style: italic;
}

/* Search and Filter */

.searchandfilter label {
	display: block;
}

.searchandfilter h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: inherit;
}

.searchandfilter ul {
	padding: 0;
}

.searchandfilter ul li {
	margin-right: 20px;
}

.searchandfilter ul li.sf-field-search {
	width: 100%;
}

.casting-wall-search ul li.sf-field-search {
	width: 30%;
	min-width: 250px;
}

.searchandfilter ul li li {
	width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
	max-width: 94%;
}

.searchandfilter .chosen-container-multi .chosen-choices {
	padding: 6px;
	background-image: none;
	border: solid 1px #c8c8c8;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	/*color: #c8c8c8;*/
}

section.member-content.casting-wall {
	padding: 40px;
}

.casting-wall .headshot {
	width: 21%;
	height: 460px;
}

.casting-wall .headshot:nth-child(4n) {
	margin-right: 0;
}

.headshot.block .contents {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.headshot.block .contents .name {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: -30%;
}

.headshot.block .overlay {
	opacity: 0;
}

.headshot.block span {
	display: none;
}

.headshot.block:hover span {
	display: block;
}

.headshot.block:hover .overlay {
	opacity: 0.7;
}

.headshot.block .button-white {
	position: static;
	display: block;
	transform: none;
	margin-bottom: 10px;
}

.headshot.block .button-white:last-child {
	margin-bottom: 0;
}

.headshot.block .button-holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

.headshot.block:hover .button-holder {
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

/*Post Grid*/

.gridcontainer{width: 100%; float: left;}
.gridcontainer .griditemleft{float: left; margin: 0 22px 22px 0;}
.gridcontainer .griditemright{float: left; width: 21%;}


/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
input.close {
	background: transparent;
    width: inherit;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px !important;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out 0s; 
  	-moz-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

input.close:hover {
	color: #8c8c8c;
	-webkit-transition: all 0.2s ease-in-out 0s; 
  	-moz-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.popup .inner {
	padding: 30px;
	margin: 30px;
} 

.popup .centered {
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Login/Registration
--------------------------------------------------------------*/
.verify {
	padding: 20px 0;
}

.verify a {
	margin-right: 10px;
	display: inline;
}

input#verEmail {
	background: white url(images/ic_check_black_18px.svg) no-repeat, url(images/ic_close_black_18px.svg) no-repeat;
	background-position: 98% 38px;
}

input#verEmail.verified {
	background: white url(images/ic_check_black_18px.svg) no-repeat;
	background-position: calc(100% - 10px) center;
	-webkit-transition: all 0.2s ease-in-out 0s; 
  	-moz-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
  	background-size: 28px;
}

input#verEmail.failed {
	background: white url(images/ic_close_black_18px.svg) no-repeat;
	background-position: calc(100% - 10px) center;
	-webkit-transition: all 0.2s ease-in-out 0s; 
  	-moz-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
  	background-size: 28px;
}

#verifyButton,
#mailto,
#completeReg {
	margin-top: 20px;
	font-size: 14px !important;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
}

body {
	margin: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 400;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	margin: 5px 0;
	width: 100%;	
	font-size: 14px !important;
    padding: 11px;
    color: #8c8c8c;
    border: solid 1px #c8c8c8;
}

input[type="search"] {
    font-style: italic;	
}

input:focus {
    font-style: normal;
}

label {
	display: block;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="submit"] {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 25px;
	line-height: 12px;
	background: #275A8B;
	color: white !important;
	border: none;
	width: inherit;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: none;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	padding: 10px;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: black;
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 20px 0;
	padding: 0;
}

h1{
	font-size: 36px;
	line-height: 50px;
    font-family: 'Libre Baskerville', serif;
}

h2{
	font-size: 36px;
	line-height: 46px;
	font-family: 'Libre Baskerville', serif;
}

h3{
	font-size: 28px;
    font-family: 'Libre Baskerville', serif;
}

h4{
	font-size: 16px;
	font-weight: 600;
    text-transform: uppercase;
    color: #275A8B;
	font-family: 'Lato', sans-serif;
}

h5{
	font-size: 13px;
}

h6{
	font-size: 13px;
}

p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: black;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important; 
}

.center {
	text-align: center;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #F9FAFA; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

ul.menu li a {
	color: #8c8c8c;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: 300;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.und {
	text-decoration: underline;
}

.full_width, 
.one_half, 
.one_third, 
.two_third, 
.one_fourth, 
.three_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
	font-weight: 300;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

a:hover {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active,
a:visited {
	outline: 0;
	color: black;
	font-weight: 400;
}

.entry-content a {
	color: #275a8b;
	font-weight: 400 !important;
}

.entry-content a:hover {
	text-decoration: underline;
}

.button,
.ctdb-new-topic-button {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: 800 !important;
	padding: 15px 25px;
	color: black;
	line-height: 12px;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
  	text-decoration: none !important;
}

.button:hover {
	font-weight: 800 !important;
	text-decoration: none !important;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
  	-webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.entry-content a.button {
	font-weight: 600 !important;
}

.ctdb-new-topic-button {
	display: inline-block;
}

.button-white {
	background: white;
}

.button-white:hover {
	background: black;
	color: white;
  	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.button-gold {
	background: #AD974F;
	color: white !important;
}

.button-blue,
.ctdb-new-topic-button  {
	background: #275A8B;
	color: white !important;
	font-weight: 800 !important;
}

.button-white:hover,
.ctdb-new-topic-button:hover {
	background: #1c4b78;
	color: white;
	font-weight: 800 !important;	
  	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
  	-webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.entry-content .ctdb-new-topic-button {
	font-weight: 800 !important;	
}

.entry-content .ctdb-new-topic-button:hover {
	font-weight: 800 !important;	
}


.button.verify {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 5px;
}

.gold {
	color: #AD974F;
}

/* Styling for Category Filters */

.cat-item {
	background: transparent;
	display: inline-block;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.cat-item a {
	font-size: 12px;
	font-weight: 400;
	color: black;
	text-transform: uppercase;
	line-height: 12px;
	padding: 18px 28px;
	display: block;
	letter-spacing: 1px;
	font-weight: 600;
	color: #757575;
}

.current-cat {
	border-bottom: solid 2px #275A8B;
}

.current-cat a {
	color: #275A8B;
}

/* Tab Styling */

.slidingtabs {
	margin: 20px 0 !important;
}

div.st_tabs ul li a {
	color: #8c8c8c !important;
	text-transform: uppercase !important;
	/*height: inherit !important;*/
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif !important; 
	line-height: 0 !important;
	padding: 28px 28px 0 28px !important;
	height: 54px !important;
}

div.clean-horizontal > div.st_tabs {
	height: 55px !important;
}

div.st_tabs ul li a.st_tab_active {
	padding-bottom: 29px !important;
}

div.clean-horizontal > div.st_tabs a.st_next {
	height: 55px !important;
    background-position: center -19px !important;
}

div.clean-horizontal > div.st_tabs a.st_prev {
	height: 55px !important;
	background-position: center 21px !important;
}

div.st_tabs ul li a.st_tab_active {
	color: #275A8B !important;
	text-transform: uppercase !important;
}


/*--------------------------------------------------------------
## Main Nav menu
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	margin-right: 15px;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-top: 19px;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 15px 0 15px;
}

.main-navigation ul li {
	margin-bottom: 0;
}

.main-navigation a,
.mobile-navigation a {
	display: block;
	color: #8c8c8c !important;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.main-navigation li.highlighted a {
	background: #3C8AD5 !important;
	color: white !important;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
	margin-top: -2px;
	font-size: 11px;
	font-weight: 800;
}

.main-navigation li.highlighted a:hover {
	background: #275A8B !important;
}

.main-navigation a:hover,
.mobile-navigation a:hover  {
	color: black !important;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

li.current-menu-item a {
	color: black !important;
}

.main-navigation li.current-page-ancestor a {
    color: black !important;  
}

/* Responsive Menu Styles */

.responsive-menu {
	display: none;
	float: right;
	padding-top: 14px;
	margin-right: 20px;
	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
  	cursor: pointer;
}

header.trans .responsive-menu {
	color: white;
}

.drawer {
  	background: white;
	position:absolute;
	top: 80px;
	left: 0;
	z-index: 999;
  	width: 100%;
  	padding: 0;
  	border-top: solid 1px #F9FAFA;
  	text-align: center;
  	display: none;
  	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.drawer.stretch {
  	display: block;
  	padding: 30px;
  	transition: All 0.3s ease;
  	-webkit-transition: All 0.3s ease;
  	-moz-transition: All 0.3s ease;
  	-o-transition: All 0.3s ease;
}

.drawer #member-menu .top-rule,
.drawer #member-pduw-menu .top-rule {
	border-top: solid 1px #AD974F;
	padding-top: 20px;
}

.mobile-navigation li.current-menu-item a {
	color: inherit;
}


/*--------------------------------------------------------------
## Sidebar menu
--------------------------------------------------------------*/
ul.children li a, 
.widget .menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

ul.children li.current_page_item a {
	color: black;
}

ul.children {
	border-bottom: solid 1px #AD974F;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

ul.children .page_item_has_children {
	display: none;
}

.bottom-rule {
	border-bottom: solid 1px #AD974F;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.widget .menu li:last-child,
.widget_nav_menu {
	margin-bottom: 0 !important;
}

.nav-links {
	padding: 40px;
}

.comment-navigation,
.posts-navigation,
.post-navigation,
.nav-links {
	/*margin: 0 0 1.5em;*/
	overflow: hidden;
	width: 100%;
}

.nav-links .nav-previous:before { 
	font-family: "Material Icons"; 
	content: "keyboard_arrow_left";
	background: white;
	padding: 2px;
	color: #275A8B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: -6px;
	font-size: 24px;
	float: left;
}

.nav-links .nav-next:after { 
	font-family: "Material Icons"; 
	content: "keyboard_arrow_right";
	background: white;
	padding: 2px;
	color: #275A8B;
	margin-top: -6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 6px;
	font-size: 24px;
	float: right;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-links .nav-previous,
.prev-next-posts .prev-posts-link {
	float: left;
	width: 50%;
	text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.nav-links .nav-next,
.prev-next-posts .next-posts-link {
	float: right;
	text-align: right;
	width: 50%;
}

.prev-next-posts {
	float: left;
	width: 100%;
	padding: 40px;
}

.prev-next-posts .prev-posts-link i {
	float: left;
	background: white;
	padding: 3px;
	color: #275A8B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.prev-next-posts .prev-posts-link span {
	padding: 4px;
	float: left;
}

.prev-next-posts .next-posts-link i {
	float: right;
	background: white;
	padding: 3px;
	color: #275A8B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.prev-next-posts .next-posts-link span {
	padding: 4px;
	float: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Shortcodes */

.featured-text {
	font-size: 23px;
	line-height: 33px;
	font-weight: 300;
	vertical-align: text-top;
	width: 100%;
	float: left;
	margin-bottom: 24px;
}

.boxed-text {
	border: solid 1px #8c8c8c;
	padding: 20px 30px;
	width: 100%;
	background: white;
	margin: 20px 0;
	float: left;
}

.boxed-text p {
	font-size: 14px;
	line-height: 23px;
	text-align: left;
}

.boxed-text p strong {
	font-weight: 400;
}

.banner {
	background: #275A8B;
	clear: both;
	font-weight: 600;
    padding: 30px;
    text-align: center;
    float: left;
    margin: 20px 0;
    width: 100%;
}

.banner.half {
	width: 49%;
	margin-right: 2%;
	float: left;
    clear:none;
}



.banner.half:last-child {
	margin-right:0;
}

.banner:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.banner span.title {
    text-transform: uppercase;
    font-size: 22px;
    color: white;
    line-height: 32px;
    font-weight: 600;
}

.banner span.subtitle {
	color: #AD974F;
	font-size: 16px;
	text-transform: inherit;
	padding-top: 10px;
	display: block;
}

.banner.half span.subtitle {
    padding-top: 0;
}

.quote {
	width: 100%;
	float: left;
	margin: 20px 0;
	background-size: cover !important;
	background-position: top center !important;
	height: 450px;
/*  padding-top: 66.64%;*/
    position: relative;
    overflow: hidden;
}

.quote-text {
	position: absolute;
	top: 30px;
	left: 30px;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	width: 50%;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}

.quote-text p {
	margin-bottom: 0 !important;
	line-height: 1.5;
}

.quote-text strong {
	font-weight: 800;
	font-size: 13px;
}

.calendar-link.half {
	background: white;
	padding: 40px;
	border: solid 1px #c8c8c8;
	width: 49%;
	margin-right: 2%;
	float: left;
	clear: none;
	text-align: center;
	text-transform: uppercase;
	height: 280px;
	display: block;
	font-weight: 800 !important;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}

.entry-content a:hover.calendar-link {
	text-decoration: none !important;
}

.calendar-link.half:last-child {
	margin-right: 0;
}

.calendar-link div {
	padding-top: 120px;
}

.calendar-link span {
	color: #AD974F;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em 0;
}

.entry-content p {
	margin-bottom: 24px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*.dgwt-jg-gallery .dgwt-jg-caption {
	display: block !important;
	background: transparent !important;
    color: black !important;
    cursor: none !important;
    height: 30px !important;
    opacity: 1 !important;
    padding: 0 20px !important;
    position: absolute !important;
    text-align: left !important;
    bottom: 0 !important;
    transform-style: none !important;
}

.dgwt-jg-gallery .dgwt-jg-caption span {
    color: black !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 26px !important;
    opacity: 1 !important;
    padding: 0 20px !important;
    position: relative;
    bottom: 0 !important;
    transform: none !important;
}

.dgwt-jg-gallery > a, 
.dgwt-jg-gallery > div {
	overflow: visible !important;
}*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-style: italic;
	font-size: 14px;
}

@media screen and (max-width: 1700px) {
	.performance {
		width: 100%;
		margin-bottom: 20px;
	}

	.quote-text {
		font-size: 17px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 1600px) {
	.casting-wall .headshot {
		width: 31%;
	}

	.casting-wall .headshot:nth-child(4n) {
		margin-right: 22px;
	}

	.casting-wall .headshot:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1300px) {
	header.header {
		padding: 15px 30px;
		height: 80px;
	}

	footer.footer {
		padding: 30px;
	}

	.quote-text {
		font-size: 15px;
	}

	.member-navigation {
		padding: 30px;
		width: 230px;
	}

	h1 {
	    font-size: 32px;
	    line-height: 42px;
	}

	.member-main {
	    width: calc(100% - 230px);
	    margin-left: 230px;
	}

	.casting-wall-search .searchandfilter ul li {
		max-width: 140px;
		margin-right: 10px;
	}

	.casting-wall-search .chosen-container-multi .chosen-choices {
		width: 85%;
	}

	.main-navigation li {
	    margin: 0 12px 0 12px;
	}

	.location.block {
		height: 250px;
	}

	section.floatcontent,
	.floatcontent-inner {
		padding: 40px;
	}

	.casting-wall .headshot {
		height: 400px;
	}

	.casting-wall .headshot:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1100px) {
	.responsive-menu {
		display: block !important;
	}

	.main-navigation {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.quote-text {
		width: 65%;
	}

	section.content-wrap {
	    padding: 30px;
	}

	.content-inner {
	    padding: 50px;
	}

	.member-navigation {
		position: static;
		float: left;
		width: 100%;
		display: none;
	}

	.member-navigation ul.menu li {
		margin-bottom: 0;
	}

	.studio-announcements section.member-header,
	.studio-announcements section.member-content {
		width: 100%;
		margin: 0;
	}

	.studio-announcements section.member-content .post-image {
		padding-left: 0;
		max-width: inherit;
	}

	.studio-announcements section.member-content article {
		padding: 40px;
	}

	.studio-announcements section.member-content .entry-title {
		max-width: 80%;
	}

	.member-main {
		margin-left: 0;
		width: 100%;
	}

	.location.block {
		margin-right: 0 !important;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
		min-height: 250px;
	}
}

@media screen and (max-width: 768px) {
	section.article-wrap {
		padding: 0;
	}

	h1 {
		font-size: 24px;
		line-height: 34px;
	}

	a.donate {
		display: none;
	}

	.responsive-menu {
		margin-right: 0;
	}

	.main-navigation {
		display: none;
	}

	section.content-wrap {
		padding: 0;
	}

	section.hero {
		height: calc(100vh - 120px);
	}

	section.hero h1 {
		margin-top: 0;
		font-size: 23px;
		line-height: 33px;
		margin-top: -80px;
	}

	.content-inner {
	    padding: 30px;
	    margin-top: 0;
	}

	#primary,
	#secondary {
		width: 100%;
		max-width: 100%;
	}

	#secondary {
		margin-left: 0;
		padding: 20px;
	}

	.member-navigation {
		padding: 20px;
	}

	.studio-announcements section.member-content article {
		padding: 30px;
	}

	.studio-announcements section.member-content .entry-content, 
	.studio-announcements section.member-content .entry-footer,
	.studio-announcements section.member-content .post-image {
		padding-left: 0;
	}

	.studio-announcements section.member-content .tags {
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}

	.studio-announcements section.member-content .button {
		display: block;
	}

	.studio-announcements section.member-content .entry-title {
		margin-left: 0;
	}

	.studio-announcements section.floatcontent {
		padding: 0;
	}

	section.floatcontent {
		padding: 0;
	}

	.floatcontent-inner {
		padding: 30px;
	}

	.user-id span {
		display: none;
	}

	section.member-header h1 {
		max-width: 70%;
	}

	section.member-content .edit-profile {
		padding: 80px 30px 30px 30px;
	}

	.half {
		width: 100%;
		text-align: center;
	}

	section.member {
		padding: 30px;
	}

	section.member-content .inner {
		padding: 30px;
	}

	section.member-header {
		padding: 20px 30px;
	}

	.toc {
		display: inherit;
		margin-top: 0;
	}

	.block {
		width: 100%;
		margin-bottom: 10px;
	}

	.public-performances .inner {
		background-image: none;
	}

	.cal {
		min-height: 200px;
	}

	.half {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.popup .inner {
		padding: 0;
	} 

	.tribe-bar-search-filter {
	    float: left;
	    margin-top: 0;
	    width: 100%;
	    padding: 20px 0;
	}

	.tribe-events-sub-nav li a {
		padding: inherit;
		background: transparent;
		float: left;
		margin: 12px 0 0 0;
		padding: 12px;
	}

	#tribe-events-bar {
		display: none !important;
	}

	.casting-wall .headshot {
		width: 47%;
	}

	.casting-wall .headshot:nth-child(4n) {
		margin-right: 22px;
	}

	.casting-wall .headshot:nth-child(3n) {
		margin-right: 22px;
	}

	.casting-wall .headshot:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 667px) {
	.quote {
		padding: 20px;
		height: inherit;
	}

	.quote-text {
		width: 100%;
		position: static;
		font-style: 14px;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.popup .inner {
		padding: 30px;
		margin: 0;
	}

	input.close {
		top: 0;
		right: 0;
	}

	footer .widget {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	footer .widget:last-child {
		margin-bottom: 0;
	}

	.block {
		height: 220px;
	}

	ul.tribe-terms {
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}

	ul.tribe-terms li.current-cat {
		border: 0;
	}

	ul.tribe-terms li.cat-item {
		margin-right: 10px;
	}

	ul.tribe-terms li.cat-item.current-cat a {
		color: black !important;
	}

	ul.tribe-terms li.cat-item a {
		padding: 0;
		font-weight: 800 !important;
		color: #bbb !important;
		font-size: 13px !important;
	}

	.casting-wall .headshot {
		width: 100%;
		margin-right: 0 !important;
	}

}

@media screen and (max-width: 500px) {
	.performance .poster,
	.performance .summary {
		width: 100%;
	}

	.performance .poster img {
		width: 100%;
		min-width: inherit;
	}

	ul.tribe-terms {
		width: inherit;
	}

	.tribe-events-list h1 {
		text-align: center;
	}

	.tribe-events-list ul.tribe-terms {
		text-align: center;
	}

	.tribe-events-list .tribe-events-loop .tribe-events-event-image {
		float: left;
	}

	.tribe-events-list .tribe-events-event-image {
		width: 100% !important;
	}

	.tribe-events-list .tribe-events-event-image img {
		width: 100% !important;
	}

}

