/*!
Theme Name: biss
Theme URI: 
Author: Korbinian Polk
Author URI: korbinianpolk.de
Description: 
Version: 
License: 
License URI: 
Text Domain: 
Tags: 

*/
/*//////////////////////////////////////////////////////////////////////////////
//	1 BASE
//////////////////////////////////////////////////////////////////////////////*/
/*	GENERIC 
//////////////////////////////////////////////////////////////////////////////*/
html {
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
    display: block;
}

/*	FONTS 
//////////////////////////////////////////////////////////////////////////////*/
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: local("PT Sans"), local("PTSans-Regular"), url("fonts/pt-sans-v9-latin-regular.woff2") format("woff2"), url("fonts/pt-sans-v9-latin-regular.woff") format("woff");
}
@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 400;
    src: local("PT Sans Italic"), local("PTSans-Italic"), url("fonts/pt-sans-v9-latin-italic.woff2") format("woff2"), url("fonts/pt-sans-v9-latin-italic.woff") format("woff");
}
@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 700;
    src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("fonts/pt-sans-v9-latin-700italic.woff2") format("woff2"), url("fonts/pt-sans-v9-latin-700italic.woff") format("woff");
}
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: local("PT Sans Bold"), local("PTSans-Bold"), url("fonts/pt-sans-v9-latin-700.woff2") format("woff2"), url("fonts/pt-sans-v9-latin-700.woff") format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: local("PT Serif"), local("PTSerif-Regular"), url("fonts/pt-serif-v9-latin-regular.woff2") format("woff2"), url("fonts/pt-serif-v9-latin-regular.woff") format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: local("PT Serif Bold"), local("PTSerif-Bold"), url("fonts/pt-serif-v9-latin-700.woff2") format("woff2"), url("fonts/pt-serif-v9-latin-700.woff") format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    src: local("PT Serif Italic"), local("PTSerif-Italic"), url("fonts/pt-serif-v9-latin-italic.woff2") format("woff2"), url("fonts/pt-serif-v9-latin-italic.woff") format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("fonts/pt-serif-v9-latin-700italic.woff2") format("woff2"), url("fonts/pt-serif-v9-latin-700italic.woff") format("woff");
}
/*	TYPOGRAPHY 
//////////////////////////////////////////////////////////////////////////////*/
:root {
    font-size: 14px;
    font-family: "PT Serif", georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    color: black;
    line-height: 1.25;
}
@media (min-width: 320px) {
    :root {
        font-size: calc(0vw + 14px);
    }
}
@media (min-width: 980px) {
    :root {
        font-size: calc(1.42857vw + 0px);
    }
}
@media (min-width: 1120px) {
    :root {
        font-size: 16px;
    }
}

code,
pre {
    font-family: monospace;
}

::-moz-selection {
    color: white;
    background: #db0132;
}

::selection {
    color: white;
    background: #db0132;
}

strong,
em,
b {
    font-weight: 700;
}

em {
    font-style: italic;
}

