/*
    Theme Name: Salsa Maritza
    Version: 2.0
    Author: CustomADesign
    Description: This is the official theme for the new Salsa Maritza website.
*/
html {
    overflow-x: hidden;
}
body {
    color: #000;
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
body.media {
    display: block;
}
body p {
    font-size: 18px;
    position: relative;
}
body a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body a:hover{
    color: #FFCB30;
    text-decoration: none;
}
body ul {
    margin: 0;
    padding: 0;
}
body li {
    list-style: none;
}
body .container {
    max-width: 1554px;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header#main-header.sticky {
    background-color: #A90502;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('assets/img/Gradient Red Mesh Background.jpg');
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
header .header-inner {
    max-width: 1111px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
header#main-header.sticky .header-inner {
    max-width: 100%;
}
header .menu-header-menu-container {
    max-width: 790px;
    width: 100%;
}
header .menu-header-menu-container #menu-header-menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
header .menu-header-menu-container #menu-header-menu .menu-item {
    text-align: center;
}
header .menu-header-menu-container #menu-header-menu > .menu-item:not(:first-child):not(:last-child), footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item:not(:first-child):not(:last-child) {
    padding-left: 15px;
    padding-right: 15px;
}
header .menu-header-menu-container #menu-header-menu > .menu-item:first-child, footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item:first-child {
    padding-right: 15px;
}
header .menu-header-menu-container #menu-header-menu > .menu-item:last-child, footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item:last-child {
    padding-left: 15px;
}
header .menu-header-menu-container #menu-header-menu .menu-item a, footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item a {
    color: #FFF;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    display: block;
    padding: 38px 0;
    position: relative;
}
header .menu-header-menu-container #menu-header-menu .menu-item a {
    font-size: 18px;
}
header .menu-header-menu-container #menu-header-menu .menu-item > a:hover,footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item > a:hover, header .menu-header-menu-container #menu-header-menu .menu-item.current-menu-item > a, footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item.current-menu-item > a {
    color: #FFCB2E;
}
header .menu-header-menu-container #menu-header-menu .menu-item.current-menu-item > a, .header-inner-right #responsive-menu-container #responsive-menu li.current-menu-item > a, footer.site-footer .top-footer .menu-footer-menu-container #menu-footer-menu .menu-item.current-menu-item > a {
    font-family: 'Barlow Semibold', sans-serif;
}
header .menu-header-menu-container #menu-header-menu > .menu-item > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 4px;
    background-color: #007A20;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .menu-header-menu-container #menu-header-menu > .menu-item > a:hover:after, header .menu-header-menu-container #menu-header-menu > .menu-item.current-menu-item > a:after {
    width: 100%;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu {
    background-color: #900808;
    min-width: 200px;
    max-width: 250px;
    display: none;
    position: absolute;
}
header .menu-header-menu-container #menu-header-menu .menu-item:hover > .sub-menu {
    display: block;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .menu-item {
    text-align: left;
    border-bottom: 1px solid #900808;
    position: relative;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .menu-item:last-child, header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .current-menu-item {
    border-bottom: none;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .menu-item > a {
    padding: 20px;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .menu-item > a:hover, header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .current-menu-item > a {
    background-color: #851312;
}
header .menu-header-menu-container #menu-header-menu .menu-item .sub-menu .menu-item .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
}
header .header-inner-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header #profile {
    display: inline-block;
    margin-right: 32px;
}
header #profile img {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header #profile img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
button#responsive-menu-button.responsive-menu-button {
    width: auto;
    height: auto;
    display: inherit;
}
.header-inner-right #responsive-menu-container li:not(.menu-item-type-custom) {
    display: none;
}
#background-poster-slider {
    padding: 0;
    position: relative;
}
#background-poster-slider .background-poster-slider {
    display: block;
    position: relative;
}
#background-poster-slider .background-poster-slider .slick-list {
    max-width: 9999px;
    margin: 0;
}
#background-poster-slider .background-poster-slider .slide {
    color: #FFF;
    font-family:'Barlow Semibold', sans-serif;
    text-align: center;
    background-size: cover;
    background-position: center;
    min-height: 980px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
