/*
 Theme Name:   High6 Creatives
 Theme URI:    http://www.high6.com/
 Description:  A Child Theme built for 
 Author:       High6 Creatives
 Author URI:   http://www.high6.com/
 Version:      1.0
 Template:     Divi
*/

.cky-prefrence-btn-wrapper .cky-btn,
button.cky-btn.cky-btn-reject,
button.cky-btn.cky-btn-customize {
    border: 1px solid #f2b21c !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600 !important;
    background-color: #f2b21c !important;
    align-items: center !important;
    justify-content: center;
    padding: 0;
    height: 44px;
    transition: all .3s ease;
    color: #0f1e3c !important;
    transition: all .3s ease;
    text-shadow: none !important;
}

button.cky-btn.cky-btn-accept {
    border-width: 1px !important;
    border-color: RGBA(255, 255, 255, 0) !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600 !important;
    background-color: #fe5d26 !important;
    height: 44px;
    padding: 0 !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
    transition: all .3s ease;
}

.cky-prefrence-btn-wrapper .cky-btn,
button.cky-btn.cky-btn-reject:hover,
button.cky-btn.cky-btn-customize:hover,
button.cky-btn.cky-btn-accept:hover{
    border: 1px solid #fe5d26 !important;
    background-image: initial !important;
    background-color: #FFFFFF !important; 
    opacity: 1 !important;
    color: #0f1e3c !important;
}