﻿/*
** Main Menu styles
*/
.sf-menu a {
    font-size: 14px;
    text-transform: capitalize;
}

.sf-menu > li > a {
    font-weight: 500;
    cursor: pointer;
}

/* Desktop menu - (min 992px) styles */
@media (min-width: 992px) {
    .mainmenu_wrapper {
        position: relative;
    }
    /* menu layout */
    .sf-menu, .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sf-menu li {
            position: relative;
        }

            .sf-menu li > ul {
                position: absolute;
                display: none;
                top: 100%;
                z-index: 99;
            }

            .sf-menu li:hover > ul,
            .sf-menu li.sfHover > ul {
                display: block;
            }

        .sf-menu a {
            display: block;
            position: relative;
        }

        .sf-menu li > ul > li > ul {
            top: 0px;
            left: 100%;
        }
        /* menu skin */
        .sf-menu a {
            padding: 8px 10px;
            text-decoration: none;
            zoom: 1;
            /* IE7 */
            transition-property: color, background-color, border-color, padding-top, padding-bottom;
        }

        .sf-menu li {
            white-space: nowrap;
            /* no need for Supersubs plugin */
            *white-space: normal;
            /* ...unless you support IE7 (let it wrap) */
            transition: background .2s;
        }

        .sf-menu > li {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            margin: 0 -4px;
        }

            .sf-menu > li:first-child {
                margin-left: 0;
            }

            .sf-menu > li:last-child {
                margin-right: 0;
            }

            .sf-menu > li > a {
                padding-top: 25px;
                padding-bottom: 25px;
                padding-right: 0;
                padding-left: 0;
            }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .sf-menu > li > a {
        /*	padding-top: 38px;
		padding-bottom: 38px;*/
    }
}

@media (min-width: 992px) {
    .sf-menu > li > a:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #d1ab6a;
        -webkit-transform: translateY(10px) scaleX(0);
        transform: translateY(10px) scaleX(0);
        opacity: 0;
        transition: all 0.2s ease 0s;
    }

    .bordered_items .sf-menu > li > a:after {
        display: none;
    }

    .header_white .sf-menu > li > a:after {
        background-color: #d1ab6a;
    }

    .sf-menu > li > a:hover:after,
    .sf-menu > li.active > a:after,
    .sf-menu > li.sfHover > a:after {
        -webkit-transform: translateY(0) scaleX(1);
        transform: translateY(0) scaleX(1);
        opacity: 1;
    }

    .item_with_border .sf-menu > li.active > a {
        border-top: 5px solid #08275d;
    }

    .bordered_items .sf-menu > li {
        padding: 0;
    }

        .bordered_items .sf-menu > li + li:before {
            content: '';
            width: 1px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.2);
        }

    .header_white .sf-menu > li > a {
        color: #323232;
        cursor: pointer;
    }

        .header_white .sf-menu > li > a:hover,
        .header_white .sf-menu > li.active > a {
            color: #d1ab6a;
        }

    .header_white .sf-menu > li + li:before {
        background-color: #eaeaea;
    }

    .header_darkgrey .sf-menu > li > a {
        color: #ffffff;
    }

        .header_darkgrey .sf-menu > li > a:hover,
        .header_darkgrey .sf-menu > li.active > a {
            color: #d1ab6a;
        }

    .header_gradient .sf-menu > li > a {
        color: #ffffff;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        /* only transition out, not in */
        transition: none;
    }
    /* second and next levels */
    .sf-menu > li .mega-menu,
    .sf-menu li > ul {
        margin-top: 0px;
        text-align: left;
        list-style: none;
        padding: 0px 0;
        background-color: #ffffff;
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
        min-width: 10em;
        /* allow long menu items to determine submenu width */
        width: 15em;
        /* no auto sub width for IE7, see white-space comment below */
        border-radius: 0;
    }

        .sf-menu > li .mega-menu > li > ul,
        .sf-menu li > ul > li > ul {
            z-index: -1;
        }

    .sf-menu ul a {
        color: #323232;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (min-width: 1600px) {
    .sf-menu ul a {
        padding-right: 30px;
        padding-left: 30px;
        color: black;
    }
}

