/* 
 Theme Name:     divi child
 Author:         arsoft
 Author URI:     http://divichild.com
 Template:       Divi
 Version:        v01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4
*/ 


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


.top-bar  .et_pb_search input.et_pb_searchsubmit {
   
    background-color: #fff;
   
}
.top-bar .et_pb_search {
    background: #fff;
    border-radius: 20px;
}
.menu-head .et_pb_module ul#menu-main-menu li img {
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
    height: 50px;
    object-fit: contain;
}
.menu-head .et_pb_module ul#menu-main-menu li {
    text-align: center;
    padding-left: 30px;
    padding-right:30px;
}
.opacity-text {
    opacity: .07;
}
.text-bottom h2:before {
    content: "";
    position: absolute;
    background: #f32d2e;
    width: 230px;
    height: 2px;
    bottom: -8px;
}
.text-bottom   h2 {
    position: relative;
}

.container {
    width: 100% !important;
}

.carousel-slider .carousel-slider-video-overlay {
    background-color: transparent !important;
   
}