/*--------------------------------------------------------------
    >>> TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 Reset
    2.0 General style
    3.0 Header
    4.0 Featured Carousel
    5.0 Sidebar
    6.0 Single Post
    7.0 Pages

----------------------------------------------------------------
    >>> END
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: separate;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: inherit;
}

a:active {
    outline: 0;
    outline: none;
}

a:hover, a:focus {
    color: #f38763;
    outline: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

kbd {
    padding: 4px 7px;
    color: #ffffff !important;
    background: #333333;
}

.is-sticky {
}

.gallery-caption {
}

.bypostauthor {
}

select {
    outline: none;
}

cite {
    font-style: italic;
}

abbr.date {
    text-decoration: none !important;
}

.is-hidden, abbr.updated {
    display: none !important;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

input:-webkit-autofill {
    background-color: transparent !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.says, .screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal !important;
}

/*--------------------------------------------------------------
    2.0 - All
--------------------------------------------------------------*/
body {
    font-family: 'Noticia Text', serif;
    font-size: 13px;
    line-height: 1.7;
    display: block;
    color: #333333;
    background-color: #f7f7f7;
}

.ruby-content-wrap {
    margin-bottom: 60px;
}

.right-sidebar .ruby-content-wrap {
    padding-left: 0;
}

.left-sidebar .ruby-content-wrap {
    padding-right: 0;
}

.no-sidebar .ruby-content-wrap {
    padding-right: 0;
    padding-left: 0;
}

#tn-site-wrap, .ruby-content-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.tn-container {
    position: relative;
    max-width: 1110px;
    margin: auto;
    padding: 0;
}

.main-content-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-page-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
    padding: 60px 30px;
    background-color: #ffffff;
}

.tn-break {
    display: block;
    overflow: hidden;
    width: 100%;
}

input[type='submit'] {
    position: relative;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: #0d1217;
}

.tn-col-5 {
    float: left;
    width: 20%;
}

.tn-col-7 {
    float: left;
    width: 14.285%;
}

.tn-col-8 {
    float: left;
    width: 12.5%;
}

.tn-col-9 {
    float: left;
    width: 11.11111%;
}

.tn-col-10 {
    float: left;
    width: 10%;
}

.thumb-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumb-wrap.video {
    height: 0 !important;
    padding-bottom: 56% !important;
}