@media (min-width: 992px) {
    .sf-menu .mega-menu ul {
        box-shadow: none;
        padding: 0;
    }

        .sf-menu .mega-menu ul a {
            padding-left: 0;
            padding-right: 0;
        }

    .sf-menu ul a:hover,
    .sf-menu ul li.active > a {
        color: #323232;
        background: #ffb500;
    }

        .sf-menu ul a:hover:after,
        .sf-menu ul li.active > a:after {
            display: none;
        }
    /* third level */
    .sf-menu ul ul {
        margin-top: 0;
    }

    .dotted_items .sf-menu > li + li > a:before {
        content: "";
        position: absolute;
        left: -16px;
        top: 50%;
        margin-top: -2px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .header_white .dotted_items .sf-menu > li + li > a:before {
        background-color: #323232;
    }

    ul .dropdown-menu a:not(.theme_button) {
        padding: 0;
    }

    ul .dropdown-menu .theme_button {
        padding: 13px 30px 13px;
    }
}

/* common paddings */
@media (min-width: 992px) {
    .sf-menu > li > a {
        margin-left: 2px;
        margin-right: 2px;
    }

    [class*="container"] .sf-menu > li:first-child > a {
        margin-left: 0;
    }

    [class*="container"] .sf-menu > li:last-child > a {
        margin-right: 0;
    }

    .bordered_items .sf-menu > li > a {
        margin: 0;
        padding: 25px 40px;
    }
}

/* -md- paddings */
@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        color: white;
    }

    .bordered_items .sf-menu > li > a {
        margin-right: 24px;
        margin-left: 24px;
    }
}

/* -lg- paddings */
@media (min-width: 1200px) {
    .sf-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        color: white;
        font-size: 16px;
    }

    .boxed .col-md-6 .sf-menu > li > a {
        margin-left: 14px;
        margin-right: 14px;
    }

    .dotted_items .sf-menu > li + li > a:before {
        left: -21px;
    }
}

@media (min-width: 1400px) {
    .sf-menu > li > a {
        margin-left: 25px;
        margin-right: 25px;
    }

    .header_logo_center .sf-menu > li > a {
        margin-left: 30px;
        margin-right: 30px;
    }

    .dotted_items .sf-menu > li + li > a:before {
        left: -26px;
    }
}

.sf-menu i[class] {
    margin-right: 7px;
}

.sf-menu .header-button {
    font-size: 16px;
}

    .sf-menu .header-button i[class] {
        margin-right: 0;
    }

