/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 3px !important;
	margin-right: 3px !important;
}
.elementor-widget-n-carousel .swiper-pagination-bullet {
	height: 4px !important;
}
.swiper-pagination-bullet  {
	border-radius: 0 !important;
}
#desk-menu {
	width: 100%;
	background-color: transparent;
	transition: all 0.4s ease-in-out;
}
#desk-menu a {
	color:#FCFAF2;
	transition: all 0.4s ease-in-out;
}
#desk-menu.menu-scrolled {
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	border-top-color: #111111;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#desk-menu.menu-scrolled a {
	color: #111111;
}
.logo-small {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
#desk-menu.menu-scrolled .logo-small {
	opacity: 1;
	visibility: visible;
}
#mob-menu,
#mob-menu.menu-scrolled-mob svg path,
#mob-menu.menu-scrolled-mob img {
	transition: all 0.4s ease-in-out;
}
#mob-menu.menu-scrolled-mob {
	background-color: #FFFFFF;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
#mob-menu.menu-scrolled-mob svg path{
	fill: #111111;
}
#mob-menu.menu-scrolled-mob img{
	filter: invert(1);
}

.we-search-container, .we-grid-shortcode, .we-calendar {
    font-family: 'Raleway', sans-serif!important;
}

.elementor-7 .elementor-element.elementor-element-c189940:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-c189940 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.we-calendar .fc-toolbar,
.we-calendar .fc-row:first-child table th {
    background-color: #ffffff!important;
}

.we-calendar .fc-view-container,
.we-calendar .fc-toolbar {
	color:#706464!important;
}

.fc-unthemed td.fc-today {
	background-color: #eae8e8!important;
}

li#tab-title-additional_information,
.ocultar_evento,
.page-id-197 h1.entry-title,
p.stock.out-of-stock,
.product_meta,
span.exev-pr,
.we-icl-import,
.woo-event-info,
.woocommerce-variation-availability {
    display: none !important;
}

.elementor-58:not(.elementor-motion-effects-element-type-background), .elementor-58 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #706464;
}
div#destacado-home .item-post-n {
    padding: 30px;
    border: 1px solid;
    margin: 0px;
}
.home h2 >a {
    font-size: 16px;
	margin-left:15px;
}

span.exev-st,
span.we-ed-gr {
    display: block;
}

.home #satsang h2 {
	font-size:22px;
    line-height: 1em;
    color: var(--e-global-color-secondary);
}

@media (max-width: 767px) {
    .summary.entry-summary h1.product_title.entry-title {
        font-size: 30px!important;
    }
	.woocommerce-MyAccount-navigation>ul {
		margin: 0;
		padding: 0;
	}
	.site-main  {
		padding-top:95px!important;
	}
	.single-product .site-main {
		padding-top:95px!important;
	}
	
}
.grid-excerpt {display:none;}
.we-grid-shortcode figure.ex-modern-blog h3 a {
    box-shadow: none;
    text-decoration: none;
	text-transform: none;
}
a.exwt-btn.exwt-btn.exwt-btn-primary.we-button {
    background: var(--ast-global-color-0);
    border-radius: 10px;
    text-decoration: none;
    color: black;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
	box-shadow: none;
	font-weight: 600;
}


/* -----------------------
   GRID GENERAL (Escritorio)
   ----------------------- */
.sin-primero .grid-container {
  position: static   !important;
  height:   auto     !important;

  display:       flex     !important;
  flex-wrap:     wrap     !important;
  margin-right: -20px    !important; /* compensa los márgenes derechos */
}

.sin-primero .item-post-n {
  position: static        !important;
  flex:     0 0 calc(25% - 20px) !important; /* 4 columnas */
  margin:   0 20px 20px 0 !important;         /* top/right/bottom/left */
}

/* Oculta siempre el primero */
.sin-primero .item-post-n:first-child {
  display: none !important;
}

/* Quita el gap a la derecha del último ítem visible */
.sin-primero .item-post-n:last-child {
  margin-right: 0 !important;
}


/* -----------------------
   TABLET / MÓVIL GRANDE (<768px)
   2 columnas
   ----------------------- */
@media (max-width: 767px) {
  .sin-primero .grid-container {
    margin-right: -10px !important; /* compensa el nuevo gap */
  }
  .sin-primero .item-post-n {
    flex:   0 0 calc(50% - 10px) !important; /* 2 columnas */
    margin: 0 10px 10px 0    !important;     /* top/right/bottom/left */
  }
  .sin-primero .item-post-n:last-child {
    margin-right: 0 !important;
  }
}

/* -----------------------
   MÓVIL PEQUEÑO (<480px)
   1 columna
   ----------------------- */
@media (max-width: 479px) {
  .sin-primero .grid-container {
    margin-right: 0 !important; /* ya no hay gap horizontal */
  }
  .sin-primero .item-post-n {
    flex:   0 0 100% !important; /* 1 columna */
    margin: 0 0 10px 0 !important; /* solo gap vertical */
  }
  .sin-primero .item-post-n:last-child {
    margin-bottom: 0 !important; /* quita gap abajo del último */
  }
}


/* Unificar alturas en grid classic */
.we-grid-shortcode.gr-classic.we-dismasonry .grid-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.we-grid-shortcode.gr-classic.we-dismasonry .item-post-n {
    display: flex;
    flex-direction: column;
}

.we-grid-shortcode.gr-classic.we-dismasonry figure.ex-modern-blog {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.we-grid-shortcode.gr-classic.we-dismasonry figure.ex-modern-blog .grid-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.we-grid-shortcode.gr-classic.we-dismasonry figure.ex-modern-blog figcaption {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.we-grid-shortcode.gr-classic.we-dismasonry figure.ex-modern-blog .exwt-btn {
    margin-top: auto;
}

#destacado-home .we-grid-shortcode.gr-classic.we-dismasonry figure.ex-modern-blog {
	display:block!important;
}
#destacado-home .we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content {
	width:auto!important;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
   .elementor-58 .elementor-element.elementor-element-a66f04f {
        position: sticky;
    }
	.elementor-7 .elementor-element.elementor-element-a5ac110,
	.elementor-7 .elementor-element.elementor-element-fb94363,
	.elementor-7 .elementor-element.elementor-element-8e04244 {
		min-height:100vh;
	}
}