/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.5
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Increase Bloom popup width */
.et_bloom_popup {
    max-width: 900px !important;
    width: 95% !important;
}

/* Remove side padding so form gets full width */
.et_bloom_popup_content {
    padding: 20px 30px !important;
}


.custom-search-box {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.custom-search-box input {
  width: 100%;
  padding: 16px 50px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  outline: none;
}

.left-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}

.right-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: red;
  font-size: 18px;
}

@media (max-width: 480px) {
  .custom-search-box input {
    padding: 14px 45px;
    font-size: 14px;
  }

  .left-icon {
    left: 14px;
  }

  .right-icon {
    right: 8px;
  }
}

.Bottom_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu > nav > ul > li {
  padding-left: 40px !important;
}
