/*   
Theme Name:  PlatformAdmin2016
Theme URI:   http://platformadmin.com/platformadmin2016
Description: PlatformAdmin Theme (Twenty Sixteen Child Theme)
Author:      Paul Homes
Author URI:  https://platformadmin.com/
Template:    twentysixteen
Version:     1.0
*/

body {
    background-color: white;
}

body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    float: none;
    margin-top: 2em;
    width: 100%;
}

.site {
   margin: 0;
}

.site-inner {
   margin: 0 auto;
   max-width: 2000px;
   position: relative;
}

#masthead {
    padding-top: 0;
    padding-bottom: 32px;
}

div.header-image {
    background-color: black;
    margin: 0;
}

.comments-title, .comment-reply-title, .page-header, .widget, .post-navigation, .nav-next, .pagination {
    border-top: none !important;
    border-bottom: none !important;
}

#sidebar-social-links > a {
   box-shadow: unset;
   text-decoration: none;
}

#sidebar-social-links > a > img {
   margin: 0;
   vertical-align: middle;
   display: inline;
}

.site-footer .site-title:after {
    content: none;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0.7;
    padding: 0;
}

pre {
    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;
    padding: 4px 4px 4px 8px;
    border: 1px dotted black;
    background: #fffffa;
}

code {
    padding: 0;
    background: none;
    font-size: 0.9em;
    white-space: pre;
}

