/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.main-navigation a {
	color: black;
}

.sidebar-content {
    padding-top: 19px;
}

.widget {margin-bottom: 9px;}


/*adjust form location on no search results page*/
.page-content #search-form.search-form {
    margin-top: -1em;
}

.entry-content p {
    font-size: 1.07em;
}

/* Change display of Mailchimp sign up form*/
#mc_embed_signup {
	background: #f2f2f2 !important;
}
#mc_embed_signup label {
	font-family: "Fondamento",cursive;
	font-weight: 400 !important;
	font-size: inherit !important;
}
#mc_embed_signup .button {
	background-color: #b3530e !important;
	border-color: #e87626 !important;

	font-size: 12px !important;
}
#mc_embed_signup label:after {
    content: "Subscribe for thought inspiring articles, modern poetry & more AI-free content.  ";
    display: block;
    padding: 12px 0px;
    font-family: "calluna-1","calluna-2",serif !important;
    line-height: 1.75;
	  font-size: 15px;
	  font-weight: 300;
}

/*Add more space between email field and subscribe button in sidebar widget*/
#custom_html-3 #mc_embed_signup input.email{
  margin-bottom: 10px;
}

.single .by-meta {
  display: none;
}

/*Reduce space above social icons*/
.main-navigation ul {
  margin: 0 0 -5px;
}

/*Move social icons down*/
#sfsi-widget-3{
	margin-bottom: -25px;
}
#mc_embed_signup form{
	padding: 0 0 10px 3%!important;
}

/*hide tags on post pages*/
.single .entry-footer {
  display: none;
}

@media screen and (max-width: 800px) { 
.sfsi_wDiv {
position: relative !important;
} 
 }

/* CSS to hide the posting date | MJR | hc-19993396 */
time.entry-date.published {
    display: none;
}

/* hide author boxes on pages */
.page .m-a-box {
	display: none;
}

/*Move up search box  only on big screens | 20931035-hc */
@media screen and (min-width: 800px) {
     #search-form.search-form{
	margin-top:-6em;
     } 
}

.widget .search-form {
    padding-top: 30px;
}

/* center titles in on poetry gallery page | TT-21162483-hc */
.page-id-180 .wpnbha article .entry-title {
    text-align: center;
}

h2 {
    text-transform: none;
}

/*--- changes the button shape / #3305620-HC-PK ---*/
a.read-more, #mc_embed_signup .button {
    border-radius: 18px;
}

/* Subscribe Button Stylings 24638085-hc */
#mc-embedded-subscribe {
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

#mc-embedded-subscribe:hover {
    color: #b3530e;
    background-color: #f1f1f1 !important;
    border: solid 1px rgb(232, 118, 38);
}

/* Hide Related posts from Poetry category  | #24670283-HC YM */
.single-post .category-poetry #jp-relatedposts {
    display: none !important;
}

/* move slideshow caption below photo | KS-3384657-zd */

.page-id-747 .wp-block-jetpack-slideshow_container.swiper-container.swiper-container-initialized.swiper-container-horizontal.wp-swiper-initialized {
        padding-bottom: 270px;
}

.page-id-747 .wp-block-jetpack-slideshow_pagination.swiper-pagination.swiper-pagination-white.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: -220px;
}


/* Hide footer credit | 38374953-hc (MS) */
.site-info {
	display: none;
}

/* Rounded image block style */
.entry-content .wp-block-image.is-style-rounded img {
  border-radius: 9999px !important;
}

/* Center aligned image block */
.entry-content figure.wp-block-image.aligncenter,
.entry-content figure.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.entry-content figure.wp-block-image.aligncenter img,
.entry-content figure.aligncenter img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

