#black-fade,
#sidebar {
    position: fixed;
    top: 0;
    opacity: 0;
    height: 100%
}

#open-sidebar,
#open-sidebar i,
#open-sidebar-nav {
    width: 30px;
    height: 30px;
    line-height: 30px
}

#open-sidebar,
#open-sidebar-nav,
#sidebar .search:after {
    font-size: 14px;
    position: absolute
}

#blog,
#blog.blog-thumbnails-grid {
    max-width: 1440px
}

.article-img img,
article .hover-reveal img {
    z-index: 100;
    object-position: center;
    object-fit: cover
}

#blog,
#post,
#post-content,
.article-content,
.article-head,
.article-wrap,
.sidebar-content {
    box-sizing: border-box
}

#comments .message-box.comment_area_loggedin,
.select {
    margin-top: 20px
}

#black-fade {
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 1500;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .4s cubic-bezier(.645, .045, .355, 1);
    transition: .4s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000
}

#black-fade.fade-in {
    opacity: .9;
    visibility: visible
}

.magic-cursor-disabled #black-fade.fade-in {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: url("../images/close.png"), e-resize
}

#sidebar {
    right: -370px;
    width: 400px;
    background-color: #eee;
    z-index: 2000;
    overflow: hidden;
    -webkit-transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#sidebar .before-span {
    opacity: 1 !important;
    transform: translate(0, 0) !important
}

.load-post-page #sidebar {
    opacity: 1 !important
}

.dark-section #sidebar {
    background-color: #222
}

#sidebar.open {
    -webkit-transform: translateX(-370px) !important;
    transform: translateX(-370px) !important
}

#open-sidebar {
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    left: 0;
    text-align: center;
    color: #000;
    opacity: .5;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#wp-calendar tbody td:hover a,
.dark-section #open-sidebar,
.dark-section #open-sidebar-nav,
.dark-section #sidebar .search:after,
.dark-section #wp-calendar a,
.dark-section #wp-calendar caption,
.dark-section .blog-numbers,
.dark-section .comment-head,
.dark-section .comment-head a,
.dark-section .comment-head span a,
.dark-section .comment-text a,
.dark-section .entry-meta li,
.dark-section .entry-tags li:first-child:after,
.dark-section .is-style-outline .wp-block-button__link,
.dark-section .post-next-title a,
.dark-section .post-next-title a:focus,
.dark-section .post-next-title a:hover,
.dark-section .post-password-form label,
.dark-section .post-title,
.dark-section .widgettitle a,
.page-links a:hover,
.select:hover::after,
.wp-block-button__link.is-style-outline {
    color: #fff
}

#open-sidebar-nav:hover,
#open-sidebar:hover,
.page-numbers:hover li a:hover,
.rayden-sidebar-widget ul li a:hover {
    opacity: 1
}

#open-sidebar-nav {
    cursor: pointer;
    text-align: center;
    color: #000;
    opacity: .2;
    display: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#open-sidebar.open {
    opacity: 0;
    visibility: hidden
}

.sidebar-content {
    padding: 80px 60px 80px 50px;
    width: calc(100% + 30px);
    height: 100%;
    overflow-y: scroll
}

.rayden-sidebar-widget {
    display: block;
    position: relative;
    margin-bottom: 70px
}

.rayden-widgettitle:after {
    background: #000;
    top: 35px;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    width: 15px
}

.dark-section .select,
.select::after {
    background: #333
}

.dark-section .logged-in-as a::before,
.dark-section .rayden-widgettitle:after {
    background: #fff
}

#blog-navigation a i,
.light-section .post-title,
.post-next-title a:focus,
.post-next-title a:hover,
.widgettitle a {
    color: #000
}

#sidebar .search {
    display: block;
    position: relative;
    padding-bottom: 20px
}

#sidebar .search:after {
    font-family: FontAwesome;
    content: "\f002";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    right: 10px;
    top: 16px;
    color: #000
}

.rayden-sidebar-widget ul {
    margin: 10px 0 0
}

.rayden-sidebar-widget ul ul {
    margin-left: 20px
}

