@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.35;
}

body.home  {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 23px;
	line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
}

h1, h2 {
	line-height: 1.25;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 31px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 20px;
}

strong {
	font-weight: 700;
}

.button {
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 38px;
	line-height: 1;
	color: #3e3e3e;
	background: #86e2d1;
	border-radius: 24px;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.34) !important;
	padding: 32px 60px;
}

.button:hover {
	background: #f9ae34;
	color: #fff;
}

.button.orange {
	background: #f9ae34;
	color: #fff;
}

.button.orange:hover {
	color: #3e3e3e;
	background: #86e2d1;
}

.button.red {
	background: #ae4444;
	color: #fff;
}

.button.red:hover {
	color: #fff;
	background: #658a83;
}

.white-text {
	color: #fff;
}


/* Navigation */

#g-navigation {
    background: #e2e0c2;
	padding-top: 35px;
	border-bottom: 4px solid #c1b393;
}

#g-navigation:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('images/top-line.webp') top center no-repeat;
	z-index: 0;
}

#g-navigation .g-container {
	width: 100%;
	padding: 0 40px;
}

#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
	font-family: 'Anton', sans-serif;
    color: #444444;
	font-size: 24px;
	letter-spacing: 1.5px;
	font-weight: normal;
}

#g-navigation .g-main-nav .g-toplevel>li:hover>.g-menu-item-container>.g-menu-item-content, #g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content {
	color: #ae4444;
}

#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content {
    box-shadow: none;
}

#g-navigation .g-main-nav .g-toplevel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#g-navigation .g-main-nav .g-toplevel>li {
    margin: 0;
}

#g-navigation .g-main-nav .g-toplevel>li.g-menu-item-26 {
    margin-left: -25px;
}

#g-navigation .g-main-nav .g-toplevel>li.g-menu-item-407 {
    margin-left: -25px;
}

#g-navigation .g-main-nav .g-toplevel>li.g-menu-item-28 {
    margin-left: -22px;
}

#g-navigation .g-main-nav .g-dropdown {
    background: #ae4444;
    border: 0;
    padding: 15px;
}

#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:after {
    opacity: 1;
    color: #444;
    position: relative;
    top: 8px;
}

.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
    font-size: 18px;
}

#g-navigation .g-main-nav .g-sublevel>li:hover>.g-menu-item-container, #g-navigation .g-main-nav .g-sublevel>li.active>.g-menu-item-container {
    color: #f9ae34;
}

/* Homepage */

.home .g-container {
	width: 100%;
	padding: 0 40px;
	max-width: 1920px;
}

.home #g-page-surround {
    background: #e2e0c2;
}

.home #g-mainbar {
    background: #e2e0c2;
}

#main-row .ms-container {
	position: relative;
}

#main-row  .ms-wk .ms-slide, #main-row .ms-view {
	overflow: hidden;
	max-height: calc(100vh - 195px);
}

#main-row   .on-stage {
	display: table;
	color: #fff;
	font-size: 41px;
	background: #f9ae34;
	border-radius: 24px 0 24px 0;
	padding: 15px 65px;
	line-height: 1;
	margin: 0;
}

#main-row   .post-title {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
	margin-top: 0;
	letter-spacing: 1.5px;
}

.ms-container .controls-wrap {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #e2e0c2;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 20px;
	border-radius: 27px 0 0 0;
	color: #444444;
	letter-spacing: 2.5px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}

.ms-container .controls-wrap .ms-nav-next, .ms-container .controls-wrap .ms-nav-prev {
    width: auto;
    background: 0 0;
    height: auto;
    cursor: pointer;
    top: auto;
    left: auto;
    margin-top: 0;
    position: relative;
    z-index: 110;
    margin-right: 15px;
	color: #444444;
}

.ms-container .controls-wrap .ms-nav-next:hover, .ms-container .controls-wrap .ms-nav-prev:hover {
	color: #ae4444;
}

.ms-container .controls-wrap .ms-nav-next {
    right: auto;
    left: auto;
    background: 0 0;
    margin-bottom: 20px
}

.ms-container .controls-wrap .ms-nav-prev {
    right: auto;
    left: auto;
    background: 0 0
}

.ms-container .controls-wrap .ms-nav-next span {
    padding-right: 30px;
    background: url('images/next.webp') center right no-repeat
}

.ms-container .controls-wrap .ms-nav-prev span {
    padding-left: 30px;
    background: url('images/prev.webp') center left no-repeat
}

#main-row   .ms-slide-bgcont:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.89) 11%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.89) 11%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.89) 11%,rgba(0,0,0,0) 100%);
	opacity: 0.75;
}

.ms-slide .ms-slide-layers {
	z-index: 112;
}

.buy-tickets {
	background: url('images/buy-now_bg.webp') center center no-repeat;
	background-size: contain;
	padding: 50px 25px;
	font-family: 'Anton', sans-serif;
	font-size: 43px;
	line-height: 1;
	color: #fff;
}

.buy-tickets:hover {
	color: #ae4444;
}

#buy-tickets-now {
	font-family: 'Anton', sans-serif;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 4px solid #c1b393;
	margin-left: -40px;
    margin-right: -40px;
}

#content-top .upcoming-events {
	height: 900px;
	margin-top: 45px;
	padding: 55px 80px;
	position: relative;
	border-radius: 47px;
	overflow: hidden;
}

#content-top .upcoming-events h4 {
	display: table;
	color: #3e3e3e;
	font-size: 41px;
	background: #86e2d1;
	border-radius: 24px 0 24px 0;
	padding: 15px 65px;
	line-height: 1;
	margin: 0;
}

#content-top .upcoming-events h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
}

#content-top .upcoming-events h5 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #d4d4d4;
}

#content-top .upcoming-events .button {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 105px;
}

#content-top .special-events {
	height: 900px;
	margin-top: 45px;
	padding: 55px 80px;
	position: relative;
	border-radius: 47px;
	overflow: hidden;
}

#content-top .special-events h4 {
	display: table;
	color: #3e3e3e;
	font-size: 41px;
	background: #c1b393;
	border-radius: 24px 0 24px 0;
	padding: 15px 65px;
	line-height: 1;
	margin: 0;
}

#content-top .special-events h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-align: center;
}

#content-top .special-events h5 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #e2e0c2;
	text-align: center;
}

#content-top .special-events .button {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 105px;
}

.left-column  {
	border-right: 2px solid #c1b393;
	padding-top: 50px;
	padding-right: 25px;
}

.right-column  {
	border-left: 2px solid #c1b393;
	padding-top: 50px;
	padding-left: 25px;
}

#content-middle {
	border-top: 4px solid #c1b393;
	border-bottom: 4px solid #c1b393;
}

