/*
Theme Name: Cordovan Art School - University
Theme URI: http://www.cordovanartschool.com
Description: The Official WordPress theme for Cordovan Art School. <a href="https://fontawesome.com" target="_blank">Font Awesome 5 CDN Kit</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3.3.5</a>, <a href="https://fancyapps.com/fancybox/3/">FancyBox 3.5.7 CDN</a>.
Version: 3.5
Author: Catalyst Design
Author URI: http://www.catalystdesignservices.com
Tags: 
*/

/*Layout*/
@import url('css/bootstrap.css');

/* ## Constants
--------------------------------------------- */
:root{
    --primarycolor:#E96F35;
    --secondarycolor:#231F20;
	--pastelgreen:#dff0d8;
	--pastelblue:#bce8f1;
	--ctacolor:#8D0E3A;
	--fontawesome: "Font Awesome 5 Free";
}

.has-primary-color, .has-primary-color.wp-block-button__link, .ld_course_grid .entry-content, p.rcp_subscription_message {
    color: var(--primarycolor); 
} 
.has-primary-background-color, .has-primary-background-color.wp-block-button__link, .has-primary-background-color.wp-block-cover, .has-primary-background-color.wp-block-cover.has-background-dim, .single-sfwd-lessons .level-of-difficulty, a.wp-block-button__link:hover {
    background-color: var(--primarycolor);
} 
.has-secondary-color, .has-secondary-color.wp-block-button__link {
    color: var(--secondarycolor);  
} 
.has-secondary-background-color, .has-secondary-background-color.wp-block-button__link, .has-secondary-background-color.wp-block-cover, .has-secondary-background-color.wp-block-cover.has-background-dim {
    background-color: var(--secondarycolor); 
} 
.has-cta-color, .has-cta-color.wp-block-button__link, span.rcp_subscription_level_name {
    color: var(--ctacolor); 
} 
.is-style-outline .has-cta-color, .is-style-outline .has-cta-color:visited{
    border-color: var(--ctacolor);
}
.has-cta-background-color, .has-cta-background-color.wp-block-button__link, .has-cta-background-color.wp-block-cover, .has-cta-background-color.wp-block-cover.has-background-dim, a.wp-block-button__link {
    color: #FFF; 
    background-color: var(--ctacolor); 
} 
.has-white-color, .has-white-color.wp-block-button__link, .has-primary-background-color .check-bullets li:before, .has-primary-background-color.wp-block-cover .check-bullets li:before, .has-primary-background-color.wp-block-cover.has-background-dim .check-bullets li:before {
    color: #FFF; 
} 
#nav li a:hover {
    color: #FFF !important; 
} 
.has-white-background-color, .has-white-background-color.wp-block-button__link, .has-white-background-color.wp-block-cover {
    background-color: #FFF; 
} 
.has-black-color, .has-black-color.wp-block-button__link {
    color: #000; 
} 
.has-black-background-color, .has-black-background-color.wp-block-button__link, .has-black-background-color.wp-block-cover, #less-plan-container aside img, .lesson-post-object-plan-container img {
    background-color: #000; 
}
.check-bullets li:before, ul.featured-bullets > li:before, li.page-item.previous a:before, li.page-item.previous a:after, #nav ul ul li a:before, .flex-direction-nav a:before, .flex-pauseplay a:before{
	font-family: var(--fontawesome);
}
#header a, #nav li a, .courses-featured-image{
    transition: 0.5s ease all;
}
.course-single-page-featured-image, .single-sfwd-lessons .level-of-difficulty, .lesson-level-block-container, .ld-course-list-content, #less-plan-container aside, .lesson-post-object-plan-container, .page-id-11944 div#content {
    text-align: center;
}
#less-plan-container aside img, .lesson-post-object-plan-container img{
	width: 100%;
}
#less-plan-container aside{
	width: calc(25% - 2%);
}
ul#menu {
    display: flex;
}
#less-plan-container{
	display: flex;
	flex-wrap: wrap;
}
#less-plan-container{
	justify-content: space-between;
}
#less-plan-container::after{
	flex: auto;
	content: "";
}
#less-plan-container{
	gap: 2.6%;
}
#less-plan-container aside{
	display: block;
}
#less-plan-container aside img{
	aspect-ratio:2/3;
	object-fit: cover;
	object-position: top;
}
#less-plan-container aside img{
	transition: 0.5s ease all;
}
.home-container section{
	max-width: 1300px;
	margin: 0 auto;
}

body {
	font-family: "Questrial", Arial, sans-serif;
	background-color: #FFF;
	color: #231f20;
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
#container {
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
}
img {
    height: auto;
}
.video-gallery-set .video-box{
	box-shadow: 2px 2px 12px #333;
	height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.video-gallery-set a, .lesson-post-object-plan-container img {
	transition: 0.5s ease all;
}
/*-----------------------------------------------> HEADER <---------------------------------------------------*/
.utility-top{
    color:#FFF;
    padding: 0.5% 0;
    background-color: #231F20;
}
.utility-top section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}
.utility-top aside:nth-of-type(1){
  flex-basis:calc(13% - 1%);
	margin-right: 2%;
}
.utility-top aside:nth-of-type(1) .fab{
	margin-right: 5px;
}
.utility-top aside:nth-of-type(1) a:last-child .fab{
	margin-right: 0;
}
.utility-top aside:nth-of-type(2){
	flex-basis:calc(87% - 1%);
}




@media screen and (max-width:568px){
  .utility-top aside{
  flex-basis:inherit;
  }
}
#header {
    display: flex;
    flex-wrap: wrap;
	padding: 10px 0;
	max-width:1300px;
	margin: 0 auto;
}
#header img {
	border-radius: 0;
    max-width: 100%;
}
#header aside:nth-of-type(1) {
	width:31%;
}
#header aside:nth-of-type(1) img{
    padding-top: 10px;
}
#header aside:nth-of-type(2) {
	width:67%;
    margin-left: 2%;
}
#header a, #header a:visited {
	color: #8d0e3a;
	text-decoration: none;
}
.cta-contact-info-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta-header-container {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.cta-header-container .cta-sub-menu{
	display: none;
}
.cta-header-container  .cta-menu{
	position: relative;
}
.cta-header-container .cta-menu:hover .cta-sub-menu{
	display: block;
}
.cta-header-container ul.cta-sub-menu{
	width: 120px;
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.utility-nav {
}
.utility-nav:hover > #contact-info{
	display: block;
}
.utility-top a, .utility-top a:visited, .cta-header-container ul.cta-sub-menu a, .cta-header-container ul.cta-sub-menu a:visited{
  color:#FFF !important;
}
.utility-top a:hover, .cta-header-container ul.cta-sub-menu a:hover{
  color:#EEE !important;
}
.cta-header-container ul.cta-sub-menu li{
	margin-bottom: 10px;
}
.cta-header-container ul.cta-sub-menu li:last-child{
	margin-bottom: 0;
}
#contact-info, .cta-header-container ul.cta-sub-menu{
	background-color: #8D0E3A;
	padding: 12px;
	display: none;
	position: absolute;
	z-index: 200;
	border-radius: 10px;
}
#contact-info h4{
	color: #FFF;
	margin: 0;
}
 #contact-info a, #contact-info a:visited {
     color:#EEE;
     text-decoration:none;
}
#contact-info a:hover {
	color: #e96f35;
	text-decoration: underline;
}
#contact-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#contact-info ul li{
    color: #FFF;
	font-size: 14px;
	margin-bottom: 15px;
}
#contact-info ul li:last-child{
	margin-bottom: 0;
}
.social-icons{
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.social-icons a{
    margin-right: 1%;
}
.side-magnet {
    height: 0;
    position: fixed;
    top: 25%;
    bottom: 0;
    right: 24px;
    z-index: 5000;
    transform-origin: 100% 50%;
    transform: rotate(-90deg) translate(50%, 50%);
}
.side-magnet a, .side-magnet a:visited{
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}
.side-magnet a:hover{
    color: #FFF;
}
/*-----------------------------------------------> HEADER ENDS <---------------------------------------------------*/

	

/*-----------------------------------------------> NAVIGATION <---------------------------------------------------*/
#nav-container {
    padding: 0 2%;
}
#nav {
	color:#FFF;
}
#nav img {
	border:0;
}
#nav ul {
    display: flex;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    overflow: inherit;
    transition: 0.5s ease all;
    justify-content: flex-end;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}
	/*================Controls Individual Tab=============*/
#nav li {
	font-size:16px;
	margin:0 15px 0 0;
	position: relative;
}
#nav li:last-child {
	margin:0;
}
#nav li a, #nav li a:visited {
	color:var(--ctacolor);
	display: block;
	line-height: 1.133em;
	padding:10px;
	text-decoration: none;
}
	/*---------> Hover + Click On Tab <---------------*/
#nav li:hover > a,  #nav a:focus {
    background-color: var(--primarycolor);
}
	/*==========CURRENT PAGE FOR NAV STYLING=======*/