#background-poster-slider .background-poster-slider .slide .text-content {
    max-width: 940px;
}
#background-poster-slider .background-poster-slider .slide a {
    position: relative;
}
#background-poster-slider .background-poster-slider .slide .site-logo {
    display: block;
    margin-bottom: 20px;
}
#background-poster-slider .background-poster-slider .slide .site-logo img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#background-poster-slider .background-poster-slider .slide .site-logo:hover img {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
#background-poster-slider .background-poster-slider .slide a:last-child, #error-404 .button, body:not(.home).page section .cta-button, .cumbia .two-columns .flex-columns .column:last-child a {
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: none;
    background-image: -o-linear-gradient(top, #FFBF00, #B25900);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#B25900));
    background-image: linear-gradient(to bottom, #FFBF00, #B25900);
    border: 1px solid #EFAF16;
    border-radius: 7px;
    width: 231px;
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}
#background-poster-slider .background-poster-slider .slide a:last-child:hover, #error-404 .button:hover, body:not(.home).page section .cta-button:hover, .cumbia .two-columns .flex-columns .column:last-child a:hover {
    color: #660000;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
#background-poster-slider .background-poster-slider .slide a:last-child {
    margin: 0;
}
#background-poster-slider .background-poster-slider .slide p {
    margin-bottom: 50px;
}
#background-poster-slider .background-poster-slider .slick-dots {
    position: absolute;
    top: 50%;
   /* left: 277px;
    */
    left: 15%;
    -webkit-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    transform: translate(15%, -50%);
    z-index: 1;
}
#background-poster-slider .background-poster-slider .slick-dots li {
    position: relative;
}
#background-poster-slider .background-poster-slider .slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
    margin: 10px 0;
}
#background-poster-slider .background-poster-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    background-color: #A3A3A3;
    border-radius: 100%;
    margin: auto;
}
#background-poster-slider .background-poster-slider .slick-dots li.slick-active button:before {
    background-image: -o-linear-gradient(top, #B20000, #660000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B20000), to(#660000));
    background-image: linear-gradient(to bottom, #B20000, #660000);
}
#background-poster-slider .background-poster-slider .slick-dots li:hover:before, #background-poster-slider .background-poster-slider .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    border: 1px solid #FFF;
    border-radius: 100%;
}
 #background-poster-slider .overlay .button {
    text-align: center;
    width: 30px;
    height: 57px;
    border: 4px solid rgba(255,255,255,0.5);
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}
#background-poster-slider .overlay .button:before {
    content: '\2022';
    color: #FFCA2C;
    font-size: 35px;
    line-height: 0;
    -webkit-animation: down 5s infinite;
    animation: down 5s infinite;
}
@-webkit-keyframes down {
    0%, 100% {
        line-height: 0;
        opacity: 1;
   }
    50% {
        line-height: 2;
        opacity: 0;
   }
}
@keyframes down {
    0%, 100% {
        line-height: 0;
        opacity: 1;
   }
    50% {
        line-height: 2;
        opacity: 0;
   }
}
#dance-categories {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 253px;
    position: relative;
    padding: 0;
}
#dance-categories:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6));
    z-index: 1;
}
#dance-categories div {
    height: 100%;
}
#dance-categories .container {
    padding: 0;
}
.flex-columns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#dance-categories .flex-columns .column {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#dance-categories .flex-columns .column:nth-child(2) {
    border-left: 1px dashed #FFF;
    border-right: 1px dashed #FFF;
}
#dance-categories .flex-columns .column .button {
    color: #FFCA2C;
    font-family: 'Blacksword', serif;
    font-size: 65px;
    background-color: transparent;
    background-image: -o-linear-gradient(top, #FFF, #FFBF00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFBF00));
    background-image: linear-gradient(to bottom, #FFF, #FFBF00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 0 0 5px #008C00; */
    margin: 0 30px 15px 0;
    z-index: 2;
}
#dance-categories .flex-columns .column .button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
#lesson-posters {
    background-size: cover;
}
.poster_slider {
    padding: 90px 0;
}
.poster_slider .p-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.poster_slider .p-slider .slick-list {
    margin: 0 100px;
    max-width: 1525px;
    width: 100%;
}
.poster_slider .p-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.poster_slider .slide {
    position: relative;
}
.poster_slider .slide .img-container {
    overflow: hidden;
}
.poster_slider .slide img {
    max-width: 100%;
    width: auto;
    max-height: 600px;
    height: auto;
    margin: 0 auto;
}
.poster_slider .slide a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.poster_slider .slide a:focus {
    outline: none;
}
.poster_slider .p-slider .slick-arrow, .testimonial-slider .testimonial-slider-items .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 3px solid #AC0E0D;
    border-radius: 7px;
    outline: none;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.poster_slider .p-slider .slick-arrow:hover, .testimonial-slider .testimonial-slider-items .slick-arrow:hover {
    border-color: #E8A100;
}
.poster_slider .p-slider .slick-arrow:before, .testimonial-slider .testimonial-slider-items .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.poster_slider .p-slider .slick-prev, .testimonial-slider .testimonial-slider-items .slick-prev {
    left: 2.5rem;
    margin-right: 50px;
}
.poster_slider .p-slider .slick-next, .testimonial-slider .testimonial-slider-items .slick-next {
    right: 2.5rem;
    margin-left: 50px;
}
.poster_slider .p-slider .slick-prev:before, .testimonial-slider .testimonial-slider-items .slick-prev:before {
    border-top: 2px solid #282C2F;
    border-left: 2px solid #282C2F;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.poster_slider .p-slider .slick-next:before, .testimonial-slider .testimonial-slider-items .slick-next:before {
    border-top: 2px solid #282C2F;
    border-right: 2px solid #282C2F;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.poster_slider .p-slider .slick-prev:hover:before, .testimonial-slider .testimonial-slider-items .slick-prev:hover:before {
    -webkit-transform: rotate(-45deg) translate(-2px, -2px);
    -ms-transform: rotate(-45deg) translate(-2px, -2px);
    transform: rotate(-45deg) translate(-2px, -2px);
}
.poster_slider .p-slider .slick-next:hover:before, .testimonial-slider .testimonial-slider-items .slick-next:hover:before {
    -webkit-transform: rotate(45deg) translate(2px, -2px);
    -ms-transform: rotate(45deg) translate(2px, -2px);
    transform: rotate(45deg) translate(2px, -2px);
}
.home .featured-video {
    text-align: center;
    position: relative;
    padding-top: 100px;
}
.home #top-featured-vid.featured-video {
    background-image: -o-linear-gradient(top, #FFF 30%, #FFC20F);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFF), to(#FFC20F));
    background-image: linear-gradient(to bottom, #FFF 30%, #FFC20F);
}
.home #bottom-featured-vid.featured-video {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home .featured-video .text-content h3 {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 45px;
    margin-bottom: 30px;
}
.home .featured-video .video-content {
    position: relative;
    z-index: 1;
}
.home .featured-video .video-content > iframe, .home .featured-video .video-content > .wp-video, .home .featured-video .video-content > video, .home .featured-video.video .video-content img + iframe, .home .featured-video .video-content img + .wp-video, .home .featured-video .video-content img + video {
    background-color: #000;
    width: 904px !important;
    height: 597px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home .featured-video .video-content .video_embed_container {
    background-color: #000;
    width: 904px;
    height: 597px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home .featured-video .video-content .video_embed_container.hide, .home .featured-video .video-content .video_embed_container.hide #video_embed, .home .featured-video .video-content #play_video.hide, .home .featured-video .video-content #play_embed.hide {
    visibility: hidden;
}
.home .featured-video .video-content > .wp-video .wp-video-shortcode, .home .featured-video .video-content img + .wp-video > .wp-video-shortcode {
    height: 597px !important;
}
.home .featured-video .video-content > .wp-video .wp-video-shortcode .mejs-mediaelement iframe, .home .featured-video .video-content img + .wp-video > .wp-video-shortcode .mejs-mediaelement iframe {
    min-height: 597px;
}
.video_embed_container {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.video-content .video_embed_container {
    position: relative;
}
.video_embed_container #video_embed {
    width: auto;
    height: 100%;
}
.hide {
    visibility: hidden;
}
body:not(.home) .video .video-content {
    max-width: 1111px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
body:not(.home) .video .video-content .video_embed_container #video_embed {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
body:not(.home) .video #video {
    max-width: 100%;
    width: 100%;
}
body:not(.home) .video .video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#play_video, #play_embed {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#play_video:hover, #play_embed:hover {
    background-color: rgba(217,39,39,0.4);
    width: 120px;
    height: 120px;
}
#play_video:before, #play_embed:before {
    content: '';
    width: 32px;
    height: 41px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#play_video:hover:before, #play_embed:hover:before {
    border-left-color: #D92727;
}
.home #testimonials.text {
    padding-top: 230px;
}
#testimonials.text {
    background-size: cover;
    background-position: center;
    background: no-repeat;
    padding: 100px 0;
}
#testimonials.text .text-content {
    text-align: center;
}
#testimonials.text .text-content h5 {
    color: #000;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
}
#testimonials.text .text-content > p {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.testimonial-slider {
    margin-top: 50px;
}
.testimonial-slider .testimonial-slider-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-slider .testimonial-slider-items .slick-list {
    overflow: visible !important;
    overflow-x: hidden !important;
    max-width: 1259px;
    width: 100%;
    margin: 0 auto;
}
.testimonial-slider .testimonial-slider-items .slick-list .slick-track {
    display :-webkit-box;
    display :-webkit-flex;
    display :-ms-flexbox;
    display :flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.testimonial-slider .testimonial-slider-item {
    background-color: #FFF;
    border-radius: 7px;
    -webkit-box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.15);
    max-width: 378px;
    width: 100%;
    height: auto;
    margin: 15px 0;
    padding: 50px;
}
.testimonial-slider .testimonial-slider-item-inner {
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-header .testimonial-slider-item-profile-image {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-header .testimonial-slider-item-profile-text p, .testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-body {
    font-family: 'TW Cen MT', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-header .testimonial-slider-item-profile-text a:hover {
    color: #D92727;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-header .testimonial-slider-item-profile-text .testimonial-slider-item-location, .testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-body {
    color: #6E6E6E;
    font-size: 16px;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-body {
    font-weight: normal;
    margin: 25px 0;
}
.testimonial-slider .testimonial-slider-item-inner .testimonial-slider-item-footer {
    position: absolute;
    bottom: 0;
}
.testimonial-slider .testimonial-slider-items .testimonial-slider-item .testimonial-slider-item-footer .testimonial-slider-stars .testimonial-slider-star {
    color: #D92727;
    margin-right: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    padding: 15px;
}
.contact .text .text-content #gform_wrapper_2 .gform_footer .button {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    background-image: -o-linear-gradient(top, #FFBF00, #B25900);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#B25900));
    background-image: linear-gradient(to bottom, #FFBF00, #B25900);
    border: 1px solid #EFAF16;
    border-radius: 7px;
    margin-right: 0;
    padding: 14px 66px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact .text .text-content #gform_wrapper_2 .gform_footer .button:hover {
    color: #660000;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
body .gform_wrapper div.validation_error, body .gform_wrapper .validation_message, body div.gform_confirmation_message {
    color: #FFCB30;
}
body .gform_wrapper div.validation_error, body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-color: #FFCB30;
}
body div.gform_confirmation_message {
    font-size: 30px;
    font-weight: bold;
}
#about.text .text-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0;
}
#about.text .text-content p {
    margin-bottom: 0;
}
#about.text .text-content p img {
    border: 15px solid #FFF;
    width: 250px;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#about.text .text-content p img:hover {
    -webkit-transform: rotate(-5deg) scale(0.95);
    -ms-transform: rotate(-5deg) scale(0.95);
    transform: rotate(-5deg) scale(0.95);
}
#about.text .text-content ul {
    margin-left: 70px;
}
#about.text .text-content ul li {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 30px;
    list-style: outside;
    margin-bottom: 20px;
}
.page-banner {
    background-image: -o-linear-gradient(left, #660000, #B20000);
    background-image: -webkit-gradient(linear, left top, right top, from(#660000), to(#B20000));
    background-image: linear-gradient(to right, #660000, #B20000);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 333px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.page-banner .container {
    max-width: 1141px;
    margin: 0 auto;
}
.page-banner .col-lg-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-banner .col-lg-12 .site-logo {
    max-width: 500px;
    width: 100%;
}
.page-banner .col-lg-12 a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.page-banner .col-lg-12 .page-title {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 55px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.page-banner ~ section {
    padding: 50px 0;
}
.contact .text .text-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact .text .text-content h5 {
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
}
.contact .text .text-content .contact-info div {
    margin-bottom: 20px;
}
.contact .text .text-content .contact-info div i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact .text .text-content .google-maps {
    margin-top: 50px;
}
.contact .text .text-content .google-maps iframe {
    max-width: 100%;
}
.contact .gform_wrapper .gform_fields .gfield {
    padding-right: 0;
}
.contact .gform_wrapper .gform_fields .gfield .ginput_container input, .contact .gform_wrapper .gform_fields .gfield .ginput_container textarea {
    border: 3px solid #CCC;
}
.contact .gform_wrapper div.validation_error, .contact .gform_wrapper .validation_message, .contact div.gform_confirmation_message {
    color: #A90502;
}
.contact .gform_wrapper div.validation_error, .contact .gform_wrapper li.gfield.gfield_error, .contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-color: #A90502;
}
.contact footer .top-footer {
    display: none;
}
body:not(.home).page h4 {
    line-height: 1.5;
    margin-bottom: 30px;
}
body:not(.home).page h5 {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    text-transform: capitalize;
}
body:not(.home).page section .cta-button, #error-404 .button, .cumbia .two-columns .flex-columns .column:last-child a {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 5px 20px;
}
body:not(.home).page .flex-columns .col-lg-6:first-child {
    margin-bottom: 50px;
}
body:not(.home).page .flex-columns .text-content iframe {
    max-width: 100%;
    width: 100%;
    height: 420px;
}
.lessons #private-lessons {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 200px 0 100px;
}
.lessons #private-lessons .text-content {
    max-width: 50%;
    width: 100%;
    margin-left: auto;
    padding-right: 206px;
}
.lessons #private-lessons .text-content h4, .lessons #group-lessons .text-content h4 {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 45px;
    margin-bottom: 50px;
}
.lessons #private-lessons .text-content p, .lessons #group-lessons .text-content p {
    font-family: 'Barlow Semibold', sans-serif;
    margin-bottom: 50px;
}
.lessons #private-lessons .text-content p:last-child, .lessons #group-lessons .text-content p {
    margin-bottom: 0;
}
.lessons #private-lessons .text-content h5 {
    color: #A90502;
    font-size: 32px;
    margin-bottom: 20px;
}
.lessons #group-lessons {
    padding-bottom: 200px;
}
.lessons #group-lessons .flex-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lessons #group-lessons .col-lg-6:first-child {
    margin-bottom: 0;
}
.lessons #group-lessons .col-lg-6:last-child {
    background-size: contain;
    background-repeat: no-repeat;
    height: 527px;
}
.lessons #group-lessons .text-content {
    max-width: 541px;
    width: 100%;
    margin-left: auto;
}
.lessons #group-lessons .text-content p {
    line-height: 2;
}
.private-lessons .text {
    background-size: contain;
    background-repeat: no-repeat;
}
.private-lessons .text .text-content {
    max-width: 650px;
    margin-left: 30%;
}
.private-lessons .text .text-content h2, body.group-lessons .two-columns  .flex-columns .col-lg-6:first-child .text-content h2 {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
}
.group-lessons .two-columns {
    background-size: cover;
    background-repeat: no-repeat;
}
body.group-lessons .two-columns  .flex-columns .col-lg-6:first-child {
    min-height: 500px;
    margin-bottom: 0;
}
body.group-lessons .two-columns  .flex-columns .col-lg-6:first-child .text-content {
    max-width: 541px;
    width: 100%;
    margin-left: auto;
}
body.group-lessons .two-columns  .flex-columns .col-lg-6:first-child .text-content h2 {
    margin-bottom: 30px;
}
body.group-lessons .two-columns  .flex-columns .col-lg-6:last-child {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.weddings #gallery {
    text-align: center;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding: 396px 0 0;
}
.weddings #gallery .gallery, .parties #call-to-action .text-content .gallery, .corporate-events #call-to-action .text-content .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.weddings #gallery .gallery {
    margin-top: 114px;
}
.weddings #gallery .gallery .gallery-item, .parties #call-to-action .text-content .gallery .gallery-item {
    border: 6px solid #FFF;
    -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.3)));
    margin-right: -30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.weddings #gallery .gallery .gallery-item:hover, .parties #call-to-action .text-content .gallery .gallery-item:hover, .corporate-events #call-to-action .text-content .gallery .gallery-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.weddings #gallery .gallery .gallery-item:nth-child(3) {
    z-index: 2;
}
.weddings #gallery .gallery .gallery-item:nth-child(4), .parties #call-to-action .text-content .gallery .gallery-item:nth-child(2) {
    z-index: 1;
}
.weddings #gallery .gallery .gallery-item:last-child, .parties #call-to-action .text-content .gallery .gallery-item:last-child {
    margin-right: 0;
}
.weddings #gallery .gallery .gallery-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.weddings #gallery h5 {
    color: #000;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 35px;
    text-transform: initial;
}
.weddings .two-columns .flex-columns {
    max-width: 1111px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.weddings .two-columns .flex-columns .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.weddings .two-columns .flex-columns .column:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.weddings .two-columns .flex-columns .column.col-lg-6:first-child {
    margin-bottom: 0;
}
.weddings .two-columns .flex-columns .column .text-content {
    text-align: center;
    background-color: #C6C786;
    border-radius: 7px;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.weddings .two-columns .flex-columns .column:hover .text-content {
    background-color: #057F56;
}
.weddings .two-columns .flex-columns .column .text-content h3, .weddings .two-columns .flex-columns .column .text-content h5 {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
}
.weddings .two-columns .flex-columns .column .text-content h3 {
    font-size: 75px;
}
.weddings .two-columns .flex-columns .column .text-content h5 {
    font-size: 35px;
    margin-bottom: 0;
}
.weddings .two-columns .flex-columns .column a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.weddings .video {
    padding-bottom: 100px;
}
.weddings .video .text-content {
    text-align: center;
}
.weddings .video .text-content h4 {
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 45px;
}
.parties #call-to-action {
    text-align: center;
    min-height: 1701px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.parties #call-to-action .text-content .gallery, .corporate-events #call-to-action .text-content .gallery {
    margin-bottom: 114px;
}
.parties #call-to-action .text-content .gallery .gallery-item {
    margin-right: -68px;
}
.parties #call-to-action .text-content h5, .corporate-events #call-to-action .text-content h5 {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 35px;
    margin-bottom: 0;
}
.parties #call-to-action .text-content h5:last-of-type {
    margin-bottom: 30px;
}
.parties #call-to-action .text-content h4, .corporate-events #call-to-action .text-content h4 {
    color: #FFCA2C;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    max-width: 664px;
    margin: 0 auto;
}
.parties #call-to-action .text-content h4 a:hover {
    color: #A90502;
}
.corporate-events #call-to-action {
    text-align: center;
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 1699px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corporate-events #call-to-action .text-content .gallery .gallery-item {
    max-width: 50%;
    margin: 0 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.corporate-events #call-to-action .text-content .gallery .gallery-item img {
    max-width: 100%;
    height: auto;
}
.corporate-events #call-to-action .text-content h5 {
    color: #000;
    text-transform: initial;
    max-width: 1111px;
    margin: 0 auto 30px;
}
.corporate-events #call-to-action .text-content h4 {
    color: #AC0F0F;
}
.salsa .cta .cta-content, .salsa .cta .cta-content .cta-button, .bachata .cta .cta-content, .bachata .cta .cta-content .cta-button {
    margin-top: 50px;
}
.cumbia .text {
    padding: 100px 0;
}
.cumbia .text .text-content h4 {
    margin-bottom: 0;
}
.cumbia .two-columns {
    padding-top: 0;
}
.cumbia .two-columns .flex-columns {
    position: relative;
}
.cumbia .two-columns .flex-columns .column {
    z-index: 0;
}
.cumbia .two-columns .flex-columns .column:first-child {
    margin: 0 auto 50px;
}
.cumbia .two-columns .flex-columns .column:last-child {
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}
.cumbia .two-columns .flex-columns .column .img-container {
    text-align: center;
    overflow: hidden;
}
.cumbia .two-columns .flex-columns .column .img-container:before {
    max-width: 400px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    margin: 0 auto;
}
.cumbia .two-columns .flex-columns .column .img-container img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.cumbia .two-columns .flex-columns .column:last-child .text-content {
    color: #FFF;
    z-index: 1;
}
.cumbia .two-columns .flex-columns .column:last-child .text-content h5 {
    font-size: 25px;
}
.cumbia .two-columns .flex-columns .column:last-child a {
    margin: 20px 0 0;
}
.single #post-testimonial .post-testimonial-content {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.single #post-testimonial .post-testimonial-content .post-testimonial-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 250px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.single #post-testimonial .post-testimonial-content .post-testimonial-title {
    color: #A90502;
    font-family: 'Barlow Semibold', sans-serif;
    margin: 30px 0 10px;
}
.single #post-testimonial .post-testimonial-content .post-testimonial-email, .single #post-testimonial .post-testimonial-content .post-testimonial-location {
    color: #6E6E6E;
}
.single #post-testimonial .post-testimonial-content .post-testimonial-email {
    font-family: 'Barlow Semibold', sans-serif;
}
.single #post-testimonial .post-testimonial-content .post-testimonial-rating i {
    color: #A90502;
}
#empty p, #error-404 h2 {
    font-size: 45px;
}
#error-404 h2 {
    font-family: 'Barlow Semibold', sans-serif;
}
#error-404 .button {
    padding: 20px;
}
footer.site-footer {
    text-align: center;
    padding: 0;
}
footer.site-footer .top-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding: 114px 0;
}
footer.site-footer .top-footer .col-lg-12 {
    position: relative;
}
footer.site-footer .top-footer .text-content {
    text-align: center;
    padding: 114px 15px 50px;
    position: relative;
}
footer.site-footer .top-footer .text-content:before {
    background-image: url('assets/img/Transparent Mesh Background.png');
    mix-blend-mode: multiply;
    border-radius: 7px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
footer.site-footer .top-footer .text-content * {
    position: relative;
}
footer.site-footer .top-footer .text-content h3 {
    color: #FFCB30;
    font-size: 75px;
    font-family: 'Blacksword', serif;
    background-color: transparent;
    background-image: -o-linear-gradient(top, #FFF, #FFBF00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFBF00));
    background-image: linear-gradient(to bottom, #FFF, #FFBF00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    height: auto;
    padding: 0 15px 15px;
}
footer.site-footer .top-footer .text-content p {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    margin-bottom: 50px;
}
footer.site-footer .top-footer .text-content .gform_wrapper {
    max-width: 856px;
    width: 100%;
    margin: 0 auto;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield:not(.gf_left_half) {
    padding-right: 0;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield {
    margin-top: 27px;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container, footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container input, .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin-top: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    padding: 15px;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container input, footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container textarea {
    border: none;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container input {
    height: 48px;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_fields .gfield .ginput_container textarea {
    height: 133px;
    resize: none;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_footer {
    text-align: right;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_footer input, .contact .text .text-content #gform_wrapper_2 .gform_footer .button {
    color: #FFF;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    background-image: -o-linear-gradient(top, #FFBF00, #B25900);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#B25900));
    background-image: linear-gradient(to bottom, #FFBF00, #B25900);
    border: 1px solid #EFAF16;
    border-radius: 7px;
    margin-right: 0;
    padding: 14px 66px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer.site-footer .top-footer .text-content .gform_wrapper .gform_footer input:hover, .contact .text .text-content #gform_wrapper_2 .gform_footer .button:hover {
    color: #660000;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
body .gform_wrapper div.validation_error, body .gform_wrapper .validation_message, body div.gform_confirmation_message {
    color: #FFCB30;
}
body .gform_wrapper div.validation_error, body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-color: #FFCB30;
}
body div.gform_confirmation_message {
    font-size: 30px;
    font-weight: bold;
}
footer.site-footer .bottom-footer {
    text-align: center;
    background-image: url('assets/img/Gradient Red Mesh Background.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 30px;
}
footer.site-footer .bottom-footer #menu-footer-menu {
    max-width: 790px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 50px;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item:not(:first-child):not(:last-child) {
    padding: 0 15px;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item:first-child {
    padding-right: 15px;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item:last-child {
    padding-left: 15px;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item a {
    color: #FFF;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item.current-menu-item a {
    font-family: 'Barlow Semibold', sans-serif;
}
footer.site-footer .bottom-footer #menu-footer-menu .menu-item.current-menu-item a, footer.site-footer .bottom-footer #menu-footer-menu .menu-item a:hover {
    color: #FFCB2E;
}
footer.site-footer .bottom-footer .footer-contact {
    margin-bottom: 50px;
}
footer.site-footer .bottom-footer .footer-contact .social-links {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer.site-footer .bottom-footer .footer-contact .social-links a {
    border: 8px solid rgba(255,255,255,0.45);
    border-radius: 100%;
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}
footer.site-footer .bottom-footer .footer-contact .social-links a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
footer.site-footer .bottom-footer .footer-contact .social-links a i {
    color: #FFF;
    font-size: 28px;
}
footer.site-footer .bottom-footer .footer-contact p {
    color: #FFF;
    font-size: 21px;
    margin-bottom: 10px;
}
footer.site-footer .bottom-footer .footer-contact h4 {
    color: #FFCA2C;
    font-family: 'Barlow Semibold', sans-serif;
    font-size: 45px;
}
footer.site-footer .bottom-footer .footer-contact h4 a:hover {
    color: #E8A100;
}
footer.site-footer .bottom-footer .footer-copy p {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom: 0;
}
/* Back To Top Button */
#back-to-top {
    color: #FFFFFF;
    background-color: #B20000;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#back-to-top:hover {
    background-color: #660000;
}
#back-to-top.show {
    display: table;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out {
    opacity: 0.5;
}
#back-to-top.fade-out:hover {
    opacity: 1;
}
@media (max-width: 576px) {
    #back-to-top {
        bottom: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
@media (max-height: 500px) {
    #back-to-top {
        bottom: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}