#content-middle .volunteer {
	height: 800px;
	margin-top: 0px;
	padding: 55px 80px;
	position: relative;
	border-radius: 47px;
	overflow: hidden;
	font-size: 31px;
	color: #fff;
	font-weight: 500;
    letter-spacing: 1.5px;
}

#content-middle .volunteer h4 {
	display: table;
	color: #454545;
	font-size: 41px;
	background: #c1b393;
	border-radius: 24px 0 24px 0;
	padding: 15px 65px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

#content-middle .volunteer h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#content-middle .volunteer .button {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 60px;
}

#content-middle .volunteer  h3 {
    font-size: 34px;
	text-align: center;
	position: relative;
	top: 100px;
}

#content-middle .left-column {
	background: #ae4444;
	padding-left: 25px;
	position: relative;
}
#content-middle .left-column:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	left: -25px;
	background: #ae4444;
	z-index: 0;
}

#content-middle .donate {
	height: 1090px;
	margin-top: 0px;
	padding: 55px 80px;
	position: relative;
	border-radius: 47px;
	overflow: hidden;
	font-size: 31px;
	color: #fff;
	display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
	font-weight: 500;
    letter-spacing: 1.5px;
	background-size: cover;
}

#content-middle .donate h4 {
	display: table;
	color: #3e3e3e;
	font-size: 41px;
	background: #9de26f;
	border-radius: 24px 0 24px 0;
	padding: 15px 65px;
	line-height: 1;
	margin: 0;
}

#content-middle .donate h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	display: table;
	background: rgba(0,0,0,0.81);
	padding: 25px;
}

#content-middle .donate .donate-text {
	background: rgba(0,0,0,0.81);
	padding: 25px;
	margin: 35px 0;
}

#content-middle .donate .donate-text  a {
	color: #86e2d1;
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

#content-middle .donate .donate-text  a:hover {
	color: #f9ae34;
}

#content-middle .right-column {
	background: #f9ae34;
	padding-right: 25px;
	position: relative;
}

#content-middle .right-column:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	right: -25px;
	background: #f9ae34;
	z-index: 0;
}

#upcoming-workshops {
    background: #e2e0c2;
    margin-left: -65px;
    margin-right: -40px;
    padding: 65px 25px;
    border-top: 4px solid #c1b393;
	position: relative;
}

#upcoming-workshops h4 {
    display: table;
    color: #3e3e3e;
    font-size: 41px;
    background: #86e2d1;
    border-radius: 24px 0 24px 0;
    padding: 15px 65px;
    line-height: 1;
    margin: 0;
}

#upcoming-workshops h2 {
	color: #bca87c;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 1.25;
}

#upcoming-workshops .eo-events {
	list-style: none;
	margin-left: 80px;
	height: 385px;
	overflow: auto;
	-ms-overflow-style: none;   
	scrollbar-width: none; 
	scroll-behavior: smooth;
}

#upcoming-workshops .eo-events::-webkit-scrollbar {
  display: none;
} 

#upcoming-workshops .eo-events .event-month{
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 33px;
	line-height: 100px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2.5px;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #5bc13b;
	margin-right: 15px;
}

#upcoming-workshops .eo-events  li:nth-child(3n - 1) .event-month { 
	background: #86e2d1;
}

#upcoming-workshops .eo-events  li:nth-child(3n) .event-month { 
	background: #9275a9;
}


#upcoming-workshops .eo-events  li a {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #5f5f5f;
    padding-right: 50px;
    background: url(images/next.webp) center right no-repeat;
    position: relative;
    width: calc(100% - 120px);
    display: inline-block;
}

#upcoming-workshops .eo-events  li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #cec4a5;
    bottom: -40px;
    left: 0;
    z-index: 0;
}

#workshop-controls {
	width: 26px;
	height: 120px;
	position: absolute;
	left: 25px;
	top: 50%;
}

#workshop-controls .control-up {
	display: inline-block;
	width: 26px;
	height: 15px;
	background: url('images/up.webp') center center no-repeat;
	cursor: pointer;
}

#workshop-controls .control-down {
	display: inline-block;
	width: 26px;
	height: 15px;
	background: url('images/down.webp') center center no-repeat;
	position: relative;
	bottom: -80px;
	cursor: pointer;
}

#workshop-controls .control-down:hover, #workshop-controls .control-up:hover  {
	filter: invert(32%) sepia(36%) saturate(988%) hue-rotate(314deg) brightness(80%) contrast(92%);
}

#upcoming-workshops .eo-events  li a:hover {
    color: #ae4444;
}

#upcoming-auditions {
	font-size: 31px;
    margin-left: -40px;
    margin-right: -65px;
	position: relative;
	color: #fff;
	padding: 10px 50px;
}

#upcoming-auditions h4 {
    display: table;
    color: #3e3e3e;
    font-size: 41px;
    background: #e2e0c2;
    border-radius: 24px 0 24px 0;
    padding: 15px 65px;
    line-height: 1;
    margin: 0;
}

#upcoming-auditions h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#gallery-row {
	padding: 40px 0;
}

#gallery-row .ms-mask-frame {
    border-radius: 57px;
}

#gallery-row h3 {
	margin: 40px;
	display: table;
	background: rgba(0,0,0,0.63);
	padding: 40px 45px;
	color: #fff;
	font-size: 45px;
	line-height: 1;
	text-transform: uppercase;
}

#gallery-row .ms-container .controls-wrap .ms-nav-next {
    width: 100%;
	padding: 0 20px
	text-align: right;
}

#gallery-row  .ms-container .controls-wrap .ms-nav-prev {
    width: 100%;
    text-align: left;
	padding: 0 20px
}
	
.newsletter-box {
    position: relative;
    padding: 40px 50px;
    border-radius: 57px;
    background: #ae4444 url('images/mustache.webp') bottom 27px left 85px no-repeat;
}

.newsletter-box  h4 {
	color: #fff;
	font-size: 74px;
	letter-spacing: 2px;
	padding-right: 100px;
	background: url('images/white-star.webp') top right no-repeat;
	line-height: 1.2;
	padding-bottom: 40px;
	position: relative;
}

.newsletter-box h4:after {
    content: '';
    position: absolute;
    width: auto;
    height: 4px;
    background: #cec4a5;
    bottom: 0px;
    left: -50px;
    z-index: 0;
    right: -50px;
}

.newsletter-box input[type="submit"] {
   background: #ae4444;
	font-family: 'Anton', sans-serif;
    font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	padding-right: 45px;
	background: url('images/white-arrow.webp') center right no-repeat;
}

.newsletter-box input[type="submit"]:hover {
	color: #bca87c;
}

.newsletter-box .submit-button {
	text-align: right;
}

