/* Homepage image */
.homepage_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% \9;
    max-height: 50vh;
}
.homepage-image-wrapper {
    margin-bottom: 20px;
    margin-top: -20px;
}

/* PKP sidebar */

.pkp_structure_sidebar {
    padding-top: 8px;
}

.pkp_structure_sidebar .pkp_block{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.pkp_block {
    margin-bottom: 30px;
}
.pkp_block .title {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    text-align: center;
}
.pkp_block .content {
    flex: 1 1 auto;
}
.pkp_block ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.pkp_block a {
    padding: .75rem 1.25rem;
    display: flex;
    color: dimgrey;
}
.pkp_block a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    color: dimgrey;
}
.pkp_block li {
    border-radius: 0;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    display: block;
}
.pkp_block ul li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* custom blocks */
.pkp_block.block_custom .content {
    padding: .75rem 1.25rem;
}
.pkp_block.block_custom a {
    padding: 0;
}

/* submission block */
.block_make_submission .content {
    background-color: #868e96;
}

.block_make_submission .content a {
    color: white;
}
.block_make_submission .content a:hover {
    text-decoration: none;
    background-color: #60676f;
}

/* recent articles block */
.recent-articles-section-title h3, .journal-summary-title h3 {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-left: -5px;
    margin-right: -5px;
    text-transform: capitalize;
}
.recent-articles-section-title {
    margin-bottom: 20px;
}
a.recent-article-title {
    color: black;
    font-size: 19px;
    display: block;
}
a.recent-article-title:hover {
    text-decoration: none;
    color: #404040;
}
.recent-wrapper{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

/* all index page */
.index-page-content {
    /*margin-top: 50px;*/
    margin-top: -10px;
}

/* recent issues block */
.recent-issues-slider {
    margin-bottom: 30px;
}

.recent-issues-slider h3 {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: capitalize;
}

#carouselIndicators {
    margin-bottom: 30px;
}

#carouselIndicators .carousel-inner {
    border-radius: 5px;
}

/* journal summary */

.summary-content {
    padding: 10px 10px 20px 10px;
    text-align: justify;
}

/* Home Page Sections */

.current-issue-home-section{
    padding-left:0;
    padding-right:0;
    padding-top:9px;
    padding-bottom:29px;
}

.current-issue-home-section .card{
    border:none;
}

.home-section{
    padding-left:0;
    padding-right: 0;
    padding-bottom: 29px;
}

.current-issue-title{
    font-family: "Work Sans", "Noto Sans", sans-serif;
    color:#134A80;
    padding-top:32px;
    padding-bottom: 12px;
    padding-left:0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 19px;
    border:none;
    background: transparent;
}



#current-cover-home{
    padding-left:0;
    min-height:481px;
    height:481px; 
    overflow:hidden;
}



#current-cover-home img{
    height:100%;
    width:100%;
    object-fit:contain;
}

.current_icons{
    /*height:12px;width:20px;*/ 
    float: left;
    margin-top:-2px;
}
.current_icons img{
    filter: invert(35%) sepia(92%) saturate(4976%) hue-rotate(347deg) brightness(92%) contrast(90%);  
}

#current-info-panel{
    padding-right:0;
}

#current-issue-vertrec{
    padding-left:0;
    padding-right:0;
}
.current-issuetitle-home h5{
    font-family: Volkhov, serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 52.1px;
    color:black;
}

.current-issuenumber-home{
    color: #000000;
    font-family: Volkhov;
    font-size: 24px;
    letter-spacing: 0.3px;
    line-height: 52.1px;
}

.current-info-links{
    list-style:none;
    color: #E02B2B;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 19px;
    padding-left:0;
    margin-top:94px;
}

.btn.download_btn{
    color: #E02B2B;
    /* font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 16px; */
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 19px;
    padding-left:0;
}

.btn.download_btn:hover{
    text-decoration: underline;
}

.btn.download_btn:focus{
    box-shadow: none;
}
.current-info-links a{
    color: #E02B2B;
}

.current-info-links li{
    margin-bottom:32px;
}

.current-info-impact{
    /* position:absolute;
    bottom:0; */
    width:fit-content;
    width:-moz-fit-content;
    left:15px;
    background-color: #134A80;
    color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28.1px;
  padding-left:9px;
  padding-right:9px;
  padding-bottom:0;
  padding-top: 0;
}

.index-curentissue-vertad{
    padding-right:0;

}

.vertrec-adv-asset2{
    /* position:absolute;
    top:0;
    right:0; */

    position: unset;
    padding-right: 0;
    margin-right: 0;
    padding-top: 20px;
    width: fit-content;
    width:-moz-fit-content;
    margin-left: auto;

}

.square-adv-asset{
    padding-bottom:10px;
}

/* le altre sezione della home */
.home-section-title{
    font-family: "Work Sans", "Noto Sans", sans-serif;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #134A80;
    color:#134A80;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left:0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 28.1px;
}

