.mob-hide-to-load {
    opacity: 0;
}

.mob-hide-to-load.loaded {
    opacity: 1;
}

.main-header__wraper {
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
}

.main-header__wraper {
    padding-bottom: 0;
    padding-top: 0;
}

.header-nav-menu-restyle-wrap .container {
    position: relative;
}

@media only screen and (min-width:1250px) {
    .header-nav-menu-restyle-wrap .container,
    .container-1220 {
        width: 1220px;
    }
    .container-1190 {
        width: 1190px;
    }
}

.header-nav-menu-restyle-wrap-top-part>* {
    display: block;
    float: left;
}

.header-nav-menu-restyle-wrap-top-part {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ECECEC;
}

.header-logo-wrapp {
    display: table;
    margin-right: 60px;
}

.header-logo-wrapp img {
    width: 180px;
    height: 40px;
    object-fit: contain;
    object-position: left;
}

.header-search-wrapp {
    position: relative;
    width: calc(100% - 318px);
}

.header-search-wrapp .search-input {
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.header-search-wrapp #searchsubmit {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -19px;
    padding: 0;
}

.header-search-wrapp img {
    width: 16px;
    height: 16px;
}

.header-socials-wrapp {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}

.header-socials-wrapp a {
    display: inline-block;
    margin-right: 16px;
}

.header-socials-wrapp a:last-child {
    margin-right: 0;
}

.header-socials-wrapp img {
    width: 18px;
    height: 18px;
}

.header-nav-menu__nav-item-link {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding: 12px 10px;
    color: #000;
}

.section-title a {
    text-decoration: underline !important;
    color: #333!important;
    transition: all .3s ease;
}

.section-title a:hover {
    color: #f90001!important;
}

.last-posts-sidebar {
    overflow: auto;
}

#true_loadmore {
    display: none;
}

.loadmore {
    position: relative;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    background-color: #f90001;
    color: #fff;
    padding: .8em 1.6em;
    text-decoration: none!important;
    text-transform: uppercase;
    float: none;
    margin-bottom: 30px;
    transition: all .3s;
    font-size: 1em;
    min-width: 90px;
    text-align: center;
}

.loadmore.active {
    color: #f90001;
}

.loadmore i {
    display: none;
}

.loadmore.active i {
    position: absolute;
    display: block;
    font-size: 20px;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -11px;
}
.last-posts__date-title{
	opacity:0;
}
.last-posts__date-title.dubl {
    display: none;
}

.blog__post-item-content .post-item-title {
    flex-direction: column;
}

@media only screen and (min-width:992px) {
    .mobile-menu-toggle {
        display: none;
    }
    .header-nav-menu__nav-item:first-child .header-nav-menu__nav-item-link {
        padding-left: 0;
    }
    .header-nav-menu__nav-item:last-child .header-nav-menu__nav-item-link {
        padding-right: 0;
    }
    .header-logo-wrapp-mobile {
        display: none;
    }
}

.menu-item-has-children .angle {
    top: 14px;
}

@media only screen and (max-width:992px) {
    .header-logo-wrapp {
        display: none;
    }
    /* .header-logo-wrapp {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .header-logo-wrapp img {
        width: 300px;
        height: auto;
    } */
    .header-logo-wrapp-mobile {
        display: table;
        float: left;
        padding: 20px 0;
    }
    .header-logo-wrapp-mobile img {
        width: 170px;
        height: 40px;
        object-fit: contain;
        object-position: left;
    }
    .mobile-menu-toggle {
        position: absolute;
        right: 5px;
        bottom: -53px;
    }
    .header-socials-wrapp {
        top: auto;
        right: 0px;
        margin-top: 0;
        bottom: 29px;
    }
    .header-search-wrapp {
        width: calc(100% - 76px);
    }
    .mobile-menu {
        display: block!important;
    }
    ul.header-nav-menu__nav-list {
        display: none;
    }
}


/* change news view */

.blockNews,
.wrapArticles {
    display: block;
}

.blockNews>article,
.wrapArticles>article {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.blockNews>article .post-item-thumb:not(.blog-item-thumb),
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb) {
    width: 40%;
    float: left;
}

.blockNews>article .post-item-thumb:not(.blog-item-thumb)>.post-item-date,
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb)>.post-item-date {
    right: auto;
    left: 10px;
}

.blockNews>article .post-item-thumb:not(.blog-item-thumb) img,
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb) img {
    object-fit: cover;
}

.blockNews>article .post-item-content:not(.blog__post-item-content),
.wrapArticles>article .post-item-content:not(.blog__post-item-content) {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 40px;
}

.blog__post-item-content {
    padding: 20px;
}

.author-link__wrap {
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}

.blog__post-item-content .post-item-text {
    margin-bottom: 7px;
}

.author-avatar {
    text-align: left;
}

.author-avatar img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.last-blog-posts__content .select-blog-item {
    display: none;
}

.last-blog-posts__content .last-blog-items {
    width: 100%;
}

.blog-item-content-wrapp .post-item-title {
    margin-bottom: 6px;
}

.post-item {
    width: 100%;
}

.post-item-author {
    margin-bottom: 0;
}

@media only screen and (min-width:992px) {
    .post-item-author {
        width: 100px;
        float: left;
    }
    .blog-item-content-wrapp {
        width: calc(100% - 100px);
        float: left;
    }
    .main-footer>.row>div:nth-child(2) .footer-nav {
        min-width: calc(100% + 50px);
    }
}


/* @media only screen and (max-width:991px) {
    .post-item{
        width: 100%;
    }
} */

@media only screen and (max-width:767px) {
    .blockNews>article .post-item-thumb:not(.blog-item-thumb),
    .wrapArticles>article .post-item-thumb:not(.blog-item-thumb),
    .blockNews>article .post-item-content,
    .wrapArticles>article .post-item-content {
        width: 100%;
        clear: both;
    }
    .blockNews>article .post-item-content:not(.blog__post-item-content),
    .wrapArticles>article .post-item-content:not(.blog__post-item-content) {
        width: 100%;
        float: left;
    }
    .copyright-text {
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(../fonts/GorillaFont.ttf);
}

.copyright-gorilla a {
    font-family: Gorilla;
    transition: all .3s ease;
    color: #fff;
    opacity: 0.9;
    text-decoration: none!important;
}

.copyright-gorilla a:hover {
    opacity: 1;
}

.footer-info-text a {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
    transition: all .3s ease;
}

.footer-info-text a:hover {
    opacity: 0.9;
}

@media only screen and (min-width:767px) {
    /* .copyright .row>div:nth-child(2) {
        text-align: center;
    } */
    .copyright .row>div:nth-child(2) {
        text-align: right;
    }
}

@media only screen and (max-width:767px) {
    .copyright .row>div:nth-child(2) {
        margin-top: 5px;
    }
}


/* publications */

.publications-article-with-img {
    position: relative;
}

.publications-article-with-img .publications-img {
    width: 240px;
    float: left;
    object-fit: cover;
}

.publications-article-with-img .post-item-content.publications-with-img {
    position: static!important;
    width: calc(100% - 240px)!important;
    float: left!important;
}

@media only screen and (max-width:767px) {
    .publications-article-with-img .publications-img {
        width: 100%;
        float: none;
    }
    .publications-article-with-img .post-item-content.publications-with-img {
        position: static!important;
        width: 100%!important;
        float: none!important;
        padding-top: 15px !important;
    }
}


/* publications end */