.newsletter-box .form-field input {
	color: #bca87c;
	text-transform: uppercase;
	font-size: 52px;
	background: #ae4444;
	border:0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	line-height: 1.1;
	font-weight: 700;
}

.newsletter-box ::placeholder {  
  color: #bca87c;
  opacity: 1;  
}

.newsletter-box :-ms-input-placeholder {  
  color: #bca87c;
}

.newsletter-box ::-ms-input-placeholder {  
  color: #bca87c;
}

/* Page */

#g-container-main {
	min-height: 100vh;
}

#g-mainbar {
    background: #ffffff;
    color: #424753;
    padding: 0;
}

#g-mainbar .g-content {
    margin: 0;
    padding: 0;
}

/* Workshop Page */

#workshop-top {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 24px;
	line-height: 1.35;
	color: #fff;
	background: #ae4444;
	padding: 60px 0px 100px 0;
}

#workshop-top h4 {
    display: table;
    color: #454545;
    font-size: 41px;
    background: #c1b393;
    border-radius: 24px 0 24px 0;
    padding: 15px 65px;
    line-height: 1;
    margin: 0;
}

#workshop-top h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#workshop-top .text {
	padding: 40px 50px;
	border-radius: 50px;
	overflow: hidden;
}

.page-id-12 #upcoming-workshops, .page-id-919 #upcoming-workshops, .page-id-1366 #upcoming-workshops, .outline-workshops #upcoming-workshops, .page-id-1355 #upcoming-workshops, .page-id-1359 #upcoming-workshops, {
    background: transparent;
    margin-left: -65px;
    margin-right: -40px;
    padding: 0px 25px;
    border-top: 0;
    position: relative;
    margin-top: -71px;
	margin-bottom: 70px;
}

.page-id-12  #upcoming-workshops .eo-events, .page-id-919  #upcoming-workshops .eo-events, .page-id-1366  #upcoming-workshops .eo-events,  .page-id-1355  #upcoming-workshops .eo-events, .page-id-1359  #upcoming-workshops .eo-events, .outline-workshops  #upcoming-workshops .eo-events {
    height: 735px;
}

.page-id-12 #upcoming-workshops h2, .page-id-919 #upcoming-workshops h2,  .page-id-1366 #upcoming-workshops h2, .page-id-1355 #upcoming-workshops h2, .page-id-1359 #upcoming-workshops h2, .outline-workshops #upcoming-workshops h2 {
	font-weight: 700;
}

.page-id-12 #upcoming-workshops .eo-events .event-month, .page-id-919 #upcoming-workshops .eo-events .event-month, .page-id-1366 #upcoming-workshops .eo-events .event-month, .page-id-1355 #upcoming-workshops .eo-events .event-month, .page-id-1359 #upcoming-workshops .eo-events .event-month, .outline-workshops #upcoming-workshops .eo-events .event-month {
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 22px 0;
    position: relative;
    top: 30px;
}

.page-id-12 #upcoming-workshops .eo-events  li, .page-id-919 #upcoming-workshops .eo-events  li, .page-id-1366 #upcoming-workshops .eo-events  li, .page-id-1355 #upcoming-workshops .eo-events  li, .page-id-1359 #upcoming-workshops .eo-events  li, .outline-workshops #upcoming-workshops .eo-events  li {
	position:  relative;
	margin-bottom: 65px;
	border-bottom: 4px solid #cec4a5;
}

.page-id-12 #upcoming-workshops .eo-events  li a:after, .page-id-919 #upcoming-workshops .eo-events  li a:after, .page-id-1366 #upcoming-workshops .eo-events  li a:after, .page-id-1359 #upcoming-workshops .eo-events  li a:after, .page-id-1355 #upcoming-workshops .eo-events  li a:after, .outline-workshops #upcoming-workshops .eo-events  li a:after {
    content: none;
}

.page-id-12  #upcoming-workshops .eo-events li a, .page-id-919  #upcoming-workshops .eo-events li a, .page-id-1366  #upcoming-workshops .eo-events li a, .page-id-1359  #upcoming-workshops .eo-events li a, .page-id-1355  #upcoming-workshops .eo-events li a, .outline-workshops  #upcoming-workshops .eo-events li a {
	background: none;
}

.ev-details-title {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
    display: table;
    color: #fff;
    font-size: 29px;
    background: #e6ac42;
    border-radius: 24px 0 24px 0;
    padding: 15px 40px;
    line-height: 1;
    margin: 0;
	position: absolute;
	top: 0px;
	right: 50px;
}

#upcoming-workshops .event-excerpt {
    font-size: 19px;
    color: #5f5f5f;
    font-family: acumin-pro, sans-serif;
}

.event-excerpt {
    margin-left: 120px;
    width: 50%;
    margin-top: -50px;
	font-size: 16px;
	min-height: 45px;
}

.page-id-12 #upcoming-workshops .eo-events li a.reg-now, .page-id-1366 #upcoming-workshops .eo-events li a.reg-now, .page-id-1359 #upcoming-workshops .eo-events li a.reg-now, .page-id-919 #upcoming-workshops .eo-events li a.reg-now, .page-id-1355 #upcoming-workshops .eo-events li a.reg-now, .outline-workshops #upcoming-workshops .eo-events li a.reg-now  {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    display: table;
    color: #fff;
    font-size: 36px;
    background: url('images/next.webp') center right 10px no-repeat;
    background-color: #5bc13b;
    border-radius: 24px 0 24px 0;
    padding: 15px 55px 15px 40px;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 70px;
    right: 0px;
    width: auto;
}

.eventorganiser-event-meta {
	position: relative;
}

.register-workshop {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    display: inline-block;
    color: #fff !important;
    font-size: 36px;
    background: url('images/next.webp') center right 10px no-repeat;
    background-color: #5bc13b;
    border-radius: 24px 0 24px 0;
    padding: 15px 55px 15px 40px;
    line-height: 1;
    margin: 0;
    position: relative;
    width: auto;
}

.eventorganiser-event-meta .register-workshop {
    position: absolute;
    top: 15px;
    right: 0px;
    width: auto;
}

.bottom-registration {
	text-align: right;
    margin-bottom: 35px;
    margin-top: -25px;
}

.page-id-12 #upcoming-workshops .eo-events li a.reg-now:hover, .page-id-page-id-1366 #upcoming-workshops .eo-events li a.reg-now:hover,  .page-id-1359 #upcoming-workshops .eo-events li a.reg-now:hover, .page-id-919 #upcoming-workshops .eo-events li a.reg-now:hover, .page-id-1355 #upcoming-workshops .eo-events li a.reg-now:hover, .outline-workshops #upcoming-workshops .eo-events li a.reg-now:hover, .register-workshop:hover {
	color: #444 !important;
}

