.itin .btn {
  background-color: var(--itin-btn-background);
  color: var(--itin-btn-link-color);
  margin: 0.25rem;
}

/*-------------------Start Custom Tourismo Styles------------------*/
/*-------------------The CSS below has to be pasted into the Simple Custom CSS field under Appearance > Custom CSS, because it was overwritting the plugin css.  ------------------*/

@media (max-width: 980px) {
  html body #main-header .menufloatright.menu-item {
    display: block !important;
    float: none;
    padding: 0;
    color: white;
  }

  html body #main-header .menufloatright.menu-item a {
    border: none;
    padding: 10px 5% !important;
  }

  html body #main-header .community-button:after {
    content: '';
    border-bottom: 1px solid white;
    width: 40px;
    height: 1px;
    position: absolute;
    margin-left: 5%;
    margin-top: 5px;
  }

  html body #main-header .community-button {
    margin-bottom: 10px;
  }
}


html body #main-header #et_top_search {
  right: 270px;
}

body #page-container .et_pb_section .custom-header-button {
  border-radius: 6px !important;
  padding: 1px 10px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #88bca3;
  font-size: 14px;
  margin-left: 5px;
}

body #page-container .et_pb_section .custom-header-button:hover {
  border-radius: 6px !important;
  padding: 1px 10px !important;
  color: #0c2114;
  background-color: #88bca3;
  border: 1px solid #88bca3;
  font-size: 14px;
}


body #page-container .et_pb_section #download-app-button {
  color: #f7b319 !important;
  border: 1px solid #f7b319;
}

body #page-container .et_pb_section #download-app-button:hover {
  color: #0c2114 !important;
  background-color: #f7b319;
  border: 1px solid #f7b319;
}

body #page-container .et_pb_section .download-app-button-mobile {
  padding: 10px 5% !important;
}

body #page-container .et_pb_section .download-app-button-mobile a {
  border-radius: 6px !important;
  padding: 1px 10px !important;
  font-size: 14px;
  margin-left: 5px;
  color: #f7b319 !important;
  border: 1px solid #f7b319;
  text-align: center;
}

body #page-container .et_pb_section .download-app-button-mobile a:hover {
  border-radius: 6px !important;
  padding: 1px 10px !important;
  font-size: 14px;
  color: #0c2114 !important;
  background-color: #f7b319;
  border: 1px solid #f7b319;
}

body #page-container .et_pb_section .login-button-mobile,
body #page-container .et_pb_section .signup-button-mobile,
body #page-container .et_pb_section .download-app-button-mobile {
  display: none;
}

@media (max-width: 980px) {
  body #page-container .et_pb_section .login-button-mobile,
  body #page-container .et_pb_section .signup-button-mobile,
  body #page-container .et_pb_section .download-app-button-mobile {
    display: block;
  }
}

.itin .border-dark {
  border-right: 1px solid black;
  margin: 0 5px 0 5px;
}
/*-------------------END Custom Tourismo Styles------------------*/