/*
 Theme Name:   Customify Child
 Description:  Customify Child Theme
 Author:       pcc
 Author URI:   http://pcconsultant.it
 Template:     customify
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-colors
 Text Domain:  customify-child
*/

:root {
        --celeste: #009bdb;
        --giallo: #fbab18;
        --verdeacqua: #00ae9d;
        --rosso: #ed1b2f;
        --blue: #003247;
        --white: #ffffff;
        --bluechiaro:#009bdb;
        --colorA:#00ae9d;
        --colorB:#ed1b2f;
        --colorC:#fbab18;
        --colorD:#ed1b2f;
        --colorE:#009bdb;
        --colorF:#ed1b2f;
        --colorG:#00ae9d;
    }
@font-face {
    font-family: "NotesESA";
    src: url("./NotesESA_font/NotesEsaBolIta.otf");
    font-weight: bold;
    font-style: italic, oblique;
}  
@font-face {
    font-family: "NotesESA";
    src: url("./NotesESA_font/NotesEsaBol.otf");
    font-weight: bold;
}
@font-face {
    font-family: "NotesESA";
    src: url("./NotesESA_font/NotesEsaRegIta.otf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "NotesESA";
    src: url("./NotesESA_font/NotesEsaReg.otf");
}
.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p,div,a{
    font-family: NotesESA!important;
}
h1{
    letter-spacing: 7px;
}
h2{
    letter-spacing: 4px;
}

div#n2-ss-3, div#n2-ss-3-placeholder {
        display: none;
    }


@media only screen and (max-width: 600px) {
    #n2-ss-2, div#n2-ss-2-placeholder {
        display: none;
    }
    div#n2-ss-3, div#n2-ss-3-placeholder {
        display: block!important;
    }
}


#n2-ss-2 #n2-ss-2item5{transition:all 1s;}
    
#n2-ss-3 #n2-ss-3item5{transition:all 1s;}

.n2_clear{overflow: hidden;}

#main{
    overflow: hidden;
    -webkit-user-select: none; /* Safari */
     -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size:14px;
}    
#site-content{
    margin-top:38px;
}
#esa_cont{
    margin: 50px auto;
    min-height: 325px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  /*  padding: 0px 200px;*/
}

.thisisesa img{
    transition: all 0.3s;
    height: 240px;
    cursor:pointer;
    border-radius: 50%;
    box-shadow: 1px 1px 25px #fff;
    
}
.thisisesa img:hover{
    height:220px;
}   
#menu_slider{
    position:relative;
    overflow: hidden;
    width:1160px;
    z-index: 1;
    margin: 50px 0 20px -9px;
}
#menu_slides{
    display: flex;
    position: relative;
    top: 0;
    left: -1022px;
    width: 10000px;
    align-items: center; 
    height: 250px;
}

.img_slide{
    width: 100px;
    margin: 0px 24px;
    cursor: pointer; 
    transition: all 2000ms;
}
div.grande .img_slide{
    width: 200px;
    margin: 0px 40px;
}
#tit_slider h3{
    text-align: center;
}
#menu_slides div{
    position: relative;
    cursor: pointer;
}
#menu_slides div span{
    display:none;
}

#menu_slides .num_data{
    font-size: 74px;
    color: #fff;
    font-weight: bold;
    top: 40px;
    position: absolute;
    left: 103px;
}

#menu_slides .mese_data{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    top: 130px;
    position: absolute;
    left: 110px;
}
/*
#menu_slides div:nth-child(6) .num_data,#menu_slides div:nth-child(13) .num_data,#menu_slides div:nth-child(20) .num_data{
    top: 30px;
}
#menu_slides div:nth-child(6) .mese_data,#menu_slides div:nth-child(13) .mese_data,#menu_slides div:nth-child(20) .mese_data{
    top: 120px;
}
#menu_slides div:nth-child(2) .num_data,#menu_slides div:nth-child(9) .num_data,#menu_slides div:nth-child(16) .num_data{
    top: 50px;
}
#menu_slides div:nth-child(2) .mese_data,#menu_slides div:nth-child(9) .mese_data,#menu_slides div:nth-child(16) .mese_data{
    top: 140px;
}
*/
.unevento{
   display: flex;
  align-items: center;
   justify-content: center;
   border:1px #ccc solid;
   margin-bottom:10px;
   font-weight: bold;
   background: var(--blue);
   cursor: pointer;
   
}   

.unevento .ladata{
    transition: all 1s;
    min-width: 155px;
    padding-left: 0px;
    position: relative;
}

.unevento div{
    padding:5px;
}
.ladata{
    color:#fff;
    font-size: 1.4em;
    width: 30%;
}
.ladata:after{
   /* position: relative;
    top: 20px;
    left: -30px;
    height: 0px;
    width: 0px;
    border: none;
    border-top: 10px solid #fff;
    border-left: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(0,0,0,0);
    content: '';
    pointer-events: none;
*/
}

