/*
Theme Name: oceanwp-child
Description: Theme enfant oceanwp
Author: Ruben CHERBIT rubencherbit@gmail.com
Author URI: https://www.rubencherbit.com
Template: oceanwp
Version: 0.1.0
*/

.title_name_blog {
    color: black;
    vertical-align: middle;
    font-size: 16px;
}

.reassurance_div {
    color: white !important;
    text-align: center;
    line-height: 30px;
}

.reassurance_div span {
    font-weight: bold;
    display: block;
    font-size: 32px;
}

.menu-bar .menu-text {
    color: #3cbc58;
    vertical-align: middle;
    padding-left: 9px;
    font-size: 1.6em;
    font-weight: 500;
}

.footer-widgets-reassurance {
    background-color: #3cbc58 !important;
}

@media (min-width:640px) {
    .full_screen-header {
        padding: 0px 85px !important;
    }
}

#footer-widgets {
    padding: 13px 0px;
}

.commande td {
    vertical-align: middle;
    border: 1px solid #bdbdbd;
}

@media only screen and (max-width: 480px) {
    .boxed-layout #wrap .container {
        padding-left: 5 !important;
        padding-right: 5 !important;
    }
}

.sub-menu .menu-item .menu-link .text-wrap {
    color: #cccccc;
}

@media only screen and (max-width: 480px) {
    .boxed-layout #wrap .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.single-post.content-max-width .thumbnail,
.single-post.content-max-width .entry-header,
.single-post.content-max-width ul.meta,
.single-post.content-max-width .entry-content h1,
.single-post.content-max-width .entry-content h2,
.single-post.content-max-width .entry-content h3,
.single-post.content-max-width .entry-content h4,
.single-post.content-max-width .entry-content h5,
.single-post.content-max-width .entry-content h6,
.single-post.content-max-width .entry-content blockquote,
.single-post.content-max-width .entry-content p,
.single-post.content-max-width .post-tags,
.single-post.content-max-width .entry-share,
.single-post.content-max-width nav.post-navigation,
.single-post.content-max-width #author-bio,
.single-post.content-max-width #related-posts,
.single-post.content-max-width .comments-area {
    padding-left: 0px;
    padding-right: 0px;
}

#site-header.full_screen-header .fs-dropdown-menu li a {
    text-transform: none !important;
}

.ham {
    top: 0px!important;
}

.shopping_cart .wp_cart_checkout_button {
    float: right;
    padding-top: 20px;
}

input[type="checkbox"] {
    -webkit-appearance: auto !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    background-color: #dd0f0f !important;
}

.custom-redirect {
    display: block !important;
    margin: 3px auto !important;
    width: fit-content !important;
    float: unset !important;
}