/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Main
3.0 - Headers
4.0 - Navigation
5.0 - Blocks
6.0 - Single
7.0 - Widgets
8.0 - Archive + Pages
9.0 - Widgets
10.0 - Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    1.0 - Reset
--------------------------------------------------------------*/
body {
    display: block;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

kbd {
    padding: 4px 7px;
    background: #333333;
    color: #ffffff !important;
}

dl {
    margin: 0 0 30px;
}

dd {
    margin-bottom: 30px;
    margin-left: 30px;
}

address {
    margin-bottom: 30px;
    font-style: italic;
}

big {
    font-size: 1.25em;
}

mark, ins, pre {
    background-color: #f2f2f2;
}

pre {
    margin-bottom: 40px;
    padding: 20px;
}

code {
    background-color: rgba(0, 0, 0, .07);
}

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.is-sticky, .bypostauthor {
    position: relative;
}

select {
    outline: none;
}

dt {
    font-weight: bold;
}

cite {
    font-weight: 700;
    font-style: italic;
    font-size: .85em;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: normal; /* Above WP toolbar. */
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'] {
    display: block;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #111111;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

input[type='text']:hover, input[type='text']:focus, input[type='email']:hover, input[type='email']:focus, input[type='password']:hover,
input[type='password']:focus, input[type='search']:hover, input[type='search']:focus, input[type='tel']:hover, input[type='tel']:focus {
    border-color: #111111;
    font-size: 14px;
}

select {
    display: block;
    padding: 12px;
    width: 100%;
    outline: none;
    border-color: #f2f2f2;
}

textarea {
    display: block;
    padding: 20px;
    width: 100%;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .05);
    color: #111111;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

textarea:hover, textarea:focus {
    border-color: #111111;
}

textarea:hover, textarea:focus {
    font-size: 14px;
}

button[type='submit'], input[type='submit'] {
    position: relative;
    padding: 12px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #111111;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px !important;
    line-height: 20px;
    cursor: pointer !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

button[type='submit']:hover, input[type='submit']:hover,
button[type='submit']:focus, input[type='submit']:focus {
    opacity: .7;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*--------------------------------------------------------------
   2.0 - Main
--------------------------------------------------------------*/
.ruby-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
}

.main-site-outer, .main-site-wrap {
    display: block;
}

.site-wrap-outer {
    display: block;
    overflow: hidden;
}

#ruby-site-content {
    position: relative;
    right: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
}

body.is-full-width #ruby-site-content {
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-page-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ruby-content-wrap {
    display: block;
    overflow: hidden;
}

.sidebar-wrap {
    display: block;
    padding-right: 0;
    padding-left: 60px;
}

.is-sidebar-left .sidebar-wrap {
    padding-right: 60px;
    padding-left: 0;
}

.sidebar-inner {
    position: relative;
    display: block;
}

body.is-site-link {
    position: relative;
    z-index: -1;
}

body.is-site-link:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    cursor: pointer;
}

/* boxed layout */
.is-boxed .main-site-outer {
    z-index: 3;
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
}

.is-divider {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* thumb caption */
.thumb-caption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 20;
    display: block;
    padding: 3px 12px;
    max-width: 300px;
    background-color: rgba(0, 0, 0, .2);
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-style: italic;
    font-size: 12px;
    line-height: 1.3;
}

.thumb-caption i {
    margin-right: 5px;
}

/* page pagination */
.pagination-wrap {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid rgba(24, 24, 24, .05);
    color: #aaaaaa;
    text-align: center;
}

.pagination-text {
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}

.pagination-num {
    display: inline-block;
    color: #ffffff;
}

.page-numbers {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    color: #aaaaaa;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.dots.page-numbers {
    width: auto;
    border: none;
}

.prev.page-numbers, .next.page-numbers {
    font-size: 15px;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus {
    border-color: #111111;
    background-color: #111111;
    color: #ffffff;
}

.pagination-wrap .newer {
    display: block;
    float: left;
}

.pagination-wrap .older {
    display: block;
    float: right;
}

.newer a, .older a {
    display: block;
    padding: 5px 15px;
    border: 2px solid;
    font-style: italic;
    line-height: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.newer i {
    margin-right: 5px;
    font-style: normal;
}

.older i {
    margin-left: 5px;
    font-style: normal;
}

.newer a:hover, .newer a:focus, .older a:hover, .older a:focus {
    border-color: #333333;
    background-color: #333333;
    color: #ffffff;
}

/* error style */
.ruby-overflow {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
}

.ruby-error {
    padding: 10px 20px;
    color: #fecd98;
    font-weight: bold;
    font-size: 12px;
}

.ruby-error:before {
    display: inline-block;
    margin-right: 7px;
    content: '\f071';
    font-family: rbfontawesome;
}

.ruby-error h3 {
    display: inline-block;
    margin: 0;
    font-size: inherit;
}

/* image animation */
.ruby-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-zoom.ruby-animated-image.ruby-animation {
    opacity: 1;;
    -webkit-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
    -moz-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
    animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
}

.ruby-fade.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.ruby-bottom.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ruby-bottom.ruby-animated-image {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

@keyframes ruby-zoom-animated {
    0% {
        transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ruby-zoom-animated {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes ruby-zoom-animated {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

.is-sidebar-left .ruby-content-wrap {
    float: right;
}

/* tipsy */
.tipsy-inner {
    background-color: #111111;
    font-size: 11px;
    opacity: 1 !important;
}

.tipsy-arrow-n, .tipsy-arrow {
    border-color: #111111;
}

/* slider slider */

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    opacity: .5;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.slick-dots li:hover, .slick-dots li:focus {
    opacity: 1;
}

.slick-dots li button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.slick-dots li:before {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    content: '';
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slick-dots li.slick-active:before {
    background-color: #ffffff;
}

/* slider nav */
.ruby-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ruby-slider-nav-small {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ruby-slider-prev {
    left: 20px;
    background: url('../images/nav-left.png') center center no-repeat !important;
    background-size: cover !important;
}

.ruby-slider-next {
    right: 20px;
    background: url('../images/nav-right.png') center center no-repeat !important;
    background-size: cover !important;
}

.ruby-slider-prev-small {
    right: auto;
    left: 0;
}

.ruby-slider-next-small {
    right: 0;
    left: auto;
}

.slick-slider:hover .ruby-slider-nav, .slick-slider:hover .ruby-slider-nav-small {
    opacity: 1;
}

/* slider loading*/
.slider-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    display: block;
    min-height: 44px;
    background: #f9f9f9 url('../images/ajax-loader.svg') no-repeat center center !important;
}

.is-light-text .slider-loading {
    background: #222222 url('../images/ajax-loader.svg') no-repeat center center !important;
}

.slider-init {
    display: block;
    overflow: hidden;
}

.is-relative {
    position: relative !important;
}

.is-absolute {
    position: absolute !important;
}

.is-center {
    text-align: center;
}

.is-table {
    position: relative;
    display: table !important;
    width: 100%;
    height: 100%;
}

.is-cell {
    display: table-cell !important;
}

.is-middle {
    vertical-align: middle;
}

.is-bottom {
    vertical-align: bottom;
}

.is-top {
    vertical-align: top;
}

.post-wrap, .post-outer {
    position: relative;
    display: block;
}

.post-wrap.is-background-post {
    margin-right: 0;
    margin-left: 0;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
}

.post-header {
    position: relative;
}

.ruby-col-5 {
    width: 20%;
}

/* block all */
.ruby-section {
    position: relative;
    display: block;
}

.main-site-content-wrap > .ruby-section-hs:first-child {
    margin-top: 40px;
}

.ruby-block-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
}

.ruby-block-inner {
    position: relative;
    display: block;
}

.block-header-wrap, .block-header-inner {
    display: block;
}

.block-header-inner {
    position: relative;
}

.block-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.block-title h3 {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 0;
    background-color: #ffffff;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
    line-height: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -2px;
    height: 4px;
    background-color: #f2f2f2;
    content: '';
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block-view-more {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    display: block;
    margin-top: -15px;
    padding-left: 15px;
    background-color: #ffffff;
    line-height: 1;
}

.block-view-more a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-view-more a:hover, .block-view-more a:focus {
    color: #111111;
}

.block-view-more i {
    display: inline-block;
    margin-left: 10px;
    line-height: inherit;
}

.block-content-wrap {
    position: relative;
    display: block;
    margin-right: -20px;
    margin-left: -20px;
}

/* module all */
.slider-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-wrap .post-title {
    display: block;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.post-title {
    line-height: 0;
}

.post-title > * {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35;
}

.post-title a {
    background-image: linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-position: bottom left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    -webkit-background-size: 0% 1px;
}

.is-light-text .post-title a {
    background-image: linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
}

.post-title a:hover, .post-title a:focus {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
}

.is-light-text .post-title a:hover, .is-light-text .post-title a:focus {
    color: #ffffff;
}

.post-title.is-big-title {
    font-size: 26px;
}

.post-title.is-big-title > * {
    line-height: 1.2;
}

.post-title.is-small-title {
    font-size: 15px;
}

.post-title.is-mini-title {
    text-transform: none;
    font-size: 15px;
}

.post-title.is-small-title > * {
    line-height: 1.5;
}

.post-title.is-mini-title > * {
    line-height: 1.6;
}

.is-light-text .post-title, .is-light-text .post-meta-info,
.is-light-text .post-cat-info a {
    color: #ffffff;
}

.is-light-text .post-title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.is-light-text .post-cat-info {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
}

.is-light-text .post-header {
    z-index: 10;
}

.post-header-meta {
    display: block;
    line-height: 1;
}

.post-header-meta > .post-cat-info, .post-header-meta > .post-meta-info {
    display: inline-block;
}

.post-header-meta > *:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    content: '|';
}

.post-header-meta > *:first-child:before {
    display: none;
}

.post-cat-info {
    display: block;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
}

.post-cat-info a {
    position: relative;
    margin-right: 10px;
    color: #111111;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-cat-info a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0%;
    height: 1px;
    background-color: rgba(26, 26, 26, .6);
    content: '';
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.is-light-text .post-cat-info a:after {
    background-color: rgba(255, 255, 255, .9);
}

.post-cat-info a:hover:after {
    width: 100%;
}

.post-cat-info a:last-child {
    margin-right: 0;
}

.is-light-text .post-cat-info a.cat-info-el:hover,
.is-light-text .post-cat-info a.cat-info-el:focus {
    color: #ffffff;
}

.post-meta-info {
    display: block;
    margin-bottom: 15px;
    color: #aaaaaa;
    line-height: 1.5;
}

.meta-info-el {
    position: relative;
    display: inline-block;
}

.meta-info-el:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    content: '|';
    vertical-align: middle;
    font-weight: normal;
}

.meta-info-el time.updated {
    display: none !important;
}

.meta-info-el:first-child:before {
    display: none;
}

.meta-info-el a:before {
    display: inline-block;
    margin-right: 2px;
    content: '.';
}

.meta-info-el a:first-of-type:before {
    display: none;
}

.meta-info-decs {
    text-transform: lowercase;
}

.meta-info-author-thumb {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 0;
}

.meta-info-author-thumb img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

.post-excerpt {
    display: block;
    margin-bottom: 20px;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
}

.is-light-text .post-excerpt {
    color: #eeeeee;
}

.post-btn {
    display: block;
}

.post-list .post-btn,
.post-classic .post-btn {
    margin-bottom: 20px;
}

.post-btn a {
    display: inline-block;
    padding: 10px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #111111;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px !important;
    line-height: 1;
    cursor: pointer !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-btn a:hover {
    opacity: .7;
}

/* post thumb */
.post-thumb-outer {
    position: relative;
    display: block;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb-outer .holder-none {
    height: 130px;
    background-color: #111111;
}

.post-thumb {
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb:hover img {
    opacity: .7;
}

.post-thumb.video-iframe {
    padding-bottom: 56% !important;
    height: 0 !important;
}

.post-thumb.audio-iframe {
    padding-bottom: 32% !important;
    height: 0 !important;
}

.post-thumb.audio-iframe.is-self-hosted {
    padding-bottom: 30px !important;
}

.post-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ruby-gallery-grid.slider-init {
    height: 412px;
}

.ruby-gallery-slider.slider-init {
    height: 551px;
}

/* post share */
.post-share-bar {
    display: block;
    text-align: left;
    line-height: 0;
}

.post-share-bar-inner {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
}

.post-share-bar-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    content: '\f064';
    text-align: center;
    font-size: 14px;
    font-family: rbfontawesome;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-share-bar-inner:hover:before {
    opacity: .5;
}

.share-bar-total {
    z-index: -1;
    display: inline-block;
    margin-left: 10px;
    color: #cbcbcb;
    vertical-align: top;
    white-space: nowrap;
    line-height: 32px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    pointer-events: none;
}

.post-share-bar .share-bar-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: hidden;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.share-bar-el i {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.share-bar-el:hover i,
.share-bar-icon:hover i {
    border-color: #111111;
    background-color: #111111;
    color: #ffffff;
}

.post-share-bar-inner:hover .share-bar-el {
    z-index: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.post-share-bar-inner .share-bar-el:nth-child(1) {
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(1) {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-share-bar-inner .share-bar-el:nth-child(2) {
    z-index: 2;
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(2) {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}

.post-share-bar-inner .share-bar-el:nth-child(3) {
    z-index: 3;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}

.post-share-bar-inner .share-bar-el:nth-child(4) {
    z-index: 4;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}

.post-share-bar-inner .share-bar-el:nth-child(5) {
    z-index: 5;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}

.post-share-bar-inner .share-bar-el:nth-child(6) {
    z-index: 6;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}

.post-share-bar-inner .share-bar-el:nth-child(7) {
    z-index: 7;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(7) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}

.post-share-bar-inner .share-bar-el:nth-child(8) {
    z-index: 8;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(8) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}

.post-share-bar-inner .share-bar-el:nth-child(9) {
    z-index: 9;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}

.post-share-bar-inner .share-bar-el:nth-child(10) {
    z-index: 10;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(10) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: translateX(362px);
    -moz-transform: translateX(362px);
    -ms-transform: translateX(362px);
    -o-transform: translateX(362px);
    transform: translateX(362px);
}

/* social color */
.icon-facebook i, .bg-facebook,
.social-link-info.is-color a.color-facebook {
    background-color: #899dce;
}

.icon-twitter i, .bg-twitter,
.social-link-info.is-color a.color-twitter {
    background-color: #60d2f5;
}

.icon-google i, .bg-google,
.social-link-info.is-color a.color-google {
    background-color: #dc4047;
}

.icon-youtube i, .bg-youtube,
.social-link-info.is-color a.color-youtube {
    background-color: #ef464b;
}

.icon-linkedin i, .bg-linkedin,
.social-link-info.is-color a.color-linkedin {
    background-color: #007bb6;
}

.icon-pinterest i, .bg-pinterest,
.social-link-info.is-color a.color-pinterest {
    background-color: #f74c53;
}

.icon-flickr i, .bg-flickr,
.social-link-info.is-color a.color-flickr {
    background-color: #ff0082;
}

.icon-tumblr i, .bg-tumblr,
.social-link-info.is-color a.color-tumblr {
    background-color: #32506d;
}

.icon-skype i,
.social-link-info.is-color a.color-skype {
    background-color: #00aae1;
}

.icon-reddit i,
.social-link-info.is-color a.color-reddit {
    background-color: #f16a5a;
}

.icon-email i,
.social-link-info.is-color a.color-email {
    background-color: #ffcf51;
}

.icon-digg i,
.social-link-info.is-color a.color-digg {
    background-color: #505050;
}

.icon-vimeo i, .bg-vimeo,
.social-link-info.is-color a.color-vimeo {
    background-color: #44bbe1;
}

.icon-rss i,
.social-link-info.is-color a.color-rss {
    background-color: #f4a62a;
}

.icon-dribbble i, .bg-dribbble,
.social-link-info.is-color a.color-dribbble {
    background-color: #fb70a6;
}

.icon-instagram i, .bg-instagram,
.social-link-info.is-color a.color-instagram {
    background-color: #709cbf;
}

.icon-500px i,
.social-link-info.is-color a.color-500px {
    background-color: #222222;
}

.icon-vk i, .bg-vk,
.social-link-info.is-color a.color-vk {
    background-color: #4c66a4;
}

.icon-soundcloud i, .bg-soundcloud,
.social-link-info.is-color a.color-soundcloud {
    background-color: #fd794a;
}

.icon-whatsapp i,
.social-link-info.is-color a.color-whatsapp {
    background-color: #5cbe4a;
}

.native-share-trigger i {
    background-color: #3070ff;
    font-size: 1.1em;
}

/* post review score */
.post-review-score {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
}

/* post format info */
.post-format-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: block;
    overflow: hidden;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    border: 2px solid;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.3);
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(24, 24, 24, .1);
    font-size: 18px;
    line-height: 38px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-format-info i {
    display: block;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: inherit;
}

.is-video-format i {
    margin-top: 1px;
    margin-left: 4px;
    font-size: 19px;
}

.is-audio-format i {
    margin-top: 1px;
    margin-left: 1px;
}

.is-gallery-format i {
    margin-top: 1px;
}

/* classic blog layout */
.blog-content-wrap {
    position: relative;
    display: block;
    margin-right: -20px;
    margin-left: -20px;
}

.blog-wrap.is-layout_list .pagination-wrap,
.blog-wrap.is-layout_classic .pagination-wrap,
.blog-wrap.is-layout_classic_lite .pagination-wrap {
    padding-top: 0;
    border-top: none;
}

.blog-wrap.is-layout_grid_small .blog-content-wrap,
.blog-wrap.is-layout_grid_small_s .blog-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.blog-wrap.is-layout_grid_small .post-classic-lite,
.blog-wrap.is-layout_grid_small_s .post-classic-lite {
    margin-right: 10px;
    margin-left: 10px;
}

.content-with-sidebar .blog-content-inner > *:nth-child(3n+1),
.content-without-sidebar .blog-content-inner > *:nth-child(4n+1) {
    clear: both;
}

.blog-wrap.is-layout_overlay_small .pagination-wrap {
    padding-top: 58px;
    border-top: none;
}

.blog-wrap.is-layout_overlay_small .blog-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.blog-wrap.is-layout_overlay_small .post-classic-lite {
    margin-right: 2px;
    margin-left: 2px;
}

/* feat wrap */
.feat-wrap {
    display: block;
    margin-bottom: 60px;
}

.feat-inner {
    margin-right: -20px;
    margin-left: -20px;
}

.feat-grid .feat-inner {
    margin-right: -10px;
}

.feat-grid .post-classic-lite {
    padding-bottom: 0;
    border-bottom: none;
}

.feat-grid .post-grid-small-s {
    margin-bottom: 30px;
}

.feat-wrap .slider-wrap.is-fw-slider {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

body.is-boxed .feat-wrap .slider-wrap.is-fw-slider {
    margin-right: 0;
    margin-left: 0;
}

.feat-wrap .slider-wrap.is-hw-slider {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

/* promo area */
.promo-wrap {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.promo-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
}

.promo-wrap .promo-el {
    padding-right: 10px;
    padding-left: 10px;
}

.promo-wrap .widget {
    margin: 0 0 30px 0;
    padding: 0;
}

.promo-wrap .widget:last-child {
    margin-bottom: 0;
}

.banner-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
}

.banner-image-wrap {
    position: relative;
    height: 200px;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.banner-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.banner-content-wrap .banner-content-inner {
    margin: 0;
    padding: 0;
}

.banner-content-wrap h3 {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background-color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
}

/*--------------------------------------------------------------
    3.0 - Header
--------------------------------------------------------------*/
.header-outer {
    display: block;
    margin-bottom: 20px;
}

.header-wrap {
    position: relative;
    display: block;
    border-bottom: none;
}

.header-ads-inner {
    display: inline-block;
}

/* header ad */
.header-ads-wrap {
    display: block;
    padding: 15px 15px 0 15px;
    text-align: center;
}

.ad-description {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
}

.ad-wrap, .ad-wrap iframe {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}

.ad-wrap .ad-image {
    position: relative;
    display: block;
}

.ad-wrap .ad-image img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* top bar */
.top-bar-wrap {
    position: relative;
    display: block;
    background-color: #111111;
}

.top-bar-inner {
    position: relative;
    display: block;
}

/* top bar menu */

.top-bar-menu {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.top-bar-menu-inner li {
    position: relative;
}

.top-bar-menu .top-bar-menu-inner > li {
    position: relative;
    display: block;
    float: left;
}

.top-bar-menu a {
    color: #ffffff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu a:hover, .top-bar-menu a:focus {
    opacity: .7;
}

.top-bar-menu .top-bar-menu-inner > li > a {
    display: block;
    padding: 0 10px;
    line-height: 34px;
}

.top-bar-menu-inner .sub-menu {
    position: absolute;
    top: 120%;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 180px;
    border-left: 1px solid rgba(24, 24, 24, .05);
    background-color: #111111;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    font-size: .9em;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.top-bar-menu-inner .sub-menu .sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 115%;
}

.top-bar-menu-inner li:hover > .sub-menu {
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu li:hover > .sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu a {
    position: relative;
    left: -5px;
    display: block;
    padding: 10px 20px 10px 12px;
    white-space: nowrap;
    line-height: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu-inner .sub-menu li a:before {
    position: relative;
    right: -5px;
    display: inline-block;
    visibility: hidden;
    margin-right: 10px;
    width: 5px;
    content: '\f105';
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-family: rbfontawesome;
    line-height: inherit;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu-inner .sub-menu li a:hover:before {
    right: 0;
    visibility: visible;
}

.top-bar-menu-inner .sub-menu li a:hover {
    left: 0;
}

/* top search form */
.top-bar-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    color: #ffffff;
}

.top-bar-right > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}

.top-bar-social-wrap {
    margin-right: 10px;
}

.top-bar-social-wrap a {
    padding-right: 5px;
    padding-left: 5px;
    opacity: .7;
}

.top-bar-social-wrap a:hover, .top-bar-social-wrap a:focus {
    opacity: 1;
}

.top-bar-shortcode {
    margin-right: 10px;
}

.ruby-search {
    position: relative;
    display: block;
}

.ruby-search input[type='text'] {
    padding: 10px 50px 10px 20px;
    color: #aaaaaa;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-search input[type='text']:hover, .ruby-search input[type='text']:focus {
    border-color: #111111;
    color: #111111;
}

.is-dark-text .ruby-search input[type='text']:hover, .is-dark-text .ruby-search input[type='text']:focus {
    border-color: #aaaaaa;
}

.header-outer .ruby-search input[type='text'], .off-canvas-search .ruby-search input[type='text'] {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.ruby-search-input {
    position: relative;
    display: block;
}

.ruby-search .ruby-search-submit, .ruby-search input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    background-color: transparent;
    text-align: center;
    line-height: 42px;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-search .ruby-search-submit:hover,
.ruby-search input[type='submit']:hover {
    opacity: 1;
}

.ruby-search input[type='submit'] {
    width: 100%;
    height: 100%;
}

.ruby-search .ruby-search-submit i {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: inherit;
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

#top-bar-search .ruby-search .ruby-search-submit i {
    color: #ffffff;
}

#top-bar-search .ruby-search input[type='text'] {
    padding: 0 50px 0 20px;
    min-width: 210px;
    border: none !important;
    color: #ffffff;
    white-space: nowrap;
    font-size: 11px;
    line-height: 34px;
}

#top-bar-search .ruby-search .ruby-search-submit, #top-bar-search .ruby-search input[type='submit'] {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

#top-bar-search .ruby-search .ruby-search-submit {
    font-size: 14px;
}

#top-bar-search .ruby-search input[type='text']:hover, #top-bar-search .ruby-search input[type='text']:focus {
    color: #ffffff;
}

.ruby-search .ruby-search-submit:hover i {
    opacity: 1;
}

/* Logo text */
.header-banner-wrap {
    position: relative;
    display: block;
    padding: 45px 40px;
    text-align: center;
}

.header-logo-wrap {
    display: block;
    text-align: center;
}

.logo-text, h1.logo-text {
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.site-tagline {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #aaaaaa;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

/* logo image */
.header-outer .logo-image {
    display: inline-block;
}

.logo-image {
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.logo-image:hover, .logo-image:focus {
    opacity: .7;
}

.logo-image img {
    max-height: 200px;
    width: auto;
    vertical-align: middle;
}

/* logo mobile */
.header-logo-mobile-wrap {
    display: none;
    text-align: center;
}

.logo-text-mobile-wrap {
    display: inherit;
    text-align: center;
}

.logo-text-mobile-wrap .logo-text, .header-style-2 .logo-text-mobile-wrap .logo-text {
    vertical-align: middle;
    font-size: 28px;
    line-height: 42px;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.logo-text-mobile.logo-text strong {
    font-size: 32px;
    line-height: 40px;
}

.header-logo-mobile-wrap .logo-image-mobile {
    display: block;
    padding: 2px 0;
}

.logo-image-mobile img {
    max-height: 34px;
    width: auto;
    vertical-align: middle;
}

/* off canvas button */
.header-banner-wrap .off-canvas-btn-wrap {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    margin-top: -27px;
}

.is-boxed .header-banner-wrap .off-canvas-btn-wrap {
    left: 20px;
}

.is-boxed .header-social-wrap {
    right: 20px !important;
}

.off-canvas-btn {
    position: relative;
    display: block;
    overflow: hidden;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

.off-canvas-btn .ruby-trigger {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.ruby-trigger .icon-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #111111;
    font-size: 0;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}

.ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}

.mobile-js-menu .ruby-trigger .icon-wrap {
    background-color: transparent;
}

.mobile-js-menu .ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.mobile-js-menu .ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.ruby-trigger:hover, .ruby-trigger:focus {
    opacity: 1;
}

/* social wrap */
.header-social-wrap {
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    margin-top: -21px;
}

.header-social-wrap a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 42px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.header-social-wrap a:hover {
    opacity: .7;
}

.header-social-wrap > * {
    display: inline-block;
}

.banner-search-wrap {
    position: relative;
    cursor: pointer;
}

.header-social-wrap > *:last-child:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    width: 1px;
    background-color: #f7f7f7;
    content: '';
}

.header-social-wrap > *:first-child:before {
    display: none !important;
}

/* search form popup */

/* popup effect */
.mfp-bg.mpf-ruby-effect {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mfp-container:hover {
    cursor: url('../images/cursor-close.png'), default;
}

.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: .92;
}

.mfp-removing.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: 0;
}

.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: .92;
}

.mpf-ruby-effect.mfp-ready .mfp-animation {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: perspective(600px) scale(1);
    transform: translate3d(0, -120px, 0);
}

.mpf-ruby-effect .mfp-animation {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -120px, 0);
}

.mpf-ruby-effect.mfp-ready.mfp-removing .mfp-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0)
}

#ruby-banner-search-form .banner-search-form-inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 780px;
}

#ruby-banner-search-form .ruby-search input[type='text'] {
    padding: 10px 88px 10px 30px;
    border: 4px solid #aaaaaa;
    font-size: 22px;
    line-height: 30px;
}

#ruby-banner-search-form .ruby-search input[type='text']:hover,
#ruby-banner-search-form .ruby-search input[type='text']:focus {
    border-color: #111111;
    color: #111111;
}

#ruby-banner-search-form .ruby-search .ruby-search-submit {
    width: 58px;
    height: 58px;
    line-height: 58px;
}

#ruby-banner-search-form .ruby-search .ruby-search-submit i {
    font-size: 18px;
}

/* off canvas section */
.off-canvas-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9801;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 320px;
    background-color: #111111;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.off-canvas-inner {
    position: relative;
    display: block;
    padding: 40px 20px;
}

.off-canvas-wrap.is-dark-text {
    background-color: #ffffff;
}

.admin-bar .off-canvas-wrap {
    top: 32px;
}

.mobile-js-menu .off-canvas-wrap {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-site-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: background .5s linear, visibility .5s linear;
    -moz-transition: background .5s linear, visibility .5s linear;
    transition: background .5s linear, visibility .5s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mobile-js-menu .main-site-mask {
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
}

.mobile-js-menu .main-site-mask:hover {
    cursor: url('../images/cursor-close.png'), default;
}

.off-canvas-wrap::-webkit-scrollbar {
    width: 6px;
    background: #eeeeee;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar {
    background: #333333;
}

.off-canvas-wrap::-webkit-scrollbar-corner {
    display: block;
    border-radius: 4px;
    background-color: #282828;
}

.off-canvas-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #282828;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar-corner,
.off-canvas-wrap.is-light-text::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
}

#ruby-off-canvas-close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    opacity: .5;
}

.off-canvas-wrap.is-dark-text #ruby-off-canvas-close-btn {
    color: #111111;
}

#ruby-off-canvas-close-btn:hover, #ruby-off-canvas-close-btn:focus {
    opacity: 1;
}

.off-canvas-social-wrap {
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.is-dark-text .off-canvas-social-wrap {
    border-color: #f2f2f2;
}

.off-canvas-social-wrap a {
    display: inline-block;
    padding: 0 7px;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.off-canvas-social-wrap a:hover, .off-canvas-social-wrap a:focus {
    opacity: .7;
}

.off-canvas-wrap.is-dark-text .off-canvas-social-wrap a {
    color: #111111;
}

.off-canvas-wrap.is-light-text .off-canvas-nav-wrap {
    color: #ffffff;
}

.ruby-close-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-close-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ruby-close-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-dark-text .ruby-close-btn:before,
.is-dark-text .ruby-close-btn:after {
    background-color: #111111;
}

/* off canvas menu */
.off-canvas-nav-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.off-canvas-nav-wrap .sub-menu {
    display: none;
}

.off-canvas-nav-wrap a {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .05);
    line-height: 42px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.off-canvas-nav-wrap a:hover {
    opacity: .7;
}

.is-dark-text .off-canvas-nav-wrap a {
    border-color: #f7f7f7;
}

.off-canvas-nav-inner > li:first-child > a {
    border-top: none;
}

.off-canvas-nav-wrap .explain-menu {
    z-index: 999;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.off-canvas-nav-wrap .explain-menu:hover {
    opacity: 1;
}

.off-canvas-nav-wrap .explain-menu-inner {
    text-align: center;
    font-size: 15px;
}

.off-canvas-nav-wrap .show-sub-menu > .sub-menu {
    display: block !important;
}

.off-canvas-nav-wrap .sub-menu {
    padding-left: 15px;
    font-size: .85em;
}

.off-canvas-nav-wrap .sub-menu .sub-menu {
    font-size: inherit;
}

.off-canvas-widget-section-wrap.sidebar-wrap {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.off-canvas-wrap .ruby-animated-image {
    opacity: 1;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -ms-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

/*--------------------------------------------------------------
    4.0 - Navigation
--------------------------------------------------------------*/

.header-nav-wrap {
    position: relative;
    z-index: 9800;
    display: block;
    background-color: #ffffff;
}

.header-nav-wrap .off-canvas-btn {
    float: left;
}

.header-nav-inner {
    z-index: 999;
    display: block;
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header-nav-inner .off-canvas-btn-wrap {
    display: none;
}

.header-nav-inner .off-canvas-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 42px;
}

.header-nav-inner .nav-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.nav-search-wrap a {
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.nav-search-wrap a:hover, .nav-search-wrap a:focus {
    opacity: 1;
}

.header-nav-holder {
    position: relative;
    display: block;
    min-height: 42px;
    border-bottom: 1px solid #f2f2f2;
}

.ruby-is-stick .header-nav-holder {
    border-color: transparent;
}

.main-nav-wrap {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    font-family: 'Raleway', sans-serif;
}

.main-nav-inner {
    position: static;
    display: inline-block;
    margin: 0;
}

.main-nav-inner > li {
    display: block;
    float: left;
}

.main-nav-inner a {
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.main-nav-inner .post-title a {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.main-nav-inner a:hover, .main-nav-inner a:focus {
    opacity: .7;
}

.main-nav-inner .post-wrap a {
    opacity: 1 !important;
}

.main-nav-inner > li.menu-item-has-children {
    position: relative;
}

.main-nav-inner > li > a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.main-nav-inner > li.menu-item-has-children > a:after,
.top-bar-menu-inner > li.menu-item-has-children > a:after {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    content: '\f107';
    text-align: center;
    letter-spacing: 0;
    font-family: rbfontawesome;
    line-height: 1;
}

.main-nav-inner .is-sub-menu {
    position: absolute;
    top: 120%;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding: 5px 0;
    min-width: 185px;
    border: 4px solid #f2f2f2;
    background-color: #ffffff;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.main-nav-inner .is-sub-menu .is-sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 115%;
}

.main-nav-inner li:hover > .is-sub-menu,
.main-nav-inner li.show-sub-menu > .is-sub-menu {
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu li:hover > .is-sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
    position: relative;
    left: -5px;
    display: block;
    padding: 10px 25px 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: .85em;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.is-sub-menu li {
    position: relative;
}

.main-nav-inner .is-sub-menu li a:before {
    position: relative;
    right: -10px;
    display: inline-block;
    visibility: hidden;
    margin-right: 10px;
    width: 5px;
    content: '\f105';
    vertical-align: top;
    text-align: center;
    letter-spacing: 0;
    font-family: rbfontawesome;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.main-nav-inner .is-sub-menu li a:hover {
    left: 0;
}

.main-nav-inner .is-sub-menu li a:hover:before {
    right: 0;
    visibility: visible;
}

.no-menu {
    display: block;
    padding: 10px 0;
    color: #aaaaaa;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
}

.no-menu a {
    display: inline-block;
    width: auto;
    border: none;
    text-decoration: underline;
    font-weight: bold;
}

.no-menu a:hover {
    color: #111111;
}

/* mega menu */
#navigation .is-cat-mega-menu.is-mega-menu, #navigation .is-col-mega-menu.is-mega-menu {
    position: static;
}

#navigation .mega-menu-wrap {
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    padding: 20px 10px;
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.mega-menu-wrap .post-grid-small-s {
    margin-bottom: 0;
}

.mega-menu-wrap .post-wrap {
    letter-spacing: 0;
}

.main-nav-inner .mega-menu-wrap .is-sub-menu {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    visibility: visible;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.mega-menu-wrap:hover .is-sub-menu {
    pointer-events: auto;
}

.main-nav-inner .mega-category-menu.mega-menu-wrap.is-sub-menu li {
    display: block;
    float: left;
}

.main-nav-inner .mega-category-menu.mega-menu-wrap.is-sub-menu li a {
    padding: 5px 10px;
}

/* mega column menu */
#navigation .mega-menu-wrap.mega-col-menu {
    padding-right: 0;
    padding-left: 0;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .is-sub-menu .sub-sub-menu-wrap {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border-top: 2px solid #f2f2f2;
    background-color: transparent;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .sub-menu-inner > li {
    display: block;
    float: left;
    padding: 0 40px;
    width: 25%;
    border-left: 4px solid #f2f2f2;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .sub-menu-inner > li:first-of-type {
    border-left: none;
}

#navigation .main-nav-inner .is-mega-menu:hover > .is-sub-menu {
    top: 100% !important;
    z-index: 9801 !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .mega-menu-wrap.mega-col-menu .is-sub-menu {
    margin: 0;
    padding: 0;
    border: none;
}

.main-nav-inner .mega-menu-wrap.mega-col-menu a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a {
    left: 0;
    font-size: inherit;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a:before {
    right: 0;
    visibility: visible;
}

.main-nav-inner .explain-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 0 7px;
    line-height: inherit;
}

.ruby-is-stick .header-nav-inner {
    -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .03);
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .03);
    opacity: .9;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ruby-is-stick .main-nav-wrap {
    border-color: transparent;
}

.ruby-is-stick .header-nav-inner:hover {
    opacity: 1;
}

.ruby-is-stick .main-nav-inner > li > a {
    height: 42px;
    line-height: 42px;
}

/*--------------------------------------------------------------
    5.0 - Blocks
--------------------------------------------------------------*/

/* fw block 1 */
.fw-block-1.ruby-block-wrap {
    margin-bottom: 10px;
}

/* fw block 2, fw block 3 */
.fw-block-2.ruby-block-wrap, .fw-block-3.ruby-block-wrap {
    margin-bottom: 10px;
}

.fw-block-2 .block-content-wrap, .fw-block-3 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.fw-block-2 .block-content-wrap > *:nth-child(4n+1),
.fw-block-3 .block-content-wrap > *:nth-child(4n+1) {
    clear: both;
}

/* fw block carousel */
.fw-block-carousel .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-carousel .post-wrap, .feat-carousel .post-wrap {
    margin-right: 5px;
    margin-left: 5px;
    outline: none !important;
}

/* block ad wrap */
.block-ad-box {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.ruby-section-fw .block-ad-box {
    margin-top: -15px;
}

.block-ad-box .block-content-wrap {
    margin-right: 10px;
    margin-left: 10px;
}

.ruby-section-hs .block-ad-box .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

/* fw block slider */
.post-slider-fw, .ruby-slider-fw.slider-init {
    height: 520px;
}

body:not(.is-boxed) .fw-block-slider-fw {
    margin-right: 20px;
    margin-left: 20px;
}

.fw-block-slider-fw .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

/* fw block carousel */
.post-carousel, .ruby-carousel.slider-init {
    height: 520px;
}

.ruby-carousel-1.slider-init {
    height: 365px;
}

/* block fullwidth code */
.fw-block-code.is-wrapper .block-content-wrap,
.block-hs-code .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-code .block-content-wrap .entry,
.block-hs-code .block-content-wrap .entry {
    margin-top: 0;
}

.fw-block-code .code-header-outer {
    padding-right: 0;
    padding-left: 0;
}

.shortcode-box-wrap {
    position: relative;
    display: block;
}

.fw-block-code .shortcode-box-wrap {
    margin-right: 20px;
    margin-left: 20px;
}

/* fullwidth block 4*/
.fw-block-4 .block-content-wrap, .block-composer-latest-blog.layout_overlay_small .block-content-wrap {
    margin: -2px !important;
}

.fw-block-4 .post-wrap {
    margin: 2px;
}

.fw-block-4 .post-outer:nth-child(3n+1) {
    clear: both;
}

.fw-block-4 .post-overlay .post-format-info,
.hs-block-4 .post-overlay .post-format-info,
.fw-block-5 .post-overlay .post-format-info {
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    margin: 0;
}

/* fw block video */
.fw-block-video {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #111111;
}

.fw-block-video .block-header-wrap {
    margin-right: -20px;
    margin-left: -20px;
}

.fw-block-video .block-title h3 {
    background-color: #111111;
    color: #ffffff;
}

.fw-block-video .block-title:after {
    background-color: rgba(255, 255, 255, .1);
}

.is-boxed .fw-block-video {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fw-block-video .post-thumb {
    background-color: #000000;
}

.fw-block-video .post-list-small .post-header {
    margin-left: 125px;
}

.video-playlist-outer {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-playlist-iframe {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 30px;
}

.video-playlist-iframe-nav {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
    padding-right: 10px;
    max-height: 420px;
}

.video-playlist-iframe-nav::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #333333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

.video-playlist-iframe-nav::-webkit-scrollbar-corner {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff5271;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-playlist-iframe-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff5271;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    background: rgba(28, 28, 28, 1) url('../images/video-loader.svg') no-repeat center center !important;
    opacity: 0.96;
}

.video-playlist-iframe-nav-el .post-wrap {
    cursor: pointer;
}

.video-playlist-iframe-nav-el:last-child {
    margin-bottom: 0;
}

/* post list */
.post-wrap.post-list .is-left-col {
    padding-right: 20px;
}

.post-wrap.post-list .is-right-col {
    padding-left: 20px;
}

.post-wrap.post-list > *:first-child:not(.is-left-col) {
    padding-left: 0;
    width: 100%;
}

.post-list {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.post-sticky .post-title a:before {
    display: inline-block;
    margin-right: 7px;
    font-size: .85em;
    content: '\f08d';
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-family: rbfontawesome;
}

/* post classic */
.post-classic {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f2f2f2;
}

.post-classic-lite .post-meta-info {
    margin-bottom: 0;
}

.post-classic .post-thumb-outer {
    display: block;
    margin-bottom: 30px;
}

.hs-block-1 article.post-wrap:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-classic .share-bar-total {
    float: right;
}

.post-classic .post-excerpt,
.post-classic .entry {
    margin-top: 40px;
}

.post-classic .entry {
    color: #777777;
}

/* hs block 2 */
.hs-block-2.ruby-block-wrap {
    margin-bottom: 10px;
}

.post-grid {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.post-grid .post-thumb-outer {
    margin-bottom: 20px;
}

.post-grid .post-excerpt {
    margin-top: 20px;
}

.post-grid .share-bar-total {
    float: right;
}

.hs-block-3 .post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hs-block-7 .is-left-col {
    padding-right: 40px;
}

.hs-block-7 .is-left-col, .hs-block-7 .is-right-col {
    padding-right: 20px;
    padding-left: 20px;
}

.hs-block-7 .is-right-col .post-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.hs-block-7 .is-right-col .post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-small-list .post-cat-info {
    margin-bottom: 0;
}

/* hs block 8 */
.hs-block-8 .block-content-wrap {
    margin-right: -10px;
}

.hs-block-8 .post-grid-small-lite {
    margin-bottom: 25px;
}

.hs-block-8 .post-classic {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hs-block-8 .is-right-col .post-outer:last-child {
    margin-bottom: 0;
}

/* post overlay */
.post-overlay .is-absolute {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-overlay .post-header {
    z-index: 10;
    padding: 0 20px 25px 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-overlay:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    pointer-events: none;
}

.post-overlay .post-cat-info {
    margin-left: 2px;
}

.post-overlay .post-title {
    margin-bottom: 0;
}

.post-overlay .post-thumb-outer > *:nth-child(3) {
    right: auto;
    left: 0;
}

/* post overlay small */
.post-overlay-small {
    margin: 2px;
}

.widget .post-overlay-small {
    margin: 0;
}

.widget .post-overlay-small .post-format-info {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    margin: 0;
}

.post-overlay.post-overlay-small .post-header {
    padding: 0 15px 20px 15px;
}

.post-overlay.post-overlay-small .post-cat-info {
    margin-bottom: 10px;
}

/* post list mini */
.post-wrap.post-list-mini .post-meta-info {
    margin-bottom: 0;
}

/* has sidebar block 5 */
.hs-block-5.ruby-block-wrap {
    margin-bottom: 10px;
}

.hs-block-5 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.post-grid-small {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.post-grid-small .post-header-inner {
    display: block;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 18px 13px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;;
}

.post-grid-small > *:first-child:not(.post-thumb-outer) .post-header-inner {
    margin-top: 0;
    padding: 0;
    border: none;
}

.post-grid-small .post-title {
    margin-bottom: 0 !important;
}

.post-grid-small:hover .post-header-inner {
    border-color: #111111;
}

.post-grid-small .post-title a {
    text-decoration: none !important;
}

/* has sidebar block 6 */
.hs-block-6.ruby-block-wrap {
    margin-bottom: 10px;
}

.hs-block-6 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.post-grid-small-s {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.post-grid-small-s .post-thumb-outer {
    margin-bottom: 15px;
}

.hs-block-5 .block-content-wrap > *:nth-child(3n+1),
.hs-block-6 .block-content-wrap > *:nth-child(3n+1) {
    clear: both;
}

/*has sidebar block 7 */
.hs-block-4 .block-content-wrap {
    margin: -2px !important;
}

.hs-block-4 .post-wrap {
    margin: 2px;
}

.hs-block-4 .post-outer:nth-child(2n+1) {
    clear: both;
}

/* post slider mini */
.post-slider-mini {
    position: relative;
    display: block;
    padding-bottom: 35px;
    outline: none !important;
}

.post-slider-mini .post-header {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-slider-mini .post-header-inner {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    padding: 15px;
    border: 2px solid transparent;
    background-color: #ffffff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.is-light-text .post-slider-mini .post-header-inner {
    background-color: #111111;
}

.post-slider-mini:hover .post-header-inner {
    border-color: #111111;
}

.post-slider-mini .post-title {
    margin-bottom: 0;
}

.post-slider-mini .post-title a {
    text-decoration: none !important;
}

.ruby-slider-hw-nav.slider-init {
    height: 325px;
}

.post-slider-hw {
    position: relative;
    display: block;
}

.post-slider-hw, .ruby-slider-hw.slider-init {
    height: 490px;
}

.post-slider-hw:before,
.post-slider-fw:before,
.post-carousel:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    pointer-events: none;
}

.post-slider-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.post-slider .is-table, .post-slider .is-cell {
    pointer-events: none;
}

.post-slider .post-header {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.post-slider-hw .post-header,
.post-slider-fw .post-header,
.post-carousel .post-header {
    display: block;
    margin: 0 auto 60px auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 540px;
}

.ruby-slider-hw-nav {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    margin-right: -15px;
    margin-left: -15px;
}

.ruby-slider-hw-nav .post-wrap {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    outline: none !important;
}

.fw-block-slider-hw .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
}

.fw-block-slider-hw.ruby-block-wrap {
    margin-bottom: 45px;
}

/* featured block grid */
.fw-block-grid .block-content-wrap {
    margin-right: -10px;
}

.fw-block-grid .post-classic-lite {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
}

.fw-block-grid.ruby-block-wrap {
    margin-bottom: 30px;
}

.fw-block-grid .post-grid-small-s {
    margin-bottom: 30px;
}

/* featured block grid overlay */
.fw-block-grid-overlay .block-content-wrap {
    margin: -2px;
}

.fw-block-grid-overlay .post-overlay-small .post-thumb {
    max-height: 251px;
}

/* block composer */
.content-without-sidebar .block-composer-latest-blog.layout_grid:not(.is-big-first) .post-outer:nth-child(3n+1),
.content-without-sidebar .block-composer-latest-blog.layout_overlay_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid .post-outer:nth-child(3n+2),
.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_overlay_small .post-outer:nth-child(3n+2) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(4n+1),
.content-without-sidebar .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(4n+1) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small_s .post-outer:nth-child(4n+2),
.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small .post-outer:nth-child(4n+2) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid:not(.is-big-first) .post-outer:nth-child(2n+1),
.ruby-section-hs .block-composer-latest-blog.layout_overlay_small:not(.is-big-first) .post-outer:nth-child(2n+1) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid.is-big-first .post-outer:nth-child(2n+2),
.ruby-section-hs .block-composer-latest-blog.layout_overlay_small.is-big-first .post-outer:nth-child(2n+2) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(3n+1),
.ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(3n+2),
.ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(3n+2) {
    clear: both;
}

.block-composer-latest-blog.layout_grid_small_s .block-content-wrap,
.block-composer-latest-blog.layout_grid_small .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.block-composer-latest-blog.layout_list .pagination-wrap,
.block-composer-latest-blog.layout_classic .pagination-wrap,
.block-composer-latest-blog.layout_classic_lite .pagination-wrap {
    padding-top: 0;
    border-top: 0;
}

@media only screen and (max-width: 767px) {
    .content-without-sidebar .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(4n+3),
    .content-without-sidebar .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(4n+3) {
        clear: both;
    }

    .content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small_s .post-outer:nth-child(4n+4),
    .content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small .post-outer:nth-child(4n+4) {
        clear: both;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(3n+1),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
        clear: none;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(3n+2),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(3n+2) {
        clear: none;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(2n+1),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(2n+1) {
        clear: both;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(2n+2),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(2n+2) {
        clear: both;
    }

}

/*--------------------------------------------------------------
    6.0 - Single
--------------------------------------------------------------*/
#single-post-infinite {
    display: block;
    position: relative;
    overflow: hidden;
}

.single .post-title.single-title {
    margin-bottom: 30px;
    font-size: 32px;
}

.single .post-title.single-title h1 {
    font-size: inherit;
}

.single-meta-info-bar {
    position: relative;
    display: block;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    line-height: 0;
}

.single-meta-info-bar .post-meta-info {
    display: block;
    float: left;
    margin-bottom: 0;
}

.single-meta-info-bar .meta-info-el {
    line-height: 40px;
}

.single-meta-info-bar a:hover {
    color: #111111;
}

.single-share-bar {
    display: block;
    float: right;
    margin-top: 4px;
}

.single-share-bar > * {
    display: inline-block;
}

.single-share-bar-inner > a {
    display: block;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
}

.single-thumb-outer {
    margin-bottom: 40px;
}

.single-share-bar-total.share-bar-total {
    margin-right: 10px;
    margin-left: 0;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.entry {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    line-height: 1.7;
}

.single.is-left-margin .single-entry {
    margin-left: 80px;
}

.single.single-attachment .single-entry {
    margin-left: 0;
}

.single-subtitle h3 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #aaaaaa;
    text-transform: none;
    font-size: 18px;
}

/* table of contents */
.rb-table-contents {
    display: inline-flex;
    float: none;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.table-content-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.table-content-header .h3 {
    font-size: 22px;
    line-height: 1;
}

.table-content-header i {
    line-height: 0;
    margin-right: 7px;
    color: #ff7171;
}

.rb-table-contents .inner a.h5 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    opacity: 1;
    color: #242424 !important;
    text-decoration: inherit;
}

.rb-table-contents .inner a.h5:before {
    font-size: .8em;
    display: inline-flex;
    flex-grow: 0;
    margin-right: 5px;
    padding: 0 4px 1px 4px;
    border-radius: 3px;
    background-color: #242424 !important;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.rb-table-contents .inner a:visited {
    color: #aaaaaa;
}

body:not([data-theme='dark']) .rb-table-contents .inner a:visited:not(:hover):before {
    background-color: #aaaaaa;
}

.rb-table-contents .inner a.h5:hover {
    opacity: 1;
    color: #ff7171 !important;
    text-decoration: inherit;
}

.rb-table-contents .inner a.h5:hover:before {
    background-color: #ff7171 !important;
}

.rb-table-contents .inner {
    counter-reset: table-content;
}

.table-link {
    counter-reset: table-content-subsection;
}

.table-link:before {
    content: counter(table-content);
    counter-increment: table-content;
}

.table-link-depth:before {
    content: counter(table-content) '.' counter(table-content-subsection);
    counter-increment: table-content-subsection;
}

.rb-table-contents .inner a.h5:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.table-link-depth {
    margin-left: 20px;
}

.rb-table-contents.table-left .table-link-depth:before {
    margin-right: 3px;
}

/* entry */
h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 46px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 34px;
}

h4 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
}

h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
}

blockquote {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    border-left: 5px solid #111111;
    color: #111111;
    font-style: italic;
    font-size: 18px;
}

blockquote > *:first-child {
    margin-top: 0 !important;
}

blockquote > *:last-child {
    margin-bottom: 0 !important;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    font-weight: inherit;
}

.entry p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: inherit;
}

.entry iframe {
    display: block;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    max-width: 100%;
}

.entry a:not(.button), .excerpt a {
    font-weight: bold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry a.wp-block-button__link,
a.wp-block-button__link {
    font-weight: inherit;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.entry a:hover, .entry a:focus,
.excerpt a:hover, .excerpt a:focus {
    text-decoration: underline;
}

.entry a.wp-block-button__link:hover,
.entry a.wp-block-button__link:focus {
    text-decoration: none;
    opacity: .7;
}

.wp-block-button__link {
    background-color: #111111;
}

.wp-block-button.is-style-outline a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}

.entry ul, .entry ol {
    margin: 0 0 30px;
}

.entry li {
    margin: 0 0 10px 25px;
}

.entry ul li {
    list-style: disc;
}

.entry ol li {
    list-style: decimal;
}

.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.entry img, .entry video {
    max-width: 100%;
    height: auto;
}

.entry input {
    margin-bottom: 10px;
}

.entry ul[class^='wp-block-'] li,
.entry ol[class^='wp-block-'] li {
    list-style: none;
    margin-left: 0;
}

.wp-block-categories, .wp-block-archives {
    max-width: 320px;
}

/* entry image fix */
.wp-block-image {
    margin-right: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    max-width: 100%;
}

.image-caption,
.wp-caption-text,
.gallery-caption,
.ruby-content-wrap .wp-block-audio figcaption,
.ruby-content-wrap .wp-block-video figcaption,
.ruby-content-wrap .wp-block-image figcaption,
.ruby-content-wrap .wp-block-embed figcaption,
.ruby-content-wrap .wp-block-gallery .blocks-gallery-image figcaption,
.ruby-content-wrap .wp-block-gallery .blocks-gallery-item figcaption {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding: 10px 10px 0;
    color: #777777;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
}

.wp-block-image figcaption:before {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: rbfontawesome;
    content: '\f030';
}

figure {
    margin: 2.2rem 0;
}

.wp-caption, .gallery-caption {
    margin-bottom: 30px;
    max-width: 100%;
    color: #777777;
    font-style: italic;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 10px;
    text-align: right;
    font-size: 12px;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 5px 30px 30px 0;
    max-width: 100%;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 5px 0 30px 30px;
    max-width: 100%;
}

.alignnone, img.alignnone {
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

.thumbnail.push-bottom {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
}

.entry.big-paragraph > p:first-of-type {
    font-weight: bold;
    font-size: 1.05em;
}

.copy a:not(.button), .story a:not(.button) {
    border-bottom-color: #111111;
    color: #111111;
}

th, td {
    padding: 7px 15px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: left;
}

dl {
    margin-bottom: 1em;
}

table {
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.wp-block-gallery ul.blocks-gallery-grid,
ul.wp-block-gallery {
    margin: 0;
}

.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;
}

.entry .gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 40px;
    margin-left: -10px;
    padding-top: 10px;
}

.gallery-item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item div {
    margin: 0;
}

.gallery-item .wp-caption-text.gallery-caption {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    padding: 5px 10px;
    background-color: #f7f7f7;
    color: #777777;
    line-height: 1.5;
}

/* 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;
}

.entry .fluid-width-video-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* like box */
.single-like-wrap {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    line-height: 0;
    clear: both;
}

.single-like-wrap .single-like-inner {
    margin: 0;
    padding: 0;
}

.like-el:first-child {
    margin-right: 25px;
}

.like-el {
    display: block !important;
    float: left !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.like-el:last-child {
    margin-right: 0;
}

/* box tag */
.single-tag-wrap {
    display: block;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.single .single-tag-wrap {
    color: #111111;
    text-transform: uppercase;
}

.single-tag-wrap .tag-title {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    background-color: #111111;
    color: #ffffff;
    vertical-align: middle;
    line-height: 1.4;
}

.single-tag-wrap a:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    content: '.';
}

.single-tag-wrap a:first-of-type:before {
    display: none;
}

.single-post-ad {
    display: block;
    text-align: center;
}

.single-post-ad > * {
    display: inline-block;
    max-width: 100%;
}

.single-post-ad-top {
    margin-top: 30px;
}

.single-post-ad-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* single author */
.single-author-wrap {
    display: block;
}

.author-content-wrap {
    display: block;
    margin-top: -10px;
    margin-left: 120px;
}

.author-content-wrap .author-title a:hover {
    text-decoration: underline;
}

.author-thumb-wrap img {
    display: block;
    border-radius: 50%;
    vertical-align: middle;
}

.single-author-wrap .author-thumb-wrap {
    display: block;
    float: left;
    margin-right: 30px;
    width: 100px;
}

.single .author-thumb-wrap img {
    margin-bottom: 0;
}

.author-content-wrap .author-title > * {
    display: inline-block;
}

.author-job {
    color: #bbbbbb;
    font-weight: 700;
    font-size: 11px;
}

.author-title h3 {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.author-job {
    margin-left: 7px;
    font-size: 12px;
}

.author-content-wrap .author-description {
    display: block;
    margin-top: 10px;
    color: #aaaaaa;
    font-size: .85em;
    line-height: 1.7;
}

.author-content-wrap .author-social {
    display: block;
    margin-top: 15px;
}

.author-content-wrap .author-social a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.author-content-wrap .author-social a:hover {
    opacity: .7;
}

.single-box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-box:last-child {
    margin-bottom: 0;
}

/* single navigation */
.single-nav {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.single-nav .post-title {
    margin-bottom: 0;
}

.nav-arrow {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1;
}

.nav-arrow i {
    margin-right: 7px;
}

.nav-arrow i.fa-angle-right {
    margin-right: 0;
    margin-left: 7px;
}

.nav-right {
    float: right;
    text-align: right;
}

.single-nav .nav-left {
    padding-right: 20px;
    border-right: 1px solid #f2f2f2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.single-nav .nav-right {
    margin-left: -1px;
    padding-left: 20px;
    border-collapse: collapse;
    border-left: 1px solid #f2f2f2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* single related box */
.single-related-wrap {
    position: relative;
    display: block;
}

.single-related-content {
    margin-right: -10px;
    margin-bottom: -50px;
    margin-left: -10px;
}

.single-related-content > *:nth-child(3n+1) {
    clear: both;
}

/* single comment box */
.single-comment-wrap {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

h3.comment-reply-title, .comment-title h3 {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
}

p.logged-in-as {
    display: block;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 14px;
}

p.logged-in-as a:last-child {
    margin-left: 10px;
    text-decoration: underline;
}

.comment-form label {
    display: none;
}

.comment-form input, .comment-form textarea {
    margin-bottom: 30px;
}

.comment-form input[type='text'], .comment-form textarea {
    color: #111111;
    font-weight: 400;
    font-size: 14px !important;
}

input#comment-submit {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

input#comment-submit:hover,
input#comment-submit:focus {
    opacity: .7;
}

.comment-list.entry {
    margin-top: 0;
    margin-right: 20px;
    margin-left: 0;
}

.comment-list li.comment {
    list-style: none;
    margin: 0;
}

.comment-list .comment-author img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 80px;
    border-radius: 50%;
}

.comment-author.vcard .fn {
    text-transform: uppercase;
    font-size: 12px;
}

.comment-author.vcard .says {
    display: none;
}

.comment-metadata {
    margin-top: 5px;
    margin-left: 100px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}

.comment-list .comment-content {
    display: block;
    margin-top: 10px;
    margin-left: 100px;
    font-size: .9em;
    line-height: 1.6;
}

.comment-list .comment-body {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 1px dashed #f2f2f2;
}

.comment-list .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-weight: 400 !important;
    font-size: 11px;
    line-height: 20px;
}

.comment-list .edit-link {
    display: inline-block;
    margin-left: 5px;
}

.comment-list .comment-reply-link:hover, .comment-list .comment-edit-link:hover {
    color: #111111;
}

#cancel-comment-reply-link {
    margin-left: 7px;
    color: #cbcbcb;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
}

#cancel-comment-reply-link:hover {
    color: #111111;
    text-decoration: underline;
}

.comment-respond {
    display: block;
    margin-bottom: 30px;
}

.comments-area ol.children {
    margin: 0 0 20px 30px;
}

.comment-form {
    margin-right: -5px;
    margin-left: -5px;
}

.comment-form .comment-form-comment {
    margin-right: 5px;
    margin-left: 5px;
}

.comment-form .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.comment-subscription-form {
    margin-top: 10px;
    padding: 0 5px;
}

.comment-subscription-form input {
    margin: 0;
}

.single #comments iframe {
    padding-right: 5px;
    padding-left: 5px;
}

/* single style 5 */
.post-wrap.singe-style-5 {
    margin-top: 40px;
}

/* review box */
.review-box-wrap {
    display: block;
    padding: 20px;
    border: 1px solid #f2f2f2;
}

.review-box-wrap.is-review-bottom {
    clear: both;
    margin-top: 45px;
    margin-bottom: 45px;
}

.review-box-wrap .review-title h3:before {
    display: inline-block;
    margin-right: 7px;
    color: #111111;
    content: '\f123';
    font-weight: 400;
    font-family: rbfontawesome;
    opacity: 1;
}

.single .review-box-wrap.is-left-top {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 50%;
}

.review-content-wrap {
    position: relative;
    display: block;
}

.review-el, .review-el-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-description {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
}

.review-el .review-info-score {
    float: right;
    color: #111111;
    font-size: inherit !important;
}

.review-el {
    margin-top: 15px;
    margin-bottom: 15px;
}

.score-animation {
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -ms-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.score-bar-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #eeeeee;
}

.review-summary-wrap {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
}

.review-box-wrap .review-summary-wrap h3 {
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: inherit !important;
}

.review-box-wrap .review-summary-wrap .review-summary-desc {
    margin: 0;
    font-style: italic;
}

.score-remove {
    width: 0 !important;
}

.score-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-color: #111111;
}

.post-review-info .review-info-score {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}

.review-box-wrap .post-review-info {
    top: auto;
    right: auto;
    float: right;
    margin: 0 0 20px 20px;
    padding: 20px;
    border-left: 1px solid #f2f2f2;
}

.review-box-wrap.is-left-top .review-summary-desc {
    font-size: 12px;
    line-height: 1.7;
}

/* single page link */
.single-page-links {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.single-page-links .pagination-num a:hover > *, .single-page-links .pagination-num > span {
    background-color: #111111 !important;;
    color: #ffffff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single-page-links .pagination-num > .post-page-numbers.current > .page-numbers {
    border: none;
    color: #ffffff !important;
}

.single-page-links .page-numbers {
    margin-right: 0;
    margin-left: 0;
}

.single-page-links .pagination-num > * {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

/* infinite animation */
.infinite-scroll {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 32px;
    text-align: center;
}

.infinite-scroll .infinite-icon {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 45px;
    width: 32px;
    height: 32px;
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    background-size: conver !important;
    opacity: 0;
    -webkit-background-size: cover !important;
}

.single-post-outer {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.single-post-outer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*--------------------------------------------------------------
  8.0 - Archive + Pages
--------------------------------------------------------------*/

/* page header*/
.archive .header-outer {
    margin-bottom: 0;
}

.archive-page-header {
    position: relative;
    display: table;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 180px;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover !important;
    text-align: center;
    -webkit-background-size: cover !important;
}

.archive-title-wrap {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.archive-page-header.has-bg-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(24, 24, 24, .3);
    content: '';
}

.archive-title-wrap .archive-title {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 1;
}

.archive-page-header .archive-desc {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 740px;
    font-style: italic;
    font-size: 14px;
}

.is-light-text .archive-desc {
    color: #ffffff;
}

.archive-page-header-small .archive-desc {
    margin-top: 15px;
    color: #aaaaaa;
    font-style: italic;
    font-size: 14px;
}

/* author page */
.archive.author .single-author-wrap {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 50px;
    border-top: 0;
    border-bottom: 1px solid #f2f2f2;
}

.archive.author .single-author-wrap .author-thumb-wrap, .page-author-team-wrap .author-thumb-wrap {
    width: 140px;
}

.archive.author .author-content-wrap, .page-author-team-wrap .author-content-wrap {
    margin-top: 10px;
    margin-left: 170px;
}

.page-author-team-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 800px;
}

.page-author-team-wrap .author-thumb-wrap img {
    border-radius: 50%;
}

.author-team-page-title {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.author-team-page-title h1 {
    font-size: 32px;
    line-height: 1.1;

}

.page-author-team-wrap .single-author-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.page-author-team-wrap .single-author-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* category */
.archive.category .ruby-page-wrap {
    margin-top: 60px;
}

/* single page */
.single-page-post {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* search page */
.search-page-header {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.search-page-header-inner {
    margin-right: 20px;
    margin-left: 20px;
}

.search-page-header .search-decs {
    margin-bottom: 20px;
    color: #aaaaaa;
    text-transform: capitalize;
    font-size: 18px;
}

.search-page-header-inner .post-title h3 {
    color: #aaaaaa;
    text-transform: none;
}

.search-no-result {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.search-no-result-content {
    display: block;
    margin-right: 20px;
    margin-bottom: 120px;
    margin-left: 20px;
}

.search-no-result-content .ruby-search {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
}

.search-no-result-content p {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #aaaaaa;
    text-align: center;
    font-size: 18px;
}

.search-no-result h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.2;
}

.search-no-result-content .search-no-result h3 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1.2;
}

.search-no-result-content .ruby-search input[type='text'] {
    padding: 10px 60px 10px 30px;
    border-width: 4px;
    font-size: 22px;
    line-height: 1.2;
}

.search-no-result-content .ruby-search .ruby-search-submit {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.search-no-result-content .ruby-search .ruby-search-submit i {
    font-size: 18px;
}

/* page 404 */
.page-404-content-wrap {
    display: block;
    margin-right: 20px;
    margin-bottom: 120px;
    margin-left: 20px;
}

.page-404-content-header {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.page-404-content-header p {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #aaaaaa;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.logo-404 h1 {
    text-transform: capitalize;
    font-size: 120px;
    line-height: 1.2;
}

.page-404-content-wrap .ruby-search input[type='text'] {
    padding: 10px 60px 10px 30px;
    border-width: 3px;
    white-space: nowrap;
    font-size: 22px;
    line-height: 30px;
}

.page-404-content-wrap .ruby-search .ruby-search-submit {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.page-404-content-wrap .ruby-search {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
}

/* default page */
.page-template-default .single-title.post-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
}

.page-template-default .single-title.post-title h1 {
    display: block;
    font-size: inherit;
    line-height: 1.15;
}

.page-template-default.page .entry {
    margin-top: 0;
}

/* contact form */
.entry .wpcf7-form {
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.entry .wpcf7-form label {
    text-transform: capitalize;
    font-size: .9em;
}

.entry .wpcf7-form > p > label {
    font-style: italic;
}

.wpcf7-form .ajax-loader {
    margin-top: 10px;
}

.entry .wpcf7-form > p:last-of-type {
    margin-bottom: 0;
}

.entry .wpcf7-form > p:last-of-type input {
    margin-bottom: 0;
}

.entry .wpcf7-form input[type = 'email'], .entry .wpcf7-form input[type = 'text'], .entry .wpcf7-form input[type = 'tel'] {
    padding: 7px 15px;
    width: 50%;
    font-style: normal;
}

.entry .wpcf7-form textarea {
    width: 100%;
}

.entry .wpcf7-form input, .entry .wpcf7-form textarea {
    margin-top: 7px;
}

.wpcf7-form input[type='submit'] {
    padding: 12px 30px;
}

/*--------------------------------------------------------------
    9.0 - Widgets
--------------------------------------------------------------*/

.widget {
    display: block;
    margin-bottom: 60px;
}

.widget-title.block-title {
    margin-bottom: 25px;
}

/* post list small */
.post-list-small {
    display: block;
    margin-bottom: 30px;
}

.post-list-small .post-thumb-outer {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: 140px;
}

.post-list-small .post-format-info {
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    line-height: 30px;
}

.post-list-small .post-format-info i {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.post-list-small .post-format-info.is-video-format i {
    margin-left: 2px;
}

.post-list-small .post-meta-info {
    margin-bottom: 0;
}

.post-list-small .post-title.is-mini-title {
    margin-bottom: 10px;
}

.post-list-small .post-header {
    margin-left: 160px;
}

.post-list-small > *:first-child:not(.post-thumb-outer) {
    margin-left: 0 !important;
}

.sidebar-wrap .post-list-small img {
    max-width: 105px;
    height: auto;
}

.sidebar-wrap .post-list-small .post-header {
    margin-left: 125px;
}

.post-counter {
    position: absolute;
    top: 10px;
    right: 0;
    vertical-align: top;
    font-weight: 900;
    font-style: italic;
    font-size: 90px;
    line-height: 0;
    opacity: 0.05;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* sb social counter  */
.sb-widget-social-counter .counter-element {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.sb-widget-social-counter .counter-element:last-child {
    margin-bottom: 0;
}

.sb-widget-social-counter .counter-element > a {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}

.sb-widget-social-counter .counter-element:hover {
    background-color: #111111;
}

.sb-widget-social-counter .counter-element i {
    margin-right: 7px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
}

.sb-widget-social-counter .counter-element-left {
    text-transform: capitalize;
    line-height: 20px;
}

.counter-element-left .num-count {
    text-transform: uppercase;
}

.sb-widget-social-counter .counter-element-right {
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
}

/* post widget */
.post-widget-inner {
    position: relative;
    display: block;
}

.post-widget-inner.style-2 {
    margin: -2px !important;
}

.post-widget-inner.style-5 {
    margin-right: -20px;
    margin-left: -20px;
}

.off-canvas-nav-wrap .post-widget-inner.style-5 {
    margin-right: -10px;
    margin-left: -10px;
}

.post-widget-inner.style-5 .post-excerpt {
    display: none;
}

.post-widget-inner.style-6,
.post-widget-inner.style-7 {
    margin-right: -10px;
    margin-left: -10px;
}

.post-widget-inner.style-2 .post-title.is-medium-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}

.post-widget-inner.style-2 .post-title.is-medium-title > * {
    font-size: inherit !important;
}

.post-widget-inner.style-1 > * {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-1 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.post-widget-inner.style-2 > * {
    margin-bottom: 2px;
}

.post-widget-inner.style-2 > *:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-3 > .post-wrap:last-child, .post-widget-inner.style-4 > .post-wrap:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-5 > * {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-5 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.post-widget-inner.style-6 > * {
    margin-bottom: 30px;
}

.post-widget-inner.style-6 > *:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-7 > * {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-7 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.is-widget-post-slider .slider-init {
    height: 445px;
}

.post-widget-inner.style-8 {
    margin-bottom: -25px;
}

.post-widget-inner.style-4 .post-outer:last-child .post-wrap {
    margin-bottom: 0;
}

.is-light-text .sb-widget-post .post-widget-inner .post-wrap {
    border-color: rgba(255, 255, 225, .1);
}

/* sb ad widget */
.ad-title {
    display: block;
    margin-bottom: 5px;
    color: #cbcbcb;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.ad-wrap, .ad-wrap iframe {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}

.ads-widget .image-ads-wrap {
    display: block;
    overflow: hidden;
}

.sb-widget-ad .widget-ad-script {
    display: block;
    text-align: center;
}

.sb-widget-ad .widget-ad-script iframe {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.sb-widget-ad .widget-ad-image {
    display: block;
    text-align: center;
}

.sb-widget-ad .widget-ad-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

/* instagram widget */
.instagram-content-wrap, .widget-flickr-content-wrap {
    display: block;
    overflow: hidden;
    margin: -4px;
}

.instagram-el, .flickr-el {
    display: block;
}

.instagram-el-holder,
.flickr-el-holder {
    position: relative;
    display: block;
    margin: 4px;
}

.instagram-el-holder > *, .flickr-el-holder > * {
    position: static;
    display: block;
    padding-bottom: 100%;
}

.instagram-el a, .flickr-el a {
    background-color: #ffffff;
}

.instagram-el img, .flickr-el img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    object-fit: cover;
    -o-object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.instagram-el a:hover img, .flickr-el a:hover img {
    opacity: .7;
}

.instagram-bottom-text {
    display: block;
    color: #cbcbcb;
    text-align: right;
    letter-spacing: 1px;
    font-size: 11px;
}

/* widget youtube */
.subscribe-youtube-wrap {
    position: relative;
    display: block;
    max-height: 70px;
}

.subscribe-youtube-wrap iframe {
    width: 100%;
    height: auto;
}

/* category widget */
.cat-item a, .widget_archive a, .widget_pages .page_item a, .widget_meta a,
.widget_nav_menu .menu-item a, .widget_recent_comments .recentcomments,
.widget_recent_entries li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
    text-transform: capitalize;
    font-size: 13px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.cat-item a:hover, .widget_archive a:hover, .widget_pages .page_item a:hover, .widget_meta a:hover,
.widget_nav_menu .menu-item a:hover, .widget_recent_comments .recentcomments:hover,
.widget_recent_entries a:hover {
    opacity: .7;
}

.widget_categories > ul > li.cat-item:last-child a, .widget_archive li:last-child a, .widget_pages > ul > li.page_item:last-child a,
.widget_meta li:last-child a, .widget_recent_comments .recentcomments:last-child, .widget_recent_entries li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.widget_categories .children, .widget_pages .children, .wp-block-categories-list .children, .wp-block-categories-list .children {
    margin-left: 15px;
}

.cat-item .children {
    margin-left: 20px;
}

.number-post-count {
    display: block;
    float: right;
    opacity: .5;
}

.widget_categories label, .widget_archive label {
    display: none;
}

.widget_rss li {
    margin-bottom: 25px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss a:hover {
    text-decoration: underline;
}

.rss-date {
    display: block;
    margin-top: 5px;
    color: #777777;
    font-style: italic;
    font-size: 13px;
}

.rssSummary {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.textwidget img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.widget_rss cite {
    font-size: 13px;
}

.is-light-text .widget_rss {
    color: #ffffff;
}

.is-light-text .rss-date {
    color: #dddddd;
}

.is-light-text .rssSummary {
    color: #f2f2f2;
}

/* calendar widget */
#wp-calendar th, #wp-calendar td {
    padding: 5px 10px;
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 10px;
    font-weight: 700;
}

/* widget menu */
.widget_nav_menu .sub-menu {
    margin-left: 15px;
}

.widget_nav_menu .sub-menu .sub-menu {
    margin-left: 15px;
}

.widget_recent_comments .recentcomments a, .widget_recent_entries a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
}

.widget_tag_cloud .tagcloud {
    display: block;
    overflow: hidden;
}

.widget_tag_cloud a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    border-color: #111111;
    background-color: #111111;
    color: #ffffff;
}

/* about me widget */
.sb-widget-about .about-name {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.sb-widget-about .about-name h3 {
    font-size: 15px;
}

.about-content-wrap.post-excerpt {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0 !important;
    text-align: center;
}

.about-content-wrap.post-excerpt > * {
    margin-top: 15px;
    margin-left: 0 !important;
}

.about-content-wrap.post-excerpt > * a:hover {
    color: #111111;
}

.about-content-wrap.post-excerpt > * > i {
    margin-right: 7px;
}

.about-widget-image img {
    display: block;
    width: 100%;
}

/* subscribe form */
.subscribe-wrap {
    display: block;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 4px solid #111111;
    text-align: center;
}

.subscribe-wrap h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.subscribe-image {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribe-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}

.subscribe-form-wrap {
    display: block;
    margin-top: 25px;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

.subscribe-form-wrap input {
    padding: 7px 12px;
    text-align: center;
    font-size: 14px;
}

.subscribe-form-wrap label {
    display: block;
    margin-bottom: 7px;
    color: #aaaaaa;
    font-style: italic;
    font-size: 12px;
}

.mc4wp-alert {
    display: block;
    margin-top: 15px;
    color: #ff8d8d;
    font-size: 12px;
}

/* twitter widget */
.twitter-content {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.twitter-content.post-excerpt a {
    color: #111111;
    font-style: italic;
}

.twitter-content.post-excerpt a:hover {
    text-decoration: underline;
}

.twitter-timestamp {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.social-bar-widget .social-link-info a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #111111;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.social-bar-widget .social-link-info {
    display: block;
    position: relative;
    margin: -2px;
}

.social-bar-widget .social-link-info a:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
    10.0 - Footer
--------------------------------------------------------------*/

/* back to top */
#ruby-back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99990;
    display: none;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#ruby-back-top i {
    display: block;
    width: 34px;
    height: 42px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#ruby-back-top:hover i {
    opacity: .6;
}

/* footer  */
.footer-wrap {
    position: relative;
    display: block;
}

.footer-inner {
    display: block;
    overflow: hidden;
    background-color: #111111;
}

.footer-inner .widget-title.block-title h3 {
    background-color: transparent;
}

#footer .sidebar-wrap.sidebar-footer {
    padding-right: 30px;
    padding-left: 30px;
}

.column-footer-wrap {
    display: block;
    padding-top: 60px;
}

.column-footer-inner {
    display: block;
    overflow: hidden;
    margin-right: -30px;
    margin-left: -30px;
}

.is-light-text .block-title h3 {
    background-color: transparent;
    color: #aaaaaa;
}

.is-light-text .block-title:after {
    display: none;
}

.is-light-text .ruby-search input[type='text'] {
    background-color: rgba(255, 225, 255, .05);
    color: #ffffff;
}

.footer-wrap.is-light-text .ruby-search i {
    color: #ffffff;
}

.is-light-text .cat-item a, .is-light-text .widget_archive a,
.is-light-text .widget_pages .page_item a, .is-light-text .widget_meta a,
.is-light-text .widget_nav_menu .menu-item a, .is-light-text .widget_recent_comments .recentcomments,
.is-light-text .widget_recent_entries li {
    border-color: rgba(255, 255, 255, .05);
    color: #ffffff;
}

.is-light-text .post-widget-inner.style-1 > *,
.is-light-text .post-widget-inner.style-7 > * {
    border-color: rgba(255, 255, 255, .05);
}

.is-light-text .post-grid-small .post-header-inner {
    border-color: #111111;
    background-color: #111111;
}

.is-light-text .post-grid-small .post-header-inner:hover {
    border-color: #ffffff;
}

.is-light-text p {
    color: #eeeeee;
}

.is-light-text th, .is-light-text td, .is-light-text table {
    border-color: rgba(255, 255, 255, .05);
    color: #eeeeee;
}

.is-light-text .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, .05);
    color: #ffffff;
}

.is-light-text .widget_tag_cloud a:hover, .is-light-text .widget_tag_cloud a:focus {
    background-color: #ffffff;
    color: #111111;
}

.is-light-text select {
    border-color: rgba(255, 255, 255, .05);
    background-color: #222222;
    color: #ffffff;
}

.is-light-text .post-counter {
    color: #ffffff;
    opacity: 0.1;
}

/* footer instagram */
.top-footer-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-footer-wrap .widget {
    display: none;
}

.top-footer-wrap .widget.widget_text, .top-bar-wrap .widget.top-footer-widget-instagram {
    display: block;
}

.top-footer-widget-instagram .widget-title a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top-footer-widget-instagram .widget-title a:hover {
    opacity: .7;
}

.top-footer-wrap .widget.widget_text {
    padding: 30px;
}

.footer-instagram-el {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0;
}

.footer-instagram-el .instagram-el-holder {
    margin: 0 !important;
}

.footer-instagram-el img {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    object-fit: cover;
    -o-object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer-instagram-el img:hover {
    opacity: .7;
}

.ruby-col-5 {
    float: left;
    width: 20%;
}

.ruby-col-7 {
    float: left;
    width: 14.285%;
}

.ruby-col-8 {
    float: left;
    width: 12.5%;
}

.ruby-col-9 {
    float: left;
    width: 11.11111%;
}

.ruby-col-10 {
    float: left;
    width: 10%;
}

.top-footer-wrap .top-footer-widget-instagram {
    position: relative;
    display: block;
}

.top-footer-widget-instagram .widget-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-footer-widget-instagram .widget-title h3 {
    padding: 0 15px;
    background-color: #111111;
    color: #ffffff;
    font-size: 12px;
}

.top-footer-wrap .widget {
    margin-bottom: 0;
}

.top-footer-widget-instagram .instagram-content-wrap {
    margin: 0;
}

.top-footer-widget-instagram .instagram-content-wrap.ruby-container {
    margin: 0 auto 60px auto;
}

/* social bar */
.footer-social-bar-wrap {
    position: relative;
    display: block;
}

.footer-social-bar-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-logo {
    display: block;
    float: left;
    max-height: 100px;
}

.footer-logo a {
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-logo img {
    max-height: 80px;
    width: auto;
}

.footer-logo a:hover, .footer-logo a:focus {
    opacity: 1;
}

.footer-social-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -20px;
}

.footer-social-wrap a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    color: #111111;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-social-wrap a i {
    display: block;
    vertical-align: middle;
    line-height: inherit;
}

.is-light-text .footer-social-wrap a {
    background-color: rgba(255, 255, 255, .1);
    color: #ffffff;
}

.is-light-text .footer-social-wrap a:hover {
    background-color: #ffffff;
    color: #111111;
}

.footer-social-wrap a:last-child {
    margin-right: 0;
}

/* copyright */
.footer-copyright-wrap {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    text-align: center;
}

.footer-copyright-wrap p {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1.7;
}

.is-light-text .footer-copyright-wrap {
    border-color: rgba(255, 255, 255, .1);
}

.footer-wrap .widget-title.block-title:after {
    display: none !important;
}

/* header style 2 */
.header-style-2 .header-nav-holder {
    border-bottom: none;
}

.header-style-2 .header-nav-inner {
    display: block;
    background-color: #111111;
}

.header-style-2 .main-nav-inner > li > a {
    color: #ffffff;
}

.header-style-2 .header-logo-wrap {
    position: relative;
    z-index: 99;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: left;
}

.header-style-2.header-outer .logo-image {
    display: block;
    float: left;
}

.header-style-2 .logo-image img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 60px;
    width: auto;
    height: 60px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.header-style-2 .main-nav-wrap {
    text-align: right;
}

.header-style-2 .ruby-is-stick .logo-image img {
    max-height: 42px;
    height: 42px;
}

.header-style-2 .header-nav-inner .nav-search-wrap,
.header-style-2 .logo-text {
    color: #ffffff;
}

.header-style-2 .ruby-trigger .icon-wrap,
.header-style-2 .ruby-trigger .icon-wrap:before,
.header-style-2 .ruby-trigger .icon-wrap:after {
    background-color: #ffffff;
}

.header-style-2 .no-menu {
    float: left;
    margin-top: 10px;
}

.header-style-2 .ruby-is-stick .no-menu {
    margin-top: 0;
}

.header-style-2 .no-menu a:hover {
    color: #ffffff;
}

.header-style-2 .logo-text-wrap {
    overflow: hidden;
    padding: 10px 0;
    max-height: 60px;
}

.header-style-2 .logo-text {
    font-size: 24px;
    line-height: 30px;
}

.header-style-2 .site-tagline {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
}

.header-style-2 .nav-search-outer {
    display: block;
    float: right;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.header-style-2 .nav-search-outer > * {
    display: block;
    float: left;
}

.header-style-2 .nav-search-outer a {
    display: inline-block;
    float: left;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 15px;
    opacity: .7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header-style-2 .nav-search-outer a:hover {
    opacity: 1;
}

.header-style-2 .ruby-is-stick .nav-search-outer {
    height: 42px;
    line-height: 42px;
}

/* block carousel 1 */
.fw-block-carousel-1 .block-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.fw-block-carousel-1 .slick-dots li:before {
    border-color: #111111;
}

.fw-block-carousel-1 .slick-dots li.slick-active:before {
    background-color: #111111;
}

.ruby-carousel-1 {
    padding-bottom: 25px;
}

.fw-block-carousel-1 .slick-dots {
    bottom: 0;
}

.post-carousel-1 {
    position: relative;
    display: block;
    margin: 0;
    padding: 2px;
    padding-bottom: 70px;
}

.post-carousel-1 .post-header {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    z-index: 99;
    display: block;
    padding: 15px 10px 0 10px;
    min-height: 140px;
    background-color: #111111;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fw-block-carousel-1 .ruby-slider-prev {
    margin-top: -45px;
}

.slick-slider .post-review-score {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* fw block 5 */
.fw-block-5 .block-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.fw-block-5 .post-outer {
    padding: 2px;
}

.mc4wp-form-fields p:first-child {
    margin-top: 0;
}

.mc4wp-form-fields label {
    display: block;
    margin-bottom: 7px;
    color: #999999;
    font-size: 14px;
}

.mc4wp-form-fields input[type='submit'],
.mc4wp-form-fields button {
    display: block;
    width: 100%;
}

.comment-form-cookies-consent {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.2;
}

/* pagination */
.ajax-pagination {
    display: block;
    position: relative;
    text-align: center;
}

.blog-loadmore-link {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    padding: 0 25px;
    height: 32px;
    background-color: rgba(28, 28, 28, .4);
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-loadmore-link:hover {
    background-color: #111111;
}

.pagination-infinite-scroll {
    position: relative;
    display: block;
    min-height: 32px;
    height: 32px;
}

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 32px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.ajax-animation-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDMwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDYwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDkwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDEyMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiNiMmIyYjIiIGZpbGwtb3BhY2l0eT0iMC4zIiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjQgNjQpIi8+PHBhdGggZD0iTTU5LjYgMGg4djQwaC04VjB6IiBmaWxsPSIjOTk5OTk5IiBmaWxsLW9wYWNpdHk9IjAuNCIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iIzdmN2Y3ZiIgZmlsbC1vcGFjaXR5PSIwLjUiIHRyYW5zZm9ybT0icm90YXRlKDIxMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiM2NjY2NjYiIGZpbGwtb3BhY2l0eT0iMC42IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjQgNjQpIi8+PHBhdGggZD0iTTU5LjYgMGg4djQwaC04VjB6IiBmaWxsPSIjNGM0YzRjIiBmaWxsLW9wYWNpdHk9IjAuNyIgdHJhbnNmb3JtPSJyb3RhdGUoMjcwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iIzMzMzMzMyIgZmlsbC1vcGFjaXR5PSIwLjgiIHRyYW5zZm9ybT0icm90YXRlKDMwMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiMxOTE5MTkiIGZpbGwtb3BhY2l0eT0iMC45IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjQgNjQpIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHZhbHVlcz0iMCA2NCA2NDszMCA2NCA2NDs2MCA2NCA2NDs5MCA2NCA2NDsxMjAgNjQgNjQ7MTUwIDY0IDY0OzE4MCA2NCA2NDsyMTAgNjQgNjQ7MjQwIDY0IDY0OzI3MCA2NCA2NDszMDAgNjQgNjQ7MzMwIDY0IDY0IiBjYWxjTW9kZT0iZGlzY3JldGUiIGR1cj0iMTA4MG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=') no-repeat center center !important;
    background-size: conver !important;
    -webkit-background-size: cover !important;
}

.ajax-infinite-scroll {
    margin-bottom: 25px;
    height: 32px;
}

/* Slider FW 2 */
.content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}

.content-overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111111;
    content: '';
    opacity: .3;
    pointer-events: none;
    z-index: 1;
}

.content-overlay > * {
    display: block;
    position: relative;
    width: 100%;
}

.content-overlay .post-header {
    max-width: 65%;
    width: 65%;
    margin-left: 0;
}

.p-outer-nav {
    position: absolute;
    bottom: auto;
    background-color: #ffffff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    z-index: 11;
}

.feat-2-el .p-outer-nav .post-cat-info {
    margin-bottom: 10px;
}

.p-outer-nav .post-thumb-outer .post-thumb img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: top;
    -webkit-object-position: top;
}

body .is-background-post.post-slider-fw-2 {
    background-position: center top;
}

.fw-block-slider-fw-2 .ruby-slider-nav.slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.fw-block-slider-fw-2 ul.slick-dots {
    display: block;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

/* Block FW Subscribe */
.block-fw-subscribe .subscribe-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fafafa;
    padding: 30px;
}

.block-fw-subscribe .subscribe-content {
    width: 40%;
    text-align: left;
    flex: 0 0 40%;
    padding-right: 40px;
}

.block-fw-subscribe .subscribe-content h3.subscribe-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 24px;
}

.block-fw-subscribe .subscribe-description {
    display: block;
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
}

.block-fw-subscribe .subscribe-form {
    width: 60%;
    flex: 0 0 60%;
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input {
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    margin-left: 0;
    font-size: 11px;
    padding: 14px 20px;
    border-color: transparent;
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input[type='submit'] + i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    color: #242424;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    pointer-events: none;
    -webkit-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    transition: color .3s cubic-bezier(.32, .74, .57, 1);
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input[type=submit]:hover + i {
    color: #ff7171;
}

.mc4wp-form-fields {
    position: relative;
}

.widget.widget_mc4wp_form_widget input + i,
.widget.sb-widget-subscribe input + i {
    display: none;
}

.widget.widget_mc4wp_form_widget .mc4wp-form-fields > input:not(:first-child),
.widget.sb-widget-subscribe .mc4wp-form-fields > input:not(:first-child) {
    margin-top: 20px;
}

/** Gutenberg */
.entry-content > *,
.comment-content > * {
    margin-bottom: 2.2rem;
    max-width: 100%;
}

.wp-block-button {
    margin-bottom: 2.5rem;
}

.wp-block-columns {
    margin-top: 30px;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 18px;
}

.wp-block-cover.alignleft {
    margin-right: 30px;
}

.wp-block-cover__video-background,
.entry-content .wp-block-cover__video-background {
    height: 100%;
    width: 100%;
}

.entry-content .wp-block-cover .wp-block-cover-text a,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    color: #ffffff;
}

.wp-block-pullquote {
    position: relative;
    border-top: none;
    border-bottom: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    max-width: 80%;
}

.wp-block-pullquote.is-style-default {
    padding-top: 1em;
    padding-bottom: 1em;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 22px;
    line-height: 1.55;
}

.wp-block-pullquote::before {
    content: '”';
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    height: 44px;
    width: 44px;
    color: #111111;
    margin: 0 auto 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #ffffff;
    border: none;
}

.entry-content .has-large-font-size {
    line-height: 1.25;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    max-width: 702px;
    line-height: 1.25;
}

.wp-block-media-text {
    font-size: 18px;
}