#nav li.current_page_item > a,  #nav .current_page_ancestor > a, #nav li.current-page-ancestor > a, #nav li.current_menu_item > a {
    font-weight: bold;
}
#nav li.highlight a, #nav li.highlight a:visited {
    color: #FFF;
    font-weight: bold;
	background-color: var(--primarycolor);
}
#nav li.current_page_item > a:hover,  #nav .current_page_ancestor > a:hover, #nav li.current-page-ancestor > a:hover, #nav li.highlight a:hover {
	background-color: var(--secondarycolor);
}
	/*============Last Nav Tab on Nav Bar======*/
#nav li:last-child a{
}
	/*=============Down Arrow for Drop Down Menu - Caret============*/
#nav li.menu-item-has-children > a:after {
    font-family: var(--fontawesome);
    font-weight: 600;
    font-size: 16px;
    color: #666;
    display: inline;
    content: "\f078";
    margin-left: 5px;
}
#nav li.menu-item-has-children:hover > a:after{
    color: #FFF;
}
			/*****============Triggers Drop Down to Appear=============*****/
#nav ul li:hover > ul {
	display: block;
}

	/*-------------------> SUB NAVIGATION <----------------------------------*/
#nav ul ul {
	display: none;
	margin: 0;
	padding:0;
	position: absolute;
	top: 2.233em;/*CONTROLS THE PLACEMENT OF THE SUB NAV FROM TOP*/
	left: 0;
	width: 188px;
	z-index: 99999;
}
header.navbar-fixed-top #nav ul ul {
    top: 2.033em;
}
#nav ul ul li {
	font-size:14px;
	border:0;
	margin:0;
	width: 100%;
}
#nav ul ul li a{
	padding: 10px;
}
#nav ul ul li a, #nav ul ul li a:visited {
    color: #FFF;
	background:var(--secondarycolor);
	line-height: 1.4em;
}
#nav ul ul li a:hover {
	color: #FFF;
	background:var(--primarycolor);
}

	/*----- CARET ---------> Right Arrow for Extra Drop Down Menu*/
#nav ul ul li.menu-item-has-children > a:after{
	content:  "\25b8 ";
}
	/*-------------------> SUB SUB NAVIGATION <----------------------------------*/
#nav ul ul ul {
	left: 100%;
	top: 0;
}
.hamburger-menu-wrapper{
	display: none;
}
/*--------------- Full Mobile Nav Overlay ---------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container, .full-screen-element{
	display: none;
}
.full-screen-element a, .full-screen-element a:visited{
	text-decoration: none;
}
/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/


	/*-------------------> SOLILOQUY CUSTOMIZATIONS <----------------------------------*/
 			 /*---------------------> FORCE Soliloquy img to Go 100% <------------------*/
.mast-home-slider .soliloquy-image{
	width: 100%;
}
 			 /*---------------------> Removes the Caption's Background + Moves the Caption to the right side<------------------*/
.mast-home-slider .soliloquy-caption.soliloquy-caption-bottom {
    height: 100%;
	width: 40% !important;
	right: 0;
}
.mast-home-slider .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
    position: absolute !important;
	top: 50%;
	right: 2%;
    transform: translateY(-50%);
    padding: 0 !important;
}
 			 /*---------------------> Typography Design for the Headings <------------------*/
.mast-home-slider .soliloquy-caption-inside h2 {
}
.mast-home-slider .soliloquy-caption-inside h3 {
}
	/*=================== Soliloquy Horizontal Scroll Fix ======================*/
.soliloquy-theme-classic .soliloquy-pager {
	width: 99% !important;
}


/*-----------------------------------------------> FOOTER <---------------------------------------------------*/
#footer {
    background-color: #231f20;
	color:#FFF;
	font-size: 11px;
}
#footer section, .footer-base section{
    display: flex;
    max-width:1300px;
    margin: 0 auto;
    padding: 15px 0 5px;
}
#footer a, #footer a:visited {
	color: #d9531e;
}
#footer a, #footer a:visited {
	color: #d9531e;
}
#footer p {
	font-size: 11px;
}
#footer img {
	border: 0;
}
#footer-left-box, #footer-mid-left-box, #footer-mid-box, #footer-mid-right-box  {
	width: 16%;
	text-align: left;
	padding: 0 0.5%;
}
#footer-left-box h4, #footer-mid-left-box h4, #footer-mid-right-box h4, #footer-mid-box h4 {
	color: #FFF;
	font-weight: normal;
    margin: 0 0 10px;
}
#footer-left-box ul, #footer-mid-left-box ul, #footer-mid-right-box ul,  #footer-mid-box ul {
	margin: 0;
	padding: 0;
}
#footer ul {
	line-height: 20pt;
	list-style: none;
	padding: 0;
}
#footer ul li:before{
	color:#FFF;
	content:'\f058';
	font-family: "Font Awesome 5 Free";
	font-weight:300;
	display:inline-block;
	margin-left:-1.2em;
	width:1.2em;
}
#footer-right-box {
	width:18%;
	float: left;
	text-align:right;
}
.social-icon-container{
    margin-top:15px;
}
.social-icon-container .fab{
    margin-right:5px;
}
#footer-right-box a:hover{
	color:#FFF;
}
#search {
}
#search button {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url("images/graphics/mag.png") no-repeat center top;
	cursor: pointer;
	cursor: hand;
}
#search input {
    border: none;
    width: 80%;
    padding: 2% !important;
    color: #8d0e3a;
}
.footer-base {
    margin-top: 15px;
    font-size: 11px;
    border-top: 1px solid #666;
    padding-top: 10px;
}
.footer-base aside{
	 width:33%;
}
.footer-base aside:nth-of-type(1){
	text-align:left;
}
.footer-base aside:nth-of-type(2){
	width: 41%;
	text-align:center;
}
.footer-base aside:nth-of-type(3){
	width: 25%;
	text-align:right;
}
/*-----------------------------------------------> FOOTER ENDS <---------------------------------------------------*/

/*-----------------------------------------------> HOMEPAGE <---------------------------------------------------*/
/* ## PopUp
--------------------------------------------- */
div#autopopup {
    max-width: 900px;
}	
	

#mast {
	max-width:1300px;
	margin: 0 auto;
	color: #FFF;
}
#mast a, #mast a:visited {
	color: #FFF;
}
#mast img {
	border: 0;
}
#mast ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#mast ul li {
	float: left;
}
	/*------------------> Soliloquy <-----------------------*/
.soliloquy-container h2{
	color: #FFF;
	font-size:35px;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
	text-align:left !important;
}

/*Body Content STARTS*/

#body-content {
	background: #FFF;
}
#body-content-container {
	margin: 0 auto;
	max-width:1300px;
	padding: 0 0 15px;
}


/* ## HOME
--------------------------------------------- */



	/*------------------> Home Locations Section <-----------------------*/
.home-locations-box {
	background-image: url(/wp-content/uploads/2017/10/locations-bg.jpg);
	color:#FFF;
	width:100%;
	padding: 1% 2%;
}
.home-locations-box h2, .home-locations-box h3 {
	color: #FFF;
}
.home-locations-box h2 {
    font-size: 18px;
    text-transform: uppercase;
    background-color: #8D0E3A;
    position: absolute;
    padding: 4% 4% 3%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 5px 0;
}
.home-locations-box aside{
    flex-basis: calc(18% - 2%);
	text-align:center;
	margin:0 0 15px;
	padding:10px;
}
.home-locations-box aside .location-featured-image {
    width: 100%;
    height: 160px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin: 0 auto;
	position: relative;
}
.home-locations-box aside a:hover{
	color:#FFF;
}
.home-locations-box aside:nth-of-type(even){
}
.home-locations-box aside:nth-of-type(odd){
}


	/*------------------> Video Section <-----------------------*/
.home-video-container {
}
.home-video-container section{
    margin-bottom: 25px;
    border-bottom: 1px solid #EEE;
}
.home-video-container section:last-child{
    border-bottom: none;
}
.home-video-container section h4{
    font-size: 20px;
	color: #FFF;
}
.home-video-button-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.home-video-button-container .btn{
}
#video iframe {
	max-width: 420px;
	height: 225px;
}






	/*---------------------> Testimonials <--------------------*/
.testimonial-home-box{
	background-color: #231F20;
	color: #FFF;
	padding: 25px 0;
}
.testimonial-home-box aside:nth-of-type(2){
	text-align: center;
}
.testimonial-container{
	max-width:1300px;
	margin: 35px auto;
}
.testimonial-container h2{
	color: #FFF;
	font-size: 34px;
	line-height: normal;
	font-style: italic;
}
.testimonial-container p{
	line-height:16pt;
}
.testimonial-container .btn {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#sign-up-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/10/locations-bg.jpg);
    background-color: #666;
    padding: 2% 0;
}
#sign-up-wrapper section {
	max-width:1300px;
	margin: 0 auto;
	color: #FFF;
}
#sign-up-wrapper section p{
	text-align: center;
}
#sign-up-wrapper .gform_wrapper {
    margin:0;
}
#sign-up-wrapper .gform_wrapper .gform_footer {
    text-align: center;
}