.rayden-sidebar-widget ul li {
    list-style: none;
    margin: 8px 0;
    display: inline-block;
    position: relative;
    width: 100%
}

.rayden-sidebar-widget ul li li:last-child {
    margin-bottom: 4px
}

.rayden-sidebar-widget ul li a {
    position: relative;
    opacity: .7;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.dark-section .rayden-sidebar-widget ul li a {
    opacity: .6;
    color: #fff
}

.rayden-sidebar-widget .tag-cloud-link {
    list-style: none;
    margin: 6px 6px 6px 0;
    display: inline-block;
    position: relative;
    width: auto;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 10px !important;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.dark-section .select::after,
.select::after {
    height: 41px;
    line-height: 41px
}

.dark-section .rayden-sidebar-widget .tag-cloud-link {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff
}

.rayden-sidebar-widget .tag-cloud-link:hover {
    border: 1px solid #000
}

.dark-section .rayden-sidebar-widget .tag-cloud-link:hover {
    border: 1px solid #fff
}

#wp-calendar {
    width: 100%;
    border: 0
}

#wp-calendar caption {
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px;
    border: 0
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    font-size: 12px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.dark-section #wp-calendar tbody td {
    background: #333;
    border: 1px solid #222
}

#wp-calendar tbody td:hover {
    background: #000;
    color: #fff
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

#wp-calendar tfoot td {
    border: 0
}

#wp-calendar .pad,
.wp-calendar-nav {
    background-color: transparent !important
}

#blog-wrap::after,
.dark-section .blog-thumbnails-grid .article-wrap {
    background-color: #000
}

.rayden-sidebar-widget select,
.rayden-sidebar-widget select option {
    position: relative;
    width: 100%
}

.select {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 40px
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none
}

select::-ms-expand {
    display: none
}

.article-content,
.article-head,
.article-img img,
.article-wrap,
article,
article .hover-reveal img {
    display: block;
    position: relative
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

#blog {
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.lightbox-inner #blog {
    padding-left: 0;
    padding-right: 0
}

#blog-content {
    position: relative;
    max-width: 1180px;
    margin: 120px auto 0;
    opacity: 0;
    transform: translateY(15vh);
    -webkit-transform: translateY(15vh)
}

#blog div::after,
#blog-post::after,
#blog::after,
#post-content::after,
.blog-thumbnails-grid article::after,
.post-comments:after {
    clear: both;
    content: " ";
    display: table
}

#blog .entry-meta li,
#blog .entry-meta li a {
    display: inline-block;
    line-height: 20px;
    font-weight: 500
}

article {
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    z-index: 10
}

article.disable .article-content {
    opacity: .3
}

.blog-thumbnails-grid article.disable {
    opacity: .5
}

.blog-thumbnails-grid article {
    width: calc(50% - 100px);
    margin: 50px;
    height: 20vw;
    float: left
}

.article-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    opacity: .0001;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transform: translateY(220px);
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.165, .84, .44, 1)
}

#blog.blog-minimal .article-wrap {
    padding-top: 70px;
}

.touch #blog.blog-minimal .article-wrap {
    padding-top: 20px;
}
.touch #blog.blog-minimal .has-post-thumbnail .article-wrap {
    padding-top: 70px;
}

.dark-section .article-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.dark-section article:last-child .article-wrap,
.post.sticky .article-wrap,
article:last-child .article-wrap {
    border-bottom: none
}

#blog article:last-child {
    padding-bottom: 0
}

.blog-thumbnails-grid .article-wrap {
    border-bottom: none;
    padding: 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5
}

.article-wrap.active {
    opacity: 1;
    transform: translateY(0)
}

.post-article-wrap {
    position: relative;
    opacity: 0;
    transform: translateY(10vh);
    -webkit-transform: translateY(10vh)
}

.article-head {
    width: auto;
    padding-top: 0;
    left: 0;
    z-index: 5;
    float: none
}

#comments .article-head,
#hero .article-head,
.comments-navigation .alignleft,
.comments-navigation .alignright {
    float: none
}

.article-img-wrap {
    position: relative;
    overflow: visible;
    padding-bottom: 30px
}

.article-link-img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.article-img img {
    width: auto;
    height: auto;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto
}

