@charset "UTF-8";
/* ---- grid ---- */
.grid-home a {
  display: block;
  position: relative;
}





#wrap-partners {
	display: grid;
	grid-template-columns: repeat(7,minmax(0,1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
  opacity: 0;
  min-height: 90vh;
}
#wrap-partners a.grid-item {
  display: flex;
  padding: 0;
  margin: 0;
  width: calc(14.28% - 8.57px);
  height: auto;
  margin-bottom: 10px;
}
  #wrap-partners .hover {
    background-color: rgba(19,87,150,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
    #wrap-partners .hover div {
        color: #FFF;
        font-size: 12px;
        border: 1px solid #FFF;
        padding: 5px 25px;
        border-radius: 20px;

    }
    #wrap-partners a.grid-item:hover .hover {
      opacity: 1;
  }

  #wrap-partners a img {
    width: 100%;
    height: auto;
  }


.wrap-tags {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
  .wrap-tags .circle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }

  #wrap-partners .circles {
   position: absolute;
   bottom: 5px;
   left: 5px;
   display: flex;
   gap: 5px;
   z-index: 20;
  }
    #wrap-partners .circle {
      width: 10px;
      height: 10px;
      border-radius: 10px;
    }





  .wrap-tags .tag {
    display: flex;
    gap: 10px;
    color: #FFF;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #145796;
    border-radius: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
}
.wrap-tags .tag:hover {
  border: 1px solid #D80813;
  transition: all 0.3s;
}
.wrap-tags .tag.selected {
  border: 1px solid #145796;
  background-color: #145796;
}

@media (max-width: 1324px) and (min-width: 1024px) {

  .resizer {
    padding-right:40px !important;
    padding-left:40px !important;
  }
  
}

@media (max-width: 1024px) and (min-width: 768px) {

#wrap-partners {
	grid-template-columns: repeat(4,minmax(0,1fr));
  min-height: 90vh;
}
#wrap-partners a.grid-item {
  width: calc(25% - 7.5px);
}

.wrap-tags .tag {
  margin-right: 13px;
  padding: 8px 13px;
  font-size: 10px;
}

.wrap-tags .circle {
  width: 15px;
  height: 15px;
} 

}



@media (max-width: 767px) {

#wrap-partners {
	grid-template-columns: repeat(2,minmax(0,1fr));
  min-height: 90vh;
}
#wrap-partners a.grid-item {
  width: calc(50% - 10px);
}

.wrap-tags {
  margin-bottom: 30px;
}
.wrap-tags .tag {
  margin-right: 13px;
  padding: 8px 13px;
  font-size: 10px;
  margin-bottom: 13px;
}

}

/*---------------*/







@media (max-width: 767px) {
  .grid-home a {
    overflow: hidden;
    height: 300px;
    width: 100%;
  }
}
.grid-home a h2 {
  color: #ffffff;
  font-family: "Gotham", Sans-serif !important;
  font-size: 30px;
  font-weight: 400 !important;
}
.grid-home a .isotope-shadow {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: 2;
}
.grid-home a .isotope-bkg {
  padding: 66%;
  display: block;
  transition: all 1.5s;
  z-index: 1;
}
.grid-home a:hover .isotope-bkg, .grid-home a:focus .isotope-bkg {
  transform: scale(1.2);
}
.grid-home a .isotope-title-post {
  z-index: 3;
  position: sticky;
  bottom: 0px;
  font-size: 24px;
  padding: 40px 40px 20px 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
}


@media (max-width: 767px) {
  .grid-home a .isotope-title-post {
    padding: 20px;
  }
  .grid-home a .isotope-title-post h2 {
    font-size: 1.5rem;
  }
}
.grid-home a .category-label {
  color: #1d1d1b;
  font-size: 12px;
  padding: 3px 14px;
  text-transform: uppercase;
  background: #ffcf0d;
  font-family: "Gotham", Sans-serif;
}
@media (max-width: 767px) {
  .grid-home a .category-label {
    font-size: 10px;
  }
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  margin: 0px;
  /*background: #f5f5f5;*/
  color: white;
  font-size: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-item {
    width: 100%;
  }
}

