/* Contact Forms  */

.contact-form .required {
  color: #F26122;
}
.contact-form label {
  font-size: 1.2rem;
}
.contact-form input {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid gray;
    border-radius: 5px;
}
.contact-form textarea {
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid gray;
    border-radius: 5px;
}
.contact-form input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 1rem;
}
.contact-form select {
  -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    /*border: 1px solid #AAA;*/
    padding: 5px;
    background-position-x: 90%;
    -webkit-padding-end: 20px;
    line-height: 1.5rem;
    border: 1px solid gray;
    font-size: 1rem;
    font-weight: 100;
}
.contact-form p {
  margin-block-end : 1rem;
  margin-block-start : 0.5rem;
}

.contact-form .wpcf7-list-item-label {
  font-size: 1.2rem;
}
.contact-form .simple-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.contact-form .short-field {
  width: 30ch;
}
.conntact-form h2 {
 margin-block-end : 0;
}

/*   Menus    */

/*   Columns  */
/*
@media screen and (max-width: 767px) {
    .swap-col-mobile {
        display: flex;
        flex-direction: column-reverse !important;
    }
}
*/
/* Responsive */
@media (max-width: 600px) {
    .TMS-header { 
        font-size: 22px !important;
    }
    .TMS-strapline {
        font-size: 14px !important;
    }
    .TMS-social-icon {
        font-size: 40px !important;
    }
  }
  
  /* Search bar */
  .wp-block-search__inside-wrapper {
  height: 40px !important;
}
.wp-block-search__inside-wrapper input.wp-block-search__input {
  height: 30px !important;
  line-height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}
.wp-block-search .wp-block-search__button {
  height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}
