/*
Theme Name:     GeneratePress-Child
Description:    Child theme of GeneratePress for AA Carriers website
Author:         Webquest Ltd
Template:       generatepress

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../generatepress/style.css");

/* Create two equal columns that floats next to each other */
.c7column {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.c7columnfull {
  float: left;
  width: 100%;
  padding: 0 10px 0 0;
}
/* Clear floats after the columns */
.c7row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .c7column {
    width: 100%;
  }
}

/* Form Styling */
.form-text {
  font-size: 13px;
  font-weight: bold;
}
.wpcf7-form-control {
  padding: 5px 10px !important;
  border: 1px solid #ADADAD !important;
}
.wpcf7 form>div, .wpcf7 form>p {
  margin-bottom: 5px !important;
}
.button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #ff0000 !important;
  margin-top: 15px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.button, input[type=button], input[type=reset], input[type=submit]:hover {
  background-color: #000000 !important;
}
.eael-contact-form-7 .wpcf7-form p {
  margin-bottom: 5px;
}