/* --------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 - Reset

2.0 - Main

3.0 - Topbar

4.0 - Headers

5.0 - Post Modules

6.0 - Blocks

7.0 - Single

8.0 - Widgets

9.0 - Footer

-------------------------------------------------------------- */



/* --------------------------------------------------------------

================================================================

    1.0 - RESET

================================================================

-------------------------------------------------------------- */



body {

    display: block;

    background: #f9f9f9;

    color: #282828;

}



body, p {

    font-size: 15px;

    font-family: 'Lato', sans-serif;

    line-height: 1.7;

}



h1, h2, h3, h4, h5, h6, .post-title {

    color: #282828;

    font-family: 'Montserrat', sans-serif;

}



.h1 {

    margin-top: 30px;

    margin-bottom: 20px;

    font-size: 32px;

    line-height: 40px;

}



.h2 {

    margin-top: 30px;

    margin-bottom: 20px;

    font-size: 28px;

    line-height: 36px;

}



.h3 {

    margin-top: 30px;

    margin-bottom: 20px;

    font-size: 22px;

    line-height: 30px;

}



.h4 {

    margin-top: 30px;

    margin-bottom: 20px;

    font-size: 20px;

    line-height: 28px;

}



.h5 {

    margin-top: 20px;

    margin-bottom: 20px;

    font-size: 18px;

    line-height: 24px;

}



.h6 {

    margin-top: 20px;

    margin-bottom: 20px;

    font-size: 15px;

    line-height: 18px;

}



a {

    outline: none;

    color: inherit;

    text-decoration: none;

    line-height: inherit;

}



a:hover, a:focus {

    text-decoration: none;

}



li {

    list-style: none;

}



img {

    max-width: 100%;

    height: auto;

    vertical-align: middle;

}



kbd {

    padding: 0 7px;

    border-radius: 4px;

    background: #282828;

    color: #fff !important;

}



select {

    outline: none;

}



cite {

    font-weight: 700;

    font-style: italic;

}



.entry cite {

    display: block;

    font-size: 13px;

}



.screen-reader-text:focus {

    top: 5px;

    left: 5px;

    z-index: 100000;

    display: block;

    clip: auto !important;

    padding: 15px 23px 14px;

    width: auto;

    height: auto;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    background-color: #f1f1f1;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    text-decoration: none;

    font-weight: bold;

    font-size: 0.875rem;

    line-height: normal; /* Above WP toolbar. */

}



input {

    outline: none !important;

}



input:-webkit-autofill {

    background-color: transparent !important;

    -webkit-box-shadow: 0 0 0 1000px #fff inset;

}



input[type="button"], button {

    display: inline-block;

    padding: 7px 15px;

    outline: none !important;

    border: 1px solid #eee;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 13px;

    line-height: 1;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



input[type="text"],

input[type="email"],

input[type="password"],

input[type="search"],

input[type="tel"] {

    display: block;

    padding: 10px 20px;

    width: 100%;

    outline: 0;

    outline: none !important;

    border: 1px solid #eee;

    box-shadow: none;

    vertical-align: middle;

    text-align: left;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.3;

    -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;

}



textarea {

    display: block;

    padding: 20px;

    width: 100%;

    outline: none !important;

    border: 1px solid rgba(28, 28, 28, .07);

    color: #282829;

    vertical-align: middle;

    text-align: left;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.5;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



input[type="button"]:hover, button:hover {

    color: #55acee;

}



select {

    display: block;

    padding: 12px;

    width: 100%;

    outline: none;

    border-color: #f2f2f2;

}



.size-auto,

.size-full,

.size-large,

.size-medium,

.size-thumbnail {

    max-width: 100%;

    height: auto;

}



em {

    font-style: italic;

}



.ruby-col-5 {

    display: block;

    float: left;

    width: 20%;

}



.is-hidden {

    display: none !important;

}



.is-opacity a {

    opacity: .5;

}



.is-overflow {

    overflow: hidden !important;

}



.is-disable {

    opacity: .1 !important;

    pointer-events: none !important;

}



.is-absolute {

    position: absolute !important;

    z-index: 10;

}



/* popup effect */

.mfp-bg.mpf-ruby-effect {

    opacity: 0;

    -webkit-transition: all .35s ease-in-out;

    -moz-transition: all .35s ease-in-out;

    -ms-transition: all .35s ease-in-out;

    -o-transition: all .35s ease-in-out;

    transition: all .35s ease-in-out;

}



.mfp-bg.mfp-ready.mpf-ruby-effect {

    opacity: 1;

}



.mfp-removing.mfp-bg.mfp-ready.mpf-ruby-effect {

    opacity: 0;

}



.mpf-ruby-effect.mfp-ready .mfp-animation {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: perspective(600px) scale(1);

    transform: translate3d(0, 0, 0);

}



.block-popup-gallery.mfp-animation {

    margin: auto;

    max-width: 1140px;

}



.mpf-ruby-effect .mfp-animation {

    opacity: 0;

    -webkit-transition: all .35s ease-in-out;

    -moz-transition: all .35s ease-in-out;

    -ms-transition: all .35s ease-in-out;

    -o-transition: all .35s ease-in-out;

    transition: all .35s ease-in-out;

    -webkit-transform: translate3d(0, -90px, 0);

    -moz-transform: translate3d(0, -90px, 0);

    -ms-transform: translate3d(0, -90px, 0);

    -o-transform: translate3d(0, -90px, 0);

    transform: translate3d(0, -120px, 0);

}



.mpf-ruby-effect.mfp-ready.mfp-removing .mfp-animation {

    opacity: 0;

    -webkit-transform: translate3d(0, -90px, 0);

    -moz-transform: translate3d(0, -90px, 0);

    -ms-transform: translate3d(0, -90px, 0);

    -o-transform: translate3d(0, -90px, 0)

}



.bypostauthor {



}



/* --------------------------------------------------------------

================================================================

   2.0 - MAIN

================================================================

-------------------------------------------------------------- */



.is-boxed .site-outer {

    z-index: 2;

    display: block;

    margin-right: auto;

    margin-left: auto;

    max-width: 1200px;

    background-color: #f9f9f9;

    -webkit-box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);

    -moz-box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);

    box-shadow: 2px 2px 1px rgba(28, 28, 28, 0.05);

}



.ruby-container {

    display: block;

    margin-right: auto;

    margin-left: auto;

    padding: 0;

    max-width: 1140px;

}



.container-inner {

    display: block;

    margin-right: 15px;

    margin-left: 15px;

}



.site-outer, .site-wrap, .site-inner {

    display: block;

}



.site-inner {

    position: relative;

    right: 0;

    margin: 0 auto;

    padding: 0;

}



/* slick slider */

.slick-dots {

    position: absolute;

    right: 10px;

    bottom: 10px;

    z-index: 2;

    display: block;

    line-height: 1;

}



.is-gallery .slick-dots {

    right: auto;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

}



.slick-dots li {

    position: relative;

    display: inline-block;

    padding: 0 3px;

    vertical-align: middle;

    line-height: 10px;

    opacity: .8;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.slick-dots li button {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 0;

    opacity: 0;

    cursor: pointer;

}



.slick-dots li:before {

    position: relative;

    display: block;

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background-color: #fff;

    content: '';

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.slick-dots li.slick-active:before {

    -webkit-transform: scale(1.4);

    -moz-transform: scale(1.4);

    -ms-transform: scale(1.4);

    -o-transform: scale(1.4);

    transform: scale(1.4);

}



.slick-dots li:hover, .slick-dots li.slick-active {

    opacity: 1;

}



.ruby-slider-nav {

    position: absolute;

    z-index: 99;

    padding: 0;

    width: 38px;

    height: 38px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: rgba(28, 28, 28, .5);

    color: #fff;

    text-align: center;

    font-size: 24px;

    line-height: 38px;

    opacity: .3;

    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ruby-slider-nav:hover, .ruby-slider-nav:focus {

    opacity: 1;

}



.ruby-slider-prev {

    top: 50%;

    left: 20px;

    margin-top: -19px;

}



.ruby-slider-prev i {

    margin-right: 2px;

}



.ruby-slider-next {

    top: 50%;

    right: 20px;

    left: auto;

    margin-top: -19px;

}



.ruby-slider-next i {

    margin-left: 2px;

}



.slider-nav {

    cursor: pointer;

}



.ruby-slider-popup-nav {

    position: absolute;

    top: 50%;

    bottom: auto;

    z-index: 999;

    margin-top: -18px;

    width: 38px;

    height: 38px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #fff;

    box-shadow: none;

    color: #282828;

    text-align: center;

    font-size: 24px;

    line-height: 38px;

    opacity: .05;

    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ruby-slider-popup-prev {

    left: -100px;

}



.ruby-slider-popup-prev i {

    margin-right: 2px;

}



.ruby-slider-popup-next {

    right: -100px;

}



.ruby-slider-popup-nav:hover {

    opacity: .5;

}



.ruby-slider-popup-next i {

    margin-left: 2px;

}



.slick-disabled {

    opacity: .1;

    pointer-events: none;

}



.slider-init {

    overflow: hidden;

    opacity: 0;

}



.fw-block-1-slider.slider-init,

.fw-block-2-slider.slider-init {

    height: 540px;

}



.fw-block-2-slider.slider-init {

    height: 655px;

}



.fw-block-3-slider.slider-init,

.fw-block-5-slider.slider-init,

.post-thumb-gallery-slider.slider-init {

    height: 440px;

}



.fw-block-6-slider.slider-init {

    height: 500px;

}



.fw-block-7 .slider-init {

    height: 250px;

}



.related-video-slider.slider-init {

    height: 200px;

}



.ruby-mini-slider.slider-init {

    height: 370px;

}



.ajax-loadmore-link {

    display: inline-block;

    padding: 0 20px;

    border: none;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, .4);

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    white-space: nowrap;

    font-size: 13px;

    line-height: 28px;

    opacity: .4;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



input#comment-submit,

a.box-comment-btn,

.header-search-more button,

.entry input[type="submit"] {

    display: inline-block;

    padding: 0 20px;

    border: none;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #282828;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    white-space: nowrap;

    font-weight: 600;

    font-size: 12px;

    line-height: 28px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



input#comment-submit,

a.box-comment-btn {

    opacity: .4;

}



.ajax-loadmore-link.ajax-link:hover {

    background-color: #282828;

}



input#comment-submit:hover,

input#comment-submit:focus,

.box-comment-btn:hover,

.box-comment-btn:focus,

.header-search-more button:hover,

.header-search-more button:focus,

.entry input[type="submit"]:hover,

.entry input[type="submit"]:focus {

    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

    opacity: 1;

}



/* is hide */

.is-hide {

    display: none !important;

}



.is-show {

    display: block;

}



/* page pagination */

.pagination-wrap {

    display: block;

    clear: both;

    margin-top: 10px;

    margin-bottom: 20px;

    padding: 0 15px;

    width: 100%;

    height: 34px;

    text-align: center;

}



.pagination-text {

    display: block;

    float: right;

    color: #999;

    font-style: italic;

    font-size: 14px;

    line-height: 34px;

}



.pagination-num {

    display: block;

    float: left;

    color: #fff;

}



.page-numbers {

    display: block;

    float: left;

    margin-right: 4px;

    margin-left: 4px;

    width: 34px;

    height: 34px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #fff;

    color: #282828;

    text-align: center;

    font-size: 14px;

    line-height: 34px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.single .page-numbers {

    background-color: #f7f7f7;

}



.page-numbers:first-child {

    margin-left: 0;

}



.page-numbers.dots {

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    color: #222;

    -o-box-shadow: none;

}



.next.page-numbers i {

    margin-left: 1px;

}



.prev.page-numbers i {

    margin-right: 1px;

}



.prev.page-numbers, .next.page-numbers {

    font-size: 15px;

}



.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus {

    border-color: #55acee;

    background-color: #55acee;

    color: #fff;

}



/* image animation */

.ruby-animated-image {

    opacity: 0;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.ruby-zoom.ruby-animated-image.ruby-animation {

    opacity: 1;;

    -webkit-animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);;

    -moz-animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);

    animation: ruby-zoom-animated 0.5s 1 cubic-bezier(0.2, 1, 0.3, 1);

}



.ruby-fade.ruby-animated-image.ruby-animation {

    opacity: 1;

    -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;

}



.ruby-bottom.ruby-animated-image.ruby-animation {

    opacity: 1;

    -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: 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;

    }

}



/* --------------------------------------------------------------

================================================================

    3.0 - TOPBAR

================================================================

-------------------------------------------------------------- */



/* topbar */

.topbar-wrap {

    position: relative;

    z-index: 999;

    background-color: #282828;

    font-size: 13px;

    font-family: 'Lato', sans-serif;

    line-height: 34px;

}



.topbar-left {

    float: left;

}



.topbar-left > * {

    display: inline-block;

    margin-right: 15px;

}



.topbar-left > *:last-child {

    margin-right: 0;

}



.topbar-right {

    float: right;

}



.topbar-right > * {

    float: left;

    margin-left: 15px;

}



.topbar-right > *:first-child {

    margin-left: 0;

}



.topbar-info i {

    margin-right: 7px;

}



.topbar-info > * {

    margin-right: 10px;

}



.topbar-info > *:last-child {

    margin-right: 0;

}



.topbar-social a {

    display: block;

    float: left;

    padding: 0 7px;

    vertical-align: middle;

    font-size: 16px;

}



.topbar-social a:hover, .topbar-social a:focus {

    opacity: 1;

}



/* topbar email info */

.info-email, .info-phone {

    text-transform: none;

}



/* topbar nav */

.topbar-menu-inner > li {

    position: relative;

    display: inline-block;

}



.topbar-menu-inner > li > a {

    display: block;

    padding: 0 10px;

}



.topbar-menu-inner > li:first-child > a {

    padding-left: 0;

}



.topbar-menu-inner > li:hover > a,

.topbar-menu-inner > li:focus > a {

    opacity: .8;

}



.topbar-menu-inner a {

    white-space: nowrap;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}



.topbar-menu-inner a:hover {

    opacity: 1;

}



.topbar-menu-inner .sub-menu {

    position: absolute;

    top: -99999px;

    right: auto;

    left: auto;

    z-index: 99;

    display: block;

    visibility: hidden;

    padding: 5px 0;

    min-width: 155px;

    background-color: #282828;

    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);

    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);

    opacity: 0;

    pointer-events: none;

}



.topbar-menu-inner .sub-menu li:hover .sub-menu {

    top: 0;

    left: 100%;

    visibility: visible;

    opacity: 1;

    pointer-events: auto;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.topbar-menu-inner > li.menu-item-has-children > a:after {

    display: inline-block;

    margin-top: -2px;

    margin-left: 4px;

    content: "\f078";

    vertical-align: middle;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 6px;

}



.topbar-menu-inner > li:hover > .sub-menu {

    top: 100%;

    bottom: auto;

    visibility: visible;

    opacity: 1;

    pointer-events: auto;

}



.topbar-menu-inner .sub-menu a {

    display: block;

    padding: 5px 15px;

    line-height: 1.5;

}



.topbar-menu-inner .sub-menu a:hover {

    background-color: rgba(255, 255, 255, .07);

}



.topbar-menu-inner > .menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {

    right: 10px !important;

}



/* topbar mini cart */

.topbar-cart {

    position: relative;

    display: block;

}



.topbar-style-2 .mini-cart-wrap {

    background-color: #fff;

}



.mini-cart-wrap {

    position: absolute;

    min-width: 300px;

    padding: 20px;

    background-color: #282828;

    right: -30px;

    top: 125%;

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.topbar-cart:hover .mini-cart-wrap {

    opacity: 1;

    visibility: visible;

    top: 100%;

}



#ruby-mini-cart .total {

    margin-bottom: 25px;

}



.topbar-cart .cart-counter {

    position: absolute;

    display: inline-block;

    text-align: center;

    width: 20px;

    height: 20px;

    line-height: 20px;

    font-size: 9px;

    font-weight: 700;

    top: 0;

    right: -15px;

}



#ruby-mini-cart .total strong {

    margin-right: 4px;

}



#ruby-mini-cart .wc-forward {

    display: inline-block;

    padding: 0 20px;

    border: none;

    -webkit-border-radius: 6px;

    border-radius: 6px;

    color: #fff !important;

    background-color: #55acee;

    text-transform: uppercase;

    white-space: nowrap;

    font-weight: 400;

    font-size: 13px !important;

    line-height: 30px;

    -webkit-transition: all .2s !important;

    -moz-transition: all .2s !important;

    -ms-transition: all .2s !important;

    -o-transition: all .2s !important;

    transition: all .2s !important;

}



#ruby-mini-cart .wc-forward:first-child {

    margin-right: 5px;

    background-color: #55acee;

}



.topbar-style-2 #ruby-mini-cart .wc-forward:hover {

    background-color: #111 !important;

    color: #fff !important;

}



#ruby-mini-cart .wc-forward:hover {

    background-color: #fff !important;

    color: #282828 !important;

    opacity: 1;

}



/* subscribe form */

