/* Full Site Editing Support */

/* Sticky Header
--------------------------------------------- */

.wp-site-blocks .sticky-header .wp-block-column,
.wp-site-blocks .sticky-header .wp-block-navigation__container {
	justify-content: center;
}

.wp-block-group.sticky-header .wp-block-columns {
	margin-bottom: 0px;
}

/* Site Header
--------------------------------------------- */

.wp-site-blocks .site-header .wp-block-column,
.wp-site-blocks .site-header .wp-block-navigation__container {
	justify-content: center;
}

.wp-site-blocks .site-header .wp-block-column br {
	display: inline;
}

.wp-block-group.site-header .wp-block-columns {
	margin-bottom: 0px;
}

/* single post css */

.genesis-singular-image-visible   .wp-site-blocks .entry-title::after {
	margin-bottom: 20px;
}

.single .is-style-herosection  {
	margin-bottom: 30px;
}

.single .is-style-herosection .wp-block-post-featured-image {
	margin-bottom: 0px;
}

.wp-block-group.footer-widgets {
	padding: 20px 0;
}

.wp-block-group.footer-widgets .wp-block-columns {
	margin-bottom: 0px;
}

.wp-block-group.footer-widgets .wp-block-navigation__container {
	text-align: center;
	justify-content: center;
}

.wp-block-group.footer-widgets a .wp-block-navigation-link__label {
	color: #fff;
}

.single .entry-header .entry-meta.wp-block-post-author,
.single .entry-header .entry-meta.wp-block-post-date {
	margin: 0px!important;
	padding: 0px!important;
}

/* Site Footer
--------------------------------------------- */

.site-footer .footer-copyright br {
	display: inline
}

/* After Entry
--------------------------------------------- */

.author-box  .wp-block-social-links{
	margin-top: 20px;
}

.author-box .wp-block-social-links li {
	text-align: left;
}

.author-box  .wp-block-social-links li {
	background-color: transparent!important;
}

.author-box  .wp-block-social-links li a {
	width: 30px;
	display: inline-block;
	height: 30px;
	border-radius: 50%;
	background-color: #c78176;
	justify-content: center;
	padding: 3px 0;
	text-align: center;
}

.wp-block-post-author__name {
	font-weight: 400;
	margin: 0 0 0px;
}

.author-box  .wp-block-social-links li a:after {
	display: none!important;

}

.author-box .wp-block-post-author__name {
	font-family: "Butler", serif, Arial;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #182E33;
	font-size: 24px;
}

.wp-block-post-author__bio {
	font-size: 15px;
}