article .hover-reveal {
    z-index: 20;
    width: 400px;
    height: 300px
}

article .hover-reveal img {
    width: 100%;
    height: 100%
}

.article-content {
    padding: 0;
    width: auto;
    height: auto;
    max-width: none;
    text-align: center;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.blog-minimal .article-content {
    text-align: left
}

.post-title {
    margin: 0 auto;
    display: table;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px
}

#hero .post-title {
    margin: 0;
    display: inherit
}

.post-article-wrap .post-title {
    max-width: 880px
}

.blog-minimal .post-title {
    margin: 0
}

.blog-thumbnails-grid .post-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px
}

.scale-title .post-title {
    font-size: 70px;
    line-height: 70px;
    padding: 0;
    transform: scaleY(.7);
    -webkit-transform: scaleY(.7)
}

.entry-meta,
.entry-meta ul {
    padding: 0;
    margin: 0;
    position: relative
}

#comments .comment-respond .entry-meta li,
#respond .entry-meta li{
    margin-bottom: 0
}

.entry-meta,
.entry-meta ul.post-categories i {
    color: #999 !important;
    margin-right: 5px
}

#blog .entry-meta li {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    height: 20px;
    font-size: 1rem
}

.section-hero .entry-meta li {
    line-height: 32px;
    height: 32px;
    font-size: 24px
}

.entry-meta li:last-child {
    margin-right: 0
}

.dark-section .post-next,
.dark-section .post-prev,
.light-section .entry-meta li {
    color: #999
}

#blog .entry-meta li a {
    color: #999 !important;
    font-size: 1rem !important;
    height: 20px
}

.section-hero .entry-meta li a {
    line-height: 32px;
    height: 32px;
    font-size: 24px;
    color: #444 !important
}

#blog .entry-categories {
    margin-top: 4px;
    margin-bottom: 0
}

#blog-navigation .blog-prev-wrap,
.alignleft,
.blog-minimal article .entry-categories,
article .entry-date {
    float: left
}

#blog-navigation .blog-next-wrap,
.alignright,
article .entry-categories {
    float: right
}

.blog-minimal article .entry-date {
    position: absolute;
    top: -20px
}

.entry-categories li::after {
    content: ",";
    width: 4px;
    height: 20px;
    top: 0;
    right: -5px;
    opacity: 1;
    position: absolute
}

.entry-categories li:last-child:after,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.list-share a:nth-child(5),
.list-share a:nth-child(6),
.list-share a:nth-child(7),
.list-share a:nth-child(8),
.list-share a:nth-child(9),
.page-numbers li a:before,
.post-navigation .article-head,
.screen-reader-text {
    display: none
}

.entry-categories li a,
.entry-date li a,
.entry-tags li a {
    font-size: 18px;
    overflow: hidden
}

.entry-tags li:first-child {
    width: 30px;
    height: 20px;
    position: relative;
    color: transparent;
    margin-right: 10px;
    overflow: hidden
}

.entry-tags li {
    margin-right: 20px
}

.entry-tags li:first-child:after {
    font-family: FontAwesome;
    content: "\f02b";
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 2px;
    color: #000
}

.entry-categories li a span,
.entry-date li a span,
.entry-tags li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transform-origin: 100% 0%
}

.entry-categories li a span::before,
.entry-date li a span::before,
.entry-tags li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover)
}

.entry-categories li:hover a span,
.entry-date li:hover a span,
.entry-tags li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}

.entry-date li a {
    font-size: 1rem;
    font-weight: 500;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

#hero .entry-date li,
.blog-minimal .entry-date li a {
    font-size: 1rem
}

article .button-box {
    display: block;
    text-align: left
}

article .button-box a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #f33a3a
}

#post {
    width: 100%;
    max-width: 1280px;
    height: auto;
    padding: 0 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.postbox-inner #post {
    padding-bottom: 60px
}

#post-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

#post-content .post-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#post-content .post-section.section_padding_top {
    padding-top: 60px;
}
#post-content .post-section.section_padding_bottom {
    padding-bottom: 60px;
}


