/*
Theme Name: Twenty Sixteen Child (Vridar 1)
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: Tim Widowfield
Author URI: https://vridar.org
Description: This child theme is based on the old workhorse, Twenty Sixteen.
Version: 1.0.1590276219
Updated: 2020-05-23 23:23:39

*/

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

/**
 * 4.0 - Elements
 * Keeping the background-attachment "fixed" to the screen keeps the image
 * affixed to the visible screen aperture -- i.e., it does not scroll with
 * the body or containing div.
 */

body {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    background-image: url('images/gradient.gif');
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: bottom; 
    background-attachment: fixed;
}
blockquote strong, blockquote b {
    font-weight: 600;
}
blockquote em, blockquote i, blockquote cite {
    font-style: italic;
}
.site-header-menu {$
    opacity: 1;
}

/**
 * 10.0 - Widgets
 */

.widget {
    border-top: none;
    margin-bottom: 2.5em;
    padding-top: 1em;
}

.widget .widget-title {
    color: #b54141;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: unset;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* Stop the auto! */
.bne-testimonial-slider.bne-flexslider li {
    height: 280px;
}

/**
 * 11.0 - Content
 */
.site {
    background-color: transparent;
    margin: 0;
}
.site-header {
    padding: 5px 20px;
}
.content-area {
    background-color: white;
    text-align: justify;
    line-height: 22px;
    padding: 0 1em 0 1em;
}

/**
 * 11.1 - Header
 */
.site-header {
    /* height: 200px; */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    margin: 20px 0 0;
}
.site-title {
    font-size: 3.5em;
    line-height: 140px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 3px 3px 3px #ccc;
}
.site-description {
    line-height: 1.2;
    width: 350px;
    padding: 0px 5px 15px 0px;
    color: #b54141;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.site-branding .site-title a, .site-branding .site-title a:hover, .site-branding .site-title a:focus {
    color: #b54141;
}

/**
 * 11.2 - Posts and pages
 */

.entry-title, .entry-title a, .entry-title a:hover {
    color: #b54141;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 28px;
    /* font-size: 1.75rem; */
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
}
table {
    width: auto;
}
li.entry-title, li.entry-title a {
    margin-left: 15px;
    font-size: 14px;
}
p.entry-title, p.entry-title a, p.entry-title a:hover {
    margin-left: 15px;
    font-size: 14px;
}
.entry-header hr {
    background: #b54141;
    height: 3px;
    margin-bottom: 0;
}
#primary h4 {
    font-size: 16.25px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: unset;
}
#primary h5 {
    font-size: 14px;
    font-weight: normal;
}
.related-data {
    font-size: 12px;
}
.content-area a:link {
    color: #b54141;
}
.content-area a:visited {
    color: #b54141;
}
.content-area a:hover {
    color: #b54141;
    background-color: #eee;
    border: 1px solid #ccc;
}
.entry-header .navigation {
    margin: 0 0 1em;
    height: 100%;
    width: auto;
    font-size: 1.0em;
    line-height: 1.5em;
}
.entry-header .navigation a, 
.entry-header .navigation a:visited, 
.entry-header .navigation a:link {
    color: #777;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
    background-color: transparent;
}

.sidebar a:link {
    color: #444;
}
.sidebar a:visited {
    color: #444;
}
.sidebar a:hover {
    color: #b54141;
    background-color: #eee;
    border: 1px solid #ccc;
}

/*
 * 14.1 - >= 710px
 * Changes: Made padding smaller. Added header bg image.
 * The weirdness in the <p> selector under <blockquote> arises from the negative value applied to the 
 * left margin, which seems immutable.
 */

@media screen and (min-width: 44.375em) {
    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
         height: 0;
    }
    .entry-content ul, 
    .entry-summary ul, 
    .comment-content ul, 
    .entry-content ol, 
    .entry-summary ol, .comment-content ol {
        margin-left: 2em;
    }
    blockquote {
        margin: unset;
    }
    blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
        background: transparent;
        font-style: normal;
        font-size: 13px;
        border-left: 0;
        /* border-left: 1em solid #eee; */
        padding: 0 0 1em 3em;
    }
    blockquote > p {
        border-left: 3px solid #eee;
        padding: 0  0 .5em;
    }
    .site-content {
        font-size: 13px;
        padding: 0 2%;
    }
    /* .site-description {
        color: blue;
    } */
    .site-header-menu {
        display: none;
    }
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
       /* top: 5px; */
    }
    /* .site-header {
        padding: 5px 20px;
    } */
    /* .site-description {
        color: green;
    } */
    .site-content {
        padding: 0 2%;
    } 
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0;
    }
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
    .site-header {
        padding: 5px 20px;
    }
    .site-header {
        padding: 5px 20px;
        background-image: url(images/new_bg.png);
    }
    .site-description {
        /* color: purple; */
        width: 450px;
    }
    .site-content {
        padding: 0 2%;
    }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
    .site-description {
        /* color: black; */
        width: 600px;
    }
    .site-header {
        padding: 5px 20px;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        /* float: none; */
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        /* float: none; */
        width: 100%;
    }
}

/**
 * XX
 * Added for Vridar presentation purposes.
 */
div.pullquote {
    background-image: url('images/quote_left.png'), url('images/quote_right.png');
    background-repeat: no-repeat;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-position: left top, right bottom;
    margin: 15px;
    padding: 10px 80px;
}
div.box-right {
    background-color: #fdf8f2;
    border: 2px solid #a1a1a1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: right;
    width: 40%;
    -moz-box-shadow: 5px 5px 2px #888;
    -webkit-box-shadow: 5px 5px 2px #888;
    -o-box-shadow: 5px 5px 2px #888;
    box-shadow: 5px 5px 2px #888;
    margin: 1em;
    padding: 5px 10px;
}
div.box-left {
    background-color: #fdf8f2;
    border: 2px solid #a1a1a1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 40%;
    -moz-box-shadow: 5px 5px 2px #888;
    -webkit-box-shadow: 5px 5px 2px #888;
    -o-box-shadow: 5px 5px 2px #888;
    box-shadow: 5px 5px 2px #888;
    margin: 1em;
    padding: 5px 10px;
}