.grid-item--width2 {
  width: 50%;
}
.grid-item--width2 .isotope-bkg {
  background-size: cover;
  background-position: bottom;
  padding: 25% !important;
}

.grid-item--width3 {
  width: 50%;
}
.grid-item--width3 .isotope-bkg {
  background-size: contain;
  background-position: unset;
  padding: 25% !important;
}

.grid-item--width4 {
  width: 25%;
}
.grid-item--width4 .isotope-bkg {
  background-size: contain;
  background-position: unset;
}

.grid-item--height2 {
  height: 600px;
}
.grid-item--height2 .isotope-bkg {
  background-size: cover;
  background-position: unset;
  padding: 66% !important;
}

@media (max-width: 992px) {
  .grid-item--width3,
.grid-item--width4,
.grid-item--width2 {
    height: 200px;
  }
  .grid-item--width3 .isotope-bkg,
.grid-item--width4 .isotope-bkg,
.grid-item--width2 .isotope-bkg {
    font-size: 24px;
    background-size: initial !important;
    padding: 66% !important;
  }
  .grid-item--width3 .isotope-title-post .category-label,
.grid-item--width4 .isotope-title-post .category-label,
.grid-item--width2 .isotope-title-post .category-label {
    white-space: nowrap;
  }
  .grid-item--width3 .isotope-title-post h2,
.grid-item--width4 .isotope-title-post h2,
.grid-item--width2 .isotope-title-post h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .grid-item--width3,
.grid-item--width4,
.grid-item--width2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .grid-item--width3 .isotope-bkg,
.grid-item--width4 .isotope-bkg,
.grid-item--width2 .isotope-bkg {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: block;
    padding: 66% !important;
    background-size: cover !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid-item--height2 {
    height: 400px !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .grid-item--width3 .isotope-bkg,
.grid-item--width4 .isotope-bkg,
.grid-item--width2 .isotope-bkg {
    background-size: cover !important;
    padding: 66% !important;
  }

  .grid-item--height2 {
    height: 600px !important;
  }
}
/*
.grid-item:nth-child(10n+0) { background: hsl(   0, 100%, 50%); }
.grid-item:nth-child(10n+1) { background: hsl(  36, 100%, 50%); }
.grid-item:nth-child(10n+2) { background: hsl(  72, 100%, 50%); }
.grid-item:nth-child(10n+3) { background: hsl( 108, 100%, 50%); }
.grid-item:nth-child(10n+4) { background: hsl( 144, 100%, 50%); }
.grid-item:nth-child(10n+5) { background: hsl( 180, 100%, 50%); }
.grid-item:nth-child(10n+6) { background: hsl( 216, 100%, 50%); }
.grid-item:nth-child(10n+7) { background: hsl( 252, 100%, 50%); }
.grid-item:nth-child(10n+8) { background: hsl( 288, 100%, 50%); }
.grid-item:nth-child(10n+9) { background: hsl( 324, 100%, 50%); }
*/
.newsletter-widget {
  display: flex;
  align-items: center;
  position: relative;
}
.newsletter-widget input[type=email] {
  padding: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  border: 0;
  width: 100%;
  flex: 1;
  z-index: 2;
}
.newsletter-widget input[type=email]::placeholder {
  font-weight: 300;
}
.newsletter-widget input[type=submit] {
  background: transparent url("../../img/arrow-right.svg") no-repeat left center;
  text-indent: -9999px;
  border: 0;
  width: 30px;
  z-index: 2;
  position: absolute;
  right: 10px;
}

#comments {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .cf-push-1 {
    margin-left: 8.333333%;
  }

  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .cf-push-2 {
    margin-left: 16.66667%;
  }

  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cf-push-3 {
    margin-left: 25%;
  }

  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .cf-push-4 {
    margin-left: 33.33333%;
  }

  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .cf-push-5 {
    margin-left: 41.66667%;
  }

  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cf-push-6 {
    margin-left: 50%;
  }

  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .cf-push-7 {
    margin-left: 58.33333%;
  }

  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cf-push-8 {
    margin-left: 66.66667%;
  }

  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cf-push-9 {
    margin-left: 75%;
  }

  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .cf-push-10 {
    margin-left: 83.33333%;
  }

  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .cf-push-11 {
    margin-left: 91.66667%;
  }

  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#salesforce-form,
#form-comment {
  position: relative;
}
#salesforce-form textarea,
#salesforce-form input[type=text],
#salesforce-form input[type=date],
#salesforce-form input[type=password],
#salesforce-form input[type=email],
#form-comment textarea,
#form-comment input[type=text],
#form-comment input[type=date],
#form-comment input[type=password],
#form-comment input[type=email] {
  border: 0;
  -webkit-appearance: none !important;
  border-radius: 0;
  border-bottom: 2px solid #7979534d;
  background: #FFFFFF;
  padding: 15px 0;
  width: 100%;
  height: 49px;
  color: #1d1d1b;
  text-indent: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
