@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/plugins/dro-dashboard/assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('/wp-content/plugins/dro-dashboard/assets/fonts/Muli.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --colore-base: #404040;
    --colore-accento: #000080;
    --colore-sfondo-menu: #151515;
    --colore-sfondo-dark: #151515;
    --colore-sfondo-light: #fafafa;
}

/* Generali */
html{
    font-size: 100%;
}
body{
    font-family: 'Muli', sans-serif;
    color: var(--colore-base);
    overflow-y:auto !important;
}
h1, h2, h3, h4, h5, h6{
    color: var(--colore-base) !important;
    font-family: 'Montserrat', sans-serif;
}
a{
    color: var(--colore-accento);
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
#content.site-content {
    padding-bottom: 0;
}
.br-0{
    border-radius: 0;
}
.br-5{
    border-radius: 5px;
}
.br-10{
    border-radius: 10px;
}
.br-20{
    border-radius: 20px;
}
.b-sh{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(47, 112, 161, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(47, 112, 161, 0.1);
}
.vc_row{
    padding: 50px 0px;
}
.vc_row{
    padding: 50px 0px;
}
.btn.btn-primary{
    background-color: var(--colore-accento);
    color: white;
    border: 1px solid var(--colore-accento);
    padding: .5rem 3rem;
}
/* */

/* Header */
header#masthead{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 999;

}
header#masthead .navbar{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header#masthead .navbar-brand img{
    max-width: 300px;
}
header#masthead #main-nav{
    background-color: var(--colore-accento);
}
header#masthead.scrolled{
    position: fixed;
    background-color: var(--colore-accento);
}
header#masthead.scrolled .container-fluid{
    max-width: 1140px !important;
}
header#masthead.scrolled #main-nav{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
}
header#masthead.scrolled .navbar{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
header#masthead.scrolled .navbar-brand img{
    max-width: 80px;
}
/* */

/* Menu */
#masthead .navbar-nav > li > a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white !important;
    font-size: 0.8rem !important;
}
#masthead .navbar-nav > li > a.dropdown-toggle:after {
    content: '\f107';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: none;
    vertical-align: middle;
    margin-left: .5rem;
}
#masthead .navbar-nav > li:hover > a.dropdown-toggle + ul{
    display: block;
    margin-top: 0;
}
#masthead .navbar-nav > li > ul{
    background-color: var(--colore-sfondo-menu);
    border-radius: 0;
    padding: 0;
    border-top: 2px solid white;
    min-width: unset;
}
#masthead .navbar-nav > li > ul a.dropdown-item{
    white-space: nowrap;
    color: white;
    font-weight: 700;
    font-size: .8rem;
    padding: .5rem 1.5rem;
}
#masthead .navbar-nav .wpml-ls-flag{
    width: 18px;
    height: 12px;
    display: block;
    min-width: 18px;
}
@media screen and (max-width: 1200px){
    #main-nav{
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px !important;
        display: block;
        height: 100%;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    #main-nav.open{
        left: 0px;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    #masthead .navbar-nav > li > ul{
        margin: 0;
    }
}
/* */

/* Hamburger */
#menu-toggler {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 5px;
    border:none;
    padding: 0;
}

#menu-toggler span {
    display: block;
    background: var(--colore-base);
    border-radius: 100px;
}
#masthead.scrolled #menu-toggler span {
    background: white;
}

#menu-toggler * {
    -webkit-transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
    -o-transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
    transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#menu-toggler #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#menu-toggler #hamburger span {
    width: 34px;
    height: 3px;
    position: relative;
    top: 0;
    left: 3px;
    margin: 8px 0;
}

#menu-toggler #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#menu-toggler #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#menu-toggler #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#menu-toggler #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-toggler #cross span:nth-child(1) {
    height: 0%;
    width: 3px;
    position: absolute;
    top: 10%;
    left: 18px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#menu-toggler #cross span:nth-child(2) {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 18px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#menu-toggler.open #hamburger span {
    width: 0%;
}
#menu-toggler.open #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#menu-toggler.open #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#menu-toggler.open #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#menu-toggler.open #cross span:nth-child(1) {
    height: 80%;
    -webkit-transition-delay: 0.325s;
    -o-transition-delay: 0.325s;
    transition-delay: 0.325s;
}
#menu-toggler.open #cross span:nth-child(2) {
    width: 80%;
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

@media screen and (max-width: 1200px){
    #menu-toggler {
        width: 30px;
        height: 30px;
    }
    #menu-toggler #hamburger span {
        width: 26px;
        margin: 6px 0;
    }
    #menu-toggler #cross span:nth-child(1) {
        left: 14px;
    }
    #menu-toggler #cross span:nth-child(2) {
        top: 14px;
    }
}
@media screen and (min-width: 1200px) {
    #menu-toggler {
        display: none ;
    }
}
/* */

/* Footer */
.top-footer{
    background-color: var(--colore-accento);
    border-bottom: 1px solid white;
}
.top-footer p,
.top-footer a,
.top-footer i
{
    color: white;
}
.top-footer p,
.top-footer a
{
    text-transform: uppercase;
}
h3.widget-title{
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    color: white !important;
}
#footer-widget{
    background-color: var(--colore-accento);
}
#footer-widget .widget{
    font-size: 1rem;
    color: white;
}
#footer-widget .widget a{
    color: white;
    text-decoration: underline;
}
#footer-widget .nocolor{
    color: white;
}
footer#colophon{
    background-color: var(--colore-accento) !important;
}
footer#colophon hr{
    border-top: 1px solid white;
}
footer#colophon img{
    max-height: 70px;
}
.sub-footer{
    background-color: var(--colore-accento);
    border-top: 1px solid white;
}
.sub-footer p,
.sub-footer a
{
    color: white;
    font-size: .8rem;
}
@media screen and (max-width: 576px){
    h3.widget-title,
    .textwidget
    {
        text-align: center;
    }
}
/* */

/* Pagina */
.dro-testata-pagina{
    min-height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}
.dro-testata-pagina:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.dro-testata-pagina h1{
    color: white !important;
    text-transform: none !important;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    border-bottom: none;
    text-align: center;
}
.dro-testata-pagina .dro-breadcrumb,
.dro-testata-pagina .dro-breadcrumb a,
.dro-testata-pagina .dro-breadcrumb span
{
    color: white;
}
.dro-testata-pagina .dro-breadcrumb a{
    text-decoration: underline;
}
@media screen and (max-width: 576px){
    .dro-testata-pagina{
        min-height: 250px;
    }
}
/* */

/* Home page */
#hero{
    position: relative;
}
#hero:before{
    content: '';
    display: block !important;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* */
