/*
Theme Name: CAMFED
Theme URI: http://fatbeehive.com
Author: Fat Beehive Ltd
Author URI: http://fatbeehive.com
Description: Custom theme for CAMFED
Version: 1.0
*/

#ccc #ccc-icon:before, #ccc #ccc-icon:after {
    display: none;
}

#ccc #ccc-icon:hover {
    box-shadow: none;
    transform: none;
}

#ccc #ccc-icon.ccc-icon--light {
    fill: #005add;
}

#ccc #ccc-content #ccc-recommended-settings:hover span,
#ccc #ccc-content #ccc-reject-settings:hover span,
#ccc #ccc-content #ccc-dismiss-button:hover span {
    color: #ffffff;
}

#ccc #ccc-content #ccc-recommended-settings span,
#ccc #ccc-content #ccc-dismiss-button span {
    background: #005add !important;
    color: #ffffff;
    font-weight: 700;
    border: none;
}

#ccc #ccc-content #ccc-recommended-settings:hover span,
#ccc #ccc-content #ccc-dismiss-button:hover span {
    background: transparent !important;
    color: #005add;
}

#ccc .ccc-content--light .ccc-notify-button, #ccc .ccc-content--light .ccc-notify-button span {
    background: #005add !important;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 35px;
}

#ccc .ccc-content--light .ccc-notify-button:hover {
    background: transparent !important;
    box-shadow: inset 0 0 0 2px #005add;
    color: #005add;
}

#ccc .checkbox-toggle--light .checkbox-toggle-toggle {
    background-color: #00b8f6 !important;
}

#ccc .checkbox-toggle--light .checkbox-toggle-on, #ccc .checkbox-toggle--slider.checkbox-toggle--light .checkbox-toggle-off {
    color: #000 !important;
}

#ccc .checkbox-toggle--light {
    background-color: #d0f0fb !important;
    border-color: #d0f0fb !important;
}

#ccc #ccc-button-holder #ccc-reject-settings {
    font-weight: 700;
    border-color: #000000;
    border: 2px solid #000000;
    background: none !important;
    display: none!important;
}

#ccc #ccc-button-holder #ccc-reject-settings span {
    border-color: #000;
    background: none !important;
}

#ccc #ccc-button-holder #ccc-reject-settings:hover {
    background: #000000 !important;
    box-shadow: none;
}

#ccc #ccc-button-holder #ccc-reject-settings:hover span {
    color: #ffffff;
}

p > iframe {
    max-width: 100%;
}

.center-wysiwyg li {
    list-style-position: inside !important;
}