@import  "https://fonts.googleapis.com/css?family=Ubuntu";
:root {
	--red: #a81010;
    --gray: #1F2325;
}
header .avia-menu-text {
    font-family: 'Ubuntu',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 5px;
    letter-spacing: 1px;
}

.logo {
    width: 130px;
    margin-top: -15px;
}

#top #header_meta {
    border: none !important;
    background-color: transparent;
}

#avia-menu li:hover a {
    color: #e82e2e !important;
}

#header_meta li a {
	letter-spacing: 1px;
    font-size: 15px;
}

#header_meta li:hover a {
    color: #e82e2e !important;
}

#header {
    z-index: 88;
}

.header_bg {
    background-color: #1f2325 !important;
}

.av_header_transparency .av-main-nav>li>a {
    -webkit-transition: background-color .4s ease-in-out ,color .4s ease-in-out ,border-color .8s ease-in-out;
    transition: background-color .4s ease-in-out ,color .4s ease-in-out ,border-color .8s ease-in-out;
}

.hero-focus {
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-shadow: 0 0 15px #0e0e0e;
}

.hero-left {
    float: left;
    width: 50%;
}

.hero-right {
    float: left;
    width: 40%;
    margin-left: 2%;
}

.hero-left .top-line {
    font-size: 42px;
    line-height: 50px;
}

.hero-left .bottom-line {
    font-size: 95px;
    line-height: 130px;
    color: #e83e00;
}

.middle {
    float: left;
    width: 8%;
}

strong {
    color: inherit !important;
}

span.special_amp {
    color: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
}

.grid-box-content {
    padding: 60px 80px !important;
}

.program-image {
    min-height: 350px;
}

@media (max-width: 767px) {
    .img-right {
        display: flex;
        flex-flow: column;
    }

    .img-right .flex_cell:last-child {
        order: 1 !important;
    }

    .img-right .flex_cell:first-child {
        order: 2 !important;
    }
    .img-right .flex_cell,
    .chess .flex_cell {
        min-height: 300px;
    }
}

.amounts {
    overflow: hidden;
    max-width: 700px;
    margin-bottom: 20px;
}

.amount {
    width: 18%;
    float: left;
    text-align: center;
    font-size: 25px;
    margin: 0 2.5% 10px 0;
    padding: 25px 10px;
    background-color: #f1f4f5;
    color: #352b2b;
    font-weight: bold;
    border-radius: 4px;
    border: 2px dashed #d2d2d2 !important;
  	cursor: pointer
}

.amount:last-child {
    margin-right: 0 !important;
}

.amount-show {
    overflow: hidden;
  	max-width: 700px
}

.amount-input {
  	width: 48%;
    overflow: hidden;
    border: 1px solid #ddd !important;
    margin-bottom: 30px;
    padding: 10px 15px;
    float: left;
    margin-right: 2%;
}

.amount-input span {
    width: 5%;
    float: left;
    display: inline-block;
    margin-right: 5%;
    font-size: 24px;
    line-height: 42px;
}

.amount-input input {
    display: inline-block;
    width: 90% !important;
    float: left;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    font-size: 24px !important;
}

.amount-input input {
    box-shadow: none !important;
}

#donate_submit {
    background: #e13e05;
    border: none;
    color: #fff;
    font-size: 24px;
  	width: 50%;
    padding: 18px 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

#donate_submit:hover {
    opacity: .8;
}

.location-heading h3 {
    font-size: 40px;
}

.location-heading .av-subheading {
    font-size: 20px !important;
    margin-top: 15px;
}

.reg-tab-one .av-section-tab-title span,
.reg-tab-two .av-section-tab-title span {
    text-transform: none !important;   
}

.reg-tbl td,
.reg-tab-one table td,
.reg-tab-two table td {
    font-size: 16px;
    color: #333;
}

.reg-tbl th,
.reg-tab-one table th,
.reg-tab-two table th {
    font-size: 16px;
    background: #a81010;
    color: #fff;
    text-align: center;
}

.reg-tbl-alt {
    max-width: 800px;
    margin: 0 auto;
}

.reg-tbl-alt td {
    text-align: center;
    padding: 15px;
}

.reg-form #field_2_2 .gfield_label {
    visibility: hidden;
}

.reg-form #field_2_16 .gfield_label {
    display: none;
}

.reg-form #input_2_16 span {
    color: #a81010 !important;
}

.reg-form ul#input_2_16 * {
    font-size: 18px;
    font-weight: bold !important;
}

