/*
 Theme Name:     Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi

*/

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

/* =Theme customization starts here
------------------------------------------------------- */

/* Typography */

.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4 {
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
}

.et_pb_module h5 {
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 20px;
}

.et_pb_module h1 b,
.et_pb_module h2 b,
.et_pb_module h3 b,
.et_pb_module h4 b,
.et_pb_module h5 b {
    font-weight: 700;
}

.et_pb_module h2 {
    font-size: 29px;
}

.et_pb_module h3 {
    font-size: 20px;
    color: black;
    font-weight: 700;
    line-height: 1.4;
}

.et_pb_module h4 {
    font-size: 18px;
    letter-spacing: 0px;
    color: black;
    font-weight: 700;
    line-height: 1.4;
}

.et_pb_module h5 {
    font-size: 18px;
    letter-spacing: 0px;
    color: black;
    line-height: 1.4;
}

/* Buttons */
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
    padding: 15px 25px !important;
    line-height: 1 !important;
    font-weight: 600;
}

.et_pb_button.white-button {
    background-color: transparent;
    border: 2px solid #fff;
}

.et_pb_button.hover-white:hover {
    border: 2px solid #fff !important;
}

.et_pb_button.black-button {
    background-color: #000000;
    border: 2px solid #000000;
}

.et_pb_button.black-button:hover {
    background-color: #05a76d;
    border: 2px solid #05a76d !important;
}

/* Container */
.container {
    width: 90%;
    max-width: 1200px;
}

/* Navigation */

@media screen and (max-width: 980px) {
    #main-header.et-fixed-header {
        position: fixed;
    }

    .logged-in #main-header.et-fixed-header {
        top: 0 !important;
        transition: all 0.3s 0s;
    }
}

#top-menu li li a {
    line-height: 1.2;
	font-style: normal;
}

.footer-button a,
.menu-button a {
    padding: 15px 25px !important;
    line-height: 1 !important;
    font-weight: 600;
    border-radius: 50px;
}

.menu-button a,
.et-fixed-header #top-menu .menu-button a {
    background: #09a86d;
    color: #ffffff !important;
    display: inline-block !important;
}

.menu-button a:hover,
#top-menu .menu-button a:hover {
    background: #000000;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media only screen and (min-width: 981px) {
    .et-fixed-header #top-menu li a {
        font-size: 15px !important;
    }
}

.et_mobile_menu li a {
    border-bottom: 0px;
}

.et_mobile_menu .menu-item-has-children > a {
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
}

.sub-menu li {
    margin-top: -5px;
}

.et_mobile_menu .sub-menu .current-menu-item a,
.et_mobile_menu .current-menu-item > a{
    color: #05A76D;
}

/* Lists */

.check-list ul {
    margin-left: 15px;
}

.check-list li {
    padding-left: 15px;
    padding-bottom: 15px;
}

.check-list li::marker {
    font-family: ETmodules !important;
    font-weight: 800 !important;
    content: "\4e" !important;
    color: #05a76d;
    font-size: 27px;
}

/* Footer */
#footer-bottom {
    display: none;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
    justify-content: flex-end;
}

ul#menu-menu-bas-de-page {
    justify-content: flex-end;
    align-items: center;
}

.footer-button a {
    background: #ffffff;
    color: #09a86d !important;
}

.footer-button a:hover {
    background: #000000;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media (max-width: 980px) {
    .pa-open-mobile-menu .et_pb_menu__menu {
        display: flex !important;
    }
    .pa-open-mobile-menu .et_mobile_nav_menu {
        display: none !important;
    }
    ul#menu-menu-bas-de-page {
        justify-content: center;
    }
}
