/*
 Theme Name:   Lovecraft KRG
 Description:  Lovecraft Child Theme for Kristinrulegleitsman.com
 Author:       Wolfestar Design
 Author URI:   http://wolfestar.design
 Template:     lovecraft
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         content-mangement, event-posting
 Text Domain:  lovecraft-krg
*/

.post-content.entry-content {
	container-name: post-entry-content;
  	container-type: inline-size;
}
.content small {
	font-size:0.8em;
}
h2.subtitle {
	font-size: 1.5em;
    color: #666666;
    font-family: 'Georgia', serif;
    font-weight: normal;
    margin-top: 1em;
}
.works_cited {
	padding-top:0;
}
.tldr_box {
	display: block;
    margin: 0.6em 0 1.6em 0;
    padding: 1em;
    background-color: #f0eee7;
    border: 1px solid #e0e0e0;
    line-height: 1.5em;
	position: relative;
	z-index: 1;
}
.tldr_box p:last-of-type {
	margin-bottom:0;
}
.tldr_box::before {
	z-index: 5;
    content: '';
    display: block;
    position: absolute;
    top: 0.6em;
    left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #CA2017;
    transform: rotate(0deg);
}
.content_sidebar {
	display: block;
    min-width: 200px;
    margin: 0 2em 1.5em 0;
    padding: 1em;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
	width:98%;
	margin:1.5em auto;
}
.boxed_appendix {
	border: 4px double #efefef;
    width: 110%;
    padding: 5%;
	padding-top:1%;
    left: -5%;
    position: relative;
    background: #fdfdfd;
}
@container post-entry-content (width > 390px) {
	.content_sidebar {
		width: 42%;
		min-width: 190px;
		float: left;
		margin: 0 1.5em 1.5em 0;
		padding:0.6em;
	}
}
@container post-entry-content (width > 415px) {
	.content_sidebar {
		width: 45%;
		float: left;
		margin: 0 2em 1.5em 0;
		padding:1em;
	}
}
.content_sidebar > h2, .content_sidebar > h3 {
	margin-top:0;
	padding-top:0;
}
/* Fixing conflicts with WP Linkpress plugin */
.wplinkpress .content {
	float:none;
	margin-top:0;
	width:auto;
}
.wplinkpress #job-title {
	padding:0 20px;
}
.wplinkpress .dividing.header {
	font-size: 2em;
	margin: 25px 0 35px;
	padding-bottom:25px;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 110%;
    font-weight: 700;	
}
/* MailerLite Form */
#mlb2-3483681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-3483681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding:0 !important;
}
