.adastyle header .navigationLinks .top-nav .top-nav-link li a {
    color: #696969 !important;
}

.adastyle header .header__social .follow-social, .adastyle header .header__social a {
    color: #808080 !important;
}

.adastyle .multicolumn.img-button-right .row .item-content h2, .adastyle .multicolumn.embed-instagram .container .header-section h2, .adastyle .multicolumn.how-it-work-section .header-section h2, .adastyle .multicolumn.how-different-section .header-section h2 {
    color: #b381b3 !important;
}

.adastyle .multicolumn.img-button-right .row .item-content a, .adastyle .multicolumn.img-button-right-second a, .adastyle .multicolumn.img-button-left a, .adastyle .multicolumn.how-it-work-section a.btn, .adastyle .multicolumn.realtalk-section .custom-cta, .adastyle .multicolumn.lipo-sec.lipo-footer .item .item-content a.btn {
    background: #b381b3 !important;
}

.adastyle .multicolumn.img-button-right .row .item-content a:hover, .adastyle .multicolumn.img-button-right-second:hover, .adastyle .multicolumn.img-button-left:hover, .adastyle .multicolumn.how-it-work-section a:hover, .adastyle .multicolumn.realtalk-section .custom-cta:hover, .adastyle .multicolumn.lipo-sec.lipo-footer .item .item-content a.btn:hover {
    background: linear-gradient(#9d85be, #674994) !important;
}

.adastyle .isi-area a {
    color: #d35400;
}

.adastyle .isi-area__expand {
    color: #fff !important;
}

/*Social media cookie banner consent*/

.embed-image {
    margin: 40px 0 10px;
}

/*  Cookie banner Styles */

#popup {
    background-color: #e7e1f0;
    padding: 1.8em 0px;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    font-family: inherit;
    left: 0;
}

body.revlove footer .links a {
    font-size: 12px;
}

#popup .cookieBanner {
    width: 100%;
    padding: 20px 0px 31px;
    max-width: 1080px;
    margin: 0 auto;
    color: #583d81;
}

.cookieBanner .California_Privacy_Policy {
    text-decoration: underline;
}

#popup .cookieBanner .cookie-header {
    margin: 0px 0px 10px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 0.875em;
    text-transform: uppercase;
}

#popup .cookieBanner .read-more {
    display: inline-block;
}
#popup .cookieBanner .read-more,
#popup .cookieBanner .read-less,
#popup .cookieBanner .cookie-consent a {
    text-decoration: underline;
    color: #583d81;
    font-weight: normal;
}

#popup .cookieBanner .read-less {
    display: inline-block;
    text-align: right;
    /*padding-top: 10px;*/
}

#popup .cookieBanner p,
#popup .cookieBanner .content-intro,
#popup .cookieBanner .showContent {
    font-size: 0.9375em;
    text-align: justify;
    margin: 0;
    line-height: 1.3;
    font-family: 'Gesta W01 Light';
}

#popup .cookieBanner .content-intro {
    display: inline;   
}

#popup .cookieBanner .cookie-consent {
    width: 88%;
    float: left;
}

#popup .cookieBanner .cookie-consent.content-visible {
    width: 100%;
    float: none;
}

#popup .cookieBanner .cookie-accept-button {
    float: right;
    margin: 25px 0px 0px 15px;
    width: auto;
    font-family: 'Gesta W01 Light';
}

#popup .cookieBanner .cookie-accept-button.content-visible {
    margin: 12px 0px 0px;
    float: right;
}

#popup .cookieBanner .content-bottom {
    margin-top: 10px;
    display: block;
}

#popup .clearfix {
    clear: both;
}

#popup .cookie-accept-button {
    background-color: #583d81;
    border-radius: 26px;
    border: none;
    /*border: �2px solid� #FFF;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    padding: 12px 20px;
    min-height: 40px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.02em;  
}

#popup .cookie-accept-button:hover,
#popup .cookie-accept-button:focus, 
#popup .cookie-accept-button, 
#popup .cookie-accept-button:visited, 
#popup .cookie-accept-button:active {
    color: #fff;
    padding: 10px 20px;
    line-height: unset;
}

#popup .cookie-accept-button:hover,
#popup .cookie-accept-button:active{
    background: -webkit-gradient(linear,left top,left bottom,from(#9d85be),to(#674994));
    background: -webkit-linear-gradient(#9d85be,#674994);
    background: -moz-linear-gradient(#9d85be,#674994);
    background: -o-linear-gradient(#9d85be,#674994);
    background: linear-gradient(#9d85be,#674994);
    color: #fff;
}

#popup .text-bold {
    font-weight: bold;
}

#popup .showContent {
    display: none;
    transition: all 2s;
}

#popup .showContentText {
    display: inline;
}

#popup .containerBody {
    margin: 0;
}

@media only screen and (min-width: 1024px) {  
    #popup .cookieBanner {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {    
    #popup .cookieBanner {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }
    #popup .cookieBanner .cookie-consent {
        width: 100%;
        float: none;
    }
    #popup .cookieBanner .accept-btn-section {
        text-align: center;
    }
    #popup .cookieBanner .accept-btn-section .cookie-accept-button {
        float: none;
        margin: 20px 0px 0px 15px;
        display: inline-block;
        text-align: center;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    #popup {
        padding: 2em 0px;
        max-height: 400px;
        overflow-y: scroll;
    }
    #popup .cookieBanner {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }
    #popup .cookieBanner .cookie-consent {
        width: 100%;
        float: none;
    }
    #popup .cookieBanner .accept-btn-section {
        text-align: center;
    }
    #popup .cookieBanner .accept-btn-section .cookie-accept-button {
        float: none;
        margin: 10px 0px 0px 15px;
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .embed-image {
        margin: 10px 0 0;
    }

    .multicolumn.embed-instagram .container .embed-frame .followus-mobile:first-child {
        display: none;
    }
}