h3 {
    font-size: 1.42857em;
    line-height: 1.25em;
    text-align: center;
}
.overlap .site-header:not(.fixed) {
    background: #515960;
}
.site-header {
    content: "";
    display: table;
    background: #515960;
    height: 112px;
    position: relative;
    width: 100%;
    z-index: 300;
    border-bottom: solid 3px #deb887
}
.site-header.site-header-sentinel.fixed {
    background: #515960;
    opacity: 1;
    top: 0;
}
.site-footer .bottom-bar {
    background: #515960;
    color: #acaeaf;
    border-top: solid 3px #deb887;
}
.single .entry-header, .page .site-content > .entry-header, .blog .page-header, .archive .page-header, .search-results .page-header, .search-no-results .page-header, .error404 .page-header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #deb887;
    padding: 1.33929em 0;
}
.entry-header h1.entry-title, .entry-header h1.page-title, .page-header h1.entry-title, .page-header h1.page-title {
    font-size: 1.78571em;
    line-height: 2em;
    margin: 0;
    color: #515960;
}
.entry-header .breadcrumbs, .page-header .breadcrumbs {
    color: #515960;
    text-align: right;
}
.entry-header .breadcrumbs a, .page-header .breadcrumbs a {
    color: #fff;
}
.main-navigation div > ul > li > a:hover {
    border-bottom: 3px solid #fff;
}
.main-navigation ul li:hover > a {
    color: #fff;
}
.main-navigation ul li a {
    font-size: 1em;
    line-height: 1.78571em;
    white-space: nowrap;
    color: #FFF;
    display: block;
    text-decoration: none;
}
.main-navigation ul li:hover > a {
    color: #deb887;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    color: #fff;
}
.main-navigation ul li a {
    font-size: 1em;
    line-height: 1.78571em;
    white-space: nowrap;
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}.responsive-menu .main-navigation.toggled ul li a:hover {
  background: #515960;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #deb887;
    text-decoration: none;
}
.entry-header .breadcrumbs a:hover, .page-header .breadcrumbs a:hover {
    color: #fff;
}