html[dir="rtl"] .contact a {
	margin-right: 5px;
}

.author-photo,
.logo-photo {
    border-radius: 50%;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

html[dir="rtl"] .logo-photo {
	margin-left: 5px;
}

.author-photo {
    width: 18px;
    height: 18px;
	margin: 0 5px;
}

.entry-content .wp-block-image img {
	border-radius: 5px;
}

.fb-like {
	display: block;
	margin-bottom: 15px;
}

.a2a_share {
	margin: 10px 0 15px;
	display: inline-block;
}

html[dir="rtl"] .a2a_share a:first-child {
	margin-right: 0;
}

.a2a_share a {
	background-color: royalblue;
	display: inline-block;
	margin: 0 5px;
	border-radius: 5px;
}

.a2a_share img,
.a2a_share a {
	width: 32px;
	height: 32px;
	line-height: 0; /* fix for focus outline */
}

/* My shit */
.notice .dashicons,
.widget_categories .dashicons,
[data-song-meaning-title] .dashicons,
[data-song-part] + .dashicons,
.aff-link .dashicons,
.last-updated .dashicons {
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.wp-block-image .aligncenter {
	text-align: center;
}

/** maybe needs css media screen width here **/
.wp-block-image .aligncenter > figcaption {
	white-space: nowrap;
}

html[dir="rtl"] .single-post .entry-header .reading-time .dashicons {
    vertical-align: middle;
    margin-left: 3px;
	position: relative;
	top: -1px;
    font-size: 16px;
	width: 16px;
	height: 16px;
}

.wp-block-verse [data-song-part] {
	border-bottom: 2px dashed;
	display: inline-block;
	margin-bottom: 4px;
}

.wp-block-verse [data-song-part],
[data-song-meaning-title] {
	cursor: pointer;
}

.song-part-pointer {
    color: white;
    background: royalblue;
    border-radius: 2px;
	margin-right: 6px;
	width: 25px;
}

/* helpers */
.mb-5 {
	margin-bottom: 25px;
}

.va-mid {
	vertical-align: middle;
}

/*
.b-bottom {
	border-bottom: 2px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.b-dashed {
	border-style: dashed;
}
*/

/* Thanks Bootstrap!
https://getbootstrap.com/docs/5.0/components/alerts/
*/
.notice-blue {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.notice-blue .notice-link {
    color: #06357a;
}

.notice-red {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.notice-red .notice-link {
    color: #6a1a21;
}

.notice-turquoise {
	color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.notice-turquoise .notice-link {
	color: #04414d;
}

.notice {
	position: relative;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.notice-link {
    font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
}

html[dir="rtl"] .spoiler-list > ol,
html[dir="rtl"] .spoiler-list > ul {
	padding: 0 0 10px 10px;
}
.spoiler-list li {
	margin-bottom: 10px;
}

.dy-button {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dy-button {
    transition: none;
  }
}
.dy-button:hover {
  color: #212529;
}
.dy-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.dy-button:disabled, .dy-button.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.dy-button-blue {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.dy-button-blue:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.dy-button-blue:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.dy-button-blue:active, .dy-button-blue.active {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.dy-button-blue:active:focus, .dy-button-blue.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.dy-button-blue:disabled, .dy-button-blue.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* GeneratePress custom */
.main-title {
	font-size: 28px;
}

.author .page-header .avatar {
	top: 5px;
    border-radius: 50%;
    position: relative;
}

.single-post .nav-previous,
.single-post .nav-next {
	max-width: 48%;
}

/*.single-post .cat-links,*/
.single-post .last-updated,
.footer-bar .textwidget > p:first-child {
	margin-bottom: 10px;
}

.single-post .last-updated {
	display: block;
	line-height: 100%;
}

html[dir="rtl"] .single-post .nav-previous,
html[dir="rtl"] .improv-gallery .wp-block-image {
	float: right;
}

html[dir="rtl"] .single-post .nav-next {
	float: left;
}

.featured-image,
.post-image {
	display: none;
}

html[dir="rtl"] .single-post .entry-header .cat-links {
	margin-left: 6px;
}

.entry-header .post-navigation,
.entry-meta {
	font-size: 90%;
}

/*.single-post .entry-content a:not(figure > a):not(banner a),*/
.entry-header .entry-meta > span,
.entry-header .post-navigation .gp-icon,
.entry-header .cat-links .gp-icon,
.reading-time {
	display: inline-block;
}

/*
.entry-meta #nav-above {
	margin-top: 2em;
}
*/

.single-post .entry-meta hr,
.single-post .entry-header hr {
	margin: 25px 0;
}

/* GeneratePress specific */
html[dir="rtl"] button.content-title-visibility {
	right: auto;
	left: 0;
}

html[dir="rtl"] .wp-block-quote {
	border-left: 0;
	border-right: 5px solid rgba(65, 105, 225, 0.2);
}

html[dir="rtl"] .generate-back-to-top {
	right: auto;
	left: 30px;
}

html[dir="rtl"] .post-navigation .icon-arrow-left,
html[dir="rtl"] .post-navigation .icon-arrow-right,
html[dir="rtl"] .next.page-numbers span,
html[dir="rtl"] .prev.page-numbers span,
.flip-it {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	display: inline-block;
}

html[dir="rtl"] .author .page-header .avatar {
	margin-right: 0;
	margin-left: 20px;
}

.single-post .entry-content a:not(figure > a):not(banner a) {
	border-bottom: 1px solid;
	padding-bottom: 1px;
	display: inline;
}

.single-post .entry-content a:hover,
.single-post .entry-content a:focus {
	border-color: transparent;
}

html[dir="rtl"] .entry-header .byline,
html[dir="rtl"] .entry-header .cat-links .gp-icon {
	margin-left: 5px;
}

/* improv-gallery */
.improv-gallery {
    border: 2px solid transparent;
    padding: 25px 15px;
    /*margin: 1.5em 0;*/
}


.improv-gallery .wp-block-image {
	margin-bottom: 1.25em;
}

.improv-gallery .wp-block-image img {
	height: 120px;
	max-width: 250px;
    padding: 0 15px;
	cursor: pointer;
}

.improv-gallery .improv-gallery-credit {
	display: block;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}

.improv-gallery .wp-block-image figcaption {
	font-size: 14px;
}

/*
.improv-gallery .wp-block-image + .wp-block-image img {
	padding-right: 15px;
}
*/

@media only screen and (max-width: 1218px)  {
	.improv-gallery .wp-block-image {
		width: 100%;
	}
}