/* Adjust the fading over the posts on homepage | ( 43345323-hc ) MT */
.card .post-thumbnail:before {
	background: linear-gradient(to bottom,#fff .7%,rgba(255,255,255,0) 30%);
}

/* Hide older posts button | 6317805-zen */
div#infinite-handle {
	display: none !important;
}

/* hide menu navigation | 37232793-hc (RN) */
@media screen and (min-width: 50em) {
	.main-navigation>div {
		display: none;
	}
}

/* Hide search in navigation menu  | 6317805-hc RW */
.search-toggle {
	display: none;
}

/* Card title on homepage | 6381631-zen (RN) */
.home .card .entry-title a {
	font-size: 18px;
	text-align: center;
}

/* entry content and testimonials on homepage | 6381631-zen (RN) */
.home .entry-content p, .home .testimonials-header {
	color: #d2d2d2;
}

/* Colors for site title, tagline and social icons on mobile devices | 6434235-zen (ja) */
@media screen and (max-width: 800px) {
	#masthead .site-title a,
							    #masthead .site-description {
		color: #fff;
	}
	
	#menu-social svg {
		color: white;
	}
}

/* Styles for mobile menu | 6434235-zen (ja) */
@media screen and (max-width: 800px) {
	#site-navigation button.menu-toggle {
		color: #000;
		border-color: #000;
		text-transform: uppercase;
		background-color: #fff;
	}
	
	#site-navigation ul,
						  #site-navigation li:before {
		border-color: #000;
	}
	
	#site-navigation a {
		color: #000;
		text-transform: uppercase;
		font-weight: normal;
	}
}

/* Styles for search box in mobile menu | 6434235-zen (ja) */
@media screen and (max-width: 800px) {
	#search-container .search-box {
		border-color: #000;
	}
	
	#search-container input {
		text-transform: uppercase;
	}
}

/* Making Testimonial text size same as Testimonial content || #6434235-ZD VG */
.testimonials-content p {
	font-size: 19px;
}

/* testimonial Post Title to be in White color || #6434235-ZD VG */
.testimonials-carousel .entry-header .entry-title {
	color: #ffffff;
	font-weight: 400;
}

/* Site Title and Description font sizes || #6434235-ZD VG */
.site-branding .site-title {
	font-size: 25px;
}

.site-branding .site-description {
	font-size: 18px;
}

/* Make YT embed full width | 6454295-ZD FC */
#post-1426 > div > .wp-block-embed {
	margin: 0;
}
/*Remove the gap between the list columns on mobile view | KG 6611871- zen*/
@media screen and (max-width: 800px) {
    div.wp-block-column ul{
        margin: 0 0 0 27px;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 0;
    }
}
/* Center right aligned and left aligned images on mobile only SS-6703703-hc */
@media screen and (max-width: 480px) {
.wp-block-image .alignright , .wp-block-image .alignleft{
  margin: 1em 0;
	clear: both;
 float: none
 }
}  
/* Adjusting the YT video caption text size| ( 6743884-zen ) MT */

.wp-block-embed.is-type-video figcaption.wp-element-caption {
    font-size: 10px;
}
/* Adjusting single layout content aligment | ( 6743884-zen ) MT */

@media screen and (min-width: 37.5em) {
    .single #main .hentry .entry-content {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}
 
/* Hide tags links -7234799- SM*/
.tags-links {
    display: none !important;
}
/* Styling the homepage blog post cards 7292606-zen DP */  
.home .card .entry-title {
   line-height: 1em;
}
.home .card .entry-header { 
   border: 0;
   border-radius: 0;
}
.home .card .entry-content {
    border-radius: 0;
}
/*Change featured content text color */  
.featured-content-description {
    color: white;
}
.featured-content-header {
    width: 100%; text-align: center;
}
#page .featured-content-header h1 {
 text-align: center;
 width: 80%;  
 padding-left: 20%;
 padding-top: 5%;
}
/* Text size 18px for featured description zd-7377638 */
.featured-content-description {
font-size: 18px;
}
/* Featured posts font color white zd-7377638 */
.entry-content.entry-summary p{
color: #fff;
}
/*Reduce the line height of the featured content title on the homepage |KG | 7388993-zen */
.home #page .featured-content-header h1{
line-height: 54px;
}
/*Reduce the line height of the featured content title on the homepage |KG | 7388993-zen */
.home #page .featured-content-header h1{
line-height: 34px;
    word-break: keep-all;
}