.coloured-nav .main_menu_col [data-component=offcanvas], .fixto-fixed .main_menu_col [data-component=offcanvas] {
    color: #fff;
}

.coloured-nav .main_menu_col [data-component=offcanvas] .bubble, .fixto-fixed .main_menu_col [data-component=offcanvas] .bubble {
    background-color: #d62c2c;
}

.main_menu_col [data-component=offcanvas] .bubble {
    position: absolute;
    z-index: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #000;
    opacity: 1;
    border-radius: 100%;
    transition: all .2s linear;
}

#offcanvas-wrapper {
    background-color: #ff6363f7;
}

ul.dropdown-menu.simple-menu-items>.current-menu-item>a, ul.dropdown-menu.simple-menu-items>.current_page_item>a {
    color: #da2626;
}


ul.dropdown-menu>li>a {
    font-weight: 200;
}

.coloured-nav ul.dropdown-menu.active-line-bottom>.current-menu-item>a, .coloured-nav ul.dropdown-menu.active-line-bottom>.current_page_item>a, .coloured-nav ul.dropdown-menu.default>.current-menu-item>a, .coloured-nav ul.dropdown-menu.default>.current_page_item>a, .fixto-fixed ul.dropdown-menu.active-line-bottom>.current-menu-item>a, .fixto-fixed ul.dropdown-menu.active-line-bottom>.current_page_item>a, .fixto-fixed ul.dropdown-menu.default>.current-menu-item>a, .fixto-fixed ul.dropdown-menu.default>.current_page_item>a {
    border-bottom: 3px solid #d41e2f;
}

h1.hero-title {
    color: #FFF;
    margin-bottom: 2.25rem;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 2.14;
    letter-spacing: .9px;
}

.header-description, .inner-header-description {
    display: none;
}

.h1, h1 {
    font-size: 2rem;
    line-height: 4rem;
}