/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/ƒ
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

input[type="checkbox"], input[type="radio"] {
    width: initial;
    margin: .5em;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.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,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
  /*background: url(images/bg-stars-n-stripes.jpg);*/
	background:#2c1963;
  BACKGROUND-SIZE: cover;
  background-attachment: fixed;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.p.sow-more-text a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	border-bottom: 1px dotted #333;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #FCB217;
	border-bottom: 1px dotted #FCB217;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 30px;
	margin: 3rem;
	font-size: 18px;
}

blockquote::before {
	/*content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;*/
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'lubalgraph_bold', sans-serif;
 	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    color: #2c1963;
    letter-spacing: 1px;
    margin: .5em 0;
    	text-transform:uppercase;

}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
.entry-content h2 {
	color: #D3222A;
  font-size: 1.8em;
  text-align: left;
  text-transform:none;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}
/*.entry-content h3 {
  text-align: center;
  color: #685C87;
  border-width: 1px 0;
  border-style: solid;
  padding: 10px 0;
  border-color: #2c1963;
  clear:both;
}*/
.entry-content h3 {
    text-align: left;
    padding: 10px 0;
    clear: both;
    color: #2c1565;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects & Custom Stuff
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:2em;
	border: 12px solid #FEB94C;
}
.vimeoWrapper {
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:2em;
}

.videoWrapper iframe,
.vimeoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: #0F0738 !important;
  color: #FFF;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	
}

/*.tp-videolayer {
	border-radius:50%;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}*/
.tp-videolayer iframe {
	border:0;
}
.hide {
    display: none !important;
}



.testimonials-widget-testimonial .author, 
.testimonials-widget-testimonial .email, 
.testimonials-widget-testimonial .job-title, 
.testimonials-widget-testimonial .location, 
.testimonials-widget-testimonial .company, 
.testimonials-widget-testimonial .url {
	font-size:14px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-family: 'lubalgraph_medium', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

.vfbp-form h3 {
	margin: 0 0 1em 0;
    color: #492f91;
    padding: 0;
    border: 0;
    font-size: 24px;
}
.vfbp-form h4,
.vfbp-form p {
	text-align: center;
}
.vfb-clearfix {
	clear: both;
}
.vfb-well {
  	background-color: rgba(255, 183, 23, 0.37) !important;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQYV2P8/2rvfwYo+P9kJQMjTADMkQmHCMA4IIWM/86l/QfJwAAAnAMXJbDgJjoAAAAASUVORK5CYII=) repeat;
    border: 0 solid #e3e3e3;
	border-radius: 6px;

}
#vfbField190 {
    display:none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.juicer-feed .j-paginate,
