/* ! Base Style */
/* ----------------------------------------------------------------------------------- */
body{background: #f9f8f4; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;}
.min-page{min-height: 60vh!important;}
a{text-decoration: none;color: #344673;}
p{line-height: 1.5}

.parallax-wrapper {
  overflow-y: hidden;
}

/* ! Title System */
/* ----------------------------------------------------------------------------------- */
.text-0{font-size: 5rem;}
h1, .text-1{font-size: 3.4rem;}
h2, .text-2{font-size: 2rem; font-family: Playfair Display;}
h3, .text-3{font-size: 1.2rem; font-weight:normal;}
h3, .med   {font-size: 24px;margin-bottom: 20px}
h4, p, .text-4{font-size: 1rem;}

h1, h2, h3, h4, p, ol, ul{margin-bottom: 1rem;}

.title-blog{font-size: 1.2rem; font-weight:bold; color: #344673;}

.titoletto{font-style: normal; font-size: 14px; letter-spacing: 3px;margin-top: 10px;display: block;font-weight: bold; color: #baad7b;}

.max-3{max-width: 650px;}

@media (max-width: 768px) {

  .text-0{font-size: 4rem}
   h1, .text-1{font-size: 2rem;}
   .meno{font-size: 0.9rem;}

  .wp-block-spacer{height: 50px!important;}
  .wp-block-spacer.h-10{height: 1px!important;}
  .wp-block-column{padding: 0 15px!important;}
  .wp-block-columns {gap:0px!important}
  .hero{margin-bottom: 20px;}
  .wp-block-media-text figure{margin-bottom: 20px!important;}

  .header__quick{position: absolute;right: auto; left:4px; top:7px; z-index: 10000;transform: scale(0.9);}
  .header__quick a{background-color: transparent;color:#000;}

  .service-spacer{margin-bottom: 50px!important;}

  .titoletto{letter-spacing: 2.5px!important;}

}

/* ! Breadgrumbs */
/* ----------------------------------------------------------------------------------- */
#crumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	z-index: 3;
	position: inherit; }
#crumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px; }
#crumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #fff; }
#crumbs a {
	color: #fff;
	margin: 0 10px; }
#crumbs .current {
	margin-left: 10px; }

/* ! Triangolo */
/* ----------------------------------------------------------------------------------- */
  .triangolo-home::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 26px);
    left: -webkit-calc(50% - 26px);
    z-index: 2;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 25px 18px 26px;
    border-style: solid;
    border-color: transparent transparent #f9f8f4 transparent;
}

.triangolo-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 26px);
  left: -webkit-calc(50% - 26px);
  z-index: 2;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 25px 18px 26px;
  border-style: solid;
  border-color: transparent transparent #f9f8f4;
}

.triangolo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  z-index: 2;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 25px 18px 25px;
  border-style: solid;
  border-color: transparent transparent #f9f8f4 transparent;
}

@media (max-width: 768px) {
.space-home{height: 400px;}
}

/* ! Button system */
/* ----------------------------------------------------------------------------------- */
/*
.button,.wp-block-button,
.wp-block-button__link{font-size: 1.4rem;background: #baad7b; color:#243558; padding: 1px 15px;border-radius: 99px}
.button:hover,
.wp-block-button__link{background: #baad7b; color: #fff; transition: all 0.33s cubic-bezier(.215, .61, .355, 1);} */



