/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2021 | 15:14:22 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.margin-top-20 {
  margin-top: 20px;
}

.sidebar-inner, .entry-single, .entry-inner {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 10px -2px #c6c6c6;
    border: 1px solid #c8c8c8;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 20px;
    padding: 20px;
}

.close-sidebar-panel .hamburger-inner {
    background: rgb(149 149 149);
}

span.hamburger.hamburger--squeeze.is-active {
    padding-top: 8px;
    padding-right: 12px;
}

.posts-layout .entry-media-link {
  z-index: 0;
}

.site-footer {
  z-index: 0;
}