/*--------------------------------------------------------------
>>> 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;
    line-height: 1.7;
}

a {
    color: inherit;
    line-height: inherit;
    outline: none;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.aligncenter, div.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.wp-caption {
    max-width: 100% !important; /* Image does not overflow the content area */
    overflow: hidden;
    margin-bottom: 30px;
}

.wp-caption img {
    border: 0 none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding: 0;
    width: auto;
}

kbd {
    padding: 4px 7px;
    background: #333;
    color: #fff !important;
}

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.is-sticky {
}

.gallery-caption {
}

.bypostauthor {
}

select {
    outline: none;
}

cite {
    font-style: italic;
    font-weight: 700;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"] {
    display: block;
    text-align: left;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .05);
    color: #111;
    outline: 0;
    font-weight: 400;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    outline: none !important;
    -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 {
    font-size: 14px;
    border-color: #111;
}

select {
    outline: none;
    display: block;
    padding: 12px;
    width: 100%;
    border-color: #f2f2f2;
}

textarea {
    display: block;
    text-align: left;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    color: #111;
    width: 100%;
    outline: none !important;
    border: 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;
    transition: all .3s linear;
}

textarea:hover, textarea:focus {
    border-color: #111;
}

textarea:hover, textarea:focus {
    font-size: 14px;
}

button[type="submit"], input[type="submit"] {
    position: relative;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    font-style: normal;
    background-color: #111;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 10px !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;
    cursor: pointer !important;
}

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;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.main-site-outer, .main-site-wrap {
    display: block;
}

.site-wrap-outer {
    display: block;
    overflow: hidden;
}