p.sow-more-text a {
 background-color: #EE1F51 !important;
 border-color: #EE1F51 !important;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  padding: 16px 24px !important;
  padding: 1.6rem 2.4rem !important;
  width: auto;
  letter-spacing: 1px;
  margin: 1em auto;
  float: none;
  clear: both;
  display: table;
  border-radius:4px;
  moz-border-radius:4px;
 }
 

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.juicer-feed .j-paginate:hover,
p.sow-more-text a {
    color:#fff;
}
.bc-btn, button.bc-btn, a.bc-btn, .entry-content .bc-btn, .entry-content button.bc-btn, .entry-content a.bc-btn, .bc-mini-cart .bc-btn, .bc-mini-cart button.bc-btn, .bc-mini-cart a.bc-btn, .bigcommerce-cart__item-count, .bc-account-login__form input[type="submit"] {
    font-size: 18px !important;
    color: #fff;
    background-color: #e40136 !important;
    border-radius: 4px !important;
    font-family: Oswald, sans-serif !important;
    font-weight: 400 !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

li.juicer {

}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
header {
	width:100%;
	max-width: 1140px;
	margin:0 auto;
}
.wrap {
	margin: 0 auto;
	max-width: 100%;
}
.limited-width,
.single .entry-content {
	max-width: 1140px;
	width:100%;
	margin: 0 auto;
}
.full-width {
	margin: 0 auto;
}

.site-inner {
	clear: both;
	padding: 0 ;
	/*background:#FECE66;*/
	background:#FFFFFF;
}

/*.home .site-inner,
.hometest .site-inner {
	display:none;
}*/
.video .site-inner {
	background: #000;
}

.video-grid .widget_media_video:nth-child(odd) {
	width: 48%;
	float: left;
	margin-left: 0;
}
.video-grid .widget_media_video:nth-child(even) {
	width: 48%;
	float: left;
	margin-left: 2em;
}
.page-template-page_team .site-inner {
	background: url(images/bg_team.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.site-inner .wrap {
	padding:3em;
	/*background:#fff;
	background: rgba(255, 255, 255, 0.8);*/
}
.home .site-inner .wrap,
.newhome .site-inner .wrap,
.wizfit .site-inner .wrap {
	padding: 0;
}
.minimum-landing .site-inner .wrap {
	padding: 0 2em;
}
.page-template-page_team .site-inner .wrap {
	background:none;
}
.yellow-pattern {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQYV2P8/2rvfwYo+P9kJQMjTADMkQmHCMA4IIWM/86l/QfJwAAAnAMXJbDgJjoAAAAASUVORK5CYII=) repeat;
}
.script-style h1 {
	font-family: "vampiro one",sans-serif;
	text-transform:capitalize;
	text-shadow:0px 4px 3px rgb(123, 0, 1);
}
.entry-content img {
	border-radius:12px;
}
/*Landing page containers 
--------------------------------------------- */

/*body.minimum-landing  {
	padding:0;
	margin:0;
	background:#fff;
}
.minimum-landing .site-inner {
	margin: 0;
	padding: 0;
	width: 100%;
	background: inherit;
}
.minimum-landing p {
	font-size:18px;
	line-height: 1.5;
}
.minimum-landing .site-inner .wrap {
	padding:0;
	background:transparent;
	margin:0 auto;
}
.minimum-landing .entry-content h3 {
	background:none;
	color:#492f91;
	text-transform: none;
	text-align: left;
	font-size:28px;
	line-height:1.5;
	font-family: 'lubalgraph_medium', sans-serif
}
.minimum-landing .entry-content h4 {
	background:none;
	color:#c5151e;
	text-transform: none;
	text-align: left;
	font-size:18px;
	line-height:1.5;
	font-family: 'lubalgraph_medium', sans-serif
}
.minimum-landing .visual-form-builder fieldset {
	background-color:#fff !important;
}
.reminder {display:none;}
.minimum-landing .reminder {display: inline;}

.minimum-landing .sidebar {width:360px;}

.minimum-landing .visual-form-builder ul, 
.minimum-landing .entry-content .visual-form-builder ul {
	margin:0!important;
}
.minimum-landing .vfb-section-div {
    padding: 1em;
    width: 100%;
    background-color: #d4d4d4;
}
.minimum-landing .visual-form-builder .vfb-section-div h4 {
    margin: 1em .5em !important;
    border-bottom: none;
}*/
/* Site Containers
--------------------------------------------- */

.edgeLoad-EDGE-33796666 { visibility:hidden; }

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.site-tagline {
	background-color: #f5f5f5;
	margin-top: 160px;
	margin-top: 16rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #FCB217;
}
.unit-photos {
	
	
}
.team-shots {
	margin-bottom:2em;
	clear:both;
	float:left;
	width:100%;
	/*background: #fff;
    display: table;
    padding: 1em;*/
}
.team-shots img,
.unit-photos img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.team-shots .widget-title,
.unit-photos .widget-title {
	font-size: 16px;
    margin: 15px 0 5px 0;
	font-family:'lubalgraph_medium', sans-serif;
}
.unit-photos .widget_black_studio_tinymce {
    margin: 1em 0;
}
.unit-photos .widget_black_studio_tinymce h2 {
    /* */
    margin-bottom: 0;
    line-height: 1;
    font-family: 'lubalgraph_bold', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    padding: 0;
}
.unit-photos .widget_sp_image {
	display:inline-table;
    /*margin: 0 0 0 1em;
    width: 44.65%;*/
}
/*.unit-photos .widget_sp_image:nth-child(3),
.unit-photos .widget_sp_image:nth-child(5),
.unit-photos .widget_sp_image:nth-child(7),
.unit-photos .widget_sp_image:nth-child(9) {
    margin: 0 0 0 0;
}*/

/*
TSM Tabs
---------------------------------------------------------------------------------------------------- */

.ui-tabs .ui-tabs-nav {
    border: none !important;
    background: none !important;
}
ul.tsm-tabs {
	margin: 0 0 -2px 0;
	overflow: hidden;
}

ul.tsm-tabs li {
	display: inline-block;
	margin: 0 6px 0 0;
}

ul.tsm-tabs li a {
	display: block;
	background: #fedea3;
	color: #555;
	font-weight: 700;
	padding: 10px 30px;
	border: 0;
	border-bottom: 0 none;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	outline: none;
}

ul.tsm-tabs li a:hover {
	color: #888;
}

ul.tsm-tabs li.ui-tabs-active a {
	background: #fff;
	padding-bottom: 12px;
	margin-bottom: -2px;
}

ul.tsm-tabs li.ui-tabs-active a:hover {
	color: #555; /*this counteracts the tab color hover*/
}

.tsm-tab-content {
	padding: 0;
    border: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
	padding-bottom: 2em;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
	padding: 0;
}
.content-sidebar .content {
	padding-top: 3rem;
}

.home .content {
	padding-top:0;
}


/* 04f - Column Classes ----------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
	margin: 0 1em 1em 0;
}

.members-login-form {
	float:left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
	border:1px solid #FFB717;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'lubalgraph_medium', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title,
.archive-title {
	font-size: 52px;
	font-size: 5.2rem;
	line-height: 1;
	text-align:left;
	color: #1a0a44;
	letter-spacing:1px;
	  margin: 1em 0 .5em 0;
}
.video .entry-title,
.team-widgets .entry-title {
	color:#fff;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	text-align:left;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #FCB217;
}

.sidebar .widget-title {
font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
	font-family: 'lubalgraph_medium', sans-serif;
  color: #2c1963;
  margin: 10px 0;
  text-align: left;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	font-family: 'lubalgraph_bold', sans-serif;
	font-weight:700;
	color: #412E73;
	margin: 10px 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social .widget-title {
	color:#fff;
	text-align:center;
	font-size:22px;
}

.social .textwidget p {
	color:#fff;
	margin:0;
}
.social a {
	color: #FEB94C;
}
.social .facebook-feed {
    text-align: center;
}
#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.site-alert {
	color: #fff;
    background: #EE1F51;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Oswald,sans-serif;
}
.site-alert p {
	margin-bottom:0;
}
.site-alert a {
	color:#fff;
	border-bottom: 1px dotted #febb00;
}
.site-alert a {
	border-bottom: 1px dotted #fff;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

.home .juicer-feed .j-paginate {
	display:none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #FCB217;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Accordion
--------------------------------------------- */
.faq-accordion h3 {
	text-align:left;
	border-top:0;
	border-bottom:0;
	text-transform:capitalize;
	color:#666;
	background:none;
}
.faq-accordion .ui-accordion-content {
	padding:2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #555;
}
.ui-widget-content {
    border: none !important;
    background: none !important;
    color: #333 !important;
	font-family: 'Roboto Slab', serif;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 1.625!important;
}
.ui-state-default .ui-icon {
    background-image: url("images/accordion_closed.png")!important;
	background-size:contain!important;
	background-position:center!important;
}

.ui-icon:hover {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.ui-state-active .ui-icon {
    background-image: url("images/accordion_open.png")!important;
	background-size:contain!important;
	background-position:center!important;
}
.ui-icon {
    width: 36px!important;
    height: 36px!important;
	
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0 !important;
    margin-top: -15px !important;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.8em!important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	position: relative;
	width: 100%;
	z-index: 999;
	background: #0F0738 url(images/star-header-2018.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #6D57AB;
    }
.home .site-header,
.hometest .site-header {
	display:none;
}
.nav-background {
    display: block;
    background: #703781;
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'lubalgraph_medium', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: -4px 0 0;
	text-transform: uppercase;
	padding: 0;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 145px;
  display: block;
  text-indent: -9999px;
  max-width: 250px;
  margin: 0 auto;
  background: url(images/logo.420.png) no-repeat !important;
  background-size: contain !important;
}
.logo {
	width: 280px;
	top: 30px;
	left: calc(50% - 140px);
	position: absolute;
	z-index: 100;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.home .logo {
	top:35px;
}
.logo a {
	text-decoration:none;
	border-bottom:none;
}

/* hype-free homepage navigation
--------------------------------------------- */

.new-home-nav {
	text-align: center;
	BACKGROUND: #2c1963;
}
.new-home-nav-sm {
	display: none;
}
.new-home-nav .site-title {
	display: inline-block;
	max-width: 284px !important;
	top: -30px;
	position: relative;
	z-index: 4;
}
.new-home-nav .site-title a {
	height: 160px;
    max-width: 420px;
}
.new-home-nav li {
	display:inline-block;
	width: 190px;
	text-align: center;
	font-family: 'lubalgraph_medium', sans-serif;
	padding: 1.5em .25em;
	vertical-align: middle;
	line-height: 1.25;
	font-size: 20px;
}
.new-home-nav li a {
    color: #fff;
    text-transform: uppercase;
	border-bottom: none;
}
.new-home-nav li a span {
    color: #fdb517;
	font-family: 'lubalgraph_bold', sans-serif;
	font-size: 22px;
}
.new-home-nav li a:hover {
	text-decoration: none;
	border-bottom: none;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 0;
	font-family: 'lubalgraph_bold', sans-serif;
	line-height: 1.5;
	width: 100%;
	text-align:center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 18px;
	font-size: 1.6rem;
	position: relative;
	padding:.75em 1em;
	letter-spacing:1px;
	line-height:1;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FCB217;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	margin: 0;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
	display:none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	display:none;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin-top:0;
	height:auto;
	 background: #2c1963;
	border-bottom: 1px solid #6d50af;
  }
  .label-is-booking-form .nav-primary,
  .label-is-booking-form .nav-secondary {
	  display:none;
  }
 .nav-primary .wrap {
	 max-width:1140px;
 }
.nav-primary li {
border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #6D57AB;
}
.nav-primary li:first-child {
	border-width:0 1px;
}
.nav-primary > .menu-item > a  {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary a:hover {

}
.home .nav-primary,
.hometest .nav-primary {
	display:none;
}

.nav-header {
	display:none;
}
.single-player li.nav-players {
	background: #3e0466;
}

/*-----new visual menu-----*/

.nav-primary-visual {
	background-color:#703781;
	margin-top:0;
	height:auto;
  /*border-bottom: 8px solid #FCB217;
  border-top: 1px solid #FCB217;*/
  }
 .nav-primary-visual .wrap {
	 max-width:none;
 }

.genesis-nav-menu > .menu-item > a  {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a:hover  {
	background:#492f91;
}

.genesis-nav-menu > .current-menu-item > a,
.genesis-nav-menu > .current-page-ancestor > a  {
  background:#492f91;
  }
  
  .nav-secondary .genesis-nav-menu > .current-menu-item > a  {
    background:#A7070E;
  }

  
.nav-primary-visual .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.visual-menu .menu-item > a:hover {
	background:none;
}

.visual-menu .menu-item {
	display: inline-block;
	text-align: center;
	width:17%;
}
.visual-menu > .menu-item > a {
	text-transform: uppercase;
	margin:0 auto;
}

.visual-menu .spacer {
	width:26%;
}
.visual-menu > .menu-item > a  {
  padding:3em 0;
  font-family: "lubalgraph_medium",sans-serif;
  font-size:16px;
  
}

.visual-menu a:hover {
	cursor: pointer; 
  -moz-animation:bounce .4s linear;
  -webkit-animation:bounce .4s linear;
}
.visual-menu a span {
  font-family: "lubalgraph_bold",sans-serif;
	color:#FBB243;
	font-size:20px;
}
/*
.nav-book a {
	background: url(images/bg_book-the-wizards.png);
}
.nav-meet a {
	background: url(images/bg_meet-the-wizards.png);
}

.nav-tickets a {
	background: url(images/bg_tickets-schedule.png);
}

.nav-gear a {
	background: url(images/bg_get-wizards-gear.png);
}
*/
.animated-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	margin-bottom: 0;
	background:#D12229;
}
.nav-secondary a {
	color: #dddddd;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.nav-secondary a:hover {
	color: #ffffff;
	background:#AF040A;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	border-top: none;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
  font-family: "lubalgraph_bold",Verdana, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.home .nav-secondary .genesis-nav-menu > .menu-item > a {
	font-size: 1.8rem;
	padding: 15px;
	padding: 1.5rem;
}

.menu-secondary > .menu-item > a:hover,
.menu-secondary > .current_page_parent > a,
.menu-secondary > .current-menu-item > a  {
	background:#AF040A;
}
.single-player li.current_page_parent > a {
	background:#D12229;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/* 
Sub-page Menu
---------------------------------------------------------------------------------------------------- */

.nav-subpage,
.nav-teampage {
	text-align:center;
	background: #492f91;
}
.subpage-menu {
	margin-bottom:0;
	
}

.subpage-menu li,
.nav-teampage li {
	display: inline-block;	
	padding:.5em 0;
}
.nav-teampage li.current-menu-item {
    background:#1b0c44;
}

.subpage-menu li a,
.nav-teampage li a {
	 padding: .25em .75em;
	 font-family: 'Oswald', sans-serif;
	 color:#B9ACDE;
	 text-transform:uppercase;
	 border-bottom:0;
	font-size:1.6rem;
	letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subpage-menu li:hover,
.nav-teampage li:hover {
	background:#1b0c44;
}

.subpage-menu li a:hover,
.nav-teampage li a:hover {
	color:#fff;
}

li.widget_subpages_current_page a {
	color:#fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/*
Homepage animation
---------------------------------------------------------------------------------------------------- */
section.home-animation {
	/*background:#492f91;
	background:url(images/nighttime-stars-2.jpg);*/
	background-position:center center;
	background-size:cover;
	height:auto;
}

section.hype-animation {
	/*background:#492f91;
	background:url(images/nighttime-stars-2.jpg);*/
	background-position:center center;
	background-size:cover;
	height:auto;
	padding:0 1em;
}

iframe#animation {
	width: 100%; 
	padding: 0px; 
	margin: 0px; 
	border: none; 
	display: block; 
	height: 642px; 
	overflow: hidden;
}


.touchcarousel {
background:#FCB21F;
}
.touchcarousel .touchcarousel-wrapper {
  width: 100% !important;
}
.home .touchcarousel ul.touchcarousel-container {
text-align:center;
}
.touchcarousel.tc-layout-homepage .touchcarousel-item {
width: auto;
max-height: 420px;
margin-right: 0;
position: relative;
overflow: hidden;
float: none;
display: inline-table;
}
.touchcarousel.tc-layout-homepage .touchcarousel-item img {
	max-height: 420px;
	width:auto;
	border: 0;
	margin: 0;
}
.touchcarousel.tc-layout-custom .touchcarousel-item img, 
.touchcarousel.tc-layout-custom .touchcarousel-item h4,
.touchcarousel.tc-layout-custom .touchcarousel-item span {
	position: relative;
	margin: 0;
	padding: 0;	
	border: 0;	
}

/*
Homepage sections
---------------------------------------------------------------------------------------------------- */

section.news-ticker {
	padding: 0;
    background: transparent;
	font-size:16px;
}
.home section.news-ticker {
	display:none;
}
section.news-ticker .wrap {
	width:1100px;
}
section.training-video {
	z-index: 1;
    margin-top: -90px;
    position: relative;
}

.news-ticker-ntb {
	text-transform:uppercase;
	letter-spacing:1px;
}
.news-ticker-ntb ul a {
	line-height:2.25;
}

section.news-ticker .gticker-wrapper.has-js {
	background:none;
	color:#fff;
	height:24px;
}
section.news-ticker .gticker-title {
	font-size:16px;
	padding:0;
}

section.news-ticker .gticker-content {
	font-size: 18px;
	padding:0;
}
section.news-ticker .gticker-swipe {
	    background: #000;
}
section.news-ticker a {
	color:#fff;
}
.home-blurb .wrap,
section.current-events .wrap {
	padding: 4em 2em;
	text-align:center;
}

section.testimonials-row .wrap {
	padding: 3em 1em;
}

.home-blurb {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb94b+0,ffeb86+52,feb94b+100 */
/*background: #feb94b; /* Old browsers */
/*background: -moz-linear-gradient(-45deg,  #feb94b 0%, #ffeb86 52%, #feb94b 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(-45deg,  #feb94b 0%,#ffeb86 52%,#feb94b 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg,  #feb94b 0%,#ffeb86 52%,#feb94b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb94b', endColorstr='#feb94b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background:#ffffff;
}
.home-blurb .wrap {
	width:100%;
	max-width: 1140px;
}
.home-blurb h2 {
  font-size: 54px;
	letter-spacing:-2px;
  line-height: 1;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #000000;
  color: #EE1F51;
	font-family: 'lubalgraph_bold', sans-serif;
	text-transform: uppercase;
}
.home-blurb h3 {
font-size: 48px;
  line-height: 1;
  color: #492f91;
  margin-bottom: 0;
  font-family: 'lubalgraph_bold', sans-serif;
  text-transform: none;
	border:none;
	padding:0;
   }
.home-blurb h3 span {
	color:#FCB217;
	text-shadow: 3px 0 0 #492f91, -3px 0 0 #492f91, 0 3px 0 #492f91, 0 -3px 0 #492f91, 3px 3px #492f91, -3px -3px 0 #492f91, 3px -3px 0 #492f91, -3px 3px 0 #492f91;
	text-transform:uppercase;
}
.home-blurb p {
	font-size:20px;
	line-height:1.5;
}
.podcast-row,
#pg-47236-4, 
#pg-505-4 {
	background:#000;
}
#pg-50491-1, #pg-50491-2 {
    background: #000000;
}
#pg-50491-6 {
    background: #fdcc4c;
}
#pg-50491-10 {
    background: #EE1F51;
}
.cost h2 {
    color:#fff;
}
/*section.current-events {
	background: #A290D6;
	background: rgba(226, 215, 242, 0.58);
}*/
section.current-events .widget-area {
	background: rgba(31, 0, 58, 0.84);
    display: inline-block;
    padding: 2em;
	border-radius: 6px;
}
section.current-events .widget-title,
section.current-events a,
section.current-events p {
	color:#fff;
}
section.current-events p {
	text-align:left;
}
section.current-events .current-events-image h4 {
	display:none;
}

section.current-events .current-events-text {
	text-align:left;
}
section.current-events img {
	width:280px;
	margin:5px;
}

#sb_instagram .sb_instagram_header {
	display:none;
}
#sb_instagram .sbi_photo_wrap {
  border: 4px solid #FFF;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
	margin-bottom: 0;
}
.blog .entry {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 1em;
    margin-bottom: 2em;
    background: #fff9ee;	
}
.blog .entry:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);	
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content a {
	font-weight:700;
	border-bottom:0;
}

.entry-content span.leader {
	font-size:125%;
}

.entry-meta {
	font-family: 'lubalgraph_medium', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.merch ul {
	text-align: center;
}
.merch li {
	display: inline-table; 
	list-style-type: none;
}
.square-button {
	background: #EE1F51;
	border-radius: 6px;
	margin: 10px;
	font-size: 20px;
	color:#fff !important;
	text-decoration:none;
	display:inline-table;
	width:210px;
	height:210px;
	background-size:contain !important;
	font-size:0;
	cursor:pointer;
}

.button_broadway {background:url(images/button_broadway.png);}

.button_swoop {background:url(images/button_swoop.png);}

.button_dp {background:url(images/button_dp.png);}

/* Wiz-Fit Customizations 
--------------------------------------------- */

.wizfit-list ul {margin-left: auto;}
.wizfit-list ul li {
	list-style-type: none !important;
	padding: 0;
}
.wizfit-list h3 {
	padding:0    
}
.wizfit-list li h3:before {
	display:inline;
	margin-right:8px       
}
.wizfit-list li:nth-child(1) h3:before {
	content:"W";
	color:#EE1F51;    
	background:#ffba00;   
	padding:2px 6px;
}
.wizfit-list li:nth-child(2) h3:before {
	content:"I";
	color:#2c1a62;    
	background:#ffba00;   
	padding:2px 12px;
}
.wizfit-list li:nth-child(3) h3:before {
	content:"Z";
	color:#fff;    
	background:#EE1F51;   
	padding:2px 10px;
}
.wizfit-list li:nth-child(4) h3:before {
	content:"F";
	color:#ffba00;    
	background:#EE1F51;   
	padding:2px 10px;
}
.wizfit-list li:nth-child(5) h3:before {
	content:"I";
	color:#fff;    
	background:#2c1a62;   
	padding:2px 12px;
}
.wizfit-list li:nth-child(6) h3:before {
	content:"T";
	color:#ffba00;    
	background:#2c1a62;   
	padding:2px 10px;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'lubalgraph_medium', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #FCB217;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 40px;
	margin-top: 4rem;
	width: 300px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar p {
	font-size:14px;
	margin:0 0 12px;
	margin: 0 0 1.2rem;
}


.fundraising-sidebar .widget,
.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 1em;
	background:rgba(255, 183, 23, 0.2);
  border-radius: 5px;
}

.sidebar .widget-title a {
	border: none;
}
.sidebar 
.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'lubalgraph_medium', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #FCB217;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}

.widget_recent_entries {
	font-size: 20px;
    font-weight: 700;
    text-align: left;
	padding: 1em;
    background: rgba(255,255,255,0.25);
    border-radius: 12px;
}
.widget_recent_entries li {
	list-style-type:none;
}

/*
Player page
---------------------------------------------------------------------------------------------------- */
.team-widgets .content {
	padding:0;
}

.team-widgets .site-inner {
	background:#fff;
}
.team-widgets a {
	color: #ffb900;
}
.team-widgets a:hover {
	color: #ff003c;
}

.team-widgets a.button {
	display: inline;
	padding: 10px 15px;
    margin: 0 10px;
}
.player-buttons p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }

.player-buttons p a.button {
    flex: none;
    padding: 10px 15px;
    margin: 0.5em;
}

.team-widgets .widget_revslider,
.team-name {
	clear: both;
    float: left;
    background: none;
    /*border: 12px solid #D12229;*/
    padding: 0;
    border-radius: 6px;
    margin-bottom: 0;
    width: 100%;
	/*-webkit-box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);*/
}
.single-player .content-sidebar-wrap {
	clear: both;
    float: left;
    background: none;
    /*border: 12px solid #D12229;*/
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
	/*-webkit-box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 17px 30px -6px rgba(0, 0, 0, 0.2);*/
}
.single-player .content-sidebar-wrap {
    background:transparent;
    display: table;
    margin: 2em 0;
}
.single-player .site-inner,
.team-widgets .site-inner {
	background: #1a0b44;
}
.team-name h2 {
	background:#D12229;
	color:#fff;
	line-height:1;
	padding:8px;
	margin:0 1em;
	text-align:center;
	border-radius:6px;
}
.single-player .content-sidebar-wrap h2 {
	background: none;
    color: #fcb218;
    line-height: 1;
    padding: 0 0 10px 0;
    margin: 0 1em;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-size: 24px;
}
.team-name img.size-large {
	margin:1em;
}
/*.team-widgets h1.entry-title {
	font-size:46px;
	font-size:4.6rem;
	margin:24px 0;
	color:#fff;
}*/
.single-player h1.entry-title {
	font-size:52px;
	font-size:5.2rem;
	margin:24px 0;
	color: #fff;
}
/*.single-player h1.entry-title:before,
.team-widgets h1.entry-title:before,
.new-team-widgets h1.entry-title:before {
	content:url(images/stars_l.png)
}
.single-player h1.entry-title:after,
.team-widgets h1.entry-title:after,
.new-team-widgets h1.entry-title:after {
	content:url(images/stars_r.png)
}*/
.single-player .content {
	padding:0 1em 1em;
}
.single-player .return {
	float: right;
    margin-top: -40px;
    padding: 5px 10px;
}
.single-player .return a {
	color:#fff;	
}
.single-player a {
	color:#eee;
    border-bottom: none;
}
.single-player .details {
    padding-left: 1em;
}
.single-player .details strong {
	text-transform: uppercase;
	color:#c8baef;
}

/*.team-widgets .site-inner .wrap {
	background:#3f006b;
	padding:0;
}*/
.single-player .site-inner .wrap {
	background:none;
	max-width: 1140px;
	padding:0;
}
.player-social-buttons {
	padding:1em 0;
}
.player-social-buttons .fa {
	font-size:32px;
	color:#fff;
	margin-right: 10px;
}
.player-social-buttons a {
	border-bottom:none;
}
.player-social-buttons .fa:hover {
    color: #FCB217;
	border-bottom: none;
}
.player-social-buttons a:hover {
	border-bottom: none;
}
.player-video {
	margin:1em 0;
	width:240px;
}
.player-video img {
	border:3px solid #FCB217;
}
.player-video a:hover {
	border-bottom: none;
}


/*
Staff page
---------------------------------------------------------------------------------------------------- */

.staff {
	text-align:center;
	padding:2em 1em !important;
}
.staff .sow-features-feature.sow-icon-container-position-top {
	text-align:left;
}
.staff .sow-features-feature .sow-icon-image {
    border-radius: 50%;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}
.staff .sow-features-feature h4,
.staff .sow-features-feature p {
	font-family: "lubalgraph_medium",serif;
	text-align:center;
}
.staff .sow-features-feature h4 {
	font-size:16px;
}
.staff .sow-features-feature h5 {
	font-size:24px;
}
.staff .sow-features-list .sow-features-feature {
    padding: 0 15px !important;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	width:150px;
	background: rgba(255, 255, 255, 0.7);
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #330166;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-size: 52px;
	padding: 10px 0;
	margin-bottom: 10px;
	color:#ffffff;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #efefef;
	margin-bottom: 5px;
}

.og-details p strong {
	font-weight:700;
	color: #FCB217;
}
.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.og-player {
  background: transparent;
  border: 0 solid #EE1F51;
  overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
    }
.og-player h4 {
  padding: 10px 0 7px 0;
  color: #EE1F51;
  font-size: 18px;
  font-family: 'lubalgraph_medium', sans-serif;
  font-weight: 400;
  display: block;
  clear: both;
  margin: 3px 0 0;
}

.og-grid li.team-name {
	width:100%;
	clear:both;
	font-size:20px;
	background:none;
	font-family: 'lubalgraph_bold', sans-serif;
	text-transform:uppercase;
	background: #703781;
    color: #fff;
    margin: 1em 0;
	border-radius:10px;
}

.single-player p {
	margin-bottom:10px;
	margin-bottom:1rem;
	color:#fff;
}
.previous-post-link,
.next-post-link {
	background-color: #EE1F51;
    border: 4px solid #EE1F51;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'lubalgraph_bold', sans-serif;
    padding: 12px 20px;
    padding: 1.2rem 2rem;
    text-transform: uppercase;
    width: auto;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 1em auto;
    float: none;
    clear: both;
    display: table;
    border-radius: 5px;
    moz-border-radius: 5px;
	display:inline-block;
}
.next-post-link {
	float:right;
}
.previous-post-link a,
.next-post-link a {
	color:#fff;

}

/*Media page --------------------------------------------------------------------------------------- */
.media-area .panel-grid-cell {
	text-align: left;
}
.media-area .widget_sow-image {
	display:inline-block;
	padding: 8px;
    max-width: 200px;
	vertical-align: top;
}
.media-area .so-panel {
		margin-bottom: 1em !important;
}
.media-player img {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.media-player h3.widget-title {
	background: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    border: none;
	margin:5px 0 0;
	font-family: 'lubalgraph_medium', sans-serif;
}

/*
Host Section
---------------------------------------------------------------------------------------------------- */
section.host-login {
	background: #b9acde;
  	padding: 4em 2em;
}
section.host-login .wrap {
	width:100%;
	max-width: 1140px;
}
.members-access-error {
	max-width: 1140px;
	width:100%;
	margin: 0 auto 3em auto !important;
}
h2.wpostahs-centent-title {
	max-width: 1140px;
	width:100%;
	margin: 1em auto !important;
	border-bottom: 2px solid #d8dde8;
}

.wpostahs-slider-design-2 .wpostahs-centent {
    max-width: 1140px;
}

.wpostahs-slider-design-2 .wpostahs-centent {
    max-width: 1140px !important;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav {
    max-width: 1140px !important;
}
.media-player .so-widget-sow-image {
	max-width: 200px;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent-title, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent, .wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent p {
    text-align: left !important;
	padding:0 !important;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav-title {
    color: #bbb;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
    color: #492f91 !important;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #fdbc01 !important;
    background: #d4222a !important;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
    background: #e40037 !important;
	font-family: "Oswald",sans-serif;
	text-transform: uppercase;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title {
    color: #1b0944 !important;
	font-family: "Oswald",sans-serif;
	text-transform: uppercase;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before,
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after {
    border-top-color: #e40037 !important;
}
.hosts-table {
	font-family: "Oswald",sans-serif;
    line-height: 1.4;
	font-size:18px;
}
.tablepress.hosts-table tfoot th, .tablepress.hosts-table thead th {
    background-color: #e3dcf7;
    font-weight: 400;
    vertical-align: top;
}
.wpostahs-slider-design-1 .slick-list {
	height:auto !important;
}
/*
Social Widgets
---------------------------------------------------------------------------------------------------- */

section.social {
	background: #492f91;
  	padding: 4em 2em;
}
.newhome section.social {
    display: none;
}
section.social .wrap {
	width:100%;
	max-width: 1140px;
}
.page-template-page_landing section.social {
	display:none;
}
#likebox-wrapper {
	padding:10px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
   background:#ffffff;

}
#likebox-wrapper * {
   width: 100% !important;
}

.store-widget {
  }
.wp-bc-products {
  display: inline-table;
  margin: 0;
  width: 100%;
  background: #FFF;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
}
.wp-bc-product {
	clear: both;
  float: left;
  border-bottom: 1px solid #666;
  width:100%;
  margin-bottom:10px;
	
}
.wp-bc-product-image {
  float: left;
  width: 120px;
  margin: 0 10px 0 0;
}
.wp-bc-product-name {
	font-size: 18px;
  color: #EE1F51;
  }
.wp-bc-label {
  display: none !important;
}
.wp-bc-value {
  width: 100% !important;
  padding: 0 !important;
}
.wp-bc-product-link {
background: #2c1963;
  float: left;
  padding: 5px 10px;
  border-radius: 5px;
margin: 10px 0;
  }
  
.wp-bc-product-link a {
	color:#ffffff;
}

.twitter-feed {
	background: #FFF;
  padding: 10px;
  border-radius: 8px;
}
.twitter-feed iframe {
	max-height:470px;
}

.news-widget img {
    max-width: 120px;
}
.news-widget a.alignleft {
    margin: 0 10px 0 0;
    margin: 0 1rem 0 0;
}
.news-widget .entry-title {
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
}
.news-widget .entry {
    border-bottom: 1px solid #703781;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding: 0 0 15px;
    padding: 0 0 1.5rem;
}
/*
Testimonials Row
---------------------------------------------------------------------------------------------------- */

.testimonials-row {
	background:rgba(38, 1, 73, 0.81);
}
.tp-caption.Testimonials-text .p1:before {
	content:"\201C";
}
.tp-caption.Testimonials-text .p1:after {
	content:"\201D";
}
.testimonial-author {
	font-family: 'lubalgraph_bold', sans-serif;
	color: #fcb217;
	margin:0;
	font-size:28px;
	font-style:normal;
}
.testimonial-title,
.testimonial-org,
.testimonial-location {
	color: #fff;
    margin: 0 !important;
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
/*
Testimonials Sidebar
---------------------------------------------------------------------------------------------------- */

.tp-caption.Testimonials-text-sidebar .p1:before {
	content:"\201C";
}
.tp-caption.Testimonials-text-sidebar .p1:after {
	content:"\201D";
}
.fundraising-sidebar .testimonial-author {
	font-family: 'lubalgraph_bold', sans-serif;
	color: #412E73;
	margin:0;
	font-size:22px;
	font-style:normal;
}
.fundraising-sidebar .testimonial-title,
.fundraising-sidebar .testimonial-org,
.fundraising-sidebar .testimonial-location {
	color: #222;
	margin:0;
	font-size:14px;
	line-height:1.5;
	font-style:normal;
}
.assemblies .testimonial-author {
	margin-top:1em;
}
.assemblies .testimonial-title,
.assemblies .testimonial-org,
.assemblies .testimonial-location {
	margin:0;
	font-size:16px;
	line-height:1.5;
	font-style:normal;
}
/*
Intelliclick pages
---------------------------------------------------------------------------------------------------- */

.intelliclick h1 {
	display: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2c1963;
	color: #eee;
	clear: both;
}

.footer-widgets .wrap {
	width:100%;
	max-width: 1140px;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23.076923076923077%; /* 352px / 1152px */
	float: left;
	margin-left: 2.564102564102564%; /*48px / 1152px */
}
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	padding-top: 15px;
}

.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets-1 section {
	display:inline-table;
}
.footer-widgets a {
	color: #eee;
}

.footer-widgets a:hover {
	color: #fff;
	border-bottom:none;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
.footer-widgets p {
	padding:0;
	margin:0 0 10px 0;
}
.footer-social ul li {
	display: inline-block;
}
.footer-widgets h3 {
	color:#fff;
	margin-bottom: 5px;
}
.footer-widgets h4 {
	color:#fff;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-align: center;
	background-color: #000000;
	font-size: 16px;
	line-height: 1;
	padding: 3em 0 6em 0;
	text-align: center;
	color:#eee;

}
.site-footer h2 {
	color:#FCB243;
	margin:1.5rem 0;
}
.site-footer h4 {
	display:none;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	
}

.site-footer p {
	font-family: 'lubalgraph_medium', sans-serif;
	
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}
.site-footer .social section {
	display:inline-block;
	margin:5px;	
}

/*
Visual Basic Form Builder
---------------------------------------------------------------------------------------------------- */

.visual-form-builder fieldset {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background-color: #FEF5E0 !important;
  font-family: "Helvetica",sans-serif;
}

.visual-form-builder .vfb-legend h3,
p#form_success, .vfb-form-success {
	font-family: 'lubalgraph_medium', sans-serif;
    text-transform: none;
    color: #EE1F51 !important;
    font-size: 18px;
    font-weight: normal !important;
}

input.vfb-text, input[type="text"].vfb-text {
  padding: 10px !important;
}
.vfb-section-div {
  border-radius: 6px;
  background-color: rgba(255, 183, 23, 0.37) !important;
}
.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	margin: 0 0 !important;
}

.fab {
	color:#ddd;
    font-size: 26px;
    padding: 0 5px;
}

.fab:hover {
    color:#fff;
}
.vfb-clearfix:after {
    clear:none !important;
}
#vfbField194 {
    display: none !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 2000px) {
	
	.logo {
	  width:500px;
	  top: 30px;
	  left: calc(50% - 250px);
	}
	.logo img {
		width:500px;
	}
	section.home-animation {
		/*height:auto;*/
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1999px)  {
	
	.logo {
	  width:420px;
	  top: 30px;
	  left: calc(50% - 210px);
	}
	section.home-animation {
		/*height:800px;*/
	}

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	
	.logo {
	  width:390px;
	  left: calc(50% - 195px);
	}
	section.home-animation {
		/*height:712px;*/
	}

}

@media only screen and (min-width: 1400px) {
	
	.visual-menu > .menu-item > a  {
		color: #fff;
		padding:2.5em 0;
		font-size: 24px;
	}
	.visual-menu a span {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	
	.visual-menu > .menu-item > a  {
		color: #fff;
		background-size: cover;
		padding:2.25em 0;
	}
	section.home-animation {
		/*height:540px;*/
	}

}

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

	section.home-blurb .wrap {
	  padding: 2em 1em;
	}

	.site-header .widget-area {
		width: 595px;
	}

	section.home-animation {
		/*height:475px;*/
	}
	section.home-blurb h3 {
	  font-size: 20px;
	}	
	section.home-blurb h3 span {
		font-size:22px;
	}
	section.home-blurb h2 {
	  font-size: 24px;
	}
	
	.new-home-nav .site-title {
		max-width: 330px !important;
	}
	.new-home-nav li {
		width:168px;
		font-size: 16px;
		padding:2em 0;
	}
	.new-home-nav li a span {
		font-size: 18px;
	}
	.video-grid .widget_media_video:nth-child(odd),
	.video-grid .widget_media_video:nth-child(even) {
		width: 100%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1179px) {

	.wrap {
		/*max-width: 960px;*/
	}

	.site-header .widget-area {
		width: 620px;
	}
	.nav-background {
		height:190px;
	}
	.nav-secondary .genesis-nav-menu > .menu-item > a {
		font-size: 1.4rem;
	}
	.content {
		width: 580px;
	}
	.staff .sow-features-feature.sow-icon-container-position-top {
		width:50% !important;
	}

}

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

	.logo {
		width:300px;
		left: calc(50% - 150px);
	}
	.wrap {
		max-width: 768px;
	}
	section.training-video {
		margin-top: -100px;
	}
	.content,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}
	.nav-secondary .genesis-nav-menu > .menu-item > a {
		font-size: 1.25rem;
	}
	.site-header {
		position: relative;
	}
	.home .nav-primary a  {
		color: #fff;
	}
	.new-home-nav .site-title {
		max-width: 236px !important;
		margin: 0 10px;
	}
	.new-home-nav li {
		width: 120px;
		font-size: 12px;
		padding: 2.25em 5px;
	}
	.new-home-nav li a span {
		font-size: 16px;
	}
	.visual-menu > .menu-item > a {
	  font-size:12px;
	  padding: 4em 0;
	}
	.visual-menu a span {
	  font-size:14px;
	}
	.visual-menu .menu-item {
	  width: 15%;
	}
	.visual-menu .spacer {
		width:37%;
	}
	.site-inner {
		padding: 10px 5%;
		padding: 1rem 5%;
		background:#fff;
	}
	.site-inner .wrap {
		padding:0 ; 
	}
	.home-blurb h2 {
  font-size: 32px;
}
.home-blurb h3 {
font-size: 36px;
   }
	.single-player h1.entry-title,
	.team-widgets h1.entry-title {
		font-size:42px;
		font-size:4.2rem;
		margin:15px 0;
	}
	.single-player h1.entry-title:before, 
	.team-widgets h1.entry-title:before,
	.single-player h1.entry-title:after, 
	.team-widgets h1.entry-title:after {
		content: "";
	}	
	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}
	.team-shots .widget-title, .unit-photos .widget-title {
		font-size: 14px;
	}
	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 0;
	}
	
	.minimum-landing .site-container {
		padding: 0;
	}
	section.home-animation {
		/*height:520px;*/
	}
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.player-shots .widget_sp_image {
		width: 29%;
	}
	
	.player-shots .widget_sp_image:nth-child(2),
	.player-shots .widget_sp_image:nth-child(9),
	.player-shots .widget_sp_image:nth-child(16) {
		margin: 0 0 0 1em;
	}
	.staff .sow-features-feature.sow-icon-container-position-top {
		width:50% !important;
	}
}

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

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}
	.home .site-header {
		display:none;
	}
	.nav-header {
		display:block;
	}
	.nav-secondary .genesis-nav-menu > .menu-item > a {
		padding:1rem;
	}
	.new-home-nav {
		display:none;
	}
	.new-home-nav-sm {
		display: block;
		background: #2c1963;
		text-align: center;
	}
	.new-home-nav-sm .site-title {
		display: inline-block;
		max-width: 300px !important;
		top: 10px;
		position: relative;
		z-index: 10;
	}
	.new-home-nav-sm .site-title a {
		height: 170px;
		max-width: 420px;
	}
	.new-home-nav-sm ul {
		padding:1em 0;
	}
	section.training-video {
		margin-top:0;
	}
	.new-home-nav-sm li {
		display:inline-block;
		width: 100%;
		text-align: center;
		font-family: 'lubalgraph_medium', sans-serif;
		padding: 0 .25em;
		vertical-align: middle;
		line-height: 1.25;
		font-size: 20px;
	}
	.new-home-nav-sm li a {
		color: #fff;
		text-transform: uppercase;
		border-bottom: none;
	}
	.new-home-nav-sm li a span {
		color: #fdb517;
		font-family: 'lubalgraph_bold', sans-serif;
		font-size: 22px;
	}
	.new-home-nav-sm li a:hover {
		text-decoration: none;
		border-bottom: none;
	}
	.section.training-video {
		margin-top:0;
	}
	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}
	.logo {
	  width:220px;
	  top: 40px;
	  left: calc(50% - 110px);
	}
	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	section.hype-animation {
		background-position: center center;
		background-size: cover;
		height: auto;
		padding: 0;
	}
	#click-menu img {
		height: auto !important;
	}
	.genesis-nav-menu a {
		padding: 10px;
		padding: 1rem;
	}
	
	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	#responsive-menu-icon {
		display: block;
		text-align:center;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
		width:100%;
		height:auto;
		border:0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
		width:100%;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		display:none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

    .home-blurb h3 {
    font-size: 32px;
       }
    
    .home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.four-fifths,
	.three-fifths,
	.two-fifths,
	.one-fifth,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.og-grid li {
	  width: 145px;
	}
	.og-details h3 {
	  font-size: 24px;
	  padding:0 0 10px;
	}
	.player-video {
		width:100%;
	}

	section.home-animation {
		/*height:365px;*/
	}
	.single-player .details {
    	border-left: 0;
    	padding-left: 0;
	}
	.tp-caption.player-name, .player-name {
		font-size: 16px !important;
		line-height: 16px !important;
		padding: 6px 12px 6px 12px !important;
		border-radius: 4px !important;
	}
	.single-player .content-sidebar-wrap h2, .team-widgets .widget-title, .team-name h2 {
		font-size:20px;
		font-size:2rem;
	}
	.staff .sow-features-feature.sow-icon-container-position-top {
		width:100% !important;
	}
	.entry-title,
	.archive-title {
	  font-size: 30px;
	  font-size: 3rem;
    margin: 1em 0 .5em .5em;
	}
	.entry-content h2 {
  		font-size: 1.25em;
	}
    .home-blurb h2 {
  font-size: 32px;
}
	.site-inner {
		padding:4em 1.5em;
	}
	.wizfit .site-inner {
		padding:4em 0;
	}
    .home .site-inner {
        padding:0;
    }
	.site-inner .wrap {
		background:none;
	}
	
	.og-fullimg {
	  width: 30%;
	}
	
	.og-details {
	  width: 70%;
	    padding: 0 0 0 20px;
	}
	.og-details p {
	  font-size: 14px;
	  line-height: 18px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width:100%;
		margin-left: 0;
		padding:0;
	}
	.footer-widgets .widget {
		margin-bottom:2em;
	}
	
	.podcast-row .panel-grid-cell {padding:1em;}

}

@media only screen and (max-width: 600px) {
	
	.home .site-header {
	  display: none;
	}
	.home .nav-primary {
		display: none;
		clear: both;
		padding: 5px 0;
	}
	.site-title {
		margin:0;
	}
	#click-menu .threeLines .line {
		height: 4px !important;
   		margin-bottom: 5px !important;
    	background: #FFF !important;
    	width: 100% !important;
		border-radius: 2px;
		border-top:0;
	}	
	
	#click-menu .threeLines {
		width: 26px !important;
		height: 26px !important;
		margin: auto !important;
	}
	.nav-primary li {
		border-width: 0;
		border-style: solid;
		border-color: #6D57AB;
		width: 100%;
	}	
	#menu-responsive {
		display:block;
	}
	.genesis-nav-menu a {
		padding: 12px;
		padding: 1.2rem;
	}
	.site-header {
		padding: 10px 0;
	}

	.nav-primary-visual {
		display:none;
	}
	.nav-subpage {
		display:none;
	}
	.header-image .site-title a {
		height: 120px;
		max-width: 212px;
		margin: 0 auto;
	}
	.logo {
		display:none;
	}
	.nav-secondary .genesis-nav-menu > .menu-item > a {
	  border-top: none;
	  padding: 8px 10px;
	  padding: .8rem 1rem;
	  font-family: "lubalgraph_medium",Verdana, sans-serif;
	  font-weight: 700;
	  font-size: 1.3rem;
	  letter-spacing: 0;
	}
	.gc-responsive-menu-icon {
		display: block;
		background: #713982;
		padding: .25rem;
	}
	section.home-animation {
    	background:#140027;
	}
	
	.full-width-content .content {
		padding: 0;
	}
	.minimum-landing .site-inner {
		margin: 0;
		padding: 0 1.25em;
	}
}

