/*
Theme Name: Kadence Child
Author: 
Description: For CSS edits
Version: 1.0
Template: kadence

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* 1. background */
#inner-wrap {
    background-color: #465870 !important;
}

/* 2. The text inside posts */
.entry-content p, .entry-summary p {
    color: #333333 !important;
    font-size: 20px !important;
}

/* 3. The blog post titles */
.entry-title a, h2.entry-title {
    color: #ff0000 !important;
}

/* 4. Title font */
.entry-title a, h2.entry-title {
    font-family: "Georgia", serif !important;
    font-weight: 700 !important;
}

/* 5. Add padding to the white boxes */
.entry-content-wrap {
    padding: 40px !important;
}