

/*** Custom Schedule Page ***/
div#blog-main-wrapper {
    background: white;
    padding: 5%;
}
.accordion .accordion-navigation>.content, .accordion dd>.content { padding:0;}
.accordion .accordion-navigation.highlight-result.active > a {
    background: rgb(0 154 163 / 45%);
    margin:0;
}.schedule-page .accordion-navigation>a {
    background: rgb(0 239 254 / 45%);
    font-size: 24px;
    text-align: center;
}.schedule-page .accordion-navigation>a:hover {
    background: rgb(4 134 143 / 45%);
}.accordion .accordion-navigation.highlight-result .content.active  {
    background: rgb(0 239 254 / 45%);
    padding: 5px;
}.schedule-page {
    position: relative;
    min-height: 900px;
}#schedule-loader {
    width: 100%;
    height: 100%;
    background: #7fe6f0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    border-radius:10px;
}.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  display:block;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  transform:translateY(50%);
  left:0;
  right:0;
  margin:0 auto;
  top:50%;
  position:absolute;
}/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/**Search filter**/
.schedule-search-filter {
    position: fixed;
    left: 0;
    max-width: 285px;
    z-index: 9;
    background: rgb(0 176 200 / 78%);
    top: 10vw;
    border-radius: 15px;
    padding: 0 20px;
    margin-left: 13px;
}.schedule-search-filter .tabs .tab-title a {
    font-size: 14px;
    padding: 11px 18px;
    color: #ffffff;
    background: #054249;
}.schedule-search-filter .tabs .tab-title.active a {
    background: #ffffff;
    color: #000000;
}.schedule-search-filter label {
    font-size:17px;
    color: white;
}.schedule-search-filter .tabs-content{
    padding: 7px 20px;
}.schedule-search-filter h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 12px;
}.schedule-search-filter .class-type {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #ffffff4a;
    display: block;
    margin-bottom: 20px;
}a.filter-button {
    background: black;
    color: #ffffff;
    padding: 6px 19px;
}#covid-banner {
   display: none!important;
}
@media screen and (max-width:1024px){
  .schedule-search-filter {
    position: relative;
    width: 100%;
    max-width: 100%;
    top:0;
    margin-left: 0;
    margin-bottom: 20vh;
  }.schedule-search-filter .tab-title {
    width: 33.33333%;
    text-align: center;
  }
  .logo-wrapper img {
      width: 30% !important;
  }
} 

.nav-wrapper {
     background: #054249;
     border-bottom: 1px solid #00f1f8;
     z-index: 99;
}
.white-bg {
    background: #fff;
}.package-wrapper ul[id*="slider-"] .slide-content{
    border-top: 4px solid #F79256;
    color: #000;
    float: left;
    left: 0px;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 378px;
    z-index: 1000;

}

