body {
    margin-left: 0;
    transition: all .5s ease;
}

#masthead {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

#masthead > .row-fluid,
.site-content.row-fluid {
    padding-top: 0;
}

.admin-bar #masthead{
    top: 32px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

h1.site-title a {
    background: url("../../images/header_logo.svg") no-repeat;
    background-size: contain;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
    width: 73px;
}

.ren-header-topnav-opened #gdpr-bar {
    margin-left: -260px;
}

.headerAdContainer {
    padding-bottom: 0;
}

.ren-header-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    height: 55px;
    max-width: none;
}

#site-navigation {
    float: none;
    width: auto;
    margin-left: 20px;
    margin-right: 0px;
}

.site-branding {
    float: none;
}

.hamburger-icon {
    position: relative;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 0;
}

.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2) {
    top: 10px;
}

.hamburger-icon span:nth-child(3) {
    top: 20px;
}


/* Header Menu */
.ren-header-menu__spacer {
    flex-grow: 1;
}

.ren-header-nav .ren-social-links {
    display: none;
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 220px;
    height: 80px;
    z-index: 100;
    padding-top: 10px;
}

.ren-header-nav .ren-social-links__wrap {
    background: #000;
    border: 1px solid #666;
    padding: 10px ;
}
.ren-mobnav  .ren-social-links{
    text-align: left;
    border: 0;
    border-bottom: 1px solid #333;

}
.ren-mobnav  .ren-social-links__wrap {
    padding: 0;
}

.menu-item-social:hover .ren-social-links {
    display: block;
}

.main-navigation ul .ren-social-links ul {
    position: initial;
    height: 40px;
    margin-top: 10px;
}

.nav-menu > li {
    margin-right: 0;
}

.nav-menu li.depth-0:hover a,
.nav-menu li.current-post-ancestor.depth-0:hover a {
    background: inherit;
}

.nav-menu li.depth-0 a {
    margin: 4px 5px 4px 5px;
    padding: 0 5px;
}
.nav-menu li.current-menu-item.depth-0 a{
    background: none;
    border-bottom: 1px solid #e2e2e2;
}

/* Header Menu End */

/* Header search */

.ren-nav-search {
    float: none;
    margin-right: 0;
    width: 180px;
    position: relative;
    margin-top: 7px;
}

.ren-nav-search > form {
    position: relative;
}

input.ren-nav-search__button:hover,
input.ren-nav-search__button,
.ren-nav-search__button {
    background-color: transparent;
    background-image: url('../img/search.svg');
    background-position: center 50%;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    text-indent: -10000em;
    display: block;
    box-shadow: none;
    position: absolute;
    border-radius: 0px;
    left: auto;
    right: 1px;
    height: 30px;
    width: 35px;
    top: 1px;

}

input.ren-nav-search__input,
.ren-nav-search__input {
    background: #000;
    color: #fff;
    border-radius: 0px;
    height: 24px;
    border: 1px solid #474747;
    position: relative;
    top: auto;
    left: auto;
    width: 0;
    opacity: 0;
    padding: 3px 10px;

    transition: width .5s ease;
}

input.ren-nav-search__input:focus,
.ren-nav-search__input:focus {
    color: #fff;
}

.ren-nav-search__input.ren-nav-search__input--active,
.ren-mobnav .ren-nav-search__input {
    width: calc(100% - 20px);
    opacity: 1;
}

.ren-mobnav .ren-nav-search {
    width: calc(100% - 20px);
    margin: 0px;
    padding: 10px;
    background-color: #333;
}

.ren-mobnav .ren-nav-search__input {
    border: 0;
}

/* Header search End */

/* Left header navigation menu */

.ren-lnav {
    display: flex;
}

.ren-lnav__opener {
    margin: 13px 10px 10px 0px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ren-header-topnav-opened .ren-lnav__opener-triangle {
    position: absolute;
    left: 10px;
    top: -26px;
    background: #000;
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

.ren-lnav__opener .hamburger {
    height: 25px;
}


/* Left header menu End*/

/* Header Top Navigation */
.ren-header-topnav {
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    overflow: hidden;
    background: #000;
}

.ren-header-topnav__wrap {
    display: flex;
    padding: 10px 30px;
}

.ren-header-topnav-opened .ren-header-topnav {
    height: 300px;
    opacity: 1;
    border-bottom: 1px solid #666;

}

.ren-header-topnav__menu {
    width: 250px;
    margin-top: 20px;
}

.ren-header-topnav__menu-item {
    color: #e2e2e2;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
    padding: 0;
    font-size: 2rem;
    margin-bottom: 1.25rem;
    line-height: 24px;
    border: none;
}

.ren-mobnav .ren-header-topnav__menu-item {
    padding: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
}

.ren-mobnav .ren-header-topnav__menu {
    margin-top: 0;
}

.ren-header-topnav__menu-item:hover {
    color: #fff;
}

/* Header Top Navigation End */

/* Header Mobile Navigation  */

.ren-mobnav {
    position: fixed;
    min-height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    transition: all .5s ease;
    overflow: hidden;
    display: none;
}


.ren-header-topnav-opened .ren-mobnav {
    width: 260px;
    opacity: 1;
    overflow: auto;
    height: 100%;
}

.ren-mobnav__main-menu {
    padding-top: 10px;
}

.ren-mobnav__main-menu ul {
    margin-left: 0;
}

.ren-mobnav__main-menu .menu-item {
    list-style: none;
    padding: 5px 15px;
}

.ren-mobnav__main-menu .menu-item > a {
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
}

/* Header Mobile Navigation End */

/* Header Shows Slider */
.ren-header-slider {
    width: calc(100% - 250px);
}

.ren-header-slider__slider {

}

.ren-header-slider .slick-prev,
.ren-header-slider .slick-next {
    z-index: 1;
}

.ren-header-slider .slick-prev {
    left: 15px;
}

.ren-header-slider .slick-next {
    right: 15px;
}


.ren-header-slider__item {
    padding: 0 5px;
}

.ren-header-slider__item img {
    height: 270px;
    width: 180px;
}

.ren-mobnav .ren-header-slider {
    width: calc(100% - 20px);
    padding: 10px;
    border-bottom: 1px solid #333;
}

.ren-mobnav .slick-prev {
    left: 5px;
}

.ren-mobnav .slick-next {
    right: 5px;
}

.ren-mobnav .ren-header-slider__item img {
    height: 90px;
    width: 60px;
}


/* Header Shows Slider End */

/* Media Queries Section */


@media all and (max-width: 1200px) {
    .ren-header-nav {
    }
}


@media all and (max-width: 800px) {


    body.admin-bar {
        margin-top: 42px;
    }

    .site-content {
        margin-top: 55px;
    }

    .container {
        margin-top: 40px;
    }

    .ren-header-nav .ren-nav-search,
    .ren-header-topnav,
    .main-navigation {
        display: none;
    }

    .ren-mobnav {
        display: block;
    }

    .ren-header-topnav-opened {
        margin-left: 260px;
        width: calc(100% - 260px);
        transition: all .5s ease;
    }


    .ren-header-nav {
        position: fixed;
        left: 0px;
        top: 0;
        z-index: 10000;
        width: 100%;
        padding-bottom: 0px;
        transition: all .5s ease;
        background: #000;
    }

    .ren-header-topnav-opened .ren-header-nav {
        left: 260px;
    }

    h1.site-title a {
        position: relative;
        left: 0;
        height: 30px;
        margin-top: 11px;
        width: 55px;
    }

    .ren-header-topnav-opened .ren-lnav__opener-triangle {
        display: none;
    }

}

/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/