.ruby-subscribe-form-inner.subscribe-wrap {

    position: relative;

    margin-right: auto;

    margin-left: auto;

    padding: 50px 0 0 0;

    max-width: 500px;

    background-color: #ffffff;

    background-position: center center;

    background-size: cover !important;

    background-repeat: no-repeat;

    -webkit-background-size: cover !important;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.topbar-subscribe-button a {

    display: block;

    text-transform: uppercase;

    letter-spacing: .02em;

    font-size: 12px;

    line-height: 30px;

}



.topbar-subscribe-button a span {

    display: inline-block;

    padding: 0 15px;

    height: 20px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #55acee;

    color: #fff;

    vertical-align: middle;

    font-weight: 600;

    font-size: 12px;

    line-height: 20px;

}



.ruby-subscribe-form-inner p {

    color: #999;

}



.subscribe-header {

    position: absolute;

    top: 0;

    left: 0;

    padding: 0 30px;

    width: 100%;

    height: 50px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    line-height: 50px;

}



.is-light-text .subscribe-header {

    border-color: rgba(255, 255, 255, .07);

}



.subscribe-body {

    padding: 15px 30px 30px 30px;

}



.subscribe-social-wrap {

    display: block;

    overflow: hidden;

    margin-top: 15px;

}



.subscribe-social-wrap > * {

    display: block;

    float: left;

    margin: 2px;

}



.subscribe-social-wrap a > * {

    display: block;

    width: 26px;

    vertical-align: middle;

    text-align: center;

    font-size: 16px;

    line-height: 26px;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.subscribe-social-wrap a > *:hover,

.subscribe-social-wrap a > *:focus {

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);



}



.is-light-text .subscribe-social-wrap a > *,

.is-light-text.ruby-subscribe-form-inner .mfp-close {

    border-color: rgba(255, 255, 255, .3);

}



.subscribe-logo img {

    display: inline-block;

    max-height: 35px;

    width: auto;

    line-height: 50px;

}



.ruby-subscribe-form-inner .mfp-close {

    right: 0;

    width: 50px;

    height: 50px;

    border-left: 1px solid rgba(28, 28, 28, .07);

    color: #282828;

    opacity: .7;

    cursor: pointer;

}



.ruby-subscribe-form-inner .mfp-close:hover,

.ruby-subscribe-form-inner .mfp-close:focus {

    opacity: 1;

}



.ruby-subscribe-form-inner .mfp-close:before {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -1px;

    margin-left: -10px;

    width: 20px;

    height: 2px;

    background-color: #1d4a7b;

    content: '';

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



.ruby-subscribe-form-inner .mfp-close:after {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -1px;

    margin-left: -10px;

    width: 20px;

    height: 2px;

    background-color: #1d4a7b;

    content: '';

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}



.is-light-text .mfp-close:before,

.is-light-text .mfp-close:after {

    background-color: #ffffff;

}



/* topbar style 2 */

.topbar-wrap.topbar-style-2 {

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    background-color: #ffffff;

}



.topbar-style-2 .topbar-subscribe-button a span {

    background-color: rgba(0, 0, 0, .07);

    color: #282828;

}



.topbar-style-2 .topbar-subscribe-button a span:hover {

    background-color: #55acee;

    color: #fff;

}



.topbar-style-2 .topbar-menu-inner .sub-menu {

    background-color: #fff;

}



/* --------------------------------------------------------------

================================================================

    4.0 - HEADER

================================================================

-------------------------------------------------------------- */



.is-logo-image .logo-title,

.is-logo-mobile-image .logo-mobile-title {

    display: none;

}



.logo-wrap a {

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.logo-wrap a:hover {

    opacity: .7;

}



.logo-text h1 {

    margin: 0;

    color: #1d4a7b;

    text-transform: uppercase;

    letter-spacing: -1px;

    font-weight: 700;

    font-style: normal;

    font-size: 40px;

}



.site-tagline {

    margin: 5px 0 0 0;

    color: #1d4a7b;

    white-space: nowrap;

    font-weight: 400 !important;

    font-size: 14px;

    line-height: 1;

}



.navbar-left > * {

    float: left;

    margin-right: 15px;

}



.navbar-left > *:last-child {

    margin-right: 0;

}



.header-wrap .no-menu p {

    overflow: hidden;

    padding: 0;

    line-height: 52px;

}



.banner-inner {

    display: -webkit-flex;

    display: flex;

}



.header-inner .logo-wrap {

    margin: 20px 0;

    max-width: 360px;

}



.header-inner .banner-ad-wrap {

    margin: auto 0 auto auto;

    max-width: 728px;

    max-height: 90px;

    text-align: center;

}



.header-wrap .logo-inner img {

    display: block;

    margin: auto;

    max-height: 90px;

    width: auto;

}



.header-style-1 .is-logo-text .logo-inner {

    margin-top: 10px;

}



.header-style-1 .header-inner .logo-wrap {

    min-height: 90px;

    text-align: left;

}



.header-style-2 .header-inner .logo-wrap,

.header-style-4 .header-inner .logo-wrap,

.header-style-5 .header-inner .logo-wrap {

    margin: 20px auto;

}



/* header social */

.header-social-wrap {

    margin-top: 5px;

    text-align: center;

}



.header-social-inner a {

    display: inline-block;

    margin: 10px 2px 0 2px;

    width: 36px;

    height: 36px;

    border: none;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    background-color: rgba(0, 0, 0, .06);

    vertical-align: middle;

    font-size: 17px;

    line-height: 36px;

}



.header-social-inner.is-light-style a {

    border-color: rgba(255, 255, 255, .5);

    background-color: rgba(255, 255, 255, .07);

}



/* header logo background url */

.hide-header-background .banner-wrap.banner-background-image {

    display: none;

}



.header-parallax-wrap {

    position: relative;

    overflow: hidden;

    background-color: #fff;

}



.banner-background-color {

    background: #fff;

}



.banner-background-image {

    position: relative;

}



#header-image-parallax {

    height: 320px;

}



.banner-background-image:before {

    position: absolute;

    left: 0;

    content: '';



}



.banner-background-image:after {

    position: absolute;

    right: 0;

    content: '';

}



.banner-background-image .banner-inner {

    position: absolute;

    top: 0;

    right: auto;

    bottom: auto;

    left: 0;

    z-index: 9;

    display: -webkit-flex;

    display: flex;

    margin: 0;

    padding: 0;

    width: 100%;

    height: 100%;

    text-align: center;

}



.header-inner .banner-background-image .logo-wrap {

    display: block;

    margin: auto;

    max-width: 100%;

    height: auto;

}



.header-inner .banner-background-image .logo-inner img {

    display: block;

    margin: auto;

    max-height: 110px;

    width: auto;

}



.banner-background-color .banner-inner {

    border-bottom: 1px solid rgba(0, 0, 0, .02);

}



/* logo mobile */

.logo-mobile-wrap {

    display: none;

}



.hide-header-background .logo-mobile-wrap {

    display: flex;

    line-height: 52px;

    max-height: 52px;

    float: left;

}



.hide-header-background .logo-mobile-wrap .logo-mobile-inner {

    margin: auto;

}



.logo-mobile-inner {

    text-align: center;

}



.logo-mobile-inner a img {

    margin: auto;

    max-width: 280px;

    max-height: 44px;

    width: auto;

}



.logo-mobile-text > * {

    color: #1d4a7b;

    text-transform: uppercase;

    letter-spacing: -1px;

    font-weight: 700;

    font-size: 32px;

    font-family: 'Montserrat', sans-serif;

    line-height: 52px;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}



.logo-mobile-text > *:hover {

    opacity: .7;

}



.header-style-1 .banner-ad-image img {

    max-height: 100px;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



/* Header style 2 & 4 & 5 */

.header-style-2 .header-inner .banner-ad-wrap,

.header-style-3 .header-inner .banner-ad-wrap,

.header-style-4 .header-inner .banner-ad-wrap,

.header-style-5 .header-inner .banner-ad-wrap {

    display: block;

    overflow: hidden;

    margin: 20px 0;

    max-width: 100%;

    max-height: none;

}



.header-style-5 .main-menu-wrap,

.header-style-6 .main-menu-wrap,

.header-style-9 .main-menu-wrap {

    display: block;

    width: 100%;

    height: 100%;

    text-align: center;

}



.header-style-7 .header-inner .banner-ad-wrap {

    margin: 20px 0;

    max-width: 100%;

    max-height: 100%;

}



.header-style-3 .logo-text h1,

.header-style-7 .logo-text h1 {

    font-size: 26px;

    line-height: 1.1;

}



.header-style-3 .navbar-inner {

    min-height: 60px;

}



.header-style-7 .navbar-inner {

    margin-right: 0;

    margin-left: 0;

    padding: 0 20px;

    min-height: 60px;

}



.header-style-7 .navbar-right {

    right: 20px;

}



.header-style-7 .navbar-left > * {

    margin-left: 20px;

}



.header-style-7 .navbar-left > *:first-child {

    margin-left: 0;

}



.header-style-3 .off-canvas-btn-wrap {

    padding: 0 20px;

}



.header-style-3 .navbar-right > *:nth-child(2):not(.is-hidden) {

    border-right: 1px solid rgba(28, 28, 28, .05);

}



.header-style-3 .off-canvas-btn,

.header-style-7 .off-canvas-btn {

    height: 72px;

}



.header-style-3 .off-canvas-btn .ruby-trigger,

.header-style-7 .off-canvas-btn .ruby-trigger {

    margin-top: -36px;

    height: 72px;

}



.header-style-3 .header-search-popup .btn,

.header-style-7 .header-search-popup .btn {

    right: 80px;

    line-height: 72px;

}



.header-style-3 .no-menu p,

.header-style-3 .main-menu-inner > li > a,

.header-style-7 .no-menu p,

.header-style-7 .main-menu-inner > li > a {

    line-height: 72px;

}



.header-style-3 .header-inner .logo-wrap {

    display: -webkit-flex;

    display: flex;

    margin: auto;

    height: 72px;

}



.header-style-7 .header-inner .logo-wrap {

    display: -webkit-flex;

    display: flex;

    margin: auto auto auto 20px;

    height: 72px;

}



.header-style-3 .logo-inner,

.header-style-7 .logo-inner {

    margin: auto;

    margin-right: 10px;

    text-align: left;

}



.header-style-3 .logo-inner .site-tagline,

.header-style-7 .logo-inner .site-tagline {

    margin-top: 0;

    font-size: 12px;

}



.header-style-3 .logo-wrap img,

.header-style-7 .logo-wrap img {

    max-height: 64px !important;

}



.header-style-3 .navbar-search {

    padding: 0 15px;

}



.header-style-3 .ruby-close-search {

    top: 20px;

    right: 101px;

}



.header-style-7 .ruby-close-search {

    top: 20px;

    right: 22px;

}



.header-style-3 .navbar-right {

    border-right: 1px solid rgba(28, 28, 28, .05);

    border-left: 1px solid rgba(28, 28, 28, .05);

    font-size: 21px;

    line-height: 72px;

}



.header-style-7 .navbar-right {

    font-size: 21px;

    line-height: 72px;

}



.header-style-3 .navbar-social a {

    padding-right: 8px;

    padding-left: 8px;

}



.header-style-3 .header-search-popup #ruby-search-input,

.header-style-7 .header-search-popup #ruby-search-input {

    padding-top: 10px;

    padding-right: 130px;

    padding-bottom: 10px;

}



.header-style-9 .header-inner .banner-ad-wrap {

    margin: 20px 0 20px auto;

}



/* off canvas button */

.header-banner-wrap .off-canvas-btn-wrap {

    position: absolute;

    top: 50%;

    left: 40px;

    display: block;

    margin-top: -27px;

}



.off-canvas-btn {

    position: relative;

    display: block;

    float: left;

    overflow: hidden;

    width: 24px;

    height: 52px;

    cursor: pointer;

    z-index: 9;

}



.ruby-is-stick .off-canvas-btn {

    width: 24px;

    height: 42px;

}



.off-canvas-btn .ruby-trigger {

    position: absolute;

    top: 50%;

    left: 0;

    display: block;

    margin-top: -26px;

    width: 24px;

    height: 52px;

}



.off-canvas-btn .ruby-trigger:hover,

.off-canvas-btn .ruby-trigger:focus {

    opacity: .7;

}



.ruby-trigger .icon-wrap {

    position: absolute;

    top: 50%;

    left: 0;

    display: block;

    margin-top: -1px;

    width: 24px;

    height: 2px;

    background-color: #1d4a7b;

    font-size: 0;

    -webkit-transition: background-color .2s ease-in-out;

    -moz-transition: background-color .2s ease-in-out;

    -ms-transition: background-color .2s ease-in-out;

    -o-transition: background-color .2s ease-in-out;

    transition: background-color .2s ease-in-out;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {

    position: absolute;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #1d4a7b;

    content: '';

    -webkit-transition: -webkit-transform 0.35s;

    transition: transform 0.35s;

}



.ruby-trigger .icon-wrap:before {

    -webkit-transform: translateY(-300%);

    transform: translateY(-300%);

}



.ruby-trigger .icon-wrap:after {

    -webkit-transform: translateY(300%);

    transform: translateY(300%);

}



.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);

}



/* off canvas section */

.off-canvas-wrap {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    z-index: 10001;

    visibility: hidden;

    overflow-x: hidden;

    overflow-y: auto;

    width: 300px;

    background-color: #282828;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -webkit-transform: translate3d(-100%, 0, 0);

    -moz-transform: translate3d(-100%, 0, 0);

    -o-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000;

    -moz-perspective: 1000;

    -ms-perspective: 1000;

    perspective: 1000;

}



.off-canvas-inner {

    position: relative;

    display: block;

    padding: 60px 30px;

}



.canvas-sidebar-inner .widget {

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 2px solid rgba(0, 0, 0, .1);

}



.canvas-sidebar-inner .widget_search .search-input input[type="text"] {

    background-color: #fafafa;

}



.canvas-sidebar-inner .widget:last-child {

    margin-bottom: 0;

    border: none;

}



.canvas-sidebar-inner .widget-title.block-title {

    display: block;

    margin-bottom: 20px;

}



.canvas-sidebar-inner .widget-title.block-title span {

    background: none !important;

    color: inherit !important;

}



.off-canvas-wrap .sidebar-inner {

    padding: 0;

}



.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 .2s;

    transition: transform .2s;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.main-site-mask {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1000;

    display: block;

    visibility: hidden;

    width: 100%;

    height: 100%;

    background: transparent;

    -webkit-transition: background .2s ease-in-out, visibility .2s ease-in-out;

    -moz-transition: background .2s ease-in-out, visibility .2s ease-in-out;

    transition: background .2s ease-in-out, visibility .2s ease-in-out;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.mobile-js-menu .main-site-mask {

    visibility: visible;

    background: rgba(28, 28, 28, 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 {

    display: block;

    border-radius: 4px;

    background-color: #55acee;

}



.off-canvas-wrap::-webkit-scrollbar-thumb {

    border-radius: 4px;

    background-color: #55acee;

}



.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 {

    position: absolute;

    top: 20px;

    right: 10px;

    display: block;

    width: 40px;

    height: 40px;

    color: #fff;

    text-align: center;

    line-height: 40px;

    opacity: .5;

}



.off-canvas-wrap.is-dark-text #ruby-off-canvas-close-btn {

    color: #282828;

}



#ruby-off-canvas-close-btn:hover, #ruby-off-canvas-close-btn:focus {

    opacity: 1;

}



.off-canvas-social-wrap {

    display: block;

    padding-top: 30px;

    border-top: 3px solid rgba(28, 28, 28, .07);

    text-align: center;

}



.off-canvas-widget-section-wrap {

    margin-top: 30px;

    padding-top: 30px;

    border-top: 3px solid rgba(28, 28, 28, .07);

}



.is-light-text .off-canvas-social-wrap,

.is-light-text .off-canvas-widget-section-wrap,

.is-light-text .canvas-sidebar-inner .widget {

    border-color: rgba(255, 255, 255, .5);

}



.off-canvas-social-wrap a {

    display: inline-block;

    padding: 0 7px;

    color: #fff;

    font-size: 18px;

    line-height: 30px;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.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: #282828;

}



.off-canvas-wrap.is-light-text .off-canvas-nav-wrap {

    color: #fff;

}



.is-dark-text .ruby-close-btn:before,

.is-dark-text .ruby-close-btn:after {

    background-color: #282828;

}



/* off canvas menu */

.off-canvas-nav-wrap {

    display: block;

    margin-top: 0;

    margin-bottom: 30px;

}



.off-canvas-nav-wrap .sub-menu {

    display: none;

}



.off-canvas-nav-wrap a {

    position: relative;

    display: block;

    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, .05);

    line-height: 42px;

    -webkit-transition: opacity .2s ease-in-out;

    -moz-transition: opacity .2s ease-in-out;

    -ms-transition: opacity .2s ease-in-out;

    -o-transition: opacity .2s ease-in-out;

    transition: opacity .2s ease-in-out;

}



.no-menu p {

    display: block;

    padding: 15px 0;

    color: #999;

    letter-spacing: 0;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.4;

}



.no-menu a {

    display: inline-block;

    width: auto;

    border: none;

    text-decoration: underline;

}



.no-menu a:hover {

    color: #282828

}



.is-light-text .no-menu a:hover {

    color: #fff;

    opacity: .7;

}



.off-canvas-nav-wrap a:hover {

    opacity: .7;

}



.is-dark-text .off-canvas-nav-wrap a {

    border-color: #f8f8f8;

}



.off-canvas-nav-inner > li:first-child > a {

    border-top: none;

}



.off-canvas-nav-wrap .explain-menu {

    z-index: 999;

    display: block;

    float: right;

    width: 42px;

    height: 42px;

    text-align: center;

    opacity: .7;

    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.off-canvas-nav-wrap .explain-menu:hover {

    opacity: 1;

}



.off-canvas-nav-wrap .explain-menu-inner {

    text-align: center;

    font-size: 15px;

}



.off-canvas-nav-wrap .show-sub-menu > .sub-menu {

    display: block !important;

}



.off-canvas-nav-wrap .sub-menu {

    padding-left: 15px;

    font-size: .85em;

}



.off-canvas-nav-wrap .sub-menu .sub-menu {

    font-size: inherit;

}



/* main navigation */

.navbar-outer {

    position: relative;

    z-index: 998;

    display: block;

}



.navbar-wrap {

    right: auto;

    left: auto;

    display: block;

    background-color: #fff;

    -webkit-box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);

    -moz-box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);

    box-shadow: 0 4px 6px 0 rgba(28, 28, 28, .05);

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.is-stick .navbar-wrap {

    -webkit-transition: transform .2s;

    -moz-transition: transform .2s;

    -ms-transition: transform .2s;

    -o-transition: transform .2s;

    transition: transform .2s;

}



.main-menu-inner {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 15px;

    font-family: 'Lato', sans-serif;

}



.main-menu-inner > li {

    position: relative;

    display: inline-block;

}



.main-menu-inner > li > a {

    position: relative;

    display: block;

    padding: 0 15px;

    white-space: nowrap;

    line-height: 52px;

    -webkit-transition: color .2s;

    -moz-transition: color .2s;

    -ms-transition: color .2s;

    -o-transition: color .2s;

    transition: color .2s;

}



.main-menu-inner > li:hover > a,

.main-menu-inner > li:focus > a {

    background-color: rgba(28, 28, 28, .03);

}



.main-menu-inner > .current-menu-item > a {

    background-color: rgba(28, 28, 28, .03);

}



.main-menu-inner .sub-menu .current-menu-item > a {

    background-color: rgba(255, 255, 255, .15);

    color: #fff;

}



.main-menu-inner i {

    margin-right: 7px;

}



.main-menu-inner .sub-menu.is-sub-default .sub-menu {

    top: 0;

    left: 100%;

    -webkit-transition: -webkit-transform .15s ease-in-out;

    -moz-transition: -moz-transform .15s ease-in-out;

    -ms-transition: -ms-transform .15s ease-in-out;

    -o-transition: -o-transform .15s ease-in-out;

    transition: transform .15s ease-in-out;

    -webkit-transform: scaleY(0);

    -moz-transform: scaleY(0);

    -ms-transform: scaleY(0);

    -o-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 100% 0%;

    -ms-transform-origin: 100% 0%;

    transform-origin: 100% 0%;

    pointer-events: none;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.main-menu-inner .sub-menu.is-sub-default > li:hover > .sub-menu,

.main-menu-inner .sub-menu.is-sub-default > li:focus > .sub-menu {

    visibility: visible;

    opacity: 1;

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    pointer-events: auto;

}



.main-menu-inner .sub-menu.is-sub-default > li > .sub-menu > li:hover > .sub-menu,

.main-menu-inner .sub-menu.is-sub-default > li > .sub-menu > li:focus > .sub-menu {

    visibility: visible;

    opacity: 1;

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    pointer-events: auto;

}



.header-style-5 .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-6 .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-7 .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-9 .mega-col-menu.mega-menu-wrap.sub-menu {

    left: 50%;

    transform: translate(-50%, 0) scaleY(0);

}



.header-style-5 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-5 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-6 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-6 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-7 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-7 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-9 .is-col-mega-menu:hover .mega-col-menu.mega-menu-wrap.sub-menu,

.header-style-9 .is-col-mega-menu:focus .mega-col-menu.mega-menu-wrap.sub-menu {

    transform: translate(-50%, 0) scaleY(1);

}



.sub-menu li {

    position: relative;

    display: block;

}



.main-menu-inner .sub-menu:not(.mega-menu-wrap) a {

    display: block;

    padding: 10px 20px 10px 15px;

    width: 100%;

    white-space: nowrap;

    line-height: 1;

}



.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li {

    margin: 0 10px;

}



.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a {

    padding-right: 0;

    padding-left: 0;

}



.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a:hover,

.sub-menu.mega-category-menu > .sub-menu.is-sub-default > li a:focus {

    background: none;

    opacity: .7;

}



.mega-menu-wrap .ajax-pagination.ajax-nextprev {

    margin-bottom: 0;

    padding: 0;

    border: none;

}



.main-menu-inner .sub-menu:not(.mega-menu-wrap) li:last-child a,

.main-menu-inner .sub-menu.is-sub-default .sub-menu li:last-child a {

    border-bottom: none;

}



.main-menu-inner > li.menu-item-has-children > a:after,

.main-menu-inner > li.is-mega-menu > a:after {

    display: inline-block;

    margin-left: 7px;

    content: "\f107";

    font-size: 15px;

    font-family: FontAwesome;

    opacity: .7;

}



.navbar-inner .menu-item-has-children > .sub-menu:not(.mega-col-menu) li.menu-item-has-children > a:after {

    position: absolute;

    top: 50%;

    right: 15px;

    display: block;

    margin-top: -10px;

    height: 20px;

    content: "\f105";

    font-family: FontAwesome;

    line-height: 20px;

}



.main-menu-inner > li.is-mega-menu > a:before,

.main-menu-inner > li.menu-item-has-children > a:before {

    position: absolute;

    bottom: 0;

    left: 20px;

    z-index: 200;

    border-right: 5px solid transparent;

    border-bottom: 6px solid transparent;

    border-left: 5px solid transparent;

    content: '';

    -webkit-transition: all .05s ease-in-out;

    -moz-transition: all .05s ease-in-out;

    -ms-transition: all .05s ease-in-out;

    -o-transition: all .05s ease-in-out;

    transition: all .05s ease-in-out;

}



.main-menu-inner > li.is-mega-menu:hover > a:before,

.main-menu-inner > li.is-mega-menu:focus > a:before,

.main-menu-inner > li.menu-item-has-children:hover > a:before,

.main-menu-inner > li.menu-item-has-children:focus > a:before {

    border-bottom-color: #1d4a7b;

}



.main-menu-inner .sub-menu {

    position: absolute;

    top: -99999px;

    right: auto;

    left: auto;

    z-index: 9999;

    display: block;

    visibility: hidden;

    padding: 5px 0;

    min-width: 180px;

    background-color: #1d4a7b;

    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);

    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);

    color: #fff;

    text-transform: capitalize;

    font-weight: 400;

    font-size: 14px;

    opacity: 0;

    pointer-events: none;

}



.main-menu-inner .is-mega-bg .sub-menu {

    background: none;

}



.mega-category-menu .post-meta-info,

.mega-category-menu .post-meta-info .vcard {

    color: rgba(255, 255, 255, .8);

}



