/**
 * Theme Name:     RigarGym Child
 * Author:         RigarGym form
 * Template:       hello-elementor
 * Text Domain:	   rigargym-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */


body {
    max-width: 1920px;
    margin: auto !important;
}

.she-header {
    margin-top: -36px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#masthead .hfe-site-logo-set {
    line-height: 1;
}

#masthead .hfe-site-logo-container {
    line-height: 0;
}

.main-header p {
    margin-bottom: 0;
}

.main-header a {
    color: #fff;
}

#masthead .hfe-nav-menu a:hover {
    text-decoration: underline !important;
}

.mobile-btn {
    display: none;
}

.page-header {
    display: none;
}

.header-btn {
    width: 160px !important;
}

.main-header .nav-links {
    margin-left: auto;
}

.home-contact-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 26%;
    right: 0;
    bottom: 160px;
    background: #F1F1F1;
}

.map-block iframe {
    filter: grayscale(100%) invert(92%) contrast(83%);
}


.marquee h2 {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -60px;
}

.marquee.marquee2 h2 {
    top: -70px;
}

.marquee h2 span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}

.marquee2 h2 span {
    animation-delay: 15s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}


.scroll-text h2 {
    text-align: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation properties -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation: my-animation 12s linear infinite;
    -webkit-animation: my-animation 12s linear infinite;
    animation: my-animation 12s linear infinite;
}

.animation-slow h2 {
    -moz-animation: my-animation 16s linear infinite;
    -webkit-animation: my-animation 16s linear infinite;
    animation: my-animation 16s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.contact-form-block {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-block .form-field {
    padding: 0 8px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.contact-form-block .form-field.half-width {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form-block .form-field p {
    margin: 0;
}

.contact-form-block select,
.contact-form-block textarea {
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45em;
    color: #5C5C5C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B3B3B3;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
    max-height: 51px;
    resize: none !important;
}


.contact-form-block input::-webkit-input-placeholder {
    color: #5C5C5C;
}

.contact-form-block input::-moz-placeholder {
    color: #5C5C5C;
}

.contact-form-block input:-ms-input-placeholder {
    color: #5C5C5C;
}

.contact-form-block input:-moz-placeholder {
    color: #5C5C5C;
}

.contact-form-block .wpcf7-submit {
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    background-color: #181518;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 46px;
    border-color: #181518;
}

.contact-form-block .wpcf7-submit:hover,
.contact-form-block .wpcf7-submit:focus {
    outline: none;
    color: #181518;
    background-color: #EAFE71;
}

.contact-form-block .wpcf7-not-valid {
    border-color: red !important;
}

.contact-form-block .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}


.footer-top {
    position: relative;
}

.footer-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.service-slider-sec {
    margin-top: 60px;
}

.service-slider-sec .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.service-slider-sec .owl-item .service-img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

.service-slider-sec .owl-item img {
    opacity: 0.65;

}

.service-slider-sec .owl-item.active.center {
    z-index: 1;
}

.service-slider-sec .owl-item.active.center .service-img {

    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.service-slider-sec .owl-item.active.center img {
    z-index: 1;
    opacity: 1;
}

.service-content {
    text-align: center;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
}

.service-slider-sec .owl-item.active.center .service-content {
    opacity: 1;
    visibility: visible;
}

#counter {
    margin: 0 !important;
    padding-top: 40px;
}

#counter,
.service-content h4 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 4px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", Sans-serif;
}

#counter .all-items {
    color: rgb(255 255 255 / 40%);
}

#counter .divider {
    width: 2px;
    height: 50px;
    background: rgb(234 254 113 / 40%);
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 18px;
}

.service-content p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.service-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.30015756302521013) 0%, rgba(1, 1, 1, 0.8463760504201681) 100%);
}

.owl-nav button {
    position: absolute;
    bottom: -86px;
    width: 14px;
    height: 24px;
    position: absolute;
    margin: 0 !important;
    font-size: 0 !important;
    background: url(images/arrow-right.svg) 0 0 no-repeat !important;
}