/* hidden menu items */
@media (min-width: 992px) {
    .sf-menu .sf-md-hidden {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .sf-more-li {
        display: none;
    }
}

/* logo in center of menu */
.sf-menu > .sf-logo-li {
    visibility: hidden;
}

/* Mobile menu toggler */
@media (max-width: 991px) {
    .toggle_menu {
        position: absolute;
        top: 67px;
        left: 48px;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1001;
        visibility: visible;
    }

    .toggler_right .toggle_menu {
        right: 0;
        left: auto;
    }

    .toggler_left .toggle_menu {
        right: auto;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .toggler_xs_right .toggle_menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 991px) and (max-width: 499px) {
    .toggler_xxs_right .toggle_menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 991px) {
    .ls .toggle_menu span,
    .ls .toggle_menu span:before,
    .ls .toggle_menu span:after,
    .header_white .toggle_menu span,
    .header_white .toggle_menu span:before,
    .header_white .toggle_menu span:after {
        background-color: #323232;
    }

    .intro_section + .page_header_wrapper .toggle_menu span,
    .intro_section + .page_header_wrapper .toggle_menu span:before,
    .intro_section + .page_header_wrapper .toggle_menu span:after {
        background-color: #ffffff;
    }

    .intro_section + .page_header_wrapper .affix .toggle_menu span,
    .intro_section + .page_header_wrapper .affix .toggle_menu span:before,
    .intro_section + .page_header_wrapper .affix .toggle_menu span:after {
        background-color: #323232;
    }

    .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span,
    .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span:before,
    .intro_section + .page_header_wrapper .affix .toggle_menu.mobile-active span:after {
        background-color: #ffffff;
    }

    .page_toplogo .toggle_menu {
        z-index: 1;
    }

    .header_logo_center .toggle_menu {
        right: 0;
        left: auto;
    }

    .toggle_menu:hover span:before {
        top: -9px;
    }

    .toggle_menu:hover span:after {
        top: 9px;
    }

    .toggle_menu:before,
    .toggle_menu span,
    .toggle_menu span:before,
    .toggle_menu span:after {
        display: block;
        width: 30px;
        position: absolute;
        background-color: #ffffff;
        content: '';
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 2px;
    }

    .toggle_menu:before,
    .toggle_menu span {
        left: 15px;
        top: 50%;
    }

        .toggle_menu span:before {
            opacity: 1;
            top: -8px;
        }

        .toggle_menu span:after {
            opacity: 1;
            top: 8px;
        }

    .toggle_menu.mobile-active {
        background-color: #323232;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
    }

        .toggle_menu.mobile-active:before {
            background-color: #ffffff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .toggle_menu.mobile-active span {
            background-color: #ffffff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .toggle_menu.mobile-active span:before,
            .toggle_menu.mobile-active span:after {
                opacity: 0;
            }
}

/* Mobile Menu (max 991px) styles */
@media (max-width: 991px) {
    .mainmenu_wrapper {
        /*position: relative;*/
        position: fixed;
        visibility: hidden;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

    .mobile-active .mainmenu_wrapper {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .nav-justified > li > a {
        text-align: left;
    }

    .sf-menu {
        position: fixed;
        overflow: auto;
        background-color: rgba(225,181,0, .7);
        padding: 20px 20px 20px 10px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 100%;
        font-size: 1.1em;
        text-transform: capitalize;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
        transition: all 0.4s ease-out 0s;
        opacity: 0;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 15px;
    }

    .sf-menu > li > a,
    .sf-menu a {
        color: #ffffff;
    }

    .sf-menu ul {
        list-style: none;
        padding-left: 10px;
    }

        .sf-menu ul li a {
            display: block;
            padding: 10px;
            font-weight: 300;
            font-size: 16px;
            text-transform: none;
        }

            .sf-menu ul li a:before {
                content: '-';
                padding-right: 5px;
            }

        .sf-menu ul ul li a:before {
            content: '--';
            padding-right: 5px;
        }
    /* arrows (for all except IE7) */
    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }
        /* styling for both css and generated arrows */
        .sf-arrows .sf-with-ul:after {
            font-family: 'FontAwesome';
            content: '\f107';
            position: absolute;
            right: 2em;
            height: 0;
            width: 0;
            font-size: 20px;
        }
}

/* Mega Menu */
@media screen and (min-width: 992px) {
    .mainmenu_wrapper ul .mega-menu .mega-menu-col {
        padding: 0;
    }

        .mainmenu_wrapper ul .mega-menu .mega-menu-col a {
            padding-right: 30px;
            padding-left: 30px;
        }

    .mainmenu_wrapper ul .mega-menu ul {
        min-width: auto;
        border: none;
    }

    .mainmenu_wrapper .menu-item-has-mega-menu {
        position: relative;
    }

    .mainmenu_wrapper .mega-menu {
        display: none;
        position: absolute;
        width: 940px;
        top: 100%;
        z-index: 10;
    }

    .mainmenu_wrapper .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }
    /* row */
    .mainmenu_wrapper .mega-menu-row {
        position: static;
        display: table;
        table-layout: fixed;
    }

        .mainmenu_wrapper .mega-menu-row ul {
            position: static;
            display: block;
            border-top: none;
        }
    /* column */
    .mainmenu_wrapper .mega-menu-col {
        display: table-cell;
        width: 2000px;
        padding: 0 20px;
        border-left: 1px solid #eaeaea;
        /* overrides from settings / styling / mega-menu */
    }

        .mainmenu_wrapper .mega-menu-col > a {
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 700;
        }

        .mainmenu_wrapper .mega-menu-col:first-child {
            border-left: none;
        }

    .mainmenu_wrapper ul ul .mega-menu {
        width: auto;
        top: -20px;
        margin-left: 1px;
        display: block;
        width: auto;
    }

        .mainmenu_wrapper ul ul .mega-menu li {
            display: block;
            width: auto;
            border: none;
        }
}

@media screen and (min-width: 1200px) {
    .mainmenu_wrapper .mega-menu {
        width: 1140px;
    }

    .mainmenu_wrapper ul .mega-menu ul {
        min-width: 10em;
    }
}

@media screen and (max-width: 991px) {
    .mainmenu_wrapper .mega-menu {
        position: static;
    }
}

/*
**Subpages
*/
.edit-link {
    text-align: right;
    display: block;
}

/*404*/
.not_found {
    position: relative;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

    .not_found .oops {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 16px;
        font-family: "Poppins";
        text-transform: capitalize;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

@media (min-width: 768px) {
    .not_found {
        font-size: 300px;
    }

        .not_found .oops {
            font-size: 30px;
        }
}

.not_found + h3 {
    font-size: 32px;
    margin: 0 0 40px;
}

    .not_found + h3 + p {
        margin: 0 0 15px;
    }

        .not_found + h3 + p + .widget_search {
            max-width: 340px;
            margin: auto;
        }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px 10px 0px !important;
}

.navbar-nav > li {
    float: left;
    margin-right: 0px !important;
    padding: 0px 0px;
}