/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.post-thumbnail {
	display: none;
}
html, body, div, header, nav, article, figure, hr, main, section, footer {
    font-size: 20px;
}
@media screen and (max-width: 749px){
html, body, div, header, nav, article, figure, hr, main, section, footer {
    font-size: 18px;
}
	}
#actionbar {
	display: none;
}
img.custom-logo {
	max-width: 2.5rem;
}
/* unset blur for jetpack form container | 5946257-zen eD */
.wp-block-jetpack-contact-form-container {
    filter: none !important;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 0px);
}
.wp-block-button__link {
	  background-color: #FFFFFF;
	  -webkit-tap-highlight-color: transparent;
	  height: 2.3rem;
	  display: flex; 
    justify-content: center; 
    align-items: center;
}
.wp-block-button__link:focus {
    background-color: #FFFFFF !important;
    color: #E10000 !important;
    border: 1px solid #e10000 !important;
}
.wp-block-button__link:hover {
    background-color: #FFFFFF !important;
    color: #E10000 !important;
    border: 1px solid #e10000 !important;
}
.wp-block-buttons>.wp-block-button {
    -webkit-tap-highlight-color: transparent;
}
.site-header > *, .entry-header > *, .post-thumbnail > *, .page-content > *, .comment-content > *, .author-bio > *, .widget-area > .widget > * {
    -webkit-tap-highlight-color: #ffffff54;
}
.wp-block-columns .wp-block-column > * {
    -webkit-tap-highlight-color: #ffffff54;
}
.site-info a:link, .site-info a:visited {
    color: currentColor;
    display: none;
}
.has-background-background-color:not(.has-text-color), .has-background-background-color.has-background-dim:not(.has-text-color) {
  padding-top: 0px;  
	padding-bottom: 0px;
}
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #colophon {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: none;
}
@media screen and (min-width: 750px){
.wp-block-coblocks-dynamic-separator {
  display: none;
}
	}
	.wp-block-cover a, .wp-block-cover-image a, .wp-block-media-text a, p:not(.site-title) a {
    text-decoration: none;
}
h1, .h1 {
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 1.125;
}
h4, .h4 {
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.125;
}
h3, .h3 {
    font-size: 1.7rem;
    letter-spacing: normal;
    line-height: 1.125;
}
h5, .h5 {
    font-size: 1.3rem;
    letter-spacing: normal;
    line-height: 1.125;
}
.wp-block-button__link {
    font-size: 1rem;
}
.wp-elements-e251183dc05947afd31bb6e4c8809c66 a {
    font-size: 0.7rem;
}
.screen-reader-text {
    display:none;
}