.parent-pageid-354 .pre-footer, .page-id-5313 .pre-footer, .parent-pageid-5836 .pre-footer, .parent-pageid-35 .pre-footer, .parent-pageid-155 .pre-footer, .parent-pageid-901 .pre-footer, .parent-pageid-4819 .pre-footer, .parent-pageid-4864 .pre-footer, .parent-pageid-166 .pre-footer{
    display: none;
}
	/*------------------> HIDE SIGNUP FORM <--------------------------*/
	/*------> HIDE SPRING BREAK LANDING PAGES <----------------------*/
.page-id-2506 .pre-footer, .page-id-4840 .pre-footer, .page-id-5639 .pre-footer, .page-id-5779 .pre-footer, .page-id-5836 .pre-footer, .page-id-5837 .pre-footer, .page-id-5846 .pre-footer, .page-id-5847 .pre-footer, .page-id-10702 .pre-footer{
	display: none;
}
	/*------> HIDE Spring Break Child PAGES <----------------------*/
.parent-pageid-2506 form, .parent-pageid-2506 h5, .parent-pageid-4840 form, .parent-pageid-4840 h5{
	display: none;
}

	/*------> HIDE Pottery Child PAGES <----------------------*/
.parent-pageid-4830 #sign-up-wrapper, .parent-pageid-4830 #sign-up-wrapper form, .parent-pageid-4830 #sign-up-wrapper h5{
	display: none;
}
#sign-up-wrapper h5 {
	font-size: 30px;
    color: #FFF;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background-color: transparent;
	text-align: center;
}
#sign-up-wrapper span {
	color: #8d0e3a;
	font-weight: bold;
}
#sign-up-wrapper .gform_description{
	color: #FFF!important;
}
#sign-up form {
	font-size: 14px;
}
#sign-up input {
	width: 147px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#sign-up select {
	width: 151px;
}
#sign-up .right-label {
	width: 45px;
}
#sign-up .right-input {
	width: 20px;
	margin-right: 0;
	margin-left: 61px;
}
#sign-up button {
	border: 0;
	background-color: #8d0e3a;
	float: right;
	margin: 5px 81px 0 0;
	width: 118px;
	height: 30px;
	color: #FFF;
	font-size: 19px;
	text-transform: uppercase;
}
/*Gravity Forms*/

#sign-up .gform_footer {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/



/*-----------------------------------------------> INTERIOR PAGES <---------------------------------------------------*/

/* ## Constants
--------------------------------------------- */
.home-locations-box section, #classes-wrapper-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-locations-box section{
	max-width: 1300px;
	margin: 0 auto;
}

/* ## Mast
--------------------------------------------- */
#mast-int-container {
	background-size:contain;
	background-repeat:no-repeat;
	max-width:1300px;
	margin: 0 auto;
	background-color: #D9531E;
	color: #FFF;
	min-height:300px;
	position:relative;
	overflow:hidden;
}
#mast-int-container{
	background-size:cover;
	max-width:1300px;
	min-height: 450px;
	margin:0 auto;
	position:relative;
    background-position-x: 50%;
	margin-bottom: 25px;
}
#mast-int-container section {
	width:100%;
	background: #D9531E;
	padding:1% 2%;
	position:absolute;
	bottom:0;
}
#mast-int-container h1, #mast-int-container h2 {
	color: #FFF;
	text-align: center;
}
#mast-int-container h1 {
	font-size: 37px;
	text-transform: uppercase;
	padding: 0;
	line-height: 30px;
	background-color: transparent;
	margin:0;
}
#mast-int-container h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    margin: 10px 0 0;
}
#mast-int-container p {
	margin:10px 0 0;
}
#mast-int-container img {
	border: 0;
}
#left-col-container {
	width: 25%;
	margin: 0 2% 0 0;
	float: left;
}
#left-col-container input[type=submit],#left-col-container button{
	background-color:#d9531e;
}
#left-col-container input[type=submit]:hover,#left-col-container button:hover{
	background-color:#231F20 !important;
}
#right-col-container {
	width: 73%;
	float: left;
}
#right-col-container .alignleft {
	clear: both;
}
/*The Gray Background Area with Content*/
#mast-int-container section{
	background-color: #8D0E3A;
}
.horizontal-nav-bar-address-container{
	display: table;
	color: #716E6F;
	border: 1px solid #716E6F;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0.5%;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.horizontal-nav-bar-container{
	display: table;
	background-color: #231f20;
	color: #FFF;
	width: 100%;
	padding: 1%;
	text-align: center;
}
.horizontal-nav-bar-container div:nth-of-type(1){
	text-align: left;
}
.horizontal-nav-bar-container div:nth-of-type(2){
	text-align: right;
}
.horizontal-nav-bar-container div:nth-of-type(2) a{
	margin: 0 15px 0 0;
}
.horizontal-nav-bar-container div:nth-of-type(2) a:last-child{
	margin: 0;
}
.horizontal-nav-bar-container div:nth-of-type(3){
	text-align: center;
	margin: 10px 0 0;
}
.horizontal-nav-bar-container span{
	color: #716E6F;
}
.horizontal-nav-bar-container h3{
	color: #FFF;
	display: inline;
	margin-right: 10px;
}
.horizontal-nav-bar-container ul, .horizontal-nav-bar-menu{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.horizontal-nav-bar-container li{
	display: inline;
	margin: 0 10px 0 0;
}
.horizontal-nav-bar-container li:last-child{
	margin: 0;
}
.horizontal-nav-bar-container a, .horizontal-nav-bar-container a:visited{
	color: #FFF;
	text-decoration: none;
}
.horizontal-nav-bar-container a:hover{
	color: #EEE;
}
#body-gray-content-box {
	background-color: #EEE;
}
/*Classes Pages*/

#classes-body-content-container {
	margin: 5px auto 0;
	max-width:1300px;
}
#classWrap {
	width: 100%;
	padding:15px 0;
}
#class-offerings {
	max-width:1300px;
	margin: 0 auto;
}
#class-offerings h1 {
	color: #8d0e3a;
	font-size: 23.5px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#class-box {
	width: 455px;
	margin: 0 20px 50px 0;
	float: left;
}
#class-box img {
	float: left;
	margin-right: 10px;
}
#class-box h2 {
	font-size: 25px;
	color: #d9531e;
	width: 277px;
	float: left;
	margin: 0;
}
#class-box .class-info {
	float: left;
	width: 277px;
}
#class-description-box .class-info {
	float: left;
	width: 773px;
}
#class-description-box {
	max-width:1300px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
#class-description-box img {
	float: left;
	margin-right: 10px;
}
#class-description-box h2 {
	font-size: 25px;
	color: #d9531e;
	width: 770px;
	float: left;
	margin: 0;
}
#class-register {
	background-color: #8d0e3a;
	color: #FFF;
	max-width:1300px;
	webkit-border-radius: 15px;
	moz-border-radius: 15px;
	border-radius: 15px;
}
/*Individual City Classes Landing Page - LOCKING DESIGN WITH KEY AND ALL*/

#class-container {
}
#class-container td {
	width: 50%;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dashed #231F20;
}
#class-container img {
	width: 167px;
	height: 154px;
border-radius:15px;
}
#class-container h2 {
	font-size: 25px;
	color: #d9531e;
	width: 277px;
	/*	float:left;*/

	margin: 10px 0 0;
}
#class-container .class-info {
	float: left;
	width: 277px;
}
#class-container .class-info {
	float: left;
	width: 773px;
}
#class-description-box {
	max-width:1300px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
#class-description-box img {
	float: left;
	margin-right: 10px;
}
#class-description-box h2 {
	font-size: 25px;
	color: #d9531e;
	width: 770px;
	float: left;
	margin: 0;
}
#class-register {
	background-color: #8d0e3a;
	color: #FFF;
	max-width:1300px;
	webkit-border-radius: 15px;
	moz-border-radius: 15px;
	border-radius: 15px;
}

/* ## Lesson Plans https://online.cordovanartschool.com/lesson-plans/
--------------------------------------------- */
#less-plan-container, .lesson-post-object-plan-container{
	margin: 30px 0;
}
#less-plan-container aside{
	margin: 0 0 15px;
}
#less-plan-container aside img, .lesson-post-object-plan-container img{
	border: 10px solid #EEE;
}
#less-plan-container aside img:hover, .lesson-post-object-plan-container img:hover{
	border: 10px solid #000;
}
.lesson-post-object-plan-container img {
    aspect-ratio: 3 / 4;
}
.lesson-post-object-plan-container.technique-lesson img {
    aspect-ratio: 4 / 4;
	object-fit: contain;
}

/* ## Parties
--------------------------------------------- */
.theme-option-container{
	
}
.theme-option-container .wp-block-column{
	background-color: #EEE;
}
.theme-option-container .wp-block-column:nth-of-type(3n+2), .theme-option-container .wp-block-column:nth-of-type(2n+2){
	background-color: var(--pastelgreen);
}
.theme-option-container .wp-block-column:nth-of-type(2n+3){
	background-color: var(--pastelblue);
}


