/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: Child theme styles
Author: Giss
Author URI: http://www.giss.cz
template: bb-theme
*/

/* Add your custom styles here... */
@media (min-width: 992px) {
    .fl-page-nav-right .fl-page-header-wrap {
        border-bottom: 2px dashed #f0f0f0;
    }
}

@media (min-width: 768px) {
    .fl-page-nav-wrap {
        border-bottom: 2px dashed #f0f0f0;
        border-top: 2px dashed #f0f0f0;
    }
}
.fl-page-footer {
    border-top: 2px dashed #495d7d;
}

.fl-page-bar {
    border: none;
    height: 1px;
    overflow: visible;
    font-size: 11px;
}

.fl-page-bar-nav {
    float: right;
    text-transform: uppercase;
}
.menu-item-language-current a {
    /*color: #60a930;*/
}
.menu-item-language-current a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #1b355d transparent transparent transparent;
}

.fl-page-bar-nav li > a {
    padding: 2px 0 2px 5px;

}
.fl-page-bar-nav li > a:hover  {
    text-decoration: underline;
}