nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 12px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
}

header:not(.sticky) .header_menu_bottom nav.main_menu>ul>li:first-child>a {
    padding-left: 10px;
}

header.sticky .header_bottom {
    display: none;
}

.title .title_holder {
    margin-top: 10px;
}

body.boxed .wrapper {
    background-repeat: repeat;
    background-attachment: fixed;
}

aside .widget h5 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #c7012e;
}

header.light:not(.sticky) .textwidget span:not(.qode-btn-text) {
    font-weight: 500;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: rgba(255, 255, 255, 1);
}

.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner>ul>li>a:hover {
    color: #000;
}

.breadcrumbs .breadcrumbs_inner {
    display: none;
}

.mobile_menu_button span {
    width: 20px;
    height: 20px;
    font-size: 25px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 50px;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    color: #fff;
}