#salesforce-form textarea:focus,
#salesforce-form input[type=text]:focus,
#salesforce-form input[type=date]:focus,
#salesforce-form input[type=password]:focus,
#salesforce-form input[type=email]:focus,
#form-comment textarea:focus,
#form-comment input[type=text]:focus,
#form-comment input[type=date]:focus,
#form-comment input[type=password]:focus,
#form-comment input[type=email]:focus {
  outline: none;
}
#salesforce-form textarea::placeholder,
#salesforce-form input[type=text]::placeholder,
#salesforce-form input[type=date]::placeholder,
#salesforce-form input[type=password]::placeholder,
#salesforce-form input[type=email]::placeholder,
#form-comment textarea::placeholder,
#form-comment input[type=text]::placeholder,
#form-comment input[type=date]::placeholder,
#form-comment input[type=password]::placeholder,
#form-comment input[type=email]::placeholder {
  color: #1d1d1b;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 0;
  text-indent: 15px;
  opacity: 0.5;
}
#salesforce-form select,
#form-comment select {
  display: block;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  line-height: 1.2em;
  padding: 15px;
  height: 49px;
  width: 100%;
  max-width: 100%;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 2px solid #7979534d;
  box-shadow: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2300000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  margin-bottom: 1.875rem;
}
#salesforce-form select::-ms-expand,
#form-comment select::-ms-expand {
  display: none;
}
#salesforce-form select:hover,
#form-comment select:hover {
  border-color: #004070;
}
#salesforce-form select:focus,
#form-comment select:focus {
  border-color: #004070;
  color: #222;
  outline: none;
}
#salesforce-form select option,
#form-comment select option {
  font-weight: normal;
}
#salesforce-form input[type=submit],
#form-comment input[type=submit] {
  padding: 20px 44px;
  font-size: 1rem;
  border: 1px solid #000;
  background: #000;
  box-shadow: none;
  position: absolute;
  bottom: 50px;
  -webkit-appearance: none !important;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  right: 0;
  color: #ffffff;
  transition: all 0.5s ease-in;
}
@media (max-width: 959px) {
  #salesforce-form input[type=submit],
#form-comment input[type=submit] {
    bottom: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  #salesforce-form input[type=submit],
#form-comment input[type=submit] {
    position: relative;
    display: block;
    width: 100%;
  }
}
#salesforce-form input[type=submit]:disabled,
#form-comment input[type=submit]:disabled {
  color: #cecece !important;
  border: 1px solid #cecece !important;
  background: transparent;
  cursor: not-allowed;
}
#salesforce-form textarea,
#form-comment textarea {
  max-height: 130px;
}
#salesforce-form label,
#form-comment label {
  font-weight: 500;
  color: #000000;
}
#salesforce-form .cf-container,
#form-comment .cf-container {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #salesforce-form .cf-container,
#form-comment .cf-container {
    margin-bottom: 0;
  }
  #salesforce-form .cf-container > div,
