/*
Theme Name:   fas-child
Description:  Write here a brief description about your child-theme
Author:       fubian
Author URL:   Write here the author's blog or website url
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  fas-child
*/

:root {
    --fas-active-color: #f51717;
    --fas-hover-color: #e48764;
    --fas-footer-background: #d7d7d7;
    --fas-footer-color: #686868;
}

ul, ol {
    margin-left: 30px;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 1em;
}
.site-content {
    padding: 2em 0 0;
}
.panel-content .wrap {
    padding-top: 2em;
}
.widget {
    padding-bottom: 0em;
}
.panel-content .wrap {
    padding-bottom: 0em;
}
.site-footer .widget-area {
    padding-bottom: 0em;
    padding-top: 0em;
}
.has-sidebar:not(.error404) #primary {
    float:none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: var(--fas-active-color);
}
.main-navigation a:hover {
    color: var(--fas-hover-color);
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
    color: var(--fas-hover-color);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 var(--fas-hover-color);
}
.site-info a {
    box-shadow: inset 0 -1px 0 var(--fas-footer-color);
}
.site-footer {
    background-color: var(--fas-footer-background);
    color: var(--fas-footer-color);
}
.site-footer h2.widget-title {
    color: var(--fas-footer-color);
}
.site-footer .widget-area {
    border-bottom: 1px solid #b1b1b1;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    height: 100%;
}
table.wp-block-table td {
    vertical-align: top;
}
table.wp-block-table tr td:first-child {
    text-align: right;
    width: 20%;
    min-width: 65px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
}
h2, .home.blog .entry-title {
    color: #000;
}
.has-cookie-bar #catapult-cookie-bar {
    padding: 4px 0;
}
