/* 
 Theme Name:   Artists Rep
 Theme URI:    
 Description:  Child Theme of Divi
 Author:       Casey Landreth
 Author URI:   https://itzontarget.com
 Template:     Divi
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
a {
	color: #ef463b;
}
a:hover {
	color: #000;
}
#logo {
	max-width: 190px;
	height: auto;
}

.glink {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 5px;
    font-size: 14px;
}

#event-layout {
	display: flex;
	flex-direction: row;
	max-width: 1280px;
	margin: auto;
	margin-top: 20px;
	padding: 0px 15px;
}

#event-layout .event-layout-left .et_pb_row {
	padding-right: 20px !important;
}

#event-layout .event-layout-left .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
}

#event-layout .event-layout-right {
	width: 320px;
	min-width: 320px;
}

@media screen and (max-width: 768px) {
	#event-layout {
		flex-direction: column;
	}
	
	#event-layout .event-layout-right {
		width: 100%;
		min-width: 320px;
	}
}

#gtranslate_wrapper A:first-of-type::after {
    content: ' | ';
    width: 10px;
}

/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 1024px) {
    #top-menu-nav, #top-menu {
        display: none;
    }
    #et_top_search {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
    .et_fixed_nav #main-header,
    #tnew-template #main-header {
        position: absolute;
    }
}

.page-template-page-transparent-nav {
    
}

.issuuembed {
    width: 100% !important;
}

.grey-img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#template_post_content .et_pb_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

#template_post_title .entry-title {
    margin-bottom: 10px;
}

#template_post_title .et_pb_title_meta_container {
    margin-bottom: 20px;
}

.wp-caption-text {
    line-height: 16px;
}

/* Hero image fix for show pages */
#hero-post-img {
    /* background-position: center center; */
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
    aspect-ratio: 9 / 4;
    width: 100%;
}
#post-235999 #hero-post-img { /* The Bed Trick */
	aspect-ratio: 9 / 4;
}
#post-236000 #hero-post-img { /* Racecar Racecar Racecar */
	aspect-ratio: 9 / 4;
}
#post-236001 #hero-post-img { /* Apple Hunters */
	aspect-ratio: 9 / 4;
}

.full-width {
	width: 100% !important;
}

H1,
H2,
H3,
H4,
H5,
.tn-prod-season-header__title,
.tn-prod-list-item__property--heading,
.p-h3 {
	font-family: 'Rubik', sans-serif;
}

H1 {
	font-size: 60px !important;
	line-height: 64px !important;
	font-weight: 700;
    margin-top: 10px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.entry-title-mobile {
        display: none;
    }
    
    .entry-title-desktop {
        display: block;
    }

H2,
.tn-prod-season-header__title,
.tn-prod-list-item__property--heading {
	font-size: 27px !important;
	line-height: 32px !important;
	font-weight: 700;
}

.tn-prod-season-header__title,
.tn-prod-list-item__property--heading {
    color: #ef463b;
}

H3, .p-h3 {
    color: #666666;
	font-size: 26px !important;
	line-height: 34px !important;
	font-weight: 400;
}

H4 {
	font-size: 32px;
	line-height: 41px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

H5 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px !important; 
}

H6 {
	font-family: 'Overpass', sans-serif !important;
	font-size: 17px !important;
	line-height: 21px !important;
	font-weight: 700 !important;
}

H2.entry-title {
    line-height: 30px !important;
}

.et_pb_blog_grid .et_pb_post {
    padding-left: 0px;
    padding-right: 0px;
}

STRONG {
    font-weight: 900 !important;
}

#main-footer {
    background-color: #FFF;
    border-top: solid 10px #ef463b;
    padding: 50px 20px 25px 20px;
    margin-top: 50px;
}

#main-footer .footer-text A:hover {
    color: #000;
}

#custom-footer H4 {
	font-size: 14px !important;
    line-height: 16px !important;
	font-weight: 400 !important;
    color: #ef463b !important;
}

#custom-footer {
    line-height: 16px !important;
}

.footer-row {
    margin: auto;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.footer-row .footer-row-sub {
    min-width: 50%;
    max-width: 50%;
}

.footer-row-sub {
    display: flex;
    flex-direction: row;
}

.footer-row .footer-row-sub:nth-child(2) DIV:nth-child(1) {
    min-width: 50%;
    max-width: 50%;
}

.footer-box {
    padding: 10px 10px 20px 0px;
}

.footer-addresses {
    max-width: 33%;
}

.footer-addresses-row {
    display: none;
}


#main-footer .et-social-icon {
    background-color: #CCC;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.footer-text {
    font-size: 14px;
}