.ladata i.fas.fa-bars{
    pointer-events: none;
    font-size: 0.85em;
    position: absolute;
    left: 17px;
    top: 22px;
}
.ladata img{
    width: 100%;
    max-width: 50px;
    position: absolute;
    right: 10px;
    pointer-events: none;
}
.ladata select{
    color: #fff;
    font-weight: bold;
    border: 0px solid #fff;
    width: 100%;
    background: transparent;
    padding: 3px;
    padding-left: 40px;
}
 
.ladata select option{
    color:#fff;
    font-weight: bold;  
}
.ilbottone{
   margin-right:10px;
   font-size:1.7em;
   color:#fff;
}  
         
#containerDate .ilbottone i{transition: all 0.3s;transform: rotate(180deg);}
#containerDate .ilbottone i.rotate{transform: rotate(90deg);}
.iltitolo{
     flex-grow:1;
     margin-left:20px;
     font-size:1.9em;
     color:#fff;
     display: flex;
     align-items: center;
}   
.uncontenuto{
    width: 100%;
    padding:20px 5px;
}
.uncontenuto .intro{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width:100%;
    margin-bottom: 60px;
}

.uncontenuto .intro .stoform{
    width: 30%;
    color: #fff;
}

.uncontenuto .intro .stadescr{
    font-size: 1.7em;
    padding: 100px 30px 0px 50px;
    color: #fff;
    width: 70%;
}

.uncontenuto .intro img{
    width: 350px;
}
.slotfoto div{
    text-align: center;
}    
.slotfoto img{
    max-width: 65%;
    cursor:pointer;
    transition: all 0.3s;
}
.slotfoto img:hover{
    max-width: 60%;
    cursor:pointer;
}
.slotfoto p{
    cursor:pointer;
}
.slotfoto img:hover,.slotfoto p:hover{
    opacity:0.9;
}
.uncontenuto .slotfoto{
    display: flex;
    justify-content: center;
    margin: 25px 0px;
}
.uncontenuto .slotfoto p{
    margin-bottom: 0;
    color: #fff;
    font-size: 1.4em;
}
.uncontenuto .formcd{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;  
    min-height: 350px;
}

.lospan{padding:0px 5px;}

.rotor-group-heading{
color:#fff;            
}

.bigcont{
    background-position: center center!important;
    background-repeat: no-repeat;
}


.uncontenuto .formcd .cd{
    margin:0px 2em;
    text-align: center;
}
.uncontenuto .formcd .cd p{
    color:var(--verdeacqua);
    font-size:3em;
    font-weight: bold;
    margin-bottom:0px;
} 


.uncontenuto .iltitoloform{
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom:8px;
}

.uncontenuto .sottotitform{
    font-size: 1.2em;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 5px;
}
.uncontenuto .stoform input[type="text"],.uncontenuto .stoform input[type="email"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 1em;
    padding: 5px 10px;
    height: 40px;
}
.uncontenuto .stoform  p{
    margin:0px;
    text-align: center;
}
.uncontenuto .stoform label{
    color:#fff;
    font-size:1em;
    color: #fff;
}
.uncontenuto .stoform button{
    color:#fff;
    width:100%;
    background: #235787;
}



#flipdown{
    text-align: center;
    margin:0px auto;
}

.rotor-group-heading::before{
    color:#fff!important;
}

#pop{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    top:0;
    left:0;
    z-index:10000;
    display: none;
}

#pop #introlo{
    height: 480px;
    width: 350px;
    margin: 0px auto;
    background-size: cover;
    margin-top:calc((100vh - 480px) / 2);
    position: relative;
}

#pop #introlo #closeintro{
    width: 50px;
    margin-right: 14px;
    margin-top: 25px;
    float: right;
    cursor: pointer;
}

#pop #introlo #gointro{
    position: absolute;
    bottom: 0px;
    width: 70px;
    left: 50%;
    margin-left: -26px;
    cursor:pointer;
}
#pop #introlo #avantitut{
    position: absolute;
    bottom: -1px;
    width: 70px;
    right: 0;
    margin-right: 41px;
    cursor: pointer;
}
#pop #introlo #indietrotut{
    position: absolute;
    bottom: 0px;
    width: 70px;
    left: 0;
    margin-left: 60px;
    cursor:pointer;
}
#pop_form{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    top:0;
    left:0;
    z-index:10000;
    display: none;
}
#pop_form #pikoform{
    height: 330px;
    width: 350px;
    margin: 0px auto;
    margin-top: calc((100vh - 330px) / 2);
    background: rgb(0 50 71);
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    
}
#pop_form #pikoform p{
    color:#fff;
    font-size: 1.2em;
}
#pop_form #pikoform input[type='submit']{
    width:100%;
}    
.wpcf7-not-valid-tip{
    position: relative;
    margin-top: -43px;
    margin-left: 10px;
}
.wpcf7-form.invalid .wpcf7-response-output{
    display:none;
}
.wpcf7 form.sent .wpcf7-response-output{
    margin: 0;
    float: left;
}
.grecaptcha-badge{
    visibility: hidden!important;
}
.wpcf7-list-item{
    cursor: pointer;
}
.nav-menu-desktop .menu>li>a{
    cursor: pointer;
}
.flipdown{width:600px!important;}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
    background-image: url('https://book.discoveresa.space42.eu/wp-content/themes/customify-child/space_biscuit.gif');
    background-size: cover;
    width: 80px;
    height: 80px;
}
.cky-btn-revisit-wrapper .cky-btn-revisit{left: 20px;bottom: 10px;}
.cky-btn-revisit-wrapper .cky-btn-revisit img{display:none;}
.cky-revisit-bottom-left:hover::before{left: calc(100% + 7px)!important;}
.wpcf7 form.sent .wpcf7-response-output{
	float: none;
    background: #fff;
    color: #000;
}

