/*
	Theme Name:	Casting Tools
	Description: Custom Template for casting-tools.com
	Author: Gareth Downes-Powell

	Version: 2.0.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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}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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

.text-right{
	text-align: right;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
}

body {
	color: #1a1a1a;
	background: #1a1a1a;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
  	font-weight: 300;
	letter-spacing: -0.02em;
}

/* Display */

h1,
.content .entry-title,
.site-title {
	font-size: 4rem;
  	font-weight: 300;
  	line-height: 1.2;
}

/* Headline */

h2 {
	font-size: 3.2rem;
  	line-height: 1.4;
  	font-weight: 300;
}


/* Title */

h3,
body.woocommerce-page ul.products li.product h3,
h1.archive-title {
	font-size: 2rem;
  	line-height: 1.4;
  	font-weight: 400;
}

/* SubTitle */

h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* Mast */

h5,
.widget-title, .widgettitle,
.genesis-nav-menu a,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta,
.more-link.button {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* Small */

small,
.button.small {
  font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
	border-left: 2px solid #1a1a1a;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	color: #555555;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */

a {
	color: #1db3e2;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition:    all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition:     all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition:      all .75s cubic-bezier(0, 1, .5, 1);
	transition:         all .75s cubic-bezier(0, 1, .5, 1);
}

@media only screen and (min-width: 800px) {
	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition:    all .2s ease-in-out;
		-ms-transition:     all .2s ease-in-out;
		-o-transition:      all .2s ease-in-out;
		transition:         all .2s ease-in-out;
	}

}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	color: #1a1a1a;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	outline: none;
	border-color: #1db3e2;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	background-color: #1db3e2;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 4px 10px !important;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
	background-color: #1db3e2;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}

.button.light {
	background: #eeeeee;
	color: #1a1a1a;
}

.button.light:hover {
	color: #fff;
}

.bg-primary .button.light {
	background: rgba(255,255,255,0.2);
	color: #ffffff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 20rem rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 0.6rem 0;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a1a1a;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 4rem;
}

.wp-caption-text {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
	background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce  {
	
	/* 
	max-width: 80rem; 
	margin: 0 auto;
	*/
	margin: 0;
	float: none;
}

.wrap {
	/*
	margin: 0 auto;
	padding: 0 5%;
	*/
	margin: 0;
	padding: 0;
}

.site-inner {
	clear: both;
	padding:  0;
	overflow: hidden;
	background: #fff;
}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
    text-align: center;
}

@media only screen and (min-width: 800px) {
	body:not(.with-page-header) .site-inner {
		padding-top: 12rem;
	}
}

@media only screen and (min-width: 1100px) {}

@media only screen and (min-width: 1500px) {}


/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Icons
 * ========================================================================== */

.icon {
	font-size: 6rem;
	margin: 0 0 2rem;
	color: #1db3e2;
}

/* Breadcrumbs
 * ========================================================================== */

.breadcrumb {
	margin-bottom: 1.6rem;
}

/* WooCommerce
 * ========================================================================== */

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce-page form .form-row .required,
.woocommerce-MyAccount-navigation li a {
	color: #1a1a1a;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f7f6f7;
	border-bottom: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 1.5rem 2rem;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  	display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
 	border: 0;
  	margin-top: 2rem !important;
	line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
	border-radius: 0;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0 1rem;
	background: #1a1a1a;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
 	background: none;
 	border: none;
 	float: left;
 	padding: 0.5rem !important;
 	width: 50%;
}

body.woocommerce ul.cart_list li img, body.woocommerce ul.product_list_widget li img {
 	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
 	float: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
 	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
 	width: auto;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: inline !important;
}

select.orderby {
 	margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
	color: #ffb35e !important;
}

.woocommerce .quantity .qty {
	padding: 1.2rem 1rem 1rem;
}

.woocommerce form .form-row label.inline {
	margin-left: 2rem;
}

.woocommerce-terms-and-conditions-wrapper #terms {
	margin-top: 5px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 20px;
}

/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 2rem 0;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
}

.site-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 5rem;
	margin: 0 auto;
}

.site-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	height: 5rem;
	width: 14rem;
	background-image: url(images/logo_dark.png);
}

@media only screen and (min-width: 800px) {
	body.with-page-header.header-image:not(.header-scroll) .site-title a {
		background-image: url(images/logo_light.png) !important;
	}
}


.header-image .title-area {
	margin: 0;
	width: 14rem;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 800px) {

	.site-header,
	.header-image .site-header {
		padding: 3rem 0 2.5rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-scroll .site-header {
		background: #fff;
		padding: 0;
		box-shadow: 0 0 2rem rgba(0,0,0,0.05);
	}

	.site-header .wrap {
		max-width: none;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title > a {
		height: 7.5rem;
		width: 20rem;
	}

	.header-image .title-area {
		width: 20rem;
	}

	.with-page-header .site-title a {
		color: #fff;
	}

	.header-scroll .site-title a {
		color: #1a1a1a;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #1a1a1a;
		color: #1a1a1a;
	}
}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 1.6rem 0;
	position: relative;
	opacity: 0.8;
	color: #1a1a1a;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.with-page-header .genesis-nav-menu a,
	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		color: #fff;
	}

	.header-scroll .site-header .genesis-nav-menu a {
		color: #1a1a1a;
	}

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid #1a1a1a;
		border-radius: 5px;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #fff;
	}

	.genesis-nav-menu .menu-item.highlight a:hover {
		background: #fff;
		color: #1a1a1a;
	}

	.genesis-nav-menu .sub-menu {
		width: 18rem;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0,0,0,0.1);
		border-radius: 5px;
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 2rem;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -0.5rem;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		margin-top: -1rem;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 1.6rem;
		margin: 0;
		color: #1a1a1a;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent;
}

@media only screen and (max-width: 800px) {

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
		padding-left: 2rem;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding:0;
		overflow: hidden;
		width: 50px;
		height: 50px;
		position: relative;
	}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		position: absolute;
		color: #1a1a1a;
		top: 1rem;
		right: 1.2rem;
		display: inline-block;
		font-size: 3rem;
		margin: 0 auto;
		padding: 0;
	}

	button.menu-toggle.activated::before {
	   content: "\f2d7";
	   right: 1.5rem;
	}

	button.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		padding: 0 1.25rem 0;
		margin-top: 0 !important;
	}

	button.sub-menu-toggle:before {
		color: #1a1a1a;
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 4rem 0 0;
		padding: 1rem 0;
	}

}

@media only screen and (min-width: 800px) {

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 3rem 0;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}
}