@media only screen and (max-width: 480px) {
	
	section.news-ticker,
	.new-home-nav {
		display: none;
	}
	.site-header {
		padding-top:60px;
		
	}
	.nav-background {
		display:none;
		width: 100%;
		height: 155px;
		position: absolute;
		background: #703781;
		z-index:0;
	}
	.new-home-nav-sm ul {
		display:none;
	}

	.menu-button {
		float:right;
		margin-top:10px;
		margin-right:5%;
	}
	.nav-primary {
		display:none;
	}	
	.home .nav-primary a {
		width: 100%;
		height: auto;
	}
	.nav-secondary  {
		display: block;
    	height: 48px;
    	background: #000;
		position: fixed;
		width: 100%;
		z-index: 1000;
		top:0;
	}
	.nav-secondary .wrap {
		display:none;
	}
	.new-home-nav-sm {
		margin-top:45px;
	}
	section.testimonials-row .wrap {
		padding: 3em 2em;
	}
	.tp-caption.Testimonials-text, 
	.Testimonials-text {
		font-size:14px;
		line-height: 1.25;
	}
	section.hype-animation {
		margin-top: 0;
	}

	section.home-blurb h3 span {
		display:block;
		font-size:32px;
		line-height: 1.5;
	}
	.staff .sow-features-feature h5 {
    	font-size: 20px;
    	margin: 10px 0 !important;
	}	
	.footer-social img {
		height:48px;
		width:48px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		text-align: center;
	}
	.footer-widgets h4 {
		text-align: center;
	}



}
@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	iframe#animation {
		height: 180px; 
	}
	.hype-animation div.wrap {
		min-height:568px !important;
	}
	.facebook-feed {
		display:none;
	}
	
}