@media (max-width:1100px){
    .ladata{
        font-size: 1.2em;
    }
    .ladata:after{
       /* border-top: 6px solid #fff;
        border-left: 6px solid rgba(0,0,0,0);
        border-right: 6px solid rgba(0,0,0,0);
        top: 16px;
        left:-17px;*/
    }
    
} 
@media (max-width:1024px){
    #menu_slider{
        transform: scale(0.8);
        transform-origin: -430px 0;
    }
    .uncontenuto .slotfoto p{
        min-height: 65px;
    }
} 
@media (max-width:768px){
    #menu_slider{
        transform: scale(0.6);
        transform-origin: 50px 0;
    }
    #esa_cont{
        padding:0;
    }
    .tendina{
        font-size: 0.8em;
    }
    .tendina select{
        width:auto;
        padding:2px;
    }
    .tendina select option{
        padding:2px;
    }
    .iltitolo{
        font-size:1.5em;
    }
    #tit_slider{
        margin-top: -60px;
    }
    .uncontenuto .intro .stadescr{
        font-size: 1.3em;
        padding: 130px 30px 0px 50px;
    }
    .ladata i.fas.fa-bars{
        top:16px;
    }
    .ladata img{
        max-width: 25px;
        top: 11px;
    }
}
@media (max-width:667px){
    #menu_slider{
        transform: scale(0.52);
        transform-origin: 0 0;
    }
    .tendina{
        font-size: 0.7em;
    }
   .ladata {
        font-size: 1em;
    }
    .ladata select{
        padding-left: 22px;
    }
    .ladata i.fas.fa-bars {
        top: 8px;
        left: 4px;
    } 
    .ladata img {
        top: 3px;
        right: 5px;
    }
}
@media (max-width:550px){
    .h1,h1{
        font-size:1.6em!important
    }
    .h2,h2{
        font-size:1.4em!important
    }
    .slotfoto img{
        max-width: 90%;
    }
    .uncontenuto .unform .iltitoloform{
        font-size: 1.7em;
    }
    .uncontenuto .unform{
        font-size: 0.8em;
    }
    #menu_slider{
        transform: scale(0.3);
        transform-origin: 12px 0;
        margin-bottom: -140px;
    }
    #tit_slider h3{
        font-size: 1.1em;
    }
    .ladata i.fas.fa-bars {
        top: 12px;
        left: 5px;
    } 
    .ladata img {
        max-width: 20px;
        top: 9px;
        right: 5px;
    }
    .ilbottone{
       font-size:1em;
    }  
    .iltitolo{  
         font-size: 0.7em;
         margin-left:5px;
         padding: 3px!important;
    }   
    .uncontenuto{
        width: 100%;
        padding:20px 5px;
    }
    .uncontenuto .intro{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width:100%;
    }
    .uncontenuto .formcd{
        width:100%;
        min-height: 180px;
    }
    .uncontenuto .intro .stoform{
        width: 100%;
    }   
    .uncontenuto .intro .stadescr{
       font-size: 1.2em;
        width: 100%;
        text-align: center;
        padding:30px 10px 10px 10px;
    }
    .uncontenuto .slotfoto p{
        margin-bottom: 0;
        color: #fff;
        font-size: 0.9em;
    }
   .uncontenuto .formcd .unform input[type="text"],.uncontenuto .formcd .unform input[type="email"],.uncontenuto .formcd .unform input[type="submit"]{}
   
   .thisisesa img{
       height:160px;
       
   }
    #disco{
        height:110px!important;
    }
    #esa_cont{
        min-height:250px;
    }
    .flipdown{width:352px!important;}
}   
@media (max-height:480px){
    #pop #introlo{
        height: 370px;
        width: 270px;
        margin-top: calc((100vh - 370px) / 2);
    }
    .grecaptcha-badge{
        visibility: hidden!important;
    }
    .unevento div{
        padding:1px;
    }
}    



/*---------------MENU----------*/

.nav-menu-desktop .menu-item .link-before{
    border-right: 2px solid #fff;
    padding-right: 20px;
}
.nav-menu-desktop .sub-menu{width:auto!important;margin-left: 10px!important;}


div#n2-ss-2 .nextend-arrow-animated-fade,div#n2-ss-2 .nextend-arrow-animated-fade{
    margin-left: 40px;
    margin-right: 40px;
}
.site-header{
    position: fixed!important;
    z-index: 10;
    width: 100%!important;
    top: 0!important;
}

.is-menu-sidebar .close-sidebar-panel{
        margin-top: 20px;
}