/*
    Theme Name: Fondazione per la Cultura Italiana - New
    Theme URI: https://example.com/
    Author: Il tuo nome
    Author URI: https://example.com/
    Description: Un tema WordPress basato su Bootstrap per la Fondazione per la Cultura Italiana.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: fondazione-cultura
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    scroll-behavior: smooth;
}

html,body{
    font-family: "Barlow Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Barlow Condensed", serif;
    font-weight: 700;
    font-style: normal;
}

.size-18{
    font-size: 18px;
    line-height: 18px;
}

.size-26{
    font-size: 26px;
    line-height: 26px;
}

.size-60{
    font-size: 60px;
    line-height: 50px;
}

.size-100{
    font-size: 100px;
}

.text-red{
    color: #8E202A;
}

.text-yellow{
    color: #E69E1F;
}

.font-light{
    font-weight: 100;
}

.font-bold{
    font-weight: 700;
}

.video-container {
    position: relative;
    width: 100%;
    /* max-height: 100vh; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container .video-text{
    position: absolute;
    bottom: 85px;
    left: 0;
    z-index: 999;
    color: #FFF;
    width: 100%;
}

.video-container video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.bg-color{
    padding: 25px;
    background-color: #F2F2F2;
    border-radius: 5px;
    height: 100%;
}

.logo-header{
    height: 100px;
    width: auto;
}

.contact-container{
    background-color: #d6e0d5;
}

.contact-container{
    color: #444744;
}

.contact-container a{
    color: #444744;
    text-decoration: none;
}

.footer{
    background-color: #444744;
    color: #FFF;
}

.footer a{
    color: #FFF;
    text-decoration: none;
}

.logo-footer{
    height: 100px;
    width: auto;
}


.wpcf7-submit{
    background-color:#444744;
    color: #FFF;
    text-transform: uppercase;
}



.btn-round{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #FFF;
    background-color: #000;
    font-size: 10px;
}

.btn-round span{
    display: inline-block;
}

.btn-round .more{
    display: none
}

.btn-round.collapsed .less{
    display: none
}

.btn-round.collapsed .more{
    display: block;
}

.btn-red{
    background-color: #8E202A!important;
}






.menu-lingue{
    position: absolute;
    top: 25px;
    right: 85px;
    z-index: 999;
    
}

.menu-lingue > div{
    padding: 0!important;
    border: none!important;
}

.menu-lingue ul{
    display: inline-block!important;
    height: 50px;
    border: none;
    background-color: #FFF;
    border-radius: 25px;
    line-height: 45px;
    padding: 0 20px!important;
}

.menu-lingue li{
    display: inline-block!important;
    margin: 0 5px!important;
}

.menu-lingue li a{
    padding: 0!important;
    text-transform: uppercase;
    color: #444744;
    text-decoration: none;
}
/*
.menu-lingue .wpml-ls-legacy-list-horizontal{
    padding: 0;
    border: none;
}

.menu-lingue .wpml-ls-legacy-list-horizontal a{
    padding: 0 5px;
    line-height: inherit;
}

*/

.link-partner{
    text-decoration: none;
    text-transform: uppercase;
    opacity: .6;
}

.link-partner svg{
    height: 15px;
    width: auto;
        margin-top: -4px;
}


.logo-partner{
    height: 80px;
    width: auto;
}

.menu-lingue .wpml-ls-display{
    display: none;
}

.menu-verticale {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    justify-content: center
}

.menu-verticale a {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    display: inline-block;
    
    color: white;
    text-decoration: none;
    margin: 10px 0;
    font-size: 24px;
    padding: 10px;
    transition: background 0.3s;
    color: #8E202A;
    text-transform: uppercase;
    font-family: "Barlow Condensed", serif;
    font-weight: 700;
    font-style: normal;
}



.menu{
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 999999;
}

.menu a{
    text-decoration: none;
    margin: 10px 0;
    font-size: 24px;
    padding: 10px;
    color: #8E202A;
    text-transform: uppercase;
    font-family: "Barlow Condensed", serif;
    font-weight: 700;
    font-style: normal;
}


.wpcf7 label, .wpcf7 span{
    width: 100%;
}

.wpcf7 label span{
    margin-top: 5px;
    display: inline-block;
}

.wpcf7 input, .wpcf7 textarea{
    padding: 10px 15px;
    border-radius: 15px;
    border: none;
    outline: none;
    width: 100%;
}

.offcanvas{
    z-index: 9999999;
    background-color: #444744;
}

.offcanvas .btn-round{
    color:  #444744!important;
}

.offcanvas .link-partner{
    color: #FFF;
    text-decoration: none; 
}

.offcanvas-header{
        flex-direction: row-reverse;
}


.row-mobile{
    margin-right: calc((-.5* var(--bs-gutter-x))*2);
    margin-left: calc((-.5* var(--bs-gutter-x))*2);
}

.wpml-ls-current-language{
    font-weight: 700;
}


.menu-btn {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 9999999;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: #FFF;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-btn div{
    width: 20px;
    display: inline-grid;
}

.menu-btn.open span:nth-child(1){
    transform: rotate(45deg);
}

.menu-btn.open span:nth-child(3){
    transform: rotate(-45deg);
    margin-top: -4px;
}


.menu-btn.open span:nth-child(2){
    display: none;
}

.menu-btn span{
    width:20px;
    height: 2px;
    background-color: #444744;
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}


.menu-over{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #444744;
    
    display: none;
    
}

.menu-over a{
    clear: both;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    
    width: 100%;
    text-align: center;
    
    text-decoration: none;
    color: #FFF;
    /*margin: 5px 0px;*/
}

.menu-over .d-flex{
    height: 100vh;
    
    display: flex !important;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
        flex-direction: column-reverse;

}

.otgs-development-site-front-end{
    display: none!important;
}


@media (max-width: 768px) { 
    .menu-verticale a {
        writing-mode: vertical-rl;
        transform: rotate(180deg); 
    }
    
/*.container{
    margin-left: 50px;
    width: calc(100% - 50px);
}*/
    
    .size-100{
    font-size: 70px;
}
    
    
    .video-container video {
    height: calc(100vh - 50px);
}
    
     }