/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.custom-logo {
    width: 230px;
    height: 68px;
    background: url(../../../../../images/Demo/logo-sunny.png) 50% 50% no-repeat;
    background-size: contain;
}

.f-block-headerbar .custom-logo {
    padding: 0;
    width: 135px;
    height: 40px;
    background: url(../../../../../images/Demo/logo-sunny.png) 50% 50% no-repeat;
    background-size: contain;
}

.f-block-headerbar .menu-dropdown a.level1,
.f-block-headerbar .menu-dropdown span.level1 {
    color: #ababab;
    height: 30px;
    padding: 5px 0 5px 0;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}

.f-block-headerbar .menu-dropdown .dropdown {
    top: 51px;
}

.f-block-headerbar .menu-dropdown li.level1.parent:hover:after,
.f-block-headerbar .menu-dropdown li.remain.parent:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #edb033 transparent transparent transparent;
    top: 41px;
    left: 43%;
    z-index: 99;
}

.f-block-headerbar .menu-dropdown li.active .level1 {
    position: relative;
    color: #626262;
    border-bottom: 1px solid #edb033;
}

.f-block-headerbar .menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 {
    color: #edb033;
    border-bottom: 1px solid transparent;
    border-bottom-color: #edb033;
}