#ruby-site-content {
    display: block;
    position: relative;
    right: 0;
    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 {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ruby-content-wrap {
    display: block;
    overflow: hidden;
}

.sidebar-wrap {
    display: block;
    padding-left: 60px;
    padding-right: 0;
}

.is-sidebar-left .sidebar-wrap {
    padding-left: 0;
    padding-right: 60px;
}

.sidebar-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

body.is-site-link {
    z-index: -1;
    position: relative;
}

body.is-site-link:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

/* boxed layout */
.is-boxed .main-site-outer {
    display: block;
    background-color: #fff;
    z-index: 3;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    -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;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    overflow: hidden;
}

/* thumb caption */
.thumb-caption {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: left;
    background-color: rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    padding: 3px 12px;
    font-style: italic;
    font-size: 12px;
    line-height: 1.3;
    z-index: 20;
    max-width: 300px;
}

.thumb-caption i {
    margin-right: 5px;
}

/* page pagination */
.pagination-wrap {
    display: block;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgba(24, 24, 24, .05);
    padding-top: 40px;
    color: #aaa;
    width: 100%;
}

.pagination-text {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 10px;
    font-style: italic;
}

.pagination-num {
    display: inline-block;
    color: #fff;
}

.page-numbers {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    color: #aaa;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    -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 {
    border: none;
    width: auto;
}

.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 {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.pagination-wrap .newer {
    display: block;
    float: left;
}

.pagination-wrap .older {
    display: block;
    float: right;
}

.newer a, .older a {
    display: block;
    line-height: 1;
    padding: 5px 15px;
    font-style: italic;
    border: 2px solid;
    -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 {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

/* error style */
.ruby-overflow {
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
}

.ruby-error {
    color: #FECD98;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px;
}

.ruby-error:before {
    display: inline-block;
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 7px;
}

.ruby-error h3 {
    display: inline-block;
    font-size: inherit;
    margin: 0;
}

/* image animation */
.ruby-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-zoom.ruby-animated-image.ruby-animation {
    -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);
    opacity: 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: #111;
    opacity: 1 !important;
    font-size: 11px;
}

.tipsy-arrow-n, .tipsy-arrow {
    border-color: #111;
}

/* slider slider */

.slick-dots {
    display: block;
    line-height: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 10px;
}

.slick-dots li {
    display: inline-block;
    padding: 0 4px;
    position: relative;
    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 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.slick-dots li:before {
    content: '';
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    -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: #fff;
}

/* slider nav */
.ruby-slider-nav {
    opacity: 0;
    border-radius: 0;
    position: absolute;
    box-shadow: none;
    margin-top: -35px;
    height: 70px;
    top: 50%;
    width: 70px;
    z-index: 1;
    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 {
    opacity: 0;
    border-radius: 0;
    position: absolute;
    box-shadow: none;
    height: 30px;
    font-size: 24px;
    color: #fff;
    bottom: 45px;
    width: 30px;
    z-index: 1;
    text-align: center;
    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-size: cover !important;
    background: url("../images/nav-left.png") center center no-repeat !important;
}

.ruby-slider-next {
    right: 20px;
    background-size: cover !important;
    background: url("../images/nav-right.png") center center no-repeat !important;
}

.ruby-slider-prev-small {
    left: 0;
    right: auto;
}

.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 {
    background: #f9f9f9 url('../images/ajax-loader.svg') no-repeat center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    display: block;
    min-height: 44px;
}

.is-light-text .slider-loading {
    background: #222 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;
    height: 100%;
    width: 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 {
    display: block;
    position: relative;
}

.post-wrap.is-background-post {
    margin-left: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.post-header {
    position: relative;
}

.ruby-col-5 {
    width: 20%;
}

/* block all */
.ruby-section {
    display: block;
    position: relative;
}

.main-site-content-wrap > .ruby-section-hs:first-child {
    margin-top: 40px;
}

.ruby-block-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.ruby-block-inner {
    display: block;
    position: relative;
}

.block-header-wrap, .block-header-inner {
    display: block;
}

.block-header-inner {
    position: relative;
}

.block-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.block-title h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: 30px;
    margin: 0;
    padding: 0 15px 0 0;
    z-index: 10;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block-title:after {
    content: '';
    height: 4px;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block-view-more {
    display: block;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 50%;
    margin-top: -15px;
    padding-left: 15px;
    background-color: #fff;
    line-height: 1;
}

.block-view-more a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    white-space: nowrap;
    font-weight: 600;
    -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: #111;
}

.block-view-more i {
    line-height: inherit;
    display: inline-block;
    margin-left: 10px;
}

.block-content-wrap {
    display: block;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

/* module all */
.slider-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.post-wrap .post-title {
    display: block;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.post-title {
    line-height: 0;
}

.post-title > * {
    display: inline;
    line-height: 1.35;
    margin: 0 !important;
    padding: 0 !important;
}

.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-repeat: no-repeat;
    background-position: bottom left;
    -webkit-background-size: 0% 1px;
    background-size: 0% 1px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.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 {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}

.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 {
    font-size: 15px;
    text-transform: none;
}

.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: #fff;
}

.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;
    content: '|';
    margin-left: 7px;
    margin-right: 7px;
}

.post-header-meta > *:first-child:before {
    display: none;
}

.post-cat-info {
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
}

.post-cat-info a {
    color: #111;
    position: relative;
    white-space: nowrap;
    margin-right: 10px;
    -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 {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    left: 0;
    height: 1px;
    background-color: rgba(26, 26, 26, .6);
    bottom: -1px;
    -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: #fff;
}

.post-meta-info {
    display: block;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #aaa;
}

.meta-info-el {
    display: inline-block;
    position: relative;
}

.meta-info-el:before {
    content: '|';
    display: inline-block;
    font-weight: normal;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: middle;
}

.meta-info-el:first-child:before {
    display: none;
}

.meta-info-el a:before {
    content: '.';
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.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;
    line-height: 0;
    vertical-align: middle;
}

.meta-info-author-thumb img {
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 0 !important;
}

.post-excerpt {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #777;
}

.is-light-text .post-excerpt {
    color: #eee;
}

/* post thumb */
.post-thumb-outer {
    display: block;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb {
    display: block;
    overflow: hidden;
    background-color: #fff;
    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;
    border: none;
    width: 100%;
    height: 100%;
}

.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;
    cursor: pointer;
    height: 32px;
    width: 32px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
}

.post-share-bar-inner:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f064";
    font-family: FontAwesome;
    line-height: 30px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    -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 {
    display: inline-block;
    z-index: -1;
    pointer-events: none;
    line-height: 32px;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 10px;
    color: #cbcbcb;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-share-bar .share-bar-el {
    display: block;
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 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;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.share-bar-el i {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
}

.share-bar-el:hover i, .share-bar-icon:hover i {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.post-share-bar-inner:hover .share-bar-el {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    z-index: 0;
}

.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-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.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-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.post-share-bar-inner .share-bar-el:nth-child(4) {
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
    z-index: 4;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(4) {
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.post-share-bar-inner .share-bar-el:nth-child(5) {
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
    z-index: 5;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(5) {
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.post-share-bar-inner .share-bar-el:nth-child(6) {
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
    z-index: 6;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(6) {
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.post-share-bar-inner .share-bar-el:nth-child(7) {
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
    z-index: 7;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(7) {
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.post-share-bar-inner .share-bar-el:nth-child(8) {
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
    z-index: 8;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(8) {
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}

.post-share-bar-inner .share-bar-el:nth-child(9) {
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
    z-index: 9;
}

.post-share-bar-inner:hover .share-bar-el:nth-child(9) {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}

/* social color */
.icon-facebook i, .bg-facebook {
    background-color: #899DCE;
}

.icon-twitter i, .bg-twitter {
    background-color: #60D2F5;
}

.icon-google i, .bg-google {
    background-color: #DC4047;
}

.icon-youtube i, .bg-youtube {
    background-color: #EF464B;
}

.icon-linkedin i, .bg-linkedin {
    background-color: #007BB6;
}

.icon-pinterest i, .bg-pinterest {
    background-color: #F74C53;
}

.icon-flickr i, .bg-flickr {
    background-color: #FF0082;
}

.icon-tumblr i, .bg-tumblr {
    background-color: #32506D;
}

.icon-skype i {
    background-color: #00AAE1;
}

.icon-reddit i {
    background-color: #F16A5A;
}

.icon-email i {
    background-color: #ffcf51;
}

.icon-digg i {
    background-color: #505050;
}

.icon-vimeo i, .bg-vimeo {
    background-color: #44BBE1;
}

.icon-rss i {
    background-color: #F4A62A;
}

.icon-dribbble i, .bg-dribbble {
    background-color: #FB70A6;
}

.icon-instagram i, .bg-instagram {
    background-color: #709CBF;
}

.icon-500px i {
    background-color: #222222;
}

.icon-vk i {
    background-color: #4C66A4;
}

.icon-soundcloud i, .bg-soundcloud {
    background-color: #fd794a;
}

/* post review score */
.post-review-score {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    color: #fff;
    background-color: #111;
    line-height: 44px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* post format info */
.post-format-info {
    display: block;
    overflow: hidden;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    border: 2px solid;
    line-height: 38px;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.3);
    text-shadow: 1px 1px 1px rgba(24, 24, 24, .1);
    font-size: 18px;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-format-info i {
    display: block;
    letter-spacing: 0;
    vertical-align: middle;
    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 {
    display: block;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.blog-wrap.is-layout_list .pagination-wrap,
.blog-wrap.is-layout_classic .pagination-wrap,
.blog-wrap.is-layout_classic_lite .pagination-wrap {
    border-top: none;
    padding-top: 0;
}

.blog-wrap.is-layout_grid_small .blog-content-wrap,
.blog-wrap.is-layout_grid_small_s .blog-content-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-wrap.is-layout_grid_small .post-classic-lite,
.blog-wrap.is-layout_grid_small_s .post-classic-lite {
    margin-left: 10px;
    margin-right: 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 {
    border-top: none;
    padding-top: 58px;
}

.blog-wrap.is-layout_overlay_small .blog-content-wrap {
    margin-left: -2px;
    margin-right: -2px;
}

.blog-wrap.is-layout_overlay_small .post-classic-lite {
    margin-left: 2px;
    margin-right: 2px;
}

/* feat wrap */
.feat-wrap {
    display: block;
    margin-bottom: 60px;
}

.feat-inner {
    margin-left: -20px;
    margin-right: -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-left: 20px;
    margin-right: 20px;
}

body.is-boxed .feat-wrap .slider-wrap.is-fw-slider {
    margin-left: 0;
    margin-right: 0;
}

.feat-wrap .slider-wrap.is-hw-slider {
    display: block;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

/* promo area */
.promo-wrap {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.promo-inner {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.promo-wrap .promo-el {
    padding-left: 10px;
    padding-right: 10px;
}

.promo-wrap .widget {
    padding: 0;
    margin: 0 0 30px 0;
}

.promo-wrap .widget:last-child {
    margin-bottom: 0;
}

.banner-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.banner-image-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    background-color: #fff;
    -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 {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    -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 {
    padding: 0;
    margin: 0;
}

.banner-content-wrap h3 {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    margin: 0;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

/*--------------------------------------------------------------
    3.0 - Header
--------------------------------------------------------------*/

.header-outer {
    display: block;
    margin-bottom: 20px;
}

.header-wrap {
    display: block;
    position: relative;
    border-bottom: none;
}

.header-ads-inner {
    display: inline-block;
}

/* header ad */
.header-ads-wrap {
    display: block;
    padding: 15px 15px 0 15px;
    text-align: center;
}

/* top bar */
.top-bar-wrap {
    display: block;
    position: relative;
    background-color: #111;
}

.top-bar-inner {
    display: block;
    position: relative;
}

/* top bar menu */

.top-bar-menu {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-bar-menu-inner li {
    position: relative;
}

.top-bar-menu .top-bar-menu-inner > li {
    display: block;
    position: relative;
    float: left;
}

.top-bar-menu a {
    color: #fff;
    -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 {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background-color: #111;
    font-size: .9em;
    min-width: 180px;
    z-index: 9999;
    pointer-events: none;
    padding-top: 5px;
    padding-bottom: 5px;
    -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);
    border-left: 1px solid rgba(24, 24, 24, .05);
    -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 .sub-menu {
    left: 115%;
    top: 0;
    right: auto;
    bottom: auto;
}

.top-bar-menu-inner li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu a {
    display: block;
    line-height: 1;
    position: relative;
    left: -5px;
    padding: 10px 20px 10px 12px;
    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;
}

.top-bar-menu-inner .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    letter-spacing: 0;
    width: 5px;
    text-align: center;
    margin-right: 10px;
    visibility: hidden;
    right: -5px;
    line-height: inherit;
    position: relative;
    vertical-align: middle;
    -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 {
    visibility: visible;
    right: 0;
}

.top-bar-menu-inner .sub-menu li a:hover {
    left: 0;
}

/* top search form */
#top-bar-search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
}

.ruby-search {
    display: block;
    position: relative;
}

.ruby-search input[type="text"] {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    padding: 10px 50px 10px 20px;
    color: #aaa;
    -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 {
    color: #111;
    border-color: #111;
}

.is-dark-text .ruby-search input[type="text"]:hover, .is-dark-text .ruby-search input[type="text"]:focus {
    border-color: #aaa;
}

.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 {
    display: block;
    position: relative;
}

.ruby-search .ruby-search-submit, .ruby-search input[type="submit"] {
    display: block;
    position: absolute;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    opacity: .5;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 9;
    margin: 0;
    background-color: transparent;
    -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"] {
    height: 100%;
    width: 100%;
}

.ruby-search .ruby-search-submit i {
    display: block;
    height: 100%;
    width: 100%;
    line-height: inherit;
    text-align: center;
    opacity: .7;
    z-index: 0;
    pointer-events: none;
    -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-search .ruby-search .ruby-search-submit i {
    color: #fff;
}

#top-bar-search .ruby-search input[type="text"] {
    padding: 0 50px 0 20px;
    min-width: 210px;
    font-size: 11px;
    line-height: 34px;
    color: #fff;
    white-space: nowrap;
    border: none !important;
}

#top-bar-search .ruby-search .ruby-search-submit, #top-bar-search .ruby-search input[type="submit"] {
    height: 34px;
    width: 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: #fff;
}

.ruby-search .ruby-search-submit:hover i {
    opacity: 1;
}

/* Logo text */
.header-banner-wrap {
    display: block;
    position: relative;
    padding: 45px 40px;
    text-align: center;
}

.header-logo-wrap {
    display: block;
    text-align: center;
}

.logo-text {
    line-height: 1;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
}

.site-tagline {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

/* 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 {
    width: auto;
    max-height: 200px;
    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 {
    font-size: 28px;
    line-height: 42px;
    vertical-align: middle;
    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 {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    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;
    cursor: pointer;
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
}

.off-canvas-btn .ruby-trigger {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 10px;
    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;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #111;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -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;
}

.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    -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 {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -21px;
}

.header-social-wrap a {
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    padding: 0 10px;
    -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 {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: -5px;
    width: 1px;
    background-color: #f7f7f7;
}

.header-social-wrap > *:first-child:before {
    display: none !important;
}

/* search form popup */

/* popup effect */
.mfp-bg.mpf-ruby-effect {
    -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;
    opacity: 0;
}

.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;
    transform: perspective(600px) scale(1);
    transform: translate3d(0, -120px, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 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;
    transform: translate3d(0, -120px, 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);
}

.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 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#ruby-banner-search-form .ruby-search input[type="text"] {
    font-size: 22px;
    line-height: 30px;
    border: 4px solid #aaa;
    padding: 10px 88px 10px 30px;
}

#ruby-banner-search-form .ruby-search input[type="text"]:hover,
#ruby-banner-search-form .ruby-search input[type="text"]:focus {
    color: #111;
    border-color: #111;
}

#ruby-banner-search-form .ruby-search .ruby-search-submit {
    height: 58px;
    width: 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;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9801;
    width: 320px;
    bottom: 0;
    background-color: #111;
    overflow-y: auto;
    overflow-x: hidden;
    -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 {
    display: block;
    position: relative;
    padding: 40px 20px;
}

.off-canvas-wrap.is-dark-text {
    background-color: #fff;
}

.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 {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: background .5s linear, visibility .5s linear;
    -moz-transition: background .5s linear, visibility .5s linear;
    transition: background .5s linear, visibility .5s linear;
}

.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: #eee;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar {
    background: #333;
}

.off-canvas-wrap::-webkit-scrollbar-corner {
    background-color: #282828;
    display: block;
    border-radius: 4px;
}

.off-canvas-wrap::-webkit-scrollbar-thumb {
    background-color: #282828;
    border-radius: 4px;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar-corner,
.off-canvas-wrap.is-light-text::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

#ruby-off-canvas-close-btn {
    display: block;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: .5;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
}

.off-canvas-wrap.is-dark-text #ruby-off-canvas-close-btn {
    color: #111;
}

#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;
    text-align: center;
    border-bottom: 4px solid rgba(255, 255, 255, .1);
}

.is-dark-text .off-canvas-social-wrap {
    border-color: #f2f2f2;
}

.off-canvas-social-wrap a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 0 7px;
    color: #fff;
    -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: #111;
}

.off-canvas-wrap.is-light-text .off-canvas-nav-wrap {
    color: #fff;
}

.ruby-close-btn {
    display: block;
    position: relative;
    height: 100%;
    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;
}

.ruby-close-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    height: 2px;
    background-color: #fff;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ruby-close-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    height: 2px;
    background-color: #fff;
    width: 20px;
    -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: #111;
}

/* off canvas menu */
.off-canvas-nav-wrap {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

.off-canvas-nav-wrap .sub-menu {
    display: none;
}

.off-canvas-nav-wrap a {
    display: block;
    position: relative;
    width: 100%;
    line-height: 42px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    -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 {
    display: block;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    height: 42px;
    width: 42px;
    float: right;
    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;
}

.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 {
    font-size: .85em;
    padding-left: 15px;
}

.off-canvas-nav-wrap .sub-menu .sub-menu {
    font-size: inherit;
}

.off-canvas-widget-section-wrap.sidebar-wrap {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.off-canvas-wrap .ruby-animated-image {
    opacity: 1;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -ms-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

/*--------------------------------------------------------------
    4.0 - Navigation
--------------------------------------------------------------*/

.header-nav-wrap {
    display: block;
    position: relative;
    background-color: #fff;
    z-index: 9800;
}

.header-nav-wrap .off-canvas-btn {
    float: left;
}

.header-nav-inner {
    display: block;
    background-color: #fff;
    z-index: 999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header-nav-inner .off-canvas-btn-wrap {
    display: none;
}

.header-nav-inner .off-canvas-btn {
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 42px;
    left: 0;
    top: 0;
}

.header-nav-inner .nav-search-wrap {
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}

.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 {
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    min-height: 42px;
}

.ruby-is-stick .header-nav-holder {
    border-color: transparent;
}

.main-nav-wrap {
    display: block;
    text-align: center;
    position: relative;
    line-height: 0;
}

.main-nav-inner {
    display: inline-block;
    position: static;
    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;
    line-height: 60px;
}

.main-nav-inner .is-sub-menu {
    display: block;
    visibility: hidden;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 120%;
    background-color: #fff;
    padding: 5px 0;
    border: 4px solid #f2f2f2;
    min-width: 185px;
    z-index: 9999;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.main-nav-inner .is-sub-menu .is-sub-menu {
    left: 115%;
    top: 0;
    right: auto;
    bottom: auto;
}

.main-nav-inner li:hover > .is-sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu li:hover > .is-sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
    display: block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    left: -5px;
    padding: 10px 25px 10px 15px;
    white-space: nowrap;
    font-size: .85em;
    -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 {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    letter-spacing: 0;
    width: 5px;
    text-align: center;
    margin-right: 10px;
    visibility: hidden;
    right: -10px;
    line-height: 1;
    position: relative;
    vertical-align: top;
    -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 {
    visibility: visible;
    right: 0;
}

.no-menu {
    display: block;
    color: #aaa;
    line-height: 1.35;
    padding: 10px 0;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.no-menu a {
    border: none;
    display: inline-block;
    width: auto;
    font-weight: bold;
    text-decoration: underline;
}

.no-menu a:hover {
    color: #111;
}

/* mega menu */
#navigation .is-cat-mega-menu.is-mega-menu, #navigation .is-col-mega-menu.is-mega-menu {
    position: static;
}

#navigation .mega-menu-wrap {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 120%;
    padding: 20px 10px;
    z-index: -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;
}

.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;
    display: block;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.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-left: 0;
    padding-right: 0;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .is-sub-menu .sub-sub-menu-wrap {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #f2f2f2;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .sub-menu-inner > li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 40px;
    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 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100% !important;
    z-index: 9801 !important;
}

.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-left: 0 !important;
    padding-right: 0 !important;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a {
    font-size: inherit;
    left: 0;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a:before {
    visibility: visible;
    right: 0;
}

.ruby-is-stick .header-nav-inner {
    opacity: .9;
    -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .03);
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .03);
    -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 {
    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-left: -10px;
    margin-right: -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-left: 0;
    margin-right: 0;
}

.fw-block-carousel .post-wrap, .feat-carousel .post-wrap {
    outline: none !important;
    margin-left: 5px;
    margin-right: 5px;
}

/* block ad wrap */
.block-ad-box {
    display: block;
    margin-top: -20px;
    margin-bottom: 30px;
    clear: both;
    text-align: center;
}

.block-ad-box .block-content-wrap {
    margin-left: 10px;
    margin-right: 10px;
}

.ruby-section-hs .block-ad-box .block-content-wrap {
    margin-left: 0;
    margin-right: 0;
}

/* fw block slider */
.post-slider-fw, .ruby-slider-fw.slider-init {
    height: 520px;
}

body:not(.is-boxed) .fw-block-slider-fw {
    margin-left: 20px;
    margin-right: 20px;
}

.fw-block-slider-fw .block-content-wrap {
    margin-left: 0;
    margin-right: 0;
}

/* fw block carousel */
.post-carousel, .ruby-carousel.slider-init {
    height: 520px;
}

/* block fullwidth code */
.fw-block-code.is-wrapper .block-content-wrap,
.block-hs-code .block-content-wrap {
    margin-left: 0;
    margin-right: 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-left: 20px;
    padding-right: 20px;
}

.shortcode-box-wrap {
    display: block;
    position: relative;
}

.fw-block-code .shortcode-box-wrap {
    margin-left: 20px;
    margin-right: 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 {
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
}

/* fw block video */
.fw-block-video {
    display: block;
    background-color: #111;
    padding-top: 60px;
    padding-bottom: 60px;
}

.is-boxed .fw-block-video {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fw-block-video .post-thumb {
    background-color: #000;
}

.fw-block-video .post-list-small .post-header {
    margin-left: 125px;
}

.video-playlist-outer {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-playlist-iframe {
    display: block;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.video-playlist-iframe-nav {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
    padding-right: 10px;
}

.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 {
    background-color: #ff5271;
    opacity: .5;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -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 {
    background-color: #ff5271;
    opacity: .5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-loader {
    background: rgba(28, 28, 28, 1) url('../images/video-loader.svg') no-repeat center center !important;
    position: absolute;
    opacity: 0.96;
    z-index: 992;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.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-list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #f2f2f2;
}

/* post classic */
.post-classic {
    margin-bottom: 40px;
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    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 {
    padding-bottom: 0;
    margin-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: #777;
}

/* hs block 2 */
.hs-block-2.ruby-block-wrap {
    margin-bottom: 10px;
}

.post-grid {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.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-left: 20px;
    padding-right: 20px;
}

.hs-block-7 .is-right-col .post-wrap {
    padding-bottom: 20px;
    margin-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 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hs-block-8 .is-right-col .post-outer:last-child {
    margin-bottom: 0;
}

/* post overlay */
.post-overlay .is-absolute {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.post-overlay .post-header {
    padding: 0 20px 25px 20px;
    z-index: 10;
}

.post-overlay:before {
    content: '';
    z-index: 1;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    left: 0;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.post-overlay .post-cat-info {
    margin-left: 2px;
}

.post-overlay .post-title {
    margin-bottom: 0;
}

.post-overlay .post-thumb-outer > *:nth-child(3) {
    left: 0;
    right: auto;
}

/* post overlay small */
.post-overlay-small {
    margin: 2px;
}

.widget .post-overlay-small {
    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-left: -10px;
    margin-right: -10px;
}

.post-grid-small {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}

.post-grid-small .post-header-inner {
    display: block;
    padding: 18px 13px;
    background-color: #fff;
    border: 2px solid #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -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-grid-small .post-title {
    margin-bottom: 0 !important;
}

.post-grid-small:hover .post-header-inner {
    border-color: #111;
}

.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-left: -10px;
    margin-right: -10px;
}

.post-grid-small-s {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}

.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 {
    display: block;
    position: relative;
    padding-bottom: 35px;
    outline: none !important;
}

.post-slider-mini .post-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-slider-mini .post-header-inner {
    position: relative;
    background-color: #fff;
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px;
    border: 2px solid transparent;
    -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: #111;
}

.post-slider-mini:hover .post-header-inner {
    border-color: #111;
}

.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: 360px;
}

.post-slider-hw {
    display: block;
    position: relative;
}

.post-slider-hw, .ruby-slider-hw.slider-init {
    height: 490px;
}

.post-slider-hw:before,
.post-slider-fw:before,
.post-carousel:before {
    content: '';
    z-index: 1;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    left: 0;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.post-slider-hw .post-header,
.post-slider-fw .post-header,
.post-carousel .post-header {
    display: block;
    margin: 0 auto 60px auto;
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
}

.ruby-slider-hw-nav {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.ruby-slider-hw-nav .post-wrap {
    padding-left: 15px;
    padding-right: 15px;
    outline: none !important;
    margin: 0;
}

.fw-block-slider-hw .block-content-wrap {
    margin-left: 0;
    margin-right: 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 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.fw-block-grid.ruby-block-wrap {
    margin-bottom: 30px;
}

.fw-block-grid .post-grid-small-s {
    margin-bottom: 30px;
}

/* block composer */
.block-composer-latest-blog.layout_grid_small_s .block-content-wrap,
.block-composer-latest-blog.layout_grid_small .block-content-wrap {
    margin-left: -10px;
    margin-right: -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;
}

.block-composer-latest-blog.layout_grid .block-content-wrap > .post-outer:nth-child(2n+1),
.block-composer-latest-blog.layout_overlay_small .block-content-wrap > .post-outer:nth-child(2n+1) {
    clear: both;
}

.block-composer-latest-blog.layout_grid_small_s .block-content-wrap > .post-outer:nth-child(3n+1),
.block-composer-latest-blog.layout_grid_small .block-content-wrap > .post-outer:nth-child(3n+1) {
    clear: both;
}

/*--------------------------------------------------------------
    6.0 - Single
--------------------------------------------------------------*/

.single .post-title.single-title {
    margin-bottom: 30px;
    font-size: 32px;
}

.single .post-title.single-title h1 {
    font-size: inherit;
}

.single-meta-info-bar {
    display: block;
    position: relative;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
    text-align: left;
    line-height: 0;
}

.single-meta-info-bar .post-meta-info {
    display: block;
    float: left;
    margin-bottom: 0;
}

.single-meta-info-bar a:hover {
    color: #111;
}

.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-left: 2px;
    padding-right: 2px;
}

.single-thumb-outer {
    margin-bottom: 40px;
}

.single-share-bar-total.share-bar-total {
    font-size: 12px;
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 0;
}

.entry {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    line-height: 1.7;
}

.single .entry {
    margin-left: 80px;
}

.single.single-attachment .entry {
    margin-left: 0;
}

/* entry */
h1 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 40px;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 25px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 25px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h6 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

blockquote {
    display: block;
    position: relative;
    border-left: 5px solid #111;
    color: #111;
    font-size: 18px;
    padding: 10px 0 10px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: italic;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.entry p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: inherit;
}

.entry iframe {
    max-width: 100%;
}

.entry address {
    margin-bottom: 30px;
}

.entry a:not(.button), .excerpt a {
    font-weight: bold;
}

.entry a:hover, .entry a:focus, .excerpt a:hover, .excerpt a:focus {
    text-decoration: underline;
}

.entry ul {
    list-style: disc;
    margin: 0 0 30px 40px;
}

.entry ul li {
    list-style: disc;
    margin: 0 0 16px;
}

.entry ol {
    list-style: decimal;
    margin: 0 0 30px 40px;
}

.entry ol li {
    list-style: decimal;
    margin: 0 0 15px;
}

.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
    margin-bottom: 0;
}

.entry dl {
    margin: 0 0 26px;
}

.entry dd {
    margin-left: 36px;
}

.entry img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry input {
    margin-bottom: 10px;
}

.wp-caption, .entry .wp-caption {
    max-width: 100% !important;
    display: block;
    height: auto;
    position: relative;
    background-color: #f2f2f2;
}

.wp-caption p, .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #f7f7f7;
    text-align: center;
    color: #777;
    padding: 5px 10px;
    line-height: 1.5;
}

.wp-caption.alignleft, img.alignleft {
    float: left;
    max-width: 100% !important;
    margin: 5px 30px 30px 0;
}

.wp-caption.alignright, img.alignright {
    float: right;
    max-width: 100% !important;
    margin: 5px 0 30px 30px;
}

img.alignnone, .wp-caption.alignnone {
    padding-top: 5px;
    margin-bottom: 40px;
}

.wp-caption.aligncenter, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    margin-bottom: 40px;
}

.thumbnail.push-bottom {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
}

.entry.big-paragraph > p:first-of-type {
    font-size: 1.05em;
    font-weight: bold;
}

.copy a:not(.button), .story a:not(.button) {
    color: #111111;
    border-bottom-color: #111111;
}

th, td {
    text-align: left;
    padding: 7px 15px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

dl {
    margin-bottom: 1em;
}

table {
    margin-bottom: 2em;
    width: 100%;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.single-gallery .gallery-col-1 {
    width: 100%;
    overflow: hidden;
}

.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-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
    margin-bottom: 40px;
}

.gallery-item {
    display: block;
    position: relative;
    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;
    color: #777;
    background-color: #f7f7f7;
    padding: 5px 10px;
    right: 15px;
    bottom: 15px;
    top: auto;
    left: auto;
    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;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    line-height: 0;
    padding-top: 20px;
}

.single-like-wrap .single-like-inner {
    margin: 0;
    padding: 0;
}

.like-el:first-child {
    margin-right: 25px;
}

.like-el {
    display: inline-block;
    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: #111;
    text-transform: uppercase;
}

.single-tag-wrap .tag-title {
    display: inline-block;
    padding: 3px 10px;
    background-color: #111;
    color: #fff;
    margin-right: 10px;
    line-height: 1.4;
    vertical-align: middle;
}

.single-tag-wrap a:before {
    content: '.';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.single-tag-wrap a:first-of-type:before {
    display: none;
}

/* 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 {
    border-radius: 50%;
    vertical-align: middle;
    display: block;
}

.single-author-wrap .author-thumb-wrap {
    display: block;
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single .author-thumb-wrap img {
    margin-bottom: 0;
}

.author-content-wrap .author-title > * {
    display: inline-block;
}

.author-job {
    color: #bbb;
    font-weight: 700;
    font-size: 11px;
}

.author-title h3 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.author-job {
    font-size: 12px;
    margin-left: 7px;
}

.author-content-wrap .author-description {
    display: block;
    font-size: .85em;
    line-height: 1.7;
    margin-top: 10px;
    color: #aaa;
}

.author-content-wrap .author-social {
    display: block;
    margin-top: 15px;
}

.author-content-wrap .author-social a {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    -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;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-nav .post-title {
    margin-bottom: 0;
}

.nav-arrow {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.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 {
    border-right: 1px solid #f2f2f2;
    padding-right: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.single-nav .nav-right {
    border-left: 1px solid #f2f2f2;
    margin-left: -1px;
    border-collapse: collapse;
    padding-left: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* single related box */
.single-related-wrap {
    display: block;
    position: relative;
}

.single-related-content {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -50px;
}

.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;
    padding: 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 30px;
}

p.logged-in-as {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

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;
}

input#comment-submit {
    margin-top: 10px;
    margin-bottom: 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;
}

input#comment-submit:hover,
input#comment-submit:focus {
    opacity: .5;
}

.col-sm-6.comment-form-author {
    padding-right: 10px;
}

.col-sm-6.comment-form-email {
    padding-left: 10px;
}

.comment-list.entry {
    margin-left: 0;
    margin-top: 0;
    margin-right: 20px;
}

.comment-list li.comment {
    list-style: none;
}

.comment-list .comment-author img {
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    width: 80px;
}

.comment-author.vcard .fn {
    font-size: 12px;
    text-transform: uppercase;
}

.comment-author.vcard .says {
    display: none;
}

.comment-metadata {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    margin-top: 5px;
    margin-left: 100px;
}

.comment-list .comment-content {
    display: block;
    margin-top: 10px;
    margin-left: 100px;
    font-size: .9em;
    line-height: 1.6;
}

.comment-list .comment-body {
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #f2f2f2;
}

.comment-list .comment-reply-link {
    display: block;
    font-weight: 400 !important;
    position: absolute;
    right: 0;
    top: 0;
    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: #111;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: 400;
    color: #cbcbcb;
    letter-spacing: 0;
    margin-left: 7px;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
    color: #111;
}

.comment-respond {
    display: block;
    margin-bottom: 30px;
}

.comments-area ol.children {
    margin: 0 0 20px 30px;
}

/* single style 5 */
.post-wrap.singe-style-5 {
    margin-top: 40px;
}

/* review box */
.review-box-wrap {
    display: block;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.review-box-wrap.is-review-bottom {
    clear: both;
    margin-top: 45px;
    margin-bottom: 45px;
}

.review-box-wrap .review-title h3:before {
    content: "\f123";
    font-family: FontAwesome;
    opacity: 1;
    color: #111;
    margin-right: 7px;
    display: inline-block;
    font-weight: 400;
}

.single .review-box-wrap.is-left-top {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.review-content-wrap {
    display: block;
    position: relative;
}

.review-el, .review-el-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.review-description {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
}

.review-el .review-info-score {
    font-size: inherit !important;
    color: #111;
    float: right;
}

.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;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.score-bar-wrap {
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #eee;
    border-radius: 2px;
}

.review-summary-wrap {
    overflow: hidden;
    display: block;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
}

.review-box-wrap .review-summary-wrap h3 {
    padding: 0;
    font-size: inherit !important;
    text-transform: uppercase;
    margin: 20px 0;
}

.review-box-wrap .review-summary-wrap .review-summary-desc {
    margin: 0;
    font-style: italic;
}

.score-remove {
    width: 0 !important;
}

.score-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #111;
    border-radius: 2px;
}

.post-review-info .review-info-score {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.review-box-wrap .post-review-info {
    border-left: 1px solid #f2f2f2;
    padding: 20px;
    float: right;
    margin: 0 0 20px 20px;
    top: auto;
    right: auto;
}

.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: #111 !important;;
    color: #fff !important;
}

.single-page-links .page-numbers {
    margin-left: 0;
    margin-right: 0;
}

.single-page-links .pagination-num > * {
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

/* infinite animation */
.infinite-scroll {
    display: block;
    min-height: 32px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.infinite-scroll .infinite-icon {
    opacity: 0;
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    background-size: conver !important;
    -webkit-background-size: cover !important;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.single-post-outer {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.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 {
    display: table;
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.archive-title-wrap {
    display: table-cell;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.archive-page-header.has-bg-image:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 24, 24, .3);
}

.archive-title-wrap .archive-title {
    display: inline-block;
    position: relative;
    z-index: 9;
    line-height: 1;
    margin: 0;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.archive-page-header .archive-desc {
    display: block;
    max-width: 740px;
    margin-left: auto;
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.is-light-text .archive-desc {
    color: #fff;
}

.archive-page-header-small .archive-desc {
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
    color: #aaa;
}

/* author page */
.archive.author .single-author-wrap {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
    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;
    max-width: 800px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.page-author-team-wrap .author-thumb-wrap img {
    border-radius: 50%;
}

.author-team-page-title {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.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-left: auto;
    margin-right: auto;
}

/* search page */
.search-page-header {
    display: block;
    margin-top: 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.search-page-header-inner {
    margin-left: 20px;
    margin-right: 20px;
}

.search-page-header .search-decs {
    font-size: 18px;
    color: #aaa;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.search-page-header-inner .post-title h3 {
    color: #aaa;
    text-transform: none;
}

.search-no-result {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.search-no-result-content {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 120px;
}

.search-no-result-content .ruby-search {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.search-no-result-content p {
    text-align: center;
    font-size: 18px;
    color: #aaa;
    margin-top: 15px;
    margin-bottom: 40px;
}

.search-no-result h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
}

.search-no-result-content .search-no-result h3 {
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
}

.search-no-result-content .ruby-search input[type="text"] {
    font-size: 22px;
    line-height: 1.2;
    border-width: 4px;
    padding: 10px 60px 10px 30px;
}

.search-no-result-content .ruby-search .ruby-search-submit {
    height: 54px;
    width: 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-left: 20px;
    margin-right: 20px;
    margin-bottom: 120px;
}

.page-404-content-header {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.page-404-content-header p {
    text-align: center;
    font-size: 18px;
    color: #aaa;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.logo-404 h1 {
    font-size: 120px;
    line-height: 1.2;
    text-transform: capitalize;
}

.page-404-content-wrap .ruby-search input[type="text"] {
    font-size: 22px;
    line-height: 30px;
    white-space: nowrap;
    border-width: 3px;
    padding: 10px 60px 10px 30px;
}

.page-404-content-wrap .ruby-search .ruby-search-submit {
    height: 56px;
    width: 56px;
    line-height: 56px;
}

.page-404-content-wrap .ruby-search {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

/* 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 {
    font-size: .9em;
    text-transform: capitalize;
}

.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"] {
    width: 50%;
    padding: 7px 15px;
    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;
    max-width: 140px;
    margin-right: 20px;
}

.post-list-small .post-format-info {
    margin-left: -17px;
    margin-top: -17px;
    height: 34px;
    width: 34px;
    line-height: 30px;
}

.post-list-small .post-format-info i {
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
    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;
}

.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;
    right: 0;
    top: 10px;
    font-size: 90px;
    font-style: italic;
    line-height: 0;
    vertical-align: top;
    opacity: 0.05;
    font-weight: 900;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

/* sb social counter  */
.sb-widget-social-counter .counter-element {
    display: block;
    color: #fff;
    margin-bottom: 2px;
    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;
    padding: 10px 15px;
    overflow: hidden;
}

.sb-widget-social-counter .counter-element:hover {
    background-color: #111;
}

.sb-widget-social-counter .counter-element i {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.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;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
}

/* post widget */
.post-widget-inner {
    display: block;
    position: relative;
}

.post-widget-inner.style-2 {
    margin: -2px !important;
}

.post-widget-inner.style-5 {
    margin-left: -20px;
    margin-right: -20px;
}

.post-widget-inner.style-5 .post-excerpt {
    display: none;
}

.post-widget-inner.style-6,
.post-widget-inner.style-7 {
    margin-left: -10px;
    margin-right: -10px;
}

.post-widget-inner.style-2 .post-title.is-medium-title {
    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-bottom: 30px;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    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;
    text-align: center;
    color: #cbcbcb;
    line-height: 20px;
    font-size: 12px;
}

.ad-wrap, .ad-wrap iframe {
    display: block;
    text-align: center;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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-left: auto !important;
    margin-right: auto !important;
}

.sb-widget-ad .widget-ad-image {
    display: block;
    text-align: center;
}

.sb-widget-ad .widget-ad-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* instagram widget */
.instagram-content-wrap, .widget-flickr-content-wrap {
    display: block;
    overflow: hidden;
    margin: -4px;
}

.instagram-el, .flickr-el {
    display: block;
    padding: 4px;
}

.instagram-el a, .flickr-el a {
    background-color: #fff;
}

.instagram-el img, .flickr-el img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: 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;
}

.instagram-el a:hover img, .flickr-el a:hover img {
    opacity: .7;
}

.instagram-bottom-text {
    display: block;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    color: #cbcbcb;
}

/* widget youtube */
.subscribe-youtube-wrap {
    display: block;
    position: relative;
    max-height: 70px;
}

.subscribe-youtube-wrap iframe {
    width: 100%;
    height: auto;
}

/* category widget */
.cat-item, .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;
    text-transform: capitalize;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
    -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: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;
}

.cat-item:last-child, .widget_archive li:last-child a, .widget_pages .page_item:last-child a,
.widget_meta li:last-child a, .widget_recent_comments .recentcomments:last-child, .widget_recent_entries li:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.number-post-count {
    display: block;
    float: right;
    opacity: .5;
}

.widget_categories label, .widget_archive label {
    display: none;
}

/* calendar widget */
#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 5px 10px;
}

#wp-calendar caption {
    font-weight: 700;
    margin-bottom: 10px;
}

/* 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 {
    font-size: 13px !important;
    display: block;
    float: left;
    line-height: 30px;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    -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 {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/* 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;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.about-content-wrap.post-excerpt > * {
    margin-top: 15px;
}

.about-content-wrap.post-excerpt > * a:hover {
    color: #111;
}

.about-content-wrap.post-excerpt > * > i {
    margin-right: 7px;
}

.about-widget-image img {
    display: block;
    width: 100%;
}

/* subscribe form */
.subscribe-wrap {
    display: block;
    text-align: center;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 4px solid #111;
}

.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;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    vertical-align: middle;
}

.subscribe-form-wrap {
    display: block;
    margin-top: 25px;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

.subscribe-form-wrap input {
    font-size: 14px;
    padding: 7px 12px;
    text-align: center;
}

.subscribe-form-wrap label {
    margin-bottom: 7px;
    font-size: 12px;
    display: block;
    color: #aaa;
    font-style: italic;
}

.mc4wp-alert {
    display: block;
    margin-top: 15px;
    color: #ff8d8d;
    font-size: 12px;
}

/* twitter widget */
.twitter-content {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.twitter-content:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.twitter-content.post-excerpt a {
    font-style: italic;
    color: #111;
}

.twitter-content.post-excerpt a:hover {
    text-decoration: underline;
}

.twitter-timestamp {
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
}

/*--------------------------------------------------------------
    10.0 - Footer
--------------------------------------------------------------*/

/* back to top */
#ruby-back-top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    border: none;
    z-index: 99990;
    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;
    opacity: 1;
    height: 42px;
    width: 34px;
    font-size: 12px;
    text-align: center;
    line-height: 42px;
    background-color: #111;
    color: #fff;
    -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 {
    display: block;
    position: relative;
}

.footer-inner {
    display: block;
    overflow: hidden;
    background-color: #111;
}

.footer-inner .widget-title.block-title h3 {
    background-color: transparent;
}

#footer .sidebar-wrap.sidebar-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.column-footer-wrap {
    display: block;
    padding-top: 60px;
}

.column-footer-inner {
    display: block;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
}

.is-light-text .block-title h3 {
    color: #aaa;
    background-color: transparent;
}

.is-light-text .block-title:after {
    display: none;
}

.is-light-text .ruby-search input[type="text"] {
    background-color: rgba(255, 225, 255, .05);
    color: #fff;
}

.footer-wrap.is-light-text .ruby-search i {
    color: #fff;
}

.is-light-text .cat-item, .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 {
    color: #fff;
    border-color: rgba(255, 255, 255, .05);
}

.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 {
    background-color: #111;
    border-color: #111;
}

.is-light-text .post-grid-small .post-header-inner:hover {
    border-color: #fff;
}

.is-light-text p {
    color: #eee;
}

.is-light-text th, .is-light-text td, .is-light-text table {
    color: #eee;
    border-color: rgba(255, 255, 255, .05);
}

.is-light-text .widget_tag_cloud a {
    color: #fff;
    border-color: rgba(255, 255, 255, .05);
}

.is-light-text .widget_tag_cloud a:hover, .is-light-text .widget_tag_cloud a:focus {
    background-color: #fff;
    color: #111;
}

.is-light-text select {
    color: #fff;
    border-color: rgba(255, 255, 255, .05);
    background-color: #222;
}

.is-light-text .post-counter {
    color: #fff;
    opacity: 0.1;
}

/* footer instagram */
.top-footer-wrap {
    display: block;
    position: relative;
    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-wrap .widget.widget_text {
    padding: 30px;
}

.footer-instagram-el, .footer-instagram-el a {
    display: block;
    padding: 0 !important;
    overflow: hidden;
    text-decoration: none;
    outline: 0;
}

.footer-instagram-el img {
    display: block;
    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;
    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 {
    display: block;
    position: relative;
}

.top-footer-widget-instagram .widget-title {
    position: absolute;
    display: block;
    font-size: 15px;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    z-index: 99;
    -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 {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    background-color: #111;
}

.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 {
    display: block;
    position: relative;
}

.footer-social-bar-inner {
    display: block;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.footer-logo {
    display: block;
    float: left;
}

.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 a:hover, .footer-logo a:focus {
    opacity: 1;
}

.footer-social-wrap {
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -20px;
    top: 50%;
}

.footer-social-wrap a {
    font-size: 18px;
    display: block;
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 10px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #111;
    background-color: 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;
    transition: all .3s linear;
}

.footer-social-wrap a i {
    display: block;
    line-height: inherit;
    vertical-align: middle;
}

.is-light-text .footer-social-wrap a {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}

.is-light-text .footer-social-wrap a:hover {
    background-color: #fff;
    color: #111;
}

.footer-social-wrap a:last-child {
    margin-right: 0;
}

/* copyright */
.footer-copyright-wrap {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.footer-copyright-wrap p {
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

.is-light-text .footer-copyright-wrap {
    border-color: rgba(255, 255, 255, .1);
}

.footer-wrap .widget-title.block-title:after {
    display: none !important;
}