.team-member h2 {
    text-transform: capitalize !important;
    font-size: 30px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.team-member .av-subheading {
    font-size: 16px !important;
    margin-bottom: 15px;
    color: #333;
    line-height: 23px;
    font-style: italic;
    letter-spacing: 0.3px;
}

.payment-form label {
    font-size: 18px !important;
}

.payment-form input, .payment-form select {
    margin-top: 5px !important;
}

.payment-form .button {
    width: 100% !important;
}

.payment-form #paypal_submit {
    width: 100%;
    font-size: 18px;
    margin-top: 5px !important;
    border-radius: 3px;
    letter-spacing: 0.3px;
    padding: 13px;
}

.hu-pay-form label {
    font-size: 18px !important;
}

.hu-pay-form input, .hu-pay-form select {
    margin-top: 10px !important;
}

.hu-pay-form #paypal_submit {
    width: 100%;
    margin-top: 0 !important;
    border-radius: 3px;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 1.2px;
}

.hu-pay-text .bolder, .hu-pay-text .larger {
    font-weight: bold;
}

.avia-testimonial-row {
    border: 1px solid #ccc !important;
    margin-bottom: 20px !important;
    display: block;
}

.avia-testimonial-name:before {
    content: "- ";
}

.avia-testimonial-name {
    font-style: italic;
}

@media (max-width: 1240px) {
    #avia-menu .menu-item {
        display: none;
    }

    #avia-menu .av-burger-menu-main {
        display: block;
    }
}

.av-burger-overlay-inner {
    background: #333;
}

.av-burger-overlay-inner a {
    border-color: #4c4c4c !important;
}

.av-burger-overlay-inner a:hover {
	color: #333 !important;  
}

@media (max-width: 767px) {
    #top .av_header_transparency #header_meta {
        background-color: #1f2325 !important;
    }

    .logo {
        width: 80px !important;
    }

    .donate-button-on-menu {
        margin-top: 10px;
    }
}

.donate-button-on-menu {
    float: left;
    position: relative;
    top: 15px;
}

.donate-button-on-menu input[type=submit] {
    border-radius: 4px;
    letter-spacing: .8px;
    margin-left: 10px;
}

.donate-button-on-menu a {
    border-radius: 4px;
    letter-spacing: .8px;
    margin-left: 10px;
    background-color: #a81010;
    color: #fff !important;
    padding: 5px 15px;
    text-decoration: none !important;
    transition: .5s;
}

.donate-button-on-menu a:hover {
	background-color: #666;
}

@media (max-width:1240px) {
    .donate-button-on-menu {order: -1;margin-right: 10px;}

    .responsive #top #wrap_all .main_menu {
        display: flex !important;
    }
}

.contact-form .button {
    width: calc(100% - 16px) !important;
    border-radius: 3px;
    font-size: 18px !important;
    letter-spacing: 1.3px;
}

.gform_footer {
    margin: 0 !important;
}

.contact-form .small,
.contact-form .gfield {
    margin: 0 !important;
}

.contact-map {
    margin-bottom: -7px;
}

.contact-form .large,
.contact-form .small {
    padding-left: 20px !important;
}

@media (max-width: 780px) {

    .hero-left {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .top-line {
        font-size: 30px !important;
    }

    .bottom-line {
        font-size: 70px !important;
        line-height: 80px !important;
        margin-bottom: 15px;
    }

    .middle {
        display: none;    
    } 

    .hero-right {
        display: inline-block !important;
        float: none;
        margin-top: 15px;
        text-align: left;
        width: 100%;
    }

    .hero-focus {
        text-align: center;
        max-width: 100%;
    }

}

@media(max-width: 767px) {
    .testimonial-grid .avia-testimonial {
        border-bottom: none !important;
    }

    .testimonial-grid .avia-testimonial-row {
        padding: 10px 30px;
    }

    .testimonial-grid img {
        max-width: 150px !important;
    }
	.responsive #top #wrap_all .av-layout-tab .container {
  		width: 100vw;
	}
}

@media(min-width: 768px) and (max-width: 1024px) {
    .testimonial-grid img {
        max-width: 200px !important;
    }   
}

@media(min-width: 1025px) {
    .testimonial-grid img {
            max-width: 250px !important;
        }
}

@media(max-width: 1050px) {
    #reg-block .blank-col {
        display: none;
    }

    #reg-block .content-col {
        width: 100%;
        margin: 0 auto !important;

    }
}

/* TABLE RESPONSIVE */

