/*
Theme Name: MullinsCustomTheme
Theme URI: https://www.mullinsasphalt.com/
Author: Mullins Asphalt
Description: Custom theme cloned from the Mullins Asphalt HTML brochure site so the public pages look the same. The home page is a normal WordPress page you can edit.
Version: 1.0.1
Text Domain: mullinscustomtheme
*/

/* WordPress chrome */
.wp-block-image img,
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}

.mullins-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.mullins-form-error {
  color: #c00;
  font-weight: bold;
  margin: 12px 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.mullins-form .form-group {
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  height: auto;
}

.mullins-form input[type="text"],
.mullins-form input[type="email"],
.mullins-form input[type="tel"],
.mullins-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 52px;
  padding: 14px 16px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.mullins-form textarea {
  min-height: 110px;
  resize: vertical;
}

.mullins-form input[type="text"]:focus,
.mullins-form input[type="email"]:focus,
.mullins-form input[type="tel"]:focus,
.mullins-form textarea:focus {
  color: #111;
  border-color: #333;
  outline: none;
  box-shadow: none;
}

.mullins-services {
  overflow: hidden;
  margin: 8px 0 16px;
}

.mullins-services label {
  float: left;
  width: 25%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding: 8px 8px 8px 0;
  color: #333;
}

.mullins-mailing {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 18px;
  display: block;
}

.mullins-submit {
  background-color: #009900;
  color: #fff;
  font-size: 20px;
  height: 80px;
  width: 300px;
  max-width: 100%;
  border: 0;
  cursor: pointer;
}

.mullins-submit:hover,
.mullins-submit:focus {
  background-color: #007a00;
  color: #fff;
}

@media (max-width: 767px) {
  .mullins-services label {
    width: 50%;
  }
}