header {
}
.schedule {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.package-wrapper ul[id*="slider-"] .slide-content .slide-heading {
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    color: #252525;
    margin: 25px 0;
}

li.rhino-item{
    height: 700px !important;
    max-width: 1920px;
}
.schedule-section h2{
    text-align: center;
    color: #2d2d2d;
}
.schedule-section h2::after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 30px;
    background: ##2d2d2d;
}
.acc-title{
    background: rgb(0 239 254 / 45%);
    padding: 1px 0;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
.acc-title h3{
    text-align: center;
    color: #2d2d2d;
}
.navigation-wrapper {
    background: #ffffff;
    min-height: 70px;
    width: 100%;
    clear: both;
    position: relative;
}header .contact-phone.phone {
    color: #FFFFFF;
    background: rgb(5 66 73 / 66%);
    background-size: cover;
    display: inline-block;
    float: right;
    line-height: 50px;
    padding: 30px 54px;
    text-align: center;
    margin: 2em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    max-width: 576px;
    margin-right: 14px;
    border: 2px solid #00f1f8;
    border-radius: 25px;
}
header .contact-phone.phone a:hover{
    color: #c6c6fa;
}
.navigation-wrapper .top-bar ul {
    float: left;
}.top-bar-section li.active:not(.has-form) a:not(.button), 
 .top-bar-section li.active:not(.has-form) a:hover:not(.button), 
 .top-bar-section li:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:not(.active):hover > a  {
    background: none;
    color: #ffffff;
    line-height: 70px;
}.top-bar .top-bar-section ul > li.active::after, .top-bar .top-bar-section ul > li:hover::after {
    background: #00f1f8;
    bottom: -3px;
    content: " ";
    height: 6px;
    position: absolute;
    width: 100%;
    left:0;
}.top-bar-section .dropdown li.active:not(.has-form) > a:not(.button),
 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
    background: none repeat scroll 0 0 #054249;
    color: #00effe;
    border: none;
}.top-bar {
    background: #054249;
    height: 65px;
    display: inline-block;
    padding: 0 35px;
    z-index: 99;
}.top-bar-section ul li.active > a {
    background: none;
    color: #FFFFFF;
}.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    padding: 0 10px;
    color: #00f2f3;
    font-size: 14px;
    line-height: 70px;
}.top-bar-section ul li:hover:not(.has-form) > a {
    background: none;
    color: #FFFFFF;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
    line-height: 70px;
    text-align: center;
}.top-bar-section .dropdown li:not(.has-form):hover a:not(.button) {
    line-height: 70px;
}.top-bar .top-bar-section ul li  {
    margin: 0;
    background: none;
    position: relative;
}.top-bar .top-bar-section ul li a {
    font-family: "Quicksand", sans-serif;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 16px;
}.top-bar-section .has-dropdown > a:after {
    top: 34px;
    border-color: #FFFFFF transparent transparent;
}.top-bar-section .has-dropdown.moved > .dropdown {
    top: -90px;
}.top-bar-section .dropdown {
    background: none repeat scroll 0 0 #2d2d2d!important;
}.slick-background-wrapper {
    position: absolute;
    z-index: -3;
    width: 100% !important;
    height: 100%;

}


}.calculation-parent {
    float: left;
}.midbar-wrapper {
        background:url("https://artshouseschools.org/wp-content/uploads/sites/1741/2015/09/symphony.png") repeat;
    text-align: center;
    padding: 40px 0 70px;
    width: 100%;
        background-color: #ffffff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);     
}.midbar-one {
    background: #00f1f8; 
    background-size: 100% 100%;
    height: 245px;
    width: 100%;
    padding: 25px;

}.midbar-two {
    
    background: #2d2d2d;
    background-size: 100% 100%;
    height: 245px;
    width: 100%;

}.midbar-three {
    background: #00f1f8; 
    background-size: 100% 100%;
    height: 245px;
    width: 100%;
    padding: 50px;
    
}.midbar-inner-wrapper h3 {
    color: #054249;
    font-size: 32px;
    line-height: normal;
    margin: 0;
}.midbar-inner-wrapper h3 span {
    display: inline-block;
    font-weight: normal;
    font-size: 53px;
    line-height: normal;
    width: 100%;
}.midbar-inner-wrapper h3 span.grey.the-year {
    color: #3d3037;
    letter-spacing: 15px;
}.midbar-inner-wrapper .midbar-two h3 {
    color: #e3d9ea;
    line-height: 38px;
}.midbar-inner-wrapper .midbar-two h3 span { 
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
}.midbar-inner-wrapper .midbar-three h3 {
    color: #2d2d2d
    margin: 65px 0 0 0;
    line-height: 50px;
}.midbar-inner-wrapper .midbar-three h3 span { 
    font-size: 48px;
    color: #3d3037;
}.midbar-wrapper .midbar-inner-wrapper a {
    color: inherit;
}.package-wrapper {
    background: #2d2d2d;
    background-position: top center ;
    border-top: 2px solid #d4d4b3;
    padding: 0 0 100px;
}.package-wrapper h1 {
    color: #00f1f8;
    display: inline-block;
    font-size: 43px;
    line-height: 80px;
    margin: 30px 0 60px;
    position: relative;
    font-family: "Cinzel", serif;
}.package-wrapper h1::before {
    /*background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/bars-pre.png");*/
    content: " ";
    height: 65px;
    left: -55px;
    position: absolute;
    top: 7px;
    width: 25px;
}.package-wrapper ul[id*="slider-"] {
    background: rgba(0,0,0,0);
    margin: 0;
    width: 100% !important;
    height: 375px !important;
}.package-wrapper ul[id*="slider-"] li.rhino-item {
    left: auto !important;
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
}.package-wrapper ul[id*="slider-"] li.rhino-item img {
    float: right !important;
    border-top: 4px solid #F79256;
}.package-wrapper ul[id*="slider-"] article {
    border-top: 4px solid #F79256;
    color: #000;
    float: left;
    height: auto;
    left: 0px;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 378px;
    z-index: 1000;
        background-color: #f3f3f3;
        height: 380px; 
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}.package-wrapper ul[id*="slider-"] article h1 {
    color: #013A71;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
}.package-wrapper ul[id*="slider-"] article h1::before {
    display: none;
}.package-wrapper ul[id*="slider-"] article h1::after {
    content: " ";
    height: 5px;
    width: 100%;
    background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/bars-after.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: -15px;
    left: 0;
}.package-wrapper ul[id*="slider-"] article p {
    color: #333333;
    font-family: "Perpetua", serif;
}.package-wrapper ul[id*="slider-"] .custom-position {
    bottom: 15px;
    position: absolute;
    right: 0;
}.package-wrapper ul[id*="slider-"] .custom-position .image-text {
}.package-wrapper ul[id*="slider-"] .custom-position .image-text p {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 35px;
    padding: 0 30px;
    position: relative;
    font-family: "Quicksand", sans-serif;
        box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}.package-wrapper ul[id*="slider-"] .custom-position .image-text a {
    line-height: 62px;
    display: inline-block;
    position: relative;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    float: right;
    top: -4px;
    color: #ffffff;
    padding: 0 34px 0 20px;
    background: #F79256;
}.package-wrapper ul[id*="slider-"] .custom-position .image-text a:before { 
    background: inherit;
    content: " ";
    height: 62px;
    left: -9px;
    position: absolute;
    width: 20px;
    z-index: 1;
    -moz-transform: skewX(-15deg) skewY(0deg);
    -webkit-transform: skewX(-15deg) skewY(0deg);
    -o-transform: skewX(-15deg) skewY(0deg);
    -ms-transform: skewX(-15deg) skewY(0deg);
    transform: skewX(-15deg) skewY(0deg);
}.internal-page {
    margin: 0 0 0;
}.content-wrapper {
    background:url("https://artshouseschools.org/wp-content/uploads/sites/1741/2015/09/symphony.png") repeat;
    padding: 70px 0;
    position: relative;
}.content-wrapper .bars {
    background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/horizontal-bars.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    margin: 30px 0;
    width: 100%;
    display: block;
    clear: both;
}.logo-wrapper {
    position: absolute;
    margin-top: 20px;
    z-index: 999;
}
/* Start Default V8 Styles */
#wpadminbar {
    display: none !important;
}body {
    font-family: "Open Sans", sans-serif;
}h1, h1 a {
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    line-height: 1.27em;
    margin: 25px 0;
}h2 {
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8em;
    line-height: 1.5rem;
    margin: 25px 0;
}h3 {
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6em;
    line-height: 1.5rem;
    margin: 25px 0;
}h4 {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5rem;
    margin: 25px 0;
}p {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-size: 16px;
    margin: 15px 0;
}.content-wrapper li, .content-wrapper a {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-size: 16px;
    margin: 7px 0;
}ul {
    list-style-type: none;
}ul.special-list {
    width: 100%;
    clear: both;
    float: left;
    margin-left: 0;
}ul.special-list li {
    list-style-type: disc;
    float: left;
    margin: 7px 13px;
}ul.special-list li:first-child {
    list-style-type: none;
    margin-left: 0;
}.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.subnav {
    background: none repeat scroll 0 0 #e0e0e0;
    display: block;
    float: left;
    height: 80px;
    margin: 0 3px;
    padding: 20px 40px;
}.about-right > span {
    clear: both;
    display: block;
    font-size: 65px;
    line-height: 1.5;
}.about-right {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: lighter;
    line-height: 1;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}h1.header-company-title{
    font-family: "Cinzel", serif;
    color: white;
    font-size: 17px;
    margin: 2px;
    text-shadow: #000 -7px -7px 15px;
}.header-company-serviceorder {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}.footer-wrapper {
    width: 100%;
    background: #191919;
}.footer-menu {
    border: 2px solid #4e4848;
    max-width: max-content;
}.footer-inner-wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
}footer.footer-wrapper h3 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
margin-top: 15px;
}footer.footer-wrapper h3 span.special-font {
    font-family: "Indie Flower", cursive;
    font-size: 16px;
    color: #af6951;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    font-size: inherit;
    font-weight: bold;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 3px 20px;
    cursor: pointer;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #eaeaea;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.content-wrapper p.contact-address, 
 .content-wrapper p.contact-info, 
 .content-wrapper p.contact-phone, 
 .content-wrapper p.contact-fax, 
 .content-wrapper p.contact-email,
 .content-wrapper time {
    color: #4d4d4d;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0 0;
}p.contact-title {
    font-family: "Open Sans", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}p.contact-address,
 p.contact-info,
 p.contact-phone,
 p.contact-fax,
 p.contact-email {
    color: #e3d9ea;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0 35px;
}.social-icons .social-wrapper {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}.social-icons .social-wrapper .fa {
    color: #FFFFFF;
    margin: 5px;
    line-height: 64px;
    width: 64px;
    text-align: center;
    font-size: 24px;
}.social-icons .social-wrapper .fa-facebook {
    background: #5e547b;
        border-radius:25px;
}.social-icons .social-wrapper .fa-youtube-play {
    background: #f16261;
        border-radius:25px;
}.social-icons .social-wrapper .fa-instagram {
    background: #c7c5b3;
        border-radius:25px;
}.social-icons .social-wrapper .fa-google-plus {
    background: #4d4f54;
}.social-icons .social-wrapper .fa-twitter {
    background: #63cdf1;
}.social-icons .social-wrapper .fa-pinterest {
    background: #f16261;
}footer.footer-wrapper .ajax-content {
    margin: 0 auto;
    max-width: 300px;
}footer.footer-wrapper .recent-photos img {
    float: left;
    display: block;
    margin: 5px;
    max-width: 30%;
        height:60px;
        weight:90px;
}footer.footer-wrapper .recent-photos img:nth-child(3) {
    clear: right;
}footer.footer-wrapper p.contact-address {
    background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/house-icon.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
}footer.footer-wrapper p.contact-phone {
    background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/phone-icon.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
}footer.footer-wrapper p.contact-email {
    background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/email-icon.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
}footer.footer-wrapper .footer-bottom .footer-menu .title-area {
    display: none;
}footer.footer-wrapper .footer-bottom .footer-menu .top-bar-section ul li {
    background: none;
}footer.footer-wrapper .footer-bottom .footer-menu .top-bar-section ul li a {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #00f1f8;
}footer.footer-wrapper .footer-bottom .footer-menu .top-bar-section ul li.active a {
    color: #ffffff;
}footer.footer-wrapper .footer-bottom .footer-menu .top-bar-section .has-dropdown > a::after {
    display: none;
}footer.footer-wrapper .footer-bottom .footer-menu .top-bar-section .dropdown {
    display: none;
}.footer-bottom {
    background: #191919;
    margin: 60px 0 0;
}.disclaimer p {
    font-size: 14px;
}.disclaimer .lnm-image > img {
    margin: 10px 0 0;
    opacity: 0.2;
}.fc-header-left, .fc-header-center, .fc-header-right {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}#preloader {
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 20% 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999999;
    top: 0;
}.spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}.spinner > div {
    background-color: #444;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*CUSTOM CSSM START*/
h3.turq-text {
    color: #00f1f8!important;
}.search-bar {
    background: rgb(141 242 255 / 57%);
}label.screen-reader-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}input#searchsubmit {
    background: #00effe;
    border: none;
    padding: 8px;
}.logo-wrapper img {
    box-shadow: #000 -7px -7px 11px;
    width: 60%;
    background: #ffffff;
}.slider-details {
    position: absolute;
    top: 20%;
}.slider-wrapper {
    top: 72px!important;
    position: relative;
    height: 30vw;
    width: 100%;
}.contact-phone.phone a {
    color: #ffffff;
}.slide-overlay-mobile {
    background: rgb(4 4 4 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
}.top-bar .title-area {
    z-index: 99999;
}.top-bar.expanded .title-area {
    background: #054249;
}.white-text p {
    color: #ffffff;
}.white-text a {
    color:#ffffff;
}.calculate-margin-top.registernow {
    padding: 30px;

}
   

/*CUSTOM CSS END*/
@media only screen and (max-width: 1680px) { 
.slider-wrapper {
    height: 64vh;
}.slider-details {
    top: 10vw;
}.schedule-search-filter {
    top: 12vw;
}
}
@media only screen and (max-width: 1600px) { 
.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 11px;
}
}
@media only screen and (max-width: 1536px) { 
.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 11px;
}.slider-wrapper {
    height: 72vh;
}
}
@media only screen and (max-width: 1440px) { 
    .header-company-title a {
        font-size: 20px;
    }.top-bar .top-bar-section ul li a {
        font-size: 14px;
        padding: 0 15px;
    }.slider-wrapper {
        top: 40px;
    }.slider-wrapper {
         height: 66vh;
    }.top-bar-section li:not(.has-form) a:not(.button) {    
        font-size: 11px;
        padding: 0 8px;
}
}
@media only screen and (max-width: 1366px) { 
.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 10px;
}
}
@media only screen and (max-width: 1280px) { 
    .header-company-title a {
        font-size: 20px;
    }.top-bar .top-bar-section ul li a {
        font-size: 12px;
        padding: 0 10px;
    }.top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 8px;
    }.schedule-search-filter {
        top: 15vw;
}.slider-wrapper {
         height: 75vh;
         top: 0 !important;
}header .contact-phone.phone {
        margin: 100px 0;
}
}
@media only screen and (max-width: 1024px) { 

    .heroimgheight {
        max-height: 200px !important;
    }.slider-wrapper {
        top: 47%;
    }.logo-wrapper {
        text-align: center;
    }header p.contact-phone.phone {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    display: block;
    max-width: 100%;
    background: black;
    margin: 0;
    text-align: center;
    padding: 5px;
    }.slider-wrapper {
    background-image: url(https://artshouseschools.org/wp-content/uploads/sites/1741/2020/11/slide-medium.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
   }.header-company-title h1 {
    font-size: 27px;
    text-shadow: #000 2px 2px 2px;
   }.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 17px;
   }.top-bar .top-bar-section ul > li.active::after, .top-bar .top-bar-section ul > li:hover::after {
     background: none;
   }.top-bar {
    z-index: 9999;
   }.top-bar-section .dropdown {
    background: none repeat scroll 0 0 #054249!important;
   }.logo-wrapper {
    position: relative;
   }.midbar-inner-wrapper h3 {
    color: #000000;
   }.top-bar.expanded {
    text-align: center;
    width: 100%;
}
.schedule-search-filter {
    position: fixed;
    z-index: 99999;
    height: auto;
    bottom: 0;
    margin-bottom: 0;
    top: auto;
    background: #039296;
    padding: 9px;
    border-radius: 0;
  }.schedule-search-filter .tabs-content{
    margin: 0;
    padding: 0 0px;
  }
}
@media only screen and (max-width: 767px) { 
  .slider-wrapper {
    background-image: url(https://artshouseschools.org/wp-content/uploads/sites/1741/2020/11/slide-small.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;  
    background-repeat:no-repeat;
}header p.contact-phone.phone { 
    z-index: 9999;
    background: black!important;
}
}

@media only screen and (max-width: 640px) { 
    .acc-title{
        max-width: 100%;
    }
    #lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
        height: auto !important;
        max-width: 100% !important;
    }#imageContainer > #hoverNav a {
        bottom: 20px;
        height: 60px !important;
        position: fixed;
    }.load-in-footer img {
        display: block;
        margin: 0 auto 15px;
    }.header-company-title a, 
     .header-company-serviceorder {
        text-align: center;
        display: block;
    }header .contact-phone.phone {
        display: none;
    }.top-bar.expanded .title-area {
        background: #054249;
    }.top-bar-section li.active:not(.has-form) a:not(.button), 
     .top-bar-section li.active:not(.has-form) a:hover:not(.button), 
     .top-bar-section li:not(.has-form) a:hover:not(.button), 
     .top-bar-section ul li:hover:not(.active) > a {
        line-height: 45px;
    }.top-bar-section li.active:not(.has-form) a:not(.button), 
     .top-bar-section li.active:not(.has-form) a:hover:not(.button), 
     .top-bar-section li:not(.has-form) a:hover:not(.button), 
     .top-bar-section ul li:hover:not(.active) > a,
     .top-bar-section .dropdown li:not(.has-form) a:not(.button),
     .top-bar-section .dropdown li:hover:not(.has-form) a:not(.button) {
        line-height: 45px;
    }.top-bar .top-bar-section ul > li.active::after, 
     .top-bar .top-bar-section ul > li:hover::after {
        display: none;
    }.top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 45px;      
    }.top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    }.top-bar .toggle-topbar.menu-icon {
       z-index: 9999;
    }.top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        font-weight: lighter;
        line-height: 33px;
    }.navigation-wrapper .top-bar ul {
        float: none;
    }.top-bar {
        height: 42px;
    }.footer-menu {
        display: none;
    }.slider-wrapper {
        clear: both;
        position: relative;
        top: 0;
        z-index: -1;
    }.slider-wrapper {
        height: 225px;
        overflow: hidden;
    }.internal-page {
        margin: 0;
    }.content-wrapper {
        padding: 30px 0;
    }h1, h1 a {
        font-size: 1.5em;
        text-align: center;
    }h2, h3, h4 {
        font-size: 1.2em;
        text-align: center;
    }.midbar-wrapper {
        padding: 0;
    }.midbar-one {
        height: auto;
    }.midbar-two {
        height: auto;
    }.midbar-three {
        height: auto;
    }.midbar-inner-wrapper h3 {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }.midbar-inner-wrapper h3 span {
        display: inline-block;
        font-weight: normal;
        font-size: 23px;
        line-height: normal;
    }.midbar-inner-wrapper h3 span.red.the-year {
        color: #bd0909;
        letter-spacing: 15px;
    }.midbar-inner-wrapper .midbar-one h3 { 
        margin-top: 15px;
    }.midbar-inner-wrapper .midbar-two h3 {
        color: #e9d08c;
        line-height: 23px;
        margin: 15px 0;
    }.midbar-inner-wrapper .midbar-two h3 span { 
        font-size: 23px;
        line-height: normal;
    }.midbar-inner-wrapper .midbar-three h3 {
        margin: 15px 0;
        line-height: normal;
    }.midbar-inner-wrapper .midbar-three h3 span { 
        font-size: 23px;
    }.package-wrapper h1 {
        font-size: 1.3em;
        line-height: 50px;
        margin: 10px 0 30px;
    }.package-wrapper ul[id*="slider-"] .custom-position {
        display: none;
    }.package-wrapper ul[id*="slider-"] article {
        position: relative;
        width: 100%;
    }.package-wrapper ul[id*="slider-"] li.rhino-item img {
        display: none;
    }.content-wrapper p.contact-address, 
     .content-wrapper p.contact-info, 
     .content-wrapper p.contact-phone, 
     .content-wrapper p.contact-fax, 
     .content-wrapper p.contact-email,
     .content-wrapper time {
        font-size: 1.2em;
    }p.contact-address, 
     p.contact-info, 
     p.contact-phone, 
     p.contact-fax, 
     p.contact-email {
        background: none !important;
        padding: 0;
        text-align: center;
        font-size: 1.2em;
    }.disclaimer {
        text-align: center;
    }


