/*
 Theme Name:     ZestCitron
 Description:    Divi Child Theme
 Author:         Tamara Vandebroeck
 Author URI:     https://www.zestcitron.be
 Template:       Divi
 Version:        1.0.0
*/

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

/*@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-300.woff2') format('woff2'), 
       url('../ZestCitron/fonts/poppins-v15-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-regular.woff2') format('woff2'),
       url('../ZestCitron/fonts/poppins-v15-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-500.woff2') format('woff2'), 
       url('../ZestCitron/fonts/poppins-v15-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-600.woff2') format('woff2'),
       url('../ZestCitron/fonts/poppins-v15-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-700.woff2') format('woff2'),
       url('../ZestCitron/fonts/poppins-v15-latin-700.woff') format('woff'); 
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-800.woff2') format('woff2'),
       url('../ZestCitron/fonts/poppins-v15-latin-800.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../ZestCitron/fonts/poppins-v15-latin-900.woff2') format('woff2'),
       url('../ZestCitron/fonts/poppins-v15-latin-900.woff') format('woff'); 
}
*/


/*Footer*/
.footer_nav a {
  color: #ffffff !important;
}

.bigNumber {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}

.servicesLeftCol .et_pb_image_wrap {width: 58px !important;}

@media all and (min-width: 981px) {
  .servicesLeftCol .et_pb_blurb_container {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}

/*.et_pb_pricing_table.et_pb_pricing_table_4 {
  padding-bottom: 0;
}*/

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #393F4D inset !important;
  -webkit-text-fill-color: #ffffff;
}

@media (max-width: 800px) {
  .et_contact_bottom_container {
    width: 100%;
  }
}

.et_pb_contact_field_5 .et_pb_contact_field_options_title {
  display: none;
}