body.menu-is-fixed { overflow: hidden; }
.mobile-header .navbar-toggler{
    padding: 0;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.mobile-header{
    display: none;
}
.mobile-header .navbar-brand img {
    max-width: 250px;
    width: 100%;
}
.mobile-header .mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 62px;
    background: #1e2b53;
    left: 0;
    z-index: 9999;
    overflow: auto;
    height: calc(100% - 62px);
}
.mobile-header-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.mobile-header .mobile-menu.show {
    display: block;
}
.mobile-header .mobile-menu ul.nav{
    flex-direction: column;
}
.mobile-header-edition h4, .mobile-header-edition h5{
    color: #fff
}
header .mobile-header .nav-link{
    display: inline-block;
}
.mobile-header-edition {
    padding: 10px;
}
.latest-edition img {
    max-width: 200px;
    width: 100%;
}
.latest-edition {
    padding-top: 15px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
    top: 20px;
}
.site-header {
    width: 100%;
    z-index: 9999;
    transition: top 0.3s;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.footer-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 24px;
}
.footer-menu-block {
    text-align: left;
    margin-bottom: 50px;
}
.footer-menu-block li.nav-item {
    line-height: 1.25;
    margin-bottom: 12px;
}
.footer-menu-block img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
footer{
    padding: 50px 50px 0;
}
footer .footer-logo{
    margin-bottom: 25px;
    padding-right: 0;
}
footer a{
    display: inline-block;
}
footer .social-media li {
    display: inline;
    list-style: none;
}
footer .social-media li i {
    font-size: 15px;
}
footer a:hover{
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    footer .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media only screen and (max-width: 1024px){
    .desktop-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }  
    .mobile-header .row>[class^=col-] {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    .footer-menu-block{
        text-align: center;
        margin-bottom: 35px;
    }
    footer a{
        padding-right: 0;
    }
    footer .social-media a{
        padding-right: 15px;
    }
    footer {
        padding: 50px 20px 0;
    }
    .row.social-media ul {
        margin-bottom: 0;
    }
}