/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.navbar-style-three, body.page-header-disabled .navbar-style-three { border: none; }
.navbar-style-three .dropdown-menu > li > a { color: #1a171b; }
#site-navigation .dropdown-menu > li > a:hover { border-radius: 8px; }
div#wpex-mobile-menu-navbar-toggle-wrap, a.mobile-toggle-nav__link { text-align: center; }
main { margin-top: 1em; }
#site-scroll-top.show { opacity: 0.8; }
#site-scroll-top.show:hover { opacity: 1; }
.full-width-input input[type="submit"] { margin-top: 10px; }


/* Login screen */
body { background: #fff; }
.login h1 a {
    background-image: none,url(../../uploads/2017/03/logo_ns_200.png);
    background-size: 95px;
    color: #1a171b;
    height: 95px;
    width: 200px;
    background-size: auto;
}

@media (min-width: 959px){
    body.has-mobile-menu .show-at-mm-breakpoint {
        display: none;
    }
}
@media (max-width: 959px){
    main { margin-top: 0; }
    main .vc_custom_1493818021553 {
        padding-top: 50px !important;
        padding-bottom: 7px !important;
    }
}