.thumb-wrap.audio {
    height: 0 !important;
    padding-bottom: 32% !important;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

textarea {
    font-family: inherit;
    font-style: italic;
    width: 100%;
    padding: 12px;
    border: 1px solid #eeeeee;
}

/************************* IMAGE ANIMATION **************************/
.tn-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-zoom.tn-animated-image.tn-animation {
    -webkit-animation: tn-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
    animation: tn-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 1;
}

.tn-fade.tn-animated-image.tn-animation {
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    opacity: 1;
}

.tn-bottom.tn-animated-image.tn-animation {
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.tn-bottom.tn-animated-image {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

@keyframes tn-zoom-animated {
    0% {
        transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes tn-zoom-animated {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'] {
    display: block;
    width: 50%;
    padding: 12px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus {
    border-color: #333333;
}

.thumb-wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
}

/* Page Navigation */
.pagination-wrap {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.pagination-wrap a:hover, .pagination-wrap a:focus {
    color: #ffffff;
    background: #0d1217;
}

.is-light-style .pagination-wrap a:hover, .is-light-style .pagination-wrap a:focus {
    color: #333333;
    background: #ffffff;
}

.page-numbers {
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    text-align: center;
    text-decoration: none !important;
    background-color: #eeeeee;
}

.pagination-text {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    text-transform: capitalize;
    color: #999999;
}

.page-numbers.current {
    color: #999999;
}

.page-numbers i {
    line-height: 30px;
    text-align: center;
}

input[type=date], input[type=email], input[type=tel], input[type=text], input[type=url], .mc4wp-form select, .mc4wp-form textarea {
    font-style: italic;
}

/*--------------------------------------------------------------
    3.0 - Header
--------------------------------------------------------------*/
header {
    position: relative;
    display: block;
}

.header-parallax-wrap {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.header-wrap.header-background-image .header-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-wrap .header-inner {
    margin-top: 45px;
    margin-bottom: 45px;
}

.header-background-image.header-wrap .header-inner {
    margin-top: 0;
    margin-bottom: 0;
}

.header-wrap.header-background-color {
    border-bottom: 1px solid #eeeeee;
}

.header-background-color {
    display: block;
    overflow: hidden;
}

.logo-text a {
    text-decoration: none !important;
    color: inherit;
}

.logo-text a:hover {
    opacity: .8;
}

.logo-text strong {
    line-height: 1;
    color: #333333;
}

.logo-text .tagline {
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.logo-wrap {
    display: block;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
}

.text-logo .tagline {
    margin-top: 15px;
    margin-bottom: 0;
}

.logo-image {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1400px) {
    .logo-image {
        max-width: 350px;
    }
}

/* header social */
.header-social {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    white-space: nowrap;
    color: #ffffff;
}

.header-social.is-dark-style {
    color: #111111;
}

.header-social .social-bar-wrap {
    display: block;
    text-align: center;
}

.header-social a {
    line-height: 42px;
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 30px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.header-social a:after {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    content: '';
    border: 1px solid;
    border-radius: 50%;
}

.header-social a:before {
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -1px;
    content: '';
    color: #ffffff;
    border-top: 2px solid;
}

.is-dark-style.header-social a:before {
    color: #111111;
}

.header-social a:last-child {
    margin-right: 0;
}

.header-social a:last-child:before {
    display: none;
}

.fa.fa-twitter {
    margin-right: -4px;
}

/* Navigation */
#navigation {
    display: block;
}

#navigation a {
    text-decoration: none !important;
}

#navigation .main-menu > li > a:hover, #navigation .main-menu > li > a:focus {
    color: #f38763;
}

.nav-wrap {
    position: relative;
    z-index: 999;
    display: block;
    text-align: center;
    color: #111111;
    background-color: #ffffff;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
    webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.nav-inner {
    position: relative;
    display: block;
    min-height: 56px;
    padding-right: 15px;
    padding-left: 15px;
}

.main-menu {
    margin-right: 180px;
}

.main-menu li {
    position: relative;
}

.main-menu > li {
    display: inline-block;
}

.main-menu > li > a {
    line-height: 56px;
    position: relative;
    display: block;
    margin-right: 15px;
}

.main-menu > li > a:after {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 15px;
    content: '';
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}

.main-menu > li:last-child > a {
    margin-right: 0;
}

.main-menu > li:last-child > a:after {
    display: none;
}

/* Top search wrap */
.nav-search-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin: 10px 15px;
    padding-left: 10px;
    background-color: #ffffff;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.search-submit i {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-submit input[type='submit'] {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0 !important;
}

.search-submit:hover {
    opacity: .7;
}

.nav-search-wrap input[type='text'] {
    font-family: inherit;
    line-height: 34px;
    display: block;
    width: auto;
    max-width: 220px;
    padding: 0 35px 0 15px;
    color: inherit;
    border: 1px solid transparent;
    background-color: transparent;
}

.nav-search-wrap input[type='text']:focus, .search-submit input[type='submit']:hover, .search-submit input[type='submit']:active {
    border-color: #eeeeee;
}

#tn-mobile-main-menu-button, #tn-mobile-nav {
    display: none;
}

/* sub menu */
.menu-wrap .sub-menu {
    position: absolute;
    z-index: 99;
    top: 120%;
    display: block;
    min-width: 200px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    pointer-events: none;
    opacity: 0;
    border-top: 5px solid #0d1217;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.main-menu > li.menu-item-has-children:hover > ul, .main-menu > li.menu-item-has-children:focus > ul {
    top: 100%;
    display: block !important;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.main-menu .sub-menu {
    font-size: .85em;
    text-align: left;
}

.main-menu .sub-menu a {
    line-height: inherit;
    display: block;
    padding: 10px 30px 10px 10px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    white-space: nowrap;
    border-top: 1px solid #f4f4f4;
}

.sub-menu li:first-child a {
    border-top: none;
}

.main-menu .sub-menu .sub-menu {
    font-size: 1em;
    position: absolute;
    top: 7px;
    left: 120%;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    pointer-events: none;
    opacity: 0;
    border-top: 0;
    border-top: 5px solid #0d1217;
}

.main-menu .sub-menu li.menu-item-has-children:hover ul.sub-menu {
    top: 5px;
    left: 100%;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

/* Mobile menu */
.tn-mobile-main-menu-button {
    position: static;
    display: block;
    overflow: hidden;
    width: 30px;
}

#mobile-menu {
    padding-right: 15px;
    padding-left: 15px;
}

#tn-button-mobile-menu-open {
    position: absolute;
    top: 50%;
    left: 15px;
    display: none;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.tn-mobile-menu-button {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    background-color: #0d1217;
    -webkit-touch-callout: none;
}

.tn-mobile-menu-button:before, .tn-mobile-menu-button:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    background-color: #0d1217;
}

.tn-mobile-menu-button:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}

.tn-mobile-menu-button:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}

.open-menu-mobile .tn-mobile-menu-button {
    background-color: transparent;
}

.open-menu-mobile .tn-mobile-menu-button:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.open-menu-mobile .tn-mobile-menu-button:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.mobile-nav-wrap {
    padding: 20px 0;
    text-align: left;
    color: #ffffff;
    background-color: #0d1217;
}

.mobile-nav-wrap a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
    white-space: nowrap;
    border: none;
}

.mobile-menu-inner > li.menu-item {
    line-height: 1;
}

span.explain-menu {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}

.explain-menu:hover {
    color: #f38763;
}

.show-sub-menu > span.explain-menu {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-nav-wrap .sub-menu {
    font-size: .9em;
    display: none;
}

.mobile-nav-wrap li.menu-item-has-children.show-sub-menu > .sub-menu {
    display: block;
}

.mobile-nav-wrap .sub-menu {
    margin-left: 15px;
}

/* sticky navigation */
.is-sticky-nav .is-sticky .nav-wrap {
    top: 0;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    opacity: .8;
}

.is-sticky-nav .is-sticky .nav-wrap:hover, .open-menu-mobile .is-sticky-nav .is-sticky .nav-wrap {
    opacity: 1;
}

.admin-bar .is-sticky-nav .is-sticky .nav-wrap {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .is-sticky-nav .is-sticky .nav-wrap {
        top: 46px !important;
    }
}

@media (max-width: 600px) {
    .admin-bar .is-sticky-nav .is-sticky .nav-wrap {
        top: 0 !important;
    }
}

/* header ads */
.header-ads {
    display: block;
    margin-top: 30px;
    text-align: center;
}

/*--------------------------------------------------------------
    4.0 - Featured Carousel
--------------------------------------------------------------*/
.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 4px;
}

.slick-dots li button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.slick-dots li:before {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border: 2px solid #aaaaaa;
    border-radius: 50%;
}

.slick-dots li.slick-active:before {
    background-color: #aaaaaa;
}

.tn-slider-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    opacity: 0;
    border-radius: 0;
    box-shadow: none;
}

.tn-slider-prev {
    left: 15px;
    background: url('../images/mfp-nav-left.png') center center no-repeat !important;
}

.tn-slider-next {
    right: 15px;
    background: url('../images/mfp-nav-right.png') center center no-repeat !important;
}

.slick-slider:hover .tn-slider-nav {
    opacity: 1;
}

/* featured area */
.featured-area {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: -35px;
    padding-bottom: 35px;
}

#carousel-slider {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

#carousel-slider.slider-init,
#big-slider .slider-init {
    overflow: hidden;
}

.block-carousel-wrap {
    position: relative;
}

#carousel-slider article {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-overlay-layout {
    position: relative;
}

.is-light-style .post-wrap.grid-overlay-layout {
    background-color: #ffffff;
}

.post-inner.grid-overlay-inner {
    position: absolute;
    right: 70px;
    bottom: 40px;
    left: 70px;
    display: block;
    padding: 30px;
    text-align: center;
    background-color: #0d1217;
}

.post-inner.grid-overlay-inner .category-name-wrap {
    padding-right: 0;
    padding-left: 0;
}

/* slider init */
.slider-loading {
    position: absolute;
    z-index: 992;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-height: 44px;
    background: rgba(255, 255, 255, 1) url('../images/ajax-loader.svg') no-repeat center center !important;
}

#carousel-slider.slider-init {
    height: 364px;
}

.post-gallery .slider-init {
    height: 342px;
}

.no-sidebar .post-gallery .slider-init {
    height: 520px;
}

.post-gallery .gallery-slider-nav.slider-init {
    height: 107px !important;
}

.no-sidebar .post-gallery .gallery-slider-nav.slider-init {
    height: 170px !important;
}

@media only screen and (min-width: 1600px) {
    #carousel-slider.slider-init {
        height: 500px !important;
    }
}

@media only screen and (min-width: 1200px) {
    #carousel-slider.slider-init {
        height: 364px;
    }

    .post-gallery .slider-init {
        height: 342px;
    }

    .no-sidebar .post-gallery .slider-init {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #carousel-slider.slider-init {
        height: 275px;
    }

    .post-gallery .slider-init {
        height: 342px;
    }

    .no-sidebar .post-gallery .slider-init {
        height: 357px;
    }
}

@media (max-width: 767px) {
    #carousel-slider.slider-init {
        height: 275px;
    }

    .post-gallery .slider-init {
        height: 135px;
    }

    .no-sidebar .post-gallery .slider-init {
        height: 135px;
    }
}

