/*
Theme Name: Morina Building Sàrl
Description: Thème enfant de Morina Building Sàrl
Author: Dind.Studio
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #cca55c;
    color: #fff;
}
::selection {
    background: #cca55c;
    color: #fff;
}
.et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 100%;
}

/* Texts */
body.custom-theme-ld {
    scroll-behavior: smooth;
}
body.custom-theme-ld p {
    
}
body.custom-theme-ld h1, body.custom-theme-ld h2, body.custom-theme-ld h3, body.custom-theme-ld h4, body.custom-theme-ld h5, body.custom-theme-ld h6 {
    font-weight: 700;
    padding-bottom: 10px !important;
}
body.custom-theme-ld p a:hover {
    text-decoration: underline;
}
body.custom-theme-ld .et_pb_module ul {
    font-weight: 400;
    line-height: 1.6em;
    list-style-type: square;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-ld .et_pb_module ul li::marker {
    color: #cca55c !important;
}
body.custom-theme-ld #services .et_pb_module ul li::marker {
    color: #cca55c !important;
}

/* Buttons */
body.custom-theme-ld .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1.6em !important;
    border-radius: 0px;
    padding-top: 9px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .3s ease;
}

@media only screen and (max-width: 980px) {

    /* Buttons */
    body.custom-theme-ld .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 767px) {

    /* Buttons */
    body.custom-theme-ld .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 14px !important;
    }
}