/* 
Visual Form Builder overrides 
---------------------------------------------------------------------------------------------------- */

.visual-form-builder li.vfb-right-half {
	float: right;
  clear: none;
  background-color: #D6D3E0!important;
  padding:5px 1em!important;
  border-radius: 0;
  margin: 0 0 !important;
}

li.vfb-conditional {
	float: right;
  clear: none;
  background-color: #D6D3E0!important;
  padding: 1em!important;
  border-radius: 0;
  margin: 0 0 !important;
}


li.vfb-right-half input.vfb-small {
	max-width:100px;
}
.vfb-section-div {
  border-radius: 6px;
  background-color: rgba(255, 183, 23, 0.37);
}
li.vfb-middle-third .extension,
select.state {
	max-width:100px;
	height:35px;
}
select.other {
	height:35px;
	max-width:150px;
}
#item-vfb-32 {
  margin: -44px 0 0 65px !important;
}
#item-vfb-18 {
  margin: 0 0 0 !important;
}
select.vfb-select {
	height:3em;
}
.visual-form-builder ul, .entry-content .visual-form-builder ul, 
.comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, 
.visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content 
	.visual-form-builder ol, .mu_register .visual-form-builder ol {
		margin:0 !important;
	}

@media only screen and (max-width:768px) {
	
	/* VFB overrides for mobile */
	
	input.vfb-medium, input[type="text"].vfb-medium, input[type="tel"].vfb-medium, input[type="email"].vfb-medium, input[type="url"].vfb-medium, select.vfb-medium {
  		width: 100% !important;
	}
	.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
		width: 100%!important;
		vertical-align: bottom;
	}
	.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, 
	.visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	  margin: 0!important;
	}
	
	.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
	  width: 100%!important;
	}
	.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
  		width: 100%!important;
	}
	
}