.page-id-12 #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now, .page-id-919 #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now,  .page-id-1366 #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now,  .page-id-1359 #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now,  .page-id-1355 #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now, .outline-workshops #upcoming-workshops .eo-events  li:nth-child(3n - 1) a.reg-now {
    background-color: #86e2d1;
}

.page-id-12 #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now, .page-id-1366 #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now,  .page-id-1359 #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now, .page-id-919 #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now, .page-id-1355 #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now, .outline-workshops #upcoming-workshops .eo-events  li:nth-child(3n) a.reg-now {
    background-color: #9275a9;
}

#private-events {
	padding: 50px 90px;
	color: #fff;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 65px;
}

#private-events h4 {
    display: table;
    color: #454545;
    font-size: 41px;
    background: #e2e0c2;
    border-radius: 24px 0 24px 0;
    padding: 15px 65px;
    line-height: 1;
    margin: 0;
}

#private-events h2 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#private-events .button {
    margin-top: 25px;
    float: right;
}

#private-events  input[type="date"], #private-events  input[type="email"], #private-events  input[type="text"], #private-events  textarea {
	background: transparent;
	color: #fff;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-transform: uppercase;
    font-size: 40px;
	border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    line-height: 1.1;
    font-weight: 700;
}


#private-events ::placeholder {  
  color: #fff;
  opacity: 1;  
}

#private-events :-ms-input-placeholder {  
  color: #fff;
}

#private-events ::-ms-input-placeholder {  
  color: #fff;
}

#private-events  textarea {
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 25px;
    height: 215px;
}

/* Workshop Event */



.outline-workshops .reg-top {
    position: absolute;
    top: 112.5px;
    right: 75px;
	z-index: 5;
}

.outline-workshops .reg-bottom {
    float: right;
    position: relative;
    top: -30px;
}

.outline-workshops .entry-content h4 {
    font-size: 36px;
}

.outline-workshops .entry-content hr {
    border-color: #5bc13b;
}

.outline-workshops .eo-event-meta {
	font-size: 29px;
	display: none;
}

.outline-workshops .entry-content strong {
    font-size: 29px;
}

.outline-workshops #title-wrap h1 {
    font-size: 62px;
    text-transform: none;
}

.outline-workshops .entry-content  a {
    color: #f9ae34;
}

.outline-workshops .entry-content  a:hover {
    color: #5bc13b;
}

.outline-workshops .title-background h4 {
    display: table;
    color: #454545;
    font-size: 41px;
    background: #c1b393;
    border-radius: 24px 0 24px 0;
    padding: 15px 65px;
    line-height: 1;
    margin: 0;
	margin-top: 25px;
}

.outline-workshops .title-background h3 {
	font-size: 74px;
	color: #fff;
	line-height: 1;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.outline-workshops #upcoming-workshops {
    margin-top: 0 !important;
}

/* Featured Image */

#page-fi-wrap {
    height:495px;
    clear: both;
    display: table;
    width: 100%;
}

#page-fi {
    background-size: cover !important;
    height: 500px;
    position: absolute;
    width: 100%;
    left: 0;
	top: 190px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	z-index: 0;
}

#title-wrap {
	width: 1200px;
    max-width: calc(100% - 50px);
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#title-wrap h1 {
    font-size: 74px;
	line-height: 1.2;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}


/* Footer */

#g-footer {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 23px;
    background: #e2e0c2;
	position: relative;
	border-top: 4px solid #c1b393;
	border-bottom: 4px solid #c1b393;
	text-align: center;
	padding: 3rem 0 0 0;
}

#g-footer:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f9ae34;
	z-index: 0;
}

#g-footer .g-container {
	width: 100%;
	padding: 0 40px;
	max-width: 1920px;
	position: relative;
	z-index: 2;
}

#g-footer h4 {
	color: #444444;
	font-size: 37px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.facebook-footer {
	display: inline-block;
	width: 76px;
	height: 76px;
	background: url('images/facebook.webp') center center no-repeat;
	margin-top: 15px;
}

.fotter-button {
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #444;
	padding: 55px 40px;
	background: url('images/footer-button_bg.webp') center center no-repeat;
	background-size: contain;
}

.fotter-button:hover {
    color: #ae4444;
}

.footer-box {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #444;
	padding: 15px 40px;
	background: #f8f3e4 url('images/footer-lines.webp') center center repeat-y;
	border: 4px solid #2a160c;
	margin-bottom: 25px;
	background-size: 100%;
}

.footer-box h4 {
	line-height: 1.2;
    margin: 0;
}

#g-footer .g-content {
    margin: 0 20px;
}

#menu-quick-links li a {
	text-transform: uppercase;
	color: #444444;
	font-size: 34px;
	font-weight: 500;
	font-weight: 500;
}

#menu-quick-links li a:hover {
	color: #ae4444;
}

.footer-star {
	padding-bottom: 85px;
	background: url('images/footer-star.webp') bottom center no-repeat;
}

.footer-sponsors {
	background: #fff;
	border-radius: 57px;
	padding: 35px;
	text-align: center;
}

.footer-sponsors a img.alignnone {
    margin: 5px 10px;
	max-width: 45%;
}

#g-footer .g-totop {
    padding: 0;
}

#g-footer #totop-7956-particle {
	margin: 0 !important;
	padding: 0 !important;
}

/* Copyright */

#g-copyright {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 21px;
    background: #e2e0c2;
	position: relative;
}

#g-copyright:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f9ae34;
	z-index: 0;
}

#g-copyright .g-container {
	width: 100%;
	padding: 0 40px;
	max-width: 1920px;
	position: relative;
	z-index: 1;
}

#g-copyright .advyon {
	float: right;
}

#g-copyright .g-content {
    margin: 0;
}

/* Sticky */

#g-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	z-index: 2000;
}

body.sticky #g-page-surround {
	padding-top: 185px;
}

#g-navigation.sticky .g-content {
    margin: 0;
    padding: 0;
}

#g-navigation.sticky .menu-logo img {
    height: 60px;
    margin-top: -5px;
    margin-bottom: 5px;
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: #658a83;
    border-radius: 40px;
    line-height: 38px;
    position: fixed;
    right: 5px;
    bottom: 15px;
    display: block;
    font-size: 16px;
    width: 39px;
    height: 40px;
    text-align: center;
    z-index: 5;
}
#g-navigation.sticky:before {
    top: -4px;
}

/* Misc */


#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:after {
    content: "\f078" !important;
}


textarea {
	height: 135px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 23px;
    width: 100%;
    line-height: 1.5;
    padding: 0.375rem 1.25rem;
    transition: border-color 0.2s;
	color: #444;
}

