/*Header stylings*/
.header-image img	{
  border-top: 4px dashed #1a1a1a;
  border-bottom: 4px dashed #1a1a1a;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

/*Caption stylings*/
.wp-caption	{
  padding: 10px;
  border: 4px solid black;
}

.wp-caption-text	{
  font-style: normal !important;
}

/*Mobile menu stylings */
#menu-toggle	{
  border: 4px solid #1a1a1a !important;
  font-size: large;
}

.menu-toggle.toggled-on:hover	{
  color: #6d0808 !important;
}

.menu-toggle.toggled-on	{
  margin-bottom: -1px !important;
}

#site-header-menu	{
  border: 4px solid #1a1a1a;
  padding: 5px 15px;
}

#site-header-menu ul	{
  border-bottom: 0 !important;
}

#site-header-menu li	{
  border-top: 0 !important;
}

#site-header-menu.toggled-on	{
  margin-top: 0 !important;
}

/*Hide solid line above subscribe widget cell
  (prevents double line occurence when scrolling mobile)*/
.widget_powerpress_subscribe	{
  border-top: 0 !important;
}

/*MailChimp subscription form stylings*/
.mc4wp-form-fields	{
  border: 4px dashed #1a1a1a;
  padding: 20px 20px 0px 20px;
}

/*Footer stylings*/
.site-footer	{
  border-top: 4px solid #1a1a1a;
  padding: 10px 0 !important;
  margin: 0 7.6923% !important;
}

.site-footer p	{
  margin: 15px 0 !important;
}

.site-footer .menu-main-navigation-container	 {
  /*Hide links at mobile bottom*/
  display: none !important;
}

.site-info	{
  text-align: center;
  margin: 0px auto;
}

/*Dotted outline for inline page images*/
.dotted-image	{
  border: 4px dashed #1a1a1a;
  padding: 4px;
}

/*Center text on widgets (particularly for PayPal donation button) */
.textwidget	{
  text-align: center;
}

/*Remove italics for sidebar titles*/
.widget-title	{
  font-style: normal !important;
}

/*Custom contact form stylings*/
.recaptchaCustom div {
  width: 100% !important;
}