@media (max-width: 767px) {	
	tr th:first-child, tr td:first-child,
    tr:first-child th, tr:first-child td {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    
    tr td:last-child {
        border-bottom: none !important;
    }
    
    td {
        border-color: #dadada !important;
    }
    
    tr {
        border-bottom: none !important;
    }
    
    tr:last-child {
        border-bottom: 1px solid #dadada !important;
    }
}

/* .sm1 */
@media  only screen and (max-width: 767px) {

	table.sm1, .sm1 thead, .sm1 tbody, .sm1 th, .sm1 td, .sm1 tr,
  	table.sm2, .sm2 thead, .sm2 tbody, .sm2 th, .sm2 td, .sm2 tr,
  	table.dv1, .dv1 thead, .dv1 tbody, .dv1 th, .dv1 td, .dv1 tr,
  	table.dv2, .dv2 thead, .dv2 tbody, .dv2 th, .dv2 td, .dv2 tr { 
		display: block; 
	}
	
	.sm1 thead tr,
    .sm2 thead tr,
    .dv1 thead tr,
    .dv2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.sm1 tr,
  	.sm2 tr,
    .dv1 tr,
    .dv2 tr { border: 1px solid #ccc; }
	
	.sm1 td,
    .sm2 td,
    .dv1 td,
    .dv2 td { 
		border: none;
		position: relative;
    	border-bottom: 1px solid #eee;
	}
  
  	.sm1 td:before,
    .sm2 td:before,
    .dv1 td:before,
    .dv2 td:before { 
		position: absolute;
		top: 8px;
		left: 10px;
		padding-right: 10px; 
		white-space: nowrap;
	}
  
  	.sm1 td { padding-left: 110px; }  
  	.sm2 td { padding-left: 190px; }
  	.dv1 td { padding-left: 110px; }
  	.dv2 td { padding-left: 130px; }
  	
  	.sm2 td:before { width: calc(100% - 110px); }
  	.sm2 td:before { width: calc(100% - 190px); }
  	.dv1 td:before { width: calc(100% - 110px); }
	.dv2 td:before { width: calc(100% - 130px); }
	
	.sm1 td:nth-of-type(1):before { content: "Day:"; }
	.sm1 td:nth-of-type(2):before { content: "Time:"; }
	.sm1 td:nth-of-type(3):before { content: "Class:"; }
	.sm1 td:nth-of-type(4):before { content: "Age/Attire:"; }
  
    .sm2 td:nth-of-type(1):before { content: "Payment Plan:"; }
    .sm2 td:nth-of-type(2):before { content: "Class/Mth:"; }
    .sm2 td:nth-of-type(3):before { content: "Monthly Tuition:"; }
    .sm2 td:nth-of-type(4):before { content: "Program Requirement:"; }
  
    .dv1 td:nth-of-type(1):before { content: "Day:"; }
    .dv1 td:nth-of-type(2):before { content: "Time:"; }
    .dv1 td:nth-of-type(3):before { content: "Class:"; }
    .dv1 td:nth-of-type(4):before { content: "Age/Attire:"; }
  	
    .dv2 td:nth-of-type(1):before { content: "Payment Plan:"; }
    .dv2 td:nth-of-type(2):before { content: "Classes:"; }
    .dv2 td:nth-of-type(3):before { content: "8 Mths Plan:"; }
    .dv2 td:nth-of-type(4):before { content: "12 Mths Plan:"; }
  
  
}

.page-id-115 .alignleft {
    margin-right: 40px;
    margin-bottom: 30px;
    border-radius: 500px;
}

ul.sponsors {
    text-align: center;
    margin: 20px 0;
}

ul.sponsors li {
    display: inline;
    margin: 0 20px;
}

ul.sponsors li img {
    max-height: 60px;
    width: auto;
}

h3.donors-title {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 20px 0 30px 0;
}

div#extra_footer {
    background-color: #dadada;
}

h3.donors-title {
    font-size: 35px;
}

.reg-now-button {
    margin-top: 20px;
}

.summer-dance-heading h1 {
    font-weight: bold !important;
    font-size: 45px;
}

.summer-dance-heading .av-subheading {
    font-size: 25px !important;
    line-height: 40px;
    color: #1f2325;
    font-style: italic
}

span.summer-text {
    line-height: 35px;
    font-size: 18px;
}

.summer-text strong,
.summer-text .av-icon-char {
    color: #a81010 !important;
}

.summer-dance-title h2 {
    text-transform: none !important;
    font-size: 30px;
}

.summer-dance-form li#field_4_2 .gfield_label,
.summer-dance-form li#field_4_6 .gfield_label,
.summer-dance-form li#field_4_9 .gfield_label {
    visibility: hidden !important;
}

.summer-dance-form h3 {
    margin-bottom: -10px !important;
}

.summer-dance-heading h1 {
    font-weight: bold !important;
    font-size: 45px;
}

.summer-dance-heading .av-subheading {
    font-size: 25px !important;
    line-height: 40px;
    color: #1f2325;
    font-style: italic
}

span.summer-text {
    line-height: 35px;
    font-size: 18px;
}

.summer-text strong,
.summer-text .av-icon-char {
    color: #a81010 !important;
}

