/* narrowing featured images and expanding content area #1613768-zen */
.is-singular .entry-media {
    width: 35%;
}

.is-singular:not(.home) .site-inner {
    width: 65%;
}
/*---adjust entry title font size and area width-#1613768-zen-gp-*/
@media screen and (min-width: 750px){
h1.entry-title {
    width: 100%;
    font-size: 1.8em;
}
.has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index):not(.woocommerce-page) .entry-header {
    width: 35%;
}
}
/*Reduce height of header image #1613768-zen */
@media only screen and (max-width: 1600px) {
.site-banner-media, .site-banner .site-banner-thumbnail {
    padding-bottom: 35%;
}
}

/*Reduce white space at top of pages #1613768-zen */
.home.is-singular .content-area, .single-format-image.has-post-thumbnail .content-area {
    padding-top: 0rem;
}

@media only screen and (max-width: 1600px) {
.home .content-area, .blog .content-area, .single-format-image.has-post-thumbnail .content-area {
    margin-top: 34%;
}
}

/* Adds margin for front page columns to make the three horizontal images work  - AP - 8580664-hc */
@media (min-width: 600px) {
    .home .front-page-gallery .wp-block-column:first-child {
        margin-left: 32px;
    }
}
/* adjust background color of category selection in footer */ .widget select { background-color: #3e606f; }


/* Add hover effect to homepage button - cp - 8695491 */
.home-button {
    display: block;
    width: 287px;
    height: 117px;
    background-image: url(/wp-content/uploads/2018/12/Subscribe-BUTTON_BOTH-4.png);
    background-size: cover;
}

.home-button:hover {
    background-position: bottom;  
}

.home-button img {
    display: none;
}

/* Fade on hover for images on page 4358 */
.page-id-4358 .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  opacity: 1.0;
}

.page-id-4358 .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized:hover {
  opacity: 0.5;
}