#form-comment .cf-container > div {
    margin-bottom: 10px;
  }
}
#salesforce-form .privacy-agreement__drop,
#form-comment .privacy-agreement__drop {
  color: #333333;
}
#salesforce-form .privacy-agreement,
#form-comment .privacy-agreement {
  font-size: 0.9375rem;
  margin-top: 1rem;
  color: #000000;
}
#salesforce-form .privacy-agreement a,
#form-comment .privacy-agreement a {
  color: #000000;
  text-decoration: underline;
}
#salesforce-form .privacy-agreement ul,
#form-comment .privacy-agreement ul {
  padding-left: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #salesforce-form .privacy-agreement ul,
#form-comment .privacy-agreement ul {
    display: flex;
    flex-direction: column;
  }
}
#salesforce-form .privacy-agreement .testo-privacy,
#form-comment .privacy-agreement .testo-privacy {
  max-width: 70%;
}
#salesforce-form .privacy-agreement .testo-privacy label,
#form-comment .privacy-agreement .testo-privacy label {
  display: block;
  visibility: visible;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #salesforce-form .privacy-agreement .testo-privacy,
#form-comment .privacy-agreement .testo-privacy {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #salesforce-form .privacy-agreement .testo-privacy,
#form-comment .privacy-agreement .testo-privacy {
    max-width: 100%;
  }
}
#salesforce-form .privacy-agreement .privacy-agreement__item p,
#form-comment .privacy-agreement .privacy-agreement__item p {
  margin: 0 !important;
}
#salesforce-form .privacy-agreement .privacy-agreement__item .columns,
#form-comment .privacy-agreement .privacy-agreement__item .columns {
  display: inline;
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
#salesforce-form .privacy-agreement .privacy-agreement__item .columns label,
#form-comment .privacy-agreement .privacy-agreement__item .columns label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.812rem;
}
#salesforce-form .privacy-agreement input[type=radio],
#form-comment .privacy-agreement input[type=radio] {
  background: transparent;
  border: 1px solid #000000;
}
#salesforce-form .privacy-agreement input[type=radio]:checked + label::before,
#form-comment .privacy-agreement input[type=radio]:checked + label::before {
  background-color: #ffffff;
}
#salesforce-form .privacy-agreement [type=checkbox]:checked + label:after, #salesforce-form .privacy-agreement .privacy-agreement [type=radio]:checked + label:after,
#form-comment .privacy-agreement [type=checkbox]:checked + label:after,
#form-comment .privacy-agreement .privacy-agreement [type=radio]:checked + label:after {
  display: none;
}
#salesforce-form .privacy-agreement em,
#form-comment .privacy-agreement em {
  font-style: normal;
}
#salesforce-form .privacy-agreement [type=checkbox]:checked, #salesforce-form .privacy-agreement [type=checkbox]:not(:checked), #salesforce-form .privacy-agreement [type=radio]:checked, #salesforce-form .privacy-agreement [type=radio]:not(:checked),
#form-comment .privacy-agreement [type=checkbox]:checked,
#form-comment .privacy-agreement [type=checkbox]:not(:checked),
#form-comment .privacy-agreement [type=radio]:checked,
#form-comment .privacy-agreement [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#salesforce-form .privacy-agreement [type=checkbox]:checked + label, #salesforce-form .privacy-agreement [type=checkbox]:not(:checked) + label, #salesforce-form .privacy-agreement [type=radio]:checked + label, #salesforce-form .privacy-agreement [type=radio]:not(:checked) + label,
#form-comment .privacy-agreement [type=checkbox]:checked + label,
#form-comment .privacy-agreement [type=checkbox]:not(:checked) + label,
#form-comment .privacy-agreement [type=radio]:checked + label,
#form-comment .privacy-agreement [type=radio]:not(:checked) + label {
  -webkit-transition: all, 200ms, ease-out;
  transition: all, 200ms, ease-out;
  margin-left: 0;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
}
#salesforce-form .privacy-agreement [type=checkbox]:checked + label:before,
#salesforce-form .privacy-agreement [type=checkbox]:not(:checked) + label:before,
#salesforce-form .privacy-agreement [type=radio]:checked + label:before,
#salesforce-form .privacy-agreement [type=radio]:not(:checked) + label:before,
#form-comment .privacy-agreement [type=checkbox]:checked + label:before,
#form-comment .privacy-agreement [type=checkbox]:not(:checked) + label:before,
#form-comment .privacy-agreement [type=radio]:checked + label:before,
#form-comment .privacy-agreement [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 50%;
}
#salesforce-form .wpcf7-list-item input[type=radio]:checked + label::before,
#salesforce-form .custom-radio input[type=radio]:checked + label::before,
#form-comment .wpcf7-list-item input[type=radio]:checked + label::before,
#form-comment .custom-radio input[type=radio]:checked + label::before {
  background-color: #000;
  /* #e8231b;*/
  border: 0.1875rem solid #FFFFFF;
  box-shadow: 0 0 0 0.0625rem #999;
}

