/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.widget-title {
    border: none;
    padding: 0;
}
/* rgpd seopress */
.seopress-user-consent button {
    background-color: rgb(233, 77, 88) !important;
    color: #fff;
    border:0;
    border-radius: 10px;
}


/* tarteaucitron */
div.tarteaucitronDetails {
    position: initial!important;
    display: block!important;
    max-width: 100%!important;
    font-size: 1em!important;
}
div#tarteaucitronServices {
    box-shadow: 0 0 35px #000000!important;
}
#tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3 {
    font-weight:bold !important; color: #2d2d2d;
}
button#tarteaucitronCloseAlert, button#tarteaucitronPrivacyUrl {
    font-size: 13px!important;
        border-radius: 4px;
                padding: 7px 10px !important;
}
button#tarteaucitronAlertBig, button#tarteaucitronCloseAlert {
    font-size: 13px!important;
        border-radius: 4px;
                padding: 7px 10px !important;

}
body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize {
    padding: 6px 10px !important;
    vertical-align: top;
    font-size: 13px;
        border-radius: 4px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #fff !important;
}

.gform_wrapper textarea.large {
    background-color: #fff !important;
}