.summer-dance-title h2 {
    text-transform: none !important;
    font-size: 30px;
}

.summer-dance-form li#field_4_2 .gfield_label,
.summer-dance-form li#field_4_6 .gfield_label,
.summer-dance-form li#field_4_9 .gfield_label,
.reg-form li#field_2_5 .gfield_label {
    visibility: hidden !important;
}

.summer-dance-form h3 {
    margin-bottom: -10px !important;
}

.summer-dance-form .gfield_description {
    line-height: 20px;
}

#location-tab-area .av-inner-tab-title {
    width: 150px;
}


#location-tab-area span.av-inner-tab-title {
    font-size: 18px;
    line-height: 25px !important;
    text-transform: capitalize;
    color: #fff;

}

#location-tab-area span.av-tab-arrow-container {
    width: 150px !important;
  	top: 8px;
}

#location-tab-area .av-tab-section-tab-title-container {
    background-color: #a81010;
}

#location-tab-area .av-tab-section-tab-title-container {
    padding: 0 !important;
}

@media (max-width: 767px) {
	.avia-builder-el-0.av-minimum-height-100 .container {
        height: calc(100vh - 95px) !important;
    }
    .hero-right {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 360px) {
	.responsive #top #header_meta li {
        padding: 0 6px;
    }
}

.long-text {
    background-color: #fff;
    height: 200px;
    overflow: scroll;
    margin-top: 30px;
    padding: 20px 30px;
}

.single h2 {
    margin: 30px 0 20px 0;
    color: #a81010;
    font-size: 25px;
}

.single .comment_container,
.single .comment_meta_container {
    max-width: 800px;
    margin: 0 auto;
}

#tribe-bar-form {
    background: #e0e0e0;
}

#tribe-events-bar:before, #tribe-events-bar:after {
    border-color: #e0e0e0;
    background: #e0e0e0;
}

.post-type-archive-tribe_events .title_container {
    display: none;
}

#top #tribe-events-bar input[type="text"] {
    background: #fff;
}

#tribe-bar-form label {
    color: #a81010;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #a81010;
    border-bottom: 2px solid #8a0c0c;
}

.tribe-events-calendar th {
    background: #a81010;
    color: #fff;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #eb3d00;
}

#tribe-events-content .tribe-events-tooltip h4 {
    background: #eb3d00;
}

.tribe-events-calendar tr {
    background: #fff !important;
}

#tribe-events .url {
    color: #a81010;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group {
    width: 100% !important;
    margin-right: 0 !important;
    color: #333;
    font-size: 15px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 22px;
    margin-bottom: 20px;
    border-left: 6px solid #a81010 !important;
    padding-left: 10px;
}

.av-single-event-meta-bar-inner {
    padding: 30px 40px;
}

span.tribe-address {
    color: #333;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    background: #a81010;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
    background: #a81010;
    color: #fff;
    opacity: .9;
}

.dipa-spot-col {
    box-shadow: 0 0 15px 5px rgba(239, 239, 239, 0.5);
    border: 1px solid #efefef !important;
    transition: .4s;
}

.dipa-spot-col:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px 5px #efefef; 
}

.dipa-spot-title {
    margin-top: -10px;
    padding: 20px 10px !important;
}

.dipa-spot-title h2 {
    font-weight: bold !important;
}

.lwa.lwa-default tr,
.lwa.lwa-default td,
.lwa.lwa-default tbody,
.lwa.lwa-default table {
    background: transparent !important;
}

.bolder-cell {
    font-weight: bold;
}

.bolder-italic {
    font-weight: bold;
    color: #a81010;
    font-style: italic;
}

.reg-tbl tr td:nth-child(2) {
    width: 25%;
}

.reg-tbl tr td:nth-child(1) {
    width: 10%;
}

.captcha-block {
	height: 0;
}
.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
    line-height: 1.4 !important;
}
.no-uppercase .av-special-heading-tag {
    text-transform: none !important;
}
.inner-text-heading h2,
.inner-text-heading h3 {
    color: var(--red) !important;
    text-transform: none !important;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
@media (min-width: 990px) {
    .inner-text-heading h2 {
        font-size: 30px;
    }
}
.non-link .av-flex-placeholder {
    position: relative;
}
.non-link .av-flex-placeholder:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #D5D5D5;
}
@media (max-width: 767px) {
    .non-link .flex_column {
        border-top: 1px solid #D8D8D8 !important;
        padding-top: 10px !important;
    }
}
.simple-iconbox {
    text-align: center;
}
.simple-iconbox img {
    width: auto;
    height: 80px;
    margin-bottom: 15px;
}
.simple-iconbox h3.team-member-name {
    color: var(--red);
    font-size: 22px;
}
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
}