/*
 Theme Name:   twentyfifteen Child
 Theme URI:    https://bwit.blog/twentyfifteen-child/
 Description:  twentyfifteen Child Theme
 Author:       Bas Wijdenes
 Author URI:   https://bwit.blog
 Template:     twentyfifteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteen-child
*/

@import url("../twentyfifteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Main */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .comments-title, .search-field, .nav-links, .post-navigation .post-title, .widget-title, #respond, #reply-title, #submit, input.name, input.email, textarea.textarea, input.pushbutton-wide, .form-submit {
    font-family: "Segoe UI", "Segoe WP", Arial, sans-serif !important;
}

.entry-content h5, .entry-content h6, .page-content h5, .page-content h6 {
    text-transform: none;
    letter-spacing: normal;
}

body {
    line-height: 1.6;
        background-color: transparent;
}

h2, h3, h4, h5 {
    clear: none !important;
    margin: 4% 0% 3% 0% !important;
}

/* DIV IDs */

#sidebar {
    filter: 0%;
}

#site-navigation {
    margin: 0 20% 10% !important;
}

#masthead {
    margin: 10% 5% 10% !important;
}

#submit {
}

/* DIV Classes */

.entry-content, .entry-summary, .page-content, .comments-area {
    font-size: 1.6rem;
}

.post {
    margin-top: 0px !important;
}

.entry-content, .entry-summary, .page-content {
    Padding: 0% 5% 3% !important;
}

.site-main {
    padding-top: 0px !important;
}

.entry-header {
    Padding: 0 5% 0 !important;
}

.wp-caption-text {
    font-size: 14px !important;
    font-size: 1.6rem;
}

.widget {
    margin: 0% 0 8% !important;
}

.author-info {
    padding: 1% 0% 3% 0% !important;
}

.author-link, .form-allowed-tags, .credit_link, .logged-in-as, .page-header {
    display: none !important;
}

.yarpp-related-widget ol {
    list-style-type: none;
}

.yarpp-related-widget li {
    padding-bottom: 5px;
}

textarea#comment, input#author, input#email  {
    font-family: "Segoe UI", "Segoe WP", Arial, sans-serif !important;
    font-size: 100% !important;
}

p.share-customize-link, .edit-link {
	 display: none;
}


/* self made css by Bas Wijdenes */

pre.PowerShell {
    background-color: #012456;
    color: #fff;
    /* font-family: consolas; */
    border-top: 8px solid #f0f0f0;
    padding: 5px;
    width: 100%;
    overflow-y: scroll;
}

pre.cmd {
    background-color: #0c0c0c;
    color: #cccccc;
    /* font-family: consolas; */
    border-top: 8px solid #f0f0f0;
    padding: 5px;
    width: 100%;
    overflow-y: scroll;
}

pre.http {
    Background-color: #141414;
    color: #8f9d6a;
    /* font-family: consolas; */
    border-top: 8px solid #f0f0f0;
    padding: 5px;
    width: 100%;
    overflow-y: scroll;
}

pre.http code, pre.cmd code, pre.PowerShell code {
		    color: inherit !important;
    /* font-family: inherit !important; */
    border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	padding: inherit !important;
}

/* POWERSHELL CONSOLE */

#divabovetextarea {
    background-color: #0078d7;
    border: none;
    color: #FFFFFF;
    font-family: lucida console;
    font-size: 12px;
    height: 25px;
    min-height: 25px;
    width: 100%;
    max-width: 900px;
}

#divabovetextarealeft {
    float: left;
    height: 25px;
    min-height: 25px;
    color: #FFFFFF;
    font-family: lucida console;
}

#divabovetextarearight {
    float: right;
}

#powershellimages {
    vertical-align: middle;
    height: 25px;
}

#divaroundtextarea {
    display: inline-block;
    background-color: #012456;
    min-height: 450px;
    width: 100%;
    max-width: 900px;
    color: #FFFFFF;
    font-family: lucida console;
    font-size: 15px;
    padding: 2px;
    border: 1px;
    border-color: #0078d7;
    overflow-y: scroll;
    overflow-x: hidden;
}

#PSError {
    color: #ff0000;
}

/* POWERSHELL CONSOLE END */