/* Add text shadow to header h1 AL hc-35827790 */
header.wp-block-template-part h1 {
    text-shadow: 1px 1px 2px black;
}

/* Reduce the font size of the site title on mobile -36006727-hc - SM (revised 37239779-hc AM*/
@media only screen and (max-width: 600px) {
.wp-block-site-title {
   font-size: 18px !important;
  }
	.wp-block-cover video.wp-block-cover__video-background {
		object-fit: contain;
	}
}


/* Rounded corners for all Media and Text images / 36023421-HC (FC) */
.wp-block-media-text__media img {
border-radius: 5px;
}

/*Rounded corners column block MA 36024745 hc*/
div.wp-block-column.is-vertically-aligned-center.animated.flipInY.slow.delay-1s.has-background {
border-radius: 5px;
}

/*Coblocks plugin - left-align accordion items 36128250-hc sy*/
.wp-block-coblocks-accordion-item {
  text-align: left;
}

/*Rounded corners column block 1a1d835d-c80b-4015-9ce7-a9b4a330abd6 hc*/
div.wp-block-column.is-vertically-aligned-center.animated.flipInY.slow.has-background {
border-radius: 5px;
}

/*Rounded corners column block a580354e-c688-4935-be7c-eb054caf8d53 hc*/
div.wp-block-column.is-vertically-aligned-center.animated.flipInY.slow delay-100ms.has-background {
border-radius: 5px;
}

/*Rounded corners column block 0660dc46-e5f0-45c7-bc77-d1741c34ffb6 hc*/
div.wp-block-column.is-vertically-aligned-center.animated.flipInY.slow delay-200ms.has-background {
border-radius: 5px;
}


/* Remove link underline from navigation links 36296521-hc | WH */

.wp-block-navigation a {
  text-decoration: none; 
}

/* Remove link underline from cover blocks and buttons 36296521-hc | WH */

.wp-block-cover__inner-container a,
a.wp-block-button__link{
  text-decoration: none; 
}

/*Add rounded corners to cover blocks  36296521-hc | WH */

.wp-block-cover-image.is-position-bottom-center img, .wp-block-cover.is-position-bottom-center img {
  border-radius: 5px;
}

/* Remove white space under footer | 5475646-zen mh */
footer.wp-block-template-part + .wp-block-group{
  display: none !important;
}

/* Give cover block in footer rounded corners | 5475646-zen mh /
footer .wp-block-cover , footer .wp-block-cover> {
border-radius: 25px;
overflow:hidden;
}

/* hide block mobile | 5497129-ZD DZ */
@media screen and (max-width: 678px) {
.hide-block {
      display: none; 
	}
}
	
	
/* stretch header without margins / 36578311-HC (KAZE) */

.wp-site-blocks {
    padding-left: 0px;
    padding-right: 0px;
}


/* Reduce top heading fontsize for the small device | ( 5515443-zen ) MT */

@media ( max-width: 980px) {
    header .wp-block-template-part h1 {
        font-size: 18px !important;
    }
}

/* Adjust tagline padding and font size in mobile | 37239779-hc (AM) */
@media (max-width: 600px) {
	.home .wp-block-site-tagline {
		padding: 2em!important;
		font-size:16px!important;
		}
}
/* Adjust the size of heading on mobile | 37239779-hc (AM) */
@media (max-width: 600px) {
	h1 {
		font-size:2.5em!important;
		}
	h2 {
		font-size:2em!important;
		}
}

/* Set input text color to white on the Our news page | 37239779-hc (AM) */
.page-id-6 input {
	color:white!important;
}

/* Set the subscription confirmation text to white on the Our news page | 37239779-hc (AM) */
.page-id-6 .jetpack_subscription_widget p {
	color:white!important;
}