/*
 Theme Name:   Kale - Child
 Template:     kale
 Version:      1.0.0
 Text Domain:  kale-child
*/


body {
    font-size: 18px;
    line-height: 1.5em;
}

h1{font-size:32px;}
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:25px;}
h5{font-size:22px;}
h6{font-size:20px;}

.entry h1{font-size:32px;}
.entry h2{font-size:30px;}
.entry h3{font-size:28px;}
.entry h4{font-size:25px;}
.entry h5{font-size:22px;}
.entry h6{font-size:20px;}

.entry-summary{line-height:1.5em;}
.entry-content {line-height:1.5em;}

.entry-content a:hover, .page-content a:hover,
.entry-content a:active, .page-content a:active {
    color: #b23b5b;
    font-weight: bold;
	text-decoration: underline;
}
.navbar-nav > li > a{font-size:18px;}

.footer-copyright {text-align:center; font-size: 12px;}

.amz-link {
    width: 100%;
    margin: 15px 0 40px;
}

.amz-link a, .best-reviewed .inner .right-b .easyazon-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    background-color: #f8981d;
    padding: 20px 0px;
    border-radius: 3px;
}

.comparison-table {
    width: 100%;
    border: 1px solid #ccc;
}

.comparison-table .compare-head {
    border-bottom: 1px solid #ccc;
}

.comparison-table .compare-body td {
    padding: 20px 25px;
}

.comparison-table .compare-head th, 
.comparison-table .compare-body td {
    font-size: 120%;
    width: 50%;
    background-color: #ffeaea;
    color: red;
}

.comparison-table .compare-head th:first-child, 
.comparison-table .compare-body td:first-child {
    background-color: #eaffea;
    color: green;
    border-right: 1px solid #ccc;
}

.affiliate-disclosure {
    font-size: 80%;
    margin-bottom: 10px;
    display: block;
    padding: 4px;
    font-style: italic;
    /* color: #c1c1c1; */
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.affiliate-disclosure a {
    text-decoration: underline;
}

.recommended-book {
    padding: 20px 15px;
    margin: 0 1%;
    text-align: center;
    background-color: #E6E6E6;
    min-height: 310px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
}

.book-author {
    font-size: 14px;
}

.book-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.book-link {
    position: absolute;
    bottom: 15px;
    left: 12%;
}

.recommended-book a.easyazon-link {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ccc;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
}

.recommended-book .shortstory-link {
	position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
}

.frontpage-slider .caption .read-more,
.frontpage-slider .caption .date,
.frontpage-slider .caption h2::before,
.entry-author {
  display: none;
}

#kale_mailchimp_widget-2 .widget-title,
.sidebar-column .kale-mailchimp-widget-description {
	font-size: 18px;
}

@media (min-width: 992px) {
	.recommended-book {
    	float: left;
    	width: 30%;
	}
}

.related-gallery .gallery-caption {
	    font-size: 2rem;
}