@media only screen and (min-width: 1100px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 36px;
	}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* WooCommerce Account Nav
 * ========================================================================== */

body.woocommerce-account .entry-title {
	text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	text-align: center;
	width: 100%;
	float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
	max-width: 80rem;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 4rem !important;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	padding: 1rem;
	display: inline-block;
}

@media only screen and (min-width: 800px) {

	.woocommerce-MyAccount-navigation li {
		display: inline-block;
	}
}


/* Pagination
 * ========================================================================== */

.pagination,
body.woocommerce-page nav.woocommerce-pagination {
	margin: 4rem auto;
	text-align: center;
}

.pagination.adjacent-entry-pagination {
	padding: 4rem 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: inline-block;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	color: #1a1a1a;
	border-radius: 5px;
	background: transparent;
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #1db3e2;
	color: #fff;
}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Background Images and Colors
 * ========================================================================== */

.bg-primary,
.bg-primary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #1a1a1a;
}

.bg-light-gray:after {
	background: #dcdcdc;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1a1a1a;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: calc(7% + 10.8rem) 0 7%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 6rem;
	}

	.page-header .entry-meta {
		font-size: 1.6rem;
	}

}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
	margin-bottom: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 1em;
	line-height: 1;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 0rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #dcdcdc;
    margin: 4rem auto;
    display: block;
}

.post-image.entry-image {
	margin-bottom: 4rem;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 1.6rem;
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
	background: #f7f6f7;
	padding: 6rem 0;
}

@media only screen and ( min-width: 800px ) {

	.before-footer {
		padding: 10rem 0;
	}

	.before-footer .enews form {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.before-footer .enews form input {
		margin: 0 1rem;
		width: calc( 25% - 2rem );
		float: left;
	}
}

/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 6rem 0 0;
	background: #1a1a1a;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 4rem;
}

.footer-widgets a:not(.button) {
	color: #fff;
	opacity: .5;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 1rem !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 2.4rem 1.2rem 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 10rem 0 0;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 6rem;
	}
}

/* Site Footer
 * ========================================================================== */

.site-footer {
	padding: 4rem 0;
	background: #1a1a1a;
	text-align: center;
	color: #8c8c78;
}

.site-footer a {
	color: #8c8c78;
}

.site-footer p {
	margin-bottom: 0;
}

ul.ct-footer-links{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

ul.ct-footer-links li{
	margin-right: 40px;	
}
ul.ct-footer-links li:last-child{
	margin-right: 0;	
}

/* Casting Tools
 * ========================================================================== */

body{
	font-size: 1.6rem;
}

.ct-required{
	margin-left: 10px;
	font-size: 20px;
	color: #cc0000;
}

.g-recaptcha{
	margin-bottom: 20px;
}

table tr th{
	font-weight: 700;
}

table{
	font-size: 15px;
}

.table-responsive table{
	background-color: #fff;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-top: 0;	
}

.ct-flex{
	display: flex;
}

.ct-progress-bar{
	width: 0;
    height: 18px;
    background: #26B515;	
}

.panel-heading{ font-weight: bold;}

.page-id-13 div.entry-content,
.page-id-30 div.entry-content,
.page-id-468 div.entry-content, 
.page-id-497 div.entry-content, 
.page-id-668 div.entry-content, 
.page-id-671 div.entry-content,
.page-id-1153 div.entry-content,
.page-id-1197 div.entry-content,
.page-id-1307 div.entry-content,
.page-id-1312 div.entry-content,
.page-id-2245 div.entry-content
{
	margin: 0 auto;
	width: 50%;
}

@media only screen and (max-width: 800px) {
	.page-id-13 div.entry-content,
	.page-id-30 div.entry-content,
	.page-id-468 div.entry-content, 
	.page-id-497 div.entry-content, 
	.page-id-668 div.entry-content, 
	.page-id-671 div.entry-content,
	.page-id-1153 div.entry-content,
	.page-id-1197 div.entry-content,
	.page-id-1307 div.entry-content,
	.page-id-1312 div.entry-content,
	.page-id-2245 div.entry-content	
	{
		margin: 0 auto 20px auto;
		width: 90%;
	}	
}

.page-id-11 div.entry-content{
	margin: 0 100px;
}

.error404 div.entry-content{
	margin: 0 auto 20px auto;
	width: 90%;	
}

.main-404{
    font-size: 200px;
    font-weight: bold;
    text-align: center;
    color: #2a84ad;
    margin: 40px 0 !important;
}	

.text-404{
	font-size: 20px;
	text-align: center;
}

header.entry-header{
	display: none;
}

header.site-header .wrap{
	margin-right: 4rem;
}

#ct-hero{
	position: relative;
	background-image: url("/wp-content/uploads/2018/05/1526506155.jpg");
	background-size: cover;
	padding-top: 25%;
	margin-bottom: 6rem;
}

.ct-hero-box{
	position: absolute;	
	margin: 3rem;
	padding: 0 3rem;
	max-width: 44rem;
	opacity: 0.8;
	background-color: #fff;	
}

#ct-hero-cd{
	top: 35px;
	left: 25px;
}

#ct-hero-va{
	display: none;
	bottom: 10px;
	left: 25px;
}

#ct-home-icons{
	display: flex;
	justify-content: space-around;
}

#ct-home-icons i.fas{
	font-size: 60px;	
}

.ct-home-card{
	width: 200px;
	margin: 0 2rem;
	text-align: center;
}

@media only screen and (max-width: 400px) {
	#ct-home-icons{
		flex-direction: column;
		justify-content: center;
	}
	
	.ct-home-card{
		width: 90%;
	}
}

.ct-client-form-container, .ct-actor-form-container, .ct-login-form-container{
	background-color: #f0f3f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2rem;
	margin-top: 2rem;
}

.ct-fe-button{
	font-size: 1.8rem;
	margin-top: 4rem;
}

label{
	font-weight: 600 !important;
}

.center{
	text-align: center;
}

.wp-error{
	background-color: #ca5f59;
	color: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ct-actor-signup-options{
	margin-bottom: 0;
	background-color: #fff;
}

#ct-actor-signup-options tr td{
	padding: 6px;
}
#ct-actor-signup-options i{
	margin-left: 10px;
}
#ct-actor-signup-options .fa-user{
	color: #339933;
}

#ct-actor-signup-options .fa-users{
	color: #ffbf08;
}
/* CT WooCommerce Styles */

table.variations td.label{
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: 1.8rem !important;
	color: #7cc209 !important;
}

.woocommerce button.button.alt{
	margin-top: 2rem;
	background-color: #7cc209 !important;
}