#auditions, #volunteer-row, #ushers {
	color: #fff;
}

.wpcf7-not-valid-tip {
    color: #f9ae34 !important;
}

.mega-post-carousel3 .mega-post-image {
    border-radius: 24px;
}

.mega-post-carousel3 .mega-post-meta {
	display: none;
}

#stage-shows h2 {
	color: #ae4444;
}

#stage-shows .vc-post-styling .slick-prev:before, #stage-shows .slick-next:before {
    color: #fff !important;
    background: #ae4444 !important;
    padding: 10px 15px !important;
    opacity: 1 !important;
    font-size: 25px;
}

#stage-shows  .mega-post-carousel3 .mega-post-para p {
    color: #444 !important;
    font-size: 20px;
    margin:  0 !important;
    padding: 15px;
}

#stage-shows .mega-post-carousel3 .mega-desc-box {
    border-bottom: 2px solid #ae4444;
    margin-top: -30px;
    padding: 15px 0;
}

#stage-shows .vc-post-styling .slick-next {
    right: -15px !important;
}

#ushers .wpcf7-not-valid-tip {
    color:  #ae4444 !important;
}

.no-selected h4 {
	  color:  #ae4444 !important;
}

.single-post .entry-content {
	padding: 50px 0;
}


#mobile-logo {
	display: none;
}

#mobile-buy-tickets {
	display: none;
}

.pum-container.pum-responsive.pum-responsive-small {
    margin-left: -175px !important;
    width: 349px !important;
}

.pum-theme-505 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close {
    background-color: #444 !important;
    border-radius: 25px !important;
    color: #fff !important;
}

.pum-theme-505 .pum-container, .pum-theme-cutting-edge .pum-container {
    padding: 30px !important;
    background-color: #ae4444 !important;
    border-radius: 40px !important;
}

.pum-container .submit-button input[type="submit"] {
    background: #ae4444;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 45px;
    background: url('images/white-arrow.webp') center right no-repeat;
}

.sonaar_fake_wave .sonaar_wave_cut {
    background-color: #ffffff4f !important;
}

.track-title {
	font-size: 24px;
	font-weight: 600;
}

.srp_main_control .sricon-play:before {
    font-size: 20px !important;
}

body .srp_main_control .control {
	position: absolute;
	top: -18px;
    right: 35px;
    display: inline-block;
    width: auto !important;
}

body .sonaar_fake_wave .sonaar_wave_base {
    max-height: 50%;
}

audio {
	max-width: 100%;
}

.grecaptcha-badge { visibility: hidden; }

/* How auditions work */

#how-auditions-work .vc_inner p {
	margin: 0;
}

#how-auditions-work .mp3s .wpb_content_element {
    margin-bottom: 5px;
}

#how-auditions-work .mp3s  h4 {
    font-size: 21px;
}

/* Responsive Fix */

@media only screen and (max-width: 1805px) {
	.buy-tickets {
		font-size: 36px;
	}
	
	.fotter-button {
		font-size: 30px;
	}
	
	#upcoming-auditions h4 {
		font-size: 35px;
	}
	
	#upcoming-auditions .button {
		font-size: 30px;
	}
	
	.newsletter-box  h4 {
		font-size: 70px;
	}

}

@media only screen and (max-width: 1700px) {
	
	#buy-tickets-now {
		font-size: 19px;
	}
	
	#content-top .upcoming-events, #content-top .special-events {
		height: 715px;
	}
	
	#content-middle .volunteer .button {
		font-size: 33px;
	}
	
	#upcoming-auditions h4 {
		font-size: 33px;
		padding: 15px 35px;
	}
	
	#upcoming-auditions .button {
		font-size: 30px;
		padding: 32px 45px;
	}
	
	.newsletter-box  h4 {
		font-size: 65px;
	}
	
	.fotter-button {
		font-size: 30px;
		padding: 55px 30px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 26px left 55px no-repeat;
	}
	
}

@media  (max-width: 1600px) {
	
	.buy-tickets {
		font-size: 33px;
	}	
	
	#buy-tickets-now {
		font-size: 18px;
	}
	
	#content-top .upcoming-events, #content-top .special-events {
		height: 645px;
	}
	
	#content-middle .volunteer .button {
		font-size: 30px;
	}
	
	#content-middle .volunteer  h3 {
		top: 75px;
	}
	
	#upcoming-auditions h2 {
		font-size: 55px;
	}
	
	#upcoming-auditions .button {
		font-size: 30px;
		padding: 32px 40px;
	}
	
	.newsletter-box  h4 {
		font-size: 60px;
	}
	
	#g-footer h4 {
		font-size: 30px;
	}
	
	#g-footer .g-content {
		margin: 0 10px;
	}
	
	#content-top  .post-title {
		font-size: 75px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 25px left 25px no-repeat;
	}
	
	.footer-sponsors a img.alignnone {
		max-width: 42%;
	}
	
}

@media  (max-width: 1500px) {
	
	#g-navigation .g-container {
		padding: 0;
	}
	
	#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 21px;
	}
	
	.buy-tickets {
		font-size: 30px;
	}
	
	#buy-tickets-now {
		font-size: 17px;
	}
	
	.button {
		font-size: 34px;
		padding: 32px 50px;
	}
	
	.footer-box {
		font-size: 17px;
	}
	
	.fotter-button {
		font-size: 28px;
		padding: 55px 25px;
	}
	
	.newsletter-box  h4 {
		font-size: 45px;
	}
	
	.newsletter-box .form-field input {
		font-size: 40px;
	}
	
	.footer-sponsors {
		padding: 25px;
	}
	
	.footer-sponsors  img {
		max-width: 60%;
	}
	
	#upcoming-auditions h4 {
		font-size: 30px;
		padding: 15px 35px;
	}
	
	#upcoming-auditions .button {
		font-size: 28px;
		padding: 32px 35px;
	}
	
	#content-middle .donate h4 {
		font-size: 35px;
		padding: 15px 50px;
	}
	
	#content-middle .donate h2 {
		font-size: 65px;
	}
	
	#content-middle .donate {
		padding: 45px 55px;
	}
	
	#content-top .upcoming-events h2, #content-top .special-events h2 {
		font-size: 65px;
	}
	
	#content-top .upcoming-events h5 {
		font-size: 40px;
	}
	
	#content-top .upcoming-events, #content-top .special-events {
		height: 600px;
	}
	
	#g-footer .g-container {
		padding: 0 15px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 25px left 25px no-repeat;
		background-size: 145px;
	}
	
}

