html { 
    --text-color: #000;
    --bg-color: #fff;
    --bg-accent: #272829;
}

html[data-theme='dark'] {
    --text-color: #fff;
    --bg-color: #171819;
}

h3,
h4,
h5,
h6 {
    font-family: montserrat, sans-serif;
    color: var(--text-color);
    font-weight: 700;
    margin: 0 0 15px;
}

h3 {
    font-size: 20.25px;
}
h4 {
    font-size: 16px;
}
h5 {
}
p {
    margin: 0 0 20px;
}
::-moz-selection {
    background-color: #1c8a00;
    color: #fff;
}
::selection {
    background-color: #1c8a00;
    color: #fff;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list-style,
ol.list-style {
    padding-left: 15px;
    margin-bottom: 10px;
}
ul.list-style {
    list-style-type: disc;
}
ol.list-style {
    list-style-type: decimal;
}
blockquote.blockquote {
    padding: 30px;
    margin: 0 0 20px;
    border: 2px solid #e8eaed;
}
blockquote.blockquote:before {
    content: "\f10d";
    font-family: fontAwesome;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #1c8a00;
    font-size: 30px;
    background: #fff;
    border: 2px solid #e8eaed;
    float: left;
    margin-right: 10px;
}
blockquote.blockquote .blockquote-footer {
    color: #97989b;
}
figure {
    margin-bottom: 20px;
}
figure > img {
    width: 100%;
}
figure.pull-right {
    margin-left: 15px;
}
figure.pull-left {
    margin-right: 15px;
}
figure > figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    color: #97989b;
}
.section:not(:last-child) {
    padding-bottom: 10px;
}
.section-row {
    margin-bottom: 30px;
}
.section-title {
    position: relative;
    margin-bottom: 20px;
}
.section-title .title {
    position: relative;
    display: inline-block;
    background-color: var(--bg-color);
    font-size: 16px;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
    z-index: 20;
}
.section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}
.input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
}
textarea.input {
    padding: 15px;
    height: 90px;
}
.primary-button,
.secondary-button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.primary-button {
    background-color: #1c8a00;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #1c8a00 inset;
    box-shadow: 0 0 0 2px #1c8a00 inset;
}
input[name="newsletter"] {
    margin-bottom:5px;
}
.secondary-button {
    background-color: #353535;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #353535 inset;
    box-shadow: 0 0 0 2px #353535 inset;
}
.primary-button:hover,
.primary-button:focus {
    background-color: transparent;
    color: #1c8a00;
}
.secondary-button:hover,
.secondary-button:focus {
    background-color: transparent;
    color: #353535;
}
.social-facebook {
    background: #225b99 !important;
}
.social-twitter {
    background: #00adf2 !important;
}
.social-google-plus {
    background: #dc4d2d !important;
}
.social-pinterest {
    background: #cc2127 !important;
}
.social-instagram {
    background: #d341b2 !important;
}

a {
    color: var(--text-color);
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

a:hover,
a:focus {
    color: #1c8a00;
    text-decoration: none;
    outline: none;
}

.page-header {
    position: relative;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: var(--bg-accent);
}

#post-header {
    position:relative;
    padding-top: 250px;
    padding-bottom: 80px;
}

.page-header .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header .page-header-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
    background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}
.post {
    position: relative;
    margin-bottom: 30px;
}
.post .post-body {
    position: relative;
    margin: -50px 0 0 3%;
    padding: 5%;
    background: var(--bg-color);
    color: var(--text-color);
    z-index: 10;
}
.post .post-img {
    display: block;
    overflow: hidden;
}
.post-img > img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}
.post-img:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.post .post-title {
    font-size: 18px;
}
.post .post-title.title-sm {
    font-size: 16px;
}
.post .post-title.title-lg {
    font-size: 25.629px;
}
.post .post-category {
    margin-bottom: 10px;
}
.post-category a {
    color: #1c8a00;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.post-category a:after {
    content: ",";
    display: inline-block;
}
.post-category a:last-child:after {
    display: none;
}
.post .post-meta {
    margin-bottom: 10px;
}
ul.post-meta {
    padding-left:0;
}
.post-meta li {
    display: inline-block;
    color: #97989b;
    font-size: 12px;
    text-transform: uppercase;
}
.post-meta li a {
    color: #97989b;
    font-weight: 700;
}
.post-meta li a:hover,
.post-meta li a:focus {
    color: #1c8a00;
}
.post-meta li:after {
    content: "•";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.post-meta li:last-child:after {
    display: none;
}
.hot-post {
    padding: 0 15px;
}
.hot-post .hot-post-left {
    padding-right: 0;
    padding-left: 0;
}
.hot-post .hot-post-right {
    padding-right: 0;
    padding-left: 5px;
}
.hot-post .post {
    margin-bottom: 7px;
}
.hot-post {
    margin-bottom: 25px;
}
.post.post-thumb .post-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
    background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}