/* CustomCSS follows */
p.contact-phone.phone span {
    font-weight:900;
}

p.contact-phone.phone a {
    color: #ffffff;
    line-height: 48px;
    font-size:25px;
}
div.heroimgheight {
  max-height:700px !important;
  
}

#ajaxContentContainer img:nth-child(n+10) {
display:none;
}
.box-shadow-nav {
box-shadow: 0 3px 6px -6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



.box-shadow {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.whitebg {
background-color: #ffffff;
padding: 20px;
}

.top-bar-section .dropdown {
    background: none repeat scroll 0 0  #054249 !important;
}


@media only screen and (min-width: 1536px) { 
.slider-wrapper {
    top: 311px;
    }
}
@media only screen and (min-width: 1400px) { 
    .navigation-wrapper .top-bar ul {
           position: relative;
               left: 18%;
               float:left !important;
    }
        ul.dropdown {
          left:0px !important;
        }

 
}
@media only screen and (max-width: 1440px) {
.slider-wrapper {
    top: 34%;
}
}
@media only screen and (max-width: 1366px) {
    .slider-wrapper {
        position: absolute;
        height: calc(100vh - 180px);
        top: 0!important;
    }

    div.heroimgheight {
        max-height: 0px !important;
    }

    header .contact-phone.phone {
        margin: 8vh 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    max-width: 576px;
     }.heroimgheight {
        max-height: 200px !important;
    }.slider-wrapper {
        top: 0;
    }
}
@media only screen and (max-width: 1080px) {
    .slider-wrapper {
    top: 0;
    }.header-company-title {
    margin: 25px 0;
    }.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 10px;
}
}

@media only screen and (max-width:640px) { 
    
        div.heroimgheight {
          display:none;
        }
        .package-wrapper ul[id*="slider-"] article {
          height:260px;
        }
        .rhino-container { height: 260px;}
 
}


#mainheader {
color: #000000;
}

