﻿.meet-meem-section .nm-image-overlay:before, .meet-meem-section .nm-image-overlay:after {
    display: none;
}

body.disable-scroll .nm-header {
    position: fixed;
    line-height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nm-lightbox img { border: solid 1px #d6d6d6; }

.extended-lightbox {
    position: relative;
}

.extended-lightbox .nm-lightbox-title {
    position: absolute;
    top: 65%;
    left: 30px;
    display: block;
    opacity: 0;
    webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: #fff;
    z-index: 101;
    font-size: 18px;
    line-height: 24px;
}

.extended-lightbox h4 {
    text-transform: uppercase;
}

.extended-lightbox .nm-lightbox-title h4 {
    font-size: 26px;
    padding-bottom: 0;
}

.nm-lightbox:hover .nm-lightbox-title {
    opacity: 1;
}

.meet-meem-section .nm-lightbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    height: 72px;
    width: 72px;
    background: #000 !important;
    border: 3px solid #99d001;
    border-radius: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.meet-meem-section .nm-lightbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 0;
    height: 0;
    background: none !important;
    border: 10px solid transparent;
    border-left: 15px solid #99d001;
    margin-top: -10px;
    margin-left: -4px;
}

.home-news-section h2 {
    color: #99d001;
}

.home-news-section .nm-post-slider-inner .nm-post-meta {
    display: none;
}

.home-news-section .nm-post-slider-inner a {
    color: #fff;
}

.home-news-section .nm-post-slider-image {
    margin-bottom: 23px;
}
.home-news-section .nm-post-slider-inner {
    padding: 0 65px;
}

.nm-testimonial.center {
    text-align: center;
}

.nm-testimonial-author span:before {
    background: #99d001;
}

.nm-testimonial.center .nm-testimonial-author span {
    padding-right: 38px;
}

.nm-testimonial.center .nm-testimonial-author span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: " ";
    width: 28px;
    height: 1px;
    background: #99d001;
}

.nm-testimonial-description {
    font-size: 20px;
}

.nm-testimonial-author {
    font-size: 19px;
}

.mc4wp-form-fields {
    text-align: center;
}

.mc4wp-form-fields div {
    overflow: hidden;
    display: inline-block;
}

.mc4wp-form-fields .label {
    text-transform: uppercase;
    float: left;
    display: block;
    color: #fff;
    margin-right: 30px;
    line-height: 35px;
    font-size: 20px;
}

.mc4wp-form-fields .email {
    height: 35px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    padding: 0 28px 0 26px;
    float: left;
    font-size: 20px;
}

.mc4wp-form-fields .submit {
    float: left;
    background: #99d001;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #000;
    padding: 0 47px 0 38px;
    height: 35px;
    text-transform: uppercase;
    font-size: 20px;
}

.nm-slider-nav {
    padding: 0 10px;
}

.nm-slider-nav .slick-slide:not(:last-child) {
    margin-bottom: 8px;
}

.nm-slider-nav .slick-slide {
    opacity: 1;
    border: solid 1px #CCC;
}

.nm-slider-nav .slick-slide.slick-active {
    opacity: 0.5;
    border: 1px solid #99d001;
}

.mc4wp-response {
    text-align: center;
}

.mc4wp-response p {
    color: #fff;
}

.dark-button a {
    background: #000;
    display: inline-block;
    height: 44px;
    line-height: 44px !important;
    font-size: 16px;
    border-radius: 22px;
    padding: 0 45px 0 16px;
    position: relative;
    color: #99d001;
}
.dark-button a:hover {
    color: #99d001;
    background: #222;
}

.dark-button a:hover:before {
    background: #222;
}

.dark-button a:before {
    content: '';
    display: block;
    position: absolute;
    top: 42px;
    right: 7px;
    z-index: 1;
    height: 30px;
    width: 30px;
    background: #000;
    border: 1px solid #99d001;
    border-radius: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.dark-button a:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 8px;
    z-index: 2;
    width: 0;
    height: 0;
    background: none;
    border: 7px solid transparent;
    border-left: 11px solid #99d001;
    margin-top: -10px;
    margin-left: -4px;
}

.dark-button2 a {
    background: #000;
    display: inline-block;
    height: 44px;
    line-height: 44px !important;
    font-size: 16px;
    border-radius: 22px;
    padding: 0 45px 0 45px;
    position: relative;
    color: #99d001;
}
.dark-button2 a:hover {
    color: #99d001;
    background: #222;
}

.dark-button2 a:hover:before {
    background: #222;
}