/*-----------------------------------> WP BLOCKS <-------------------------------------*/

/* ## Video Gallery
--------------------------------------------- */
.video-gallery-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.video-gallery-set aside{
	width: calc(25% - 2%);
    margin-bottom: 2%;
}
.video-gallery-set a {
}
.video-gallery-set.three-columns aside{
    width: calc(33% - 2%);
}
.video-gallery-set.two-columns aside{
    width: calc(50% - 2%);
}
.video-gallery-set aside h3, .video-gallery-set aside p {
    margin-top: 0;
}
.video-gallery-set aside h3{
	text-align: center;
}
.video-gallery-set .video-box{
}
.video-gallery-set .video-box section {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
}


/* ## WooCommerce
--------------------------------------------- */
.woocommerce a.button, .woocommerce input.button, .woocommerce button.button {
    color: #FFF !important;
    background-color: var(--ctacolor) !important;
}
.woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce button.button:hover {
    background-color: var(--primarycolor) !important;
}
.woocommerce .products ul li, .woocommerce ul.products li{
    text-align: center;
}
.woocommerce h2{
    font-size: 26px !important;
}

/* ## WooCommerce Block
--------------------------------------------- */
.wc-block-grid__products {
    justify-content: center;
}

/*-----------------------------------> CALENDAR / EVENTS / TRIBE <-------------------------------------*/
    /*--------------- > Workshops <---------*/
.events-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 15px 0;
}
.events-container aside {
    flex-basis: calc(50% - 2%);
    margin-bottom: 25px;
    text-align: center;
}
.events-container .events-featured-image {
    width: 80%;
    margin: 0 auto;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.events-container .events-featured-image .box-date{
	position: absolute;
	top: 2%;
	right: 1%;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	padding: 3%;
}
.events-container .events-featured-image .box-date h3, .events-container .events-featured-image .box-date h4{
	margin: 0;
}
.events-container .events-featured-image .box-date h3 {
    font-size: 35px;
}
.events-container .events-featured-image .box-date h4{
	
}

        /*----------------------> Single Events Page <----------------------*/
.tribe-events-back {
    margin: 20px 0 !important;
}
.tribe-events-schedule h2 {
    margin: 0;
}
.singular-calendar-top-container {
    text-align: center;
}
.single-tribe_events .tribe-events-single-event-title {
    font-size: 2.7em !important;
}
.single-tribe_events .tribe-events-event-image, .single-tribe_events .tribe-events-content {
    text-align: center !important;
}
    /*HIDE GOOGLE MAP*/
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap{
    display: none !important;
}
/*----------------------------------->  Featured Content Sections <-------------------------------------*/
.featured-content-section{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	clear: both;
	padding: 4% 0;
}
.featured-content-section section{
	max-width: 1300px;
	margin: 0 auto;
}
.featured-content-section section aside{
	text-align: center;
}
.featured-content-section img{
	border-radius: 15px;
}
.featured-content-section h2, .featured-content-section p{
	color: #FFF;
}
.featured-content-section h2{
	font-size: 40px;
	text-transform: uppercase;
}
.featured-content-section p {
    font-size: 17px;
    line-height: 22px;
}
/*---------------------------------- Two Column Ad Box ---------------------------*/
.two-col-ad-box-section{
	clear: both;
	margin: 25px 0;
}
.two-col-ad-box-section section{
	max-width: 1300px;
	margin:35px auto;
}
.two-col-ad-box-section section aside{
	text-align: center;
	padding-bottom: 25px;
}
.two-col-ad-box-section section aside:nth-of-type(2n+1){
	clear: both;
}
.two-col-ad-box-section section aside img{
	max-width: 100%;
	height: auto;
}
/*---------------------------------- Highlighted Tail Box ---------------------------*/
.highlight-tail-section{
	color: #FFF;
}
.highlight-tail-section section{
	max-width: 1300px;
	margin:0 auto 25px;
	padding: 1%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.highlight-tail-section.reverse section{
	max-width: 1300px;
	margin:25px auto 0;
	padding: 1%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.highlight-tail-section h2{
	font-size: 40px;
	text-transform: uppercase;
}
.highlight-tail-section section h1, .highlight-tail-section section h2, .highlight-tail-section section h3, .highlight-tail-section section h4, .highlight-tail-section section h5, .highlight-tail-section section p{
	color: #FFF;
}
/*-----------------------------------> Locations Landing Page /locations/<-------------------------------------*/
.locations-anchor-top-strip{
	max-width: 1300px;
	margin: 0 auto;
	background-color: #716E6F;
	color: #FFF;
	padding: 20px 0;
	text-align: center;
}
.locations-anchor-top-strip ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.locations-anchor-top-strip li{
	font-size: 18px;
	display: inline-block;
}
.locations-anchor-top-strip li:after{
	content: '•';
	margin: 0 15px;
}
.locations-anchor-top-strip li a{
	color: #FFF;
}
.locations-anchor-top-strip li:last-child:after{
	margin: 0;
	content: none;
}
.locations-lp-container{
	max-width: 1300px;
	margin: 0 auto;
}
.locations-lp-container .location-container{
    margin-bottom: 25px;
	padding: 3rem 0;
}
.locations-lp-container .location-container:last-child{
    margin-bottom: 0;
}
.locations-lp-container .location-container:nth-of-type(odd){
	background-color: #EEE;
}
.location-container aside img{
	max-width: 100%;
	height: auto;
}
.location-container h2 {
    font-size: 30px;
	margin-top: 0;
}
.location-container p {
    font-size: 16px;
    line-height: 23px;
}
/*-----------------------------------> Faculty CPT <-------------------------------------*/
.faculty-post-container {
    padding: 2% 0 0;
}
.faculty-post-container img{
	width: 100%;
	height: auto;
}
.faculty-post-container article {
	width: 24%;
	min-height: 350px;
	display: inline-block;
	vertical-align: top;
    border: 4px solid #EEE;
	margin: 0 1% 3% 0;
    text-align: center;
    padding: 1%;
}
.faculty-post-container article:nth-of-type(4n) {
	margin: 0 0 3%;
}
.faculty-post-container article:nth-of-type(4n+1) {
	clear: both;
}
.faculty-post-container article .headshot{
    max-height: 250px;
    border-radius: 15px;
    overflow: hidden;
}
.faculty-post-container a, .faculty-post-container a:visited{
	text-decoration: none;
}
.faculty-post-container h3, .faculty-post-container p{
	margin: 10px 0;
}

/* ## BLOCKS
--------------------------------------------- */
.wp-block-text-box-container p{
	line-height: normal;
}

/*-----------------------------------> BLOG <-------------------------------------*/
.single .previous a:before {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.single .next a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}
/*-----------------------------------> 2 Column Event <-------------------------------------*/
#two-col-container{
	margin:20px 0;
}
#two-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-container > ul ul{
	list-style-type:disc;
}
#two-col-container > ul > li{
	width:49%;
	float:left;
	margin:0 0 10px;
}
#two-col-container > ul > li:nth-of-type(odd){
	clear:both;
	margin:0 2% 10px 0;
}
#two-col-container > ul > li img, #two-col-container > ul > li iframe{
	max-width:100%;
}
	/*-----------------------------------> 2 Column 2/3 + 1/3 <-------------------------------------*/
#two-col-left-heavy-container{
	margin:20px 0;
}
#two-col-left-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-left-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-left-heavy-container > ul > li{
	float:left;
}
#two-col-left-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-left-heavy-container > ul > li:nth-of-type(odd){
	width:65%;
}
#two-col-left-heavy-container > ul > li:nth-of-type(even){
	width:33%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 2 Column 1/3 + 2/3 <-------------------------------------*/
#two-col-right-heavy-container{
	margin:20px 0;
}
#two-col-right-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-right-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-right-heavy-container > ul > li{
	float:left;
}
#two-col-right-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-right-heavy-container > ul > li:nth-of-type(odd){
	width:33%;
}
#two-col-right-heavy-container > ul > li:nth-of-type(even){
	width:65%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 3 Column <-------------------------------------*/
#three-col-container{
	margin:20px 0;
}
#three-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#three-col-container > ul ul{
	list-style-type:disc;
}
#three-col-container > ul > li{
	float:left;
	width:32%;
	margin:0 2% 10px 0;
}
#three-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
#three-col-container > ul > li:nth-of-type(3n){
	margin:0 0 10px 0;
}
#three-col-container > ul > li:nth-child(3n+1){
	clear:both;
}
	/*-----------------------------------> 4 Column <-------------------------------------*/
#four-col-container{
	margin:20px 0;
}
#four-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#four-col-container > ul ul{
	list-style-type:disc;
}
#four-col-container > ul > li{
	width:23.5%;
	margin:0 2% 10px 0;
	float:left;
}
#four-col-container > ul > li:nth-of-type(4n){
	margin:0 0 10px 0;
}
#four-col-container > ul > li:nth-child(4n+1){/*Translation After Every Fourth Target the next one (Example #5, #9, #14, etc. is being targeted)*/
	clear:both;
}
#four-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
	/*4 Column ENDS*/

