/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
/*-------------- GENERALI --------------*/
/* body{
    font-family: 'Gilroy Regular';
}
.color{
    color:#9AB5D9;
}
.font{
    font-family: 'Mazius ExtraItalic';
} */
/*-------------- Section HERO --------------*/
/*.hero{ 
    width:100%;
    height:90vh;
}
.hero .container, .hero .row.titolo{
    height: 100%;
}
.hero .row.titolo{
    position:relative;
}
h1 span{
    font-family: 'Gilroy semibold', sans-serif; 
    position: absolute; 
    font-size: 12rem;
}
h1 span:first-of-type{
    top: 5.5rem;
    left: -2rem;
}

h1 span:nth-of-type(2){
    left: 12rem;
    top: 17rem;
}
h1 span:last-of-type{
    font-family: 'Mazius ExtraItalic';
    font-size:14.3rem;
    left: 39rem;
    top: 18rem;
}

.hero h4, .hero .row.titolo i{
    position: absolute;
    font-size: 1.25rem;
    width: auto;
}

.hero h4.frase-1{
    top: 12rem;
    left:56rem;
}

.hero h4.frase-2, .hero .row.titolo i{
    bottom: 3.5rem;
    left:50%;
    text-align: center;
    transform: translateX(-50%);
    font-size: 0.9rem;
}

.hero .row.titolo i{
    font-size: 3.3rem;
    color:#909090;
    bottom:0;
}
 */
/*-------------- Section INTRO --------------*/

/* .intro .container{
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.9rem;
}

/*fare shortcode*/
/* .intro .container span{
    font-family: 'Mazius Extraitalic';
    font-size: 2.5rem;
}  */

/*-------------- Section INTRO --------------*/
/* .gallery{
    height: 100%;
    background-color: aquamarine;
}
.gallery h2{
    font-size:4rem;
}
.gallery h2 span{
    font-family: 'Mazius Extraitalic';
    font-size: 4.5rem;
}
.gallery .gallery-img{
    height: 100%;
    background-color: blue;
}
.gallery-img .container{
    width: 100vw;
    position: relative;
}
.gallery-img .container .row{
    height: 60vh;
    border: 1px solid red;
}
.box{
    width:auto;
    height: 100%;
    background-color: yellow;
    border-radius: 25px;
    overflow: hidden;
}
.home-work{
    height: 100% ;
    background-image: url('https://www.orientaserie.it/wp-content/uploads/2020/11/La-regina-degli-scacchi-3.jpeg');
    background-size: cover;
}
.gallery-img .box:last-of-type{
   height:50%;
} */

/*---------------------------- SELECT Single - work ----------------------------*/
/* --- HERO ---*/

/* .hero-work {
    position: relative;
    overflow: hidden;
}
.hero-work .hero-image img{
    width: 100%;
    position: absolute;
}

.hero-work .hero-image::after{
    content:" ";
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}


.hero-work .hero-title{
    position: absolute;
    width: 90%;
    top:11rem;
    left:5%; 
}

.hero-work .hero-title h1{
    font-size: 8rem;
    font-family: 'Mazius Extraitalic';
    color:white;
    text-align: center;
}

.hero-work .hero-title h2.color{
    font-size: 6.5rem;
    font-weight: 800;
}

.hero-work i.arrow{
    color:white;
    font-size: 4.5rem;
    position: absolute;
    left:50%;
    bottom: 2rem;
    transform: translateX(-50%);
} */
/*- mobile-*/
/* @media screen and (max-width:1400px) {
    .hero-work .hero-image img{
        height:100%;
        object-fit:cover;
    }
}
@media screen and (max-width:600px) {

    .hero-work .hero-title{
        top:9rem;
    }

    .hero-work .hero-title h1{
        font-size: 3.8rem;
    }

    .hero-work .hero-title h2.color{
        font-size: 3rem;
    }
    
} */
/*--- ARCHIVIO WORKS ---*/

/* #card-work .row{
    height: 88vh;
}
 */
/* --- LAYOUT-PAGINA ---*/

/* .element{
    height: 90vh;
    flex-direction: row;
}

.element:nth-child(1){
    margin-top: 2.5rem;
}

 .element div{
    height: 100%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 
.element div img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.element p, .titolo_sezione{
    padding-left: 3.8rem;
    padding-right: 3.5rem;
    font-size: 1.3rem;
    text-align: justify;
}
.titolo_sezione{
    font-size: 2.8rem;
    font-family: 'Mazius Extraitalic';
    letter-spacing: 0.3rem;
}

.element.full{
margin-top: 2rem; 
}/*margin da poter togliere a seconda dell'effetto*/
/* .element.full div img, .element.full div video{
  width: 100%;
  object-position: center center;
}
  */
/*- mobile-*/
/* @media screen and (max-width:600px) {
.element.reverse{
    flex-direction: column-reverse;
}
}
@media screen and (max-width:1400px) {
    .element{
        height: auto;
    }
    .element div img{
        margin-bottom: 1.3rem;
    }

    .element p{
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .titolo_sezione{
        font-size: 2rem;
    }
}

 */