/*--------------------------------------------------------------
    4.0 - Main Content Wrap
--------------------------------------------------------------*/
.ruby-page-wrap {
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.left-sidebar .ruby-content-wrap {
    float: right;
}

.post-wrap {
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.post-wrap .thumb-wrap {
    margin: 5px 5px 20px 5px;
}

#carousel-slider .thumb-wrap {
    margin: 0;
}

.category-name-wrap {
    line-height: 20px;
    display: block;
    margin-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
}

.taxonomy-description {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    max-width: 700px;
    margin: 15px auto 0 auto;
    letter-spacing: 0;
    opacity: .9;
}

.is-light-style .category-name-wrap {
    color: #111111;
}

.bullet {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f38763;
}

.first-bullet {
    margin-right: 18px;
}

.last-bullet {
    margin-left: 18px;
}

.bullet:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background-color: #f38763;
}

.bullet:after {
    position: absolute;
    top: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background-color: #f38763;
}

.cate-name {
    display: inline-block;
    margin-right: 5px;
}

.meta-tags-wrap a:hover, .meta-tags-wrap a:focus {
    color: #ffffff;
}

.is-light-style .meta-tags-wrap a:hover, .is-light-style .meta-tags-wrap a:focus {
    color: #111111;
}

.cate-name:after {
    display: inline-block;
    margin-left: 5px;
    content: '/';
    color: #ffffff;
}

.is-light-style .cate-name:after {
    color: #111111;
}

.cate-name:last-of-type {
    margin-right: 0;
}

.cate-name:last-of-type:after {
    display: none;
}

.post-title {
    margin-bottom: 7px;
}

.post-title a {
    line-height: 1.4;
}

.post-title.small a {
    font-size: .833em;
}

.post-title.mini {
    line-height: 0;
}

.post-title.mini a {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
}

.post-title em {
    font-style: italic;
}

.post-title strong {
    font-weight: 700;
}

article.sticky .post-title:before {
    font-family: FontAwesome;
    font-size: .9em;
    display: inline-block;
    margin-right: 7px;
    content: '\f08d';
}

.excerpt {
    margin: 20px;
}

.comment-tags span, .view-tags span {
    white-space: nowrap;
}

.tags-el {
    margin-right: 5px;
}

.tags-el:after {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 5px;
    content: '';
    border: 1px solid;
    border-radius: 50%;
}

.tags-el:last-child {
    margin-right: 0;
}

.tags-el:last-child:after {
    display: none;
}

.post-inner {
    position: relative;
    display: block;
    padding: 20px;
    background-color: #0d1217;
}

.post-inner:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    display: block;
    content: '';
    pointer-events: none;
    border: 5px solid #0d1217;
}

.post-inner .post-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #ffffff;
}

.meta-tags-wrap {
    line-height: 20px;
    display: block;
    color: #aaaaaa;
}

.post-inner .meta-tags-wrap {
    color: #bbbbbb;
}

.post-wrap .entry {
    margin-right: 20px;
    margin-left: 20px;
}