@media  (max-width: 1400px) {
	
	#g-navigation .menu-item-particle {
		text-align: center;
	}
	
	#g-navigation .menu-logo img {
		height: 75px;
	}
	
	#page-fi {
		top: 170px;
	}
	
	.buy-tickets {
		font-size: 27px;
	}
	
	#buy-tickets-now {
		font-size: 15px;
	}
	
	#content-top .upcoming-events, #content-top .special-events {
		padding: 40px 50px;
	}
	
	.button {
		font-size: 33px;
		padding: 32px 45px;
	}
	
	#upcoming-auditions {
		padding: 10px 30px;
	}
	
	#content-top .upcoming-events, #content-top .special-events {
		height: 550px;
	}
	
	#content-top .upcoming-events .button {
		bottom: 55px;
	}
	
	#content-middle .volunteer {
		padding: 40px 50px;
	}
	
	.home .g-container {
		padding: 0 20px;
	}
	
	#content-middle .volunteer .button {
		white-space: nowrap;
	}
	
	.fotter-button {
		font-size: 28px;
		padding: 55px 25px;
		line-height: 1.1;
	}
	
	.newsletter-box  h4 {
		font-size: 40px;
	}
	
	#g-footer .g-content {
		margin: 0 0px;
	}
	
	.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 15px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 25px left 25px no-repeat;
		background-size: 135px;
	}
	
}

@media  (max-width: 1300px) {
	
	#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 19px;
	}
	
	#g-navigation .menu-logo img {
		height: 65px;
	}
	
	#page-fi {
		top: 160px;
	}
	
	.buy-tickets {
		font-size: 25px;
	}
	
	#content-top .upcoming-events h2 {
		font-size: 55px;
	}
	
	#content-top  .post-title {
		font-size: 64px;
	}
	
	#content-top  .on-stage {
		font-size: 32px;
		padding: 15px 45px;
	}
	
	#content-top .upcoming-events .button {
		white-space: nowrap;
	}
	
	#content-middle .donate h4 {
		font-size: 30px;
		padding: 15px 40px;
	}
	
	#content-middle .donate h2 {
		font-size: 60px;
	}
	
	#upcoming-workshops h2 {
		font-size: 45px;
	}
	
	#upcoming-workshops .eo-events  li a {
		font-size: 21px;
	}
	
	#upcoming-auditions h4 {
		font-size: 28px;
		padding: 15px 32px;
	}
	
	#upcoming-auditions .button {
		font-size: 26px;
		padding: 25px 30px;
	}
	
	#upcoming-auditions {
		font-size: 26px;
	}
	
	.newsletter-box  h4 {
		font-size: 34px;
	}
	
	.newsletter-box .form-field input {
		font-size: 30px;
	}
	
	#content-middle .volunteer  h3 {
		font-size: 31px;
	}
	
	.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 15px;
	}
	
	#buy-tickets-now {
		font-size: 14px;
	}
	
	#menu-quick-links li a {
		font-size: 30px;
	}
	
	#g-footer h4 {
		font-size: 27px;
	}
	
	.footer-box {
		font-size: 16px;
		padding: 15px 30px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 15px left 15px no-repeat;
		background-size: 120px;
	}
	
	.postid-760  #page-fi {
		background-position: center left !important;
	}
	
}
 
@media  (max-width: 1200px) {
	
	body [class*="size-"] {
		flex-grow: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.vc_column_container {
		width: 100%;
	}
	
	#buy-tickets-now {
		font-size: 21px;
	}
	
	.left-column {
		border-right: 0;
		padding-right: 0;
	}
	
	.right-column {
		border-left: 0;
		padding-left: 0;
	}
	
	.buy-tickets {
		font-size: 35px;
	}
	
	#mobile-logo {
		display: block;
	}
	
	.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
		max-height: none;
		margin: 0 auto;
	}
	
	.g-offcanvas-toggle {
		display: block;
		left: auto;
		right: 25px;
		font-size: 40px;
		top: 40px;
	}
	
	.g-content {
		margin: 0;
		padding: 0;
		margin-bottom: 15px;
	}
	
	#g-mobilemenu-container {
		margin: 0;
		font-family: acumin-pro-extra-condensed, sans-serif;
		font-size: 30px;
	}
	
	#g-mobilemenu-container .g-menu-item-28 {
		margin: 25px 0;
	}
	
	#buy-tickets-now {
		display: none;
	}
	
	#mobile-buy-tickets {
		display: block;
		text-align: center;
	}
	
	.fotter-button {
		background: url('images/buy-now_bg.webp') center center no-repeat;
		background-size: contain;
	}
	
	#g-footer:before, #g-copyright:before {
		display: none;
	}
	
	#g-mobilemenu-container .menu-logo img {
		filter: brightness(0) invert(1);
		max-height: 75px;
	}
	
	#page-fi {
		top: 150px;
	}
	
	#g-navigation.sticky {
		border-bottom: 4px solid #c1b393;
	}
	
	.sticky .g-offcanvas-toggle {
		position: fixed;
		top: 17px;
	}
	
	.sticky .g-logo.g-logo-helium img {
		max-height: 70px;
		padding-bottom: 10px;
	}
	
	#g-navigation.sticky .g-logo {
		margin: 0;
	}
	
	body.sticky #g-page-surround {
		padding-top: 152px;
	}
	
	.g-offcanvas-left #g-offcanvas {
		margin-top: 0 !important;
		padding-top: 40px;
	}
	
	#content-middle .left-column {
		padding-left: 0;
	}
	
	.g-offcanvas-open .g-nav-overlay {
		background: #658a8399;
	}
	
	#upcoming-workshops {
		padding: 65px 50px;
	}
	
	.footer-box {
		max-width: 600px;
		margin: 0px auto 35px auto;
	}
	
	.vc-post-styling .slick-prev {
		left: 5px !important;
	}
	
	#stage-shows .vc-post-styling .slick-next {
		right: 10px !important;
	}
	
	.g-container {
		width: 95%;
	}
	
	.page-id-12 #upcoming-workshops, .page-id-919 #upcoming-workshops, .outline-workshops #upcoming-workshops {
		padding: 0px 40px;
	}
	
	.ev-details-title {
		display: none;
	}
	
	.page-id-12 #upcoming-workshops .eo-events li a.reg-now, .page-id-1366 #upcoming-workshops .eo-events li a.reg-now,  .page-id-919 #upcoming-workshops .eo-events li a.reg-now,  .page-id-1359 #upcoming-workshops .eo-events li a.reg-now, .outline-workshops #upcoming-workshops .eo-events li a.reg-now {
		position: relative;
		top: 0;
		float: right;
		margin-bottom: 25px;
	}
	
	.event-excerpt {
		width: 85%;
	}
	
	.page-id-12  #upcoming-workshops .eo-events, .page-id-1366  #upcoming-workshops .eo-events, .page-id-919  #upcoming-workshops .eo-events,  .page-id-1359  #upcoming-workshops .eo-events,  .page-id-1355  #upcoming-workshops .eo-events, .outline-workshops  #upcoming-workshops .eo-events {
		height: 845px;
	}
	
	#stage-shows  .mega-post-carousel3 .mega-post-para p {
		font-size: 21px;
	}
	
	.outline-workshops #title-wrap h1 {
		font-size: 55px;
	}
	
	.outline-workshops .title-background h3 {
		font-size: 60px;
	}
	
	#content-middle .right-column {
		padding-right: 0;
	}
	
	#content-middle .right-column:before {
		width: auto;
		right: -25px;
		left: -25px;
	}
	
	#upcoming-auditions {
		padding: 10px 40px;
	}
	
	.newsletter-box {
		background: #ae4444 url('images/mustache.webp') bottom 25px left 75px no-repeat;
		background-size: 160px;
	}
	
	#g-navigation .g-main-nav {
		display: none;
	}
	
	.postid-686  #page-fi {
		background-position: center left !important;
	}
	
	#main-row {
		min-height: auto !important;
	}
	
	.ms-slide .slider-button {
		top: auto !important;
		bottom: 35px !important;
	}
	
	#main-row   .post-title {
		font-size: 70px;
	}
	
	#main-row   .on-stage {
		font-size: 35px;
	}
	
	#main-row   .post-title {
		font-size: 65px;
		text-align: center;
	}
	
	#content-top .special-events {
		height: 500px;
		margin-top: 0;
	}
	
	#content-top .special-events h2 {
		font-size: 60px;
	}
	
	#g-footer {
		padding: 3rem 0;
	}
	
}
 

