/* Adjust the size of the title and tag line. */
h1.site-title a {
    font-size: 45px;
    color: #FEFFFF;
	"font-weight: bolder"
}
h2.site-description {
    color: #FEFFFF;
    font-size:  25px;	
}

/* Add text below site title 34794692-hc cw */
.site-title:after {
    content: '  \00000a Cute Dapple';
    white-space: pre;
    font-size: 55px;
}

.site-title {
    color: #FEFFFF;
}

/*Align Post Titles Center HC-30155684*/
header.entry-header {
	text-align: center;
}align-content
/* Reduce size of the newsletter widget HC-31081555 */
aside#blog_subscription-3 {
    padding: 10px;
}

aside#blog_subscription-3 h2 {
    margin-bottom: 10px;
}

aside#blog_subscription-3 p#subscribe-submit {
    margin-top: 5px;
}	
/* Center Align Site Title and Tagline #32303581-hc-jg */
.site-branding {
    text-align: center;
}
/* Mobile header / 32303581-HC (MI) */

 @media only screen and (max-width: 767px) {
     .site-branding {
         min-height:unset;
         padding: 10px 0;
    }
     h1.site-title a {
         font-size: 55px;
    }
     .site-title {
         margin-bottom: 10px;
    }
     .site-description {
         margin-bottom: 0px;
    }
}
/* Subscribe button / 32303581-HC (MI) */

#subscribe-submit .wp-block-button__link:not(.has-background) {
    background-color: #34775F;
}
/* Widget titles / 32303581-HC (MI) */

.widgettitle, 
.widget-title, 
.widget-title label {
  font-size: 3.5rem;
}
/* Increase line-height for widget titles / 32305813-hc JAR */
.widgettitle,
.widget-title,
.widget-title label {
    line-height: 34px;
}

/* Remove content label and right padding from social media buttons / 32471832-hc bc*/

.site-footer .widget-area li::after {
    content: none;
}
  .site-footer .widget-area li {
    padding-right: unset;
}
/* Make Carousel Overlay lighter and reduce padding/ 33018151-HC (FC) */
.swiper-wrapper .entry-wrapper {
padding:0.1em !important;
background-color: rgba(0,0,0,.3) !important;
}
/* Show site title and tagline JC | 33503542-hc */

.site-title, .site-description {
  clip: unset;
  position: unset;
}

/* Change color of the subscribe button JC | 33503542-hc */

#subscribe-submit .wp-block-button__link:not(.has-background) {
    background-color: ##C3C3C3
}
/*Change color of input text in forms | SN-33658921-hc*/
input#subscribe-field-blog_subscription-3 {
    color: gray;
}
/* Remove Home Feature Image / 34793050-hc rw */
.home figure.entry-thumbnail.apostrophe-2-thumb {
  display: none;
}
/* display social icons menu on mobile | 35614714-hc tcrv */
@media (max-width: 767px) {
	.jetpack-social-navigation {
    display: block;
}
}
/* End | 35614714-hc tcrv */
	h1.site-title a {
    font-size: 45px;
    color: #FEFFFF;
    "font-weight: bolder"
}
/* Set category link colors | 6629464-zen (MS) */
p.categorylinks a {
    color: #2a145c;
}

/* fix input colors 8623560-zen (VC) */
input { color: #333 !important }