/*+++++++++++++++++++++++++++++++ACF++++++++++++++++++++++++++++++++++++*/

#classes-wrapper {
	width: 50%;
	float: left;
	margin: 0 0 20px;
	border-bottom: 1px dashed #231F20;
	padding: 0 0 10px;
}
#classes-wrapper h2 {
	font-size: 25px;
	color: #d9531e;
	margin: 0;
}
#classes-wrapper img {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px 0;
}
#classes-wrapper-box {
}
#classes-wrapper-box aside{
	width: calc(33% - 1%);
    margin-bottom: 35px;
    text-align: center;
    padding-bottom: 20px;
}
.class-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    border-radius: 15px;
    position: relative;
}
#classes-wrapper-box .class-title-bar {
    width: 100%;
    background-color: #8D0E3A;
    position: absolute;
    padding: 4% 4% 3%;
    bottom: 4%;
}
#classes-wrapper-box h2 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
    color: #FFF;
    text-decoration: none;  
    text-transform: uppercase;
}
#classes-wrapper-box h2 span{
    font-size: 16px;
}
#classes-wrapper-box .btn {
    text-transform: uppercase;
}
#faculty-wrapper {
	margin: 0 0 20px;
	padding: 0 0 10px;
	clear: both;
}
#faculty-wrapper #left-col {
	width: 40%;
	float: left;
}
#faculty-wrapper #right-col {
	width: 60%;
	float: left;
}
#faculty-wrapper img {
	width: 199px;
	height: auto;
	margin: 0 20px 0;
}
/*+++++++++++++++++++++++++++++++ACF ENDS++++++++++++++++++++++++++++++++++++*/

	/*Individual City Classes Landing Page - LOCKING DESIGN WITH KEY AND ALL ENDS*/





	/*---------------------------------------------> JACKRABBIT RELATED <-------------------------------------------------*/
	/*-------------Jack Rabbit Showcase <----------*/
.jack-rabbit-container {
	display: table;
	color: #FFF;
	background-color: #716E6F;
	border-radius:15px;
	clear: both;
	padding: 2%;
	margin: 0 0 25px;
}
.jack-rabbit-container h3, .jack-rabbit-container h4{
	color: #FFF;
}
.jack-rabbit-container h3{
    font-size: 23px;
    font-weight: 100;
}
.jack-rabbit-container div img{
	max-width: 100%;
	height: auto;
}
.jack-rabbit-container .class-row{
	padding: 2% 0;
	border-bottom: 1px solid #FFF;
}
.jack-rabbit-container .class-row div:nth-of-type(3){
	text-align: center;
}
.jack-rabbit-container .class-row:last-of-type{
	border-bottom: none;
}
.jack-rabbit-container:after{
	clear: both;
}
.jack-rabbit-container .btn{
	color: #FFF !important; 
	margin: 10px 0;
}
table.openings {
	color: #FFF;
	background: #8D0E3A;
	border: 0 !important;
	margin: 15px 0;
}
table.openings th {
	text-align: left;
	border-bottom: 1px dashed #CCC;
	padding: 10px;
}
table.openings, tr.openings, td.openings {
	font-size: 16px !important;
	font-family: "Questrial", Arial, sans-serif !important;
}
tr.openings td {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px dashed #CCC;
	padding: 10px !important;
}
table.openings a, table.openings a:visited {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px;
	text-align: center;
border-radius:15px;
	background: #D9531E;
	text-decoration: none;
	font-weight: bold;
}
table.openings a:hover {
	color: #8d0e3a;
	background: #EEE;
}
tr.openings td{
	text-align:center;
}

	/*---------------------------------------------> JACKRABBIT RELATED ENDS <-------------------------------------------------*/

/* ## Restrict Content Pro (RCP)
--------------------------------------------- */
form#rcp_login_form{
}
form#rcp_login_form, .rcp_restricted {
    text-align: center;
}
.rcp_restricted p {
    font-weight: bold;
    font-size: 20px;
}
.rcp_form input[type=checkbox], .rcp_form label {
    float: none;
    display: inline-block !important;
}
p.rcp_subscription_message {
    font-size: 21px;
    font-weight: bold;
}
span.rcp_subscription_level_name{
    font-size:18px;
}

/* ## LearnDash
--------------------------------------------- */
#courses-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#courses-container a {
    width: calc(33% - 3%);
    margin-bottom: 50px;
}
#courses-container aside{
    position: relative;
}
#courses-container aside h3, #courses-container aside h4 {
    position: absolute;
}
#courses-container aside h3 {
    background-color: darkgoldenrod;
    color: #FFF;
    padding: 10px;
    bottom: 20px;
}
#courses-container aside h4 {
    width: 80%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    margin: 0;
    font-size: 2.4em;
}
.courses-featured-image{
    border: 8px solid transparent;
    width: 100%;
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.courses-featured-image:hover{
    transform: scale(1.1);
    border: 8px solid var(--ctacolor);
}
.learndash-pager, .learndash-pager a {
    color: #FFF !important 
}
.learndash-pager {
	font-size: 15px !important;
    background-color: var(--ctacolor) !important;
}
.learndash-pager a {
    font-size: 28px !important;
}
.learndash-pager .pager-left a{
	margin-left: 10px;
}
.learndash-pager .pager-right a{
	margin-right: 10px;
}


/* ## LearnDash Course - Singular Page
--------------------------------------------- */
.learndash-wrapper #btn-join, .learndash-wrapper .btn-join{
    font-size: 16px !important;
}
.course-single-page-featured-image{
    margin-bottom: 15px;
}
.single-sfwd-courses .learndash-wrapper .ld-item-list{
	display: none;
}


/* ## LearnDash Lessons - Singular Page
--------------------------------------------- */
.single-sfwd-lessons .level-of-difficulty{
	padding: 10px;
}

/* ## LearnDash Lessons - Vimeo Embedded Video
--------------------------------------------- */
figure.wp-block-embed-vimeo.alignwide.wp-block-embed.is-type-video.is-provider-vimeo.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
    height: 720px;
    width: 100%;
}


/* ## LearnDash Blocks
--------------------------------------------- */
.wp-block-atomic-blocks-ab-container .learndash-wrapper .ld-button {
    margin: 0 auto !important;
}
.learndash-wrapper .ld-progress .ld-progress-heading {
    font-size: 15px !important;
}
.ld-course-list-items.row {
    justify-content: center;
}
.ld_course_grid .entry-content{
	font-weight: bold;
}
.ld_course_grid .entry-content:before{
	font-family: var(--fontawesome);
	content: '\f1fc';
	margin-right: 5px;
}

/* ## GamiPress
--------------------------------------------- */
.cta-header-container .gamipress-user-points, .cta-header-container .gamipress-user-points:not(.gamipress-layout-none) {
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
    background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(233,111,53,1) 100%);
    border: 3px solid #EEE;
    box-shadow: 2px 2px 3px #999;
    padding: 4px 18px;
    border-radius: 45px;
    font-weight: bold;
     font-size: 18px;
    text-transform: uppercase;
}
.cta-header-container .gamipress-user-points[class*="gamipress-columns"]>.gamipress-points{
    padding: 0;
}
.cta-header-container .gamipress-user-points img {
    margin-right: 5px;
    max-height: 40px;
    width: auto;
}

/* ## Gutenberg - Wide / Full Width
--------------------------------------------- */
@media screen and (min-width: 960px) {
     .alignwide, .alignfull {
          width:  100vw;
          max-width:  100vw;
          margin-left:  calc(50% - 50vw);
     }
}

/* ## Genesis / Atomic Blocks
--------------------------------------------- */
.ab-block-notice .ab-notice-text p {
    margin: 0;
}


/* ## LearnDash - Lesson ACF Gutenberg Custom Blocks
--------------------------------------------- */
.lesson-level-block-container.advanced, .lesson-level-block-container.expert, .lesson-level-block-container.pro, .lesson-level-block-container.master{
    color: #FFF;
}
.lesson-level-block-container, .lesson-level-block-container.intermediate{
    color: #000;
}
.lesson-level-block-container{
    background-color: var(--pastelblue);
    padding: 30px;
}
.lesson-level-block-container.intermediate{
    background-color: var(--pastelgreen);
}
.lesson-level-block-container.advanced{
    background-color: #333;
}
.lesson-level-block-container.expert{
    background-color: var(--secondarycolor);
}
.lesson-level-block-container.pro{
    background-color:var(--primarycolor);
}
.lesson-level-block-container.master{
    background-color: var(--ctacolor);
}
.lesson-level-block-container p {
    margin: 15px 0 0;
}

/* ## Restrict Content Pro
--------------------------------------------- */


