/* El fixes */
body.elementor-editor-active #MS_Custom_CSS {
    margin-top: 27px
}
body:not(.elementor-editor-active) #MS_Custom_CSS {
    display: none;
}
/* general */
a {
    color: #666666;
}
a:hover {
    color: #666666;
}
.button-stroke button {
    background-color: #000 !important;
    color: #fff !important;
}
.button-stroke button:hover {
    background-color: #000 !important;
    color: #fff !important;
    opacity: .7;
}
/* header */
div#Top_bar > .container {
    max-width: 1080px;
}
div#Top_bar.is-sticky .container {
    max-width: 1080px;
}
.header-stack.header-center
div#Top_bar .logo,
div#Top_bar .top_bar_right {
    display: none;
}
.header-stack.header-center
div#Top_bar .menu_wrapper {
    width: 100%;
}
div#Top_bar .menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important;
    font-family: 'Cardo', Georgia, "Times New Roman", serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div#Top_bar .menu > li:hover > a,
div#Top_bar .menu > li.hover > a {
    color: rgba(0, 0, 0, 0.8);
    opacity: .7;
}
div#Top_bar .menu > li.current-menu-item > a {
    *color: #50cb95 !important;
    color: #0047ab !important;
}
div#Top_bar .menu > li > a span:not(.description) {
    border: none;
    line-height: 45px;
}
@media only screen and (min-width: 1240px){
    div#Top_bar.is-sticky .menu_wrapper .menu > li > a {
        padding: 0;
    }
    div#Top_bar.is-sticky .menu > li > a:after {
        display: none;
    }
    div#Top_bar.is-sticky .menu
    > li > a span:not(.description) {
        line-height: 60px;
    }
}
/* end menu */
div#Subheader {
    background-size: cover;
    background-position: 0 -1100px;
    box-sizing: border-box;
    min-height: 160px;
    position: relative;
}
div#Subheader:before {
    background-color: rgba(255, 255, 255, 0.7);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#Subheader h2.title,
div#Subheader ul.breadcrumbs li {
    color: #fff;
    display: none;
    line-height: 100px;
}
div#Subheader ul.breadcrumbs li a {
    color: #fff;
}
.elementor-widget-icon-list .elementor-icon-list-item {
    list-style: none;
}
#Footer .widgets_wrapper {
    background-color: #f2f2f2;
}
#Footer .widgets_wrapper h4 {
    color: #444;
}
#Footer #back_to_top > i {
    color: #f7f7f7;
}
#Footer #back_to_top:hover > i {
    color: #545454;
}