/* Styles for Hoover Ag custom theme */
/* Variables for Hoover Ag */
body {
  font-family: jaf-domus, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: jaf-domus-titling-web, sans-serif;
}

a {
  color: #1F72A6;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

#page-wrapper {
  -webkit-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}

main.content-container {
  border-top: #F2D649 6px solid;
}

header {
  height: 90px;
  background-color: #012340;
}
header div#header-branding {
  float: left;
  width: 50%;
}
header div#header-content-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav {
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 22px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #012340;
  overflow-x: hidden;
  padding-top: 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
header nav ul li {
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
header nav ul a {
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header nav ul a:hover {
  text-decoration: none;
  color: #fff;
}
header nav ul li.current_page_item, header nav ul li:hover {
  background-color: #F2D649;
}
header nav ul li.current_page_item a, header nav ul li:hover a {
  color: #012340;
}
header nav a#menu-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: transparent;
  border: 0;
  color: #fff;
}
header button#open-menu {
  font-family: jaf-domus-titling-web, sans-serif;
  display: block;
  height: 45px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 1.35em;
  line-height: 0.9em;
}

section#header-phone {
  background-color: #F2D649;
  padding: 8px 0;
  text-align: center;
  width: 175px;
  position: absolute;
  z-index: 50;
  left: 50%;
  margin-left: -87px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
section#header-phone a {
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #1F72A6;
}

section#primary {
  border-top: #F2D649 6px solid;
}

div#footer-border {
  background-color: #1F72A6;
  height: 14px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

footer {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  background-color: #012340;
}
footer div.footer-overlay {
 /* position: absolute;*/
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/metal-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}
/*footer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/metal-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}*/
footer div#footer-content {
  color: #fff;
  font-size: 1.75em;
  padding-top: 45px;
}
footer div#footer-content p#footer-contact {
  line-height: 1.15em;
}
footer div#footer-content ul {
  padding-left: 0;
  list-style-type: none;
}
footer div#footer-content ul li {
  display: inline-block;
  margin-right: 12px;
}
footer div#footer-content ul li a {
  color: #ffffff;
  text-decoration: underline;
}

div.eael-elements-flip-box-container {
  overflow: hidden;
}

div.eael-elements-flip-box-icon-image {
  position: static;
  overflow: hidden;
}
div.eael-elements-flip-box-icon-image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  opacity: 0.75;
  height: auto !important;
}