.woocommerce-checkout #customer_details .col-1{
	width: 100% !important;
	float: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #fff !important;
	font-weight: 600 !important;
}

.woocommerce #customer_details{
	margin-bottom: 2rem;
}

.product-name a{
	color: rgb(26, 26, 26);
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 140px;	
}

div.product_meta{
	display: none;
}

/* Casting Directors
 * ========================================================================== */

body.ct-template-cd #genesis-content, 
body.post-type-archive-projects #genesis-content,
body.post-type-archive-clients #genesis-content,
body.post-type-archive-voiceactors #genesis-content,
body.single-clients #genesis-content,
body.single-projects #genesis-content
{
	padding: 2rem 4rem;
}

.alert-danger{
	background-color: #ffeeee !important;
	border: 1px solid #c1372a !important;	
}

.alert-danger ul{
	margin-top: 20px !important;
	margin-left: 20px !important;
}

hr.ct-divider{
	border-top: 1px dashed #999;
	padding: 0;
}

.cd-success-message{
	margin-bottom: 20px;
	background-color: #dff0d8;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #7cb902;	
	text-align: center;
}

.cd-success-message p{
	margin-bottom: 0;
}

/* Casting Director Panels */
.ct-panel-container{
	width: 49%;
}

.ct-cd-dashboard-2col{
	justify-content: space-between;
}

.panel-default.panel-cd > .panel-heading strong, 
.panel-cd > .panel-heading a, 
.panel-cd > .panel-heading i {
	color: #fff;
}

.panel-default.panel-cd > .panel-heading{
	background-color: #5d89a8;
}

.panel-cd input[type="submit"], .panel-cd  input[type="button"] {
	background-color: #2B84AD;
}

.panel-cd .panel-heading-container{
	display: flex;
	justify-content: space-between;
}

.panel-cd.panel-cd-role .panel-title{
	display: flex;
}

.panel-cd.panel-cd-role .panel-title .fa-female,
.panel-cd.panel-cd-role .panel-title .fa-male{
	padding-top: 3px;
}

.panel-icons{
	width: 100px;
	text-align: right;
}

.panel-icons a{
	margin-left: 10px;
}

a.panel-collapse-button.collapsed .fa-caret-down:before {
    content: "\f0da" !important;
}
/* CD Dashboard */

#ct-dashboard-cd{
	background-color: #efefef;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	display: flex;
	flex-wrap: wrap;
}

#ct-dashboard-cd-single{
	background-color: #efefef;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#ct-data-pagination{
	width: 100%;
	text-align: center;
}

#ct-dashboard-cd.ct-dashboard-cd-main{
	flex-wrap: nowrap;
}

.ct-dashboard-cd-main-box{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-right: 20px;
	
	-webkit-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);	
}

.ct-dashboard-cd-main-box:last-child{
	margin-right: 0;
}

.ct-dashboard-cd-box{
	width: 48%;
	background-color: #fff;
	padding: 20px;
	margin-right: 20px;
}

.ct-cd-box-wide{
	width: 100% !important;
	margin-right: 0 !important;
}

.cd-dashboard-profile-summary-table tr td:last-child{
	width: 100px;
	text-align: center;
}

#ct-dashboard-cd .cd-dashboard-cross{
	font-size: 30px;
	color: #ce3426;
}

#ct-dashboard-cd .cd-dashboard-warning{
	font-size: 30px;
	color: #ffcc00;
}

#ct-dashboard-cd .cd-dashboard-tick{
	font-size: 30px;
	color: #7cb902;
}

/* CD Project Dashboard */

.ct-cd-page-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ct-cd-page-header i{
	margin: 0.67em 0;
	font-size: 30px;
	color: #5d89a8;
}

.post-type-archive-projects .panel-cd{
	width: 46%;
	margin: 0 20px 20px 20px;
	
    -webkit-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);	
}

.ct-proj-dash-box-header{
	display: flex;
	justify-content: space-between;
}

.ct-cd-even-row{
	background-color: #EDF5F9;
}

.cd-dashboard-project-summary-table i{
	font-size: 16px;
	color: #5d89a8;	
}

.cd-project-archive-role-summary-table tr:nth-child(even) {
	background: #edf5f9;
}

.ct-proj-dash-box-header-icon { width: 90px; text-align: right; }

/* Single Project Page */
#ct-cd-test-project-marker{
	border: 2px solid #339933;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #3bb23b;
	color: #fff;
}

.single-projects #ct-dashboard-cd > div{
	width: 48%;
}

#ct-project-dashboard-roles .panel-cd{
	width: 100%;
}

#ct-project-dashboard-roles table tr td:first-child{
	width: 40%;
}

#ct-project-dashboard-roles .fa-lock-open{
	font-size: 18px;
	margin-left: 10px;
	color: #7cb902;
}

.panel-title{
	font-size: 15px !important;
}

#ct-project-dashboard-roles .panel-title i{
	margin-left: 0;
	margin-right: 10px;
	color: #fff;
}

#ct-project-dashboard-roles .ct-cd-project-role-gender{
	width: 22px;
}

#ct-project-dashboard-roles .ct-cd-project-role-gender i{
	margin-right: 2px;
}

#ct-project-dashboard-roles .fa-lock{
	font-size: 18px;
	margin-left: 10px;
	color: #cc0000;
}

.ct-cd-project-role-lock{
	width: 30px;
}

.panel-title .fa-lock-open{
	color: #7cb902 !important;
}
.panel-title .fa-lock{
	color: #cc0000 !important;
}

.ct-cd-project-invite-link,
.ct-cd-role-invite-link{
	color: #1db3e2;
}

#cd-project-single-table-contacts tr:first-child td{
	font-weight: bold;
}

.cd-project-single-table-contacts-company{ width: 35% }
.cd-project-single-table-contacts-name{ width: 25% }
.cd-project-single-table-contacts-email{ width: 25% }
.cd-project-single-table-contacts-approval{ width: 15%; text-align: center; }


/* Clients Page */

/* Select Client Page */

#ct-dashboard-cd.ct-cd-select-client-box{
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
}

#ct-dashboard-cd.ct-cd-select-client-box .panel-cd{
	width: 50%;
	margin: 2rem auto 4rem auto;
}

