.site-description {
   color: #fff;
   padding: 14px;
   background-color: #cd6329;
}
 
.widget_recent_comments li, .widget_meta li, .widget_recent_comments li, .widget_pages > ul > li, .widget_archive li, .widget_categories > ul > li, .widget_recent_entries ul li {
    line-height: 1.4;
    padding: 16px 0;
}
 
#page-footer{
    color: #aba9a6;
    background-color:#231F20;
}
 
#page-footer a,
#page-footer h2 {
   color: #aba9a6;
}
 
.page-content .post-footer, [data-layout*="list"] .blog-grid > li, .page-content .author-description, .page-content .related-posts, .page-content .entry-comments, .page-content .ashe-widget li, .page-content #wp-calendar, .page-content #wp-calendar caption, .page-content #wp-calendar tbody td, .page-content .widget_nav_menu li a, .page-content .tagcloud a, .page-content select, .page-content input, .page-content textarea, .widget-title h2:before, .widget-title h2:after, .post-tags a, .gallery-caption, .wp-caption-text, table tr, table th, table td, pre, .category-description {
    border-color: inherit;
}
 
#page-footer a, #page-footer .ashe-widget li, #page-footer #wp-calendar, #page-footer #wp-calendar caption, #page-footer #wp-calendar tbody td, #page-footer .widget_nav_menu li a, #page-footer select, #page-footer input, #page-footer textarea, #page-footer .widget-title h2:before, #page-footer .widget-title h2:after, .footer-widgets {
   border-color: inherit;
}
 
.ashe-widget > ul li span {
   display:block;
}
 
#page-footer .ashe-widget > ul li span {
   color: #797877;
}
 
#main-menu .sub-menu > li > a {
   line-height: 1.4;
   background-color: #fdfbf6e0;
	padding: 16px;
}
 
#main-menu .sub-menu {
  width: 210px;
}
 
 
@media screen and (max-width: 880px) {
   .logo-img {
      max-width: 400px !important;
    }
}
@media screen and (max-width: 750px) {
     .logo-img {
         max-width: 300px !important;
    }
}
@media screen and (max-width: 690px) {
     .logo-img {
         max-width: 250px !important;
    }
}

.page-content {
	background-color: #fdfbf7;
	background-color: #cd6329;
}