p{
    margin-bottom: 22px;
}
a.site-footer__credit{
	display:none;
}
body[class] .site-inner{
	margin-right: 2.25rem;
}
body[class] .site-inner.noRightBorder{
	margin-right: 0;
}
body[class] .site-inner.noRightBorder .app-content{
    padding-left: 0;
}
.gallery-wrap.slider-gallery-wrap .wp-block-gallery .blocks-gallery-item figure, .gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap{
	height: 100%;
}
body.page-template-masonry-gallery .site-inner * {
    height: 100%;
}
body .gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap{
    position: absolute;
    width: 100%;
}
.gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap img{
    width: auto !important;
}
body.page-template-masonry-gallery .site-inner .scroll-to-top {
    height: auto;
}
body.page-template-masonry-gallery .site-inner{
	height: calc(100vh - 42px);
}
.app-content {
    padding-left: 30px;
}
.entry__header h1.entry__title{
    font-size: 26px;
    color: #000;
}
.gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap {
    display: block;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    float: left;
    height: auto !important;
}
.gallery-wrap.slider-gallery-wrap .blocks-gallery-item{
	height: auto;
}
body.blog .site-inner .container-fluid{
    width: auto;
    max-width: unset;
}
body.blog .archive-header{
    display: none;
}
body.blog .site-inner .site-main{
    padding-left: 0;
}
body .entry__header .entry__meta{
    font-size: 12px;
    color: #000;
}
header.entry__header h2.entry__title {
    font-size: 26px;
    color: #000;
}
header.entry__header h2.entry__title a {
    font-size: 26px;
    color: #000;
}
article header.entry__header h2.entry__title{
    margin: 0 0 5px;
}
article.entry{
    border: 0;
}
.single.single-page-235 .entry__content img{
    border: 1px solid #e3e1e1;
}


@media (min-width: 1600px) and (max-width: 1920px) { 
    .single.single-page-235 .entry__content img{
        border: 2px solid #e3e1e1;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap {
        transform: none;
        left: 0;
        top: 0;
        float: none;
        height: auto !important;
    }
    body.page-template-masonry-gallery .site-inner * {
        height: auto;
    }
    body.page-template-masonry-gallery .site-inner{
    	height: auto;
    }
    	.gallery-wrap.slider-gallery-wrap .wp-block-gallery .blocks-gallery-item figure, .gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap {
        height: auto;
    }
    .app-content {
        padding-left: 0;
    }
    body .gallery-wrap.slider-gallery-wrap .wp-block-gallery .blockgallery--image__wrap{
        position: relative;
    }
}