/*
 * Theme Name:  CoffeeHouse Theologian - Once
 * Theme URI:   https://coffeehousetheologian.com
 * Description: CoffeeHouse Theologian Child Theme
 * Author:      CoffeeHouse Theologian
 * Author URI:  https://coffeehousetheologian.com
 * Template:    once
 * Version:     1.0.0
 */

body, .site-content {
	background: #F3E9DC !important;
}
.section-featured-post,
.archive-wrap {
	background: transparent !important;
	background-color: transparent !important;
}
.site-content a {
    color: darkolivegreen !important;
}

/* General styles for fonts, etc. */
.site-content ul,
.site-content ol,
.site-primary p {
	font-size: 25px;
	line-height: 1.5;
}

blockquote {
    background: #895737 !important;
    color: white !important;
    padding: 50px !important;
    border-radius: 16px !important;
}
.site-content blockquote cite,
.site-content blockquote a {
    color: white !important;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    border: none !important;
}

figure.wp-block-pullquote {
    margin: 0 !important;
    padding: 0 !important;
}

/* Specific Single styles */

.site-primary-fullpage .site-content .cs-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}