.wpcf7-response-output {
  clear: both;
  margin-top: 30px;
  display: block;
}
.wpcf7-response-output.wpcf7 form.invalid {
  background: #ffb900;
}

.form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form textarea, .form select {
  margin: 0.625rem 0 1.875rem 0 !important;
  background: #f5f5f5;
}

.form-comment textarea {
  height: 10rem !important;
}

.form-comment input[type=submit] {
  font-family: "Gotham", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 0;
  padding: 0.9375rem 1.25rem;
  background-color: #1d1d1b;
  z-index: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

.form-comment input[type=submit]:hover,
.form-comment input[type=submit]:focus {
  color: #fff;
  outline: none;
  background-color: #000000;
  text-transform: uppercase;
}

.form select {
  background-image: url(img/select-arrow.svg) !important;
  background-position: calc(100% - 10px) center !important;
  background-size: 19px 10px !important;
  background-origin: initial !important;
  background-repeat: no-repeat !important;
  color: #666;
  font-weight: 300;
  padding: 0.625rem 2.4375rem 0.625rem 0.9375rem;
}

.privacy-agreement {
  font-size: 1rem !important;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}

.privacy-agreement ul {
  margin: 20px 0 0 !important;
  padding: 0;
}

.privacy-agreement li {
  margin-bottom: 0;
  border: none;
  max-width: 33.333333%;
  /*max-width: 50%;*/
  /*box-shadow: 0 0 0 1px #000;*/
  border-right: 1px solid #404040;
  font-size: 1rem !important;
  background-color: transparent;
  padding: 0.625rem 1.625rem;
  height: 80px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .privacy-agreement li {
    width: 100%;
    border: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.privacy-agreement li:last-child {
  margin-right: 0;
  border-right: 0;
}

.privacy-agreement .privacy-agreement__info {
  font-size: 0.714rem;
}

.custom-radio input[type=radio] + label em {
  white-space: nowrap;
}

.form-comment .ajax-loader {
  display: none;
}
.loading{
  width: 120px;
  color: #FFF;
}

.wpcf7-not-valid {
  border-bottom: 2px solid #e20039 !important;
  background-color: rgba(226, 0, 57, 0.1) !important;
}

.wpcf7-not-valid-tip {
  transform: translate(0, calc(100% + 2px));
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0.3125rem;
  background-color: #e20039;
  position: absolute;
  min-width: 150px;
  bottom: 14px;
  top: auto;
}

.wpcf7-form-control-wrap {
  position: relative;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

#salesforce-form input[type=submit] {
  bottom: 0;
  position: relative;
}
#salesforce-form a {
  text-decoration: underline;
}
#salesforce-form label {
  margin-bottom: 10px;
  display: inline-block;
  visibility: collapse;
  height: 0;
  position: absolute;
}
#salesforce-form .testo-privacy {
  width: 100%;
  font-size: 15px;
}
#salesforce-form .testo-privacy label {
  display: initial;
  visibility: visible;
  position: relative;
}