.panel-cd-create-project{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.wp-editor-tabs button, .wp-editor-container button{
	background-color: #f5f5f5 !important;
	font-size: 1.3rem !important;
	font-weight: 400 !important;
}

.ct-cd-single-project-add-role-button-panel{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

/* Add New Client Page */

.ct-cd-add-client-box{
	justify-content: center;
}
#ct-cd-add-client{
	width: 60%;
	margin: 0 auto;
}

/* Single Client Page */
.ct-cd-client-logo-main img{
	max-height: 150px;
	max-width: 200px;
}

.ct-cd-contact-table tr:nth-child(even) { background: #edf5f9; }

.ct-cd-contact-table-header{
	display: flex;
	justify-content: space-between;
}

/* Add New Client Contact Page */
.ct-cd-add-client-contact-box{
	justify-content: center;
}
#ct-cd-add-client-contact{
	width: 60%;
}

/* Default NDA Page */

#ct-cd-default-nda{
	width: 100%;
	text-align: justify;
	padding: 20px;
	background-color: #fff;
}
#ct-cd-default-nda p{
	line-height: 1.5 !important;	
}
.ct-edit-default-nda textarea{
	width: 100%;
	height: 450px !important;
}

#ct-cd-default-nda-details div#cred_form_1226_1{
	height: 400px;
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
	overflow: auto;
	border: 1px solid #999;
}

.ct-cd-nda-tokens-table tr, .ct-cd-nda-tokens-table td{
	border: 1px solid #ccc;
	padding: 4px;
}

.ct-cd-nda-tokens-label{
	width: 200px;
	font-weight: bold;
}

/* Create Project Page */

#ct-cd-create-project{
	width: 100%;
}

.ct-cd-project-separator{
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

/* Single Project Page */
.ct-cd-single-project{
	justify-content: space-between;
}

.ct-cd-single-project .panel-cd-project{
	width: 46%;	
}

#ct-cd-project-page-nda{
	height: 300px;
	width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: justify;
}

#cred_form_187_1_wpcf-cdp-nda-details_ifr{
	height: 300px !important;
}

/* Edit Project Page */

#ct-cd-edit-project{
	width: 100%;
}

#ct-cd-edit-project-nda textarea{
	height: 300px;	
}

.panel-cd-edit-project{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Create Role Page */
#ct-cd-add-role{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

/* Auditions Page */

table.ct-cd-audition-media{
	width: 100%;
	margin-bottom: 0;
}

table.ct-cd-audition-media .wp-audio-shortcode{
	margin-bottom: 10px;	
}

table.ct-cd-audition-media tbody, table.ct-cd-audition-media tbody td{
	border: none;
}

td.ct-cd-audition-media-video{
	width: 50px;
	text-align: right;
}

.ct-cd-audition-video i{
	font-size: 30px;
}

/* Vex Audition Profile */
.ct-vex-cd-audition-info.vex .vex-content{
	width: 60%;
	min-width: 800px;
}
.ct-vex-cd-audition-info.vex .vex-dialog-buttons{
	text-align: center !important;
}
.ct-vex-cd-audition-info.vex .vex-dialog-button-primary{
	float: none !important;
}
.ct-vex-cd-audition-info.vex .vex-dialog-button-secondary{
	display: none;
}

#ct-cd-vex-audition-info h2{
	font-size: 18px;
}

.ct-cd-vex-audition-info-label{
	width: 200px;
}

/* Vex Actor Profile */

.ct-vex-cd-actor-profile.vex{
	padding: 20px 0 !important;
}
.ct-vex-cd-actor-profile.vex .vex-content{
	width: 60%;
	min-width: 800px;
}
.ct-vex-cd-actor-profile .vex-dialog-button-secondary, 
.ct-vex-cd-agent-profile .vex-dialog-button-secondary{
	display: none;
}
.ct-vex-cd-actor-profile .vex-dialog-buttons,
.ct-vex-cd-agent-profile .vex-dialog-buttons{
	text-align: center;
}
.ct-vex-cd-actor-profile .vex.vex-theme-plain .vex-dialog-button,
.ct-vex-cd-agent-profile .vex.vex-theme-plain .vex-dialog-button{
	float: none;
}
.ct-vex-cd-actor-profile #ct-cd-vex-actor-profile {
	font-size: 14px;
}
.ct-vex-cd-actor-profile #ct-cd-vex-actor-profile .wp-audio-shortcode, 
.ct-vex-cd-actor-profile #ct-cd-vex-actor-profile .wp-video{
	margin-bottom: 0;
}
.ct-vex-cd-actor-profile .ct-cd-vex-actor-profile-personal{
	margin-bottom: 15px;
}
.ct-vex-cd-actor-profile .ct-va-profile-details-section-header, 
.ct-vex-cd-agent-profile .ct-agent-profile-details-section-header{
	font-size: 18px;
}
.ct-vex-cd-actor-profile.vex .vex-dialog-button-primary,
.ct-vex-cd-agent-profile.vex .vex-dialog-button-primary{
	float: none !important;
}

.ct-vex-cd-agent-profile.vex .vex-content{
	width: 60%;
	min-width: 800px;
}

.ct-agent-profile-details-section-header{
	width: 100%;
	font-weight: 600;	
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
}

#ct-cd-agent-profile-logo{
	max-width: 200px;
}

/* Vex Actor Rating Warning */
.ct-vex-cd-actor-rating-confirm .vex-content{
	border: 2px solid #cc0000;
}

.ct-vex-cd-actor-rating-warning{
	display: flex;
}

.ct-vex-cd-actor-rating-warning i{
	font-size: 36px;
	margin-right: 20px;	
	margin-top: 9px;
	color: #cc0000;	
}

/* Actor Info */
.ct-vex-cd-actor-contact.vex .vex-content{
	width: 60%;
	min-width: 800px;
}
.ct-vex-cd-actor-contact.vex .vex-dialog-buttons{
	text-align: center !important;
}
.ct-vex-cd-actor-contact.vex .vex-dialog-button-primary{
	float: none !important;
}
.ct-vex-cd-actor-contact.vex .vex-dialog-button-secondary{
	display: none;
}

.ct-vex-cd-actor-contact.vex h2{
	font-size: 18px;
}

.ct-cd-agent-info-selected-actor{
	width: 150px;
}

/* Star Rating */

.ct-generate-star-rating-control{
	display: flex;
	justify-content: space-between;
    max-width: 300px;
	
	margin: 0 auto;
}

.ct-generate-star-rating-control i.far {
	color: #999;
}

.ct-generate-star-rating-control i.fas {
	color: #ffcc33;
}

.ct-generate-star-rating-control i.fa-star:hover {
	color: #ffcc33;
}

.ct-cd-pagination{
	text-align: center;
}

/* Invite Actors */

.ct-cd-va-search-inner{
	width: 100%;
}

#ct-cd-invite-actors {
	width: 100%;
}

.ct-va-search-add-va-button:hover{
	color: #20B814;
}