.three-articles-cat{
    font-family: "Work Sans", "Noto Sans", sans-serif;
    /* border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #134A80; */
    color:#134A80;
    /* padding-top: 12px;
    padding-bottom: 12px;
    padding-left:0; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 28.1px;
    text-transform:uppercase;
}
.three-articles-adv{
    text-align:right;
    padding-right:0;
    margin-right:auto;
    margin-left:auto;
}



.editor-picks-title{

}

.editor-picks-row .card-img-top{
	display:none;
} 

.editor-picks-row{
    padding-top:29px;    
}


.editor-picks-row .recent-wrapper{
    padding:0;
} 

.editor-picks-row .left-col{
    border-right:1px solid #D3D3D3;
}
.editor-picks-row .recent-wrapper .card .card-body{
    padding:16px;
}

.editor-picks-row .recent-wrapper .card .card-author{
    color: rgba(0,0,0,0.6);
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15px;
    /* line-height: 52.1px; */
}

.editor-picks-row .recent-wrapper .card .card-body .card-title{
    font-family: Volkhov, serif;
    font-size: 36px;
    font-weight:600;
    letter-spacing: 0;
    line-height: 45.1px;
    color: #000000;
}

.editor-picks-row .card{
    border:0;
}

.editor-picks-article-title-right, .editor-picks-article-title-left{
  color: #000000;
  font-family: Volkhov, serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45.1px;
}

/* .three-articles-title{

} */

.three-articles-row{
padding-top:29px;

}

.three-articles-row .recent-wrapper{
    padding:0;
} 

.three-articles-row .left-col{
    border-right:1px solid #D3D3D3;
}

.three-articles-row .left-col-wrapper{
    padding-left:0;
}



.three-articles-row .right-col{
    border-right:1px solid #D3D3D3;
    padding-left:16px
}



.three-articles-row .recent-wrapper .card .card-body{
    padding:16px;
    padding-left:0;
}

.three-articles-row .recent-wrapper .card .card-author{
    color: rgba(0,0,0,0.6);
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15px;
    /* line-height: 52.1px; */
}

.three-articles-row .recent-wrapper .card .card-body .card-title{
    font-family: Volkhov, serif;
    font-size: 24px;
    font-weight:600;
    letter-spacing: 0;
    line-height: 34.1px;
    color: #000000;
}

.three-articles-row .card{
    border:0;
}

.three-articles-row .card-author{

    border-bottom: 1px solid #D3D3D3;
    padding-bottom:10px;
}

.three-articles-article-title{
  color: #000000;
  font-family: Volkhov, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34.1px;
}

.three-articles-row .card-abstract{

    color: #000000;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28.1px;
}


/* .three-articles-row .card-img-top{
    height:146px;
} */

.three-articles-row .card.card-early-views{
    border:2px solid #134A80;
    border-radius: 0;
    margin-left:14px;
    margin-right:26px;
}


.three-articles-row .card.card-early-views .card-abstract{

  color: #000000;
  font-family: "Work Sans", "Noto Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28.1px;
}

.three-articles-row .card.card-early-views .card-author{
    border:0;
}

.three-articles-row .card.card-early-views .card-body{
    padding-left:16px;
}
.card-section-title{
    font-family: "Work Sans", "Noto Sans", sans-serif;
    color:#134A80;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left:0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 28.1px;
}

.haema-advantage-title{
}

.takeadvantage{
    margin-bottom:30px;
    margin-left:17px;
}

.ta_ltrow{
    padding-bottom:15px;
}
.ta_lbrow{
    padding-top:15px;
}

.info-container{
    padding-right:0;
}

.vertical-top{
    height:400px;
}


.home-ad-sqtop{
    padding-bottom:15px;
}
/* @media (max-width: 575px) {  
 .container{
     padding-left:10px;
     padding-right:10px;
 }
} */


/* 
 xs Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
 
 sm - Small devices (landscape phones, 576px and up) 
@media (min-width: 576px) 

 md - Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint 
@media (min-width: 768px) 
 
 lg - Large devices (desktops, 992px and up)
@media (min-width: 992px)
 
 xl - Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px)
*/
 

@media (max-width: 991px) {
    .vertrec-adv-asset2{
        top:10px;
        right:20px;
    }  
}
/* schermi piccoli */
@media (max-width: 767px) {  

    #current-cover-home{
        min-height:auto;
        height:auto; 
        }

    .three-articles-adv{
        padding-left:0;
    }

    .three-articles-row .left-col-wrapper{
    padding-right:0;

    }
    .three-articles-row .left-col{
        border:none;
    }
    .three-articles-row .right-col{
        border:none;
        padding-right:0;
        padding-left:0;
    }
    .editor-picks-row .left-col{
        border:none
    }

    .editor-picks-row .recent-wrapper .card .card-body{
        padding-left:0;
        padding-top:5px;
    }
 
}

@media (max-width: 575px) {

    .index-currentissue-col{
        padding-left:0;
        padding-right:0;
    }
    .current-issuetitle-home .card-title{
        margin-bottom: 0px;
    }
    .current-issue-home-data p{
        margin-bottom: 0px;
    }
    .current-info-links{
        margin-top:20px;
    }
    .current-info-links li{
        margin-bottom:16px;
    }
    .info-container{
        padding-left:0;
    }
    .index-curentissue-vertad{
        padding-left: 0;
    }
    .vertrec-adv-asset2{
        width: fit-content;
        width:-moz-fit-content;
        position:unset;
        margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    }  
}