/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Increase Menu Font Size | #3278263-hc KEF */
/* Site Nav font size and color | #3278263-hc KEF */
.site-navigation a {
	font-size: 21px;
	color: #E92763 !important;
	}
	.featured-image {
  object-position: top;

}


/* Horizontally align, and add a margin to the left of the menu | #3278263-hc KEF */
.header-left-col .main-navigation ul:not(.sub-menu):not(.children) {
	line-height: 80px;
	margin: 0 0 0 20px;
}

/* change subscribe button color | #3278263-hc */
.widget_blog_subscription button {
	background: #E92763;
}

/* Remove extra space from the grid on the home page | #3278263-hc KEF */
.home .archive-grid .hentry {
	height: 100px;
}

/* change footer text color | 14009663-hc */
#colophon, #colophon a {
	color: #fff;
}

/* hide footer top section | 14009663-hc */
.footer-top.footer-section.th-flex.th-flex-wrap.th-items-center.th-py-sm.th-px-base {
	display: none;
}
/* Remove search, make menu full width 20618777-hc */

.header-right-col {
    display: none;
}

@media (min-width: 768px) {
.md\:th-w-9\/12 {
    width: 110%;
}
/* Sidebar: change the widget title style -- 20628234-hc (EZ) */
#secondary .widget .widget-title {
  font-size: 4em;
  color: #E91E63;
  margin-bottom: 1;
}
	/* Sidebar: remove bullets from display posts shortcode -- 20628234-hc (EZ) */
.widget.widget_text ul.display-posts-listing {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}align-content
}
/* Sidebar: remove bullets from display posts shortcode -- 20628234-hc (EZ) */
.widget.widget_text ul.display-posts-listing {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* Aquene blog post height | 20651290-hc (KK) */
.archive-grid .hentry {
    min-height: 365px;
}
/* remove top padding from sidebar area on larger screens | #27796081-hc eD */
@media screen and (min-width: 768px) {
	.sidebar-area.sm\:th-py-xl {
		padding-top: 0;
	}
	#text-10 h3.widget-title {
		line-height: 1;
	}
}

/* Remove grey overlay on images | #31198208-hc JL */
.featured-content .featured-image {
	opacity: 1;
}
.archive-grid .hentry:hover .featured-image {
	opacity: 1;
}
ins.adsbygoogle { background: transparent !important; }

/* Making the menu lowercase | 10164414-ZEN (AVS) */
#masthead #site-navigation #primary-menu li a {
	text-transform: capitalize;
}

/* Making the mobile menu lowercase | 10164414-ZEN (AVS) */
#mobile-navigation.mobile-navigation > .menu li a {
	text-transform: capitalize;
}

/* Hide ENGLISH posts in homepage - MRFX-HC-27838291 */
.home .tag-english {
display:none;
}"