section.hero {
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: #F2D649 6px solid;
}
section.hero div.transparent-overlay {
  background-color: #012340;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
section.hero h2 {
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  position: relative;
  z-index: 6;
}

h2.page-title {
  background-color: #F2D649;
  padding: 5px 0 15px 0;
  margin: 0;
  text-align: center;
  color: #012340;
}

.product-hero-container .elementor-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-hero-container .product-hero-img {
  height: 300px;
}

.gform_wrapper form {
  font-size: 1.25em;
}
.gform_wrapper form input[type=text], .gform_wrapper form textarea {
  height: 50px;
  border-radius: 5px;
  border: #E2E2E2 solid 2px;
}
.gform_wrapper form input[type=text] {
  width: 100% !important;
}
.gform_wrapper form label {
  font-weight: normal;
  margin-bottom: 0;
}
.gform_wrapper form label[for=input_3_11] {
  display: none !important;
}
.gform_wrapper form div.gform_footer {
  margin-top: 20px !important;
}
.gform_wrapper form div.gform_footer input[type=submit] {
  background-color: #BCD1DF;
}
.gform_wrapper form li#field_7_19 input {
  display: none;
}
.gform_wrapper form li#field_7_19 label {
  display: inline-block;
  background-repeat: no-repeat;
}
.gform_wrapper form li#field_7_19 input[value="Bobcat Versahandler 518 & 723"] + label {
  background-image: url("../images/hookup-diagrams/bobcat.jpg");
  background-size: 25%;
  height: 100px;
  padding-left: 100px;
  padding-top: 35px;
}
.gform_wrapper form li#field_7_19 input[value="Cat TH62-63-82-83"] + label {
  background-image: url("../images/hookup-diagrams/cat.jpg");
  background-size: 25%;
  height: 100px;
  padding-left: 100px;
  padding-top: 35px;
}
.gform_wrapper form li#field_7_19 input[value="Gehl AL700, Dynacarrier"] + label {
  background-image: url("../images/hookup-diagrams/gehl-al700.jpg");
  background-size: 25%;
  height: 60px;
  padding-left: 100px;
  padding-top: 20px;
}
.gform_wrapper form li#field_7_19 input[value="Gehl Dynattach (Narrow - 11.5in) RS6"] + label {
  background-image: url("../images/hookup-diagrams/gehl-dynattach-rs5.jpg");
  background-size: 25%;
  height: 135px;
  padding-left: 100px;
  padding-top: 57px;
}
.gform_wrapper form li#field_7_19 input[value="Gehl Dynattach (Wide - 13in) RS5"] + label {
  background-image: url("../images/hookup-diagrams/gehl-dynattach-rs6.jpg");
  background-size: 25%;
  height: 135px;
  padding-left: 100px;
  padding-top: 57px;
}
.gform_wrapper form li#field_7_19 input[value="Gradall 534D"] + label {
  background-image: url("../images/hookup-diagrams/gradall.jpg");
  background-size: 40%;
  height: 120px;
  padding-left: 100px;
  padding-top: 45px;
}
.gform_wrapper form li#field_7_19 input[value="Ingersoll Rand"] + label {
  background-image: url("../images/hookup-diagrams/ingersoll-rand.jpg");
  background-size: 40%;
  height: 110px;
  padding-left: 100px;
  padding-top: 35px;
}
.gform_wrapper form li#field_7_19 input[value="JCB 506C"] + label {
  background-image: url("../images/hookup-diagrams/jcb-506c.jpg");
  background-size: 40%;
  height: 110px;
  padding-left: 100px;
  padding-top: 35px;
}
.gform_wrapper form li#field_7_19 input[value="JCB 520, 524, & 527"] + label {
  background-image: url("../images/hookup-diagrams/jcb-520.jpg");
  background-size: 40%;
  height: 110px;
  padding-left: 100px;
  padding-top: 35px;
}
.gform_wrapper form li#field_7_19 input[value="John Deere 3200, 3400, & 3800 Telehandler"] + label {
  background-image: url("../images/hookup-diagrams/john-deere.jpg");
  background-size: 25%;
  height: 100px;
  padding-left: 100px;
  padding-top: 30px;
}
.gform_wrapper form li#field_7_19 input[value=JLG] + label {
  background-image: url("../images/hookup-diagrams/jlg.jpg");
  background-size: 45%;
  height: 110px;
  padding-left: 100px;
  padding-top: 40px;
}
.gform_wrapper form li#field_7_19 input[value="JLG G9-43 SKYTRAK"] + label {
  background-image: url("../images/hookup-diagrams/jlg-g9.jpg");
  background-size: 30%;
  height: 110px;
  padding-left: 100px;
  padding-top: 40px;
}
.gform_wrapper form li#field_7_19 input[value=Lull] + label {
  background-image: url("../images/hookup-diagrams/lull.jpg");
  background-size: 78%;
  height: 110px;
  padding-left: 100px;
  padding-top: 40px;
}
.gform_wrapper form li#field_7_19 input[value="Manitou, New Holland LM435 (Blue) & LM5060, and Gehl CT618 & CT723"] + label {
  background-image: url("../images/hookup-diagrams/manitou.jpg");
  background-size: 18%;
  height: 105px;
  padding-left: 100px;
  padding-top: 40px;
}
.gform_wrapper form li#field_7_19 input[value="NH M428, M427, M459"] + label {
  background-image: url("../images/hookup-diagrams/nh-m428.jpg");
  background-size: 30%;
  height: 135px;
  padding-left: 100px;
  padding-top: 60px;
}
.gform_wrapper form li#field_7_19 input[value="Q-Fit: New Holland LM430 (Yellow) and JCB 530 & 540"] + label {
  background-image: url("../images/hookup-diagrams/q-fit.jpg");
  background-size: 20%;
  height: 110px;
  padding-left: 100px;
  padding-top: 45px;
}
.gform_wrapper form li#field_7_19 input[type=checkbox]:checked + label {
  border: 2px #f2d649 solid;
}

div.site-map-list-container {
  padding: 50px 0;
  min-height: 650px;
}

.site-map-list {
  list-style-type: none;
  font-size: 1.75em;
  width: 400px;
  margin: 0 auto;
  padding-left: 0;
}
.site-map-list li {
  margin-bottom: 15px;
}
.site-map-list li a:hover {
  color: #BCD1DF;
}

/* Responsive styles for Hoover Ag */
@media (min-width: 768px) {
  section.hero {
    height: 350px;
  }
  section.hero h2 {
    font-size: 3em;
  }

  .gform_wrapper {
    width: 70%;
    margin: 0 auto;
  }

  .product-hero-container .product-hero-img {
    height: auto;
  }
}
@media (min-width: 992px) {
  header {
    height: 123px;
  }
  header div#header-branding {
    width: 25%;
    padding-top: 15px;
  }
  header nav {
    float: right;
    width: 75%;
    text-align: right;
    position: static;
    height: 123px;
    padding-top: 0;
    overflow: hidden;
  }
  header nav ul {
    height: 123px;
  }
  header nav ul li {
    display: inline-block;
    height: 123px;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
  }
  header nav ul a {
    display: inline-block;
    height: 123px;
    padding: 30px 15px 0 10px;
  }
  header nav a#menu-close {
    display: none;
  }
  header button#open-menu {
    display: none;
  }
}