/*
Theme Name: H20 Leak Detect Theme
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: A&G Creative
Author URI: http://www.agcreative.ca
Template: enfold
*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* IMPORT PARTIALS FOR MOBILE SCREEN RESOLUTION OVERRIDES */
.av-main-nav li a {
  line-height: 180px !important;
  color: #19aae9 !important;
}
.sub-menu {
  box-shadow: none !important;
  border: none !important;
  left: -50% !important;
  padding-bottom: 1em !important;
  border-radius: 0 0 10px 10px !important;
}
.sub-menu li {
  border: none !important;
}
.sub-menu li a {
  line-height: 20px !important;
  text-align: center !important;
  padding: 1em !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
}
.sub-menu li a:hover {
  color: #000000 !important;
  background: none !important;
}
.sub-menu .sub-menu {
  left: 100% !important;
  top: 9px !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
}
.sub-menu .sub-menu li a {
  background-color: #f5f5f5 !important;
}
.c-Contact h3 {
  margin-bottom: 1em !important;
}
.c-Contact_wrapper {
  margin-bottom: -280px !important;
}
.c-Contact_wrapper .gform_required_legend {
  display: none;
}
.c-Contact_wrapper .gfield_required {
  display: none !important;
}
.c-Contact_wrapper .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
.c-Contact_wrapper input[type="text"], .c-Contact_wrapper input[type="email"], .c-Contact_wrapper input[type="tel"], .c-Contact_wrapper textarea {
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px 3px;
}
.c-Contact_wrapper .gfield--type-textarea {
  margin-top: 1.5em;
}
.c-Contact_wrapper .button {
  background: #999999 !important;
  padding: 1em 3em;
  font-family: "Ronoto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300 !important;
}
.c-Contact_wrapper .button:hover {
  background: #19aae9 !important;
  color: #000000 !important;
}
/* IMPORT PARTIALS FOR MOBILE SCREEN RESOLUTION OVERRIDES */
@media (max-width: 479px) {
  h1 {
    color: red !important;
  }
}
/* IMPORT PARTIALS FOR TABLET SCREEN RESOLUTION OVERRIDES */
/* IMPORT PARTIALS FOR DESKTOP SCREEN RESOLUTION OVERRIDES */