.post-comments,
.post-form,
.post-meta-data,
.post-navigation {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 140px;
    opacity: 0;
    transform: translateY(10vh);
    -webkit-transform: translateY(10vh)
}

.comment-respond,
.meta-data,
.post-meta-data {
    margin-top: 30px
}

#post-hero {
    position: relative;
    margin-bottom: 60px;
}

#post-hero #post-hero-footer {
    position: absolute;
    left: 30px;
    bottom: 0;
} 

#post-hero .post-image {
    display: block;
    width: 100%;
    height: calc(100vh - 220px);
    min-height: 500px;
    position: relative
}

#post-hero .post-image .has-parallax {
    height: 100%;
}

#post-hero .post-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}

.meta-data span.actor {
    display: inline-block;
    position: relative
}

.meta-data span.actor::after {
    content: ','
}

.meta-data span.actor:last-of-type::after {
    content: ''
}

.post-meta-data {
    margin-bottom: 50px
}

.post-navigation {
    margin-top: 140px;
    margin-bottom: 80px;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    padding: 40px 60px;
    border-radius: 5px
}

.post-next,
.post-prev {
    width: 50%;
    color: #999;
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 4px;
    display: block;
    position: relative;
    box-sizing: border-box
}

.post-navigation:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #333
}

.dark-section .post-navigation {
    background: rgba(255, 255, 255, .05)
}

.post-prev {
    padding-right: 30px;
    float: left;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.post-next {
    padding-left: 30px;
    float: right;
    text-align: right;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.post-next-title a {
    font-weight: 500;
    font-size: 1.5rem;
    color: #000;
    display: block;
    margin-top: 2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.post-next-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #000 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: .5s;
    word-wrap: anywhere
}

.dark-section .post-next-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #fff 1px)
}

.post-next-title:hover span {
    background-size: 100%
}

.page-is-changing .page-title span {
    background-size: 0;
    transition: .3s
}

.post-form {
    margin-top: 40px;
    margin-bottom: 60px
}

.page-links {
    clear: both
}

.page-links a {
    width: 34px;
    height: 34px;
    line-height: 35px;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    color: rgba(255, 255, 255, .6);
    background-color: #262629;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    text-align: center
}

.wp-block-columns {
    margin-bottom: 0 !important
}

#hero .post-article-wrap {
    opacity: 0;
    transform: translateY(10vh);
    -webkit-transform: translateY(10vh);
    position: relative;
    padding: 0;
    box-sizing: border-box;
    text-align: left
}

#page-with-comments {
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 50px
}

#page-with-comments .post-comments {
    margin-bottom: 10px;
    min-height: 30px;
    padding: 0
}

#page-with-comments .post-form {
    margin-top: 10px;
    padding: 0
}

#page-with-comments .container,
.add-comment .caption-content {
    padding: 0
}

#page-with-comments .article-head {
    position: relative;
    width: auto;
    margin-bottom: 20px
}

#page-with-comments .entry-meta li {
    font-size: 18px
}

.post-comments p {
    padding-top: 4px
}

.logged-in-as {
    padding-top: 12px
}

.user_comment {
    color: #000;
    margin-bottom: 40px;
    padding-left: 65px;
    position: relative
}

.user-image {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 6px
}

.user_comment_reply .user-image:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    left: -44px;
    bottom: 25px
}

.user_comment_reply .user-image:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, .2);
    left: -45px;
    bottom: 25px
}

.post.sticky::after,
.post.sticky::before {
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, .1)
}

.dark-section .user_comment_reply .user-image:after,
.dark-section .user_comment_reply .user-image:before {
    background-color: rgba(255, 255, 255, .2)
}

.user-image img {
    width: 100%;
    height: auto;
    border-radius: 3px
}

.comment-head {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin-bottom: 2px
}

#respond .article-head,
.comment-text {
    margin-bottom: 5px
}

.comment-head span {
    font-weight: 300;
    color: #ababab
}

.comment-head span a {
    color: #000;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.comment-text {
    color: #ababab
}

.user_comment_reply {
    position: relative;
    color: #000;
    padding-left: 65px;
    margin-top: 25px;
    display: block
}

.comments-navigation a {
    padding-top: 8px;
    margin-bottom: 40px;
    position: relative;
    display: block
}

