/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#cookie-notice {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #F6F6F6;
    padding: 20px 0px;
    z-index: 99999999999999;
    width: 100%;
    border-top: #4A494A 3px solid;
}

#cookie-notice > div {
    display: flex;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
}

#cookie-notice .cookie-notice-text {
    color: #4A494A;
    width: 100%;
    padding: 0px 40px;
    text-align: center;
}

#cookie-notice a, #opt-out-span {
    color: #0000ee;
    text-decoration: underline;
}

#opt-out-span {cursor: pointer; }

#cookie-notice #close-cookie-notice {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 25px;
}

@media only screen and (max-width: 415px) {
    #cookie-notice {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 970px) {
    #cookie-notice .cookie-notice-text {
        padding-bottom: 10px;
    }
}

#cookie-preference-saved {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: 99999999999999;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    background-color: #F6F6F6;
    border-left: #00B5EF solid 15px;
    border-top: #00B5EF solid 3px;
    border-bottom: #00B5EF solid 3px;
    border-right: #00B5EF solid 3px;
    display: none;
}

#cookie-preference-saved .cookie-preference-content {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

#cookie-preference-saved .cookie-preference-text {padding-left: 20px;}
#cookie-preference-saved p {margin: 0px;}

#cookie-preference-saved .cookie-preference-title {
    font-size: 20px;
    font-weight: 600;
}

#cookie-preference-saved #close-preference-notice {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    padding: 5px 10px;
    cursor: pointer !important;
    font-size: 25px;
}