.post.post-thumb .post-body {
    position: absolute;
    margin: 0;
    padding: 0 5%;
    z-index: 20;
    bottom: 5%;
    background-color: transparent;
}
.post.post-thumb .post-title a {
    color: #fff;
}
.post.post-thumb .post-title a:hover,
.post.post-thumb .post-title a:focus {
    color: #1c8a00;
}
.post.post-thumb .post-meta li {
    color: #fff;
}
.post.post-thumb .post-meta li a {
    color: #fff;
}
.post.post-thumb .post-meta li a:hover,
.post.post-thumb .post-meta li a:focus {
    color: #1c8a00;
}
.post.post-sm .post-body {
    margin: 15px 0 0;
    background: 0 0;
    padding: 0;
}
.post.post-widget:after {
    content: "";
    display: table;
    clear: both;
}
.post.post-widget .post-img {
    float: left;
    width: 130px;
}
.post.post-widget .post-body {
    position: relative;
    background: 0 0;
    margin: 0 0 0 150px;
    padding: 0;
}
.post.post-widget .post-title {
    font-size: 16px;
    margin-bottom: 0;
}
.post.post-row:after {
    content: "";
    display: table;
    clear: both;
}
.post.post-row .post-img {
    width: 40%;
    float: left;
}
.post.post-row .post-body {
    margin: 0 0 0 calc(40% + 30px);
    padding: 0;
}
.page-header .post-category {
    margin-bottom: 10px;
}
.page-header .post-meta li {
    color: #fff;
}
.page-header .post-meta li a {
    color: #fff;
}
.page-header .post-meta li a:hover,
.page-header .post-meta li a:focus {
    color: #1c8a00;
}
.post-share a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #97989b;
    margin-right: 4px;
    margin-bottom: 6px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.post-share a:hover {
    opacity: 0.9;
}
.post-share a i {
    width: 20px;
    text-align: center;
}
.post-share a span {
    padding-left: 10px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}
.post-content .post-attachement.pull-left {
    margin-right: 15px;
}
.post-content .post-attachement.pull-right {
    margin-left: 15px;
}
.post-tags ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.post-tags ul li:first-child {
    font-weight: 400;
}
.post-tags ul li:after {
    content: ",";
    display: inline-block;
}
.post-tags ul li:first-child:after {
    display: none;
}
.post-tags ul li:last-child:after {
    display: none;
}
.post-nav:after {
    content: "";
    display: table;
    clear: both;
}
.post-nav .post-title {
    font-size: 14px;
    margin: 0;
}
.post-nav .prev-post {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.post-nav .next-post {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 15px;
}
.post-nav .post-img {
    display: block;
    width: 100px;
    overflow: hidden;
}
.post-nav .prev-post .post-img {
    float: left;
    margin-right: 15px;
}
.post-nav .next-post .post-img {
    float: right;
    margin-left: 15px;
}
.post-nav .next-post span,
.post-nav .prev-post span {
    font-weight: 700;
    color: #97989b;
    text-transform: uppercase;
    font-size: 12px;
}
.post-nav .next-post:after,
.post-nav .prev-post:after {
    content: "";
    display: table;
    clear: both;
}
.author.media .media-left {
    position: relative;
    padding-right: 30px;
}
.author .author-img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.author .author-social li {
    display: inline-block;
    margin-right: 10px;
}
.author .author-social li a {
    display: block;
}
.page-header .author .author-social li a {
    color: #fff;
}
.page-header .author .author-social li a:hover,
.page-header .author .author-social li a:focus {
    color: #1c8a00;
}
.post-comments .media {
    margin-top: 30px;
}
.post-comments .media:nth-child(1) {
    margin-top: 0;
}
.post-comments .media .media-left {
    position: relative;
    padding-right: 15px;
}
.post-comments .media .media-left .media-object {
    width: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 20;
}
.post-comments .media .media-left:after {
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    top: 80px;
    bottom: 15px;
    width: 1px;
    background-color: #e8eaed;
}
.post-comments .media .media-heading h4 {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.post-comments .media .media-heading .time {
    color: #97989b;
    margin-left: 10px;
    font-size: 12px;
}
.post-comments .media .reply {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #323335;
    border-radius: 2px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.post-comments .media .reply:hover {
    opacity: 0.9;
}
.post-comments .media.media-author .media-heading h4 {
    color: #1c8a00;
}
.post-comments .media.media-author .media-left:after {
    background-color: #1c8a00;
}

.aside-widget {
    margin-bottom: 30px;
}

.category-widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8eaed;
}
.category-widget ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.category-widget ul li a span {
    float: right;
    font-size: 14px;
    color: #97989b;
    margin-left: 15px;
}

.tags-widget ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 6px;
}
.tags-widget ul li a {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #97989b;
    background-color: #323335;
    border-radius: 2px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
    color: #fff !important;
    background-color: #1c8a00;
}


@media only screen and (max-width: 767px) {
    .post-nav .prev-post {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .post-nav .prev-post:last-child {
        margin-bottom: 0;
    }
    .post-nav .next-post {
        float: none;
        width: 100%;
    }
    .post-nav .next-post {
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .post-nav .next-post .post-img {
        margin-right: 15px;
        float: left;
        margin-left: 0;
    }
}

.parallax {
 
    /* Set a specific height */
    height: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}