/*
Theme Name: NMG Child
Template: NMG
Version: 1.0
Author: UpSolution
Theme URI: http://nowmediagroup.tv/
Author URI: http://nowmediagroup.tv/
*/
#footer-nmg {
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

/***
** 
*
CLASSES

.masthead-home
.masthead-inside-meet
.masthead-inside
.masthead-inside-contact
.masthead-inside-implants
.masthead-inside-faqs
.masthead-inside-testies
.cta-form
.overview-menu
.testi

*
**
***/

[class*='masthead-'] {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


[class*='masthead-inside'] h1 {
font-size: 2rem;
    color: #ffffff;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 0%;
}

[class*='masthead-home'] h1 {
    font-size: 2.2rem;
    color: #ffffff;
    padding-top: 45%;
    text-shadow: 1px 1px 1px #000000;
    font-weight: 900;
}





/***
**
*
HOME PAGE STYLES
*
**
***/
.service-icons img {
    width: 40%;
}
.masthead-home img {
    padding-top: 2%;
}

.meet-check ul li:before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #0c7f40;
margin-right: 8px;
}

.meet-check ul li {
    list-style-type: none;
    }



/***
**
*
TESTIMONIAL
*
**
***/
.testi {
    background-image: url(http://www.sleepapneahartford.com/wp-content/uploads/2016/08/testi.jpg);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-testimonial-text {
    font-size: 20px;
}

.color_custom .owl-dot.active span {
    border-color: #000;
}

.owl-dot.active span {
    background-color: rgba(12, 127, 64, 0.46)!important;
}


/***
**
*
FORMS
*
**
***/

.gform_footer.top_label {
    margin-top: 4%;
    float: right;
}

input#input_3_1, input#input_3_2, input#input_3_3, textarea#input_3_4 {
    border: 1px solid #046c8d;
    background-color: #fff;
}


/***
**
*
OVERVIEW MENU
*
**
***/
.l-main .widget_nav_menu .menu {
    border-width: 0 0 1px;
    border-style: solid;
    text-align: center!important;
}

@media screen and (max-width: 767px) {
.ubtn-ctn-left {
    display: block;
    text-align: left;
    float: right!important;
}

.ubtn-ctn-right {
    display: block;
    text-align: left;
    float: left!important;
}
}


/*****MEDIAQ****/

@media screen and (max-width: 767px) {
.ubtn-ctn-left.hm-btn {
    display: block;
    text-align: left;
    float: right!important;
}

.ubtn-ctn-right.hm-btn {
    display: block;
    text-align: left;
    float: left!important;
}

.masthead-home img {
    padding-top: 2%;
    width: 50%;
}

[class*='masthead-home'] h1 {
    font-size: 1.5rem;
}
}


@media screen and (max-width: 959px) {
    .l-subheader .ubermenu-responsive-default.ubermenu-responsive {
        display: block;
        position: absolute;
        left: 0;
        width: 100%!important;
        border-bottom: 9px solid #252525;
        background-color: #0c7f40;
    }
    .l-subheader .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        background: transparent!important;
        color: #0c7f40!important;
        margin-left: 0;
        font-size: 1.2rem!important;
    }
    .l-header.bg_transparent .l-subheader .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        color: white!important;
    }
    .l-subheader .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-responsive-toggle-open {
        background: rgba(0, 56, 96, 0)!important;
    }
    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        color: white!important;
    }
    .l-subheader .ubermenu-responsive-default.ubermenu-responsive {
        top: 60px;
    }
    .l-subheader .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        height: 60px;
        line-height: 30px;
    }
}