/* Custom Stylesheet */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
}
h2 {
    font-family: 'Rye', cursive;
    font-size: 1.8rem;    
}
h3 {
    font-size: 1.8rem;
}
.entry-content li {
    margin: 0 0 10px;
}
a {
    color: #a22020;
}
a:hover {
    color: #000;
}
.c2a {
    text-align: right;
    margin-top: 14px;
}
.c2a h3 {
    font-family: 'Architects Daughter', cursive;
    font-size: 21px;
    margin-top: 12px;
    margin-bottom: 2px;
}
.c2a h4 {
    font-family: 'Rye', cursive;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.headwrap {
    background: rgba(255,255,255,0.8);
    max-height: 75px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

/* Nav Bar */
.menu-main-container {
    width: 690px;
    float: right;
    padding: 0;
    margin: -97px 0 0 0;
}
.nav-bar {
    background: #970000;
    margin-top: 0px;
}
.nav-bar>li.active {
    background: #000;
    border-color: #f00;
}
.nav-bar>li.active>a {
    color: #fff;
    cursor: default
}
.nav-bar>li.active:hover {
    background: #000;
    cursor: default
}
.nav-bar>li:hover {
    background: #000
}
.nav-bar>li>a {
    color: #fff
}
.nav-bar>li {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}
.nav-bar>li>a:first-child {
    padding: 0 12px;
    font-size: 12px;
}
.nav-bar>li:last-child {
    border-right: none;
}

/* Slider Styles */
.slider-container {
    position: relative;
    top: -173px;
    z-index: -1;
    margin-bottom: -173px;
}

/* Feature Boxes */
.feature-wrap .three.columns {
    padding: 0 4px;
}
.feature-wrap {
    background: url(../images/feature-bg.png);
    min-height: 240px;
    padding: 30px 0 0;
}
.feature-wrap img {
    border: 1px solid #000;
}
.feature-wrap h3 {    
    font-family: 'Rye', cursive;
    font-size: 16px;
    text-align: center;
}
.widget_sp_image-description {
    text-align: center;
    margin: 0.3rem 0 0;
    background: #a22020;
}
.widget_sp_image-description a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

.subpage-hero {
    padding: 10px 0;
}
.subpage-hero .widget_sp_image-description {
    text-align: left;
    margin: 0.3rem 0 0;
    background: none;
}
.subpage-hero h3 {    
    font-family: 'Rye', cursive;
    font-size: 16px;
    text-align: center;
}
.subpage-hero img {
    margin: 0 auto;
    display: block;
    border: 1px solid #000;
}
aside p {
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    text-align: center;
}

/* Homepage Styles */
.homepage {
    background: url(../images/home-bg.png) no-repeat top center;
}
.sweeper {
    background: url(../images/sweeper-bg.jpg) no-repeat bottom right;
    min-height: 660px;
}
.sweeper p {
    text-align: center;
    padding: 0 150px;
    font-size: 12px;
    line-height: 1.8rem;
    margin: 0 0 8px;
}
.homepage h1 {
    font-family: 'Rye', cursive;
    font-size: 2.2rem;
    margin: 12px 0 !important;
    text-align: center;
    padding-top: 35px;
}
.homepage h3 {
    text-align: center;
    font-size: 1.8rem;
    border-top: 1px solid #A22020;
    display: block;
    width: 65%;
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 24px;
    margin: 0 auto;
    color: #A22020 !important;
}
.service-box {
    background: #000;
    padding: 24px 14px !important;
    color: #fff !important;
    margin: 24px 0 75px;
    border: 3px solid #aeaeae;
}
.service-box h2 {
    font-family: 'Rye', cursive;
    font-size: 2.2rem;
    color: #FFFFFF;
}
.service-box h3 {
    font-size: 1.3rem;
    background: #A22020;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.service-box p {
    text-align: left;
    padding: 0;
    font-style: normal;
    margin: 0 0 6px;
}
.service-box li {
    font-size: 12px;
}
.service-box a {
    color: #fff;
}
.service-box a:hover {
    color: #A22020;
}

/* Secondary Pages */
.post-box h1 {    
    font-family: 'Rye', cursive;
    font-size: 2.2rem;
}

/* Footer Styles */
#footer {
    padding-top: 0 !important;
}
.footer-banner {
    background: url(../images/foot-bg.jpg) no-repeat center center #8d1d1d;
    margin: 0 auto;
    min-height: 148px;
    padding: 40px 0;
    text-align: center;
}
.footer-banner h3 {
    font-family: 'Rye', cursive;
    font-size: 2.4rem;
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-banner p {
    font-size: 2.0rem;
    color: #fff;
}
#supplementary {
    padding-top: 0;
}
.footer-wrap {
    background: #000;
    padding: 20px 0;
    color: #fff;
    border-top: 2px solid #fff;
}
.footer-wrap aside p {
    text-align: left;
    color: #aeaeae;
}
.footer-wrap h4, .footer-wrap a {
    color: #fff;
}
.middle {
    background: #FFF;
    max-height: 135px;
    display: block;
    margin: -20px 0 0;
}
.middle .alignright {
    margin: -50px 5px 0;
}

/* responsive styles */

@media only screen and (max-device-width: 667px) {
[class*="column"]+[class*="column"]:last-child {
    float: none !important;
}
.menu-main-container {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
    display: block;
}
    .headwrap {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .slider-container {
        display: none;
    }
    .feature-wrap {
    background: url(../images/feature-bg-mobile.png);
    min-height: 0px;
		margin-top:75px;
    padding: 30px 0 0;
    }
    .feature-wrap img {
    border: 1px solid #000;
    margin: 0 auto;
    text-align: center;
    display: block;
    }
    h1#site-title {
    text-align: center;
    background: #000;
    }
    .c2a {
    text-align: right;
    margin-top: -15px;
    }
    .footer-banner {
    background: #8d1d1d;
    background-image: none;
    }
    .sweeper p {
    padding: 0;
    }
}

.clear {
    clear: both;
}
.button {
    background: #970000;
    border: 1px solid #E5E5E5;
}
.button:hover, .button:focus {
    color: #fff;
    background-color: #4C4C4C;
}
