/**
Theme Name: IEPS Theme
Author: Adrián Fernández
Author URI: https://www.ingenyus.es
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: ieps-theme
Template: astra
*/

.event-calendar body, .ast-separate-container { background-color: transparent; }

.event-calendar body .tribe-events button.tribe-events-c-top-bar-datepicker-button:focus, .tribe-events button.tribe-events-c-top-bar-datepicker-button:hover,
.event-calendar body .tribe-events .tribe-events-calendar-month-day-date-daynum,
.event-calendar body .tribe-common .tribe-common-c-btn-icon:active, .tribe-common .tribe-common-c-btn-icon:focus, .tribe-common .tribe-common-c-btn-icon:hover {
    color: var(--ast-global-color-0);
}

header.site-header .ast-builder-button-wrap .ast-custom-button{ min-width: 93px; }

.ast-builder-menu .main-navigation > ul { justify-content: center; }

header.site-header .ast-primary-header-bar .main-header-menu > .menu-item{ line-height: 35px !important; }

.elementor-image-box-description a,
.useful-links .elementor-image-box-title a {
    text-decoration: underline;
}

.elementor-image-box-description a:hover, .elementor-image-box-description a:focus,
.useful-links .elementor-image-box-title a:hover, .useful-links .elementor-image-box-title a:focus {
    text-decoration: none;
    color: var(--ast-global-color-0);
}

.ast-custom-button-link{ white-space: nowrap; }

.ectbe-minimal-list-wrapper.style-1 .ectbe-date-area {
    background-color: var(--ast-global-color-0);
    min-height: 92px;
}

.ectbe-minimal-list-wrapper.style-1 .ectbe-date-area .ectbe-ev-day,
.ectbe-minimal-list-wrapper.style-1 .ectbe-date-area .ectbe-ev-mo,
.ectbe-minimal-list-wrapper.style-1 .ectbe-date-area .ectbe-ev-yr {
    color: white;
}
.ectbe-minimal-list-wrapper.style-1 .ectbe-simple-event .ectbe-content-box{
    justify-content: center;
}
.ectbe-minimal-list-wrapper.style-1 .ectbe-simple-event .ectbe-content-box .ectbe-evt-more-box{
    /* margin-left: 2; */
    display: none;
}

.icon-dot-list .fa-dot-circle{
    height: 2.5rem;
    line-height: 2.5rem;
}


.single-layout-1 .post-thumb-img-content>img{
    width: 100%;
}
.contact-info .elementor-icon-box-description a{
    color: inherit;
}
.contact-info .elementor-icon-box-description a:hover,
.contact-info .elementor-icon-box-description a:focus{
    color: var(--ast-global-color-1);
}
/* Post grid */
.ingenyus-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ingenyus-post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    color: inherit;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ingenyus-post-card:hover,
.ingenyus-post-card:focus-visible {
    color: inherit;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.ingenyus-post-card:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.ingenyus-post-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f2f2f2;
}

.ingenyus-post-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ingenyus-post-card:hover .ingenyus-post-card-image img {
    transform: scale(1.04);
}

.ingenyus-post-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.ingenyus-post-card-title {
    margin: 0 0 12px;
    font-size: 1.35rem;
    line-height: 1.25;
}

.ingenyus-post-card-description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.ingenyus-post-grid-empty {
    grid-column: 1 / -1;
    margin: 0;
}

@media (max-width: 767px) {
    .ingenyus-post-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.ast-separate-container .ast-article-single.tribe_events{
    padding: 0;
}

.single-tribe_events{
    --tec-color-accent-primary:#325463;
    --tec-color-button-primary:#325463;
    --tec-border-radius-default: 10px;
}


.ast-builder-menu-1 .sub-menu {
    background-color: #325463;
}

.ast-builder-menu-1 .sub-menu .menu-item > .menu-link{
    color:#FFFFFF;
    line-height: 35px;
    margin-bottom: 3px;
}

.ast-builder-menu-1 .sub-menu .menu-item:hover,
.ast-builder-menu-1 .sub-menu .menu-item:focus{
    background-color: #f5e49b;
}

.ast-builder-menu-1 .sub-menu .menu-item:focus > .menu-link,
.ast-builder-menu-1 .sub-menu .menu-item:hover > .menu-link{
    color: #325463;
}

/* =========================================
   Contact Form 7 - .cf7-contact
   ========================================= */

.cf7-contact input[type="text"],
.cf7-contact input[type="email"],
.cf7-contact input[type="tel"],
.cf7-contact input[type="url"],
.cf7-contact input[type="number"],
.cf7-contact input[type="date"],
.cf7-contact input[type="password"],
.cf7-contact select,
.cf7-contact textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
}

/* Placeholder */
.cf7-contact input::placeholder,
.cf7-contact textarea::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

/* Compatibilidad */
.cf7-contact input::-webkit-input-placeholder,
.cf7-contact textarea::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.cf7-contact input::-moz-placeholder,
.cf7-contact textarea::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

/* Select */
.cf7-contact select {
    color: #FFFFFF;
}

.cf7-contact select option {
    color: #000000;
}

/* Acceptance */
.cf7-contact .wpcf7-acceptance {
    margin-left: 0;
    color: #FFFFFF;
}
.cf7-contact .wpcf7-acceptance label a, .cf7-contact p a{
    text-decoration: underline;
} 
.cf7-contact .wpcf7-acceptance label a:hover, 
.cf7-contact p a:hover,
.cf7-contact .wpcf7-acceptance label a:focus, 
.cf7-contact p a:focus{
    text-decoration: none;
} 
.cf7-contact .wpcf7-acceptance label {
    margin-left: 0;
    color: #FFFFFF;
}

/* Evita margen adicional alrededor del checkbox */
.cf7-contact .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

/* Texto general del formulario */
.cf7-contact p {
    color: #FFFFFF;
}

/* Enlaces, por ejemplo política de privacidad */
.cf7-contact a {
    color: #FFFFFF;
}
.wpcf7-list-item {
    margin: 0;
}
.grecaptcha-badge { visibility: hidden; }