/*
Theme Name: Start Builder
Theme URI:
Author: Prochemi
Author URI:https://www.prochemi.it/
Description: Chiara De Giorgio pedagogista ed educatrice di Varese. Oltre ad offrire consulenze tiene anche corsi formativi a adolescenti, adulti e anziani.
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Text Domain: sb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: url(https://chiaradegiorgio.com/wp-content/uploads/2022/04/Livello-8.png);
  background-size: cover;
  background-position: center center;
  margin:0px;
}
.main-content{
  flex:1;
}

.header{
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;

}

.logo{
  display: inline-block;

}
.logo img{
  width: 100%;
  height: auto;
  min-width: 100px;

  background-image:  no-repeat;
}
/* ! Menu */
.menu{
  top: 0;
  left: 100%;
  width: 100%;
  min-height:  1920px;
  z-index: 100;
  background-color: rgba(235, 238, 245, .7);
  position: fixed;
  padding-top: 200px;
  text-align: center;
  transition: 0.4s;

}

.menu.is-active{
  left: 0;
}

.menu li{
  display: inline-block;

}

.menu li a{
  color: #494039;
  padding: 10px;
  margin-left: 20px;
  font-size: 25px;
  /*font-weight: bold;*/
  line-height: 40px;
  text-decoration: none;
}

.menu a:hover{
  background-color: #cca17f;
  color: #fff;
}

.hamburger{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  apparance: none;
  margin-right: 25px;
  outline: none;
  border: none;
  background: none; /* #000*/
  z-index: 10000;
}

.hamburger .bar, .hamburger::after, .hamburger::before{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #cba07f; /*#383e42*/
  margin: 6px 0px;
  transition: 0.4s;
}

.hamburger.is-active::before{
  transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.is-active::after{
  transform: rotate(45deg) translate(-17px, -12px);
}

.hamburger.is-active .bar{
  opacity: 0;
}
#sidebar{
  padding-top: 200px;

}

.navbar-nav{
  display: inline-block;
}

.navbar-nav li a{
  color: #494039;
  padding: 10px;

  font-size: 23px;
  /*font-weight: bold;*/
  line-height: 40px;
  text-decoration: none;
  font-family: 'Poppins';
}

.navbar-nav a:hover{
  background-color: #cca17f;
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d2a079;
}
.nav-link:focus, .nav-link:hover {
    color: #d2a079;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:0;
    border-radius: 0.25rem;
}

.dropdown-item{
  font-size: 18px !important;
}
/* ! Header + menu Mobile*/
/*--------------------------------------------------------------*/
.header-margin-top-mobile{
  margin-top: 115px;
}


@media (max-width: 768px) {

  .main-content{
    flex:1;
    margin-top: 100px;
  }

  .header{
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 10000px;
  }
  .logo{
    display: inline-block;

  }
  .logo img{
    width: 100%;
    height: auto;
    min-width: 100px;
    background-image:  no-repeat;
  }
  .menu{

    padding-top: 80px;


  }
  .menu li{
    display: block;
  }
  .hamburger .bar, .hamburger::after, .hamburger::before{
    background-color: #ecdcce;
    width: 60px;
    height: 5px;
    margin-left: 25px;


  }
  .hamburger.is-active::before{
    transform: rotate(-45deg) translate(-9px, 1px);
  }
  .hamburger.is-active::after{
    transform: rotate(45deg) translate(-15px, -6px);
  }
  #sidebar{
    padding-top: 70px;

  }
  a.dropdown-item{
    font-size: 14px !important;
  }



  .header-margin-top-mobile{
    margin-top: 100px;
  }

  h1 .titolo-consulenza-servizi{
    margin-top: 0px;
  }

}

/* ! Slider */
/*--------------------------------------------------------------*/
.carousel,
.carousel-inner,
.carousel-item{
  height: 800px;
}
@media (max-width: 768px) {

  .carousel, .carousel-inner, .carousel-item{
    height: 350px;
  }
  .carousel-control-prev, .carousel-control-next{
    display: none;
  }
}

/* ! Citazione 1 */
/* ##########################-*/

.sfondo-container{
  padding-top: 15px ;
  padding-right:  10px ;
  padding-left: 10px ;
  padding-bottom: 20px;
  height: 200px;
  align-items: center;
}

.text-color{
    font-family: 'Oooh Baby';
    color: white;
    text-align: center;
    font-weight: regular;
    font-size: 36px;
    margin-top: 20px;
  }

