/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* reduce space below p title | SKO #30190977-hc */
.page-id-267 p.has-white-background-color.has-background {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Remove space between content and footer hc-30272356-vk*/
div#quaternary {
	padding-bottom: 0;
}
/* Making images at Books page to be not clickable | 30866179-HC (AVS) */
#post-5846 .wp-block-gallery {
	pointer-events: none;
}
/* center align mailchimp form | HC - 31399135 */
.wp-block-column.is-vertically-aligned-center, .wp-block-column {
    margin: 0 auto;
}
/* force paragraph block on homepage to full width | HC - 31399135 */
p.has-white-background-color.has-text-color.has-background {
    padding: 0;
}
/* Centers the Follow button | HC - 31708545 */
aside#block-3 { 
  max-width: 16rem;
  margin: auto;
}
/*--- image block / #33371700-HC-PK ---*/
@media only screen and (max-width: 600px) {
.your_custom_CSS_class{
    float: none;
}
}
/* Reduce space above Newsletter button on Pandemic Perspectives page | 34085321-HC | 2022-02-08 (KS) */
.nl-paragraph {margin-bottom: 3px;}
/* Center align text in widget, change font change color | hc-35291179 RG */
.textwidget p {
text-align: center;
color: #4f6e86;
font-family: "Yrsa", sans-serif;
}

/*Add some padding around YouTube Blocks across the site | 40487175-hc(zy)*/
.wp-block-embed-youtube {
	padding: 50px;
}
/*Remove Bottom Margin*/
.remove-bottom-margin {
   margin-bottom: 0px !important;
}
/* Remove the space below the content on the homepage -7375372- SM*/
.home #primary {
padding-bottom: 0;
	padding-top: 0;
}

.home .entry-footer {
display: none;
}
/*Remove padding on homepage between main menu and content 7632813-zen sy*/  
.home #content {
 padding-top:0px;  
}
/* Hide image titles in image carousel | 8040290-zen pj */
.jp-carousel-photo-title-container {
    display: none;
}

.front-page-content-area.content-area {
	padding: 0px;
}

.wp-block-group.has-background {
	padding: 50px !important;
}
 