/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.nav li li {
    line-height: 1em
}

#top-menu .sub-menu li {
    margin-bottom: 5px;
}

.section__front__blog .post-content a {
    border: 1px solid #003070;
    background-image: -o-radial-gradient(top right, circle, #003070 0%, #001f4c 100%);
    background-image: radial-gradient(circle at top right, #003070 0%, #001f4c 100%);
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.section__front__blog .post-content a:hover {
    background: #fff;
    color: #003070;
}

.section__front__blog .pagination {
    margin-bottom: 30px;
}


.gdpr-btn_s .et_pb_button,
#blog-btn_s .et_pb_button,
.dataLoss-btn_s .et_pb_button {
    display: block;
}

#blog-btn_s .et_pb_button {
    text-align: center;
}

.protect-btn_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.protect-btn_s .et_pb_button:hover {
    background: #fff !important;
    color: #002355 !important;
}

.dataLoss-btn_s,
.dataLoss-icons-direction {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.developer {
    color: #fff;
    text-align: center;
}

.developer a {
    color: #20bdbe;
    font-weight: 600;
}

footer a:hover {
    color: #20bdbe;
    text-decoration: none;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.mobile_menu_bar:after,
.mobile_menu_bar:before {
    color: #20bdbe;
}

header .wpml-ls-legacy-list-horizontal {
    display: inline-block;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header-nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    float: none !important;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-header .logo_container {
    position: relative;
}

#main-header .container:after,
#main-header .container:before {
    content: none !important;
}

header .et_menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header #logo {
    max-width: 130px;
}

header .logo_container {
    width: auto !important;
}

header #et-top-navigation {
    padding-top: 0 !important;
}

.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
}

header #top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header #top-menu > li > a {
    padding: 6px 0;
}

header #et_search_icon:before {
    position: relative;
    top: 0;
}

#main-header {
    padding: 10px 0;
    position: relative!important;
}


.wpml-ls-legacy-list-horizontal a {
    padding: 0 10px 0;
}






@media (max-width: 980px) {
    header #top-menu {
        display: none;
    }

    header #et-top-navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0 !important;
    }

    header #et_top_search {
        margin: 0 15px;
        float: none;
    }

    .et_fixed_nav #main-header {
        position: relative !important;
    }

}