/*
Theme Name:   Inside the Vision
Theme URI:    https://www.kcm.org
Description:  Inside the Vision Child Theme
Author:       KCM
Author URI:   https://www.kcm.org
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  itv
*/


/*** Home Page ***/
body.home {
    background: #2F3653;
}

.elementor-popup-modal .itv-process-message {
    padding: 40px;
    margin-top: 100px;
    background: #7B92D3;
    color: #fff;
    border-radius: 5px;
}

/*** Article Page ***/
body.page main#content,
body.single main#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*** Bonus Content Article Page ***/
body.single-bonus-article .entry-title {
    text-align: center;
}