/*
Theme Name:     SALONSOWEB 2021
Theme URI:      https://salonsoweb.es
Description:    hello-elementor child theme.
Author:         Santiago Alonso (@salonsoweb)
Author URI:     https://salonsoweb.es
Template:       hello-elementor
Version:        0.1.0
*/

/*Corporativo*/
.corp u{box-shadow: inset 0px -0.5em 0 0 #ffeb3c; text-decoration: none; font-weight: 600;}
.corp a u {box-shadow: inset 0px -0.1em 0 0 #ffeb3c;}
.corp a:hover u {
    box-shadow: inset 0px -0.9em 0 0 #ffeb3c;
    transition: all .16s ease-out 0s;
    -moz-transition: all .16s ease-out 0s;
    -webkit-transition: all .16s ease-out 0s;
    -o-transition: all .16s ease-out 0s;
}


/*Corporativo inverso (fondo color) */
.corp-inv u{box-shadow: inset 0px -0.5em 0 0 #fff; text-decoration: none; font-weight: 600;}

/*Gutenberg*/
.post-content li{margin-bottom:10px;}
.post-content h2{margin-top:30px;}
.wp-block-group.has-background{padding:15px; margin-bottom:15px;}