.post-form .message-box {
    margin-top: 0
}

.post-form .article-head {
    padding-top: 14px;
    float: none
}

#respond #commentsform {
    float: none;
    margin-bottom: 10px
}

.comment .article-head {
    position: relative;
    margin-bottom: 10px
}

#comments .entry-meta li,
#respond .entry-meta li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

#comments h5 {
    padding-top: 6px
}

#comments .message-box {
    margin-top: 40px
}

.logged-in-as a,
.post-comments-textarea.comment_area_loggedin {
    position: relative
}

.logged-in-as a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out
}

.logged-in-as a:hover::before {
    transform: scaleX(1);
    transform-origin: left
}

#commentsform textarea {
    height: 90px
}

#commentsform .input_label.slow {
    top: 89px
}

#blog-navigation {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0
}

#blog-wrap {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    height: 80px;
    position: relative;
    margin: 30px auto 80px
}

#blog-wrap::after {
    content: "";
    width: 80px;
    height: 1px;
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block !important
}

.dark-section #blog-wrap::after {
    background-color: #fff;
    opacity: .15
}

#blog-navigation .blog-next-wrap,
#blog-navigation .blog-prev-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: width .2s ease-in-out, opacity .2s ease-in-out;
    transition: width .2s ease-in-out, opacity .2s ease-in-out
}

#blog-navigation .blog-next,
#blog-navigation .blog-prev {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10;
    position: relative
}

#blog-navigation i {
    line-height: 40px;
    width: 40px;
    color: #ddd;
    position: relative;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.dark-section #blog-navigation i {
    color: #fff;
    opacity: .2
}

.dark-section #blog-navigation a i {
    color: #fff;
    opacity: 1
}

#blog-navigation .blog-prev a i,
#blog-navigation .blog-prev i {
    left: 0
}

#blog-navigation .blog-next a i {
    right: 0
}

.blog-numbers {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px;
    height: inherit;
    color: #000;
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    left: 0;
    z-index: 0
}

.blog-numbers .blog-active {
    width: 30%;
    float: left;
    text-align: center;
    line-height: 80px
}

.blog-numbers .blog-total {
    width: 30%;
    float: right;
    text-align: center;
    line-height: 80px
}

.page-numbers {
    margin: 50px 0;
    text-align: left;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.5
}

.blog-thumbnails-grid .page-numbers {
    margin: 50px 0;
    text-align: center
}

.page-numbers li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
    min-width: 2vw;
    text-align: center
}

.page-numbers li:last-child {
    padding-right: 0;
    display: inline-block
}

.page-numbers li .page-numbers.dots {
    font-size: 36px;
    opacity: .3
}

.page-numbers li a {
    position: relative;
    display: block;
    opacity: .3
}

.dark-section .page-numbers li a {
    position: relative;
    display: block
}

.prev.page-numbers {
    margin-left: 2px;
    margin-right: 10px;
    text-align: left
}

.next.page-numbers {
    margin-left: 10px
}

.post.sticky {
    width: 100%;
    background: rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px
}

.wp-caption.alignleft,
img.alignleft {
    margin: 8px 20px 10px 0;
    max-width: 50%
}

.post.sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px
}

.post.sticky::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px
}

.dark-section .post.sticky,
.dark-section .post.sticky::after,
.dark-section .post.sticky::before {
    background: rgba(255, 255, 255, .1)
}

.wp-caption-text {
    font-weight: 400;
    font-size: .875rem;
    position: relative;
    max-width: 100%
}

.wp-caption.alignright {
    max-width: 50%;
    margin: 8px 0 10px 20px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    height: auto
}

img.alignright {
    margin: 8px 0 10px 20px;
    max-width: 50%;
    height: auto
}

img.aligncenter {
    margin: 10px auto;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    height: auto;
    margin: 10px 0
}

.bypostauthor>article .fn:before {
    content: "";
    margin: 0 2px 0 -2px;
    position: relative
}

.post-password-form label {
    color: #333;
    display: block;
    line-height: 1.5
}

article .page-links {
    margin-bottom: 0;
    padding: 0;
    display: none
}

