/* Full Site Editing Support */

.wp-site-blocks .top-bar p:last-child {
   margin-bottom: 0px;
}

/* 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;
}

.wp-block-group.site-header .wp-block-search {
   text-align: right;
   margin-bottom: 20px;
}

.site-header .wp-block-search__inside-wrapper {
   justify-content: flex-end;
}

.wp-block-group.site-header .wp-block-search input {
   max-width: 200px;
}

/* single post css */

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

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

.entry-header.gb-block-container {
   text-align: center;
   z-index: -1;
}

.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;
}

.wp-block-post .wp-block-post-title {
   text-align: center;
}

.wp-block-post .wp-block-post-title a {
   font-size: var(--title-size);
  text-align: center;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: var(--secondary-font-family);
  display: block;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}

.wp-block-post .wp-block-post-title a:hover,
.wp-block-post .wp-block-post-title a:focus {
   color: var(--accent-color);
   text-decoration: underline;
}

@media screen and (max-width: 960px) {
   .wp-site-blocks .site-header {
	  display: block;
	  padding: 10px
   }
   .site-header .wp-block-search__inside-wrapper {
	  justify-content: center;
   }
   .site-header .wp-block-navigation {
	  justify-content: center;
   }
   .wp-site-blocks .sticky-header {
	  display: none;
   }
}
