/*
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 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #fff;
    position: relative;
}
.mfp-title {
    color: #666666;
    line-height: 24px;
    overflow-wrap: break-word;
    padding-right: 36px;
    padding-top: 12px;
    text-align: left;
    font-weight: 500;
}
.mobile-toggle-nav .menu-item-has-children ul a::before {
    content: "";
    margin-right: 10px;
    opacity: 0;
}
.mfp-counter {
    color: #ffffff;
    font-size: 0px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
}