html, body {height: 100%; margin: 0px;padding: 0px;}


#body {
    margin-top: 90px;
}

#header {
    box-shadow: none;
}


/* Slide Nav */
/* Currently disabled */
.fullpage-data {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display:none;
}

.fullpage-nav {
    text-align:right;
}

.fullpage-nav li {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #139A68;
    display: block;
    opacity: 0.8;
    border: 1px solid #fff;
    margin: 7px 0;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.fullpage-nav li:hover, .fullpage-nav li.current  {
    background-color: #FECC67;
}



.page-template-blog-posts .inner-content, .category .inner-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
    overflow: hidden;
    padding-top: 20px;
}

/* Top returned posts - full screen */
.top-posts .article-post {
    height: 100vh;
    min-height: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    background-size: cover;
    border-top: 1px solid #fff;
    margin-bottom: -90px;
}

.top-posts .article-post-main {
    position: relative;
    /* top: 30%; */
    padding: 180px 20px;
    width: 40%;
    max-width: 500px;
    background-color: rgba(50,50,50, 0.7);
    height: 100%;
}

.top-posts .article-post-main h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.top-posts .article-post-main a{
    color: #fff;
    text-decoration: none;
}

.top-posts article time {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    display: block;
    color: #FECC67;
    font-weight: bold;
}

.top-posts article .article-post-main  p {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 20px 0 30px;
    line-height: 20px;
}

.top-posts article footer p a{
    font-weight: bold;
    padding: 10px;
    background-color: #972D28;
    border-radius: 5px;
}

.type2 {display:block}

.article-next {
    position: absolute;
    bottom: 120px;
    text-align: right;
    width: 90%;
    font-size: 16px;
}

.top-posts .article-post-main .article-next a {
    font-weight: bold;
    padding: 10px;
    background-color: #FECC67;
    border-radius: 5px;
    color:#000;
}

.top-posts .article-post-main .article-next a:hover {
    background-color: #972D28;
    color:#fff;
}


/* Blog category nav */
nav.blog-categories {
    position: fixed;
    z-index: 100;
    background-color: #139A68;
    height: 32px;
    padding-top: 8px;
    width: 100%;
    text-align: right;
    box-shadow: 0 2px 3px -1px #2d2a22;
    top: 74px;
    padding-right: 20px;
}

#blog-button {
    background-color: #139A68;
    border-bottom: #139A68 1px solid;
}

nav.blog-categories ul {
    float: right;
}

nav.blog-categories ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    float: left;
    padding-right: 15px;
}

nav.blog-categories ul li a {
    text-decoration: none;
    color: #fff;
}

nav.blog-categories ul li a.current {
    color: #FECC67;
    font-weight: bold;
}



/* Additional posts */
.more-posts .article-post {
    box-shadow: 0 2px 6px -1px #666;
    border: 1px solid #ddd;
    width: 31%;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 350px;
    text-align: center;
    margin-bottom: 20px;
}

.more-posts .inner-content article {
    padding: 0px;
}

.more-posts .inner-content article header {
    height: 240px;
}

.more-posts .blog-thumb {
    width: 100%;
    max-height: 166px;
}

.more-posts .inner-content {
    background: none;
    border: none;
}

.more-posts .inner-content article{
    background-color: #fff;
}

.more-posts .inner-content h2 {
    margin: 10px 20px;
    font-size: 20px;
}

.more-posts .inner-content article time {
    font-size: 14px;
}

.more-posts .inner-content p.excerpt {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin:20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.more-posts .inner-content h2.section-title {
    margin-top: 0px;
    font-size: 32px
}

.inner-wrapper.more-posts {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
}

.more-stuff {
    height: 90px;
}



/* Responsive Styles */

/* BREAKPOINT: 1140 */
@media screen and (max-width: 1140px) {
    nav.blog-categories {
        top: -91px;
        position: relative;
    }

    .top-posts .article-post {
        margin-bottom: 0px;
    }

    .top-posts .article-index-0 {
        margin-top: -90px;
        margin-bottom: -122px;
    }

    .top-posts .article-next {
        margin-bottom: -90px;
    }

    .top-posts .article-index-0 .article-next {
        margin-bottom: 40px;
    }
    .top-posts .article-post-main {
        padding-top: 20px;
    }

    .top-posts .article-post-main h2 {
        font-size: 20px;
    }

    .top-posts .article-post-main p.type2 {
        font-size: 12px;
    }

    .top-posts .blog-category-label, .fullpage-data {
        display:none;
    }

    .more-stuff {
        height: 0px;
    }
}


/* BREAKPOINT: 820 */
@media screen and (max-width:820px) {

    .top-posts .article-post {
        height: 50vh;
    }

    .article-next {
        display: none;
    }
}

/* BREAKPOINT: 700 */
@media screen and (max-width:700px) {
    .more-posts .inner-content article {
        width: 97%
    }

    .more-posts .blog-thumb {
        max-height: 100%;
    }


    .more-posts .inner-content article header {
        height: auto;
    }

}

/* BREAKPOINT: 620 */
@media screen and (max-width:620px) {
    .top-posts .article-post-main h2 {
        font-size: 14px;
    }

    .article-post-main p.type2 {
        display:none;
    }

    nav.blog-categories {
        height: 45px;
        padding-left: 10px;
    }

    .top-posts article footer p a {
        background-color: transparent;
        padding: 0;
    }
}