#main-footer .et-social-icon A, #main-footer .et-social-icon A::before {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
}


blockquote, .txt-quote {
	font-family: 'Overpass', sans-serif !important;
	font-size: 29px;
	line-height: 32px;
	font-weight: 700;
	border-left: solid 1px !important;
	padding-left: 10px !important;
	margin: 20px 0px !important;
}

/* Misc Styles */
.txt-caption {
    font-size: 17px;
    line-height: 21px;
}

.button-white {
	font-family: 'Rubik', sans-serif;
	background-color: #FFF;
	color: #ef463b;
	border: solid 1px #FFF;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	transition: all 0.5s;
	padding: 15px !important;
	font-size: 19px !important;
	line-height: 23px !important;
	letter-spacing: 2px !important;
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

.button-white::after {
	display: none !important;
}

.button-white:hover {
	background-color: rgba(255,255,255, 0.2) !important;
	color: #FFF !important;
	border: solid 1px #FFF !important;
}

.txt-button,
.tn-ticketing-mode-change__anchor {
    font-family: 'Rubik', sans-serif;
	background-color: #000;
	color: #FFF !important;
	border: solid 1px #000;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	transition: all 0.5s;
	padding: 15px !important;
	font-size: 19px !important;
	line-height: 23px !important;
	letter-spacing: 2px !important;
    margin: 20px 0px;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}

.tn-ticketing-mode-change__anchor {
	background-color: #ef463b;
    border: 0px;
}

.tn-ticketing-mode-change__content {
    background-color: #FFF !important;
    border: 0px !important;
}

.txt-button:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.txt-button:after {
    display: none !important;
}

.c-grey {
    color: #666666;
}

/* Artists Bio Page */
.single-artists .container:before {
	display: none;
}

.single-artists .et_pb_row_0 {
	background-color: #FFF;
	border-color: none !important;
	box-shadow: none !important;
}

#artist-bio {
	display: flex !important;
	flex-direction: row !important;
	flex-flow: wrap !important;
}


/* Navigation Styles */
.et_fullwidth_nav #main-header .container {
	max-width: 1040px !important;
	padding-left: 0px;
	padding-right: 0px;
}

BODY:not(.page-template-page-transparent-nav) #main-header:not(.et-fixed-header) {
	background-color: #FFF !important;
}

BODY:not(.page-template-page-transparent-nav) #et-main-area .et_pb_section:first-child {
	/* margin-top: 0px !important; */
}

BODY:not(.page-template-page-transparent-nav) .entry-content,
.category #main-content,
.archive #main-content,
.single-post.et-tb-has-template #main-content {
	padding-top: 120px !important;
}



.logo-white-trans {
	display: none !important;
}

.page-template-page-transparent-nav #main-header:not(.et-fixed-header) #top-menu a {
	color: #FFF;
}

#top-menu .menu-item-has-children > a:first-child:after {
	display: none !important;
}

#main-header .nav li ul, #main-header .et_mobile_menu {
	background-color:rgba(230,230,230,0.95) !important;
}

#main-header .sub-menu LI A  {
	color:#666 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	padding: 4px 5px;
}

#main-header .sub-menu .et-hover  {
	background-color: rgba(211,211,211,1) !important;
}

/* Default Color Theme */
.page-sidebar-link {
	border-left: solid 3px #000;
	padding-left: 20px;
	margin-top: 75px;
}

.term-artists-rep-resident-artist .page-sidebar-link {
    border-color: #ef463b;
}

.txt-link,
.txt-link-arrow,
.past-right LI A,
#tnew-import .tn-additional-events__continue-shopping-link {
	color: #ef463b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 2px;
	transition: all 0.2s;
}

.past-right LI A {
	font-size: 14px !important;
	line-height: 18px !important;
    letter-spacing: 1.5px;
}

.past-right LI A {
	color: #000000 !important;
}

.txt-link-arrow::after,
.past-right LI A:after,
#tnew-import .tn-additional-events__continue-shopping-link:after {
	content: ' \003e';
	font-size: 14px !important;
	line-height: 21px !important;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 2px;
}

.past-right LI A:after {
	font-size: 14px !important;
	line-height: 18px !important;
}

.past-right LI {
    list-style: none;
    margin-bottom: 10px;
}