.e-loop-item,
.ecs-post-loop {
  position: relative;
}
.e-loop-item::before,
.ecs-post-loop::before {
  content: "";
  position: absolute;
  bottom: 53px;
  right: 0;
  width: 60%;
  height: 30px;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 90em) {
  .e-loop-item::before,
.ecs-post-loop::before {
    bottom: 40px;
    right: 15px;
  }
}
@media screen and (min-width: 64em) {
  .e-loop-item::before,
.ecs-post-loop::before {
    bottom: 40px;
    right: 15px;
  }
}
.e-loop-item:hover .elementor-button-link,
.ecs-post-loop:hover .elementor-button-link {
  background-color: #ffcf0d !important;
}
.e-loop-item:hover:before,
.ecs-post-loop:hover:before {
  right: 5px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
}
.e-loop-item .content-post-carousel,
.ecs-post-loop .content-post-carousel {
  min-height: 200px;
  background: #ffffff;
}

.abstract-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
@media screen and (min-width: 90em) {
  .card.card--lifted::before {
    bottom: 13px;
  }
}



@media screen and (min-width: 64em) {
  .card.card--lifted::before {
    bottom: 10px;
  }
}


.card.card--lifted::before {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 15px;
  width: 60%;
  height: 30px;
  background: #fff;
  box-shadow: 0 15px 15px rgb(0 0 0 / 30%);
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

 */
.breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0.9375rem 0;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .breadcrumbs li {
    float: left;
    font-size: 14px;
  }
}
.breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  line-height: 1;
}
.breadcrumbs li a {
  color: #1d1d1b;
}
.breadcrumbs li a:hover {
  color: #000;
}
.breadcrumbs li a:after {
  content: "/";
  position: relative;
  display: inline-block;
  color: #1d1d1b;
  padding: 0 0.3125rem;
  opacity: 0.7;
  vertical-align: top;
}
@media (max-width: 767px) {
  .breadcrumbs li:last-child {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .breadcrumbs__item:not(:last-child):after {
    padding: 0 1.25rem;
  }
}
.social_share_col {
  position: relative;
}
.social_share_col .social_sharing_page {
  display: none;
}
.social_share_col .social_sharing_page .elementor-share-btn {
  width: 35px;
  height: 35px;
}
.social_share_col:hover .social_sharing_page {
  display: block;
  position: absolute;
  top: 60px;
}

.prev_post_btn,
.next_post_btn {
  background: #f5f5f5;
  /*  position: fixed;
    top: 50%;*/
  width: 250px;
  height: 300px;
  padding: 30px;
  display: block;
  opacity: 0.4;
  transition: all 0.5s ease-in;
  color: #000000;
  font-weight: 300;
  font-family: "Gotham", sans-serif;
  text-transform: lowercase;
}
.prev_post_btn img,
.next_post_btn img {
  filter: grayscale(100%);
  transition: all 0.5s ease-in;
}
.prev_post_btn h3,
.next_post_btn h3 {
  font-size: 1rem;
}
.prev_post_btn:hover,
.next_post_btn:hover {
  opacity: 1;
}
.prev_post_btn:hover img,
.next_post_btn:hover img {
  filter: none;
}

.prev_post_btn {
  left: 0;
}

.next_post_btn {
  right: 0;
}

.entry-content h2, .entry-content h4, .entry-content h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 300 !important;
  font-size: 26px;
}