.read-more-wrap {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.read-more-wrap.medium-btn {
    margin-top: 30px;
}

.read-more-wrap a {
    line-height: 1;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 7px 15px;
    white-space: nowrap;
    text-decoration: none !important;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #0d1217;
}

.read-more-wrap a:hover, .read-more-wrap a:focus {
    color: #ffffff;
    background-color: #f38763;
}

.read-more-wrap a:before {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    content: '';
    border-right: 4px solid #000000;
    border-bottom: 4px solid #000000;
}

.read-more-wrap.medium-btn a {
    font-size: 1.1em;
    letter-spacing: 2px;
}

.post-footer {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px dashed #eeeeee;
}

.is-light-style .post-footer {
    border-color: #dddddd;
}

.post-format-wrap {
    font-size: 18px;
    line-height: 20px;
    display: block;
    float: left;
    color: #eeeeee;
}

.post-share-bar {
    display: block;
    float: right;
}

.post-share-bar a {
    line-height: 20px;
    display: block;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #aaaaaa;
}

.post-share-bar a:hover, .post-share-bar a:focus {
    color: #f38763;
}

/* classic layout */
.post-wrap.classic-layout {
    margin-right: 15px;
    margin-bottom: 60px;
    margin-left: 15px;
}

.post-wrap.classic-layout .entry {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.post-inner.classic-inner {
    float: left;
    min-width: 70%;
    margin: -90px 30px 30px 60px;
    padding-right: 30px;
    padding-left: 30px;
}

.post-no-featured .post-inner.classic-inner {
    float: none;
    width: auto;
    margin: 10px 10px 30px 10px !important;
    padding: 20px;
}

.post-wrap.classic-layout .thumb-wrap {
    margin: 10px 10px 30px 10px;
}

.post-wrap.classic-layout .post-footer {
    margin-top: 30px;
    padding: 20px 30px;
    border-width: 2px;
}

.classic-layout .post-format-wrap {
    font-size: 32px;
    line-height: 36px;
}

.classic-layout .post-share-bar a {
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #aaaaaa;
}

.classic-layout .post-share-bar a:hover {
    color: #ffffff;
    background-color: #0d1217;
}

.classic-layout .post-share-bar a:first-child {
    margin-left: 0;
}

.post-wrap.classic-layout .thumb-wrap.post-gallery.is-grid {
    margin: 5px 5px 30px 5px;
}

.post-wrap.is-post-format .post-inner.classic-inner {
    float: none;
    margin-top: -15px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.post-gallery .gallery-slider {
    margin-bottom: 3px;
}

.ruby-page-wrap .post-wrap.classic-layout:last-child {
    margin-bottom: 50px;
}

/* Grid layout */
.grid-layout-outer {
    margin-bottom: 30px;
}

.post-inner.grid-inner {
    margin: -75px 20px 20px 20px;
    padding: 15px;
    text-align: center;
}

.post-no-featured .post-inner.grid-inner {
    float: none;
    width: auto;
    margin: 5px 5px 10px 5px !important;
    padding: 20px;
}

.post-inner.grid-inner:after {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border-width: 2px;
}

.grid-layout .post-footer {
    padding: 10px 20px;
}

.grid-layout .excerpt {
    text-align: center;
}

/* List layout */
.list-layout-outer {
    margin-bottom: 30px;
}

.is-col-thumb.col-xs-12 {
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.is-col-content.col-xs-12 {
    display: block;
    padding-right: 20px;
}

.post-wrap.list-layout .thumb-wrap {
    margin: 20px;
}

.post-inner.list-inner {
    margin-top: 60px;
    margin-left: -90px;
    padding: 20px 30px;
}

.post-inner.list-inner:after {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border-width: 2px;
}

.list-layout .excerpt {
    margin-right: 0;
    margin-left: 0;
}

.list-layout .post-footer {
    padding: 10px 0;
}

/* gallery post */
.gallery-slider-nav img {
    padding: 2px;
    cursor: pointer;
}

/* first post */
.first-post-wrap {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
    5.0 - Sidebar
--------------------------------------------------------------*/
.sidebar-wrap {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.sidebar-wrap .widget {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 45px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.tn-issue {
    padding: 20px;
    color: #f38763;
}

.widget-title {
    margin-bottom: 30px;
}

.widget-title h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    z-index: 10;
    display: block;
    padding: 7px 10px;
    text-align: Center;
    text-transform: uppercase;
    color: #aaaaaa;
    border: 2px solid #eeeeee;
}

.widget-title h3:after {
    position: absolute;
    z-index: 9;
    top: 4px;
    right: -4px;
    bottom: -4px;
    left: 4px;
    content: '';
    pointer-events: none;
    border-right: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
}

/* post widget */
.post-widget-thumb {
    display: block;
    float: left;
    width: 85px;
    margin-right: 20px;
}

.post-widget-thumb .no-thumb i {
    font-size: 18px;
    line-height: 65px;
}

.post-widget-el {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.post-widget-el.style-2 {
    margin-bottom: 15px;
}

.post-widget-el:last-child {
    margin-bottom: 0;
}

.post-widget-num {
    display: block;
    float: left;
    margin-right: 10px;
}

.post-widget-num span {
    font-size: 32px;
    font-style: italic;
}

.post-widget-num span:after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: '';
    color: #eeeeee;
    border: 2px solid;
}

/* Instagram widget */
.instagram-content-wrap.row, .flickr-widget-wrap.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.instagram-el {
    display: block;
    padding: 2px !important;
}

.instagram-el img {
    width: 100%;
    height: auto;
}

.instagram-el.bottom-text a {
    text-transform: uppercase;
}

.instagram-el.bottom-text a:hover, .instagram-el.bottom-text a:focus {
    text-decoration: underline;
}

.instagram-el.bottom-text {
    line-height: 1;
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
    padding-top: 10px !important;
    text-align: right;
    letter-spacing: 2px;
    color: #eeeeee;
}

/* flickr widget */
.flickr-img-el {
    display: block;
    padding: 2px !important;
}

.flickr-img-el img {
    width: 100%;
    height: auto;
}

/*Google ads */
.sidebar-wrap .widget.tn-ads-widget {
    padding-right: 0;
    padding-left: 0;
}

.tn-ads-widget .ads-widget-content-wrap {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.tn-ads-widget .ads-widget-content-wrap iframe {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.tn-ads-widget .widget-title {
    margin-right: 30px;
    margin-left: 30px;
}

.tn-ads-widget .ads-image {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

/* facebook widget */
.fb-container {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

/* default category widget */
.cat-item a, .widget_archive a, .wp-block-archives a,
.wp-block-latest-posts li, .widget_pages .page_item a, .widget_nav_menu a,
.widget_meta a, .recentcomments a {
    text-decoration: none !important;
    opacity: .7;
}

.cat-item a:hover, .widget_archive a:hover, .wp-block-archives a:hover,
.wp-block-latest-posts li:hover, .widget_pages .page_item a:hover, .widget_nav_menu a:hover,
.widget_meta a:hover, .recentcomments a:hover {
    opacity: 1;
}

.cat-item a,
.wp-block-archives a,
.widget_archive a,
.widget_pages .page_item a,
.widget_nav_menu a a,
.widget_meta a {
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.widget .cat-item a:before, .widget_archive a:before, .wp-block-archives a:before,
.widget_pages .page_item a:before, .widget_nav_menu a a:before,
.widget_meta a:before, .widget_recent_entries li a:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    content: '';
    border: 2px solid #eeeeee;
}

.widget_archive label,
.widget_categories label {
    display: none;
}

.sidebar-wrap select {
    display: block;
    width: 100%;
    padding: 7px 10px;
    color: #666666;
    border-color: #eeeeee;
}

/* recent comment */
.recentcomments:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    content: '';
    border: 2px solid #eeeeee;
}

.recentcomments, .widget_rss li {
    margin-bottom: 15px;
}

.recentcomments:last-child {
    margin-bottom: 0;
}

.widget_rss a {
    font-weight: bold;
}

/* tag widget */
.tagcloud {
    display: block;
    overflow: hidden;
}

/* search widget */
.tn-search {
    position: relative;
}

.tagcloud a {
    font-size: 12px !important;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 5px;
    color: #999999;
    border: 1px solid;
}

.tagcloud a:hover, .tagcloud a:focus {
    color: #f38763;
}

/* calendar widget */
#calendar_wrap {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

#wp-calendar {
    display: block;
    width: 100%;
}

#wp-calendar tr {
    background: 0;
}

#wp-calendar td {
    padding: 2%;
}

.number-post {
    display: inline-block;
    float: right;
    padding: 0 4px;
    border-radius: 3px;
    background-color: #fafafa;
}

#wp-calendar caption {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

#wp-calendar thead {
    background: #f6f6f6;
}

#wp-calendar thead th {
    font-weight: normal;
    height: 30px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

#wp-calendar tbody {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#wp-calendar tbody td {
    font-size: 1.2em;
    text-align: center;
}

#wp-calendar tbody td#today {
    color: #f38763;
}

#wp-calendar tbody td a {
    line-height: 30px;
    display: block;
    height: 30px;
    text-decoration: none;
    color: #ffffff;
    background: #aaaaaa;
}

#wp-calendar tbody td a:hover {
    background-color: #333333;
}

#wp-calendar tfoot {
    font-size: 90%;
    text-transform: uppercase;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.textwidget img, .textwidget iframe {
    overflow: hidden;
    max-width: 100%;
}

/* contact form */
.wpcf7 p {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wpcf7 input, .wpcf7 textarea {
    margin-top: 7px;
}

.tn-single-page .comments-area {
    margin-top: 30px !important;
}

/* social widget */
.social-widget-wrap {
    display: block;
}

.social-widget-wrap .social-bar-wrap {
    font-size: 18px;
    display: block;
    text-align: center;
}

.social-widget-wrap .social-bar-wrap a {
    position: relative;
    margin-right: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.social-widget-wrap .social-bar-wrap a:hover, .social-widget-wrap .social-bar-wrap a:focus {
    color: #f38763;
}

.social-widget-wrap .social-bar-wrap a:last-child {
    margin-right: 0;
}

.social-widget-wrap .social-bar-wrap a:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 15px;
    content: '';
    border: 2px solid #eeeeee;
}

.social-widget-wrap .social-bar-wrap a:last-child:after {
    display: none;
}

/* about widget */
.about-widget-el {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.about-widget-image.about-widget-el {
    margin-bottom: 20px;
}

.about-widget-name h4 {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
}

.about-widget-break img {
    max-height: 30px;
}

.about-widget-el:last-child {
    margin-bottom: 0;
}

.about-widget-el.entry {
    margin-top: 0 !important;
}

/* twitter widget */
.twitter-widget-inner {
    position: relative;
    margin-top: 40px;
    padding-top: 25px;
}

.twitter-widget-inner:before {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: -18px;
    left: 50%;
    display: block;
    width: 40px;
    margin-left: -20px;
    content: '\f099';
    text-align: center;
    color: #eeeeee;
}

.twitter-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eeeeee;
}

.twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.twitter-timestamp {
    font-size: 12px;
    font-style: italic;
    color: #aaaaaa;
}

.twitter-content a {
    text-decoration: underline;
}

.twitter-content a:hover {
    color: #aaaaaa;
}

/*--------------------------------------------------------------
    6.0 - Single Post
--------------------------------------------------------------*/
.entry {
    display: block;
    overflow: hidden;
}

.entry h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.entry h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.entry h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.entry h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.entry h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.entry h6 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.entry p {
    margin-top: 0;
    margin-bottom: 20px;
}

.entry address {
    margin-bottom: 2em;
}

.entry a:not(.button) {
    font-weight: bold;
    text-decoration: underline;
}

.entry a[class^='wp-block'],
.entry a[class^='wp-block']:hover,
.entry a[class^='wp-block']:focus {
    font-weight: inherit;
    text-decoration: inherit;
}

.entry ul {
    margin: 0 0 26px 35px;
    list-style: disc;
}

.entry ul li {
    margin: 0 0 6px;
}

.entry ol {
    margin: 0 0 2em 15px;
    list-style: decimal;
}

.entry ol li {
    margin: 0 0 10px;
}

.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
    margin-bottom: 0;
}

.entry dl {
    margin: 0 0 26px;
}

.entry dd {
    margin-left: 36px;
}

.entry ul[class^='wp-block'] {
    margin-left: 0 !important;
}

.entry img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry input {
    margin-bottom: 10px;
}

figure {
    margin: 30px 0;
}

.wp-caption, .gallery-caption {
    font-style: italic;
    max-width: 100%;
    margin-bottom: 30px;
    color: #777777;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: right;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-group {
    box-sizing: border-box;
    padding: 20px;
}

.aligncenter, img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    max-width: 100%;
    margin: 5px 30px 30px 0;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    max-width: 100%;
    margin: 5px 0 30px 30px;
}

