/* 
 Theme Name:     Divi child theme   
 Author:         J3media
 Author URI:     https://j-3media.com 
 Template:       Divi
 Version:        1.2 
*/ 
#main-header{
	display:none; 
}

.et_pb_section_video_bg:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%) !important;
    z-index: 1;
}

#et-info {
    float: none;
    text-align: center;
}

/* Show slider arrows always */
.et-pb-arrow-next {
       opacity: 1;
       right: 22px;
}
.et-pb-arrow-prev{
       opacity: 1;
       left: 22px;
}

.et-pb-arrow-prev {
    opacity: 1;
    left: 22px;
    background: #f5f5efd1;
    color: #1c770b !important;
    border-radius: 50%;
}

.et-pb-arrow-next {
    opacity: 1;
    right: 22px;
    background: #f5f5efd1;
    color: #1c770b !important;
    border-radius: 50%;
}

.et-pb-controllers {
    bottom: 0px;
}

.et-pb-controllers a {
    background-color: hsl(0deg 0% 100%);
	width: 14px;
    height: 14px;
}

#footer-info {
    float: none !important;
    text-align: center !important;
}

#footer-bottom {
	background-color: #1c770a!important;
}
p#footer-info{
	color: #fff;
}

#footer-info a{
	color: #fff !important;
}