h1 {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

h2,
h3,
h4 {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

h5,
h6 {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/*	SPACING 
//////////////////////////////////////////////////////////////////////////////*/
* {
    margin: 0;
    padding: 0;
}

* > *:last-child {
    smargin-bottom: 0;
}

p,
img,
iframe,
table,
.video-wrapper {
    margin-bottom: 1rem;
}

/*	FORMS 
//////////////////////////////////////////////////////////////////////////////*/
input,
select,
button,
textarea {
    font: inherit;
}

input,
textarea,
select {
    border: 1px solid black;
    padding: 0.25rem 0.5rem;
}

input[type="button"] {
    color: 1px solid #e80000;
    background: white;
    cursor: pointer;
    font-family: "PT Sans", arial, helvetica, sans-serif;
}
input[type="button"]:hover {
    color: #db0132;
    border-color: #db0132;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #db0132 !important;
}

.nf-error .ninja-forms-field {
    border: 1px solid #db0132 !important;
}

.nf-field-description p:last-child {
    margin-bottom: 1rem !important;
}

/*	TABLES 
//////////////////////////////////////////////////////////////////////////////*/
table {
    width: 100%;
}
table th {
    text-align: left;
    border-bottom: 1px solid;
    font-family: "PT Sans", arial, helvetica, sans-serif;
}
table th,
table td {
    padding: 0.25rem 0;
}

/*	LISTS 
//////////////////////////////////////////////////////////////////////////////*/
nav ul {
    list-style: none;
}

article ol,
article ul {
    margin-bottom: 1rem;
    margin-left: 2rem;
}

/*	LINKS 
//////////////////////////////////////////////////////////////////////////////*/
a {
    color: #db0132;
}

/*	MEDIA 
//////////////////////////////////////////////////////////////////////////////*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
img {
    max-width: 100%;
}

iframe {
    swidth: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

figcaption {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 10px;
}
figcaption img {
    margin: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    smargin-left: auto;
    smargin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    stext-align: center;
}

.video-wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*	HELPERS 
//////////////////////////////////////////////////////////////////////////////*/
/* Debug Classes */
.icon-grid {
    position: fixed;
    z-index: 99999;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: white;
    display: none;
    background-image: url("../images/icons/icon--grid.svg");
    background-size: 1rem 1rem;
}
@media (min-width: 1120px) {
    .icon-grid {
        display: block;
    }
}

.overlay {
    opacity: 0;
}

.has-debug_overlay .overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    opacity: 1;
    margin: 0 auto;
}
@media (min-width: 1120px) {
    .has-debug_overlay .overlay {
        background: url("../assets/grid-1120px.svg") repeat-y;
        max-width: 70rem;
        background-size: 100%;
    }
}

.icon-sections {
    position: fixed;
    z-index: 99999;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: white;
    display: none;
    background-image: url("../images/icons/icon--sections.svg");
    background-size: 1rem 1rem;
}
@media (min-width: 1120px) {
    .icon-sections {
        display: block;
    }
}

.has-sections_overlay [class^="site-"] {
    position: relative;
    outline: 1px solid;
}
.has-sections_overlay [class^="site-"]:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: attr(class);
    font-family: monospace;
    font-size: 1rem;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*//////////////////////////////////////////////////////////////////////////////
//	2 COMPONENTS
//////////////////////////////////////////////////////////////////////////////*/
/*	BRANDING 
//////////////////////////////////////////////////////////////////////////////*/
.site-branding {
    background-image: url("images/header.jpg");
    background: url("images/header/rotate.php");
    background-repeat: repeat-x;
    background-position: center;
    height: 11.1875rem;
}
@media (max-width: 840px) {
    .site-branding {
        height: 9rem;
    }
}
.site-branding .site-title {
    font-size: 0;
    padding: 2rem 1rem;
}
.site-branding .site-title a {
    display: block;
    width: 19.5625rem;
    height: 5.5rem;
    background-image: url("images/logo-biss.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.site-branding .site-description {
    font-size: 0;
    margin: 0;
}

/*	NAVIGATION 
//////////////////////////////////////////////////////////////////////////////*/
.main-navigation .menu {
    border-top: 1px solid black;
}
.main-navigation .menu > li {
    border-bottom: 1px solid black;
}
.main-navigation .menu > li a {
    display: block;
    padding: 0.25rem 0;
    text-decoration: none;
    font-family: "PT Sans", arial, helvetica, sans-serif;
    color: black;
}
.main-navigation .menu > li a:hover {
    color: #db0132;
}
.main-navigation .menu > li .sub-menu {
    display: none;
}
.main-navigation .menu > li .sub-menu > li {
    border-top: 1px solid black;
}
.main-navigation .menu > li .sub-menu > li a {
    padding-left: 0.5rem;
}
.main-navigation .menu .current-menu-item > a {
    font-weight: 700;
}
.main-navigation .menu .current-menu-item .sub-menu {
    display: block;
}
.main-navigation .menu .current-page-ancestor .sub-menu,
.main-navigation .menu .current-menu-parent .sub-menu {
    display: block;
}
.main-navigation .menu-menu-categories-container {
    margin-bottom: 2rem;
}
.main-navigation .menu-menu-1-container {
    margin-bottom: 2rem;
}
.main-navigation .menu-menu-2-container {
    margin-bottom: 2rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 840px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}
@media screen and (max-width: 840px) {
    .site-content .main-navigation {
        right: 0;
        z-index: 100;
        padding: 0;
    }
    .site-content .main-navigation a {
        color: white !important;
    }
    .site-content .main-navigation a:hover {
        color: white !important;
    }
    .site-content .main-navigation ul,
    .site-content .main-navigation li {
        border-color: white !important;
    }
    .site-content .main-navigation .menu-toggle {
        position: absolute;
        top: -45px;
        right: 0;
        width: 45px;
        height: 45px;
        font-size: 0;
        border: none;
        background: black;
        background-image: url("images/icon--hamburger.svg");
        background-size: 100%;
    }
    .site-content .main-navigation .menu {
        display: none;
    }
    .site-content .main-navigation.toggled {
        display: block;
        background: #db0132;
        padding: 1rem;
    }
    .site-content .main-navigation.toggled a {
        color: white;
    }
    .site-content .main-navigation.toggled .menu {
        display: block;
    }
    .site-content .main-navigation .menu-menu-categories-container,
    .site-content .main-navigation .menu-menu-1-container,
    .site-content .main-navigation .menu-menu-2-container {
        margin-bottom: 0;
    }
    .site-content .main-navigation.toggled .menu-menu-categories-container,
    .site-content .main-navigation.toggled .menu-menu-1-container,
    .site-content .main-navigation.toggled .menu-menu-2-container {
        margin-bottom: 2rem;
    }
}

.main-navigation.toggled .menu-toggle {
    background-image: url("images/icon--close.svg");
}

.breadcrumb {
    width: 100%;
    padding: 0 1rem;
    color: white;
    height: 1.25rem;
}
@media (max-width: 840px) {
    .breadcrumb {
        background-color: black;
        padding: 1rem;
        height: 45px;
    }
}

.menu-menu-footer-container {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 12px;
}
.menu-menu-footer-container .menu {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 1rem;
    margin: 0;
    list-style: none;
    sjustify-content: center;
}
.menu-menu-footer-container .menu li {
    margin: 0 1rem 0 0;
}
.menu-menu-footer-container .menu a {
    text-decoration: none;
    color: black;
}
.menu-menu-footer-container .menu a:hover {
    color: #db0132;
}

.site-main .posts-navigation .nav-links,
.site-main .post-navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-main .posts-navigation .nav-previous:before,
.site-main .post-navigation .nav-previous:before {
    content: "\2190";
    margin-right: 0.25rem;
    color: #98aeae;
}
.site-main .posts-navigation .nav-next:after,
.site-main .post-navigation .nav-next:after {
    content: "\2192";
    margin-left: 0.25rem;
    color: #98aeae;
}

.nav--mobile {
    background: #db0132;
    width: 100%;
}
.nav--mobile * {
    color: white;
}
.nav--mobile ul {
    list-style: none;
}
.nav--mobile #mobile-menu {
    line-height: 1.4;
}
.nav--mobile #mobile-menu > li {
    display: none;
}
.nav--mobile #mobile-menu > .current-menu-item {
    padding: 1rem;
    display: block;
}
.nav--mobile #mobile-menu > .current-menu-item > a {
    display: none;
}
.nav--mobile #mobile-menu > .current-menu-item .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav--mobile #mobile-menu > .current-menu-item .sub-menu li {
    margin-right: 1rem;
}
@media (min-width: 840px) {
    .nav--mobile {
        display: none;
    }
}