.gallery-item,
.list-share a {
    display: inline-block;
    text-align: center
}

.article-footer .page-links {
    margin-bottom: 10px
}

.gallery {
    margin-bottom: 1.6em
}

.gallery-item {
    padding: 1.79104477%;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.dark-section .gallery-caption {
    color: #ccc
}

.bottom-post {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px
}

.pingback,
.trackback {
    padding-left: 0
}

.search_results {
    padding: 0;
    text-align: center
}

.list-share {
    text-align: right;
    display: block;
    width: 250px;
    position: absolute;
    top: -3px;
    right: 50px
}

.list-share::before {
    content: 'Share:';
    position: absolute;
    top: 0;
    right: 170px;
    line-height: 30px;
    font-size: 12px
}

.list-share a img {
    opacity: 0 !important
}

.list-share a {
    background-color: transparent;
    height: 30px !important;
    width: 40px !important;
    line-height: 30px;
    margin: 0 !important;
    position: relative
}

.list-share:hover a::before {
    opacity: .4
}

.list-share a:first-child {
    border-left: none
}

.list-share a::before {
    font-family: FontAwesome;
    padding-right: 0;
    font-size: 15px;
    color: #000;
    position: absolute;
    margin-top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    webkit-transition: all 0.1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.list-share a:hover::before {
    opacity: 1;
    color: #000 !important;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.list-share .synved-social-provider-facebook::before {
    content: "\f09a"
}

.list-share .synved-social-provider-twitter::before {
    content: "\f099"
}

.list-share .synved-social-provider-google_plus::before {
    content: "\f1a0"
}

.list-share .synved-social-provider-reddit::before {
    content: "\f1a1"
}

.list-share .synved-social-provider-pinterest::before {
    content: "\f0d2"
}

.list-share .synved-social-provider-linkedin::before {
    content: "\f0e1"
}

.list-share .synved-social-provider-tumblr::before {
    content: "\f173"
}

.list-share .synved-social-provider-mail::before {
    content: "\f0e0"
}

@media only screen and (max-width:1680px) {
    #blog {
        padding: 0 60px
    }
}

@media only screen and (max-width:1466px) {
    #blog {
        padding: 0 60px
    }
    .post-navigation {
        padding: 30px
    }
    #blog.blog-thumbnails-grid {
        max-width: 1360px
    }
    .blog-thumbnails-grid article {
        width: calc(50% - 80px);
        margin: 40px;
        height: 25vw
    }
    .touch .blog-minimal .article-wrap {
        opacity: 1;
        transform: translateY(0)
    }
    .touch #blog article {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:1360px) {
    #post-content .post-section.section_padding_top {
        padding-top: 40px;
    }
    #post-content .post-section.section_padding_bottom {
        padding-bottom: 40px;
    }
    .post-navigation {
        padding: 40px 80px
    }
}

@media only screen and (max-width:1024px) {
    #blog,
    #post {
        padding: 0 40px
    }
    #hero .post-article-wrap,
    .article-content,
    .post-comments,
    .post-form,
    .post-meta-data {
        padding: 0
    }
    #post-hero .post-image {
        height: calc(100vh - 180px);
    }
    .article-head {
        position: relative;
        width: auto
    }
    .post-next,
    .post-prev {
        width: 100%;
        display: block;
        float: none
    }
    .post-navigation {
        padding: 20px
    }
    #open-sidebar-nav {
        pointer-events: initial
    }
    .page-numbers li,
    .page-numbers li .page-numbers.dots,
    .scale-title .page-numbers li .page-numbers.dots {
        font-size: 5.5vw
    }
    #blog.blog-thumbnails-grid {
        padding: 0 20px
    }
    .blog-thumbnails-grid article {
        width: calc(50% - 55px);
        margin: 20px;
        height: 35vw
    }
    .blog-thumbnails-grid .post-title {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px
    }
    .post-prev {
        padding-right: 0
    }
    .post-next {
        padding-left: 0;
        text-align: left;
        border-top: 1px solid #333;
        padding-top: 20px;
        margin-top: 20px
    }
    .post-navigation::after {
        display: none
    }
    .page-numbers {
        font-size: 32px
    }
}

