/* Front styling for GeneratePress light + red accents */
body {
    background: #ffffff;
    color: #222222;
}
a { color: #c82333; }
a:hover { color: #e83e4a; }
.entry-title a { color: #c82333; font-weight:700; text-transform:none; }
.widget-title { color: #c82333; border-bottom: 2px solid #c82333; padding-bottom:6px; margin-bottom:12px; }
.button, input[type="submit"], .button-primary { background: linear-gradient(180deg,#e83e4a,#c82333); color:#fff; border:none; padding:8px 14px; border-radius:4px; }
.post img { max-width:100%; height:auto; display:block; margin-bottom:12px; }
