/*
Theme Name: Cubeblogchild
Author: 
Description: Your description goes here
Version: 1.0
Template: cube-blog

This is the child theme for Cube Blog theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body, button, input, select, optgroup, textarea {
    color: #860e00;
    font-size: 18px;
    line-height: 34px;
}
.page-id-1019 .entry-content {
    background-color: transparent;
}
button {
    background-color: #000 !important;
    color: #fff !important;
}
.blog-post-item p {
    color: #000 !important;
}
.blog-archive article:last-child {
    margin-bottom: 20px;
}
.redmtn a {
    background-color: #860e00;
    color: #fff;
    text-decoration: none;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 17px;
    border: none;
}
.redmtn a:hover {
    background-color: #ff7d01;
}
#colophon {
    background-color: #860e00;
}
#colophon, #colophon a {
    color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #000;
    outline: none;
    border-color: #860e00;
}