.ct-invite-voice-actors-button-ctr table{
	background-color: #fff;
}

.ct-invite-voice-actors-results {
	background-color: #fff;
}

.ct-search-agents-logo,
.ct-search-agents-country,
.ct-search-agents-type{
	width: 200px;
}

.ct-cd-invite-success-message{
	width: 60%;
	margin: 0 auto;
	background-color: #dff0d8;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #7cb902;	
	text-align: center;
}

/* Delete Project Page */
.cd-cd-delete-project-warning{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

.ct-delete-project-warning-icon i{
	font-size: 100px;
	color: #f7d418;
}

.ct-cd-delete-project-name{
	font-weight: 500;
}

.cd-view-auditions-table .mejs-container, 
.cd-view-auditions-table .mejs-container .mejs-controls, 
.cd-view-auditions-table .mejs-embed, 
.cd-view-auditions-table .mejs-embed body{
	max-width: 400px;
}

/* View Auditions Page */
.cd-view-auditions-table-type		{ width: 50px; text-align: center; }
.cd-view-auditions-table-ref		{ width: 60px; text-align: center; }
.cd-view-auditions-table-audition	{ width: 420px; }
.cd-view-auditions-table-rating		{ width: 100px; text-align: center; }
.cd-view-auditions-table-shortlist	{ width: 60px; text-align: center; }
.cd-view-auditions-table-approve	{ width: 60px; text-align: center; }
.cd-view-additions-approved-by      { font-size: 14px; margin-top: 6px; }

.cd-view-auditions-table-icon-actor	{ color: #339933; }
.cd-view-auditions-table-icon-agent	{ color: #ffbf08; }
.cd-view-auditions-table-icon-cd	{ color: #5d89a8; }

#ct-dashboard-cd-view-auditions-header{
	display: flex;
	justify-content: space-between;
}

#ct-dashboard-cd-view-auditions-header-icons{
	text-align: right;
}

.ct-cd-contact-actor-button{
	margin-bottom: 10px;
}

/* Close Projects Page */
#wpv-view-layout-1636-TCPID1631{
	width: 100%;
}

/* Edit Profile Page */
#cred_form_970_1{
	width: 100%;
	margin: auto;	
	background-color: #fff;
}

.panel-cd-edit-profile{
	width: 70%;
	margin: 0 auto;
}

.ct-cd-profile-button-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* CD - View Auditions Page */
.ct-dashboard-cd-view-auditions .panel-cd{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#wpv-view-layout-852-TCPID847{
	width: 100%;
}

/* CD - Review Auditions Page */

#wpv-view-layout-863-TCPID864{
	width: 100%;
}

.ct-audition-review-signed-nda{
	height: 400px;
	overflow-y: scroll;
	text-align: justify;
	padding: 20px;
}

.ct-dashboard-review-audition .panel-cd{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#cred_form_462_1 #wpcf-cdp-role-image_image{
  max-width: 400px;
  max-height: 400px;
}

.ct-cd-review-auditions-panel{
	display: flex;
	justify-content: space-between;
}

.ct-cd-review-auditions-panel-icons{
	width: 60px;
	text-align: right;
}

/* CD - Search Actors Page */
.panel-cd-search-actors .panel-heading{
	display: flex;
	justify-content: space-between;
}

.panel-cd-search-actors-icons{
	text-align: right;
}

.panel-cd-search-actors {
	width: 700px;
	margin: 0 auto;
}

.panel-cd-search-actors table td{
	width: 200px;
}

.panel-cd-search-actors table td:first-child{
	font-weight: bold;
}

.ct-actor-search-button{
	text-align: center;
}

#ct-actor-search-form h4{
	border-bottom: 1px solid #f0f0f1;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	color: #333;
	font-weight: 600;
}

#ct-actor-search-form .ct-cd-actor-search-1-col{
	margin-bottom: 2rem;
}

#ct-actor-search-form .ct-cd-actor-search-2-col{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

#ct-actor-search-form .ct-cd-actor-search-2-col div{
	width: 45%;
}

.cd-actor-search-tick{
	color: #7cb902;
}

.cd-actor-search-cross{
	color: #cc0000;
}

.ct-search-actors-results .ct-search-head-rrc{
	text-align: center;
}

.ct-search-actors-results .ct-search-head-name{
	width: 150px;
}

.ct-search-actors-hide-field{
	display: none;
}

#ct-actor-invite-form{
	text-align: center;
	margin-bottom: 20px;
}

.ct-search-actors-hint{
	font-size: 14px;
	font-weight: 400;	
	text-transform: none;
}

.ct-sar-table-name{ width: 15% }
.ct-sar-table-gender{ width: 5% }
.ct-sar-table-country{ width: 10% }		
.ct-sar-table-ages{ width: 10% }
.ct-sar-table-rrc{ width: 5%; text-align: center; }
.ct-sar-table-accent{ width: 15% }
.ct-sar-table-proaccents{ width: 20% }
.ct-sar-table-ratings{ width: 10% }
.ct-sar-table-add{ width: 10%; text-align: center; }

#ct-search-actor-table td:last-child{
	text-align: center;
}

/* My Actors Page */
.ct-my-actors-table-rrc{ text-align: center }
.ct-my-actors-table-ratings{ text-align: center }
.ct-my-actors-table-remove{ text-align: center }

.ct-my-actors-table-name{ width: 20%; }
.ct-my-actors-table-gender{ width: 15%; }
.ct-my-actors-table-country{ width: 15%; }	
.ct-my-actors-table-ages{ width: 20%; }
.ct-my-actors-table-rrc{ width: 10%; }
.ct-my-actors-table-ratings{ width: 10%; }
.ct-my-actors-table-remove{ width: 10%; }

.ct-my-actors-table-shortlist-count{ 
	width: 140px;
	text-align: center; 
}
.ct-my-actors-table-source{
	width: 50px;	
	text-align: center;
}

/* Upload Audition Page */

.panel-cd-audition{
	width: 80%;
	margin: 0 auto;
}

/* Voice Actors
 * ========================================================================== */

body.ct-template-va #genesis-content,
body.post-type-archive-audition-invitations #genesis-content,
body.post-type-archive-auditions #genesis-content 
{
	padding: 2rem 4rem;
}

#ct-dashboard-va{
	background-color: #efefef;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.ct-dashboard-va-box{
	width: 50%;
	background-color: #fff;
	padding: 20px;
	margin-right: 20px;
	
	-webkit-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);		
}

.page-id-543 .ct-dashboard-va-box:last-child{
	margin-right: 0;
}

