html { border: none; }

#main-header {
    background: white;
}

// #main-footer { display: none }

#main-area {
  background-color: #fff;
  border-bottom: none;
  margin-top: 40px;
}

a.footer:nth-child(1) > img:nth-child(1) {
  width: 27px;
}

.footer-widget {
  width: 100%;
  margin-top: 30px;

}

.footer-widget .widget { 
  padding-left: 0px;
  text-align: left;
}

#footer-bottom {
  border-top: none;
}
  
#main-footer {
  border: none;
  padding-top: 0;
  margin-top: -40px;
}
#top-menu a:hover { color: #FFA300; font-size: 16px; }


#copyright {display: none }

#quote:after {
    background: none;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}
#quote {
    background: none;
    padding: 0 0px;
    position: relative;
    text-align: left;
}

#quote h3 {
    color: #555E58;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 36px;
}

#page-name .section-title h1, #page-name .section-title h3, .main_post_info {
    color: #555E58;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#page-name h1 {
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -4px;
    padding-bottom: 15px;
}

#top-menu a, a.mobile_nav {
    color: #555E58;
    display: block;
    font-size: 16px;
    padding: 9px 13px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

a {
    color: #FFA300;
    text-decoration: none;
}

ul.nav > li.current-menu-item > a, a.mobile_nav {
    background: white;
    border: 1px solid;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    font-weight: 800;
}

#breadcrumbs { display: none }

hgroup.section-title {display: none }

#content-area {
  padding: 50px 0 40px;
}

h4 {
    font-size: 18px;
  line-height: 22px;
}

#top-menu {
    float: left;
    margin-left: 20px;
    margin-top: 181px;
}

#top-area {
    padding: 30px 0 30px;
}

.post_content { font-size: 18px; }

#logo {
  float: left;
  padding-left: 4px;
}