@charset "utf-8";
/* CSS Document */
/*
Theme Name: Astra Child
Theme URI: http://example.com/
Description: Tema Child per il tema astra
Author: Laura Mangiavacchi
Author URI: http://example.com/about/
Template: astra
Version: 0.1.0
*/

.mario h1 {
  color: red !important;
  font-size: 80px !important;
}

#slide {
  width: 100%;
  /* background-size: cover; */
}

.contenitore {
  background-color: blue;
  display: flex;
  column-gap: 30px;
}

.sinistra {
  background-color: aqua;
}

.destra {
  background-color: orange;
}

.listone .pt-cv-content-item {
  background-color: red;
}

.listone .pt-cv-ctf-data {
  background-color: yellow;
  font-size: 36px;
  color: orange;
  margin-top: -100px;
}

.listone .pt-cv-ctf-luogo .pt-cv-ctf-value {
  background-color: rgb(23, 11, 240);
}

.listone .pt-cv-ctf-luogo .pt-cv-ctf-value:before {
  content: "\f3c5";
  font-family: "Font Awesome";
}

.testata {
  background: red;
  width: 100%;
  height: 400px;
  background-size: cover;
}

.single-corsi .ast-container {
  flex-direction: column !important;
}

.contenitorecorsi {
  max-width: 1200px;
  width: 1200px;
  background-color: pink;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sinistracorsi {
  background-color: yellow;
  width: 75%;
}

.destracorsi {
  background-color: red;
  width: 25%;
}
