/**
 * Mega Project Child – Header: logo, navigation, menu, header block
 * Contents: menu, logo, nav, header-style-3, logo-right-area, header tel/email, block area
 */

ul#menu-main-by-marloo,
ul#menu-main-by-marloo-1 {
    z-index: 999;
    background: #222222;
}

ul#menu-main-by-marloo {
    text-transform: capitalize;
}

.gdlr-logo-wrapper {
    position: relative;
    z-index: 999;
    background: #000000b3 !important;
    height: 160px !important;
}


.gdlr-logo {
    float: left;
    margin-left: 7px;
    padding-top: 25px !important;
    max-width: 274px !important;
}

.gdlr-logo img {
    max-height: 130px !important;
    width: auto !important;
    height: auto !important;
    display: block;
}

.gdlr-header-inner.gdlr-fixed-header .gdlr-logo,
.gdlr-logo {
    max-width: 274px !important;
}

/* Nav section */
.header-style-3 .gdlr-navigation-wrapper {
    background: #00000036;
    margin: 0;
}

.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    color: #ffffff !important;
    font-size: 13px;
    padding: 15px 20px 15px 20px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.gdlr-main-menu > li:hover > a {
    color: white;
}

.gdlr-navigation-wrapper .gdlr-main-menu > li {
    padding: 0;
}

nav.gdlr-navigation ul.sf-menu :hover {
    border-bottom: 2px solid #b31c1e;
    color: white;
    background: #27272C;
}

.gdlr-navigation-wrapper .gdlr-main-menu > li a:hover {
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(127, 127, 127, 1);
}

.header-style-3 .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.gdlr-main-menu > .gdlr-normal-menu li,
.gdlr-main-menu > .gdlr-mega-menu .sf-mega {
    background-color: #202020;
}

.sf-menu > .gdlr-normal-menu li a {
    padding: 7px 15px;
    text-decoration: none !important;
}

.sf-menu > .gdlr-normal-menu ul {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 15px;
    min-width: 190px;
}

@media only screen and (max-width: 990px) {
    .logo-right-area {
        display: none;
    }

    .header-style-3 .gdlr-logo {
        padding-bottom: 10px;
    }
}

.gdlr-header-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: none;
}

.header-style-3 .logo-right-area {
    margin-top: 50px;
}

.logo-right-area {
    z-index: 99;
}

.gdlr-header-inner.gdlr-fixed-header .logo-right-area {
    margin-top: 20px !important;
}

p.header-soc {
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    line-height: 10px;
}

p.header-tel {
    color: #ee3036 !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    line-height: 10px;
}

p.header-tel a {
    color: white !important;
    text-decoration: none !important;
}

p.header-tel a:hover {
    color: #ee3036 !important;
}

p.header-email {
    color: #ee3036 !important;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 10px;
}

p.header-email a {
    color: white !important;
    text-decoration: none !important;
}

p.header-email a:hover {
    color: #ee3036 !important;
}

.header-block-area-wrapper {
    display: none;
}

.header-block-area {
    float: right;
    border-right: 1px solid grey;
    padding-right: 5%;
    margin-right: 5%;
    border-left-width: none;
    border-left-style: none;
    display: table;
}

.header-style-3 .header-block-area .header-block-icon,
.header-block-title {
    font-size: 20px;
}

img.headersocial {
    width: 35px;
}

i#gdlr-menu-search-button {
    display: none;
}
