/*   
Theme Name: Hemingway Custom
Description: A Child Theme of Hemingway for Shanock.com
Template: hemingway
*/


/* page formatting ----------------------------------------------- */

:root {
  --accent-color: #4f708e; /* blue */
  --accent-font-color: #ffffff;
  --panel-color: #1D1D1D;
  --panel-font-color: #ffffff; /*rgba(255,255,255,0.4) */
}
:root { --panel-color: #1D1D1D; }
.wrapper { margin-top: 50px; }

/* fonts and paragraphs ----------------------------------------------- */

body { font-family: Serif; }
.blog-title { font-family: Serif; }
.blog-description { font-family: Serif; }
/* .post-content blockquote { font-family: Serif; } */

.post-content a, .post-content a:hover {
    color: var(--accent-color)  !important;
}

::selection {
    background: var(--accent-color) !important;
    color: var(--accent-font-color) !important;
}

.blog-menu a { font-size: 0.9em; }

.post-title { font-size: 1.5em; }
.post-content { font-size: 0.9em !important; }

.post-content p, .post-content blockquote, .post-content address, .post-content .wp-caption, .post-content pre, .post-content li  {
    line-height: 130%;
}
.post-content p, .post-content blockquote, .post-content address, .post-content .wp-caption, .post-content pre  {
    margin-bottom: 0.5em;
}

.post-content p { text-indent: 25px; }
.post-content p a { text-indent: 0px; }

.wp-caption-text { text-indent: initial !important; }
.wp-caption img { margin: auto; }

.header-inner {
    text-align: left;
}
.blog-info {
    background-color:rgba(29, 29, 29, 0.75) !important;
}
.blog-title, .blog-description {
    text-shadow: 0px 0px 20px #1d1d1d, 0px 0px 20px #1d1d1d;
}


.post-header { margin-bottom: 2%; }
.post-content a.more-link {
    display: block !important;
    padding: 5px !important;
	color: white !important;
    width: 30%;
    text-align: center;
    margin: 10px auto 0 auto;
}
::selection {
    background: var(--accent-color);
    color: var(--accent-font-color);
}
.column {
	width: 100%;
	margin left: 0;
}
.section.large-padding {
	padding: 3% 0;
}
.footer {
	margin-top: 5%;
}
.nocomments, .post-meta-bottom {
	visibility: hidden;
	display: none;
}
.toggle-container {
    display: block;
    background: #1D1D1D;
}
.widget_search #searchsubmit {
    border-color: var(--panel-color);
    background: var(--panel-color);
}
.widget_search input {
    height: 30px;
}
.widget_search input#s {
    padding: 0 95px 0 18px;
}
.widget {
	padding-bottom: 0;
	border-bottom: none;
}

/* lists ----------------------------------------------- */

/*
.post-content ol { list-style-type: upper-roman; }
.post-content ol ol { list-style-type: upper-alpha; }
.post-content ol ol ol { list-style-type: upper-decimal; }
.post-content ol ol ol ol { list-style-type: lower-roman; }
.post-content ol ol ol ol ol { list-style-type: lower-alpha; }
*/

.formaloutline ol { list-style-type: upper-roman; }
.formaloutline ol ol { list-style-type: upper-alpha; }
.formaloutline ol ol ol { list-style-type: upper-decimal; }
.formaloutline ol ol ol ol { list-style-type: lower-roman; }
.formaloutline ol ol ol ol ol { list-style-type: lower-alpha; }

.footnotes li {
    font-size: smaller !important;
}

/* .post-content ul, .post-content ol, .post-content dl {
    line-height: 130%;
    margin-bottom: 1.1em;
} */

/* archive pages ----------------------------------------------- */

.category-title {
    /* font-size: 2rem;
    text-transform: none;
    font-weight: 400; */
    font-size: 18px;
    /*font-size: 1.3rem;*/
    line-height: 30px;
    /*line-height: 2.3rem;*/
	margin: 0px;
}
.category-list {
    list-style-type: square;
}
small {
    font-size: smaller !important;
}

/* data tables ----------------------------------------------- */

div.datatable {
	overflow:auto;
	clear: both;
}
div.datatable table {
	border-collapse:collapse;
	border-spacing:0;
	border:0px;
	padding:0px;
	width: 100%;
}
div.limited {
	overflow-y: scroll;
	max-height: 360px;
}
div.limited table { min-width:541px; }
div.datatable th {
	background: var(--panel-color);
	font-weight: normal;
	text-align:left;
	padding: 5px; 
	color: var(--panel-font-color);
	border: 0px;
}
div.datatable td {
	padding: 2px 5px; 
	border: 0px;
} 
/*div.lined tr:nth-child(even) {background-color: #cfd6e4}
div.dlined tr:nth-child(4n+0) {background-color: #cfd6e4}
div.dlined tr:nth-child(4n-1) {background-color: #cfd6e4} */
div.dlined tr:nth-child(even) { text-align: right }
div.datatable img { margin: 0px; }
div.infot td {
	line-height: 1.2em;
	padding: 2px 5px; 
	vertical-align: middle;
}
div.nowrap table {
	white-space: nowrap;
}
.dataTables_filter, .dataTables_length {
	margin-bottom: 5px;
} 

/* Code snippet ----------------------------------------------- */
div.codesnippet {
	border: 1px solid black;
	overflow-x: auto;
	margin: 0 10px;
	padding: 5px;
	color: #000;
	line-height: 1.2em;
	background: #f1f1f1;
}
div.codesnippet pre {
	/* white-space: nowrap; */
  	white-space: pre;
	margin: 0;
	padding: 0;
    	background: inherit;
}

