
/*  Responsive topnav styles specific to the theme.
--------------------------------------------------------------------------------------- */


/* Slide-nav styles. Not inside a media query, but need to be in the responsive css to override top_nav.css
--------------------------------------------------------------------------------------------------------- */
#slide_nav_reveal,
body.responsive-nav-slide-nav #header #slide_nav_reveal {
    width: auto;
    text-indent: -9999px;
    height: auto;
    vertical-align: middle;
    line-height: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
    padding-top: 0;
}
#header.header_layout_center .header-ui-wrapper {
    right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
}
#slide_nav_reveal::after {
    text-indent: 0;
    display: block;
    height: auto;
    vertical-align: middle;
    font-family: "artlogic-social-icons" !important;
    content: "\e02c";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 14px;
    left: 6px;
    color: #111;
}

.responsive-nav-slide-nav #responsive_slide_nav_wrapper.navigation ul li a,
.responsive-nav-slide-nav #top_nav.navigation ul li a {
    font-size: 1.9rem;
    line-height: 4rem;
    background: none;
}




    #responsive_slide_nav_wrapper #top_nav #top_nav_reveal ul li a::after {
        content: "\e034";
        font-size: 20px;
        line-height: 20px;
    }
    
    body.responsive-nav-side-position-fullscreen #responsive_slide_nav_wrapper #top_nav #top_nav_reveal {
        padding: 50px 30px 0 0;
    }




/* Right aligned logo ------------------------ */

body.responsive-nav-slide-nav #header.header_layout_right #slide_nav_reveal,
#header.header_layout_right .header_social_links_desktop{
    margin: 0 15px 0 0;
}