.owl-nav button:hover,
.owl-nav button:focus {
    outline: 0;
    opacity: 0.4;
    outline: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.footer-top a:hover {
    text-decoration: underline !important;
}

.footer-block a,
.copyright-sec p a {
    color: #fff;
}

.footer-block a:hover,
.copyright-sec p a:hover {
    color: #fff;
    text-decoration: underline;
}

.privacy-policy-sec p a {
    color: #181518;
}

.privacy-policy-sec p a:hover {
    color: #181518;
    text-decoration: underline;
}

/**/

.get-started-banner .contact-form-block .wpcf7-submit {
    color: #EAFE71;
    border-color: #EAFE71;
    background: transparent;
}

.get-started-banner .contact-form-block .wpcf7-submit:hover {
    color: #181518;
    background: #EAFE71;
}

.work-block .elementor-widget-wrap.elementor-element-populated {
    margin: 0 10px !important;
}

.work-block {
    z-index: inherit !important;
    position: relative;
}

.work-block:after {
    content: '';
    background: url(images/work-arrow.svg) 0 0 no-repeat !important;
    position: absolute;
    height: 62px;
    width: 62px;
    right: -32px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.work-block:last-child:after {
    display: none;
}

/**/

.services-content {
    max-width: 690px;

}

.services-content-left {
    margin-left: auto;
}

/**/

.our-story-sec:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1500px;
    background: #F1F1F1;
}

.accordion-block .elementor-accordion-icon i {
    height: 38px;
    width: 38px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #010101;
    justify-content: center;
}

.accordion-block .elementor-accordion-icon-opened i {
    background: #EAFE71;
}

/**/

.team-block .elementor-image-box-wrapper:after {
    content: "";
    background: rgb(1, 1, 1);
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.8463760504201681) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 7px;
}

.team-block .elementor-image-box-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    z-index: 1;
    width: auto !important;
}

.team-block .elementor-image-box-title {
    margin: 0;
    margin-bottom: 5px;
}

.team-block .team-position {
    display: block;
    margin-bottom: 12px;
}

/**/

.scheduling-table {
    display: flex;
    flex-wrap: wrap;
}

.scheduling-block {
    flex: 1;
    text-align: center;
    padding-bottom: 6px;
    border-right: 1px solid #B3B3B3;
}

.scheduling-block:last-child {
    border-right: 0;
}

.scheduling-block:nth-child(odd) {
    background: #F1F1F1;
}

.time-table-block ~ .time-table-block {
    border-top: 1px solid #B3B3B3;
}

.time-table-block {
    margin: 0 15px;
    min-height: 60px;
    padding: 6px 15px;
}

.scheduling-block .day-name {
    background: #2C2C2C;
}

.scheduling-accordion h5,
.scheduling-block .day-name h5 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 15px;
}

.accordion-content {
    display: none;
}

.accordion-content .class-name,
.scheduling-block .class-name {
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}

.accordion-content .class-time,
.scheduling-block .class-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.accordion-content .class-time p,
.scheduling-block .class-time p {
    margin: 0;
    color: #5C5C5C;
    font-size: 13px;
    line-height: 22px;
}

.scheduling-accordion h5 {
    background: #2C2C2C;
    text-align: center;
}

.scheduling-accordion .time-table-block {
    text-align: center;
}

.banner-content-block a {
    color: #fff;
    text-decoration: none !important;
}

.banner-content-block a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.get-text-block a {
    color: #181518;
    text-decoration: none !important;
}

.get-text-block a:hover {
    color: #181518;
    text-decoration: underline !important;
}


/*================================
            Responsive
==================================*/

@media only screen and (min-width: 1367px) and (max-width: 1800px) {

    .banner-content {
        padding: 400px 20px 180px 20px !important;
    }

    .about-content .elementor-widget-wrap.elementor-element-populated {
        padding-right: 16% !important;
    }

    .services-content .elementor-widget-wrap {
        padding: 0 40px !important;
    }

    .services-content {
        max-width: 600px;
    }

    .our-story-sec:after {
        left: 40px;
        max-width: 80%;
        margin-left: auto;
    }

}