.past-right LI lI A {
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
    font-size: 14px !important;
}

.past-right LI lI A:after {
    display: none;
}

.past-right .sub-menu {
    padding-left: 0px;
}

.txt-link-arrow:hover,
.txt-link-arrow:hover:after,
.txt-link:hover {
	color: #000 !important;
}

.past-right LI A:hover {
	color: #ef463b !important;
}

.page-intro-text H1 {
	margin-bottom: 20px;
}

.page-intro-text {
	font-size: 22px;
	line-height: 1.5em;
}

.breadcrumb {
	padding: 5px 20px !important;
	text-transform: uppercase;
	font-weight: 900 !important;
	color: #FFF;
	font-size: 18px;
	background-color: #ef463b !important;
	letter-spacing: 2px;
}

#performace-anchors {
    margin-top: 20px;
    text-align: center;
}

#performace-anchors DIV {
    margin: 5px;
    text-align: center;
    display: none;
}


#breadcrumbs {
    list-style: none;
    overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
}
  
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#breadcrumbs A, .breadcrumb A {
    color: #FFF !important;
}

.location-section {
    background-color: #000000;
}

/* End Color Theme Styles */

.color-post-box {
	color: #FFFFFF !important;
	width: 100%;
	height: 100%;
    padding-bottom: 100px;
    position: relative;
}

#post-container-1 .color-post-box {
    padding-bottom: 0px;
}

.color-post-box DIV {
	padding: 10px 30px;
}

.color-post-box .txt-link {
	color: #FFFFFF;
}

.color-post-box .txt-link:hover {
	color: #000000;
}

.acf-map {
    height: 100% !important;
}

.pro-content {
    background-color: #FFF;
    padding: 30px;
    margin: 40px 0px;
}

.bios-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.bios-box {
    margin: 15px;
    margin-bottom: 40px;
    width: 220px;
    text-align: center;
}

.bios-box A {
    max-width: 220px;
    margin: auto;
}

.bios-img {
    margin: auto;
    height: 210px;
    width: 210px;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
}

.acf-label {
    background-color: #000;
}

.pro-content .bx-slide, .pro-content .bx-slide IMG {
    height: 250px !important;
    width: 250px !important;
    
}

.pro-content .bx-slide IMG {
    object-fit: cover;
}

/* Slick Slider */
.pro-content .slider-for IMG {
    width: auto;
    max-height: 450px;
    margin: auto;
}

.slider-images DIV {
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
}

.pro-content .slider-nav IMG {
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro-content .slider-nav IMG {
    width: auto !important;
    height: 150px !important;
    object-fit: cover;
}

.slider-bg-overlay {
    background-color:rgba(255,255,255,0.89);
    width: 100%;
    height: 100%;
}

.flex-prev,
.flex-next {
  font-size: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #FFF;
    height: 45px;
    width: 45px;
    font-size: 45px;
    line-height: 45px;
    background-color: #000;
    border-radius: 50%;
    z-index: 99999999999;
    padding: 3px;
    display: inline-block;
    margin-top: -20px;
}

.slick-prev:before {
    content: '<';
    font-weight: 700 !important;
}

.slick-next:before {
    content: '>';
    font-weight: 700 !important;
}

.et_pb_accordion .et_pb_toggle {
    background-color: rgba(0,0,0,0.00) !important;
    padding: 0px;
    border: 0px !important;
}

.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
    color: #666666 !important;
    font-weight: 700;
	text-transform: uppercase;
	font-size: 19px !important;
	line-height: 23px !important;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 2px;
    padding-right: 0px;
}

.et_pb_toggle_title::before {
    visibility: hidden !important;
}


.et_pb_toggle_title:after {
    content: '\002b' !important;
    padding-left: 10px;
    transition: all 0.3s;
}

.et_pb_toggle_open .et_pb_toggle_title:after {
    content: '\002d' !important;
    padding-left: 10px;
}

.all-grey,
.all-grey .txt-link-arrow,
.all-grey A,
.all-grey H1,
.all-grey H2,
.all-grey H3,
.all-grey H4, 
.all-grey H5,
.all-grey H6 {
    color: #666666 !important;
}

.post-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: auto;
}

.post-row .post-container {
    max-width: 50%;
    padding: 20px;
    width: 100%;
}

.color-post-row-full {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
}

