/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

body .mtsnb .mtsnb-button {
    background-color: #8BC34A;
    font-size: 15px;
    box-shadow: 4px 4px 5px #3F51B5;
}

@media only screen and (min-width: 768px){
	.site-branding .site-title {
	    font-size: 5.5875em;
	    line-height: 1.0731707317;
	    letter-spacing: -.055em;
	    font-weight: 900;
	    text-transform: uppercase;
	    word-spacing: 15px;
	}
}

@media (max-width: 768px) {
    .col-left {
        width: 100%; 
        margin: 0;
        padding: 0;
    }
		.col-right {
		    width: 100%; 
        margin: 0;
        padding: 0;
	}
}

@media (min-width: 1024px) {
    .custom-logo {
        max-width: none; 
        width: 400px;
    }
}

.site .site-branding {
    padding-bottom: 0;
    max-width: 270px;
}

/* Logo Gaitana Home */
.site-branding {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

/* Category heading */
.entry-title {
    font-size: 20px; 
}

.entry-title span {
    font-size: 50px !important; 
}

/* Equipo Section Styles */
.team-member {
    display: flex;
    align-items: center; 
    margin: 20px;
}

.team-member-info {
    flex: 1;
    padding-right: 20px;
}

.team-member-info h1 {
    margin-bottom: 10px;
}

.line-divider {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.team-member-image {
    flex-shrink: 0;
    margin-left: 20px; 
    width: 200px; 
    height: 200px; 
    overflow: hidden;
    border-radius: 50%;
}

.team-member-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 50%;
}

/* POSTS VIEW */
.wp-post-image {
    width: 100%;   
    height: 250px; 
    object-fit: cover; 
    border-radius: 8px; 
}

/* SINGLE POST VIEW */
.single-post .wp-post-image {
    width: 100%; 
    height: auto; 
    max-height: none; 
    object-fit: contain; 
}

/* SINGLE POSTS HORIZONTAL VIEW */
.twp-image-archive.image-full img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* PREMIO GAITANA IMG */
.wp-image-6383 {
    border-radius: 8px; 
}
/* POESILINA CARD - SIDEBAR */
.poesilina-card {
    background: #f5f0e1; 
    border-left: 5px solid #6b8e23; 
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.poesilina-card h3 {
    color: #6b8e23;
    font-size: 18px;
    margin-bottom: 10px;
}

.poesilina-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.poesilina-icons i {
    font-size: 20px;
    margin: 5px;
    color: #6b8e23;
}

/* PODCASTS BEGIN*/ 
.podcast-section-title {
    font-size: 24px;
    margin: 20px 0 20px;
	    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.podcast-category-description {
    font-size: 16px;
    color: #666;
    margin-top: -10px;
    margin-bottom: 15px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    line-height: 1.6;
}

.podcast-grid {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
}

.podcast-grid::-webkit-scrollbar {
    display: none; 
}

.podcast-card {
    flex: 0 0 calc(50% - 10px); /* Two cards per view */
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .podcast-card {
        flex: 0 0 100%;
    }
}
/* PODCASTS END */

/* ARTICLE LEGEND */
.wp-caption-text {
  font-size: 0.72em;
  color: #555;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

/* ARTICLE LINKS VISIBILITY */
.entry-content p a,
.entry-content li a, 
.entry-content blockquote a {
    color: #80002e !important; 
    text-decoration: underline; 
    font-weight: 600;
}

.entry-content .cat-links a,
.entry-content .twp-meta-categories a,
.entry-content .sharedaddy a, 
.entry-content .sd-content a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.archive-entry-title a:hover, 
.entry-title a:hover {
    color: #80002e !important; 
    transition: color 0.3s ease;
}

/* FOOTER - SOCIAL MEDIA */
.footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  padding: 20px 0;
  gap: 10px;
}

.footer-left,
.footer-socials,
.footer-menu {
  flex: 1;
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-menu {
  text-align: right;
}

.footer-socials {
  display: flex; 
  justify-content: center; 
}

.footer-socials a {
  margin: 0 5px;
  color: #fff; 
  text-decoration: none;
  background-color: #000; 
  border: 1px solid #fff;
  border-radius: 50%; 
  width: 40px; 
  height: 40px; 
  display: flex; 
  align-items: center;
  justify-content: center; 
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  color: red;
}