/*	POSTS 
//////////////////////////////////////////////////////////////////////////////*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.post {
    border-bottom: 1px solid #d1dbdb;
    spadding-top: 1.75rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.entry-title {
    smargin-bottom: 2rem;
}
.entry-title a {
    text-decoration: none;
}
.entry-title a:hover {
    text-decoration: underline;
}

.entry-footer {
    font-family: "PT Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    position: relative;
}
.entry-footer .cat-links {
    margin-right: 0.5rem;
}
.entry-footer .tags-links {
    margin-right: 0.5rem;
}
.entry-footer .edit-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*	PAGES 
//////////////////////////////////////////////////////////////////////////////*/
body.category .page-header {
    sdisplay: none;
}

article.page {
    sborder-top: 1px solid;
    spadding-top: 1.75rem;
    margin-bottom: 2rem;
}

/*	COMMENTS 
//////////////////////////////////////////////////////////////////////////////*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*	GALLERY 
//////////////////////////////////////////////////////////////////////////////*/
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*	WIDGETS
//////////////////////////////////////////////////////////////////////////////*/
#secondary .widget {
    padding: 1rem;
}
#secondary .widget .widget-title {
    margin-bottom: 1rem;
}
#secondary #search-2 {
    padding: 0;
}
#secondary #custom_html-2 {
    padding: 0;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}
#secondary #custom_html-2 .widget-title {
    display: none;
}
#secondary #text-2 {
    background: #d1dbdb;
}
#secondary #text-4 {
    background: #db0132;
}
#secondary #text-4 * {
    color: white;
}

