/* Contact Form 7 Custom Styles */

/* Input Fields */
.cf7-input {
    border: 1px solid #134054;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 8px;
    height: 33px;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .cf7-input {
      height: 77px;
      width: 100%;
	  font-size: 22px;
    }
  }
  
  /* Select Fields */
  .cf7-select {
    border: 1px solid #134054;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 8px;
    height: 33px;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .cf7-select {
      height: 77px;
      width: 100%;
	  font-size: 22px;
    }
  }
  
  /* Textarea */
  .cf7-textarea {
    border: 1px solid #134054;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 8px;
	height: 85px;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .cf7-textarea {
	  font-size: 22px;
	  height: 200px;
    }
  }
  
  /* Submit Button */
  .cf7-submit {
    cursor: pointer;
    background-color: #897845;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: 1px solid #134054;
	width: 220px;
    transition: background-color 0.3s ease;
  }

  @media (min-width: 1024px) {
    .cf7-submit {
	  	width: 514px;
    }
  }

  .cf7-submit:hover {
    background-color: #6e6237;
  }
  
  /* Form Validation Styles */
  .wpcf7-form-control-wrap {
    position: relative;
  }
  .wpcf7-not-valid {
    border-color: #FF1F00 !important;
  }
  
  .wpcf7-validation-errors {
    color: #FF1F00;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .cf7sg-container {
    width: 100%;
  }

  .wpcf7-spinner {
    display: none !important;
  }

  .wpcf7-list-item input {
    margin-right: 5px;
  }

@media (min-width: 1280px) {
  .content_static_site > .flex {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media (min-width: 1536px) {
  .content_static_site > .flex {
    padding-left: 440px;
    padding-right: 440px;
  }
}

.font-en .wpcf7-submit{
  font-family: "Garamond Premier Pro Display", "Garamond Premier Pro", "Times New Roman", serif !important;
}

.font-en>p {
  font-family: "Garamond Premier Pro Display", "Garamond Premier Pro", "Times New Roman", serif !important;
}
  
