/*
 Theme Name:     Nutris Honey
 Theme URI:      https://nutrishoney.com/
 Description:    Child Theme
 Author:         Anton Koekemoer
 Author URI:     https://www.antonkoekemoer.com
 Template:       Divi
 Version:        1
*/

@import url("../Divi/style.css");

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 1px auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

.el-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.el-flex-row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg-overlays .et_parallax_bg::before {
    background-color: rgba(0, 0, 0, 0.70) !important;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-overlays {
    background-color: rgba(0, 0, 0, 0.70) !important;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.overlaybg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust color and opacity here */
    z-index: 1;
}

.et_mobile_menu {
    border-top: 3px solid #F3601A !important;
}

.mobile_menu_bar:before {
color: #F3601A !important;
}