/*
Theme Name: Sasha & Noah Cotton Kids
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 */


/* Ocultar bandera de España en selector TranslatePress */

/*
.trp-color-dark #trp-floater-ls-language-list a[title="Spanish"] {
    display: none !important;
	visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

*/

/* LINEA DE ENLACE */
a,a:focus {
    outline: none !important;
}

.elementor-item:focus {
outline: none!important;
}

/* Espacio debajo del texto */
.elementor-text-editor p:last-child{ 
 margin-bottom:0px;
}
.elementor p{
    margin: 0 0 0px !important;
}

/* Idioma Header */
#trp-floater-ls.trp-top-right {
    right: 3% !important;
}

/* CategoríaS EN TEXTO BLANCO */
body.term-conjuntos .catgr .elementor-heading-title {
    color: #ffffff !important;
}

body.term-complementos .catgr .elementor-heading-title {
    color: #ffffff !important;
}



/* FIN */


