/*
Theme Name:     Lynne St. James
Theme URI:      https://lynnestjames.com/
Template:       kadence
Author:         Carrie Loves Design Studio
Author URI:     https://www.carrieloves.com
Description:    A custom Kadence child theme for Lynne St. James
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    kadence-child
*/

#script, .script {
	font-family: 'Bollivia Rosilla';
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 1;
	font-size: 2em;
	text-transform: lowercase;
}
em, blockquote {
	font-family: 'Playfair Display', serif;
}
blockquote {
	border-left: 0px solid rgba(0,0,0,.05);
}
cite {
	font-size: 0.8em;
}
p {
    margin-bottom: 1em;
}
/* Novelist */
.book .button {
	margin-bottom: 7px;
}
.book #script {
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.book h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.novelist-book-widget-link-to-book {
	margin: 10px auto;
	text-align: center;
}
.readinglist .novelist-book-list .novelist-book {
    padding: 0 0 0 25px;
}
.novelist-series-books-grid {
    width: 100%;
}
@media (min-width: 500px) {
.novelist-series-books-grid .novelist-series-book {
    width: 31%;
}
}
@media (min-width: 768px) {
.novelist-series-books-grid .novelist-series-book {
    width: 18%;
}
}
@media (min-width: 992px) {
.novelist-series-books-grid .novelist-series-book {
    width: 19%;
}
}
@media (max-width: 500px) {
.novelist-series-books-grid .novelist-series-book {
    width: 47%;
}
}
.mailerlite-form {
	text-align: center;
}
.mailerlite-form-title {
	display: none;
}