.alignnone, img.alignnone {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail.push-bottom {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
}

.entry.drop-cap > p:first-of-type:first-letter {
    font-size: 60px;
    line-height: 52px;
    float: left;
    padding: 0 12px 0 0;
}

.entry.drop-cap > p:first-of-type {
    display: block;
    overflow: hidden;
}

.entry.bold-paragraph > p:first-of-type {
    font-weight: bold;
}

.entry.big-paragraph > p:first-of-type {
    font-size: 1.05em;
    font-style: italic;
}

.copy a:not(.button), .story a:not(.button) {
    color: #111111;
    border-bottom-color: #111111;
}

.like-wrap {
    display: block;
    margin: 30px 0;
    text-align: center;
}

.like-wrap li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.like-wrap li:last-child {
    margin-right: 0;
}

th, td {
    padding: 7px 15px;
    text-align: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

dl {
    margin-bottom: 1em;
}

table {
    width: 100%;
    margin-bottom: 2em;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.single-page-links {
    font-size: 16px;
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #aaaaaa;
}

.single-page-links a, .single-page-links > span {
    line-height: 26px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-decoration: none !important;
    border: 2px solid !important;
    border-radius: 50%;
}

.single-page-links a:hover, .single-page-links a:focus {
    color: #ffffff;
    background: #333333;
}

.single-gallery {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-gallery a {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    border-bottom: 0 !important;
}

.single-gallery .gallery-col-1 {
    overflow: hidden;
    width: 100%;
}

.single-gallery .gallery-col-2 {
    width: 50%;
}

.single-gallery .gallery-col-2:nth-child(2n+1) {
    clear: both;
}

.single-gallery .gallery-col-3 {
    width: 33.3333%;
}

.single-gallery .gallery-col-3:nth-child(3n+1) {
    clear: both;
}

.single-gallery .gallery-col-4 {
    width: 25%;
}

.single-gallery .gallery-col-4:nth-child(4n+1) {
    clear: both;
}

.single-gallery .gallery-col-5 {
    width: 20%;
}

.single-gallery .gallery-col-5:nth-child(5n+1) {
    clear: both;
}

.single-gallery .gallery-col-6 {
    width: 16.666666%;
}

.single-gallery .gallery-col-6:nth-child(6n+1) {
    clear: both;
}

.single-gallery .gallery-col-7 {
    width: 14.285%;
}

.single-gallery .gallery-col-7:nth-child(7n+1) {
    clear: both;
}

.single-gallery .gallery-col-8 {
    width: 12.5%;
}

.single-gallery .gallery-col-8:nth-child(8n+1) {
    clear: both;
}

.single-gallery .gallery-col-9 {
    width: 11.1111%;
}

.single-gallery .gallery-col-9:nth-child(9n+1) {
    clear: both;
}

.featured-caption {
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    position: absolute;
    right: 0;
    bottom: 15px;
    display: block;
    max-width: 200px;
    padding: 7px 15px;
    color: #ffffff;
    background-color: #282828;
}

.entry .gallery {
    display: block;
    clear: both;
    overflow: hidden;
}

.gallery-item {
    display: block;
    float: left;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item div {
    margin: 0;
}

.gallery-item .wp-caption-text.gallery-caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #333333;
}

/* default gallery */
.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n +1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-3 .gallery-item:nth-child(3n +1) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n +1) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n +1) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    width: 16.66666%;
}

.gallery-columns-6 .gallery-item:nth-child(6n +1) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-7 .gallery-item:nth-child(7n +1) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n +1) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n +1) {
    clear: both;
}

