
/* link color blue */
.entry-content a {
  color: blue;
  text-decoration: none;
}

/* styling of bold+italic strings removed */
strong em, em strong, b i, i b, b em, em b, strong i, i strong, .wp-caption strong {
    background: none;
    color: inherit;
    font-size: inherit;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 2px 0;
    text-transform: none;
}

/* search results highlighting for Highlight Search Terms plugin */
.hilite { background:yellow; } 

/* form labels not truncated, ie contact form */
label {
    clear: both;
    float: left;
    margin: 0.25em 2% 1em 0;
    width: 100%;
}

/* jetpack contact form input boxes increase width to 80% */
.contact-form input[type=email], .contact-form input[type=text] {
    width: 80%;
    max-width: 98%;
    margin-bottom: 13px;
}
/* headings styling for Content Filter plugin*/
.wcf-label, .wcf-field-heading {
    font-weight: unset;
    clear: both;
    color: #707070;
    font-size: unset;
    margin-bottom: 5px;
    display: block;
    text-transform: unset;
    cursor: pointer;
}

/* button styling for Content Filter plugin*/
.wcf-submit_button .wcf-submit-button, .wcf-submit_button .wcf-reset-button {
    background-color: rgba(85, 85, 85, 0.63);
    border: none;
}

/* border class for images */
img.border { border: 5px solid #FFF; box-shadow: 0 0 2px 0 #646262; }

.wrapper-inner {
width: 900px;
max-width: 84%;
margin: 0 auto;
}

/* change font color and reduce font size of blockquotes */
blockquote {
    color: gray;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1.6;
    position: relative;
    z-index: 10000;
}

/* Display Posts Shortcode plugin inserting line breaks */
.display-posts-listing .excerpt-dash { display: none; }
.display-posts-listing .excerpt { display: block; }
.display-posts-listing .category-display { 
display: block; }

/* pagination increase font size*/
.page-links {
    color: #a09a92;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

/* Google Search results yellow highlight of terms */
.cse .gsc-control-cse .gs-snippet b, .gsc-control-cse .gs-snippet b {
    font-style: normal !important;
    font-weight: normal;
    background-color: yellow;
}

/* main font sizes reset */
h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* footer widget text sizes increase */
#footer-sidebar .widget-block {
    font-size: 1.4rem;
}

/* hide footer */
.site-info {
    display:none;
}
