body {
    max-width: 100%;
    overflow-x: hidden;
    background: #161616;
    font-family: 'Baskervville', serif;
    ; }

*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}

/*nav start*/
.logo_cont {
    width: 59px;
    display: inline-block;
}

.logo_cont img {
    width: 100%;
}

.nav_inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 9px;
    margin-top: 26px;
}

.close_nav {
    display: none;
}

.nav_outer {
    display: inline-block;
    float: right;
    margin-top: 22px;
}

.nav_outer ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.nav_outer li {
    font-size: 17px;
    display: inline-block;
    margin: 0px 8px;
    color: #000000;
    font-family: 'Baskervville', serif;
    font-style: italic;
}

.nav_outer li a {
    color: unset;
}

.nav_outer li.close_nav {
    display: none;
}

button.open_nav {
    display: none;
}

.body_Publication {
    background: #ece0cd;
    min-height: 100vh;
    overflow: unset;
    overflow-x: hidden;
}

/*nav end*/
.anamonologous_cont {
}

.anamon_left_cont {
    /* min-height: 100vh; */
    background: transparent;
    position: sticky;
    top: 10px;
}

.anamon_right_cont {
    min-height: 1000px;
    /* background: green; */
}

.post {
    background: red;
    display: inline-block;
    margin: 10px;
    position: absolute;
    box-shadow: 1px 1px 17px 3px #00000073;
}

.post.big_post {
    width: 185px;
    /* height: 321px; */
}

.post.small_post {
    width: 155px;
    height: auto;
}

.inner_post_cont .post:nth-child(1) {
    top: 142px;
    background: #ccc;
    z-index: 1;
}

.inner_post_cont .post:nth-child(2) {
    background: #fff;
    top: 0;
    left: 136px;
    z-index: 0;
}

.inner_post_cont .post:nth-child(3) {
    background: #ccc;
    top: 222px;
    left: 266px;
}

.inner_post_cont .post:nth-child(4) {
    background: #999;
    top: 257px;
    left: 463px;
    height: auto;
}

.inner_post_cont .post:nth-child(5) {
    background: #222;
    top: 0px;
    right: 0;
}

.inner_post_cont .post:nth-child(6) {
    background: #888;
    bottom: 35px;
    right: 0;
}

.inner_post_cont {
    width: 93%;
    height: 100vh;
    /* background: red; */
    position: relative;
    float: right;
}

.post_img_cont {
    width: 100%;
    margin: 0 auto;
}

.post_img_cont img {
    width: 86%;
    margin: 0 auto;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

.post p {
    width: 90%;
    margin: 16px auto;
    font-size: 16px;
    font-weight: bold;
    color: #474545;
}

.inner_post_cont .post {
    transition: all .5s;
    transform: scale(1);
}

.inner_post_cont .post.active_post {
    transition: all .5s;
    transform: scale(1.1);
    z-index: 10;
    /*box-shadow: 1px 1px 20px 12px #00000042;*/
}

.inner_post_cont .post {
    background: url(../img/bg_texture.jpg)!important;
}

.anamon_left_cont {
    padding-top: 19px;
}

.anamon_left_cont h3#catch_text {
    color: #a7a7a7;
    font-size: 29px;
    margin-top: 93px;
}

#catch_img {
    width: 84%;
    display: block;
    margin: 0 auto;
}

#catch_text br {
    content: "A" ;
    display: block ;
    margin-bottom: 20px ;
}

.close_left_cont {
    display: none;
    position: fixed;
    top: 13px;
    right: 0;
    width: 38px;
    background: no-repeat;
    border: none;
}

.close_left_cont svg {
    width: 100%;
    height: auto;
}

.heading_high {
    font-weight: bold;
    font-size: 23px;
}

.heading_pub {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.heading_low {
    font-size: 19px;
    line-height: 23px;
    display: block;
    margin-top: 3px;
}

.cont_pub {
    position: relative;
    margin-bottom: 44px;
}

.left_pub .cont_pub:nth-child(2) {
    margin-bottom: 0px;
}

button.more {
    position: absolute;
    right: 0;
    background: no-repeat;
    border: none;
    bottom: -27px;
    font-style: italic;
}

.short_desc {
    font-size: 13px;
    line-height: 15px;
    color: black;
    font-weight: 400;
    margin-top: 12px;
}

.pub_img {
    display: block;
    width: 86%;
    box-shadow: 1px 1px 8px 0px #000000d9;
    display: block;
    margin-bottom: 17px;
}

.middle_pub {
    padding: 0px 50px;
}

.publication_date_and_auth {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #000000a6;
}

.publication_date_and_auth span:nth-child(1) {
}

.publication_date_and_auth span:nth-child(2) {
    float: right;
}

.nogutter {
    padding: 0;
}

.pub_img_full_width {
    width: 100%;
}

.bottom_right {
    padding: 10px;
}

.top_right {
    margin-bottom: 40px;
}

.tab {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.tab button {
    background: no-repeat;
    border: none;
    padding: 0px 19px;
}
.overlay_more {
    width: 68%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #ece0cde6;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 7px );
    -webkit-backdrop-filter: blur( 4px );
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    padding-top: 100px;
    overflow: auto;
}

.close_atri {
    width: 32px;
    padding: 0;
    background: no-repeat;
    border: none;
    position: absolute;
    right: 40px;
    top: 40px;
}

.close_atri svg {
    width: 100%;
    height: auto;
}

.overlay_more h1 {
    font-weight: bold;
    /* font-size: 23px; */
    display: block;
    font-size: 38px;
    line-height: initial;
    margin-bottom: 21px;
}

.overlay_more h1 span {
    font-size: unset;
    display: block;
}

.overlay_more .publication_date_and_auth_more {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.overlay_more .desc_more {
    font-size: 17px;
    margin-top: 23px;
}
.overlay_more h1 {
    font-size: 44px;
}
.overlay_more h1 br {
    display:none;
}
#editoial{
    display: none;
}
.tab button.tab_active{
    border-bottom: 1.5px dashed #212121;
    padding-bottom: 5px;
}
.publication_footer {
    display: block;
    text-align: center;
    color: #040303;
    width: 100%;
    max-width: 1151px;
    margin: 0 auto;
    font-size:12px
}
.publication_footer a{
    color: #040303;
    font-size:12px
}
@media only screen and (max-width: 900px) and (min-width: 300px){
    .publication_footer {
    display: block;
    text-align: center;
    color: black;
    width: 100%;
    max-width: 1151px;
    margin: -13px auto;
    font-size:17px
}

}
.publication_footer {
    display: block;
    text-align: center;
    color: #040303;
    width: 100%;
    max-width: 1151px;
    margin: 0 auto;
    font-size:12px
}
.publication_footer a{
    color: #040303;
    font-size:12px
}

@media only screen and (max-width: 900px) and (min-width: 300px){
    .publication_footer {
    display: block;
    text-align: center;
    color: black;
    width: 100%;
    max-width: 1151px;
    margin: -13px auto;
    font-size:17px
}

}