article img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.package-wrapper section article p {
color:#fff;
}
.package-wrapper section article h3 {
color:#2d2d2d;
}
.package-wrapper section article p a {
color:#fff;

}
.registernowbtn {
background: url("https://artshouseschools.org/wp-content/themes/dance-studio/images/midbar-three-bg.png"); 
    background-size: 100% 100%;
    height:50px;
    width: 100%;
    border: 2px solid #e2ac99;
}
.registerspanbtn{
    display:block;
    margin-top: 12px;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #f1f1f1;
    text-align: center;
}
.registerspan {
    /* margin-top:30px; */
}

#emailfooter {
  color: #ffffff;
}
.footermission {
  color:#ffffff;
  font-family:"Open Sans",sans-serif; 
font-style: italic;
font-size:18px;
}
.rhino-container {box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);} 


.single-wrapper {
background:url("https://artshouseschools.org/wp-content/uploads/sites/1741/2015/09/symphony.png") repeat;
padding: 25px;
width: 100%;
max-width: 100%; 
}

@media screen and (max-width: 1024px){
    .slider-wrapper{
        height:370px!important;
        background-size: cover !important;
        position: relative;
    }.logo-wrapper{
       position: relative;
       background: #042b2f;
       margin: 0;
    }.schedule-search-filter .class-type{
       margin-bottom: 5px;
    }
}