.color-post-row-full IMG {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

BODY:not(.page-template-page-transparent-nav) .et_pb_section_0 {
    padding-top: 20px !important;
}

.past-layout {
    display: flex;
    flex-flow: row;
    align-items: stretch !important;
    max-width: 1120px;
    margin: auto;
    position: relative;
    min-height: 200px;
}

.past-layout .et_pb_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

.past-layout:after {
    position: absolute;
    left: 75%;
    content: '';
    border-left: double 10px #000;
    top: 0;
    bottom: 0;
}

.past-left {
    min-width: 75%;
    max-width: 75% !important;
    padding-right: 55px;
    vertical-align: top;
}

.past-right {
    padding: 15px 10px 15px 25px;
    vertical-align: top;
    max-width: 25%;
}

.past-right .sub-menu {
    display: none;
}

.past-right .current-menu-item A {
    border-bottom: solid 2px #000;
}

#support-block {
    background-color: #FFFFFF;
    padding: 25px 20px;
}

.support-box {
    margin: auto;
    max-width: 1080px;
}

.sponsors-info {
    padding: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
    border:solid 1px #000000;
    text-align: center;
}

.sponsors-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    align-content:space-around;
    margin-top: 25px;
}

.sponsors-row DIV {
    margin: 5px 10px;
    align-self: center;
}

.sponsors-row DIV IMG {
    max-height: 75px;
    max-width: 150px;
}

.press-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.press-box {
    max-width: 50%;
    min-width: 50%;
    padding: 20px;
}

.cal-container {
    max-width: 1080px;
    margin: auto;
}

.cal-row {
    display: flex;
    flex-direction: row;
}

.cal-nav-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
}

.cal-nav-row DIV {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 24px !important;
    line-height: 40px !important;
}

.cal-box {
    flex-basis: auto;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    min-height: 60px;
    font-size: 12px;
    padding: 3px;
    min-width: 14.28%;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
}

.mini-sidebar-cal .cal-box {
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.cal-date-num {
    position: absolute;
    top: 4px;
    left: 4px;
    vertical-align: top;
    line-height: 12px;
}

.cal-box-active {
    background-color: #000;
    color: #FFF;
    font-weight: 700;
}

.cal-row .cal-box:nth-child(7) {
    flex-grow: 1;
    border-right: solid 1px #000;
}

.cal-info {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    padding: 4px;
}

.pro-cal {
    border-bottom: solid 1px #000;
}

.cal-info,
.mini-sidebar-cal .cal-box .cal-data-box {
    display: none;
}

.mini-sidebar-cal .has-cal-info {
    cursor: pointer;
}

.cal-ticket-info {
    display: block;
    background-color: #000;
    color: #FFF !important;
    padding: 8px;
}

.cal-ticket-info, .cal-ticket-info .txt-link-arrow {
    font-size: 14px !important;
    line-height: 18px !important;
}

.cal-ticket-info .cal-title {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 20px !important;
}

.mini-sidebar-cal .cal-ticket-info {
    font-size: 18px !important;
    line-height: 22px !important;
}

.mini-sidebar-cal .cal-ticket-info .cal-title {
    font-size: 20px !important;
    line-height: 24px !important;
}

.cal-ticket-info:not(:first-child) {
    margin-top: 4px !important;
}

.mini-sidebar-cal .cal-dot {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
}

.cal-box-active .cal-dot {
    background-color: #FFF !important;
}

.cal-past, .cal-next {
    width: 40px;
    cursor: pointer;
}

.month-first .cal-past {
    visibility: hidden;
}

.month-last .cal-next {
    visibility: hidden;
}

.cal-week-days DIV {
    border: 0px !important;
    text-align: center;
}

.mini-sidebar-cal .cal-week-days  {
    display: none;
}

#home-news {
    background-color: #666;
}

.home-news-row {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-width: 1080px;
    align-items: stretch;
}

#home-news .home-news-box {
    min-width: 50%;
    max-width: 50%;
    color: #FFF !important;
    background-size: cover;
    background-position: center center;
}

.class-container {
    min-width: 33%;
    max-width: 33%;
    display: flex;
    flex-direction: row;
}

.class-box {
    border: solid 1px #ef463b;
    margin: 10px 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    position: relative;
    width: 100%;
}

.class-box .class-spacer,
.flex-spacer {
    flex: 1 0 auto;
}

.class-info-row {
    padding: 50px 20px;
}

