@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #444349;
}

p{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #444349;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #011B32;
}

.register-form-legend{
  color: #011B32 !important;
  font-size: 14px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before{
  background-color: #27a74a !important;
}

.custom-control-input:checked~.custom-control-label::before{
  border-color: #27a74a !important;
}

.form-control{
  padding-left: 5px;
}

a,
a:link,
a:visited,
a:focus,
.more_button,
.more_button:link,
.more_button:visited,
.more_button:focus{
  /*font-family: 'Montserrat', sans-serif;*/
  color: #27a74a;
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.25s linear;
  border-bottom: none;
}

a:hover,
.more_button:hover{
  color: #444349;
  background: transparent;
}

a:not([href]):not([tabindex]){
  color: #27a74a;
}

/*a,
a:focus,
a:visited,
a:active{
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
}*/

/* HEADER */
.header {
  background-color: #FFFFFF;
}

.upper-header {
  flex-direction: column;
  padding-right: 16px;
}

.logo-wraper {
  order: 2;
  width: 100%;
  max-width: unset;
  display: flex;
  justify-content: center;
  padding: 30px 0 60px 0;
}

@media (max-width: 991px){
  .logo-wraper {
    padding: 30px 0 10px 0;
  }
}

#user-nav-wraper{
  order: 1;
  width: 100%;
  max-width: unset;
}

#languageNav .dropdown-toggle{
  color: #011B32;
}

.nav-link{
  color: #011B32 !important;
  font-size: 14px;
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
  transition: all 0.25s linear;
}

.nav-link:focus{
  outline: 0;
  box-shadow: none !important;
}

.nav-link:hover{
  color: #27a74a !important;
}

#navigationPrimary{
  justify-content: space-evenly;
}

.nav-item.show .nav-link.dropdown-toggle{
  background-color: #FFFFFF;
}

.dropdown-item{
  color: #011B32 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
  transition: all 0.25s linear;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active{
  color: #011B32 !important;
}

/* FOOTER */

.site-footer{
  color: #011B32;
}

.pkpbrand-wrapper {
  display: none;
}

.additional-footer-info{
  justify-content: space-between;
}

.user-page-footer {
  max-width: 100%;
  width: 100%;
  flex: none;
}

.sh-logo-unimi{
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

@media (max-width: 767px) {
  .sh-logo-unimi{
    padding-top: 60px;
  }
}

/* CONTENUTI */
main,
.page_login{
  background-color: #F6F6F6;
  min-height: calc(100vh - 667px);
}

.current_issue_label{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #011B32;
}

.current_issue_title,
.issue-header{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #27A74A;
}

.published{
  font-size: 14px;
  color: #666666;
}

.description_label,
.page_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #011B32;
}

.description_text p{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #444349;
}

h3,
.section_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #011B32;
}

.summary_title,
.summary_title:active,
.issue_title,
.issue_title:active {
  /*font-family: 'Cardo',serif !important;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #444349 !important;
  transition: all 0.25s linear;
  text-decoration: none;
}

.summary_title:focus,
.issue_title:focus{
  outline: 0;
  box-shadow: none !important;
}

.summary_title:hover,
.issue_title:hover{
  color: #011B32 !important;
}

.authors,
.issue_summary_date{
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}

.pages{
  display: none;
}

.btn-primary,
.buttons > .register,
.buttons > .col-md-6 > .register,
.buttons > .register-button {
  color: #011B32 !important;
  text-decoration: none;
  background-color: #F6F6F6 !important;
  border-color: #27a74a !important;
  font-size: 18px;
  padding: 8px 10px;
  transition: all 0.25s linear;
  border: 1px solid;
  border-bottom: 1px solid #27a74a !important;
}

.btn-primary:hover,
.buttons > .register:hover,
.buttons > .col-md-6 > .register:hover,
.buttons > .register-button:hover {
  border-color: #27a74a !important;
  background-color: #27a74a !important;
}

.btn-secondary {
  color: #011B32 !important;
  text-decoration: none;
  background-color: #27a74a !important;
  border-color: #27a74a !important;
  font-size: 18px;
  padding: 8px 10px;
  transition: all 0.25s linear;
  border: 1px solid;
  border-bottom: 1px solid #27a74a !important;
}

.btn-secondary:hover {
  border-color: #27a74a !important;
  background-color: #F6F6F6 !important;
}

.btn-primary:focus,
.btn-secondary:focus {
  outline: 0;
  box-shadow: none !important;
}

.issue_summary_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #011B32 !important;
  transition: all 0.25s linear;
  padding: 10px 0 15px 0;
}

.issue_summary_title:hover {
  text-decoration: none;
}

.container-narrow span{
  font-size: 16px !important;
}

.section:not(:last-child) {
    border-bottom: 1px solid #666666 !important;
}

@media (max-width: 576px){
  .journal-logo{
    max-width: 250px;
  }
}

@media (max-width: 991px){
  #navigationUser .nav-item.show .nav-link.dropdown-toggle,
  #languageNav .nav-item.show .nav-link.dropdown-toggle{
    background-color: #FFFFFF;
  }
}

@media (max-width: 991px){
  #nav-small {
    padding-bottom: 0;
  }
}

ion-icon[name="menu"]{
  display: none;
}

.page_index_journal .section {
   display: none !important;
}

h1.logo-wrapper {
  text-align: center;
  align-self: center;
  padding-right: 0;
}

.sidebar_wrapper { display: none;}