.elementor-post-info__terms-list {
  background: #ffcf0b;
  padding: 5px 10px;
  color: #000 !important;
}

.elementor-post-navigation__link {
  margin-right: 15px;
}
.elementor-post-navigation__link a {
  background: #f5f5f5;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  width: 80px;
  max-width: 80px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .elementor-post-navigation__link a {
    height: 60px;
    width: 60px;
    max-width: 60px;
  }
}
.elementor-post-navigation__link a:hover {
  background: #ffcf0b;
}
.elementor-post-navigation__link a:hover i {
  color: #000000 !important;
}
.elementor-post-navigation__link:last-child {
  margin-right: 0;
}

.fila_cta {
  display: block;
  position: relative;
  width: 80%;
  margin: 90px auto;
}
.fila_cta a {
  background: #ffcf0b;
  padding: 40px;
  color: #000;
  font-size: 30px;
  max-width: 100%;
  font-family: "Gotham", sans-serif;
  text-align: center;
  font-weight: 500;
  transition: all ease-in 0.5s;
  display: block;
  z-index: 1;
}
.fila_cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 30px;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 90em) {
  .fila_cta:before {
    bottom: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 64em) {
  .fila_cta:before {
    bottom: 29px;
    right: 15px;
  }
}
.fila_cta:hover a {
  background: #000000;
  color: #fff !important;
}
.fila_cta:hover:before {
  right: 5px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
}

.formati {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  margin-left: auto;
}
.formati li {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 200px;
}
.formati li div .img-container {
  height: 67px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.formati li div img {
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: 0;
  width: 67px;
  max-height: 67px;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
.formati li div h5 {
  font-family: "Gotham", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.backto {
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.backto:before {
  content: " ";
  background: url(../../img/arrow-left.svg) no-repeat;
  background-size: contain;
  width: 15px;
  display: inline-block;
  height: 13px;
  margin-bottom: -2px;
  margin-left: 2px;
  margin-right: 10px;
}

.terms-sistemi {
  margin: 0 auto 40px auto;
  text-align: center;
}
.terms-sistemi li {
  background: #2f589e;
  padding: 8px 15px;
  border-radius: 5px;
  list-style: none;
  display: inline-flex;
  margin-right: 15px;
  align-items: center;
}
.terms-sistemi li:last-child {
  margin-right: 0;
}
.terms-sistemi li a {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.terms-sistemi li a:hover {
  color: #fff;
}

.lang-selector {
  position: relative;
  padding: 2px 20px;
}
.lang-selector .current_language {
  padding: 0px 40px 0 0;
  font-size: 13px;
  color: #1D1D1B;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  display: block;
  max-width: 80px;
  background: url("../../img/flag.svg") right center no-repeat;
  background-size: 12px;
  padding-right: 23px;
  /* min-width: 110px; */
}
@media (max-width: 767px) {
  .lang-selector .current_language {
    font-size: 11px;
  }
}
.lang-selector ul {
  display: none;
}
.lang-selector:hover {
  padding: 2px 20px;
  background: #f5f5f5;
}
.lang-selector:hover ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  padding-top: 14px;
  width: 200px;
}
.lang-selector:hover ul li {
  list-style: none;
  background: #F5F5F5 !important;
  padding: 0 10px;
}
.lang-selector:hover ul li a {
  color: #686868;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  text-transform: initial;
}
.lang-selector:hover ul li a:hover {
  color: #000;
}
.lang-selector:hover ul li:last-child a {
  border-bottom: 0;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 0.5em 0 0.5em;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  #comments {
    padding-top: 0;
  }
}

.comments-title {
  font-size: 1.25rem;
  margin-bottom: 2.5em;
  font-family: "Gotham", sans-serif;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0 0 0 2.5rem;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 0.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 0.625rem;
  font-weight: 800;
  /*  letter-spacing: 0.1818em; */
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.archive-superfici-grid .elementor-widget-container .elementor-shortcode {
  padding: 0;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.archive-superfici-grid .content-post-carousel {
  background: #ffffff;
}

.category-widget ul {
  padding: 20px;
  margin: 0;
}
.category-widget h5 {
  display: none;
}
.category-widget li {
  border-bottom: 1px solid #7a7a7a;
  list-style: none;
  font-family: "Gotham", sans-serif;
  padding: 10px 0;
}
.category-widget li a {
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 16px;
}
.category-widget li a:before {
  content: " ";
  background: url(../../img/arrow-right--strong.svg) left no-repeat;
  background-size: 9px;
  top: 0;
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.side_menu ul {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.side_menu ul > li {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.side_menu ul > li a {
  color: #fff;
  font-family: "Gotham", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  padding: 15px 30px;
}
.side_menu ul > li a:hover {
  background: #ffcf0b;
  color: #000;
}
.side_menu ul > li a:after {
  content: "+";
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 300;
  color: #fff;
  font-size: 1.5rem;
}
.side_menu ul > li ul {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  display: none;
}
.side_menu ul > li ul li {
  text-transform: initial;
  margin-bottom: 0;
}
.side_menu ul > li ul li > a {
  background: #fff;
  color: #000;
  padding: 10px 30px;
  font-weight: 3OO !important;
}
.side_menu ul > li ul li > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  opacity: 0.3;
  font-size: 0.75rem;
  font-weight: 900;
}
.side_menu ul > li ul li > a:hover {
  color: #ffcf0b;
  background: #fff;
}
.side_menu ul > li ul li > a:after {
  content: "";
}
.side_menu ul > li ul li.current-cat a {
  color: #ffcf0b;
  background: #fff;
}
.side_menu ul > li.current-cat-parent > a:after, .side_menu ul > li.current-cat > a:after {
  transform: rotate(45deg);
}
.side_menu ul > li.current-cat-parent ul, .side_menu ul > li.current-cat ul {
  display: block;
}
.side_menu ul > li.current-cat-parent ul.current-cat a, .side_menu ul > li.current-cat ul.current-cat a {
  color: #ffcf0b !important;
}
.side_menu.surface {
  margin-top: 90px;
}
.side_menu.surface ul > li ul {
  display: block !important;
}

.tab-archive {
  justify-content: center;
  display: flex;
}
.tab-archive ul {
  display: flex !important;
  column-gap: 20px;
}
.tab-archive ul > li {
  list-style: none;
}
.tab-archive ul > li a:after {
  content: "";
}
.tab-archive ul > li.current-cat a {
  color: #000 !important;
  background: #ffcf0b !important;
}
.tab-archive ul > li.current-cat a:after {
  content: "";
}

.filters h6 {
  font-size: 0.75rem;
  font-weight: 300 !important;
  margin-bottom: 0;
  color: #000000;
}
.filters ul {
  padding: 0;
  display: block;
}
.filters ul li {
  list-style: none;
  font-size: 0.75rem;
  padding: 0 25px 0 10px;
  background: #d9d9d9;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.filters ul li a {
  text-transform: uppercase;
  opacity: 0.5;
  transition: all ease-in 0.3s;
  font-size: 12px;
  font-weight: 400;
}
.filters ul li a:hover {
  opacity: 1;
}
.filters ul li a.close {
  position: relative;
  content: "";
}
.filters ul li a.close:before {
  content: "+";
  display: block;
  position: absolute;
  right: -15px;
  top: -9px;
  font-weight: 300;
  color: #000;
  font-size: 1.125rem;
  transition: all ease-in 0.3s;
  transform: rotate(45deg);
}
.filters ul li a.close:hover:before {
  transform: rotate(-45deg);
}

body {
  margin: 0 !important;
  font-family: "Gotham", sans-serif;
}

.grecaptcha-badge {
  display: none;
}

.text-right {
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
