/*
Theme Name: Museo Vida y Obra de Jesucristo
Author: BeLouder
Version: 1.0
*/

body {
    margin: 0;
}

p {
    margin-top: 0;
}
h3.elementor-icon-box-title,
.elementor-image-box-title,
.elementor-icon-box-title {
    margin: 0;
}

.elementor-widget-icon {
    line-height: 0 !important;
}

.hide-small {
    display: none;
}

@media screen and (min-width: 768px) {
    .hide-small {
        display: block;
    }

    .hide-large {
        display: none;
    }
}
/* Translate element*/
.gtranslate_wrapper a {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-19e0fa8-font-family), Sans-serif;
    font-size: var(--e-global-typography-19e0fa8-font-size);
    font-weight: var(--e-global-typography-19e0fa8-font-weight);
    text-transform: var(--e-global-typography-19e0fa8-text-transform);
    letter-spacing: var(--e-global-typography-19e0fa8-letter-spacing);
}

/* .side-image img {
    aspect-ratio: 1 / 1;
    background-size: cover;
} */

/* Access donation table */

.access-donation-table {
	width: 100%;
	border-collapse: collapse;
}

.access-donation-table th,
.access-donation-table td {
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #e6e0d8;
}

.access-donation-table th.price-header {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
	font-weight: 300;
}

.access-donation-table td {
	font-size: 1em;
    opacity: .77;
}

.access-donation-table .tour-price {
	color: var(--e-global-color-accent);
}

.access-donation-table tbody tr:last-child td {
	border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .access-donation-table th,
    .access-donation-table td {
        font-size: 0.88em;
    }

     .access-donation-table {
        table-layout: fixed;
        width: 100%;
    }

    .access-donation-table th:nth-child(1),
    .access-donation-table td:nth-child(1) {
        width: 55%;
    }

    .access-donation-table th:nth-child(2),
    .access-donation-table td:nth-child(2) {
        width: 22.5%;
    }

    .access-donation-table th:nth-child(3),
    .access-donation-table td:nth-child(3) {
        width: 22.5%;
    }

    /* Prevent ugly wrapping of prices */
    .access-donation-table td:nth-child(2),
    .access-donation-table td:nth-child(3) {
        white-space: nowrap;
    }
}

/* Opening times table */
.schedule-table {
	width: 100%;
	border-collapse: collapse;
}

.schedule-table td {
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid rgba(242, 238, 232, 0.3); /* 50% opacity border (approx from main color) */
	font-size: 1em;
    color: var(--e-global-color-67f5736);
}

.schedule-table td:first-child {
	width: 55%;
	opacity: .85;
}

.schedule-table td:last-child {
	width: 45%;
	color: var(--e-global-color-accent);
	text-align: right;
	white-space: nowrap;
}

.schedule-table tbody tr:last-child td {
	border-bottom: 0;
}

@media screen and (max-width: 767px) {
	.schedule-table td {
		font-size: 0.88em;
		padding: 22px 0;
	}

	.schedule-table td:first-child {
		width: 48%;
	}

	.schedule-table td:last-child {
		width: 52%;
	}
}

/* post images */
.aspect-3-2 {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

.aspect-3-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Categories on archives */
.archive-series-terms{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.archive-series-term{
    font-size:14px;
}

/* Series styles */
/* .serie-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.serie-card__image-link {
    display: block;
    overflow: hidden;
}

.serie-card__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}

.serie-card__title {
    margin: 18px 0 8px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}

.serie-card__title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s;
}
.serie-card__title a:hover {
    color: var(--e-global-color-accent);
}

.serie-card__image:hover {
   transform: scale(1.1);
}

.serie-card__description {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.7;
}

.serie-card__link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: none;
}

.serie-card__arrow {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
}

.serie-pagination {
    margin-top: 48px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.serie-pagination .page-numbers {
    padding: 10px;
    color: inherit;
    text-decoration: none;
}

.serie-pagination .current {
    font-weight: 700;
}

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

    .serie-card__title {
        font-size: 24px;
    }
} */

/* Series styles */
.serie-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.serie-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: stretch;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.serie-card__media {
    width: 100%;
}

.serie-card__image-link {
    display: block;
    overflow: hidden;
    height: 100%;
}

.serie-card__image {
    width: 100%;
    height: 100%;
    min-height: 180px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}

.serie-card__image:hover {
    transform: scale(1.08);
}

.serie-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.serie-card__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}

.serie-card__title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s;
}

.serie-card__title a:hover {
    color: var(--e-global-color-accent);
}

.serie-card__description {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.7;
}

.serie-card__link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: none;
}

.serie-card__link:hover {
    color: var(--e-global-color-accent);
}

.serie-card__arrow {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
}

.serie-pagination {
    margin-top: 48px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.serie-pagination .page-numbers {
    padding: 10px;
    color: inherit;
    text-decoration: none;
}

.serie-pagination .current {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .serie-card {
        grid-template-columns: 220px 1fr;
        gap: 24px;
    }

    .serie-card__title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .serie-list {
        gap: 36px;
    }

    .serie-card {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-bottom: 36px;
    }

    .serie-card__image {
        min-height: auto;
        aspect-ratio: 3 / 2;
    }

    .serie-card__content {
        justify-content: flex-start;
    }

    .serie-card__title {
        font-size: 24px;
    }
}

.serie-breadcrumbs {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    opacity: 0.75;
}

.serie-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.serie-breadcrumbs a:hover {
    text-decoration: underline;
}

.serie-breadcrumbs__separator {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.55;
}

.serie-breadcrumbs__current {
    font-weight: 500;
}

.serie-current-parent {
    margin-bottom: 32px;
}

.serie-current-parent h2 {
    margin: 0 0 8px;
}

.serie-current-parent p {
    margin: 0;
}

.wp-category-list {
    margin: 0;
}