/*
Theme Name: diegopetroso
Theme : http://wordpress.org/themes/twentythirteen
Author: Luca Zoccola
Author URI: http://wordpress.org/
Description:
Version: 0.1
Tested up to: 5.0
Requires PHP: 7.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, right-sidebar, custom-header, custom-menu, editor-style, featuwhite-images, sticky-post, translation-ready
Text Domain: diegopetroso

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.
*/



.container-fluid {
  padding-right: 0.35rem !important;
    padding-left: 0.35rem !important;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'PlainBlack';
    src: url('PlainBlack-Normal.woff2') format('woff2'),
        url('PlainBlack-Normal.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}


.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}



body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    overflow:  hidden !important;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: white !important;
    height: auto !important;
    min-height: -webkit-fill-available;
}


p {
font-size:12px !important;;
line-height: 12.5px !important;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}

.h1 p {
font-size:5.875vw !important;;
line-height: 3.7vw !important;
font-family: "PlainBlack", sans-serif;
font-weight: 900;
letter-spacing: -3px;
font-style: normal;
font-display: swap;
margin-top: 1vw;
}


span {
  font-size: 8px;
  color: magenta;
}


.svg1 {
  width: 100%;
  height: 25%;
  margin-top: 24svh;
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
  padding-top: 0.35rem !important;

  transition: height 25s, width 25s; /* Aggiungi la transizione per la larghezza */
}

.svg1.animate {
  animation: cambioDimensioni1 25s infinite; /* Aggiungi l'animazione */
}

@keyframes cambioDimensioni1 {
  0% {
    width: 100%;
    height: 25%;
  }
  50% {
    width: 100%;
    height: 10%;
    margin-top: 24svh;
  }
  100% {
    width: 100%;
    height: 25%;
  }
}

.svg2 {
  width: 40%;
  height: 29%;
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
  padding-top: 0.35rem !important;

  transition: height 45s, width 45s; /* Aggiungi la transizione per la larghezza */
}

.svg2.animate {
  animation: cambioDimensioni2 45s infinite; /* Aggiungi l'animazione */
}

@keyframes cambioDimensioni2 {
  0% {
    width: 40%; /* -5% rispetto al valore iniziale */
    height: 29%; /* -5% rispetto al valore iniziale */
  }
  50% {
    width: 60%; /* +5% rispetto al valore iniziale */
    height: 32%; /* +5% rispetto al valore iniziale */
  }
  100% {
    width: 40%; /* -5% rispetto al valore iniziale */
    height: 29%; /* -5% rispetto al valore iniziale */
  }
}

.svg3 {
  width: 100%;
  height: 49%;
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
  padding-top: 0.35rem !important;

  transition: height 40s, width 40s; /* Aggiungi la transizione per la larghezza */
}

.svg3.animate {
  animation: cambioDimensioni3 40s infinite; /* Aggiungi l'animazione */
}

@keyframes cambioDimensioni3 {
  0% {
    width: 100%;
    height: 49%;
  }
  50% {
    width: 90%; /* +5% rispetto al valore iniziale */
    height: 22%; /* +5% rispetto al valore iniziale */
  }
  100% {
    width: 100%;
    height: 49%;
  }
}


.svg4 {
  width:49.5%;
  margin-left: 50.5%;
  height:49%;
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
  padding-top: 0.35rem !important;

  transition: height 50s, width 50s; /* Aggiungi la transizione per la larghezza */
}

.svg4.animate {
  animation: cambioDimensioni4 50s infinite; /* Aggiungi l'animazione */
}

@keyframes cambioDimensioni4 {
  0% {
    width:49.5%;
    margin-left: 50.5%;
    height:49%;
  }
  50% {
    width:100%;
    margin-left: 0%;
    height:49%;
  }
  100% {
    width:49.5%;
    margin-left: 50.5%;
    height:49%;
  }
}


.svg5 {
  width:22%;
  margin-left: 78%;
  height:20%;
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
  padding-top: 0.35rem !important;

  transition: height 55s, width 55s; /* Aggiungi la transizione per la larghezza */
}

.svg5.animate {
  animation: cambioDimensioni5 55s infinite; /* Aggiungi l'animazione */
}

@keyframes cambioDimensioni5 {
  0% {
    width:22%;
    margin-left: 78%;
    height:20%;
  }
  50% {
    width:70%;
    margin-left: 30%;
    height:30%;
  }
  100% {
    width:22%;
    margin-left: 78%;
    height:20%;
  }
}


/* QUERY IPAD PRO-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) and (max-height: 1024px){

}

/* QUERY IPAD PRO-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (max-height: 1366px){
  .h1 p {
  font-size:5.6vw !important;;
  line-height: 2.9vw !important;
  font-family: "PlainBlack", sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  font-style: normal;
  font-display: swap;

  margin-top: 0vw;
  }

  }
}

/* QUERY IPAD PRO-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) and (max-height: 1366px){

}


/* QUERY IPAD-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) and (max-height: 768px){

}

/* QUERY IPAD-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) and (max-height: 1024px){
  .h1 p {
  font-size:9.7vw !important;;
  line-height: 8.9vw !important;
  font-family: "PlainBlack", sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  font-style: normal;
  font-display: swap;
  margin-top: 0vw;
  }


}

/* QUERY IPHONE ORIZZONTALE-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 812px) and (max-height: 450px){
}

/* QUERY IPHONE VERTICALE-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 450px) and (max-height: 1224px){
  .h1 p {
  font-size:9.7vw !important;;
  line-height: 9.25vw !important;
  font-family: "PlainBlack", sans-serif;
  font-weight: 900;
  letter-spacing: -0px;
  font-style: normal;
  font-display: swap;
  margin-top: -1vw;

}

/* QUERY IPHONE 5S ORIZZONTALE -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 568px){

}








/* =WordPress Core/ CLASSI CSS
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- */

.gallery-caption{}
.bypostauthor {}




.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.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 11px;
    text-align: center;
}


.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;
	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: 13.5px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