/* ## Restrict Content Pro - RCP - Registration
--------------------------------------------- */
.rcp_registration_total {
    margin-bottom: 20px;
}
table.rcp_registration_total_details.rcp-table td {
    padding: 10px;
}
.rcp-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
.rcp-table, .rcp-table th, .rcp-table td {
    border: 1px solid #d1d1d1;
}
.rcp-table th, .rcp-table td {
    padding: 5px;
}

/* ## RCP - Registration
--------------------------------------------- */
.rcp_user_fieldset, .rcp-gateway-new-card-fields {
    background-color: #EEE;
    padding: 15px !important;
    margin: 20px 0 !important;
}
.rcp_user_fieldset p {
    margin: 0 0 10px;
    width: 33%;
    display: inline-flex;
    align-items: center;
}
.rcp_user_fieldset label {
    width: 30%;
}
.rcp_user_fieldset label, .rcp-gateway-new-card-fields label{
    margin-right: 1%;
}
.rcp-gateway-new-card-fields input#rcp-card-name {
    width: 100%;
}
.rcp_user_fieldset input {
    width: 60%;
}
.rcp_form input#rcp_agree_to_terms {
    float: none;
    margin: 0 8px 0 0;
}

/* ## RCP - Remove "Register New Account" / Login Text + The Username Form Field on Registration page
--------------------------------------------- */
#post-12448 h3.rcp_header, #post-12448 .rcp_login_link, #post-12448 #rcp_user_login_wrap {
    display: none;
}


/*Breadcrumbs*/
.breadcrumbs {
	font-size: 13px;
	color: #951e47;
	margin: 0 0 10px 0;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #951e47;
}
.breadcrumbs a:hover {
	color: #D9531E;
}
/*Google Plus Share Button*/

.share-container {
    margin: 0;
    width: 15%;
    float: right;
    text-align: right;
    vertical-align: bottom;
}
/*TABLES*/

#two-col-container, #three-col-container {
	margin: 10px 0;
}
#three-col-container td {
	vertical-align: top;
	text-align: center;
	width: 33%;
	border-right: 1px solid #EEE;
}
#three-col-container {
	font-size: 18px;
}
#three-col-container img {
	max-width: 100%;
}
#three-col-container h2 {
	margin-top: 0;
}
#three-col-container .alignleft, #three-col-container .alignnone, #three-col-container .alignright {
	margin: 0 auto;
	float: none;
}
#two-col-container td {
	vertical-align: top;
}
/*WP POST AREA*/

	/*Search Results Page - search.php*/

#search-container {
	margin: 0 0 15px 0;
}
/*HOMEPAGE - index.php*/

#post-container {
	border-bottom: 1px solid #333;
	padding: 10px;
	margin: 0 0 15px 0;
}
#post-container #left-auth-col {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
}
#post-container #right-auth-col {
	float: left;
}
/*FOR THUMBNAIL EXCERPT INTEGRATION*/

#thumb-excerpt img {
	border: 0;
	float: left;
	margin: 10px 15px 0 0;
}
/*WORDPRESS GALLERIES*/

.gallery {
	clear: both;
}
/*FOR SINGLE POSTINGS - single.php*/

#single-post-container {
	background: #FFF;
	padding: 10px;
}
/*Actual Post Content with Tags, Category etc.*/

#single-post-content-box {
	padding: 10px 0;
	clear: both;
}
/*WP Post Author Area on the Top*/

#author-box {
	margin: 5px 0 0 0;
}
#single-post-container #left-auth-col {
	float: left;
	margin: 0 10px 0 0;
}
#single-post-container #mid-auth-col {
	float: left;
}
#single-post-container #right-sn-col {
	float: left;
	width: 280px;
	margin-left: 125px;
}
/*FB, Twitter and Google+ Share Count Buttons*/

#sn-share-count-box {
}
/*WP Post About Author Area on the Bottom*/

#about-author-box {
border-radius:15px;
	border-top: 5px solid #8D0E3A;
	background: #A2D1EB;
	padding: 5px;
	margin: 15px 0;
}
#about-author-box p {
	font-size: 12px;
}
#about-author-box #left-author-thumbnail {
	float: left;
	margin: 0 10px 0 0;
}
#about-author-box #right-author-description {
	width: 100%;
	float: left;
}
#about-author-box #right-author-description p {
	margin-top: 0;
}
/*-----------------------------------------------> SIDEBAR <---------------------------------------------------*/

#sidebar ul {
	margin: 0;
	padding: 0;
}
#widget-box {
	color: #FFF;
	border-radius:15px;
	background: #8D0E3A;
	padding: 15px;
	margin: 0 0 10px;
}
#widget-box h2 {
	margin: 0 0 15px 0;
}
#widget-box ul {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#widget-box li {
	margin-bottom: 5px;
}
#widget-box a:hover {
	color: #FFF;
}
/*-----------------------------------------------> Fonts / TEXT <---------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	color: #8D0E3A;
	line-height: inherit;
}
h1 {
	font-size: 43px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	margin: 0;
	padding: 5px 0;
}
p {
	font-size: 16px;
	line-height: 19px;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 14px;
	border-left: 4px solid #CCC;
	padding: 0 0 0 10px;
}
h1, h2, h3, h4, h5, h6{
	line-height: normal;
}
h1, h2, h3, h4, p {
	margin: 20px 0;
}
ul, ol {
	font-size: 14px;
	line-height: 19px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
ul.large {
    font-size: 16px;
    line-height: 19pt;
}
ul.xlarge {
    font-size: 18px;
    line-height: 21pt;
}
ul.xxlarge {
    font-size: 20px;
    line-height: 23pt;
}
ul.xxxlarge {
    font-size: 22px;
    line-height: 25pt;
}
ul.featured-bullets {
    font-size: 20px;
    line-height: 27pt;
	list-style-type: none;
	content: "\f058";
}
ul.featured-bullets > li:before {
	color: #222;
    content: '\f058';
    font-weight: 300;
    display: inline-block;
    margin-left: -1.1em;
    width: 1.2em;
}
ul.check-bullets{
    list-style: none;
}
.check-bullets li:before{
    content: '\f058';
    color: var(--primarycolor);
    font-weight: 600;
    display: inline-block;
    margin-left: -1.2em; /*same as padding-left set on li*/
    width: 1.2em; /*same as padding-left set on li*/
}
.check-bullets li{
    list-style-type: none;
}
.drop-cap-text {
	font-size: 4.0em;
	float: left;
	line-height: 45pt;
	height: 75pt;
	margin: 0 5px 85px 0;
	color: #CCC;
}
.right {
	float: right;
}
.screen-reader-text{
	display:none;
}
/*LINKS*/

a, a:visited, a:active {
	color: #e96f35;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #183b8d;
}
.more-info {
	background-color: #d9531e;
	padding: 5px 15px;
	font-size: 18.71px;
	color: #FFF !important;
	margin: 0 auto;
	text-align: center;
}
.more-info:hover {
	color: #333 !important;
}
/*-----------------------------------------------> FORMS <---------------------------------------------------*/
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family:"Questrial", Arial, sans-serif;
}
input[type=text], input[type=search], textarea, select, input[type=password]{
	font-size:16px !important;
	padding:1%;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=search]:focus, textarea:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
input[type=checkbox]:checked + label{
  color: #990000;
  font-style: normal;
}
input[type=submit], button, .button {
	border-radius:4px;
	color: #FFF;
	padding:10px 20px;
	font-weight: normal;
	background-color: #8D0E3A;
	border: 1px solid transparent !important;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	word-wrap: break-word;
 	white-space:inherit;
}
input[type=submit]:hover, button:hover, .button:hover{
	background-color: #231F20;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
.btn{
	word-wrap: break-word;
 	white-space:inherit;
}
select{
	color:#000;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus{
	border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
/*Gravity Forms*/

.gfield_checkbox {
	margin-left: 5% !important;
}
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
	margin-bottom: 0 !important;
}
.gform_footer left_label {
	margin: 0 !important;
	padding: 0 !important;
}
/*MISC*/
hr.wp-block-separator{
	width: 30%;
	border:none;
	height: 8px;
	margin:30px auto;
}
.clear {
	clear: both;
}
/*FOR COMMENTS AREA*/

#comment-wrapper {
	color: #FFF;
border-radius:15px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #8D0E3A;
}
#comment-wrapper h3{
    color: #FFF;
}
#comment-wrapper ul, ol {
	margin: 10px 0 0 15px;
	padding: 5px 5px 5px 15px;
}
#comment-wrapper ol li {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#comment-wrapper #comment-box {
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #FFF;
	border: 1px solid #EEE;
}
#comment-wrapper #comment-box h3 {
	margin-bottom: 1px;
}
#comment-wrapper #comment-box p {
	margin-bottom: 3px;
}
#comment-wrapper #comment-box td {
	vertical-align: top;
}
#comment-wrapper #comment-box td.left-avatar-col {
	width: 32px;
	padding: 0 10px 0 0;
}
#comment-wrapper #comment-box td.right-c-author-col {
}
/*Controls Comments below 1st first Comment*/

.comment-body {
	margin: 15px 0 0 0;
}
/*Controls the Design of NESTED Comments*/

