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


.custom-submit {
    background-color: #4fa729 !important; /* Fondo verde */
    color: white !important;             /* Texto blanco */
    border: none !important;             /* Sin borde */
    padding: 10px 20px !important;       /* Espaciado interno */
    font-size: 16px !important;          /* Tamaño de fuente */
    cursor: pointer !important;          /* Mano al pasar el ratón */
    transition: background-color 0.3s ease !important; /* Transición suave */
}

.custom-submit:hover {
    background-color: black !important; /* Fondo negro en hover */
    color: white !important;            /* Texto blanco en hover */
}

.slide-marcas img{
	filter: grayscale(1);
}

.slide-marcas img:hover{
	filter: grayscale(0);
}
.textarea-formulari textarea{
	height:50px;
}
.formulari-contacte .wpcf7-list-item{
	margin: 0px !important;
}