/* SEARCH */
.site-search-form {
  display: flex;
}

.site-search-form > input[name="search"] {
  height: 40px;
  width: calc(100% - 40px);
  border: 1px solid #5a6775;
}

.site-search-form > button {
  height: 40px;
  width: 40px;
  border: none;
  background: #0073df;
}

.site-search-form > button > svg {
  color: white;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

@media (max-width: 992px) {
  .it-search-wrapper {
      padding-top: 2px !important;
  }
}

@media (max-width: 767px) {
  .site-search-form > input[name="search"] {
      display: none;
  }
  .site-search-form > button {
      height: 40px;
      width: 40px;
      border: none;
      border-radius: 100%;
      background: white;
  }
  .site-search-form > button > svg {
      color: #0073df;
      width: 20px;
      height: 20px;
      margin-top: 4px;
  }
}

@media (max-width: 576px) {
  .site-search-form > button {
      display: none;
  }
}
/* RDC */

.it-header-slim-wrapper {
  background-color: rgb(48, 55, 61);
  align-items: center;
  display: flex;
}

.RDCFullWidthCentered {
  margin-left: 50px;
  margin-right: auto;
}

.RDCFullWidthCentered > a {
  color: white;
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: 500;
  font-family: "Titillium Web", sans-serif;
}

.RDCFullWidthCentered > a:hover {
  color: #c6efef;
  text-decoration: underline;
}

.RDCFullWidth {
  display: flex;
  background-color: #1c4769;
  padding: 20px 50px;
}

.header > .RDCFullWidth {
  gap: 50px;
}

.col1 {
  flex: 1;
}

.col2 {
  flex: 2;
  display: flex;
  align-items: center;
}

.col3 {
  display: flex;
  justify-content: center;
  margin-left: 50px;
  flex-direction: column;
  max-width: 250px;
}

.col2 > img {
  max-width: 50%;
  height: 50%;
  padding: 5px;
}

.bandiera {
  display: flex;
}

.bandiera > div {
  flex: 1;
}

.verde {
  background-color: #008e30;
  height: 5px;
}

.bianco {
  background-color: white;
  height: 5px;
}

.rosso {
  background-color: #d11a00;
  height: 5px;
}

.it-header-navbar-wrapper {
  background-color: #287cb8;
}

.nav-item > a {
  color: white;
  font-size: 1.2em !important;
  padding: 30px 0;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
  border: 0;
}

.menu-wrapper {
  justify-content: space-around !important;
}

.footer {
  background-color: #30373d;
}

.footer-container {
  padding: 50px;
  margin-top: -65px;
}

.footer-container > img {
  max-width: 600px;
  border-bottom: 1px solid #65dbde;
}

.footer-text {
  padding: 10px;
}

.footer-text > a {
  padding: 0 10px;
  color: #65dbde;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 25px;
}

.footer-text > a:hover {
  color: white !important;
}

.container {
  max-width: 100%;
  padding: 0;
}

.wp-block-columns {
  display: flex;
  justify-content: space-around;
}

.container-RDC {
  max-width: 1320px;
}

.top-RDC {
  margin-top: -60px;
}

.RDC-title {
  color: #2c3973 !important;
  font-size: 3em !important;
  font-weight: bold !important;
  text-align: center !important;
}

.container-RDC > p {
  font-size: 1em;
  text-align: justify;
}

.text-justify {
  font-size: 1em !important;
  text-align: justify;
}

.wp-block-file {
  margin-bottom: 0;
  padding: 3px;
  padding-left: 20px;
  display: flex;
}

.wp-block-file > a {
  margin-left: 10px;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  padding: 15px;
  background-color: #cde6f7;
  color: #337ab7;
  text-decoration: none;
}

.wp-block-file > a:hover {
  background-color: #337ab7;
  color: white;
}

.RDC-button > a {
  background-color: #287cb8;
  color: #fff;
  border: 1px solid #287cb8;
  font-weight: 600;
  padding: 0.5em 1em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
  border-radius: 0;
  transition: border-radius 1s;
}

.RDC-button > a:hover {
  border-radius: 30px;
  background-color: #fff;
  color: #287cb8;
}

.RDC-news {
  display: flex;
  align-items: center;
}

.RDC-news > img {
  width: 25px;
  height: 20px;
  margin-right: 5px;
}

.RDC-news > a {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
}

.layout-col.col-sm-6.col-xs-12 {
  width: 100%;
}

.layout.container-fluid {
  max-width: 600px;
}

.layout.container-fluid > div {
  display: flex;
  flex-wrap: nowrap;
}

.layout.container-fluid > div > div {
  flex: 1;
}

.elq-label {
  font-size: 18px;
  margin-top: 20px;
}

.elq-required {
  color: red;
}

.elq-item-input {
  width: 100% !important;
  border: 1px solid !important;
  height: 30px !important;
  font-size: 18px !important;
  font-weight: 100 !important;
}

.field-control-wrapper {
  margin-left: 10px;
}

.LV_validation_message.LV_invalid {
  color: red;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}

.LV_validation_message.LV_valid {
  display: none;
}

.checkbox-aligned.elq-item-label {
  font-size: 18px;
  margin-top: 20px;
}

.single-checkbox-row.row {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  max-width: 600px;
  justify-content: center;
  align-items: baseline;
  margin-left: 20px;
}

.single-checkbox-row.row > input {
  width: 20px;
}

.Button.Button--default.u-text-r-xs {
  background-color: #287cb8 !important;
  color: #fff !important;
  border: 1px solid #287cb8 !important;
  font-weight: 600 !important;
  padding: 0.5em 1em !important;
  text-transform: uppercase !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  transition: border-radius 1s !important;
}

.Button.Button--default.u-text-r-xs:hover {
  border-radius: 30px !important;
  background-color: #fff !important;
  color: #287cb8 !important;
}

#azuremediaplayer0 {
  max-width: 800px;
}

@media (max-width: 1500px) {
  .nav-item > a {
    font-size: 1em !important;
  }
}

@media (max-width: 1000px) {
  .col3 {
    display: none;
  }

  .top-RDC {
    margin-top: 0;
  }

  .footer-container {
    padding: 10px;
  }

  .footer-container > img {
    width: 80%;
  }

  .footer-text > a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .menu-wrapper {
    background-color: #0066cc !important;
  }

  .nav-item {
    margin-left: 20px;
  }

  .nav-item > a {
    text-decoration: none;
  }
}

@media (max-width: 500px) {
  .RDCFullWidthCentered {
    margin-left: auto;
    margin-right: auto;
  }

  .RDCFullWidthCentered > a {
    font-size: 13px !important;
  }

  .RDCFullWidthCentered > img {
    width: 15px !important;
  }

  .RDCFullWidth {
    padding: 5px 20px;
  }

  .col3 {
    flex: 0;
  }

  .footer-text > a {
    font-size: 15px;
  }
}
