/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Aquaflush.nl
 Author:         Daniel Philipsen - Strila.nl
 Author URI:     https://strila.nl
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

span.mobile_menu_bar:before {
  color: #000050;
  font-size: 50px;
  left: 10px;
}

.et_mobile_menu {
  border-top: 3px solid #000050;
}

#main-footer {
  height: 0 !important;
  overflow: hidden;
}

a {
  text-underline-offset: 5px;
}

#et-secondary-menu {
  margin-right: 20px !important;
}

.grecaptcha-badge {
  display: none !important;
}



/* Contact formulier
------------------------------------------------------- */

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border: 1px solid #000050 !important;
  border-radius: 1px;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px !important;
  width: 100%;
  max-width: 700px;
}

textarea {
  height: 200px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: block;
  margin: auto;
  background: #ff0000;
  color: #fff;
  font-family: "Overpass", Helvetica;
  font-size: 20px;
  padding: 10px 20px;
  border: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}


/* WooCommerce
-------------------------------------------------------- */

.quantity input.text {
  margin-bottom: 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  margin-top: 10px;
  border: none;
}

.single-product .sidebar,
.woocommerce .sidebar {
  display: none !important;
}

.et_pb_wc_add_to_cart .quantity input.qty {
  border: 1px solid #333 !important;
  min-height: 47px;
}

.woocommerce-order-received .et_pb_column_3_5 {
  display: none;
}

.woocommerce-order-received .et_pb_column_2_5 {
  width: 100%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 100px;
  font-size: 150%;
  font-weight: 600;
  border: 1px solid;
  padding: 10px 10px 10px 10px;
}

/* Responsive
------------------------------------------------------- */

@media all and (min-width: 980px) {
  .menu-button a {
    background: #ff0000;
    color: #ffffff !important;
    padding: 10px 10px 9px !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
    transition: 0.32s !important;
  }

  .menu-button a:hover {
    background: #000050;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1300px) {
  .hero-content {
    background-image: linear-gradient(180deg,
        rgba(211, 218, 228, 0),
        rgba(211, 218, 228, 0) 50%,
        rgba(211, 218, 228, 1) 80%);
    padding: 20px 20px 30px !important;
  }
}

@media only screen and (min-width: 768px) {
  #et-info {
    float: right !important;
  }
}