
/* Posts and pages
--------------------------------------------- */
img {
	height: auto;
    max-width: 100%;
}
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 0;
}
#top-bar .widget.social_widget {
	display: inline-block;
}
footer .widget {
	display: inline-block;
	width: 100%;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
article.post .gallery {
 display: inline-block;
	/* margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em; */
}
footer .widget_media_gallery .gallery {
	margin: 15px 0 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
article.post .gallery-columns-1 figure.gallery-item {
	width: 100%;
}
article.post .gallery-columns-2 figure.gallery-item {
	width: 50%;
}
article.post .gallery-columns-3 figure.gallery-item {
	width: 33.333%;
}
article.post .gallery-columns-4 figure.gallery-item {
	width: 25%;
}
article.post .gallery-columns-5 figure.gallery-item {
	width: 20%;
}
article.post .gallery-columns-6 figure.gallery-item {
	width: 16.65%;
}
article.post .gallery-columns-7 figure.gallery-item {
	width: 14.285714285714285714285714285714%;
}
article.post .gallery-columns-8 figure.gallery-item {
	width: 12.49999%;
}
article.post .gallery-columns-9 figure.gallery-item {
	width: 11.099%;
}
article.post.type-post .gallery.gallery-columns-2 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-2 figure.gallery-item a:after{
	height: 300px;
}
article.post.type-post .gallery.gallery-columns-3 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-3 figure.gallery-item a:after{
	height: 170px;
}
article.post.type-post .gallery.gallery-columns-4 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-4 figure.gallery-item a:after{
	height: 170px;
}
article.post.type-post .gallery.gallery-columns-5 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-5 figure.gallery-item a:after{
	height: 170px;
}
article.post.type-post .gallery.gallery-columns-6 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-6 figure.gallery-item a:after{
	height: 170px;
}
article.post.type-post .gallery.gallery-columns-7 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-7 figure.gallery-item a:after{
	height: 120px;
}
article.post.type-post .gallery.gallery-columns-8 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-8 figure.gallery-item a:after{
	height: 120px;
}
article.post.type-post .gallery.gallery-columns-9 figure.gallery-item a img, article.post.type-post .gallery.gallery-columns-9 figure.gallery-item a:after{
	height: 120px;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	display: inline;
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    display: inline;
    clear: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    display: block;
    float: left;
    margin-right: 12px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 30%;
}
.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link {
	font-size: 20px;
    font-weight: bold;
    text-transform: none;
	color: #151515;
}
.wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments__comment-link:hover {
	color: #2e7de0;
}
.wp-block-latest-comments__comment-date {
    display: block;
    opacity: 0.6;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-bottom: 5px;
    display: block;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
	color: #151515;
	line-height: 23px;
	position: relative;
    font-weight: bold;
}
.wp-block-latest-posts.wp-block-latest-posts__list a:hover {
	color: #2e7de0;
}
.wp-block-latest-posts__post-date {
    display: block;
    color: #606060;
    opacity: 0.6;
    font-weight: bold;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    line-height: 30px;
    margin: .36em 0 1.4em;
}
.wp-block-rss__item-title a {
	position: relative;
    font-weight: bold;
    text-decoration: none;
	color: #151515;
}
.wp-block-rss__item-title a:hover {
	color: #2e7de0;
}
.wp-block-button__link {
    color: #fff;
    background-color: #2e7de0;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    padding: 12px 30px;
    line-height: 1.3333333;
	margin-bottom: 10px;
}
.wp-block-button__link {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wp-block-button__link:hover {
	color: #ffffff;
    background-color: #0092ff;
    border-color: #0092ff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 5px;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 1px solid;
}
.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    color: #151515;
    background-color: transparent;
    border-color: #2e7de0;
}
.entry-footer {
	clear: both;
	float: none;
}