/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2019 | 11:59:50 */
.post .featured-image{
  display: none;
}

.page-header{
  margin-bottom: 0px;
}

 .site-footer p + p {
  display:none;
}

.site-nav footer p:last-child{
display:none;
}

.site-nav .menus {
    overflow: auto;
    max-height: 100%;
    min-height: 150px;
}

.page_item a:hover{

    border-bottom-color: #000;
}

@media screen and (max-width: 640px) {
  #posts a {
    position: relative !important;
    width: 100% !important;
	left: 0% !important;
	top: 0% !important;
  }
}
