/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/

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

.et_pb_slides .et_pb_slide::after {
    content: '';
    width: 60%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description{
	width: 60%;
    margin: 0;
}
.et_pb_more_button{position:relative;border:0; margin-top:10px;background: #ffffff40;}
.et_pb_button:after, .et_pb_button:before {
    font-size: 42px;
}
a.et_pb_more_button:after {
    content: "}";
    opacity: unset;
    font-family: poppins !important;
    right: -12px;
	top: 3px;
    font-weight: 500;
	color:#FF6D36;
}
a.et_pb_more_button:before {
	content: "{";
    opacity: unset;
    font-family: poppins !important;
    left: -12px;
	display: block;
	margin:0;
    top: 3px;
    font-weight: 500;
	color:#FF6D36;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover{
	background: #FF6D36;
}