/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Main
3.0 - Headers
4.0 - Navigation
5.0 - Blocks
6.0 - Single
7.0 - Widgets
8.0 - Archive + Pages
9.0 - Widgets
10.0 - Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    1.0 - Reset
--------------------------------------------------------------*/
body {
    display: block;
    margin: 0;
}

body {
    font-size: 14px;
    /* font-family: MessinaSansWeb, Helvetica, Arial, sans-serif; */

    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
    line-height: 1.7;
    background-color: #f6f3ef;
}

p {
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

kbd {
    padding: 4px 7px;
    background: #333;
    color: #fff !important;
}

dl {
    margin: 0 0 30px;
}

dd {
    margin-bottom: 30px;
    margin-left: 30px;
}

address {
    margin-bottom: 30px;
    font-style: italic;
}

big {
    font-size: 1.25em;
}

mark, ins, pre {
    background-color: #f2f2f2;
}

pre {
    margin-bottom: 40px;
    padding: 20px;
}

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

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.is-sticky, .bypostauthor {
    position: relative;
}

select {
    outline: none;
}

dt {
    font-weight: bold;
}

cite {
    font-weight: 700;
    font-style: italic;
    font-size: .85em;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: normal; /* Above WP toolbar. */
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"] {
    display: block;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #111;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover,
input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus {
    border-color: #111;
    font-size: 14px;
}

select {
    display: block;
    padding: 12px;
    width: 100%;
    outline: none;
    border-color: #f2f2f2;
}

textarea {
    display: block;
    padding: 20px;
    width: 100%;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .05);
    color: #111;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

textarea:hover, textarea:focus {
    border-color: #111;
}

textarea:hover, textarea:focus {
    font-size: 14px;
}

.coral--arrow {
  display: none;
}

button[type="submit"], input[type="submit"] {
    position: relative;
    padding: 12px 0px 12px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #111;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px !important;
    line-height: 20px;
    cursor: pointer !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

button[type="submit"]:hover, input[type="submit"]:hover,
button[type="submit"]:focus, input[type="submit"]:focus {
    opacity: .7;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*--------------------------------------------------------------
   2.0 - Main
--------------------------------------------------------------*/
.ruby-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
}

.main-site-outer, .main-site-wrap {
    display: block;
    margin-top: 130px;
    background-color: #f6f3ef;
}

.site-wrap-outer {
    display: block;
    overflow: hidden;
}

#ruby-site-content {
    position: relative;
    right: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
}

body.is-full-width #ruby-site-content {
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-page-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ruby-content-wrap {
    display: block;
    overflow: hidden;
}

.sidebar-wrap {
    display: block;
    padding-right: 0;
    padding-left: 60px;
    padding-top: 50px;
}

.is-sidebar-left .sidebar-wrap {
    padding-right: 60px;
    padding-left: 0;
}

.sidebar-inner {
    position: relative;
    display: block;
}

body.is-site-link {
    position: relative;
    z-index: -1;
}

body.is-site-link:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    cursor: pointer;
}

/* boxed layout */
.is-boxed .main-site-outer {
    z-index: 3;
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
}

.is-divider {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* thumb caption */
.thumb-caption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 20;
    display: block;
    padding: 3px 12px;
    max-width: 300px;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-style: italic;
    font-size: 12px;
    line-height: 1.3;
}

.thumb-caption i {
    margin-right: 5px;
}

/* page pagination */
.pagination-wrap {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid rgba(24, 24, 24, .05);
    color: #aaa;
    text-align: center;
}

.pagination-text {
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}

.pagination-num {
    display: inline-block;
    color: #fff;
}

.page-numbers {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    /* border: 1px solid #cbcbcb; */
    border-radius: 50%;
    color: #aaa;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 700 !important;
    color: #212121;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.dots.page-numbers {
    width: auto;
    border: none;
}

.prev.page-numbers, .next.page-numbers {
    font-size: 15px;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus {
    border-color: #51B7E0;
    background-color: #51B7E0;
    color: #fff !important;
}

.pagination-wrap .newer {
    display: block;
    float: left;
}

.pagination-wrap .older {
    display: block;
    float: right;
}

.newer a, .older a {
    display: block;
    padding: 5px 15px;
    border: 2px solid;
    font-style: italic;
    line-height: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.newer i {
    margin-right: 5px;
    font-style: normal;
}

.older i {
    margin-left: 5px;
    font-style: normal;
}

.newer a:hover, .newer a:focus, .older a:hover, .older a:focus {
    border-color: #333;
    background-color: #333;
    color: #fff;
}

/* error style */
.ruby-overflow {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
}

.ruby-error {
    padding: 10px 20px;
    color: #fecd98;
    font-weight: bold;
    font-size: 12px;
}

.ruby-error:before {
    display: inline-block;
    margin-right: 7px;
    content: "\f071";
    font-family: FontAwesome;
}

.ruby-error h3 {
    display: inline-block;
    margin: 0;
    font-size: inherit;
}

/* image animation */
.ruby-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ruby-zoom.ruby-animated-image.ruby-animation {
    opacity: 1;;
    -webkit-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
    -moz-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
    animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
}

.ruby-fade.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.ruby-bottom.ruby-animated-image.ruby-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ruby-bottom.ruby-animated-image {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

@keyframes ruby-zoom-animated {
    0% {
        transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ruby-zoom-animated {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes ruby-zoom-animated {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

.is-sidebar-left .ruby-content-wrap {
    float: right;
}

/* tipsy */
.tipsy-inner {
    background-color: #111;
    font-size: 11px;
    opacity: 1 !important;
}

.tipsy-arrow-n, .tipsy-arrow {
    border-color: #111;
}

/* slider slider */


.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    opacity: .5;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.slick-dots li:hover, .slick-dots li:focus {
    opacity: 1;
}

.slick-dots li button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.slick-dots li:before {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slick-dots li.slick-active:before {
    background-color: #000;
}

/* slider nav */
.ruby-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -35px;
    width: 62px;
    height: 62px;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ruby-slider-nav-small {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ruby-slider-prev {
    left: 20px;
    width: 35px;
    height: 35px;
    background: url("../images/chev-left.png") center center no-repeat !important;
    background-size: contain !important;
}

.ruby-slider-next {
    right: 20px;
    width: 35px;
    height: 35px;
    background: url("../images/chev-right.png") center center no-repeat !important;
    background-size: contain !important;
}

.ruby-slider-prev-small {
    right: auto;
    left: 0;
}

.ruby-slider-next-small {
    right: 0;
    left: auto;
}

.slick-slider:hover .ruby-slider-nav, .slick-slider:hover .ruby-slider-nav-small {
    opacity: 1;
}

/* slider loading*/
.slider-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    display: block;
    min-height: 44px;
    background: #f9f9f9 url('../images/ajax-loader.svg') no-repeat center center !important;
}

.is-light-text .slider-loading {
    background: #222 url('../images/ajax-loader.svg') no-repeat center center !important;
}

.slider-init {
    display: block;
    overflow: hidden;
}

.is-relative {
    position: relative !important;
}

.is-absolute {
    position: absolute !important;
}

.is-center {
    text-align: center;
}

.is-table {
    position: relative;
    display: table !important;
    width: 100%;
    height: 100%;
}

.is-cell {
    display: table-cell !important;
}

.is-middle {
    vertical-align: middle;
}

.is-bottom {
    vertical-align: top;
    text-align: left;
}

.is-top {
    vertical-align: top;
}

.post-wrap, .post-outer {
    position: relative;
    display: block;
}

.post-wrap.is-background-post {
    margin-right: 0;
    margin-left: 0;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
}

.post-header {
    position: relative;
}

.ruby-col-5 {
    width: 20%;
}

/* block all */
.ruby-section {
    position: relative;
    display: block;
}

.main-site-content-wrap > .ruby-section-hs:first-child {
    margin-top: 40px;
}

.ruby-block-wrap {
    position: relative;
    display: block;
    /* overflow: hidden; */
    margin-bottom: 60px;
}

.ruby-block-inner {
    position: relative;
    display: block;
}

.block-header-wrap, .block-header-inner {
    display: block;
}

.block-header-inner {
    position: relative;
}

.block-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.block-title h3 {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding: 0 15px 10px 0;
    background-color: transparent;
    vertical-align: middle;
    font-size: inherit;
    line-height: 45px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-weight: 500 !important;
    font-size: 24px !important;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

/* .block-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -2px;
    height: 4px;
    background-color: #f2f2f2;
    content: '';
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
} */

.block-view-more {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    display: block;
    margin-top: -15px;
    padding-left: 15px;
    background-color: #fff;
    line-height: 1;
}

.block-view-more a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-view-more a:hover, .block-view-more a:focus {
    color: #111;
}

.block-view-more i {
    display: inline-block;
    margin-left: 10px;
    line-height: inherit;
}

.block-content-wrap {
    position: relative;
    display: block;
    margin-right: -20px;
    margin-left: -20px;
}

/* module all */
.slider-wrap {
    position: relative;
    display: block;
    /* overflow: hidden; */
}

.post-wrap .post-title {
    display: block;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.post-title {
    line-height: 0;
}

.post-title > * {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35;
}

.post-title a {
    background-image: linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgba(26, 26, 26, .6) 0);
    background-position: bottom left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    -webkit-background-size: 0% 1px;
}

.is-light-text .post-title a {
    background-image: linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgba(225, 225, 225, .9) 0);
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
    color: #212121;
}

.post-title a:hover, .post-title a:focus {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
}

.is-light-text .post-title a:hover, .is-light-text .post-title a:focus {
    color: #51B7E0;
}

.post-title.is-big-title {
    font-size: 26px;
}

.post-title.is-big-title > * {
    line-height: 1.2;
}

.post-title.is-small-title {
    font-size: 15px;
}

.post-title.is-mini-title {
    text-transform: none;
    font-size: 15px;
}

.post-title.is-small-title > * {
    line-height: 1.5;
}

.post-title.is-mini-title > * {
    line-height: 1.6;
}

.is-light-text .post-title, .is-light-text .post-meta-info,
.is-light-text .post-cat-info a {
    color: #000;

}

.is-light-text .post-title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    /* font-size: 45px !important;
    color: #fff; */
}

.is-light-text .post-cat-info {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
}

.is-light-text .post-header {
    z-index: 10;
}

.post-header-meta {
    display: block;
    line-height: 1;
}

.post-header-meta > .post-cat-info, .post-header-meta > .post-meta-info {
    display: inline-block;
}

.post-header-meta > *:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    content: '|';
}

.post-header-meta > *:first-child:before {
    display: none;
}

.post-cat-info {
    display: block;
    margin-bottom: 15px;
    /* font-family: MessinaSansWeb, Helvetica, Arial, sans-serif; */
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
}

.post-cat-info a {
    position: relative;
    margin-right: 10px;
    color: #111;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 300;
    font-size: 14px;
}

.new--default {
  max-width: 700px;
  margin: auto;
}

.single-header.is-left.new--default a{
    font-size: 24px !important;
    text-transform: capitalize !important;
    font-weight: 400;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.archive-page-header.styled .archive-title.post-title{
  font-size: 24px !important;
  text-transform: capitalize !important;
  font-weight: 400;
  letter-spacing: normal;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}


.post-cat-info a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0%;
    height: 1px;
    background-color: rgba(26, 26, 26, .6);
    content: '';
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.is-light-text .post-cat-info a:after {
    background-color: rgba(255, 255, 255, .9);
}

.post-cat-info a:hover:after {
    width: 100%;
}

.post-cat-info a:last-child {
    margin-right: 0;
}

.is-light-text .post-cat-info a.cat-info-el:hover,
.is-light-text .post-cat-info a.cat-info-el:focus {
    color: #fff;
}

.post-meta-info {
    display: block;
    margin-bottom: 15px;
    color: #aaa;
    line-height: 1.5;
}

.meta-info-el {
    position: relative;
    display: inline-block;
    font-size: 14px;
    /* margin-top:10px; */
}

.meta-info-el:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    content: ' |';
    vertical-align: middle;
    font-weight: normal;
}
.col-sm-3.col-xs-6 .meta-info-el:before {
  display: inline-block;
  margin-right: 7px;
  margin-left: -7px !important;
  content: '';
  vertical-align: middle;
  font-weight: normal;
}

.flex--container .meta-info-el {
    color: #aaa;
}

.flex--container .meta-info-el:before {
  display: inline-block;
  margin-right: 7px;
  margin-left: -10px !important;
  content: '';
  vertical-align: middle;
  font-weight: normal;

}

.col-sm-3.col-xs-6 .meta-info-el {
  color: #aaaaaa;
}




.meta-info-el time.updated {
    display: none !important;
}

.meta-info-el:first-child:before {
    display: none;
}

.meta-info-el a:before {
    display: inline-block;
    margin-right: 2px;
    content: '.';
}

.meta-info-el a:first-of-type:before {
    display: none;
}

.meta-info-decs {
    text-transform: lowercase;
}

.meta-info-author-thumb {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 0;
    display: none;
}

.meta-info-author-thumb img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

.post-excerpt {
    display: block;
    margin-bottom: 20px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.is-light-text .post-excerpt {
    color: #eee;
}

.post-btn {
    display: block;
}

.post-list .post-btn,
.post-classic .post-btn {
    margin-bottom: 20px;
}

.post-btn a {
    display: inline-block;
    padding: 10px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #111;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px !important;
    line-height: 1;
    cursor: pointer !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-btn a:hover {
    opacity: .7;
}

/* post thumb */
.post-thumb-outer {
    position: relative;
    display: block;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: 700px;
    margin: auto;
}

.post-thumb-outer .holder-none {
    height: 130px;
    background-color: #111;
}

.post-thumb {
    display: block;
    overflow: hidden;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* border: solid 1px #c3c3c3; */
}

.form__wrapper__border {
  border-top: solid 1px #c3c3c3;
  padding-top: 20px;
}

.post-thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}

.post-thumb:hover img {
    opacity: .7;
}

.post-thumb.video-iframe {
    padding-bottom: 56% !important;
    height: 0 !important;
}

.post-thumb.audio-iframe {
    padding-bottom: 32% !important;
    height: 0 !important;
}

.post-thumb.audio-iframe.is-self-hosted {
    padding-bottom: 30px !important;
}

.post-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ruby-gallery-grid.slider-init {
    height: 412px;
}

.ruby-gallery-slider.slider-init {
    height: 551px;
}

/* post share */
.post-share-bar {
    display: block;
    text-align: left;
    line-height: 0;
}

.post-share-bar-inner {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
}

.post-share-bar-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    content: "\f064";
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-share-bar-inner:hover:before {
    opacity: .5;
}

.share-bar-total {
    z-index: -1;
    display: inline-block;
    margin-left: 10px;
    color: #cbcbcb;
    vertical-align: top;
    white-space: nowrap;
    line-height: 32px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    pointer-events: none;
}

.post-share-bar .share-bar-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: hidden;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.share-bar-el i {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    padding-left: 3px;
}

.share-bar-el:hover i, .share-bar-icon:hover i {
    border-color: #111;
    background-color: #111;
    color: #fff;
}

.post-share-bar-inner:hover .share-bar-el {
    z-index: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.post-share-bar-inner .share-bar-el:nth-child(1) {
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(1) {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.post-share-bar-inner .share-bar-el:nth-child(2) {
    z-index: 2;
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(2) {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}

.post-share-bar-inner .share-bar-el:nth-child(3) {
    z-index: 3;
    -webkit-transform: translateX(68px);
    -moz-transform: translateX(68px);
    -ms-transform: translateX(68px);
    -o-transform: translateX(68px);
    transform: translateX(68px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}

.post-share-bar-inner .share-bar-el:nth-child(4) {
    z-index: 4;
    -webkit-transform: translateX(104px);
    -moz-transform: translateX(104px);
    -ms-transform: translateX(104px);
    -o-transform: translateX(104px);
    transform: translateX(104px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}

.post-share-bar-inner .share-bar-el:nth-child(5) {
    z-index: 5;
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}

.post-share-bar-inner .share-bar-el:nth-child(6) {
    z-index: 6;
    -webkit-transform: translateX(176px);
    -moz-transform: translateX(176px);
    -ms-transform: translateX(176px);
    -o-transform: translateX(176px);
    transform: translateX(176px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}

.post-share-bar-inner .share-bar-el:nth-child(7) {
    z-index: 7;
    -webkit-transform: translateX(212px);
    -moz-transform: translateX(212px);
    -ms-transform: translateX(212px);
    -o-transform: translateX(212px);
    transform: translateX(212px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(7) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}

.post-share-bar-inner .share-bar-el:nth-child(8) {
    z-index: 8;
    -webkit-transform: translateX(248px);
    -moz-transform: translateX(248px);
    -ms-transform: translateX(248px);
    -o-transform: translateX(248px);
    transform: translateX(248px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(8) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}

.post-share-bar-inner .share-bar-el:nth-child(9) {
    z-index: 9;
    -webkit-transform: translateX(284px);
    -moz-transform: translateX(284px);
    -ms-transform: translateX(284px);
    -o-transform: translateX(284px);
    transform: translateX(284px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}

.post-share-bar-inner .share-bar-el:nth-child(10) {
    z-index: 10;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
}

.post-share-bar-inner:hover .share-bar-el:nth-child(10) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: translateX(362px);
    -moz-transform: translateX(362px);
    -ms-transform: translateX(362px);
    -o-transform: translateX(362px);
    transform: translateX(362px);
}

/* social color */
.icon-facebook i, .bg-facebook,
.social-link-info.is-color a.color-facebook {
    background-color: #899dce;
}

.icon-twitter i, .bg-twitter,
.social-link-info.is-color a.color-twitter {
    background-color: #60d2f5;
}

.icon-google i, .bg-google,
.social-link-info.is-color a.color-google {
    background-color: #dc4047;
}

.icon-youtube i, .bg-youtube,
.social-link-info.is-color a.color-youtube {
    background-color: #ef464b;
}

.icon-linkedin i, .bg-linkedin,
.social-link-info.is-color a.color-linkedin {
    background-color: #007bb6;
}

.icon-pinterest i, .bg-pinterest,
.social-link-info.is-color a.color-pinterest {
    background-color: #f74c53;
}

.icon-flickr i, .bg-flickr,
.social-link-info.is-color a.color-flickr {
    background-color: #ff0082;
}

.icon-tumblr i, .bg-tumblr,
.social-link-info.is-color a.color-tumblr {
    background-color: #32506d;
}

.icon-skype i,
.social-link-info.is-color a.color-skype {
    background-color: #00aae1;
}

.icon-reddit i,
.social-link-info.is-color a.color-reddit {
    background-color: #f16a5a;
}

.icon-email i,
.social-link-info.is-color a.color-email {
    background-color: #ffcf51;
}

.icon-digg i,
.social-link-info.is-color a.color-digg {
    background-color: #505050;
}

.icon-vimeo i, .bg-vimeo,
.social-link-info.is-color a.color-vimeo {
    background-color: #44bbe1;
}

.icon-rss i,
.social-link-info.is-color a.color-rss {
    background-color: #f4a62a;
}

.icon-dribbble i, .bg-dribbble,
.social-link-info.is-color a.color-dribbble {
    background-color: #fb70a6;
}

.icon-instagram i, .bg-instagram,
.social-link-info.is-color a.color-instagram {
    background-color: #709cbf;
}

.icon-500px i,
.social-link-info.is-color a.color-500px {
    background-color: #222222;
}

.icon-vk i, .bg-vk,
.social-link-info.is-color a.color-vk {
    background-color: #4c66a4;
}

.icon-soundcloud i, .bg-soundcloud,
.social-link-info.is-color a.color-soundcloud {
    background-color: #fd794a;
}

.icon-whatsapp i,
.social-link-info.is-color a.color-whatsapp {
    background-color: #5cbe4a;
}

/* post review score */
.post-review-score {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
}

/* post format info */
.post-format-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: block;
    overflow: hidden;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    border: 2px solid;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.3);
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(24, 24, 24, .1);
    font-size: 18px;
    line-height: 38px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-format-info i {
    display: block;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: inherit;
}

.is-video-format i {
    margin-top: 1px;
    margin-left: 4px;
    font-size: 19px;
}

.is-audio-format i {
    margin-top: 1px;
    margin-left: 1px;
}

.is-gallery-format i {
    margin-top: 1px;
}

/* classic blog layout */
.blog-content-wrap {
    position: relative;
    display: block;
    margin-right: -20px;
    margin-left: -20px;
}

.blog-wrap.is-layout_list .pagination-wrap,
.blog-wrap.is-layout_classic .pagination-wrap,
.blog-wrap.is-layout_classic_lite .pagination-wrap {
    padding-top: 0;
    border-top: none;
}

.blog-wrap.is-layout_grid_small .blog-content-wrap,
.blog-wrap.is-layout_grid_small_s .blog-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.blog-wrap.is-layout_grid_small .post-classic-lite,
.blog-wrap.is-layout_grid_small_s .post-classic-lite {
    margin-right: 10px;
    margin-left: 10px;
}

.content-with-sidebar .blog-content-inner > *:nth-child(3n+1),
.content-without-sidebar .blog-content-inner > *:nth-child(4n+1) {
    clear: both;
}

.blog-wrap.is-layout_overlay_small .pagination-wrap {
    padding-top: 58px;
    border-top: none;
}

.blog-wrap.is-layout_overlay_small .blog-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.blog-wrap.is-layout_overlay_small .post-classic-lite {
    margin-right: 2px;
    margin-left: 2px;
}

/* feat wrap */
.feat-wrap {
    display: block;
    margin-bottom: 60px;
}

.feat-inner {
    margin-right: -20px;
    margin-left: -20px;
}

.feat-grid .feat-inner {
    margin-right: -10px;
}

.feat-grid .post-classic-lite {
    padding-bottom: 0;
    border-bottom: none;
}

.feat-grid .post-grid-small-s {
    margin-bottom: 30px;
}

.feat-wrap .slider-wrap.is-fw-slider {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

body.is-boxed .feat-wrap .slider-wrap.is-fw-slider {
    margin-right: 0;
    margin-left: 0;
}

.feat-wrap .slider-wrap.is-hw-slider {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

/* promo area */
.promo-wrap {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.promo-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
}

.promo-wrap .promo-el {
    padding-right: 10px;
    padding-left: 10px;
}

.promo-wrap .widget {
    margin: 0 0 30px 0;
    padding: 0;
}

.promo-wrap .widget:last-child {
    margin-bottom: 0;
}

.banner-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
}

.banner-image-wrap {
    position: relative;
    height: 200px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.banner-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.banner-content-wrap .banner-content-inner {
    margin: 0;
    padding: 0;
}

.banner-content-wrap h3 {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background-color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
}

/*--------------------------------------------------------------
    3.0 - Header
--------------------------------------------------------------*/
.header-outer {
    display: block;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 9800;
    top: 0px;
}

.header-wrap {
    position: relative;
    display: block;
    border-bottom: none;
}

.header-ads-inner {
    display: inline-block;
}

/* header ad */
.header-ads-wrap {
    display: block;
    padding: 15px 15px 0 15px;
    text-align: center;
}

.ad-description {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
}

.ad-wrap, .ad-wrap iframe {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}

.ad-wrap .ad-image {
    position: relative;
    display: block;
}

.ad-wrap .ad-image img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* top bar */
.top-bar-wrap {
    position: relative;
    display: block;
    background-color: #111;
}

.top-bar-inner {
    position: relative;
    display: block;
}

/* top bar menu */

.top-bar-menu {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.top-bar-menu-inner li {
    position: relative;
}

.top-bar-menu .top-bar-menu-inner > li {
    position: relative;
    display: block;
    float: left;
}

.top-bar-menu a {
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu a:hover, .top-bar-menu a:focus {
    opacity: .7;
}

.top-bar-menu .top-bar-menu-inner > li > a {
    display: block;
    padding: 0 10px;
    line-height: 34px;
}

.top-bar-menu-inner .sub-menu {
    position: absolute;
    top: 120%;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 180px;
    border-left: 1px solid rgba(24, 24, 24, .05);
    background-color: #111;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    font-size: .9em;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.top-bar-menu-inner .sub-menu .sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 115%;
}

.top-bar-menu-inner li:hover > .sub-menu {
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu li:hover > .sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu a {
    position: relative;
    left: -5px;
    display: block;
    padding: 10px 20px 10px 12px;
    white-space: nowrap;
    line-height: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu-inner .sub-menu li a:before {
    position: relative;
    right: -5px;
    display: inline-block;
    visibility: hidden;
    margin-right: 10px;
    width: 5px;
    content: "\f105";
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-family: FontAwesome;
    line-height: inherit;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-bar-menu-inner .sub-menu li a:hover:before {
    right: 0;
    visibility: visible;
}

.top-bar-menu-inner .sub-menu li a:hover {
    left: 0;
}

/* top search form */
.top-bar-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    color: #fff;
}

.top-bar-right > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}

.top-bar-social-wrap {
    margin-right: 10px;
}

.top-bar-social-wrap a {
    padding-right: 5px;
    padding-left: 5px;
    opacity: .7;
}

.top-bar-social-wrap a:hover, .top-bar-social-wrap a:focus {
    opacity: 1;
}

.top-bar-shortcode {
    margin-right: 10px;
}

.ruby-search {
    position: relative;
    display: block;
}

.ruby-search input[type="text"] {
    padding: 10px 50px 10px 20px;
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-search input[type="text"]:hover, .ruby-search input[type="text"]:focus {
    border-color: #111;
    color: #111;
}

.is-dark-text .ruby-search input[type="text"]:hover, .is-dark-text .ruby-search input[type="text"]:focus {
    border-color: #aaa;
}

.header-outer .ruby-search input[type="text"], .off-canvas-search .ruby-search input[type="text"] {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.ruby-search-input {
    position: relative;
    display: block;
}

.ruby-search .ruby-search-submit, .ruby-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    background-color: transparent;
    text-align: center;
    line-height: 42px;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-search .ruby-search-submit:hover,
.ruby-search input[type="submit"]:hover {
    opacity: 1;
}

.ruby-search input[type="submit"] {
    width: 100%;
    height: 100%;
}

.ruby-search .ruby-search-submit i {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: inherit;
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

#top-bar-search .ruby-search .ruby-search-submit i {
    color: #fff;
}

#top-bar-search .ruby-search input[type="text"] {
    padding: 0 50px 0 20px;
    min-width: 210px;
    border: none !important;
    color: #fff;
    white-space: nowrap;
    font-size: 11px;
    line-height: 34px;
}

#top-bar-search .ruby-search .ruby-search-submit, #top-bar-search .ruby-search input[type="submit"] {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

#top-bar-search .ruby-search .ruby-search-submit {
    font-size: 14px;
}

#top-bar-search .ruby-search input[type="text"]:hover, #top-bar-search .ruby-search input[type="text"]:focus {
    color: #fff;
}

.ruby-search .ruby-search-submit:hover i {
    opacity: 1;
}

/* Logo text */
.header-banner-wrap {
    position: relative;
    display: block;
    padding: 45px 40px;
    text-align: center;
}

.header-logo-wrap {
    display: block;
    text-align: center;
}

.logo-text {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
}

.site-tagline {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #aaa;
    font-size: 18px;
    line-height: 1.4;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* logo image */
.header-outer .logo-image {
    display: inline-block;
}

.logo-image {
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.logo-image:hover, .logo-image:focus {
    opacity: .7;
}

.logo-image img {
    max-height: 200px;
    width: auto;
    vertical-align: middle;
}

/* logo mobile */
.header-logo-mobile-wrap {
    display: none;
    text-align: center;
}

.logo-text-mobile-wrap {
    display: inherit;
    text-align: center;
    /* margin-top: 5px; */
}

.logo-text-mobile-wrap .logo-text, .header-style-2 .logo-text-mobile-wrap .logo-text {
    vertical-align: middle;
    font-size: 28px;
    line-height: 42px;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.logo-text-mobile.logo-text strong {
    font-size: 32px;
    line-height: 40px;
}

.header-logo-mobile-wrap .logo-image-mobile {
    display: block;
    /* padding: 2px 0; */
}

.logo-image-mobile img {
    max-height: 34px;
    /* width: auto; */
    vertical-align: middle;
}

/* off canvas button */
.header-banner-wrap .off-canvas-btn-wrap {
    /* position: absolute;
    top: 50%;
    left: 40px; */
    display: block;
    /* margin-top: -27px; */
}

.is-boxed .header-banner-wrap .off-canvas-btn-wrap {
    /* left: 20px; */
}

.is-boxed .header-social-wrap {
    right: 20px !important;
}

.off-canvas-btn {
    position: relative;
    display: block;
    overflow: hidden;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

.off-canvas-btn .ruby-trigger {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.ruby-trigger .icon-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #111;
    font-size: 0;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}

.ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}

.mobile-js-menu .ruby-trigger .icon-wrap {
    background-color: transparent;
}

.mobile-js-menu .ruby-trigger .icon-wrap:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.mobile-js-menu .ruby-trigger .icon-wrap:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.ruby-trigger:hover, .ruby-trigger:focus {
    opacity: 1;
}

/* social wrap */
.header-social-wrap {
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    margin-top: -21px;
}

.header-social-wrap a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 42px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.header-social-wrap a:hover {
    opacity: .7;
}

.header-social-wrap > * {
    display: inline-block;
}

.banner-search-wrap {
    position: relative;
    cursor: pointer;
}

.header-social-wrap > *:last-child:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    width: 1px;
    background-color: #f7f7f7;
    content: '';
}

.header-social-wrap > *:first-child:before {
    display: none !important;
}

/* search form popup */

/* popup effect */
.mfp-bg.mpf-ruby-effect {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mfp-container:hover {
    cursor: url('../images/cursor-close.png'), default;
}

.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: .92;
}

.mfp-removing.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: 0;
}

.mfp-bg.mfp-ready.mpf-ruby-effect {
    opacity: .92;
}

.mpf-ruby-effect.mfp-ready .mfp-animation {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: perspective(600px) scale(1);
    transform: translate3d(0, -120px, 0);
}

.mpf-ruby-effect .mfp-animation {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -120px, 0);
}

.mpf-ruby-effect.mfp-ready.mfp-removing .mfp-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0)
}

#ruby-banner-search-form .banner-search-form-inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 780px;
}

#ruby-banner-search-form .ruby-search input[type="text"] {
    padding: 10px 88px 10px 30px;
    border: 4px solid #aaa;
    font-size: 22px;
    line-height: 30px;
}

input {
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}

#ruby-banner-search-form .ruby-search input[type="text"]:hover,
#ruby-banner-search-form .ruby-search input[type="text"]:focus {
    border-color: #111;
    color: #111;
}

#ruby-banner-search-form .ruby-search .ruby-search-submit {
    width: 58px;
    height: 58px;
    line-height: 58px;
}

#ruby-banner-search-form .ruby-search .ruby-search-submit i {
    font-size: 18px;
}

/* off canvas section */
.off-canvas-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9801;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 320px;
    background-color: #111;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.off-canvas-inner {
    position: relative;
    display: block;
    padding: 40px 20px;
}

.off-canvas-wrap.is-dark-text {
    background-color: #000;
}

.admin-bar .off-canvas-wrap {
    top: 32px;
}

.mobile-js-menu .off-canvas-wrap {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-site-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: background .5s linear, visibility .5s linear;
    -moz-transition: background .5s linear, visibility .5s linear;
    transition: background .5s linear, visibility .5s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mobile-js-menu .main-site-mask {
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
}

.mobile-js-menu .main-site-mask:hover {
    cursor: url('../images/cursor-close.png'), default;
}

.off-canvas-wrap::-webkit-scrollbar {
    width: 6px;
    background: #eee;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar {
    background: #333;
}

.off-canvas-wrap::-webkit-scrollbar-corner {
    display: block;
    border-radius: 4px;
    background-color: #282828;
}

.off-canvas-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #282828;
}

.off-canvas-wrap.is-light-text::-webkit-scrollbar-corner,
.off-canvas-wrap.is-light-text::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

#ruby-off-canvas-close-btn {
  position: relative;
  top: -20px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  color: #fff !important;
}

.off-canvas-wrap.is-dark-text #ruby-off-canvas-close-btn {
    color: #fff !important;
}

#ruby-off-canvas-close-btn:hover, #ruby-off-canvas-close-btn:focus {
    opacity: 1;
}

.off-canvas-social-wrap {
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.is-dark-text .off-canvas-social-wrap {
    border-color: #f2f2f2;
}

.off-canvas-social-wrap a {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.off-canvas-social-wrap a:hover, .off-canvas-social-wrap a:focus {
    opacity: .7;
}

.off-canvas-wrap.is-dark-text .off-canvas-social-wrap a {
    color: #111;
}

.off-canvas-wrap.is-light-text .off-canvas-nav-wrap {
    color: #fff;
}

.ruby-close-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.ruby-close-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #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: -1px;
    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);
}

.is-dark-text .ruby-close-btn:before,
.is-dark-text .ruby-close-btn:after {
    background-color: #fff;
}

/* off canvas menu */
.off-canvas-nav-wrap {
    display: block;
    /* margin-top: 40px;
    margin-bottom: 40px; */
}

.off-canvas-nav-wrap .sub-menu {
    display: none;
}

.off-canvas-nav-wrap a {
    position: relative;
    display: block;
    width: 100%;
    /* border-top: 1px solid rgba(255, 255, 255, .05); */
    line-height: 42px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    color: #fff;
}

.off-canvas-nav-wrap a:hover {
    opacity: .7;
}

.is-dark-text .off-canvas-nav-wrap a {
    border-color: #f7f7f7;
    font-size: calc(0vw + 18px);
    font-weight: 300 !important;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.is-dark-text .off-canvas-nav-wrap li {
  min-height: 56px;
  border-bottom: 1px solid rgb(33, 33, 33);
}

.off-canvas-nav-inner > li:first-child > a {
    border-top: none;
}

.off-canvas-nav-wrap .explain-menu {
    z-index: 999;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.off-canvas-nav-wrap .explain-menu:hover {
    opacity: 1;
}

.off-canvas-nav-wrap .explain-menu-inner {
    text-align: center;
    font-size: 15px;
}

.off-canvas-nav-wrap .show-sub-menu > .sub-menu {
    display: block !important;
}

.off-canvas-nav-wrap .sub-menu {
    padding-left: 15px;
    font-size: .85em;
}

.off-canvas-nav-wrap .sub-menu .sub-menu {
    font-size: inherit;
}

.off-canvas-widget-section-wrap.sidebar-wrap {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.off-canvas-wrap .ruby-animated-image {
    opacity: 1;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -ms-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

/*--------------------------------------------------------------
    4.0 - Navigation
--------------------------------------------------------------*/

.header-nav-wrap {
    position: relative;
    z-index: 9800;
    display: block;
    background-color: #f6f3ef;
    padding-top: 0px;
}

@media only screen and (max-width: 767px) {
  .header-nav-wrap {
      padding-top: 0px;
  }
}


.header-nav-wrap.scrolled {
  background: rgba(246,242,239,.8);
  backdrop-filter: blur(20px);
  border-bottom:1px solid rgba(222,211,198,.55);
}

.header-nav-wrap .off-canvas-btn {
    float: left;
}

.header-nav-inner {
    z-index: 999;
    display: block;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header-nav-inner .off-canvas-btn-wrap {
    display: none;
}

.header-nav-inner .off-canvas-btn {
    /* position: absolute;
    top: 10px;
    left: 0;
    z-index: 1; */
    width: 42px;
    height: 42px;
}

.header-nav-inner .nav-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.nav-search-wrap a {
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.nav-search-wrap a:hover, .nav-search-wrap a:focus {
    opacity: 1;
}

.header-nav-holder {
    position: relative;
    display: block;
    min-height: 42px;
    border-bottom: 1px solid #f2f2f2;
}

.ruby-is-stick .header-nav-holder {
    border-color: transparent;
}

.main-nav-wrap {
    position: relative;
    display: flex;
    text-align: center;
    line-height: 0;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
}

.main-nav-inner {
    position: static;
    display: inline-block;
    margin: 0;
}

.main-nav-inner > li {
    display: block;
    float: left;
}

.main-nav-inner a {
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.main-nav-inner .post-title a {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.main-nav-inner a:hover, .main-nav-inner a:focus {
    opacity: .7;
}

.main-nav-inner .post-wrap a {
    opacity: 1 !important;
    text-transform: none !important;
}

.main-nav-inner .post-wrap a:hover {
    opacity: 1 !important;
    color: #51B7E0;
}

.main-nav-inner > li.menu-item-has-children {
    position: relative;
}

.main-nav-inner > li > a {
    display: block;
    /* padding: 0 50px; */
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
    important;
}

.main-nav-inner > li.menu-item-has-children > a:after,
.top-bar-menu-inner > li.menu-item-has-children > a:after {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    content: "\f107";
    text-align: center;
    letter-spacing: 0;
    font-family: FontAwesome;
    line-height: 1;
}

.main-nav-inner .is-sub-menu {
    position: absolute;
    top: 120%;
    z-index: 9999;
    display: block;
    visibility: hidden;
    padding: 5px 0;
    min-width: 185px;
    border: 4px solid #f2f2f2;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.main-nav-inner .is-sub-menu .is-sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 115%;
}

.main-nav-inner li:hover > .is-sub-menu,
.main-nav-inner li.show-sub-menu > .is-sub-menu {
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu li:hover > .is-sub-menu {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
    position: relative;
    left: -5px;
    display: block;
    padding: 10px 25px 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: .85em;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.is-sub-menu li {
    position: relative;
}

.main-nav-inner .is-sub-menu li a:before {
    position: relative;
    right: -10px;
    display: inline-block;
    visibility: hidden;
    margin-right: 10px;
    width: 5px;
    content: "\f105";
    vertical-align: top;
    text-align: center;
    letter-spacing: 0;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.main-nav-inner .is-sub-menu li a:hover {
    left: 0;
}

.main-nav-inner .is-sub-menu li a:hover:before {
    right: 0;
    visibility: visible;
}

.no-menu {
    display: block;
    padding: 10px 0;
    color: #aaa;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
}

.no-menu a {
    display: inline-block;
    width: auto;
    border: none;
    text-decoration: underline;
    font-weight: 400;
}

.no-menu a:hover {
    color: #111;
}

/* mega menu */
#navigation .is-cat-mega-menu.is-mega-menu, #navigation .is-col-mega-menu.is-mega-menu {
    position: static;
}

#navigation .mega-menu-wrap {
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    padding: 20px 10px;
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
}

.mega-menu-wrap .post-grid-small-s {
    margin-bottom: 0;
}

.mega-menu-wrap .post-wrap {
    letter-spacing: 0;
}

.main-nav-inner .mega-menu-wrap .is-sub-menu {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    visibility: visible;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.mega-menu-wrap:hover .is-sub-menu {
    pointer-events: auto;
}

.main-nav-inner .mega-category-menu.mega-menu-wrap.is-sub-menu li {
    display: block;
    float: left;
}

.main-nav-inner .mega-category-menu.mega-menu-wrap.is-sub-menu li a {
    padding: 5px 10px;
}

/* mega column menu */
#navigation .mega-menu-wrap.mega-col-menu {
    padding-right: 0;
    padding-left: 0;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .is-sub-menu .sub-sub-menu-wrap {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border-top: 2px solid #f2f2f2;
    background-color: transparent;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .sub-menu-inner > li {
    display: block;
    float: left;
    padding: 0 40px;
    width: 25%;
    border-left: 4px solid #f2f2f2;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap .sub-menu-inner > li:first-of-type {
    border-left: none;
}

#navigation .main-nav-inner .is-mega-menu:hover > .is-sub-menu {
    top: 100% !important;
    z-index: 9801 !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-nav-inner .mega-menu-wrap.mega-col-menu .is-sub-menu {
    margin: 0;
    padding: 0;
    border: none;
}

.main-nav-inner .mega-menu-wrap.mega-col-menu a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a {
    left: 0;
    font-size: inherit;
}

.main-nav-inner .mega-col-menu.mega-menu-wrap > .sub-menu-wrap > .sub-menu-inner > li > a:before {
    right: 0;
    visibility: visible;
}

.main-nav-inner .explain-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 0 7px;
    line-height: inherit;
}



.ruby-is-stick .header-nav-inner {
    opacity: .9;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}


.header-nav-inner {
  -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0) !important;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0) !important;
}

.nav__active__shadow {
  -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.05) !important;
}


.ruby-is-stick .main-nav-wrap {
    border-color: transparent;
}

.ruby-is-stick .header-nav-inner:hover {
    opacity: 1;
}

.ruby-is-stick .main-nav-inner > li > a {
    height: 42px;
    line-height: 42px;
}

/*--------------------------------------------------------------
    5.0 - Blocks
--------------------------------------------------------------*/

/* fw block 1 */
.fw-block-1.ruby-block-wrap {
    margin-bottom: 10px;
}

/* fw block 2, fw block 3 */
.fw-block-2.ruby-block-wrap, .fw-block-3.ruby-block-wrap {
    margin-bottom: 10px;
}

.fw-block-2 .block-content-wrap, .fw-block-3 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.fw-block-2 .block-content-wrap > *:nth-child(4n+1),
.fw-block-3 .block-content-wrap > *:nth-child(4n+1) {
    clear: both;
}

/* fw block carousel */
.fw-block-carousel .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-carousel .post-wrap, .feat-carousel .post-wrap {
    margin-right: 0px;
    margin-left: 0px;
    outline: none !important;
}

/* block ad wrap */
.block-ad-box {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.ruby-section-fw .block-ad-box {
    margin-top: -15px;
}

.block-ad-box .block-content-wrap {
    margin-right: 10px;
    margin-left: 10px;
}

.ruby-section-hs .block-ad-box .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

/* fw block slider */
.post-slider-fw, .ruby-slider-fw.slider-init {
    height: 520px;
}

body:not(.is-boxed) .fw-block-slider-fw {
    margin-right: 20px;
    margin-left: 20px;
}

.fw-block-slider-fw .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

/* fw block carousel */
.post-carousel, .ruby-carousel.slider-init {
    height: 520px;
}

.ruby-carousel-1.slider-init {
    height: 365px;
}

/* block fullwidth code */
.fw-block-code.is-wrapper .block-content-wrap,
.block-hs-code .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
}

.fw-block-code .block-content-wrap .entry,
.block-hs-code .block-content-wrap .entry {
    margin-top: -30px;
}

.fw-block-code .code-header-outer {
    padding-right: 0;
    padding-left: 0;
}

.shortcode-box-wrap {
    position: relative;
    display: block;
}

.fw-block-code .shortcode-box-wrap {
    margin-right: 20px;
    margin-left: 20px;
}

/* fullwidth block 4*/
.fw-block-4 .block-content-wrap, .block-composer-latest-blog.layout_overlay_small .block-content-wrap {
    margin: -2px !important;
}

.fw-block-4 .post-wrap {
    margin: 2px;
}

.fw-block-4 .post-outer:nth-child(3n+1) {
    clear: both;
}

.fw-block-4 .post-overlay .post-format-info,
.hs-block-4 .post-overlay .post-format-info,
.fw-block-5 .post-overlay .post-format-info {
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    margin: 0;
}

/* fw block video */
.fw-block-video {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: transparent;
}

.fw-block-video .block-header-wrap {
    /* margin-right: -20px;
    margin-left: -20px; */
}

.fw-block-video .block-title h3 {
    background-color: transparent;
    color: #fff;
}

.fw-block-video .block-title:after {
    background-color: rgba(255, 255, 255, .1);
}

.is-boxed .fw-block-video {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fw-block-video .post-thumb {
    background-color: #000;
}

.fw-block-video .post-list-small .post-header {
    margin-left: 125px;
}

.video-playlist-outer {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px 20px;
  /* padding: 15px 30px 30px;
  border: solid 1px #E6E5E5; */
}

.video-playlist-iframe {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 30px;
}

.video-playlist-iframe-nav {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 354px;
  margin-left: -30px;
  padding-left: 15px;
  background-color: #E6E5E5;
  padding-top: 10px;
  margin-top: 55px;
}

.video-playlist-iframe-nav::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E6E5E5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

.video-playlist-iframe-nav::-webkit-scrollbar-corner {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff5271;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-playlist-iframe-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff5271;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    background: rgba(28, 28, 28, 1) url('../images/video-loader.svg') no-repeat center center !important;
    opacity: 0.96;
}

.video-playlist-iframe-nav-el .post-wrap {
    cursor: pointer;
}

.video-playlist-iframe-nav-el:last-child {
    margin-bottom: 0;
}

/* post list */
.post-wrap.post-list .is-left-col {
    padding-right: 20px;
}

.post-wrap.post-list .is-right-col {
    padding-left: 20px;
}

.post-wrap.post-list > *:first-child:not(.is-left-col) {
    padding-left: 0;
    width: 100%;
}

.post-list {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #f2f2f2; */
}

.post-sticky .post-title a:before {
    display: inline-block;
    margin-right: 7px;
    font-size: .85em;
    content: "\f08d";
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-family: FontAwesome;
}

/* post classic */
.post-classic {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f2f2f2;
}

.post-classic-lite .post-meta-info {
    margin-bottom: 0;
}

.post-classic .post-thumb-outer {
    display: block;
    margin-bottom: 30px;
}

.hs-block-1 article.post-wrap:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-classic .share-bar-total {
    float: right;
}

.post-classic .post-excerpt,
.post-classic .entry {
    margin-top: 40px;
}

.post-classic .entry {
    color: #777;
}

/* hs block 2 */
.hs-block-2.ruby-block-wrap {
    margin-bottom: 10px;
}

.post-grid {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.post-grid .post-thumb-outer {
    margin-bottom: 20px;
}

.post-grid .post-excerpt {
    margin-top: 20px;
}

.post-grid .share-bar-total {
    float: right;
}

.hs-block-3 .post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hs-block-7 .is-left-col {
    padding-right: 40px;
}

.hs-block-7 .is-left-col, .hs-block-7 .is-right-col {
    padding-right: 20px;
    padding-left: 20px;
}

.hs-block-7 .is-right-col .post-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.hs-block-7 .is-right-col .post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-small-list .post-cat-info {
    margin-bottom: 0;
}

/* hs block 8 */
.hs-block-8 .block-content-wrap {
    margin-right: -10px;
}

.hs-block-8 .post-grid-small-lite {
    margin-bottom: 25px;
}

.hs-block-8 .post-classic {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hs-block-8 .is-right-col .post-outer:last-child {
    margin-bottom: 0;
}

/* post overlay */
.post-overlay .is-absolute {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-overlay .post-header {
    z-index: 10;
    padding: 0 20px 25px 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-overlay:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    pointer-events: none;
}

.post-overlay .post-cat-info {
    margin-left: 2px;
}

.post-overlay .post-title {
    margin-bottom: 0;
}

.post-overlay .post-thumb-outer > *:nth-child(3) {
    right: auto;
    left: 0;
}

/* post overlay small */
.post-overlay-small {
    margin: 2px;
}

.widget .post-overlay-small {
    margin: 0;
}

.widget .post-overlay-small .post-format-info {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    margin: 0;
}

.post-overlay.post-overlay-small .post-header {
    padding: 0 15px 20px 15px;
}

.post-overlay.post-overlay-small .post-cat-info {
    margin-bottom: 10px;
}

/* post list mini */
.post-wrap.post-list-mini .post-meta-info {
    margin-bottom: 0;
}

/* has sidebar block 5 */
.hs-block-5.ruby-block-wrap {
    margin-bottom: 10px;
}

.hs-block-5 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.post-grid-small {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.post-grid-small .post-header-inner {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 13px 0px 0px;
    /* border: 2px solid #fff; */
    background-color: transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;;
}

.post-grid-small > *:first-child:not(.post-thumb-outer) .post-header-inner {
    margin-top: 0;
    padding: 0;
    border: none;
}

.post-grid-small .post-title {
    margin-bottom: 0 !important;
}

.post-grid-small:hover .post-header-inner {
    /* border-color: #111; */
}

.post-grid-small .post-title a {
    text-decoration: none !important;
}

/* has sidebar block 6 */
.hs-block-6.ruby-block-wrap {
    margin-bottom: 10px;
}

.hs-block-6 .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.post-grid-small-s {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.post-grid-small-s .post-thumb-outer {
    margin-bottom: 15px;
}

.hs-block-5 .block-content-wrap > *:nth-child(3n+1),
.hs-block-6 .block-content-wrap > *:nth-child(3n+1) {
    clear: both;
}

/*has sidebar block 7 */
.hs-block-4 .block-content-wrap {
    margin: -2px !important;
}

.hs-block-4 .post-wrap {
    margin: 2px;
}

.hs-block-4 .post-outer:nth-child(2n+1) {
    clear: both;
}

/* post slider mini */
.post-slider-mini {
    position: relative;
    display: block;
    padding-bottom: 35px;
    outline: none !important;
}

.post-slider-mini .post-header {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-slider-mini .post-header-inner {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    padding: 15px;
    border: 2px solid transparent;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.is-light-text .post-slider-mini .post-header-inner {
    background-color: #111;
}

.post-slider-mini:hover .post-header-inner {
    border-color: #111;
}

.post-slider-mini .post-title {
    margin-bottom: 0;
}

.post-slider-mini .post-title a {
    text-decoration: none !important;
}

.ruby-slider-hw-nav.slider-init {
    height: 325px;
}

.post-slider-hw {
    position: relative;
    display: block;
}

.post-slider-hw, .ruby-slider-hw.slider-init {
    height: 490px;
}

.post-slider-hw:before,
.post-slider-fw:before,
.post-carousel:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    opacity: 0.5;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    pointer-events: none;
}

.post-slider-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.post-slider .is-table, .post-slider .is-cell {
    pointer-events: none;
    background-color: rgba(0,0,0,0.3);
}

.post-slider .post-header {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.post-slider-hw .post-header,
.post-slider-fw .post-header,
.post-carousel .post-header {
    display: block;
    margin: 20px 0px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 700px;
}

.ruby-slider-hw-nav {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    margin-right: -15px;
    margin-left: -15px;
}

.ruby-slider-hw-nav .post-wrap {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    outline: none !important;
}

.fw-block-slider-hw .block-content-wrap {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
}

.fw-block-slider-hw.ruby-block-wrap {
    margin-bottom: 45px;
}

/* featured block grid */
.fw-block-grid .block-content-wrap {
    margin-right: -10px;
}

.fw-block-grid .post-classic-lite {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
}

.fw-block-grid.ruby-block-wrap {
    margin-bottom: 30px;
}

.fw-block-grid .post-grid-small-s {
    margin-bottom: 30px;
}

/* featured block grid overlay */
.fw-block-grid-overlay .block-content-wrap {
    margin: -2px;
}

.fw-block-grid-overlay .post-overlay-small .post-thumb {
    max-height: 251px;
}

/* block composer */
.content-without-sidebar .block-composer-latest-blog.layout_grid:not(.is-big-first) .post-outer:nth-child(3n+1),
.content-without-sidebar .block-composer-latest-blog.layout_overlay_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid .post-outer:nth-child(3n+2),
.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_overlay_small .post-outer:nth-child(3n+2) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(4n+1),
.content-without-sidebar .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(4n+1) {
    clear: both;
}

.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small_s .post-outer:nth-child(4n+2),
.content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small .post-outer:nth-child(4n+2) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid:not(.is-big-first) .post-outer:nth-child(2n+1),
.ruby-section-hs .block-composer-latest-blog.layout_overlay_small:not(.is-big-first) .post-outer:nth-child(2n+1) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid.is-big-first .post-outer:nth-child(2n+2),
.ruby-section-hs .block-composer-latest-blog.layout_overlay_small.is-big-first .post-outer:nth-child(2n+2) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(3n+1),
.ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
    clear: both;
}

.ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(3n+2),
.ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(3n+2) {
    clear: both;
}

.block-composer-latest-blog.layout_grid_small_s .block-content-wrap,
.block-composer-latest-blog.layout_grid_small .block-content-wrap {
    margin-right: -10px;
    margin-left: -10px;
}

.block-composer-latest-blog.layout_list .pagination-wrap,
.block-composer-latest-blog.layout_classic .pagination-wrap,
.block-composer-latest-blog.layout_classic_lite .pagination-wrap {
    padding-top: 0;
    border-top: 0;
}

@media only screen and (max-width: 767px) {
    .content-without-sidebar .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(4n+3),
    .content-without-sidebar .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(4n+3) {
        clear: both;
    }

    .content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small_s .post-outer:nth-child(4n+4),
    .content-without-sidebar .block-composer-latest-blog.is-big-first.layout_grid_small .post-outer:nth-child(4n+4) {
        clear: both;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(3n+1),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(3n+1) {
        clear: none;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(3n+2),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(3n+2) {
        clear: none;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s:not(.is-big-first) .post-outer:nth-child(2n+1),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small:not(.is-big-first) .post-outer:nth-child(2n+1) {
        clear: both;
    }

    .ruby-section-hs .block-composer-latest-blog.layout_grid_small_s.is-big-first .post-outer:nth-child(2n+2),
    .ruby-section-hs .block-composer-latest-blog.layout_grid_small.is-big-first .post-outer:nth-child(2n+2) {
        clear: both;
    }

}

/*--------------------------------------------------------------
    6.0 - Single
--------------------------------------------------------------*/
#single-post-infinite {
    display: block;
    position: relative;
    overflow: hidden;
}

.single .post-title.single-title {
    margin-bottom: 30px;
    font-size: 32px;
}

.single .post-title.single-title h1 {
    font-size: inherit;
}

.single-meta-info-bar {
    position: relative;
    display: block;
    padding: 0px 0;
    text-align: left;
    line-height: 0;
    margin-top: -25px;
    margin-bottom: 24px;
}

.single-meta-info-bar .post-meta-info {
    display: block;
    float: left;
    margin-bottom: 0;
}

.single-meta-info-bar .meta-info-el {
    line-height: 0px;
}

.single-meta-info-bar a:hover {
    color: #111;
}

.single-share-bar {
    display: block;
    float: right;
    margin-top: 4px;
}

.single-share-bar > * {
    display: inline-block;
}

.single-share-bar-inner > a {
    display: block;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
}

.single-thumb-outer {
    margin-bottom: 40px;
}

.single-share-bar-total.share-bar-total {
    margin-right: 10px;
    margin-left: 0;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.entry {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    line-height: 1.7;
}

.single.is-left-margin .single-entry {
    /* margin-left: 80px; */
}

.single.single-attachment .single-entry {
    margin-left: 0;
}

.single-subtitle h3 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #aaa;
    text-transform: none;
    font-size: 18px;
}

/* entry */
h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 46px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 34px;
}

h4 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
}

h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
}

blockquote {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    border-left: 5px solid #111;
    color: #111;
    font-style: italic;
    font-size: 18px;
}

blockquote > *:first-child {
    margin-top: 0 !important;
}

blockquote > *:last-child {
    margin-bottom: 0 !important;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    font-weight: inherit;
}

.entry p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: inherit;
    font-size: 18px;
}

.entry iframe {
    display: block;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    max-width: 100%;
}

.entry a:not(.button), .excerpt a {
    font-weight: bold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry a.wp-block-button__link,
a.wp-block-button__link {
    font-weight: inherit;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.entry a:hover, .entry a:focus,
.excerpt a:hover, .excerpt a:focus {
    text-decoration: underline;
}

.entry a.wp-block-button__link:hover,
.entry a.wp-block-button__link:focus {
    text-decoration: none;
    opacity: .7;
}

.wp-block-button__link {
    background-color: #111;
}

.wp-block-button.is-style-outline a:hover {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.entry ul, .entry ol {
    margin: 0 0 30px;
}

.entry li {
    margin: 0 0 10px 25px;
}

.entry ul li {
    list-style: disc;
}

.entry ol li {
    list-style: decimal;
}

.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.entry img, .entry video {
    max-width: 100%;
    height: auto;
}

.entry input {
    margin-bottom: 10px;
}

.entry ul[class^="wp-block-"] li,
.entry ol[class^="wp-block-"] li {
    list-style: none;
    margin-left: 0;
}

.wp-block-categories, .wp-block-archives {
    max-width: 320px;
}

/* entry image fix */
.wp-block-image {
    margin-right: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    max-width: 100%;
}

.image-caption,
.wp-caption-text,
.gallery-caption,
.ruby-content-wrap .wp-block-audio figcaption,
.ruby-content-wrap .wp-block-video figcaption,
.ruby-content-wrap .wp-block-image figcaption,
.ruby-content-wrap .wp-block-embed figcaption,
.ruby-content-wrap .wp-block-gallery .blocks-gallery-image figcaption,
.ruby-content-wrap .wp-block-gallery .blocks-gallery-item figcaption {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding: 10px 10px 0;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
}

.wp-block-image figcaption:before {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: 'FontAwesome';
    content: "\f030";
}

figure {
    margin: 2.2rem 0;
}

.wp-caption, .gallery-caption {
    margin-bottom: 30px;
    max-width: 100%;
    color: #777;
    font-style: italic;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 10px;
    text-align: right;
    font-size: 12px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 5px 30px 30px 0;
    max-width: 100%;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 5px 0 30px 30px;
    max-width: 100%;
}

.alignnone, img.alignnone {
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

.thumbnail.push-bottom {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
}

.entry.big-paragraph > p:first-of-type {
    font-weight: bold;
    font-size: 1.05em;
}

.copy a:not(.button), .story a:not(.button) {
    border-bottom-color: #111111;
    color: #111111;
}

th, td {
    padding: 7px 15px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: left;
}

dl {
    margin-bottom: 1em;
}

table {
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.wp-block-gallery ul.blocks-gallery-grid,
ul.wp-block-gallery {
    margin: 0;
}

.single-gallery .gallery-col-1 {
    overflow: hidden;
    width: 100%;
}

.single-gallery .gallery-col-2 {
    width: 50%;
}

.single-gallery .gallery-col-2:nth-child(2n+1) {
    clear: both;
}

.single-gallery .gallery-col-3 {
    width: 33.3333%;
}

.single-gallery .gallery-col-3:nth-child(3n+1) {
    clear: both;
}

.single-gallery .gallery-col-4 {
    width: 25%;
}

.single-gallery .gallery-col-4:nth-child(4n+1) {
    clear: both;
}

.single-gallery .gallery-col-5 {
    width: 20%;
}

.single-gallery .gallery-col-5:nth-child(5n+1) {
    clear: both;
}

.single-gallery .gallery-col-6 {
    width: 16.666666%;
}

.single-gallery .gallery-col-6:nth-child(6n+1) {
    clear: both;
}

.single-gallery .gallery-col-7 {
    width: 14.285%;
}

.single-gallery .gallery-col-7:nth-child(7n+1) {
    clear: both;
}

.single-gallery .gallery-col-8 {
    width: 12.5%;
}

.single-gallery .gallery-col-8:nth-child(8n+1) {
    clear: both;
}

.single-gallery .gallery-col-9 {
    width: 11.1111%;
}

.single-gallery .gallery-col-9:nth-child(9n+1) {
    clear: both;
}

.entry .gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 40px;
    margin-left: -10px;
    padding-top: 10px;
}

.gallery-item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item div {
    margin: 0;
}

.gallery-item .wp-caption-text.gallery-caption {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    padding: 5px 10px;
    background-color: #f7f7f7;
    color: #777;
    line-height: 1.5;
}

/* default gallery */
.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n +1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-3 .gallery-item:nth-child(3n +1) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n +1) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n +1) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    width: 16.66666%;
}

.gallery-columns-6 .gallery-item:nth-child(6n +1) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-7 .gallery-item:nth-child(7n +1) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n +1) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n +1) {
    clear: both;
}

.entry .fluid-width-video-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* like box */
.single-like-wrap {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    line-height: 0;
    clear: both;
}

.single-like-wrap .single-like-inner {
    margin: 0;
    padding: 0;
}

.like-el:first-child {
    margin-right: 25px;
}

.like-el {
    display: block !important;
    float: left !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.like-el:last-child {
    margin-right: 0;
}

/* box tag */
.single-tag-wrap {
    display: block;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.single .single-tag-wrap {
    color: #111;
    text-transform: uppercase;
}

.single-tag-wrap .tag-title {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    background-color: #111;
    color: #fff;
    vertical-align: middle;
    line-height: 1.4;
}

.single-tag-wrap a:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    content: '.';
}

.single-tag-wrap a:first-of-type:before {
    display: none;
}

.single-post-ad {
    display: block;
    text-align: center;
}

.single-post-ad > * {
    display: inline-block;
    max-width: 100%;
}

.single-post-ad-top {
    margin-top: 30px;
}

.single-post-ad-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* single author */
.single-author-wrap {
    display: block;
}

.author-content-wrap {
    display: block;
    margin-top: -10px;
    margin-left: 120px;
}

.author-content-wrap .author-title a:hover {
    text-decoration: underline;
}

.author-thumb-wrap img {
    display: block;
    border-radius: 50%;
    vertical-align: middle;
}

.single-author-wrap .author-thumb-wrap {
    display: block;
    float: left;
    margin-right: 30px;
    width: 100px;
}

.single .author-thumb-wrap img {
    margin-bottom: 0;
}

.author-content-wrap .author-title > * {
    display: inline-block;
}

.author-job {
    color: #bbb;
    font-weight: 700;
    font-size: 11px;
}

.author-title h3 {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.author-job {
    margin-left: 7px;
    font-size: 12px;
}

.author-content-wrap .author-description {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: .85em;
    line-height: 1.7;
}

.author-content-wrap .author-social {
    display: block;
    margin-top: 15px;
}

.author-content-wrap .author-social a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.author-content-wrap .author-social a:hover {
    opacity: .7;
}

.single-box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-box:last-child {
    margin-bottom: 0;
}

/* single navigation */
.single-nav {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.single-nav .post-title {
    margin-bottom: 0;
}

.nav-arrow {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1;
}

.nav-arrow i {
    margin-right: 7px;
}

.nav-arrow i.fa-angle-right {
    margin-right: 0;
    margin-left: 7px;
}

.nav-right {
    float: right;
    text-align: right;
}

.single-nav .nav-left {
    padding-right: 20px;
    border-right: 1px solid #f2f2f2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.single-nav .nav-right {
    margin-left: -1px;
    padding-left: 20px;
    border-collapse: collapse;
    border-left: 1px solid #f2f2f2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* single related box */
.single-related-wrap {
    position: relative;
    display: block;
}

.single-related-content {
    margin-right: -10px;
    /* margin-bottom: -50px; */
    margin-left: -10px;
}

/* .single-related-content > *:nth-child(3n+1) {
    clear: both;
} */

/* single comment box */
.single-comment-wrap {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

h3.comment-reply-title, .comment-title h3 {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
}

p.logged-in-as {
    display: block;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 14px;
}

p.logged-in-as a:last-child {
    margin-left: 10px;
    text-decoration: underline;
}

.comment-form label {
    display: none;
}

.comment-form input, .comment-form textarea {
    margin-bottom: 30px;
}

.comment-form input[type="text"], .comment-form textarea {
    color: #111;
    font-weight: 400;
    font-size: 14px !important;
}

input#comment-submit {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

input#comment-submit:hover,
input#comment-submit:focus {
    opacity: .7;
}

.comment-list.entry {
    margin-top: 0;
    margin-right: 20px;
    margin-left: 0;
}

.comment-list li.comment {
    list-style: none;
    margin: 0;
}

.comment-list .comment-author img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 80px;
    border-radius: 50%;
}

.comment-author.vcard .fn {
    text-transform: uppercase;
    font-size: 12px;
}

.comment-author.vcard .says {
    display: none;
}

.comment-metadata {
    margin-top: 5px;
    margin-left: 100px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}

.comment-list .comment-content {
    display: block;
    margin-top: 10px;
    margin-left: 100px;
    font-size: .9em;
    line-height: 1.6;
}

.comment-list .comment-body {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 1px dashed #f2f2f2;
}

.comment-list .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-weight: 400 !important;
    font-size: 11px;
    line-height: 20px;
}

.comment-list .edit-link {
    display: inline-block;
    margin-left: 5px;
}

.comment-list .comment-reply-link:hover, .comment-list .comment-edit-link:hover {
    color: #111;
}

#cancel-comment-reply-link {
    margin-left: 7px;
    color: #cbcbcb;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
}

#cancel-comment-reply-link:hover {
    color: #111;
    text-decoration: underline;
}

.comment-respond {
    display: block;
    margin-bottom: 30px;
}

.comments-area ol.children {
    margin: 0 0 20px 30px;
}

.comment-form {
    margin-right: -5px;
    margin-left: -5px;
}

.comment-form .comment-form-comment {
    margin-right: 5px;
    margin-left: 5px;
}

.comment-form .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.comment-subscription-form {
    margin-top: 10px;
    padding: 0 5px;
}

.comment-subscription-form input {
    margin: 0;
}

.single #comments iframe {
    padding-right: 5px;
    padding-left: 5px;
}

/* single style 5 */
.post-wrap.singe-style-5 {
    margin-top: 40px;
}

/* review box */
.review-box-wrap {
    display: block;
    padding: 20px;
    border: 1px solid #f2f2f2;
}

.review-box-wrap.is-review-bottom {
    clear: both;
    margin-top: 45px;
    margin-bottom: 45px;
}

.review-box-wrap .review-title h3:before {
    display: inline-block;
    margin-right: 7px;
    color: #111;
    content: "\f123";
    font-weight: 400;
    font-family: FontAwesome;
    opacity: 1;
}

.single .review-box-wrap.is-left-top {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 50%;
}

.review-content-wrap {
    position: relative;
    display: block;
}

.review-el, .review-el-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-description {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
}

.review-el .review-info-score {
    float: right;
    color: #111;
    font-size: inherit !important;
}

.review-el {
    margin-top: 15px;
    margin-bottom: 15px;
}

.score-animation {
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -ms-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.score-bar-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #eee;
}

.review-summary-wrap {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
}

.review-box-wrap .review-summary-wrap h3 {
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: inherit !important;
}

.review-box-wrap .review-summary-wrap .review-summary-desc {
    margin: 0;
    font-style: italic;
}

.score-remove {
    width: 0 !important;
}

.score-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-color: #111;
}

.post-review-info .review-info-score {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}

.review-box-wrap .post-review-info {
    top: auto;
    right: auto;
    float: right;
    margin: 0 0 20px 20px;
    padding: 20px;
    border-left: 1px solid #f2f2f2;
}

.review-box-wrap.is-left-top .review-summary-desc {
    font-size: 12px;
    line-height: 1.7;
}

/* single page link */
.single-page-links {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.single-page-links .pagination-num a:hover > *, .single-page-links .pagination-num > span {
    background-color: #111 !important;;
    color: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single-page-links .pagination-num > .post-page-numbers.current > .page-numbers {
    border: none;
    color: #fff !important;
}

.single-page-links .page-numbers {
    margin-right: 0;
    margin-left: 0;
}

.single-page-links .pagination-num > * {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

/* infinite animation */
.infinite-scroll {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 32px;
    text-align: center;
}

.infinite-scroll .infinite-icon {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 45px;
    width: 32px;
    height: 32px;
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    background-size: conver !important;
    opacity: 0;
    -webkit-background-size: cover !important;
}

.single-post-outer {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-post-outer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*--------------------------------------------------------------
  8.0 - Archive + Pages
--------------------------------------------------------------*/

/* page header*/
.archive .header-outer {
    margin-bottom: 0;
}

.archive-page-header {
    position: relative;
    display: table;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover !important;
    text-align: center;
    -webkit-background-size: cover !important;
}


.archive-page-header.styled {
    position: relative;
    max-width: 1170px;
    margin-top: 50px;
    margin: auto;
    background-color: #fff;
    display: block;
    height: 150px !important;
    top: 0px;
    padding-left: 20px;

}

.archive-title-wrap {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.archive-page-header.has-bg-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    /* background-color: rgba(24, 24, 24, .3); */
    content: '';
}

.archive-title-wrap .archive-title {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 1;
}

.archive-page-header .archive-desc {
    display: block;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #212121 !important;
    text-align: left;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.block-title, .widget-title, section.products > h2 {
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

a {
  cursor: pointer !important;
}


.archive-page-header .archive-desc p {
  color: #212121 !important;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.is-light-text .archive-desc {
    color: #fff;
}

.archive-page-header-small .archive-desc {
    margin-top: 15px;
    color: #aaa;
    font-style: italic;
    font-size: 14px;
}

/* author page */
.archive.author .single-author-wrap {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 50px;
    border-top: 0;
    border-bottom: 1px solid #f2f2f2;
}

.archive.author .single-author-wrap .author-thumb-wrap, .page-author-team-wrap .author-thumb-wrap {
    width: 140px;
}

.archive.author .author-content-wrap, .page-author-team-wrap .author-content-wrap {
    margin-top: 10px;
    margin-left: 170px;
}

.page-author-team-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 800px;
}

.page-author-team-wrap .author-thumb-wrap img {
    border-radius: 50%;
}

.author-team-page-title {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.author-team-page-title h1 {
    font-size: 32px;
    line-height: 1.1;

}

.page-author-team-wrap .single-author-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.page-author-team-wrap .single-author-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* category */
.archive.category .ruby-page-wrap {
    margin-top: 30px;
}

/* single page */
.single-page-post {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* search page */
.search-page-header {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-bottom: 0px;
    text-align: left;
}

.search-page-header-inner {
    margin-right: 20px;
    margin-left: 0px;
}

.search-page-header .search-decs {
    margin-bottom: 20px;
    color: #aaa;
    text-transform: capitalize;
    font-size: 18px;
}

.search-page-header-inner .post-title h3 {
    color: #aaa;
    text-transform: none;
}

.search-no-result {
    display: block;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
}

.search-no-result-content {
    display: block;
    margin-right: 20px;
    margin-bottom: 120px;
    margin-left: 20px;
}

.search-no-result-content .ruby-search {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
}

.search-no-result-content p {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #aaa;
    text-align: center;
    font-size: 18px;
}

.search-no-result h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.2;
}

.search-no-result-content .search-no-result h3 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1.2;
}

.search-no-result-content .ruby-search input[type="text"] {
    padding: 10px 60px 10px 30px;
    border-width: 4px;
    font-size: 22px;
    line-height: 1.2;
}

.search-no-result-content .ruby-search .ruby-search-submit {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.search-no-result-content .ruby-search .ruby-search-submit i {
    font-size: 18px;
}

/* page 404 */
.page-404-content-wrap {
    display: block;
    margin-right: 20px;
    margin-bottom: 120px;
    margin-left: 20px;
}

.page-404-content-header {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.page-404-content-header p {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #aaa;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.logo-404 h1 {
    text-transform: capitalize;
    font-size: 120px;
    line-height: 1.2;
}

.page-404-content-wrap .ruby-search input[type="text"] {
    padding: 10px 60px 10px 30px;
    border-width: 3px;
    white-space: nowrap;
    font-size: 22px;
    line-height: 30px;
}

.page-404-content-wrap .ruby-search .ruby-search-submit {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.page-404-content-wrap .ruby-search {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
}

/* default page */
.page-template-default .single-title.post-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
}

.page-template-default .single-title.post-title h1 {
    display: block;
    font-size: inherit;
    line-height: 1.15;
}

.page-template-default.page .entry {
    margin-top: 0;
}

/* contact form */
.entry .wpcf7-form {
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.entry .wpcf7-form label {
    text-transform: capitalize;
    font-size: .9em;
}

.entry .wpcf7-form > p > label {
    font-style: italic;
}

.wpcf7-form .ajax-loader {
    margin-top: 10px;
}

.entry .wpcf7-form > p:last-of-type {
    margin-bottom: 0;
}

.entry .wpcf7-form > p:last-of-type input {
    margin-bottom: 0;
}

.entry .wpcf7-form input[type = "email"], .entry .wpcf7-form input[type = "text"], .entry .wpcf7-form input[type = "tel"] {
    padding: 7px 15px;
    width: 50%;
    font-style: normal;
}

.entry .wpcf7-form textarea {
    width: 100%;
}

.entry .wpcf7-form input, .entry .wpcf7-form textarea {
    margin-top: 7px;
}

.wpcf7-form input[type="submit"] {
    padding: 12px 30px;
}

/*--------------------------------------------------------------
    9.0 - Widgets
--------------------------------------------------------------*/

.widget {
    display: block;
    margin-bottom: 60px;
}

.widget-title.block-title {
    margin-bottom: 25px;
}

/* post list small */
.post-list-small {
    display: block;
    margin-bottom: 30px;
}

.post-list-small .post-thumb-outer {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: 140px;
}

.post-list-small .post-format-info {
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    line-height: 30px;
}

.post-list-small .post-format-info i {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.post-list-small .post-format-info.is-video-format i {
    margin-left: 2px;
}

.post-list-small .post-meta-info {
    margin-bottom: 0;
}

.post-list-small .post-title.is-mini-title {
    margin-bottom: -10px;
}

.video-playlist-iframe-nav > * .dark--text {
  display: none !important;
}

.video-playlist-iframe-nav > * .meta-date  {
  color:#878787 !important;
}

.post-list-small .post-header {
    margin-left: 160px;
}

.post-list-small > *:first-child:not(.post-thumb-outer) {
    margin-left: 0 !important;
}

.sidebar-wrap .post-list-small img {
    max-width: 105px;
    height: auto;
}

.sidebar-wrap .post-list-small .post-header {
    margin-left: 125px;
}

.post-counter {
    position: absolute;
    top: 10px;
    right: 0;
    vertical-align: top;
    font-weight: 900;
    font-style: italic;
    font-size: 90px;
    line-height: 0;
    opacity: 0.05;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* sb social counter  */
.sb-widget-social-counter .counter-element {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.sb-widget-social-counter .counter-element:last-child {
    margin-bottom: 0;
}

.sb-widget-social-counter .counter-element > a {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}

.sb-widget-social-counter .counter-element:hover {
    background-color: #111;
}

.sb-widget-social-counter .counter-element i {
    margin-right: 7px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
}

.sb-widget-social-counter .counter-element-left {
    text-transform: capitalize;
    line-height: 20px;
}

.counter-element-left .num-count {
    text-transform: uppercase;
}

.sb-widget-social-counter .counter-element-right {
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
}

/* post widget */
.post-widget-inner {
    position: relative;
    display: block;
}

.post-widget-inner.style-2 {
    margin: -2px !important;
}

.post-widget-inner.style-5 {
    margin-right: -20px;
    margin-left: -20px;
}

.off-canvas-nav-wrap .post-widget-inner.style-5 {
    margin-right: -10px;
    margin-left: -10px;
}

.post-widget-inner.style-5 .post-excerpt {
    display: none;
}

.post-widget-inner.style-6,
.post-widget-inner.style-7 {
    margin-right: -10px;
    margin-left: -10px;
}

.post-widget-inner.style-2 .post-title.is-medium-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}

.post-widget-inner.style-2 .post-title.is-medium-title > * {
    font-size: inherit !important;
}

.post-widget-inner.style-1 > * {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-1 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.post-widget-inner.style-2 > * {
    margin-bottom: 2px;
}

.post-widget-inner.style-2 > *:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-3 > .post-wrap:last-child, .post-widget-inner.style-4 > .post-wrap:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-5 > * {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-5 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.post-widget-inner.style-6 > * {
    margin-bottom: 30px;
}

.post-widget-inner.style-6 > *:last-child {
    margin-bottom: 0;
}

.post-widget-inner.style-7 > * {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.post-widget-inner.style-7 > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.is-widget-post-slider .slider-init {
    height: 445px;
}

.post-widget-inner.style-8 {
    margin-bottom: -25px;
}

.post-widget-inner.style-4 .post-outer:last-child .post-wrap {
    margin-bottom: 0;
}

.is-light-text .sb-widget-post .post-widget-inner .post-wrap {
    border-color: rgba(255, 255, 225, .1);
}

/* sb ad widget */
.ad-title {
    display: block;
    margin-bottom: 5px;
    color: #cbcbcb;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.ad-wrap, .ad-wrap iframe {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}

.ads-widget .image-ads-wrap {
    display: block;
    overflow: hidden;
}

.sb-widget-ad .widget-ad-script {
    display: block;
    text-align: center;
}

.sb-widget-ad .widget-ad-script iframe {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.sb-widget-ad .widget-ad-image {
    display: block;
    text-align: center;
}

.sb-widget-ad .widget-ad-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

/* instagram widget */
.instagram-content-wrap, .widget-flickr-content-wrap {
    display: block;
    overflow: hidden;
    margin: -4px;
}

.instagram-el, .flickr-el {
    display: block;
}

.instagram-el-holder,
.flickr-el-holder {
    position: relative;
    display: block;
    margin: 4px;
}

.instagram-el-holder > *, .flickr-el-holder > * {
    position: static;
    display: block;
    padding-bottom: 100%;
}

.instagram-el a, .flickr-el a {
    background-color: #fff;
}

.instagram-el img, .flickr-el img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    object-fit: cover;
    -o-object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.instagram-el a:hover img, .flickr-el a:hover img {
    opacity: .7;
}

.instagram-bottom-text {
    display: block;
    color: #cbcbcb;
    text-align: right;
    letter-spacing: 1px;
    font-size: 11px;
}

/* widget youtube */
.subscribe-youtube-wrap {
    position: relative;
    display: block;
    max-height: 70px;
}

.subscribe-youtube-wrap iframe {
    width: 100%;
    height: auto;
}

/* category widget */
.cat-item a, .widget_archive a, .widget_pages .page_item a, .widget_meta a,
.widget_nav_menu .menu-item a, .widget_recent_comments .recentcomments,
.widget_recent_entries li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
    text-transform: capitalize;
    font-size: 13px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.cat-item a:hover, .widget_archive a:hover, .widget_pages .page_item a:hover, .widget_meta a:hover,
.widget_nav_menu .menu-item a:hover, .widget_recent_comments .recentcomments:hover,
.widget_recent_entries a:hover {
    opacity: .7;
}

.widget_categories > ul > li.cat-item:last-child a, .widget_archive li:last-child a, .widget_pages > ul > li.page_item:last-child a,
.widget_meta li:last-child a, .widget_recent_comments .recentcomments:last-child, .widget_recent_entries li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.widget_categories .children, .widget_pages .children, .wp-block-categories-list .children, .wp-block-categories-list .children {
    margin-left: 15px;
}

.cat-item .children {
    margin-left: 20px;
}

.number-post-count {
    display: block;
    float: right;
    opacity: .5;
}

.widget_categories label, .widget_archive label {
    display: none;
}

.widget_rss li {
    margin-bottom: 25px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss a:hover {
    text-decoration: underline;
}

.rss-date {
    display: block;
    margin-top: 5px;
    color: #777;
    font-style: italic;
    font-size: 13px;
}

.rssSummary {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.textwidget img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.widget_rss cite {
    font-size: 13px;
}

.is-light-text .widget_rss {
    color: #fff;
}

.is-light-text .rss-date {
    color: #ddd;
}

.is-light-text .rssSummary {
    color: #f2f2f2;
}

/* calendar widget */
#wp-calendar th, #wp-calendar td {
    padding: 5px 10px;
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 10px;
    font-weight: 700;
}

/* widget menu */
.widget_nav_menu .sub-menu {
    margin-left: 15px;
}

.widget_nav_menu .sub-menu .sub-menu {
    margin-left: 15px;
}

.widget_recent_comments .recentcomments a, .widget_recent_entries a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
}

.widget_tag_cloud .tagcloud {
    display: block;
    overflow: hidden;
}

.widget_tag_cloud a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    border-color: #111;
    background-color: #111;
    color: #fff;
}

/* about me widget */
.sb-widget-about .about-name {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.sb-widget-about .about-name h3 {
    font-size: 15px;
}

.about-content-wrap.post-excerpt {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0 !important;
    text-align: center;
}

.about-content-wrap.post-excerpt > * {
    margin-top: 15px;
    margin-left: 0 !important;
}

.about-content-wrap.post-excerpt > * a:hover {
    color: #111;
}

.about-content-wrap.post-excerpt > * > i {
    margin-right: 7px;
}

.about-widget-image img {
    display: block;
    width: 100%;
}

/* subscribe form */
.subscribe-wrap {
    display: block;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 4px solid #111;
    text-align: center;
}

.subscribe-wrap h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.subscribe-image {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribe-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}

.subscribe-form-wrap {
    display: block;
    margin-top: 25px;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

.subscribe-form-wrap input {
    padding: 7px 12px;
    text-align: center;
    font-size: 14px;
}

.subscribe-form-wrap label {
    display: block;
    margin-bottom: 7px;
    color: #aaa;
    font-style: italic;
    font-size: 12px;
}

.mc4wp-alert {
    display: block;
    margin-top: 15px;
    color: #ff8d8d;
    font-size: 12px;
}

/* twitter widget */
.twitter-content {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.twitter-content.post-excerpt a {
    color: #111;
    font-style: italic;
}

.twitter-content.post-excerpt a:hover {
    text-decoration: underline;
}

.twitter-timestamp {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.social-bar-widget .social-link-info a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #111;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.social-bar-widget .social-link-info {
    display: block;
    position: relative;
    margin: -2px;
}

.social-bar-widget .social-link-info a:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
    10.0 - Footer
--------------------------------------------------------------*/

/* back to top */
#ruby-back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99990;
    display: none;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: none !important;
}

#ruby-back-top i {
    display: block;
    width: 34px;
    height: 42px;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#ruby-back-top:hover i {
    opacity: .6;
}

/* footer  */
.footer-wrap {
    position: relative;
    display: block;
}

.footer-inner {
    display: block;
    overflow: hidden;
    background-color: #f6f3ef !important;
    padding-top: calc(9px*12);
}

@media only screen and (max-width: 767px) {
  .footer-inner {
      padding-top: calc(9px*7);
  }
}

.footer-inner .widget-title.block-title h3 {
    background-color: transparent;
}


#footer .sidebar-wrap.sidebar-footer {
    padding-right: 30px;
    padding-left: 30px;
}

#footer_app_apple {
  margin-right: 10px;
}

#footer .flex__column ul li {
  margin-bottom: calc(9px*3.5);
  line-height: 1;
}

.footer--secondary--nav {
  padding-bottom: calc(9px*4);
}

#footer .flex__column ul li a {
  color: #2f4a73;
  transition: all .6s cubic-bezier(.43,.195,.02,1);
}

#footer .flex__column ul li a:hover {
  color: #fd6558;
}

.h__5 {
  font-size: calc(13px + (300vw - 960px)/1120);
  color: #7a736e;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .h__5 {
    font-size: 14px;
  }
}


.footer__inner__wrapper {
  position: relative;
  padding: 0px 25px;
}


.column-footer-wrap {
  display: block;

}

.column-footer-inner {
    display: block;
    overflow: hidden;
    margin-right: -30px;
    margin-left: -30px;
}

.is-light-text .block-title h3 {
    background-color: transparent;
    color: #aaa;
}

.is-light-text .block-title:after {
    display: none;
}

.is-light-text .ruby-search input[type="text"] {
    background-color: rgba(255, 225, 255, .05);
    color: #fff;
}

.footer-wrap.is-light-text .ruby-search i {
    color: #fff;
}

.is-light-text .cat-item a, .is-light-text .widget_archive a,
.is-light-text .widget_pages .page_item a, .is-light-text .widget_meta a,
.is-light-text .widget_nav_menu .menu-item a, .is-light-text .widget_recent_comments .recentcomments,
.is-light-text .widget_recent_entries li {
    border-color: rgba(255, 255, 255, .05);
    color: #fff;
}

.is-light-text .post-widget-inner.style-1 > *,
.is-light-text .post-widget-inner.style-7 > * {
    border-color: rgba(255, 255, 255, .05);
}

.is-light-text .post-grid-small .post-header-inner {
    border-color: #111;
    background-color: #111;
}

.is-light-text .post-grid-small .post-header-inner:hover {
    border-color: #fff;
}

.is-light-text p {
    color: #eee;
}

.is-light-text th, .is-light-text td, .is-light-text table {
    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: #111;
}

.is-light-text select {
    border-color: rgba(255, 255, 255, .05);
    background-color: #222;
    color: #fff;
}

.is-light-text .post-counter {
    color: #fff;
    opacity: 0.1;
}

/* footer instagram */
.top-footer-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-footer-wrap .widget {
    display: none;
}

.top-footer-wrap .widget.widget_text, .top-bar-wrap .widget.top-footer-widget-instagram {
    display: block;
}

.top-footer-widget-instagram .widget-title a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top-footer-widget-instagram .widget-title a:hover {
    opacity: .7;
}

.top-footer-wrap .widget.widget_text {
    padding: 30px;
}

.footer-instagram-el {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0;
}

.footer-instagram-el .instagram-el-holder {
    margin: 0 !important;
}

.footer-instagram-el img {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    object-fit: cover;
    -o-object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer-instagram-el img:hover {
    opacity: .7;
}

.ruby-col-5 {
    float: left;
    width: 20%;
}

.ruby-col-7 {
    float: left;
    width: 14.285%;
}

.ruby-col-8 {
    float: left;
    width: 12.5%;
}

.ruby-col-9 {
    float: left;
    width: 11.11111%;
}

.ruby-col-10 {
    float: left;
    width: 10%;
}

.top-footer-wrap .top-footer-widget-instagram {
    position: relative;
    display: block;
}

.top-footer-widget-instagram .widget-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-footer-widget-instagram .widget-title h3 {
    padding: 0 15px;
    background-color: #111;
    color: #fff;
    font-size: 12px;
}

.top-footer-wrap .widget {
    margin-bottom: 0;
}

.top-footer-widget-instagram .instagram-content-wrap {
    margin: 0;
}

.top-footer-widget-instagram .instagram-content-wrap.ruby-container {
    margin: 0 auto 60px auto;
}

/* social bar */
.footer-social-bar-wrap {
    position: relative;
    display: block;
    padding-bottom: calc(9px*12);
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-social-bar-wrap {
      padding-bottom: 0px;
      padding-top: 0px;
  }
}


.footer-social-bar-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-social-bar-inner {
        margin-right: 20px;
  }
}

.footer-logo {
  display: block;
  float: left;
  max-height: 100px;
  position: relative;
}

.footer-logo a {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-logo img {
    height: auto;
    width: 100px;
}

@media only screen and (max-width: 767px) {
  .footer-logo img {
      width: 55px;
  }
  .footer-logo {
    margin-bottom: calc(9px*4.5)
  }
}

.footer-logo a:hover, .footer-logo a:focus {
    opacity: 1;
}

.footer-social-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -20px;
}

.footer-social-wrap a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    color: #111;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-social-wrap a i {
    display: block;
    vertical-align: middle;
    line-height: inherit;
}

.is-light-text .footer-social-wrap a {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.is-light-text .footer-social-wrap a:hover {
    background-color: #fff;
    color: #111;
}

.footer-social-wrap a:last-child {
    margin-right: 0;
}

/* copyright */
.footer-copyright-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    color: rgb(43, 43, 43);

}

.footer-copyright-wrap p {
    color: #beb39f;
    font-size: .97222vw;
    line-height: 1.71429;
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrap p {
    font-size: calc(10px + (400vw - 1280px)/1120);
    text-align: center;
    font-weight: 700;
  }
}

.is-light-text .footer-copyright-wrap {
    border-color: rgba(255, 255, 255, .1);
}

.footer-wrap .widget-title.block-title:after {
    display: none !important;
}

/* header style 2 */
.header-style-2 .header-nav-holder {
    border-bottom: none;
}

.header-style-2 .header-nav-inner {
    display: block;
    background-color: #f6f3ef !important;
    margin: auto;
    text-align: center;
}

.header-style-2 .header-nav-inner.scrolled {
  background: transparent !important;
}

.header-style-2 .main-nav-inner > li > a {
    color: #fff;
}

.header-style-2 .header-logo-wrap {
    position: relative;
    z-index: 99;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: left;
}

.header-style-2.header-outer .logo-image {
    display: block;
    float: left;
}

.header-style-2 .logo-image img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 60px;
    width: auto;
    height: 60px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.header-style-2 .main-nav-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-style-2 .main-nav-wrap .inner__wp__nav {
      margin: 0px 65px;
}

.header-style-2 .main-nav-wrap .inner__wp__nav li {
  margin-right: 65px;
}

.header-style-2 .main-nav-wrap .inner__wp__nav li:last-child {
  margin-right: 0px;
}

.header-style-2 .ruby-is-stick .logo-image img {
    max-height: 42px;
    height: 42px;
}

.header-style-2 .header-nav-inner .nav-search-wrap,
.header-style-2 .logo-text {
    color: #fff;
}

.header-style-2 .ruby-trigger .icon-wrap,
.header-style-2 .ruby-trigger .icon-wrap:before,
.header-style-2 .ruby-trigger .icon-wrap:after {
    background-color: #fff;
}

.header-style-2 .no-menu {
    float: left;
    margin-top: 10px;
}

.header-style-2 .ruby-is-stick .no-menu {
    margin-top: 0;
}

.header-style-2 .no-menu a:hover {
    color: #fff;
}

.header-style-2 .logo-text-wrap {
    overflow: hidden;
    padding: 10px 0;
    max-height: 60px;
}

.header-style-2 .logo-text {
    font-size: 24px;
    line-height: 30px;
}

.header-style-2 .site-tagline {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
}

.header-style-2 .nav-search-outer {
    display: block;

    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.header-style-2 .nav-search-outer > * {
    display: block;
    float: left;
}

.header-style-2 .nav-search-outer a {
    display: inline-block;
    float: left;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 15px;
    opacity: .7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header-style-2 .nav-search-outer a:hover {
    opacity: 1;
}

.header-style-2 .ruby-is-stick .nav-search-outer {
    height: 42px;
    line-height: 42px;
}

/* block carousel 1 */
.fw-block-carousel-1 .block-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.fw-block-carousel-1 .slick-dots li:before {
    border-color: #111;
}

.fw-block-carousel-1 .slick-dots li.slick-active:before {
    background-color: #111;
}

.ruby-carousel-1 {
    padding-bottom: 25px;
}

.fw-block-carousel-1 .slick-dots {
    bottom: 0;
}

.post-carousel-1 {
    position: relative;
    display: block;
    margin: 0;
    padding: 2px;
    padding-bottom: 70px;
}

.post-carousel-1 .post-header {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    z-index: 99;
    display: block;
    padding: 15px 10px 0 10px;
    min-height: 140px;
    background-color: #111;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fw-block-carousel-1 .ruby-slider-prev {
    margin-top: -45px;
}

.slick-slider .post-review-score {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* fw block 5 */
.fw-block-5 .block-content-wrap {
    margin-right: -2px;
    margin-left: -2px;
}

.fw-block-5 .post-outer {
    padding: 2px;
}

.mc4wp-form-fields p:first-child {
    margin-top: 0;
}

.mc4wp-form-fields label {
    display: block;
    margin-bottom: 7px;
    color: #999;
    font-size: 14px;
}

.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields button {
    display: block;
    width: 100%;
}

.comment-form-cookies-consent {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.2;
}

/* pagination */
.ajax-pagination {
    display: block;
    position: relative;
    text-align: center;
}

.blog-loadmore-link {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    padding: 0 25px;
    height: 32px;
    background-color: rgba(28, 28, 28, .4);
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-loadmore-link:hover {
    background-color: #111;
}

.pagination-infinite-scroll {
    position: relative;
    display: block;
    min-height: 32px;
    height: 32px;
}

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 32px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.ajax-animation-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDMwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDYwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDkwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiIHRyYW5zZm9ybT0icm90YXRlKDEyMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiNiMmIyYjIiIGZpbGwtb3BhY2l0eT0iMC4zIiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjQgNjQpIi8+PHBhdGggZD0iTTU5LjYgMGg4djQwaC04VjB6IiBmaWxsPSIjOTk5OTk5IiBmaWxsLW9wYWNpdHk9IjAuNCIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iIzdmN2Y3ZiIgZmlsbC1vcGFjaXR5PSIwLjUiIHRyYW5zZm9ybT0icm90YXRlKDIxMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiM2NjY2NjYiIGZpbGwtb3BhY2l0eT0iMC42IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjQgNjQpIi8+PHBhdGggZD0iTTU5LjYgMGg4djQwaC04VjB6IiBmaWxsPSIjNGM0YzRjIiBmaWxsLW9wYWNpdHk9IjAuNyIgdHJhbnNmb3JtPSJyb3RhdGUoMjcwIDY0IDY0KSIvPjxwYXRoIGQ9Ik01OS42IDBoOHY0MGgtOFYweiIgZmlsbD0iIzMzMzMzMyIgZmlsbC1vcGFjaXR5PSIwLjgiIHRyYW5zZm9ybT0icm90YXRlKDMwMCA2NCA2NCkiLz48cGF0aCBkPSJNNTkuNiAwaDh2NDBoLThWMHoiIGZpbGw9IiMxOTE5MTkiIGZpbGwtb3BhY2l0eT0iMC45IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjQgNjQpIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHZhbHVlcz0iMCA2NCA2NDszMCA2NCA2NDs2MCA2NCA2NDs5MCA2NCA2NDsxMjAgNjQgNjQ7MTUwIDY0IDY0OzE4MCA2NCA2NDsyMTAgNjQgNjQ7MjQwIDY0IDY0OzI3MCA2NCA2NDszMDAgNjQgNjQ7MzMwIDY0IDY0IiBjYWxjTW9kZT0iZGlzY3JldGUiIGR1cj0iMTA4MG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=') no-repeat center center !important;
    background-size: conver !important;
    -webkit-background-size: cover !important;
}

.ajax-infinite-scroll {
    margin-bottom: 25px;
    height: 32px;
}

/* Slider FW 2 */
.content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}

.content-overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    content: '';
    opacity: .3;
    pointer-events: none;
    z-index: 1;
}

.content-overlay > * {
    display: block;
    position: relative;
    width: 100%;
}

.content-overlay .post-header {
    max-width: 65%;
    width: 65%;
    margin-left: 0;
}

.p-outer-nav {
    position: absolute;
    bottom: auto;
    background-color: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    z-index: 11;
}

.feat-2-el .p-outer-nav .post-cat-info {
    margin-bottom: 10px;
}

.p-outer-nav .post-thumb-outer .post-thumb img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: top;
    -webkit-object-position: top;
}

body .is-background-post.post-slider-fw-2 {
    background-position: center top;
}

.fw-block-slider-fw-2 .ruby-slider-nav.slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.fw-block-slider-fw-2 ul.slick-dots {
    display: block;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

/* Block FW Subscribe */
.block-fw-subscribe .subscribe-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fafafa;
    padding: 30px;
}

.block-fw-subscribe .subscribe-content {
    width: 40%;
    text-align: left;
    flex: 0 0 40%;
    padding-right: 40px;
}

.block-fw-subscribe .subscribe-content h3.subscribe-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 24px;
}

.block-fw-subscribe .subscribe-description {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 13px;
}

.block-fw-subscribe .subscribe-form {
    width: 60%;
    flex: 0 0 60%;
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input {
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    margin-left: 0;
    font-size: 11px;
    padding: 14px 20px;
    border-color: transparent;
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input[type="submit"] + i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    color: #242424;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    pointer-events: none;
    -webkit-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: color .3s cubic-bezier(.32, .74, .57, 1);
    transition: color .3s cubic-bezier(.32, .74, .57, 1);
}

.block-fw-subscribe .subscribe-box .mc4wp-form-fields input[type=submit]:hover + i {
    color: #ff7171;
}

.mc4wp-form-fields {
    position: relative;
}

.widget.widget_mc4wp_form_widget input + i,
.widget.sb-widget-subscribe input + i {
    display: none;
}

.widget.widget_mc4wp_form_widget .mc4wp-form-fields > input:not(:first-child),
.widget.sb-widget-subscribe .mc4wp-form-fields > input:not(:first-child) {
    margin-top: 20px;
}

/** Gutenberg */
.entry-content > *,
.comment-content > * {
    margin-bottom: 2.2rem;
    max-width: 100%;
}

.wp-block-button {
    margin-bottom: 2.5rem;
}

.wp-block-columns {
    margin-top: 30px;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.wp-block-cover.alignleft {
    margin-right: 30px;
}

.wp-block-cover__video-background,
.entry-content .wp-block-cover__video-background {
    height: 100%;
    width: 100%;
}

.entry-content .wp-block-cover .wp-block-cover-text a,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    color: #fff;
}

.wp-block-pullquote {
    position: relative;
    border-top: none;
    border-bottom: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    max-width: 80%;
}

.wp-block-pullquote.is-style-default {
    padding-top: 1em;
    padding-bottom: 1em;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 22px;
    line-height: 1.55;
}

.wp-block-pullquote::before {
    content: "”";
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    height: 44px;
    width: 44px;
    color: #111;
    margin: 0 auto 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    border: none;
}

.entry-content .has-large-font-size {
    line-height: 1.25;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    max-width: 702px;
    line-height: 1.25;
}

.wp-block-media-text {
    font-size: 18px;
}



/* NEW HEADER OVERRIDES ( Shopistry | RT )*/


.buy__section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo__section {
  position: relative;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 49px;
}

.link__section {
  margin-right: 50px;
}


.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-middle {
  -webkit-align-items: center;
  align-items: center;
}

.flex, .flex-between, .flex-bottom, .flex-center, .flex-col, .flex-col-reverse, .flex-left, .flex-middle, .flex-right, .flex-row, .flex-row-reverse, .flex-stretch, .flex-top {
  display: -webkit-flex;
  display: flex;
}


.fill-blue {
  fill: #2f4a73;
}



/* STYLE OVERRIDES ( Shopistry | RT )*/

.CookieMessage {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
    background: #212121;
    padding: 20px 20px;
    z-index: 99999;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    border-radius: 18px;
    color: #fff;

    @media only screen and (max-width: 1198px) {
      left: 0px !important;
      right: 0px !important;
      max-width: 350px !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
}

.CookieMessage.hide {
  display: none;
}

.CookieMessage a {
  -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #f5f5f5;
    place-self: center;
    white-space: nowrap;
    font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.lLtmC {
    height: 100%;
    display: grid;
    grid-gap: 20px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CookieMessage .gHrKpo {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 20px;
}


.CookieMessage h2 {
    font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0.75em;
    color: #fff;
    font-size: calc(0.0006329113924050633*100vw + 15.734177215189874px);
}

.CookieMessage p {
    font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    font-size: calc(0*100vw + 15px);
}

 .CookieMessage button{
   font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    min-width: 230px;
    font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.3;
    -webkit-letter-spacing: -0.01em;
    -moz-letter-spacing: -0.01em;
    -ms-letter-spacing: -0.01em;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-property: opacity,color,background-color;
    transition-property: opacity,color,background-color;
    -webkit-transition-time: .1s;
    transition-time: .1s;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 42px;
    border-radius: 21px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background: white;
    border-color: white;
    color: black;
 }

 .CookieMessage button:hover {
    background: #eee;
 }


body, p, h1, h2, h3, h4, h5, h6, a, span, input, textarea {
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.hide__image {
  opacity: 0;
}

.video-playlist-iframe-nav-el .meta-date  {
  margin-top: 5px !important;
  position: relative;
  display: block;
}

.hovered__background {
  background-size: cover;
  background-position: center;
  border: solid 1px #aaa;
  background-repeat: no-repeat;
  transition: 0.5s;
  opacity: 1;
}

.hovered__background:hover {
  opacity: 0.7;
}


 .iframe-loaded {
   max-width: 700px;
   margin: auto;
 }

.single-share-bar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: -7px;
  position: relative;
}

.single-share-bar-inner span {
  position: relative;
  margin-right: 20px;
}

.footer__container .left__column.not--on--mobile li {
  margin-bottom: 15px;
}

.menu-item.current-menu-item a{
  color: #51B7E0 !important;
}

.archive-page-header.is-light-text.has-bg-image {
  margin-bottom: 0px !important;
}

.search-no-result.post-title h3 {
  color: #878787;
  font-size: 40px !important;
  line-height: 40px;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.extra__heading {
  margin-top: 100px !important;
}
.category__error {
  display: none;
}

.search-no-result-content p {
  color: #878787;
  font-size: 24px !important;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.hovered__dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(33,33,33,0.5);
  z-index: 99;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.hovered__dark:hover {
  opacity: 1;
}

.grey__sm__category {
  position: relative;
  text-align: left;
  margin-bottom: -10px;
}

.sign__up__button {
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
  border-radius: 50px;
  border: solid 1px #212121;
  color: #212121;
  top: 8px;
}

.image__overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(33,33,33,0.4);
}

.sign__up__button:hover {
  color: #51B7E0;
  border: solid 1px #51B7E0;
}

.form__wrapper {
  position: relative;
  display: flex;
}


.input__field {
  position: relative;
  width: 75%;
}

.button__field {
  position: relative;
  width: 25%;
}

.single-related-header.block-title h3 {
  color: #FC6358;
}

.related__blog__posts {
  position: relative;
  margin-top: 50px;
}

.sidebar-footer h5 {
  margin-bottom: 25px;
}

input {
  outline: none;
}

/* Customize the label (the container) */
.check__container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #212121;
}

/* On mouse-over, add a grey background color */
/* .check__container:hover input ~ .checkmark {
  background-color: #212121;
} */

/* When the checkbox is checked, add a blue background */
.check__container input:checked ~ .checkmark {
  background-color: #212121;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check__container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check__container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #51B7E0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category__name {
  position: relative;
  display: inline-block;
  top: -5px;
}

.active__underline {
  /* border-bottom: solid 1px #fd6558; */
  padding-top: 2px;
  color: #fd6558 !important;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.active__underline:hover {
  /* border-bottom: solid 1px #fd6558; */
}

.searchandfilter {
  width: 150px;
}

.searchandfilter ul li:first-child > ul li:first-child {
  display: none;
}

.searchandfilter ul li:last-child {
  display: none;
}

.max-page--wrapper {
  position: relative;
  max-width: 1170px;
  margin: auto;
}

.search__results {
    color: #212121;
}

.search__title {
  font-size: 25px;
  color: #212121;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}


.not--on--mobile {
  display: block;
}

.mobile--only {
  display: none;
}


.mobile--flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.mobile--50 {
  width: 50%;
}

.connect--mobile {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.margin--top--connect {
  margin-top: 20px;
}

.app--store--buttons {
  position: relative;
  margin-top: 10px;
  display: flex;
  width: 100%;
}

.app--store--buttons > div {
  width: 50%;
  max-width: 130px;
}

.mobile--only--search {
  display: none;
}

.desktop--search--input {
  position: relative;
}

.desktop--search--input .icon__top {
  position: absolute;
  z-index: 999;
  top: 24px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image:url('/blog/wp-content/themes/look/assets/images/icon_search.svg');
  background-size: contain;
}

.desktop--search--input .icon__top:hover {
    background-image:url('/blog/wp-content/themes/look/assets/images/icon_search_select.svg')
}


.desktop--search--input .icon__top__close_desktop {
  position: absolute;
  z-index: 999;
  right: 10px;
  display: none;
  top: 0px;
}

.desktop--search--input .search__input__desktop {
  position: absolute;
  width: 200px;
  display: none;
  height: 30px;
  left: -200px;
  top: 15px;
}

.popover__counter {
  position: relative;
  margin: 10px 10px 20px 10px;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
  color: #212121;
  font-weight: 300;
}

.popover__counter a {
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  color: #51B7E0;
}

.sm__cat__title .post-cat-info a {
  color: #aaaaaa !important;
  font-weight: 400;
}

.sm__cat__title .post-cat-info {
  margin-bottom: 5px;
}

.margin--top--20 {
  position: relative;
  margin-top: 20px;
}


.post-title.is-medium-title {
  margin-top: 15px;
  font-size: 25px !important;
}

.main-site-outer, .main-site-wrap {
  margin-top: 175px;
}

@media only screen and (max-width: 1198px) {

  .archive-page-header {
    margin-top: 0px;
  }

  .no--border--bottom {
    border-bottom: none !important;
  }

  .mobile__subnav li:last-child {
      border-bottom: none !important;
  }

  .small--margin--top {
    margin-top: -20px;
  }

  .nav--margin--top {
    border-top: 1px solid rgb(33, 33, 33)
  }

  .post-title a {
      background-image: none !important;
      background-image: none !important;
      background-image: none !important;
      background-size: 0% 0px !important;
      -webkit-background-size: 0% 0px !important;
  }

  .connect--text {
    font-size: 18px;
    line-height: 24px;
  }

  .margin--top--connect {
    margin-top: 1s0px;
  }


  .footer__container {
    padding : 0px 0px !important;

  }

  .footer__container li {
    margin-bottom: 10px;

  }


  .footer-social-bar-inner {
    margin-left: 0px !important;
  }

  .footer__right__side {
    position: relative;
    width: 100vw !important;
  }

  .search-no-result-content {
      padding: 0px 20px !important;
  }

  .iframe-loaded {
    max-width: 100%;
    margin: auto;
  }

  .max-page--wrapper {
    position: relative;
    max-width: 1170px;
    margin: auto;
    width: 100% !important;
    overflow-x: hidden;
    height: 70px;
  }

  .button__field, .button__field {
    width: 50%;
  }

  .header-nav-inner {
    padding-bottom: 15px;
  }

  .main-site-outer, .main-site-wrap {
      margin-top: 90px;
  }

  .single-share-bar-inner {
    display: none;
  }

  .margin--top--20 {
    position: relative;
    margin-top: 0px;
  }

  .header-outer {
    padding-bottom: 15px;
  }

  .filter__container {
    position: relative !important;
    margin-top: 20px !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-left: 20px;
    top: 20px;
  }

  .filter__container p {
    position: absolute;
    margin-right: 10px;
    top: -25px;
    text-align: left;
    display: block;
  }

  .check__container {
    margin-right: 15px;
  }

  .desktop--search--input {
    display: none;
  }

  .mobile--only--search {
    display: block;
    margin-top: 15px;
    position: relative;
    display: flex;
  }

  .search__input {
    position: relative;
    width: 100%;
  }

  .icon__top {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 1px;
  }

  .icon__top__close {
    position: absolute;
    z-index: 999;
    right: 10px;
    display: none;
    top: 2px;
  }

  .mobile--only {
    display: block;
  }

  .slick-track .is-light-text p {
    font-size: 13px;
    line-height: 13px;
  }

  .not--on--mobile {
    display: none !important;
  }

  .right__column {
    position: relative;
    text-align: right;
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }

  .blog-listing-wrap .post-list {
    display: block !important;
  }

  .blog-listing-wrap .post-list .is-left-col,
  .blog-listing-wrap .post-list .is-right-col{
    width: 100%;
  }

  .archive-page-header.styled {
    top: 20px;
    margin-top: 0px;
  }

  .buy__button {
    font-size: 13px !important;
    min-width: 65px !important;
    height: 28px !important;;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-family: MessinaSansWeb,Helvetica,Arial,sans-serif;
    line-height: 1.3;
    -webkit-letter-spacing: -0.01em;
    -moz-letter-spacing: -0.01em;
    -ms-letter-spacing: -0.01em;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 100px;
    background-color: #2f4a73;
    z-index: 999;
  }

  .buy__button:before {
    background-color: #fd6558;
    -webkit-transform: scale(1) translateZ(0) !important;
    transform: scale(1) translateZ(0) !important;
  }

  .buy__button:hover {
    text-decoration: none;
  }

  .col-xs-6 {
    width: 50%;
    padding: 0px 12px !important;
  }

  .search-page-header-inner {
    margin-left: 10px;
  }

  .post-title.is-medium-title {
    margin-top: 15px;
  }

  .mobile__subnav {
    margin-left: 20px;
  }

  .nav--margin--top {
    margin-top: 50px;
  }

  .block-title, .widget-title, section.products > h2 {
    padding-left: 10px;
  }

}

.filter__title {
  position: relative;
  margin-bottom: 5px;
}


.mc__loader {
  position: absolute;
  z-index: 999;
  height: 100%;
  display: none;
  opacity: 0 !important;
}

.filter__container {
  position: absolute;
  right: 0px;
  width: 100px;
  z-index: 999;
  margin-top: 100px;

}



.top__nav ul  {
  display: flex;
}

.top__nav ul li  {
  margin-left: 20px;
}

.top__nav ul li a {
  font-family: AkkuratLL, Helvetica Neue, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
  font-size: 1.04167vw !important;
  text-transform: inherit;
  font-weight: 400;
  color: #2f4a73;
  transition: 0.5s;
  padding-bottom: 5px;
  position: relative;
}

.top__nav ul li a:hover {
  text-decoration: none;
}

.main-navigation .menu-item a {
  font-family: AkkuratLL, Helvetica Neue, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  transition: 0.3s;
  color: #212121;
  margin-bottom: 28px !important;

}

.top__nav ul li a .left__line {
  position: absolute;
  border-bottom: solid 1px #fd6558;
  width: 0%;
  height: 1px;
  display: flex;
  left: -40px;
  margin-top: 5px;
  transition: all .8s cubic-bezier(.43,.195,.02,1)
}
.top__nav ul li a .right__line {
  position: absolute;
  border-bottom: solid 1px #fd6558;
  width: 0%;
  height: 1px;
  display: flex;
  right: 0px;
  right: -40px;
  margin-top: 5px;
  transition: all .8s cubic-bezier(.43,.195,.02,1)
}

.top__nav ul li a:hover {
  color: #fd6558;
}

.top__nav ul li a:hover .left__line {
  width: 100%;
  left: 0px;
}

.top__nav ul li a:hover .right__line {
  width: 100%;
  right: 0px;
}

/* .active__underline .right__line, .active__underline .left__line {
  width: 100% !important;
  right: 0px !important;
  left: 0px !important;
} */

.top__nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 20px;
  padding-top: 20px; */
  /* margin: auto; */
  padding-top:calc(9px*3);
  padding-bottom:calc(9px*3);
  padding-left: calc(100vw*0.07152777778*1);
  padding-right: calc(100vw*0.07152777778*1);
}

.top-nav-hr {
  margin-left: calc(100vw*0.07152777778*1);
  margin-right: calc(100vw*0.07152777778*1);
}

 .hr--border {
   position: absolute;
   bottom: 20px;
   width: 100%;
   height: 1px;
   color: #a6988f;
   border: 0.5px solid #a6988f;
 }

.buy__button {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  appearance: none;
  cursor: pointer;
  color: rgb(245, 245, 245);
  width: auto;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  font-family: AkkuratLL, Helvetica Neue, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: unset;
  font-weight: 400;

  text-decoration: none;
  outline: none;
  transition: opacity 0.15s ease 0s, color, background-color;

  font-size: 1.04167vw;
  padding: calc(2*9px) 28px;

}

.buy__button:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: #2f4a73;
      z-index: -1;
      border-radius: 100px;
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      -webkit-transition: all .6s cubic-bezier(.43,.195,.02,1);
      transition: all .6s cubic-bezier(.43,.195,.02,1);
}

.buy__button:hover:before {
  background-color: #fd6558;
  -webkit-transform: scale(0.94) translateZ(0);
  transform: scale(0.94) translateZ(0);
}

.cart__button {
  margin-left: 15px;
}

.subscription__form {
  position: relative;
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}

.subscription__form input {
  margin: auto;
  position: relative;
  border-color: #878787;
}

.subscription__form h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.link--underline {
  text-decoration: underline;
}

.form__message {
  margin-bottom: 15px;
}

.complete {
  margin-bottom: 0px;
}

.success__message {
  display: none;
  margin-bottom: 30px;
}

.disclaimer--size {
  font-size: 14px;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
  color: #878787;
  margin-top: -15px;
}

.main-nav-inner > li > a, .header-style-2 .nav-search-outer {
  color: #2f4a73 !important;
}

.home__button {
  display: flex;
  font-size: 13px;
  width: auto;
  height: 16px;
  align-items: center;
  background-size: contain;
  font-weight: 300;
  color: #2f4a73 !important;
  /* background-image: url('/content/themes/look/assets/images/icon_home.svg'); */
}

.home__button.active__home {
  color: #fd6558 !important;
  /* background-image: url('/content/themes/look/assets/images/icon_home_select.svg'); */
}

.home__button:hover {
    color: #fd6558 !important;
  /* background-image: url('/content/themes/look/assets/images/icon_home_select.svg'); */
}

.home__button.active {
      color: #fd6558 !important;
  /* background-image: url('/content/themes/look/assets/images/icon_home_select.svg'); */
}

.flex__box {
  display: flex;
  top: 22px;
  position: relative;
}

.main-nav-wrap li a:hover {
  color: #fd6558 !important;
}

.flex--container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}

.post-title.is-mini-title {
  text-align: left !important;
}

.ruby-container--full {
  max-width: 100%;
  width: 100%;
  /* padding-right: calc(3vw);
  padding-left: calc(3vw); */
}



/* .ruby-container--full.max--width--container {
  max-width: 100%;
  width: 100%;
  padding-right: calc(7vw);
  padding-left: calc(7vw);
} */



@media only screen and (max-width: 900px) {

  .video-playlist-iframe {
    margin-right: 0 !important;
    padding-left: 0px !important;
    padding-right: 10px;
  }

  .ruby-container--full.max--width--container {
    padding-right: calc(3vw);
    padding-left: calc(3vw);
  }

  .video-playlist-outer {
    padding: 0px !important;
    margin: 0px 0px 0px 10px !important;
  }

  .post-list-small .post-thumb-outer {
    max-width: 90px !important;
  }

  .fw-block-video .post-list-small .post-header {
    margin-left: 0px;
  }

}


@media only screen and (max-width: 900px) {

  .logo-image-mobile img {
      max-height: auto;
      width: 80px;
      margin-top: 7px;
  }

  .video-playlist-iframe-nav {
    margin-left: -10px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    background-color: #E6E5E5;
    padding-top: 10px;
    width: 100%;
    margin-top: -28px !important;
  }

  .video-playlist-iframe-nav-outer {
    padding-right: 0px !important;
  }

}

@media only screen and (max-width: 1198px) {

  .video-playlist-iframe-nav {
    max-height: 284px;
    margin-left: -30px;
    padding-left: 15px;
    background-color: #E6E5E5;
    padding-top: 10px;
  }

  .main-nav-wrap, .top-bar-wrap {
      display: none !important;
  }

  .code-header-outer {
    margin-left: -20px;
  }

  .header-logo-mobile-wrap {
    display: block;
    padding: 10px 0px;
  }

  .header-nav-inner .off-canvas-btn-wrap, .header-nav-inner .nav-search-wrap {
    display: block !important;
  }

  .is-abs .entry-header {
    padding: 15px;
  }

  .flex--container {
    display: block;
  }
  .post__content__container {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 20px;
  }

  .top__nav {
    display: none;
  }
}

hr {
  /* margin-bottom: 20px; */
  /* background-color: #a6988f !important; */
  background-color: #a6988f; height: 1px; border: 0;
  opacity: 0.5;
  padding: 0px;
  margin : 0px;
}

.left__column, .right__column {
  width: 48%;
}

.w3 {
  width: calc(100vw*0.07152777778*3)
}

.full__column {
  width: 100%;
}

.flex--column {
  display: flex;
}

.right__column {
  position: relative;
  text-align: right;
}

.right__column ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.right__column ul li {
  margin: 0px 8px;
  width: 26px;
  height: 26px;
}

.right__column ul li img {
  width: 20px;
}


.connect--mobile li {
  width: 26px;
}


.connect--mobile li img {
  width: 20px;
}

.connect--text {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #000 !important;
  text-align: right;
}

.lower__footer {
  position: relative;
  display: block;
  background-color: #f6f3ef !important;
}

.footer__container {
  padding-right: calc(100vw*0.07152777778*1);
  padding-left: calc(100vw*0.07152777778*1);
  background-color: #f6f3ef;
}

.footer__sm__padding {
  padding-right: calc(100vw*0.07152777778*2);
}

.flex__column {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

@media only screen and (max-width: 767px) {

  .flex__column {
    justify-content: space-between;
  }

  .flex__column ul {
    width: 50%;
  }

}

.footer__appLogo {
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .footer__appLogo {
    height: 30px;
  }

  .footer__inner__wrapper nav .h__5 {
    margin-bottom: calc(9px*3);
  }

  .footer__inner__wrapper nav {
    margin-bottom: calc(9px*3);
  }
}

.hr {
  background: #d2ccc7;
  height: 1px;
  transform: scaleY(.5);
}

@media only screen and (max-width: 767px) {
  .hr {
    transform: scaleY(1);
  }
}

/* padding-top: calc(9px*8);
padding-bottom: calc(9px*8); */

.wide--container {
  width: 40%;
  max-width: 300px;
}
.ctas {
  margin-top: 10px;
  justify-content: end !important;
}
.ctas > div {
  width: 128px;
  margin-right: 15px;
}

.max--width--134 {
  width: 140px !important;
}

.entry-header.sm {
  max-width: 500px;
}

.home .entry-header {
  padding-top: 50px;
}

.footer__right__side {
  position: relative;
  position: absolute;
  right: 0px;
}

.footer__right__side ul {
  display: flex;
}

.footer__right__side ul li {
  margin-left: 20px;
}

.footer__right__side ul li a {
  color: #beb39f;
  font-size: .97222vw;
  line-height: 1.71429;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: all .6s cubic-bezier(.43,.195,.02,1);
}

@media only screen and (max-width: 767px) {
  .footer__right__side ul li a {
    font-size: calc(10px + (400vw - 1280px)/1120);
    font-weight: 700;
  }

  .footer__right__side ul  {
    justify-content: center;
  }

  .footer-social-bar-inner {
    margin-right: 0px;
  }

}


.footer__right__side ul li a:hover {
  color: #fd6558;
}

.subtitle__grid__element {
  position: relative;
  max-width: 400px;
  margin-top: 15px;
}


[aria-current="page"] {
  color: #51B7E0 !important;
}


.archive-title.post-title {
  text-transform: unset !important;
}

.post-title, .product_title, .widget_recent_entries li {
  text-transform: unset !important;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.is-abs .entry-header {
  position: absolute;
  z-index: 999;
  padding: 30px;
  max-width: 700px;
}

.is-abs .entry-header h1 {
  font-size: 60px !important;
  color: #fff;
}

.entry-header p {
  color: #878787;
}

.post__content__container {
  width: 50%;
  margin-left: 30px;
}

.ruby-carousel.slick-slider h2 a {
  color: #fff !important;
  font-size: 40px;
}
.entry.post-content.entry-content.single-entry a{
  color: #51B7E0 !important;
}

.meta-date {
  text-transform: capitalize !important;
}

.dark--text {
  color: #212121;
  margin-right: 5px;
  text-transform: capitalize !important;
  font-family: MessinaSansWeb, Helvetica, Arial, sans-serif;
}

.meta-info-el {
    font-family: MessinaSansWeb, Helvetica, Arial, sans-serif !important;
}

.meta-info-author {
  text-transform: capitalize !important;
}

/* NEW FOOTER CHANGES */

.footer-nav ul li a,
.footer__inner__wrapper .text--medium {
    font-size: calc(13px + (300vw - 960px)/1120);
}

footer {
    padding-top: calc(9*12px);
}

.footer__logo {
    display: block;
    margin-bottom: 90px;
    width: 100px;
}

.footer__inner__wrapper .text-blue {
    color: #2f4a73;
}

.footer__inner__wrapper .text--xsmall {
    font-size: 10px;
    line-height: 1;
}

.footer__inner__wrapper .color-fadedBrown {
    color: #beb39f;
}

.footer__inner__wrapper p.text--medium {
    margin-bottom: 27px;
}

.input--newsletter input[type="email"]:not(:placeholder-shown) + label {
    transform: translateY(-25%) scale(.5);
}

.footer-wrap {
    background-color: #f6f3ef;
}

#footer .flex__column ul {
    margin-bottom: 36px;
}

#footer .flex__column ul li {
    margin-bottom: 36px;
    line-height: 0.9;
}

form.input--newsletter {
    position: relative;
    margin-bottom: 18px;
    border-bottom: 1px solid #c7c1bc;
    display: flex;
}

form.input--newsletter button[type="submit"] {
    background-color: transparent;
    font-size: 20px !important;
    color: #7E7779;
    left: 15px;
}

form.input--newsletter label {
    color: #2f4a73;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 1s cubic-bezier(.43,.195,.02,1);
    transition: 1s cubic-bezier(.43,.195,.02,1);
}

.input--newsletter input[type="email"] {
    font-size: 14px;
    line-height: 1.6;
    background: none;
    width: 100%;
    border: none;
    height: 45px;
    padding: 1px;
    color: #2f4a73;
}

.footer-social-nav a {
    margin-right: 15px;
}

.footer-social-nav a svg{
    width: 18px;
    height: 15px;
}

.footer-nav,
.footer__inner__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__outer__wrapper {
    width: 100%;
}

.footer-inner {
    padding-top: 0;
}

.footer__inner__wrapper nav {

    margin-right: 100px;
}


@media only screen and (max-width: 767px) {

  .footer-nav,
  .footer__inner__wrapper {
    flex-direction: column;
  }

  .text--medium {
    font-size: 14px;
  }

  .footer__inner__wrapper nav {
    padding-top: 45px;
    margin-right: 0px;
  }

  .footer__logo {
    width: 55px;
  }

  .footer__right__side {
    width: 100% !important;
  }

  #footer .flex__column ul li {
    margin-bottom: 20px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 768px) {

    .footer-nav ul li a,
    .footer__inner__wrapper .text--medium {
        font-size: 1.1111vw;
    }

    .w-3 {
        width: calc(100vw*0.07152*3);
    }

    .w-4 {
        width: calc(100vw*0.07152*4);
    }

    .footer-social-bar-inner {
        position: static;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .footer__right__side {
        position: static;
        width: auto !important;
    }

    .footer__lower__container {
        padding-right: calc(100vw*0.07152777778*1);
        padding-left: calc(100vw*0.07152777778*1);
    }

    .footer__right__side ul li {
        margin-left: 0px;
        margin-right: 20px;
    }

    .footer-copyright-wrap {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1198px) {

    .footer__inner__wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

}







.footer-banner {
  background-color: #fff;
  padding-bottom: 40px;
}

.insight {
  text-align: left;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.insight__container {
  flex: 1 2 auto;
  max-width: 650px;
}

.insight h3 {
  font-family: AkkuratLL, Helvetica Neue, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #2f4a73;
  margin-bottom: 30px;
  padding-right: 100px;
}

.insight__button {
  font-size: 13px;
  background-color: #2f4a73;
  padding: 16px 51px;
  left: 48px;
  top: 22px;
  border-radius: 100px;
  color: rgb(245, 245, 245);
}

.insight__image-container img {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .insight h3 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 10px;
  }

  .insight {
    justify-content: space-between;
  }

  .insight__container {
      flex: 1 2 auto;
      max-width: 220px;
  }

  .insights__image__ring img {
    max-width: 108px;
  }
}

/* END FOOTER CHANGES */

/* TOP NAVIGATION UPDATES */

.off-canvas-wrap {
    font-family: AkkuratLL,Helvetica Neue,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
    width: 100%;
    background-color: #e5ded3 !important;
}

.off-canvas-inner {
    padding: 0;
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
}

.mobile-nav-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.off-canvas-btn {
    height: 35px !important;
}

.mobile--only--search .off-canvas-btn:hover .icon-wrap,
.mobile--only--search .off-canvas-btn:hover .icon-wrap:before,
.mobile--only--search .off-canvas-btn:hover .icon-wrap:after {
    background-color: #000000;
}

.mobile-js-menu .ruby-trigger .icon-wrap {
    background-color: transparent !important;
}

.off-canvas-inner .off-canvas-nav-wrap a {
    font-family: AkkuratLL,Helvetica Neue,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif !important;
    color: #2f4a73;
    font-size: 28px;
    font-weight: 100 !important;
}

.off-canvas-inner .ruby-close-btn:before,
.off-canvas-inner .ruby-close-btn:after {
    background-color: #2f4a73;
}

.off-canvas-nav-wrap {
    padding: 40px 20px;
    display: flex;
}

.off-canvas-wrap .off-canvas-nav-wrap li {
    border: none;
    min-height: unset;
}

.off-canvas-top-menu,
.off-canvas-top-menu div {
    display: flex;
    align-items: center;
}

.off-canvas-top-menu {
    justify-content: space-between;
    margin-bottom: 20px;
}

.off-canvas-top-menu .header-logo-mobile-wrap,
.off-canvas-top-menu .header-logo-mobile-wrap img {
    padding: 0;
    margin: 0;
}

.off-canvas-top-menu #ruby-off-canvas-close-btn {
    position: static;
    display: block;
}

.off-canvas-hr {
    margin: 0 20px;
}

#off-canvas-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    text-transform: unset;
    letter-spacing: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

#off-canvas-navigation li {
    padding: 20px 0;
}

#off-canvas-navigation div {
    padding-top: 20px;
}

#off-canvas-navigation div li {
    padding: 10px 0;
}

@media only screen and (max-width: 1198px) {
    .mobile__subnav {
        margin-left: 30px;
    }
}

.off-canvas-inner .off-canvas-nav-wrap .small-links {
    min-height: unset;
    flex-grow: 0;
}

.off-canvas-inner .off-canvas-nav-wrap .small-links a {
    font-size: 10px;
    color: #7a736e;
    letter-spacing: -0.1px;
    font-weight: 700 !important;
    line-height: 1;
    padding-right: 10px;
    text-transform: none;
    font-family: AkkuratLL,Helvetica Neue,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
}

[aria-current="page"] {
    color: #ff7471 !important;
}

.off-canvas-widget-section-wrap.sidebar-wrap {
    position: absolute;
}

.entry.post-content.entry-content.single-entry .blog-mity-block a {
    color: #FFFFFF !important; }

  .blog-mity-block {
    background-color: #2F4A73; }
    @media (min-width: 992px) {
      .blog-mity-block {
        padding: 0 4px 4px 4px; } }
    .blog-mity-block .blog-mity-block--header {
      padding: 15px 15px; }
      .blog-mity-block .blog-mity-block--header h4 {
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        text-align: center; }
    .blog-mity-block .blog-mity-block--items {
      display: flex;
      flex-wrap: wrap; }
      .blog-mity-block .blog-mity-block--items .item {
        flex: 0 0 20%;
        max-width: 20%;
        background-repeat: no-repeat;
        background-size: cover; }
        .blog-mity-block .blog-mity-block--items .item.item-1 {
          background-image: url(./blog-hti-item1-sm.webp); }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item.item-1 {
              background-image: url(./blog-hti-item1.webp); } }
        .blog-mity-block .blog-mity-block--items .item.item-2 {
          background-image: url(./blog-hti-item2-sm.webp); }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item.item-2 {
              background-image: url(./blog-hti-item2.webp); } }
        .blog-mity-block .blog-mity-block--items .item.item-3 {
          background-image: url(./blog-hti-item3-sm.webp); }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item.item-3 {
              background-image: url(./blog-hti-item3.webp); } }
        .blog-mity-block .blog-mity-block--items .item.item-4 {
          background-image: url(./blog-hti-item4-sm.webp); }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item.item-4 {
              background-image: url(./blog-hti-item4.webp); } }
        .blog-mity-block .blog-mity-block--items .item.item-5 {
          background-image: url(./blog-hti-item5-sm.webp); }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item.item-5 {
              background-image: url(./blog-hti-item5.webp); } }
        .blog-mity-block .blog-mity-block--items .item a {
          font-size: 14px;
          line-height: 17px;
          color: #FFFFFF !important;
          height: 100%;
          width: 100%;
          min-height: 224px;
          position: relative;
          display: block;
          text-decoration: none; }
          @media (min-width: 992px) {
            .blog-mity-block .blog-mity-block--items .item a {
              padding: 6px;
              display: flex;
              flex-wrap: wrap;
              min-height: 180px; } }
          .blog-mity-block .blog-mity-block--items .item a span.item-text {
            white-space: nowrap;
            position: absolute;
            transform: rotate(-90deg);
            display: block;
            transform-origin: bottom;
            width: 0;
            bottom: 45px;
            right: 5px; }
            @media (min-width: 992px) {
              .blog-mity-block .blog-mity-block--items .item a span.item-text {
                width: auto;
                transform: rotate(0deg);
                white-space: break-spaces;
                position: relative;
                bottom: auto;
                right: auto;
                flex: 1;
                align-self: flex-end; } }
          .blog-mity-block .blog-mity-block--items .item a span.item-img {
            width: 100%;
            display: block;
            position: absolute;
            bottom: 5px;
            text-align: center; }
            @media (min-width: 992px) {
              .blog-mity-block .blog-mity-block--items .item a span.item-img {
                position: relative;
                bottom: auto;
                flex: 0 0 17px;
                max-width: 17px;
                align-self: flex-end; } }
    .blog-mity-block .blog-mity-block--image {
      text-align: center; }