.ct-dashboard-va-box.ct-va-wide{
	width: 100%;
	margin-right: 0;
}

.panel-default.panel-va > .panel-heading {
    background-color: #339933;
	color: #fff;
}


/* /va-sign-nda-for-project/ */
.va-project-nda{
	height: 400px;
	background-color: #efefef;
	padding: 20px;
	overflow: auto;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: justify;
}

.va-project-nda br{
	margin-bottom: 20px;
}

.ct-profile-complete{ color: #26B515; }
.ct-profile-incomplete{ color: #B00B0E; }

.ct-va-rating{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 50px;
	border-radius: 5%;
}

.ct-va-rating-inner{
	position: absolute;

	top: 2px;
	left: 2px;
	width: 56px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 5%;	
	text-align: center;	
}
.ct-va-rating-text{
	position: relative;
	top: 50%;
	transform: translateY(-45%);
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #fff;	
}
.ct-va-rating-unrated{ background-color: #767474; }
.ct-va-rating-low{ background-color: #ef3e36; }
.ct-va-rating-medium{ background-color: #f7b91a; }
.ct-va-rating-high{ background-color: #8dc53e; }

/* VA Edit Profile */

.ct-va-profile-privacy-container{
	display: flex;
	align-items: center;
}

.ct-va-profile-privacy-container i{
	font-size: 60px;
	color: #339933;
}

.ct-va-profile-privacy-container > div {
	margin-left: 40px;	
}

.panel-va-public-profile .form-group {
	margin-bottom: 0 !important;
}

ul.wpt-form-set-checkboxes-wpcf-va-voice-ages {
    display: -ms-flexbox;           
    display: -webkit-flex;          
    display: flex;
    -webkit-flex-flow: wrap column; 
    flex-flow: wrap column;
    max-height: 120px;  	
}

ul.wpt-form-set-checkboxes-wpcf-va-languages, #ct-va-profile  ul.wpt-form-set-checkboxes-wpcf-va-genres {
    display: -ms-flexbox;           
    display: -webkit-flex;          
    display: flex;
    -webkit-flex-flow: wrap column; 
    flex-flow: wrap column;
    max-height: 240px;  	
}

.ct-va-edit-profile-button-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ct-va-profile-field-error{
	background-color: #ffeeee !important;
	border: 1px solid #c1372a !important;
}

.ct-va-profile-hint {
	display: inline-block;
	margin-left: 10px; 
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
	letter-spacing: 0.05em;
}

#ct-va-headshot-container{
	display: flex;
}

#ct-va-headshot-container-right{
	display: flex
}

#ct-va-headshot-empty{
	width: 100px;
	height: 100px;
	border: 2px solid #555;
	background-color: #eee;
	border-radius: 4px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	color: #555;	
}

#ct-va-headshot-actions{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

#ct-headshot-file-upload-container{
	vertical-align: bottom;
}

#ct-va-headshot-remove{
    display: flex;
    align-self: flex-end;	
}

.ct-va-profile-headshot-remove{
	font-size: 30px;
    color: #cc0000;
	margin-left: 20px;
}

.ct-va-profile-divider{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

#ct-va-profile-showreels .ct-va-profile-divider{
	margin-bottom: 15px;
}

.ct-va-audio-container{
	display: flex;
}

.ct-va-audio-container-right{
	width: 100%;
}

.ct-va-audio-upload-progress{
	display: flex;
	margin: 10px 0 0 20px;
}

.ct-va-audio-container .ct-progress-bar{
	margin-left: 20px;
}

table.ct-va-audio-player-table{
	width: 100%;
	margin-bottom: 0;
}

table.ct-va-audio-player-table td:last-of-type{
	width: 40px !important;
	text-align: center;
	color: #cc0000;
}

table.ct-va-audio-player-table, 
table.ct-va-audio-player-table tbody,
table.ct-va-audio-player-table tr,
table.ct-va-audio-player-table td{
	border: none !important;
}

#ct-va-edit-profile-dob {
	background-color: #fff;
}

.ct-audio-player-hide{
	display: none;
}

.ct-va-audio-title-container{
	width: calc(100% - 40px);
	margin-bottom: 15px;
}

/* VA Display Profile */
.panel-va-profile-display{
	width: 90%;
	margin: 0 auto;
}

.ct-va-profile-details-section{
	margin-bottom: 20px;
}

.ct-va-profile-details-section .row{
	margin-bottom: 15px;
}

.ct-va-profile-details-row{
	width: 100%;
	display: flex;	
	border-bottom: 1px solid #dddddd;
}

.ct-va-profile-details-row > div {
	padding: 5px 0;	
}

.ct-va-profile-details-row div:first-of-type {
	width: 180px;
	font-weight: 600;
}

.ct-va-profile-details-header{
	width: 100%;
	font-weight: 600;	
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
}

.ct-va-profile-details-section-header{
	width: 100%;
	font-size: 22px;
	font-weight: 600;	
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.ct-va-profile-showreels .ct-va-profile-details-header{
	margin-bottom: 15px;
}

.mejs-container{
	width: calc(100% - 1px) !important;
}

#ct-va-profile-headshot-empty{
	width: 250px;
	height: 250px;
	border: 2px solid #555;
	background-color: #eee;
	border-radius: 4px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200px;
	color: #555;		
}

/* VA - Submit Audition */

.ct-audition-audio-form-group{
	margin-bottom: 0;	
}

.ct-audition-audio-container-right{
	width: 100%;
}

.panel-va-audition table tr td:first-child{
	width: 160px;
	font-weight: 600;
}

.ct-audition-role-image{
	max-height: 200px;
}

.ct-divider{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

#ct-audition-audio-player-container{
	width: 100%;
}

#ct-audition-audio-player-container table, 
#ct-audition-audio-player-container tr,
#ct-audition-audio-player-container td{
	border: none;
}

#ct-audition-audio-player-container .ct-audition-remove{
	margin-left: 20px;
	color: #cc0000;
}

#ct-audition-audio-player-container td {
	width: 50%;
}

#ct-audition-notes, #ct-audition-availability{
	height: 100px;
}

.ct-audition-role-details-label{
	width: 200px;
}

/* VA Auditions */
#va-auditions-table tr td:nth-child(n+5){
	text-align: center;
}

#va-auditions-table .fa-check-circle{
	font-size: 20px;
	color: #7cb902;
}

.ct-va-auditions-wide-inner{
	width: 100%;
	background-color: #fff;
	padding: 20px;
}

