/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/

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

/* HEADER */
.home #main-header:not(.et-fixed-header) {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home #main-header a {
    color: #fff;
}

.home #main-header a:hover,
.et-fixed-header #et-top-navigation nav > ul > li > a:hover {
    color: #e1bb24 !important;
}

#top-menu-nav > ul > li > a:hover {
    opacity: 1;
}

.home #main-header:not(.et-fixed-header) #logo {
    content: url(/wp-content/uploads/2021/11/mc_partner_logo_dark.svg);
    display: none;
}

/* COOKIES */

.has-cookie-bar #catapult-cookie-bar {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    font-size: 12px;
}

.cookie-bar-bar .float-accept .ctcc-inner {
    -webkit-justify-content: center;
    justify-content: center;
}

.x_close span {
    height: 1px;
}

#catapult-cookie-bar a {
    text-decoration: underline;
}

#catapult-cookie-bar a:hover {
    color: #e1bb24;
    transition: color .3s ease-in-out;
}

/* FOOTER */

@media (min-width: 768px) {
    #footer-info a {
        float: right;
    }
}

@media (max-width: 767px) {
    #footer-info a {
        display: block;
    }
}

#footer-widgets .footer-widget li.et-social-icon {
    display: inline-block;
    padding-left: 0;
    margin: .5em 1.5em 0 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-info {
    width: 100%;
}

/* BACK TO TOP */

.et_pb_scroll_top:before {
    content: '6';
}

.et_pb_scroll_top.et-pb-icon {
    background: #094651;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: #e1bb24;
    transition: background .3s ease-in-out;
}