.homepage-container.bkg-gradient:nth-child(odd) {
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
    background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);  
    background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}
  
  /* line 15, resources/assets/styles/components/_front-page.scss */
  
.homepage-container.bkg-gradient:nth-child(even) {
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
  }
  
  .template-two-columns .homepage-container.bkg-gradient:nth-child(odd) {
    background: rgba(255,146,10,1);
    background: -moz-linear-gradient(left, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 1%, rgba(255,175,75,1) 55%, rgba(255,146,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,146,10,1)), color-stop(1%, rgba(255,146,10,1)), color-stop(55%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
    background: -webkit-linear-gradient(left, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 1%, rgba(255,175,75,1) 55%, rgba(255,146,10,1) 100%);
    background: -o-linear-gradient(left, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 1%, rgba(255,175,75,1) 55%, rgba(255,146,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 1%, rgba(255,175,75,1) 55%, rgba(255,146,10,1) 100%);
    background: linear-gradient(to right, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 1%, rgba(255,175,75,1) 55%, rgba(255,146,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ff920a', GradientType=1 );

  }
  
  /* line 15, resources/assets/styles/components/_front-page.scss */
  
  .template-two-columns .homepage-container.bkg-gradient:nth-child(even) {
    background: rgba(210,255,82,1);
    background: -moz-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(211,235,188,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(211,235,188,1)));
    background: -webkit-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(211,235,188,1) 100%);
    background: -o-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(211,235,188,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(211,235,188,1) 100%);
    background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(211,235,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#d3ebbc', GradientType=1 );
  }

  .template-one-column .homepage-container.bkg-gradient:nth-child(odd) {
    background: rgba(125,189,165,1);
    background: -moz-linear-gradient(left, rgba(125,189,165,1) 0%, rgba(144,182,232,1) 50%, rgba(125,189,165,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125,189,165,1)), color-stop(50%, rgba(144,182,232,1)), color-stop(100%, rgba(125,189,165,1)));
    background: -webkit-linear-gradient(left, rgba(125,189,165,1) 0%, rgba(144,182,232,1) 50%, rgba(125,189,165,1) 100%);
    background: -o-linear-gradient(left, rgba(125,189,165,1) 0%, rgba(144,182,232,1) 50%, rgba(125,189,165,1) 100%);
    background: -ms-linear-gradient(left, rgba(125,189,165,1) 0%, rgba(144,182,232,1) 50%, rgba(125,189,165,1) 100%);
    background: linear-gradient(to right, rgba(125,189,165,1) 0%, rgba(144,182,232,1) 50%, rgba(125,189,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbda5', endColorstr='#7dbda5', GradientType=1 );
  }
  
  .wp-block-separator {
    margin: 2rem 0;
  }
  
  .aree-block .badge-block a .badge{
    color: #1e73be;
    border-color:#1e73be;
    text-transform: uppercase;
  }

  p.city {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #393F4D;
  }

@media (min-width: 768px) {
    .template-archive-its .card .card-body .archive-description h2 {
        padding-bottom: 0px;
    }
}

.card-hover:hover {
    text-decoration: none;
}
.image-tax{
    transition: 0.5s;
}
.card-hover:hover .image-tax{
    transform: scale(1.2);
}

.read-more, .read-more a {
    color: #0073aa;
}
.page-header .title .brand {
    border-radius: 0;
}
.template-archive-universita .card .card-body .archive-description .image-tax img {
  border-radius: 0;
}

.container-uploads .row-uploads:nth-child(even) {
  background-color: #F0F0F0;
}
.container-uploads a {
  color: blue;
}

.custom-file-upload input[type="file"] {
  display: none;
}
.form-upload {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.custom-file-upload, .form-upload input[type=submit] {
    height: 20px;
    background-color: green;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 6px 22px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: unset;
    display: table;
}
.form-upload input[type=submit]:disabled {
  background-color: gainsboro;
  cursor: not-allowed;
}

.img-medium-top {
  position: absolute;
  width: 200px;
  max-width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.img-left-top {
  position: absolute;
  width: 200px;
  max-width: 100%;
  z-index: 1;
  left: 5%;
  top: 50px;
}