.t3-mainnav .mainnavsub {
  position: absolute;
  top: 60px;
  width: 100%;
  border-bottom: 3px solid #957f42;
  background-color: #f5ebd0;
  z-index: 3;
  display: none;
}
.t3-mainnav .mainnavsub .nav a {
  height: 27px;
  font-size: 17px;
  line-height: 26px;
  padding: 0px 15px;
  color: #181818;
}
.t3-mainnav {
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #EBEAE6;
    border-bottom: 2px solid #957F42;
    position: relative;
    height: 60.5px;
    margin-top: 25px;
}

.x-blog {
  padding: 10px 20px 10px 30px;
}
.x-blog .page-header {
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #9b8341;
  padding-bottom: 3px;
  color: #9b8341;
}
.x-blog .page-header .page-title {
  font-size: 36px;
}

.page-header {
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #9b8341;
  padding-bottom: 3px;
  color: #9b8341;
  padding: 10px 20px 10px 30px;
}
.page-header h1 {
  font-size: 36px;
}