.class-info-container {
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.class-info-text {
    padding-right: 50px;
}

.class-info-sidebar {
    min-width: 25%;
    max-width: 25%;
}

.instructors-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.instructors-img {
    max-width: 25%;
    min-width: 25%;
}

.instructors-info {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.assoc_icons DIV {
    padding: 1px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 10px;
}

#bloggrid .et_pb_post {
    margin-bottom: 0px !important;
    padding: 19px 0px !important;
}

#bloggrid .et_pb_image_container {
    margin: 0px !important;
}

#bloggrid .entry-featured-image-url {
    margin-bottom: 10px !important;
}

#bloggrid IMG {
    max-height: 200px !important;
    height: 200px !important;
    object-fit: cover;
    object-position: 50% 50%;
}

#bloggrid .blog-square IMG {
    height: 284px !important;
    max-height: 284px !important;
}

/* Gravity Forms CSS */

#form-newsletter .gform_body {
    min-width: 75% !important;
    width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
body .gform_wrapper .gform_body .gform_fields .gfield SELECT {
    border: solid 1px #ef463b !important;
    border-radius: 0px !important;
    color: #666;
}

.gform_button {
	background-color: #ef463b;
	border: solid 2px #ef463b;
	border-radius: 0px;
	padding: 10px 35px;
	text-transform: uppercase;
	text-align: center;
	float: none;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
}

#form-newsletter .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
#form-newsletter .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
#form-newsletter .gform_wrapper .gform_body .gform_fields .gfield SELECT {
    border: 0px !important;
    border-radius: 0px !important;
    color: #666;
    height: 50px;
    margin-top: 0px;
}

#form-newsletter .gform_button {
	background-color:#FFF;
	border: 0px;
    padding: 0px 35px;
    height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	float: none;
	color: #ef463b;
	font-weight: 800;
	cursor: pointer;
}

.blog-16x9 IMG {
    max-height: 287px !important;
    object-fit: cover;
    object-position: 50% 50%;
}

.tax-artist_category #bloggrid IMG, .term-artists-rep-resident-artist #bloggrid IMG {
    height: 320px !important;
    max-height: 320px !important;
    object-fit: cover;
    object-position: 50% 50%;
}

#gtranslate_wrapper {
    top: 0px !important;
}

#gtranslate_wrapper A {
    color:#666 !important;
}

#main-header {
    max-height: 120px;
}

.et_pb_section_1 {
    height: auto !important;
    min-height: 65px;
}

@media screen and (min-width:768px) {
    .has-cal-info {
        cursor: default;
    }
}