/* VA Audition Page*/
.ct-va-audition-container{
	width: 100%;
	margin: 0 auto;
}
.ct-va-audition-media-container{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.ct-va-audition-media-image img{
	max-width: 350px;
	max-height: 350px;
}

.panel-va-audition{
	width: 80%;
	margin: 0 auto;
}

.ct-audition-error{
	border: 1px solid #cc0000;
	background-color: #ffecec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
	margin-bottom: 20px;
}

/* VA View Audition Page*/

table#va-audition-table-audition-view tr td:first-child,
table#va-audition-table-role-fees tr td:first-child,
table#va-audition-table-role-details tr td:first-child{
	width: 300px;
}

/* VA My Account Menu */
.ct-va-myaccount-container{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.ct-va-myaccount-container i.fas{
	font-size: 40px;
	color: #339933;
}

.ct-va-myaccount-container table tr td{
	padding: 20px !important;
}

.ct-va-myaccount-container table tr td:first-child{
	width: 100px;
	text-align: center;
}

/* VA - Reset Rating Page */

.ct-page-va-reset-rating{
	text-align: center;
}

.ct-page-va-reset-rating #ct-reset-rating-form{
	margin-top: 3rem;
}

.ct-page-va-reset-rating .ct-va-rating{
	width: 100px;
	height: 100px;
	margin-bottom: 2rem;
}

.ct-page-va-reset-rating .ct-va-rating-inner{
	top: 4px;
	left: 4px;
	width: 92px;
	height: 92px;
}

.ct-page-va-reset-rating .ct-va-rating-text{
	font-size: 60px;
}

/* VA - Display NDA */
.ct-va-display-signed-nda{
	height: 400px;
	overflow-y: scroll;
	padding: 20px 40px 20px 20px;
	text-align: justify;
}

#form-va-sign-nda{
	text-align: center;
}

/* Casting Clients
 * ========================================================================== */

.ct-dashboard-client-box {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);
}

.cc-dashboard-auditions tr:nth-child(even){
	background-color: #fdf2e8;
}

.ct-client-audition-ref{ width: 100px; text-align: center; }
.ct-client-audition-approve{ width: 100px; text-align: center; }

body.ct-template-clients #genesis-content
{
	padding: 2rem 4rem;
}

#ct-dashboard-cl{
	background-color: #efefef;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#ct-client-project-page{
	display: flex;
	flex-wrap: wrap;
}

.panel-default.panel-cl > .panel-heading {
    background-color: #ed8b2c;
	color: #fff;
}

.ct-dashboard-cl-inner{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-right: 20px;
}

table.cc-dashboard-auditions tr th:last-child,
table.cc-dashboard-auditions tr td:last-child {
	text-align: center;
}

table.ct-client-audition-table > tbody > tr:nth-child(even) {background: #fdf2e8}
table.ct-client-audition-table > tbody > tr:nth-child(odd) {background: #FFF}

/* CC Auditions Page */

.cc-view-auditions-table .mejs-container, 
.cc-view-auditions-table .mejs-container .mejs-controls, 
.cc-view-auditions-table .mejs-embed, 
.cc-view-auditions-table .mejs-embed body{
	max-width: 400px;
}

.cc-view-auditions-table-ref		{ width: 90px; }
.cc-view-auditions-table-button		{ width: 100px; }
.cc-view-auditions-table-audition	{ width: 400px; text-align: center; }

.ct-client-pagination{
	text-align: center;
}

.ct-client-audition-approve .pure-checkbox{
	margin-top: 14px;
}


.ct-client-audition-media{
	background-color: transparent !important;
	margin-bottom: 0;
}
.ct-client-audition-media tbody, .ct-client-audition-media td{
	border: none;
}

.ct-client-audition-media-video{
	width: 50px;
	text-align: right;
	font-size: 30px;
}
/* Agents
 * ========================================================================== */

body.ct-template-agent #genesis-content 
{
	padding: 2rem 4rem;
}

body.page-id-2245 ul{
	margin-left: 2rem;
}

#ct-dashboard-agent{
	background-color: #efefef;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
    display: flex;
    justify-content: space-between;	
}

.ct-dashboard-agent-box{
	width: 48%;
	background-color: #fff;
	padding: 20px;
	margin-right: 20px;
}

.ct-dashboard-agent-box.ct-agent-wide{
	width: 100%;
	margin-right: 0;
}

.panel-default.panel-agent > .panel-heading {
    background-color: #ffbf08;
	color: #fff;
}

.panel-agent{
	width: 100%;
}

/* /agent-sign-project-nda/ */
.agent-project-nda{
	height: 400px;
	background-color: #efefef;
	padding: 20px;
	overflow: auto;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: justify;
}

.agent-project-nda br{
	margin-bottom: 20px;
}

/* /agent-audition-invitations/ */

#agent-auditions-invitations-table tr td:last-child, #agent-auditions-invitations-table tr td:nth-last-child(2){
	text-align: center;
}

.ct-dashboard-agent-box.ct-agent-audition{
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

.ct-dashboard-agent-box.ct-agent-audition p:first-of-type{
	display: none;
}

.agent-ai-table-status-row{
	display: flex;
	justify-content: space-between;
}
.agent-ai-table-status-row .fa-lock{
    font-size: 18px;
    margin-left: 10px;
    color: #cc0000;
}
.agent-ai-table-status-row .fa-lock-open{
    font-size: 18px;
    margin-left: 10px;
    color: #7cb902;
}

/* Agent Auditions */
#agent-auditions-table td:nth-child(n+4) {
	text-align: center;
}

#agent-auditions-table .fa-check-circle {
    font-size: 20px;
    color: #7cb902;
}

.ct-agents-pagination{
	text-align: center;
}

/* Edit Profile Page */
#form-agent-edit-profile{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;	
}

.ct-dashboard-agent-box {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
	
	-webkit-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 15px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);		
}

.ct-dashboard-agent-box:last-child{
	margin-right: 0;
} 

.ct-dashboard-agent-box.ct-agent-wide {
    width: 100%;
    margin-right: 0;
}

#ct-edit-profile-agency-logo-container{
	display: flex;
	align-items: baseline;
	justify-content: space-between;	
}

.ct-agent-profile-logo-remove{
	font-size: 30px;
	color: #cc0000;
}

.ctFileUploadContainer {
	height: 32px;
	overflow: hidden;
    position: relative;		
	background-color: #1db3e2;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 4px 10px !important;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: 500 !important;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1rem;	
	margin-bottom: 0 !important;
}

.ctFileUploadContainer [type=file] {
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;	
	cursor: pointer;
}

#ct-agent-upload-button p{
	margin:0;
}

#ctprogress p{
	margin-bottom: 10px;
}

