/*

Theme Name: OceanWP Child Theme

Theme URI: https://oceanwp.org/

Description: OceanWP WordPress theme. Sample child theme.

Author: OceanWP

Author URI: https://oceanwp.org/

Template: oceanwp

Version: 1.0

*/



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



/*wrapper*/


main{

    max-width:1280px;

    margin: 0 auto;

}



/*Logo*/



#site-logo #site-logo-inner a:hover img {

    -moz-opacity: 1;

    -webkit-opacity: 1;

    opacity: 1;

}


/*Menu*/



.bottom-header-wrap.clr{

    border-bottom:1.5px solid #C8724F;

    border-top:1.5px solid #C8724F;

}


/*Menu mobile*/



.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text{

    font-size:16px !important;

}



@media  screen and (max-width:600px) {

    #site-header{

        background-image:none !important;

    }

}



#mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace{

    width:70%;

}



/*Footer tablette et mobile*/

@media screen and (max-width:968px){

    .elementor-1194 .elementor-element.elementor-element-03979c6{

        display:none;

    }

}


/*Lien*/

a:focus{outline:unset!important;}

.footer-widgets-inner.container a{
    color:#FFFFFF !important;
}

.footer-widgets-inner.container a:hover{
    color:#000000 !important;
}

/*Formulaire*/

input.wpcf7-form-control.has-spinner.wpcf7-submit{
    display:block;
    margin:auto;
}

span.formulaire{
    font-size: 10px;
    display:block;
    margin-top: -1em !important;
}

.wpcf7-list-item{
    margin:0 !important;
}