@media screen and (max-width:480px){
    H1 {
        font-size: 40px !important;
        line-height: 49px !important; 
    }
    
    .footer-row .footer-row-sub:nth-child(2) {
        flex-wrap: wrap !important;
    }
    
    .footer-row .footer-row-sub:nth-child(2) .footer-box:nth-child(1) {
        min-width: 100%;
    }
    
    .instructors-row {
        flex-wrap: wrap;
    }
    
    .instructors-info {
        padding-left: 0px;
        width: 100%;
    }
    
    .footer-addresses {
        display: none;
    }
    
    .footer-addresses-row {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .entry-title-mobile {
        display: block;
    }
    
    .entry-title-desktop {
        display: none;
    }
    
    .et_pb_row {
        width: 95%;
    }
    
    BODY:not(.page-template-page-transparent-nav) .entry-content,
    .category #main-content,
    .archive #main-content,
    .single-post.et-tb-has-template #main-content {
        padding-top: 50px !important;
    }
    
    .single-performance .breadcrumb {
        margin-top: 50px;
    }

    #breadcrumbs {
        text-align: center !important;
    }
    
    .breadcrumb {
        margin-top: 50px;
    }
    
    .footer-row {
        flex-wrap: wrap !important;
    }
    .footer-row .footer-row-sub {
        min-width: 100%;
    }
    .page-template-page-calendar .cal-box {
        transition: all 0.5s;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        position: relative;
    }
    
    .page-template-page-calendar .cal-box .cal-data-box {
        display: none;
    }
    .page-template-page-calendar .cal-dot {
        height: 8px;
        width: 8px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block !important;
        margin: 2px;
    }
    .cal-week-days {
        display: none;
    }
    .home-news-row {
        flex-wrap: wrap;
    }
    #home-news .home-news-box {
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:1024px) {
    BODY:not(.page-template-page-transparent-nav) #et-main-area .et_pb_section:first-child {
        margin-top: 30px !important;
    }
    
    #main-header {
        top: 0px !important;
    }
    
    .breadcrumb .et_pb_row {
        padding: 0px !important;
    }

    .class-info-container {
        flex-wrap: wrap;
        flex-direction: row-reverse !important;
    }
    .class-info-text {
        padding-right: 0px;
        order: 2;
    }
    .class-container {
        min-width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .class-info-sidebar {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .class-info-sidebar .txt-button {
        max-width: 250px !important;
    }
    .color-post-row-full {
        flex-wrap: wrap-reverse;
    }
    .color-post-row-full .color-post-row-full-txt {
        padding: 0px;
    }
    .press-box {
        max-width: 100%;
        min-width: 100%;
    }
    .post-row .post-container {
        max-width: 100%;
    }
    .past-layout:after {
        border: 0px;
    }
    .past-left, .past-right {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .past-layout {
        flex-wrap: wrap;
    }
    .bios-box {
        flex-grow: 1;
    }
    .past-right LI A {
        letter-spacing: 1px;
    }
	/* Adjustments to allow space for GTranslate links */
	.container.et_menu_container {
  		width: 90%;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    	padding-top: 40px;
  	}
}

@media screen and (min-width: 981px) {
    
	.page-template-page-transparent-nav #main-header:not(.et-fixed-header) .logo-white-trans {
		display: inline-block !important;
	}

	.page-template-page-transparent-nav #main-header:not(.et-fixed-header) .logo-red-trans {
		display: none !important;
	}
	
	.et_header_style_left #et-top-navigation nav > ul > li > a,
    #tnew-template #et-top-navigation nav > ul > li > a {
		padding: 10px 15px !important;
		font-weight: 500 !important;
		font-size: 12px !important;
	}
    
	.et_header_style_left #et-top-navigation nav > ul > li,
    #tnew-template #et-top-navigation nav > ul > li {
		padding: 0px !important;
	}
	
	.et_header_style_left #et-top-navigation nav > ul > li > a:hover,
    #tnew-template #et-top-navigation nav > ul > li > a:hover {
		background-color: #e6e6e6 !important;
		color: #666 !important;
	}
	
	.page-template-page-transparent-nav #main-header:not(.et-fixed-header) #top-menu a {
		color: #FFF;
	}
}


/* TNEW Styles */

#tnew-import H1,
#tnew-import H2,
#tnew-import H3 {
    color: #ef463b !important;
}

#tnew-import A:hover {
    color:#000;
}

#tnew-import UL {
    list-style: none !important;
}

#post-5102 .entry-content {
    padding-top: 0px !important;
}

.tn-event-detail__additional-events-container {
    /*display: none;*/
}

.tn-prod-list-item {
    color: #666 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}

.tn-prod-list-item__perf-anchor .tn-prod-list-item__perf-property--datetime SPAN:nth-of-type(1) {
    display: inline-block;
    min-width: 200px;
    font-weight: 600;
}

.tn-prod-list-item__perf-anchor {
    border: 0px !important;
}

.tn-prod-list-item .glyphicon {
    width: 150px !important;
    background-color: rgba(255,255,255,0.00);
    border: 0px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
}

.tn-prod-list-item .glyphicon:before {
    display: none !important;
}

#tnew-template .logo_container {
    float: left;
}


#tnew-template #et-top-navigation {
    margin-top: 0px !important;
    padding-left: 0px !important;
}

#tnew-template .et_builder_inner_content {
    position: inherit;
}

#tnew-template .et_pb_column {
    z-index: auto !important;
}

#tnew-template #top-menu {
    text-transform: uppercase !important;
}

.tn-subnav-component .tn-promo-box input {
	border: 1px solid #aaa;
	padding: 4px 6px 1px;
	text-align: center;
	margin-right: 5px;
	line-height: 17px;
	font-size: 17px;
}
.tn-subnav-component .tn-promo-box button.tn-subnav-promo-button {
	text-decoration: none;
	color: #ef463b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
	transition: all 0.2s;
}
.tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:hover {
	color: #000;
}

/* Fix for social media slider on homepage */
.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] .ti-widget-body {
    overflow: hidden !important;
}


/* TEMPORARY FIX FOR SEASON PAGE DUPLICATION 
 * Hides all children of .post-row starting from the 4th element
 * (only displaying the first three shows on the season page) */
#post-1062 > .entry-content > .post-row > div.post-container:nth-child(n+4) {
  display: none;
}