/* Display NDA Page */

.ct-agent-nda-container{
	width: 100%;
}

.ct-agent-nda-warning{
	border: 1px solid #cc0000;
	background-color: #ffecec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
}

/* Agent Role Audition */

#agent-role-auditions-table i.fa-check-circle{
	color: #7cb902;
	font-size: 20px;
}

table.ct-agent-audition-media{
	margin-bottom: 0;
}

table.ct-agent-audition-media tbody, table.ct-agent-audition-media td{
	border: none !important;
	padding: 0 !important;
}

table.ct-agent-audition-media .wp-audio-shortcode{
	margin-bottom: 0 !important;
}

.agent-role-auditions-table-ref{
	width: 40px;
}

.agent-role-auditions-table-reviewed,
.agent-role-auditions-table-rating,
.agent-role-auditions-table-shortlisted,
.agent-role-auditions-table-approved{
	text-align: center;
}

.agent-role-auditions-table-rating{ width: 60px; }
.agent-role-auditions-table-shortlisted{ width: 80px; }
.agent-role-auditions-table-approved{ width: 80px; }

table.ct-agent-audition-media{
	width: 100%;
}

table.ct-agent-audition-media .ct-agent-audition-media-video{
	width: 50px;
	text-align: right;
}

table.ct-agent-audition-media .ct-agent-audition-media-video i{
	font-size: 30px;	
}

/* BB replacement CSS
 * ========================================================================== */

h2.ct-bb-header{
	font-family: "Hind", "Avenir", "Helvetica", arial;
	color: #1a1a1a;
	text-align: center;
	letter-spacing: -0.02em;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 300;	
    margin-top: 0px;
    margin-bottom: 15px;	
}

.ct-bb-divider{
	max-width: 1100px;
	margin: 0 auto;
}

.ct-bb-divider-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.ct-bb-divider-inner-icon i, .ct-bb-divider-inner-icon i::before {
	display: block;
	width: 1.3em !important;
	height: 1.3em !important;
	line-height: 1.3em !important;
	color: #f7b91a !important;
	font-size: 30px !important;
	text-align: center !important;
}

.ct-bb-divider-inner-left, .ct-bb-divider-inner-right{
	display: block;
	width: 45%;
	border-top: 1px solid #f7b91a;
	margin-top: 0 !important;	
}

.ct-bb-header-text{
	max-width: 900px;
	text-align: center;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	color: #808285;
	font-size: 1.6rem;
    font-weight: 400;	
	line-height: 1.612 !important;
	margin: 15px auto 20px auto !important;
}

.ct-bb-castingdirector .ct-bb-divider-inner-left, .ct-bb-castingdirector .ct-bb-divider-inner-right {
	border-top: 1px solid #5d89a8 !important;	
}

.ct-bb-castingdirector .ct-bb-divider-inner-icon i, .ct-bb-castingdirector .ct-bb-divider-inner-icon i::before {
	color: #5d89a8 !important;
}

.ct-bb-actor .ct-bb-divider-inner-left, .ct-bb-actor .ct-bb-divider-inner-right {
	border-top: 1px solid #339933 !important;	
}

.ct-bb-actor .ct-bb-divider-inner-icon i, .ct-bb-actor .ct-bb-divider-inner-icon i::before {
	color: #339933 !important;
}

.ct-bb-client .ct-bb-divider-inner-left, .ct-bb-client .ct-bb-divider-inner-right {
	border-top: 1px solid #ed8b2c !important;	
}

.ct-bb-client .ct-bb-divider-inner-icon i, .ct-bb-client .ct-bb-divider-inner-icon i::before {
	color: #ed8b2c !important;
}

/* Hopscotch
 * ========================================================================== */
.hopscotch-actions button {
	padding: 0 10px !important;
}

/* Date Picker
 * ========================================================================== */
.picker__table thead tr th{
	text-align: center;
}

.picker__table td[role=presentation]{
	text-align: center;
	font-size: 18px;
}

.picker__select--month, .picker__select--year{
	height: 45px !important;
	font-size: 18px;
}

/* Pure Checkbox
 * ========================================================================== */

.position-center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);	
}
.pure-checkbox *,
.pure-radiobutton * {
  box-sizing: border-box;
}
.pure-checkbox *:before,
.pure-radiobutton *:before,
.pure-checkbox *:after,
.pure-radiobutton *:after {
  box-sizing: border-box;
}
.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
  border-color: #439b43;
  background-color: #f2f2f2;
}
.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
  transition-duration: 0s;
}
.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
  position: relative;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}
.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #439b43;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #439b43;
  text-align: center;
  transition: all 0.4s ease;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #439b43;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}
.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
  background-color: inherit;
}
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%;
}
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #439b43;
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
.pure-checkbox.pure-checkbox-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-radiobutton-inline {
  display: inline-block;
}
.pure-checkbox-toggle input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-checkbox-toggle input[type="checkbox"] + label {
  position: relative;
  padding: 5px 5px 5px 40px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  display: block;
}
.pure-checkbox-toggle input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);	
  left: 0;
  content: '';
  color: #439b43;
  width: 35px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.4s;
  background-color: #d6d6d6;
}
.pure-checkbox-toggle input[type="checkbox"] + label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);	
  left: 0;
  content: '';
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  transition: all 0.2s;
  box-sizing: border-box;
}
.pure-checkbox-toggle input[type="checkbox"]:checked + label:before {
  box-shadow: inset 0 0 0 10px #439b43;
}
.pure-checkbox-toggle input[type="checkbox"]:checked + label:after {
  left: 15px;
  border-color: #439b43;
  background-color: #ffffff;
}
.pure-checkbox-toggle input[type="checkbox"]:disabled + label {
  cursor: default;
}
.pure-checkbox-toggle input[type="checkbox"]:disabled + label:before {
  box-shadow: inset 0 0 0 10px #e3e3e3;
}
.pure-checkbox-toggle input[type="checkbox"]:disabled + label:after {
  border-color: #e3e3e3;
}
.pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: inset 0 0 0 10px #999999;
}
.pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:after {
  border-color: #999999;
}
.pure-checkbox-toggle--right input[type="checkbox"] + label {
  padding: 5px 40px 5px 5px;
}
.pure-checkbox-toggle--right input[type="checkbox"] + label:before {
  left: auto;
  right: 0;
}
.pure-checkbox-toggle--right input[type="checkbox"] + label:after {
  left: auto;
  right: 15px;
}
.pure-checkbox-toggle--right input[type="checkbox"]:checked + label:after {
  left: auto;
  right: 0;
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #439b43;
  }
}
