@import "layout.css";
@import "menu.css";
@import "menumobile.css";

.mobile { display: block; }
.dekstop { display: none; }
@media (min-width: 768px) {
    .dekstop { display: block; }
    .mobile { display: none; }
}
@media (max-width: 767px)
{
    #menuu {
        background-color: #036d34;
        width: 100%;
    }
    #menuu #main-navbar {
        z-index: 1001;
    }
    #menuu { display: block !important; }
    .mobile #menuu > .container {
        max-width: unset !important;
        padding: 0;
    }
    #menuu .navbar-toggler {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 2rem;
        color: #fff;
        margin-left: auto;
        padding: 0.5rem 1rem;
        position: relative;
    }
}




/* shari */
li { font-size:14px;}
.testata-loghi-p img{
    height:auto;
}
h1, .h1 {
    font-size: 36px;
}
.page-header, .view-content h1
 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.testata-loghi-p a:first-child img {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.views-field.views-field-created time {
    font-style:italic;
}
@media (max-width:767px) {
    .node-type-esperienza .page-header, .node-type-esperienza .view-content h1
 {
    margin: 80px 0 20px;
 }
    .navbar {
        justify-content: flex-end;
        height:auto !important;
    }
    .node-315 .main-container {
        margin-top: 300px !important;
    }
    div#block-mastermsdg-hp {
    border: 0;
}
.dropdown-item { white-space: normal;}
img {
    height: auto !important;
}
}
@media (min-width: 768px) {
    #foto {
    margin-top: -63px;
}
}
@media (max-width:500px)
 {
    .node-315 .main-container {
        margin-top: 200px !important;
    }
 }

.dropdown-item.active{
    background-color: #428bca !important;
}
.messages--error, .messages--warning{
  display: none !important;
}


.js-form-item-title-0-value .form-item__label::after {
    display: inline-block !important;
    margin-inline: 0.15em;
    content: "*" !important;
    color: red !important;
    font-size: 0.875rem !important;
}

@media(max-width: 768px){
  .dropdown-item.active{
    background-color: transparent !important;
  }
#menuu .dropdown-menu li a:hover{
  background: rgba(255, 255, 255, .1);
}
}