.dark-button2 a:before {
    
    position: absolute;
    top: 42px;
    right: 7px;
    z-index: 1;

    background: #000;

}

.dark-button2 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 8px;
    z-index: 2;
    width: 0;
    height: 0;
   
}


.Android_content, .Ios_content {
    border: none;
    border-top: solid 1px #d6d6d6;
}

.Android_content a, .Ios_content a {
    background: #000;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 56px 0 20px;
    position: relative;
    color: #99d001;
}
.Android_content a:hover, .Ios_content a:hover {
    color: #99d001;
    background: #222;
}

.Android_content a:hover:before, .Ios_content a:hover:before {
    background: #222;
}

.Android_content a:before, .Ios_content a:before {
    content: '';
    display: block;
    position: absolute;
    top: 43px;
    right: 10px;
    z-index: 1;
    height: 34px;
    width: 34px;
    background: #000;
    border: 1px solid #99d001;
    border-radius: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.Android_content a:after, .Ios_content a:after {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: 13px;
    z-index: 2;
    width: 0;
    height: 0;
    background: none;
    border: 7px solid transparent;
    border-left: 11px solid #99d001;
    margin-top: -10px;
    margin-left: -4px;
}

.Ios_btn p {
    border-color: #d6d6d6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.android_btn p {
    border-color: #d6d6d6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nm-wp-gallery-popup .mfp-close {
    z-index: 99999;
}

.rslides_nav {
    text-indent: -999px;
    height: 43px;
    width: 29px;
    background: transparent url(themes/savoy-child/img/arrows.simple.png) right top no-repeat;
    background-size: 200%;
}

.rslides_nav.prev {
    left: -100px !important;
    background: transparent url(themes/savoy-child/img/arrows.simple.png) left top no-repeat;
}

.rslides_nav.next {
    right: -100px !important;
}

@media (max-width: 400px) {
    .nm-testimonial.center .nm-testimonial-author span {
        padding-left: 38px;
    }

    .nm-testimonial.center .nm-testimonial-author span:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        content: " ";
        width: 28px;
        height: 1px;
        background: #99d001;
    }

    .mc4wp-form-fields .email {
        width: 65%;
        padding-left: 20px;
        padding-right: 10px;
        font-size: 18px;
    }

    .mc4wp-form-fields .submit {
        width: 35%;
        padding-left: 28px;
        font-size: 18px;
    }

    .metaslider img {
        margin: 0 auto !important;
        max-height: 100vh;
        width: auto !important;
        float: none !important;
    }
}

@media (max-width: 600px) {
    .extended-lightbox .nm-lightbox-title {
        display: none;
    }
}

@media (max-width: 650px) {
    .mc4wp-form-fields .label {
        float: none;
        margin: 0 0 10px;
    }

    .rslides_nav.prev {
        left: 0 !important;
    }

    .rslides_nav.next {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .mobile-top-margin-fix {
        margin-top: -80px;
    }
}

@media (max-width: 768px) {
    .Android_content .nm-lightbox, .Ios_content .nm-lightbox {
        text-align: center;
        margin: 30px 0;
    }

    .Ios_btn p, .android_btn p {
        border-radius: 27px;
    }
}

@media (max-width: 991px) {
    .extended-lightbox-description {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .nm-banner-slider {
        padding-bottom: 20px;
    }
    .nm-banner-slider .slick-dots {
        position: relative;
        bottom: -10px;
        width: 41.66666667%;
        left: 0;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-left: 35px;
    }

    .nm-slider-thumbs .slick-dots {
        width: 50%;
    }

    .meet-meem-section .nm-banner-slider .slick-slide {
        padding: 0 75px;
    }

    .extended-lightbox-separator {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: #dedede;
    }
}


/* footer */
#text-5 a {
    color: #a5a5a5;
    font-size: 17px;
}

#text-5 {
    width: 33.333333% !important;
    text-align: right;
    margin-top: 0;
    float: right;
}

#text-3, #nav_menu-3 {
    width: 33.333333% !important;
}

@media (max-width: 990px) {
    #nav_menu-3, #text-5 {
        width: 25% !important;
    }

    #text-5 {
        padding-right: 15px !important;
    }

    #text-3 {
        width: 50% !important;
        margin-top: 0;
    }

    .footer_social {
        text-align: center;
    }
}

@media (max-width: 770px) {
    #nav_menu-3, #text-5 {
        margin-bottom: 0;
    }
    #text-5, #text-3 {
        width: 100% !important;
    }

    #text-5 {
        text-align: center;
    }
}