/*
Theme Name: Ashe Child
Template: ashe
Theme URI: https://wp-royal.com/
Author: Royal Flush
Author URI: http://wp-royal.com/
Description: Clean and Minimalist blogging theme.
Version: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: 
Tags: blog, e-commerce, food-and-drink, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
 You Custom Code Goes Here
--------------------------------------------------------------*/

html body #page-footer .credit {
    display: none !important;
}

.wp-block-accordion-heading__toggle-title {
    font-size: 18px !important;
    line-height: 1.4;
}

/* disminuir letra foogallery*/
.foogallery-album-gallery-list h3 {
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.3;
}

.foogallery-album-gallery-list h3 span {
    display: block;
    font-size: 12px !important;
    font-weight: 400;
}

/* menos alto slider inicio */
#featured-slider .slider-item,
#featured-slider .slider-item-bg {
    height: 400px !important;
}

#featured-slider .slick-list {
    height: 400px !important;
}


/*---------------------------------------------------*/


/* texto inicio */
.intro-block {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  padding: 0 20px;
}

.intro-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 15px;
}

.intro-block p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}


/* ----------------------------------- */
/* 3 bloques inicio fotos */
.home-destacados .wp-block-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* quitar espacio home */
.intro-block {
    max-width: 800px;
    margin: 10px auto;
    text-align: center;
    padding: 0 20px;
}

/* quitar el leer mas de noticias */
.post-read-more,
.read-more,
.more-link {
    display: none !important;
}