.oxy-nav-menu .oxy-nav-menu-list li.menu-item a[lang=it-IT] {
  font-size: 0 !important;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a[lang=it-IT]:after {
  content: "IT";
  font-size: 16px !important;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a[lang=en-GB] {
  font-size: 0 !important;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a[lang=en-GB]:after {
  content: "EN";
  font-size: 16px !important;
}

.ct-span a {
  color: inherit !important;
}
.ct-span a:hover {
  color: #2F6C76 !important;
}

@media (max-width: 767px) {
  .ct-link-button {
    font-size: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.oxy-repeater-pages-wrap {
  display: none !important;
}

.oxy-nav-menu-list {
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .oxy-nav-menu-list .menu-item a {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 479px) {
  .oxy-nav-menu-list .menu-item a {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 479px) {
  .section-col-fix .ct-new-columns > .ct-div-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section-full .ct-section-inner-wrap {
  max-width: 100%;
}

.section-xl .ct-section-inner-wrap {
  max-width: 1400px;
}

.section-md .ct-section-inner-wrap {
  max-width: 960px;
}

.section-gallery .oxy-gallery.oxy-gallery-flex {
  flex-flow: nowrap !important;
}
.section-gallery .oxy-gallery.oxy-gallery-flex .oxy-gallery-item-contents {
  background-position: center;
}
@media (max-width: 991px) {
  .section-gallery .oxy-gallery.oxy-gallery-flex {
    flex-flow: wrap !important;
  }
}

.section-boxes .ct-link {
  transition: all 0.3s ease-in-out;
}
.section-boxes .ct-link:hover {
  transform: scale(1.05);
  transform-origin: center;
}

.section-gallery .oxy-gallery-item {
  padding: 10px !important;
  margin: 0 !important;
  width: 20% !important;
  min-width: 20% !important;
  max-width: 20% !important;
}
.section-gallery .oxy-gallery-item .oxy-gallery-item-sizer {
  border: 20px solid white !important;
  outline: 1px solid #EFF4F7;
}
@media (max-width: 991px) {
  .section-gallery .oxy-gallery-item {
    width: 33.33% !important;
    min-width: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 479px) {
  .section-gallery .oxy-gallery-item {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 10px 1px !important;
  }
}
.section-gallery .oxy-gallery-item figcaption {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

@media (max-width: 1200px) {
  .section-full.section-themes .ct-section-inner-wrap {
    max-width: 1120px;
  }
}

.section-themes .ct-new-columns > .ct-div-block {
  width: 14.2857142857% !important;
  min-width: 14.2857142857% !important;
  max-width: 14.2857142857% !important;
}
@media (max-width: 1440px) {
  .section-themes .ct-new-columns > .ct-div-block {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 1200px) {
  .section-themes .ct-new-columns > .ct-div-block {
    width: 33.33% !important;
    min-width: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 991px) {
  .section-themes .ct-new-columns > .ct-div-block {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 479px) {
  .section-themes .ct-new-columns > .ct-div-block {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.section-gallery .oxy-gallery-item figcaption {
  font-size: 10px;
  text-transform: lowercase !important;
  text-align: left !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 16px;
  font-size: 14px;
}

.wpcf7-list-item {
  margin: 0;
}

.ct-section select,
.ct-section input,
.ct-section textarea {
  appearance: none;
}
.ct-section select,
.ct-section input[type=tel],
.ct-section input[type=text],
.ct-section input[type=email],
.ct-section input[type=password],
.ct-section textarea {
  max-width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  padding: 0 20px;
  box-sizing: border-box;
}
.ct-section select:focus,
.ct-section input[type=tel]:focus,
.ct-section input[type=text]:focus,
.ct-section input[type=email]:focus,
.ct-section input[type=password]:focus,
.ct-section textarea:focus {
  outline: none;
  border-color: #163E33;
}
.ct-section select {
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  padding-right: 20px;
}
.ct-section textarea {
  padding: 20px;
  height: 150px;
}
.ct-section input::placeholder,
.ct-section textarea::placeholder {
  color: #575853;
}
.ct-section input[type=submit],
.ct-section button[type=submit] {
  height: 50px;
  border-radius: 0;
  background-color: #e08985;
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ct-section input[type=submit]:hover,
.ct-section button[type=submit]:hover {
  background-color: black;
  color: white;
}
.ct-section .form-box input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #575853;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.ct-section .form-box input[type=checkbox]:checked {
  background-color: white;
}
.ct-section .form-box input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #2f6c76;
  border-radius: 3px;
}
.ct-section .form-box input[type=radio] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #575853;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.ct-section .form-box input[type=radio]:checked {
  background-color: white;
}
.ct-section .form-box input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #2f6c76;
  border-radius: 50%;
}
.ct-section label {
  display: flex !important;
  align-items: center;
  margin-right: 30px;
  display: block;
  margin-bottom: 16px;
}
.ct-section label input {
  margin-right: 10px;
}
.ct-section input[type=checkbox] {
  margin-right: 8px;
}
.ct-section .form-inline {
  position: relative;
}
.ct-section .form-inline input[type=email] {
  max-width: 100%;
  width: calc(100% - 100px);
}
@media (max-width: 479px) {
  .ct-section .form-inline input[type=email] {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.ct-section .form-inline input[type=submit],
.ct-section .form-inline button[type=submit] {
  max-width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 479px) {
  .ct-section .form-inline input[type=submit],
  .ct-section .form-inline button[type=submit] {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}
.ct-section .form-box br {
  display: none;
}
.ct-section .form-box p {
  margin-top: 0;
}
.ct-section .form-box .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.ct-section .form-box .form-full-col {
  padding: 0 10px;
  width: 100%;
}
.ct-section .form-box .form-half-col {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .ct-section .form-box .form-half-col {
    width: 100%;
  }
}
.ct-section .form-box .form-full-col {
  flex: 1 1 100%;
}

.sal-news-buttons {
  display: flex;
  grid-gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sal-news-buttons {
    justify-content: flex-start;
  }
}
.sal-news-buttons .sal-button-category {
  height: 36px;
  border: 1px solid #E08985;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #E08985;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.sal-news-buttons .sal-button-category:hover, .sal-news-buttons .sal-button-category.active {
  background: #E08985;
  color: white;
}

.sal-news-categories {
  display: flex;
  grid-gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sal-news-categories {
    justify-content: flex-start;
  }
}
.sal-news-categories .sal-button-category {
  height: 36px;
  border: 1px solid #E08985;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #E08985;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.sal-news-categories .sal-button-category:hover, .sal-news-categories .sal-button-category.active {
  background: #E08985;
  color: white;
}

.sal-news-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 20px 0;
}

.sal-news-pagination a,
.sal-news-pagination span {
  width: auto;
  padding: 0 10px;
  height: 34px;
  background-color: #F4DCD4;
  border: 2px solid #2F6C76;
  color: #2F6C76;
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  justify-content: center;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sal-news-pagination .current {
  background-color: #2F6C76;
  color: #ffffff;
  font-weight: bold;
}

.sal-news-pagination a:hover {
  background-color: #2F6C76;
  color: white;
}

.sal-news-tags {
  display: flex;
  grid-gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sal-news-tags {
    justify-content: flex-start;
  }
}
.sal-news-tags .sal-button-tag {
  height: 36px;
  border: 1px solid #2f6c76;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #2f6c76;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.sal-news-tags .sal-button-tag:hover, .sal-news-tags .sal-button-tag.active {
  background: #2f6c76;
  color: white;
}

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