@media only screen and (max-width:992px) {
    #post-hero {
        margin-bottom: 2rem;
    }
    #post-hero #post-hero-footer {
        display: none;
    } 
    #post-hero .post-image {
        height: auto;
        min-height: 0;
    }
    #post-hero .post-image img {
        position: relative;
        height: auto;
        object-position: top;
        object-fit: contain;
    }
}

@media only screen and (max-width:767px) {
    #open-sidebar-nav {
        display: block;
        right: 100px;
        top: 25px;
        opacity: 1
    }
    .over-sidebar #open-sidebar-nav {
        display: none
    }
    #blog,
    #post {
        padding: 0 30px
    }
    #sidebar.open {
        -webkit-transform: translateX(-400px) !important;
        transform: translateX(-400px) !important
    }
    #sidebar {
        right: -400px;
        width: 400px;
        height: 100%
    }
    .scale-title .post-title {
        font-size: 30px;
        line-height: 40px
    }
    .section-hero .entry-meta li,
    .section-hero .entry-meta li a {
        line-height: 24px;
        height: 24px;
        font-size: 18px
    }
    .entry-meta li:last-child {
        margin-right: 0
    }
    .post-navigation {
        margin-top: 120px;
        margin-bottom: 120px
    }
    #blog-wrap {
        margin: auto;
        left: auto
    }
    .user_comment,
    .user_comment_reply {
        padding-left: 50px
    }
    .user-image {
        height: 40px;
        width: 40px
    }
    .user_comment_reply .user-image:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: rgba(0, 0, 0, .2);
        left: -29px;
        bottom: 20px
    }
    .user_comment_reply .user-image:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background-color: rgba(0, 0, 0, .2);
        left: -30px;
        bottom: 20px
    }
    .page-numbers {
        font-size: 28px
    }
    .page-numbers li,
    .page-numbers li .page-numbers.dots,
    .scale-title .page-numbers li .page-numbers.dots {
        font-size: 7vw
    }
    #blog.blog-thumbnails-grid {
        padding: 0 10px
    }
    .blog-thumbnails-grid article {
        width: calc(100% - 40px);
        margin: 20px;
        height: auto;
        min-height: 45vw
    }
}

@media only screen and (max-width:479px) {
    #open-sidebar-nav {
        right: 70px
    }
    #blog,
    #post {
        padding: 0 20px
    }
    article {
        padding-bottom: 50px
    }
    .wp-caption.aligncenter,
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.aligncenter,
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        margin: 1rem 0 !important
    }
    .wp-caption.aligncenter img,
    .wp-caption.alignleft img,
    .wp-caption.alignright img {
        width: 100% !important;
        height: auto !important
    }
    #sidebar.open {
        -webkit-transform: translateX(-300px) !important;
        transform: translateX(-300px) !important
    }
    #sidebar {
        right: -300px;
        width: 300px;
        height: 100%
    }
    .post-next-title a {
        font-size: 1.125rem
    }
    .scale-title .post-title {
        font-size: 24px;
        line-height: 34px
    }
    .post-navigation {
        padding: 15px;
        margin-top: 80px;
        margin-bottom: 100px
    }
    .user_comment {
        padding-left: 0
    }
    .user-image {
        display: none
    }
    .user_comment_reply {
        padding-left: 10px
    }
    .page-numbers {
        font-size: 24px;
        margin: 0 0 20px
    }
    .page-numbers li {
        font-size: 9vw;
        padding-right: 15px
    }
    .page-numbers li:last-child {
        padding-right: 0
    }
    .page-numbers li .page-numbers.dots,
    .scale-title .page-numbers li .page-numbers.dots {
        font-size: 9vw
    }
    #blog.blog-thumbnails-grid {
        padding: 0 10px
    }
    .blog-thumbnails-grid article {
        width: calc(100% - 20px);
        margin: 10px;
        height: 35vw
    }
    article .button-box a {
        font-size: 16px
    }
    #post-content .post-section.section_padding_top {
        padding-top: 30px;
    }
    #post-content .post-section.section_padding_bottom {
        padding-bottom: 30px;
    }
}