/*
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 */

/*###########################*/
/*####  OCEAN WP GÉNÉRAL  ###*/
/*###########################*/
.page-header {
    padding: 10px 0 !important;
}
.oew-carousel .entry-title {
    text-transform: none;
}
.oceanwp-recent-posts .recent-posts-comments {
    display: none !important;
}
.oceanwp-recent-posts .recent-posts-info span.sep {
    display: none;
}
/*Display article A PROPOS dans sidebar*/
li.cat-item.cat-item-62 {
    display: none;
}


/*###########################*/
/*######    MENU   #########*/
/*##########################*/
#site-header.vertical-header #site-header-inner>*:not(#site-navigation-wrap) {
    padding: 0 20px;
}

#site-header.vertical-header #vertical-searchform {
    margin-top: 10px;
}
#site-header.vertical-header #site-navigation-wrap .main-navigation ul li ul li a.menu-link,
#mobile-dropdown ul li ul li.menu-item-has-children a {
    margin-left: 10px;
}
#site-header.vertical-header #site-navigation-wrap .main-navigation ul li ul li ul li a.menu-link,
#mobile-dropdown ul li ul li.menu-item-has-children ul li a{
    margin-left: 20px;
}

figure.wp-caption.alignnone {
    margin: 0 auto !important;
}
/*.widget-bloc-1 .pbm-wa-widget {
    margin: 40px auto 30px;
    text-align: center;
    width: 18%;
}*/
.widget-bloc-1 .pbm-wa-widget {
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
}

/*facebook*/
/*li#menu-item-1018 a span {
    background-image: url(/wp-content/uploads/2019/04/FB.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15%;
    padding-left: 23px;
    }*/

li.menu-item-1018 a  i.icon.before.fa.fa-facebook-official {
    color: #3A5B99;
}
li.menu-item-1018 a  span.menu-text {
    color: #3A5B99; 
}

.dropdown-menu ul li a.menu-link {
    text-transform: none;
}
/*###########################*/
/*####  OCEAN WP FOOTER   ###*/
/*###########################*/
.contact-info-widget span.oceanwp-contact-text {
    /*width: 55%;*/
}


.home .elementor-field-option a {
    color: #ccc !important;
}
/*###########################*/
/*####    WOO COMMERCE    ###*/
/*###########################*/
a.wcmenucart {
    display: none;
}

h2.woocommerce-loop-category__title {
    font-size: 16px;
    color: #535353;
    font-weight: 400;
}

mark.count {
    display: none;
}

.woocommerce .result-count li.view-title,
.woocommerce .result-count li a.active,
.woocommerce .result-count li a:hover {
    color: #555 !important;
}

.home h2.woocommerce-loop-category__title {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: 1px #000 dotted;
    padding: 18px 0px 18px 0px;
    border-style: double;
    border-width: 3px 0px 3px 0px;
    border-color: #7a7a7a;
    width: 80%;
    margin: 0 auto;
}

h4.widget-title {
    padding: 8px 0px 8px 0px;
    border-style: double;
    border-width: 3px 0px 3px 0px;
    border-color: #7a7a7a;
}

.woocommerce-product-search button[type='submit'] {
    background: none;
    border: 1px solid #555;
    color: #555;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
}

.woocommerce-product-search button[type='submit']:hover {
    background: none;
    border: 1px solid #2f9f49;
    color: #2f9f49;
    font-weight: 600;
}

.woocommerce .widget_product_categories li.current-cat > a:before, .woocommerce .widget_product_categories li a:before {
    border-radius: unset !important;
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

/*position des fleches next-previous dans les pages produits*/
@media (min-width: 1080px) {
    .owp-product-nav-wrap {
        top: -40px;
    }
}

/*###########################*/
/*####    PAGE CONTACT    ###*/
/*###########################*/

/*ligne version ENG et GER*/

.contact-eng-ger p {
    margin: 0;
}
.contact-eng-ger p a, .contact-eng-ger a{
    color:#969696;
    font-style: italic;
}

.contact-eng-ger p a:hover, .contact-eng-ger a:hover{
    color:#3D3D3D;
}

input[type="submit"] {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 80px !important;
    min-height: 60px;
}

#wpcf7-f1941-p396-o1 label em a{
    color:#FFF;
}