@media (max-width: 960px) {
	
	.page-id-12  #upcoming-workshops .eo-events, .page-id-1366  #upcoming-workshops .eo-events,  .page-id-919  #upcoming-workshops .eo-events, .page-id-1359  #upcoming-workshops .eo-events, .page-id-1355  #upcoming-workshops .eo-events, .outline-workshops  #upcoming-workshops .eo-events {
		height: 895px;
	}
	
	#private-events {
		padding: 50px;
	}
	
	.outline-workshops #title-wrap h1 {
		font-size: 48px;
	}
	
	.ms-container .controls-wrap {
		width: 75px;
	}
	
	#gallery-row h3 {
		margin: 25px;
		padding: 15px 25px;
		font-size: 22px;
	}
	
	.ms-container .controls-wrap .ms-nav-next span {
		height: 27px;
		display: inline-block;
		font-size: 0;
	}
	
	.ms-container .controls-wrap .ms-nav-prev span {
		height: 27px;
		display: inline-block;
		font-size: 0;
	}
	
	.mega-post-carousel3 .mega-post-image {
		height: 350px !important;
	}
	
	body .vc-post-styling .slick-slide {
		padding: 0 10px 0 10px !important;
	}
	
	.mega-post-carousel3 .mega-post-title a {
		font-size: 19px !important;
	}
	
	#stage-shows  .mega-post-carousel3 .mega-post-para p {
		font-size: 16px;
	}
	
		
	#content-middle .left-column:before {
		width: auto;
		left: -25px;
		right: -25px;
	}
	
}

