/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Text Domain: twentyseventeen-child
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.6.1531136886
Updated: 2018-07-09 11:48:06

*/

h2.widget-title {
    color: #222 !important;
    font-size: 14pt;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
#secondary {
    background-color: #f9df98;
    padding: 20px;
}
.site-content {
    padding: 2.5em 0 0;
    background-color: #303030;
}
.colors-dark .navigation-top .current_page_item > a {
    color: #dd9933 !important;
}
.colors-dark .navigation-top a {
    color: #fab500 !important;
}
.site-title {
    font-size: 5rem;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 2px #222, 0 0 2px #222;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: -3px;
}
.site-description {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    color: #D8D8D8;
    text-shadow: 0 0 2px #222, 0 0 2px #222;
    margin-bottom: 30px;
}
blockquote {
    background-color: #505050;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
}
blockquote p:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.page-title, .entry-title, h2.widget-title {
    font-size: 1.5rem !important;
    color: #fab500 !important;
}
#secondary h2.widget-title {
    font-size: 1.2rem !important;
    color: #222 !important;
}
#secondary .textwidget {
    color: #222 !important;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 0px;
}
.display-posts-listing {margin-bottom: 30px;}
.display-posts-title {margin-bottom: 10px;}
table.example-description td {vertical-align: top;}
table.example-description tr {border-bottom: 2px dashed #999;}
.example h3 {
    padding: 0px;
    /*font-style: italic;*/
    margin-bottom: 5px;
    padding-left: 10px;
    border-left: #aaa solid 5px;
}
.review-totals {
    font-size: 0.75rem !important;
}
.grey-graph {
    width: 100px !important;
}
/*Expand-collapse */
button.bg-orange-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9df98), color-stop(1, #fab500));
    background: -moz-linear-gradient(top, #f9df98 5%, #fab500 100%);
    background: -webkit-linear-gradient(top, #f9df98 5%, #fab500 100%);
    background: -o-linear-gradient(top, #f9df98 5%, #fab500 100%);
    background: -ms-linear-gradient(top, #f9df98 5%, #fab500 100%);
    background: linear-gradient(to bottom, #f9df98 5%, #fab500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9df98', endColorstr='#fab500',GradientType=0);
    background-color: #f9df98;
    border: 1px solid #ffaa22;
    color: #333333;
    text-shadow: 0px 1px 0px #ffee66;
}

/* Print Button */
a.print-page {
    margin-bottom: 1.5em;
    padding-bottom: 0.4em;
    float: right;
}
/* Link in the entricontent */
div.entry-content a {
    color: #fba500 !important;
    -webkit-box-shadow: inset 0 -1px 0 #fba500 !important;
    box-shadow: inset 0 -1px 0 #fba500 !important;
}