/*
Theme Name:   Seedone - Child theme
Theme URI:    https://modernwebtemplates.com/
Description:  Extra Small child theme of Seedone theme
Author:       the Seedone team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     seedone
Version:      0.0.2
License:      Commercial
License URI:  http://themeforest.net/licenses/regular_extended
Text Domain:  seedone
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/

/* MODIFICAR EL OUTLINE DE LAS BREADCRUMBS */
.i.title h1[itemprop="headline"] {
  font-family: Arial, sans-serif !important;
  font-size: 80px !important;
  color: transparent !important;
  -webkit-text-stroke: 4px #001689;
  text-transform: uppercase !important;
}

/* MODIFICAR EL OUTLINE DE TODOS LOS SLIDES (1,2 Y 3) */
body .slide-pre-heading {
  font-family: Arial, sans-serif !important;
  font-size: 80px !important;
  color: transparent !important;
  -webkit-text-stroke: 4px #FFFFFF;
  text-transform: uppercase !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.page_slider.intro_slider li.color-main3 .slide-pre-heading {
  font-family: Arial, sans-serif !important;
  font-size: 80px !important;
  color: transparent !important;
  -webkit-text-stroke: 4px #FFFFFF;
  text-transform: uppercase !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.page_slider.intro_slider li[class*="color-main"] .slide-pre-heading {
  font-family: Arial, sans-serif !important;
  font-size: 80px !important;
  color: transparent !important;
  -webkit-text-stroke: 4px #FFFFFF;
  text-transform: uppercase !important;
  visibility: visible !important;
  opacity: 1 !important;
}