/*
 Theme Name:   Divi Child Theme
 Theme URI:    
 Description:  A Divi child theme
 Author:       Net Alliance
 Author URI:   https://nzt-alliance.fr
 Template:     Divi
 Version:      1.0.0
*/
@import url("../Divi/style.css");

/* ----------------------------------------------- */
/* CSS FOR DIVI POST SLIDER */
/*MOVE IMAGE TO TOP LEFT EDGE OF SLIDER*/

.dmc-pslider .et_pb_slide_image img {
    margin-top: 0px;
    margin-left: 0px;
    max-height: 100% !important;
}
.dmc-pslider .et_pb_slide {
    padding-left: 0px;
}

/* TURN DOTS INTO RECTANGLES */

.dmc-pslider .et-pb-controllers a {
    width: 24px;
    height: 4px;
    margin-right: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dmc-pslider .et-pb-arrow-prev,
.dmc-pslider .et-pb-arrow-next {
    background-color: rgba(0, 0, 0, .25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
}
.dmc-pslider .et-pb-controllers {
    top: 30px !important;
    left: calc(47.25% + 20px)!important;
    width: 50%!important;
    height: 10px!important;
    text-align: left!important;
}
/* ----------------------------------------------- */
