/******************************************************************
Theme Name: Regval Clone
Author: Duan
Author URI: https://ericbourges.com
Version: 1.1
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/*
colors : 
orange : rgb(242,116,38)
blue : rgb(0,58,91)
*/

.contact-title {
    color: white;
}

.contact-band {
    background: rgb(0,58,80);
    background: linear-gradient(0deg, 
    rgba(0,58,91,1) 18%, 
    rgba(26,82,105,1) 41%, 
    rgba(55,108,133,1) 56%, 
    rgba(109,156,184,1) 86%);
    color: white;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.contact-div {
    min-height: fit-content;
}

label {
    min-width: 150px;
    padding-bottom: 5px;
}

/* input {
    min-width: 320px;
} */

textarea {
    padding-bottom: 5px;
    min-width: 470px;
}

.map-container {
    width: 90%;
    height: 250px;
  }
  
  iframe {
    width: 90%;
    height: 70%;
  }  

  #acceptation {
    min-width: 20px!important;
  }

  .send-btn {
    border: none;
    background-color: rgb(242,116,38);
    color: white;
    border-radius: 5px;
    width: 75px!important;
    height: 40px;
    font-size: 20px;
  }

  @media (max-width: 768px) {

    textarea {
        min-width: 320px;
    }

    .map-container {
        height: auto;
      }

      .contact-div {
        height: fit-content;
      }

  }