/* Custom CSS
------------------------------------------------------------ */
a img:hover
{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
  background-color: #D5E3CF;
}

.content .post h1 a, .content .post h1 a:visited, .content .page h1 a, .content .page h1 a:visited, .content h1.entry-title a, .content h1.entry-title a:visited .content .post h2 a, .content .post h2 a:visited, .content .page h2 a, .content .page h2 a:visited, .content h2.entry-title a, .content h2.entry-title a:visited {
font-size: 32px;
}

#gallery-1 img {
border: 0px !important;
padding: 0px 4px 4px 0px !important;
}

.content .post h1 a, .content .post h1 a:visited, .content .page h1 a, .content .page h1 a:visited, .content h1.entry-title a, .content h1.entry-title a:visited .content .post h2 a, .content .post h2 a:visited, .content .page h2 a, .content .page h2 a:visited, .content h2.entry-title a, .content h2.entry-title a:visited {
  font-size: 28px;
}
.content .post h1, .content h1.entry-title, .entry-content h1 {
  font-size: 32px;
}

.wp-block-group h2 {
padding-top: 40px;
font-size: 28px;
}

.wp-block-search__label {
display: none;	
}

.site-footer p {
padding-bottom: 10px;
}

.addtoany_header {
  margin: 0 0 16px;
  font-family: 'Merriweather', serif;
  font-size: 24px;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1040px) {

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {

}

@media only screen and (min-width: 480px) and (max-width: 1040px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {
.site-header .widget-area
{
  text-align: center;
padding: 10px 0px 20px 0px;
}


.title-area
{
  overflow-x: visible;
  overflow-y: visible;
padding-bottom: 10px !important;
}

.site-title {
  font-size: 22px;
  line-height: 1.25;
}
.site-footer p {
padding-bottom: 10px;
}
}