@media (max-width: 1366px) {

    .contact-form-block input,
    .contact-form-block select,
    .contact-form-block textarea {
        font-size: 15px !important;
        padding: 8px 20px !important;
        max-height: 40px !important;
        min-height: 40px !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }

    .contact-form-block input,
    .contact-form-block select {
         height: 40px !important;
    }

    .home-contact-sec:after {
        left: 26%;
        bottom: 120px;
    }

    #counter,
    .service-content h4 {
        font-size: 28px;
    }

    .team-block .elementor-image-box-wrapper:after {
        bottom: 6px;
    }

    .our-story-sec:after {
        left: 40px;
        max-width: 90%;
        margin-left: auto;
    }


}

@media (max-width: 1200px) {

    .home-contact-sec:after {
        left: 26%;
        bottom: 80px;
    }

    #counter,
    .service-content h4 {
        font-size: 28px;
    }

    #counter .divider {
        height: 38px;
    }

}

@media (max-width: 1024px) {

    .home-contact-sec:after {
        left: 40px;
        bottom: 40%;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .order-4 {
        order: 4;
    }

    .order-5 {
        order: 5;
    }

    .marquee h2 {
        top: -42px;
    }

    .marquee.marquee2 h2 {
        top: -52px;
    }

    .work-block {
        margin-bottom: 16px;
    }

    .work-block:after {
        background-size: 42px !important;
        height: 42px;
        width: 42px;
        right: auto;
        top: auto;
        left: 50%;
        bottom: -28px;
        transform: rotate(90deg) translate(0, 21px);
    }

    .scheduling-accordion h5 {
        margin-bottom: -1px;
        border: 1px solid #B3B3B3;
        background: url(images/plus-icon.svg) calc(100% - 10px) center no-repeat;
        background-color: #2C2C2C;
    }

    .accordion-title.active {
        background: url(images/minus-icon.svg) calc(100% - 10px) center no-repeat;
        background-color: #2C2C2C;
    }

    .services-content {
        max-width: 100%;
    }

    .our-story-sec:after {
        max-width: 100%;
        left: 40px;
        width: auto;
    }

    .team-block .elementor-image-box-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
        min-height: inherit;
    }

    .team-block .elementor-image-box-img img {
        width: 100%;
    }

    #masthead .nav-links,
    #masthead .nav-links .elementor-widget-wrap,
    #masthead .nav-links .elementor-widget-wrap .elementor-element {
        position: static;
    }

    #masthead .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        position: absolute;
        left: -20px !important;
        right: -20px;
    }

    #masthead .hfe-nav-menu-icon {
        padding: 0;
    }

    #masthead .hfe-nav-menu-icon i {
        width: 24px;
        height: 2px;
        background: #181518;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;

    }

    #masthead .hfe-nav-menu-icon i:after,
    #masthead .hfe-nav-menu-icon i:before {
        content: "";
        width: 24px;
        height: 2px;
        background: #181518;
        position: absolute;
        left: 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;

    }

    #masthead .hfe-nav-menu-icon i:before {
        top: 0;
    }

    #masthead .hfe-nav-menu-icon i:after {
        top: 8px;
    }

    #masthead .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon i {
        height: 0;
    }

    #masthead .hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon i:after {
        top: 6px;
        transform: rotate(-45deg);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }

    #masthead .hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon i:before {
        top: 6px;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }


}

@media (max-width: 767px) {

    .contact-form-block .form-field.half-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map-block iframe {
        height: 240px;
    }

    .home-contact-sec:after {
        left: 40px;
        bottom: 160px;
    }

    .accordion-block .elementor-accordion-icon i {
        height: 28px;
        width: 28px;
    }

    .mobile-btn {
        display: block;
    }

    #masthead .mobile-btn a {
        color: #fff !important;
        background: #181518 !important;
        margin: 18px 40px !important;
        text-align: center !important;
        display: block !important;
        padding: 12px !important;
    }

    #masthead .mobile-btn a:hover {
        color: #181518 !important;
        background: #EAFE71 !important;
        text-decoration: none !important;
    }

}

@media (max-width: 480px) {

    .footer-top:after {
        display: none;
    }

    .footer-block {
        width: 100% !important;
    }

    .footer-block .elementor-widget-wrap.elementor-element-populated {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }

    .footer-block .elementor-widget-social-icons .elementor-widget-container {
        text-align: left !important;
        padding: 0 !important;
        margin-left: -10px;
    }

}