.children {
	list-style-type: none;
	background: #CCC;
	border-left: 4px #666 solid;
}
/*Alignment*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
    text-align: center;
}
/*Image Alignment*/

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*WP Captions*/

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/*NEXT PREV LINKS*/

.navigation {
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 10px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


/*-----------------------------------------------> jQuery <---------------------------------------------------*/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin: 0;
	padding: 0;
	list-style: none
}
@font-face {
	font-family: flexslider-icon;
	src: url(css/flex-fonts/flexslider-icon.eot);
	src: url(css/flex-fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(css/flex-fonts/flexslider-icon.woff) format('woff'), url(css/flex-fonts/flexslider-icon.ttf) format('truetype'), url(css/flex-fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	overflow: auto
}
.flexslider .slides img {
	max-width: 100%;
	display: block
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.no-js .slides>li:first-child {
	display: block
}
.flexslider {
	margin: 0 0 20px;
	position: relative;
	zoom: 1
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.flexslider .slides {
	zoom: 1
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav .flex-prev {
	left: -50px
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\f001'
}
.flex-direction-nav a.flex-next:before {
	content: '\f002'
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}
.flex-pauseplay a:hover {
	opacity: 1
}
.flex-pauseplay a.flex-play:before {
	content: '\f003'
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,.7)
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,.9);
	cursor: default
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px
}
}
.text-slide aside img {
	max-width: 50%;
	height: auto;
	float: left;
	margin: 0 2% 0 0
}

@media screen and (max-width:567px) {
.flex-control-nav {
	position: inherit!important;
	bottom: inherit!important
}
.text-slide aside {
	text-align: center
}
.text-slide aside img {
	clear: both;
	float: none;
	margin: 0 auto
}
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(images/fancybox/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	overflow: hidden
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;

	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #000;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
#smoothup {
	background-color:#000;
	border:2px solid #FFF;
	  border-radius:50%;
  bottom: 1em;
  color: #fff;
  display: none;
  opacity: 0.6;
  padding: 1em;
  position: fixed;
  right: 1em;
  text-decoration: none;
  transition:0.5s ease all;
   z-index: 99999;
}
#smoothup:hover {
	opacity:1;
}
#smoothup .fa{
	font-size:1.5em;
	color:#FFF;
	 position: relative;
  top: 10%;
   -webkit-transform: translateY(-10%);
   -ms-transform: translateY(-10%);
   transform: translateY(-10%);
}
.desktopon{
	display: block;
}
.mobileon{
	display: none;
}

/*-----------------------------------------------> RESPONSIVE <---------------------------------------------------*/
@media screen and (min-width:569px) and (max-width:1199px) {
	img{
		max-width:100%;
		height:auto;
	}
#header, #body-content, .testimonial-container, #sign-up-wrapper, #footer {
    padding: 2%;
}
#classes-wrapper {
	height:auto;
	text-align: center;
}
#classes-wrapper img {
	float:none;
}
#classes-wrapper h2 {
    padding: 4% 0;
}
#classes-wrapper a:last-child {
}
}
@media screen and (min-width:960px) and (max-width:1199px) {
.home-featured-ad-box-featured-image{
	min-height: 330px;
}
.video-gallery-set .video-box {
    height: 150px;
}
}


@media screen and (min-width:569px) and (max-width:1199px) {
#footer-left-box, #footer-mid-left-box, #footer-mid-right-box {
	width:33%;
	text-align: center;
}
#footer-mid-box{
	width: 60%;
    margin: 0;
    padding: 0 0 0 6%;
    text-align: left;
    clear: both;
} 
#footer-right-box {
    width: 40%;
    padding: 0 5% 0 0;
}
.footer-base {
    margin-top: 4%;
}
}




/* ## TABLET (iPad)
--------------------------------------------- */
@media screen and (min-width:768px) and (max-width:959px) {
iframe {
	max-width: 100%;
	height:auto;
}
#header aside:nth-of-type(1) {
    width: 39%;
    margin-right: 2%;
}
#header aside:nth-of-type(2) {
    width: 59%;
}
#contact-info{
	text-align: center;
}
	/*---------------------> Home <-------------------*/
.home-locations-box h1 {
    font-size: 26px;
}
#sign-up-wrapper h5 {
    font-size: 18px;
}
.home-locations-box aside {
    flex-basis: calc(33% - 2%);
}
.home-featured-ad-box-featured-image{
	min-height: 250px;
}
	/*---------------------> Classes <-------------------*/
#classes-wrapper-box h2 {
    font-size: 18px;
}
.more-info {
    font-size: 14px;
}
#contact-info {
    font-size: 13px;
}
/* ## Video Page (RCP)
--------------------------------------------- */
.video-gallery-set .video-box {
    height: 120px;
}
/* ## LearnDash
--------------------------------------------- */
.courses-featured-image {
    height: 250px;
}
}


/* ## Tablet Small STARTS
--------------------------------------------- */
@media screen and (min-width:569px) and (max-width:767px) {
	/*---------------------> Mini Tablet Mast <-------------------*/
#mast-int-container h1 {
    font-size: 30px;
}
#mast-int-container h2 {
    font-size: 14px;
}
	/*---------------------> Nav <-------------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
	/*---------------------> Home <-------------------*/
.home-locations-box h1 {
    font-size: 26px;
}
.home-locations-box aside {
    flex-basis: calc(33% - 2%);
}
.home-featured-ad-box-featured-image{
	min-height: 200px;
}
#sign-up-wrapper h5 {
    font-size: 18px;
}
	/*---------------------> Classes <-------------------*/
#classes-wrapper-box h2 {
    font-size: 18px;
}
#classes-wrapper-box li {
    width: 100%;
}
#classes-wrapper-box li:nth-of-type(2n) {
    margin: 0 0 20px;
}
.more-info {
    font-size: 14px;
}
#contact-info {
    font-size: 13px;
}
/* ## Video Page (RCP)
--------------------------------------------- */
.video-gallery-set aside {
    width: calc(33% - 2%);
}
.video-gallery-set .video-box {
    height: 140px;
}
	
/* ## LearnDash
--------------------------------------------- */
.courses-featured-image {
    height: 200px;
}

	/*---------------------> MINI TABLET ELEMENTS <-------------------*/

iframe {
	max-width: 100%;
	height:auto;
}
}





/* ## Phone / Mobile Global
--------------------------------------------- */
@media screen and (max-width:568px) {
/* ## Phone - Constants
--------------------------------------------- */
.desktopon{
	display: none !important;
}
.mobileon{
	display: block;
}
#header, #header aside:nth-of-type(1), #header aside:nth-of-type(2), .share-container, #mast, .home-locations-box, .home-video-container, #left-col-container, #right-col-container, #mast-int, #footer-left-box, #footer-mid-box, #footer-mid-left-box, #footer-mid-right-box, #footer-right-box, .home-featured-ad-box-container aside:nth-of-type(1), .home-featured-ad-box-container aside:nth-of-type(2), #classes-wrapper-box aside, .rcp_user_fieldset p, #courses-container a, #less-plan-container aside {
	float:none;
	width: 100%;
}
#footer section, .footer-base section {
    flex-wrap: wrap;
}
#header{
    padding: 10px 0 0;
}
.utility-top aside:nth-of-type(1) {
    flex-basis: 50%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
}
.utility-top aside:nth-of-type(2) {
    flex-basis: 50%;
    margin-bottom: 5px;
}
#contact-info ul li {
    font-size: 12px;
    margin-bottom: 12px;
}
iframe {
	max-width: 100%;
	height:auto;
}
.fb_iframe_widget span{
	width: 100% !important;
}
/*-----------------------------------------------> PHONE HEADER <---------------------------------------------------*/
#header img {
    max-width: 95%;
}
.cta-header-container {
    margin-bottom: 10px;
}
.cta-contact-info-bar {
}
#contact-info{
	margin-left:0;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
.social-icons {
    width: 100%;
}
.cta-header-container{
    width: 100%;
}
.social-icons, .cta-header-container, .utility-nav {
    margin-bottom: 5px;
    justify-content: center;
}
#contact-info {
    font-size: 13px;
    float: none;
}
#header aside:nth-of-type(1){
	text-align:center;
	margin:0 0 15px;
}
#contact-info{
	text-align:center;
}
.share-container{
	text-align:center;
}
.side-magnet {
    width: 100%;
    text-align: center;
    top: inherit;
    bottom: 25px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: inherit;
}
.side-magnet a, .side-magnet a:visited {
    font-size: 13px;
}
	/*------------------> Soliloquy <-----------------------*/