@media (max-width: 767px) {
	
	body {
		font-size: 17px;
		line-height: 1.2;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 17px;
	}
	
	#g-navigation:before {
		background-size: 200%;
	}
	
	.g-logo.g-logo-helium img  {
		margin: 0;
	}
	
	#g-navigation {
		border-bottom: 0;
	}
	
	#g-navigation.sticky {
		border-bottom: 4px solid #c1b393;
	}
	
	.sticky .g-offcanvas-toggle {
		position: fixed;
		top: 17px;
	}
	
	.sticky  .g-logo.g-logo-helium img  {
		max-height: 50px;
		padding-bottom: 0px;
	}
	
	#g-navigation.sticky .g-logo {
		margin: 0;
		padding-bottom: 10px;
	}
	
	#page-fi {
		top: 115px;
	}
	
	body.sticky #g-page-surround {
		padding-top: 120px;
	}
	
	#content-top .upcoming-events h4, #content-middle .volunteer h4, #upcoming-workshops h4, #content-middle .donate h4, #upcoming-auditions h4, #workshop-top h4,
	#private-events h4, .outline-workshops .title-background h4, #content-top .special-events h4	{
		font-size: 20px;
		padding: 10px 25px;
		letter-spacing: 1px;
	}
	
	#content-top .upcoming-events h2, #content-middle .volunteer h2, #content-middle .donate h2, #upcoming-auditions h2, #workshop-top h2, #private-events h2, .outline-workshops .title-background h3, #content-top .special-events h2 {
		font-size: 31px;
	}
	
	#content-top .upcoming-events h5, #content-top .special-events h5 {
		font-size: 20px;
	}
	
	#content-top .upcoming-events {
		margin-top: 0px;
		padding: 30px;
	}
	
	#mobile-buy-tickets {
		margin-bottom: 35px;
	}
	
	.buy-tickets {
		font-size: 27px;
	}
	
	#mobile-buy-tickets img {
		width: 90px;
		float: right;
		margin: 0;
		position: relative;
		top: -20px;
	}
	
	#content-top  .on-stage {
		font-size: 20px;
		padding: 10px 25px;
		letter-spacing: 1px;
	}
	
	#content-top  .post-title {
		font-family: 'Anton', sans-serif;
		font-weight: normal;
		font-size: 29px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		margin-top: 15px;
	}
	
	.button, #content-middle .volunteer .button, #upcoming-auditions .button {
		font-size: 24px;
		padding: 25px 35px;
		letter-spacing: 1px;
	}
	
	#content-middle .volunteer {
		height: auto;
		padding: 25px;
		font-size: 15px;
	}
	
	#content-middle .volunteer  h3 {
		font-size: 21px;
		top: 0;
	}
	
	#content-middle .volunteer .button {
		position: relative;
		transform: none;
		left: auto;
		bottom: auto;
		display: table;
		margin: 0 auto;
	}
	
	#upcoming-workshops .eo-events .event-month {
		font-size: 16px;
		line-height: 50px;
		letter-spacing: 1.5px;
		width: 50px;
		height: 50px;
	}
	
	#upcoming-workshops h2 {
		font-size: 25px;
		font-weight: 700;
	}
	
	#upcoming-workshops .eo-events {
		margin-left: 20px;
		height: 240px;
	}
	
	#upcoming-workshops {
		padding: 25px 0px 25px 40px;
	}
	
	#upcoming-workshops .eo-events  li a {
		padding-right: 40px;
		width: calc(100% - 90px);
	}
	
	#upcoming-workshops .eo-events  li a {
		font-size: 16px;
	}
	
	#upcoming-workshops .eo-events  li a:after {
		height: 3px;
		bottom: -25px;
	}
	
	#workshop-controls {
		width: 20px;
		height: 80px;
		left: 9px;
		margin-top: -15px;
	}
	
	#workshop-controls .control-up {
		width: 20px;
		background-size: contain;
	}
	
	#workshop-controls .control-down {
		width: 20px;
		bottom: -40px;
		background-size: contain;
	}
	
	#upcoming-workshops .eo-events  li a {
		background-size: 20px;
	}
	
	#content-middle .donate {
		height: 600px;
		padding: 25px;
		border-radius: 47px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	#content-middle .donate .donate-text  a {
		font-size: 16px;
	}
	
	#upcoming-auditions {
		font-size: 22px;
		padding: 25px 40px;
	}
	
	#upcoming-auditions  .wpb_content_element  {
		margin-bottom: 0px;
	}
	
	.newsletter-box input[type="submit"] {
		font-size: 25px;
	}
	
	.footer-sponsors  img {
		max-width: 60% !important;
	}
	
	#g-copyright {
		font-size: 16px;
		text-align: center;
	}
	
	#g-copyright .advyon {
		float: none;
		display: block;
	}
	
	#menu-quick-links {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
	
	#menu-quick-links li a {
		font-size: 27px;
	}
	
	#title-wrap h1 {
		font-size: 45px;
		letter-spacing: 1.5px;
	}
	
	#page-fi {
		height: 300px;
		align-content: flex-end;
	}
	
	#page-fi-wrap {
		height: 295px !important;
	}
	
	#workshop-top .text {
		padding: 25px;
		border-radius: 50px;
		overflow: hidden;
	}
	
	#workshop-top {
		font-size: 21px;
		line-height: 1.2;
		padding: 50px 0px 70px 0;
	}
	
	.page-id-12 #upcoming-workshops, .page-id-919 #upcoming-workshops, .outline-workshops #upcoming-workshops {
		padding: 0;
		margin: 0;
		margin-top: -40px;
	}
	
	.page-id-12 #upcoming-workshops .eo-events .event-month, .page-id-1366 #upcoming-workshops .eo-events .event-month,  .page-id-919 #upcoming-workshops .eo-events .event-month, .outline-workshops #upcoming-workshops .eo-events .event-month {
		font-size: 15px;
		line-height: 16px;
		padding: 8px 0;
	}
	
	.page-id-12 #upcoming-workshops .vc_column_container>.vc_column-inner, .page-id-1366 #upcoming-workshops .vc_column_container>.vc_column-inner,  .page-id-919 #upcoming-workshops .vc_column_container>.vc_column-inner, .outline-workshops #upcoming-workshops .vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-id-12 #upcoming-workshops  .eo-events  li a, .page-id-1366 #upcoming-workshops  .eo-events  li a, .page-id-919 #upcoming-workshops  .eo-events  li a, .page-id-1359 #upcoming-workshops  .eo-events  li a, .outline-workshops #upcoming-workshops .eo-events  li a {
		padding-right: 0px;
	}
	
	.event-excerpt {
		width: 75%;
		margin-left: 70px;
		margin-top: -15px;
		font-size: 14px;
	}
	
	.page-id-12 #upcoming-workshops .eo-events li a.reg-now, .page-id-919 #upcoming-workshops .eo-events li a.reg-now,  .page-id-1359 #upcoming-workshops .eo-events li a.reg-now, .page-id-1355 #upcoming-workshops .eo-events li a.reg-now, .outline-workshops #upcoming-workshops .eo-events li a.reg-now {
		font-size: 21px;
	}
	
	.page-id-12 #workshop-controls, .page-id-919 #workshop-controls, .outline-workshops #workshop-controls {
		left: -5px;
	}
	
	.page-id-12  #upcoming-workshops .eo-events, .page-id-919  #upcoming-workshops .eo-events, .page-id-1366 #upcoming-workshops .eo-events, .page-id-1359  #upcoming-workshops .eo-events, .page-id-1355    #upcoming-workshops .eo-events, .outline-workshops  #upcoming-workshops .eo-events {
		height: 950px;
	}
	
	#private-events {
		padding: 25px;
	}
	
	#private-events  input[type="date"], #private-events  input[type="email"], #private-events  input[type="text"], #private-events  textarea {
		font-size: 22px;
	}
	
	.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 0;
	}
	
	#stage-shows .vc-post-styling .slick-next {
		right: 0px !important;
	}
	
	#stage-shows .vc-post-styling .slick-prev {
		left: -5px !important;
	}
	
	input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
		font-size: 16px;
	}
	
	#title-wrap {
		background: rgb(0 0 0 / 60%);
		padding: 10px;
		text-align: center;
	}
	
	.outline-workshops #title-wrap h1 {
		font-size: 27px;
	}
	
	.outline-workshops .title-background h4 {
		margin: 10px auto;
	}
	
	.outline-workshops .entry-content {
		padding: 25px;
	}
	
	.outline-workshops #title-wrap {
		background: none;
	}
	
	.outline-workshops .entry-content h4 {
		font-size: 27px;
	}
	
	.outline-workshops .entry-content {
		font-size: 21px;
	}
	
	.outline-workshops .entry-content strong {
		font-size: 24px;
	}
	
	.page-id-20 .entry-content, .page-id-117 .entry-content {
		padding-top: 25px;
	} 
	
	.pum-container .submit-button input[type="submit"] {
		font-size: 27px;
	}
	
	.register-workshop {
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	#content-top .special-events {
		padding: 25px;
	}
	
	.outline-workshops .reg-top {
		position: relative;
		top: 0;
		right: 0;
		z-index: 5;
	}

}

@media (max-width: 500px) {
	
	.eventorganiser-event-meta .register-workshop {
		position: relative;
		top: 0;
		right: 0px;
		width: auto;
	}
	
	.newsletter-box {
		background: #ae4444 url(images/mustache.webp) bottom 20px left 20px no-repeat;
		background-size: 100px;
	}

} 

@media (max-width: 359px) {
	
	.newsletter-box h4 {
		font-size: 29px;
	}
	
	
	
}

@media (max-width: 340px) {
	#content-top .upcoming-events h4, #content-middle .volunteer h4, #upcoming-workshops h4, #content-middle .donate h4, #upcoming-auditions h4, #workshop-top h4, #private-events h4, .outline-workshops .title-background h4 {
		font-size: 18px;
	}
	
	#content-top .upcoming-events h2, #content-middle .volunteer h2, #content-middle .donate h2, #upcoming-auditions h2, #workshop-top h2, #private-events h2, .outline-workshops .title-background h3 {
		font-size: 29px;
	}
	
}