/* Make "a distintos grupos" text purple on homepage MRFOX-HC-9347634   */
.home .hero-content-wrapper .entry-content strong {
	color: #6500a3;
}

/* Rename "More Posts" MRFX-HC-9347634 */
.home .posts-navigation .nav-links .more-recent-posts {
	font-size: 0;
}

.home .posts-navigation .nav-links .more-recent-posts:before {
	content: "Más noticias";
	font-size: 25px;
}

/* --- Change color H2 titles  / 9573566-HC - KSM  --- */
h2.entry-title {
	color: #6500a3;
}

/* --- Change color H1 titles  / 9573566-HC - KSM  --- */
h1.entry-title {
	color: #6500a3;
}

/* Make "a Nuestra casa es un espacio abierto" text purple on homepage MRFOX-HC-9347634   */
.home .hero-content-wrapper .entry-content {
	color: #141515;
	font-size: 18pt;
	text-align: justify;
}

/*Changes Recent post section name —OJ—HC9576009*/
#main .archive-posts-wrapper .section-title {
	font-size: 0;
}

#main .archive-posts-wrapper .section-title:after {
	content: "Noticias";
	font-size: 30px;
	color: #141515;
}

/* Menu and border colores */
.absolute-header .site-header-main {
	background-color: #6500a3;
}

.absolute-header .site-title {
	border-color: #6500a3;
}

/* Add shadow to header text MRFX-ZEN-1776459 */
.below-site-header .header-media-section .section-title {
	text-shadow: 6px 3px 2px #6500a3;
}

/* Increase size and font-weight for section titles MRFX-ZEN-1776459 */
.wf-active .section .section-title {
	font-size: 25px;
	font-weight: 700;
}

/* Reduce testimonials font size MRFX-ZEN-1776459 */
.home .testimonial-wrapper p {
	font-size: 22px;
}

/* Reduce font size for first-post-wrap MRFX-ZEN-1776459  */
#first-post-wrap .entry-title {
	font-size: 30px;
}

#first-post-wrap .entry-summary {
	font-size: 25px;
}

/* Reduce font size for other recent news in homepage  MRFX-ZEN-1776459 */
.wf-active .archive-post-wrap .entry-title {
	font-size: 22px;
	font-weight: 700;
}

/* Reduce font size for other recent news in homepage  MRFX-ZEN-1776459 */
.wf-active .archive-post-wrap .entry-summary {
	font-size: 22px;
}

/* Increase widget title size MRFX-ZEN-1776459 */
#tertiary .widget-title {
	font-size: 20px;
	font-weight: 700;
}

/* Remove "Category" from category-noticias  archive title MRFX-ZEN-1776459 */
.category-noticias .page-title {
	font-size: 0;
}

.category-noticias .page-title:after {
	content: "Noticias";
	font-size: 48px;
	color: #6500a3;
}

/* Hide English Previous and Next Post title in Footer, replace with Spanish 1776459-z LS */
/* hide original text */
.footer-meta-area .meta-nav {
	position: relative;
	visibility: hidden;
}

/* change text */
.nav-previous:before {
	content: 'Anterior';
	visibility: visible;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	font-size: 1.2rem;
}

.nav-next:before {
	content: 'Siguiente';
	visibility: visible;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
	font-size: 1.2rem;
}

/*— make first featured post image smaller / 1776459-zd ---*/
@media screen and (min-width: 1250px) {
	#first-post-wrap .post-thumbnail.archive-thumbnail {
		width: 38%;
	}
	
	.curve {
		display: none;
	}
}