.gallery-caption {
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.single-post-infinite-wrap, .single-post-outer {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

.single-post-infinite-wrap {
    margin-top: 60px;
}

.single-post-infinite-wrap .single-post-outer .ruby-page-wrap {
    margin-top: 0;
}

.single-el {
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.single-el:last-child {
    margin-bottom: 0;
}

.single-el.single-nav {
    display: block;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
}

article.single-el {
    display: block;
    overflow: hidden;
    padding-top: 0;
}

.single-heading.post-inner {
    margin: 10px -20px 25px -20px;
    text-align: center;
}

.single-social-wrap {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.single-social-wrap .post-share-bar {
    font-size: 16px;
    display: inline-block;
    float: none;
}

.single-social-wrap a {
    line-height: 35px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    text-align: center;
    color: #ffffff !important;
    background-color: #f38763;
}

.single-social-wrap a:hover {
    background: #0d1217;
}

.single-social-wrap a:after {
    position: absolute;
    top: 2px;
    right: -2px;
    bottom: -2px;
    left: 2px;
    content: '';
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.single-social-wrap a:last-child {
    margin-right: 0;
}

.single .thumb-wrap.is-grid {
    margin-right: -5px;
    margin-left: -5px;
}

.single .entry {
    margin-top: 30px;
}

.single article.post .thumb-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-title h1 {
    margin: 0;
    padding: 0;
}

.single-post .view-tags {
    pointer-events: none;
}

.single .ruby-page-wrap.no-sidebar .post-title h1 {
    font-size: 1.2em;
    margin-top: 12px;
    margin-bottom: 10px;
}

.single-tag-wrap {
    display: block;
    margin: 30px 0;
    text-align: center;
}

.single-tag-wrap a {
    font-size: 12px;
    line-height: 1.2em;
    margin-right: 10px;
    letter-spacing: 2px;
}

.single-tag-wrap a:after {
    display: inline-block;
    margin-left: 10px;
    content: '/';
    color: #333333;
}

.single-tag-wrap a:last-child {
    margin-right: 0;
}

.single-tag-wrap a:last-child:after {
    display: none;
}

.single-footer {
    display: block;
    overflow: hidden;
    margin: 45px -30px -30px;
    padding: 20px 30px;
    border-top: 2px dashed #eeeeee;
}

.single-footer-social-wrap a {
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #ffffff !important;
    border-radius: 50%;
    background-color: #aaaaaa;
}

.single-footer-social-wrap a:hover {
    background-color: #0d1217;
}

.single-footer .post-format-wrap {
    font-size: 32px;
    line-height: 36px;
}

.nav-right {
    float: right;
}

.single-nav h3 {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.nav-arrow {
    font-size: 48px;
    float: left;
    width: 30px;
}

.nav-arrow.nav-right {
    float: right;
}

.nav-sub-title {
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin-bottom: 7px;
    text-transform: capitalize !important;
    color: #aaaaaa;
}

.nav-left {
    position: relative;
}

.nav-left .nav-sub-title, .nav-left h3 {
    margin-left: 45px;
}

.nav-right .nav-sub-title, .nav-right h3 {
    margin-right: 45px;
    text-align: right;
}

.nav-right .nav-arrow {
    float: right;
    text-align: right;
}

.nav-left:after {
    position: absolute;
    top: -40px;
    right: 1px;
    bottom: -40px;
    display: block;
    width: 1px;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    border-right: 2px solid rgba(0, 0, 0, .05);
}

#single-author-box {
    position: relative;
}

.author-thumb {
    float: left;
    overflow: hidden;
    width: 105px;
    height: auto;
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.author-title.widget-title {
    display: inline-block;
    margin-bottom: 15px;
}

.author-title.widget-title h3 {
    color: #ffffff;
    background-color: #0d1217;
}

.author-description {
    font-style: italic;
    margin-bottom: 15px;
    color: #aaaaaa;
}

.author-social {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.author-social a {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    padding: 0 7px;
    color: #aaaaaa;
}

.author-social a:hover {
    color: #0d1217;
}

/* related post */
.related-heading {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
}

.related-heading h3 {
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    backface-visibility: hidden;
}

.related-el {
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center;
}

.related-el .thumb-wrap {
    margin-bottom: 10px;
}

.related-el .post-title {
    margin-bottom: 4px;
}

.related-el .no-thumb i {
    line-height: 120px;
}

/* block quote */
blockquote {
    font-size: 16px;
    font-style: italic;
    line-height: 1.4em;
    position: relative;
    margin: 30px 0 30px 45px;
    padding-left: 30px;
    color: #999999;
    border-left: 5px solid #eeeeee;
}

blockquote:before {
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: -45px;
    content: '\f10d';
    opacity: .5;
}

/*************************COMMENTS BOX **************************/
.comments-area {
    display: block;
    overflow: hidden;
    padding: 0;
}

.comment-title.widget-title, .comment-list, .comment-respond {
    margin: 30px;
}

.comment-title h3 {
    display: inline-block;
}

.comment-body {
    position: relative;
    display: block;
}

.reply {
    position: absolute;
    top: 20px;
    right: 10px;
    text-transform: uppercase;
}

.comment-form-comment {
    display: block;
    margin: 15px 0 !important;
}

.comment-reply-link {
    font-size: .83em;
    float: right;
    color: #aaaaaa;
}

.comment-awaiting-moderation {
    font-size: 13px;
    float: right;
    color: #aaaaaa;
}

.comment-awaiting-moderation:before {
    font-family: FontAwesome;
    margin-right: 6px;
    content: '\f071';
}

.comment-reply-link:hover, .comment-edit-link:hover {
    text-decoration: underline !important;
    color: #333333;
}

.comment-edit-link {
    font-size: .9em;
    margin-left: 15px;
    color: #aaaaaa;
}

.comment-metadata {
    font-size: 0.9em;
    position: absolute;
    top: 20px;
    left: 60px;
}

.comment-meta time {
    font-size: .9em;
    font-style: italic;
    color: #aaaaaa;
}

.comment-metadata a:hover {
    text-decoration: none;
    color: #333333;
}

.comment-author {
    float: left;
    overflow: hidden;
    height: auto;
    margin-right: 15px;
}

.comment-author img {
    width: 42px;
    height: auto;
}

.comment-author .fn {
    font-size: .9em;
    line-height: 1em;
    position: absolute;
    top: 3px;
    left: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.comment-author .fn a {
    color: #333333;
}

.comment-list .children {
    margin-top: 30px;
    margin-left: 20px;
}

.comment-list {
    margin-bottom: 10px;
    padding-left: 0;
}

.comment-list.entry a {
    font-weight: inherit;
    text-decoration: none;
    border-bottom: none;
}

.comment-list li {
    margin-bottom: 30px;
    list-style: none;
}

.comment-list li .comment-respond {
    margin-top: 30px;
}

.comment-meta {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.comment-content {
    position: relative;
    display: block;
    margin-top: 6px;
    padding: 20px 30px;
    background-color: #f7f7f7;
}

.comment-content p:first-child {
    margin-top: 0;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-content::before {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 7px 10px 7px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .04) transparent;
}

.comment-author .says {
    display: none;
}

#reply-title {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #aaaaaa;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    margin-left: 6px;
    padding: 4px 7px;
    letter-spacing: 0;
}

.comment-form {
    list-style: none;
}

.comment-form label {
    font-size: .9em;
}

.comment-form-cookies-consent {
    display: block;
    margin-top: 15px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    position: relative;
    display: block;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    margin: 10px 0;
    padding: 0;
}

.comment-form input[type='text'], .comment-form input[type='url'], .comment-form textarea {
    display: block;
    clear: both;
    margin-top: 7px;
}

.comment-form-comment textarea {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    resize: none;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .05);
    outline: none;
}

.comment-form-comment textarea:focus {
    border-color: #333333;
}

.form-submit input[type='submit'] {
    margin-top: 20px;
}

input[type='submit']:hover, input[type='submit']:focus {
    background-color: #f38763;
}

.comment-form .logged-in-as {
    font-size: .9em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #aaaaaa;
}

.comment-form .logged-in-as a {
    padding: 0 6px;
    color: #f38763;
}

.comment-form .logged-in-as a:hover, .comment-form .logged-in-as a:focus {
    text-decoration: underline;
}

.form-allowed-tags {
    margin: 0;
    padding-bottom: 15px;
}

#comments input[type='text'], #comments input[type='email'], #comments input[type='password'] {
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-wrap input {
    width: 100%;
}

textarea:hover, textarea:focus {
    border: 1px solid #aaaaaa;
    outline: none;
}

.no-comments {
    padding: 0 30px 30px 30px;
    color: #aaaaaa;
}

/* entry first text */
.entry.drop-cap > p:first-of-type:first-letter {
    font-size: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    padding: 0 5px;
    text-align: center;
    color: #0d1217;
}

.entry.solid-drop-cap > p:first-of-type:first-letter {
    font-size: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #0d1217;
}

/*--------------------------------------------------------------
    6.0 - Footer
--------------------------------------------------------------*/
.footer-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 5px;
    background-color: #ffffff;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.sidebar-footer.sidebar-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}

.sidebar-footer.sidebar-wrap .widget {
    margin-bottom: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-footer.sidebar-wrap .widget:last-child {
    margin-bottom: 0;
}

.footer-area .widget-title h3 {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #eeeeee;
}

.footer-area .widget-title h3:after {
    display: none;
}

/* footer instagram */
.footer-instagram-widget {
    position: relative;
}

.footer-instagram-el {
    position: relative;
    display: block;
    padding: 0 !important;
}

.instagram-el-holder {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.instagram-el-holder > * {
    position: static !important;
    display: block;
    padding-bottom: 100%;
}

.footer-instagram-el img,
.instagram-el img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.instagram-el-holder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-instagram-widget .widget-title {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-instagram-widget .widget-title h3 {
    color: #333333;
    background-color: #ffffff;
}

/* footer social */
.footer-social-counter {
    color: #ffffff;
    background-color: #0d1217;
}

.top-footer-wrap .widget {
    display: none;
}

.top-footer-wrap .social-footer-counter.widget,
.top-footer-wrap .footer-instagram-widget.widget {
    display: block;
}

.top-footer-wrap .widget:first-child .footer-social-counter {
    margin-top: -5px;
    margin-bottom: 0;
}

.footer-social-counter {
    display: block;
    padding: 30px;
    text-align: center;
}

.footer-social-counter .counter-element {
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    border-right: 2px solid #333333;
}

.footer-social-counter a:hover {
    opacity: .7;
}

.footer-social-counter .counter-element:last-child {
    border-right: 0;
}

.counter-element > a {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-social-counter .counter-element i {
    font-size: 16px;
    line-height: 32px;
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #ffffff;
    border: 2px solid;
    border-radius: 50%;
}

.footer-social-counter .num-count {
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    display: block;
    float: left;
    padding-right: 3px;
}

.footer-social-counter a {
    white-space: nowrap;
    text-decoration: none !important;
}

.footer-social-counter .text-count {
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    text-align: left;
    letter-spacing: 4px;
}

#footer-copyright {
    text-align: center;
    color: #999999;
    background-color: #f4f4f4;
}

.copyright-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer-copyright a:hover {
    color: #333333;
}

.copyright-inner .social-bar-wrap {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.copyright-inner .social-bar-wrap a {
    padding: 0 7px;
}

#tn-back-top {
    position: fixed;
    z-index: 990;
    right: 18px;
    bottom: 0;
    display: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#tn-back-top i {
    line-height: 48px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 48px;
    height: 48px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: center;
    background-color: #0d1217;
    -webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.is-light-style #tn-back-top i {
    background-color: #ffffff;
}

#tn-back-top i:hover:before, #tn-back-top i:hover:after, .is-light-style #tn-back-top i:hover:before, .is-light-style #tn-back-top i:hover:after {
    background-color: #f38763;
}

#tn-back-top i:before {
    position: absolute;
    top: 15px;
    left: 17px;
    display: block;
    width: 1px;
    height: 20px;
    content: '';
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#tn-back-top i:after {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    width: 1px;
    height: 20px;
    content: '';
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.is-light-style #tn-back-top i:before, .is-light-style #tn-back-top i:after {
    background-color: #111111;
}

/*--------------------------------------------------------------
    6.0 - Light Style
--------------------------------------------------------------*/
.is-light-style .post-inner, .is-light-style .post-inner.grid-overlay-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.is-light-style .post-inner:after {
    border-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.is-light-style .post-inner .post-title {
    color: #111111;
}

.is-light-style .post-inner .meta-tags-wrap {
    color: #999999;
}

.is-light-style .post-wrap {
    background-color: #f7f7f7;
}

.is-light-style .post-format-wrap {
    color: #bbbbbb;
}

.is-light-style .classic-layout .post-share-bar a {
    color: #ffffff;
}

.is-light-style.single .post-inner {
    border-bottom: 2px dashed #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-light-style.single .post-inner:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-light-style .page-heading-inner {
    color: #333333;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.is-light-style .page-heading-inner:after {
    border-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/*--------------------------------------------------------------
    7.0 - Pages
--------------------------------------------------------------*/
/* 404 page */
.content-404-inner {
    position: relative;
    margin: 10px 25px;
    margin-bottom: 60px;
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.content-404-inner:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: '';
    border: 5px solid #ffffff;
}

.logo-404 h1 {
    font-size: 105px;
    font-weight: bold;
    line-height: 1em !important;
    display: block;
    overflow: hidden;
    margin: 0 24px 30px;
    text-shadow: 1px 1px 0 #ffffff, 2px 2px 0 #333333, 3px 3px 0 #dddddd, 4px 4px 0 #dddddd;
}

.title-404 {
    margin-top: 45px;
    margin-bottom: 0;
    color: #aaaaaa;
}

/* category page */
.page-heading-inner {
    position: relative;
    margin: 60px 25px;
    padding: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #0d1217;
}

.page-heading-inner .post-title em {
    font-weight: 400;
    margin-right: 5px;
    text-transform: capitalize;
}

.page-heading-inner:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: '';
    border: 5px solid #0d1217;
}

.page-heading-inner .post-title {
    margin-bottom: 0;
}

.page-heading-inner .post-title strong {
    text-transform: uppercase;
}

.search-no-result {
    margin-bottom: 0;
    padding: 30px 30px 90px 30px;
    text-align: center;
}

.page-author-inner {
    position: relative;
    margin: 60px 25px -15px;
}

.page-author-inner:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: '';
    border: 5px solid #ffffff;
}

.page-title-wrap .tn-page-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px dashed #eeeeee;
}

.about-page-inner {
    display: block;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #ffffff;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.about-page-inner .thumb-wrap img {
    min-height: 150px;
}

.about-page-inner .entry {
    margin: 25px 30px 45px 30px;
}

.about-heading {
    margin: 10px;
}

.about-title {
    display: block;
    text-align: center;
}

.about-title h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0d1217;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.about-title h1:after {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    display: block;
    content: '';
    border: 3px solid #0d1217;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.about-page-inner .single-footer-social-wrap {
    display: block;
    border-top: 1px dashed #eeeeee;
}

.page .single-footer-social-wrap a {
    font-size: 16px;
    margin-left: 0;
    color: #aaaaaa !important;
    background: none;
}

.page .single-footer-social-wrap a:hover {
    color: #111111 !important;
}

.about-page-inner .post-share-bar {
    padding: 10px;
}

.page-author-inner #single-author-box {
    margin: 0;
}

/* mailchimp */
.sidebar-wrap .widget.widget_mc4wp_widget, .sidebar-wrap .widget.widget_mc4wp_widget, .sidebar-wrap .widget.widget_mc4wp_form_widget, .sidebar-wrap .widget.widget_mc4wp_form_widget {
    padding: 20px 30px;
    color: #ffffff;
    background-color: #0d1217;
}

.mc4wp-form input[type=date], .mc4wp-form input[type=email],
.mc4wp-form input[type=tel], .mc4wp-form input[type=text],
.mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
    color: #ffffff;
    border: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mc4wp-form label {
    font-weight: 400 !important;
    font-style: italic;
    margin-bottom: 20px !important;
    text-align: center;
    text-transform: capitalize !important;
}

.mc4wp-form button, .mc4wp-form input[type='button'], .mc4wp-form input[type='submit'] {
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 0;
    background-color: #f38763;
}

.mc4wp-form button:hover, .mc4wp-form input[type='button']:hover, .mc4wp-form input[type='submit']:hover {
    color: #333333;
    background-color: #ffffff;
}

.infinite-scroll {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.infinite-scroll .infinite-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 0;
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    background-size: cover !important;
}

/* next prev pagination */
.pagination-next-prev {
    font-size: 13px;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

.pagination-next-prev .pagination-el {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    background-color: #eeeeee;
}

.pagination-next-prev .pagination-el a {
    line-height: 30px;
    display: block;
    padding: 0 15px;
    letter-spacing: 1px;
}

.pagination-next-prev .older {
    float: right !important;
}

.pagination-next-prev .older i {
    margin-left: 7px;
}

.pagination-next-prev .newer i {
    margin-right: 7px;
}

/* loadmore pagination */
.blog-loadmore-link {
    line-height: 30px !important;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #0d1217;
}

.pagination-wrap.ajax-pagination {
    position: relative;
    display: block;
    padding-bottom: 3px;
}

.pagination-wrap .blog-loadmore-link:hover {
    background-color: #f38763;
}

.blog-loadmore-link:before {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    content: '';
    border-right: 4px solid #000000;
    border-bottom: 4px solid #000000;
}

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 30px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

.ajax-animation-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    background-size: cover !important;
}

.ajax-infinite-scroll {
    position: relative;
    display: block;
    height: 30px;
}

/* featured area */
.slick-slide {
    outline: none !important;
}

.featured-slider-outer {
    overflow: hidden;
    margin-bottom: -35px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
}

.featured-slider-outer .featured-area {
    overflow: visible;
    margin-bottom: 0;
    padding: 10px;
    background-color: #ffffff;
}

.featured-slider-outer .slick-dots {
    bottom: -40px;
}

.is-background-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.grid-overlay-big-layout .is-background-image {
    position: relative;
    display: block;
    height: 550px;
}

#carousel-slider.slider-init {
    height: 550px;
}

.post-inner.grid-overlay-inner {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.post-thumb-overlay-outer {
    position: relative;
    display: block;
}

.post-thumb-holder {
    position: static;
    display: block;
    padding-bottom: 75%;
}

.post-thumb-overlay-outer .thumb-wrap {
    position: static;
    overflow: visible !important;
}

.post-thumb-overlay-outer img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}

/*default font */
#navigation {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-title, .widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-name-wrap, .single-tag-wrap {
    font-family: 'Noticia Text', serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.meta-tags-wrap {
    font-family: 'Noticia Text', serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.updated:not(.published) {
    display: none;
}

.read-more-wrap, input[type='submit'],
.blog-loadmore-link,
.pagination-next-prev {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.logo-text strong {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* WP Blocks */
.wp-block-separator {
    max-width: 80px;
    height: 1px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    opacity: .4;
    border: 0;
    border: none;
    border-bottom: 2px solid;
    background-color: #333333;
}

.wp-block-separator.is-style-wide {
    width: 100%;
    max-width: 100%;
    height: 2px;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
    max-width: 300px;
    margin-left: 0;
    list-style: none;
}

.entry-content .wp-block-archives a,
.entry-content .wp-block-categories a,
.entry-content .wp-block-latest-posts a {
    text-decoration: none !important;
}

.entry-content .wp-block-archives a,
.entry-content .wp-block-categories a {
    font-weight: inherit;
}

.entry-content .wp-block-latest-posts.is-grid li {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eeeeee;
}

blockquote p,
.entry-content blockquote p {
    margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
    color: #333333;
}

.entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
    font-weight: normal;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: none !important;
    background-color: #111111;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
    opacity: .7;
}

.entry-content .wp-block-categories-list.aligncenter,
.entry-content .wp-block-archives.aligncenter {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.entry-content .wp-block-categories-list > li:last-child > a,
.entry-content .wp-block-archives > li:last-child > a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.wp-block-pullquote {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    margin-bottom: 10px;
}

.wp-block-gallery {
    margin-left: 0;
}

.entry .wp-block-quote {
    margin-left: 0;
    border-color: #eeeeee;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.entry .wp-block-quote.is-large,
.enry .wp-block-quote.is-style-large {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 40px;
    border-left: 5px solid #eeeeee;
}

.wp-block-quote:before {
    display: none;
}

/* add new */
.entry.entry-content > * {
    margin-bottom: 1.2em;
}

.is-style-outline .wp-block-button__link {
    background: none !important;
}

.wp-block-cover.has-background-dim {
    color: #ffffff;
}

.wp-block-gallery .blocks-gallery-grid {
    margin-left: 0 !important;
}

.wp-block-pullquote.has-background {
    border: none;
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 2px solid;
}

.wp-block-pullquote blockquote {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    border-left: none;
}

.wp-block-pullquote blockquote:before {
    display: none;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper:before,
.wp-block-embed-youtube .wp-block-embed__wrapper:before,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper:before {
    display: block;
    padding-top: 56.25%;
    content: '';
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-calendar table {
    border: none;
}

.wp-block-calendar #wp-calendar tbody td a {
    text-decoration: underline;
    color: #111111;
    background: none;
}
