/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.text-box.banner-layer {
    pointer-events: none;
}

a.button.primary.is-underline.footerButton:before {
    left: 0;
    background-color: #213d68;
}

span.widget-title {
    color: #ad2221;
}

.widget .is-divider.small {
    background-color: #ad2221;
}

.nav>li>a {
    font-size: 1.4em;
    font-weight: 500;
    color: #ad2221;
}

.alert.is-underline,.alert.is-link,.alert.is-outline {
    color: #b20000

}

.primary.is-underline, .primary.is-link, .primary.is-outline{
    color: #b20000
}

pre,blockquote,form,figure,p,dl,ul,ol {
    margin-bottom: 1.3em;
    color: #213d68;
}

footer#footer .row.large-columns-3.mb-0 {
    max-width: 1530px;
}

footer#footer .row.large-columns-3.mb-0 .col {
    padding: 0 40px;
}

.absolute-footer.dark.medium-text-center.small-text-center a {
    color: white;
}


@media screen and (max-width: 549px) {
    footer#footer .row.large-columns-3.mb-0 .col {
        padding: 0 10px;
    }
}

.footer-widgets.footer.footer-2 .widget.widget_custom_html{
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 !important;
    /* display: none; */
}



.szechenyi {
    /* position: absolute; */
    /* right: 0; */
}