/*	SOCIAL MEDIA 
//////////////////////////////////////////////////////////////////////////////*/
.social-media ul {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 840px) {
    .social-media ul {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.social-media li {
    font-size: 0;
}
.social-media a {
    display: block;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
}
.social-media .facebook a {
    background-image: url("images/facebook.svg");
}
.social-media .twitter a {
    background-image: url("images/twitter.svg");
}
.social-media .instagram a {
    background-image: url("images/instagram.svg");
}

/*	SEARCHFORM 
//////////////////////////////////////////////////////////////////////////////*/
.search-form {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid;
    border-radius: 2px;
    overflow: hidden;
}
.search-form label {
    -ms-flex: 1;
    flex: 1;
}
.search-form label .search-field {
    width: 100%;
    padding: 0.25rem 0.5rem;
    border: none;
    background-color: white;
}
.search-form label .search-field:focus {
    background-color: #fff;
}
.search-form .search-submit {
    background: white;
    border: none;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    font-family: "PT Sans", arial, helvetica, sans-serif;
    background-color: white;
    font-size: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url("images/icon--search.svg");
}

/*	SITEMAP 
//////////////////////////////////////////////////////////////////////////////*/
.sitemap .cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
}
.sitemap .cols section {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 2rem;
    padding-right: 1rem;
}
.sitemap .cols section.sitemap__newest {
    -ms-flex-preferred-size: calc(100% / 3 * 2);
    flex-basis: calc(100% / 3 * 2);
}
.sitemap ul {
    list-style: none;
}
.sitemap ul.children {
    margin-left: 1rem;
}

/*	SOZIALER STADTPLAN 
//////////////////////////////////////////////////////////////////////////////*/
.stadtplan #map {
    border: 1px solid;
    height: 40rem;
    margin-bottom: 2rem;
}

/*//////////////////////////////////////////////////////////////////////////////
//	3 LAYOUT
//////////////////////////////////////////////////////////////////////////////*/
/*	DEFAULT PAGE LAYOUT 
//////////////////////////////////////////////////////////////////////////////*/
.row {
    margin: 0 auto;
    width: 70rem;
    max-width: 100%;
    position: relative;
}

.site-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 960px) {
    .site-content .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.site-content .main-navigation {
    width: 100%;
}
@media (min-width: 840px) {
    .site-content .main-navigation {
        width: 12rem;
        padding: 1rem;
    }
}
.site-content .content-area {
    padding: 1rem;
    width: 100%;
}
@media (min-width: 960px) {
    .site-content .content-area {
        max-width: 43rem;
    }
}
@media (min-width: 960px) {
    .site-content .content-area.wide {
        max-width: 58rem;
    }
}
.site-content .widget-area {
    padding: 1rem;
    width: 100%;
}
@media (min-width: 960px) {
    .site-content .widget-area {
        width: 15rem;
    }
}

/*	HEADER 
//////////////////////////////////////////////////////////////////////////////*/
.site-header {
    background: black;
    position: relative;
}
.site-header:after {
    position: absolute;
    content: "";
    height: 4rem;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 840px) {
    .site-header:after {
        display: none;
    }
}

/*	MAIN 
//////////////////////////////////////////////////////////////////////////////*/
.site-main {
    overflow: hidden;
}

@media (min-width: 840px) {
    .site-content {
        margin-top: -2.25rem;
    }
    .site-content .content-area {
        padding-top: 2.75rem;
    }
}

/*	NAVIGATION 
//////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 840px) {
    .main-navigation {
        margin-top: 1.75rem;
    }
}

/*	SIDEBAR 
//////////////////////////////////////////////////////////////////////////////*/
#secondary {
    margin-top: 0;
    margin-bottom: 1.75rem;
}
@media (min-width: 840px) {
    #secondary {
        margin-top: -2.875rem;
    }
}
#secondary #search-2 {
    padding-bottom: 1rem;
    sborder-bottom: 1px solid;
}

/*	FOOTER 
//////////////////////////////////////////////////////////////////////////////*/
.site-footer {
    border-top: 1px solid #b4c5c5;
    padding: 1rem 0;
    background: #d1dbdb;
    position: relative;
    /*
    &:after {
        position: absolute;
        content: "";

        height: 4rem;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;

        background: linear-gradient(
            to bottom,
            darken($grey, 10%) 0%,
            rgba(209, 219, 219, 1) 100%
        );
    }*/
}
.site-footer .row {
    z-index: 1;
}
@media (min-width: 840px) {
    .site-footer .row {
        padding-left: 12rem;
    }
}

#secondary .widget.widget_media_image {
    padding: 0;
}

#secondary .widget.widget_media_image * {
    margin: 0;
}

@media (min-width: 840px) {
    #secondary {
        margin-top: 1.75rem;
    }
}

.hide {
    display: none !important;
}