.main-menu-inner > li > .sub-menu {

    text-align: left;

    -webkit-transition: -webkit-transform .2s ease-in-out;

    -moz-transition: -moz-transform .2s ease-in-out;

    -ms-transition: -ms-transform .2s ease-in-out;

    -o-transition: -o-transform .2s ease-in-out;

    transition: transform .2s ease-in-out;

    -webkit-transform: scaleY(0);

    -moz-transform: scaleY(0);

    -ms-transform: scaleY(0);

    -o-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 100% 0%;

    -ms-transform-origin: 100% 0%;

    transform-origin: 100% 0%;

    pointer-events: none;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.main-menu-inner > li:hover > .sub-menu {

    top: 100%;

    bottom: auto;

    visibility: visible;

    opacity: 1;

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    pointer-events: auto;

}



/* mega col menu */

.mega-col-menu.mega-menu-wrap.sub-menu {

    left: -45px;

    display: flex;

    display: -webkit-flex;

    -ms-flex-direction: row-reverse;

    -webkit-flex-direction: row-reverse;

    flex-direction: row-reverse;

    padding: 30px;

    width: auto;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

}



.mega-col-menu.mega-menu-wrap.sub-menu .mega-col-menu-ad {

    display: block;

    margin-top: auto;

    margin-bottom: auto;

    margin-left: 30px;

    min-width: 300px;

    vertical-align: middle;

}



.mega-col-menu.mega-menu-wrap.sub-menu .sub-menu.is-sub-default {

    display: block;

    float: left;

    min-width: 810px;

}



.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li {

    float: left;

    overflow: hidden;

    padding-left: 30px;

    width: 25%;

}



.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li > a {

    padding-right: 0;

    padding-left: 0;

    min-width: 180px;

    border-bottom: 2px solid rgba(255, 255, 255, .4);

    text-transform: uppercase;

    font-weight: 700;

}



.mega-col-menu.mega-menu-wrap.sub-menu > ul.sub-menu.is-sub-default > li:first-child {

    padding-left: 0;

}



.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu {

    position: relative;

    top: 100%;

    bottom: auto;

    left: 0;

    visibility: visible;

    margin-top: 10px;

    -webkit-box-shadow: none;

    box-shadow: none;

    opacity: 1;

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    pointer-events: auto;

}



.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu li > a {

    padding-right: 0;

    padding-left: 0;

    border-bottom: 1px solid rgba(255, 255, 255, .07);

}



.mega-col-menu.mega-menu-wrap.sub-menu .sub-sub-menu.sub-menu li:last-child > a {

    border-bottom: none;

}



.main-menu-inner .sub-menu.is-sub-default a:hover {

    background-color: rgba(255, 255, 255, .15);

}



.main-menu-inner .mega-col-menu .sub-menu.is-sub-default a:hover {

    background: none;

    opacity: .7;

}



.navbar-inner {

    position: relative;

    display: block;

    min-height: 52px;

    color: #1d4a7b;

}



.navbar-left {

    display: block;

}



.navbar-right {

    position: absolute;

    top: 0;

    right: 0;

    bottom: auto;

    left: auto;

    display: block;

    font-size: 18px;

    line-height: 52px;

}



.navbar-right > * {

    display: block;

    float: left;

    line-height: inherit;

}



.navbar-search a {

    display: block;

    width: 34px;

    height: 100%;

    text-align: center;

    font-size: 16px;

}



.navbar-search a:hover,

.navbar-search a:focus {

    opacity: .7;

}



/* nav social  */

.navbar-social-wrap {

    position: relative;

    padding-right: 30px;

    white-space: nowrap;

}



.navbar-social {

    overflow: hidden;

    text-align: left

}



.navbar-right > .navbar-search {

    float: right;

}



.navbar-social a {

    display: inline-block;

    padding: 0;

    width: 30px;

    background-color: #fff;

    text-align: center;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.navbar-social a i {

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.navbar-social-wrap .navbar-social a:nth-child(n+3) {

    visibility: hidden;

    width: 0;

    opacity: 0;

}



.navbar-social-wrap .navbar-social a:nth-child(3) {

    -webkit-transition: width .2s ease-in-out;

    -moz-transition: width .2s ease-in-out;

    -ms-transition: width .2s ease-in-out;

    -o-transition: width .2s ease-in-out;

    transition: width .2s ease-in-out;

}



.navbar-social-wrap .navbar-social a:nth-child(4) {

    -webkit-transition: width .25s ease-in-out;

    -moz-transition: width .25s ease-in-out;

    -ms-transition: width .25s ease-in-out;

    -o-transition: width .25s ease-in-out;

    transition: width .25s ease-in-out;

}



.navbar-social-wrap .navbar-social a:nth-child(5) {

    -webkit-transition: width .3s ease-in-out;

    -moz-transition: width .3s ease-in-out;

    -ms-transition: width .3s ease-in-out;

    -o-transition: width .3s ease-in-out;

    transition: width .3s ease-in-out;

}



.navbar-social-wrap .navbar-social a:nth-child(6) {

    -webkit-transition: width .35s ease-in-out;

    -moz-transition: width .35s ease-in-out;

    -ms-transition: width .35s ease-in-out;

    -o-transition: width .35s ease-in-out;

    transition: width .35s ease-in-out;

}



.navbar-social-wrap .navbar-social a:nth-child(7) {

    -webkit-transition: width .4s ease-in-out;

    -moz-transition: width .4s ease-in-out;

    -ms-transition: width .4s ease-in-out;

    -o-transition: width .4s ease-in-out;

    transition: width .4s ease-in-out;

}



.navbar-social-wrap .navbar-social a:nth-child(n+8) {

    -webkit-transition: width .45s ease-in-out;

    -moz-transition: width .45s ease-in-out;

    -ms-transition: width .45s ease-in-out;

    -o-transition: width .45s ease-in-out;

    transition: width .45s ease-in-out;

}



.navbar-social-wrap.extend-social .icon-social {

    visibility: visible !important;

    width: 30px !important;

    opacity: 1 !important;

}



.navbar-social a.icon-social:hover i,

.navbar-social a.icon-social:focus i {

    opacity: .7;

}



.navbar-social-wrap.extend-social a.icon-social:hover i,

.navbar-social-wrap.extend-social a.icon-social:focus i {

    opacity: .7;

}



.show-social {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 9;

    display: inline-block;

    visibility: visible;

    width: 30px;

    height: 100%;

    text-align: center;

    opacity: 1;

    cursor: pointer;

    -webkit-transition: opacity .3s ease-in-out;

    -moz-transition: opacity .3s ease-in-out;

    -ms-transition: opacity .3s ease-in-out;

    -o-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out;

}



.show-social:hover, .show-social:focus,

.extend-social .close-social:hover, .extend-social .close-social:focus {

    opacity: .7;

}



.show-social .ruby-icon-show {

    position: relative;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -2px;

    margin-left: -2px;

    width: 4px;

    height: 4px;

    border: 1px solid #1d4a7b;

    border-radius: 50%;

    background-color: #1d4a7b;

}



.show-social .ruby-icon-show:before {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -2px;

    margin-left: -8px;

    width: 4px;

    height: 4px;

    border: 1px solid #1d4a7b;

    border-radius: 50%;

    background-color: #1d4a7b;

    content: '';

}



.show-social .ruby-icon-show:after {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -2px;

    margin-left: 4px;

    width: 4px;

    height: 4px;

    border: 1px solid #1d4a7b;

    border-radius: 50%;

    background-color: #1d4a7b;

    content: '';

}



.close-social {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 9;

    display: inline-block;

    visibility: hidden;

    width: 0;

    text-align: center;

    opacity: 0;

    cursor: pointer;

    -webkit-transition: opacity .3s ease-in-out;

    -moz-transition: opacity .3s ease-in-out;

    -ms-transition: opacity .3s ease-in-out;

    -o-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out;

}



.extend-social .show-social {

    visibility: hidden;

    width: 0;

    opacity: 0;

}



.extend-social .close-social {

    visibility: visible;

    width: 30px;

    height: 100%;

    opacity: 1;

}



.extend-social .ruby-icon-close {

    position: relative;

    display: block;

    width: 30px;

    height: 100%;

}



.extend-social .ruby-icon-close:before {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -1px;

    margin-left: -7px;

    width: 16px;

    height: 2px;

    background-color: #1d4a7b;

    content: '';

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



.extend-social .ruby-icon-close:after {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -1px;

    margin-left: -7px;

    width: 16px;

    height: 2px;

    background-color: #1d4a7b;

    content: '';

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}



.navbar-social-wrap.extend-social a:nth-child(3) {

    -webkit-animation: socialactive .2s .2s backwards;

    -o-animation: socialactive .2s .2s backwards;

    animation: socialactive .2s .2s backwards;

}



.navbar-social-wrap.extend-social a:nth-child(4) {

    -webkit-animation: socialactive .2s .25s backwards;

    -o-animation: socialactive .2s .25s backwards;

    animation: socialactive .2s .25s backwards;

}



.navbar-social-wrap.extend-social a:nth-child(5) {

    -webkit-animation: socialactive .2s .3s backwards;

    -o-animation: socialactive .2s .3s backwards;

    animation: socialactive .2s .3s backwards;

}



.navbar-social-wrap.extend-social a:nth-child(6) {

    -webkit-animation: socialactive .2s .35s backwards;

    -o-animation: socialactive .2s .35s backwards;

    animation: socialactive .2s .35s backwards;

}



.navbar-social-wrap.extend-social a:nth-child(7) {

    -webkit-animation: socialactive .2s .4s backwards;

    -o-animation: socialactive .2s .4s backwards;

    animation: socialactive .2s .4s backwards;

}



.navbar-social-wrap.extend-social a:nth-child(n+8) {

    -webkit-animation: socialactive .2s .45s backwards;

    -o-animation: socialactive .2s .45s backwards;

    animation: socialactive .2s .45s backwards;

}



@-webkit-keyframes socialactive {

    0% {

        -webkit-transform: scale(0.7);

        transform: scale(0.7);

        opacity: 0

    }

    66% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 1

    }

}



@keyframes socialactive {

    0% {

        -webkit-transform: scale(0.7);

        transform: scale(0.7);

        opacity: 0

    }

    66% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 1

    }

}



.is-color.icon-facebook i {

    color: #899DCE;

}



.is-color.icon-twitter i {

    color: #60D2F5;

}



.is-color.icon-google i {

    color: #DC4047;

}



.is-color.icon-youtube i {

    color: #EF464B;

}



.is-color.icon-linkedin i {

    color: #007BB6;

}



.is-color.icon-pinterest i {

    color: #F74C53;

}



.is-color.icon-flickr i {

    color: rgb(255, 0, 130);

}



.is-color.icon-tumblr i {

    color: rgb(50, 80, 109);

}



.is-color.icon-skype i {

    color: rgb(0, 170, 225);

}



.is-color.icon-vimeo i {

    color: rgb(68, 187, 225);

}



.is-color.icon-rss i {

    color: #ffcc15;

}



.is-color.icon-instagram i {

    color: #7E40B6;

}



.is-color.icon-vk i {

    color: #5FA0DD;

}



.is-color.icon-snapchat i {

    color: #FFFC00;

}



.is-color.icon-whatsapp i {

    color: #00E676;

}



.is-color.icon-reddit i {

    color: rgb(255, 69, 0);

}



.is-color.icon-soundcloud i {

    color: #fd794a;

}



.is-color.icon-dribbble i {

    color: #FB70A6;

}



.is-color.icon-digg {

    color: #282828;

}



.is-color.icon-social {

    color: inherit;

}



.footer-social-inner .icon-social.is-color i {

    color: #fff;

}



/* search form */

.header-search-popup {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 999;

    display: none;

    width: 100%;

    background-color: #fff;

    color: #282828;

}



.ruby-close-search {

    position: absolute;

    top: 10px;

    right: 15px;

    z-index: 9;

    width: 34px;

    height: 34px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    text-align: center;

    line-height: 34px;

    opacity: .5;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}



.ruby-close-search i:before, .ruby-close-search i:after {

    background-color: #282828;

}



.ruby-close-search:hover, .ruby-close-search:focus {

    opacity: 1;

}



.header-search-popup-wrap {

    position: relative;

}



.ruby-close-btn {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ruby-close-btn:before {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -2px;

    margin-left: -10px;

    width: 20px;

    height: 2px;

    background-color: #fff;

    content: '';

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



.ruby-close-btn:after {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    margin-top: -2px;

    margin-left: -10px;

    width: 20px;

    height: 2px;

    background-color: #fff;

    content: '';

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}



/* search popup */

.header-search-popup-inner {

    display: block;

    overflow: hidden;

    margin-right: auto;

    margin-left: auto;

    padding: 0 15px;

}



.header-search-popup .search-form {

    position: relative;

    display: inline-block;

    width: 100%;

    text-align: center;

}



.header-search-popup .search-form fieldset {

    position: relative;

    margin: 0 auto;

    margin-right: 42px;

}



.header-search-popup #ruby-search-input {

    display: block;

    padding: 0 52px 0 0;

    width: 100%;

    border: none;

    white-space: nowrap;

    font-size: 16px;

    line-height: 52px;

}



.header-search-popup .btn {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 999;

    display: block;

    padding: 0;

    width: 52px;

    outline: none !important;

    border: none;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    font-size: 16px;

    line-height: 52px;

    opacity: .5;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}



.header-search-popup .btn:hover, .header-search-popup .btn:focus {

    opacity: 1;

}



.header-search-popup .btn i {

    line-height: inherit;

}



.header-search-result {

    position: relative;

    display: block;

    padding: 0;

    min-height: 100px;

    width: auto;

    text-align: left;

}



body .header-search-result .ajax-loader {

    background-color: #f9f9f9 !important;

}



.header-search-result-inner {

    display: block;

    overflow: hidden;

    padding: 20px 10px;

    background-color: #f9f9f9;

}



.header-search-result .post-wrap {

    margin-right: 10px;

    margin-bottom: 20px;

    margin-left: 10px;

}



.header-search-result .post-thumb-outer,

.header-search-result .post-thumb-outer img {

    height: 175px;

}



.header-search-result .post-meta-info {

    display: none;

}



.header-search-result .post-outer:nth-child(4n+1) {

    clear: both;

}



.header-search-more {

    display: block;

    margin-top: 10px;

    text-align: center;

}



.header-search-not-found {

    padding: 30px;

    background-color: #fff;

    color: #55acee;

    text-align: center;

    font-size: 16px;

}



.header-search-popup .ruby-close-btn {

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #f9f9f9;

}



/* mega menu */

li.is-mega-menu {

    position: static;

}



.mega-category-menu.mega-menu-wrap {

    right: 0;

    left: 0;

    padding: 5px;

    width: 100%;

}



.mega-category-menu .post-format-wrap .post-format {

    width: 34px;

    height: 34px;

}



.mega-menu-wrap .sub-menu-inner {

    display: block;

    overflow: hidden;

    margin: 15px 5px 15px 5px;

}



.main-menu-inner .mega-menu-wrap .sub-menu.is-sub-default {

    position: relative;

    top: auto;

    bottom: auto;

    visibility: visible;

    min-width: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    opacity: 1;

    pointer-events: auto;

}



.main-menu-inner .mega-category-menu .sub-menu.is-sub-default {

    display: block;

    float: left;

    padding-top: 15px;

    padding-bottom: 15px;

    width: 15%;

    -webkit-transform: none;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none;

}



/* sticky navigation */

.is-stick .navbar-wrap {

    opacity: .95;

}



.is-stick .navbar-wrap:hover {

    opacity: 1;

}



/* mega menu block */

.mega-menu-wrap .ruby-block-wrap {

    clear: none !important;

    margin: 0 !important;

    padding: 15px 5px;

}



.mega-menu-wrap .post-wrap.post-grid-m2 {

    margin: 0 10px;

    padding: 0;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.mega-menu-wrap .post-wrap.post-grid-m2 .post-thumb {

    min-height: 134px;

}



.block-mega-menu.is-ajax-pagination .block-content-wrap {

    margin-bottom: 15px;

}



.mega-menu-wrap .post-grid-m2 .post-body {

    margin-top: 15px;

    padding: 0;

}



.mega-menu-wrap .block-footer {

    margin-top: 20px;

}



.is-cat-mega-menu .block-content-inner {

    margin-bottom: 0;

}



.mega-menu-wrap .ajax-pagination.ajax-nextprev {

    margin-bottom: 0;

    padding: 0;

    border: none;

}



.mega-menu-wrap .block-mega-menu-sub {

    display: block;

    float: left;

    min-height: 210px;

    width: 84.9999%;

}



.mega-menu-wrap .is-top-format.post-format-wrap {

    top: 7px !important;

    right: 7px !important;

}



.mega-menu-wrap .ajax-pagination.ajax-nextprev > * {

    width: 28px;

    height: 28px;

    font-size: 14px;

    line-height: 28px;

}



/* breaking news */

.page-template-page-composer .site-inner > *:first-child,

.blog .site-inner > *:not(.blog-wrap):first-child {

    padding-top: 40px;

}



.breaking-news-wrap {

    position: relative;

    z-index: 1;

    display: block;

    margin-top: -25px;

    margin-bottom: 15px;

}



.post-breaking-news.post-wrap {

    overflow: hidden;

    margin: 0 60px 0 0 !important;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.breaking-news-inner {

    position: relative;

    display: block;

    padding: 7px 10px;

    border-radius: 4px;

    background-color: #fff;

    -webkit-box-shadow: 4px;

}



.breaking-news-title {

    display: block;

    float: left;

    margin-right: 15px;

}



.breaking-news-title span {

    display: block;

    padding: 0 10px;

    height: 22px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    color: #55acee;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 14px;

    line-height: 22px;

}



.breaking-news-title .mobile-headline {

    display: none;

    height: 22px;

    color: #55acee;

    font-size: 16px;

    line-height: 22px;

}



.breaking-news-content {

    position: relative;

    display: block;

    max-width: 100%;

}



.breaking-news-content .ruby-error {

    padding: 0;

    text-align: left;

}



.breaking-news-content .ruby-slider-nav {

    position: absolute;

    display: block;

    margin-top: -11px;

    width: 22px;

    height: 22px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: rgba(28, 28, 28, .07);

    -webkit-box-shadow: none;

    box-shadow: none;

    font-size: 14px;

    line-height: 22px;

    opacity: .5;

    -webkit-transition: opacity .3s ease-in-out;

    -moz-transition: opacity .3s ease-in-out;

    -ms-transition: opacity .3s ease-in-out;

    -o-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out;



}



.breaking-news-content .ruby-slider-nav:hover,

.breaking-news-content .ruby-slider-nav:focus {

    opacity: 1;

}



.breaking-news-content .ruby-slider-next {

    right: 0;

}



.breaking-news-content .ruby-slider-prev {

    right: 27px;

    left: auto;

}



.breaking-news-wrap .post-title > * {

    vertical-align: middle;

    text-decoration: none !important;

    white-space: nowrap;

    letter-spacing: 0;

    font-size: .95em;

    line-height: 22px !important;

}



.breaking-news-loader {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 992;

    display: block;

}



.breaking-news-content-inner {

    z-index: 99;

}



.breaking-news-content-inner.slider-init {

    height: 22px;

}



.breaking-news-right {

    position: absolute;

    top: 7px;

    right: 65px;

    bottom: auto;

    left: auto;

    z-index: 101;

    display: block;

}



.breaking-news-tag-el {

    display: block;

    float: left;

    margin-top: 1px;

    margin-left: 5px;

    padding: 0 8px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: rgba(28, 28, 28, .07);

    color: #666;

    text-transform: capitalize;

    font-size: 11px;

    line-height: 20px;

}



.breaking-news-tag-el:first-child {

    margin-left: 0;

}



.breaking-news-tag-el:hover {

    background-color: #282828;

    color: #fff;

}



.post-breaking-news .post-title {

    position: relative;

    left: 30px;

    display: block;

    visibility: hidden;

    margin: 0;

    padding: 0;

    white-space: nowrap;

    font-weight: inherit;

    line-height: 22px;

    opacity: 0;

    -webkit-transition: all .7s ease-in-out;

    -moz-transition: all .7s ease-in-out;

    -ms-transition: all .7s ease-in-out;

    -o-transition: all .7s ease-in-out;

    transition: all .7s ease-in-out;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.post-breaking-news.slick-current .post-title {

    left: 0;

    visibility: visible;

    opacity: 1;

}



/* --------------------------------------------------------------

================================================================

    5.0 - Post Modules

================================================================

-------------------------------------------------------------- */

.hs-block-8 .post-outer:nth-child(2n+2),

.hs-block-9 .post-outer:nth-child(2n+2),

.hs-block-11 .post-outer:nth-child(2n+2),

.hs-block-12 .post-outer:nth-child(2n+2),

.hs-block-14 .post-outer:nth-child(3n+2),

.hs-block-19 .post-outer:nth-child(2n+1),

.hs-block-20 .post-outer:nth-child(3n+1),

.hs-block-21 .post-outer:nth-child(2n+1),

.hs-block-28 .post-outer:nth-child(5n+4),

.hs-block-29 .post-outer:nth-child(7n+5),

.hs-block-32 .post-outer:nth-child(5n+4) {

    clear: both;

}



.post-title {

    display: block;

    color: #282828;

    font-weight: 700;

    line-height: 0;

}



.post-title > * {

    display: block;

    margin: 0;

    padding: 0;

    color: inherit;

    text-transform: inherit;

    letter-spacing: inherit;

    font-weight: inherit;

    font-family: inherit;

    line-height: 1.3;

    -webkit-transition: color .3s ease-in-out;

    -moz-transition: color .3s ease-in-out;

    -ms-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out;

}



.post-title.is-size-1 {

    letter-spacing: -.04em;

    font-size: 36px;

}



.post-title.is-size-1 > * {

    line-height: 1.15;

}



.post-title.is-size-2 {

    letter-spacing: -.04em;

    font-size: 30px;

}



.post-title.is-size-2 > * {

    line-height: 1.2;

}



.post-title.is-size-3 {

    letter-spacing: -0.04em;

    font-size: 21px;

}



.post-title.is-size-3 > * {

    line-height: 1.26;

}



.post-title.is-size-4 {

    letter-spacing: -0.04em;

    font-size: 18px;

}



.post-title.is-size-4 > * {

    line-height: 1.3;

}



.post-title.is-size-5 {

    letter-spacing: -.02em;

    font-size: 14px;

}



.post-title.is-size-6 {

    letter-spacing: -.02em;

    font-size: 13px;

}



.post-title.is-size-5 > *,

.post-title.is-size-6 > * {

    line-height: 1.4;

}



.post-body {

    position: relative;

    padding: 20px 15px 30px 15px;

}



.ruby-error {

    padding: 30px 0;

    color: #fd5252;

    text-align: center;

}



.no-menu.ruby-error {

    padding: 0;

}



.post-list-m1 .post-body,

.post-list-m2 .post-body {

    padding: 0;

}



.post-review-wrap {

    top: 10px;

    left: 15px;

    padding: 0;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #ff518f;

    text-align: center;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.post-review-wrap .review-info-score {

    display: block;

    padding: 16px 8px;

    color: #fff;

    font-weight: 700;

    font-size: 16px;

    line-height: 1;

}



.post-review-wrap.is-big-review .review-info-score {

    padding: 20px 10px;

    font-size: 20px;

}



/* post wrap */

.post-wrap {

    position: relative;

    display: block;

    overflow: hidden;

    margin-right: 15px;

    margin-bottom: 30px;

    margin-left: 15px;

    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

}



.is-background .post-wrap {

    background-color: rgba(255, 255, 255, .1);

}



.post-list-3.post-wrap {

    margin-bottom: 25px;

}



.post-list-3.post-wrap .post-meta-info-media-duration,

.post-list-4.post-wrap .post-meta-info-media-duration {

    display: none !important;

}



.post-list-3 > *:first-child:not(.post-thumb-outer) {

    margin-left: 0;

    padding-left: 0;

}



.post-list-4 > *:first-child:not(.post-thumb-outer) {

    margin-left: 0;

    padding-left: 0;

}



.post-meta-info {

    position: relative;

    display: block;

    margin-top: 8px;

    color: #999;

    font-size: 12px;

    font-family: 'Lato', sans-serif;

    line-height: 14px;

}



.post-meta-counter {

    position: absolute;

    top: 0;

    right: 0;

    display: inline-block;

    white-space: nowrap;

    line-height: inherit;

}



.post-meta-counter i {

    margin-right: 3px;

}



.post-meta-info a {

    display: inline-block;

}



.post-meta-info a:hover {

    text-decoration: underline;

}



.post-meta-info a:after {

    margin: 0 5px;

    content: ',';

}



.post-meta-info a:last-child:after {

    display: none;

}



.meta-info-el {

    display: inline;

    vertical-align: middle;

    line-height: inherit;

}



.meta-info-date .updated {

    display: none;

}



.is-show-icon .meta-info-el {

    margin-right: 10px;

}



.is-show-icon .meta-info-el:last-child {

    margin-right: 0;

}



.meta-info-el.meta-info-author img {

    display: inline;

    margin-right: 7px;

    width: 20px;

    height: 20px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    vertical-align: middle;

}



.meta-info-el.meta-info-comment span {

    display: inline-block;

    margin-right: 2px;

}



.meta-info-el i {

    margin-right: 5px;

}



.post-meta-info:not(.is-show-icon) .meta-info-el:before {

    display: inline;

    margin-right: 5px;

    margin-left: 5px;

    content: '-';

}



.post-meta-s .meta-info-el:before {

    content: '-';

}



.post-meta-info:not(.is-show-icon) .meta-info-el:first-child:before {

    display: none;

}



.post-meta-info-left {

    display: inline-block;

}



.post-meta-info.is-hide-icon {

    margin-top: 10px;

    padding-left: 10px;

    border-left: 5px solid rgba(28, 28, 28, .07);

}



.post-meta-info.is-show-icon {

    line-height: 20px;

}



.is-light-text .post-meta-info.is-hide-icon {

    margin-top: 5px;

    padding-left: 1px;

    border: none;

}



.post-views.entry-meta {

    display: none;

}



.post-editor {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 99;

    display: block;

    visibility: visible;

    padding: 4px 7px;

    background-color: #282828;

    color: #fff;

    font-weight: bold;

    font-size: 9px;

    line-height: 1;

    opacity: 0;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.post-thumb:hover .post-editor {

    visibility: visible;

    opacity: 1;

}



.post-editor:hover {

    background-color: #55acee;

}



.is-sticky.post-title a:before {

    margin-right: 7px;

    outline: 0;

    content: "\f08d";

    font-family: FontAwesome;

    line-height: 1;

}



.is-dark-block .post-title {

    color: #fff;

}



.post-title a:hover, .post-title a:focus {

    color: #55acee;

}



.is-light-text, .is-light-text > *,

.is-light-text .cat-info-el {

    color: #fff;

}



.is-light-text .post-meta-info,

.is-light-text .post-meta-info .vcard {

    color: #eee;

}



.is-light-text .post-title {

    color: #fff !important;

}



.is-header-overlay.is-light-text .post-title {

    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);

}



.is-light-text .post-title a:hover,

.is-light-text .post-title a:focus {

    color: #fff !important;

    opacity: .8;

}



.is-light-text .post-meta-share-inner:before,

.is-light-text .post-meta-info-share .share-bar-el i {

    border-color: #fff;

    color: #fff;

}



/* post thumbnail */

.post-thumb-outer {

    position: relative;

    display: block;

}



.post-thumb-outer .is-image img:after {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    visibility: hidden;

    width: 100%;

    height: 100%;

    background: rgba(28, 28, 28, .7);

    content: '';

    opacity: 0;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.post-wrap:hover .is-image img:after {

    visibility: visible;

    opacity: 1;

}



.post-thumb-overlay {

    position: absolute;

    top: 45%;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, .75)));

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    pointer-events: none;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.post-thumb.is-bg-thumb {

    z-index: 1;

    display: block;

    width: 100%;

    height: 100%;

}



.thumbnail-resize {

    position: relative;

    display: block;

    overflow: hidden;

    width: 100%;

    height: 100%;

    text-align: center;

    line-height: 0;

}



.is-bg-thumb .thumbnail-resize img {

    position: absolute;

    right: -9999px;

    left: -9999px;

    margin: 0 auto;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.post-thumb:not(.is-bg-thumb) img {

    max-width: 100%;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.post-thumb-outer.is-grid {

    margin: -4px;

    background: none;

}



.post-link-absolute {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

}



.thumbnail-image {

    position: relative;

    display: block;

}



.thumbnail-image:after {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    visibility: hidden;

    width: 100%;

    height: 100%;

    background: rgba(28, 28, 28, .7);

    content: '';

    opacity: 0;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.post-wrap:hover .is-image .thumbnail-image:after {

    visibility: visible;

    opacity: 1;

}



/* thumbnail popup gallery slider */

.popup-thumbnail-slider-outer {

    max-width: 100%;

    max-height: 100%;

}



.popup-thumbnail-slider-holder {

    margin: 60px auto;

    max-width: 1100px;

}



.popup-thumbnail-slider-image-holder {

    position: relative;

    display: block;

    margin: auto;

    height: 430px;

    text-align: center;

}



.popup-thumbnail-slider-image-holder img {

    min-width: 1100px;

    -o-object-fit: cover;

    object-fit: cover;

}



.popup-thumbnail-slider-image {

    display: inline-block;

    margin-right: auto;

    margin-left: auto;

    max-height: 100%;

    width: auto;

    height: 100%;

}



.popup-thumbnail-slider-image img {

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: 100%;

}



.popup-thumbnail-slider {

    position: relative;

    margin-bottom: 2px;

}



.popup-thumbnail-slider-nav-el img {

    padding: 0 1px;

    width: auto;

    height: 111px;

}



.popup-thumbnail-slider-nav .slider-nav {

    position: relative;

    display: block;

    margin: -1px;

}



.ruby-thumb-galley-popup {

    cursor: pointer;

}



/* post thumbnail video popup */

.popup-thumbnail-video-holder {

    margin: auto;

    max-width: 1400px;

}



.popup-thumbnail-video-inner {

    margin: auto;

    max-width: 850px;

}



.popup-thumbnail-video-inner .post-thumb.iframe-video {

    position: relative;

}



.popup-thumbnail-video-inner .post-header > * {

    margin-top: 20px;

    color: #cbcbcb !important;

}



/* thumb caption */

.thumb-caption {

    position: absolute;

    bottom: 15px;

    left: 15px;

    display: block;

    padding: 0 8px;

    background-color: rgba(0, 0, 0, .4);

    color: #fff;

    font-style: italic;

    font-size: 12px;

    line-height: 20px;

}



/* category info  */

.post-cat-info {

    margin-bottom: 10px;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 11px;

    font-family: 'Lato', sans-serif;

}



.post-cat-info.is-absolute {

    bottom: 15px;

    left: 15px;

    margin: 0;

    padding: 0;

}



.cat-info-el {

    position: relative;

    display: block;

    float: left;

    margin-top: 1px;

    margin-bottom: 1px;

    margin-left: 5px;

    padding: 0 12px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #55acee;

    color: #fff;

    text-shadow: none;

    font-size: inherit;

    line-height: 20px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    pointer-events: auto;

}



.cat-info-el:first-child {

    margin-left: 0;

}



.post-cat-info .cat-info-el:hover, .post-cat-info .cat-info-el:focus {

    background-color: #282828;

}



.is-light-text .cat-info-el:hover,

.is-light-text .cat-info-el:focus,

.is-absolute .cat-info-el:hover,

.is-absolute .cat-info-el:focus {

    background-color: #fff !important;

    color: #282828;

}



.post-excerpt {

    display: block;

    margin-top: 13px;

    color: #666;

    font-size: 14px;

    line-height: 1.6;

}



.is-light-text .post-excerpt {

    color: #f2f2f2;

}



.post-meta-info .vcard {

    color: #282828;

    font-weight: 700;

}



.post-wrap .is-header-overlay {

    top: auto;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 3;

    padding: 15px;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



/* post share */

.post-meta-info-share {

    display: block;

    margin-top: 20px;

    text-align: left;

    line-height: 0;

}



.post-meta-share-inner {

    position: relative;

    display: block;

    cursor: pointer;

}



.post-meta-share-inner:before {

    display: block;

    float: left;

    width: 32px;

    height: 32px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    color: #555;

    content: "\f064";

    text-align: center;

    font-size: 13px;

    font-family: FontAwesome;

    line-height: 32px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.post-meta-share-inner:hover:before {

    opacity: .4;

}



.post-meta-info-share .share-bar-el {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    display: block;

    visibility: hidden;

    padding-right: 2px;

    padding-left: 2px;

    text-align: center;

    opacity: 0;

    -webkit-transition: opacity .3s;

    -moz-transition: opacity .3s;

    -ms-transition: opacity .3s;

    -o-transition: opacity .3s;

    transition: opacity .3s;

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.share-bar-el i {

    display: block;

    width: 32px;

    height: 32px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    color: #fff;

    text-align: center;

    font-size: 14px;

    line-height: 32px;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.post-meta-info-share a.share-bar-el:hover i, .share-bar-icon:hover i {

    background-color: #282828;

}



.post-meta-share-inner:hover .social-sharing .share-bar-el {

    visibility: visible;

    opacity: 1;

}



.post-meta-share-inner .social-sharing a: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-meta-share-inner .social-sharing a:nth-child(2) {

    -webkit-transform: translate3d(68px, 0, 0);

    -moz-transform: translate3d(68px, 0, 0);

    -ms-transform: translate3d(68px, 0, 0);

    -o-transform: translate3d(68px, 0, 0);

    transform: translate3d(68px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(3) {

    -webkit-transform: translate3d(104px, 0, 0);

    -moz-transform: translate3d(104px, 0, 0);

    -ms-transform: translate3d(104px, 0, 0);

    -o-transform: translate3d(104px, 0, 0);

    transform: translate3d(104px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(4) {

    -webkit-transform: translate3d(140px, 0, 0);

    -moz-transform: translate3d(140px, 0, 0);

    -ms-transform: translate3d(140px, 0, 0);

    -o-transform: translate3d(140px, 0, 0);

    transform: translate3d(140px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(5) {

    -webkit-transform: translate3d(176px, 0, 0);

    -moz-transform: translate3d(176px, 0, 0);

    -ms-transform: translate3d(176px, 0, 0);

    -o-transform: translate3d(176px, 0, 0);

    transform: translate3d(176px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(6) {

    -webkit-transform: translate3d(212px, 0, 0);

    -moz-transform: translate3d(212px, 0, 0);

    -ms-transform: translate3d(212px, 0, 0);

    -o-transform: translate3d(212px, 0, 0);

    transform: translate3d(212px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(7) {

    -webkit-transform: translate3d(248px, 0, 0);

    -moz-transform: translate3d(248px, 0, 0);

    -ms-transform: translate3d(248px, 0, 0);

    -o-transform: translate3d(248px, 0, 0);

    transform: translate3d(248px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(8) {

    -webkit-transform: translate3d(284px, 0, 0);

    -moz-transform: translate3d(284px, 0, 0);

    -ms-transform: translate3d(284px, 0, 0);

    -o-transform: translate3d(284px, 0, 0);

    transform: translate3d(284px, 0, 0);

}



.post-meta-share-inner .social-sharing a:nth-child(9) {

    -webkit-transform: translate3d(320px, 0, 0);

    -moz-transform: translate3d(320px, 0, 0);

    -ms-transform: translate3d(320px, 0, 0);

    -o-transform: translate3d(320px, 0, 0);

    transform: translate3d(320px, 0, 0);

}



.post-meta-share-inner:hover .social-sharing a:nth-child(1) i {

    -webkit-animation: socialshare .4s backwards;

    animation: socialshare .4s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(2) i {

    -webkit-animation: socialshare .4s .05s backwards;

    animation: socialshare .4s .05s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(3) i {

    -webkit-animation: socialshare .4s .1s backwards;

    animation: socialshare .4s .1s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(4) i {

    -webkit-animation: socialshare .4s .15s backwards;

    animation: socialshare .4s .15s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(5) i {

    -webkit-animation: socialshare .4s .2s backwards;

    animation: socialshare .4s .2s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(6) i {

    -webkit-animation: socialshare .4s .25s backwards;

    animation: socialshare .4s .25s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(7) i {

    -webkit-animation: socialshare .4s .3s backwards;

    animation: socialshare .4s .3s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(8) i {

    -webkit-animation: socialshare .4s .35s backwards;

    animation: socialshare .4s .35s backwards

}



.post-meta-share-inner:hover .social-sharing a:nth-child(9) i {

    -webkit-animation: socialshare .4s .4s backwards;

    animation: socialshare .4s .4s backwards

}



@-webkit-keyframes socialshare {

    0% {

        -webkit-transform: scale(.5);

        transform: scale(.5);

        opacity: 0;

    }

    66% {

        -webkit-transform: scale(1.12);

        transform: scale(1.12);

    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 1;

    }

}



@keyframes socialshare {

    0% {

        -webkit-transform: scale(.5);

        transform: scale(.5);

        opacity: 0;

    }

    66% {

        -webkit-transform: scale(1.12);

        transform: scale(1.12);

    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 1;

    }

}



/* social color */

.post-meta-info-share .icon-facebook i {

    background-color: #899DCE;

}



.post-meta-info-share .icon-google i {

    background-color: #f91414;

}



.post-meta-info-share .icon-twitter i {

    background-color: #60D2F5;

}



.post-meta-info-share .icon-pinterest i {

    background-color: #f74249;

}



.post-meta-info-share .icon-linkedin i {

    background-color: #009CDC;

}



.post-meta-info-share .icon-reddit i {

    background-color: #ff4500;

}



.post-meta-info-share .icon-vk i {

    background-color: #42678e;

}



.post-meta-info-share .icon-email i {

    background-color: #ffcf51;

}



.post-meta-info-share .icon-tumblr i {

    background-color: #0b193a;

}



/* post format icon */

.post-format-wrap {

    top: 50%;

    right: auto;

    left: 50%;

    z-index: 99;

    display: block;

    margin-top: -20px;

    margin-left: -20px;

}



.post-format-wrap.is-big-icon {

    margin-top: -25px;

    margin-left: -25px;

}



.post-format-wrap.is-small-icon {

    margin-top: -15px;

    margin-left: -15px;

}



.post-format-wrap .post-format {

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    vertical-align: middle;

    text-align: center;

    line-height: inherit;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.post-format-wrap.is-big-icon .post-format {

    width: 50px;

    height: 50px;

}



.post-format-wrap.is-small-icon .post-format {

    width: 30px;

    height: 30px;

}



.post-format.is-video-format {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0VGNDRFNTg0ODJGMTFFN0I4RjFDRTczOTUzMTAxRDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VGNDRFNTk0ODJGMTFFN0I4RjFDRTczOTUzMTAxRDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRUY0NEU1NjQ4MkYxMUU3QjhGMUNFNzM5NTMxMDFEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRUY0NEU1NzQ4MkYxMUU3QjhGMUNFNzM5NTMxMDFEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsDVOP0AAAyOSURBVHjazFoJTJRZ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');

    background-size: cover;

    -webkit-background-size: cover;

}



.post-format.is-audio-format {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM3QzFCNjY0ODJGMTFFN0E0RkREMzdDQTYwNjFERTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM3QzFCNjc0ODJGMTFFN0E0RkREMzdDQTYwNjFERTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzdDMUI2NDQ4MkYxMUU3QTRGREQzN0NBNjA2MURFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzdDMUI2NTQ4MkYxMUU3QTRGREQzN0NBNjA2MURFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PupxH/AAAA2tSURBVHjazJoJUJTn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');

    background-size: cover;

    -webkit-background-size: cover;

}



.post-format.is-gallery-format {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkI3RjhENTc0ODJGMTFFN0E2MTVCOURBNjM0OUMwQjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkI3RjhENTg0ODJGMTFFN0E2MTVCOURBNjM0OUMwQjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQjdGOEQ1NTQ4MkYxMUU3QTYxNUI5REE2MzQ5QzBCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGOEQ1NjQ4MkYxMUU3QTYxNUI5REE2MzQ5QzBCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PldUd5YAAA3HSURBVHjazFoJUJRH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');

    background-size: cover;

    -webkit-background-size: cover;

}



.post-format.is-default-format {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3NDBDQTQ0ODJGMTFFN0EwMTk4OTIyRDBCOEVGMUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3NDBDQTU0ODJGMTFFN0EwMTk4OTIyRDBCOEVGMUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDc0MENBMjQ4MkYxMUU3QTAxOTg5MjJEMEI4RUYxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDc0MENBMzQ4MkYxMUU3QTAxOTg5MjJEMEI4RUYxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiT2v1UAAAvDSURBVHja3Fp7TFNZ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');

    background-size: cover;

    -webkit-background-size: cover;

}



.post-popup-video .post-format-wrap {

    cursor: pointer;

}



.is-top-format.post-format-wrap,

.is-top-format.post-format-wrap.is-big-icon {

    top: 15px;

    right: 15px;

    left: auto;

    margin: 0;

}



/* meta post info */

.post-meta-info-media-duration {

    top: 100%;

    left: 50%;

    margin-top: 5px;

    padding: 0 5px;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, .4);

    color: #fff;

    text-align: center;

    white-space: nowrap;

    font-size: 11px;

    line-height: 16px;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



/* post list 3 */

.post-list-3 .post-thumb-outer {

    float: left;

    margin-bottom: 0;

    max-width: 110px;

    width: 110px;

    height: 85px;

}



.post-list-3 .post-body {

    margin-left: 125px;

    padding: 0;

}



/* post list 4 */

.post-list-4 .post-thumb-outer {

    float: left;

    margin-bottom: 0;

    max-width: 92px;

    width: 92px;

    height: 70px;

}



.post-list-4 .post-thumb-outer img {

    height: 70px;

}



.post-list-4 .post-body {

    margin-left: 92px;

    padding: 0 0 0 15px;

}



/* post list m1 */

.post-wrap.post-list-m1, .post-wrap.post-list-m2 {

    margin-bottom: 25px;

}



/* post grid m9 & post grid 1 */

.hs-block-20 .block-content-wrap {

    margin-right: -5px;

    margin-left: -5px;

}



.post-wrap.post-grid-m2 {

    margin-right: 10px;

    margin-bottom: 20px;

    margin-left: 10px;

}



.post-grid-m2 .post-body {

    padding: 15px;

}



.post-grid-m2 .post-cat-info {

    bottom: 10px;

    left: 10px;

}



/* post overlay 5 */

.post-overlay-1 .post-thumb-outer {

    height: 370px;

}



.post-overlay-1 .thumbnail-resize img {

    min-width: 370px;

}



.post-wrap.post-overlay-2 .is-header-overlay {

    padding-right: 15px;

    padding-bottom: 20px;

    padding-left: 15px;

}



.post-list-inner {

    margin-right: -15px;

    margin-left: -15px;

}



.ruby-block-wrap .post-list-inner .col-left {

    padding-left: 15px;

}



.ruby-block-wrap .post-list-inner .col-right {

    padding-right: 15px;

}



.is-right-thumb .post-list-inner .col-left {

    float: right;

    padding-right: 15px;

    padding-left: 0;

}



.is-right-thumb .post-list-inner .col-right {

    padding-right: 0;

    padding-left: 15px;

}



.post-list-inner .post-thumb-outer {

    margin-bottom: 0;

}



/* post overlay 6 */

.post-overlay-2 .post-thumb-outer {

    height: 416px;

}



.post-overlay-2 .thumbnail-resize img {

    min-width: 416px;

}



/* hs block 1 */

.hs-block-1 .block-content-wrap {

    padding: 30px 30px 0 30px;

}



.hs-block-1 .post-body {

    padding-right: 0;

    padding-bottom: 0;

    padding-left: 0;

}



.hs-block-1 .col-right {

    margin-bottom: 5px;

}



/* HS block 3 */

.hs-block-3 .block-content-wrap {

    padding: 30px 30px 0 30px;

}



.hs-block-3 .col-right {

    margin-bottom: 5px;

}



.hs-block-3 .post-grid-3 .post-body {

    padding-right: 0;

    padding-bottom: 0;

    padding-left: 0;

}



/* hs block 4 */

.hs-block-4 .block-content-wrap {

    padding: 30px 30px 0 30px;

}



.hs-block-4 .col-right {

    margin-bottom: 5px;

}



/* HS block 6 */

.hs-block-6 .block-content-wrap {

    padding: 30px 30px 0 30px;

}



.post-feat-7.post-wrap .is-header-overlay {

    padding: 10px;

}



.hs-block-6 .post-overlay-1 .post-thumb-outer {

    height: 420px;

}



.hs-block-6 .post-overlay-1 .thumbnail-resize img {

    min-width: 420px;

}



.hs-block-6 .post-overlay-4 .post-thumb-outer {

    height: 195px;

}



.hs-block-6 .post-overlay-4 .thumbnail-resize img {

    height: 195px;

}



/* hs block 7 */

.post-overlay-1 .post-outer,

.post-overlay-1 .post-thumb-outer,

.post-overlay-2 .post-outer,

.post-overlay-2 .post-thumb-outer {

    margin-bottom: 0;

}



/*hs block 8 & 9 & 11 & 12 */

.hs-block-8 .block-content-wrap,

.hs-block-9 .block-content-wrap,

.hs-block-11 .block-content-wrap,

.hs-block-12 .block-content-wrap {

    padding: 30px 30px 5px 30px;

}



.post-wrap.post-overlay-3 {

    margin-bottom: 35px;

}



.hs-block-8 .post-wrap.post-list-1,

.hs-block-8 .post-list-1 .post-thumb-outer img,

.hs-block-9 .post-wrap.post-list-1,

.hs-block-9 .post-list-1 .post-thumb-outer img {

    height: auto;

}



/* hs block 15 */

.hs-block-15 .post-wrap.post-grid-2,

.hs-block-16 .post-wrap.post-grid-2 {

    margin-bottom: 5px;

}



.hs-block-17 .post-wrap.post-overlay-1,

.hs-block-18 .post-wrap.post-overlay-1 {

    margin-bottom: 35px;

}



.hs-block-15 .post-list-3.post-wrap,

.hs-block-16 .post-wrap.post-list-m1,

.hs-block-17 .post-list-3.post-wrap,

.hs-block-18 .post-wrap.post-list-m1 {

    padding: 0 15px;

}



.hs-block-15 .post-list-3.post-wrap:last-child,

.hs-block-16 .post-wrap.post-list-m1:last-child,

.hs-block-17 .post-list-3.post-wrap:last-child,

.hs-block-18 .post-wrap.post-list-m1:last-child {

    padding-bottom: 5px;

}



/* post list 1 */

.post-wrap.post-list-1 {

    height: 330px;

}



.is-sidebar-none .post-wrap.post-list-1 .col-left {

    max-width: 370px;

}



.post-list-1 .post-list-content {

    display: block;

    overflow: hidden;

    height: 220px;

}



.post-wrap.post-list-1.is-no-featured, .is-no-featured.post-list-1 .post-list-content {

    height: auto !important;

}



.post-list-1 .post-thumb-outer img {

    height: 330px;

}



.post-list-1.is-right-thumb .col-left {

    padding-left: 30px;

}



.post-list-1.is-right-thumb .col-right {

    padding-right: 0;

    text-align: left;

}



.post-list-1.is-right-thumb .post-body {

    margin-left: 0;

    padding-right: 0;

    padding-left: 30px;

}



.post-list-1 .post-body {

    padding: 30px;

}



.post-wrap.is-dark-post {

    background-color: #282828;

}



.post-list-1.is-dark-post .col-right {

    align-self: center;

    -webkit-align-self: center;

}



.block-bg-full .post-list-1 {

    margin-bottom: 35px;

}



.block-bg-full .post-list-1 .post-body {

    padding: 0;

}



.block-bg-full .post-list-inner .col-left {

    padding-right: 30px;

}



.big-col-right .post-list-inner .col-left {

    padding-right: 15px;

    padding-left: 30px;

}



.big-col-right .post-list-inner .col-right {

    padding-right: 0;

    padding-left: 15px;

}



/* post overlay 7 */

.post-overlay-3 .post-thumb-outer {

    margin-bottom: 0;

}



.post-overlay-3 .is-header-overlay {

    padding-right: 20px;

    padding-bottom: 25px;

    padding-left: 20px;

}



/* post overlay 9 */

.post-overlay-5 .post-thumb-outer {

    margin-bottom: 0;

    height: 364px;

}



.post-wrap.post-overlay-5 .is-header-overlay {

    padding: 0 20px 25px 20px;

}



.hs-block-14 .post-overlay-3 {

    margin-right: 10px;

    margin-left: 10px;

}



.hs-block-14 .block-content-inner {

    margin-right: -10px;

    margin-left: -10px;

}



/* block post 20 */

.hs-block-20 .block-content-inner {

    margin-right: -5px;

    margin-left: -5px;

}



/* post list 2 */

.post-wrap.post-list-2 {

    height: 275px;

}



.post-wrap.post-list-2 .post-list-content {

    display: block;

    overflow: hidden;

    height: 185px;

}



.post-list-2 .post-thumb-outer {

    height: 275px;

}



.post-wrap.post-list-2.is-no-featured,

.post-wrap.post-list-2.is-no-featured .post-list-content {

    height: auto;

}



.post-list-2 .post-thumb img {

    min-width: 310px;

}



.post-list-2 .post-body {

    padding: 19px 30px;

}



.post-thumb.iframe-video {

    margin: 0;

    padding-bottom: 56% !important;

    height: 0 !important;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.iframe-video iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: none;

}



.post-thumb.iframe-audio {

    padding-bottom: 26% !important;

    height: 0 !important;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.iframe-audio iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: none;

}



/* post classic 1 */

.post-classic-1 .post-body {

    padding: 30px 25px 35px 25px;

}



.post-classic-1 .thumbnail-image {

    display: inline-block;

}



/* post classic 2 */

.post-wrap.post-classic-2 {

    background: none;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.post-classic-2 .post-body {

    position: relative;

    z-index: 2;

    display: block;

    margin-top: -90px;

    margin-right: 20px;

    margin-left: 20px;

    padding: 30px;

    background-color: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

}



.post-classic-2.is-no-featured .post-body {

    margin-top: 0;

    margin-right: 0;

    margin-left: 0;

}



.post-classic-2.is-dark-post .post-body {

    background-color: #282828;

}



.post-classic-2.is-dark-post.post-wrap {

    margin-bottom: 45px;

}



/* hs block 29 */

.hs-block-29 .post-wrap {

    margin-right: 10px;

    margin-left: 10px;

}



.hs-block-29 .block-content-inner {

    margin-right: -10px;

    margin-left: -10px;

}



/* popup gallery */

.block-popup-gallery-inner {

    margin: 60px auto;

    max-width: 1140px;

}



.post-wrap.post-popup-gallery {

    display: flex;

    display: -webkit-flex;

    margin: 0;

    padding-top: 0;

    background-color: #282828;

}



.post-popup-gallery .post-thumb-outer {

    margin-bottom: 0;

}



.post-wrap.post-popup-gallery .col-right {

    margin-right: 15px;

    align-self: center;

    -webkit-align-self: center;

}



.post-wrap.post-popup-gallery > * {

    padding-right: 15px;

    padding-left: 15px;

}



.post-wrap.post-popup-gallery .col-left {

    padding-left: 0;

}



.popup-post-gallery-slider-image {

    overflow: hidden;

    height: 386px;

    background-position: center center;

    background-size: cover !important;

    background-repeat: no-repeat;

    -webkit-background-size: cover !important;

}



.post-popup-gallery .popup-post-featured-image {

    display: block;

    overflow: hidden;

    margin-bottom: 0;

    height: 500px;

    background-position: center center;

    background-size: cover !important;

    background-repeat: no-repeat;

    -webkit-background-size: cover !important;

}



.popup-post-gallery-slider-image.popup-post-gallery-slider-image-nav {

    margin: 1px;

    height: 110px;

}



.popup-gallery-slider-nav {

    overflow: hidden;

    margin: 1px -1px;

}



.popup-slider-gallery.slider-init {

    max-width: 1140px;

    height: 500px;

}



.popup-slider-gallery > .slick-dots {

    right: 30px;

    bottom: 30px;

    opacity: .5;

}



/* hs block 33 */

.hs-block-33 .block-content-inner {

    margin-right: 0;

    margin-left: 0;

}



.hs-block-33 .video-playlist-iframe-nav {

    margin-left: 0;

    padding: 0 20px;

}



.hs-block-33 .post-wrap {

    margin: 0 0 20px 0;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.video-playlist-iframe {

    position: relative;

    display: block;

    overflow: hidden;

}



.video-playlist-iframe-nav {

    overflow-x: hidden;

    overflow-y: scroll;

    margin-top: 1px;

    padding: 0 10px;

    max-height: 315px;

}



.video-playlist-iframe-nav::-webkit-scrollbar {

    width: 5px;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background: #333333;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;



}



.video-playlist-iframe-nav::-webkit-scrollbar-corner {

    display: block;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background-color: #55acee;

    opacity: .5;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.video-playlist-iframe-nav::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background-color: #55acee;

    opacity: .5;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



/* ------ post fw ------ */



.fw-block-g1 .post-outer:nth-child(3n+1),

.fw-block-g2 .post-outer:nth-child(4n+1),

.fw-block-g3 .post-outer:nth-child(4n+1),

.fw-block-g4 .post-outer:nth-child(3n+1),

.is-layout_grid_small .blog-inner .content-without-sidebar .post-outer:nth-child(4n+1),

.is-layout_grid_small .blog-inner .content-with-sidebar .post-outer:nth-child(3n+1) {

    clear: both;

}



.fw-block.fw-block-g2 .block-content-inner {

    margin-right: -10px;

    margin-left: -10px;

}



.fw-block-g2 .post-wrap .post-body {

    padding: 20px;

}



.fw-block-g3 .block-content-wrap {

    padding: 30px 30px 5px;

}



.fw-block-g4 .block-content-wrap {

    padding: 30px 30px 5px;

}



/* fw block g6 */

.fw-block-g5 .block-content-inner {

    margin: 0;

}



.fw-block-g5 .fw-block-6-slider-el {

    display: block;

    overflow: hidden;

    margin: -3px;

}



.fw-block-g5 .post-gallery-1 .post-thumb-outer {

    height: 366px;

}



.fw-block-g5 .post-gallery-1 .post-thumb-outer img {

    height: 366px;

    -o-object-fit: cover;

    object-fit: cover;

}



.fw-block-g5 .post-wrap {

    overflow: hidden;

    margin: 3px !important;

}



.fw-block-g5 .col-right .post-outer:nth-child(3n+1) {

    clear: both;

}



/* fw block g7 */

.fw-block-g6 .block-content-inner {

    margin: -3px;

}



.fw-block-g6 .post-wrap {

    margin: 3px !important;

}



.fw-block-g6 .post-outer:nth-child(6n+1) {

    clear: both;

}



/* fw block v1 & v2 */

.video-playlist-wrap {

    display: block;

    overflow: hidden;

    background-color: #282828;

}



.ruby-block-wrap.is-background .video-playlist-wrap {

    background: none;

}



.fw-block-v2.is-background .video-playlist-iframe .post-wrap,

.fw-block-v1.is-background .video-playlist-iframe .post-wrap {

    margin: 0;

}



.fw-block-v2.is-background .video-playlist-iframe-nav {

    margin-top: 0;

}



.video-playlist-iframe {

    position: relative;

    display: block;

    overflow: hidden;

}



.fw-block-v1 .post-thumb.iframe-video {

    padding-bottom: 45% !important;

}



.fw-block-v1 .block-content-inner,

.fw-block-v2 .block-content-inner {

    margin-right: 0;

    margin-left: 0;

}



.fw-block-v1 .post-wrap,

.fw-block-v2 .post-wrap {

    margin: 20px;

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}



.fw-block-v1 .video-playlist-iframe .post-wrap {

    margin-bottom: 0;

}



.fw-block-v1 .video-playlist-iframe .post-thumb-outer {

    height: 480px;

}



.fw-block-v1 .video-playlist-iframe .post-thumb img {

    height: 480px;

    -o-object-fit: cover;

    object-fit: cover;

}



.fw-block-v1 .video-playlist-iframe-nav {

    margin: 20px 0;

    padding-top: 0;

    max-height: 190px;

}



.fw-block-v1.is-background .video-playlist-iframe-nav {

    margin-left: -10px;

    padding: 0;

}



.fw-block-v1 .video-playlist-iframe-nav .post-wrap {

    overflow: hidden;

    margin: 0 10px 20px 10px;

}



.fw-block-v1 .video-playlist-iframe-nav .post-outer:nth-child(5n+1) {

    clear: both;

}



.fw-block-v1 .post-body {

    margin-top: 10px;

    padding: 0;

}



.fw-block-v2 .post-body {

    padding-right: 0;

}



.fw-block-v2 .video-playlist-iframe .post-thumb-outer {

    height: 400px;

}



.fw-block-v2 .video-playlist-iframe .post-wrap {

    margin-right: 0;

}



.fw-block-v2 .video-playlist-iframe .post-thumb img {

    height: 400px;

    -o-object-fit: cover;

    object-fit: cover;

}



.fw-block-v2 .video-playlist-iframe-nav {

    overflow-x: hidden;

    overflow-y: auto;

    margin-top: 20px;

    padding-left: 0;

    max-height: 400px;

    height: 100%;

}



.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar {

    width: 6px;

    background: #333;

}



.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-corner {

    display: block;

    border-radius: 4px;

    background-color: #55acee;

}



.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-thumb {

    border-radius: 4px;

    background-color: #55acee;

}



.fw-block-v2 .video-playlist-iframe-nav .post-wrap {

    margin-top: 0;

    margin-right: 0;

}



.post-feat-4 .post-thumb-outer {

    margin-bottom: 0;

    height: 250px;

}



.post-thumb-outer.post-no-thumb:after {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    background-color: #282828;

    content: '';

}



.post-feat-4 .thumbnail-resize img {

    min-width: 390px;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.fw-block-t1 .post-wrap.post-grid-2,

.fw-block-t2 .post-wrap.post-grid-2 {

    margin-bottom: 5px;

}



.fw-block-t1 .post-list-3.post-wrap,

.fw-block-t2 .post-list-m1.post-wrap,

.fw-block-t3 .post-list-3.post-wrap,

.fw-block-t4 .post-list-m1.post-wrap {

    padding: 0 15px 0 15px;

}



.fw-block-t1 .post-list-3.post-wrap:last-child,

.fw-block-t2 .post-list-m1.post-wrap:last-child,

.fw-block-t3 .post-list-3.post-wrap:last-child,

.fw-block-t4 .post-list-m1.post-wrap:last-child {

    margin-bottom: 30px;

}



.fw-block-t3 .post-wrap.post-overlay-1,

.fw-block-t4 .post-wrap.post-overlay-1 {

    margin-bottom: 35px;

}



/* fw block 1 */

.page-template-page-composer .site-inner > *:first-child .fw-block-1 {

    margin-top: -40px;

}



.post-feat-1 .post-thumb-outer {

    margin-bottom: 0;

    height: 536px;

}



.post-feat-2 .post-thumb-outer {

    margin-bottom: 0;

    height: 268px;

}



.fw-block-1 .fw-block-1-slider-el {

    display: block;

    overflow: hidden;

    margin: 0;

}



.fw-block-1 .post-wrap {

    margin: 0 !important;

    padding: 0;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.post-feat-1 .thumbnail-resize img {

    min-width: 1000px;

}



.post-feat-2 .thumbnail-resize img {

    min-width: 480px;

}



.fw-block-1 .post-wrap.post-feat-2 {

    float: left;

    overflow: hidden;

    margin: 0;

    width: 50%;

}



/* fw block 2 */

.fw-block-2 .block-content-inner {

    margin: 0;

}



.fw-block-2 .post-wrap {

    margin: 0 !important;

    padding: 0;

    background: transparent;

}



/* fw block 3 */

.fw-block-3 .block-content-inner {

    margin: 0;

}



.fw-block-3-slider-el {

    display: block;

    overflow: hidden;

}



.fw-block-3 .post-wrap {

    margin: 0 !important;

    padding: 0;

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.fw-block-3 .post-feat-3 .post-thumb-outer {

    margin-bottom: 0;

    height: 438px;

}



.fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer {

    overflow: hidden;

    margin-bottom: 0;

    height: 219px;

}



.fw-block-3 .post-wrap.post-feat-7 .post-thumb-outer img {

    min-width: 330px;

}



.fw-block-3 .post-feat-3 .thumbnail-resize img {

    min-width: 750px;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.fw-block-3 .post-wrap.post-feat-7 {

    float: left;

    overflow: hidden;

    width: 50%;

}



/* fw block 4 */

.page-template-page-composer .site-inner > *:first-child .fw-block-4.is-background {

    margin-top: -40px;

    padding-bottom: 35px;

}



.fw-block-4 .block-content-inner {

    margin: 0;

}



.fw-block-4-slider-el {

    display: block;

    overflow: hidden;

}



.fw-block-4 .post-wrap {

    margin: 0 !important;

    padding: 0;

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.post-feat-4.post-wrap .is-header-overlay {

    padding: 0 15px 15px 15px;

}



.post-feat-6 .post-thumb-outer {

    margin-bottom: 0;

    height: 400px;

}



.post-feat-6 .thumbnail-resize img {

    min-width: 700px;

}



/* fw block 5 */

.fw-block-5 .block-content-inner {

    margin: 0;

}



.fw-block-5-slider-el {

    display: block;

    overflow: hidden;

}



.fw-block-5-slider-el > * {

    float: left;

    width: 25%;

}



.fw-block-5 .post-wrap {

    margin: 0 !important;

    padding: 0;

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.post-feat-8 .post-thumb-outer {

    margin-bottom: 0;

    height: 400px;

}



.post-feat-8 .is-bg-thumb .thumbnail-resize img {

    height: 400px;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



/* fw block 6 */

.fw-block-6 .post-feat-3 .post-thumb-outer {

    height: 500px;

}



.fw-block-6 .post-feat-3 .post-thumb-outer img {

    min-width: 1100px;

    -o-object-fit: cover;

    object-fit: cover;

}



.fw-block-6 .block-content-inner {

    margin: 0;

}



.fw-block-6 .post-wrap {

    margin: 0 !important;

    padding: 0;

}



.fw-block-6 .post-feat-3 .is-header-overlay {

    padding: 0 250px 30px 30px;

}



/* fw block 7 */

.fw-block-7 .block-content-inner {

    margin: 0;

}



.fw-block-7 .post-wrap {

    margin: 0;

    padding: 0;

}



.fw-block-html .block-content-inner,

.hs-block-html .block-content-inner {

    margin-right: 0;

    margin-left: 0;

}



.fw-block-html.is-fullwidth .ruby-block-inner {

    padding-right: 0;

    padding-left: 0;

}



/* fw grid style 2 */

.is-grid-style-2 .post-wrap .is-header-overlay {

    top: 1px;

    right: 1px;

    bottom: auto;

    left: 1px;

    z-index: 3;

    padding: 20px 20px 0 20px;

}



.is-grid-style-2 .post-review-wrap {

    top: auto;

    right: 0;

    bottom: 0;

    left: auto;

}



.is-grid-style-2 .is-top-format.post-format-wrap, .is-grid-style-2 .is-top-format.post-format-wrap.is-big-icon {

    top: auto;

    right: auto;

    bottom: 20px;

    left: 20px;

    margin: 0;

}



.is-grid-style-2 .post-thumb-overlay {

    top: 0;

    right: 0;

    bottom: 35%;

    left: 0;

    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, .75)));

    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .75) 100%);

}



/* grid style 3 */

.is-grid-style-3 .post-wrap .is-header-overlay {

    top: 0;

    right: auto;

    bottom: auto;

    left: 0;

    display: -webkit-flex;

    display: flex;

    padding: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    pointer-events: none;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.is-grid-style-3 .post-wrap .is-header-overlay .post-header {

    margin: auto;

    max-width: 90%;

    pointer-events: auto;

}



.is-grid-style-3 .post-wrap .is-header-overlay .post-header .post-cat-info > * {

    display: inline-block;

    float: none;

}



.is-grid-style-3 .post-thumb-overlay {

    top: 0;

    bottom: 0;

    background: inherit;

    background-color: rgba(0, 0, 0, .6);

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.is-grid-style-3 .is-top-format.post-format-wrap,

.is-grid-style-3 .is-top-format.post-format-wrap.is-big-icon {

    top: auto;

    bottom: 20px;

}



/* fw grid style 4 */

.is-grid-style-4 .is-light-text .post-meta-info,

.is-grid-style-4 .is-light-text .post-meta-info .vcard {

    color: #fff;

}



.is-grid-style-4 .post-thumb-overlay {

    top: 0;

    background: -ms-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -moz-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -o-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF9CE1), color-stop(100, #FF8863));

    background: -webkit-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: linear-gradient(to bottom right, #FF9CE1 0%, #FF8863 100%);

    opacity: .6;

    pointer-events: none;

}



.is-grid-style-4 .post-outer-nth-1 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -moz-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -o-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF9CE1), color-stop(100, #FF8863));

    background: -webkit-linear-gradient(top left, #FF9CE1 0%, #FF8863 100%);

    background: linear-gradient(to bottom right, #FF9CE1 0%, #FF8863 100%);

}



.is-grid-style-4 .post-outer-nth-2 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);

    background: -moz-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);

    background: -o-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #43DFCA), color-stop(100, #A98FFF));

    background: -webkit-linear-gradient(top left, #43DFCA 0%, #A98FFF 100%);

    background: linear-gradient(to bottom right, #43DFCA 0%, #A98FFF 100%);

}



.is-grid-style-4 .post-outer-nth-3 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);

    background: -moz-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);

    background: -o-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #F5FF9C), color-stop(100, #FFC6BA));

    background: -webkit-linear-gradient(top left, #F5FF9C 0%, #FFC6BA 100%);

    background: linear-gradient(to bottom right, #F5FF9C 0%, #FFC6BA 100%);

}



.is-grid-style-4 .post-outer-nth-4 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);

    background: -moz-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);

    background: -o-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #FF63D6), color-stop(100, #FFADBE));

    background: -webkit-linear-gradient(top left, #FF63D6 0%, #FFADBE 100%);

    background: linear-gradient(to bottom right, #FF63D6 0%, #FFADBE 100%);

}



.is-grid-style-4 .post-outer-nth-5 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);

    background: -moz-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);

    background: -o-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #B778FF), color-stop(100, #DAA3FF));

    background: -webkit-linear-gradient(top left, #B778FF 0%, #DAA3FF 100%);

    background: linear-gradient(to bottom right, #B778FF 0%, #DAA3FF 100%);

}



.is-grid-style-4 .post-outer-nth-6 .post-thumb-overlay {

    background: -ms-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);

    background: -moz-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);

    background: -o-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);

    background: -webkit-gradient(ease-in-out, left top, right bottom, color-stop(0, #B7EF92), color-stop(50, #D4FF94), color-stop(100, #B8BD86));

    background: -webkit-linear-gradient(top left, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);

    background: linear-gradient(to bottom right, #B7EF92 0%, #D4FF94 50%, #B8BD86 100%);

}



/* --------------------------------------------------------------

================================================================

    6.0 - BLOCKS

================================================================

-------------------------------------------------------------- */

.ruby-section {

    display: block;

    overflow: hidden;

}



.ruby-block-wrap {

    position: relative;

    display: block;

    clear: both;

    overflow: hidden;

    margin-bottom: 20px;

}



.fw-block-1, .fw-block-2, .fw-block-3, .fw-block-4, .fw-block-5, .fw-block-6, .fw-block-7, .fw-block-g5, .fw-block-g6, .fw-block-v1, .fw-block-v2, .block-ad {

    margin-bottom: 40px;

}



.ruby-block-wrap.is-background {

    padding-top: 40px;

    padding-bottom: 50px;

}



.hs-block.ruby-block-wrap.is-block-half,

.fw-block.ruby-block-wrap.is-block-third {

    float: left;

    clear: none;

}



.ruby-block-inner {

    position: relative;

    display: block;

    padding-right: 15px;

    padding-left: 15px;

}



.blog-content-inner {

    position: relative;

    display: block;

    overflow: hidden;

}



.is-sidebar-left .ruby-content-wrap {

    float: right;

}



.block-header-wrap {

    position: relative;

    display: block;

    margin-bottom: 25px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    letter-spacing: -0.02em;

    font-size: 18px;

    line-height: 40px;

}



.ruby-block-wrap.is-background .block-header-wrap {

    border-color: rgba(255, 255, 255, .07);

}



.block-header-inner {

    position: relative;

    display: block;

}



.block-footer {

    position: relative;

    display: block;

    margin-top: 20px;

}



.block-title {

    position: relative;

    display: inline-block;

    line-height: 0;

}



.is-background .block-title {

    color: #fff;

}



.block-title h3 {

    display: inline-block;

    border-bottom: 3px solid;

    color: inherit;

    text-transform: inherit;

    letter-spacing: inherit;

    font-weight: inherit;

    font-style: inherit;

    font-size: inherit;

    font-family: inherit !important;

    line-height: 37px;

}



.block-content-wrap {

    position: relative;

    display: block;

    margin-bottom: 15px;

}



.block-content-inner {

    position: relative;

    display: block;

    overflow: hidden;

    margin-right: -15px;

    margin-left: -15px;

}



.block-ad .block-content-inner {

    margin-right: 0;

    margin-left: 0;

}



.block-bg-full .block-content-wrap {

    background-color: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

}



.block-bg-full .post-wrap {

    background: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.block-bg-full.is-dark-block .block-content-wrap {

    background-color: #282828;

}



/* block ajax filter */

.block-ajax-filter-wrap {

    position: absolute;

    top: 0;

    right: 0;

    left: auto;

    display: inline-block;

    visibility: hidden;

    color: #282828;

    letter-spacing: 0;

    font-weight: 500;

    font-size: 11px;

    opacity: 0;

}



.ruby-js-loaded .block-ajax-filter-wrap {

    visibility: visible;

    opacity: 1;

    -webkit-transition: opacity .3s ease-in-out;

    -moz-transition: opacity .3s ease-in-out;

    -ms-transition: opacity .3s ease-in-out;

    -o-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out;

}



.ajax-filter-list {

    display: inline-block;

    line-height: 1;

}



.ajax-filter-el {

    -webkit-transition: opacity .3s ease-in-out;

    -moz-transition: opacity .3s ease-in-out;

    -ms-transition: opacity .3s ease-in-out;

    -o-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out;

}



.ajax-filter-list li {

    display: inline-block;

    margin-left: 2px;

}



.ajax-filter-list li:first-child {

    margin-left: 0;

}



.ajax-filter-link {

    display: block;

    padding: 0 10px;

    text-transform: inherit;

    opacity: .7;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ajax-filter-dropdown-list .ajax-filter-link {

    opacity: 1;

}



.ajax-filter-dropdown-list a {

    padding: 0 15px;

    line-height: 24px;

}



.ajax-filter-dropdown {

    position: relative;

    display: inline-block;

}



.ajax-filter-more {

    display: inline-block;

    margin-left: 2px;

    padding: 0 10px;

    text-transform: inherit;

    line-height: 30px;

    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ajax-filter-more i {

    margin-left: 5px;

}



.ajax-filter-more > span {

    opacity: .6;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.ajax-filter-link:hover, .ajax-filter-link:hover,

.ajax-filter-link.is-active, .ajax-filter-more:hover > span {

    opacity: 1;

}



.ajax-filter-dropdown-list .ajax-filter-link:hover,

.ajax-filter-dropdown-list .ajax-filter-link:focus,

.ajax-filter-dropdown-list .ajax-filter-link.is-active {

    background-color: rgba(255, 255, 255, .3);

}



.ajax-filter-dropdown-list {

    position: absolute;

    top: 100%;

    right: -20px;

    left: auto;

    z-index: 9999;

    display: block;

    visibility: hidden;

    padding: 10px 0;

    min-width: 135px;

    background-color: #282828;

    -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);

    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);

    color: #fff;

    white-space: nowrap;

    opacity: 0;

    -webkit-transition: -webkit-transform .3s ease-in-out;

    -moz-transition: -moz-transform .3s ease-in-out;

    -ms-transition: -ms-transform .3s ease-in-out;

    -o-transition: -o-transform .3s ease-in-out;

    transition: transform .3s ease-in-out;

    -webkit-transform: scaleY(0);

    -moz-transform: scaleY(0);

    -ms-transform: scaleY(0);

    -o-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 100% 0%;

    -ms-transform-origin: 100% 0%;

    transform-origin: 100% 0%;

    pointer-events: none;

}



.ajax-filter-dropdown:hover .ajax-filter-dropdown-list {

    visibility: visible;

    opacity: 0.95;

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    pointer-events: auto;

}



/* ajax pagination */

.ajax-pagination.ajax-nextprev {

    display: inline-block;

    font-size: 16px;

    line-height: 1;

}



.ajax-pagination.ajax-nextprev > * {

    display: inline-block;

    margin-left: 7px;

    width: 28px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, .4);

    color: #fff;

    text-align: center;

    line-height: 28px;

    opacity: .4;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.is-light-text .ajax-pagination.ajax-nextprev > * {

    background-color: rgba(255, 255, 255, .15);

}



.ajax-pagination.ajax-nextprev > *:hover {

    opacity: 1;

}



.ajax-pagination.ajax-nextprev > *:first-child {

    margin-left: 0;

}



.ajax-pagination .ajax-next i {

    margin-right: 0;

    margin-left: 1px;

}



.ajax-pagination .ajax-prev i {

    margin-right: 1px;

    margin-left: 0;

}



/* ajax pagination icon */



.ajax-animation {

    position: absolute;

    top: 0;

    left: 0;

    display: none;

    visibility: hidden;

    width: 100%;

    height: 24px;

    text-align: center;

    opacity: 0;

    pointer-events: none;

}



.ajax-animation-icon, .ajax-loader,

.header-search-result .ajax-loader,

.slider-loader {

    background: transparent url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20stroke%3D%22%23282828%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%281%201%29%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke-opacity%3D%22.5%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CanimateTransform%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20from%3D%220%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%3D%22360%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dur%3D%22.8s%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') no-repeat center center !important;

}



.is-light-text .ajax-loader, .video-loader {

    background: transparent url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20stroke%3D%22%23aaaaaa%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%281%201%29%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke-opacity%3D%22.5%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CanimateTransform%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20from%3D%220%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%3D%22360%2018%2018%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dur%3D%22.8s%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') no-repeat center center !important;

}



.ajax-animation-icon {

    display: inline-block;

    width: 24px;

    height: 24px;

    background-size: conver !important;

    -webkit-background-size: cover !important;

}



.ajax-loader {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 992;

    opacity: 0.96;

}



.slider-loader {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 992;

}



.video-loader {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 992;

    opacity: 0.96;

}



.big-col-right .col-left {

    float: right;

}



/* block bg full */



/* load more animation */

.ajax-pagination {

    position: relative;

    display: block;

    margin-bottom: 20px;

}



.ajax-pagination.ajax-loadmore {

    margin-bottom: 0;

    text-align: center;

}



.ajax-pagination.ajax-loadmore a {

    margin-bottom: 30px;

}



.ajax-animation {

    position: absolute;

    top: 0;

    left: 0;

    display: none;

    visibility: hidden;

    width: 100%;

    height: 24px;

    text-align: center;

    opacity: 0;

    pointer-events: none;

}



.ajax-infinite-scroll {

    height: 24px;

}



/* ------ Blog page ------*/



/* layout grid */

.is-layout_grid .ruby-content-wrap .post-outer:nth-child(2n+1),

.is-layout_grid .is-sidebar-none .post-outer:nth-child(3n+1) {

    clear: both;

}



.is-layout_grid .is-sidebar-none .post-outer:nth-child(2n+1) {

    clear: none;

}



.page-template .latest-blog-wrap .post-wrap {

    margin-top: 0;

    margin-bottom: 30px;

}



.latest-blog-wrap .block-header-wrap {

    margin: 0 15px 20px 15px;

}



/* layout list */

.blog-wrap .post-wrap.post-list-2,

.blog-wrap .post-wrap.post-list-1 {

    padding-right: 15px;

    padding-left: 15px;

}



.blog-wrap.is-layout_grid_small .blog-content-inner {

    margin-right: 5px;

    margin-left: 5px;

}



/* --------------------------------------------------------------

================================================================

    7.0 - SINGLE

================================================================

-------------------------------------------------------------- */



h1 {

    font-size: 40px;

    line-height: 44px;

}



h2 {

    font-size: 34px;

    line-height: 40px;

}



h3 {

    font-size: 28px;

    line-height: 34px;

}



h4 {

    font-size: 22px;

    line-height: 30px;

}



h5 {

    font-size: 18px;

    line-height: 24px;

}



h6 {

    font-size: 15px;

    line-height: 18px;

}



.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {

    margin-bottom: 20px;

}



.entry iframe {

    overflow: hidden;

    max-width: 100%;

}



.single-post-header .post-meta-info {

    margin-top: 10px;

}



/* wp caption */

.wp-caption, .gallery-caption {

    position: relative;

    display: block;

    max-width: 100%;

}



figure {

    display: block;

    margin: 30px 0;

}



.wp-caption-text {

    margin-bottom: 25px;

    background: none !important;

    color: #444;

    font-style: italic;

    font-size: 13px;

    padding-top: 5px;

    line-height: 20px;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin-right: auto;

    margin-left: auto;

}



.aligncenter {

    display: block;

    clear: both;

    margin-right: auto;

    margin-left: auto;

}



.alignleft {

    display: inline;

    float: left;

    margin-right: 25px;

    margin-left: 0;

    max-width: 600px;

}



.wp-block-gallery.alignleft {

    margin-right: 25px;

    margin-left: 0;

}



.alignright  {

    display: inline;

    float: right;

    margin-left: 25px;

    max-width: 600px;

}



.wp-block-gallery.alignright {

    margin-left: 25px;

    margin-right: 0;

}



.wp-block-gallery {

    clear: both;

}



.entry .wp-block-pullquote blockquote {

    border-color: transparent;

    border-width: 2px;

    color: #000;

}



.entry .wp-block-pullquote:not(.is-style-solid-color) blockquote {

    background: none;

}



.wp-block-pullquote.is-style-solid-color:not(.has-background-color) {

    background-color: #4387d2;

}



.wp-block-pullquote.is-style-solid-color blockquote {

    opacity: 1;

}



.wp-block-pullquote.is-style-solid-color blockquote.has-text-color.has-white-color p {

    color: #fff;

}



.wp-block-pullquote.is-style-solid-color blockquote cite {

    color: #777;

    font-weight: 700;

    font-style: italic;

    font-size: 16px;

}



.wp-block-button__link {

    line-height: 1.2;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin-right: auto;

    margin-left: auto;

}



.entry img, .entry video {

    max-width: 100%;

    height: auto;

}



.entry ol, .entry ul {

    margin: 5px 0 25px 15px;

}



.entry li {

    list-style: disc;

}



.entry ul li {

    position: relative;

    margin: 0 0 5px 0;

    font-size: 15px;

    line-height: 22px;

}



.entry ol ul li:before,

.entry ul ol li:before {

    display: none;

}



.entry ol li {

    margin: 0 0 7px 0;

    padding-left: 5px;

    list-style: outside decimal;

    font-size: 15px;

}



.entry li > ul, .entry li > ol {

    margin-bottom: 0;

}



.entry hr {

    margin: 20px 0;

    border-style: dotted;

    border-color: #ddd !important;

    background: none !important;

}



.wp-block-latest-posts.is-grid li {

    list-style: none;

}



.entry del {

    color: #4387d2;

}



.entry blockquote {

    padding: 0 18px;

    border-left: 3px solid #4387d2;

    color: #4387d2;

    text-transform: none;

    letter-spacing: -.03em;

    font-style: italic;

    font-size: 30px;

    line-height: 38px;

    opacity: .8;

}



.entry blockquote p {

    color: inherit;

    font-size: inherit;

    letter-spacing: inherit;

    line-height: inherit;

}



.entry table {

    margin-top: 2em;

    margin-bottom: 2em;

    width: 100%;

    border-bottom: 1px solid #f2f2f2;

    border-left: 1px solid #f2f2f2;

}



.entry th, .entry td {

    padding: 7px 15px;

    border-top: 1px solid #f2f2f2;

    border-right: 1px solid #f2f2f2;

    text-align: left;

}



.entry a:not(button) {

    color: #4387d2;

    text-decoration: inherit;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.entry code {

    padding: 0 7px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: rgba(28, 28, 28, .07);

}



.entry pre {

    display: block;

    padding: 10px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #f2f2f2;

}



.single-page-links {

    display: block;

    margin-top: 20px;

    overflow: hidden;

    text-align: center;

    width: 100%;

}



.single-page-links .pagination-num {

    display: inline-block;

    float: inherit;

}



.single-page-links .pagination-num > span, .single-page-links .pagination-num > a:hover > span {

    background-color: #4387d2;

    color: #fff;

}



.entry input[type="password"] {

    margin-bottom: 10px;

    width: 70%;

}



.entry p a:not(.single-popup):hover, .entry p a:not(.single-popup):focus {

    text-decoration: underline;

}



.entry p a img {

    margin-top: 10px;

    margin-bottom: 20px;

}



.entry form label {

    color: #999;

    font-style: italic;

}



.single-inner {

    padding: 0 15px;

}



.single-inner.attachment-inner {

    margin: 50px 15px;

    padding: 30px;

    background-color: #fff;

    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

}



.banner-ad-wrap {

    margin-top: 30px;

    text-align: center;

}



. banner-ad-top-single {

    margin-bottom: -15px;

}



.single-post-left {

    position: absolute;

    top: 35px;

    left: 30px;

    display: block;

    overflow: hidden;

    max-width: 120px;

    text-align: center;

}



.single-entry {

    display: block;

    clear: both;

    position: relative;

}



.single-post-right {

    display: block;

}



.single-post-body {

    position: relative;

    display: block;

    padding: 40px 30px;

}



.is-author-top .single-content-wrap {

    margin-left: 150px;

}



.is-author-top .banner-ad-bottom-single {

    margin-left: -180px;

    margin-right: -30px;

}



.is-entry-padding .is-author-bottom .single-content-wrap {

    margin-left: 80px;

}



.is-entry-padding .is-author-bottom .banner-ad-bottom-single {

    margin-left: -110px;

    margin-right: -30px;

}



.banner-ad-bottom-single {

    margin-left: -30px;

    margin-right: -30px;

}



.single-subtitle {

    display: block;

    margin-top: 15px;

    margin-bottom: 15px;

    padding-left: 15px;

    border-left: 3px solid;

    color: #777;

    font-style: italic;

    font-size: 14px;

    line-height: 1.5;

}



.single-subtitle h3 {

    letter-spacing: inherit;

    font-weight: inherit;

    font-size: inherit;

    line-height: inherit;

}



.single-post-feat-bg-outer {

    position: relative;

    margin: 0 15px 30px 15px;

}



.single-post-feat-bg-outer:not(.single-post-format-feat-bg-outer):before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    display: block;

    background-color: rgba(28, 28, 28, .3);

    content: '';

    pointer-events: none;

}



.single-post-feat-bg-outer .single-post-thumb-outer {

    margin-top: 0;

    margin-bottom: 0;

}



.single-post-thumb-outer {

    position: relative;

    display: block;

    text-align: center;

}



.single-post-excerpt {

    font-style: italic;

    font-size: 12px;

    position: absolute;

    right: 0;

    bottom: 10px;

    background-color: #f2f2f2;

    text-align: center;

    color: #777;

    padding: 5px 10px;

    z-index: 9;

}



.single-post-5 .single-post-excerpt {

    display: none;

}



.single-post-thumb-outer .post-link-absolute {

    display: none;

}



.single-widget {

    margin-top: 30px;

}



.single-widget .widget.widget_custom_html {

    display: block;

}



.single-widget .widget {

    display: none;

}



.single-widget .widget {

    margin-top: 30px;

}



.single-widget .widget:first-child {

    margin-top: 0;

}



.single-wrap.ruby-section {

    overflow: inherit;

    margin-top: 40px;

}



/* single post social share color */

.single-post-meta-info-share a:hover,

.single-post-meta-info-share a:focus {

    opacity: 1;

}



.share-bar-el-big.icon-facebook,

.single-post-share-header .icon-facebook i {

    background-color: #899DCE;

}



.share-bar-el-big.icon-google,

.single-post-share-header .icon-google i {

    background-color: #f91414;

}



.share-bar-el-big.icon-twitter,

.single-post-share-header .icon-twitter i {

    background-color: #60D2F5;

}



.share-bar-el-big.icon-pinterest,

.single-post-share-header .icon-pinterest i {

    background-color: #f74249;

}



.share-bar-el-big.icon-linkedin,

.single-post-share-header .icon-linkedin i {

    background-color: #009CDC;

}



.share-bar-el-big.icon-reddit,

.single-post-share-header .icon-reddit i {

    background-color: #ff4500;

}



.share-bar-el-big.icon-vk,

.single-post-share-header .icon-vk i {

    background-color: #42678e;

}



.share-bar-el-big.icon-email,

.single-post-share-header .icon-email i {

    background-color: #ffcf51;

}



.share-bar-el-big.icon-tumblr,

.single-post-share-header .icon-tumblr i {

    background-color: #0b193a;

}



.single-post-header {

    position: relative;

    display: block;

    padding: 30px;

}



/* single share header */

.single-post-action {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 15px 30px;

    border-top: 1px solid rgba(28, 28, 28, .07);

    border-bottom: 1px solid rgba(28, 28, 28, .07);

}



.single-post-share-header {

    position: relative;

    display: block;

    float: right;

}



.single-post-share-header .single-share-bar-el {

    display: block;

    float: left;

    margin-left: 4px;

    line-height: 34px;

}



.single-post-share-header .single-share-bar-el:first-child {

    margin-left: 0;

}



.single-post-share-header .single-share-bar-el i {

    display: inline-block;

    overflow: hidden;

    width: 32px;

    height: 32px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    color: #fff;

    vertical-align: middle;

    text-align: center;

    font-size: 16px;

    line-height: 32px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.single-post-share-header .single-share-bar-el:hover i,

.single-post-share-header .single-share-bar-el:focus i {

    background-color: #282828;

}



.single-post-counter {

    position: relative;

    display: block;

}



.single-post-counter > * {

    position: relative;

    display: block;

    float: left;

    margin-right: 20px;

    text-align: center;

    line-height: 34px;

}



.single-post-counter > *:last-child {

    margin-right: 0;

}



.single-post-action .icon-view, .single-post-action .icon-share {

    position: relative;

    display: block;

    float: left;

    margin-right: 12px;

    text-align: center;

    font-size: 26px;

    line-height: 34px;

}



.single-post-action .total-content {

    display: block;

    float: left;

}



.single-post-action .total-number {

    display: block;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 22px;

    line-height: 22px;

}



.single-post-action .total-caption {

    display: block;

    margin-top: 2px;

    color: #999;

    text-transform: uppercase;

    font-size: 10px;

    line-height: 10px;

}



/* single share big */

.single-post-share-big {

    display: block;

    margin-top: 30px;

    text-align: center;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 14px;

}



.single-post-share-big-inner {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: start;

    margin-right: -5px;

    margin-left: -5px;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-align-items: flex-start;

    align-items: flex-start;

}



.single-post-share-big-inner > * {

    display: block;

    float: left;

    margin: 5px;

    padding: 0 20px;

    min-width: 250px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    color: #fff;

    font-size: 14px;

    line-height: 36px;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

    -webkit-flex: 1 1 auto;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

}



.single-post-share-big-inner a:hover {

    background-color: #282828;

}



.single-post-share-big-inner a > * {

    display: inline-block;

    vertical-align: middle;

    line-height: inherit;

}



.single-post-share-big-inner i {

    margin-right: 10px;

    font-size: 18px;

    line-height: inherit;

}



/* layout 1 */

.single-post-1 > .single-inner > .post-wrap {

    background: none;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.single-post-1 .single-post-action {

    border-top: none;

}



.single-post-1 .post-thumb {

    display: inline-block;

}



.single-post-top {

    position: relative;

    margin-bottom: 20px;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    font-size: 12px;

}



.breadcrumb-wrap {

    display: block;

    width: 100%;

    color: #777;

    font-size: 12px;

    font-family: 'Lato', sans-serif;

    line-height: 20px;

}



.breadcrumb-wrap a:hover {

    color: #282828;

}



.is-light-text .breadcrumb-wrap a:hover,

.is-absolute-breadcrumb .breadcrumb-wrap a:hover {

    color: #fff;

}



.breadcrumb-wrap .breadcrumb-inner {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.is-date-full .breadcrumb-wrap .breadcrumb-inner {

    width: 78%;

}



.single-post-top .meta-info-date-full {

    position: absolute;

    top: 0;

    right: 0;

    padding-left: 5px;

    background: #fff;

    color: #999;

    text-align: right;

    font-size: 12px;

    line-height: 20px;

}



.breadcrumb-wrap i {

    margin: 0 5px;

}



.comment-button {

    margin-bottom: 15px;

    width: 100%;

    text-align: center;

}



.single-content-wrap p,

.entry p {

    display: block;

    margin-bottom: 18px;

}



.single-box {

    position: relative;

    display: block;

    margin: 0;

    padding: 0;

    background-color: #fff;

    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

}



.single-box.single-widget {

    padding: 0;

    margin-top: 30px;

    background: none;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.single-post-3 .single-post-feat-bg-outer,

.single-post-4 .single-post-feat-bg-outer {

    margin: 0;

    padding: 0;

}



.is-absolute-breadcrumb .breadcrumb-wrap {

    position: absolute;

    top: 10px;

    right: 0;

    bottom: auto;

    left: 0;

    z-index: 9;

    display: block;

    margin: 0;

    padding: 0;

    border: none;

    color: #eee;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);

    line-height: 15px;

    opacity: 1;

}



.page .is-absolute-breadcrumb .breadcrumb-inner {

    margin-top: 10px !important;

}



.single-post-date {

    top: 25px;

    right: 0;

    left: 0;

    z-index: 9;

    line-height: 15px;

}



.single-post-date .meta-info-date-full {

    display: inline-block;

    margin-top: 5px;

    margin-left: 15px;

    padding-top: 5px;

    border-top: 1px solid rgba(255, 255, 255, .4);

    font-size: 12px;

    opacity: 1;



}



.single-post-feat-bg-outer .post-thumb {

    display: block;

    max-height: 500px;

    width: 100%;

}



.single-post-feat-bg-outer .post-thumb img {

    display: inline-block;

    max-height: 500px;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.single-post-4 .single-post-content-wrap {

    position: relative;

    z-index: 9;

    margin-top: -100px;

}



.single-post-4.single-no-feat .single-post-content-wrap {

    margin-top: 0;

}



.single-post-4.is-no-featured .single-post-content-wrap {

    margin-top: 0 !important;

}



/* layout 5 */

.single-post-overlay-outer {

    position: relative;

    display: block;

}



.single-post-overlay-outer .is-absolute-breadcrumb .breadcrumb-inner {

    padding-left: 30px;

}



.single-post-overlay-outer .single-post-date .meta-info-date-full {

    margin-left: 30px;

}



.single-post-5 .single-post-overlay-outer:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    display: block;

    background-color: rgba(28, 28, 28, .3);

    content: '';

}



.single-post-5 .single-post-thumb-outer {

    position: inherit;

    margin-top: 0;

}



.single-post-5 .single-post-header {

    bottom: 0;

    padding: 20px;

}



.single-post-5 .single-post-header .post-title {

    margin-bottom: 0;

}



.single-post-overlay-outer .single-title.post-title {

    color: #fff;

}



.single-post-overlay-outer .single-title.post-title h1 {

    line-height: 1.05;

}



.single-post-5 .single-post-content-outer .banner-ad-wrap:not(.banner-ad-bottom-single) {

    margin-top: 0;

}



/* post format layout */

.single-post-format-2 .breadcrumb-wrap,

.single-post-format-3 .breadcrumb-wrap,

.single-post-5:not(.single-page-5) .breadcrumb-wrap {

    margin-top: -20px;

    margin-bottom: 20px;

    padding: 0 15px;

    line-height: 1;

}



.single-post-audio-2 .single-post-thumb-outer {

    margin-top: 0;

}



.single-post-slider-3 .single-post-feat-bg-outer {

    margin: 0 15px 30px 15px;

}



/* single tag */

.single-post-tag {

    display: block;

    margin-top: 30px;

}



.single-post-tag .single-tag-text {

    margin-right: 10px;

    vertical-align: middle;

    line-height: 26px;

}



.single-post-tag a {

    display: inline-block;

    margin-right: 5px;

    padding: 0 15px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #f2f2f2;

    vertical-align: middle;

    text-align: center;

    font-style: italic;

    line-height: 26px;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.single-post-tag a:hover {

    background-color: #282828;

    color: #fff;

}



.single-post-tag a:last-child {

    margin-right: 0;

}



/* single comment box */

.is-show-btn .box-comment-content {

    display: none;

    opacity: 0;

}



.box-comment-content .comments-area {

    margin-top: 30px;

    padding-top: 30px;

    border-top: 1px solid rgba(28, 28, 28, .07);

}



p.comment-form-comment {

    margin-bottom: 0;

}



.comment-title h3 {

    margin-bottom: 20px;

    color: #55acee;

    text-align: center;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 18px;

    line-height: 28px;

}



h3.comment-reply-title {

    margin-bottom: 10px;

    color: #55acee;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 18px;

    line-height: 24px;

}



.comment-title h3 i {

    margin-right: 5px;

    font-size: 21px;

    line-height: 28px;

}



p.logged-in-as {

    display: block;

    margin-bottom: 20px;

    color: #999;

    text-transform: none;

    font-size: 14px;

    line-height: 1;

}



.comments-area .logged-in-as a {

    color: inherit;

    text-decoration: none;

}



.comments-area .logged-in-as a:hover {

    color: #f33b3b;

    text-decoration: none;

}



p.logged-in-as a:last-child {

    margin-left: 10px;

    text-decoration: underline;

}



.comment-form label {

    display: none;

}



.comment-form-cookies-consent label {

    display: block;

    float: left;

    font-size: 13px;

    line-height: 1;

    margin-top: 15px;

    margin-left: 7px;

    color: #888;

}



.comment-form-cookies-consent input {

    display: block;

    float: left;

}



.comment-form textarea {

    display: block;

    margin-top: 30px;

    width: 100%;

}



.comment-form input {

    margin-top: 15px;

}



.comment-form input[type="text"], .comment-form input[type="tel"], .comment-form input[type="email"] {

    width: 50%;

    white-space: nowrap;

}



.comment-form > p {

    margin: 0 !important;

    clear: both;

}



.comment-form input[type="submit"] {

    margin-top: 25px;

}



.box-comment-btn-wrap {

    margin-top: 30px;

    padding-top: 30px;

    border-top: 1px solid rgba(28, 28, 28, .07);

}



.box-comment-btn i {

    margin-right: 5px;

}



.comment-list .comment-reply-link:hover,

.comment-list .comment-reply-link:focus {

    background-color: #282828;

}



.comment-list .comment-edit-link:hover,

.comment-list .comment-edit-link:focus {

    opacity: .5;

}



.comment-list.entry {

    margin-top: 30px;

    margin-right: 0;

    margin-left: 0;

}



.comment-list li.comment {

    list-style: none;

}



.single-comment-wrap .entry ol {

    margin: 0;

}



.comment-list .comment-author img {

    display: block;

    float: left;

    margin-top: 0 !important;

    margin-right: 10px;

    margin-bottom: 0;

    width: 45px !important;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

}



.comment-author.vcard a {

    color: inherit !important;

    text-decoration: inherit !important;

}



.comment-author.vcard .fn {

    color: #282828;

    text-transform: uppercase;

    font-size: 12px;

}



.comment-author.vcard .says {

    display: none;

}



.comment-metadata {

    display: block;

    float: left;

    padding-top: 2px;

    color: #999;

    font-style: italic;

    font-size: 12px;

    line-height: 1;

}



.comment-metadata a:not(.comment-edit-link) {

    color: #999 !important;

}



p.comment-awaiting-moderation {

    overflow: hidden;

    margin-bottom: 0;

    padding-top: 5px;

    padding-left: 55px;

    width: 100%;

    color: #f33b3b;

    font-size: 12px;

    line-height: 20px;

}



.comment-list .comment-content {

    position: relative;

    display: block;

    float: left;

    clear: both;

    margin-top: 15px;

    padding: 20px 15px;

    width: 100%;

    background-color: #fafafa;

    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

    color: #999;

    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

}



.comment-list .comment-content:before {

    position: absolute;

    top: -6px;

    left: 15px;

    z-index: 200;

    border-right: 5px solid transparent;

    border-bottom: 6px solid #f3f3f3;

    border-left: 5px solid transparent;

    content: '';

    -webkit-transition: all .15s ease-in-out;

    -moz-transition: all .15s ease-in-out;

    -ms-transition: all .15s ease-in-out;

    -o-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}



.comment-list .comment-content p {

    margin-bottom: 10px;

    color: #444;

    font-size: .9em;

    line-height: 1.6;

}



.comment-list .comment-content blockquote p {

    margin: 15px 0 !important;

    color: #4387d2;

    letter-spacing: -.03em;

    font-size: 22px;

    line-height: 28px;

}



.entry.comment-list th, .entry.comment-list td, .entry.comment-list table {

    border-color: #fff;

}



.entry dl {

    margin-bottom: 1.25em;

}



.comment-list .comment-content p:last-child {

    margin-bottom: 0;

}



.comment-list .comment-body {

    position: relative;

    display: block;

    overflow: hidden;

    margin-top: 30px;

}



.comment-list .comment-reply-link {

    position: absolute;

    top: 0;

    right: 0;

    display: block;

    padding: 3px 10px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    background-color: #55acee;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 10px;

    line-height: 9px;

}



.comment-list .edit-link {

    display: inline-block;

    margin-left: 5px;

    color: #55acee;

}



.comment-list .edit-link:before {

    content: '(';

}



.comment-list .edit-link:after {

    content: ')';

}



#cancel-comment-reply-link {

    margin-left: 7px;

    color: #999;

    letter-spacing: 0;

    font-weight: 400;

    font-size: 12px;

}



#cancel-comment-reply-link:hover {

    color: #282828;

    text-decoration: underline;

}



.comment-respond {

    display: block;

    margin-top: 30px;

}



.depth-2 .comment-body {

    margin-left: 20px;

}



.depth-3 .comment-body {

    margin-left: 40px;

}



.depth-4 .comment-body {

    margin-left: 60px;

}



.depth-5 .comment-body {

    margin-left: 80px;

}



.page .single-comment-wrap {

    margin-top: 40px;

}



/* single navigation */

.single-nav {

    display: block;

    overflow: hidden;

    margin-top: 30px;

    padding: 30px;

    width: auto;

}



.single-nav a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    -webkit-box-align: center;

    align-items: center;

}



.single-nav a:hover, .single-nav a:focus {

    color: #55acee;

}



.single-nav a:hover .ruby-nav-icon, .single-nav a:focus .ruby-nav-icon {

    background-color: #55acee;

    color: #ffffff;

}



.ruby-nav-icon {

    display: inline-block;

    width: 30px;

    height: 30px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    background-color: #efefef;

    vertical-align: middle;

    text-align: center;

    font-size: 16px;

    line-height: 30px;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.ruby-nav-link {

    display: block;

    overflow: hidden;

    max-width: 75%;

}



.single-nav .nav-left {

    padding-right: 20px;

    border-right: 1px solid rgba(0, 0, 0, .02);

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.nav-left-icon {

    float: left;

    margin-right: 15px;

}



.nav-left-link {

    float: left;

    text-align: left;

}



.single-nav .nav-right {

    margin-left: -1px;

    padding-left: 20px;

    border-collapse: collapse;

    border-left: 1px solid rgba(0, 0, 0, .02);

    text-align: right;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.single-nav .nav-right a {

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

}



.nav-right-link {

    float: right;

    text-align: right;

}



.nav-right-icon {

    float: right;

    margin-left: 15px;

    padding-left: 1px;

}



/* author box */

.author-thumb-wrap {

    margin-bottom: 15px;

}



.author-thumb-wrap img {

    overflow: hidden;

    max-width: 110px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

}



.author-content-wrap .author-title {

    position: relative;

    display: block;

    overflow: hidden;

    margin-bottom: 13px;

    color: #282828;

    text-transform: capitalize;

    font-size: 15px;

    line-height: 21px;

}



.is-author-bottom .author-content-wrap .author-title > *,

.author .author-content-wrap .author-title > * {

    display: block;

    float: left;

}



.author-content-wrap .author-title a:hover {

    color: #4387d2;

}



.author-content-wrap .author-title h3 {

    font-weight: inherit;

    font-size: 16px;

    line-height: 20px;

}



.author-content-wrap .author-title span {

    margin-left: 10px;

    color: #999;

    text-transform: capitalize;

    font-weight: normal;

    font-style: italic;

    font-size: 13px;

    line-height: 20px;

}



.is-author-top .author-content-wrap .author-title span {

    margin-left: 0;

}



.author-description {

    font-size: .95em;

    line-height: 1.6;

}



.author-description a {

    display: inline-block;

    color: #4387d2;

    text-transform: capitalize;

}



.author-description a:hover {

    color: #282828;

}



.ruby-author-links {

    margin-top: 15px;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #f2f2f2;

}



.ruby-author-links a {

    display: inline-block;

    padding: 0 15px;

    border: none;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #282828;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;

    color: #fff;

    text-transform: uppercase;

    white-space: nowrap;

    font-weight: 700;

    font-size: 9px;

    line-height: 26px;

    opacity: .4;

    -webkit-transition: all .15s;

    -moz-transition: all .15s;

    -ms-transition: all .15s;

    -o-transition: all .15s;

    transition: all .15s;

}



.ruby-author-links a:hover,

.ruby-author-links a:focus {

    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3), inset 0 0 100px rgba(0, 0, 0, .1);

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3), inset 0 0 100px rgba(0, 0, 0, .1);

    opacity: 1;

}



.author-social a {

    padding: 0 5px;

    color: #555;

    line-height: 26px;

}



.author-social a:hover {

    opacity: .5;

}



.single-box-author {

    margin-top: 30px;

}



.single-author-wrap.single-author-bottom {

    padding: 30px;

}



.single-author-bottom .author-thumb-wrap {

    display: block;

    float: left;

}



.single-author-bottom .author-thumb-wrap img {

    max-width: 100px;

}



.single-author-bottom .author-social a {

    display: block;

    float: left;

    padding: 0 8px;

}



.single-author-bottom .author-content-wrap .author-title,

.single-author-bottom .author-description,

.single-author-bottom .ruby-author-bttom-wrap {

    display: block;

    margin-left: 120px;

}



.single-author-bottom .ruby-author-links {

    float: left;

    margin-right: 10px;

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



.single-author-bottom .author-social {

    float: left;

    margin-top: 15px;

    text-align: left;

}



/* like/tweet/g+ */

.single-post-like {

    display: block;

    margin-top: 30px;

    max-height: 30px;

}



.single-post-like .like-twitter {

    margin-right: 10px;

}



/* single box related */

.single-inner .box-related-content {

    margin-right: -15px;

    margin-left: -15px;

}



.single-inner .box-related-content .post-wrap.post-list-1 {

    padding-right: 15px;

    padding-left: 15px;

}



.single-inner .box-related-3 .box-related-content {

    margin-right: -10px;

    margin-left: -10px;

}



.single-post-box-related {

    margin-top: 30px;

}



.box-related-2 .post-outer:nth-child(2n+1),

.box-related-4 .post-outer:nth-child(2n+1) {

    clear: both;

}



.box-related-3 .post-outer:nth-child(3n+1) {

    clear: both;

}



.box-related-footer > * {

    position: relative;

    display: block;

    margin-bottom: 30px;

    height: 24px;

}



/* review box */

.review-box-wrap {

    display: block;

    padding: 30px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    background-color: #f9f9f9;

}



.review-box-wrap .review-title h3 {

    margin: 0;

}



.review-box-wrap .review-title h3:before {

    display: inline-block;

    margin-right: 7px;

    color: #282828;

    content: "\f123";

    font-weight: 400;

    font-family: FontAwesome;

    opacity: 1;

}



.single .review-box-wrap.is-left-top {

    margin-bottom: 30px;

}



.review-content-wrap {

    position: relative;

    display: block;

}



.review-el, .review-el-inner {

    position: relative;

    display: block;

    overflow: hidden;

}



.review-description {

    display: inline-block;

    font-weight: bold;

    font-size: 15px;

    line-height: 24px;

}



.review-el .review-info-score {

    float: right;

    color: #282828;

    font-weight: bold;

    font-size: 18px;

    line-height: 24px;

}



.review-el {

    margin-top: 15px;

    margin-bottom: 15px;

}



.score-animation {

    -webkit-transition: all 1.2s ease-in-out;

    -moz-transition: all 1.2s ease-in-out;

    -ms-transition: all 1.2s ease-in-out;

    -o-transition: all 1.2s ease-in-out;

    transition: all 1.2s ease-in-out;

    -webkit-transition-delay: .5s;

    -moz-transition-delay: .5s;

    -o-transition-delay: .5s;

    transition-delay: .5s;

}



.score-bar-wrap {

    position: relative;

    display: block;

    margin-top: 5px;

    margin-bottom: 5px;

    width: 100%;

    height: 15px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #eee;

}



.review-summary-wrap {

    display: block;

    overflow: hidden;

    margin-top: 30px;

    padding-top: 30px;

    border-top: 1px solid #f2f2f2;

}



.post-review-info .review-info-score {

    position: relative;

    display: inline-block;

    color: #282828;

    font-weight: 700;

    font-size: 40px;

    line-height: 1;

}



.review-box-wrap.is-left-top .review-summary-desc {

    font-size: 12px;

    line-height: 1.7;

}



.review-box-wrap .review-summary-wrap h3 {

    margin-bottom: 10px;

    margin-left: 110px;

    padding: 0;

    font-weight: bold;

    font-size: 18px;

    line-height: 18px;

}



.review-box-wrap .review-summary-wrap h3:first-child {

    margin-top: 0;

}



.review-summary-inner .post-review-info {

    display: block;

    float: left;

    width: 90px;

    height: 80px;

    border-right: 1px solid #f2f2f2;

    text-align: center;

    line-height: 80px;

}



.review-box-wrap .review-summary-wrap .review-summary-desc {

    margin-left: 110px;

    font-style: italic;

    font-size: 14px;

    line-height: 22px;

}



.score-remove {

    width: 0 !important;

}



.score-bar {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #ff518f;

}



/* cat page && archive page */

.ruby-page-wrap {

    margin-top: 40px;

    margin-bottom: 30px;

}



.latest-blog-wrap .ruby-page-wrap {

    margin-top: 0;

}



.category .breadcrumb-wrap,

.archive .breadcrumb-wrap {

    margin: 0;

    padding: 0;

    border: none;

    line-height: 1;

}



.category .breadcrumb-inner,

.archive .breadcrumb-inner {

    overflow: inherit;

    margin-top: 20px;

    margin-bottom: 20px;

    padding: 0 15px;

    text-align: left;

    line-height: 1;

}



.single-page-wrap .breadcrumb-inner {

    overflow: inherit;

    margin-top: 20px;

    margin-bottom: -20px;

    padding: 0 15px;

    text-align: left;

    line-height: 1;

}



.archive-page-header {

    display: flex;

    overflow: hidden;

    margin-bottom: 30px;

    min-height: 30px;

    width: 100%;

    background-position: center center;

    background-size: cover !important;

    -webkit-background-size: cover !important;

}



.archive-page-header-inner {

    margin: auto;

    padding: 0 15px;

    width: 100%;

}



h1.archive-title {

    position: relative;

    z-index: 2;

    display: inline-block;

    margin: 0;

    font-size: 34px;

    line-height: 1;

}



.archive-page-header.has-bg-image {

    position: relative;

    margin-bottom: 45px;

    height: 120px;

    text-align: center;

}



.archive-page-header.has-bg-image:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    background-color: rgba(28, 28, 28, .3);

    content: '';

}



.is-light-text h1.archive-title,

.is-light-text .page-subtitle {

    color: #fff;

}



.page-subtitle {

    color: #666;

    text-transform: capitalize;

    font-weight: 400;

}



.page-subtitle:after {

    margin-right: 4px;

    margin-left: 2px;

    content: ':';

}



.archive-page-header .archive-desc {

    position: relative;

    z-index: 2;

    display: block;

    margin-top: 10px;

    margin-right: auto;

    margin-left: auto;

}



.archive-page-header .archive-desc p {

    color: #aaa;

    font-style: italic;

    font-size: 14px;

    line-height: 22px;

}



.archive-page-header.is-light-text .archive-desc p {

    color: #fff;

}



/* single page */

.single-page-post {

    margin-bottom: 50px;

    padding: 30px 60px 60px 60px;

}



.single-page-post p {

    display: block;

    margin-bottom: 20px;

}



.page-title {

    display: block;

    margin-bottom: 30px;

}



h1.page-title {

    line-height: 1.15 !important;

}



.single-page-3 .single-post-feat-bg-outer .post-thumb,

.single-page-4

.single-post-feat-bg-outer .post-thumb {

    margin-bottom: 0;

}



/* contact form 7 */

.entry .wpcf7 {

    display: block;

    padding: 30px 0;

}



.wpcf7 label {

    font-size: 13px;

}



.wpcf7 input {

    display: block;

    margin-top: 7px;

    max-width: 70%;

}



.wpcf7 textarea {

    display: block;

    margin-top: 7px;

}



/* contact ninja */

.entry .ninja-forms-form-wrap {

    display: block;

    padding: 30px 0;

}



.entry .nf-form-fields-required {

    display: block;

    margin-bottom: 20px;

    color: #999;

}



.nf-form-title h3 {

    margin-bottom: 5px;

    font-size: 20px;

}



.nf-field-label label {

    color: #999;

    font-style: italic;

    font-size: 13px;

}



.entry .nf-error-msg.nf-error-required-error {

    margin-top: 7px;

    color: #ff4e4e;

    font-size: 13px;

}



.entry .ninja-forms-req-symbol, .entry .nf-error-msg {

    color: #ff4e4e;

}



.entry .nf-error .ninja-forms-field {

    border: 1px solid #ff4e4e;

}



.label-below .nf-field-element, .label-above .nf-field-element {

    width: 100% !important;

}



.entry .nf-form-content input {

    display: block;

    max-width: 70%;

}



.entry .nf-form-content textarea {

    display: block;

    margin-top: 7px;

}



input[type="button"].ninja-forms-field {

    display: inline-block;

    padding: 0 20px;

    border: none;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #55acee;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

    color: #fff;

    text-transform: uppercase;

    white-space: nowrap;

    font-weight: 600;

    font-size: 12px;

    line-height: 30px;

    -webkit-transition: all .15s;

    -moz-transition: all .15s;

    -ms-transition: all .15s;

    -o-transition: all .15s;

    transition: all .15s;

}



input[type="button"].ninja-forms-field:hover,

input[type="button"].ninja-forms-field:focus {

    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

}



/* author page */

.author-page-wrap {

    margin: 0 15px;

}



.author-page-wrap .single-author-inner {

    margin-bottom: 30px;

    padding: 30px;

    background-color: #fff;

    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

    -wekit-box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.05);

}



.author-page-wrap .author-thumb-wrap {

    display: block;

    float: left;

}



.author-page-wrap .author-social a {

    padding: 0 8px;

}



.author-page-wrap .author-title,

.author-page-wrap .author-description {

    margin-left: 140px;

}



.author-page-wrap .author-social {

    margin-left: 130px;

}



/* author team page */

.ruby-page-wrap.page-author-team-inner {

    display: block;

    max-width: 900px;

}



.author-team-page-title {

    margin-left: 15px;

    margin-right: 15px;

}



/* search page */

.archive-header {

    display: flex;

    -ms-flex-pack: justify;

    -ms-flex-align: center;

    margin: 30px 15px;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    justify-content: space-between;

}



.search-page-header-inner {

    overflow: hidden;

    padding: 10px 0;

    font-size: 18px;

    line-height: 20px;

}



.search-page-header-inner > * {

    display: block;

    float: left;

    margin-left: 10px;

    text-transform: capitalize;

    font-weight: 700;

}



.search-page-header-inner > *:first-child {

    margin-left: 0;

}



.search-page-header-inner .post-title h3 {

    text-transform: none;

    font-size: inherit;

    line-height: inherit;

}



.page-search-form-description {

    display: block;

    margin-top: 15px;

    margin-bottom: 5px;

    color: #999;

    font-style: italic;

    font-size: 14px;

}



.page-search-form-description:before {

    display: inline-block;

    margin-right: 7px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #eee;

    content: '';

    vertical-align: baseline;

}



/* page search form */

.search .breadcrumb-wrap .breadcrumb-inner,

.error404 .breadcrumb-wrap .breadcrumb-inner {

    margin-top: 15px;

    margin-bottom: -15px;

    padding-right: 15px;

    padding-left: 15px;

}



.page-search-form > * {

    width: 300px;

}



.page-search-form .ruby-search {

    display: block;

    width: 100%;

}



.page-search-form .search-input {

    display: block;

    float: left;

    width: 75%;

}



.page-search-form .search-input input[type="text"] {

    padding: 8px 15px;

    height: 40px;

    border: none;

    -webkit-border-radius: 4px 0 0 4px;

    -moz-border-radius: 4px 0 0 4px;

    border-radius: 4px 0 0 4px;

    background-color: #fff;

    color: #282828;

    font-size: 13px;

}



.entry .page-search-form .search-input input[type="text"] {

    background-color: #f9f9f9;

}



.page-search-form .search-submit {

    position: relative;

    display: block;

    float: left;

    width: 25%;

    height: 40px;

}



.page-search-form .search-submit input[type="submit"] {

    width: 100%;

    height: 100%;

    border: 0;

    -webkit-border-radius: 0 4px 4px 0;

    -moz-border-radius: 0 4px 4px 0;

    border-radius: 0 4px 4px 0;

    background-color: #55acee;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    color: #fff;

    text-transform: uppercase;

}



.page-search-form .search-submit i {

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -8px;

    margin-left: -8px;

    width: 16px;

    height: 16px;

    color: #ffffff;

    text-align: center;

    font-size: 16px;

    line-height: 16px;

    pointer-events: none;

}



/* page search not found & 404 page */

.search-page-content.page-not-found,

.content-404 {

    display: block;

    margin: 30px auto 60px auto;

}



.content-404-inner,

.page-not-found .nothing-found-wrap {

    display: block;

    overflow: hidden;

    margin-right: 15px;

    margin-left: 15px;

    padding: 45px 30px 60px 30px;

    background-color: #fff;

}



.nothing-found-wrap .search-page-header-inner {

    padding-top: 0;

    padding-bottom: 0;

}



.page-not-found .nothing-found-wrap p,

.content-404-inner p {

    display: block;

    margin-bottom: 20px;

    color: #777;

    font-style: italic;

    font-size: 18px;

}



.page-not-found .nothing-found-wrap p:before,

.content-404-inner p:before {

    display: inline-block;

    margin-right: 7px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #eee;

    content: '';

    vertical-align: baseline;

}



.page-not-found .search-page-header {

    margin-bottom: 20px;

}



.page-not-found .page-search-form > *,

.content-404-inner .page-search-form > * {

    display: block;

    max-width: 600px;

    width: 100%;

}



/* single gallery */

.entry div.gallery {

    display: block;

    overflow: hidden;

    margin-right: -1px !important;

    margin-bottom: 25px;

    margin-left: -1px !important;

}



.gallery-item {

    position: relative;

    display: block;

    float: left;

    padding: 1px;

}



.single-entry-wrap .tiled-gallery img {

    margin: 1px !important;

}



.gallery-item img {

    display: block;

    margin-bottom: 0;

    width: 100%;

    height: auto;

}



.gallery-item div {

    margin: 0;

}



.gallery-item .wp-caption-text.gallery-caption {

    position: absolute;

    top: auto;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 10px;

    background-color: rgba(0, 0, 0, .3);

    color: #fff;

    font-size: 12px;

    line-height: 1.4;

}



.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;

}



.tiled-gallery-caption {

    padding: 5px 0 !important;

    background-color: rgba(0, 0, 0, .2) !important;

    color: #fff !important;

    text-transform: capitalize;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);

    font-style: italic;

    font-size: 12px !important;

}



/* --------------------------------------------------------------

>>> .single-post-box-related-video

-------------------------------------------------------------- */

.single-post-format-feat-bg-outer,

.single-post-box-related-video {

    background-color: #282828;

}



.box-related-video-wrap {

    display: block;

    overflow: hidden;

    margin-right: 20px;

    margin-left: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

}



.single-inner .box-related-video-wrap .box-related-content {

    margin-right: -10px;

    margin-bottom: 0;

    margin-left: -10px;

}



.single-post-format-feat-bg-outer .box-related-video-wrap .block-content-wrap {

    margin-right: -10px;

    margin-left: -10px;

}



.box-related-video-wrap .post-wrap {

    margin-right: 10px;

    margin-bottom: 0;

    margin-left: 10px;

}



.post-feat-5.post-wrap {

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.post-feat-5.post-wrap .is-header-overlay {

    padding: 8px 0 0 0;

}



.box-related-video-wrap .block-content-inner {

    overflow: inherit;

}



.box-related-video-wrap .ruby-slider-next {

    top: 0;

    right: 10px;

}



.single-post-format-feat-bg-outer .box-related-video-wrap .ruby-slider-next {

    right: 11px;

}



.box-related-video-wrap .ruby-slider-prev {

    top: 0;

    right: 38px;

    left: auto;

}



.single-post-format-feat-bg-outer .box-related-video-wrap .ruby-slider-prev {

    right: 37px;

}



.box-related-video-wrap .ruby-slider-nav {

    margin-top: -55px;

    width: 24px;

    height: 24px;

    font-size: 18px;

    line-height: 24px;

}



.is-light-text .block-header-wrap {

    border-color: rgba(255, 255, 255, 0.07);

}



.box-related-video-header {

    position: relative;

    display: block;

    margin: 0 0 15px 0;

}



.single-post-box-related-video .block-content-inner {

    margin: 0;

}



/* single post video 3 */

.single-post-video-3 .single-post-format-feat-bg-outer {

    margin: 0;

    padding: 20px 0 30px 0;

}



.single-post-video-3 .single-post-feat-bg-outer .single-post-thumb-outer {

    margin: 0 15px;

}



.single-post-format-3.single-post-video-3 .breadcrumb-wrap {

    margin-top: 0;

    margin-bottom: 20px;

}



.single-post-video-3 .box-related-video-wrap {

    margin-right: 15px;

    margin-left: 15px;

    padding-bottom: 0;

}



/* --------------------------------------------------------------

================================================================

    8.0 - WIDGETS

================================================================

-------------------------------------------------------------- */



.ruby-sidebar-sticky {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

}



.sidebar-inner {

    display: block;

    overflow: hidden;

    margin-bottom: 20px;

    padding-right: 15px;

    padding-left: 35px;

}



.is-sidebar-left .sidebar-inner {

    padding-right: 35px;

    padding-left: 15px;

}



.sidebar-inner .widget {

    position: relative;

    display: block;

    margin-bottom: 45px;

}



.widget-content-wrap {

    display: block;

}



.widget-ad-content-wrap {

    display: block;

    text-align: center;

}



.sidebar-wrap .post-widget-inner.style-1, .sidebar-wrap .post-widget-inner.style-2,

.sidebar-wrap .post-widget-inner.style-4, .sidebar-wrap .post-widget-inner.style-6,

.sidebar-wrap .post-widget-inner.style-7, .sidebar-wrap .post-widget-inner.style-5 {

    padding: 30px 20px;

    background-color: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

}



.sb-widget-post .post-widget-inner.style-1 .post-wrap,

.sb-widget-post .post-widget-inner.style-2 .post-wrap,

.sb-widget-post .post-widget-inner.style-4 .post-wrap,

.sb-widget-post .post-widget-inner.style-6 .post-wrap,

.sb-widget-post .post-widget-inner.style-7 .post-wrap,

.sb-widget-post .post-widget-inner.style-5 .post-wrap {

    margin-right: 0;

    margin-left: 0;

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.sb-widget-post .post-feat-4 .post-thumb-outer {

    height: 225px;

}



.sidebar-wrap .post-widget-inner.style-7 .post-body {

    padding: 15px 0 0 0;

}



.sb-widget-post .post-widget-inner.style-5 .post-wrap {

    margin: 0;

}



.widget .post-wrap:last-child {

    margin-bottom: 0;

}



.widget .post-outer {

    position: relative;

    margin-bottom: 30px;

}



.post-widget-inner .post-counter {

    position: absolute;

    top: -5px;

    left: -5px;

    z-index: 9;

    width: 30px;

    height: 30px;

    border-radius: 4px;

    background-color: #55acee;

    -webkit-box-shadow: 4px;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    color: #fff;

    text-align: center;

    font-weight: 700;

    line-height: 30px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.post-widget-inner .post-outer:hover .post-counter {

    background-color: #282828;

}



.widget .post-outer:last-child {

    margin-bottom: 0;

}



.widget-title {

    position: relative;

    display: block;

    overflow: hidden;

    margin-bottom: 25px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    color: #444;

    font-weight: 600;

    font-size: 14px;

}



.widget-title h3 {

    position: relative;

    display: inline-block;

    color: inherit;

    text-transform: inherit;

    line-height: 32px;

}



.widget-title h3 span {

    text-transform: inherit;

    font-size: inherit;

    line-height: inherit;

}



.sidebar-inner .widget-title.block-title span:after {

    position: absolute;

    bottom: -3px;

    left: 0;

    z-index: 9;

    width: 100%;

    border-bottom: 3px solid;

    content: '';

}



.ad-title {

    margin-bottom: 3px;

    color: #999;

    text-align: center;

    font-size: 12px;

}



.ad-wrap {

    text-align: center;

}



/* post widget */

.widget.sb-widget-post .post-wrap:last-child {

    margin-bottom: 0;

}



.sb-widget-post .post-wrap.post-grid-m2 {

    margin-bottom: 30px;

}



/* style 3 */

.is-widget-post-slider {

    position: relative;

}



.sb-widget-post .style-3 .post-wrap {

    margin: 0;

}



.sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer {

    height: 400px;

}



.sb-widget-post .style-3 .post-overlay-1 .post-thumb-outer img {

    min-width: 400px;

}



.is-widget-post-slider .ruby-slider-prev {

    top: 15px;

    margin-top: 0;

}



.is-widget-post-slider .ruby-slider-next {

    top: 15px;

    right: auto;

    left: 60px;

    margin-top: 0;

}



/* style 5 */

.sb-widget-post .style-5 .is-size-3 > a {

    font-size: .85em;

}



/* style 2 &style 6 & style 7 */

.style-7.post-widget-inner .post-counter {

    width: 40px;

    height: 40px;

    font-size: 22px;

    line-height: 40px;

}



.header-style-7 .navbar-outer {

    min-height: 72px;

}



.sb-widget-post .style-6 .is-top-row,

.sb-widget-post .style-2 .is-top-row {

    margin-bottom: 30px;

}



.widget .style-6 .post-overlay-4 .post-thumb-outer,

.widget .style-2 .post-overlay-4 .post-thumb-outer {

    height: 190px;

}



.widget .style-6 .post-outer,

.widget .style-2 .post-outer {

    margin-bottom: 20px;

}



.widget .style-6 .post-outer:last-child,

.widget .style-2 .post-outer:last-child {

    margin-bottom: 0;

}



/* category widget */

.cat-item, .widget_archive li,

.widget_pages .page_item,

.widget_meta a,

.widget_nav_menu .menu-item a,

.widget_recent_entries li,

.widget_recent_comments .recentcomments {

    display: block;

    margin-bottom: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

    text-transform: capitalize;

    font-size: 13px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.widget_recent_comments .recentcomments {

    text-transform: none;

}



.cat-item a {

    text-transform: uppercase;

}



.widget_recent_comments .recentcomments a {

    font-weight: 700;

}



.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_entries a:hover, .widget_recent_comments .recentcomments 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 {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none !important;

}



.cat-item .children .cat-item {

    margin-top: 15px;

    margin-left: 15px;

    padding-top: 15px;

    border-top: 1px solid rgba(28, 28, 28, .07);

    border-bottom: none;

}



.page_item .children .page_item {

    margin-left: 15px;

}



.page_item .children {

    margin-top: 15px;

    padding-top: 15px;

    border-top: 1px solid rgba(28, 28, 28, .07);

}



.page_item:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



.number-post-count {

    display: block;

    float: right;

    padding: 0 5px;

    border-radius: 2px;

    background-color: #282828;

    -webkit-box-shadow: 2px;

    color: #fff;

}



.widget_categories label, .widget_archive label {

    display: none;

}



/* search widget */

.widget_search {

    overflow: hidden;

}



.widget_search .ruby-search {

    display: block;

    overflow: hidden;

}



.widget_search .search-input {

    display: block;

    float: left;

    width: 75%;

}



.widget_search .search-input input[type="text"] {

    padding: 8px 15px;

    height: 40px;

    border: none;

    -webkit-border-radius: 4px 0 0 4px;

    -moz-border-radius: 4px 0 0 4px;

    border-radius: 4px 0 0 4px;

    color: #282828;

}



.is-light-text .widget-title {

    border-color: rgba(255, 255, 255, .1);

    color: #aaa;

}



.is-light-text .widget_search .search-input input[type="text"] {

    background-color: rgba(255, 255, 255, .07);

    color: #fff;

}



.widget_search .search-submit {

    position: relative;

    display: block;

    float: left;

    width: 25%;

    height: 40px;

}



.search-submit input[type="submit"] {

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.search-submit input[type="submit"]:hover {

    background-color: #282828 !important;

}



.is-light-text .search-submit input[type="submit"]:hover {

    background-color: rgba(255, 255, 255, .15) !important;

}



.widget_search .search-submit input[type="submit"] {

    width: 100%;

    height: 100%;

    border: 0;

    -webkit-border-radius: 0 4px 4px 0;

    -moz-border-radius: 0 4px 4px 0;

    border-radius: 0 4px 4px 0;

    background-color: #55acee;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;



}



.widget_search .search-submit i {

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -8px;

    margin-left: -8px;

    width: 16px;

    height: 16px;

    color: #ffffff;

    text-align: center;

    font-size: 16px;

    line-height: 16px;

    pointer-events: none;

}



/* calendar widget */

.widget_calendar .calendar_wrap table {

    width: 100%;

}



#wp-calendar th, #wp-calendar td {

    padding: 5px 10px;

    text-align: center;

    border: 1px solid rgba(0,0,0,.02);

}



#wp-calendar #today {

    color: #4387d2;

}



#wp-calendar caption {

    margin-bottom: 10px;

    font-weight: 700;

}



/* widget text */

.textwidget {

    display: block;

}



/* widget menu */

.widget_nav_menu .sub-menu {

    margin-left: 15px;

}



.widget_nav_menu .sub-menu .sub-menu {

    margin-left: 15px;

}



.widget_recent_entries a {

    font-weight: 700;

}



.widget_tag_cloud .tagcloud {

    display: block;

    overflow: hidden;

}



.widget_tag_cloud a {

    display: inline-block;

    margin-right: 2px;

    margin-bottom: 2px;

    padding: 0 10px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #999;

    color: #fff;

    vertical-align: middle;

    text-align: center;

    font-size: 12px !important;

    line-height: 20px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {

    background-color: #282828;

    color: #fff;

}



/* widget MailChimp */

.widget.widget_mc4wp_form_widget .mc4wp-form {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 35px 30px;

    background: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    color: #888;

}



.widget.widget_mc4wp_form_widget .mc4wp-form-fields p:first-child {

    margin-top: 0;

}



.widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {

    height: 40px;

    border: 0;

    background-color: #55acee;

    color: #fff;

    text-align: center;

    text-transform: capitalize;

    letter-spacing: 0;

    font-weight: 700;

    font-size: 15px;

    line-height: 1;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {

    background-color: #282828;

}



.widget.widget_mc4wp_form_widget .newsletter-privacy {

    display: none;

}



/* subscribe form */

.widget.sb-widget-subscribe {

    padding: 0;

}



.subscribe-wrap {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 35px 30px;

    background: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    color: #888;

    text-align: left;

    text-shadow: none;

}



.mc4wp-form-fields {

    position: relative;

    display: block;

    overflow: hidden;

}



.subscribe-wrap .mc4wp-form-fields > *:not(span) {

    display: block;

    float: left;

    width: 100%;

}



.mc4wp-form-fields label,

.mc4wp-form-fields span {

    display: none;

}



.subscribe-icon-mail i {

    position: absolute;

    top: -23px;

    right: -20px;

    color: #55acee;

    font-size: 73px;

    -webkit-transform: rotate(22deg);

    -ms-transform: rotate(22deg);

    transform: rotate(22deg);

}



.subscribe-title-wrap h3,

.subscribe-title-wrap span {

    margin-top: 0;

    margin-bottom: 15px;

    color: #282828;

    text-transform: capitalize;

    letter-spacing: -.03em;

    font-weight: 700;

    font-size: 22px;

    line-height: 1.2;

}



.subscribe-text-wrap {

    margin-bottom: 20px;

    font-size: 14px;

    line-height: 1.45;

}



.subscribe-wrap.is-light-text .subscribe-text-wrap,

.subscribe-wrap.is-light-text .subscribe-title-wrap h3,

.subscribe-wrap.is-light-text .newsletter-privacy {

    color: #fff;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);

}



.subscribe-wrap.is-light-text,

.subscribe-wrap.is-light-text .subscribe-form-wrap input[type="email"] {

    border-color: rgba(255, 255, 255, .3) !important;

}



.subscribe-form-wrap input[type="email"] {

    margin: 0;

    padding-right: 10px;

    padding-left: 30px;

    width: 73%;

    height: 40px;

    border-color: rgba(0, 0, 0, .1);

    -webkit-border-radius: 4px 0 0 4px;

    -moz-border-radius: 4px 0 0 4px;

    border-radius: 4px 0 0 4px;

    background: none;

    font-size: 14px;

}



.subscribe-form-wrap .mc4wp-form-fields input[type="submit"] {

    position: absolute;

    top: 0;

    right: 0;

    padding: 0;

    width: 27%;

    height: 40px;

    border: 0;

    -webkit-border-radius: 0 4px 4px 0;

    -moz-border-radius: 0 4px 4px 0;

    border-radius: 0 4px 4px 0;

    background-color: #55acee;

    color: #fff;

    text-align: center;

    text-transform: capitalize;

    letter-spacing: 0;

    font-weight: 700;

    font-size: 15px;

    line-height: 1;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.subscribe-form-wrap .mc4wp-form-fields .ruby-icon-mail {

    position: absolute;

    top: 50%;

    left: 8px;

    display: block;

    margin-top: -8px;

    line-height: 1;

    opacity: .5;

}



.subscribe-form-wrap input[type="submit"]:hover,

.subscribe-form-wrap input[type="submit"]:focus {

    background-color: #282828;

}



.is-light-text .subscribe-form-wrap input[type="submit"]:hover,

.is-light-text .subscribe-form-wrap input[type="submit"]:focus {

    background-color: #fff;

    color: #282828;

}



.mc4wp-alert p {

    display: block;

    margin-top: 15px;

    color: #f33b3b !important;

    font-size: 14px;

    line-height: 17px;

}



.subscribe-wrap .mc4wp-form-fields p {

    margin-top: 0;

}



.mc4wp-form-fields p {

    margin-top: 20px;

}



.mc4wp-form-fields input[type="submit"] {

    width: 100%;

}



.subscribe-wrap .newsletter-privacy {

    margin-top: 10px;

    color: #999;

    text-align: left;

    font-style: italic;

    font-size: 13px;

    line-height: 1;

}



/* Widget Tabs nav */

ul.widget-tab-nav {

    margin-bottom: 25px;

    border-bottom: 1px solid rgba(28, 28, 28, .07);

}



.tab-pane li:last-child .post-wrap {

    margin-bottom: 0;

}



.widget-tab-nav li {

    float: left;

    margin: 0;

    width: 50%;

    text-align: center;

}



.widget-tab-nav li a {

    display: block;

    padding: 0;

    border-bottom: 3px solid transparent;

    color: #999;

    text-decoration: none !important;

    text-transform: uppercase;

    text-shadow: none;

    font-weight: 600;

    font-size: 14px;

    line-height: 37px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.widget-tab-nav li a:hover,

.widget-tab-nav li a:focus {

    color: #282828;

}



.widget-tab-nav li.active a {

    border-color: #282828;

    color: #282828;

}



.widget-tab-nav li:last-child a {

    border-right: none;

}



.widget-tab-nav li a i {

    margin-right: 5px;

}



.widget-tab-content, .sidebar-wrap .contact-info-container {

    position: relative;

    display: block;

    padding: 30px 20px;

    background-color: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

}



.widget-tab-content .tab-pane {

    display: none;

}



.widget-tab-content .post-wrap.post-list-4 {

    margin-right: 0;

    margin-left: 0;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.widget-tab-content .active {

    display: block;

}



.tab-pane ul li:last-child .post-list-small {

    margin-bottom: 0;

}



/* widget recent comments */

.ruby-recent-comments li {

    display: block;

    overflow: hidden;

    margin-bottom: 30px;

}



.ruby-recent-comments li:last-child {

    margin-bottom: 0;

}



.ruby-recent-comments .comment-img {

    float: left;

    margin-right: 15px;

}



.ruby-recent-comments .comment-img img {

    width: 65px;

    height: 65px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

}



.is-light-text .comment-list-content .post-title {

    color: #ffffff;

}



.comment-list-content p {

    display: block;

    margin-top: 5px;

    margin-left: 80px;

    font-size: .9em;

    line-height: 1.45;

}



/* Widget flickr */

.flickr-btn-wrap {

    position: relative;

    display: block;

    margin-top: 15px;

}



.flickr-btn-wrap span {

    position: absolute;

    top: 50%;

    margin-top: -4px;

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.first-btn {

    left: 0;

    background-color: #1ab1fd;

}



.second-btn {

    left: 8px;

    background-color: #FF0082;

}



.flickr-btn-wrap a {

    margin-left: 25px;

    color: #55acee;

    font-style: italic;

}



.flickr-btn-wrap a:hover,

.flickr-btn-wrap a:focus {

    opacity: .7;

}



.widget-flickr-content {

    display: block;

    margin: 0 -1px 1px -1px;

}



.flickr-el {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 1px;

}



.flickr-el img {

    width: 100%;

    height: auto;

}



.flickr-el a {

    position: relative;

    display: block;

}



.flickr-el a:before {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    visibility: hidden;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, .2);

    content: '';

    opacity: 0;

    -webkit-transition: all .2s;

    -moz-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;

}



.flickr-el:hover a:before, .flickr-el:focus a:before {

    visibility: visible;

    opacity: 1;

}



/* twitter feed */

.sidebar-inner .widget.sb-widget-twitter .widget-content-wrap {

    padding: 30px 20px;

    background-color: #fff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

    box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);

}



li.twitter-content {

    margin-top: 0;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px dashed rgba(0, 0, 0, .1);

    font-size: .9em;

}



li.twitter-content:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



.twitter-content a {

    color: #55acee;

    font-style: italic;

}



.twitter-content a:hover, .twitter-content a:focus {

    text-decoration: underline;

}



.twitter-timestamp {

    display: block;

    margin-top: 7px;

    color: #999;

    font-style: italic;

    font-size: 11px;

    line-height: 1.1;

}



.twitter-timestamp i {

    display: inline-block;

    margin-right: 5px;

    vertical-align: bottom;

    line-height: inherit;

}



/* sb social counter  */

.sb-widget-social-counter .counter-element-inner {

    text-transform: capitalize;

    line-height: 22px;

}



/* social counter style 1 */

.sb-social-counter.style-1 {

    display: block;

    overflow: hidden;

    margin: -5px;

}



.sb-widget-social-counter .style-1 .counter-element {

    position: relative;

    display: block;

    float: left;

    padding: 5px;

    width: 33.33%;

    color: #ffffff;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);

    font-size: 14px;

}



.sb-widget-social-counter .style-1 .counter-element > a {

    display: block;

    overflow: hidden;

    padding: 15px 5px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    text-align: center;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.sb-widget-social-counter .style-1 .counter-element i {

    display: block;

    margin-right: 0;

    vertical-align: middle;

    font-size: 40px;

    line-height: 40px;

}



.style-1 .counter-element-inner .num-count {

    display: block;

    text-transform: uppercase;

    letter-spacing: -.03em;

    font-weight: 600;

    font-size: 18px;

    line-height: 24px;

}



.style-1 .counter-element-inner .text-count {

    display: block;

    text-shadow: none;

    font-size: 13px;

    line-height: 19px;

}



/* social counter style 2 */

.sb-widget-social-counter .style-2 .counter-element {

    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);

    font-size: 14px;

    line-height: 20px;

}



.sb-widget-social-counter .style-2 .counter-element > a {

    display: block;

    overflow: hidden;

    padding: 10px 15px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.sb-widget-social-counter .style-2 .counter-element i {

    margin-right: 7px;

    vertical-align: middle;

    font-size: 20px;

    line-height: 22px;

}



.style-2 .counter-element-inner .num-count {

    text-transform: uppercase;

}



.sb-widget-social-counter .style-2 .counter-element:last-child {

    margin-bottom: 0;

}



.sb-widget-social-counter .style-2 .counter-element-right {

    float: right;

    text-transform: capitalize;

    letter-spacing: 1px;

    font-size: 12px;

    line-height: 22px;

}



.sb-widget-social-counter .counter-element:hover a {

    background-color: #282828;

    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);

}



.sb-widget-social-counter .bg-facebook a {

    background-color: #899DCE;

}



.sb-widget-social-counter .bg-twitter a {

    background-color: #60D2F5;

}



.sb-widget-social-counter .bg-pinterest a {

    background-color: #F74C53;

}



.sb-widget-social-counter .bg-vimeo a {

    background-color: #44BBE1;

}



.sb-widget-social-counter .bg-instagram a {

    background-color: #709CBF;

}



.sb-widget-social-counter .bg-youtube a {

    background-color: #EF464B;

}



.sb-widget-social-counter .bg-dribbble a {

    background-color: #FB70A6;

}



.sb-widget-social-counter .bg-soundcloud a {

    background-color: #fd794a;

}



.sb-widget-social-counter .bg-google a {

    background-color: #f91414;

}



.sb-widget-social-counter .bg-vk a {

    background-color: #42678e;

}



/* widget quote text */

.quote-text-content img {

    max-height: 65px;

    width: auto;

}



.quote-text-content .quote-text {

    margin-top: 20px;

}



.quote-text-content .quote-social {

    margin-top: 20px;

    margin-right: -7px;

    margin-left: -7px;

}



.quote-text-content .quote-social a {

    display: inline-block;

    padding: 0 7px;

    font-size: 18px;

    line-height: 30px;

    opacity: .8;

}



.quote-text-content .quote-social a:hover {

    opacity: 1;

}



/* contact info */

.bingo-info-wrap > * {

    display: block;

    float: left;

    margin-left: 5px;

    font-size: 14px;

}



.contact-info-el {

    display: block;

    overflow: hidden;

    margin-top: 4px;

    color: #282828;

    line-height: 22px;

}



.contact-info-el p {

    color: inherit;

}



.contact-info-el a:hover {

    text-decoration: underline;

}



.is-light-text .contact-info-el {

    color: #cbcbcb;

}



.is-light-text .contact-info-el a:hover {

    color: #fff;

}



.contact-info-el:first-child {

    margin-top: 0;

    margin-bottom: 10px;

}



.contact-info-el i {

    float: left;

    margin-right: 10px;

    color: inherit;

    font-size: 15px;

    line-height: 20px;

}



.is-light-text .bingo-info-wrap > * {

    color: #bbb;

}



.bingo-info-wrap > *:first-child {

    margin-left: 0;

}



/* instagram widget */

.sb-instagram-content-wrap {

    display: block;

    overflow: hidden;

}



.sb-instagram-content-inner {

    margin: -1px;

}



.instagram-el {

    display: block;

    padding: 1px;

}



.instagram-el a {

    position: relative;

    display: block;

    overflow: hidden;

}



.instagram-el a:after {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    display: block;

    visibility: hidden;

    overflow: hidden;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .2);

    content: '';

    opacity: 0;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.instagram-el:hover a:after {

    visibility: visible;

    opacity: 1;

}



.instagram-bottom-text {

    display: block;

    margin-top: 10px;

    padding: 0 30px 30px 30px;

    color: #999;

    text-align: right;

    letter-spacing: 1px;

    font-size: 11px;

}



.top-footer-widget-instagram .widget-title.block-title,

.top-footer-widget-instagram .widget-title.block-title h3 {

    border: none;

}



.sidebar-inner .instagram-pics {

    display: block;

    clear: both;

    overflow: hidden;

    margin: -1px;

}



.sidebar-inner .instagram-pics li {

    width: 33.33%;

    float: left;

    padding: 1px;

}



/* category banner */

.widget.sb-widget-cat-banner {

    padding: 0 !important;

    background: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.widget-cat-banner-image {

    position: relative;

    display: block;

    overflow: hidden;

    margin-bottom: 7px;

    height: 70px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-position: center center;

    background-size: cover !important;

    background-repeat: no-repeat;

    -webkit-background-size: cover !important;

}



.widget-cat-banner-image:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    background-color: rgba(0, 0, 0, .6);

    content: '';

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.cat-banner-overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 9;

    display: -webkit-flex;

    display: flex;

    text-align: center;

}



.cat-banner-overlay h4 {

    display: inline-block;

    margin: auto;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 0;

    font-size: 13px;

}



/* widget social */

.widget-social-link-info a {

    display: inline-block;

    line-height: 1;

}



.widget-social-link-info a i {

    margin: 3px;

    width: 48px;

    height: 48px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #55acee;

    color: #fff !important;

    text-align: center;

    font-size: 24px;

    line-height: 48px;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.widget-social-link-info a i:hover,

.widget-social-link-info a i:focus {

    background-color: #282828 !important;

}



.widget-social-link-info .is-color.icon-facebook i {

    background-color: #899DCE !important;

}



.widget-social-link-info .is-color.icon-twitter i {

    background-color: #60D2F5 !important;

}



.widget-social-link-info .is-color.icon-google i {

    background-color: #DC4047 !important;

}



.widget-social-link-info .is-color.icon-youtube i {

    background-color: #EF464B !important;

}



.widget-social-link-info .is-color.icon-linkedin i {

    background-color: #007BB6 !important;

}



.widget-social-link-info .is-color.icon-pinterest i {

    background-color: #F74C53;

}



.widget-social-link-info .is-color.icon-flickr i {

    background-color: rgb(255, 0, 130) !important;

}



.widget-social-link-info .is-color.icon-tumblr i {

    background-color: rgb(50, 80, 109) !important;

}



.widget-social-link-info .is-color.icon-skype i {

    background-color: rgb(0, 170, 225) !important;

}



.widget-social-link-info .is-color.icon-vimeo i {

    background-color: rgb(68, 187, 225) !important;

}



.widget-social-link-info .is-color.icon-rss i {

    background-color: #ffcc15 !important;

}



.widget-social-link-info .is-color.icon-instagram i {

    background-color: #7E40B6 !important;

}



.widget-social-link-info .is-color.icon-vk i {

    background-color: #5FA0DD !important;

}



.widget-social-link-info .is-color.icon-snapchat i {

    background-color: #FFFC00 !important;

}



.widget-social-link-info .is-color.icon-whatsapp i {

    background-color: #00E676 !important;

}



.widget-social-link-info .is-color.icon-reddit i {

    background-color: rgb(255, 69, 0) !important;

}



.widget-social-link-info .is-color.icon-soundcloud i {

    background-color: #fd794a !important;

}



.widget-social-link-info .is-color.icon-dribbble i {

    background-color: #FB70A6 !important;

}



.widget-social-link-info .is-color.icon-bloglovin i {

    background-color: #282828 !important;

}



.widget-social-link-info .is-color.icon-digg i {

    background-color: #282828 !important;

}



/* widget about me */

.about-widget-image .about-title {

    margin-top: 20px;

    text-transform: uppercase;

    font-size: 15px;

    line-height: 1.5;

}



.about-widget-image .about-subtitle {

    display: inline-block;

    margin-top: 5px;

    padding-top: 5px;

    border-top: 1px solid rgba(0, 0, 0, .04);

    color: #959595;

    font-style: italic;

    font-size: 12px;

}



.about-widget-image h3 {

    letter-spacing: inherit;

    font-weight: inherit;

    font-size: inherit;

    font-family: inherit;

    line-height: inherit;

}



.signature-img {

    margin-top: 20px;

}



.signature-img img {

    max-height: 60px;

    width: auto;

}



.about-content-wrap {

    margin-top: 20px;

    font-size: 13px;

    line-height: 22px;

}



/* --------------------------------------------------------------

================================================================

    9.0 - FOOTER

================================================================

-------------------------------------------------------------- */



/* back to top */

#ruby-back-top {

    position: fixed;

    right: 10px;

    bottom: 10px;

    z-index: 999;

    display: none;

    overflow: hidden;

    border: none;

    text-decoration: none;

    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



#ruby-back-top i {

    display: block;

    width: 38px;

    height: 38px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: #4387d2;

    color: #fff;

    text-align: center;

    font-size: 18px;

    line-height: 36px;

    opacity: .5;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



#ruby-back-top:hover i {

    opacity: 1;

}



/* footer  */

.footer-wrap {

    position: relative;

    display: block;

}



.footer-wrap .widget {

    background: none;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.top-footer-inner .sb-widget {

    display: none;

}



.footer-inner .widget {

    padding: 0;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.sidebar-footer .widget {

    margin-bottom: 30px;

}



.sidebar-footer .widget:last-child {

    margin-bottom: 0;

}



.footer-wrap .widget-title {

    margin-bottom: 25px;

}



.footer-wrap .widget-title span {

    background: none !important;

    color: inherit !important;

}



.sidebar-footer .widget:last-child {

    margin-bottom: 0;

}



.footer-inner {

    position: relative;

    display: block;

    overflow: hidden;

    background-color: #282828;

}



.footer-inner.has-bg-image:before {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: rgba(0, 0, 0, .95);

    content: '';

}



.sidebar-footer {

    padding-right: 30px;

    padding-left: 30px;

}



.column-footer-wrap {

    display: block;

    padding-top: 50px;

    padding-bottom: 50px;

}



.column-footer-inner {

    display: block;

    overflow: hidden;

    margin-right: -15px;

    margin-left: -15px;

}



.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 {

    border-color: rgba(255, 255, 255, .05);

    color: #fff;

}



.is-light-text p {

    color: #cbcbcb;

}



.is-light-text th, .is-light-text td, .is-light-text table {

    border-color: rgba(255, 255, 255, .05);

    color: #eee;

}



.is-light-text .widget_tag_cloud a {

    border-color: rgba(255, 255, 255, .05);

    color: #fff;

}



.is-light-text .widget_tag_cloud a:hover, .is-light-text .widget_tag_cloud a:focus {

    background-color: #fff;

    color: #282828;

}



.is-light-text select {

    border-color: rgba(255, 255, 255, .05);

    background-color: #222;

    color: #fff;

}



.is-light-text .post-counter {

    color: #fff;

}



/* top footer */

.top-footer-inner {

    display: block;

    overflow: hidden;

    padding-top: 40px;

    background-color: #fff;

    text-align: center;

}



/*  top footer subscribe */

.top-footer-inner .widget.sb-widget-subscribe {

    display: block;

    width: 100%;

    box-shadow: none;

    -wekit-box-shadow: none;

}



.top-footer-inner .subscribe-wrap.subscribe-big {

    display: block;

    margin-right: auto;

    margin-left: auto;

    max-width: 700px;

}



.top-footer-inner .subscribe-wrap.subscribe-medium {

    display: block;

    margin-right: auto;

    margin-left: auto;

    width: 35%;

}



.top-footer-inner .subscribe-big .subscribe-icon-mail i {

    top: -35px;

    right: -35px;

    font-size: 90px;

}



/* footer instagram */

.footer-instagram-el {

    display: block;

    overflow: hidden;

    position: relative;

    outline: 0;

}



.footer-instagram-el a {

    display: block;

    overflow: hidden;

    padding: 0 0 100% 0 !important;

    outline: 0;

    text-decoration: none;

    position: static;

}



.footer-instagram-el a:after {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    display: block;

    visibility: hidden;

    overflow: hidden;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .2);

    content: '';

    opacity: 0;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.footer-instagram-el:hover a:after {

    visibility: visible;

    opacity: 1;

}



.footer-instagram-el img {

    display: block;

    overflow: hidden;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    object-fit: cover;

    -o-object-fit: cover;

    -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-instagram-error {

    color: #f33b3b;

    font-style: italic;

}



.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 .widget {

    display: none;

}



.top-footer-wrap .widget.top-footer-widget-instagram,

.top-footer-wrap .widget.widget_text,

.top-footer-wrap .widget.null-instagram-feed {

    position: relative;

    display: block;

}



.top-footer-widget-instagram .widget-title.block-title,

.top-footer-wrap .widget.null-instagram-feed .widget-title {

    margin-bottom: 20px;

    color: #282828;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: normal;

    font-size: 14px;

    line-height: 20px;

    border: none;

    margin-bottom: 15px;

}



.top-footer-wrap .widget.null-instagram-feed .widget-title h3 {

    border: none;

}



.top-footer-wrap .widget.null-instagram-feed .instagram-pics li {

    float: left;

    width: 12.5%;

}



.top-footer-widget-instagram .instagram-content-wrap.ruby-container {

    margin: 0 auto 60px auto;

}



.widget.null-instagram-feed .clear {

    display: none;

}



/* bottom footer */

.bottom-footer-wrap {

    position: relative;

    display: block;

}



.bottom-footer-inner {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 30px 15px;

    border-top: 1px solid rgba(28, 28, 28, .07);

}



.is-light-text .bottom-footer-inner {

    border-color: rgba(255, 255, 255, .07);

}



/* footer menu */

.footer-menu-wrap {

    display: block;

    float: left;

    overflow: hidden;

    height: 50px;

}



.footer-menu-inner {

    position: static;

    display: inline-block;

    margin: 0;

}



.footer-menu-inner > li {

    display: block;

    float: left;

}



.footer-menu-inner li a {

    display: inline-block;

    float: left;

    margin: 5px 0;

    padding: 0 10px;

    text-transform: capitalize;

    white-space: nowrap;

    line-height: 40px;

}



.is-light-text .footer-menu-inner li a {

    color: #dddddd;

}



.is-light-text .footer-menu-inner li a:hover,

.is-light-text .footer-menu-inner li a:focus {

    opacity: .7;

}



/* footer social */

.footer-social-wrap {

    display: block;

    float: right;

    margin: 5px 0;

    line-height: 1;

}



.footer-social-inner {

    position: static;

    display: inline-block;

    margin: 0;

}



.footer-social-wrap a {

    display: block;

    float: left;

    margin: 2px;

    width: 34px;

    height: 34px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    background-color: rgba(28, 28, 28, .07);

    color: #282828;

    text-align: center;

    font-size: 18px;

    line-height: 34px;

}



.is-light-text .footer-social-wrap a {

    background-color: rgba(255, 255, 255, .05);

}



.is-light-text .footer-social-wrap a i {

    color: #eee;

}



.is-light-text .footer-social-wrap a.is-color i {

    color: #fff;

}



.footer-social-wrap .is-color.icon-facebook {

    background-color: #899DCE;

}



.footer-social-wrap .is-color.icon-twitter {

    background-color: #60D2F5;

}



.footer-social-wrap .is-color.icon-google {

    background-color: #DC4047;

}



.footer-social-wrap .is-color.icon-youtube {

    background-color: #EF464B;

}



.footer-social-wrap .is-color.icon-linkedin {

    background-color: #007BB6;

}



.footer-social-wrap .is-color.icon-pinterest {

    background-color: #F74C53;

}



.footer-social-wrap .is-color.icon-flickr {

    background-color: rgb(255, 0, 130);

}



.footer-social-wrap .is-color.icon-tumblr {

    background-color: rgb(50, 80, 109);

}



.footer-social-wrap .is-color.icon-skype {

    background-color: rgb(0, 170, 225);

}



.footer-social-wrap .is-color.icon-vimeo {

    background-color: rgb(68, 187, 225);

}



.footer-social-wrap .is-color.icon-rss {

    background-color: #ffcc15;

}



.footer-social-wrap .is-color.icon-instagram {

    background-color: #7E40B6;

}



.footer-social-wrap .is-color.icon-vk {

    background-color: #5FA0DD;

}



.footer-social-wrap .is-color.icon-snapchat {

    background-color: #FFFC00;

}



.footer-social-wrap .is-color.icon-whatsapp {

    background-color: #00E676;

}



.footer-social-wrap .is-color.icon-reddit {

    background-color: rgb(255, 69, 0);

}



.footer-social-wrapb.is-color.icon-soundcloud {

    background-color: #fd794a;

}



.footer-social-wrap .is-color.icon-dribbble {

    background-color: #FB70A6;

}



.footer-social-wrap a:first-child {

    margin-left: 0;

}



/* footer logo */

.footer-logo {

    display: block;

    float: left;

    margin-right: 10px;

    height: 50px;

    line-height: 50px;

}



.footer-logo img {

    max-width: 180px;

    max-height: 50px;

    width: auto;

    height: auto;

}



.footer-logo a {

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



.footer-logo a:hover, .footer-logo a:focus {

    opacity: .8;

}



/* copyright */

.footer-copyright-wrap {

    position: relative;

    z-index: 1;

    display: block;

    padding-top: 15px;

    padding-bottom: 15px;

    background-color: #282828;

    text-align: center;

}



.footer-copyright-wrap p {

    color: #dddddd;

    font-size: 13px;

    line-height: 1.6;

    text-align: center;

}



/* shortcode woocommerce */

/* 4 columns */

.fw-block-shortcode .woocommerce.columns-4 ul.products li.product {

    margin: 0 !important;

    padding: 0 15px 30px 15px;

    width: 25%;

}



.fw-block-shortcode .woocommerce.columns-4 ul.products,

.fw-block-shortcode .woocommerce.columns-3 ul.products {

    margin: 0;

}



/* 3 columns */

.fw-block-shortcode .woocommerce.columns-3 ul.products li.product {

    margin: 0 !important;

    padding: 0 15px 30px 15px;

    width: 33.33%;

}



@media only screen and (max-width: 991px) {



    .fw-block-shortcode .woocommerce.columns-4 ul.products li.product,

    .fw-block-shortcode .woocommerce.columns-3 ul.products li.product {

        width: 50%;

    }



    .fw-block-shortcode .woocommerce.columns-4 ul.products li:nth-child(2n+1),

    .fw-block-shortcode .woocommerce.columns-3 ul.products li:nth-child(2n+1) {

        clear: both;

    }



    .woocommerce ul.products li.first {

        clear: none;

    }



}

input[type="button"]:hover, button:hover, .header-search-not-found, .breaking-news-title span, .breaking-news-title .mobile-headline,.post-title a:hover, .post-title a:focus, .comment-title h3, h3.comment-reply-title, .comment-list .edit-link, .single-nav a:hover, .single-nav a:focus,.subscribe-icon-mail i, .flickr-btn-wrap a, .twitter-content a, .entry del, .entry blockquote p, .entry a:not(button),.entry p a, .comment-list .comment-content blockquote p, .author-content-wrap .author-title a:hover, .author-description a, #wp-calendar #today{ color: #3bd42e;}.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus, .topbar-subscribe-button a span, .topbar-style-2 .topbar-subscribe-button a span:hover,.post-editor:hover, .cat-info-el, .comment-list .comment-reply-link, .single-nav a:hover .ruby-nav-icon, .single-nav a:focus .ruby-nav-icon, input[type="button"].ninja-forms-field,.page-search-form .search-submit input[type="submit"], .post-widget-inner .post-counter, .widget_search .search-submit input[type="submit"], .single-page-links .pagination-num > span,.single-page-links .pagination-num > a:hover > span, .subscribe-form-wrap .mc4wp-form-fields input[type="submit"], .widget-social-link-info a i, #ruby-back-top i, .entry ul li:before,.ruby-trigger .icon-wrap, .ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after{ background-color: #3bd42e;}.off-canvas-wrap::-webkit-scrollbar-corner, .off-canvas-wrap::-webkit-scrollbar-thumb, .video-playlist-iframe-nav::-webkit-scrollbar-corner, .video-playlist-iframe-nav::-webkit-scrollbar-thumb,.fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-corner, .fw-block-v2 .video-playlist-iframe-nav::-webkit-scrollbar-thumb,.ruby-coll-scroll::-webkit-scrollbar-corner, .ruby-coll-scroll::-webkit-scrollbar-thumb{ background-color: #3bd42e !important;}.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus, .entry blockquote p{ border-color: #3bd42e;}.total-caption { font-family :Lato;}.ruby-container { max-width :1200px;}.is-boxed .site-outer { max-width :1230px;}.banner-background-color { background-color: #0a0a0a; }.navbar-inner, .header-search-popup .btn, .header-search-popup #ruby-search-input, .logo-mobile-text > * { color: #aaaaaa; }.show-social .ruby-icon-show, .show-social .ruby-icon-show:before, .show-social .ruby-icon-show:after,.extend-social .ruby-icon-close:before, .extend-social .ruby-icon-close:after,.ruby-trigger .icon-wrap, .ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after{ background-color: #aaaaaa; }.show-social .ruby-icon-show, .show-social .ruby-icon-show:before, .show-social .ruby-icon-show:after, .extend-social .ruby-icon-close:before, .extend-social .ruby-icon-close:after{ border-color: #aaaaaa; }.main-menu-inner > li:hover > a, .main-menu-inner > li:focus > a, .main-menu-inner > .current-menu-item > a { color: #282828; }.main-menu-inner .sub-menu { background-color: #ffffff; }.main-menu-inner > li.is-mega-menu:hover > a:after, .main-menu-inner > li.is-mega-menu:focus > a:after, .main-menu-inner > li.menu-item-has-children:hover > a:after, .main-menu-inner > li.menu-item-has-children:focus > a:after{ border-bottom-color: #ffffff; }.main-menu-inner > li.is-mega-menu:hover > a:before, .main-menu-inner > li.is-mega-menu:focus > a:before, .main-menu-inner > li.menu-item-has-children:hover > a:before, .main-menu-inner > li.menu-item-has-children:focus > a:before { border-bottom-color: #ffffff; }.main-menu-inner .sub-menu, .mega-category-menu .post-title,.mega-category-menu .post-meta-info, .mega-category-menu .post-meta-info .vcard { color: #282828; }.main-menu-inner .sub-menu.is-sub-default a:hover, .main-menu-inner .sub-menu .current-menu-item > a { color: #333333; }.footer-copyright-wrap p { color: #dddddd; }.footer-copyright-wrap { background-color: #242424; }.post-excerpt{ font-size :14px;}