/*
Theme Name: Kenya Biologics
Theme URI: https://www.kenyabiologics.com
Description: This is a custom child theme for Divi
Author: Tallest
Author URI: https://www.tallest.nl
Template: Divi
Version: 0.1
*/

/* Colors */
.green,
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a,
.bottom-nav li.current-menu-item > a {
  color: #6AB445 !important;
}

/* Layout */
body:not(.et_pb_pagebuilder_layout) #left-area {
  padding-bottom: 60px;
}

/* Header */
#logo {
  max-height: 66%;
}
@media (max-width: 980px) {
    .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
        width: 100%!important;
        max-width: 100%!important;
        background: white !important;
    }
}

/* Footer */
html {
  background-color: #171717;
}
#footer-widgets a:hover {
  color: #6AB445 !important;
}
#footer-widgets .footer-widget li {
  padding-left: 0px;
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .textwidget {
  line-height: 2em;
}
#footer-info img {
  vertical-align: middle;
}

/* WPML Lang Switcher Menu */
.menu-item-language.menu-item-has-children a:after {
  display: none;
}
.menu-item-language-current {
  font-weight: bold;
}

/* Tallest USP Widget plugin */
.widget_tallest_usp_widget li {
    padding-left: 28px;
    display: block;
    font-weight: bold;
}
.widget_tallest_usp_widget li:before {
    content: "\4e";
    color: #6AB445;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 30px;
    font-weight: bold;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    margin-left: -32px;
    width: 32px;
    vertical-align: middle;
}

/* Divi & Gravity Forms */
/* In combination with this plugin: Surbma - Divi & Gravity Forms */
ul.gform_fields {
    padding-left: 5px !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
  padding-bottom: 15px;
}
.gform_wrapper .gform_footer {
  padding-top: 0px !important;
}
body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer {
  text-align: left !important;
}
.gform_wrapper div.validation_error {
  margin-top: 35px;
}

/* MOBILE */
@media screen and (max-width: 980px) {
  .container.et_menu_container,
  .container.et_search_form_container {
    width: 90%;
  }
  .et_header_style_left #logo {
      max-width: 70%;
  }
}