/*
Theme Name:     Thème Enfant Weaver Xtreme
Description:    Style Sheet for contact form(s)
Author:         Koenraad
Template:       weaver-xtreme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* style for div containing contact form */
.contact-form {
  width: 90%;
  margin: auto;
}


/* Contact Form 7 Style
---------------------------------*/

/* Background color and border style contact form */
.wpcf7 {
  background-color: #000000;
  border: 1px solid #FFCC00;
}

/* Set margins between form fields and border */
.wpcf7-form {
  margin-left: 25px;
  margin-right: 45px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Set options for the name field */
.contact-name {
  font-size: 16px !important;
  color: #000000;
  background-color: #FFFF99;
  width: 50%;
}

/* Set options for the email field */
.contact-email {
  font-size: 16px !important;
  color: #000000;
  background-color: #FFFF99;
  width: 50%;
}

/* Set options for the subject field */
.contact-subject {
  font-size: 16px !important;
  color: #000000;
  background-color: #FFFF99;
  width: 50%;
}

/* Set options for the message field */
.contact-message {
  font-size: 16px;
  color: #000000;
  background-color: #FFFF99;
  width: 100%;
  height: 320px;
}

/* Set options for the submit button */
.wpcf7-submit {
  font-size: 20px;
  color: #000000;
  background-color: #FFCC00;
  padding: 0px 10px 0px 10px;
  /* Center the submit button */
  display: table;
  margin: auto;
}

/* Center the Google Recaptcha normal size */
.g-recaptcha {
  margin: 15px auto !important;
  width: auto !important;
  height: auto !important;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}

/* Center the response output message */
div.wpcf7-mail-sent-ok {
  border: 2px solid #33CC00;
  margin: auto;
  text-align: center;
}

/* responsive rules for tablets and phones with screen width between 580px and 767px */
@media screen and (min-width:580px) and (max-width:767px) {


}
/* responsive rules for tablets and phones with screen width between 360px and 579px */
@media screen and (min-width:401px)  and (max-width:579px) {
/* Center the Google Recaptcha normal size */


}
/* responsive rules for tablets and phones with screen width lower than 360px */
@media screen and (max-width:400px) {

/* Adjust Google Recaptcha size to the width of the device's screen */
.g-recaptcha {
  margin: 15px auto !important;
  width: 100%;
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
}

}
