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

/*Parrafo*/
p {
    margin: 0px !important;
}

/* Formulario de contacto*/
.quform-theme-light .quform-field-text:active {
    border-color: #bababa !important;
    -webkit-box-shadow: 0 0 16px -8px #bababa !important;
    box-shadow: 0 0 16px -8px #bababa !important;
}