/**
 * Stylesheet for custom styles.
 *
 */
body .primary-font,
h1, h2, h3, h4, h5, h6,
.slide-text-wrapper {
    font-family: 'Archivo Narrow', sans-serif;
}

body .site, button, input, select, textarea, .entry-content {
    font-family: 'Merriweather', serif;
}

.slide-heading {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1px;
}

.slide-text-wrapper {
    line-height: 1.6;
    font-size: 16px;
}

body, button, input, select, textarea {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.site-branding {
    display: table;
    width: 100%;
    min-height: 250px;
    padding: 25px 0;
}

.site-description {
    letter-spacing: 2px;
}

.twp-site-branding {
    display: table-cell;
    vertical-align: middle;
}

.site-branding .site-title {
    font-size: 54px;
    text-transform: uppercase;
    line-height: 125%;
    letter-spacing: .15em;
}

body .site .top-header {
    background-color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.main-navigation {
    border-left: 1px solid;
    border-right: 1px solid;
}

.main-navigation .icon-sidr {
    border-right: 1px solid;
}

.main-navigation .icon-search {
    border-left: 1px solid;
}

body .site .switch {
    background: #969696;
}

body .site .switch div {
    background: #000;
}

.ham,
.ham:before,
.ham:after {
    background-color: #000;
}

body .site .sticky header:before,
span.icon-search {
    color: #000;;
}

body .site .top-header,
.main-navigation,
.main-navigation .icon-sidr,
.main-navigation .icon-search {
    border-color: #e8e8e8;
}

.read-more,
.more-link,
.scroll-up,
body .nav-links .nav-previous,
body .nav-links .nav-next,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .primary-bgcolor {
    background: #000;
    color: #fff;
}

a:hover, a:focus, a:active {
    color: #F44336;
}

.read-more:hover,
.read-more:focus,
.more-link:hover,
.more-link:focus,
.scroll-up:hover,
.scroll-up:focus,
body .nav-links .nav-previous:hover,
body .nav-links .nav-next:hover,
body .nav-links .nav-previous:focus,
body .nav-links .nav-next:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #F44336;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu > ul > li > a {
        color: #333;
    }

    .main-navigation .menu > ul > li > a:hover,
    .main-navigation .menu > ul > li > a:focus,
    .main-navigation .menu > ul > li.current-menu-item > a,
    .main-navigation .menu > ul > li.current-menu-item.menu-item-has-children > a {
        background: #000;
        color: #fff;
    }

    .single-slide {
        height: 520px;
    }

    .twp-slider-wrapper .slide-text {
        min-height: 180px;
    }
}

.twp-slider-wrapper .slide-text {
    background: #000;
    background: rgba(0,0,0,.75);
    width: 100%;
}

.single-slide:after {
    content: none;
    display: none;
}