/* Override any styles here */
.page-title {
    background-color: #5b564b;
    color: #5b564b;
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.artifact-title, #navigation ul li span {
    background-image: url('../img/artifacts.png');
    background-repeat:repeat-x;
    background-position:0 0;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
}

#navigation ul li::before {
    background-image: url(../img/nav-top-line.png);
    background-repeat: repeat-x;
    display: block;
    content: '';
    margin-bottom: 0.2rem;
    height: 2px;
}

#navigation ul li::after {
    background-image: url(../img/nav-bottom-line.png);
    background-repeat: repeat-x;
    display: block;
    content: '';
    margin-top: 0.3rem;
    height: 2px;
}

#navigation ul li a::after {
    background-image: url(../img/nav-dots.png);
    background-repeat: no-repeat;
    display: block;
    content: '';
    height: 55px;
    position: absolute;
    right: 0;
    width: 10px;
    top: 0;
}

#navigation ul li:nth-child(1) span {
    background-color: #8c4244;
    color: #8c4244;
}

#navigation ul li:nth-child(2) span {
    background-color: #597583;
    color: #597583;
}

#navigation ul li:nth-child(3) span {
    background-color: #bc9b48;
    color: #bc9b48;
}

#navigation ul li:nth-child(4) span {
    background-color: #737273;
    color: #737273;
}

#navigation ul li:nth-child(5) span {
    background-color: #98664f;
    color: #98664f;
}

#navigation ul li:nth-child(6) span {
    background-color: #987d5a;
    color: #987d5a;
}

/* Footer */
#footer {
    padding: 10px;
    margin-top: 25px;
    width: 960px;
    position: relative;
}

#footer::before {
    background: url(../img/line_960px.png) 0 bottom no-repeat;
    content: '';
    display: block;
    height: 2px;
    margin-bottom: 15px;
}

#footer::after {
    background: url(../img/line_960px.png) 0 bottom no-repeat;
    content: '';
    display: block;
    height: 2px;
    margin-top: 15px;
}

.footer-top-row::after {
    background: url(../img/line_960px.png) 0 bottom no-repeat;
    content: '';
    display: block;
    height: 2px;
    margin-top: 10px;
}

.join-us {
    height: 140px;
    float: left;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    padding-right: 20px;
    width: 210px;
}

.join-us::after {
    background-image: url(../img/footer-vertical.png);
    background-position: right;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 133px;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
}

.join-us h2 {
    background-color: #ba5655;
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: 5rem;
    text-align: right;
}

.join-us h3 {
    background-color: #5b5447;
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: 3.5rem;
    margin-top: -25px;
    text-align: right;
}

#footer {
    background-image: url(../img/footer-seal.png);
    background-repeat: no-repeat;
    background-position: 60px center;
}

.footer-top-row {
    height: 50%;
    margin-bottom: 10px;
}

.footer-bottom-row {
    height: 50%;
    padding-top: 7px;
}

.footer-newsletter-area {
    height: 140px;
    float: left;
}

.footer-bottom {
    background-image: url(../img/footer-stars.png);
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 22px 0 8px;
}

.footer-newsletter-title {
    float: left;
    padding: 7px 20px 0 0;
}

.footer-newsletter-title h2 {
    color: #5b564b;
    font-family: 'Crimson Pro', serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

.footer-newsletter-title h3 {
    background-color: #ba5655;
    font-family: 'Crimson Pro', serif;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.8rem;
    text-transform: uppercase;
}

.footer-newsletter {
    float: left;
    padding-top: 5px;
}

.footer-newsletter input {
    line-height: 40px;
    vertical-align: middle;
    height: 40px;
    width: 200px;
    padding: 0 10px;
    background: #b6a88f;
    color: #524634;
    margin-right: 10px;
}

.footer-newsletter input:focus {
    background: #524634;
    color: #f3eada;
}

.footer-newsletter button.go, #mailerlite-form_1 .mailerlite-subscribe-submit{
    background: #ba5655;
    outline: none;
    border: 0;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
}

.post-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ffffff;
    border-radius: 10px;
    height: 350px;
    width: 100%;
}

#main_content input[type=text],
#main_content input[type=email],
#main_content textarea,
#main_content input[type=tel] {
    padding: 10px;
    background: #b6a88f;
    color: #524634;
}

#main_content input[type=submit] {
    background: #b54a4b;
    color: #ffffff;
    padding: 10px 15px;
}

.home-title {
    background: #a78e66;
    color: #fbf2e1 !important;
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

#home_shop img {
    width: 100%;
}
#mailerlite-form_1 .mailerlite-form .mailerlite-form-field{
	margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
#mailerlite-form_1 .mailerlite-form .mailerlite-form-field label{display:none}
#mailerlite-form_1 .mailerlite-form-inputs{display:flex;  align-items: baseline; position:relative;}
#mailerlite-form_1 .mailerlite-form-inputs .mailerlite-form-loader{
	position: absolute;
    top: -23px;
    left: -21px;
}
#content .search-header h1{
color:white;
}
.search-result-count {

margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 23px;

}