.text-color2{
      padding-top: 2px;
      font-family: Poppins;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      margin-top: 6px;
}
@media (max-width: 768px) {
  .sfondo-container{
    padding-top: 5px;
  }
  .text-color{
    margin-top: 5px;
    font-size: 26px;
  }
  .text-color2{
    margin-top: 0px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .sfondo-container{
    padding-top: 5px;
  }
  .text-color{
    margin-top: 5px;
    font-size: 22px;
  }
  .text-color2{
    margin-top: 0px;
    font-size: 13px;
  }
}

/* ! Chi è */
/*--------------------------------------------------------------*/
.display-flexible{
/*display: flex;*/
}
.immagine-chiara{
  margin-top: 10px;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
}
.chi-è{
      padding-top: 15px;
    }
h1.chi-è{
      font-family: 'Abhaya Libre';
      font-size: 46px;
      font-weight: bold;
      color: #9e8b7b;
    }
p.chi-è{
      padding-top: 15px;
      font-family: 'Poppins';
      font-size: 22px;
    }
p.chi-è2{
      font-family: 'Poppins';
      font-size: 20px;
    }

.scopri-di-più{
      margin-top: 16px;
      margin-bottom: 16px;
      font-weight: bold;
      background-color: white;

    }
.btn-outline{
      color: #9e8b7b;
      border-width: 2px;
}
a.chi-è{
      text-decoration: none;
      color: #9e8b7b;
    }
.btn{
      border-radius: 17px;
    }


.wp-block-table table tr{
  border-bottom: 2px solid #ecdcce;
}
.wp-block-table table tr td{
  padding: 10px;
}

@media (max-width: 768px) {
.immagine-chiara{
  background-size: cover;
  background-position: center center;
  overflow:hidden;
}
h1.chi-è{
  font-size: 22px;
  font-weight: bold;
  color: #9e8b7b;
}
p.chi-è{
  padding-top: 8px;
  font-family: 'Poppins';
  font-size: 13px;
}
p.chi-è-mobile{
  padding-top: 8px;
  font-family: 'Poppins';
  font-size: 16px;
}
p.chi-è2{
  display: none;
}

.btn{
  margin-top: 5px;
  margin-bottom: 5px;
  }
}


/* ! Citazione 2
--------------------------------------------------------------*/

.text-color-C2{
    font-family: 'Oooh Baby';
    color: #837f7b;
    text-align: center;
    font-weight: regular;
    font-size: 36px;
    margin-top: 20px;
  }

.text-color2-C2{
      padding-top: 2px;
      font-family: Poppins;
      color: #837f7b;
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      margin-top: 6px;
}
@media (max-width: 768px) {
  .sfondo-container{
    padding-top: 5px;
    height: 220px;
  }
  .text-color-C2{
    margin-top: 5px;
    font-size: 26px;
  }
  .text-color2-C2{
    margin-top: 0px;
    font-size: 15px;
  }
}


/* ! Servizi */
/*--------------------------------------------------------------*/
.servizi{
      height: 700px;
      background: url(https://chiaradegiorgio.com/wp-content/uploads/2022/04/Background.png);
      background-size: cover;
      background-position: center center;
}
.h1-container{
      text-align: center;
      color: #9e8b7b;
      margin-top: 23px;
      margin-bottom: 23px;
      font-family: 'Abhaya Libre';
      font-weight: bold;
      padding-top: 20px;
      font-size: 46px;
}
p.servizi_lista{
      font-family: 'Poppins';
      font-size: 18px;
}
p.servizi_lista2{
      font-family: 'Poppins';
      font-size: 18px;

}
hr{
      color: #9e8b7b;
      height: 5px;
}
b.numeri-servizi{
      color: #9e8b7b;
}
.image-servizi{
      max-width: 100%;
}

.sposto{
  transform: translate(0px,-60px);
}

.sposto2{
  transform: translate(0px,-160px);
}

@media (max-width: 768px) {
  .servizi{
    height: auto;
    background: none;

  }
  .servizi-testi{
    display: none;
  }
  .image-servizi{
    max-width: 100%;
  }
  .sposto{
    transform: translate(0px,-20px);
  }

  .sposto2{
    transform: translate(0px,-40px);
  }

  .h1-container{
        text-align: center;
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 5px;
        padding: 0px;
  }

}




/* ! Libro */
/*--------------------------------------------------------------*/
.chiara-libro-div{
  background-color: #f5e5d4;
  height: 600px;
  padding-top: 50px;
}
.chiara-libro{
  background-color: black;
  height: 500px;

}
.chiara-libro-box{
  height: 400px;
  width: 40%;
  background-color: #fff;
  float: right;
  margin-right: 40px;
  margin-top: 40px;
  opacity: 0.8;
  padding: 15px;

}
.titolino{
  font-family: 'Poppins';
  font-size: 18px;
  float:right;
  float: right;
  padding-right:5px;
  padding-top:15px;
}

h2 .titolo_libro{
  padding-top:40px;
  font-family: 'Poppins';
  font-size: 24px;
  text-align: center;
}

p .titolo_libro{

  font-family: 'Poppins';
  font-size: 22px;
  text-align: center;
}

p .titolo_libro-mobile{

  font-family: 'Poppins';
  font-size: 12px;
  text-align: center;
}

a{
  text-decoration: none;
}

.btn-outline{
  border-color: #9e8b7b;
  color: #9e8b7b;
  border-width: medium;
}
.libro_mobile{
  display: none;
}
.button-libro-mobile{
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .chiara-libro-div{
    display: none;
  }

  .libro_mobile{

    display: contents;
  }

}



/* ! CONSULENZA PAGINE SETUP */
/*--------------------------------------------------------------*/

.titolo-consulenza-servizi{
  padding-top: 25px;
  font-family: 'Abhaya Libre';
  font-size: 54px;
  font-weight: bold;
  /*color: #d2a079;*/
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}

.titolo-consulenza-categoria{

  font-family: 'Poppins';
  font-size: 45px;
  color: #d2a079;
  line-height: 50px;
}
.hero-consulenza-scolastica{
  height: 300px;
  background: url(https://chiaradegiorgio.com/wp-content/uploads/2022/04/Rettangolo-32.png);
  background-size: cover;
  background-position: center center;
}
.titolo-articoli{
    font-family: 'Poppins';
    font-size: 45px;
    color: #47413b;


}
.consulenza-text{
  font-family: 'Poppins';
  font-size: 22px;
  color: #47413b;

}
.fonte-text{
  font-family: 'Poppins';
  font-size: 18px;
  color: #47413b;
  font-style: italic;

}
.consulenza-div{

    height: 750px;
    overflow-y: scroll;


}
.consulenza-div2{

    height: 600px;
    overflow-y: scroll;


}

::-webkit-scrollbar{
  width: 0px;
}

@media (max-width: 800px) {
  .consulenza-div{
      height: auto;
      overflow-y: hidden;


  }
  .consulenza-div2{

    height: auto;
    overflow-y: hidden;


  }
  .allineamento-mobile{
    align-items: center;
  }

  .consulenza-text{
    font-family: 'Poppins';
    font-size: 16px;
    color: #47413b;


  }
  .fonte-text{
    font-family: 'Poppins';
    font-size: 13px;
    color: #47413b;


  }
  .titolo-articoli{
      font-family: 'Poppins';
      font-size: 25px;
      color: #47413b;


  }
}





/* ! HEADER ARTICOLI E Interviste */
/*--------------------------------------------------------------*/


.sfondo-container-articoli_interviste{
  padding-top: 15px ;
  padding-right:  10px ;
  padding-left: 10px ;
  padding-bottom: 20px;
  height: 200px;
  align-items: center;
}


.titolo-margin{
  margin-top: 25px;
}

@media (max-width: 800px) {
  .titolo-margin{
    margin-top: 5px;
  }
}


/* ! CARD DECK */
/*--------------------------------------------------------------*/

.nav-link{
  color: #d2a079;
  font-weight: 900;
  font-family: 'Poppins';
  font-size: 22px;
}

.nav-link:hover{
  color: #d2a079;
}


.image-larghezza{
  width: 100%;
  height: 300px;
}

.margin-card-deck{
  margin-top: 20px;
  /*max-width: 800px;*/

}

.footer-legale{
  font-size: 16px;
}
@media (max-width: 800px) {
  .margin-card-deck{
    margin-top: 10px;
  }


  .footer-legale{
    font-size: 6px;
  }
  .cerca-articoli{
    display: none;
  }

  .image-larghezza{
    width: 100%;
    height: 200px;
  }
}

/*
@media (max-width: 800px) {
  .footer-telefono{
    font-size: 11px;
    font-weight: bold;
  }
}

*/









/* ! Footer */
/*-------------------------------------------------------------- */


.no-margin-l-r{
  margin-left: 0px;
  margin-right: 0px;
}

.bg-custom{
  background-color: #f5e5d4;
}


 .barra-cookie{
  display: flex;
  justify-content: space-between;
}


input,
textarea {
  font-family: "Poppins";
}

.contenitore-form{
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 2rem;
  /*background-color: #d2a079;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form{
  width: 100%;
  max-width: 1400px;

  background-color: #fff;
  /*border-radius: 10px;*/
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow:hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.contact-form{
    background-color: #d2a079;
    position: relative;
}


.circle{
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #f5e5d4 ); /*#ba6726*/
  position: absolute;
}

.circle.one{
  width: 130px;
  height: 130px;
  top:130px;
  right: -40px;
}
.circle.two{
  width: 80px;
  height: 80px;
  top:10px;
  right: 50px;
}

form{
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title{
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Poppins";
  line-height: 1;
  margin-bottom: 0.7rem;
}


.input-container{
  position: relative;
  margin: 1rem 0;
}


.input{
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  font-family: "Poppins";
  /*border-radius: 25px;*/
  transition: 0. 5s;
}

textarea.input{
  padding: 0.8rem 1.2rem;
  min-height: 100px;
  /*border-radius: 20px;*/
  resize: none;
  overflow-y: auto;
}

.input-container label{
  position: absolute;
  top:50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-family: "Poppins";
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}


.input-container .textarea label{
  top: 1rem;
  transform: translateY(0);
}

.btn-form{
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #d2a079;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor:pointer;
  transition: 0.3s;
  margin-top: 7px;
}

.btn-form:hover{
  background-color: transparent;
  color: #fff;
}

.consenso-label{

  padding: 1.8rem 1.2rem;
  font-size: 12px;
  font-family: "Poppins";
  /*margin-bottom: 20px;*/
}

checkbox{
  height: auto;
  width: auto;
}

.input-container span{
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-family: 'Poppins';
  font-weight: bold;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;

}

.input-container span::before,
.input-container span::after{
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #d2a079;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span::before{
  left: 50%;
}
.input-container span::after{
  right: 50%;
}

.input-container.focus label{
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span::before,
.input-container.focus span::after{
  width: 50%;
  opacity: 1;
}



.contact-info{
  padding: 2.3rem 2.2rem;
  position: relative;
  /*background-image: url("http://st-v10.local/wp-content/uploads/2022/04/Livello-9-1.png");
  background-color: rgba(235, 238, 245, .7);
  background-size: cover;
  background-position: right right;*/

}

.contact-info .title{
  color: #d2a079;
  font-size: 1.8rem;
}
.icon{
  width: 33px;
  height: auto;
  /*background-color: #837f7b;*/
  margin-right: 0.7rem;
}

.text{
  font-family: 'Oooh Baby';
  color: #837f7b;
  margin: 1.5rem 0 2rem 0;
  font-size: 2.0rem;
}
.text2{
  font-family: 'Poppins';
  color: #d2a079;
  margin-left: 1.5rem 0 2rem 0;
  margin-top:0.3rem;
  font-size: 1.5rem;
}

.text3{
  font-family: 'Poppins';
  color:  #837f7b;
  margin-left: 1.5rem 0 2rem 0;
  margin-top:0.3rem;
  font-size: 1.2rem;

}

.information{
  display: flex;
  color: #837f7b;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.input-consenso{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width:850px){
  .form{
    grid-template-columns: 1fr;
  }

  .text{
    margin: 1rem 0 1.5rem 0;
  }
  .input-consenso{
    margin-top: 40px !important;
    margin-bottom: 40px !important;

  }
  label.input-consenso{
    float: right;
    font-size: 11px;

  }

  .input-container label{

    font-size: 0.5rem;

  }

  /*.consenso-label{
    height: 7px;
    width: 7px;
    margin-right: 15px;
  }
  */
  .autorizzazione{
    margin-left: 40px;
  }

}

@media (max-width:480px){
  .container{
    padding: 1.5rem;
  }
  .input-consenso{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

}
/* ! Card */
/*------------------------------------------------------------- */

.container-articoli{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h1-container{
  text-align: center;
}

.font-card-title{
  font-family: 'Poppins';
  font-size: 22px;
}

.card-centrate{
  align-items: center;
}

@media (max-width: 800px) {

  .container-articoli{
    display: block;
  }

}


/* ! Comments
--------------------------------------------------------------*/
#comments{
  margin-bottom: 40px;
}
.comments{
  padding-top: 40px;
}

.comments textarea{
  width: 100%;
}

.comments label{
  min-width: 80px;
}

.comments ul,
.commens ol{
    list-style-type: none;
}

.comment-author img{
  border-radius: 999px;
}
.comment .reply{
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}



/* Input & textarea
--------------------------------------------------------------*/

input,textarea{
  padding: 5px 10px;
  border: 1px solid #ccc;
}




/* Pagination
--------------------------------------------------------------*/
.page-numbers{
  display: inline-block; padding: 10px; margin-right: 4px;
}

/* General wordpress style
--------------------------------------------------------------*/
.post img{
  max-width: 100%;
}















/* WordPress Core Styles
-------------------------------------------------------------- */

.gallery-caption{ padding: 5px; font-size: 10px;}

.bypostauthor{font-size: 13px;}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
