/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.lang-switcher ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
.lang-switcher ul img {
  height: 22px !important;
  width: auto !important;
}
.form {
  margin: 0 !important;
  padding: 0 !important;
}
.row {
  display: flex;
  justify-content: space-between;
}
.row .input-size {
  width: 48%;
}
h2.entry-title {
  display: none;
}
.mobile-resize {
  transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .row .input-size {
    width: auto;
  }
  #g-mainbar {
    padding-top: 0px;
  }
  #g-mainbar .g-content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.input-size p label {
  color: #1a74b1;
  font-size: 1.2rem;
}
.input-size p label span input {
  color: #1a74b1;
  border: solid 1px #feb005;
}
.input-size p label span input:hover {
  color: #1a74b1;
  border: solid 1px #feb005;
}
.submit-btn p input {
  background-color: #feb005;
  border-radius: 5px;
  color: #1a74b1;
  font-size: 1.2rem !important;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
/*# sourceMappingURL=custom.css.map */