/*
Theme Name: Qwery Child
Template: qwery
Version: 1.0
*/

pre, code, kbd, tt, var, samp {
    font-size: .9em;
    letter-spacing: 0px;
    background: #1e1e1e;
    color: #fff;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    tab-size: 4;
    padding: 10px 15px;
    white-space: pre;
    overflow-x: auto;
}

.single-post h1, 
.single-post h2,
.single-post h3 {
    border-bottom: 1px solid #4e4d4d;
    padding-bottom: 1em;
    margin-top: 3em;
}

@media (min-width: 1700px) {
	body.single-post {
    --theme-var-page_width: 1480px;
	}

	body.single-post .content_wrap, 
	body.single-post .content_container {
			width: var(--theme-var-page_width);
	}

	body.single-post.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content, 
	body.single-post.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
			width: calc(var(--theme-var-page_width) - var(--theme-var-sidebar) - var(--theme-var-sidebar_gap));
	}
}