.soliloquy-container h2{
	font-size:20px;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
	text-align:left !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 2px 10px;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/
#nav {
}
#mast-int, #nav-container {
	height: auto;
}
#nav-container {
    padding: 0;
}
#nav ul {
    align-items: center;
	padding: 0;
	clear: both;
	position: relative;
    margin: 0 0 15px;
}
#nav ul li {
	text-align: center;
    float: none;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 2%;
}
#nav ul li:first-of-type {
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding:0;
}
#nav li.highlight a, #nav li.highlight a:visited {
    padding: 10px;
}
#nav li a:hover {
}
#nav li.menu-item-has-children > a:after {
    font-size: 9px;
    margin-left: 0px;
    float: right;
}
#nav ul ul {
	width: 100%;
	position:inherit;
	top: inherit;
	margin-left: 6%;
}
#nav ul ul li:last-child{
	padding: 0;
}
#nav ul ul li a{
	padding: 5px;	
}	
#nav ul ul li a:before{
	content:'\f105';
	margin-right: 5px;
	font-weight:900;
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button {
    background-color: inherit;
    padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*----------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#999;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/


/*-----------------------------------------------> PHONE HOMEPAGE <---------------------------------------------------*/
.home-container {
    padding: 0 2%;
}
.home-locations-box aside{
    flex-basis: inherit;
	width:100%;
	margin: 0 0 5px;
}
.home-locations-box h1{
	font-size:28px;
	text-align:center;
}
.home-video-container{
	margin:6% 0;
}
.home-video-container h2{
	text-align:center;
}
.home-locations-box aside .location-featured-image {
    width: 100%;
}
.home-featured-ad-box-featured-image{
	min-height: 50vw;
}
.home-sub-featured-ad-box-featured-image, .home-locations-box aside .location-featured-image {
    min-height: 190px;
}
.home-featured-ad-box h2, .home-featured-ad-box h2, .home-sub-featured-ad-box h2 {
    font-size: 26px;
}
.home-featured-ad-box .btn {
    font-size: 16px;
}
.home-sub-featured-ad-box-container aside{
	margin-bottom: 15px;
}
.home-locations-box h2 {
    font-size: 20px;
}
#sign-up-wrapper h5 {
    font-size: 20px;
    line-height: normal;
}
.testimonial-container{
	max-width:96%;
	margin:2%;
}
.testimonial-container aside {
	width:100%;
	margin: 0 0 15px;
	float:none;
	clear: both;
}
.testimonial-container h2 {
    font-size: 22px;
}
#sign-up-wrapper section {
    max-width:96%;
	padding:2%;
}
/*-----------------------------------------------> PHONE INTERIOR PAGES <---------------------------------------------------*/
#mast-int-container {
    min-height: 225px;
}
#body-content-container{
	width:96%;
	padding:2%;
}
.horizontal-nav-bar-container, .horizontal-nav-bar-address-container{
	width:98%;
}
.horizontal-nav-bar-container h3 {
    display: block;
    margin-right: 10px;
}
.horizontal-nav-bar-container span{
	display: none;
}
.horizontal-nav-bar-container div:nth-of-type(1), .horizontal-nav-bar-container div:nth-of-type(2) {
	margin: 10px 0;
    text-align: center;
}
.horizontal-nav-bar-address-container {
	padding: 1%;
}
.home-locations-box{
	margin-right:0;
}

#body-content-container {
	padding: 3%;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.55em;
  padding: 10px 8px;
}
#three-col-container td {
    width: 100%;
}
#three-col-container img {
    margin: 0 auto;
}
	/*---------------> Classes Pages <--------------------------*/
#class-offerings, #classes-wrapper{
	width:100%;
}
#classes-wrapper h2, #classes-wrapper-box h2 {
    font-size: 20px;
}
table.openings td.amt {
    text-align: center !important;
}
#classes-wrapper-box li {
    width: 100%;
    height: auto;
	padding: 2% 0;
}
	
	/*-------------------> MAST INTERIOR <------------------*/
#mast-int-container {
    background-position-x: 50%;
    background-size: cover;
    min-height: 220px;
}
#mast-int-container h1 {
	font-size: 23px;
}
#mast-int-container p {
	font-size:14px;
	line-height:normal;
}
		/*-------------------> LOCATIONS LP <------------------*/
.location-container aside img{
	margin-bottom: 25px;
}
    

/* ## PHONE - WP BLOCKS - Video Gallery
--------------------------------------------- */	
.video-gallery-set aside, .video-gallery-set.three-columns aside, .video-gallery-set.two-columns aside {
    width: 100%;
    margin-bottom: 10%;
}
.video-gallery-set .video-box {
    height: 280px;
}
	
		/*-------------------> FACULTY <------------------*/
.faculty-post-container article {
	width: 100%;
	min-height: 350px;
	display: inline-block;
	vertical-align: top;
    border: 4px solid #EEE;
	margin: 0 0 3% 0;
    text-align: center;
    padding: 1%;
}
.faculty-post-container article:nth-of-type(4n) {
	margin: 0 0 3%;
}
.featured-content-section h2 {
    font-size: 20px;
}	
.featured-content-section p{
    font-size: 15px;
    line-height: 18pt;
}
    
 /* ## PHONE - Courses / Learn Dash
--------------------------------------------- */	   
.cta-header-container .gamipress-user-points, .cta-header-container .gamipress-user-points:not(.gamipress-layout-none) {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 4px 9px;
}
	
/* ## Phone - Lesson Plans
--------------------------------------------- */
#less-plan-container aside img {
    aspect-ratio: 4 / 4;
}
    
/*-----------------------------------------------> SIDEBAR <---------------------------------------------------*/
#widget-box img{
	display: block;
    margin: 0 auto;
}

/*-----------------------------------------------> PHONE BLOG <---------------------------------------------------*/
#thumb-excerpt img{
	float:none;
	margin:0 auto 15px;
	display:block;
}
#about-author-box .row div:nth-of-type(1){
	text-align:center;
}
    
/*-----------------------------------------------> PHONE EVENTS <---------------------------------------------------*/
.events-container aside {
    flex-basis: calc(100%);
    width: 100%;
}
.events-container .events-featured-image {
    height: 250px;
}
/*-----------------------------------------------> Phone ACF - Flexible Content <---------------------------------------------------*/
.left-two-col-container {
	width: 100%;
	float: none;
}
.right-two-col-container {
	width: 100%;
	float: none;
	margin: 2% 0 0;
}
#two-col-container > ul > li {
	width:100%;
	float:none;
}
#three-col-container > ul > li, #three-col-container li:nth-child(2n+1) {
	float:none;
	width:100%;
	margin: 0 0 10px 0;
}
#three-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#three-col-container li:nth-of-type(3n) {
	margin: inherit;
}
#three-col-container li:nth-child(2n+1) {
	clear: both;
}
#four-col-container > ul > li{
	width:48.5%;
	margin:0 1.5% 10px 0;
}
#four-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#four-col-container li:nth-child(2n+1) {
	clear: both;
}
#staff-set aside {
	text-align:center;
	float: none;
}
#staff-set aside img {
	display:block;
	max-width: 90%;
	margin:0 auto;
}
#staff-set aside:nth-of-type(odd) {
	text-align:center;
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}
.video-set .fa-5x {
    font-size: 3em;
}
.highlight-tail-section section, .highlight-tail-section.reverse section{
	text-align: center;
	padding: 2%;
}
/*-----------------------------------------------> PHONE BLOG <---------------------------------------------------*/
#post-container button {
	float: none;
	margin-bottom: 10px;
}
#left-author-box, #right-sn-share-count-box {
	width: 100%;
	float: none;
}
#right-sn-share-count-box {
	text-align: left;
	margin: 5% 0;
}
.post-cat-tags a, .post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	width:50%;
	display:block;
	margin: 0 auto 10px;
	text-align:center;
}
#twitter-widget-0 {
	width: 80px;
}
/*-----------------------------------------------> PHONE FOOTER <---------------------------------------------------*/
#footer{
	width:100%;
	padding:2%;
	text-align:center;
}
#footer-left-box, #footer-mid-box, #footer-mid-left-box, #footer-mid-right-box, #footer-right-box{
	text-align:center;
	margin:0 0 10px;
}
.footer-base aside{
	float:none;
	width:100%;
	text-align:center;
	margin:0 0 15px;
}
.footer-base aside:nth-of-type(1){
	text-align:center;
}
.footer-base aside:nth-of-type(2){
	width: 100%;
}
.footer-base aside:nth-of-type(3){
	width: 100%;
	text-align:center;
}
/*-----------------------------------------------> PHONE TEXT / FONTS <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid #CCC;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ol, main ul { 
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2em;
	line-height: 20pt;
}
/*-----------------------------------------------> PHONE FORMS <---------------------------------------------------*/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
	/*===========RECAPTCHA for Mobile Responsive===================*/
#recaptcha_table {
transform: scale(1);
}
	/**************SEARCH BOX**********/
.search{
	margin:10px 0;
}
input[type=search]{
	width:30%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
input[type=search]:focus{
	width:80%;
}
	/**************SEARCH BOX ENDS**********/
	
/*-----------------------------------------------> PHONE ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignleft, img.alignright, img.alignright, .wp-caption.alignleft, .wp-caption.alignright{
	float:none;
	  margin: 0 auto 20px;
 	 display: block;
}
.gallery-item {
    float:none !important;
    width: 100% !important;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}