/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.20
*/

#wide-nav > .flex-row{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
}
#wide-nav > .flex-row > .flex-col{
    margin-left: auto;
    margin-right: auto;
}
#wide-nav > .flex-row > .flex-col .header-nav{
    max-width: 1170px;
    margin: auto;
    justify-content: center;
    width: 100%;
}
#wide-nav > .flex-row > .flex-col:first-child{
    width: 100%;
    background-color: #fff;
}
#wide-nav > .flex-row > .flex-col:last-child{
    width: 100%;
    background-color: #dce5ef;
}
#wide-nav > .flex-row > .flex-col:first-child >ul > li{
    margin: 0;
}
#wide-nav > .flex-row > .flex-col:first-child >ul > li  > a{
    text-decoration: none;
    font-weight: 700;
    padding: 25px 12px;
    border-bottom: 2px solid transparent;
    display: block;
}
#wide-nav > .flex-row > .flex-col:first-child >ul > li  > a:hover {
    color: var(--primary-color);
}
#wide-nav > .flex-row > .flex-col:last-child >ul > li  > a{
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 10px;
    color:#192259;
}
#wide-nav > .flex-row > .flex-col:last-child >ul > li  > a:hover{
    background: #6f98c4;
    background: linear-gradient(to bottom, #c5cad0, #6f98c4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC5CAD0',endColorstr='#FF6F98C4');
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff;
}
.horizonal-menu{
    flex-direction: row;
    gap: 10px;
    justify-content: end;
}
.horizonal-menu a{
    font-size: 12px;
}
.header-blue {
    clear: both;
    background: url(assets/images/bx_blue_h1.jpg) repeat-x;
    line-height: 35px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 0 0 10px 0;
}
.page .header-light{
    background-color: #f1f3f4;
    padding: 12px 0;
}
.page .header-light h1{
    font-size: 24px;
}
.mb-3{
    margin-bottom: 1rem;
}
.widget .widget-title {
    padding: 0 15px 30px;
    color: #151515;
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 700;
    text-transform: math-auto;
}
.widget .widget-title:after{
    content: '';
    z-index: 1;
    opacity: .8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #ff2453;
}
.widget .widget-title:before {
    content: '';
    z-index: 1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #be2edd;
}
.widget .is-divider{
    display: none;
}
.blog-single .entry-category a{
    display: inline-block;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.45em;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #ff2453;
}
.nav-dropdown-has-border .nav-dropdown{
    border: none;
    border-radius: 8px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    border: none;
}