.wp-block-button__link{font-size: 1.4rem;background: #baad7b; color:#fff; padding: 1px 15px;border-radius: 99px; font-weight: bold;}
.wp-block-button__link:hover{background: #baad7b; color: #243558; transition: all 0.33s cubic-bezier(.215, .61, .355, 1);}


.btn_super:hover {
  color: white;
  background: linear-gradient(90deg, rgba(32, 208, 177, 1) 40%, rgba(101, 49, 143, 1) 100%);
}





.button-arrow{ position: relative;display: inline-block;color:#fff; text-transform: uppercase;letter-spacing: 2px;font-size: 12px;font-weight: bold;padding: 10px;}
.button-arrow:hover{color:#fff}
.button-arrow:after{
  content: ' '; height: 50px; width:40px;position: absolute; left:50%; top:20px; transform: translateX(-50%); z-index: 0;
  background: url("http://test.studiodamaschi.it/wp-content/themes/studio-damaschi/icons/arrow.svg") no-repeat center center;
  animation: discoverArrowOut 2.8s infinite;
}

/* ! Elenco Puntato */
/* ----------------------------------------------------------------------------------- */

.lista-puntata{margin: 40px 0; text-align: left;}
.lista-puntata li{position: relative;padding-left: 30px;list-style-type: none; margin-bottom: 20px;}
.lista-puntata li:after{content: ' '; position: absolute; left:-5px; top:1px; width: 20px; height: 20px; background: url(../icons/check.svg); background-size: 100%}


.brand{max-width: 600px;}

/* ! Menu system */
/* ----------------------------------------------------------------------------------- */

.evi a{color: #baad7b!important; font-weight: bold;}

.reserved a{font-weight: bold; background: #baad7b; color:#243558!important; padding: 1px 15px;border-radius: 99px}
.reserved:hover a{background: #baad7b; color: #fff!important; transition: all 0.33s cubic-bezier(.215, .61, .355, 1);}
.reserved a:after{background: transparent!important;}

@media (max-width: 768px) {
  .reserved a{font-weight: bold; background: #baad7b; color:#243558!important; padding: 15px 15px;border-radius: 0px!important;}
}


/* ! Blocks */
/* ----------------------------------------------------------------------------------- */

.grid--damaschi{
  background: rgb(53,71,117);
  background: -moz-linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  background: linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354775",endColorstr="#273455",GradientType=1); 
}

.cover{
  padding: 20px;min-height: 100vh;
  /*display: flex; flex-flow: column;*/
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
  position:relative;
}
/*
.pamela{border: 1px solid red; max-width: 600px; position: absolute; bottom: 0; left:330px;}
*/


.pamela{max-width: 600px; position: relative; bottom: 0;}


.cover__content{max-width: 600px; margin: 0 auto; position:relative; z-index: 1;width: 100%;}





/* ! Cbox - Colonne Home Page */
/* --------------------------------------------------------- */

.centra-box{margin-left: 25%; margin-right: 25%; text-align: center; max-width: 450px;}

@media (max-width: 768px) {
  .centra-box{margin-left: 0%; margin-right: 0%; text-align: center; max-width: 450px;}
}

/* ! Box - Service */
/* --------------------------------------------------------- */
.service{
  background: rgb(53,71,117);
  background: -moz-linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  background: linear-gradient(180deg, rgba(53,71,117,1) 0%, rgba(39,52,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354775",endColorstr="#273455",GradientType=1); 
  }


/* ! Color Page */
/* --------------------------------------------------------- */
.single{background: #f3e2d1;}

/* ! Blog */
/* --------------------------------------------------------- */
.categoria a{font-size: 12px; font-weight: bold; text-transform: uppercase; text-decoration: none;}

.categoria:hover a{text-decoration: underline;}

.data {
  font-size: 12px;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #dcb;
  color: #ad9a88;
}

.wp-post-image{
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  }

  /* ! Accordion */
.title-accordion{cursor: pointer;margin-bottom: 0;padding: 20px 0;position:relative; border-bottom: 2px solid #000; margin-bottom: 12px;}
.title-accordion:after{content: " "; width: 30px;height: 30px;position:absolute;top:23px; right:23px;background: url(../icons/chevron-down-outline.svg) no-repeat center top;}
.content-accordion{max-height: 0;overflow:hidden; transition: all 0.8s cubic-bezier(.215, .61, .355, 1);}
.content-accordion--show{max-height:800px;}

/* ! Animation */
/* --------------------------------------------------------- */

.fade-in{opacity: 0; transform: translateY(1rem);}
.text-reveal{transform: translateY(1rem);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-up{opacity: 0; transform: translateY(5rem);}
/* Arrow animation */

@keyframes discoverArrowOut{
  0%{opacity:0;-webkit-transform:translate(-50%,-180%);transform:translate(-50%,-180%)}
  50%,70%{-webkit-transform:translate(-50%,-65%);transform:translate(-50%,-65%);opacity:1}
  100%{-webkit-transform:translate(-50%,25%);transform:translate(-50%,25%);opacity:0}
}



