img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/** 1.0 - Magnific Popup CSS */
.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9840;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.mfp-hide {
    display: none !important;
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9845;
    width: 100%;
    height: 100%;
    outline: none !important;
}

.mfp-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    align-items: center;
}

.admin-bar .mfp-container {
    top: 32px;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 9990;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 1044;
    margin-top: -0.8em;
    width: auto;
    color: #cccccc;
    text-align: center;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 99999;
    display: block;
    overflow: visible;
    padding: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: lighter;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}

.is-light-text .mfp-close,
[data-theme="dark"] .mfp-close {
    background-color: transparent;
}

.mfp-close:hover,
[data-theme="dark"] .mfp-close:hover,
.is-light-text .mfp-close:hover {
    background-color: #ff8763;
    color: #fff;
}

.mfp-close *,
.mfp-arrow * {
    pointer-events: none !important;
}

.mfp-counter {
    color: #fff;
    font-size: .875rem;
    opacity: .5;
}

/* mfp iframe */
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0;
}

.mfp-iframe-scaler {
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    line-height: 0;
    -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    content: '';
}

.mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-figure img {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6);
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        line-height: 35px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .rb-gallery-popup .mfp-container {
        padding-right: 0;
        padding-left: 0;
    }

}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-top: 5px;
    margin-left: -300px;
    padding-bottom: 5px;
    width: 600px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-bg.rb-popup-effect {
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.mfp-bg.mfp-ready.rb-popup-effect {
    opacity: .9;
}

.mfp-removing.mfp-bg.mfp-ready.rb-popup-effect {
    opacity: 0 !important;
}

.rb-popup-effect .mfp-content {
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-popup-effect.mfp-ready .mfp-content {
    opacity: 1;
}

.rb-popup-effect.mfp-removing .mfp-content {
    opacity: 0;
}

/* newsletter */
.response-notice {
    display: none;
    text-align: center;
}

.response-notice.is-show {
    z-index: 9999;
    display: block;
}

.rb-newsletter-popup {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin: auto;
    max-width: 760px;
    max-height: 90vh;
    width: 100%;
    height: 480px;
    background-color: #fff;
    flex-grow: 1;
}

[data-theme="dark"] .rb-newsletter-popup {
    background-color: #282828;
}

.rb-newsletter-popup .rb-newsletter {
    display: block;
    width: 100%;
    height: 100%;
}

.newsletter-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.rb-newsletter-popup .rb-newsletter-inner,
.rb-newsletter-popup .rb-newsletter .rb-newsletter-inner {
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    align-content: stretch;
}

.rb-newsletter-popup .newsletter-cover,
.rb-newsletter-popup .newsletter-content {
    display: flex;
    display: -webkit-flex;
    width: 50%;
    flex: 0 0 50%;
}

.rb-newsletter-popup .newsletter-cover {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .07);
}

.rb-newsletter .newsletter-content {
    padding: 30px;
    text-align: center;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
}

.rb-newsletter input.newsletter-email {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid currentColor !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none;
    text-align: center;
}

.rb-newsletter-popup input.newsletter-email {
    width: 80%;
}

.rb-newsletter h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.rb-newsletter form {
    margin-top: 15px;
}

.rb-newsletter input[type="email"]:focus {
    text-align: left;
}

.rb-newsletter button[type="submit"] {
    padding: 0 60px;
    letter-spacing: .02em;
}

.rb-newsletter-popup .rb-newsletter-inner > *:nth-child(1):not(.newsletter-cover) {
    width: 100%;
    flex: 1;
}

.newsletter-privacy {
    display: block;
    margin-top: 10px;
}

.newsletter-privacy label {
    font-size: .8rem;
}

input[type=checkbox].newsletter-checkbox + label {
    cursor: pointer;
}

input[type=checkbox].newsletter-checkbox {
    display: none;
    opacity: 0;
}

input[type="checkbox"].newsletter-checkbox + label:before {
    display: inline-block;
    margin: 0 7px 0 0;
    margin-right: 7px;
    padding: 1px;
    width: .8rem;
    height: .8rem;
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: transparent;
    content: "\2714";
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}

input[type="checkbox"] + label:active:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="checkbox"].newsletter-checkbox:checked + label:before {
    border-color: #ff8763;
    background-color: #ff8763;
    color: #fff;
}

input[type="checkbox"].newsletter-checkbox:disabled + label:before {
    border-color: #aaa;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

input[type="checkbox"].newsletter-checkbox:checked:disabled + label:before {
    border-color: #ffcfdb;
    background-color: #ffcfdb;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.widget-area .widget .newsletter-desc p,
.rb-newsletter input.newsletter-email {
    font-size: .9rem;
}

.newsletter-inner-cover {
    display: block;
    overflow: hidden;
    margin: 20px auto;
    max-width: 100%;
}

.response-notice {
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: none;
    padding: 10px 40px;
    min-width: 300px;
    background-color: #333;
    -webkit-box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
    color: #fff;
    white-space: nowrap;
    font-size: .875rem;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.response-notice.showing {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.response-notice.email-exists,
.response-notice.privacy-error {
    background-color: #ff6d5e
}

.response-notice.email-error {
    background-color: #f84242;
}

.response-notice.success {
    background-color: #79a468;
}

#rb-close-newsletter {
    background-color: rgba(0, 0, 0, .07);
    color: #333;

}

#rb-close-newsletter:hover {
    background-color: #ff8763;
    color: #fff;
}

.rb-newsletter-popup .rb-newsletter .newsletter-input {
    flex-flow: row wrap;
    justify-content: center;
}

.rb-newsletter-popup .newsletter-privacy {
    justify-content: center;
}

/* rb gallery */
.gallery-header {
    text-align: center;
}

.single-rb-gallery .gallery-header .entry-title {
    margin-bottom: 0;
}

.rb-gallery-wrap {
    position: relative;
    display: block;
    padding-bottom: 60px;
    width: 100%;
}

.rb-gallery-wrap .gallery-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -10px;
}

.rb-gallery-wrap.is-wide .gallery-inner {
    margin-right: 0;
    margin-left: 0;
}

.rb-gallery-wrap:after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    margin-left: -100px;
    width: 200px;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    content: '';
    opacity: .25;
}

.single-rb-gallery .is-dark-style .rb-gallery-wrap {
    padding-bottom: 0;
}

.single-rb-gallery .is-dark-style .rb-gallery-wrap:after {
    display: none;
}

.gallery-content .entry-content {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    max-width: 900px;
}

.rb-gallery-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.rb-gallery-el {
    display: block;
    float: left;
    padding: 10px;
    width: 33.33%;
}

.rb-gallery-el img {
    display: block;
    width: 100%;
    height: auto;
}

.rb-sizer-2 .rb-gallery-el {
    width: 50%;
}

.rb-sizer-4 .rb-gallery-el {
    width: 25%;
}

.rb-sizer-5 .rb-gallery-el {
    width: 20%;
}

.gallery-loading {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 300px;
    opacity: .1;
}

.gallery-inner {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gallery-feat-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-rb-gallery .is-dark-style {
    margin-bottom: 50px;
    background-color: #282828;
}

.rb-gallery-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.rb-gallery-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    content: "\e88c";
    font-size: 30px;
    font-family: ruby-icon;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    justify-content: center;
    align-items: center;
}

.rb-gallery-link:hover:after,
.rb-gallery-link:focus:after {
    visibility: visible;
    opacity: 1;
}

.gallery-shares {
    display: block;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}

.gallery-shares a {
    display: inline-block;
    margin: 0 4px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, .07);
}

.is-dark-style .gallery-shares a {
    background-color: rgba(255, 255, 255, .07);
}

@media only screen and (max-width: 1400px) {
    .rb-newsletter-popup {
        max-width: 680px;
        height: 440px;
    }

    #rb-close-newsletter {
        width: 42px;
        height: 42px;
        font-size: 15px;
        line-height: 42px;
    }
}

/* read it later */
.read-it-later {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.meta-info-el.mobile-bookmark {
    display: none;
}

.p-wrap:hover .read-it-later {
    opacity: 1;
}

.read-it-later.loaded {
    visibility: visible;
}

.read-it-later.loaded.added {
    opacity: 1;
}

.read-it-later i {
    padding-left: 2px;
    font-size: .75em;
    line-height: 1;
}

.mobile-bookmark .read-it-later i {
    font-size: 1.1em;
}

.read-it-later.added i:before {
    content: "\e931";
}

@media only screen and (max-width: 991px) {

    .meta-info-el.mobile-bookmark {
        display: flex;
        display: -webkit-flex;
    }

    .read-it-later {
        display: none !important;
    }

    .meta-info-el.mobile-bookmark .read-it-later {
        display: block !important;
    }

    .mobile-bookmark .read-it-later.loaded {
        opacity: 1;
    }
}

@media only screen and (min-width: 1200px) {

    .single-rb-gallery .is-dark-style .wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .single-rb-gallery .entry-header {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 911px) {

    .rb-gallery-el {
        width: 50%;
    }

    .rb-sizer-4 .rb-gallery-el,
    .rb-sizer-5 .rb-gallery-el {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {

    .gallery-content .entry-content {
        margin-bottom: 35px;
    }

    .rb-gallery-el {
        padding: 5px;
    }

    .rb-gallery-wrap .gallery-inner {
        margin: -5px;
    }

    .rb-gallery-wrap {
        padding-right: 5px;
        padding-left: 5px;
    }

    .rb-gallery-el,
    .rb-sizer-4 .rb-gallery-el,
    .rb-sizer-5 .rb-gallery-el {
        width: 50%;
    }

    .rb-item {
        margin-bottom: 25px;
    }

}

.p-classic .p-feat,
.single-1 .single-feat .rb-iwrap {
    flex-grow: 1;
    flex-basis: 100%;
}


@-webkit-keyframes rbShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
}

@keyframes rbShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
}

/* reaction */
.rb-reaction {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.reaction {
    position: relative;
    max-width: 85px;
    cursor: pointer;
    flex: 0 0 85px;
}

.reaction-content {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.reaction.active .reaction-content {
    border-color: #f9d045;
}

.reaction-content .reaction-icon {
    display: block;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: auto;
    -webkit-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -moz-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    will-change: transform;
}

.reaction:hover .reaction-icon {
    -webkit-transform: scale(1.4) rotate(-20deg);
    -moz-transform: scale(1.4) rotate(-20deg);
    -ms-transform: scale(1.4) rotate(-20deg);
    -o-transform: scale(1.4) rotate(-20deg);
    transform: scale(1.4) rotate(-20deg);
}

.reaction-content svg {
    max-width: 100%;
    height: auto;
}

.reaction-title.h6 {
    display: block;
    margin-top: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
}

.total-wrap {
    display: block;
    background-color: rgba(0, 0, 0, .025);
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5
}

.reaction.active .total-wrap {
    background-color: #f9d045;
    color: #fff;
}

.reaction:before {
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
}

.reaction.loading:before {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    height: 18px;
    color: #f9d045;
    content: "\e97c";
    letter-spacing: 0;
    font-size: 18px;
    font-family: 'ruby-icon' !important;
    line-height: 18px;
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: reaction-spinner 2s linear infinite;
    will-change: transform;
}

@keyframes reaction-spinner {
    to {
        transform: rotate(360deg);
        -webkit-tranform: rotate(360deg);
    }
}

/* deals */
.deals-wrap {
    display: block;
    position: relative;
}

.deals-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    flex-grow: 1;
}

.deals-inner > * {
    flex: 0 0 100%;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    padding: 0 15px;
    align-items: flex-start;
}

.deal-module {
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.deal-module .inner {
    background-color: rgba(0, 0, 0, .02);
    padding: 25px 20px;
}

.deal-feat {
    position: relative;
    display: block;
}

.deal-thumb img {
    width: 100%;
}

.deal-module:hover .post-edit-link {
    visibility: visible;
    opacity: 1;
}

.deal-module:hover .deal-thumb img {
    opacity: .5;
}

.deal-cards {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 15px;
    flex-flow: column nowrap;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 10;
}

.card-label span,
.coupon-label span {
    color: #fff;
    background-color: #4ca695;
    padding: 7px 20px;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    display: -webkit-inline-flex;
    text-align: center;
    align-items: center;
}

.coupon-label span {
    margin-top: 5px;
    background-color: #826abc;
    cursor: -webkit-grab;
    cursor: grab;
}

.coupon-label i {
    margin-right: 5px;
    font-size: 12px;
    line-height: 1;
}

.deal-link {
    display: block;
    position: relative;
    padding-top: 25px;
}

.deal-link .p-link {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
}

.deal-link .p-link span {
    white-space: pre-wrap;
    line-height: 1.2;
    font-size: 1.15em;
}

.deal-link .p-link i {
    flex-grow: 0;
}

.deal-link:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    content: '';
    opacity: .2;
}

.deal-title {
    display: block;
    margin-bottom: 15px;
}

.deal-module .deal-description {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .85rem;
}

.deal-module .deal-description > *:last-child {
    margin-bottom: 0;
}

.ele-round .deal-module {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/** covid statics */
.statics-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-bottom: -20px;
}

.statics-el {
    display: flex;
    display: -webkit-flex;
    min-width: 33.33%;
    flex: 0 0 33.33%;
}

.rb-covid-statics.is-cols-2 .statics-el {
    min-width: 50%;
    flex: 0 0 50%;
}

.rb-covid-statics.is-cols-1 .statics-el {
    min-width: 100%;
    flex: 0 0 100%;
}

.rb-covid-statics.is-cols-4 .statics-el {
    min-width: 25%;
    flex: 0 0 25%;
}

.rb-covid-statics.is-cols-5 .statics-el {
    min-width: 20%;
    flex: 0 0 20%;
}

.statics-el .inner {
    display: flex;
    display: -webkit-flex;
    background-color: rgba(0, 0, 0, .02);
    flex-grow: 1;
    flex-flow: row wrap;
    margin-bottom: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.country-name span:before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 7px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: .4;
}

.country-name {
    display: flex;
    display: -webkit-flex;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, .05);
    flex: 0 0 100%;
}

.country-confirmed, .country-dcount {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 50%;
    flex-flow: column wrap;
    flex-grow: 1;
    align-items: center;
    padding: 15px;
    position: relative;
}

.country-dcount:before {
    content: '';
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    opacity: .07;
    position: absolute;
    background: currentColor;
}

.statics-el:not(:first-child) .country-confirmed .counter span {
    color: #2f77ff;
}

[data-theme="dark"] .statics-el:not(:first-child) .country-confirmed .counter span,
.is-light-text .statics-el:not(:first-child) .country-confirmed .counter span {
    color: #c4d8ff;
}

.statics-el:not(:first-child) .country-dcount .counter span {
    color: #ff974b;
}

.statics-el:first-child .inner {
    background-color: #ff8763;
    color: #fff;
}

.statics-el:first-child .inner * {
    color: inherit;
}

[data-theme="dark"] .statics-el:not(:first-child) .inner,
.is-light-text .statics-el:not(:first-child) .inner {
    background-color: rgba(255, 255, 255, .07);
}

.ele-round .statics-el .inner {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rb-covid-statics .date-info {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

/* cat list */
.rb-categories {
    display: block;
    position: relative;
}

.rb-categories .inner,
.rb-users .inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.rb-categories .inner > *,
.rb-users .inner > * {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 100%;
    max-width: 100%;
}

.rb-categories.is-cols-4 .rb-n20-gutter,
.rb-categories.is-cols-5 .rb-n20-gutter,
.rb-categories.is-cols-6 .rb-n20-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.rb-categories.is-cols-4 .rb-p20-gutter,
.rb-categories.is-cols-5 .rb-p20-gutter,
.rb-categories.is-cols-6 .rb-p20-gutter {
    padding-left: 10px;
    padding-right: 10px;
}

.rb-citem {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    margin-bottom: 40px;
    position: relative;
    flex: 0 0 100%;
}

.citem-list .citem-feat {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 250px;
    max-width: 50%;
}

.citem-feat > * {
    display: block;
    width: 100%;
    height: auto;
}

.citem-list .citem-content {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding-top: 25px;
    padding-left: 25px;
}

.rb-categories.is-cols-4 .citem-content,
.rb-categories.is-cols-5 .citem-content {
    padding-top: 0;
    padding-left: 15px;
}

.rb-categories.is-cols-4 .citem-decs,
.rb-categories.is-cols-5 .citem-decs {
    margin-top: 5px;
}

.citem-list .rb-iwrap {
    padding-bottom: 125%;
}

.rb-citem h6.citem-title {
    margin-bottom: 0;
}

.rb-citem h6.citem-title a {
    color: inherit;
}

.rb-citem.citem-grid {
    display: block;
}

.rb-citem.citem-grid .citem-feat {
    margin-bottom: 12px;
}

.rb-citem.citem-grid .citem-content {
    padding-left: 0;
}

.layout-grid.circled .citem-grid .rb-iwrap {
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    transform: translateZ(0);
}

.layout-grid.circled .citem-content {
    text-align: center;
}

.citem-feat img {
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-citem:hover .citem-feat img {
    opacity: .7;
}

/* author box */
.rb-users .author-box {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.rb-users {
    margin-bottom: 10px;
}

/** dark mode */
.dark-mode-toggle {
    display: flex;
    align-items: center;
    height: 100%;
}

.mode-icons {
    position: relative;
    cursor: pointer;
}

.dark-mode-toggle svg {
    width: 100%;
    height: 100%;
}

.dark-mode-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    will-change: top;
}

.dark-mode-toggle.trigged .dark-mode-icon {
    -webkit-transition: top .3s cubic-bezier(0.32, 0.74, 0.57, 1), opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: top .3s cubic-bezier(0.32, 0.74, 0.57, 1), opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.dark-mode-icon:not(.activated) {
    top: 30%;
    visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
}

body.switch-smooth {
    -webkit-transition: background-color .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background-color .25s cubic-bezier(0.32, 0.74, 0.57, 1);
}

/* responsive (min-width) */
@media only screen and (min-width: 480px) {

    .deals-inner > * {
        flex: 0 0 50%;
        width: 50%;
    }

    .is-cols-3 .deals-inner > * {
        flex: 0 0 50%;
        width: 50%;
    }

    .is-cols-1 .deals-inner > * {
        flex: 0 0 100%;
        width: 100%;
    }
}

/** responsive max-width */
@media only screen and (max-width: 767px) {

    .rb-reaction {
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .reaction {
        flex: 0 0 70px;
        margin-top: 5px;
    }

    .h6.reaction-title {
        display: none;
    }

    span.total-wrap {
        margin-top: 5px;
        font-size: 11px;
    }

    .reaction-content {
        padding-right: 2px;
        padding-bottom: 2px;
    }

    .reaction-content .reaction-icon {
        padding-right: 2px;
        padding-left: 2px;
        width: 40px;
    }

    .gallery-shares {
        margin-top: 30px;
        font-size: 16px;
    }

    .gallery-shares a {
        margin: 0 2px;
        height: 32px;
        width: 32px;
        line-height: 32px;
    }

    .rb-covid-statics .statics-el {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }

    .rb-categories.is-cols-4 .inner > *,
    .rb-categories.is-cols-5 .inner > *,
    .rb-categories.is-cols-6 .inner > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media all and (min-width: 768px) {
    .rb-categories.is-cols-2 .inner > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rb-categories.is-cols-3 .inner > *,
    .rb-categories.is-cols-4 .inner > *,
    .rb-categories.is-cols-5 .inner > *,
    .rb-categories.is-cols-6 .inner > * {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .rb-citem.citem-grid .citem-feat {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {

    .deals-inner > * {
        flex: 0 0 25%;
        width: 25%;
    }

    .is-cols-3 .deals-inner > * {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    .is-cols-2 .deals-inner > * {
        flex: 0 0 50%;
        width: 50%;
    }

    .is-cols-1 .deals-inner > * {
        flex: 0 0 100%;
        width: 100%;
    }

    .is-cols-5 .deals-inner > * {
        flex: 0 0 20%;
        width: 20%;
    }

    .deals-inner {
        margin-bottom: -35px;
    }

    .deal-module {
        margin-bottom: 35px;
    }

    .rb-categories.is-cols-4 .inner > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .rb-categories.is-cols-5 .inner > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .rb-categories.is-cols-6 .inner > * {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .rb-users.is-cols-2 .inner > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
img.wp-smiley,img.emoji{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900 0%,#ff6900 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px #fff,6px 6px #000;--wp--preset--shadow--crisp:6px 6px 0px #000}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-top:calc(0.667em + 2px);padding-right:calc(1.333em + 2px);padding-bottom:calc(0.667em + 2px);padding-left:calc(1.333em + 2px);text-decoration:none;text-transform:inherit}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}

.ppress-hint-wrap[class*=hint--]{display:inline-block;position:relative}.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before{visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:all .3s;position:absolute;transform:translate(0,0)}.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}.ppress-hint-wrap[class*=hint--]:before{content:"";z-index:1000001;background:0 0;border:6px solid #0000;position:absolute}.ppress-hint-wrap[class*=hint--]:after{color:#fff;white-space:nowrap;text-shadow:0 -1px #000;background:#383838;padding:8px 10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:12px;box-shadow:4px 4px 8px #0000004d}.ppress-hint-wrap[class*=hint--][aria-label]:after{content:attr(aria-label)}.ppress-hint-wrap[class*=hint--][data-hint]:after{content:attr(data-hint)}.ppress-hint-wrap[aria-label=""]:after,.ppress-hint-wrap[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before{border-top-color:#383838}.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#383838}.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top:after{transform:translate(-50%)}.ppress-hint-wrap.hint--top:hover:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--top:hover:after{transform:translate(-50%)translateY(-8px)}.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom:after{transform:translate(-50%)}.ppress-hint-wrap.hint--bottom:hover:before{transform:translateY(8px)}.ppress-hint-wrap.hint--bottom:hover:after{transform:translate(-50%)translateY(8px)}.ppress-hint-wrap.hint--right:before{border-right-color:#383838;margin-bottom:-6px;margin-left:-11px}.ppress-hint-wrap.hint--right:after{margin-bottom:-14px}.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--right:before{bottom:50%;left:100%}.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before{transform:translate(8px)}.ppress-hint-wrap.hint--left:before{border-left-color:#383838;margin-bottom:-6px;margin-right:-11px}.ppress-hint-wrap.hint--left:after{margin-bottom:-14px}.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--left:before{bottom:50%;right:100%}.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before{transform:translate(-8px)}.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-left:after{margin-left:12px;transform:translate(-100%)}.ppress-hint-wrap.hint--top-left:hover:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--top-left:hover:after{transform:translate(-100%)translateY(-8px)}.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-right:after{margin-left:-12px;transform:translate(0)}.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-left:after{margin-left:12px;transform:translate(-100%)}.ppress-hint-wrap.hint--bottom-left:hover:before{transform:translateY(8px)}.ppress-hint-wrap.hint--bottom-left:hover:after{transform:translate(-100%)translateY(8px)}.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-right:after{margin-left:-12px;transform:translate(0)}.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before{transform:translateY(8px)}.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after{white-space:normal;word-wrap:break-word;line-height:1.4em}.ppress-hint-wrap.hint--small:after{width:80px}.ppress-hint-wrap.hint--medium:after{width:150px}.ppress-hint-wrap.hint--large:after{width:300px}.ppress-hint-wrap.hint--error:after{text-shadow:0 -1px #592726;background-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before{border-top-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before{border-left-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before{border-right-color:#b34e4d}.ppress-hint-wrap.hint--warning:after{text-shadow:0 -1px #6c5328;background-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before{border-top-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before{border-left-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before{border-right-color:#c09854}.ppress-hint-wrap.hint--info:after{text-shadow:0 -1px #1a3c4d;background-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before{border-top-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before{border-left-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before{border-right-color:#3986ac}.ppress-hint-wrap.hint--success:after{text-shadow:0 -1px #1a321a;background-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before{border-top-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before{border-left-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before{border-right-color:#458746}.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before{opacity:1;visibility:visible}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after{transform:translate(-50%)translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after{transform:translate(-100%)translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before{transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before{transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after{transform:translate(-50%)translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before{transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after{transform:translate(-100%)translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before{transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before{transform:translate(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before{transform:translate(8px)}.ppress-hint-wrap.hint--rounded:after{border-radius:4px}.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before{transition-duration:0s}.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before{-webkit-transition:opacity .3s,visibility .3s,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s,visibility .3s,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s,visibility .3s,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}.ppress-checkout__form *{--ppress-heading-fs:22px;--ppress-body-fs:16px;--ppress-btn-color:#2563eb;box-sizing:border-box;font-size:var(--ppress-body-fs)}.ppress-checkout__form{flex-wrap:wrap;width:100%;max-width:100%;margin:1px auto 10px;line-height:20px;display:flex;position:relative}.ppress-checkout__form p{margin:0 0 5px;padding:0}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap{padding:5px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap{flex-wrap:wrap;display:flex}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap{margin:5px 0 10px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item{background-color:#eff6ff;border-radius:6px;padding:14px 16px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p,.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a{margin:0;font-size:14px;line-height:20px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item{margin-bottom:5px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type{margin-bottom:15px}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p{margin:10px 0;padding:0}.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section{order:2;width:35%}.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main{order:1;width:65%;padding:0 30px 0 0}.ppress-checkout__form .ppress-checkout_order_summary{border:1px solid #e5e7eb;border-radius:5px}.ppress-checkout__form .ppress-checkout_order_summary__plan_name{font-size:var(--ppress-body-fs);border-bottom:1px solid #e4e4e4;padding:10px 20px;font-weight:700}.ppress-checkout__form .ppress-checkout_order_summary__plan_price{font-size:14px;font-weight:500}.ppress-checkout__form .ppress-checkout_order_summary__bottom_details *{font-size:var(--ppress-body-fs)}.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a{margin:0;padding:0;font-size:14px;text-decoration:none;display:block}.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term{background:unset;margin-left:0;padding-left:0;font-weight:600;display:block}.ppress-checkout__form .ppress-checkout_order_summary__bottom_details,.ppress-checkout__form .ppress-checkout_order_summary__plan_description{padding:10px 20px}.ppress-checkout__form .ppress-checkout_order_summary__plan_description{line-height:1.7;font-size:var(--ppress-body-fs);border-bottom:1px solid #e5e7eb;padding:20px}.ppress-checkout__form .checkout_order_summary__fee_structure__item{font-size:var(--ppress-body-fs);flex-wrap:nowrap;padding:5px 0;display:flex}.ppress-checkout__form .checkout_order_summary__fee_structure__item dt{text-align:left;width:60%}.ppress-checkout__form .checkout_order_summary__fee_structure__item dd{text-align:right;width:40%}.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span{color:#4b5563;letter-spacing:.35px;background-color:#e5e7eb;border-radius:9999px;margin-left:5px;padding:2px 6px;font-size:12px}.ppress-checkout__form .ppress-main-checkout-form__block fieldset{border:0;margin:0;padding:0}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset{border:0;margin:10px 0 0;padding:20px 0 0}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type{border:0;margin-top:10px;padding-top:0}.ppress-checkout__form .ppress-main-checkout-form__block legend{color:#000;font-size:var(--ppress-heading-fs);background:0 0;border:0;width:100%;margin:0 0 15px;padding:0 5px;font-weight:700;line-height:1.7;position:static}.ppress-checkout__form .ppress-main-checkout-form__block legend span{font-size:var(--ppress-heading-fs)}.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form{cursor:pointer;float:right;vertical-align:baseline;margin:0;padding:0;font-size:14px;font-weight:400;line-height:35px;text-decoration:none}.ppress-checkout__form .ppress-checkout_order_summary__discount{margin:0 0 5px}.ppress-checkout__form .ppress-checkout_order_summary__discount p{font-size:14px}.ppress-checkout__form .ppress-checkout__link{cursor:pointer;margin:10px 0;padding:0;font-size:14px;font-weight:400;line-height:35px;text-decoration:none}.ppress-checkout__form a.ppress-checkout-show-login-form{cursor:pointer;float:right;vertical-align:baseline;margin:0;padding:0;font-size:14px;font-weight:400;line-height:35px;text-decoration:none}.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item{width:calc(100% - 5px);margin-bottom:15px;padding:5px;display:inline-block}.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item{margin-bottom:10px}.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type{margin-top:15px}.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type{margin-bottom:0}.ppress-checkout__form .ppress-required{color:#ef4444}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half{width:calc(50% - 5px)}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third{width:calc(66.6667% - 5px)}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third{width:calc(33.3333% - 5px)}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppmb-hidden{display:none}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date{width:calc(40% - 5px)}.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc{width:calc(60% - 5px)}.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date{flex-wrap:wrap;width:100%;display:flex}.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);background-position:right 20px center;background-repeat:no-repeat;background-size:10px;margin:0 5px 0 0;width:calc(50% - 5px)!important}.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type{margin-right:0}.ppress-checkout__form label.checkout_order_summary__discount__label{width:100%;line-height:20px}.ppress-checkout__form .checkout_order_summary__discount__field_wrap{margin-bottom:20px}.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap{margin:20px 0 10px}.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element{margin:16px 0 0}.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]),.ppress-checkout__form .ppress-checkout-section select,.ppress-checkout__form .ppress-checkout-section textarea,.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;height:auto;padding:8px 12px;line-height:20px;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element{padding-top:10px;padding-bottom:10px}.ppress-checkout__form .ppress-checkout-section textarea{min-height:100px}.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]{background:var(--ppress-btn-color);background:var(--ppress-btn-color);background-color:var(--ppress-btn-color);color:#fff;box-shadow:none;text-align:center;-webkit-appearance:none;border-color:#0000;width:100%;height:auto;padding:12px 16px;font-weight:500;display:block}.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled{opacity:.65}.ppress-checkout__form .ppress-checkout-section input[type=checkbox],.ppress-checkout__form .ppress-checkout-section input[type=radio]{vertical-align:middle;color:#4f46e5;border:1px solid #d1d5db;border-radius:100%;width:16px;height:16px;margin:0;padding:0 5px;display:inline-block}.ppress-checkout__form .ppress-checkout-section input[type=checkbox]{cursor:pointer;border-radius:0}.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus,.ppress-checkout__form .ppress-checkout-section textarea:focus,.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus{outline-offset:2px;box-shadow:0 0 0 0 #fff,0 0 0 calc(1px + 0px)var(--ppress-btn-color),0 0 #0000;border-color:#2563eb;outline:2px solid #0000}.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover{filter:brightness(85%)}.ppress-checkout__form .ppress-checkout-section label{vertical-align:baseline;font-weight:500;line-height:25px;display:block}.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label,.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label{display:inline-block}.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input,.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input{margin-right:5px}.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input{width:68%;display:inline-block}.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn{color:#4b5563;background-color:#d1d5db;border:0;border-radius:6px;width:25%;margin-left:10px;padding:8px 15px;font-size:14px;font-weight:500;line-height:20px;display:inline-block}.ppress-checkout__form .ppress-checkout_charge_details{padding:10px 20px}.ppress-checkout__form .ppress-checkout_charge_details span{font-weight:700}.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap{border:1px solid #ddd;border-radius:5px;margin:5px 0 0;padding:0;line-height:1;list-style:none;overflow:visible}.ppress-checkout__form .ppress-checkout-form__payment_method{border-top:1px solid #ddd;padding:0}.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type{border-top:none;border-bottom:none}.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap{background:#fff;margin:0;padding:16px 8px}.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px}.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label{cursor:pointer;width:calc(100% - 30px);margin:0;padding-top:2px;padding-left:5px;line-height:1;display:inline-block;position:relative}.ppress-checkout__form .ppress-checkout-form__payment_method__icons{position:absolute;top:-5px;right:20px}.ppress-checkout__form .ppress-checkout-form__payment_method__icons img,.ppress-checkout__form .ppress-checkout-form__payment_method__icons svg{max-height:22px}.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p{margin:0!important}.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap{background:#f4f4f4;border-top:1px solid #ddd;padding:20px 10px;display:none;margin:0!important}.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p{margin:0;padding:0 5px;font-size:14px;line-height:1.25}.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio]{vertical-align:bottom}.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap{display:block}.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label{line-height:20px}.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading{font-size:var(--ppress-body-fs);border-bottom:1px solid #e4e4e4;margin:15px 0;padding:10px 5px;font-weight:700}.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap,.ppress-checkout__form .ppress-checkout-form__before_button_wrap{border:0;margin:0;padding:40px 0 0}.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap+.ppress-checkout-form__before_button_wrap{padding-top:0}.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span,.ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span{vertical-align:middle}.ppress-checkout__form .ppress-checkout-form__terms_condition__content{border:1px solid #e5e7eb;border-radius:6px;max-height:200px;margin:0 0 20px;padding:20px;display:none;overflow:auto}.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap,.ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap{margin:0 0 20px}.ppress-checkout__form .ppress-checkout__form__preloader{z-index:99995;background:#fafafae6;width:100%;height:100%;position:absolute;top:0}.ppress-checkout__form .ppress-checkout__form__spinner{text-align:center;width:85px;height:85px;margin:auto;display:block;position:fixed;top:40%;right:50%}.ppress-checkout__form .ppress-checkout__form__spinner:after{content:" ";border:6px solid #212529;border-color:#212529 #0000;border-radius:50%;width:70px;height:70px;margin:8px;animation:1.2s linear infinite ppress-dual-ring;display:block}@keyframes ppress-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ppress-checkout__form .ppress-checkout-alert,.ppress-checkout__form .ppress-alert{border-radius:6px;width:100%;margin:10px 0;padding:12px 16px}.ppress-checkout__form .ppress-checkout-alert ul,.ppress-checkout__form .ppress-alert ul{margin:0 0 0 16px;padding:0;list-style-type:disc}.ppress-checkout__form .ppress-checkout-alert li,.ppress-checkout__form .ppress-alert li,.ppress-checkout__form .ppress-checkout-alert p,.ppress-checkout__form .ppress-alert p,.ppress-checkout__form .ppress-checkout-alert li strong,.ppress-checkout__form .ppress-alert li strong{font-size:var(--ppress-body-fs);font-weight:400;line-height:22px;margin:0!important;padding:0!important}.ppress-checkout__form .ppress-checkout-alert li strong,.ppress-checkout__form .ppress-alert li strong{font-weight:700}.ppress-checkout__form .ppress-checkout-alert.ppress-error,.ppress-checkout__form .ppress-alert.ppress-error{color:#b91c1c;background-color:#fef2f2}.ppress-checkout__form .ppress-checkout-alert.ppress-success,.ppress-checkout__form .ppress-alert.ppress-success{color:#065f46;background-color:#ecfdf5}.ppress-checkout-alert.ppress-warning,.ppress-alert.ppress-warning{color:#a16207;background-color:#fefce8;border-left:4px solid #facc15;border-radius:0}.ppress-checkout__form .ppress-checkout-alert p,.ppress-checkout__form .ppress-alert p{font-weight:500}.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap{display:none}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000000d;display:flex!important}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap{align-items:center;padding-left:10px;display:flex}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span{flex-direction:column;font-size:1rem;line-height:20px;display:flex}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title{font-weight:500}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap{order:2;margin-top:0;margin-left:auto;font-size:1rem;line-height:20px;display:flex}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount{font-weight:500}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration{margin-left:4px}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child){margin-top:16px;margin-bottom:0}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio]{height:auto!important}.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked){border-width:2.5px}.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main{width:100%}.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section{order:1;margin-bottom:15px}.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main{order:2;padding-right:0}.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,.ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,.ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item{width:100%}.profilepress-myaccount-orders-subs,.profilepress-myaccount-orders-subs *{font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap{border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child{margin-top:0}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p{margin-bottom:8px}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap{border-color:#e5e7eb;border-bottom-style:solid;border-bottom-width:1px;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:8px;padding:16px;display:grid}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details{grid-column:span 2/span 2;grid-template-columns:auto auto auto;column-gap:16px;margin:0;font-size:14px;line-height:20px;display:grid}.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child){margin-left:8px}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt{margin:0;font-size:14px;font-weight:500}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd{margin:4px 0 0}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions{grid-column:span 2/span 2;justify-content:flex-end;align-items:center;display:flex}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,.profilepress-myaccount-orders-subs a.ppress-myac-action{-webkit-text-decoration:inherit;text-decoration:inherit;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;font-size:14px;font-weight:500;display:flex;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.profilepress-myaccount-orders-subs a.ppress-myac-action{margin-right:5px;display:inline-block}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content{flex:1;align-items:flex-start;padding:16px;font-size:14px;line-height:20px}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header{justify-content:space-between;font-weight:500;display:flex}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name{font-size:14px;font-weight:500}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price{margin-top:0!important}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p{margin:8px 0 0;display:block}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap{align-items:flex-start;display:flex}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span{color:#1f2937;background-color:#f3f4f6;border-radius:6px;margin:0;padding:4px 8px;font-size:12px;font-weight:500}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span{color:#166534;background-color:#dcfce7}.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span{color:#991b1b;background-color:#fee2e2}.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap{text-align:right;padding:10px 0}.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers{border:1px solid #d1d5db;padding:8px 16px;font-size:14px;line-height:20px}.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current{color:#6b7280;background-color:#eeeeec}.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons{vertical-align:middle;margin:0}table.ppress-details-table{text-indent:0;border-color:inherit;border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.ppress-details-table thead{background-color:#f9fafb}.ppress-details-table thead tr th{text-align:left;background-color:#f9fafb;padding:14px 12px;font-size:16px;font-weight:600;line-height:20px}.ppress-details-table thead th,.ppress-details-table tr td{border:1px solid #e5e7eb;padding:16px}.ppress-details-table thead th{text-align:left;vertical-align:bottom;background:#e5e7eb}.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd){background-color:#f9fafb}.ppress-details-table tr td:first-child{font-weight:700}.ppress-details-table td:last-child{width:70%}.ppress-details-table p{margin:5px 0 0}.ppress-details-table p:first-child{margin-top:0}.ppress-details-table .ppress-billing-title{font-weight:500}.ppress-details-table .ppress-sub-info{color:#4b5563;background-color:#e5e7eb;border-radius:9999px;margin-left:5px;padding:4px 8px;font-size:14px}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:local(Material Icons),local(MaterialIcons-Regular),url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff2)format("woff2"),url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff)format("woff")}.ppress-material-icons,.pp-form-field-wrap .pp-form-material-icons,#profilepress-myaccount-wrapper .ppmyac-icons{text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;font-size:20px;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:Material Icons!important}.flatpickr-current-month .flatpickr-monthDropdown-months{display:inline-block!important}.pp-tab-widget-avatar img{text-align:center;border-radius:50%;width:190px;height:190px;padding:2px;display:block;float:none!important;margin:0 auto 10px!important}.pp-user-panel{text-align:center;border-radius:6px}.pp-user-panel-title{margin:0;font-size:20px}.pp-user-panel p{margin-bottom:23px;font-size:15px}.pp-tabbed-btn{-webkit-font-smoothing:subpixel-antialiased;border:none;border-radius:4px;padding:10px 15px;font-size:15px;font-weight:400;line-height:1.4;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{background-color:#34495e;color:#fff!important}.pp-password-reset-handler-wrap .pp-reset-password-form{max-width:500px;margin-top:5px;margin-bottom:5px;padding:40px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;margin:0 auto 40px;font-weight:300}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{color:red;margin:2px}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{box-sizing:border-box;background:0 0;border:1px solid #a0b3b0;border-radius:0;width:100%;height:auto;margin-bottom:40px;padding:5px 10px;font-size:22px;transition:border-color .25s,box-shadow .25s;display:block}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{border-color:#1ab188;outline:0}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{text-transform:uppercase;letter-spacing:.1em;color:#fff;-webkit-appearance:none;text-shadow:none;box-shadow:none;background:#1ab188;border:0;border-radius:0;outline:none;padding:15px 0;font-size:20px;font-weight:600;transition:all .5s}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{width:100%;display:block}.pp-password-reset-handler-wrap .profilepress-reset-status{max-width:420px;margin-left:40px}#pp-pass-strength-result{color:#23282d;text-align:center;box-sizing:border-box;background-color:#eee;border:1px solid #ddd;width:100%;padding:3px 5px}#pp-pass-strength-result.short{opacity:1;background-color:#f1adad;border-color:#e35b5b}#pp-pass-strength-result.bad{opacity:1;background-color:#fbc5a9;border-color:#f78b53}#pp-pass-strength-result.good{opacity:1;background-color:#ffe399;border-color:#ffc733}#pp-pass-strength-result.strong{opacity:1;background-color:#c1e1b9;border-color:#83c373}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper textarea,.pp-form-wrapper select,.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=url],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=datetime]{-webkit-appearance:none;background:#fff;border:1px solid #dedee5;outline:none;width:100%;padding:13px 15px;line-height:1}.pp-form-wrapper select{border:1px solid #dedee5;outline:none;width:100%;padding:13px 15px;line-height:1;appearance:none!important;background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{text-transform:none;text-align:left;float:none;cursor:pointer;width:auto;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;display:inline}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{text-align:left;margin:5px 0;padding:0;line-height:normal;display:block}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{vertical-align:baseline;background-color:#fff;border:1px solid #ccc;display:inline-block;width:14px!important;height:14px!important}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-threads svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-bluesky svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg{padding:3px}a.pp-button-social-login:focus{outline-color:#0000}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:#ffffffbf}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login{vertical-align:middle;white-space:nowrap;box-sizing:content-box;cursor:pointer;background:#333;border:1px solid #333;border-radius:2px;height:2.5em;margin:6px 0;padding:0;font-family:inherit;font-size:100%;font-weight:700;line-height:2.5em;display:inline-block;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000001a;color:#fff!important;text-decoration:none!important}a.pp-button-social-login .ppsc{text-transform:none;vertical-align:top;text-align:center;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;width:2.5em;height:2.5em;margin:0;padding:0;font-size:100%;font-style:normal;font-weight:400;text-decoration:none;display:inline-block;position:absolute;left:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login{min-width:220px}a.pp-button-social-login .ppsc-google{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#000;border-color:#000}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-microsoft{background:#404040;border-color:#404040}a.pp-button-social-login.pp-button-social-login-amazon{background:#f9991d;border-color:#f9991d}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-wordpresscom{background:#0675c4;border-color:#0675c4}a.pp-button-social-login.pp-button-social-login-yahoo{background:#430297;border-color:#430297}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-microsoft{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/microsoft.svg)}a.pp-button-social-login .ppsc-amazon{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/amazon.svg)}a.pp-button-social-login .ppsc-yahoo{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/yahoo.svg)}a.pp-button-social-login .ppsc-wordpresscom{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/wpcom.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/x.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(//wugazi.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/github-fa.svg)}.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important}.pp-form-container form{background-color:#0000;margin:0;padding:0}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-left:0!important;margin-right:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{float:none;height:auto;box-shadow:none;text-shadow:none;text-transform:none;resize:vertical;background-image:none;outline:none;text-decoration:none;position:static}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]{cursor:pointer;text-shadow:none}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{text-align:center!important;border-radius:50%!important;margin:0 auto 10px!important;display:block!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{color:#555!important;clear:none!important;cursor:pointer!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;background:#fff!important;border:1px solid #7e8993!important;border-radius:4px!important;outline:0!important;width:16px!important;height:16px!important;margin:0!important;padding:0!important;line-height:0!important;transition:border-color 50ms ease-in-out!important;display:inline-block!important;box-shadow:inset 0 1px 2px #0000001a!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before{position:static;content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;width:20px!important;height:20px!important;margin:-3px 0 0 -4px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before{content:"";background-color:#000!important;border-radius:50%!important;width:8px!important;height:8px!important;margin:3px!important;line-height:1.14286!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:none;float:left!important;vertical-align:middle!important;display:inline-block!important}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:Merriweather,sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{margin-top:1em;margin-bottom:1em;font-size:20px;font-weight:700}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{text-align:center;margin-top:0;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{color:#222;background:#fff;border-radius:3px;width:100%;max-width:100%;margin:0 auto;padding:6% 0 6% 6%;font-size:14px;position:relative;box-shadow:0 0 0 .5px #0014281a,0 2px 8px #32375a33}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{vertical-align:top;width:100%;padding:0 6.387% 4% 0;display:inline-block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{padding-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{font-weight:400;display:inline}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{vertical-align:top;margin:0;padding:0;font-size:110%;display:inline;position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{z-index:2;position:absolute;top:5px;left:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{color:#69717a;background:#fff;border:1px solid #dbdbdb;border-radius:0;width:100%;min-height:40px;margin:0;padding:10px 15px;font-size:14px;line-height:1.3;transition:all .35s;display:inline-block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{cursor:text;width:24px;height:24px;margin:8px 12px 0 0;position:absolute;top:0;right:0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{margin-left:12px;left:0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{margin-left:0!important;left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple{border:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{box-shadow:none!important;border-top:0!important;border-left:0!important;border-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{background:#f7f7f7!important;border:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{float:none;color:#444;background-color:#0000;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:700;line-height:1.3;display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{color:#fff;text-align:center;background:#000;border:none;width:auto;min-width:110px;padding:15px 10px;font-size:16px;font-weight:700;line-height:1;transition:all .15s ease-in-out}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus{color:#000;background-color:#ededed;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{color:#666;text-align:left;margin:4px 0 0;font-size:12px;font-weight:400;line-height:1.3}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{margin:0;display:block;border-top-left-radius:0!important;border-top-right-radius:0!important;width:100%!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper :after,#profilepress-myaccount-wrapper :before{box-sizing:border-box}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:flex}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{flex-direction:column;margin-bottom:0;padding-left:0;display:flex}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{width:100%;text-align:inherit;box-shadow:none;background-color:#fff;border:1px solid #00000020;margin-bottom:-1px;padding:.75em 1.25em;display:block;position:relative;text-decoration:none!important}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25em;border-top-right-radius:.25em}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{border-bottom-right-radius:.25em;border-bottom-left-radius:.25em;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-icons{vertical-align:text-bottom;margin-right:.5em}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{width:100%;padding-left:15px;padding-right:15px;position:relative}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{width:100%;padding-top:30px;padding-left:15px;padding-right:15px;position:relative}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{object-fit:cover;border-radius:999px;width:120px;height:120px;display:inline-block;float:none!important;margin:0!important;position:static!important}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{text-shadow:none;box-shadow:none;outline:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2,#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;margin-bottom:1em!important;font-size:2em!important;font-weight:700!important;line-height:1.2!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{padding-right:1em;display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-bottom:1em!important;font-size:1.2em!important;font-weight:500!important}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{border-radius:.25em;position:relative;border:1px solid #0000!important;margin-bottom:1em!important;padding:.75em 1.25em!important}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5em;margin-bottom:1em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{background-color:#eee;min-height:250px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{background-color:#fff;border:1px solid #00000020;border-radius:.25em;margin-bottom:0;padding:.75em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5em;margin-bottom:.5em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2em;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select{background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25em;width:100%;height:calc(2.25em + 2px);padding:.375em .75em;font-size:1em;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;overflow:visible;box-shadow:inset 0 1px 1px #00000020}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{resize:vertical!important;height:auto!important;min-height:100px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus{box-shadow:none;background-color:#fff;border-color:#bbb;outline:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{cursor:pointer;width:auto;display:inline-block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{width:100%;height:calc(2.25em + 2px);margin-bottom:0;display:inline-block;position:relative}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{z-index:2;opacity:0;width:100%;height:calc(2.25em + 2px);margin:0;position:relative}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{z-index:1;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25em;height:calc(2.25em + 2px);padding:.375em .75em;font-weight:400;line-height:1.5;position:absolute;top:0;left:0;right:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label:after{box-sizing:border-box;z-index:3;color:#495057;content:"Browse";border-left:inherit;background-color:#e9ecef;border-radius:0 .25em .25em 0;height:2.25em;padding:.375em .75em;line-height:1.5;display:block;position:absolute;top:0;bottom:0;right:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]:after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{margin:0 0 0 .381982em;display:inline-block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{flex-direction:column;margin:1em 0 0;padding-left:0;display:flex}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{background-color:#fff;border:1px solid #00000020;border-radius:.25em;margin-bottom:0;padding:.75em 1.25em;position:relative;justify-content:space-between!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{object-fit:cover;object-position:center;border-radius:50%;width:70px;height:70px;min-height:100%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{color:#fff;text-align:center;vertical-align:middle;height:35px;text-shadow:none;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#6c757d;border:1px solid #6c757d;border-radius:.2em;padding:.25em .5em;font-size:.875em;font-weight:400;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block;margin-top:.5em!important;margin-bottom:.5em!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75em!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25em;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px #00000020}.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap{text-align:center;width:250px}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{text-align:center;box-sizing:border-box;color:#fff;text-shadow:0 1px #666;background:#00000080;border-radius:50%;width:100%;height:100%;padding:0;font-size:16px;line-height:21px;position:absolute;top:0;left:0}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{width:100%;height:100%;display:table}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins{display:none}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{vertical-align:middle;height:100%;display:table-cell;color:#fff!important;background:0 0!important;border-bottom:none!important;text-decoration:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{cursor:pointer;color:#fff!important;width:auto!important;height:auto!important;margin:0!important;font-size:35px!important;display:block!important;position:static!important;top:auto!important;right:auto!important}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{box-shadow:none!important;border:0!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{box-sizing:border-box;color:#666;opacity:0;width:100%;max-width:1000px;margin-bottom:30px;font-size:15px}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{box-sizing:border-box;background-color:#eee;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{border-radius:0;width:100%;margin:0;display:block;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{box-sizing:content-box;border-bottom:2px solid #eee;min-height:85px;padding:0 0 25px;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{vertical-align:middle;z-index:66;height:30px;margin-right:10px;font-size:30px;line-height:30px;position:absolute;top:15px;right:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;border-bottom:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;box-sizing:border-box;width:200px;height:200px;margin:0 0 0 30px;position:absolute}.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo{position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;box-shadow:none;background:#fff;border:5px solid #fff;border-radius:100%;margin:0;display:block;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{-ms-word-break:break-all;word-break:break-word;word-wrap:break-word;padding-right:30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{color:#999;padding:10px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{color:#555;margin-right:30px;font-size:24px;font-weight:700;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;line-height:.1;display:inline-block}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;font-size:13px;line-height:1.4em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{text-align:center;background:#444;padding:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;float:left;border-bottom:0;border-radius:4px;margin-left:5px;padding:6px 10px 6px 28px;font-size:14px;font-weight:600;display:block;position:relative;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{height:18px;font-size:18px;line-height:1.5;display:block;position:absolute;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;margin:auto;padding-top:15px;padding-bottom:15px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note,.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item{text-align:center;color:#666;padding-top:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{height:70px;font-size:70px;line-height:70px;display:inline-block}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span,.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span{color:#888;margin-top:10px;font-size:16px;display:block}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{padding:15px 0 0;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{border-bottom:2px solid #eee;margin:0 0 8px;padding-bottom:4px;font-size:15px;font-weight:700;line-height:22px;display:block}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;text-align:center;width:24px;height:22px;margin:0 8px 0 0;line-height:18px;display:inline-block}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;text-align:center;margin:0 auto;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{text-align:center!important;padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a{border-radius:0!important;margin-left:0!important;padding:10px 16px!important}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;margin-top:-30px!important;padding:0!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:18px!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{float:none!important;text-align:center!important;width:100px!important;height:100px!important;margin:0 auto!important;position:relative!important;top:-40px!important;left:auto!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px!important;height:120px!important}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons{height:20px!important;font-size:20px!important;line-height:20px!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{border-radius:0!important;margin-left:0!important;padding:10px 16px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{height:22px!important;font-size:22px!important;line-height:22px!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px!important;height:120px!important;position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{float:none!important;width:100px!important;height:100px!important;margin:0 auto!important;display:block!important;position:relative!important;top:-40px!important;left:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;margin-top:-30px!important;padding:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:21px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px!important;display:block!important}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{height:20px!important;font-size:20px!important;line-height:20px!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{border-radius:0!important;margin-left:0!important;padding:10px 20px!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto!important}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{height:20px!important;font-size:20px!important;line-height:20px!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px!important;font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px!important}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px!important}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{margin:0;padding:0;list-style:none}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{border-bottom:1px solid #eee;padding:20px 0}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{margin:0;font-size:16px;font-weight:400;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{text-align:center;text-transform:none;color:#fff;background:#007bff;border:none;border-radius:4px;width:100%;max-width:250px;margin:0 auto;padding:15px;font-size:15px;font-weight:400;line-height:1em;text-decoration:none;transition:all .25s;display:block;box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{border-bottom:1px solid #eee;padding:20px 0}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{flex-flow:column;justify-content:flex-start;align-items:stretch;width:100%;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){flex-flow:row;justify-content:flex-start;align-items:baseline;margin:0 0 10px;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{flex-flow:row;justify-content:flex-start;align-items:center;width:60%;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{flex:1;min-width:90px;max-width:85%;margin:0 10px 0 0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;background-color:#fff;border-radius:2px;width:100%;position:static;cursor:text!important;box-sizing:border-box!important;height:40px!important;box-shadow:none!important;outline:none!important;margin:0!important;padding:0 12px!important;font-size:15px!important;display:block!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{width:auto;min-width:15%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{flex-flow:row;flex:5;justify-content:flex-start;align-items:baseline;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{cursor:pointer;flex-flow:row;justify-content:flex-start;align-items:baseline;display:flex;position:relative}.pp-member-directory .ppressmd-member-directory-header a{box-shadow:none;border-bottom:none;text-decoration:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{vertical-align:middle;display:inline}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{text-align:right;flex-flow:row;flex:2;justify-content:flex-end;align-items:baseline;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{cursor:pointer;flex-flow:row;justify-content:flex-start;align-items:baseline;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{z-index:10;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:5px;height:auto;margin:0;font-size:16px;display:none;position:absolute;box-shadow:0 7px 14px #32325d1a,0 3px 6px #00000012}.ppressmd-new-dropdown ul{margin:0;padding:0}.ppressmd-new-dropdown ul li{margin:0;padding:0;list-style-type:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{width:200px;top:24px;left:-12px}.ppressmd-new-dropdown ul li a{padding:8px 12px;line-height:1;display:block}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:none}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{grid-gap:10px;-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(max-content,auto);align-items:center;width:100%;margin:0;display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{flex-flow:row;justify-content:flex-start;align-items:baseline;width:100%;display:flex}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:#0000;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:#0000}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{text-align:center;box-sizing:border-box;width:100%;box-shadow:none;text-shadow:none;-webkit-appearance:none;margin:0;font-family:inherit;transition:all .25s;display:block;position:relative;overflow:hidden;text-transform:none!important;vertical-align:middle!important;cursor:pointer!important;border:none!important;border-radius:4px!important;outline:none!important;height:auto!important;padding:16px 20px!important;font-weight:400!important;line-height:1em!important;text-decoration:none!important}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;height:40px;white-space:nowrap!important;text-align:left!important;background:0 0!important;border-radius:2px!important;padding:0 0 0 12px!important;font-size:15px!important;line-height:35px!important;text-decoration:none!important;display:block!important;position:relative!important;overflow:hidden!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{text-align:center!important;background:0 0!important;border-left:0!important;border-radius:0 2px 2px 0!important;width:34px!important;height:100%!important;display:inline-block!important;position:absolute!important;top:0!important;right:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{cursor:pointer;background-image:none;font-size:15px;list-style:none;display:list-item;color:#666!important;min-height:1em!important;margin:5px!important;padding:3px 7px 4px!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:37px;padding-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;width:100%;margin:0;padding-right:30px;font-size:13px;line-height:37px;list-style:none;padding-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{color:#666!important;background:#f4f4f4!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{font-size:30px;right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:none!important;border-radius:0!important;padding:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{text-overflow:ellipsis;box-sizing:border-box;max-width:100%;overflow-x:hidden}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{text-align:center;width:100%;margin:0 auto 10px;padding:0;font-size:16px}.pp-member-directory .ppmd-pagination-wrap .page-numbers{color:#666;width:auto;height:34px;padding:0 14px;font-weight:400;line-height:34px;transition:all .2s linear;display:inline-block}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{color:#fff;background:#007bff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}.ppress-paywall-message-wrap{background:linear-gradient(#fff0,#ffffff80 .5em,#fff 5.5em 100%);width:100%;margin:-5em auto 2em;padding:6em 0 0;position:relative}.ppress-paywall-message{color:#333;background-color:#f4f4f4;border:6px solid #fff;border-radius:.5em;padding:1.375em;box-shadow:0 0 .5em .25em #00000020}.ppress-paywall-message p:last-child{margin-bottom:0!important}p:has(+.ppress-paywall-message-wrap){margin-bottom:0}.ppress-main-container{width:100%}.ppress-container-div{text-align:center;background-color:#fff;width:100%;margin:3em 0;padding:3em}

@keyframes fpFadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0)}}.flatpickr-calendar{opacity:0;text-align:center;visibility:hidden;box-sizing:border-box;touch-action:manipulation;direction:ltr;background:#fff;border:0;border-radius:5px;width:307.875px;padding:0;font-size:14px;line-height:24px;animation:none;display:none;position:absolute;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;visibility:visible;max-height:640px}.flatpickr-calendar.open{z-index:99999;display:inline-block}.flatpickr-calendar.animate.open{animation:.3s cubic-bezier(.23,1,.32,1) fpFadeInDown}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{border-top:1px solid #e6e6e6;height:40px}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{pointer-events:none;content:"";border:solid #0000;width:0;height:0;display:block;position:absolute;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-wrapper{display:inline-block;position:relative}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;user-select:none;color:#000000e6;fill:#000000e6;height:34px}.flatpickr-months .flatpickr-month{text-align:center;background:0 0;flex:1;line-height:1;position:relative;overflow:hidden}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{cursor:pointer;z-index:3;padding:10px;text-decoration:none;position:absolute;top:0}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{fill:inherit;transition:fill .1s}.numInputWrapper{height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper span{opacity:0;cursor:pointer;box-sizing:border-box;border:1px solid #39393926;width:14px;height:50%;padding:0 4px 0 2px;line-height:50%;position:absolute;right:0}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{content:"";display:block;position:absolute}.numInputWrapper span.arrowUp{border-bottom:0;top:0}.numInputWrapper span.arrowUp:after{border-bottom:4px solid #39393999;border-left:4px solid #0000;border-right:4px solid #0000;top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-top:4px solid #39393999;border-left:4px solid #0000;border-right:4px solid #0000;top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{color:inherit;text-align:center;width:75%;height:34px;padding:7.48px 0 0;font-size:135%;font-weight:300;line-height:1;display:inline-block;position:absolute;left:12.5%;transform:translate(0)}.flatpickr-current-month span.cur-month{color:inherit;margin-left:.5ch;padding:0;font-family:inherit;font-weight:700;display:inline-block}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{box-sizing:border-box;color:inherit;font-size:inherit;height:auto;font-family:inherit;font-weight:300;line-height:inherit;vertical-align:initial;background:0 0;border:0;border-radius:0;padding:0 0 0 .5ch}.flatpickr-current-month input.cur-year{cursor:text;appearance:textfield;margin:0;display:inline-block}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{color:#00000080;pointer-events:none;background:0 0;font-size:100%}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;cursor:pointer;-webkit-box-sizing:border-box;outline:0;width:auto;margin:-1px 0 0;position:relative}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#0000;outline:0;padding:0}.flatpickr-weekdays{text-align:center;background:0 0;align-items:center;width:100%;height:28px;display:flex;overflow:hidden}.flatpickr-weekdays .flatpickr-weekdaycontainer{flex:1;display:flex}span.flatpickr-weekday{cursor:default;color:#0000008a;text-align:center;background:0 0;flex:1;margin:0;font-size:90%;font-weight:bolder;line-height:1;display:block}.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{align-items:flex-start;width:307.875px;display:flex;position:relative;overflow:hidden}.flatpickr-days:focus{outline:0}.dayContainer,.flatpickr-day{box-sizing:border-box;display:inline-block}.dayContainer{text-align:left;opacity:1;outline:0;flex-wrap:wrap;justify-content:space-around;width:307.875px;min-width:307.875px;max-width:307.875px;padding:0;display:flex;transform:translate(0)}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{color:#393939;cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:150px;flex-basis:14.2857%;justify-content:center;width:14.2857%;max-width:39px;height:39px;margin:0;font-weight:400;line-height:39px;position:relative}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;background:#e6e6e6;border-color:#e6e6e6;outline:0}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{color:#fff;background:#959ea9;border-color:#959ea9}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{box-shadow:none;color:#fff;background:#569ff7;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{background:0 0;border-color:#0000}.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:#3939394d;cursor:default;background:0 0;border-color:#0000}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{color:#3939394d;cursor:default;background:0 0;border:0;width:100%;max-width:none;display:block}.flatpickr-innerContainer{box-sizing:border-box;display:flex;overflow:hidden}.flatpickr-rContainer{box-sizing:border-box;padding:0;display:inline-block}.flatpickr-time,.flatpickr-time input{text-align:center;box-sizing:border-box}.flatpickr-time{outline:0;height:0;max-height:40px;line-height:40px;display:flex;overflow:hidden}.flatpickr-time:after{content:"";clear:both;display:table}.flatpickr-time .numInputWrapper{float:left;flex:1;width:40%;height:40px}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{box-shadow:none;height:inherit;line-height:inherit;color:#393939;appearance:textfield;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:14px;position:relative}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{border:0;outline:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;-webkit-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-time-separator{width:2%;font-weight:700}.flatpickr-time .flatpickr-am-pm{cursor:pointer;text-align:center;outline:0;width:18%;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
--------------------------------------------------------------
>>>eE OF CONTENTS:
1.0  - Reset
2.0  - Grid
3.0  - Common Elements
4.0  - Header
5.0  - left Side Section
6.0  - Post Listings
7.0  - Sections & Blocks
8.0  - Single Posts, Galleries & Portfolio
9.0  - Archives & Pages
10.0 - Footer
11.0 - Widgets
12.0 - Design & Text Styles
13.0 - Miscellaneous & Recipe Support
14.0 - Dark Mode
*/
/*
--------------------------------------------------------------
1.0 - RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

html {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    color: #333333;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.site {
    position: relative;
    display: block;
}

body.boxed #site {
    background-color: #ffffff;
}

.site-wrap,
.site-content {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.site-wrap * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, hr, input {
    overflow: visible
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

acronym {
    cursor: help
}

mark, ins {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .07);
}

figure {
    display: block;
    margin: 0;
}

cite, em {
    font-weight: normal;
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0
}

u {
    text-decoration: underline;
}

address {
    font-style: italic;
}

code, kbd, pre, samp, var {
    font-family: monospace, monospace;
    font-size: .9em;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

abbr[title] {
    cursor: default;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic
}

mark {
    color: #000000;
    background-color: #ffff00;
}

code {
    background-color: rgba(0, 0, 0, .07);
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    -webkit-object-fit: cover;
}

svg:not(:root) {
    overflow: hidden
}

.svg-icon, .mode-icons {
    width: 22px;
    max-width: 22px;
    height: 22px;
    max-height: 22px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    text-transform: none;
    outline: none !important;
}

.bypostauthor {
    position: relative;
}

select {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 22px;
    max-width: 100%;
    padding: 10px 25px;
    text-transform: none;
    border: none;
    outline: none !important;
    background-color: rgba(0, 0, 0, .025);
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring,
[type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}

fieldset {
    padding: 0;
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

textarea {
    overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    font-size: inherit;
    display: block;
    margin: 0;
    color: inherit;
}

body:not([data-theme="dark"]) {
    background: #ffffff;
}

del {
    text-decoration: line-through;
}

big {
    font-size: 125%;
}

.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;
    content: ' ';
}

.rb-error {
    font-size: .85rem;
}

.main-menu-wrap .rb-error {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 15px;
}

.rb-error a {
    text-decoration: underline;
}

ul, ol {
    list-style: none;
}

legend {
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

input::-webkit-file-upload-button {
    font-size: 15px;
    padding: 7px 15px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    background-color: #333333;
    box-shadow: none;
}

input::-webkit-file-upload-button:hover {
    opacity: .7;
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
}

.off-canvas-inner::-webkit-scrollbar {
    width: 4px;
}

.gallery-popup-selection::-webkit-scrollbar {
    width: 4px;
}

.off-canvas-inner::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.gallery-popup-selection::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.off-canvas-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #333333;
}

.gallery-popup-selection::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #333333;
}

input::placeholder,
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: .9em;
    opacity: .7;
    color: currentColor;
}

.off-canvas-nav .rb-error {
    padding-right: 30px;
}

/*  Ruby Icons */
@font-face {
    font-family: 'ruby-icon';
    src: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../fonts/ruby-icon.eot);
    src: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../fonts/ruby-icon.eot?#iefix) format('embedded-opentype'),
    url(//wugazi.com/wp-content/themes/pixwell/assets/css/../fonts/ruby-icon.woff) format('woff'),
    url(//wugazi.com/wp-content/themes/pixwell/assets/css/../fonts/ruby-icon.ttf) format('ttf'),
    url(//wugazi.com/wp-content/themes/pixwell/assets/css/../fonts/ruby-icon.svg#ruby-icon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rbi {
    font-family: 'ruby-icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^='rbi-'], [class='rbi-'] {
    font-family: 'ruby-icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rbi-no-sound:before {
    content: "\e962";
}

.rbi-play:before {
    content: "\e960";
}

.rbi-volume:before {
    content: "\e95f";
}

.rbi-tiktok:before {
    content: '\e95e';
}

.rbi-telegram:before {
    content: '\e938';
}

.rbi-tribe:before {
    content: '\e939';
}

.rbi-sina:before {
    content: '\e93a';
}

.rbi-wikipedia:before {
    content: '\e93b';
}

.rbi-etsy:before {
    content: '\e93c';
}

.rbi-stumble:before {
    content: '\e93d';
}

.rbi-spotify:before {
    content: '\e937';
}

.rbi-deezer:before {
    content: '\e936';
}

.rbi-bookmark-black:before {
    content: '\e931';
}

.rbi-upload:before {
    content: '\e92e';
}

.rbi-book:before {
    content: '\e92f';
}

.rbi-bookmark:before {
    content: '\e930';
}

.rbi-heart-o:before {
    content: '\e91b';
}

.rbi-bag-add:before {
    content: '\e91d';
}

.rbi-bag-o:before {
    content: '\e91e';
}

.rbi-bag-added:before {
    content: '\e91f';
}

.rbi-cart-money:before {
    content: '\e920';
}

.rbi-cart-added:before {
    content: '\e921';
}

.rbi-cart-add:before {
    content: '\e922';
}

.rbi-gallery:before {
    content: '\e904';
}

.rbi-vinyl:before {
    content: '\e906';
}

.rbi-audio:before {
    content: '\e905';
}

.rbi-gallery-light:before {
    content: '\e903';
}

.rbi-shop-bag:before {
    content: '\e901';
}

.rbi-envelope:before {
    content: '\e818';
}

.rbi-inbox:before {
    content: '\e81a';
}

.rbi-printer:before {
    content: '\e81c';
}

.rbi-phone-handset:before {
    content: '\e830';
}

.rbi-map:before {
    content: '\e834';
}

.rbi-laptop:before {
    content: '\e83c';
}

.rbi-bullhorn:before {
    content: '\e859';
}

.rbi-undo:before {
    content: '\e860';
}

.rbi-sync:before {
    content: '\e862';
}

.rbi-thumbs-up:before {
    content: '\e86d';
}

.rbi-thumbs-down:before {
    content: '\e86e';
}

.rbi-move:before {
    content: '\e870';
}

.rbi-chevron-up:before {
    content: '\e873';
}

.rbi-chevron-down:before {
    content: '\e874';
}

.rbi-chevron-left:before {
    content: '\e875';
}

.rbi-chevron-right:before {
    content: '\e876';
}

.rbi-arrow-up:before {
    content: '\e877';
}

.rbi-arrow-down:before {
    content: '\e878';
}

.rbi-arrow-left:before {
    content: '\e879';
}

.rbi-arrow-right:before {
    content: '\e87a';
}

.rbi-warning:before {
    content: '\e87c';
}

.rbi-question:before {
    content: '\e87d';
}

.rbi-menu:before {
    content: '\e87e';
}

.rbi-checkmark:before {
    content: '\e87f';
}

.rbi-expand:before {
    content: '\e88c';
}

.rbi-contract:before {
    content: '\e88d';
}

.rbi-bag:before {
    content: '\e615';
}

.rbi-search-light:before {
    content: '\e618';
}

.rbi-dots:before {
    content: '\e632';
}

.rbi-check:before {
    content: '\e90d';
}

.rbi-circle:before {
    content: '\e900';
}

.rbi-folder:before {
    content: '\e913';
}

.rbi-link-line:before {
    content: '\e914';
}

.rbi-minus:before {
    content: '\e90e';
}

.rbi-search:before {
    content: '\e929';
}

.rbi-bag-round:before {
    content: '\e915';
}

.rbi-tag-round:before {
    content: '\e916';
}

.rbi-trello:before {
    content: '\e917';
}

.rbi-zap:before {
    content: '\e918';
}

.rbi-facebook:before {
    content: '\62';
}

.rbi-amazon:before {
    content: '\63';
}

.rbi-twitter:before {
    content: '\64';
}

.rbi-google:before {
    content: '\65';
}

.rbi-pinterest-i:before {
    content: '\66';
}

.rbi-linkedin:before {
    content: '\67';
}

.rbi-dribble:before {
    content: '\68';
}

.rbi-vk:before {
    content: '\69';
}

.rbi-tumblr:before {
    content: '\6a';
}

.rbi-shopping-bag:before {
    content: '\6e';
}

.rbi-play-button:before {
    content: '\79';
}

.rbi-picture:before {
    content: '\7a';
}

.rbi-flickr:before {
    content: '\6b';
}

.rbi-soundcloud:before {
    content: '\6f';
}

.rbi-vimeo:before {
    content: '\44';
}

.rbi-reddit:before {
    content: '\45';
}

.rbi-skype:before {
    content: '\46';
}

.rbi-steam:before {
    content: '\48';
}

.rbi-app-store:before {
    content: '\49';
}

.rbi-drupal:before {
    content: '\4a';
}

.rbi-evernote:before {
    content: '\4b';
}

.rbi-photobucket:before {
    content: '\4c';
}

.rbi-sharethis:before {
    content: '\4d';
}

.rbi-squarespace:before {
    content: '\4e';
}

.rbi-yelp:before {
    content: '\4f';
}

.rbi-email-envelope:before {
    content: '\50';
}

.rbi-trend:before {
    content: '\52';
}

.rbi-clock:before {
    content: '\53';
}

.rbi-comments:before {
    content: '\56';
}

.rbi-flame:before {
    content: '\55';
}

.rbi-dribbble:before {
    content: '\58';
}

.rbi-whatsapp:before {
    content: '\5a';
}

.rbi-myspace:before {
    content: '\30';
}

.rbi-youtube:before {
    content: '\31';
}

.rbi-digg:before {
    content: '\33';
}

.rbi-instagram:before {
    content: '\34';
}

.rbi-snapchat:before {
    content: '\37';
}

.rbi-heart:before {
    content: '\6c';
}

.rbi-rss:before {
    content: '\42';
}

.rbi-music:before {
    content: '\43';
}

.rbi-tag:before {
    content: '\59';
}

.rbi-behance:before {
    content: '\32';
}

.rbi-blogger:before {
    content: '\35';
}

.rbi-dropbox:before {
    content: '\36';
}

.rbi-ping:before {
    content: '\39';
}

.rbi-github-alt:before {
    content: '\22';
}

.rbi-icq:before {
    content: '\23';
}

.rbi-paypal:before {
    content: '\24';
}

.rbi-picassa:before {
    content: '\21';
}

.rbi-ebay:before {
    content: '\27';
}

.rbi-baidu:before {
    content: '\28';
}

.rbi-bing:before {
    content: '\29';
}

.rbi-kik:before {
    content: '\25';
}

.rbi-podcast-o:before {
    content: '\26';
}

.rbi-help:before {
    content: '\2a';
}

.rbi-card:before {
    content: '\2c';
}

.rbi-translation:before {
    content: '\2d';
}

.rbi-payment:before {
    content: '\2f';
}

.rbi-git:before {
    content: '\3b';
}

.rbi-wechat:before {
    content: '\3d';
}

.rbi-visa:before {
    content: '\3f';
}

.rbi-master-card:before {
    content: '\5b';
}

.rbi-stripe:before {
    content: '\5d';
}

.rbi-cc:before {
    content: '\5e';
}

.rbi-tripadvisor:before {
    content: '\5f';
}

.rbi-500px:before {
    content: '\60';
}

.rbi-apple:before {
    content: '\38';
}

.rbi-buffer:before {
    content: '\2e';
}

.rbi-infinite:before {
    content: '\3a';
}

.rbi-record:before {
    content: '\3c';
}

.rbi-yahoo-buzz:before {
    content: '\7c';
}

.rbi-quora:before {
    content: '\7d';
}

.rbi-zerply:before {
    content: '\7e';
}

.rbi-formspring:before {
    content: '\5c';
}

.rbi-foursquare:before {
    content: '\e000';
}

.rbi-hype-machine:before {
    content: '\e001';
}

.rbi-google-buzz:before {
    content: '\e002';
}

.rbi-arto:before {
    content: '\e003';
}

.rbi-aws:before {
    content: '\e004';
}

.rbi-basecamp:before {
    content: '\e005';
}

.rbi-share:before {
    content: '\e006';
}

.rbi-aim-alt:before {
    content: '\e007';
}

.rbi-aim:before {
    content: '\e008';
}

.rbi-coroflot:before {
    content: '\e009';
}

.rbi-dailybooth:before {
    content: '\e00a';
}

.rbi-ember:before {
    content: '\e00b';
}

.rbi-itunes:before {
    content: '\e00c';
}

.rbi-share-o:before {
    content: '\e00d';
}

.rbi-pin:before {
    content: '\e00e';
}

.rbi-attachment:before {
    content: '\e00f';
}

.rbi-link:before {
    content: '\e010';
}

.rbi-puzzle:before {
    content: '\e011';
}

.rbi-music-tone:before {
    content: '\e012';
}

.rbi-drop:before {
    content: '\e013';
}

.rbi-radio:before {
    content: '\e014';
}

.rbi-chat:before {
    content: '\e015';
}

.rbi-voice:before {
    content: '\e016';
}

.rbi-phone:before {
    content: '\e017';
}

.rbi-destop:before {
    content: '\e018';
}

.rbi-award:before {
    content: '\e019';
}

.rbi-key:before {
    content: '\e94f';
}

.rbi-mobile-share:before {
    content: '\e93f';
}

.rbi-plus:before {
    content: '\e950';
}

.rbi-remove:before {
    content: '\e951';
}

.rbi-tethering:before {
    content: '\e940';
}

.rbi-cloud:before {
    content: '\e941';
}

.rbi-cloud-download:before {
    content: '\e942';
}

.rbi-cloud-upload:before {
    content: '\e943';
}

.rbi-security:before {
    content: '\e952';
}

.rbi-adjust:before {
    content: '\e944';
}

.rbi-camera:before {
    content: '\e953';
}

.rbi-pdf:before {
    content: '\e954';
}

.rbi-style:before {
    content: '\e945';
}

.rbi-bike:before {
    content: '\e946';
}

.rbi-local-mall:before {
    content: '\e955';
}

.rbi-print:before {
    content: '\e956';
}

.rbi-wifi:before {
    content: '\e947';
}

.rbi-person:before {
    content: '\e957';
}

.rbi-favorite:before {
    content: '\e958';
}

.rbi-exit:before {
    content: '\e959';
}

.rbi-trend-down:before {
    content: '\e948';
}

.rbi-trend-up:before {
    content: '\e949';
}

.rbi-fingerprint:before {
    content: '\e94a';
}

.rbi-file:before {
    content: '\e95a';
}

.rbi-peoples:before {
    content: '\e95b';
}

.rbi-foot:before {
    content: '\e95c';
}

.rbi-user:before {
    content: '\e95d';
}

.rbi-arrow-up-right:before {
    content: '\e93e';
}

.rbi-map-pin:before {
    content: '\e934';
}

.rbi-grid:before {
    content: '\e935';
}

.rbi-fish-eye:before {
    content: '\e933';
}

.rbi-eye:before {
    content: '\e911';
}

.rbi-bell:before {
    content: '\e92b';
}

.rbi-hard-drive:before {
    content: '\e932';
}

.rbi-youtube-o:before {
    content: '\e92d';
}

.rbi-chart-o:before {
    content: '\e91a';
}

.rbi-clock-round:before {
    content: '\e8b5';
}

.rbi-chat-bubble:before {
    content: '\e0ca';
}

.rbi-calendar:before {
    content: '\e919';
}

.rbi-images:before {
    content: '\e3d3';
}

.rbi-mall:before {
    content: '\e54c';
}

.rbi-power:before {
    content: '\e336';
}

.rbi-timeline:before {
    content: '\e923';
}

.rbi-medium:before {
    content: '\e94d';
}

.rbi-bug:before {
    content: '\e94b';
}

.rbi-cc-paypal:before {
    content: '\e94c';
}

.rbi-bell-o:before {
    content: '\e92c';
}

.rbi-star-half:before {
    content: '\e908';
}

.rbi-star:before {
    content: '\e909';
}

.rbi-star-full:before {
    content: '\e90a';
}

.rbi-tags:before {
    content: '\e907';
}

.rbi-quote-o:before {
    content: '\e910';
}

.rbi-quote:before {
    content: '\e90f';
}

.rbi-location:before {
    content: '\e92a';
}

.rbi-paperplane:before {
    content: '\e902';
}

.rbi-graph:before {
    content: '\e912';
}

.rbi-angle-down:before {
    content: '\e924';
}

.rbi-angle-left:before {
    content: '\e925';
}

.rbi-angle-right:before {
    content: '\e926';
}

.rbi-angle-up:before {
    content: '\e927';
}

.rbi-currency-dollar:before {
    content: '\e928';
}

.rbi-write:before {
    content: '\e90c';
}

.rbi-quill:before {
    content: '\e90b';
}

.rbi-podcast:before {
    content: '\e91c';
}

.rbi-clock-bold:before {
    content: '\e94e';
}

.rbi-database:before {
    content: '\e964';
}

.rbi-load:before {
    content: '\e97a';
}

.rbi-spinner:before {
    content: '\e97b';
}

.rbi-spinner-line:before {
    content: '\e97c';
}

.rbi-pinterest:before {
    content: '\ead1';
}

.rbi-renren:before {
    content: '\ea99';
}

.rbi-github:before {
    content: '\eab0';
}

.rbi-android:before {
    content: '\eac0';
}

.rbi-lastfm:before {
    content: '\eacb';
}

.rbi-stumbleupon:before {
    content: '\eace';
}

.rbi-stackoverflow:before {
    content: '\ead0';
}

/*
--------------------------------------------------------------
    2.0 - RUBY GRID
*/
.rb-row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

[class^='rb-col'], [class*='rb-col'] {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    min-width: 0;
}

[class^='rb-col'] > .p-wrap,
[class*='rb-col'] > .p-wrap {
    flex-grow: 1;
}

.rb-n10-gutter {
    margin-right: -10px;
    margin-left: -10px;
}

.rb-n15-gutter {
    margin-right: -15px;
    margin-left: -15px;
}

.rb-n20-gutter {
    margin-right: -20px;
    margin-left: -20px;
}

.rb-m20-gutter {
    margin-right: 20px;
    margin-left: 20px;
}

.rb-p10-gutter {
    padding-right: 10px;
    padding-left: 10px;
}

.rb-p15-gutter {
    padding-right: 15px;
    padding-left: 15px;
}

.rb-p20-gutter {
    padding-right: 20px;
    padding-left: 20px;
}

.rb-n10-all {
    margin: -10px;
}

.rb-p10-all {
    padding: 10px;
}

.rb-n15-all {
    margin: -15px;
}

.rb-p15-all {
    padding: 15px;
}

.rb-sh {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.rb-sh .p-wrap {
    flex-grow: 1;
}

.rb-col-m1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.rb-col-m2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.rb-col-m3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.rb-col-m4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.rb-col-m5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.rb-col-m6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.rb-col-m7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.rb-col-m8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.rb-col-m9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.rb-col-m10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.rb-col-m11 {
    flex: 0 0 91.666%;
    max-width: 91.6666%;
}

.rb-col-m12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.rb-col-5m {
    flex: 0 0 20%;
    max-width: 20%;
}

@media all and (min-width: 768px) {
    .rb-col-t1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .rb-col-t2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .rb-col-t3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .rb-col-t4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .rb-col-t5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .rb-col-t6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rb-col-t7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .rb-col-t8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .rb-col-t9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .rb-col-t10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .rb-col-t11 {
        flex: 0 0 91.666%;
        max-width: 91.6666%;
    }

    .rb-col-t12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {
    .rb-col-d1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .rb-col-d2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .rb-col-d3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .rb-col-d4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .rb-col-d5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .rb-col-d6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rb-col-d7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .rb-col-d8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .rb-col-d9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .rb-col-d10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .rb-col-d11 {
        flex: 0 0 91.666%;
        max-width: 91.6666%;
    }

    .rb-col-d12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rb-col-5d {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*
--------------------------------------------------------------
    3.0 -COMMON ELEMENTS
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.15;
}

h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.25;
}

h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.25;
}

h4, .h4 {
    font-size: 1rem;
    line-height: 1.45;
}

.h5, h5 {
    font-size: .925rem;
    line-height: 1.5;
}

h6, .h6 {
    font-size: .875rem;
    line-height: 1.5;
}

.is-hidden {
    display: none !important;
}

.is-hide {
    opacity: 0 !important;
}

.opacity-animate {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.end-list {
    width: 100%;
}

.end-list-info {
    font-size: .85rem;
    font-style: italic;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    opacity: .7;
}

/** input */
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.7;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .025);
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type='text'], input[type='tel'], input[type='password'], input[type='email'],
input[type='url'], input[type='search'], input[type='number'] {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 22px;
    max-width: 100%;
    padding: 10px 25px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    border: none;
    outline: none !important;
    background-color: rgba(0, 0, 0, .025);
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type='submit'], button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 40px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    background: none;
    background-color: #333333;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.load-animation,
.loadmore-animation {
    position: absolute;
    z-index: 992;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none !important;
    background-color: transparent;
    background-image: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../images/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.live-search-animation {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: none;
    width: 56px;
    height: 56px;
    background-color: transparent !important;
    background-size: 26px;
}

.live-search-submit.p-link {
    margin-right: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.loadmore-animation {
    display: none;
    opacity: 0;
    background-size: 32px;
}

input[type='submit']:hover, input[type='submit']:focus, button:hover, button:focus,
input[type='button']:hover, input[type='button']:focus {
    background-color: #ff8763;
}

input[type='file'] {
    font-size: 14px;
    padding: 10px 100px 10px 10px;
    background-color: #f9f9f9;
    box-shadow: none;
}

button.pswp__button,
button.pswp__button:hover,
button.pswp__button:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.rbi-apple:before {
    font-size: 1.25em;
}

label {
    font-size: .85rem;
    line-height: 1.7;
}

.tipsy {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    z-index: 100000;
    padding: 5px;
}

.tipsy-inner {
    font-family: inherit;
    line-height: 1;
    max-width: 200px;
    padding: 7px;
    text-align: center;
    letter-spacing: inherit;
    color: #ffffff;
    background-color: #333333;
}

.tipsy-arrow {
    line-height: 0;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333333;
}

.tipsy-arrow-n {
    border-bottom-color: #333333;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-right-style: solid;
    border-bottom-color: transparent;
    border-left: none;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-right: none;
    border-bottom-color: transparent;
    border-left-style: solid;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent;
}

/** owl carousel */
.rb-owl {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.rb-owl .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.rb-owl .owl-stage:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.rb-owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.rb-owl .owl-wrapper,
.rb-owl .owl-item {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.rb-owl .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-item .jetpack-lazy-image:not(.jetpack-lazy-image--handled) {
    max-height: 50px;
}

.rb-owl .owl-nav.disabled,
.rb-owl .owl-dots.disabled {
    display: none;
}

.rb-owl .owl-nav .owl-prev,
.rb-owl .owl-nav .owl-next,
.rb-owl .owl-dot {
    cursor: pointer;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.rb-owl .owl-nav button.owl-prev,
.rb-owl .owl-nav button.owl-next,
.rb-owl button.owl-dot {
    font: inherit;
    padding: 0 !important;
    color: inherit;
    border: none !important;
    outline: none !important;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rb-owl.owl-loaded {
    display: block;
}

.rb-owl.owl-loading {
    display: block;
    opacity: 0;
}

.rb-owl.owl-hidden {
    opacity: 0;
}

.rb-owl.owl-refresh .owl-item {
    visibility: hidden;
}

.rb-owl.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.rb-owl.owl-grab {
    cursor: move;
    cursor: grab;
}

.rb-owl.owl-rtl {
    direction: rtl;
}

.rb-owl.owl-rtl .owl-item {
    float: right;
}

.rb-owl .owl-nav {
    position: static;
}

.rb-owl-next,
.rb-owl-prev {
    font-weight: 400;
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 32px;
    height: 100px;
    margin-top: -50px;
    cursor: pointer;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    opacity: 0;
    color: #ffffff;
    background-color: #333333;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
}

.rb-owl-prev {
    right: auto;
    left: 15px;
}

.rb-owl-next {
    right: 15px;
    left: auto;
}

.rb-owl:hover .rb-owl-next,
.rb-owl:hover .rb-owl-prev {
    opacity: .5;
}

.rb-owl .rb-owl-next:hover,
.rb-owl .rb-owl-prev:hover {
    opacity: 1;
    color: #333333;
    background: #ffffff;
}

.owl-nav i {
    font-size: 18px;
    line-height: 100px;
    position: relative;
    display: block;
    width: 32px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
}

.owl-nav span {
    font-size: .7rem;
    line-height: 32px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    display: block;
    width: 100px;
    padding-left: .4em;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -ms-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    text-align: center;
    letter-spacing: .2rem;
}

.owl-nav > div:hover i {
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    -webkit-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}

.owl-nav > div:hover span {
    -moz-transform: rotate(90deg) translate3d(0, -30px, 0);
    -ms-transform: rotate(90deg) translate3d(0, -30px, 0);
    -o-transform: rotate(90deg) translate3d(0, -30px, 0);
    -webkit-transform: rotate(90deg) translate3d(0, -30px, 0);
    transform: rotate(90deg) translate3d(0, -30px, 0);
}

.owl-nav .rb-owl-prev span {
    top: auto;
    bottom: 0;
    padding-left: 0;
    -moz-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -ms-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -o-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -webkit-transform: rotate(-90deg) translate3d(0, 64px, 0);
    transform: rotate(-90deg) translate3d(0, 64px, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.owl-nav div.rb-owl-prev:hover i {
    -moz-transform: translate3d(-32px, 0, 0);
    -ms-transform: translate3d(-32px, 0, 0);
    -o-transform: translate3d(-32px, 0, 0);
    -webkit-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
}

.owl-nav > div.rb-owl-prev:hover span {
    top: auto;
    bottom: 0;
    -moz-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -ms-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -o-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -webkit-transform: rotate(-90deg) translate3d(0, 32px, 0);
    transform: rotate(-90deg) translate3d(0, 32px, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.rb-owl .owl-dots {
    line-height: 1;
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.rb-owl .owl-dot > span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: currentColor;
}

.rb-owl .owl-dot.active > span {
    width: 20px;
    opacity: 1;
}

.rb-owl .owl-dot:hover {
    opacity: 1;
}

.owl-dots {
    height: 0;
}

.owl-loaded .owl-dots {
    height: auto;
}

/** No Js */
.no-js .rb-owl {
    display: block;
}

.rb-owl .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.rb-owl .owl-animated-in {
    z-index: 0;
}

.rb-owl .owl-animated-out {
    z-index: 1;
}

.rb-owl .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl .owl-item .owl-lazy {
    transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
}

.rb-owl .owl-item .owl-lazy[src^=''],
.rb-owl .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.rb-owl .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.rb-owl .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.rb-owl .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    transition: transform 100ms cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-backface-visibility: hidden;
}

.rb-owl .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.rb-owl .owl-video-playing .owl-video-tn,
.rb-owl .owl-video-playing .owl-video-play-icon {
    display: none;
}

.rb-owl .owl-video-tn {
    height: 100%;
    transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.rb-owl .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/** 2.0 - Main */
.rbc-row {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0;
}

.rbc-row.is-wrapper {
    max-width: 1200px;
}

.rbc-container {
    position: static;
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.rbc-row.is-fullwide > .rbc-container {
    /*overflow: hidden;*/
    max-width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

.post-edit-link {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 0;
    display: block;
    visibility: hidden;
    padding: 5px;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    color: #ffffff;
    background-color: #333333;
}

.post-edit-link:hover {
    background-color: #ff8763;
}

.page-edit-link:hover {
    color: #ff8763;
}

.p-wrap:hover .post-edit-link {
    visibility: visible;
    opacity: 1;
}

/** wrap */
.rbc-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.rbc-sidebar {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
}

.rbc-content {
    display: flex;
    display: -webkit-flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
}

.rbc-fw-section .rbc-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.block-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    flex-basis: 100%;
    width: 100%;
}

.block-wrap:not(.block-mix) {
    max-width: 100%;
}

.content-wrap {
    position: relative;
    width: 100%;
}

.rbc-content-section .rbc-content {
    flex: 0 0 66.66%;
    width: 66.66%;
    max-width: 66.66%;
}

.rbc-content-section .rbc-sidebar {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding-left: 50px;
}

.no-active-sidebar.rbc-content-section.single-1 .rbc-content,
.no-active-sidebar.rbc-content-section.layout-classic .rbc-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.no-active-sidebar.rbc-content-section.single-1 .single-box {
    max-width: 100%;
}

.rbc-content-section.is-sidebar-left .rbc-wrap {
    flex-direction: row-reverse;
}

.rbc-content-section.is-sidebar-left .rbc-sidebar {
    padding-right: 60px;
    padding-left: 0;
}

.wrap {
    position: relative;
}

.site-wrap .wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.wrap .wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.site-wrap .wrap.pageh-fullwide {
    margin-top: 0;
}

.content-inner {
    position: relative;
}

/** cat list */
.cat-list-wrap {
    width: 100%;
}

.cat-list-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    flex-grow: 1;
    width: 100%;
}

header.cat-list-header {
    flex-flow: column nowrap;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.cat-list-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
}

.element-desc {
    font-size: .85rem;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 0;
}

.element-desc * {
    font-size: inherit;
}

.cat-list-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex: 0 0 170px;
    flex-flow: column nowrap;
    flex-shrink: 1;
    max-width: 170px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}

.cat-item-inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}

.cat-list-item a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.cat-list-name {
    line-height: 1;
    z-index: 10;
    margin-top: auto;
    padding: 15px 5px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    white-space: nowrap;
}

.cat-list-feat {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cat-list-feat img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.fw-category-1 .cat-list-feat {
    padding-bottom: 100%;
}

.fw-category-1 .cat-list-item .cat-list-name {
    color: #ffffff;
    background-color: #333333;
}

.fw-category-2 .cat-list-content {
    flex-grow: 1;
    width: auto;
}

.fw-category-2 .cat-list-content-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex-grow: 1;
    margin-right: -10px;
    margin-bottom: -15px;
    margin-left: -10px;
}

.fw-category-2 .cat-list-inner {
    align-items: flex-start;
}

.fw-category-2 .cat-list-feat {
    padding-bottom: 62.5%;
}

.fw-category-2 .cat-list-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

.fw-category-1 .cat-list-item:hover .cat-list-name,
.fw-category-1.is-light-text .cat-list-item:hover .cat-list-name,
[data-theme="dark"] .fw-category-1 .cat-list-item:hover .cat-list-name {
    color: #ff8763;
}

.fw-category-2 .cat-list-item:hover .cat-list-name {
    opacity: .7;
}

/** pagination */
.pagination-loadmore {
    position: relative;
}

.pagination-link, .loadmore-link,
.page-numbers, .post-page-numbers {
    line-height: 36px;
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    margin: 0 5px;
    padding: 0 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: rgba(0, 0, 0, .07);
}

.page-numbers {
    padding: 0 5px;
}

span.page-numbers.dots {
    font-size: 2em;
    color: #333333;
}

body[data-theme="dark"] span.page-numbers.dots {
    color: #ffffff;
}

.is-dark-pag .pagination-link, .is-dark-pag .loadmore-link,
.is-dark-pag .page-numbers, .is-dark-pag .post-page-numbers {
    color: #ffffff;
    background-color: #333333;
}

.is-dark-pag .filter-link.is-disable,
.is-dark-pag .page-numbers.current,
.is-dark-pag .post-page-numbers.current,
.is-dark-pag .pagination-nextprev a.is-disable {
    opacity: .15;
}

a.pagination-link:hover,
a.page-numbers:hover,
.post-page-numbers:hover,
a.loadmore-link:hover {
    color: #ffffff;
    background-color: #ff8763;
}

.page-numbers.dots {
    opacity: .5;
    background: none;
}

.pagination-wrap {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 35px;
    text-align: center;
}

.pagination-wrap.pagination-number > * {
    font-size: 1.1em;
}

.archive-content .content-inner {
    margin-bottom: -35px;
}

a.pagination-link i {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.pagination-link.ajax-next {
    margin-left: 5px;
}

.pagination-link.ajax-next i {
    margin-right: 0;
    margin-left: 7px;
}

.pagination-nextprev .pagination-link, .loadmore-link {
    min-width: 140px;
}

.pagination-simple .page-numbers {
    min-width: 180px;
}

.pagination-infinite {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    min-height: 42px;
}

.pagination-wrap.disable-pagination {
    height: 0;
    min-height: 0;
    margin-top: 0;
}

.filter-link.is-disable,
.page-numbers.current,
.post-page-numbers.current,
.pagination-nextprev a.is-disable {
    pointer-events: none;
    opacity: .5;
}

.per-load {
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 40px;
    opacity: 0;
}

.rb-owl.per-load {
    height: 100px;
}

.site-content.has-sidebar.is-sidebar-left .rbc-sidebar {
    padding-right: 60px;
    padding-left: 0;
}

/*
--------------------------------------------------------------
    4.0 -HEADER
*/
.topbar-wrap {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    position: relative;
    display: block;
    min-height: 32px;
    color: #ffffff;
    background-color: #333333;
}

.topbar-wrap.is-fullwidth .rbc-container {
    max-width: 100%;
}

.topline-wrap {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0;
    background-color: #ff8763;
}

.topbar-inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.topbar-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 1;
    flex-flow: row nowrap;
}

.topbar-info {
    line-height: 32px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
}

.topbar-info > * {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 15px;
}

.topbar-info i {
    line-height: 1;
    margin-right: 5px;
}

.topbar-menu-wrap {
    font-family: inherit;
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: row nowrap;
}

.topbar-menu > li {
    position: relative;
    display: block;
    float: left;
}

.topbar-menu > li > a {
    line-height: 32px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 7px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .7;
}

.topbar-menu > li:first-child > a {
    padding-left: 0;
}

.topbar-menu > li > a:hover {
    opacity: 1;
}

.topbar-menu .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 110%;
    left: 0;
    display: block;
    min-width: 180px;
    padding: 10px 0;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    opacity: 0;
    background-color: #333333;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}

.hovering-menu {
    position: relative;
}

.topbar-menu .sub-menu a {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 1;
    padding: 7px 15px 7px 20px;
    white-space: nowrap;
}

.topbar-menu .sub-menu a > span {
    position: relative;
    left: -4px;
    -moz-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.topbar-menu .sub-menu .menu-item-has-children > a:after {
    font-family: 'ruby-icon' !important;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    content: '\e926';
}

.animation-menu .sub-menu > li > a {
    -moz-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    -o-transform: translate3d(15px, 0, 0);
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    opacity: 0;
}

.topbar-menu > .menu-item-has-children:hover > .sub-menu,
.main-menu > li:hover > .sub-menu,
.topbar-menu > .menu-item-has-children.show-smenu > .sub-menu,
.main-menu > .menu-item-has-children.show-smenu > .sub-menu {
    top: calc(100% - 1px);
    bottom: auto;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.no-delay .sub-menu > li > a {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.animation-menu.hovering-menu > .sub-menu > li > a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.sub-mega .sub-menu a {
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
}

.topbar-right {
    display: flex;
    display: -webkit-flex;
    height: 32px;
    margin-left: auto;
}

.topbar-social {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 100%;
}

.topbar-social a {
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 100%;
    padding: 0 5px;
}

.topbar-menu > .menu-item.menu-item-has-children > a:after,
.main-menu > .menu-item.menu-item-has-children > a:after {
    font-family: 'ruby-icon' !important;
    font-size: .8em;
    line-height: 1;
    margin-left: 2px;
    content: '\e924';
    vertical-align: middle;
}

.topbar-menu > .menu-item.menu-item-has-children > a:after {
    margin-left: 3px;
}

.main-menu .sub-menu .menu-item-has-children > a:after {
    font-family: 'ruby-icon' !important;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    content: '\e926';
}

.main-menu .sub-menu.left-direction .menu-item-has-children > a:after {
    margin-right: auto;
    margin-left: 0;
    content: '\e925';
}

span.touch-smenu {
    position: absolute;
    z-index: 10;
    top: -25%;
    left: 100%;
    display: block;
    width: 40px;
    height: 150%;
    margin-left: -10px;
}

.btn-toggle-wrap {
    position: relative;
    z-index: 99;
    height: 100%;
    padding-right: 20px;
}

.btn-toggle {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.btn-toggle .off-canvas-toggle {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.icon-toggle {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    min-height: 1px;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    color: inherit;
    background-color: currentColor;
    -webkit-touch-callout: none;
}

.icon-toggle:before, .icon-toggle:after {
    position: absolute;
    left: 0;
    width: 75%;
    height: 100%;
    min-height: 1px;
    content: '';
    -moz-transition: -moz-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: -ms-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: -webkit-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: currentColor;
}

.icon-toggle:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.icon-toggle:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.mobile-js-menu .off-canvas-toggle .icon-toggle {
    background-color: transparent;
}

.mobile-js-menu .off-canvas-toggle .icon-toggle:before {
    width: 100%;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.mobile-js-menu .off-canvas-toggle .icon-toggle:after {
    width: 100%;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.off-canvas-toggle:hover, .off-canvas-toggle:focus {
    opacity: 1;
}

.btn-toggle-bold span.icon-toggle {
    height: 2px;
    min-height: 2px;
}

.btn-toggle-bold .icon-toggle:before, .btn-toggle-bold .icon-toggle:after {
    width: 100%;
}

.btn-toggle-bold .btn-toggle {
    width: 30px
}

/** navbar wrap */
.header-wrap {
    position: relative;
    display: block;
}

.navbar-wrap {
    position: relative;
    z-index: 999;
    display: block;
}

.section-sticky .navbar-wrap {
    background-color: #ffffff;
}

.navbar-inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 100%;
    min-height: 60px;
}

.navbar-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 1;
    flex-flow: row nowrap;
}

.navbar-right {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.navbar-right > * {
    position: static;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-left: 7px;
}

.navbar-right > *:first-child {
    margin-left: 0;
}

.header-2 .is-main-nav .navbar-left {
    flex-basis: auto;
    flex-shrink: 0;
}

.header-2 .navbar-right-outer {
    position: static;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-grow: 1;
    justify-content: flex-end;
}

.header-2 .section-sticky .main-menu-wrap,
.header-float.default-2 .section-sticky .main-menu-wrap,
.header-float.default-2 .transparent-navbar-wrap .main-menu-wrap {
    justify-content: flex-end;
    padding-right: 15px;
}

.header-4 .section-sticky .navbar-holder.rbc-container,
.header-float.default-4 .section-sticky .navbar-holder.rbc-container,
.header-float.default-4 .transparent-navbar-wrap .navbar-holder.rbc-container {
    max-width: 100%;
}

.header-1 .navbar-wrap,
.header-2 .navbar-wrap,
.header-4 .navbar-wrap,
.header-8 .navbar-wrap,
.section-sticky .navbar-wrap,
.mobile-sticky-nav, #amp-navbar {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}

.main-menu > li {
    display: block;
    float: left;
}

.main-menu > li > a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 60px;
    padding: 0 15px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    letter-spacing: .02em;
}

.navbar-inner .logo-wrap {
    display: flex;
    display: -webkit-flex;
    max-height: 100%;
    margin-right: 15px;
}

.is-logo-image.logo-wrap a {
    display: block;
}

.logo-wrap img {
    display: block;
    width: auto;
    max-height: 60px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    object-fit: cover;
    -webkit-object-fit: cover;
}

.logo-wrap.is-svg img {
    display: block;
    width: auto;
    height: 999px;
    padding-top: 10px;
    padding-bottom: 10px;
    object-fit: contain;
}

.logo-wrap a:hover img {
    opacity: .7;
}

.header-3 .banner-wrap .logo-wrap img,
.header-6 .banner-wrap .logo-wrap img,
.header-7 .banner-wrap .logo-wrap img {
    width: auto;
    height: auto;
    max-height: 110px;
    margin: auto;
}

.header-7 .banner-wrap .logo-wrap img {
    width: auto;
    height: auto;
    max-height: 200px;
    margin: auto;
}

.header-3 .logo-wrap.is-svg img,
.header-6 .logo-wrap.is-svg img {
    height: 999px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-7 .banner-wrap .logo-wrap.is-svg img {
    height: 200px;
    max-height: 135px;
}

.header-3 .banner-right .nav-mini-cart,
.header-6 .banner-right .nav-mini-cart {
    right: -10px;
}

.nav-mini-cart .mini-cart-wrap p {
    color: #333333;
}

.is-logo-text .logo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.is-logo-text .logo-title * {
    font-size: inherit;
    font-weight: inherit;
}

.is-logo-text .logo-title strong {
    font-weight: inherit;
}

.logo-wrap.is-logo-text .logo-title {
    line-height: 1.1;
}

.header-1 .is-logo-text .logo-title,
.header-2 .is-logo-text .logo-title {
    line-height: 60px;
    white-space: nowrap;
}

.transparent-navbar-wrap.light-style .is-logo-text .logo-title,
.transparent-navbar-wrap.light-style .off-canvas-toggle,
.transparent-navbar-wrap.light-style .m-nav-right {
    color: #ffffff;
}

.header-float .navbar-outer {
    position: relative;
}

.header-float .transparent-navbar-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-float .navbar-inner {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-float.is-wide .section-sticky .rbc-container.navbar-holder {
    max-width: 100%;
}

.rnav-section .widget-title {
    display: none;
}

.rnav-section input[type='text'],
.rnav-section input[type='search'] {
    color: inherit;
}

.rnav-element {
    margin-left: 7px;
}

.rnav-element:first-child {
    margin-left: 0;
}

/* logo */
.is-logo-image .logo-title,
.is-logo-image .site-description {
    display: none;
}

.site-description {
    display: none;
}

.header-3 .is-logo-text .site-description,
.header-6 .is-logo-text .site-description {
    display: block;
}

.social-icons a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.navbar-social {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.navbar-social a {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
}

.header-wrap .cart-link,
.off-canvas-wrap .cart-link,
.amp-canvas-wrap .cart-link,
.bookmark-section .bookmark-link,
.header-wrap .search-icon,
.header-wrap .trend-icon {
    line-height: 1;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 100%;
    cursor: pointer;
}

.header-wrap .rb-mini-cart > *,
.header-wrap .search-icon > *,
.header-wrap .trending-section > *,
.bookmark-section .bookmark-link {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.bookmark-link:hover,
.header-wrap .rb-mini-cart:hover > *,
.header-wrap .search-icon:hover > *,
.header-wrap .trending-section:hover > * {
    opacity: .5;
}

.bookmark-link {
    font-size: 22px;
}

.header-wrap .cart-link,
.off-canvas-wrap .cart-link,
.amp-canvas-wrap .cart-link {
    font-size: 24px;
}

.header-wrap .search-icon {
    font-size: 32px;
}

.header-wrap .trend-icon {
    font-size: 22px;
}

.cart-icon {
    line-height: 28px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}

.bookmark-icon {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}

.rb-counter {
    font-size: .7rem;
    font-style: normal;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    min-height: 16px;
    margin-left: -10px;
    padding: 0 2px;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #333333;
}

.header-lightbox {
    position: absolute;
    z-index: 1000;
    top: 100%;
    top: calc(100% - 1px);
    right: 0;
    left: auto;
    display: block;
    visibility: hidden;
    width: 360px;
    padding: 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    color: #333333;
    border-top: 4px solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}

.is-hover:hover .header-lightbox,
.header-lightbox.show-searchform {
    visibility: visible;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.trend-header {
    margin-bottom: 10px;
}

.trend-content {
    position: relative;
    padding-top: 30px;
}

.no-trend {
    font-size: .8rem;
    opacity: .7;
}

.trend-content:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 10px;
    content: '';
    pointer-events: none;
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.trend-content > *:last-child {
    margin-bottom: 0;
}

.main-menu-wrap {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
}

.search-form {
    position: relative;
    display: block;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}

.search-form input[type='search'] {
    line-height: 36px;
    width: 100%;
    padding-right: 66px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-form input[type='submit'] {
    font-size: 0;
    line-height: 56px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 56px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: transparent !important;
}

.search-form .screen-reader-text {
    display: none !important;
}

.search-form:after {
    font-family: 'ruby-icon' !important;
    font-size: 24px;
    line-height: 56px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 56px;
    height: 100%;
    content: '\e618';
    -moz-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .25 cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    pointer-events: none;
    opacity: .5;
    color: currentColor;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.search-form.loading:after {
    opacity: 0;
}

.navbar-search-popup.header-lightbox {
    padding: 0;
}

.live-search-content {
    position: relative;
    display: block;
    padding: 25px 20px 20px 20px;
}

.live-search-content:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    display: block;
    height: 10px;
    content: '';
    pointer-events: none;
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.pagination-wrap.live-search-more {
    margin-top: 0;
}

.search-not-found {
    font-size: .8rem;
    margin-bottom: 10px;
}

.navbar-search-popup .search-form input[type='search'] {
    font-size: 0.85rem;
    background-color: transparent;
}

.navbar-search-popup .popup-inner {
    position: relative;
}

/** sub menu */
.main-menu .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 110%;
    right: auto;
    left: auto;
    display: block;
    visibility: hidden;
    min-width: 200px;
    padding: 10px 0;
    -moz-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: left;
    pointer-events: none;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}

.main-menu .sub-menu.left-direction {
    right: 0;
    left: auto;
}

.main-menu > li > .sub-menu:not(.sub-mega).left-direction a {
    flex-direction: row-reverse;
}

.main-menu > .sub-menu:not(.sub-mega) {
    margin-left: -10px;
}

.main-menu .sub-menu .sub-menu,
.topbar-menu .sub-menu .sub-menu {
    top: 0 !important;
    right: auto;
    bottom: auto;
    left: 110%;
}

.main-menu .sub-menu .sub-menu.left-direction {
    right: 100%;
    left: auto;
}

.main-menu > li.menu-item-has-children > .sub-menu:before {
    position: absolute;
    top: -9px;
    right: auto;
    bottom: auto;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    color: #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid currentColor;
    border-left: 10px solid transparent;
}

.main-menu > li.menu-item-has-children > .sub-menu.left-direction:before {
    right: 20px;
    left: auto;
}

.main-menu .sub-menu:not(.sub-mega) {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.main-menu .sub-menu .sub-menu.mega-tree,
.navbar-holder.is-light-text .main-menu .sub-menu .sub-menu.mega-tree,
[data-theme="dark"] .navbar-holder .main-menu .sub-menu .sub-menu.mega-tree {
    background: none;
    background-color: transparent;
    background-image: none;
}

.main-menu .sub-menu li:hover > .sub-menu,
.topbar-menu .sub-menu li:hover > .sub-menu,
.main-menu .sub-menu .menu-item-has-children.show-smenu > .sub-menu,
.topbar-menu .sub-menu .menu-item-has-children.show-smenu > .sub-menu {
    right: auto;
    left: calc(100% - 1px);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.main-menu .sub-menu li:hover > .sub-menu.left-direction {
    right: calc(100% - 1px);
    left: auto
}

.sub-menu li {
    position: relative;
}

.main-menu > li > .sub-menu:not(.sub-mega) a {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 1;
    padding: 7px 20px 7px 25px;
}

.main-menu .sub-menu a > span {
    position: relative;
    left: -4px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.main-menu .fw-mega-cat span.rb-iwrap {
    left: 0;
}

.menu-item-has-children.show-smenu .sub-menu a > span {
    flex-grow: 1;
}

.main-menu .sub-menu.left-direction a > span {
    right: -4px;
    left: auto;
}

.main-menu .pagination-wrap a > span {
    left: auto;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    color: inherit !important;
}

.rb-menu a > span {
    line-height: 1.3;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.rb-menu a > span i {
    margin-right: 7px;
}

.rb-menu a > span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: '';
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0.2 !important;
    background-color: currentColor;
}

.rb-menu a.pagination-link > span:before {
    display: none;
}

.topbar-menu .sub-menu a:hover > span,
.main-menu .sub-menu li a:hover > span {
    left: 0;
}

.main-menu .sub-menu.left-direction li a:hover > span {
    right: 0;
    left: auto;
}

.rb-menu > li.current-menu-item > a > span:before {
    width: 100%;
    opacity: 1;
    color: #ff8763;
}

.rb-menu a:hover > span:before,
.rb-menu > li.current-menu-item > a:hover > span:before {
    width: 100%;
    opacity: 1;
}

.rb-menu > li.current-menu-item > a:hover > span:before {
    color: inherit;
}

/** mega menu */
.main-menu > li.is-mega-menu.type-category,
.main-menu > li.is-mega-menu.type-category > a {
    position: static;
}

.main-menu > li.is-mega-menu.type-column,
.main-menu > li.is-mega-menu.type-column > a {
    position: relative;
}

.mega-holder {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    min-height: 230px;
}

.main-menu .mega-category.sub-menu {
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
}

.mega-category .p-wrap {
    margin-bottom: 20px;
}

.mega-category.sub-mega .pagination-wrap {
    margin-top: 5px;
    margin-bottom: 20px;
}

.mega-category a.pagination-link {
    line-height: 32px;
    min-height: 32px;
}

.pagination-simple .rbi-arrow-left {
    margin-right: 7px;
}

.pagination-simple .rbi-arrow-right {
    margin-left: 7px;
}

.main-menu .sub-mega .sub-menu {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    visibility: visible !important;
    min-width: 0;
    transform: none !important;
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.main-menu .sub-mega .sub-menu .sub-menu {
    background: none;
    background-color: transparent !important;
    background-image: none;
}

.main-menu li.menu-item-has-children:hover > .sub-mega .sub-menu {
    pointer-events: auto !important;
}

.sub-mega .fw-mega-cat {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    padding: 20px 20px 0;
}

.elementor-widget-wrap .block-wrap.none-margin .content-wrap {
    margin-bottom: 0;
}

.main-menu .sub-menu.mega-col {
    padding-top: 0;
    padding-bottom: 0;
}

.sub-menu.mega-col > .sub-menu {
    overflow: hidden;
}

.main-menu .sub-mega.sub-menu .menu-item-has-children > a:after,
.rb-menu .mega-col.sub-menu a > span:before {
    display: none;
}

.rb-menu .mega-col.sub-menu a > span {
    left: auto;
}

.header-2 .rb-menu > li > .sub-menu.mega-col {
    left: -200px;
}

.mega-col > .sub-menu {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-flow: row nowrap;
    padding-top: 0;
    padding-bottom: 0;
}

.mega-col > .sub-menu > li:not(.is-menu-image) a {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .7;
}

.mega-col > .sub-menu > li:not(.is-menu-image) a:hover {
    opacity: 1;
}

.mega-col > .sub-menu > li:not(.is-menu-image) > a {
    font-size: 1.1em;
    position: relative;
    padding-bottom: 15px;
    opacity: 1;
}

.mega-col > .sub-menu > li:not(.is-menu-image) > a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 10px;
    content: '';
    pointer-events: none;
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.mega-col li:not(.is-menu-image) a {
    display: block;
    padding: 5px 0;
}

.sub-menu-image {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
}

.sub-menu-image img {
    position: relative;
    width: 100%;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    object-fit: cover;
}

.is-menu-image:hover img {
    opacity: .7;
}

.mega-col > .sub-menu > li {
    width: 190px;
    max-width: 190px;
}

.mega-col > .sub-menu > li:not(.is-menu-image) {
    flex-shrink: 0;
    padding: 20px 20px 20px 24px;
}

.mega-col > .sub-menu > li.is-menu-image {
    position: relative;
    min-height: 200px;
}

.mega-col > .sub-menu > li.is-menu-image a {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
}

.fw-mega-cat .content-wrap {
    clear: both;
    width: 100%;
    margin-bottom: 0 !important;
}

.mega-category .mega-holder > .sub-menu {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    flex-shrink: 0;
    width: 210px;
    padding: 20px 20px 24px 20px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none;
}

.mega-category .mega-holder > .sub-menu:after {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    display: block;
    width: 60px;
    height: 40px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.mega-category .sub-menu a {
    display: inline-flex;
    display: -webkit-inline-flex;
    padding: 7px 0;
}

.header-2 nav#site-navigation {
    position: static;
    flex-basis: auto;
    flex-grow: 0;
    margin-right: 15px;
}

/** header 3 */
.header-3 .navbar-outer,
.header-6 .navbar-outer,
.banner-wrap {
    position: relative;
    display: block;
}

.header-3 .banner-inner,
.header-6 .banner-inner {
    align-items: center;
    padding: 20px 0;
}

.header-7 .banner-inner {
    align-items: center;
    padding: 50px 0;
}

.header-3 .banner-right,
.header-5 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.header-3 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
    position: relative;
    align-items: stretch;
    min-height: 50px;
}

.header-3 .banner-right .navbar-social,
.header-6 .banner-right .navbar-social {
    margin-right: 7px;
}

.header-3 .logo-wrap,
.header-6 .logo-wrap,
.header-7 .logo-wrap {
    text-align: center;
}

.header-3 .banner-centered,
.header-3 .navbar-centered,
.header-3 .main-menu-wrap,
.header-6 .navbar-centered,
.header-6 .banner-centered,
.header-6 .main-menu-wrap,
.header-7 .banner-centered {
    justify-content: center;
}

.header-3 .section-sticky .main-menu-wrap,
.header-6 .section-sticky .main-menu-wrap {
    justify-content: flex-start;
}

.header-3 .navbar-right > *,
.header-6 .navbar-right > *,
.header-7 .navbar-right > * {
    height: 100%;
}

.header-3 .banner-right .navbar-social a,
.header-6 .banner-right .navbar-social a {
    font-size: 20px;
}

.header-3 .main-menu-wrap .rb-error,
.header-6 .main-menu-wrap .rb-error,
.header-7 .main-menu-wrap .rb-error {
    margin: auto;
}

.header-3 .banner-right .cart-link,
.header-6 .banner-right .cart-link,
.header-7 .banner-right .cart-link {
    position: relative;
    margin-left: 7px;
    padding-left: 7px;
}

.header-3 .banner-right .cart-link:before,
.header-6 .banner-right .cart-link:before,
.header-7 .banner-right .cart-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    content: '';
    opacity: .1;
    background-color: currentColor;
}

.header-7 .navbar-wrap,
.header-7 .mobile-sticky-nav {
    background-color: #fafafa;
}

.single .header-7 .banner-wrap,
.blog .header-7 .banner-wrap,
.page-template-default:not(.elementor-page) .header-7 .banner-wrap,
.post-type-archive .header-7 .banner-wrap,
.is-bb .header-7 .banner-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.single.is-single-2 .header-7 .banner-wrap,
.single.is-single-3 .header-7 .banner-wrap {
    border-bottom: none;
}

.header-7 .navbar-social a {
    font-size: 16px;
}

.header-7.header-wrap .navbar-right .search-icon {
    font-size: 28px;
}

.header-7.header-wrap .navbar-right .bookmark-icon {
    font-size: 20px;
}

.main-menu > li.menu-item-has-children > .mega-col.sub-menu:before {
    right: auto;
    left: calc(50% - 5px);
    left: 50%;
}

/** header 4 */
.header-4 .navbar-holder,
.header-8 .navbar-holder {
    position: relative;
}

.header-4 .navbar-inner,
.header-8 .navbar-inner {
    position: static;
}

.header-4 .navbar-left,
.header-8 .navbar-left {
    flex: 0 0 auto;
    width: auto;
}

.header-4 .logo-wrap.is-svg,
.header-8 .logo-wrap.is-svg {
    flex-shrink: 0;
    width: auto;
}

.header-4 .navbar-right-holder {
    position: static;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    justify-content: flex-end;
}

.header-8 .navbar-center {
    display: flex;
    display: -webkit-flex;
}

.header-8 .nav-right {
    position: static;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.header-4 .mega-category.sub-mega.sub-menu,
.header-8 .mega-category.sub-mega.sub-menu {
    right: -15px;
    left: -15px;
    border-radius: 0;
    webkit-border-radius: 0;
}

.header-float.default-8 .transparent-navbar-wrap .navbar-holder,
.header-float.default-8 #sticky-nav .navbar-holder,
.header-8 #sticky-nav .navbar-holder {
    max-width: 100%;
}

.header-float.default-8 .transparent-navbar-wrap .main-menu-wrap,
.header-float.default-8 #sticky-nav .main-menu-wrap,
.header-8 #sticky-nav .main-menu-wrap {
    justify-content: center;
}

.header-float.default-8 .transparent-navbar-wrap .nav-right,
.header-float.default-8 #sticky-nav .nav-right,
.header-8 #sticky-nav .nav-right {
    min-width: 200px;
}

.header-float.default-8 .transparent-navbar-wrap .logo-wrap,
.header-float.default-8 #sticky-nav .logo-wrap,
.header-8 #sticky-nav .logo-wrap {
    min-width: 120px;
}

/** header 5 */
.header-5 .logo-wrap img {
    max-height: 90px;
}

.header-5 .logo-wrap.is-svg img {
    width: auto;
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    object-fit: contain;
}

.header-5 .banner-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

body:not([data-theme="dark"]) .header-5 .navbar-wrap,
body:not([data-theme="dark"]) .heder-5 .mobile-sticky-nav {
    background-color: #333333;
}

.header-5 .btn-toggle-wrap,
.header-5 .section-sticky .logo-wrap,
.header-5 .main-menu > li > a,
.header-5 .navbar-right {
    color: #ffffff;
}

.header-5 .rb-counter {
    color: #333333;
    background-color: #ffffff;
}

.header-5 .banner-inner {
    justify-content: center;
}

header:not(.header-5) .advert-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-subscribe a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
}

.header-subscribe img {
    width: auto;
    max-height: 70px;
    margin-right: 15px;
    object-fit: cover;
}

.subscribe-content {
    position: relative;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.subscribe-content * {
    line-height: 1;
    display: block;
}

.fw-subscribe .subscribe-description {
    line-height: 1.4;
}

.subscribe-content .desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 7px;
}

.subscribe-content .action-text {
    text-transform: uppercase;
}

.subscribe-content i {
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: -10px;
    opacity: .2;
}

.subscribe-link:hover .subscribe-content {
    opacity: .7;
}

/** header 6 */
.header-6 .banner-wrap {
    background-color: #111111;
}

[data-theme="dark"] .header-6 > .navbar-outer > .navbar-wrap {
    background-color: #111111;
}

.header-6 .subscribe-content i {
    opacity: .4;
}

/** header 9 **/
[data-theme="dark"] .header-9 {
    background: #191919;
}

.header-9 .banner-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fafafa;
}

.header-9 .banner-right {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.header-9 .rb-btn .rb-btn-link {
    padding: 5px 15px;
}

.header-9 .logo-wrap img {
    max-height: 52px;
}

.header-9 .navbar-outer {
    -webkit-box-shadow: 1px 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 1px 4px 20px rgba(0, 0, 0, .05);
}

@media only screen and (max-width: 991px) {
    .header-9 .banner-wrap {
        display: none;
    }
}

.header-9 .custom-html-widget .info-phone {
    font-size: .95rem;
    font-weight: 400;
    color: #777777;
}

.header-9 .banner-right .navbar-social:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .4);
}

[data-theme="dark"] .header-9 .banner-right .navbar-social:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.header-9 .banner-right aside:not(:last-child) {
    margin-right: 15px;
}

.header-9 .custom-html-widget i {
    font-weight: bold;
    margin-right: 12px;
    color: #000000;
}

[data-theme="dark"] .header-9 .custom-html-widget .info-phone,
[data-theme="dark"] .header-9 .custom-html-widget i {
    color: #eeeeee;
}

[data-theme="dark"] .elementor-widget-container {
    color: #ffffff;
}

[data-theme="dark"] .header-9 .banner-wrap {
    background-color: rgba(0, 0, 0, .07);
}

/** site mobile logo */
#mobile-navbar,
.mobile-sticky-nav {
    display: none;
    margin: 0;
    padding: 0;
}

.mobile-navbar {
    margin: 0;
    padding: 0;
}

.mobile-navbar .rnav-section > *:not(.widget-Dark-mode) {
    display: none !important;
}

.mobile-sticky-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    -moz-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -ms-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -o-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -webkit-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    background-color: #ffffff;
    will-change: transform;
}

.m-nav-left {
    position: relative;
    z-index: 100;
}

.mobile-navbar .btn-toggle-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    padding-right: 10px;
}

.logo-mobile-wrap {
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    pointer-events: auto;
}

.logo-mobile-wrap a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 100%;
}

.logo-mobile-wrap img {
    display: inline-flex;
    display: -webkit-inline-flex;
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.logo-mobile-wrap.is-svg img {
    width: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-nav-inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 60px;
}

.m-nav-right {
    position: relative;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.m-nav-right > * {
    position: static;
    display: flex;
    display: -webkit-flex;
    height: 100%;
}

.m-nav-right a,
.m-nav-right .btn-toggle-wrap {
    padding-left: 10px;
}

.mobile-logo-left .mobile-nav-inner {
    justify-content: flex-start;
}

.m-nav-centered {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    pointer-events: none;
}

.m-nav-centered > * {
    z-index: 999;
    pointer-events: auto;
}

.mobile-logo-left .m-nav-centered {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    align-items: flex-start;
    flex-grow: 0;
    justify-content: flex-start;
    height: 100%;
}

.mobile-logo-left .m-nav-centered > * {
    justify-content: flex-start;
    height: 100%;
    margin-left: 0;
}

.mobile-logo-left .m-nav-right {
    margin-left: auto;
}

.mobile-logo-left .mobile-navbar .icon-toggle:before,
.mobile-logo-left .mobile-navbar .icon-toggle:after {
    right: 0;
    left: auto;
}

.mobile-logo-left .mobile-navbar .off-canvas-trigger {
    padding-right: 0;
}

.mobile-search .header-lightbox.navbar-search-popup {
    right: 0;
}

.mobile-search .header-lightbox:before {
    right: 15px;
}

.navbar-border-holder {
    border-bottom: 2px solid currentColor;
}

.is-single-2 .navbar-border-holder,
.is-single-3 .navbar-border-holder,
.none-nb .navbar-border-holder,
.elementor-template-full-width .navbar-border-holder {
    border: none;
}

.elementor-widget-container .fw-block .pagination-wrap {
    margin-top: 0;
}

.section-sticky-holder {
    position: fixed;
    z-index: 999;
    top: -100px;
    right: 0;
    left: 0;
    visibility: hidden;
    -moz-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
    -webkit-transition-delay: .02s;
    transition-delay: .02s;
    pointer-events: none;
}

body.boxed .section-sticky-holder {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.section-sticky .navbar-left {
    flex: 1 1 auto;
}

.section-sticky-holder.is-show {
    top: 0 !important;
    visibility: visible;
    pointer-events: auto !important;
}

.mobile-sticky-nav.is-show {
    top: 0 !important;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
}

.section-sticky img.logo-default {
    width: auto;
    max-height: 60px;
}

.section-sticky .logo-wrap {
    flex: 0 0 auto;
}

.section-sticky .logo-wrap.is-logo-text {
    text-align: left;
}

/*
--------------------------------------------------------------
    5.0 - LEFT SIDE SECTION
*/
.off-canvas-wrap {
    position: fixed;
    z-index: 9900;
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 320px;
    height: 100%;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background-color: #333333;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.amp-canvas-wrap {
    background-color: #333333;
}

.off-canvas-wrap.light-style,
.amp-canvas-wrap.light-style {
    background-color: #ffffff;
}

.off-canvas-holder {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex-flow: column nowrap;
    height: 100%;
    padding-bottom: 60px;
}

.off-canvas-holder:before {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 50px;
    left: auto;
    display: block;
    width: 40px;
    height: 60px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.off-canvas-tops {
    position: relative;
    height: 38px;
}

.off-canvas-inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-flow: column nowrap;
    padding: 20px;
}

.off-canvas-wrap.is-dark-text,
.amp-canvas-wrap.is-dark-text {
    background-color: #ffffff;
}

.admin-bar .off-canvas-wrap {
    top: 32px;
}

.mobile-js-menu .off-canvas-wrap {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.site-mask {
    position: fixed;
    z-index: 9801;
    top: -200%;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -moz-transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    background: transparent;
}

.mobile-js-menu .site-mask {
    top: 0;
    visibility: visible;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.9);
}

.mobile-js-menu.off-canvas-light .site-mask {
    background: rgba(0, 0, 0, 0.9);
}

.mobile-js-menu .site-mask:hover {
    cursor: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../images/close.svg), default;
}

.close-panel-wrap {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
}

#off-canvas-close-btn {
    line-height: 32px;
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    opacity: .7;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.off-canvas-wrap.is-dark-text #off-canvas-close-btn {
    color: #333333;
}

#off-canvas-close-btn:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #ff8763;
}

.btn-close {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    margin-left: -10px;
    content: '';
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.btn-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    margin-left: -10px;
    content: '';
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

.btn-close:hover {
    opacity: 1;
}

.off-canvas-header .inner-bottom {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.off-canvas-header .inner-bottom > * {
    display: flex;
    display: -webkit-flex;
    margin-top: 25px;
}

.off-canvas-header .inner-bottom-right > * {
    margin-left: 7px;
}

.off-canvas-header .inner-bottom-right > *:first-child {
    margin-left: 0;
}

.off-canvas-header .inner-bottom > *:last-child:not(.inner-bottom-right) {
    margin-right: auto;
    margin-left: auto;
}

.off-canvas-social a {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
}

.off-canvas-social a:hover {
    opacity: .7
}

.off-canvas-menu {
    position: relative;
    display: block;
}

.off-canvas-menu li {
    position: relative;
}

.off-canvas-menu > li > a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: .02em;
}

.off-canvas-menu .sub-menu {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: none;
    padding-bottom: 10px;
    padding-left: 25px;
}

.off-canvas-menu a {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.off-canvas-menu a > span {
    margin-top: 7px;
    margin-bottom: 7px;
}

.off-canvas-menu > li > a > span {
    margin-top: 10px;
    margin-bottom: 10px;
}

.off-canvas-menu .explain-menu {
    z-index: 99;
    flex: 1;
    padding: 10px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: right;
    opacity: .7;
}

.off-canvas-menu .explain-menu:hover {
    opacity: 1;
}

.off-canvas-wrap .widget-section-wrap {
    display: block;
    margin-top: 50px;
}

.off-canvas-header {
    position: relative;
    display: block;
    padding: 60px 20px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.off-canvas-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    background-color: rgba(0, 0, 0, .4);
}

.off-canvas-header .header-inner {
    position: relative;
    z-index: 10;
}

.off-canvas-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.off-canvas-logo img {
    line-height: 0;
    display: inline-block;
    width: auto;
    max-height: 90px;
}

.off-canvas-subscribe {
    position: relative;
    display: block;
}

.off-canvas-subscribe a {
    font-size: .85rem;
    line-height: 1;
    display: inline-block;
    padding: 12px 30px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    background-color: #ff8763;
}

.off-canvas-subscribe a:hover,
.off-canvas-subscribe a:focus {
    background-color: #333333;
}

.off-canvas-subscribe a * {
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}

.off-canvas-subscribe a i {
    margin-right: 7px;
}

/*
--------------------------------------------------------------
    6.0 - POST LISTING
*/
.p-grid, .p-list, .p-classic, .infeed-wrap {
    margin-bottom: 35px;
}

.block-wrap:not(.none-margin) .content-wrap {
    margin-bottom: -35px;
}

.elementor-widget-container > .block-wrap:not(.none-margin) .content-wrap {
    margin-bottom: 0;
}

.block-wrap .rb-error {
    line-height: 1.7;
    max-width: 600px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.p-feat-holder {
    position: relative;
    display: block;
}

.p-feat {
    position: relative;
    display: block;
    overflow: hidden;
}

.rb-iwrap {
    position: relative;
    display: block;
    margin: 0 !important;
    padding-bottom: 67.56%;
}

.elementor .rb-iwrap img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.elementor-container .fw-grid-2 .pagination-wrap {
    margin-top: 0;
}

.rb-iwrap.pc-75 {
    padding-bottom: 75%;
}

.rb-iwrap.pc-110,
.rb-iwrap.pc-150 {
    padding-bottom: 112%;
}

.rb-iwrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
}

.rb-iwrap.autosize {
    padding-bottom: 0;
}

.rb-iwrap.autosize img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
}

.s-lazyload.rb-iwrap {
    width: 100%;
    height: 100%;
    padding: 0;
}

.content-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    pointer-events: none;
}

.overlay-holder {
    position: relative;
    z-index: 100;
    display: block;
    padding: 0 20px 15px;
    pointer-events: auto;
}

.p-overlay .content-overlay:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    content: '';
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(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, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.p-overlay.f-gradient .content-overlay:before {
    display: none;
}

.is-fmask .p-overlay.f-gradient .rb-iwrap:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    content: '';
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    pointer-events: none !important;
    pointer-events: none;
    opacity: .5;
    background-color: #000000;
}

.overlay-holder > * {
    position: relative;
}

/** post format */
.p-format {
    font-size: 48px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    color: #ffffff;
    /*pointer-events: none;*/
}

.p-format i {
    font-size: inherit;
    line-height: 60px;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 4px 10px rgba(0, 0, 0, .4);
}

.p-overlay .p-format {
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-overlay .p-format i {
    line-height: 1;
    letter-spacing: 0;
}

.p-format.format-gallery i:before {
    font-size: .825em;
}

/** cat info  */
.p-cat-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    z-index: 4;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 0 12px 12px 12px;
}

.p-cat-info.is-relative {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
    padding: 0;
}

.overlay-holder .p-cat-info.is-relative {
    margin-bottom: 7px;
}

.is-fmask .p-feat .p-cat-info.is-absolute:before {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    content: '';
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(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, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.p-cat-info > * {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-bottom: 3px;
}

.cat-info-el {
    line-height: 1;
    margin-right: 3px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    letter-spacing: .0215rem;
    color: inherit;
}

.cat-info-el:hover, .cat-info-el:focus {
    opacity: .9;
}

.p-cat-info .cat-info-el:last-child,
.cat-icon-square .cat-info-el:last-child {
    margin-right: 0;
}

.additional-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.cat-icon-round .p-cat-info .additional-meta,
.cat-icon-radius .p-cat-info .additional-meta {
    margin-left: 7px;
}

.cat-icon-square .p-cat-info .additional-meta:before,
.cat-icon-line .p-cat-info .additional-meta:before {
    margin-right: 5px;
    margin-left: 3px;
    content: '.';
}

.p-cat-info.is-absolute .additional-meta {
    color: #ffffff;
}

.additional-meta * {
    line-height: 1;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.additional-meta i {
    margin-right: 4px;
}

.additional-meta i:before {
    vertical-align: middle;
}

.p-grid-5 .additional-meta,
.p-grid-6 .additional-meta,
.single-4 .additional-meta {
    color: #666666;
}

.p-url, .p-wrap .p-url {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
    margin: 0;
    padding: 0;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    letter-spacing: inherit;
    text-transform: inherit;
    word-break: break-word;
    color: inherit;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
}

.p-url:hover,
.p-url:focus,
.p-wrap .p-url:hover,
.p-wrap .p-url:focus {
    color: #ff8763;
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
    -moz-text-decoration-color: currentColor;
}

.p-tagline p {
    color: inherit;
}

.p-wrap .entry-summary, .rb-sdecs,
.twitter-content.entry-summary {
    font-size: .85rem;
    line-height: 1.7;
    margin-top: 12px;
    color: #666666;
}

.p-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    min-height: 24px;
    margin-left: auto;
    white-space: nowrap;
    color: #333333;
}

.p-link span {
    font-size: inherit;
    line-height: 1;
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    letter-spacing: inherit;
    color: inherit;
}

.p-link i {
    line-height: 1;
    margin-left: 4px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: inherit;
}

.p-link:hover span,
.p-link:hover i {
    color: #ff8763;
}

.p-link:hover i {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.p-wrap.sticky .entry-title:before {
    font-family: 'ruby-icon';
    font-size: .85em;
    margin-right: 2px;
    content: '\e00e';
    text-decoration-line: none;
}

.p-footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 1;
    margin-top: 15px;
}

.no-avatar .p-footer {
    margin-top: 8px;
}

.rb-hf .p-footer {
    margin-top: 5px;
}

.p-meta-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 1;
    flex-flow: row wrap;
    letter-spacing: .0215rem;
    color: #666666;
}

.is-meta-border .p-classic .p-footer:before,
.is-meta-border .p-overlay-4 .p-footer:before,
.is-meta-border .p-overlay-9 .p-footer:before,
.is-meta-border .p-list-1 .p-footer:before {
    position: absolute;
    top: 0;
    display: block;
    width: 90px;
    height: 2px;
    content: '';
    background: currentColor;
}

.is-meta-border .p-overlay-4 .p-footer:before {
    left: 50%;
    margin-left: -45px;
}

.is-meta-border .fw-feat-6 .p-overlay-4 .p-footer:before {
    left: 0;
    margin-left: 0;
}

.is-meta-border .p-classic .p-footer,
.is-meta-border .p-overlay-4 .p-footer,
.is-meta-border .p-overlay-9 .p-footer,
.is-meta-border .p-list-1 .p-footer {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}

.meta-info-el {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    min-height: 1.375rem;
}

.meta-info-el > * {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
}

.meta-info-el:before {
    width: 0;
    height: 6px;
    margin-right: 7px;
    margin-left: 7px;
    content: '';
    letter-spacing: 0;
    opacity: .2;
    border-left: 2px solid;
}

.meta-avatar {
    flex-shrink: 0;
    margin-right: 7px;
}

.p-wrap .meta-avatar img,
.meta-avatar img {
    display: inline-flex;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.meta-info-author.co-authors .meta-avatar img:not(:first-child) {
    margin-left: -8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.meta-info-author.co-authors a:not(:last-child):after {
    font-size: 10px;
    font-weight: normal;
    display: inline-flex;
    margin-right: 2px;
    margin-left: 2px;
    content: '/';
    opacity: .5;
}

.meta-info-el a {
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.meta-info-el a:hover {
    color: #ff8763;
}

abbr.updated {
    display: none !important;
}

.meta-info-el:first-child:before {
    display: none !important;
}

.meta-info-el i {
    margin-right: 3px;
}

.meta-info-tag a:after,
.meta-info-cat a:after {
    margin-right: 2px;
    margin-left: 2px;
    content: ',';
    letter-spacing: 0;
}

.meta-info-author.meta-info-el {
    font-weight: 700;
    color: #333333;
}

.meta-info-tag a:last-of-type:after,
.meta-info-cat a:last-of-type:after {
    display: none;
}

.meta-shop-post i {
    font-size: 1.15em;
    font-weight: normal;
    margin-right: 4px;
}

.p-grid .p-feat,
.p-classic .p-feat {
    margin-bottom: 15px;
}

.p-classic .p-feat-holder,
.single-1 .single-feat {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    max-width: 100%;
}

.p-classic.p-classic-2 .p-header {
    margin-bottom: 20px;
    text-align: center;
}

.p-classic-2 .p-cat-info {
    justify-content: center;
}

.p-classic.p-classic-2 .p-feat {
    margin-bottom: 0;
}

.p-classic-2 .p-footer:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    opacity: .15;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.p-classic-2 .p-footer {
    position: relative;
    padding: 10px 20px;
}

.none-core.p-classic .rb-iwrap img {
    position: relative;
    width: auto;
    height: auto;
}

.none-core.p-classic .rb-iwrap {
    display: inline-block;
    width: auto;
    padding: 0;
}

.p-grid-2 .p-review-info {
    padding-right: 12px;
    padding-left: 12px;
}

.p-grid-2 .p-format i,
.p-grid-4 .p-format i {
    font-size: .8em;
}

.p-grid-4 .p-feat {
    margin-bottom: 10px;
}

.p-grid-4.is-pop-style .p-header {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.p-grid-4.is-pop-style .p-header .counter-index {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 7px;
    color: #ff8763;
}

.p-grid-4.is-pop-style .entry-title {
    flex-grow: 1;
}

.p-grid-5, .p-grid-6, .p-masonry-1 {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
}

.p-grid-5, .p-grid-6 {
    margin-bottom: 0 !important;
}

.p-grid-5 .p-feat,
.p-grid-6 .p-feat,
.p-masonry-1 .p-feat {
    margin-bottom: 0;
}

.p-grid-5 .p-review-info,
.p-grid-6 .p-review-info,
.p-masonry-1 .p-review-info {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
}

.p-grid-5 .p-content-wrap,
.p-masonry-1 .p-content-wrap {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 20px 20px 0 20px;
}

.p-grid-5 .entry-summary {
    text-align: center;
}

.p-grid-6 .p-content-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    min-height: 140px;
    padding: 20px;
    background-color: #fafafa;
}

.p-grid-6 .p-content-inner {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: center;
}

.p-masonry-1 .p-footer {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
}

.p-masonry-1 .p-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .15;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.p-grid-5 .p-header,
.p-grid-6 .p-header,
.p-masonry-1 .p-header {
    text-align: center;
}

.p-masonry-1 .entry-summary {
    text-align: center;
}

.p-wrap.p-grid-w1 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.p-grid-w1 .entry-title {
    margin-bottom: 0;
}

.p-grid-w1 .p-format i,
.p-list-4 .p-format i {
    font-size: 32px !important;
}

.p-list-4 .p-footer {
    margin-top: 5px;
}

.p-list-1.rb-row,
.p-list-9.rb-row {
    align-items: center;
}

.p-list-1 .p-header,
.p-list-9 .p-header {
    flex: 0 0 100%;
    width: 100%;
}

.p-list-1 .p-feat-holder,
.p-list-9 .p-feat-holder {
    flex-grow: 1;
}

.p-list-2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
}

.p-list-2 .col-left {
    flex-shrink: 0;
    width: 209px;
    height: auto;
    min-height: 100%;
    margin: 0 20px 0 0;
}

.p-list-2 .col-right {
    flex: 1;
}

.p-list-3 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
}

.p-list-3 .col-left {
    flex-shrink: 0;
    width: 260px;
    margin-right: 20px;
}

.p-list-3 .col-right {
    flex-grow: 1;
}

.post-list-3 .read-it-later i {
    font-size: .72em;
}

.p-list-4.p-list {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 25px;
}

.trending-section .p-list.p-list-4 {
    margin-bottom: 20px;
}

.trending-section .p-list.p-list-4:last-child {
    margin-bottom: 0;
}

.p-list-4 .col-left {
    flex-shrink: 0;
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.p-list-4 .col-right {
    flex-grow: 1;
}

.p-list-5 {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 4px !important;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.p-cat-dot {
    flex-shrink: 0;
    padding-right: 5px;
}

.p-list-4 .post-footer {
    margin-top: 3px;
}

.p-list-5 .post-footer {
    margin-top: 2px;
}

.p-list-5 .p-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
}

.p-list-5 .entry-title {
    flex-grow: 1;
}

.p-list-6,
.p-list-7 {
    background-color: #fafafa;
}

.p-list-6 .p-feat-holder,
.p-list-7 .p-feat-holder {
    flex-grow: 1;
    height: 100%;
}

.p-list-6 .p-feat, .p-list-6 .rb-iwrap,
.p-list-7 .p-feat, .p-list-7 .rb-iwrap {
    height: 100%;
}

.p-wrap.p-list.p-list-6,
.p-wrap.p-list.p-list-7 {
    margin-bottom: 0;
}

.p-list-6 .col-right, .p-list-7 .col-right {
    align-items: center;
    padding: 40px;
}

.cat-dot-el {
    line-height: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    vertical-align: baseline;
    background-color: #333333;
}

.p-overlay-1:not(.rb-hf) .p-footer,
.p-overlay-7:not(.rb-hf) .p-footer {
    margin-bottom: -35px;
    margin-bottom: calc(-1.375rem - 12px);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
}

.p-overlay-1:not(.rb-hf) .p-meta-info,
.p-overlay-7:not(.rb-hf) .p-meta-info {
    flex-wrap: nowrap;
}

body .p-overlay-1:not(.rb-hf):hover .p-footer,
body .p-overlay-7:not(.rb-hf):hover .p-footer {
    margin-bottom: 0;
    opacity: 1;
}

.p-overlay-4 .overlay-holder {
    flex-grow: 1;
    width: 100%;
    max-width: 860px;
    padding: 0;
}

.p-overlay-9 .overlay-holder {
    flex-grow: 1;
    width: 100%;
    max-width: 860px;
    padding: 0;
}

.p-overlay-4 .overlay-holder:before,
.p-overlay-9 .overlay-holder:before {
    display: none;
}

.p-overlay-4 .p-feat:after,
.p-overlay-9 .p-feat:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    opacity: .5;
    background-color: #000000;
}

.p-overlay-4 .rb-iwrap {
    padding-bottom: 50%;
}

.p-overlay-9 .rb-iwrap {
    padding-bottom: 56.25%;
}

.p-overlay-4 .rb-iwrap img,
.p-overlay-9 .rb-iwrap img {
    object-position: 50% 20%;
}

.p-overlay-4 .p-meta-info {
    justify-content: center;
}

.p-overlay-4 .p-meta-sponsor {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.p-overlay-4 .content-overlay,
.p-overlay-4 .p-cat-info {
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* p overlay 6 */
.p-overlay-6 .content-overlay {
    align-items: center;
    justify-content: center;
}

.p-overlay-6 .overlay-holder {
    padding-bottom: 0;
}

.p-overlay-6 .p-cat-info,
.p-overlay-6 .p-meta-info {
    justify-content: center;
}

.p-overlay-6 .p-header {
    text-align: center;
}

.p-overlay-6.p-overlay .content-overlay:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    background: #000000;
}

.p-overlay-7 {
    margin-bottom: 10px;
}

.p-overlay-7:last-child {
    margin-bottom: 0;
}

/** slider feat 6 */
.slider-feat-4 .owl-dots,
.slider-feat-5 .owl-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    color: #ffffff;
}

.is-header-float .slider-feat-4.per-load {
    height: 220px;
}

.is-header-float .fw-feat-4 .load-animation {
    background-color: #333333;
}

.rb-owl .content-overlay {
    -moz-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
    will-change: opacity;
}

.rb-owl .owl-item.active .content-overlay,
.rb-owl .owl-item.loaded .content-overlay {
    opacity: 1;
}

.sponsor-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-right: 4px;
    letter-spacing: .0215rem;
    color: #ff8763;
}

.sponsor-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    letter-spacing: .0215rem;
}

.single-sponsor .sponsor-label {
    text-transform: uppercase;
}

.sponsor-link:hover {
    opacity: .7;
}

.sponsor-inner {
    line-height: 1.3;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
}

img.sponsor-logo {
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 30px;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sponsor-inner i {
    font-size: 1.05em;
    font-weight: normal;
    margin-right: 4px;
    opacity: .7;
}

.single-sponsor .sponsor-icon {
    margin-right: 7px;
}

.single-sponsor i.sponsor-icon {
    font-size: 16px;
}

.single-3 .single-header-overlay .sponsor-inner,
.single-4 .single-header .sponsor-inner {
    justify-content: center;
}

.single-2 .single-header-overlay .sponsor-link,
.single-3 .single-header-overlay .sponsor-link {
    text-transform: uppercase;
}

.single-widget-section {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.single-top-section .widget {
    margin-bottom: 40px;
}

.single-bottom-section .widget {
    margin-top: 40px;
}

/*
--------------------------------------------------------------
    7.0 - SECTIONS & BLOCKS
*/
.block-header {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 0 0 100%;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.block-title {
    line-height: 1;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    white-space: nowrap;
}

.block-header-1 .block-title {
    padding: 0 12px;
}

.block-header-dot .block-title:before {
    position: absolute;
    z-index: 1;
    top: -5%;
    right: auto;
    bottom: -5%;
    left: 0;
    display: block;
    width: 40px;
    height: 110%;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.block-title a {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.block-title a:hover {
    opacity: .7;
}

.block-header-dot .block-title {
    line-height: 1;
    padding-left: 10px;
}

.block-header-1 .block-title:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    pointer-events: none;
    opacity: .5;
    border-top: 2px solid;
    border-left: 2px solid;
}

.block-header-1 .block-title:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 7px;
    height: 7px;
    content: '';
    pointer-events: none;
    opacity: .3;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.block-header-3 .block-title {
    padding: 0 12px 0 15px;
}

.block-header-3 .block-title:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 7px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-color: #ff8763;
}

.block-header-4 .block-title {
    padding: 5px 20px;
    color: #ffffff;
    background-color: #333333;
}

.block-header-2 .block-header,
.block-header-5 .block-header {
    flex-flow: column nowrap;
    justify-content: center;
}

.block-header-2 .block-title,
.block-header-5 .block-title {
    display: block;
    float: none;
}

.block-header-2 .cat-list-inner .block-header,
.block-header-5 .cat-list-inner .block-header {
    align-items: center;
}

.block-header-2 .cat-list-inner .element-desc,
.block-header-5 .cat-list-inner .element-desc {
    text-align: center;
}

.block-header-2 .block-title:before,
.block-header-2 .block-title:after {
    position: absolute;
    top: 50%;
    right: 110%;
    right: calc(100% + 10px);
    left: auto;
    display: block;
    width: 40px;
    height: 1px;
    content: '';
    background-color: currentColor;
}

.block-header-2 .block-title:after {
    right: auto;
    left: 110%;
    left: calc(100% + 10px);
}

.block-header-5 .block-title:before,
.block-header-5 .block-title:after {
    position: absolute;
    top: 50%;
    right: 110%;
    right: calc(100% + 10px);
    left: auto;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-color: currentColor;
}

.block-header-5 .block-title:after {
    right: auto;
    left: 110%;
    left: calc(100% + 10px);
}

.block-header-2 .ajax-quick-filter,
.block-header-5 .ajax-quick-filter {
    display: block;
    float: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.block-header-2 .ajax-quick-filter-inner,
.block-header-5 .ajax-quick-filter-inner {
    text-align: center;
}

.block-header-2 .block-view-more,
.block-header-2 .block-view-more i,
.block-header-5 .block-view-more,
.block-header-5 .block-view-more i {
    display: none;
}

.block-header-2 .block-view-more,
.block-header-5 .block-view-more {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.block-header-2 div[class *='fw-feat'] .block-view-more,
.block-header-5 div[class *='fw-feat'] .block-view-more {
    margin-top: 10px;
}

.block-header-6 .block-header {
    flex-flow: row wrap;
}

.block-header-6 .block-title:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    content: '';
    pointer-events: none;
    opacity: .1;
    border-radius: 50%;
    background-color: currentColor;
}

.block-header-7 .block-header:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-color: currentColor;
}

.block-header-7 .block-header .block-title:first-letter {
    color: #ff8763;
}

.ajax-quick-filter {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 20px;
    color: #333333;
}

.filter-el {
    display: inline-block;
    white-space: nowrap;
}

.filter-el:after {
    display: inline-block;
    margin-right: 3px;
    margin-left: 5px;
    content: '/';
    pointer-events: none;
    opacity: 1 !important;
    color: rgba(0, 0, 0, .2);
}

.filter-el:last-child:after {
    display: none;
}

.block-view-more {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-left: auto;
    padding-left: 20px;
    color: #333333;
}

.block-view-more a {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-shrink: 0;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    opacity: .5;
    color: inherit;
}

.block-view-more .view-more-desc {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-shrink: 0;
    margin-top: -5px;
    white-space: nowrap;
    opacity: .7;
    color: inherit;
}

.block-view-more a i {
    margin-left: 4px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.block-view-more a:hover {
    opacity: 1;
}

.block-view-more a:hover i {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.quick-filter-link {
    font-size: inherit;
    font-weight: inherit;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    letter-spacing: inherit;
    opacity: .5;
    color: #333333;
}

.quick-filter-link.is-active, .quick-filter-link:hover {
    opacity: 1;
}

.block-view-more a:hover, .block-view-more a:focus {
    color: #333333;
}

.block-header-6 .block-view-more {
    flex: 0 0 100%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0;
    padding: 0;
}

.block-header-6 .view-more-desc {
    max-width: 220px;
    white-space: normal;
}

.block-header-6 .ajax-quick-filter {
    justify-content: flex-end;
    margin-right: 0;
}

/** blocks */
.fw-feat-1 .p-feat,
.fw-feat-11 .p-feat,
.fw-feat-17 .p-overlay-1 .p-feat,
.fw-feat-17 .p-list-4 {
    -webkit-box-shadow: 4px 7px 20px rgba(0, 0, 0, .05);
    box-shadow: 4px 7px 20px rgba(0, 0, 0, .05);
}

.amp-featured-outer {
    margin-top: 50px;
}

.block-wrap.fw-feat-2 {
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
}

.fw-feat-2 .p-overlay-1 .p-format {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.fw-feat-2 .p-overlay-1 .p-format i {
    margin: 0 !important;
}

.fw-feat-3 .content-inner,
.fw-feat-10 .content-inner {
    margin-right: -5px;
    margin-left: -5px;
}

.fw-feat-3 .p-wrap {
    padding-right: 5px;
    padding-left: 5px;
}

.fw-feat-10 .p-wrap {
    margin-right: 5px;
    margin-left: 5px;
}

.fw-feat-12 .content-inner,
.fw-feat-12 .p-wrap {
    margin-right: 5px;
    margin-left: 5px;
}

.block-advert .advert-wrap {
    text-align: center;
}

.slider-feat-13 {
    position: relative;
}

.ct-nav {
    display: none !important;
}

.ct-nav-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
}

.ruby-dot {
    margin: 1px 0;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.ruby-dot * {
    pointer-events: none;
}

.ct-nav-holder .nav-image img {
    opacity: .4;
}

.ct-nav-holder .cat-dot-el {
    background-color: #ffffff;
}

.ct-nav-holder .p-cat-dot,
.ct-nav-holder .cat-dot-el {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}

.ct-nav-holder .nav-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 1;
    background-color: #000000;
    object-fit: cover;
    object-position: center;
}

.ct-nav-holder .nav-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-nav-holder .nav-title {
    position: relative;
    z-index: 10;
}

.rb-owl.slider-feat-13 .owl-dots,
.slider-feat-13 .owl-dots {
    margin: 0;
}

.rb-slideout {
    -webkit-animation-name: RBslideOutDown;
    animation-name: RBslideOutDown;
}

@-webkit-keyframes RBslideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes RBslideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

/** fw feat 7 */
.fw-feat-7 .content-inner {
    margin-right: -10px;
    margin-left: -10px
}

.fw-feat-7 .p-wrap,
.fw-feat-9 .p-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.fw-feat-9 .content-inner {
    margin-right: 10px;
    margin-left: 10px;
}

/** fw feat 8 */
.rb-about {
    width: 100%;
}

.rb-about-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding-left: 30px;
}

.about-holder {
    text-align: center;
}

.about-holder > * {
    display: block;
    margin-top: 15px;
}

.about-holder > *:first-child {
    margin-top: 0;
}

.about-bio {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.w-sidebar .about-bio {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.rbc-sidebar .about-bio p a {
    color: #ff8763;
    border-bottom: 1px dashed;
}

.about-brand img {
    width: auto;
    max-height: 200px;
}

.about-signature img {
    width: auto;
    max-height: 300px;
}

.about-social {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
}

.about-holder .about-social {
    margin-top: 0;
}

.about-social a {
    font-size: 17px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: auto;
}

/* fw feat 15 */
.block-wrap.fw-feat-15 {
    overflow: hidden;
    max-width: 1420px;
    margin-right: auto;
    margin-left: auto;
}

.fw-feat-16 .rb-iwrap.pc-75 {
    padding-bottom: 50%;
}

.fw-feat-16 .content-inner {
    align-items: flex-start;
}

.fw-feat-16 .col-right > *:not(:last-child) > .p-wrap.p-list-2 {
    margin-bottom: 20px;
}

/** fw feat 18 */
.block-wrap.fw-feat-18 {
    margin-right: auto;
    margin-left: auto;
}

.fw-feat-18 .p-overlay-1 .p-format {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.elementor .fw-feat-18 .rb-iwrap img {
    max-height: none;
}

/** fw masonry */
.fw-ms-1, .fw-mh-1 {
    float: left;
    width: 33%;
}

.ct-ms-1, .ct-mh-1 {
    float: left;
    width: 50%;
}

.ct-mh-1--width2, .fw-mh-1--width3 {
    width: 100%;
}

.fw-ms-c4, .fw-mh-c4 {
    float: left;
    width: 25%;
}

/** block about */
.about-me-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
}

.about-me-wrap .about-content {
    flex-grow: 1;
}

.about-me-wrap .about-image {
    flex: 0 0 400px;
    margin-left: 50px;
}

.about-content > * {
    margin-bottom: 15px;
}

.about-content > *:last-child {
    margin-bottom: 0;
}

.about-tagline, .about-desc {
    color: #666666
}

.about-desc a {
    position: relative;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: underline;
    color: #333333;
}

.about-desc a:hover, [data-theme="dark"] .about-desc a:hover, .is-light-text .about-desc a:hover {
    color: #ff8763;
}

.is-light-text .about-tagline,
.is-light-text .about-desc {
    color: #f2f2f2;
}

.is-light-text .about-desc a {
    color: #ffffff;
}

.about-tagline {
    font-size: 1.3rem;
    line-height: 1.2;
}

.about-desc {
    font-size: .875rem
}

.about-title {
    font-size: 2rem;
    line-height: 1.2;
}

.about-sign img {
    width: auto;
    max-height: 50px;
}

/** block tagline */
.block-tagline {
    font-size: 16px;
    display: block;
    overflow: hidden;
    max-width: 85%;
    margin-top: 15px;
}

/** block mix */
.block-mix .p-grid-1 {
    margin-bottom: 25px;
}

.block-mix .content-inner > .p-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fw-mix-1 .p-wrap:first-child,
.ct-mix-1 .p-wrap:first-child {
    margin-bottom: 10px;
}

/** subscribe box */
.subscribe-box.layout-1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: row;
}

.subscribe-box.layout-1 .subscribe-content {
    flex: 0 0 40%;
    width: 40%;
    text-align: left;
}

.subscribe-box.layout-1 .subscribe-form {
    flex: 0 0 100%;
    width: 100%;
}

.subscribe-description {
    font-size: .85rem;
    display: block;
    margin-top: 10px;
    color: #666666;
}

.subscribe-box.layout-1 .subscribe-content {
    padding-right: 40px;
}

.subscribe-box.layout-1 .mc4wp-form-fields {
    margin-left: auto;
}

.subscribe-box.layout-1 .subscribe-form form {
    position: relative;
    display: block;
}

.subscribe-box .subscribe-form input {
    max-width: 100%;
    margin-bottom: 0;
}

.subscribe-box .subscribe-form input[type='email'],
.subscribe-box .subscribe-form input[type='text'] {
    line-height: 26px;
    width: 100%;
    border: none !important;
    background-color: #ffffff;
}

.is-light-text .subscribe-box .subscribe-form input[type='email'],
.is-light-text .subscribe-box .subscribe-form input[type='text'] {
    background-color: rgba(255, 255, 2555, .1);
}

.subscribe-box .mc4wp-form-fields p {
    margin: 0;
    padding: 0;
}

.subscribe-box.layout-2 {
    text-align: center;
}

.subscribe-box.layout-2 .subscribe-content {
    display: block;
    margin-bottom: 30px;
}

.mc4wp-response > * {
    font-size: .85rem;
    display: block;
    margin-top: 15px;
}

/** newsletter box */
.rb-newsletter .rb-newsletter-form {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
}

.rb-newsletter .newsletter-input {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-flow: row nowrap;
}

.rb-newsletter .rb-newsletter {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    width: 100%;
}

.rb-newsletter .newsletter-form {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-grow: 1;
}

.rb-newsletter .layout-1 .newsletter-email {
    flex-grow: 1;
    margin: 0;
    text-align: left;
}

.rb-newsletter button.newsletter-submit {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-left: 0;
    padding: 0 45px;
    text-align: center;
}

button.newsletter-submit-icon {
    font-size: 24px;
}

.rb-newsletter .subscribe-box.layout-1 input.newsletter-email {
    border-bottom: none !important;
    background-color: #ffffff;
}

.rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
    padding: 0 25px;
    color: inherit;
    background-color: #ffffff;
}

.rb-newsletter .subscribe-box.layout-1 .newsletter-email {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    padding: 0 25px;
}

.rb-newsletter .newsletter-privacy {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-top: 15px;
}

.rb-newsletter .rb-newsletter .newsletter-content {
    padding: 0;
}

.rb-newsletter .rb-newsletter form {
    margin-top: 0;
}

.rb-newsletter .rb-newsletter-inner {
    flex-grow: 1;
    max-width: 560px;
    margin-left: auto;
}

.rb-newsletter .layout-2 .newsletter-input {
    flex-flow: row wrap;
    justify-content: center;
}

.rb-newsletter .layout-2 .rb-newsletter-inner {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}

.rb-newsletter .layout-2 .newsletter-privacy {
    justify-content: center;
}

.rb-newsletter .subscribe-description {
    line-height: 1.5;
    margin-top: 12px;
    white-space: normal;
}

.widget-newsletter .rb-newsletter {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: 5px solid currentColor;
}

.widget-newsletter .rb-newsletter .newsletter-input {
    flex-flow: row wrap;
    justify-content: center;
}

.widget-newsletter .newsletter-privacy label {
    font-size: .75rem;
}

/** block feat 6 */
.feat-6-content-wrap, .feat-6-content > .rb-row,
.fw-feat-6 .p-overlay-4 .content-overlay > *,
.p-overlay-9 .content-overlay > * {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 1;
    width: 100%;
}

.feat-6-content-wrap .p-wrap {
    margin-bottom: 10px;
}

.feat-6-holder {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    margin-top: 10px;
}

.feat-6-content {
    position: relative;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    flex: 1;
}

.fw-feat-6 .p-overlay-4 {
    position: relative;
    z-index: 1;
}

.fw-feat-6 .p-overlay-4 .p-feat {
    pointer-events: none;
}

.fw-feat-6 .p-overlay-3 .p-format {
    font-size: 36px;
}

/** cookie */
.rb-cookie {
    position: fixed;
    z-index: 9990;
    bottom: 15px;
    left: 15px;
    display: none;
    visibility: hidden;
    width: 300px;
    padding: 15px 20px;
    -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    background-color: #333333;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .07);
}

.rb-cookie.is-show {
    visibility: visible;
    pointer-events: auto !important;
    opacity: 1;
}

.rb-cookie p {
    font-size: .775rem;
}

.rb-cookie .cookie-content a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: underline;
}

.rb-cookie .cookie-content a:hover {
    opacity: .7;
}

.rb-cookie .cookie-footer {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.rb-cookie .cookie-accept {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    color: #ffffff;
    background-color: rgba(225, 255, 255, .2);
    box-shadow: none !important;
}

.cookie-accept:hover {
    background-color: #ff8763;
}

/** fw portfolio 1 */
.block-pp-desc {
    position: relative;
    margin-bottom: 30px;
}

button.pp-filter-el {
    line-height: 1;
    position: relative;
    margin-right: 10px;
    padding: 7px 25px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .5;
    color: inherit;
    background: none;
}

.is-light-text .pp-filter-el,
[data-theme="dark"] .pp-filter-el {
    background: none;
}

button.pp-filter-el:hover {
    opacity: 1;
    background: none;
}

button.pp-filter-el.active {
    opacity: 1;
    color: #ffffff;
    background-color: #333333;
}

.pp-terms-filter {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.filter-label {
    position: relative;
}

.filter-count {
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: 100%;
    padding-left: 2px;
}

.pp-filter-el.active .filter-count {
    display: none;
}

.p-wrap.p-list-8 {
    margin-bottom: 20px;
}

.p-wrap.p-list-8:last-child {
    margin-bottom: 0;
}

.fw-feat-17 .content-inner {
    align-items: flex-start;
}

.fw-feat-17 .sleft .p-wrap {
    margin-bottom: 0;
}

.fw-feat-17 .p-list-4 {
    overflow: hidden;
}

.fw-feat-17 .p-list-4 .col-left,
.fw-feat-17 .p-list-4 .p-feat,
.fw-feat-17 .p-list-4 .rb-iwrap {
    height: 100%;
}

.fw-feat-17 .p-list-4 .p-feat {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.fw-feat-17 .p-list-4 .col-left {
    width: 120px;
}

.fw-feat-17 .p-list-4 .col-right {
    padding: 10px 15px 10px 0;
}

.fw-feat-17 .sub-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex-grow: 1;
}

.fw-feat-17 .sub-inner > * {
    flex: 0 0 100%;
    max-width: 100%;
}

/*
--------------------------------------------------------------
    8.0 - SINGLE POSTS
*/
.single-content-wrap {
    position: relative;
    display: block;
    width: 100%;
}

h1.single-title {
    margin-bottom: 20px;
}

.single-sponsor {
    display: block;
    margin-bottom: 20px;
}

.single-entry-meta {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 15px;
}

.single-entry-meta.has-avatar {
    margin-top: 20px;
}

.single-m-info {
    display: none;
}

.single-meta-avatar {
    display: flex;
    display: -webkit-flex;
    flex-shrink: 0;
    margin-right: 12px;
}

.single-meta-avatar.meta-avatar a:not(:first-child) {
    margin-left: -8px;
}

.single-meta-avatar.meta-avatar a:not(:first-child) img {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.single-entry-meta .inner {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
}

.single-meta-avatar img {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.small-size.single-entry-meta img {
    width: 24px;
    height: 24px;
}

.small-size.single-entry-meta .single-meta-avatar {
    margin-right: 7px;
}

.single-meta-bottom {
    margin-top: 7px;
}

.updated-info .meta-label {
    opacity: .7;
}

.single-top-share {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    background-color: rgba(0, 0, 0, .025);
}

.single-entry-meta .share-icon {
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
}

.entry-attachment {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.entry-attachment img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.entry-content {
    position: relative;
    display: block;
}

.entry-content > *,
.comment-content > * {
    max-width: 100%;
    margin: 0 0 2rem 0;
}

.entry-content h1, .entry-content h2,
.comment-content h1, .comment-content h2,
.entry-content h3, .entry-content h4,
.entry-content h5, .comment-content h3,
.comment-content h4, .comment-content h5,
.entry-content h6, .comment-content h6 {
    margin-bottom: .75rem
}

.entry-content .rb-categories {
    margin-bottom: 0;
}

.comments-pagination {
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 20px 0 20px 0;
    padding-bottom: 30px;
    border-bottom: 5px solid rgba(0, 0, 0, .07);
}

.comments-pagination .nav-previous,
.comments-pagination .nav-next {
    padding-right: 10px;
    padding-left: 10px;
}

.entry-content p {
    margin-bottom: 2rem;
    word-wrap: break-word;
}

.entry-content figure {
    max-width: 100%;
    height: auto;
}

.entry-content > *.alignleft, img.alignleft,
.entry-content p img.alignleft {
    float: left;
    margin-top: 0;
    margin-right: 1.5rem;
    margin-left: 0;
}

img.aligncenter, .entry-content p img.aligncenter,
.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry-content > *.alignright, img.alignright,
.entry-content p img.alignright {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-left: 1.5rem;
}

.entry-content input[type='password'] {
    min-width: 40%;
    margin-left: 20px;
}

.entry-content .woocommerce {
    margin-bottom: 0;
}

.entry-content .woocommerce div.product {
    margin-bottom: 2rem;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    margin-left: 0;
}

.wp-block-image img,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.entry-content > .alignwide {
    max-width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-right: 0;
    margin-left: 0;
}

.wp-block-image .aligncenter {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.entry-content .wp-block-gallery {
    width: 100% !important;
    margin-bottom: calc(2rem - 16px);
}

.wp-block-gallery.alignwide {
    clear: both;
}

.wp-block-image figure {
    margin: 0;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1.5rem;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1.5rem;
}

.wp-block-spacer,
.entry-content .wp-block-spacer {
    margin: 0;
}

.wp-block-cover,
.wp-block-cover-image {
    height: auto;
    color: #ffffff;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    margin-bottom: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    max-width: 100%;
    margin: 0 auto !important;
}

.wp-block-cover__video-background,
.entry-content .wp-block-cover__video-background {
    width: 100%;
    height: 100%;
}

.entry-content dt,
.comment-content dt {
    font-weight: 700;
}

.entry-content a:not(button),
.comment-content a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    word-wrap: break-word;
    color: #ff8763;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
}

.single .entry-content a.p-url,
.entry-content .rb-related-el .entry-title,
.entry-content .block-view-more a,
.entry-content .author-social a {
    color: inherit;
}

.entry-content .block-view-more a,
.entry-content .author-social a,
.entry-content .author-title a {
    text-decoration: none !important;
}

.entry-content a:not(button):hover,
.comment-content a:hover {
    text-decoration: underline;
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
}

.entry-content a.button {
    display: inline-block;
}

.entry-content img,
.entry-content video,
.comment-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .rb-iwrap img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
}

.entry-content address,
.comment-content address {
    margin-bottom: 30px;
}

p:empty, .entry-content p:empty,
.comment-content p:empty {
    display: none;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry-content figure a {
    border-bottom: none;
}

.entry-content iframe {
    overflow: hidden;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul {
    padding-left: 1rem;
    list-style-type: decimal;
}

.entry-content ul,
.comment-content ul {
    list-style: circle;
}

.entry-content ul ul,
.comment-content ul ul {
    list-style: disc;
}

.entry-content li > ol,
.entry-content li > ul {
    padding-top: 7px;
}

.entry-content li {
    position: relative;
    margin-bottom: 7px;
}

.comment-content li {
    position: relative;
    margin-bottom: 5px;
}

.entry-content ul[class^='wp-block'],
.entry-content ol[class^='wp-block'] {
    padding-left: 0;
    list-style: none;
}

.entry-content ul[class^='wp-block'] a,
.entry-content ol[class^='wp-block'] a {
    color: inherit;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    border-left: 1px solid rgba(0, 0, 0, .025);
}

table thead {
    color: #ffffff;
    background-color: #333333;
}

table thead th {
    border-color: rgba(255, 255, 255, .1);
}

th, td {
    padding: 5px 10px;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, .025);
    border-right: 1px solid rgba(0, 0, 0, .025);
}

.entry-content tbody tr:nth-child(2n),
.comment-content tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, .025);
}

.entry-content > .wp-block-cover.aligncenter {
    display: flex;
    display: -webkit-flex;
}

.entry-content .wp-block-calendar table thead th {
    color: #333333;
}

.entry-content #wp-calendar td#today a {
    color: #ffffff;
}

.wp-block-group.has-background {
    padding: 20px 30px;
}

.wp-block-group__inner-container .wp-block-button {
    margin-bottom: 2rem;
}

dl {
    margin-bottom: 1.25em;
}

dd {
    margin-left: 1.5em;
}

pre {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 20px;
    background-color: rgba(0, 0, 0, .05);
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 5em;
    font-weight: inherit;
    line-height: .825;
}

.has-drop-cap:not(:focus):after {
    padding-top: 5px;
}

.entry-content tr {
    display: table-row;
    vertical-align: middle;
}

.entry-content td {
    display: table-cell;
    vertical-align: inherit;
}

.entry-content .gallery,
.gallery {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-top: calc(2rem - 5px);
    margin-right: -5px;
    margin-bottom: calc(2rem - 5px);
    margin-left: -5px;
    text-align: center;
}

.gallery-item {
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px;
}

.gallery-item img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.gallery-item div {
    margin: 0;
}

.entry-content .attachment img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry-content .twitter-tweet {
    margin-right: auto;
    margin-bottom: 0 !important;
    margin-left: auto;
}

.entry-content blockquote.twitter-tweet {
    opacity: 0.1;
}

.entry-content iframe.instagram-media {
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}

.entry-content .wp-block-embed.wp-block-embed-facebook {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-embed-vimeo .fluid-width-video-wrapper,
.wp-block-embed-youtube .fluid-width-video-wrapper,
.wp-block-embed-wordpress-tv .fluid-width-video-wrapper {
    position: static;
    padding: 0 !important;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
    position: relative;
    display: block;
    padding: 0 !important;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper:before,
.wp-block-embed-youtube .wp-block-embed__wrapper:before,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper:before {
    display: block;
    padding-top: 56.25%;
    content: '';
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-columns-1 .gallery-item {
    flex: 0 0 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    flex: 0 0 33.333%;
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    flex: 0 0 16.66%;
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    flex: 0 0 14.285%;
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    flex: 0 0 11.111%;
    width: 11.111%;
}

.entry-footer {
    line-height: 26px;
    position: relative;
    display: block;
    margin-top: 40px;
    padding-top: 35px;
}

.entry-footer .tag-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
}

.entry-footer a, .entry-footer .source,
.entry-footer .via-el {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .0215rem;
}

.entry-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.entry-footer .inner {
    display: inline-block;
    text-align: left;
}

.tag-label {
    line-height: inherit;
    display: inline-block;
    min-width: 75px;
    margin: 2px 0;
    text-transform: uppercase;
}

.tag-label:before {
    font-family: 'ruby-icon' !important;
    font-style: normal;
    line-height: inherit;
    display: inline-block;
    min-width: 10px;
    margin-right: 5px;
    content: '\e907';
}

.single-post-tag {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.single-post-tag:last-child {
    margin-bottom: 0;
}

.single-post-tag.tags a {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
}

.single-post-tag.tags a:before {
    font-size: .7em;
    margin-right: 3px;
    content: '# ';
}

.sources .tag-label:before {
    content: '\e964';
}

.via .tag-label:before {
    content: '\e014';
}

.entry-footer a, span.source, span.via-el {
    line-height: 1;
    display: inline-flex;
    display: -webkit-inline-flex;
    margin: 2px;
    padding: 5px 12px;
    -moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, .025);
}

.entry-footer a:hover {
    color: #ffffff;
    background-color: #ff8763;
}

.page-links {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 40px;
}

.single .entry-content .page-links a {
    text-decoration: none;
    color: inherit;
    text-decoration-line: none;
}

.single .entry-content .page-links a:hover,
.single .entry-content .page-links a:focus {
    text-decoration: none;
    color: #ffffff;
    text-decoration-line: none;
}

.entry-content .wpcf7 {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 900px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.entry-content .wpcf7 p {
    margin: 0;
}

.entry-content .wpcf7 label {
    font-size: .85em;
    display: block;
    overflow: hidden;
    color: #777777;
}

.entry-content .wpcf7 label:before {
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    content: '';
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff8763;
}

.entry-content .wpcf7 input,
.entry-content .wpcf7 textarea {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 20px;
}

.entry-content .wpcf7 input[type='submit'] {
    margin-top: 10px;
    margin-bottom: 0;
}

.entry-content .wpcf7 br {
    display: none;
}

.wpcf7-list-item input[type='checkbox'],
.wpcf7-list-item input[type='radio'] {
    display: inline-flex;
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 0;
}

.wpcf7-form-control {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

span.wpcf7-list-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: 0;
    padding-top: 10px;
}

.wpcf7-list-item:last-child {
    margin-bottom: 1em;
}

.rb-ires {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.rb-ires iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

/** author box */
.single-box {
    position: relative;
    display: block;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.author-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .025);
}

.author-title a {
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    color: #ff8763;
}

.author-title a:hover {
    color: #333333;
}

.author-header .author-more {
    flex: 0 0 auto;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
}

.author-avatar {
    display: flex;
    display: -webkit-flex;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.author-avatar a {
    width: 100%;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.author-content {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: column nowrap;
}

.author-job {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #666666;
}

.author-header {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 15px;
}

.author-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 70px;
    max-width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.author-description {
    font-size: .85rem;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.author-footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
}

.author-social {
    flex-shrink: 0;
    margin-left: auto;
}

.author-social a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 0 5px;
}

.author-social i {
    line-height: inherit;
}

.author-page-title .vcard {
    text-transform: uppercase;
}

.author .author-box {
    margin-top: 0;
    margin-bottom: 50px;
}

/** box nav */
.box-nav {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-flow: row nowrap;
    margin-top: 40px;
}

.box-nav .nav-el {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 50%;
    width: 50%;
}

.box-nav a {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: column nowrap;
}

.box-nav .rbi-angle-left {
    padding-right: 5px;
}

.box-nav .rbi-angle-right {
    padding-left: 5px;
}

.box-nav .nav-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #666666;
}

.box-nav .nav-right {
    margin-left: auto;
}

.box-nav .nav-right .nav-label {
    margin-left: auto;
}

.box-nav .nav-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.box-nav i {
    letter-spacing: 0;
}

.box-nav img {
    display: flex;
    display: -webkit-flex;
    flex-shrink: 0;
    width: 50px;
    margin-right: 12px;
    border-radius: 50%;
}

.box-nav .nav-right .nav-inner {
    flex-direction: row-reverse;
    text-align: right;
}

.box-nav .nav-right img {
    margin-right: 0;
    margin-left: 12px;
}

/** box navigation */
.comments-area {
    display: block;
}

.comments-area .comment-meta a {
    text-decoration: none;
}

.comment-metadata .review-stars {
    font-size: 17px;
    color: #333333;
}

.comment-awaiting-moderation {
    font-size: .75rem;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #56977b;
}

.comment-awaiting-moderation:before {
    font-family: 'ruby-icon';
    font-style: normal;
    display: inline-block;
    margin-right: 7px;
    content: '\e90c';
}

.comment-form {
    position: relative;
    display: block;
    margin-right: -10px;
    margin-left: -10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
    width: 100%;
}

.comment-form > * {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.comment-form-cookies-consent {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-basis: 100%;
    width: 100%;
}

.comment-form-cookies-consent label {
    font-size: .75rem;
    padding-left: 7px;
}

.comment-form-cookies-consent label {
    padding-left: 7px;
}

.comment-notes .required {
    color: #ff4545;
}

p.logged-in-as {
    font-size: .825rem;
}

p.logged-in-as a:last-child {
    opacity: 0.5;
}

p.logged-in-as a:last-child:hover {
    opacity: 1;
}

.comment-form > p.form-submit {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0;
}

.comment-form .comment-notes {
    font-size: .825rem;
    margin-bottom: 20px;
}

.comment-notes #email-notes {
    font-style: italic;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    float: left;
    width: 33.33%;
}

.comment-reply-title {
    line-height: 1;
    margin-bottom: 10px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.no-comment .comment-reply-title {
    display: none;
}

.comment-box-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-top: 45px;
}

.comment-box-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.comment-box-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comment-box-header h4 i {
    margin-right: 7px;
}

.box-comment-btn {
    line-height: 42px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    padding: 0 60px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: rgba(0, 0, 0, .025);
}

.box-comment-btn:hover {
    color: #ffffff;
    background-color: #ff8763;
}

.rb-review-stars {
    font-size: 24px;
    position: relative;
}

.rb-form-rating {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
}

.rb-review-stars span {
    line-height: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 0;
    width: 0;
    margin-left: 10px;
    padding: 0;
    letter-spacing: 0;
}

.rb-review-stars span a {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    flex-grow: 0;
    padding: 2px;
}

.rb-review-stars span:hover i:before,
.rb-form-rating.selected a i:before,
.rb-form-rating.selected .rb-review-stars span:hover a i:before {
    content: '\e90a';
}

.rb-review-stars span > a.active ~ a i:before,
.rb-review-stars span > a:hover ~ a i:before,
.rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before {
    content: '\e909';
}

.rb-review-stars i {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-form-rating label {
    font-size: .75rem;
    text-transform: uppercase;
}

/** comment box content */
.comment-title h3 {
    margin-bottom: 30px;
}

.comment-title i {
    display: inline;
    margin-right: 5px;
}

.comment-author {
    font-size: .83rem;
    margin-bottom: 7px;
}

.comment-author .avatar {
    position: absolute;
    top: 7px;
    left: -65px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.comment-author .says {
    display: none;
}

.comment-list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;
}

.comment-body {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 65px;
}

.comment-list li.parent > .comment-body {
    margin-bottom: 20px;
}

.comment-metadata {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 3px;
    color: #666666;
}

.comment-metadata * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit !important;
    line-height: inherit;
}

.comment-content {
    font-size: .9rem;
    display: block;
    margin-top: 15px;
}

.comment-content p,
.comment-content li {
    font-size: inherit;
}

a.comment-reply-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: block;
    padding: 0 12px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border: 1px solid rgba(0, 0, 0, .05);
}

a.comment-reply-link:hover {
    color: #ffffff;
    border-color: #ff8763;
    background-color: #ff8763;
}

.comments-area .comment-meta a.comment-edit-link {
    margin-left: 10px;
    text-transform: uppercase;
}

.comments-area .comment-meta > a:first-child {
    margin-left: 0;
}

.comments-area .comment-meta a.comment-edit-link:hover {
    text-decoration: underline;
}

a.comment-reply-link:before {
    font-family: 'ruby-icon' !important;
    font-size: .9em;
    margin-right: 5px;
    content: '\56';
}

.logged-in-as a:last-child {
    margin-left: 7px;
    text-transform: uppercase;
}

.comment-list .logged-in-as a {
    font-weight: inherit;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: none;
}

.logged-in-as a:hover,
.comment-list .logged-in-as a:hover {
    text-decoration: underline;
    color: #ff8763;
}

.comment-list .comment-reply-title small a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-left: 7px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    text-transform: none;
    opacity: 0.5;
}

.comment-list .comment-reply-title small a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #ff8763;
}

.comments-area #respond > #commentform {
    margin-top: 10px;
}

.comment-list .comment-respond {
    margin-bottom: 3em;
    margin-left: 65px;
}

.comment-list ul.children {
    margin-left: 30px;
}

/** like box */
.like-box {
    display: block;
    margin-top: 30px;
}

.like-el {
    display: inline-block;
    width: auto;
    max-height: 30px;
    text-align: left;
}

.fb-like {
    margin-right: -12px;
}

/** bottom share */
.single-bottom-share {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 40px auto 0 auto;
}

.single-bottom-share .share-content {
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    margin-left: auto;
}

.single-bottom-share .share-header:before {
    font-family: 'ruby-icon' !important;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    margin-right: 7px;
    content: '\e00d';
    color: #666666;
}

.single-bottom-share a {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 5px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: rgba(0, 0, 0, .025);
}

.single-bottom-share a span {
    display: none;
}

.single-bottom-share i {
    font-size: 20px;
}

.single-tagline {
    font-style: italic;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
}

.single-tagline:before {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: 5px;
    left: 0;
    display: block;
    width: 15px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.single-header-overlay .single-tagline:before {
    opacity: 1;
}

.single-header-overlay .single-tagline {
    max-width: 700px;
}

/** video post */
.embed-holder {
    position: static !important;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56%;
    background-color: rgba(0, 0, 0, .025);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-audio-outer .embed-holder {
    padding-bottom: 33.33%;
}

.embed-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.gallery-el {
    position: relative;
    display: block;
}

.p-gallery-slider .gallery-el {
    z-index: 1;
    display: block;
    width: 100%;
    padding-bottom: 56.75%;
}

.p-gallery-slider img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.image-caption.is-overlay {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    max-width: 70%;
    padding: 7px 20px;
    -moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 1;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .8);
}

.p-gallery-slider .image-caption.is-overlay {
    bottom: 30px;
    text-align: left;
}

.p-gallery-slider .image-caption.is-overlay .wp-caption-text:before {
    padding-right: 7px;
}

.image-caption, .entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #666666;
}

.wp-caption-text, .gallery-caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #666666;
}

.wp-block-search .wp-block-search__label {
    font-style: italic;
    width: 100%;
    margin-bottom: 10px;
    color: #777777;
}

.entry-content .wp-block-cover .wp-block-cover-text a,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    color: #ffffff;
}

.entry-content .wp-block-embed.wp-block-embed-instagram,
.entry-content .wp-block-embed.wp-block-embed-twitter {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-embed blockquote:before {
    display: none;
}

.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    padding-bottom: 10px;
}

.image-caption:before,
.wp-caption-text:before,
.wp-block-image figcaption:before {
    font-family: 'ruby-icon' !important;
    font-size: 1.3em;
    line-height: 1;
    margin-right: 5px;
    content: '\4c';
    vertical-align: middle;
}

.wp-block-video figcaption:before {
    font-family: 'ruby-icon';
    font-size: 1.5em;
    line-height: 1;
    margin-right: 5px;
    content: '\79';
}

.wp-block-audio figcaption:before {
    font-family: 'ruby-icon';
    font-size: 1.2em;
    line-height: 1;
    margin-right: 5px;
    content: '\e906';
}

.entry-content .wp-block-gallery .blocks-gallery-image figcaption:before
.entry-content .wp-block-gallery .blocks-gallery-item figcaption:before {
    display: none;
}

.wp-block-quote cite {
    font-size: .85rem;
    line-height: 1;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
}

.entry-content .wp-block-file .wp-block-file__button {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    display: table;
    margin-top: calc(0.75 * 1rem);
    margin-left: 0;
    padding: 0.75rem 1rem;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #ff8763;
}

.entry-content .wp-block-file .wp-block-file__button:hover {
    background-color: #333333;
}

.entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
}

.entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
}

.p-gallery-list .gallery-el {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.p-gallery-list .gallery-el img {
    width: 100%;
    height: auto;
}

.p-gallery-list .gallery-el:last-child {
    margin-bottom: 0;
}

.p-gallery-slider {
    overflow: hidden;
}

.p-gallery-slider .owl-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0;
    color: #ffffff;
}

/** gallery grid */
.gallery-grid-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    background-color: rgba(0, 0, 0, .025);
}

.single-2 .gallery-grid-wrap,
.single-3 .gallery-grid-wrap {
    margin-top: 0;
}

.single-2 .single-header.entry-header {
    margin-bottom: 0;
}

.single-3 .single-tagline:before,
.single-4 .single-tagline:before {
    display: none;
}

.single-3 .single-tagline,
.single-4 .single-tagline {
    padding-left: 0;
}

.gallery-grid-content {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex: 0 0 80%;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin-left: auto;
}

.gallery-grid-content img {
    width: auto;
    max-height: 90px;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.gallery-grid-content > *:nth-last-child(4) {
    opacity: .7;
}

.gallery-grid-content > *:nth-last-child(3) {
    opacity: .5;
}

.gallery-grid-content > *:nth-last-child(2) {
    opacity: .3;
}

.gallery-grid-content > *:last-child {
    opacity: .1;
}

.gallery-grid-content > *:first-child {
    opacity: 1;
}

.gallery-list-label {
    padding-right: 10px;
    padding-left: 20px;
}

.gallery-grid-content .gallery-el {
    overflow: hidden;
    margin-right: 10px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-grid-content .gallery-el:hover {
    opacity: 1;
}

.gallery-list-label a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-list-label a:hover {
    color: #ff8763;
}

/** gallery popup */
.rb-gallery-popup .mfp-content {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    align-content: stretch;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.rb-gallery-popup.mfp-bg.mfp-ready.rb-popup-effect {
    opacity: 1;
    background-color: #111111;
}

.gallery-popup-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rb-gallery-popup .gallery-popup-header .header-right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 0;
    margin-left: auto;
    color: #ffffff;
    background-color: transparent;
}

.gallery-popup-header .header-right > * {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rb-gallery-popup .mfp-title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 1;
    padding: 10px 20px;
}

.rb-gallery-popup .gallery-popup-header .mfp-close,
.rb-gallery-popup .gallery-popup-header .mfp-counter {
    line-height: 1;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: auto;
    height: 60px;
    padding: 0 20px;
    color: #ffffff;
}

.gallery-popup-content,
.mfp-rbgallery {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: row nowrap;
    width: 100%;
    height: 100%;
}

.gallery-popup-content {
    overflow: hidden;
    height: calc(100% - 61px);
}

.gallery-popup-image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    object-fit: contain;
    -webkit-object-fit: contain;
}

.gallery-popup-nav button {
    font-size: 18px;
    position: relative;
    width: 40px;
    height: 60px;
    padding: 0;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0.5;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.rb-gallery-popup .mfp-close {
    opacity: .5;
}

.rb-gallery-popup .mfp-close:hover,
.rb-gallery-popup .mfp-close:focus,
.gallery-popup-nav button:hover {
    opacity: 1;
}

.gallery-popup-holder {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: center;
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    height: 100%;
}

.rb-gallery-popup h3.mfp-title:before {
    font-family: 'ruby-icon' !important;
    display: flex;
    display: -webkit-flex;
    margin-right: 10px;
    content: '\4c';
}

.gallery-popup-entry {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 380px;
    max-width: 380px;
    padding: 50px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-popup-image {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex: 1;
    max-width: calc(100% - 140px);
    height: 100%;
    padding: 50px 30px;
}

.gallery-popup-selection {
    display: flex;
    display: -webkit-flex;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;
    flex-flow: row wrap;
    box-sizing: content-box;
    width: 90px;
    padding: 30px 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.gallery-popup-selection a {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    align-items: flex-start;
    width: 100%;
    min-height: min-content;
    margin-bottom: 10px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-popup-selection a:last-child {
    margin-bottom: 0;
}

.gallery-popup-selection a:hover {
    opacity: .7;
}

.gallery-popup-selection img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.gallery-popup-content .image-popup-description {
    margin-top: 20px;
}

.gallery-popup-content .image-popup-description a {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: underline;
}

.gallery-popup-content .image-popup-description a:hover,
.gallery-popup-content .image-popup-description a:focus {
    color: #ff8763;
}

.gallery-popup-content .image-popup-description > * {
    font-size: .85rem;
}

.gallery-popup-selection.post-type-gallery {
    width: 210px;
    padding: 15px;
}

.gallery-popup-selection.post-type-gallery > a {
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    padding: 5px;
}

.gallery-popup-holder.post-type-gallery {
    width: calc(100% - 210px);
    max-width: calc(100% - 210px);
}

/** single-post-related */
.single-post-related {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 35px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .025) 66.666%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 27px 7px;
}

.single-post-related .block-title:before {
    z-index: 0;
}

/** review box */
.review-box-wrap {
    position: relative;
    display: block;
    max-width: 650px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.review-box-wrap .inner {
    display: block;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .025);
}

.review-box-wrap.is-dark .inner {
    background-color: #333333;
}

.review-header {
    position: relative;
    display: block;
    overflow: hidden;
    height: 180px;
    min-height: 180px;
    background-color: #333333;
}

.review-feat {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.review-feat img {
    width: 100%;
    height: 100%;
    opacity: .4;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: 50% 50%;
}

.review-header h4.review-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    color: #ffffff;
}

.review-box-wrap.no-feat .review-header {
    height: auto;
    min-height: 0;
}

.review-box-wrap.no-feat .review-heading {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 30px 20px;
}

.review-info {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 7px 18px;
    background-color: #ff8763;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}

.review-info > * {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    padding: 0 2px;
}

.review-info .meta-description,
.p-review-info .meta-description {
    opacity: .8;
}

.review-content {
    position: relative;
    display: block;
    margin: 30px;
}

.review-el {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 20px;
}

.review-el:last-child {
    margin-bottom: 0;
}

.review-el .review-stars {
    font-size: 22px;
    display: flex;
    display: -webkit-flex;
    flex-grow: 0;
    margin-left: auto;
    color: #ff8763;
}

.review-stars i {
    margin-left: 2px;
}

.review-footer, .summary-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
}

.summary-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 30px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.review-action {
    display: block;
    margin-top: 30px;
    text-align: right;
}

.entry-content a.review-btn {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 42px;
    display: inline-block;
    padding: 0 30px;
    text-decoration: none !important;
    color: #ffffff;
    background-color: #8fc36f;
}

.entry-content a.review-btn:hover {
    opacity: .7;
}

.review-footer h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

.pros-cons-wrap {
    position: relative;
    padding-left: 25px;
    text-align: center;
}

.pros-cons-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.pros-cons-wrap h4 {
    margin: 0;
}

.pros-cons-wrap > * {
    flex-flow: column nowrap;
}

.pros-cons-wrap h6 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.pros-cons-wrap i {
    font-size: .8rem;
    margin-right: 7px;
}

.pros-cons-wrap ul {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
}

.pros-cons-wrap ul li {
    list-style: none;
}

.summary-content,
.pros-cons-wrap ul li {
    font-size: .85rem;
}

.pros-cons-wrap ul li:last-child {
    margin-bottom: 0;
}

.review-pros li:before {
    font-family: 'ruby-icon' !important;
    font-size: 13px;
    display: inline;
    margin-right: 7px;
    content: '\e90d';
    color: #58a060;
}

.review-cons li:before {
    font-family: 'ruby-icon' !important;
    font-size: 13px;
    display: inline;
    margin-right: 7px;
    content: '\e90e';
    color: #f77c86;
}

/** post review info */
.p-review-info {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    padding: 7px 20px;
    background-color: #333333;
}

.p-review-info * {
    line-height: 1 !important;
    display: flex;
    display: -webkit-flex;
    padding: 0 3px;
}

.p-review-info i {
    font-size: 12px;
}

.user-reviews {
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 4px solid rgba(0, 0, 0, .07);
}

.review-box-wrap.is-dark .user-reviews {
    border-color: rgba(255, 255, 255, .07);
}

.user-review-headline {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 1;
}

.user-review-headline i {
    margin-right: 7px;
    opacity: .5;
}

.user-review-headline h6 {
    margin-bottom: 0;
}

.total-vote {
    font-size: .85rem;
    font-style: italic;
    margin-left: 7px;
    opacity: .7;
}

.average-stars {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: auto;
}

.average-stars i {
    font-size: 22px;
    margin-right: 7px;
    color: #ff8763;
}

/** entry */
.entry-header {
    position: relative;
    margin-bottom: 30px;
}

.shop-top .shopthepost-inner {
    position: relative;
    margin-bottom: 40px
}

.shop-bottom > *:first-child {
    margin-top: 40px;
}

.shopthepost-single.wc .rb-p20-gutter {
    padding-right: 10px;
    padding-left: 10px;
}

.shopthepost-single.wc .products-outer {
    width: auto !important;
}

.shopthepost-single.wc .shopthepost-inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.shopthepost-single.wc .rb-n20-gutter {
    margin-right: -10px;
    margin-left: -10px;
}

.meta-label {
    font-size: .9em;
    font-weight: normal;
    font-style: inherit;
    margin-right: 3px;
}

.single-author-info.p-meta-info > *:before {
    display: none;
}

.single-author-info a {
    text-transform: uppercase;
}

.single-author-info img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.single-feat,
.post-gallery-outer {
    position: relative;
    display: block;
    margin-top: 30px;
}

.single-left-section {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: column nowrap;
    flex-shrink: 0;
    width: 160px;
    max-width: 160px;
    padding-right: 50px;
}

.single-left-section .section-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 100%;
}

.admin-bar .single-left-section .section-inner {
    top: 32px;
}

.single-left-section .section-inner > *:first-child {
    margin-top: 0;
}

.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
    top: 74px;
}

.admin-bar.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
    top: 105px;
}

.single-content.has-left-section {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.single-content.has-left-section .entry-content {
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
    margin-left: auto;
}

.single-left-article {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: column nowrap;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}

.single-left-article:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.left-article-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 12px;
    letter-spacing: .1em;
}

.single-left-article .p-feat {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 10px;
}

.single-left-article .rb-iwrap {
    width: 105px;
    height: 105px;
    padding: 0;
}

.single-left-article .rb-iwrap:before {
    display: none;
}

.single-left-article .p-url {
    font-size: .9em;
    display: inline-block;
}

.share-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-shrink: 0;
    justify-content: center;
}

.share-total {
    color: #ff8763;
}

.share-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-left: 7px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #666666;
}

.single-left-share {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: column nowrap;
}

.single-left-share .share-header {
    flex-flow: column nowrap;
    margin-bottom: 10px;
}

.single-left-share .share-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -5px;
}

.single-left-share a {
    font-size: 16px;
    line-height: 48px;
    display: flex;
    display: -webkit-flex;
    flex: 0 0 48px;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 5px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    background-color: rgba(0, 0, 0, .025);
}

/* rb related */
.rb-related {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 2rem 0;
    padding: 15px 20px 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.rb-related.is-dark-style {
    display: block;
    border: none;
    background-color: #333333;
}

.rb-related-el {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 1;
}

.related-link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.rb-related-content > * {
    margin-bottom: 20px;
}

.rb-related-el .rb-iwrap {
    display: flex;
    display: -webkit-flex;
    flex-shrink: 0;
    width: 90px;
}

.rb-related-el .related-title {
    flex: 1;
    margin: 0;
    padding-left: 15px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration-line: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
}

.rb-related-el:hover .related-title {
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
    -moz-text-decoration-color: currentColor;
}

.related-link {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.rb-related .rb-related-header {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}

.rb-related .rb-related-header:before {
    position: absolute;
    z-index: 1;
    top: -5%;
    right: auto;
    bottom: -5%;
    left: 0;
    display: block;
    width: 40px;
    height: 110%;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.single-left-share a:hover,
.single-bottom-share a:hover {
    opacity: .7;
}

.share-whatsapp.is-mobile {
    display: none;
}

.breadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    white-space: nowrap;
    letter-spacing: .015rem;
    text-overflow: ellipsis;
}

.single-1 .breadcrumb {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 0 0 100%;
    height: 50px;
    margin-top: -50px;
    margin-bottom: 0;
}

.is-single-1.is-single-hc .single-header {
    text-align: center;
}

.is-single-1.is-single-hc .single-content-wrap .p-cat-info,
.is-single-1.is-single-hc .single-content-wrap .single-entry-meta,
.is-single-1.is-single-hc .breadcrumb {
    justify-content: center;
}

.is-single-1.is-single-hc .single-tagline {
    padding-left: 0;
}

.is-single-1.is-single-hc .single-tagline:before {
    display: none;
}

.breadcrumb * {
    font-size: inherit;
    overflow: hidden;
    letter-spacing: inherit;
    text-overflow: ellipsis;
}

.breadcrumb .current-item {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #666666;
}

.breadcrumb a {
    display: inline !important;
    overflow: auto;
    margin: 0;
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.breadcrumb a:hover {
    color: #ff8763;
}

.blog:not(.home) .breadcrumb {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    background-color: rgba(0, 0, 0, .025);
}

.single-2 .post-gallery-outer,
.single-2 .post-audio-outer,
.single-2 .post-video-outer,
.single-3 .post-gallery-outer,
.single-3 .post-audio-outer,
.single-3 .post-video-outer {
    margin-top: 0;
    margin-bottom: 40px;
}

.parallax-thumb .rb-iwrap {
    height: 100%;
    padding: 0;
}

.parallax-thumb .rb-iwrap img,
.parallax-thumb .rb-iwrap.autosize img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.parallax-thumb .rb-iwrap:before {
    display: none;
}

.single-header-holder {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.single-header-overlay {
    display: block;
    padding-bottom: 30px;
}

.breadcrumb-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: block;
}

.breadcrumb-overlay .breadcrumb {
    margin-top: 15px;
    margin-bottom: 0;
}

/** header centered */
.header-centred .entry-title,
.header-centred .single-tagline {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.header-centred .breadcrumb {
    text-align: center;
}

.header-centred .single-tagline {
    margin-bottom: 0;
    border-left: none;
}

.header-centred .single-entry-meta {
    justify-content: center;
}

.single-header-overlay.header-centred {
    padding-bottom: 0;
}

.header-centred .p-cat-info {
    justify-content: center;
}

/** parallax thumb */
.parallax-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    height: 70vh;
    min-height: 600px;
    background-color: #0a0a0a;
}

.parallax-thumb .rb-iwrap {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
    will-change: transform;
}

.is-parallax-feat .parallax-thumb .rb-iwrap {
    top: -5%;
    height: 120%;
}

.is-parallax-feat .parallax-thumb .rb-iwrap.parallax-init {
    opacity: 1;
}

.parallax-thumb.feat-loaded img {
    opacity: .4;
}

.parallax-thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.single-3 .parallax-thumb {
    height: calc(100vh - 60px);
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    -webkit-transition: height .1s;
    transition: height .1s;
}

.admin-bar .single-3 .parallax-thumb {
    height: calc(100vh - 92px);
}

.single-3 .single-header-holder {
    justify-content: center;
}

/** single 4 */
.single-4 .gallery-grid-wrap,
.single-4 .single-body {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

/** single 5 */
.single-5 .entry-header {
    padding-bottom: 35px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .04) 66.666%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 35px 5px;
}

/** gallery post type */
.gallery-post-type {
    position: relative;
    margin: 10px;
}

.post-type-archive-rb-gallery .content-inner,
.tax-gallery-category .content-inner {
    position: relative;
    margin: -10px;
    padding-bottom: 50px;
}

.gallery-post-type .gallery-title a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .8);
}

.gallery-post-type:hover a {
    opacity: 1;
}

/** reaction box */
.reaction-section {
    position: relative;
    display: block;
    margin-top: 40px;
    padding: 30px 10px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.reaction-section-title {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

/** Gutenberg */
ul.wp-block-gallery {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-bottom: calc(2rem - 16px);
    padding-right: 0;
    padding-left: 0;
}

.wp-block-gallery ul,
.wp-block-gallery ol {
    padding-left: 0;
    list-style: none;
}

.wp-block-separator {
    position: relative;
    display: block;
    clear: both;
    height: 10px;
    margin-bottom: 30px;
    opacity: .3;
    border: none;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-repeat: repeat;
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.wp-block-separator.is-style-default {
    max-width: 150px;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
    opacity: 1;
}

.wp-block-button {
    color: #ffffff;
}

.is-style-outline {
    color: inherit;
}

.wp-block-button__link,
a.wp-block-button__link {
    font-size: 1rem;
    line-height: 1.1;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration: none !important;
    color: inherit;
    color: inherit !important;
}

.wp-block-button__link {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.entry-content .is-style-outline a.wp-block-button__link:hover,
.entry-content .is-style-outline a.wp-block-button__link:focus {
    background-color: transparent;
}

a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover {
    background-color: #ff8763;
}

.is-style-outline a.wp-block-button__link:hover {
    color: #ff8763 !important;
}

a.wp-block-button__link.has-background:hover {
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.wp-block-quote, blockquote,
.entry-content .wp-block-quote,
.entry-content blockquote {
    padding-right: 0;
    padding-left: 0;
}

.has-text-align-right {
    text-align: right;
}

.wp-block-quote:before, blockquote:before {
    font-family: 'ruby-icon' !important;
    font-size: 38px;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    content: '\e90f';
}

.wp-block-quote p,
blockquote p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -.02em;
}

.wp-block-quote p:last-of-type,
blockquote p:last-of-type {
    margin-bottom: .5rem;
}

cite:before {
    font-family: 'ruby-icon' !important;
    font-size: .75em;
    margin-right: 7px;
    content: '\e90b';
}

.wp-block-cover * {
    line-height: 1.25;
    color: #ffffff;
}

.wp-block-cover a {
    text-decoration: none;
    color: inherit !important;
}

.wp-block-cover p:last-child {
    margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    width: 100%;
    max-width: 100%;
    padding: 30px;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.entry-content .wp-block-pullquote p {
    font-size: 1.75rem;
}

.wp-block-pullquote.is-style-solid-color {
    padding: 0 10%;
}

.wp-block-quote.is-large,
.entry-content .wp-block-quote.is-large
.wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-style-large {
    margin-bottom: 2rem;
    text-align: left;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite {
    font-size: .9rem;
    justify-content: flex-start;
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
    margin-right: 10px;
}

.wp-block-table.is-style-stripes {
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05);
}

.wp-block-archives a, .wp-block-archives-dropdown a,
.wp-block-categories a, .wp-block-latest-posts a {
    text-align: left !important;
}

.wp-block-archives-dropdown {
    margin-bottom: 30px;
}

.wp-block-archives-dropdown select {
    width: 100%;
}

/** single infinite load */
.single-post-infinite .single-p-outer {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-post-infinite .single-p-outer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.single-post-infinite .single-p-outer:first-child {
    padding-top: 0;
}

.single-post-infinite .single-p-outer:first-child:before {
    display: none;
}

.single-post-infinite .single-p-outer:not(:first-child) > .single-2,
.single-post-infinite .single-p-outer:not(:first-child) > .single-3 {
    margin-top: -10px;
}

#single-infinite-point {
    position: relative;
    height: 30px;
    margin-top: 0;
    margin-bottom: 50px;
}

.single-post-infinite .single-p-outer .single-3 {
    z-index: 10;
    margin-top: -10px;
}

.single-post-infinite .single-p-outer:first-child .single-3 {
    margin-top: 0
}

/** single portfolio */
.single-portfolio-feat img {
    width: 100%;
    height: auto;
}

.single-portfolio-feat a {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-portfolio-feat a:after {
    font-family: ruby-icon;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    content: '\e88c';
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
}

.single-portfolio-feat a:hover:after,
.single-portfolio-feat a:focus:after {
    visibility: visible;
    opacity: 1;
}

.single-portfolio-feat > * {
    margin-top: 10px;
}

.single-portfolio-feat > *:first-child {
    margin-top: 0;
}

.single-portfolio-holder {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.single-portfolio-feat,
.single-portfolio-content {
    flex: 0 0 50%;
}

.single-portfolio-feat {
    padding-right: 5px;
}

.single-portfolio-content {
    padding-left: 5px;
}

.single-portfolio-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    min-height: 80vh;
    padding: 50px 35px;
    background-color: #fafafa;
}

.admin-bar .single-portfolio-inner {
    top: 32px;
}

.portfolio-header {
    position: relative;
    padding-bottom: 35px;
}

.portfolio-header:before {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    display: block;
    width: 40px;
    height: 60px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.portfolio-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 5px;
    content: '';
    background-color: rgba(0, 0, 0, .07);
}

.pp-single-terms {
    margin-top: 15px;
}

.portfolio-info-el {
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.portfolio-info-el:before {
    margin-right: 5px;
    margin-left: 5px;
    content: '/';
    opacity: .3;
    color: #666666;
}

.portfolio-info-el:hover {
    color: #ff8763;
}

.portfolio-info-el:first-child:before {
    display: none;
}

.portfolio-description p,
.portfolio-description li,
.portfolio-description span {
    font-size: .875rem;
    line-height: 1.7;
    color: #666666;
}

.portfolio-description p {
    margin-bottom: 1.5rem;
}

.portfolio-info-wrap {
    font-size: .875rem;
    position: relative;
    margin-top: 30px;
    padding-top: 35px;
}

.is-pshare.single-bottom-share {
    font-size: .875rem;
    position: relative;
    margin-top: 35px;
    padding-top: 35px;
}

.portfolio-info-wrap:before,
.single-bottom-share.is-pshare:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 5px;
    content: '';
    background-color: rgba(0, 0, 0, .07);
}

.portfolio-info-wrap > * {
    margin-bottom: 10px;
}

.portfolio-info-wrap > *:last-child {
    margin-bottom: 0;
}

.portfolio-info-wrap .info-header {
    margin-bottom: 20px;
}

.portfolio-info > i:first-child {
    margin-right: 10px;
}

.portfolio-info a {
    font-size: .875rem;
    margin-left: 5px;
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
    letter-spacing: .01em;
    color: #666666;
    border-bottom: 1px solid transparent;
}

.portfolio-info a:hover {
    color: #333333;
    border-color: currentColor;
}

.portfolio-nav.box-nav {
    position: relative;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.portfolio-nav.box-nav .nav-label {
    margin-bottom: 0;
}

.portfolio-nav-prev i {
    margin-right: 7px;
}

.portfolio-nav-next i {
    margin-left: 7px;
}

.portfolio-nav.box-nav .nav-label > a {
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
}

.portfolio-nav a:hover {
    color: #ff8763;
}

.portfolio-nav a > i {
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio-nav-next a:hover > i {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    color: #ff8763;
}

.portfolio-nav-prev a:hover > i {
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    color: #ff8763;
}

a.portfolio-grid-link {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
}

/* portfolio listing */
.pp-wrap {
    position: relative;
    margin-bottom: 35px;
}

.pp-feat {
    margin-bottom: 15px;
}

.pp-feat img {
    width: 100%;
    height: auto;
}

.pp-overlay-icon {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .7);
}

.pp-feat-link:hover .pp-overlay-icon {
    visibility: visible;
    opacity: 1;
}

.pp-terms {
    margin-top: 10px;
}

/*
--------------------------------------------------------------
    9.0 - ARCHIVES & PAGES
*/
.category-header {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .025);
}

.header-holder .header-content {
    position: relative;
    z-index: 10;
}

.is-header-bg.is-header-center .header-holder {
    padding: 90px 0;
    background-color: #333333;
}

.is-header-bg.is-header-boxed .header-holder {
    padding: 60px 0;
}

#category-header-bg {
    position: absolute;
    top: -5%;
    right: 0;
    bottom: auto;
    left: 0;
    height: 160%;
    -moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    opacity: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    will-change: transform;
}

#category-header-bg.is-show {
    opacity: .8;
}

.taxonomy-description {
    font-size: .85rem;
    max-width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.taxonomy-description * {
    font-size: inherit;
    line-height: 1.7;
}

.is-header-left .header-holder {
    padding-top: 0;
    padding-bottom: 0;
}

.is-header-left .header-left-holder {
    position: relative;
    width: 50%;
    padding: 90px 40px;
    background-color: rgba(255, 255, 255, .7);
}

.is-header-left.is-header-solid .header-left-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-left-holder .header-content {
    text-align: left;
}

.header-left-holder .taxonomy-description {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
}

.category-header.is-header-boxed {
    margin-top: 40px;
}

/** single page */
.single-page-header {
    text-align: center;
}

body.page-template-default article.page {
    margin-right: auto;
    margin-left: auto;
}

.page-featured {
    position: relative;
    display: block;
    margin-top: 30px;
}

.pageh-feat-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.pageh-feat-full:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}

.pageh-feat-full img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pageh-feat-holder {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.pageh-inner {
    position: relative;
    z-index: 10;
}

/** header search form */
.header-search-form {
    margin-top: 20px;
}

.header-search-form .search-form {
    max-width: 600px;
}

.search-header .header-holder {
    padding-bottom: 0;
    background-color: transparent;
}

.portfolio-category-desc {
    margin-top: 20px;
}

.portfolio-category-desc > *:last-child {
    margin-bottom: 0;
}

/* archive portfolio */
.portfolio-header-holder {
    position: relative;
    margin-top: 35px;
}

/** author page */
.header-author-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    padding: 40px 20px;
}

.header-author-box .box-feat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
}

.header-author-box .box-feat img {
    width: 100%;
    height: 100%;
    opacity: .35;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: center;
}

.header-author-box .box-inner {
    position: relative;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
}

.header-author-box .box-description {
    font-size: .85rem;
    line-height: 1.7;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #efefef;
}

.header-author-box .box-avatar {
    margin-bottom: 15px;
}

.header-author-box .box-avatar img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.header-author-box .box-header {
    font-size: .85rem;
    line-height: 1.7;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

.header-author-box .box-header:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 10px;
    margin-left: -50px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.header-author-box .box-job {
    font-size: .85rem;
    display: block;
    margin-top: 5px;
    color: #efefef;
}

.header-author-box .box-footer {
    margin-top: 15px;
}

.header-author-box .box-footer a {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 5px;
}

/** not found */
.not-found {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.not-found-label-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    flex-grow: 0;
    margin-right: 50px;
}

span.not-found-label {
    font-size: 12rem;
    line-height: 1;
    z-index: 1;
    margin: 0;
    letter-spacing: -0.1em;
    pointer-events: none;
    color: #ff8763;
}

.not-found-description {
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    z-index: 10;
    top: -.5rem;
    left: 4rem;
    pointer-events: none;
    color: #666666;
}

.not-found .page-content p {
    margin-bottom: 0;
}

.not-found-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    max-width: 1020px;
}

.not-found-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    flex-grow: 1;
}

.section-not-found .page-content a:not(.return-home) {
    text-decoration: underline;
}

.not-found .page-content {
    margin-top: 20px;
}

.not-found .search-form {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
}

.not-found .search-form input[type='search'] {
    width: 100%;
}

.return-home {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
    margin-left: auto;
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border-bottom: 2px solid;
}

.section-not-found .page-content .return-home {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: inherit;
}

.return-home:hover,
.section-not-found .page-content .return-home:hover {
    color: #ff8763;
}

.section-not-found .not-found-inner {
    display: block;
    text-align: center;
}

/*
--------------------------------------------------------------
    10.0 - FOOTER
*/
.footer-wrap,
.top-footer-wrap {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

footer.footer-wrap > * {
    position: relative;
    z-index: 99;
}

.top-footer-wrap .widget {
    margin-bottom: 50px;
}

.top-footer-wrap .widget:last-child {
    margin-bottom: 0;
}

.top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
    margin-bottom: 50px;
}

.footer-section:first-child {
    margin-top: 45px;
}

.footer-section {
    margin-bottom: 50px;
}

.footer-logo-inner {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-logo {
    display: block;
    text-align: center;
}

.footer-logo-wrap img {
    width: auto;
    max-height: 120px;
}

.footer-logo-wrap.is-svg img {
    height: 999px;
    max-height: 60px;
    object-fit: contain;
}

.footer-logo-inner > * {
    margin-bottom: 20px;
}

.footer-logo-inner > *:last-child {
    margin-bottom: 0;
}

.footer-social-wrap {
    display: block;
    text-align: center;
}

.footer-social {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex-flow: row wrap;
    justify-content: center;
}

.footer-social a {
    width: 36px;
    height: 36px;
    margin: 2px;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
}

.footer-social i {
    font-size: 16px;
    line-height: 36px;
    display: block;
    vertical-align: middle;
    letter-spacing: 0;
}

.footer-menu-inner {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.footer-menu-inner > li {
    display: inline-block;
    white-space: nowrap;
}

.footer-menu-inner a {
    display: block;
    padding: 0 12px;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.footer-menu-inner a:hover,
.footer-menu-inner a:focus {
    opacity: .7;
}

/** copyright section */
.footer-copyright.footer-section {
    margin-bottom: 0;
    text-align: center;
}

.footer-copyright.footer-section:first-child {
    margin-top: 0;
}

.footer-copyright.footer-section:first-child .copyright-inner {
    border-top: 0;
}

.copyright-inner {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.copyright-inner > * {
    font-size: .85rem;
}

.is-meta-border .footer-wrap .widget_nav_menu .menu-item a:after {
    display: none;
}

.is-meta-border .footer-wrap .widget_nav_menu .menu-item {
    margin-bottom: 7px;
}

.footer-widget-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex-grow: 1;
}

.footer-widget-inner > * {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 35px;
}

.footer-widget-inner > *:last-child {
    margin-bottom: 0;
}

.footer-widget-inner .widget:last-child {
    margin-bottom: 0;
}

.rb-table-contents {
    display: inline-flex;
    float: left;
    flex-flow: column nowrap;
    width: 60%;
    min-width: 310px;
    margin: 0 30px 30px 0;
    padding: 40px 30px;
    border-radius: 7px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}

.table-content-header {
    display: block;
    margin-bottom: 20px;
}

.table-link {
    display: block;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px dashed rgba(0, 0, 0, .05);
}

.table-link:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.table-link a:not(:hover) {
    color: inherit !important;
}

.table-link a:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    content: '';
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border-radius: 50%;
    background-color: #ff8763;
}

.table-link a:visited:not(:hover) {
    color: #999999 !important;
}

.table-link a:visited:not(:hover):before {
    background: #f2f2f2;
}

.table-link.depth-1 {
    padding-left: 10px;
}

.table-link.depth-2 {
    padding-left: 20px;
}

.table-link.depth-3 {
    padding-left: 30px;
}

.table-link.depth-4 {
    padding-left: 40px;
}

.table-link.depth-5 {
    padding-left: 50px;
}

.table-link.depth-6 {
    padding-left: 60px;
}

/*
--------------------------------------------------------------
    11.0 - WIDGETS
*/
.widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.sb-infinite.sidebar-sticky .sidebar-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}

.w-header-2 .widget-title,
.w-header-2 .elementor-widget-container .widget > h5 {
    margin-bottom: 25px;
    text-align: center;
}

.w-header-3 .widget .widget-title,
.w-header-3 .elementor-widget-container .widget > h5 {
    line-height: 1;
    display: inline-block;
    clear: both;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #333333;
}

.sidebar-inner .widget,
.footer-widget .widget,
.elementor-widget-sidebar .widget {
    clear: both;
    width: 100%;
    margin-bottom: 50px;
}

.composer-main .sidebar-inner .widget:last-child,
.elementor-widget-sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget_recent_comments .recentcomments > a:last-child,
.widget_recent_entries li {
    font-family: 'Quicksand', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.wp-block-latest-posts li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.widget_rss li, .widget_pages .page_item, .widget_meta li,
.widget_categories .cat-item, .widget_archive li, .widget.widget_nav_menu .menu-item,
.wp-block-archives-list li, .wp-block-categories-list li {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.widget_pages a:after, .widget_meta a:after, .widget_categories a:after,
.widget_archive a:after, .widget.widget_nav_menu a:after,
.wp-block-categories-list a:after, .wp-block-archives-list a:after {
    font-size: 8px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-left: 7px;
    content: '.................................................';
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    letter-spacing: .75em;
    opacity: .4;
    color: inherit;
}

.widget_pages a, .widget_meta a, .widget_categories a,
.widget_archive a, .widget.widget_nav_menu a,
.wp-block-categories-list a, .wp-block-archives-list a {
    font-weight: inherit;
    position: relative;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    color: inherit;
}

.entry-content .wp-block-categories-list a,
.entry-content .wp-block-archives-list a {
    text-decoration: none !important;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
}

.widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover,
.widget_archive a:hover, .widget.widget_nav_menu a:hover,
.entry-content .wp-block-categories-list a:hover,
.entry-content .wp-block-archives-list a:hover,
.entry-content .wp-block-latest-comments__comment-meta a:hover {
    color: #ff8763;
}

.wp-block-categories-list a:hover .count,
.wp-block-categories-list a:hover .count,
.widget_categories a:hover .count,
.widget_archive a:hover .count {
    background-color: #ff8763;
}

.widget_recent_entries a,
.recentcomments a, a.rsswidget {
    position: relative;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.widget_recent_entries a:hover,
.recentcomments a:hover, a.rsswidget:hover {
    text-decoration: underline;
    color: #ff8763;
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
}

.widget_recent_entries a:before {
    font-family: 'ruby-icon' !important;
    font-weight: normal;
    display: inline;
    margin-right: 7px;
    content: '\e90c';
}

.widget_recent_entries .post-date {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: block;
    margin-top: 7px;
}

.widget_recent_comments .recentcomments:before {
    font-family: 'ruby-icon' !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\56';
}

.widget_recent_comments .recentcomments {
    font-size: .875rem;
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}

.widget_recent_comments .recentcomments > a:last-child {
    display: block !important;
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

.widget_categories .children,
.widget_pages .children,
.wp-block-categories-list .children,
.wp-block-categories-list .children {
    margin-top: 15px;
    margin-left: 15px;
    padding: 0;
}

.wp-block-latest-comments__comment {
    position: relative;
    display: block;
    margin-left: 0;
}

.wp-block-latest-comments__comment article {
    margin-bottom: 20px;
}

.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__list a {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.wp-block-latest-comments__comment-date {
    padding-top: 7px;
}

.wp-block-latest-comments__comment-excerpt {
    font-size: .85rem;
    line-height: 1.7;
    margin-top: 12px;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #eeeeee;
}

.widget_pages ul.children ul.children ul.children {
    margin-left: 0;
}

.widget.widget_nav_menu .menu-item a {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    padding: 0;
    letter-spacing: inherit;
}

.widget.widget_nav_menu .menu-item a * {
    font-size: inherit;
    text-transform: inherit;
}

.widget.widget_nav_menu .sub-menu {
    margin-top: 15px;
    margin-left: 15px;
}

.widget_archive > ul > li:last-child, .widget_categories > ul > li:last-child,
.widget_pages > ul > li:last-child, .widget_meta > ul > li:last-child,
.widget.widget_nav_menu ul.menu > li:last-child {
    margin-bottom: 0;
}

.widget_recent_comments > ul > .recentcomments:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_rss > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

/* widget title */
.widget-title,
.widget .widget-title,
.elementor-widget-container .widget > *:first-child {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.widget-title:after {
    display: table;
    clear: both;
    content: '';
}

.widget_categories label,
.widget_archive label,
.widget_mc4wp_form_widget .mc4wp-form label,
.widget_text .mc4wp-form label {
    display: none;
}

.widget_rss li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss ul a.rsswidget:before {
    font-family: 'ruby-icon' !important;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    content: '\42';
}

.widget_rss ul a.rsswidget, .rss-date {
    display: block;
    padding-left: 35px;
}

.rss-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
    color: #666666;
}

.rssSummary {
    font-family: 'Poppins', sans-serif;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 10px;
}

.widget_rss cite {
    font-size: 12px;
    display: block;
    padding-right: 5px;
}

.wp-block-archives,
.wp-block-categories {
    position: relative;
    overflow: hidden;
    max-width: 350px;
}

.wp-block-archives.alignleft,
.wp-block-categories.alignleft,
.wp-block-archives.alignright,
.wp-block-categories.alignright {
    width: 350px;
}

.wp-block-categories-list .count,
.wp-block-archives-list .count,
.widget:not(.woocommerce) .count {
    font-size: 11px;
    line-height: 18px;
    float: right;
    min-width: 18px;
    padding: 0 3px;
    -moz-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    text-align: center;
    color: #ffffff;
    background-color: #333333;
}

.widget_archive select,
.wp-block-archives select,
.widget_categories select,
.wp-block-categories select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    color: #aaaaaa;
    border: none;
    background-color: rgba(0, 0, 0, .025);
}

.widget_archive select,
.widget_categories select {
    width: 100%;
}

.widget_archive select option,
.wp-block-archives select option,
.widget_categories select option,
.wp-block-categories select option {
    color: #333333;
}

.entry-content ul.wp-block-latest-posts a:hover {
    color: #ff8763;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-top: 7px;
    padding: 0;
    letter-spacing: .0215rem;
    color: #666666;
}

#wp-calendar {
    position: relative;
    width: 100%;
}

#wp-calendar tfoot {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#wp-calendar tfoot td {
    vertical-align: top;
    border: none;
}

#wp-calendar th, #wp-calendar td {
    line-height: 40px;
    padding: 0;
    text-align: center;
}

#wp-calendar tbody a {
    display: block;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, .025);
}

#wp-calendar tbody td {
    padding: 0;
}

#wp-calendar tbody a:hover {
    color: #ffffff;
    background-color: #ff8763;
}

#wp-calendar caption {
    padding-bottom: 15px;
}

#wp-calendar td#today {
    color: #ffffff;
    background-color: #ff8763;
}

#wp-calendar #prev {
    right: auto;
    left: 0;
}

#wp-calendar #next {
    position: absolute;
    right: 0;
    left: auto;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 13px;
    line-height: 24px;
    display: block;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    text-decoration: none !important;
    opacity: .5;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    opacity: 1;
}

#wp-calendar tfoot a:hover {
    text-decoration: underline;
}

.widget_tag_cloud .tagcloud {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.tagcloud a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.5;
    margin: 2px;
    padding: 4px 12px;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    letter-spacing: .0215rem;
    color: #ffffff;
    border: none;
    background-color: #333333;
}

.tagcloud a:hover, .tagcloud a:focus,
.is-light-text .tagcloud a:hover,
.is-light-text .tagcloud a:focus {
    color: #ffffff;
    background-color: #ff8763;
}

.widget_search {
    display: block;
    overflow: hidden;
}

.widget_search form {
    position: relative;
    display: block;
}

.widget_search input.search-field,
.widget_product_search input[type='search'] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 50px 5px 20px;
    border: none !important;
}

.widget_search .search-form input[type='submit'],
.widget_product_search .search-form input[type='submit'] {
    line-height: 46px;
    width: 46px;
    height: 46px;
}

.widget_search .search-submit,
.widget_search input[type=submit],
.widget_product_search button {
    font-size: 0;
    line-height: 0;
    z-index: 9;
    width: 50px;
    min-width: auto !important;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    background-color: transparent !important;
}

.widget_search form:after,
.widget_product_search:after {
    font-family: 'ruby-icon' !important;
    font-size: 22px;
    line-height: 46px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50px;
    height: 100%;
    content: '\e618';
    text-align: center;
    pointer-events: none;
    opacity: 1;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.textwidget img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.textwidget p {
    margin-bottom: .75rem;
    word-wrap: break-word;
}

.footer-wrap .textwidget p {
    font-size: .85rem;
    line-height: 1.7;
    color: #777777;
}

.textwidget > p:last-child {
    margin-bottom: 0;
}

.subscribe-youtube-wrap {
    display: block;
    overflow: hidden;
    max-height: 80px;
}

.twitter-content.entry-summary {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .05);
}

.twitter-content.entry-summary:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.twitter-content.entry-summary a {
    font-style: italic;
    -moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
    text-decoration: underline;
    color: #333333;
}

.twitter-content.entry-summary a:hover {
    color: #ff8763;
}

.twitter-timestamp {
    font-size: 12px;
    display: block;
    margin-top: 7px;
    color: #666666;
}

.widget-post-1 > *:last-child .p-wrap,
.widget-post-3 > *:last-child .p-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.widget-post ul {
    list-style: none;
}

.widget-post-2 {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
}

.widget-post-2 > * {
    padding-right: 10px;
    padding-left: 10px;
}

.widget-post-2 .p-grid-w1 {
    width: 100%;
}

.p-grid-w1 .p-feat {
    margin-bottom: 10px;
}

.social-follower {
    position: relative;
    display: block;
}

.follower-el {
    line-height: 40px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 7px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: #333333;
}

.follower-el:last-child {
    margin-bottom: 0;
}

.follower-el > a {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.follower-el * {
    line-height: inherit;
    display: inline-flex;
    align-items: center;
    color: inherit;
}

.follower-el .num-count,
.follower-el .text-count {
    margin-left: 5px;
}

.follower-el .right-el {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.follower-icon {
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}

.text-count {
    text-transform: capitalize;
}

.follower-icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    content: '';
    opacity: .25;
    background-color: currentColor;
}

.footer-wrap .follower-el .left-el {
    flex-grow: 1;
}

.footer-wrap .follower-el .text-count {
    flex-grow: 1;
    justify-content: flex-end;
}

.footer-wrap .follower-el .right-el {
    display: none;
}

.footer-wrap .widget.widget_nav_menu .menu-item {
    margin-bottom: 10px;
}

/* social icon color */
.is-color .social-link-facebook, .bg-facebook {
    background-color: #899dce;
}

.is-color .social-link-twitter, .bg-twitter {
    background-color: #60d2f5;
}

.is-color .social-link-pinterest, .bg-pinterest {
    background-color: #f74c53;
}

.is-color .social-link-instagram, .bg-instagram {
    background-color: #7e40b6;
}

.is-color .social-link-linkedin, .bg-linkedin {
    background-color: #007bb6;
}

.is-color .social-link-tumblr, .bg-tumblr {
    background-color: #32506d;
}

.is-color .social-link-flickr {
    background-color: #ff0082;
}

.is-color .social-link-skype {
    background-color: #00aae1;
}

.is-color .social-link-snapchat {
    background-color: #ffc94f;
}

.is-color .social-link-myspace {
    background-color: #030303;
}

.is-color .social-link-youtube, .bg-youtube {
    background-color: #ef464b;
}

.is-color .social-link-bloglovin {
    background-color: #111111;
}

.is-color .social-link-digg {
    background-color: #191919;
}

.is-color .social-link-dribbble, .bg-dribbble {
    background-color: #fb70a6;
}

.is-color .social-link-soundcloud, .bg-soundcloud {
    background-color: #fd794a;
}

.is-color .social-link-vk, .bg-vk {
    background-color: #5fa0dd;
}

.is-color .social-link-whatsapp {
    background-color: #00e676;
}

.is-color .social-link-rss, .bg-rss {
    background-color: #ffcc15;
}

.is-color .social-link-vimeo, .bg-vimeo {
    background-color: #44bbe1;
}

.is-color .social-link-telegram, .bg-telegram {
    background-color: #649fdf;
}

.is-color .social-link-reddit {
    background-color: #ff4500;
}

.is-color .social-link-custom {
    background-color: #333333;
}

.is-bg-icon .social-link-facebook:hover,
.widget .bg-facebook:hover {
    background-color: #568fce;
}

.is-icon .social-link-facebook:hover,
.is-light-share .share-facebook i {
    color: #568fce;
}

.is-bg-icon .social-link-twitter:hover,
.widget .bg-twitter:hover {
    background-color: #27c2f5;
}

.is-icon .social-link-twitter:hover,
.is-light-share .share-twitter i {
    color: #27c2f5;
}

.is-bg-icon .social-link-pinterest:hover,
.widget .bg-pinterest:hover {
    background-color: #f7333e;
}

.is-icon .social-link-pinterest:hover,
.is-light-share .share-pinterest i {
    color: #f7333e;
}

.is-bg-icon .social-link-instagram:hover,
.widget .bg-instagram:hover {
    background-color: #8823b6;
}

.is-icon .social-link-instagram:hover {
    color: #8823b6
}

.is-bg-icon .social-link-linkedin:hover {
    background-color: #0a84dc;
}

.is-icon .social-link-linkedin:hover,
.is-light-share .share-linkedin i {
    color: #0a84dc;
}

.is-bg-icon .social-link-tumblr:hover {
    background-color: #111111;
}

.is-icon .social-link-tumblr:hover,
.is-light-share .share-tumblr i {
    color: #111111;
}

.is-bg-icon .social-link-flickr:hover {
    background-color: #ff015a;
}

.is-icon .social-link-flickr:hover {
    color: #ff015a;
}

.is-bg-icon .social-link-skype:hover {
    background-color: #0082e1;
}

.is-icon .social-link-skype:hover {
    color: #0082e1;
}

.is-bg-icon .social-link-snapchat:hover {
    background-color: #ffd400;
}

.is-icon .social-link-snapchat:hover {
    color: #ffd400;
}

.is-bg-icon .social-link-myspace:hover,
.is-bg-icon .social-link-bloglovin:hover,
.is-bg-icon .social-link-digg:hover {
    background-color: #000000;
}

.is-icon .social-link-myspace:hover,
.is-icon .social-link-bloglovin:hover,
.is-icon .social-link-digg:hover {
    color: #000000;
}

.is-bg-icon .social-link-youtube:hover,
.widget .bg-youtube:hover {
    background-color: #ef272c;
}

.is-icon .social-link-youtube:hover {
    color: #ef272c;
}

.is-bg-icon .social-link-dribbble:hover,
.widget .bg-dribbble:hover {
    background-color: #ff5a91;
}

.is-icon .social-link-dribbble:hover {
    color: #ff5a91;
}

.is-bg-icon .social-link-soundcloud:hover,
.widget .bg-soundcloud:hover {
    background-color: #fd652a;
}

.is-icon .social-link-soundcloud:hover {
    color: #fd652a;
}

.is-bg-icon .social-link-vimeo:hover,
.widget .bg-vimeo:hover {
    background-color: #15a8e1;
}

.is-icon .social-link-vimeo:hover {
    color: #15a8e1;
}

.is-bg-icon .social-link-reddit:hover {
    background-color: #ff570a;
}

.is-icon .social-link-reddit:hover,
.is-light-share .share-reddit {
    color: #ff570a;
}

.is-bg-icon .social-link-vk:hover,
.widget .bg-vk:hover {
    background-color: #568fce;
}

.is-icon .social-link-vk:hover,
.is-light-share .share-vk {
    color: #0088cc;
}

.is-icon .social-link-telegram:hover,
.is-light-share .share-telegram {
    color: #568fce;
}

.is-bg-icon .social-link-telegram:hover,
.widget .bg-telegram:hover {
    background-color: #3e80bd;
}

.is-bg-icon .social-link-whatsapp:hover {
    background-color: #0ce643;
}

.is-icon .social-link-whatsapp:hover,
.is-light-share .share-whatsapp i {
    color: #17c242;
}

.is-bg-icon .social-link-rss:hover {
    background-color: #ffa100;
}

.is-icon .social-link-rss:hover,
.is-light-share .share-email i {
    color: #ffa100;
}

.social-follower i {
    font-size: 20px;
    position: relative;
}

.social-follower i:before {
    position: relative;
    z-index: 2;
}

.social-follower .rbi:after {
    font-size: 2.25em;
    position: absolute;
    z-index: 1;
    left: -18px;
    content: '\62';
    opacity: .2;
}

.social-follower i.rbi-twitter:after {
    content: '\64';
}

.social-follower i.rbi-pinterest-i:after {
    content: '\66';
}

.social-follower i.rbi-instagram:after {
    content: '\34';
}

.social-follower i.rbi-telegram:after {
    content: '\e938';
}

/* advert widget */
.topsite-sidebar .advert-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.advert-decs, h6.advert-decs {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    color: #666666;
}

.infeed-wrap .advert-decs {
    margin-top: 10px;
    margin-bottom: 0;
}

.infeed-image {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.infeed-image:hover {
    opacity: .7;
}

.ad-image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.advert-wrap, .advert-wrap iframe {
    position: relative;
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.advert-image, .ad-script {
    text-align: center;
}

.infeed-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-fields input {
    display: block;
    width: 50%;
    max-width: 460px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

.mc4wp-form-fields input[type='submit'],
.mc4wp-form-fields button {
    display: block !important;
    width: auto;
}

.w-sidebar .mc4wp-form-fields h1,
.w-sidebar .mc4wp-form-fields h2,
.w-sidebar .mc4wp-form-fields h3,
.w-sidebar .mc4wp-form-fields h4,
.w-sidebar .mc4wp-form-fields h5,
.w-sidebar .mc4wp-form-fields h6 {
    margin-bottom: 10px;
    text-align: center;
}

.w-sidebar .mc4wp-form-fields p {
    font-size: .9rem;
    margin-bottom: 20px;
    text-align: center;
    opacity: .7
}

.subscribe-box .mc4wp-form-fields input {
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    margin-left: 0;
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget,
.w-footer.widget_mc4wp_form_widget {
    padding: 30px 20px 20px 20px;
    border: 1px solid rgba(0, 0, 0, .07);
}

.is-light-text .w-footer.widget_mc4wp_form_widget {
    border-color: rgba(255, 255, 255, .1);
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input:not([type='submit']),
.w-footer.widget_mc4wp_form_widget input:not([type='submit']) {
    width: 100%;
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input + i,
.w-footer.widget_mc4wp_form_widget input + i {
    display: none;
}

.widget-fw-instagram .rb-error {
    padding: 0 20px;
    text-align: center;
}

.widget-fw-instagram .instagram-grid {
    padding-bottom: 10px;
}

.layout-default .grid-holder {
    display: flex;
    display: -webkit-flex;
    align-content: stretch;
    flex-flow: row wrap;
    margin: -5px;
}

.is-wide .grid-holder {
    margin-right: 5px;
    margin-left: 5px;
}

.is-wide.layout-grid .grid-holder {
    margin-right: 10px;
    margin-left: 10px;
}

.layout-default .grid-el {
    padding: 5px;
}

.rb-c2 {
    flex: 0 0 50%;
    width: 50%;
}

.rb-c3 {
    flex: 0 0 33.333%;
    width: 33%;
}

.rb-c4 {
    flex: 0 0 25%;
    width: 25%;
}

.rb-c5 {
    flex: 0 0 20%;
    width: 20%;
}

.rb-c6 {
    flex: 0 0 16.666%;
    width: 16.666%;
}

.rb-c7 {
    flex: 0 0 14.285%;
    width: 14.285%;
}

.rb-c8 {
    flex: 0 0 12.5%;
    width: 12.5%;
}

.rb-c9 {
    flex: 0 0 11.111%;
    width: 11.111%;
}

.rb-c10 {
    flex: 0 0 10%;
    width: 10%;
}

.instagram-box {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.instagram-box .box-content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
}

.instagram-box:not(.box-intro) .box-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
}

.instagram-box:not(.box-intro) .box-content span {
    line-height: 1;
    z-index: 10;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    padding: 0 5px;
}

.widget-sb-instagram .instagram-box:not(.box-intro) .box-content i,
.widget-sb-instagram .instagram-box:not(.box-intro) .box-content span {
    font-size: .825rem;
}

.instagram-box:not(.box-intro) .box-content i {
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 3px;
}

.instagram-box:hover .box-content {
    opacity: 1;
}

.instagram-box img,
.flickr-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: 50% 50%;
}

.instagram-box {
    padding-bottom: 100%;
}

.instagram-box a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.grid-header {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.grid-footer {
    font-size: .8rem;
    display: block;
    margin-top: 10px;
    text-align: right;
}

.grid-header span,
.grid-header em {
    font-size: .9rem;
}

.grid-header a,
.grid-footer a {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .7;
}

.grid-header a:hover,
.grid-footer a:hover {
    opacity: 1;
}

.widget-fw-instagram .layout-default h5,
.widget-fw-instagram .layout-default h6 {
    font-size: 1.2rem;
}

.instagram-box.box-intro {
    line-height: 1;
    padding-bottom: 50%;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    background-color: #333333;
}

.instagram-box.box-intro .box-content {
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
    opacity: 1;
}

.instagram-box.box-intro:hover {
    background-color: #ff8763;
}

.instagram-box.box-intro .box-content span {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    display: none;
}

.instagram-box.box-intro .box-content i {
    font-size: 2.2rem;
    margin-bottom: 5px;
}

.instagram-box.box-intro .box-content h6 {
    white-space: nowrap;
}

.layout-grid .grid-holder {
    display: grid;
    align-items: stretch;
    grid-gap: 10px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    grid-template-areas: 'e2 e2 e1 e1 e3 e3 e4 e5' 'e2 e2 e6 e7 e3 e3 e8 e8';
}

.layout-grid.grid-fmasonry .grid-holder {
    grid-template-columns: repeat(10, 1fr);
    grid-template-areas: 'e1 e2 e2 e9 e9 e3 e3 e4 e5 e11' 'e10 e2 e2 e6 e7 e3 e3 e8 e8 e11';
}

.layout-grid .instagram-box {
    height: 100%;
}

.rb-masonry {
    justify-self: stretch;
}

.rb-masonry:nth-child(1) {
    grid-area: e1;
    justify-self: stretch;
}

.rb-masonry:nth-child(2) {
    grid-area: e2;
}

.rb-masonry:nth-child(3) {
    grid-area: e3;
}

.rb-masonry:nth-child(5) {
    grid-area: e4;
}

.rb-masonry:nth-child(5) {
    grid-area: e5;
}

.rb-masonry:nth-child(6) {
    grid-area: e6;
}

.rb-masonry:nth-child(7) {
    grid-area: e7;
}

.rb-masonry:nth-child(8) {
    grid-area: e8;
}

.rb-masonry:nth-child(9) {
    grid-area: e9;
}

.rb-masonry:nth-child(10) {
    grid-area: e10;
}

.rb-masonry:nth-child(11) {
    grid-area: e11;
}

.layout-grid .rb-masonry:nth-child(8) .instagram-box,
.layout-grid .rb-masonry:nth-child(9) .instagram-box {
    padding-bottom: 50%;
}

.layout-grid .rb-masonry:nth-child(11) .instagram-box {
    padding-bottom: 200%;
}

.about-bio.is-centered {
    text-align: center;
}

.about-bio.is-centered + .social-icon-wrap {
    justify-content: center;
}

.about-bio.is-centered + .social-icon-wrap a {
    font-size: 16px;
    margin-right: 0;
    padding-right: 7px;
    padding-left: 7px;
}

.about-bio > * {
    margin-bottom: .5rem;
}

.about-bio > img {
    margin-bottom: 1.5rem;
}

.about-bio > a img {
    margin-bottom: 1rem;
}

.about-bio p {
    font-size: .85rem;
    line-height: 1.7;
    max-width: 320px;
    color: #777777;
}

.footer-style-3 .footer-col-4 .about-bio p,
.footer-style-4 .footer-col-1 .about-bio p {
    max-width: 100%;
}

.about-bio.is-centered p {
    margin-right: auto;
    margin-left: auto;
}

.sidebar-wrap .about-bio.is-centered p {
    max-width: 270px;
}

.widget-social-icon .social-icon-wrap a {
    font-size: 20px;
    line-height: 34px;
    margin-right: 15px;
    text-align: center;
}

.widget-social-icon .social-icon-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.widget-social-icon .social-icon-wrap.is-centered {
    justify-content: center;
}

.widget-tweets .widget-title:before {
    font-family: 'ruby-icon';
    font-size: .9em;
    margin-right: 7px;
    content: '\64';
}

.address-info {
    font-size: .85rem;
    padding: 20% 10%;
    background-color: rgba(0, 0, 0, 0.025);
}

.address-info h5 {
    margin-bottom: 15px;
}

.office-address {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-left: 30px;
}

.address-info .phone,
.address-info .tel,
.address-info .email {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 30px;
}

.address-info .email {
    margin-bottom: 40px;
}

.office-address:before {
    font-family: 'ruby-icon';
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
}

.address-info > *:last-child {
    margin-bottom: 0;
}

.address-info .phone:before,
.address-info .tel:before,
.address-info .email:before {
    font-family: 'ruby-icon';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.office-address:before {
    content: '\e92a';
}

.address-info .phone:before {
    content: '\e017';
}

.address-info .tel:before {
    content: '\e830';
}

.address-info .email:before {
    content: '\e818';
}

.address-info a {
    text-decoration: underline;
}

.address-info a:hover {
    color: #ff8763;
}

/* rb banner */
.w-banner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 100px 30px;
    text-align: center;
}

.w-banner-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    min-height: 240px;
}

.w-banner-desc.element-desc {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: top center;
}

.banner-btn {
    margin-top: 20px;
    text-align: center;
}

.banner-btn a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    color: #ffffff;
    border: none;
    outline: none !important;
    background-color: #ff8763;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.banner-btn a:hover {
    background-color: #333333;
}

.rb-headerstrip {
    display: none;
    overflow: hidden;
    padding: 12px 40px;
    background-color: #333333;
}

.rb-headerstrip .content-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.rb-headerstrip .headerstrip-desc {
    font-size: .875rem;
    margin: 0;
    padding: 0;
    text-align: center;
    color: inherit;
}

.rb-headerstrip .headerstrip-desc p {
    color: inherit;
}

.headerstrip-btn a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    white-space: nowrap;
    background-color: #ff8763;
    box-shadow: none !important;
}

.headerstrip-btn a:hover {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.headerstrip-btn {
    margin-left: 20px;
}

.headerstrip-submit {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.headerstrip-submit i:before,
.headerstrip-submit i:after {
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    opacity: .7;
    background-color: currentColor;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.headerstrip-submit:hover i:before,
.headerstrip-submit i:after {
    opacity: 1;
}

/** widget mc */
.rb-mailchimp {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.rb-mailchimp .mc4wp-form-fields i {
    display: none;
}

.mc-desc {
    margin-top: 15px;
    color: #777777;
}

.rb-mailchimp .mc4wp-form-fields input[type='submit'],
.is-light-text .w-footer .mc4wp-form-fields input[type='submit'],
[data-theme="dark"] .w-footer .mc4wp-form-fields input[type='submit'],
.subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit'] {
    background-color: #ff8763;
}

.rb-mailchimp .mc4wp-form-fields input[type='submit']:hover,
.is-light-text .w-footer .mc4wp-form-fields input[type='submit']:hover,
[data-theme="dark"] .w-footer .mc4wp-form-fields input[type='submit']:hover {
    background-color: #333333;
}

.mc-form {
    position: relative;
    margin-top: 30px;
    margin-bottom: 5px;
}

.fw-widget-section .widget.widget_archive,
.fw-widget-section .widget.widget_calendar,
.fw-widget-section .widget.widget_categories,
.fw-widget-section .widget.widget_pages,
.fw-widget-section .widget.widget_meta,
.fw-widget-section .widget.widget_recent_comments,
.fw-widget-section .widget.widget_recent_entries,
.fw-widget-section .widget.widget_rss,
.fw-widget-section .widget.widget_search,
.fw-widget-section .widget.widget_text,
.fw-widget-section .widget.widget_tag_cloud,
.fw-widget-section .widget.widget_nav_menu,
.fw-widget-section .widget-post,
.fw-widget-section .widget-tweets,
.fw-widget-section .widget-social-icon {
    display: none;
}

/* call to action */
.cta-inner {
    position: relative;
    width: 100%;
}

.block-cta-1 .cta-inner {
    text-align: center;
}

.cta-image, .cta-tagline {
    margin-bottom: 15px;
}

.cta-title {
    margin-bottom: 20px;
}

.cta-tagline span,
.cta-title span {
    color: #ff8763
}

.cta-description {
    margin-bottom: 25px;
}

.block-cta-1 .cta-description {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}

.cta-btn-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.cta-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 50px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-right: 7px;
    margin-left: 7px;
    padding: 0 30px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.cta-btn .rbi:before {
    line-height: 0;
}

.block-cta-1.icon-before .cta-btn {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cta-btn .rbi {
    line-height: 1;
    margin-left: 7px;
    letter-spacing: 0;
}

.block-cta-1.icon-before .cta-btn .rbi {
    margin-right: 7px;
    margin-left: 0;
}

.cta-btn.is-bg {
    color: #ffffff;
    background-color: #ff8763;
}

.cta-btn.is-border {
    line-height: 44px;
    padding-right: 28px;
    padding-left: 28px;
    border: 2px solid currentColor;
    background-color: transparent;
}

.cta-btn.is-bg:hover {
    color: #333333;
    background-color: #ffffff;
}

.cta-btn.is-border:hover {
    color: #ffffff;
    border-color: #333333;
    background-color: #333333;
}

.rb-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.rb-btn-link {
    font-size: inherit;
    display: inline-flex;
    display: -webkit-inline-flex;
    visibility: hidden;
    padding: 10px 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border: 1px solid transparent;
}

.ele-round .rb-btn-link {
    padding-right: 25px;
    padding-left: 25px;
}

.h-shadow .rb-btn-link:hover {
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
}

/*
--------------------------------------------------------------
    12.0 - DESIGN & TEXT STYLES
*/
.is-light-text, .is-light-text > *,
.is-light-text .widget-title,
.is-light-text .p-wrap .p-url:hover, .is-light-text .p-wrap .p-url:focus,
.is-light-text .p-url:hover, .is-light-text .p-url:focus,
.is-light-text .p-wrap .p-url:hover, .is-light-text .p-wrap .p-url:focus,
.p-wrap .is-light-text .p-url:hover, .p-wrap .is-light-text .p-url:focus,
.p-wrap.is-light-text .p-url:hover, .p-wrap.is-light-text .p-url:focus,
.is-light-text .p-grid-5 .additional-meta,
.is-light-text .p-grid-6 .additional-meta,
.is-light-text .p-masonry-1 .additional-meta,
.is-light-text .meta-info-author.meta-info-el,
.is-light-text .meta-info-author, .is-light-text .block-title,
.is-light-text .p-link, .is-light-text .quick-filter-link,
.is-light-text .entry-title, .is-light-text .entry-title:hover, .is-light-text .entry-title:focus,
.is-light-text h1, .is-light-text h1:hover, .is-light-text h1:focus,
.is-light-text .h1, .is-light-text .h1:hover, .is-light-text .h1:focus,
.is-light-text h2, .is-light-text h2:hover, .is-light-text h2:focus,
.is-light-text .h2, .is-light-text .h2:hover, .is-light-text .h2:focus,
.is-light-text h3, .is-light-text h3:hover, .is-light-text h3:focus,
.is-light-text .h3, .is-light-text .h3:hover, .is-light-text .h3:focus,
.is-light-text h4, .is-light-text h4:hover, .is-light-text h4:focus,
.is-light-text .h4, .is-light-text .h4:hover, .is-light-text .h4:focus,
.is-light-text h5, .is-light-text h5:hover, .is-light-text h5:focus,
.is-light-text .h5, .is-light-text .h5:hover, .is-light-text .h5:focus,
.is-light-text h6, .is-light-text h6:hover, .is-light-text h6:focus,
.is-light-text .h6, .is-light-text .h6:hover, .is-light-text .h6:focus,
.is-light-text .breadcrumb a:hover, .is-light-text .portfolio-info-el:before,
.is-light-text .block-view-more a:hover, .is-light-text .block-view-more a:focus {
    color: #ffffff;
}

.is-light-text .pagination-nextprev .pagination-link,
.is-light-text .loadmore-link,
.is-light-text button.pp-filter-el.active {
    background-color: rgba(255, 255, 255, .07);
}

.is-light-text .pagination-nextprev .pagination-link:hover,
.is-light-text .loadmore-link:hover {
    background-color: rgba(255, 255, 255, .2);
}

.is-light-text thead th {
    color: #333333;
    background-color: #ffffff;
}

.is-light-text .p-meta-info,
.is-light-text .block-view-more,
.is-light-text .mc-desc {
    color: #efefef;
}

.is-light-text thead {
    background-color: rgba(255, 255, 255, .07);
}

.is-light-text #wp-calendar td#today {
    background-color: rgba(255, 255, 255, .1);
}

.is-light-text .widget:not(.woocommerce) .count {
    background-color: #ff8763;
}

.is-light-text .banner-btn a:hover {
    color: #333333;
    background-color: #ffffff;
}

.is-light-text .twitter-timestamp,
.is-light-text cite,
.is-light-text .rss-date,
.is-light-text .image-caption,
.is-light-text .wp-caption-text {
    color: #dddddd;
}

.is-light-text input[type='submit'],
.is-light-text button {
    background-color: rgba(255, 255, 255, .1);
}

.is-light-text input[type='text'],
.is-light-text input[type='tel'],
.is-light-text input[type='password'],
.is-light-text input[type='email'],
.is-light-text input[type='number'],
.is-light-text input[type='url'],
.is-light-text input[type='search'] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .1);
}

.navbar-holder.is-light-text .main-menu .sub-menu,
.navbar-holder.is-light-text .header-lightbox {
    background-color: #333333;
}

.ele-round .navbar-holder.is-light-text .header-lightbox:before {
    z-index: -1;
    color: #333333;
}

.navbar-holder.is-light-text .main-menu > li > .sub-menu:before {
    color: #333333;
}

[data-theme="dark"] .navbar-holder .header-lightbox,
.navbar-holder.is-light-text .header-lightbox {
    color: #ffffff;
    border-color: #ff8763;
}

.is-light-text .tagcloud a {
    background-color: rgba(255, 255, 255, .1);
}

.is-light-text .post-slider-2 .p-header {
    background-color: #333333;
}

.is-light-text select,
.is-light-text .widget_archive select,
.is-light-text .widget_categories select {
    color: #eeeeee;
    background-color: rgba(255, 255, 255, .07);
}

.is-light-text select option,
.is-light-text .widget_archive select option,
.is-light-text .widget_categories select option {
    color: #ffffff;
    background-color: #333333;
}

body .is-light-text .entry-summary,
.is-light-text p,
.is-light-text .entry-summary,
.is-light-text .rssSummary,
.is-light-text .breadcrumb .current-item,
.is-light-text .breadcrumb.woocommerce-breadcrumb .current-item {
    color: #efefef;
}

.is-light-text .widget_categories a:hover,
.is-light-text .widget_archive a:hover,
.is-light-text .widget_pages .page_item a:hover,
.is-light-text .widget_nav_menu .menu-item a:hover,
.is-light-text .widget_meta a:hover {
    opacity: .7;
    color: currentColor;
}

.is-light-text .widget_categories a:hover .count,
.is-light-text .widget_archive a:hover .count {
    background-color: currentColor;
}

.is-light-text .breadcrumb,
.is-light-text .breadcrumb.woocommerce-breadcrumb {
    color: #ffffff;
}

.is-light-text .copyright-inner {
    border-color: rgba(255, 255, 255, .1);
}

.is-light-text .p-list-5 {
    border-color: rgba(255, 255, 255, .1);
}

.is-light-text .meta-info-el a:hover {
    color: #ffffff;
}

.is-light-text .p-link:hover span,
.is-light-text .p-link:hover i {
    color: #ffffff;
}

.is-light-text .meta-avatar img {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.is-light-text .meta-info-author:hover .meta-avatar img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.is-light-text .single-tagline:before {
    opacity: .7;
}

.is-light-text .sponsor-label {
    color: #efefef;
}

.is-light-text .filter-el:after {
    color: rgba(255, 255, 255, .2);
}

.rb-newsletter.is-light-text .newsletter-email {
    background-color: transparent;
}

.rb-newsletter.is-light-text .subscribe-box.layout-1 .newsletter-email,
.rb-newsletter.is-light-text .subscribe-box.layout-1 button.newsletter-submit-icon {
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] .rb-newsletter button.newsletter-submit,
.rb-newsletter.is-light-text button.newsletter-submit {
    background-color: #ff8763;
}

.rb-newsletter.is-light-text button.newsletter-submit:hover {
    color: #333333;
    background-color: #ffffff;
}

[data-theme="dark"] .subscribe-box .rb-newsletter button.newsletter-submit-icon:hover,
.subscribe-box .rb-newsletter.is-light-text button.newsletter-submit-icon:hover,
.subscribe-box .rb-newsletter button.newsletter-submit-icon:hover {
    color: #ff8763;
}

.single-header-overlay.is-light-text .entry-title {
    margin-bottom: 15px;
}

.is-light-text.is-header-left .header-left-holder {
    background-color: rgba(0, 0, 0, .5);
}

.fw-category-1.is-light-text .cat-list-item .cat-list-name {
    color: #333333;
    background-color: #ffffff;
}

.is-light-text .mega-category .mega-holder > .sub-menu {
    border-color: rgba(255, 255, 255, .1);
}

.is-light-text .rb-counter,
.header-wrap .is-light-text .rb-counter {
    color: #333333;
    background-color: #ffffff;
}

.is-light-text .twitter-content.entry-summary a {
    color: #ffffff;
}

.is-light-text .load-animation,
.is-light-text .loadmore-animation {
    background-image: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../images/loading-light.svg);
}

.feat-round .p-grid-6,
.feat-round .single-1 .single-feat,
.feat-round .single-4 .single-feat {
    overflow: hidden;
}

.feat-round .fw-feat-6 .p-overlay-3 .content-overlay:before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.feat-round .ct-nav-holder .nav-image,
.feat-round .p-feat,
.feat-round .fw-feat-17 .p-list-4,
.feat-round .single-1 .single-feat,
.feat-round .single-4 .single-feat,
.feat-round .ad-image img,
.feat-round .p-grid-6,
.feat-round .ibox-thumb {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feat-round .p-list-6 .p-feat,
.feat-round .p-list-7 .p-feat {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.feat-round .p-list-6,
.feat-round .p-list-7 {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feat-round .p-gallery-slider .p-feat,
.feat-round .p-gallery-slider .p-feat img,
.feat-round .fw-feat-4 .p-feat,
.feat-round .fw-feat-4 .p-feat img,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat img,
.feat-round .p-grid-6 .p-feat,
.feat-round .p-grid-6 .p-feat img {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.feat-round .slider-feat-5,
.feat-round .slider-feat-5 img,
.feat-round .single-feat .p-feat,
.feat-round .single-feat .p-feat img,
.feat-round .widget-fw-instagram .instagram-box,
.feat-round .citem-feat .rb-iwrap {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feat-round .widget .gallery-item img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.feat-round .p-overlay .content-overlay:before {
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ele-round input[type='submit'], .ele-round button, .ele-round select,
.ele-round input[type='text'], .ele-round input[type='tel'], .ele-round input[type='password'],
.ele-round input[type='email'], .ele-round input[type='url'], input[type='file'],
.ele-round input[type='search'], .ele-round input[type='number'],
.ele-round .banner-btn a, .ele-round .cookie-accept,
.ele-round .response-notice,
.ele-round .image-caption.is-overlay,
.ele-round .pagination-link,
.ele-round .loadmore-link,
.ele-round .entry-footer a, .ele-round .entry-footer .source,
.ele-round .entry-footer .via-el,
.ele-round .off-canvas-subscribe a,
.ele-round .headerstrip-btn a,
.ele-round .rb-owl-next,
.ele-round .rb-owl-prev,
.cat-icon-round .category-title,
.ele-round .box-comment-btn,
.ele-round .review-info,
.ele-round .tagcloud a,
.ele-round .search-form input[type='search'],
.ele-round .wpcf7 input,
.ele-round.wp-block-button__link,
.ele-round .entry-content a.wp-block-button__link,
.ele-round .review-btn,
.ele-round .cta-btn,
.ele-round .rb-btn-link {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.ele-round .header-lightbox,
.ele-round .fw-category-1 .cat-list-item,
.ele-round .fw-category-2 .cat-list-feat,
.ele-round .w-banner,
.ele-round .fw-subscribe,
.ele-round .review-box-wrap .inner,
.ele-round .newsletter-inner-cover,
.ele-round .p-gallery-slider,
.ele-round .p-gallery-list .gallery-el,
.ele-round .gallery-feat-holder,
.ele-round .gallery-grid-wrap,
.ele-round .single-portfolio-inner,
.ele-round .single-portfolio-feat a,
.ele-round .infeed-image img {
    -webkit-transform: translateZ(0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ele-round textarea,
.ele-round .author-box,
.ele-round .reaction-section,
.ele-round a.comment-reply-link,
.ele-round .wpcf7 textarea,
.ele-round .address-info,
.ele-round .follower-el,
.ele-round .rb-related,
.ele-round .header-author-box,
.ele-round .rb-cookie,
.ele-round .main-menu .sub-menu {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ele-round .page-numbers,
.ele-round .post-page-numbers,
.ele-round .topbar-menu .sub-menu,
.ele-round .single-left-share a,
.ele-round .widget_archive select,
.ele-round .widget_categories select,
.ele-round #wp-calendar #prev a,
.ele-round #wp-calendar #next a,
.ele-round .entry-content pre,
.ele-round .yith-wcwl-share .share-button a,
.ele-round .rb-mailchimp .mc4wp-form-fields input,
.ele-round .subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit'],
.ele-round .subscribe-layout-3 .subscribe-box .mc4wp-form-fields input[type='email'] {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.ele-round .tipsy-inner,
.ele-round .single-bottom-share a,
.ele-round .header-wrap .cart-counter,
.ele-round #off-canvas-close-btn,
.ele-round .single-top-share,
.ele-round .widget:not(.woocommerce) .count,
.ele-round .gallery-popup-select img,
.ele-round .total-wrap {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ele-round .gallery-grid-content .gallery-el,
.ele-round .single-left-article .p-feat,
.ele-round .footer-social a,
.ele-round #back-top i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ele-round .header-lightbox {
    border-top: none;
}

.ele-round .header-lightbox:before {
    position: absolute;
    top: -7px;
    right: 50px;
    bottom: auto;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    color: #ffffff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid currentColor;
    border-left: 8px solid transparent;
}

.ele-round .navbar-search .header-lightbox:before {
    right: 15px;
}

.ele-round .cat-dot-el {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cat-icon-square .cat-dot-el {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ele-round .tagcloud a {
    padding-right: 15px;
    padding-left: 15px;
}

.ele-round #back-top i {
    width: 44px;
}

.ele-round .cta-btn {
    padding: 0 40px;
}

.ele-round .cta-btn.is-border {
    padding-right: 38px;
    padding-left: 38px;
}

.cat-icon-round .single-cat-info .cat-info-el {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.cat-icon-radius .cat-info-el:hover,
body.cat-icon-round .cat-info-el:hover {
    color: #ffffff;
    background-color: #333333;
}

.cat-icon-square .cat-info-el:hover,
.cat-icon-line .cat-info-el:hover,
.cat-icon-simple .cat-info-el:hover {
    opacity: .7;
}

body.cat-icon-round .p-overlay .cat-info-el:hover,
body.cat-icon-round .p-cat-info.is-absolute .cat-info-el:hover {
    color: #333333;
    background-color: #ffffff;
}

.cat-icon-round .cat-info-el {
    padding: 4px 20px;
    color: #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff8763;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
}

.cat-icon-round .is-relative .cat-info-el {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cat-icon-radius .cat-info-el {
    padding: 4px 12px;
    color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ff8763;
}

.cat-icon-square .cat-info-el,
.cat-icon-line .cat-info-el,
.cat-icon-simple .cat-info-el {
    background-color: transparent !important;
}

.cat-icon-square .p-cat-info.is-absolute .cat-info-el,
.cat-icon-line .p-cat-info.is-absolute .cat-info-el,
.cat-icon-simple .p-cat-info.is-absolute .cat-info-el {
    color: #ffffff;
}

.cat-icon-square .cat-info-el:before {
    line-height: 24px;
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    background-color: #ff8763;
}

.cat-icon-square .cat-info-el {
    align-items: center;
    margin-right: 7px;
}

.cat-icon-line .cat-info-el {
    margin-right: 5px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #ff8763;
}

.cat-icon-line .p-cat-info.is-absolute .cat-info-el {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.cat-icon-simple .cat-info-el {
    margin-right: 5px;
    padding-right: 0;
    padding-left: 0;
}

.cat-icon-simple .cat-info-el:after {
    font-size: .8em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    content: '/';
    vertical-align: middle;
    opacity: .3;
}

.cat-icon-simple .cat-info-el:last-child:after {
    display: none;
}

.feat-round .widget-sb-instagram .instagram-box,
.feat-round .widget .gallery-item img,
.feat-round .header-subscribe img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ele-round .subscribe-box.layout-1 input.newsletter-email {
    border-radius: 100px !important;
}

.ele-round .subscribe-box.layout-1 button.newsletter-submit:not(.newsletter-submit-icon) {
    margin-left: 20px;
}

.ele-round .subscribe-box.layout-1 .rb-newsletter.is-submit-icon input.newsletter-email {
    border-radius: 100px 0 0 100px !important;
}

.ele-round .subscribe-box.layout-1 button.newsletter-submit-icon {
    border-radius: 0 100px 100px 0;
}

.ele-round .entry-footer a {
    padding-right: 20px;
    padding-left: 20px;
}

.ele-round .category-header.is-header-boxed .header-holder {
    padding: 60px 0;
    border-radius: 10px;
}

/*
--------------------------------------------------------------
    13.0 - MISCELLANEOUS & RECIPE SUPPORT
*/
body .cooked-recipe-info {
    margin: 0 0 15px 0;
}

body strong.cooked-meta-title {
    font-weight: normal;
}

body .cooked-recipe-info,
body .cooked-recipe-excerpt {
    position: relative;
    padding-bottom: 15px;
}

body .cooked-recipe-excerpt {
    font-size: .825rem;
    font-style: italic;
}

body .cooked-recipe-info:before,
body .cooked-recipe-excerpt:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

body .entry-content .cooked-recipe-info a {
    text-decoration: none;
}

.entry-content .cooked-recipe-info .cooked-author a {
    color: inherit;
}

body .entry-content .cooked-recipe-info a:hover,
body .entry-content .cooked-recipe-info a:focus {
    text-decoration: none;
}

.entry-content .cooked-recipe-info .cooked-author a:hover {
    color: #ff8763;
}

body span.cooked-taxonomy > :last-child {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    color: #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #333333;
}

body .cooked-recipe-info > section.cooked-right > span {
    font-size: .9rem;
}

body .cooked-recipe-info span.cooked-print .cooked-icon,
body .cooked-recipe-info span.cooked-fsm-button .cooked-icon {
    font-size: 1.35rem;
}

body span.cooked-difficulty-level-1 {
    color: #7db464;
}

body span.cooked-difficulty-level-2 {
    color: #f2a400;
}

body span.cooked-difficulty-level-3 {
    color: #ff8750;
}

body .cooked-author,
body .cooked-difficulty-level > :last-child {
    font-size: 12px;
    font-weight: 700;
}

body .cooked-author .cooked-meta-title {
    font-weight: normal;
}

body .cooked-time,
body .cooked-servings-changer {
    font-weight: 700;
}

body .cooked-icon-recipe-icon {
    color: #ff8763;
}

body .cooked-recipe-info span.cooked-servings-icon {
    opacity: 1;
}

body .cooked-recipe-ingredients {
    font-size: .9rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 5px solid rgba(0, 0, 0, .025);
}

body .cooked-recipe-ingredients .cooked-ingredient {
    margin-top: 5px;
}

body .cooked-ing-amount {
    font-weight: 700;
}

body .cooked-ing-measurement {
    font-size: .8em;
    font-weight: 700;
    vertical-align: top;
}

body .cooked-recipe-ingredients .cooked-ingredient-checkbox {
    top: .75rem;
}

body .cooked-recipe-directions .cooked-direction-number {
    font-size: 1.2rem;
    line-height: 1;
    height: auto;
    padding: 7px 5px;
    opacity: 1;
    color: #ffffff;
    background-color: #ff8763;
}

body .cooked-recipe-directions .cooked-direction.cooked-direction-has-number .cooked-dir-content {
    padding-left: 30px;
}

.cooked-recipe-directions .cooked-direction img {
    margin-bottom: 0;
}

body .cooked-recipe-directions .cooked-direction {
    padding-bottom: 15px;
}

body.ele-round .cooked-recipe-directions .cooked-direction-number {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

body .widget .cooked-nutrition-label dt {
    border-color: rgba(0, 0, 0, .2);
}

body .widget .cooked-nutrition-label dt.cooked-nut-spacer {
    background-color: rgba(0, 0, 0, .2);
}

.cooked-recipe-info span.cooked-taxonomy {
    text-align: center;
}

span.cooked-taxonomy a:hover {
    background-color: #ff8763;
}

body .widget .cooked-nutrition-label {
    padding: 20px;
    border: none;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .025);
}

body .cooked-recipe-directions {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 5px solid rgba(0, 0, 0, .025);
}

body .cooked-recipe-directions .cooked-single-direction:last-child {
    padding-bottom: 0;
}

/* back top */
#back-top {
    position: fixed;
    z-index: 9800;
    right: 20px;
    bottom: 20px;
    display: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#back-top i {
    font-size: 14px;
    line-height: 44px;
    display: block;
    width: 36px;
    height: 44px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-align: center;
    opacity: .25;
    color: #ffffff;
    background-color: #333333;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#back-top:hover i {
    opacity: 1;
}

.read-it-later:hover,
.read-it-later:focus {
    color: #ff8763;
}

/* bookmark page */
#bookmarks-list .loadmore-animation {
    display: block;
    opacity: 1;
}

.bookmark-perload {
    min-height: 200px;
}

.bookmark-list-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 10px;
}

.bookmark-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bookmark-label i {
    margin-right: 4px;
}

#remove-bookmark-btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: auto;
}

.remove-bookmark-btn.p-link i {
    margin-right: 4px;
    margin-left: 0;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
}

.bookmark-list {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bookmark-list:before,
.bookmark-list:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 10px;
    content: '';
    pointer-events: none;
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
}

.bookmark-list:after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}

.bookmark-list .content-inner {
    margin-bottom: -25px;
}

.bookmark-empty {
    text-align: center;
}

.bookmark-empty-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.bookmark-empty h6 {
    margin-bottom: 15px;
}

/* banners */
.banners-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.el-banner {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
}

.el-banner-inner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 65%;
    background-color: #333333;
}

.fw-banner.is-dark-style .el-banner-inner {
    color: #ffffff;
}

.fw-banner.is-light-style .banner-title {
    color: inherit;
    background-color: #ffffff;
}

.el-banner-inner .s-lazyload {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
}

.el-banner .banner-url {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.el-banner .banner-content {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.el-banner-inner img,
.elementor .el-banner-inner img {
    position: absolute;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    object-fit: cover;
    -webkit-object-fit: cover;
}

.banner-title {
    line-height: 1;
    padding: 12px 25px;
    white-space: nowrap;
    color: inherit;
    background-color: #333333;
}

.banner-content:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    pointer-events: none;
    border: 1px solid;
    border-color: #ffffff;
}

.el-banner-inner:hover img {
    opacity: .5;
}

/** search box */
.sbox-header {
    text-align: center;
}

.fw-sbox {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sbox-description {
    margin-top: 15px;
}

.sbox-form-wrap {
    margin-top: 35px;
}

.is-border-style .sbox-form input[type='search'] {
    border: 1px solid rgba(0, 0, 0, .07);
    background-color: transparent !important;
}

.is-border-style.is-light-text .sbox-form input[type='search'] {
    border-color: rgba(255, 255, 255, .1)
}

.fw-sbox .sbox-form input[type='search'] {
    color: inherit;
}

.topbar-wrap.dark-style {
    color: #333333;
}

.fw-sbox.is-left {
    padding-top: 0;
    padding-bottom: 0;
}

.sbox-title span {
    color: #ff8763;
}

.sbox-form.search-form:after {
    display: none;
}

.sbox-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 100%;
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
}

.sbox-icon svg {
    width: 26px;
    max-width: 100%;
    height: auto;
}

.fw-sbox input[type='submit']:hover + .sbox-icon {
    opacity: .5;
}

.rb-checked-list li:before {
    font-family: 'ruby-icon' !important;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e87f';
    color: #52bd45;
}

.rb-checked-list li {
    position: relative;
    padding-left: 25px;
}

ul.rb-checked-list {
    padding-left: 0;
    list-style: none;
}

/* image box */
.rb-ithumb {
    position: relative;
    display: block;
}

.ibox {
    position: relative;
    display: block;
    width: 100%;
}

.ibox-thumb {
    margin-bottom: 15px;
}

.ibox-thumb img.ibox-img {
    display: inline-block;
    width: auto;
    height: auto;
}

.ibox-link a {
    display: inline-block;
}

.ibox-desc, .ibox-link {
    display: block;
    margin-top: 15px;
}

.block-ibox.is-center .ibox {
    text-align: center;
}

.block-ibox.is-right .ibox {
    text-align: right;
}

.block-heading.is-center {
    text-align: center;
}

.block-heading.is-right {
    text-align: right;
}

.hbox-tagline {
    display: block;
    margin-bottom: 10px;
}

.hbox-description {
    display: block;
    margin-top: 25px;
}

.block-heading.is-center .hbox-title,
.block-heading.is-center .hbox-description {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}

.hbox-tagline span,
.hbox-title span {
    color: #ff8763;
}

.hbox-tagline em,
.hbox-title em {
    font-style: italic;
}

.hbox-separator {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}

.hbox-separator:after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 2px;
    content: '';
    background: currentColor;
}

.block-heading.is-center .hbox-separator:after {
    left: 50%;
    margin-left: -45px;
}

.block-heading.is-right .hbox-separator:after {
    right: 0;
    left: auto;
}

/*
--------------------------------------------------------------
    14.0 - Dark Mode
*/
.rnav-element.widget-Dark-mode {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

[data-theme="dark"] {
    background-color: #191919;
}

body[data-theme="dark"] .entry-content a:not(button),
body[data-theme="dark"] .comment-content a {
    text-decoration: underline;
    color: #ffffff;
}

[data-theme="dark"] .section-sticky .navbar-wrap:not(.transparent-navbar-wrap),
body[data-theme="dark"].boxed #site, [data-theme="dark"] .navbar-wrap,
[data-theme="dark"] .navbar-wrap:not(.transparent-navbar-wrap) {
    background: #191919;
}

[data-theme="dark"] .header-float .transparent-navbar-wrap {
    background: transparent;
}

[data-theme="dark"].ele-round .header-lightbox:before,
[data-theme="dark"] .header-lightbox:before {
    border-bottom-color: #333333;
}

[data-theme="dark"] .btn-toggle .off-canvas-toggle {
    color: #ffffff;
}

[data-theme="dark"] .main-menu .sub-menu,
[data-theme="dark"] .mobile-sticky-nav {
    background-color: #191919;
    background-image: unset;
}

[data-theme="dark"] .topbar-wrap {
    background-color: rgba(0, 0, 0, .07);
    background-image: unset;
}

[data-theme="dark"] .rbc-row:before,
[data-theme="dark"] .block-wrap:before,
[data-theme="dark"] .footer-wrap:before,
[data-theme="dark"] .rbc-fw-section {
    background-color: transparent !important;
    background-image: none !important;
}

body[data-theme="dark"] .logo.default {
    display: none !important;
}

body:not([data-theme="dark"]) .logo.dark {
    display: none !important;
}

[data-theme="dark"] .header-1 .navbar-wrap,
[data-theme="dark"] .header-2 .navbar-wrap,
[data-theme="dark"] .header-4 .navbar-wrap,
[data-theme="dark"] .header-8 .navbar-wrap,
[data-theme="dark"] .section-sticky .navbar-wrap,
[data-theme="dark"] .mobile-sticky-nav {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
}

[data-theme="dark"] .navbar-wrap.transparent-navbar-wrap {
    box-shadow: none;
}

[data-theme="dark"] .main-menu > li > a:hover,
[data-theme="dark"] .nav-search-link:hover,
[data-theme="dark"] .main-menu > li.current-menu-item > a,
[data-theme="dark"] .header-wrap .cart-link:hover {
    color: #ffff;
}

[data-theme="dark"] .main-menu > li > a:hover,
[data-theme="dark"] .nav-search-link:hover,
[data-theme="dark"] .header-wrap .cart-link:hover {
    opacity: .7;
}

[data-theme="dark"] .off-canvas-wrap.light-style {
    background-color: #333333 !important;
}

[data-theme="dark"] .p-grid-6 .p-content-wrap {
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] .about-tagline,
[data-theme="dark"] .about-desc {
    color: #f2f2f2;
}

[data-theme="dark"] .about-desc a {
    color: #ffffff;
}

[data-theme="dark"] .subscribe-box .subscribe-form input[type='email'],
[data-theme="dark"] .subscribe-box .subscribe-form input[type='text'] {
    background-color: rgba(255, 255, 2555, .1);
}

[data-theme="dark"] .widget-newsletter .rb-newsletter {
    border: 1px solid rgba(255, 255, 255, .07);
    border-top: 5px solid currentColor;
}

[data-theme="dark"] .tagcloud a:hover,
[data-theme="dark"] .tagcloud a:focus {
    color: #ffffff;
    background-color: #ff8763;
}

[data-theme="dark"] .navbar-border-holder {
    border-color: #ffffff;
}

[data-theme="dark"] .w-footer.widget_mc4wp_form_widget {
    border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .mobile-nav-inner {
    background: 0 0;
}

[data-theme=dark] .header-wrap:not(.header-float) .navbar-wrap .rb-counter {
    background-color: #ffffff;
}

[data-theme="dark"] .p-grid-4.is-pop-style .p-header .counter-index {
    color: #ffffff;
}

[data-theme="dark"] .rb-mailchimp,
[data-theme="dark"] .block-wrap.rb-newsletter {
    background-color: rgba(0, 0, 0, .07) !important;
}

[data-theme="dark"] .top-footer-wrap .rb-mailchimp {
    background-color: rgba(255, 255, 255, .01) !important;
}

[data-theme="dark"] .block-header-3 .block-title:before {
    background-color: #ffffff !important;
}

[data-theme="dark"].block-header-4 .block-title,
[data-theme="dark"] .rb-btn .rb-btn-link,
[data-theme="dark"] .rb-mailchimp .mc4wp-form-fields input[type="submit"],
[data-theme="dark"] .subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit'] {
    color: #333333 !important;
    background: #ffffff !important;
}

[data-theme="dark"] .rb-btn .rb-btn-link:hover,
[data-theme="dark"] .rb-mailchimp .mc4wp-form-fields input[type="submit"]:hover,
[data-theme="dark"] .subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit']:hover {
    opacity: .7;
}

[data-theme="dark"],
[data-theme="dark"] .widget-title,
[data-theme="dark"] .p-wrap .p-url:hover, [data-theme="dark"] .p-wrap .p-url:focus,
[data-theme="dark"] .p-url:hover, [data-theme="dark"] .p-url:focus,
[data-theme="dark"] .p-wrap .p-url:hover, [data-theme="dark"] .p-wrap .p-url:focus,
[data-theme="dark"] .p-wrap .p-url:hover, [data-theme="dark"] .p-wrap .p-url:focus,
[data-theme="dark"] .p-wrap .p-url:hover, [data-theme="dark"] .p-wrap .p-url:focus,
[data-theme="dark"] .p-grid-5 .additional-meta,
[data-theme="dark"] .p-grid-6 .additional-meta,
[data-theme="dark"] .p-masonry-1 .additional-meta,
[data-theme="dark"] .meta-info-author.meta-info-el,
[data-theme="dark"] .meta-info-author, [data-theme="dark"] .block-title,
[data-theme="dark"] .p-link, [data-theme="dark"] .quick-filter-link,
[data-theme="dark"] .entry-title, [data-theme="dark"] .entry-title:hover, [data-theme="dark"] .entry-title:focus,
[data-theme="dark"] h1, [data-theme="dark"] h1:hover, [data-theme="dark"] h1:focus,
[data-theme="dark"] .h1, [data-theme="dark"] .h1:hover, [data-theme="dark"] .h1:focus,
[data-theme="dark"] h2, [data-theme="dark"] h2:hover, [data-theme="dark"] h2:focus,
[data-theme="dark"] .h2, [data-theme="dark"] .h2:hover, [data-theme="dark"] .h2:focus,
[data-theme="dark"] h3, [data-theme="dark"] h3:hover, [data-theme="dark"] h3:focus,
[data-theme="dark"] .h3, [data-theme="dark"] .h3:hover, [data-theme="dark"] .h3:focus,
[data-theme="dark"] h4, [data-theme="dark"] h4:hover, [data-theme="dark"] h4:focus,
[data-theme="dark"] .h4, [data-theme="dark"] .h4:hover, [data-theme="dark"] .h4:focus,
[data-theme="dark"] h5, [data-theme="dark"] h5:hover, [data-theme="dark"] h5:focus,
[data-theme="dark"] .h5, [data-theme="dark"] h5:hover, [data-theme="dark"] .h5:focus,
[data-theme="dark"] h6, [data-theme="dark"] h6:hover, [data-theme="dark"] h6:focus,
[data-theme="dark"] .h6, [data-theme="dark"] .h6:hover, [data-theme="dark"] .h6:focus,
[data-theme="dark"] .breadcrumb a:hover, [data-theme="dark"] .portfolio-info-el:before,
[data-theme="dark"] .block-view-more a:hover, [data-theme="dark"] .block-view-more a:focus,
[data-theme="dark"] textarea,
[data-theme="dark"] .navbar-wrap:not(.transparent-navbar-wrap),
[data-theme="dark"] #mobile-sticky-nav,
[data-theme="dark"] .header-5 .btn-toggle-wrap,
[data-theme="dark"] .header-5 .section-sticky .logo-wrap,
[data-theme="dark"] .header-5 .main-menu > li > a,
[data-theme="dark"] .header-5 .navbar-right {
    color: #ffffff;
}

[data-theme="dark"] .pagination-nextprev .pagination-link,
[data-theme="dark"] .loadmore-link,
[data-theme="dark"] button.pp-filter-el.active,
[data-theme="dark"] textarea,
[data-theme="dark"] .total-wrap,
[data-theme="dark"] .single-bottom-share a,
[data-theme="dark"] .single-left-share a,
[data-theme="dark"] .p-list-6,
[data-theme="dark"] .p-list-7,
[data-theme="dark"] .pagination-link,
[data-theme="dark"] .loadmore-link,
[data-theme="dark"] .page-numbers,
[data-theme="dark"] .post-page-numbers,
[data-theme="dark"] .rb-related.is-dark-style,
[data-theme="dark"] .review-box-wrap .inner,
[data-theme="dark"] .single-top-share,
[data-theme="dark"] .single-top-share {
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] .header-holder,
[data-theme="dark"] .is-header-bg.is-header-center .header-holder {
    background-color: rgba(255, 255, 255, .035);
}

[data-theme="dark"] .pagination-nextprev .pagination-link:hover,
[data-theme="dark"] .loadmore-link:hover {
    background-color: rgba(255, 255, 255, .2);
}

[data-theme="dark"] thead th {
    color: #333333;
    background-color: #ffffff;
}

[data-theme="dark"] .p-meta-info,
[data-theme="dark"] .block-view-more,
[data-theme="dark"] .mc-desc {
    color: #eeeeee;
}

[data-theme="dark"] thead {
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] #wp-calendar td#today {
    background-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .banner-btn a:hover {
    color: #333333;
    background-color: #ffffff;
}

[data-theme="dark"] .twitter-timestamp,
[data-theme="dark"] cite,
[data-theme="dark"] .rss-date,
[data-theme="dark"] .image-caption,
[data-theme="dark"] .wp-caption-text,
[data-theme="dark"] .entry-content .wp-block-image figcaption,
[data-theme="dark"] .share-label,
[data-theme="dark"] .single-bottom-share .share-header:before,
[data-theme="dark"] .box-nav .nav-label {
    color: #dddddd;
}

[data-theme="dark"] input[type='submit'],
[data-theme="dark"] button,
[data-theme="dark"] .search-form input[type='submit'] {
    background-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] input[type='text'],
[data-theme="dark"] input[type='tel'],
[data-theme="dark"] input[type='password'],
[data-theme="dark"] input[type='email'],
[data-theme="dark"] input[type='number'],
[data-theme="dark"] input[type='url'],
[data-theme="dark"] input[type='search'] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .navbar-holder .main-menu .sub-menu,
[data-theme="dark"] .navbar-holder .header-lightbox,
[data-theme="dark"] .mobile-search .header-lightbox.navbar-search-popup {
    background-color: #333333;
}

[data-theme="dark"] .ele-round .navbar-holder .header-lightbox:before {
    z-index: -1;
    color: #333333;
}

[data-theme="dark"] .navbar-holder .main-menu > li > .sub-menu:before {
    color: #333333;
}

[data-theme="dark"] .tagcloud a {
    background-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .post-slider-2 .p-header {
    background-color: #333333;
}

[data-theme="dark"] select,
[data-theme="dark"] .widget_archive select,
[data-theme="dark"] .widget_categories select {
    color: #eeeeee;
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] select option,
[data-theme="dark"] .widget_archive select option,
[data-theme="dark"] .widget_categories select option {
    color: #ffffff;
    background-color: #333333;
}

[data-theme="dark"] .entry-summary,
[data-theme="dark"] p,
[data-theme="dark"] .entry-summary,
[data-theme="dark"] .rssSummary,
[data-theme="dark"] .breadcrumb .current-item,
[data-theme="dark"] .breadcrumb.woocommerce-breadcrumb .current-item,
[data-theme="dark"] .p-wrap .entry-summary,
[data-theme="dark"] .twitter-content.entry-summary,
[data-theme="dark"] .author-description,
[data-theme="dark"] .rb-sdesc,
[data-theme="dark"] .deal-module .deal-description,
[data-theme="dark"] .footer-wrap .textwidget p {
    color: #f2f2f2;
}

[data-theme="dark"] .widget_categories a:hover,
[data-theme="dark"] .widget_archive a:hover,
[data-theme="dark"] .widget_pages .page_item a:hover,
[data-theme="dark"] .widget_nav_menu .menu-item a:hover,
[data-theme="dark"] .widget_meta a:hover {
    opacity: .7;
    color: currentColor;
}

[data-theme="dark"] .widget_categories a:hover .count,
[data-theme="dark"] .widget_archive a:hover .count {
    background-color: currentColor;
}

[data-theme="dark"] .breadcrumb,
[data-theme="dark"] .breadcrumb.woocommerce-breadcrumb {
    color: #ffffff;
}

[data-theme="dark"] .copyright-inner,
[data-theme="dark"] .reaction-section {
    border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .p-list-5 {
    border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .meta-info-el a:hover {
    color: #ffffff;
}

[data-theme="dark"] .p-link:hover span,
[data-theme="dark"] .p-link:hover i {
    color: #ffffff;
}

[data-theme="dark"] .meta-avatar img {
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

[data-theme="dark"] .meta-info-author:hover .meta-avatar img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

[data-theme="dark"] .rb-mailchimp.is-bg {
    background-color: rgba(255, 255, 255, .07) !important;
    background-image: unset !important;
}

[data-theme="dark"] .single-tagline:before {
    opacity: .7;
}

[data-theme="dark"] .sponsor-label {
    color: #efefef;
}

[data-theme="dark"] .filter-el:after {
    color: rgba(255, 255, 255, .2);
}

[data-theme="dark"] .rb-newsletter .newsletter-email {
    background-color: transparent;
}

[data-theme="dark"] .rb-newsletter .subscribe-box.layout-1 .newsletter-email,
[data-theme="dark"] .rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
    background-color: rgba(255, 255, 255, .07);
}

[data-theme="dark"] .rb-newsletter button.newsletter-submit:hover {
    color: #333333;
    background-color: #ffffff;
}

[data-theme="dark"] .single-header-overlay .entry-title {
    margin-bottom: 15px;
}

[data-theme="dark"] .is-header-left .header-left-holder {
    background-color: rgba(0, 0, 0, .5);
}

[data-theme="dark"] .fw-category-1 .cat-list-item .cat-list-name {
    color: #ffffff;
    background-color: #333333;
}

[data-theme="dark"] .mega-category .mega-holder > .sub-menu {
    border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .rb-counter,
[data-theme="dark"] .header-wrap .rb-counter {
    color: #333333;
    background-color: #ffffff;
}

[data-theme="dark"] .single-post-related {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .07) 66.666%, rgba(0, 0, 0, 0) 0%);
}

[data-theme="dark"] .twitter-content.entry-summary a {
    color: #ffffff;
}

[data-theme="dark"] .load-animation,
[data-theme="dark"] .loadmore-animation {
    background-image: url(//wugazi.com/wp-content/themes/pixwell/assets/css/../images/loading-light.svg);
}

[data-theme="dark"] .is-border-style .sbox-form input[type='search'] {
    border-color: rgba(255, 255, 255, .1)
}

[data-theme="dark"] .entry-content .wpcf7 label:before {
    background-color: #ffffff;
}

[data-theme="dark"] .entry-content .wpcf7 label {
    color: #eeeeee;
}

[data-theme="dark"] .not-found-description {
    color: #cccccc;
}

.entry-content .elementor-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor .p-list-2 .rb-iwrap img {
    max-height: none;
}

[data-theme="dark"] .subscribe-layout-3 .elementor-widget-container {
    background-color: rgba(0, 0, 0, .07) !important;
}

[data-theme="dark"] .main-menu .sub-menu:not(.mega-category),
[data-theme="dark"] .elementor-heading-title,
[data-theme="dark"] .subscribe-layout-3 h3.subscribe-title,
[data-theme="dark"] .subscribe-layout-3 span.ruby-mailchimp-title {
    color: #ffffff !important;
}

[data-theme="dark"] #category-header-bg.is-show {
    opacity: .15;
}

.w-sidebar .mc4wp-form-fields p.ruby-mailchimp-info,
.w-sidebar .mc4wp-form-fields .ruby-mailchimp-title {
    display: none;
}

p.ruby-mailchimp-info > a {
    text-decoration: underline;
}

.subscribe-layout-3 h3.subscribe-title {
    font-size: 31px;
    line-height: 1.2;
    color: #000000;
}

.subscribe-layout-3 .is-light-text h3.subscribe-title {
    color: #ffffff;
}

.subscribe-layout-3 .subscribe-box .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: column;
    flex-grow: 0;
    justify-content: flex-end;
}

.subscribe-layout-3 span.ruby-mailchimp-title {
    font-size: .94rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    color: #000000;
}

.subscribe-layout-3 .is-light-text span.ruby-mailchimp-title {
    color: #ffffff;
}

.subscribe-layout-3 .subscribe-box.layout-2 .subscribe-content,
.subscribe-layout-3 .subscribe-box.layout-2 .subscribe-form {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.subscribe-layout-3 .subscribe-box.layout-2 span.ruby-mailchimp-title {
    text-align: center;
}

.ruby-mailchimp-info > a {
    text-decoration: underline;
}

.subscribe-layout-3 .subscribe-box .mc4wp-form-fields input[type='email'] {
    line-height: 25px;
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
    margin-left: 0;
}

p.ruby-mailchimp-info {
    font-size: 11px;
    font-style: italic;
    line-height: 1.9;
    display: block;
    text-align: left;
}

.subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit'] {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    text-indent: inherit;
}

.subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit']:hover {
    opacity: .7;
}

.subscribe-layout-3 .fw-subscribe .subscribe-description {
    line-height: 1.7;
    margin-top: 15px;
}

/* Podcast */
.p-podcast-wrap .mejs-button.mejs-volume-button > button,
.p-podcast-wrap .mejs-button.mejs-playpause-button.mejs-play > button,
.p-podcast-wrap .mejs-button.mejs-playpause-button > button {
    font-weight: 400;
}

.p-podcast-wrap .rb-col-t7.col-right {
    flex-flow: column;
    justify-content: start;
    text-align: left;
}

.p-podcast-wrap .single-entry-meta {
    justify-content: start;
    width: 100%;
    margin-top: 0;
}

.p-podcast-wrap .p-cat-info.single-cat-info {
    line-height: 1;
}

.p-podcast-wrap .post-audio-outer {
    width: 100%;
}

.feat-round .p-podcast-wrap .single-feat {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Audio */
.p-podcast-wrap .embed-holder .mejs-container,
.p-podcast-wrap .embed-holder .mejs-embed,
.p-podcast-wrap .embed-holder .mejs-embed body,
.p-podcast-wrap .embed-holder .mejs-container .mejs-controls {
    color: #aaaaaa;
    background: none;
}

.p-podcast-wrap .embed-holder .mejs-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 54px !important;
}

.p-podcast-wrap .embed-holder .mejs-container .mejs-inner {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.p-podcast-wrap .embed-holder {
    background: none;
}

.p-podcast-wrap .post-audio-outer .embed-holder {
    height: 54px !important;
    margin: 15px 0;
    padding: 0;
    border-radius: 50px;
    background: #00000010;
}

.single-post .p-podcast-wrap .post-audio-outer .embed-holder {
    margin-top: 0;
    margin-bottom: 20px;
}

[data-theme="dark"] .p-podcast-wrap .post-audio-outer .embed-holder {
    background: #ffffff15;
}

.p-podcast-wrap .embed-holder .wp-audio-shortcode:not(.mejs-audio) {
    opacity: 0;
}

.p-podcast-wrap .embed-holder .mejs-container .mejs-controls {
    line-height: 1;
    position: relative;
    display: flex;
    display: -webkit-flex;
    float: none;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 12px;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    font-size: 0.9rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border-radius: 50%;
    background: #aaaaaa;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-playpause-button:hover {
    background: #ff8763;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    padding: 0;
    color: #999999;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-handle-content {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-width: 0;
    border-radius: 50%;
    background: #ffffff;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail {
    float: left;
    width: 26px;
    max-width: 100%;
    height: 5px;
    margin: 0 7px;
    padding: 0;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
    font-size: 10px;
    line-height: 1;
    height: 14px;
    margin: 2px 3px;
    color: #ffffff;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    top: -26px;
    height: 14px;
    margin-left: 5px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    background-color: #282d31;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-handle {
    top: -3px;
    width: 10px;
    height: 10px;
    border-width: 0;
    border-radius: 50%;
    background: transparent;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    top: 13px;
    height: 0;
    border-color: #282d31 transparent transparent;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total,
.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-loaded,
.p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-current {
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.p-podcast-wrap .mejs-container .mejs-controls,
.p-podcast-wrap .mejs-audio .mejs-controls .mejs-time-rail span.mejs-time-handle-content,
.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-volume-button .mejs-volume-handle,
.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-volume-button .mejs-volume-handle {
    background: #ff8763;
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 50%;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #ff8763;
}

.p-podcast-wrap .mejs-button.mejs-volume-button > button,
.p-podcast-wrap .mejs-button.mejs-playpause-button.mejs-play > button,
.p-podcast-wrap .mejs-button.mejs-playpause-button:not(.mejs-replay) > button {
    background: none;
}

.p-podcast-wrap .mejs-button.mejs-playpause-button.mejs-play:not(.mejs-replay) > button:before {
    font-family: 'ruby-icon' !important;
    font-size: 12px;
    display: block;
    margin-left: 4px;
    content: "\e960";
    color: #ffffff;
}

.p-podcast-wrap .mejs-button.mejs-playpause-button:not(.mejs-replay) > button:before {
    font-family: 'ruby-icon' !important;
    font-size: 13px;
    display: block;
    margin-left: 2px;
    content: "\e961";
    color: #ffffff;
}

.p-podcast-wrap .mejs-volume-button.mejs-mute > button:before {
    font-family: 'ruby-icon' !important;
    font-size: 20px;
    display: block;
    content: "\e95f";
    color: #aaaaaa;
}

.p-podcast-wrap .mejs-time-rail .mejs-time-hovered {
    height: 5px;
}

.p-podcast-wrap .mejs-volume-button.mejs-unmute > button:before {
    font-family: 'ruby-icon' !important;
    font-size: 22px;
    display: block;
    content: "\e962";
    color: #aaaaaa;
}

.p-podcast-wrap .mejs-container.mejs-audio .mejs-controls .mejs-time span {
    letter-spacing: 0;
}

.p-no-hosted {
    width: 100%;
}

.p-no-hosted .post-audio-outer .embed-holder {
    padding-bottom: 67.56%;
}

.fw-grid-5 .content-inner > * {
    flex-flow: column;
}

.p-grid-7.p-podcast-wrap .p-no-hosted .post-audio-outer .embed-holder {
    margin: 0;
}

figcaption.elementor-image-carousel-caption {
    padding: 20px 40px 40px 40px;
    background-color: #ffffff;
}

figcaption.elementor-image-carousel-caption span {
    display: block;
    margin-top: 10px;
}

.single-podcast .single-header {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #00000007;
}

[data-theme="dark"] .post-audio-outer .embed-holder,
[data-theme="dark"] .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: rgba(255, 255, 255, .15);
}

[data-theme="dark"] .mejs-container .mejs-controls .mejs-time,
[data-theme="dark"] .mejs-volume-button.mejs-unmute > button:before,
[data-theme="dark"] .mejs-volume-button.mejs-mute > button:before,
[data-theme="dark"] .mejs-container .mejs-controls .mejs-button.mejs-playpause-button,
[data-theme="dark"] .embed-holder .mejs-container,
[data-theme="dark"] .embed-holder .mejs-embed,
[data-theme="dark"] .embed-holder .mejs-embed body,
[data-theme="dark"] .embed-holder .mejs-container .mejs-controls,
[data-theme="dark"] .rb-checked-list li:before,
[data-theme="dark"] .author-job {
    color: #ffffff;
}

[data-theme="dark"] .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total,
[data-theme="dark"] .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-loaded,
[data-theme="dark"] .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-current {
    background-color: rgba(255, 255, 255, .2);
}

[data-theme="dark"] .p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
[data-theme="dark"] .p-podcast-wrap .mejs-audio .mejs-controls .mejs-time-rail span.mejs-time-handle-content {
    background-color: #ffffff;
}

[data-theme="dark"] section.elementor-section {
    background-image: none !important;
}

[data-theme="dark"] [data-settings*="background"].elementor-section {
    background-color: rgba(0, 0, 0, 0.07) !important;
}

[data-theme="dark"] .elementor .elementor-element.elementor-widget-subscribe > .elementor-widget-container {
    background: rgba(0, 0, 0, .07) !important;
    background-image: unset;
}

[data-theme="dark"].mobile-js-menu .site-mask {
    background: rgba(0, 0, 0, 0.9);
}

/*
--------------------------------------------------------------
>>> RESPONSIVE

1.0 - Screen width less than or equal 991px
2.0 - Screen width less than or equal 767px
3.0 - Screen width less than or equal 479px
4.0 - Screen width bigger than or equal 768px
5.0 - Screen width bigger than or equal 992px
6.0 - Screen width bigger or equal 1200px
7.0 - Screen width less than or equal 600px

--------------------------------------------------------------
    1.0 - Screen width less than or equal 991px
*/
@media only screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    h2, .h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    table {
        table-layout: fixed;
    }

    .rbc-wrap {
        flex-flow: row wrap;
    }

    .rbc-content-section .rbc-content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .rbc-content-section .rbc-sidebar {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
        padding-right: 0;
        padding-left: 0;
    }

    .rbc-content-section.is-sidebar-left .rbc-wrap {
        flex-direction: row;
    }

    .rbc-content-section.is-sidebar-left .rbc-sidebar {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar-inner {
        display: block;
        width: 100% !important;
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }

    .fw-feat-18 .nth-2,
    .fw-feat-18 .nth-3 {
        margin-top: 10px;
    }

    .block-wrap.fw-feat-18 {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* header */
    #mobile-navbar, .mobile-navbar,
    #mobile-sticky-nav {
        display: block;
    }

    .navbar-inner,
    .header-3 .banner-wrap,
    .header-6 .banner-wrap,
    .header-7 .banner-wrap,
    .header-5.none-sright .banner-wrap,
    .header-5.has-sright .banner-left {
        display: none !important;
    }

    .header-5.has-sright .banner-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fafafa;
    }

    .header-5.has-sright .banner-right {
        justify-content: center;
        width: 100%;
        margin-right: -15px;
        margin-left: -15px;
    }

    .p-list-2 .col-left,
    .p-list-3 .col-left {
        width: 150px;
    }

    .parallax-thumb {
        height: 50vh;
        min-height: 250px;
    }

    .single-header-overlay {
        padding-bottom: 20px;
    }

    .header-holder {
        padding: 30px 0;
    }

    .block-title {
        flex-shrink: 1;
        white-space: normal;
    }

    .p-overlay-2 .p-feat,
    .p-overlay-3 .p-feat {
        display: flex;
        display: -webkit-flex;
        align-items: stretch;
        background-color: #333333;
    }

    .p-overlay-2 .rb-iwrap,
    .p-overlay-3 .rb-iwrap {
        display: flex;
        display: -webkit-flex;
        flex-shrink: 0;
        width: 170px;
        height: 100%;
        padding-bottom: 0;
    }

    .p-overlay-2 .content-overlay,
    .p-overlay-3 .content-overlay {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        flex-grow: 1;
        justify-content: center;
        height: auto;
    }

    .p-overlay-2 .content-overlay:before,
    .p-overlay-3 .content-overlay:before {
        display: none;
    }

    .p-overlay-2 .overlay-holder,
    .p-overlay-3 .overlay-holder {
        padding: 25px 20px;
    }

    .p-overlay-2 .p-feat img,
    .p-overlay-3 .p-feat img {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .p-overlay-2 .overlay-holder:before,
    .p-overlay-3 .overlay-holder:before {
        display: none;
    }

    .p-overlay-2 .p-format,
    .p-overlay-3 .p-format {
        font-size: 36px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 85px;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* post grid 4 */
    .p-wrap.p-grid-4 {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-flow: row nowrap;
    }

    .fw-grid-4 .content-inner > *:not(:last-child) .p-grid-4 {
        margin-bottom: 25px;
    }

    .block-wrap.fw-grid-4 .content-wrap {
        margin-bottom: -25px;
    }

    .p-grid-4.is-pop-style .p-header {
        flex-flow: column nowrap;
    }

    .p-grid-4.is-pop-style .p-header .counter-index {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .p-grid.p-grid-4 .p-feat {
        flex-shrink: 0;
        width: 130px;
        margin-bottom: 0;
    }

    .p-grid-4 .p-body {
        display: flex;
        display: -webkit-flex;
        flex-flow: column wrap;
        flex-grow: 1;
        padding-left: 20px;
    }

    .p-grid-4 .p-format,
    .p-list-2 .p-format {
        font-size: 36px;
    }

    .ele-round .header-lightbox:before {
        right: 15px;
    }

    .subscribe-box.layout-1 {
        flex-flow: row wrap;
    }

    .subscribe-box.layout-1 .subscribe-content {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }

    .rb-newsletter button.newsletter-submit {
        padding: 0 30px;
    }

    .rb-newsletter .rb-newsletter-inner {
        margin-right: auto;
        margin-left: auto;
    }

    .rb-newsletter .newsletter-privacy {
        justify-content: center;
    }

    .gallery-list-label {
        padding-right: 5px;
        padding-left: 0;
    }

    .gallery-grid-wrap {
        padding: 5px 0 5px 5px;
    }

    .gallery-grid-content .gallery-el {
        margin-right: 5px;
    }

    .fw-category-2 .cat-list-content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .instagram-grid.is-wide .instagram-box.box-intro .box-content *:not(i) {
        display: none;
    }

    .post-type-archive-rb-gallery .content-inner {
        padding-bottom: 30px;
    }

    .gallery-popup-entry {
        justify-content: flex-start;
        width: 100%;
        padding: 25px 0 50px 0;
        border-left: none;
    }

    .gallery-popup-selection,
    .gallery-popup-selection.post-type-gallery {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-flow: row nowrap;
        flex-shrink: 0;
        width: auto;
        width: calc(100% - 30px);
        height: auto;
        margin: 10px 15px;
        padding-right: 0;
        padding-left: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .gallery-popup-selection::-webkit-scrollbar {
        width: auto;
        height: 4px;
    }

    .gallery-popup-selection a,
    .gallery-popup-selection.post-type-gallery > a {
        flex: 0 0 60px;
        width: 60px;
        margin-right: 10px;
        margin-bottom: 0;
        padding: 0;
    }

    .gallery-popup-content, .mfp-rbgallery {
        flex-flow: column nowrap;
    }

    .gallery-popup-holder,
    .gallery-popup-holder.post-type-gallery {
        flex-flow: column nowrap;
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
        padding: 0 15px;
    }

    .gallery-popup-header {
        align-items: flex-start;
        flex-flow: column-reverse nowrap;
    }

    .rb-gallery-popup .gallery-popup-header .header-right {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .mfp-counter {
        flex-grow: 1;
    }

    .rb-gallery-popup .mfp-title {
        flex-basis: auto;
        width: 100%;
        padding: 15px;
    }

    .rb-gallery-popup .gallery-popup-header .mfp-close,
    .rb-gallery-popup .gallery-popup-header .mfp-counter,
    .gallery-popup-nav button {
        height: 50px;
    }

    .rb-gallery-popup .gallery-popup-header .mfp-counter {
        padding: 0 15px;
    }

    .gallery-popup-header .header-right > * {
        border-left: none;
    }

    .gallery-popup-image {
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .gallery-popup-image img {
        width: 100%;
        height: auto;
        margin-top: 0;
        object-fit: cover;
    }

    .feat-6-content-wrap.rb-p20-gutter {
        padding-right: 10px;
        padding-left: 10px;
    }

    .rb-about-inner {
        position: relative;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .about-brand img {
        max-height: 150px;
    }

    .about-social {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        justify-content: center;
        width: auto;
    }

    .about-social a {
        float: left;
    }

    .about-holder .about-social {
        margin-top: 15px;
    }

    .about-me-wrap .about-image {
        flex: 0 0 300px;
        margin-left: 35px;
    }

    .fw-ms-1, .fw-mh-1 {
        width: 50%;
    }

    .fw-ms-c4, .fw-mh-c4 {
        width: 50%;
    }

    .single-portfolio-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .portfolio-header:before {
        top: -30px;
        right: -10px;
        left: auto;
        display: block;
        width: 30px;
        height: 50px;
    }

    .share-whatsapp.is-mobile {
        display: flex;
        display: -webkit-flex;
    }

    .share-whatsapp.is-web {
        display: none;
    }

    .pageh-feat-holder {
        padding: 60px 0;
    }

    .fw-feat-17 .sub-inner {
        flex-flow: row wrap;
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    .fw-feat-17 .sub-inner > * {
        padding-right: 10px;
        padding-left: 10px;
    }

    .fw-feat-17 .p-list-8.p-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wp-block-button a {
        font-size: .85em;
        padding: 10px 20px;
    }

    .single-post-infinite.hide-sb .rbc-sidebar {
        display: none;
    }
}

/*
--------------------------------------------------------------
    2.0 - Screen width less than or equal 767px
*/
@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .site-wrap .wrap {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .rb-n20-gutter {
        margin-right: -15px;
        margin-left: -15px;
    }

    .rb-p20-gutter {
        padding-right: 15px;
        padding-left: 15px;
    }

    .topbar-wrap {
        display: none !important;
    }

    h1, .h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h2, .h2 {
        font-size: 1.15rem;
    }

    h3, .h3 {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    h4, .h4 {
        font-size: .935rem;
    }

    h5, .h5, h6, .h6 {
        font-size: .775rem;
    }

    .subscribe-layout-3 h3.subscribe-title {
        font-size: 1.6rem;
    }

    textarea {
        padding: 10px 15px;
    }

    input[type='text'], input[type='tel'], input[type='password'],
    input[type='email'], input[type='url'], input[type='search'],
    input[type='number'] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .entry-content > *.alignleft,
    .entry-content > *.alignright,
    img.alignleft, img.alignright,
    .entry-content p img.alignleft,
    .entry-content p img.alignright {
        float: none;
        width: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .rb-owl .owl-dots > span {
        width: 5px;
        height: 5px;
    }

    .rb-owl .owl-dot.active > span {
        width: 12px;
    }

    .columns-2 > *, .columns-3 > * {
        float: none;
        width: 100%;
    }

    .columns-4 > *, .columns-5 > *, .columns-6 > * {
        width: 50%;
    }

    .columns-5 > *:nth-child(5n+1),
    .columns-6 > *:nth-child(6n+1) {
        clear: none;
    }

    .columns-5 > *:nth-child(2n+1),
    .columns-6 > *:nth-child(2n+1) {
        clear: both;
    }

    .rb-owl .owl-dots {
        margin-top: 10px;
    }

    body .fw-feat-14 .owl-dots,
    body .fw-feat-15 .owl-dots {
        color: #333333;
    }

    .slider-feat-4 .owl-dots,
    .slider-feat-5 .owl-dots {
        bottom: 10px;
    }

    .ajax-quick-filter {
        display: none;
    }

    .block-header .block-view-more a,
    .pagination-wrap > * {
        font-size: .9em
    }

    .amp-featured-outer {
        margin-top: 35px;
    }

    /* post meta */
    .p-cat-info.is-relative,
    .overlay-holder .p-cat-info.is-relative {
        margin-bottom: 5px;
    }

    .single-4 .p-cat-info.is-relative {
        margin-bottom: 10px;
    }

    .p-footer {
        margin-top: 10px;
    }

    .no-avatar .p-footer {
        margin-top: 5px;
    }

    .p-footer .p-meta-sponsor {
        padding-top: 2px;
    }

    .p-overlay .entry-summary {
        display: none;
    }

    .fw-feat-4 .p-overlay-4 .rb-iwrap {
        padding-bottom: 100%;
    }

    .p-list-1 .col-right,
    .p-list-9 .col-right {
        margin-top: 15px;
        margin-right: 0;
    }

    .p-list-4 .col-left {
        margin-right: 15px;
    }

    .single-left-section {
        display: none;
    }

    .single-content.has-left-section .entry-content {
        width: 100%;
        max-width: 100%;
    }

    .box-nav .rb-p20-gutter {
        padding-right: 10px;
        padding-left: 10px;
    }

    .box-nav.rb-n20-gutter {
        margin-right: -10px;
        margin-left: -10px;
    }

    .box-nav .nav-label {
        margin-bottom: 15px;
    }

    .box-nav img {
        width: 50px;
        margin-right: 10px;
    }

    .box-nav .nav-right img {
        margin-left: 10px;
    }

    .box-nav .nav-title {
        font-size: .8rem;
    }

    .header-holder {
        padding: 25px 0;
    }

    .author-avatar {
        width: 70px;
        height: 70px;
        margin-right: 0;
    }

    .author-box, .author-header {
        flex-flow: column nowrap;
    }

    .author-box {
        margin-top: 25px;
    }

    .author-header:after {
        right: 0;
        left: 0;
        width: 100%;
    }

    .author-avatar {
        width: 60px;
        height: 60px;
    }

    .author-header .author-more {
        margin-top: 0;
        margin-right: auto;
        padding-left: 0;
    }

    .author-description {
        font-size: .825rem;
        margin-top: 10px;
    }

    .author-more i {
        display: none;
    }

    .author-header {
        justify-content: center;
        padding-bottom: 20px;
    }

    .author .author-box {
        margin-bottom: 40px;
    }

    .author-content {
        margin-top: 7px;
        text-align: center;
    }

    .comment-form-cookies-consent label {
        font-size: .75rem;
    }

    .fw-feat-1 .rb-n10-all,
    .fw-feat-2 .rb-n10-all,
    .fw-feat-11 .rb-n10-all {
        margin: -5px 0;
    }

    .fw-feat-1 .rb-p10-all,
    .fw-feat-2 .rb-p10-all,
    .fw-feat-11 .rb-p10-all {
        padding: 5px 0;
    }

    .is-header-left .header-left-holder {
        width: 80%;
        padding: 40px 20px;
    }

    .cat-list-name {
        padding: 10px 5px;
    }

    .reaction-section,
    .single-bottom-share, .box-nav {
        margin-top: 25px;
    }

    .comment-box-wrap {
        margin-top: 20px;
        padding-top: 30px;
    }

    .follower-el {
        margin-bottom: 5px;
    }

    /* instagram widget*/
    .instagram-box.box-intro .box-content i {
        font-size: 1.2rem;
    }

    .layout-grid .grid-holder {
        grid-gap: 5px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: 'e2 e2 e1 e1' 'e2 e2 e6 e7' 'e4 e5 e3 e3' 'e8 e8 e3 e3';
    }

    .layout-grid.grid-fmasonry .grid-holder {
        grid-gap: 5px;
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: 'e1 e2 e2 e9 e9' 'e10 e2 e2 e6 e7' 'e3 e3 e4 e5 e11' 'e3 e3 e8 e8 e11';
    }

    .layout-grid .grid-holder,
    .is-wide.layout-grid .grid-holder {
        margin-right: 5px;
        margin-left: 5px;
    }

    .not-found-wrap {
        flex-flow: row wrap;
    }

    .not-found-label-wrap {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    span.not-found-label {
        font-size: 5rem;
        margin: 10px auto;
    }

    .not-found-description {
        font-size: 1.5rem;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
    }

    .not-found-inner {
        justify-content: center;
        text-align: center;
    }

    .not-found .search-form {
        margin-top: 20px;
    }

    .site-wrap .site-content.not-found .wrap {
        margin-bottom: 50px;
    }

    .rb-cookie {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .rb-cookie .cookie-footer {
        margin-top: 10px;
        text-align: center;
    }

    .rb-cookie .cookie-content {
        text-align: center;
    }

    .rb-cookie .cookie-accept
    .rb-cookie .cookie-accept {
        line-height: 26px;
        padding: 0 30px;
    }

    .headerstrip-btn {
        display: block;
        clear: both;
        margin-top: 7px;
        margin-left: 0;
    }

    .headerstrip-btn a {
        line-height: 26px;
        padding: 0 30px;
    }

    .single-tagline {
        padding-left: 30px;
    }

    .top-footer-wrap .widget {
        margin-bottom: 35px;
    }

    .single-m-info {
        display: block;
    }

    #back-top i {
        line-height: 34px;
        width: 28px;
        height: 34px;
    }

    .ele-round #back-top i {
        width: 34px;
    }

    .single-1 .breadcrumb {
        margin-top: -30px;
    }

    .single-2 .single-header-overlay .single-tagline {
        display: none;
    }

    .single-post-related {
        margin-bottom: 27px;
        background-size: 20px 5px;
    }

    .footer-logo-wrap img {
        max-height: 90px;
    }

    .footer-section:first-child,
    .rbc-content-section .rbc-sidebar {
        margin-top: 35px;
    }

    .footer-section {
        margin-bottom: 35px;
    }

    [data-theme="dark"] .single-header-overlay .entry-title,
    .single-header-overlay.is-light-text .entry-title {
        margin-bottom: 12px;
    }

    .is-meta-border .p-classic .p-footer {
        margin-top: 15px;
        padding-top: 15px;
    }

    .is-meta-border .p-overlay-4 .p-footer,
    .is-meta-border .p-list-1 .p-footer,
    .is-meta-border .p-overlay-9 .p-footer {
        margin-top: 12px;
        padding-top: 12px;
    }

    .sidebar-inner .widget,
    .footer-widget .widget,
    .elementor-widget-sidebar .widget {
        margin-bottom: 35px;
    }

    .overlay-holder {
        padding: 0 15px 20px;
    }

    /* p over 2/3 */
    .p-overlay-2 .overlay-holder,
    .p-overlay-3 .overlay-holder {
        padding: 20px 15px;
    }

    .p-overlay-2 .rb-iwrap,
    .p-overlay-3 .rb-iwrap {
        width: 110px;
    }

    .p-overlay-2 .p-format,
    .p-overlay-3 .p-format {
        left: 50px;
    }

    .p-overlay-2 .p-format,
    .p-overlay-3 .p-format,
    .p-grid-2 .p-format, f
    .p-grid-4 .p-format,
    .p-list-2 .p-format,
    .fw-feat-6 .p-overlay-3 .p-format {
        font-size: 32px;
    }

    .p-overlay-4 .rb-iwrap {
        padding-bottom: 56.25%;
    }

    .fw-feat-5 .p-overlay-4 .rb-iwrap {
        padding-bottom: 100%;
    }

    .p-overlay-4 .p-footer {
        display: none;
    }

    .p-grid-5 .p-content-wrap,
    .p-masonry-1 .p-content-wrap {
        padding-top: 15px;
        padding-right: 0;
        padding-left: 0;
    }

    .p-grid-6 .p-content-wrap {
        min-height: 0;
    }

    .feat-6-content-wrap .p-wrap {
        margin-bottom: 1px;
    }

    .feat-6-content-wrap .rb-row > *:last-child .p-wrap {
        margin-bottom: 0;
    }

    .ele-round .feat-6-content-wrap .p-feat {
        border: 0;
        -webkit-border-radius: 0;
    }

    .feat-6-holder {
        margin-top: 1px;
    }

    .feat-6-content-wrap.rb-p20-gutter {
        padding-right: 0;
        padding-left: 0;
    }

    .p-overlay-9 .rb-iwrap {
        padding-bottom: 100%;
    }

    .fw-grid-2 .rb-n15-gutter,
    .single-post-related .rb-n15-gutter,
    .layout-ct-grid-2.rb-n15-gutter,
    .layout-fw-grid-2.rb-n15-gutter {
        margin-right: -7px;
        margin-left: -7px;
    }

    .fw-grid-2 .rb-p15-gutter,
    .single-post-related .rb-p15-gutter,
    .layout-ct-grid-2 .rb-p15-gutter,
    .layout-fw-grid-2 .rb-p15-gutter {
        padding-right: 7px;
        padding-left: 7px;
    }

    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .comment-form > * {
        margin-bottom: 10px;
    }

    .reaction-section-title {
        margin-bottom: 10px;
    }

    .reaction-section {
        padding: 20px 7px;
    }

    .mh-p-link .p-wrap .p-link,
    .mh-p-excerpt .entry-summary:not(.twitter-content) {
        display: none !important;
    }

    .mh-p-excerpt.single-product .entry-summary {
        display: block !important;
    }

    .mh-p-link .p-masonry-1 .p-meta-info {
        justify-content: center;
    }

    .header-holder .breadcrumb {
        margin-bottom: 5px;
    }

    .single-entry-meta {
        margin-top: 10px;
    }

    .single-entry-meta.has-avatar {
        margin-top: 12px;
    }

    .breadcrumb-overlay .breadcrumb {
        margin-top: 10px;
    }

    h1.single-title,
    .single-tagline {
        margin-bottom: 15px;
    }

    .w-banner {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        padding: 60px 15px;
    }

    .single-feat,
    .post-gallery-outer {
        margin-top: 20px;
    }

    .p-podcast-wrap .post-audio-outer,
    .single-feat.post-audio-outer {
        margin-top: 0;
    }

    .single-podcast .p-podcast-wrap.rb-row {
        flex-flow: column-reverse;
    }

    .p-grid-7.p-podcast-wrap .post-audio-outer .embed-holder {
        margin: 15px 0;
    }

    .entry-header,
    .shop-top .shopthepost-inner {
        margin-bottom: 25px;
    }

    .entry-footer {
        margin-top: 25px;
        padding-top: 35px;
    }

    .shop-bottom > *:first-child {
        margin-top: 25px;
    }

    .cooked-recipe-directions .cooked-direction-number {
        font-size: 1rem;
        padding: 5px;
    }

    .cooked-recipe-info > section.cooked-right > span,
    .cooked-recipe-info > section.cooked-left > span {
        margin: 0 5px !important;
    }

    .cooked-recipe-info .cooked-left,
    .cooked-recipe-info .cooked-right {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .cooked-recipe-info .cooked-right {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    body span.cooked-taxonomy > :last-child {
        font-size: .725rem;
    }

    .cooked-recipe-info > section.cooked-left span.cooked-servings {
        margin-right: auto !important;
        margin-bottom: 10px !important;
        margin-left: auto !important;
        text-align: left;
    }

    body .cooked-recipe-directions .cooked-direction {
        padding-bottom: 0;
    }

    .cooked-recipe-directions .cooked-heading {
        font-size: .95rem;
        margin-bottom: 10px;
    }

    .single-2 .post-gallery-outer,
    .single-2 .post-audio-outer,
    .single-2 .post-video-outer,
    .single-3 .post-gallery-outer,
    .single-3 .post-audio-outer,
    .single-3 .post-video-outer {
        margin-bottom: 20px;
    }

    .single-2 .single-tagline,
    .single-3 .single-tagline {
        margin-bottom: 25px;
    }

    .footer-menu-inner a {
        font-size: .85em;
        padding-right: 7px;
        padding-left: 7px;
    }

    .is-header-bg.is-header-center .header-holder {
        padding: 50px 0;
    }

    .is-header-bg.is-header-boxed .header-holder {
        padding: 30px 0;
    }

    .widget-fw-instagram .grid-fmasonry {
        padding-bottom: 5px;
    }

    .top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
        margin-bottom: 30px;
    }

    .bookmark-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .twitter-timestamp {
        font-size: 11px;
    }

    .element-desc {
        max-width: 80%;
    }

    .p-overlay-1:not(.rb-hf) .p-footer,
    .p-overlay-7:not(.rb-hf) .p-footer {
        margin-bottom: -30px;
        margin-bottom: calc(-1.375rem - 10px);
    }

    .p-overlay-1:not(.rb-hf).no-avatar .p-footer,
    .p-overlay-7:not(.rb-hf).no-avatar .p-footer {
        margin-bottom: -25px;
        margin-bottom: calc(-1.375rem - 5px);
    }

    .pros-cons-wrap {
        padding-left: 0;
    }

    .pros-cons-wrap ul {
        margin-left: 0;
    }

    .pros-cons-wrap:before {
        display: none;
    }

    .pros-cons-wrap h6 {
        justify-content: flex-start;
    }

    .pros-cons-wrap > *:last-child {
        margin-top: 25px;
    }

    .review-content {
        margin-right: 20px;
        margin-left: 20px;
    }

    .summary-wrap:before {
        top: auto;
        right: -5px;
        bottom: -15px;
    }

    .review-footer, .summary-wrap {
        margin-top: 25px;
    }

    .review-header {
        height: 120px;
        min-height: 120px;
    }

    .review-el {
        margin-bottom: 15px;
    }

    .review-el .review-stars {
        font-size: 18px;
    }

    .off-canvas-header .inner-bottom > * {
        margin-top: 15px;
    }

    .image-caption.is-overlay {
        position: relative;
        right: auto;
        bottom: 0;
        left: auto;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
        text-align: center;
        color: #333333;
        background: none;
    }

    .is-overlay.image-caption:before {
        margin-right: 7px;
    }

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }

    .wp-block-gallery .blocks-gallery-grid {
        width: 100%;
    }

    .fw-masonry-1 .p-masonry-holder {
        width: 100%;
    }

    .fw-feat-9 .content-inner {
        margin-right: 5px;
        margin-left: 5px;
    }

    .subscribe-box .mc4wp-form-fields input {
        margin-top: 10px;
    }

    .subscribe-box .mc4wp-form-fields input:first-child {
        margin-top: 0;
    }

    .subscribe-box .subscribe-form input[type='submit'] {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 0 50px;
        text-indent: 0;
    }

    .subscribe-box .subscribe-form input[type='submit'] + i {
        display: none;
    }

    .p-classic-2 .p-footer {
        padding: 10px 15px;
    }

    .about-me-wrap {
        flex-flow: column nowrap;
        text-align: center;
    }

    .about-me-wrap .about-image {
        flex: 0 0 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .about-image img {
        max-width: 300px;
        margin: auto;
    }

    .about-title {
        font-size: 1.2rem;
    }

    .about-tagline {
        font-size: 1.05rem;
    }

    .single-portfolio-holder {
        flex-wrap: wrap;
    }

    .single-portfolio-feat,
    .single-portfolio-content {
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .single-portfolio-inner {
        margin-top: 10px;
        padding: 35px 20px;
    }

    .portfolio-header {
        margin-bottom: 15px;
        padding-bottom: 18px;
    }

    .portfolio-info-wrap {
        margin-top: 15px;
        padding-top: 18px
    }

    .portfolio-header:after,
    .portfolio-info-wrap:before,
    .single-bottom-share.is-pshare:before {
        height: 3px;
    }

    .nav-label-text {
        visibility: hidden;
        opacity: 0;
    }

    .portfolio-nav a > i {
        font-size: 20px;
    }

    .fw-ms-1, .fw-mh-1,
    .ct-ms-1, .ct-mh-1 {
        float: none;
        width: 100%;
    }

    .fw-ms-c4, .fw-mh-c4 {
        width: 50%;
    }

    .banners-inner {
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
    }

    .banners-inner .el-banner {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .el-banner-inner {
        padding-bottom: 40%;
    }

    .banners-inner .el-banner:last-child {
        margin-bottom: 0;
    }

    .p-list-6 .col-right,
    .p-list-7 .col-right {
        padding: 30px;
    }

    .fw-sbox {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sbox-description {
        font-size: .85rem;
        margin-top: 10px;
    }

    .sbox-form-wrap {
        margin-top: 25px;
    }

    .sbox-icon svg {
        width: 22px;
    }

    .sbox-icon {
        width: 56px;
    }

    .mc4wp-form-fields input {
        width: 100%;
    }

    .wp-block-columns > * {
        margin-bottom: 2em;
    }

    .wp-block-columns > *:last-child {
        margin-bottom: 0;
    }

    .pageh-feat-holder {
        padding: 45px 0;
    }

    .ibox-wrap > * {
        margin-bottom: 35px;
    }

    .ibox-wrap > *:last-child {
        margin-bottom: 0;
    }

    .hbox-separator:after {
        width: 60px;
    }

    .block-heading.is-center .hbox-separator:after {
        margin-left: -30px;
    }

    .hbox-separator {
        padding-top: 20px;
    }

    .hbox-description {
        margin-top: 20px;
    }

    .cta-btn-wrap {
        flex-flow: row wrap;
        justify-content: center;
    }

    .cta-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cta-title br, .cta-tagline br,
    .cta-description br {
        display: none;
    }

    .cta-btn {
        font-size: .875rem;
        line-height: 42px;
    }

    .cta-btn.is-border {
        line-height: 38px;
    }

    .cta-btn, .ele-round .cta-btn {
        padding: 0 30px;
    }

    .ele-round .cta-btn.is-border {
        padding-right: 28px;
        padding-left: 28px;
    }

    .cta-image, .cta-tagline {
        margin-bottom: 7px;
    }

    .cta-title {
        margin-bottom: 15px;
    }

    .cta-description {
        margin-bottom: 20px;
    }

    .rb-btn-link {
        font-size: .9em;
    }

    .rb-table-contents {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .fw-feat-16 .rb-iwrap.pc-75 {
        padding-bottom: 75%;
    }

    .single-podcast .single-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-podcast-wrap .post-audio-outer .embed-holder {
        height: 46px !important;
    }

    .p-podcast-wrap .mejs-inner .mejs-button > button {
        margin: 10px 0;
    }

    .p-podcast-wrap .embed-holder .mejs-container .mejs-controls {
        padding: 0 20px;
    }

    .p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
        width: 30px;
        height: 30px;
    }

    .p-podcast-wrap .embed-holder .mejs-container {
        height: 46px !important;
    }

    .p-podcast-wrap .mejs-button.mejs-playpause-button.mejs-play:not(.mejs-replay) > button:before {
        font-size: 10px;
    }

    .p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total,
    .p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-loaded,
    .p-podcast-wrap .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-current {
        height: 4px;
    }

    .p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        height: 4px;
    }

    .p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
        height: 4px;
    }

    .p-podcast-wrap .mejs-volume-button.mejs-mute > button:before {
        font-size: 18px;
    }

    .p-podcast-wrap .mejs-volume-button.mejs-unmute > button:before {
        font-size: 20px;
    }

    .p-podcast-wrap .mejs-inner .mejs-button > button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 100%;
        margin: 0;
    }

    figcaption.elementor-image-carousel-caption {
        padding: 20px;
    }
}

/*
--------------------------------------------------------------
    3.0 - Screen width less than or equal 479px
*/
@media only screen and (max-width: 479px) {
    .off-canvas-wrap {
        width: 300px;
    }

    h1, .h1 {
        font-size: 1.25em;
        line-height: 1.35;
    }

    h1.single-title {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    h2, .h2 {
        font-size: 1.05rem;
        line-height: 1.35;
    }

    h3, .h3 {
        font-size: 1rem;
        line-height: 1.4;
    }

    h4, .h4 {
        font-size: .85em;
        line-height: 1.5;
    }

    .p-wrap .meta-avatar img, .meta-avatar img {
        width: 16px;
        height: 16px;
    }

    .p-overlay .content-overlay:before {
        top: 40%;
    }

    .meta-avatar {
        margin-right: 5px;
    }

    .meta-total {
        font-size: 12px;
    }

    .p-review-info * {
        padding: 0 2px;
    }

    .meta-info-el:before {
        margin-right: 5px;
        margin-left: 5px;
    }

    .page-numbers, .post-page-numbers {
        padding: 0 10px;
    }

    .cat-list-name {
        padding: 7px 5px;
    }

    .block-header,
    .w-header-2 .widget-title,
    .widget-title {
        margin-bottom: 20px;
    }

    .block-header-dot .block-title {
        padding-left: 7px;
    }

    .block-header-dot .block-title:before {
        width: 25px;
    }

    .p-grid, .p-list, .p-classic,
    .infeed-wrap, .fw-list-1 .infeed-wrap,
    .ct-classic .infeed-wrap, .ct-list .infeed-wrap {
        margin-bottom: 25px;
    }

    .block-wrap:not(.none-margin) .content-wrap {
        margin-bottom: -25px;
    }

    .pagination-wrap {
        margin-top: 25px;
    }

    .p-grid .p-feat,
    .p-classic .p-feat {
        margin-bottom: 10px;
    }

    .p-list-2 .col-left,
    .p-list-3 .col-left {
        width: 110px;
        margin-right: 15px;
    }

    .p-list-3 .p-cat-info {
        display: none;
    }

    .p-grid.p-grid-4 .p-feat {
        width: 110px;
    }

    .p-grid-4 .p-body {
        padding-left: 15px;
    }

    .p-list-2 .entry-summary,
    .p-list-3 .entry-summary {
        display: none;
    }

    .p-format {
        font-size: 42px;
    }

    body .cooked-recipe-info > section.cooked-right > span {
        font-size: .75rem;
        padding-left: 18px;
        text-align: left;
    }

    .cooked-recipe-info span.cooked-time-icon i.cooked-icon {
        font-size: 12px;
    }

    .cooked-recipe-info > section.cooked-right .cooked-print {
        padding-left: 0;
    }

    .cooked-recipe-info > section.cooked-right strong {
        font-size: .725rem;
    }

    .cooked-recipe-ingredients .cooked-heading {
        font-size: .95rem;
    }

    .cooked-recipe-info > section.cooked-right span.cooked-time-icon {
        line-height: 1rem;
        top: 50%;
        bottom: auto;
        margin-top: -.9rem;
    }

    .fw-category-1 .cat-list-item {
        margin-right: 5px;
        margin-left: 5px;
    }

    .single-post-box .nav-left {
        border-right: 1px solid rgba(0, 0, 0, .07);
    }

    .box-nav .nav-label {
        margin-bottom: 10px;
    }

    .box-nav img {
        display: none;
    }

    .single-bottom-share a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .single-bottom-share i {
        font-size: 16px;
    }

    .block-header-2 .block-title:before,
    .block-header-2 .block-title:after {
        width: 30px;
    }

    .rb-headerstrip {
        padding: 10px 30px;
    }

    .p-cat-info > * {
        font-size: .95em;
    }

    .p-overlay-2.p-wrap .p-url,
    .p-overlay-3.p-wrap .p-url,
    .p-list-2.p-wrap .p-url,
    .p-list-3.p-wrap .p-url {
        font-size: .875em;
    }

    .fw-feat-6 .p-overlay-3.p-wrap .p-url {
        font-size: 1em;
    }

    .p-grid-2 .p-cat-info {
        padding: 0 7px 5px 7px;
    }

    .p-list .meta-description {
        display: none;
    }

    .p-list .p-review-info {
        padding-right: 7px;
        padding-left: 7px;
    }

    .load-animation,
    .loadmore-animation {
        background-size: 32px;
    }

    .header-holder {
        padding: 15px 0;
    }

    .overlay-holder {
        padding: 0 15px 15px;
    }

    .ele-round .entry-footer a, .ele-round .entry-footer .source,
    .ele-round .entry-footer .via-el {
        padding-right: 12px;
        padding-left: 12px;
    }

    .tag-label {
        min-width: 60px;
    }

    .box-comment-btn {
        font-size: 12px;
        line-height: 34px;
        padding: 0 35px;
    }

    .header-author-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-author-box .box-avatar img {
        width: 70px;
    }

    .header-author-box .box-description,
    .author-description {
        font-size: .75rem;
    }

    .header-author-box .box-header {
        margin-bottom: 8px;
        padding-bottom: 18px;
    }

    .header-author-box .box-job {
        font-size: 12px;
        margin-top: 3px;
    }

    .header-author-box .box-avatar img {
        width: 70px;
    }

    .rb-related-content > *:first-child {
        margin-bottom: 12px;
    }

    .off-canvas-holder:before {
        right: 15px;
        bottom: 15px
    }

    .widget-post-2 {
        margin-right: -7px;
        margin-left: -7px;
    }

    .widget-post-2 > * {
        padding-right: 7px;
        padding-left: 7px;
    }

    .cat-icon-round .cat-info-el {
        padding-right: 16px;
        padding-left: 16px;
    }

    .subscribe-box.layout-1 .subscribe-content {
        margin-bottom: 20px;
    }

    .rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
        font-size: 18px;
    }

    .pagination-nextprev .pagination-link, .loadmore-link {
        line-height: 30px;
        min-width: 120px;
        padding-right: 7px;
        padding-left: 7px;
    }

    .pagination-nextprev .pagination-link,
    .pagination-simple .page-numbers {
        min-width: 130px;
    }

    .loadmore-link {
        min-width: 150px;
    }

    .banner-btn a {
        line-height: 32px;
        padding: 0 30px;
    }

    .instagram-grid.is-wide .instagram-box.box-intro .box-content i {
        font-size: 30px;
        display: block;
    }

    .archive-content .content-inner {
        margin-bottom: -25px;
    }

    .header-lightbox {
        width: 310px;
    }

    .off-canvas-header {
        padding-top: 45px;
    }

    .fw-category-1 .cat-list-wrap.rb-p20-gutter {
        padding-right: 0;
        padding-left: 0;
    }

    .p-overlay-2 .rb-iwrap,
    .p-overlay-3 .rb-iwrap {
        width: 100px;
    }

    .footer-social i {
        font-size: 14px;
    }

    .author-job span {
        font-size: .85em;
    }

    .wp-block-archives.alignleft,
    .wp-block-categories.alignleft,
    .wp-block-archives.alignright,
    .wp-block-categories.alignright {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .p-grid-5 .p-feat,
    .p-grid-6 .p-feat,
    .p-masonry-1 .p-feat {
        margin-bottom: 0;
    }

    .p-list-6 .col-right {
        padding: 20px;
    }
}

/*
--------------------------------------------------------------
    4.0 - Screen width bigger than or equal 768px
*/
@media only screen  and (min-width: 768px) {
    .p-list-1:not(.no-feat),
    .p-list-9:not(.no-feat) {
        flex-direction: row-reverse;
    }

    .p-list-1 .col-right,
    .p-list-9 .col-right {
        justify-content: center;
        padding-top: 15px;
        padding-right: 40px;
        padding-bottom: 15px;
    }

    .single-podcast .single-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p-podcast-wrap {
        align-items: center;
        flex-direction: row-reverse;
    }

    .p-podcast-wrap .single-feat {
        margin-top: 0;
    }

    .p-podcast-wrap .rb-col-t7.col-right {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
    }

    .p-podcast-wrap .rb-col-m12.rb-col-t5.col-left {
        padding-left: 0;
    }

    .block-mix a.pagination-link {
        line-height: 32px;
        min-width: 120px;
    }

    .p-grid-5.reverse {
        flex-flow: column-reverse nowrap;
    }

    .p-grid-5.reverse .p-review-info {
        top: 0;
        bottom: auto;
    }

    .p-grid-5.reverse .p-content-wrap {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
    .p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .single-bottom-share a:nth-child(1),
    .single-bottom-share a:nth-child(2) {
        flex-shrink: 0;
        width: auto;
        min-width: min-content;
        padding: 0 20px;
    }

    .single-bottom-share a:nth-child(1) span,
    .single-bottom-share a:nth-child(2) span {
        font-size: .85rem;
        display: block;
        margin-left: 7px;
        white-space: nowrap;
    }

    .single-bottom-share.is-pshare a:nth-child(1),
    .single-bottom-share.is-pshare a:nth-child(2) {
        width: 50px;
        padding: 0;
    }

    .single-bottom-share.is-pshare a span,
    .single-bottom-share.is-pshare a:nth-child(1) span,
    .single-bottom-share.is-pshare a:nth-child(2) span {
        display: none;
    }

    .p-list-1.is-border:not(.no-feat),
    .p-list-9.is-border:not(.no-feat) {
        position: relative;
    }

    .p-list-1.is-border:before,
    .p-list-9.is-border:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        content: '';
        opacity: .07;
        border-bottom: 1px solid currentColor;
    }

    .block-header-7 .fw-list-1 .block-header + .content-wrap .p-outer:first-child .p-list-1.is-border:before {
        display: none;
    }

    .bookmark-list .content-inner {
        margin-bottom: -35px;
    }

    .footer-widget-inner > * {
        flex: 0 0 25%;
        width: 25%;
        margin-bottom: 0;
    }

    .footer-style-2 .footer-widget-inner > * {
        flex: 0 0 20%;
        width: 20%;
    }

    .footer-style-2 .footer-widget-inner > *:first-child {
        flex: 0 0 40%;
        width: 40%;
    }

    .footer-style-3 .footer-widget-inner > *,
    .footer-style-4 .footer-widget-inner > * {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    .footer-style-3 .footer-widget-inner > *:last-child,
    .footer-style-4 .footer-widget-inner > *:first-child {
        flex: 0 0 100%;
        width: 100%;
    }

    .footer-style-3 .footer-widget-inner > *:last-child {
        margin-top: 50px;
    }

    .footer-style-4 .footer-widget-inner > *:first-child {
        margin-bottom: 50px;
    }

    .footer-style-3 .footer-widget-inner > *:first-child {
        margin-top: 0;
    }

    .footer-style-4 .footer-widget-inner > *:last-child {
        margin-bottom: 0;
    }

    .subscribe-box .subscribe-form input[type='submit'] {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 46px;
        padding: 0;
        text-indent: -9999px;
        background-color: #ffffff;
    }

    [data-theme="dark"] .subscribe-box .subscribe-form input[type='submit'],
    .is-light-text .subscribe-box .subscribe-form input[type='submit'] {
        background: transparent;
    }

    .subscribe-box .mc4wp-form-fields input[type='submit'] + i {
        font-size: 24px;
        line-height: 46px;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        display: block;
        width: 60px;
        height: 46px;
        -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
        -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
        -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
        -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
        transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
        text-align: center;
        pointer-events: none;
        color: #333333;
    }

    [data-theme="dark"] .subscribe-box .mc4wp-form-fields input[type='submit'] + i,
    .is-light-text .subscribe-box .mc4wp-form-fields input[type='submit'] + i {
        color: #ffffff;
    }

    .subscribe-box .mc4wp-form-fields input[type='submit']:hover + i {
        color: #ff8763;
    }

    .subscribe-box .mc4wp-form-fields {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-flow: row nowrap;
        flex-grow: 0;
        justify-content: flex-end;
    }

    .subscribe-box.layout-2 .mc4wp-form-fields {
        max-width: max-content;
        margin-right: auto;
        margin-left: auto;
    }

    .subscribe-box .mc4wp-form-fields input[type='text'],
    .subscribe-box .mc4wp-form-fields input[type='email'] {
        min-width: 320px;
        max-width: 460px;
        margin-left: 10px;
    }

    .subscribe-box .mc4wp-form-fields input:first-child {
        margin-left: 0;
    }

    .slider-feat-14 .rb-owl-prev,
    .slider-feat-15 .rb-owl-prev {
        left: 0;
    }

    .slider-feat-14 .rb-owl-next {
        right: 50%;
    }

    .slider-feat-15 .rb-owl-next {
        right: 33.33%;
    }

    .slider-feat-14 .owl-dots,
    .slider-feat-15 .owl-dots {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .p-list-7 .rb-iwrap {
        padding-bottom: 56.65%;
    }

    .block-cta-1.is-left .cta-inner {
        text-align: left;
    }

    .block-cta-1.is-left .cta-description {
        margin-left: 0;
    }

    .block-cta-1.is-left .cta-btn-wrap {
        justify-content: flex-start;
    }

    .p-podcast-wrap .single-feat img {
        height: 100%
    }

    .p-podcast-wrap {
        align-items: center;
        flex-direction: row-reverse;
    }

    .p-podcast-wrap .single-feat {
        margin-top: 0;
    }

    .fw-sbox.is-left .content-wrap > * {
        text-align: left;
    }

    .fw-sbox.is-left .sbox-form.search-form {
        max-width: 400px;
        margin-left: 0;
    }

}

/*
--------------------------------------------------------------
    5.0 - Screen width bigger than or equal 992px
*/
@media only screen and (min-width: 992px) {
    body.boxed #site {
        max-width: 1200px;
        margin-top: 40px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
        box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    }

    .rb-iwrap.pc-150 {
        padding-bottom: 150%;
    }

    .rb-mini-cart.is-show #mini-cart {
        top: 100%;
        top: calc(100% - 2px);
        bottom: auto;
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }

    .block-header-2 .block-header,
    .block-header-5 .block-header {
        margin-bottom: 35px;
    }

    .block-header-2 .block-header.shopthepost-header,
    .block-header-5 .block-header.shopthepost-header {
        margin-bottom: 25px;
    }

    .p-grid-1, .p-grid-3, .p-list {
        margin-bottom: 40px;
    }

    .p-list-1, .fw-list-1 .infeed-wrap,
    .p-list-9, .fw-list-9 .infeed-wrap {
        margin-bottom: 45px;
    }

    .p-classic, .ct-classic .infeed-wrap {
        margin-bottom: 50px;
    }

    .block-wrap.fw-grid-1 .content-wrap,
    .archive-content.layout-fw-grid-1 .content-inner,
    .block-wrap.fw-grid-3 .content-wrap,
    .archive-content.layout-fw-grid-3 .content-inner,
    .block-wrap.ct-list .content-wrap,
    .archive-content.layout-ct-list .content-inner,
    .fw-list-2 .content-wrap,
    .archive-content.layout-fw-list-2 .content-inner {
        margin-bottom: -40px;
    }

    .block-wrap.fw-list-1 .content-wrap,
    .archive-content.layout-fw-list-1 .content-inner {
        margin-bottom: -45px;
    }

    .block-wrap.ct-classic .content-wrap,
    .archive-content.layout-classic .content-inner {
        margin-bottom: -50px;
    }

    .fw-grid-1 .pagination-wrap,
    .fw-grid-3 .pagination-wrap,
    .fw-list-2 .pagination-wrap,
    .ct-list .pagination-wrap,
    .layout-fw-grid-1 .pagination-wrap,
    .layout-fw-grid-3 .pagination-wrap,
    .layout-ct-list .pagination-wrap,
    .layout-fw-list-2 .pagination-wrap {
        margin-top: 40px;
    }

    .fw-list-1 .pagination-wrap,
    .layout-fw-list-1 .pagination-wrap {
        margin-top: 45px;
    }

    .ct-classic .pagination-wrap,
    .layout-classic .pagination-wrap {
        margin-top: 50px;
    }

    .p-overlay-1 .p-format,
    .p-overlay-7 .p-format {
        top: 40px;
        right: 40px;
    }

    .p-classic .p-format i {
        font-size: 1.3em;
    }

    .p-classic .p-cat-info.is-absolute {
        padding: 0 15px 15px 15px;
    }

    .p-list-1 .p-format i,
    .p-list-9 .p-format i,
    .p-overlay-1 .p-format i,
    .p-overlay-4 .p-format i,
    .p-grid-3 .p-format i,
    .p-overlay-7 .p-format i {
        font-size: 1.25em;
    }

    .p-overlay-1 .p-cat-info,
    .p-overlay-7 .p-cat-info {
        margin-bottom: 15px;
    }

    .p-overlay-1 .overlay-holder,
    .p-overlay-7 .overlay-holder {
        padding: 0 40px 40px;
    }

    .p-grid-4 .p-format i,
    .p-list-2 .p-format i {
        font-size: .85em;
    }

    .fw-feat-4 .p-wrap .p-cat-info,
    .fw-feat-5 .p-wrap .p-cat-info {
        margin-bottom: 17px;
    }

    .fw-feat-4 .p-wrap .p-footer,
    .fw-feat-5 .p-wrap .p-footer {
        margin-top: 20px;
    }

    /** fw feat 6 */
    .fw-feat-4 .p-overlay-4 .rb-iwrap {
        max-height: 80vh;
        padding-bottom: 40%;
    }

    .boxed .fw-feat-4 .p-overlay-4 .rb-iwrap {
        padding-bottom: 56.25%;
    }

    .fw-feat-6 .p-overlay-4 .rb-iwrap {
        max-height: 80vh;
        padding-bottom: 45%;
    }

    .fw-feat-6 .p-overlay-4 .overlay-holder {
        flex-grow: 0;
        width: 45%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 0;
        text-align: left;
    }

    .p-overlay-9 .overlay-holder {
        flex-grow: 0;
        width: 65%;
        max-width: 100%;
        padding: 0 20px;
        text-align: left;
    }

    .feat-6-holder {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }

    .fw-feat-6 .p-overlay-4 .p-meta-info,
    .p-overlay-9 .p-meta-info {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .fw-feat-6 .p-overlay-3 .overlay-holder {
        position: static;
    }

    .fw-feat-6 .p-overlay-4 .p-feat:after,
    .p-overlay-9 .p-feat:after {
        opacity: .6;
    }

    .fw-feat-6 .p-overlay-3 .p-cat-info.is-relative {
        position: absolute;
        top: 10px;
        right: 10px;
        padding-left: 10px;
    }

    .fw-feat-6 .p-overlay-4 .p-cat-info,
    .p-overlay-9 .p-cat-info {
        justify-content: flex-start;
    }

    .feat-6-content {
        justify-content: flex-end;
        width: 55%;
        max-width: 55%;
        margin-left: auto;
    }

    .feat-6-content .p-wrap {
        margin-bottom: 0;
    }

    .fw-feat-6 .p-overlay-3 .p-format {
        top: 10px;
        right: auto;
        left: 15px;
    }

    .fw-feat-6 .p-overlay-3 .p-url {
        font-size: .9em;
        line-height: 1.4;
        display: inline-block;
    }

    .fw-feat-6 .p-overlay-3.no-avatar .p-footer {
        margin-top: 5px;
    }

    /** post grid */
    .p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
    .p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
        padding-right: 40px;
        padding-left: 40px;
    }

    header.cat-list-header {
        margin-bottom: 0;
        padding-right: 50px;
        text-align: left;
    }

    .cat-list-inner {
        flex-flow: row nowrap;
    }

    .fw-category-1 .cat-list-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .fw-category .cat-list-header {
        align-items: flex-start;
        flex-shrink: 0;
        justify-content: flex-start;
    }

    .fw-category .cat-list-content {
        width: auto;
    }

    .fw-category-1 .cat-list-header {
        flex: 0 0 370px;
        max-width: 370px;
    }

    .fw-category-2 .cat-list-header {
        flex: 0 0 270px;
        max-width: 270px;
    }

    .fw-category-2 .cat-list-content {
        margin-bottom: 0;
    }

    .fw-category-2 .cat-list-item {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
        margin-bottom: 0;
    }

    .element-desc {
        margin-top: 20px;
    }

    /* fw feat 1 */
    .rb-sh > *,
    .rb-sh .p-wrap,
    .rb-sh .p-feat-holder,
    .rb-sh .p-feat,
    .rb-sh .p-flink,
    .rb-sh .rb-iwrap {
        height: 100%;
    }

    .rb-sh .rb-iwrap {
        padding-bottom: 0;
    }

    .fw-feat-1 .rb-sh {
        height: 540px;
    }

    .fw-feat-11 .content-inner {
        flex-direction: row-reverse;
    }

    .fw-feat-11 .rb-sh {
        height: 600px;
    }

    .fw-feat-1 .col-left .p-outer {
        height: 100%;
    }

    .fw-feat-1 .col-right .p-outer {
        height: 50%;
    }

    .fw-feat-11 .col-big .p-outer {
        height: 100%;
    }

    .fw-feat-11 .col-small .pos-top.p-outer {
        height: 65%;
    }

    .fw-feat-11 .col-small .pos-bottom.p-outer {
        height: 35%;
    }

    .fw-feat-2 .rb-sh {
        height: 450px;
    }

    .fw-feat-18 .rb-sh {
        height: 550px;
    }

    .fw-feat-2 .nth-2,
    .fw-feat-2 .nth-3,
    .fw-feat-18 .nth-2,
    .fw-feat-18 .nth-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .p-classic .p-feat {
        margin-bottom: 20px;
    }

    .p-grid-5 .p-format i,
    .p-grid-6 .p-format i {
        font-size: 1.1em;
    }

    .p-classic .p-review-info i,
    .p-list-1 .p-review-info i,
    .p-list-9 .p-review-info i,
    .p-overlay-1 .p-review-info i,
    .p-overlay-7 .p-review-info i {
        font-size: 20px;
    }

    .p-classic .p-review-info .meta-total,
    .p-list-1 .p-review-info .meta-total,
    .p-list-9 .p-review-info .meta-total,
    .p-overlay-1 .p-review-info .meta-total,
    .p-overlay-7 .p-review-info .meta-total {
        font-size: 1.35rem;
    }

    .p-classic .p-review-info .meta-description,
    .p-list-1 .p-review-info .meta-description,
    .p-list-9 .p-review-info .meta-description,
    .p-overlay-1 .p-review-info .meta-description,
    .p-overlay-7 .p-review-info .meta-description {
        font-size: 1.15rem;
    }

    .fw-block .loadmore-link,
    .single-related-outer .loadmore-link {
        min-width: 200px;
    }

    .p-wrap.p-classic .entry-summary,
    .p-wrap.p-list-1 .entry-summary {
        margin-top: 15px;
    }

    .p-wrap.p-list-9 .entry-summary {
        width: 100%;
        margin-top: 15px;
    }

    .p-overlay-4 .overlay-holder {
        padding-right: 60px;
        padding-left: 60px;
    }

    .not-found {
        min-height: 50vh;
    }

    .bookmark-list .content-inner {
        margin-bottom: -40px;
    }

    .wp-block-quote.is-style-large:before {
        font-size: 44px;
        margin-bottom: .5rem;
    }

    .wp-block-quote.is-style-large cite {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .wp-block-pullquote cite {
        display: block;
        margin-top: 1rem;
    }

    .footer-logo-inner > * {
        margin-bottom: 25px;
    }

    /** fw feat 8 */
    .about-holder > * {
        margin-top: 25px;
    }

    .rbc-site-main > .rbc-fw-section:first-child .rbc-content > .fw-feat-8:first-child .content-inner {
        padding-top: 70px;
    }

    .about-holder {
        padding-top: 30px;
    }

    .header-centred .breadcrumb {
        margin-bottom: 20px;
    }

    .subscribe-box.layout-1 .subscribe-form {
        flex: 0 0 60%;
        width: 60%;
    }

    .p-classic.p-classic-2 .p-header {
        margin-bottom: 25px;
    }

    .p-classic.p-classic-2 .p-footer {
        margin-top: 25px;
    }

    .about-sign, .about-desc {
        padding-top: 10px;
    }

    .portfolio-nav.box-nav .nav-label > a {
        font-size: 1.1em;
    }

    .portfolio-header-holder {
        margin-top: 50px;
    }

    .slider-feat-13 .owl-dots {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        display: -webkit-flex;
        flex-flow: column nowrap;
        justify-content: center;
        width: 35%;
        max-width: 350px;
        padding-right: 40px;
        text-align: right;
    }

    .ct-nav-holder .ruby-dot {
        padding: 0 20px;
    }

    .ct-nav-holder .nav-image {
        left: 100%;
        opacity: 0;
    }

    .ruby-dot {
        opacity: .3;
    }

    .ruby-dot:hover .ct-nav-holder .nav-image {
        left: 0;
        opacity: 1;
    }

    .p-grid-w1 .entry-title > * {
        font-size: .92em;
    }

    /* sbox */
    .sbox-form.search-form {
        max-width: 700px;
    }

    .sbox-form input[type='search'] {
        font-size: 1rem;
        line-height: 42px;
    }

    .rb-mailchimp {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mc-desc span {
        font-size: 1.1rem;
    }

    .rb-mailchimp .mc4wp-form-fields {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-flow: row nowrap;
        justify-content: center;
    }

    .rb-mailchimp .mc4wp-form-fields input {
        margin: 0;
    }

    .rb-mailchimp .mc4wp-form-fields input {
        font-size: 1rem;
        line-height: 32px;
    }

    .rb-mailchimp .mc4wp-form-fields input[type='submit'],
    .subscribe-layout-3 .subscribe-box .subscribe-form input[type='submit'] {
        font-size: 1rem;
        line-height: 52px;
        margin-left: 5px;
    }

    .widget-mc .mc4wp-form-fields input {
        margin-left: 5px;
    }

    .widget-mc .mc4wp-form-fields input:first-child {
        margin-left: 0;
    }

    .rb-mailchimp .mc4wp-form-fields input {
        max-width: 400px;
    }

    .bookmark-list {
        min-height: 40vh;
    }

    .widget-social-icon .social-icon-wrap {
        margin-top: 15px;
    }

    /** fw feat 17 */
    .fw-feat-17 .widget-title {
        margin-bottom: 30px;
    }

    .fw-feat-17 .sub-inner {
        padding-left: 30px;
    }

    .fw-feat-17 .p-overlay-1 .rb-iwrap {
        padding-bottom: 56.25%;
    }

    .rnav-section {
        margin-left: 10px;
    }

    .p-grid-7.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
        padding-right: 30px;
        padding-left: 30px;
    }

    .p-podcast-wrap .single-feat .rb-iwrap {
        height: 440px;
    }

    .p-podcast-wrap .rb-col-t7.col-right {
        padding-top: 15px;
        padding-right: 40px;
        padding-bottom: 15px;
    }

    .p-podcast-wrap .rb-col-m12.rb-col-t5.col-left {
        padding-left: 40px;
    }

    .subscribe-layout-3 .subscribe-box .subscribe-form {
        flex: 0 0 50%;
        width: 50%;
    }

    .subscribe-layout-3 .subscribe-box .subscribe-content {
        flex: 0 0 50%;
        width: 50%;
        padding-right: 60px;
        text-align: left;
    }

    .fw-feat-18:before,
    [data-theme="dark"] .block-wrap.fw-feat-18:before {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: 120px;
        content: '';
        pointer-events: none;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) !important;
    }

    .single-podcast .single-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*
--------------------------------------------------------------
    6.0 - Screen width bigger or equal 1200px
*/
@media only screen and (min-width: 1200px) {
    .single-3 h1.single-title,
    .single-2 h1.single-title {
        font-size: 3.2rem;
        max-width: 900px;
    }

    .fw-feat-4 .entry-title > * {
        font-size: 1.1em;
    }

    .instagram-box.box-intro .box-content span {
        display: block;
    }

    .block-header-4 .block-header {
        margin-bottom: 25px;
    }

    .bookmark-empty {
        display: flex;
        display: -webkit-flex;
        flex-flow: column nowrap;
        justify-content: center;
        min-height: 30vh;
        text-align: center;
    }

    .header-8 .navbar-left,
    .header-8 .nav-right {
        min-width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-3 .banner-wrap .logo-wrap img,
    .header-6 .banner-wrap .logo-wrap img {
        max-height: 135px;
    }

    .fw-feat-2 .rb-sh {
        height: 500px;
    }

    .fw-feat-18 .rb-sh {
        height: 600px;
    }
}

/*
--------------------------------------------------------------
    7.0 - Screen width less than or equal 600px and others
*/
@media only screen and (max-width: 600px) {
    .admin-bar .is-stick .navbar-wrap {
        top: 0 !important;
    }
}

@media only screen and (min-width: 601px) {
    body.admin-bar .section-sticky-holder.is-show {
        top: 32px !important;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .off-canvas-wrap {
        top: 46px;
    }
}

@media only screen and (max-width: 320px) {
    .sponsor-label {
        display: none;
    }
}

/* IE fix  */
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        max-width: 100%;
    }

    [class^='rb-col'] > .p-wrap, [class*='rb-col'] > .p-wrap {
        width: 100%;
    }

    .rb-newsletter-popup .newsletter-cover, .rb-newsletter-popup .newsletter-content {
        max-width: 50%;
    }

    .citem-list .citem-feat {
        position: relative;
        overflow: hidden;
    }

    .fw-category-1 .cat-list-header {
        display: block;
    }

    .rb-newsletter-popup .rb-newsletter-inner,
    .rb-newsletter-popup .rb-newsletter .rb-newsletter-inner {
        width: 100%;
    }

    .block-wrap .rb-newsletter .rb-newsletter-inner {
        width: 560px;
    }

    .block-wrap.rb-newsletter.layout-1 .rb-newsletter .rb-newsletter-inner {
        max-width: none;
    }

    .subscribe-box .mc4wp-form-fields input[type='text'], .subscribe-box .mc4wp-form-fields input[type='email'] {
        width: 325px;
        height: 46px;
    }

    .navbar-search-form .search-form input[type='search'] {
        line-height: 54px;
    }

    .rb-iwrap img,
    .parallax-thumb .rb-iwrap img,
    .parallax-thumb .rb-iwrap.autosize img,
    .entry-content .rb-iwrap img {
        position: absolute;
        top: auto;
        right: -9999px;
        bottom: auto;
        left: -9999px;
        width: auto;
        min-width: 100%;
        max-width: none;
        height: auto;
        min-height: 100%;
        margin: 0 auto;
    }

    .ct-nav-holder .nav-image img {
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }

    .statics-el.rb-p20-gutter {
        padding: 0;
    }

    .statics-el.rb-p20-gutter .inner {
        margin-right: 20px;
        margin-left: 20px;
    }

    .country-confirmed, .country-dcount {
        padding: 15px 0;
    }

    .p-grid-3 .p-meta-info,
    .fw-feat-6 .p-overlay-4 .p-meta-info,
    .p-overlay-9 .p-meta-info,
    .p-list-3 .p-meta-info {
        align-items: stretch;
    }

    .p-list-1 .p-footer,
    .p-list-9 .p-footer {
        flex: 0 0 100%;
    }

    .rb-newsletter-popup .newsletter-cover {
        position: relative;
    }

    .rb-newsletter-popup .newsletter-cover img {
        position: absolute;
        top: auto;
        right: -9999px;
        bottom: auto;
        left: -9999px;
        width: auto;
        min-width: 100%;
        max-width: 130%;
        height: auto;
        min-height: 100%;
        margin: 0 auto;
    }

    .sub-menu-image {
        overflow: hidden;
    }

    .rbc-content-section .rbc-sidebar {
        display: block;
    }

    .sub-menu-image img {
        position: absolute;
        top: auto;
        right: -9999px;
        bottom: auto;
        left: -9999px;
        width: auto;
        min-width: 100%;
        max-width: 135%;
        height: auto;
        min-height: 100%;
        margin: 0 auto;
    }

    .p-wrap .entry-summary, .rb-sdecs,
    .twitter-content.entry-summary,
    .p-content-inner,
    .p-content-wrap,
    .p-header {
        max-width: 100%;
    }

    [class^='rb-col'] > .p-wrap, [class*='rb-col'] > .p-wrap {
        width: 100%;
    }

    .box-nav .nav-el {
        max-width: 50%;
    }

    .p-url, .p-wrap .p-url {
        -ms-word-wrap: break-word;
    }

    .p-classic .p-feat-holder, .single-1 .single-feat {
        -ms-flex-direction: row;
    }

    .box-nav .nav-right .nav-label {
        text-align: right;
    }

    .layout-default .grid-el {
        padding: 0;
    }

    .p-grid-5.no-avatar .p-footer {
        width: 100%;
    }

    .p-grid-5.no-avatar .p-footer .p-meta-info {
        justify-content: center;
    }

    .block-header {
        flex: none;
    }

    .layout-default .instagram-box {
        margin: 5px;
    }

    .layout-grid:not(.is-wide) .grid-holder {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 145px;
        grid-template-areas: 'e2 e2 e1 e1 e3 e3 e4 e5' 'e2 e2 e6 e7 e3 e3 e8 e8';
    }

    .layout-grid.grid-fmasonry.is-wide .grid-holder {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 188px;
        grid-template-areas: 'e1 e2 e2 e9 e9 e3 e3 e4 e5 e11' 'e10 e2 e2 e6 e7 e3 e3 e8 e8 e11';
    }

    .instagram-box .rb-iwrap img {
        width: 100%;
    }

    .rb-masonry {
        -ms-grid-column-align: stretch;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(1) {
        grid-area: e1;
        -ms-grid-column-align: stretch;
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(2) {
        grid-area: e2;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(3) {
        grid-area: e3;
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(4) {
        grid-area: e4;
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 1;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(5) {
        grid-area: e5;
        -ms-grid-row: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 1;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(6) {
        grid-area: e6;
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(7) {
        grid-area: e7;
        -ms-grid-row: 2;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
    }

    .layout-grid:not(.is-wide) .rb-masonry:nth-child(8) {
        grid-area: e8;
        -ms-grid-row: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(1) {
        grid-area: e1;
        -ms-grid-column-align: stretch;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(2) {
        grid-area: e2;
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(6) {
        grid-area: e6;
        -ms-grid-row: 2;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(7) {
        grid-area: e7;
        -ms-grid-row: 2;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(3) {
        grid-area: e3;
        -ms-grid-row: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(4) {
        grid-area: e4;
        -ms-grid-row: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(5) {
        grid-area: e5;
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(8) {
        grid-area: e8;
        -ms-grid-row: 2;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(9) {
        grid-area: e9;
        -ms-grid-row: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
    }

    .layout-grid.is-wide .rb-masonry:nth-child(11) {
        grid-area: e11;
        -ms-grid-row: 1;
        -ms-grid-column: 10;
        -ms-grid-column-span: 1;
    }

    .rb-masonry:nth-child(10) {
        grid-area: e10;
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .layout-grid.is-wide :nth-child(11).rb-masonry img {
        width: auto;
        max-width: 220%;
    }

    .footer-widget-inner > * {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-widget-inner .rb-p20-gutter .widget {
        padding-right: 20px;
        padding-left: 20px;
    }

    .deals-inner > * {
        padding-right: 0;
        padding-left: 0;
    }

    .deals-inner .deal-module {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fw-block.fw-masonry-1 .fw-ms-1:nth-child(4n+1),
    .fw-block.fw-masonry-1 .fw-mh-1:nth-child(4n+1) {
        clear: both;
    }

    .ibox-thumb {
        overflow: hidden;
    }

    .ibox-thumb img {
        width: 100%;
    }

    .ibox .ibox-title {
        margin-top: 10px;
    }

    .block-heading.is-center .hbox-title,
    .block-heading.is-center .hbox-description {
        width: 770px;
    }

    .fw-category-2 .cat-list-header {
        display: block;
        width: 270px;
    }

    .feat-6-content-wrap {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
    }

    .feat-6-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 100%;
    }

    .p-url:hover, .p-url:focus,
    .p-wrap .p-url:hover, .p-wrap .p-url:focus {
        text-decoration: underline;
    }
}
/*
Theme Name:     Pixwell
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Pixwell - Modern Magazine
Version:        7.2
Text Domain:    pixwell
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    http://themeforest.net/licenses/standard
*/
html{font-family:Lato,Arial,Helvetica,sans-serif;font-weight:400;text-transform:none;font-size:17px}h1,.h1{font-family:Overlock;font-weight:700}h2,.h2{font-family:Overlock;font-weight:700}h3,.h3{font-family:Overlock;font-weight:700}h4,.h4{font-family:Overlock;font-weight:700}h5,.h5{font-family:Overlock;font-weight:700}h6,.h6{font-family:Overlock;font-weight:700}.p-wrap .entry-summary,.twitter-content.entry-summary,.author-description,.rssSummary,.rb-sdesc{font-family:Lato;font-weight:400}.p-cat-info{font-family:Lato;font-weight:700}.p-meta-info,.wp-block-latest-posts__post-date{font-family:Lato;font-weight:400;text-transform:uppercase}.meta-info-author.meta-info-el{font-family:Lato;font-weight:700;text-transform:uppercase}.breadcrumb{font-family:Lato;font-weight:400;font-size:12px}.main-menu>li>a,.off-canvas-menu>li>a{font-family:Overlock;font-weight:700;text-transform:uppercase;font-size:20px}.main-menu .sub-menu:not(.sub-mega),.off-canvas-menu .sub-menu{font-family:Overlock;font-weight:700;font-size:16px}.block-title,.block-header .block-title{font-family:Overlock;font-weight:700}.ajax-quick-filter,.block-view-more{font-family:Lato;font-weight:700;text-transform:capitalize;font-size:14px}.widget-title,.widget .widget-title{font-family:Overlock;font-weight:700;font-size:22px}body .widget.widget_nav_menu .menu-item{font-family:Lato;font-weight:400;text-transform:uppercase;font-size:12px}body.boxed{background-color:#fafafa;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center center}.footer-wrap:before{background-repeat:no-repeat;background-size:cover;background-attachment:scroll;background-position:center top;content:"";position:absolute;left:0;top:0;width:100%;height:100%}.topline-wrap{height:2px}.navbar-inner{min-height:48px}.navbar-inner .logo-wrap img{max-height:48px}.main-menu>li>a{height:48px}.navbar-wrap:not(.transparent-navbar-wrap),#mobile-sticky-nav,#amp-navbar{background-color:#add9ed;background-image:linear-gradient(90deg,#add9ed,#add9ed)}[data-theme=dark] .navbar-wrap:not(.transparent-navbar-wrap){background-color:unset;background-image:unset}.navbar-border-holder{border:none}.navbar-wrap:not(.transparent-navbar-wrap),#mobile-sticky-nav,#amp-navbar{color:#fff}.fw-mega-cat.is-dark-text{color:#333}.header-wrap .navbar-wrap:not(.transparent-navbar-wrap) .cart-counter,.header-wrap:not(.header-float) .navbar-wrap .rb-counter,.header-wrap:not(.header-float) .is-light-text .rb-counter,.header-float .section-sticky .rb-counter{background-color:#fff}.header-5 .btn-toggle-wrap,.header-5 .section-sticky .logo-wrap,.header-5 .main-menu>li>a,.header-5 .navbar-right{color:#fff}.navbar-wrap .navbar-social a:hover{color:#fff;opacity:.7}.header-wrap .navbar-wrap:not(.transparent-navbar-wrap) .rb-counter,.header-wrap:not(.header-float) .navbar-wrap .rb-counter,.header-wrap:not(.header-float) .is-light-text .rb-counter{color:#add9ed}.main-menu .sub-menu{background-color:#66a8bb}.main-menu .sub-menu:not(.mega-category){color:#fff}.main-menu>li.menu-item-has-children>.sub-menu:before{display:none}.off-canvas-header:before{display:none}.off-canvas-wrap,.amp-canvas-wrap{background-color:#e1eff2 !important}a.off-canvas-logo img{max-height:60px}.navbar-border-holder{border-width:2px}.header-3 .banner-left,.header-3 .banner-right{color:#f9a9c6}.header-3 .banner-right .rb-counter{background-color:#f9a9c6}input[type=submit]:hover,input[type=submit]:focus,button:hover,button:focus,input[type=button]:hover,input[type=button]:focus,.post-edit-link:hover,a.pagination-link:hover,a.page-numbers:hover,.post-page-numbers:hover,a.loadmore-link:hover,.pagination-simple .page-numbers:hover,#off-canvas-close-btn:hover,.off-canvas-subscribe a,.block-header-3 .block-title:before,.cookie-accept:hover,.entry-footer a:hover,.box-comment-btn:hover,a.comment-reply-link:hover,.review-info,.entry-content a.wp-block-button__link:hover,#wp-calendar tbody a:hover,.instagram-box.box-intro:hover,.banner-btn a,.headerstrip-btn a,.is-light-text .widget:not(.woocommerce) .count,.rb-newsletter.is-light-text button.newsletter-submit,.cat-icon-round .cat-info-el,.cat-icon-radius .cat-info-el,.cat-icon-square .cat-info-el:before,.entry-content .wpcf7 label:before,body .cooked-recipe-directions .cooked-direction-number,span.cooked-taxonomy a:hover,.widget_categories a:hover .count,.widget_archive a:hover .count,.wp-block-categories-list a:hover .count,.wp-block-categories-list a:hover .count,.entry-content .wp-block-file .wp-block-file__button,#wp-calendar td#today,.mfp-close:hover,.is-light-text .mfp-close:hover,#rb-close-newsletter:hover,.tagcloud a:hover,.tagcloud a:focus,.is-light-text .tagcloud a:hover,.is-light-text .tagcloud a:focus,input[type=checkbox].newsletter-checkbox:checked+label:before,.cta-btn.is-bg,.rb-mailchimp .mc4wp-form-fields input[type=submit],.is-light-text .w-footer .mc4wp-form-fields input[type=submit],.statics-el:first-child .inner,.table-link a:before,.subscribe-layout-3 .subscribe-box .subscribe-form input[type=submit]{background-color:#66a8bb}.page-edit-link:hover,.rb-menu>li.current-menu-item>a>span:before,.p-url:hover,.p-url:focus,.p-wrap .p-url:hover,.p-wrap .p-url:focus,.p-link:hover span,.p-link:hover i,.meta-info-el a:hover,.sponsor-label,.block-header-3 .block-title:before,.subscribe-box .mc4wp-form-fields input[type=submit]:hover+i,.entry-content p a:not(button),.comment-content a,.author-title a,.logged-in-as a:hover,.comment-list .logged-in-as a:hover,.gallery-list-label a:hover,.review-el .review-stars,.share-total,.breadcrumb a:hover,span.not-found-label,.return-home:hover,.section-not-found .page-content .return-home:hover,.subscribe-box .rb-newsletter.is-light-text button.newsletter-submit-icon:hover,.subscribe-box .rb-newsletter button.newsletter-submit-icon:hover,.fw-category-1 .cat-list-item:hover .cat-list-name,.fw-category-1.is-light-text .cat-list-item:hover .cat-list-name,body .cooked-icon-recipe-icon,.comment-list .comment-reply-title small a:hover,.widget_pages a:hover,.widget_meta a:hover,.widget_categories a:hover,.entry-content .wp-block-categories-list a:hover,.entry-content .wp-block-archives-list a:hover,.widget_archive a:hover,.widget.widget_nav_menu a:hover,.p-grid-4.is-pop-style .p-header .counter-index,.twitter-content.entry-summary a:hover,.read-it-later:hover,.read-it-later:focus,.address-info a:hover,.gallery-popup-content .image-popup-description a:hover,.gallery-popup-content .image-popup-description a:focus,.entry-content ul.wp-block-latest-posts a:hover,.widget_recent_entries a:hover,.recentcomments a:hover,a.rsswidget:hover,.entry-content .wp-block-latest-comments__comment-meta a:hover,.entry-content .cooked-recipe-info .cooked-author a:hover,.entry-content a:not(button),.comment-content a,.about-desc a:hover,.is-light-text .about-desc a:hover,.portfolio-info-el:hover,.portfolio-nav a:hover,.portfolio-nav-next a:hover>i,.hbox-tagline span,.hbox-title span,.cta-tagline span,.cta-title span,.block-header-7 .block-header .block-title:first-letter ,.rbc-sidebar .about-bio p a,.sbox-title span{color:#66a8bb}.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-playpause-button:hover,.p-podcast-wrap .mejs-container .mejs-controls,.p-podcast-wrap .mejs-audio .mejs-controls .mejs-time-rail span.mejs-time-handle-content,.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-volume-button .mejs-volume-handle,.p-podcast-wrap .mejs-container .mejs-controls .mejs-button.mejs-volume-button .mejs-volume-handle,.p-podcast-wrap .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background-color:#66a8bb}.is-style-outline a.wp-block-button__link:hover{color:#66a8bb!important}a.comment-reply-link:hover,.navbar-holder.is-light-text .header-lightbox,.navbar-holder .header-lightbox,input[type=checkbox].newsletter-checkbox:checked+label:before,.cat-icon-line .cat-info-el{border-color:#66a8bb}.tipsy,.additional-meta,.sponsor-label,.sponsor-link,.entry-footer .tag-label,.box-nav .nav-label,.left-article-label,.share-label,.rss-date,.wp-block-latest-posts__post-date,.wp-block-latest-comments__comment-date,.image-caption,.wp-caption-text,.gallery-caption,.entry-content .wp-block-audio figcaption,.entry-content .wp-block-video figcaption,.entry-content .wp-block-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-item figcaption,.subscribe-content .desc,.follower-el .right-el,.author-job,.comment-metadata{font-family:Lato}.tipsy,.additional-meta,.sponsor-label,.entry-footer .tag-label,.box-nav .nav-label,.left-article-label,.share-label,.rss-date,.wp-block-latest-posts__post-date,.wp-block-latest-comments__comment-date,.image-caption,.wp-caption-text,.gallery-caption,.entry-content .wp-block-audio figcaption,.entry-content .wp-block-video figcaption,.entry-content .wp-block-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-item figcaption,.subscribe-content .desc,.follower-el .right-el,.author-job,.comment-metadata{font-weight:400}.tipsy,.additional-meta,.sponsor-label,.entry-footer .tag-label,.box-nav .nav-label,.left-article-label,.share-label,.rss-date,.wp-block-latest-posts__post-date,.wp-block-latest-comments__comment-date,.image-caption,.wp-caption-text,.gallery-caption,.entry-content .wp-block-audio figcaption,.entry-content .wp-block-video figcaption,.entry-content .wp-block-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-item figcaption,.subscribe-content .desc,.follower-el .right-el,.author-job,.comment-metadata{text-transform:uppercase}.sponsor-link{font-family:Lato}.sponsor-link{font-weight:700}.sponsor-link{text-transform:uppercase}.entry-footer a,.tagcloud a,.entry-footer .source,.entry-footer .via-el{font-family:Lato}.entry-footer a,.tagcloud a,.entry-footer .source,.entry-footer .via-el{font-weight:700}.p-link,.rb-cookie .cookie-accept,a.comment-reply-link,.comment-list .comment-reply-title small a,.banner-btn a,.headerstrip-btn a,input[type=submit],button,.pagination-wrap,.cta-btn,.rb-btn{font-family:Lato}.p-link,.rb-cookie .cookie-accept,a.comment-reply-link,.comment-list .comment-reply-title small a,.banner-btn a,.headerstrip-btn a,input[type=submit],button,.pagination-wrap,.cta-btn,.rb-btn{font-weight:400}.p-link,.rb-cookie .cookie-accept,a.comment-reply-link,.comment-list .comment-reply-title small a,.banner-btn a,.headerstrip-btn a,input[type=submit],button,.pagination-wrap,.rb-btn{font-size:13px}select,textarea,input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=number]{font-family:Lato}select,input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=number]{font-size:13px}textarea{font-size:13px !important}select,textarea,input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=number]{font-weight:400}.footer-menu-inner,.widget_recent_comments .recentcomments>a:last-child,.wp-block-latest-comments__comment-link,.wp-block-latest-posts__list a,.widget_recent_entries li,.wp-block-quote *:not(cite),blockquote *:not(cite),.widget_rss li,.wp-block-latest-posts li,.wp-block-latest-comments__comment-link{font-family:Overlock}.footer-menu-inner,.widget_recent_comments .recentcomments>a:last-child,.wp-block-latest-comments__comment-link,.wp-block-latest-posts__list a,.widget_recent_entries li,.wp-block-quote *:not(cite),blockquote *:not(cite),.widget_rss li,.wp-block-latest-posts li,.wp-block-latest-comments__comment-link{font-weight:700}.widget_pages .page_item,.widget_meta li,.widget_categories .cat-item,.widget_archive li,.widget.widget_nav_menu .menu-item,.wp-block-archives-list li,.wp-block-categories-list li{font-family:Overlock}.widget_pages .page_item,.widget_meta li,.widget_categories .cat-item,.widget_archive li,.widget.widget_nav_menu .menu-item,.wp-block-archives-list li,.wp-block-categories-list li{font-size:16px}.widget_pages .page_item,.widget_meta li,.widget_categories .cat-item,.widget_archive li,.widget.widget_nav_menu .menu-item,.wp-block-archives-list li,.wp-block-categories-list li{font-weight:700}@media only screen and (max-width:767px){.entry-content{font-size:.9rem}.p-wrap .entry-summary,.twitter-content.entry-summary,.element-desc,.subscribe-description,.rb-sdecs,.copyright-inner>*,.summary-content,.pros-cons-wrap ul li,.gallery-popup-content .image-popup-description>*{font-size:.76rem}}h1,.h1,h1.single-title{font-size:48px}h2,.h2{font-size:27px}h3,.h3{font-size:24px}@media only screen and (max-width:1024px){h1,.h1,h1.single-title{font-size:34px}h2,.h2{font-size:24px}h3,.h3{font-size:20px}}@media only screen and (max-width:991px){h1,.h1,h1.single-title{font-size:34px}h2,.h2{font-size:24px}h3,.h3{font-size:20px}}@media only screen and (max-width:767px){h1,.h1,h1.single-title{font-size:26px}h2,.h2{font-size:20px}h3,.h3{font-size:18px}h4,.h4{font-size:15px}h5,.h5{font-size:15px}h6,.h6{font-size:15px}}
/*******************************************************************/
/************************ WP TLP TEAM PRO **************************/
/************************* www.techlabpro.com **********************/
/************************* info@techlabpro.com *********************/
/***** Copyright (c) 2015, TechLabPro.com. All right Reserved ******/
/*******************************************************************/
/*********************** Smart PopUp *************************/
html.rt-smart-modal-on {
	overflow: hidden; }
	html.rt-smart-modal-on body {
		overflow: auto; }

#rt-smart-modal-container {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	overflow: hidden;
	opacity: 0;
	background: rgba(33, 33, 33, 0.7);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity .5s .4s, visibility .5s .4s;
	-webkit-transition: opacity .5s .4s, visibility .5s .4s;
	-moz-transition: opacity .5s .4s, visibility .5s .4s; }
	#rt-smart-modal-container.open {
		opacity: 1;
		visibility: visible;
		transition: opacity .4s, visibility .5s;
		-webkit-transition: opacity .4s, visibility .5s; }
		#rt-smart-modal-container.open .rt-smart-modal-main .rt-smart-modal {
			font-size: initial !important; }
		#rt-smart-modal-container.open.ready .rt-smart-modal-main {
			transform: translateX(0) !important;
			-webkit-transform: translateX(0) !important;
			-moz-transform: translateX(0) !important; }
	#rt-smart-modal-container.loading .rt-spinner {
		position: absolute;
		display: inline-block;
		border: 16px solid #f3f3f3;
		/* Light grey */
		border-top: 16px solid #fb4c35;
		/* Blue */
		border-radius: 50%;
		width: 120px;
		height: 120px;
		animation: rt_spin 2s linear infinite;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto; }
	#rt-smart-modal-container.loading .rt-smart-modal-header .rt-smart-modal-nav {
		display: none; }
	#rt-smart-modal-container .rt-smart-modal-main {
		max-width: 500px;
		margin-left: auto;
		height: 100%;
		position: absolute;
		width: 100%;
		right: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform .6s;
		-moz-transition: -moz-transform .6s;
		transition: transform .6s;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%); }
		#rt-smart-modal-container .rt-smart-modal-main.is-rtl {
			direction: rtl;
			margin-right: auto; }
			#rt-smart-modal-container .rt-smart-modal-main.is-rtl .rt-smart-modal .rt-smart-modal-main-content-wrapper {
				padding-right: 30px !important;
				padding-left: 0; }
		#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header {
			background: #990028;
			position: relative;
			padding: 0 30px;
			height: 50px;
			overflow: hidden;
			z-index: 999999;
			opacity: 1 !important; }
			#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header span.rt-smart-modal-nav {
				float: left;
				height: 100%; }
			#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header .rt-smart-nav-item {
				width: 25px;
				display: flex;
				cursor: pointer;
				font-size: 35px;
				z-index: 999;
				float: left;
				align-items: center;
				height: 100%;
				-webkit-text-stroke: 1px #990028; }
			#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header a {
				color: white;
				text-decoration: none;
				outline: none; }
				#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header a.rt-smart-modal-close {
					float: right;
					width: 35px;
					font-size: 35px;
					font-weight: normal;
					height: 100%;
					display: flex;
					align-items: center;
					border: 0;
					-webkit-text-stroke: 6px #990028; }
		#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal {
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			left: 0;
			z-index: 2;
			font-size: 0;
			width: 100%;
			background: #313131; }
			#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper {
				position: relative;
				padding: 50px 0 18px 30px;
				max-height: 100%;
				height: 100%; }
				#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content {
					position: relative;
					bottom: 0;
					margin: 0 auto;
					vertical-align: middle;
					display: inline-block;
					width: 100%;
					overflow: auto;
					max-height: 100%;
					height: 100%;
					color: #ffffff;
					opacity: 0;
					-webkit-transition: opacity .4s;
					-moz-transition: opacity .4s;
					transition: opacity .4s; }
					#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container {
						padding: 15px 20px; }
						#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container h3 {
							margin-bottom: 10px !important; color: #fff; }
div#rt-smart-modal-container h3 {
		font-size: 30px;
}
div#rt-smart-modal-container .tlp-team-skill{
	margin-top: 20px;
}
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-position {
		margin-bottom: 20px;
		line-height: 1.2;
}
						#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .contact-info ul li {
							line-height: 30px; }
						#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-team-skill .skill_name {
							font-size: 18px;
							margin-bottom: 5px; }
						#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-team-skill skill-prog {
							height: 10px;
							margin-bottom: 10px; }
						#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .rt-team-latest-post-wrap ul.author-latest-post {
							margin: 0; }
							#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .rt-team-latest-post-wrap ul.author-latest-post li {
								padding: 5px; }
	#rt-smart-modal-container .mCSB_scrollTools {
		margin-top: 15px !important; }

@keyframes rt_spin {
	0% {
		transform: rotate(0deg); }
	100% {
		transform: rotate(360deg); } }
@media (max-width: 767px) {
	.rt-smart-modal-container .rt-smart-modal-main.is-rtl .rt-smart-modal-main-content-wrapper {
		padding-left: 30px !important; }
	.rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-main-content-wrapper {
		padding-right: 30px !important; } }
@media (max-width: 500px) {
	.rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content {
		padding: 10px 10px 0; } }
.rt-smart-modal-main-content-wrapper .team-images {
		margin-bottom: 20px;
}
/*********************** Grid System **************************/
.rt-team-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.rt-team-container *:before,
.rt-team-container *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.rt-container, .rt-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px; }

.rt-container:before, .rt-container:after,
.rt-container-fluid:before,
.rt-container-fluid:after, .rt-row:before, .rt-row:after {
	content: " ";
	display: table; }

.clearfix:after, .rt-container:after, .rt-container-fluid:after, .rt-row:after {
	clear: both; }

.rt-row {
	margin-left: -15px;
	margin-right: -15px; }

	.rt-team-container > .rt-row > .rt-special-wrapper,
.rt-row.special-items-wrapper,
.rt-team-container[data-layout*="layout"] .rt-row.ttp-even {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rt-col-xs-1, .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px; }

.rt-col-xs-1, .rt-col-xs-2, .rt-col-xs-3, .rt-col-xs-4, .rt-col-xs-5, .rt-col-xs-6, .rt-col-xs-7, .rt-col-xs-8, .rt-col-xs-9, .rt-col-xs-10, .rt-col-xs-11, .rt-col-xs-12 {
	float: left; }

.rt-col-xs-12 {
	width: 100%; }

.rt-col-xs-11 {
	width: 91.66666667%; }

.rt-col-xs-10 {
	width: 83.33333333%; }

.rt-col-xs-9 {
	width: 75%; }

.rt-col-xs-8 {
	width: 66.66666667%; }

.rt-col-xs-7 {
	width: 58.33333333%; }

.rt-col-xs-6 {
	width: 50%; }

.rt-col-xs-5 {
	width: 41.66666667%; }

.rt-col-xs-4 {
	width: 33.33333333%; }

.rt-col-xs-3 {
	width: 25%; }

.rt-col-xs-2 {
	width: 16.66666667%; }

.rt-col-xs-1 {
	width: 8.33333333%; }

/************************ End Grid System *********************/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both; }

.animated.infinite {
	animation-iteration-count: infinite; }

.animated.hinge {
	animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: 0.75s; }

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0); }
	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0); }
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0); }
	90% {
		transform: translate3d(0, -4px, 0); } }
.bounce {
	animation-name: bounce;
	transform-origin: center bottom; }

@keyframes flash {
	0%, 50%, to {
		opacity: 1; }
	25%, 75% {
		opacity: 0; } }
.flash {
	animation-name: flash; }

@keyframes pulse {
	0% {
		transform: scaleX(1); }
	50% {
		transform: scale3d(1.05, 1.05, 1.05); }
	to {
		transform: scaleX(1); } }
.pulse {
	animation-name: pulse; }

@keyframes rubberBand {
	0% {
		transform: scaleX(1); }
	30% {
		transform: scale3d(1.25, 0.75, 1); }
	40% {
		transform: scale3d(0.75, 1.25, 1); }
	50% {
		transform: scale3d(1.15, 0.85, 1); }
	65% {
		transform: scale3d(0.95, 1.05, 1); }
	75% {
		transform: scale3d(1.05, 0.95, 1); }
	to {
		transform: scaleX(1); } }
.rubberBand {
	animation-name: rubberBand; }

@keyframes shake {
	0%, to {
		transform: translateZ(0); }
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0); }
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0); } }
.shake {
	animation-name: shake; }

@keyframes headShake {
	0% {
		transform: translateX(0); }
	6.5% {
		transform: translateX(-6px) rotateY(-9deg); }
	18.5% {
		transform: translateX(5px) rotateY(7deg); }
	31.5% {
		transform: translateX(-3px) rotateY(-5deg); }
	43.5% {
		transform: translateX(2px) rotateY(3deg); }
	50% {
		transform: translateX(0); } }
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake; }

@keyframes swing {
	20% {
		transform: rotate(15deg); }
	40% {
		transform: rotate(-10deg); }
	60% {
		transform: rotate(5deg); }
	80% {
		transform: rotate(-5deg); }
	to {
		transform: rotate(0deg); } }
.swing {
	transform-origin: top center;
	animation-name: swing; }

@keyframes tada {
	0% {
		transform: scaleX(1); }
	10%, 20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
	to {
		transform: scaleX(1); } }
.tada {
	animation-name: tada; }

@keyframes wobble {
	0% {
		transform: none; }
	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg); }
	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg); }
	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg); }
	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg); }
	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg); }
	to {
		transform: none; } }
.wobble {
	animation-name: wobble; }

@keyframes jello {
	0%, 11.1%, to {
		transform: none; }
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg); }
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg); }
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg); }
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg); }
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg); }
	77.7% {
		transform: skewX(0.39063deg) skewY(0.39063deg); }
	88.8% {
		transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
	animation-name: jello;
	transform-origin: center; }

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3); }
	20% {
		transform: scale3d(1.1, 1.1, 1.1); }
	40% {
		transform: scale3d(0.9, 0.9, 0.9); }
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03); }
	80% {
		transform: scale3d(0.97, 0.97, 0.97); }
	to {
		opacity: 1;
		transform: scaleX(1); } }
.bounceIn {
	animation-name: bounceIn; }

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0); }
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0); }
	75% {
		transform: translate3d(0, -10px, 0); }
	90% {
		transform: translate3d(0, 5px, 0); }
	to {
		transform: none; } }
.bounceInDown {
	animation-name: bounceInDown; }

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0); }
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0); }
	75% {
		transform: translate3d(-10px, 0, 0); }
	90% {
		transform: translate3d(5px, 0, 0); }
	to {
		transform: none; } }
.bounceInLeft {
	animation-name: bounceInLeft; }

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0); }
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0); }
	75% {
		transform: translate3d(10px, 0, 0); }
	90% {
		transform: translate3d(-5px, 0, 0); }
	to {
		transform: none; } }
.bounceInRight {
	animation-name: bounceInRight; }

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0); }
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0); }
	75% {
		transform: translate3d(0, 10px, 0); }
	90% {
		transform: translate3d(0, -5px, 0); }
	to {
		transform: translateZ(0); } }
.bounceInUp {
	animation-name: bounceInUp; }

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9); }
	50%, 55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1); }
	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
	animation-name: bounceOut; }

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0); }
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0); }
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
	animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0); }
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
	animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0); }
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
	animation-name: bounceOutRight; }

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0); }
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0); }
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
	animation-name: bounceOutUp; }

@keyframes fadeIn {
	0% {
		opacity: 0; }
	to {
		opacity: 1; } }
.fadeIn {
	animation-name: fadeIn; }

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInDown {
	animation-name: fadeInDown; }

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInDownBig {
	animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInLeft {
	animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInLeftBig {
	animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInRight {
	animation-name: fadeInRight; }

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInRightBig {
	animation-name: fadeInRightBig; }

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInUp {
	animation-name: fadeInUp; }

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0); }
	to {
		opacity: 1;
		transform: none; } }
.fadeInUpBig {
	animation-name: fadeInUpBig; }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	to {
		opacity: 0; } }
.fadeOut {
	animation-name: fadeOut; }

@keyframes fadeOutDown {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
	animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
	animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
	animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
	animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
	animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
	animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
	animation-name: fadeOutUpBig; }

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out; }
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out; }
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in; }
	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in; }
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in; } }
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip; }

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in; }
	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1; }
	80% {
		transform: perspective(400px) rotateX(-5deg); }
	to {
		transform: perspective(400px); } }
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX; }

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in; }
	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1; }
	80% {
		transform: perspective(400px) rotateY(-5deg); }
	to {
		transform: perspective(400px); } }
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY; }

@keyframes flipOutX {
	0% {
		transform: perspective(400px); }
	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1; }
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0; } }
.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important; }

@keyframes flipOutY {
	0% {
		transform: perspective(400px); }
	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1; }
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0; } }
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY; }

@keyframes lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0; }
	60% {
		transform: skewX(20deg);
		opacity: 1; }
	80% {
		transform: skewX(-5deg);
		opacity: 1; }
	to {
		transform: none;
		opacity: 1; } }
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
	0% {
		opacity: 1; }
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0; } }
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in; }

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0; }
	to {
		transform-origin: center;
		transform: none;
		opacity: 1; } }
.rotateIn {
	animation-name: rotateIn; }

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0; }
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1; } }
.rotateInDownLeft {
	animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0; }
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1; } }
.rotateInDownRight {
	animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0; }
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1; } }
.rotateInUpLeft {
	animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0; }
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1; } }
.rotateInUpRight {
	animation-name: rotateInUpRight; }

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1; }
	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0; } }
.rotateOut {
	animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1; }
	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0; } }
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1; }
	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0; } }
.rotateOutDownRight {
	animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1; }
	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0; } }
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1; }
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0; } }
.rotateOutUpRight {
	animation-name: rotateOutUpRight; }

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out; }
	20%, 60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out; }
	40%, 80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1; }
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0; } }
.hinge {
	animation-name: hinge; }

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom; }
	50% {
		transform: rotate(-10deg); }
	70% {
		transform: rotate(3deg); }
	to {
		opacity: 1;
		transform: scale(1); } }
.jackInTheBox {
	animation-name: jackInTheBox; }

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg); }
	to {
		opacity: 1;
		transform: none; } }
.rollIn {
	animation-name: rollIn; }

@keyframes rollOut {
	0% {
		opacity: 1; }
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
	animation-name: rollOut; }

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3); }
	50% {
		opacity: 1; } }
.zoomIn {
	animation-name: zoomIn; }

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
	animation-name: zoomInDown; }

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
	animation-name: zoomInLeft; }

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
	animation-name: zoomInRight; }

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
	animation-name: zoomInUp; }

@keyframes zoomOut {
	0% {
		opacity: 1; }
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3); }
	to {
		opacity: 0; } }
.zoomOut {
	animation-name: zoomOut; }

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
	animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center; } }
.zoomOutLeft {
	animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center; } }
.zoomOutRight {
	animation-name: zoomOutRight; }

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
	animation-name: zoomOutUp; }

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible; }
	to {
		transform: translateZ(0); } }
.slideInDown {
	animation-name: slideInDown; }

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible; }
	to {
		transform: translateZ(0); } }
.slideInLeft {
	animation-name: slideInLeft; }

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible; }
	to {
		transform: translateZ(0); } }
.slideInRight {
	animation-name: slideInRight; }

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible; }
	to {
		transform: translateZ(0); } }
.slideInUp {
	animation-name: slideInUp; }

@keyframes slideOutDown {
	0% {
		transform: translateZ(0); }
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0); } }
.slideOutDown {
	animation-name: slideOutDown; }

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0); }
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
	animation-name: slideOutLeft; }

@keyframes slideOutRight {
	0% {
		transform: translateZ(0); }
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0); } }
.slideOutRight {
	animation-name: slideOutRight; }

@keyframes slideOutUp {
	0% {
		transform: translateZ(0); }
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0); } }
.slideOutUp {
	animation-name: slideOutUp; }

/********************** Filter *************************/
/* loader */
.rt-clear:after {
	clear: both;
	content: "";
	display: block; }

.rt-team-container .ttp-pre-loader {
	position: relative;
	overflow: hidden; }

.rt-team-container .rt-loading-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff; }

.rt-team-container .rt-loading {
	color: #fb4c35;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -16px;
	z-index: 2;
	opacity: 0;
	visibility: hidden; }

.rt-team-container[data-layout*="carousel"] .rt-loading {
	/* top: 50%;
	margin-top: -16px; */
	z-index: 100;
}

.rt-team-container[data-layout*="carousel"] .rt-loading-overlay {
	z-index: 99;
}

/***************************** Grayscale ******************/
.rt-team-container.rt-grayscale img.rt-team-img ,
.rt-team-container.rt-grayscale img.rt-profile-img {
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	-moz-filter: grayscale(100%);
	/* For Firefox */
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
	/* IE8-9 */ }

.rt-team-container.rt-grayscale img.rt-team-img:hover,
.rt-team-container.rt-grayscale img.rt-profile-img:hover,
.rt-team-container.rt-grayscale .rt-grid-item:hover img.rt-profile-img {
	-webkit-filter: grayscale(0);
	/* For Webkit browsers */
	-moz-filter: grayscale(0);
	/* For Firefox */
	-o-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
	/* IE8-9 */ }

/**************** END grayscale **************************/
.rt-team-container .ttp-pre-loader .rt-loading-overlay {
	opacity: 0.8;
	visibility: visible; }

.rt-team-container[data-layout*="carousel"] .ttp-pre-loader .rt-loading-overlay {
	opacity: 1;
}

.rt-team-container .ttp-pre-loader .rt-loading {
	opacity: 1;
	visibility: visible; }

.single-team .rt-team-container .social-icons a {
    color: inherit;
}

.rt-ball-clip-rotate {
	width: 32px;
	height: 32px; }

.rt-ball-clip-rotate {
	display: block;
	font-size: 0;
	color: #fff; }

.rt-ball-clip-rotate, .rt-ball-clip-rotate > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.rt-ball-clip-rotate > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor; }

.rt-ball-clip-rotate > div {
	width: 32px;
	height: 32px;
	background: transparent;
	border-width: 2px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate 0.75s linear infinite;
	-moz-animation: ball-clip-rotate 0.75s linear infinite;
	-o-animation: ball-clip-rotate 0.75s linear infinite;
	animation: ball-clip-rotate 0.75s linear infinite; }

/* filter */
.rt-clear::after,
.rt-clear::-ms-ticks-after {
	clear: both;
	display: block;
	content: ""; }

.rt-layout-filter-container {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: -5px -5px 30px; }

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
	padding: 9px 10px;
	border: 1px solid;
	margin: 4px;
	display: inline-block; }

.rt-layout-filter-container .rt-filter-wrap  .rt-filter-item-wrap.rt-tax-filter.rt-filter-button-wrap {
	padding: 0;
	margin: 0; }

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
	background: #222222;
	color: #b4b4b4; }

.rt-filter-item-wrap.rt-order-by-action, .rt-filter-item-wrap.rt-sort-order-action {
	float: right; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap {
	line-height: 1.55;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 4px;
	padding: 8px 10px;
	cursor: pointer;
	position: relative;
	border: 1px solid transparent;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	color: #666; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap {
	padding-left: 0px; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap {
	border: 1px solid #666;
	color: #666;
	position: relative; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover {
	border-color: #222;
	color: #222; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover {
	border-color: #222; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap > .rt-filter-dropdown-default {
	min-width: 135px;
	max-width: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
	white-space: nowrap; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown {
	display: block;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	background-color: #222;
	z-index: 2;
	margin-top: 1px;
	border: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-filter-dropdown {
	opacity: 1;
	visibility: visible; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-arrow-angle {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {
	display: block;
	padding: 10px 15px 9px 15px;
	border-bottom: 1px solid #323232;
	color: #b4b4b4;
	text-align: center; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-arrow-angle {
	letter-spacing: 0;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action {
	border: 1px solid #666;
	color: #666;
	position: relative;
	min-width: 38px; }

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow {
	position: static; }

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span {
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -7px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out; }

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow[data-sort-order="ASC"] > span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); }

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	position: absolute;
	background-color: #666;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 0;
	left: 3px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out; }

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	position: absolute;
	background-color: #666;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 0;
	left: 9px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out; }

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-search-filter-wrap {
	padding: 0;
	position: relative;
	float: right; }

.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 10px;
	background: transparent;
	font-size: 12px;
	font-weight: 600;
	font-family: "Dosis", sans-serif;
	border: 1px solid #666;
	color: #666; }

.rt-filter-item-wrap.rt-search-filter-wrap span.rt-action {
	position: absolute;
	right: 5px;
	top: 6px;
	font-size: 15px;
	display: inline-block;
	cursor: pointer; }

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 600;
	font-family: "Dosis", sans-serif; }

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-moz-placeholder {
	font-size: 12px;
	font-weight: 600;
	font-family: "Dosis", sans-serif; }

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-ms-input-placeholder {
	font-size: 12px;
	font-weight: 600;
	font-family: "Dosis", sans-serif; }

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-moz-placeholder {
	font-size: 12px;
	font-weight: 600;
	font-family: "Dosis", sans-serif; }

/* special layout */
.rt-team-container .special-items-wrapper .even-grid-item {
	margin: 0; }

.single-team-item.image-wrapper {
	cursor: pointer; }

.ttp-label {
	background: #c51f33;
	color: #fff;
	text-align: center;
	height: 100%; }

.special-selected-top-wrap > div,
.rt-row.special-items-wrapper > div {
	padding: 0; }

.special-selected-short-bio {
	position: relative; }

.special-selected-top-wrap .img {
	position: relative; }

.special-selected-top-wrap .img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(197, 31, 51, 0.2);
	content: "";
	top: 0;
	left: 0;
	z-index: 1; }

.special-selected-top-wrap:after {
	clear: both;
	content: "";
	display: block; }

.special-selected-short-bio {
	padding: 10px 0 0; }

.special-selected-short-bio:after {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #fff;
	content: "";
	top: -25px;
	position: absolute;
	left: calc(50% - 25px);
	z-index: 3;
}

.rt-team-container .special-selected-top-wrap .ttp-label-inner {
	padding: 15px;
	text-align: left;
	box-sizing: border-box;
}
.rt-team-container .special-selected-top-wrap .ttp-label-inner a{
	color: #fff;
}

.padding-0{
	padding:0 ;
}
/********************** Common Css *************************/
.rt-team-container figure {
	margin: 0; }

.rt-team-container .round-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .margin-bottom {
	margin-bottom: 30px; }

.rt-team-container h3 {
	margin-bottom: 5px !important;
	padding: 0px !important;
	line-height: 1.3;
	font-weight: 400; }

.rt-team-container h3 a {
	text-decoration: none !important; }

.rt-team-container .tlp-position {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.rt-team-container .layout1 .tlp-position a {
	color: white; }
.rt-team-container .layout2 .tlp-position a {
	color: #565656;
	font-size: 16px;
	font-weight: 500; }

.rt-team-container .tlp-position a:hover,
.rt-team-container h3 a:hover,
.rt-team-container .short-bio a:hover {
	text-decoration: none !important; }

.rt-team-container .rt-paddingl0{
	padding-left: 0px; }

.rt-team-container .rt-paddingr0 {
	padding-right: 0; }

.rt-team-container .even-grid-item {
	margin-bottom: 30px; }

.rt-team-container .no-margin {
	margin: 0 !important;
	padding: 0 !important; }

.rt-team-container a {
	text-decoration: none;
	box-shadow: none;
	border: none; }

.rt-team-container-item-count {
	display: none; }

.rt-team-container .tlp-detail h3 {
		font-size: 35px;
		line-height: 1.2;
}

.rt-team-container .tlp-detail h3.member-name,
.rt-team-container .tlp-detail .team-images {
	margin: 15px 0 5px; }

.rt-team-container .tlp-detail .experience {
	padding-left: 3px; }

/* progress bar */
.rt-team-container .rt-team-container-skill {
	margin-bottom: 15px; }

.rt-team-container .skill-prog {
	height: 4px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #edeaea;
	border-radius: 4px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.rt-team-container .skill-prog .fill {
	height: 100%;
	-webkit-animation: 400ms;
	background-color: #00afd1;
	border-radius: 4px;
	position: relative;
}
.rt-team-container .skill-prog .fill .rt-percent {
	 position: absolute;
	 top: -26px;
	 right: 0;
	 font-weight: 600;
 }

.tooltip + .tooltip > .tooltip-inner {
	background-color: #00afd1;
	font-size: 80%; }

.tooltip.top .tooltip-arrow {
	border-top-color: #00afd1; }

.rt-team-container-skrill {
	font-size: 90%;
	padding: 0px 0px 15px 0px; }

.rt-team-container .equal-height {
	margin-bottom: 30px; }

.tlp-equal-height .rt-paddingl0{
	padding-left: 0px; }

.tlp-equal-height .rt-paddingr0 {
	padding-right: 0px; }
/*********** Tooltip ***************/
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

#rt-smart-modal-container .tooltip.in,
#tlp-modal .tooltip.in,
.tlp-popup-wrap .tooltip.in,
.tlp-single-detail  .tooltip.in ,
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.single-team-content-area{
	margin-top: 50px;
}
/*********** Social Icon ***************/
.rt-team-container .social-icons {
	margin: 10px 0px 0px;
	padding: 0px;
	display: block; }

.rt-team-container .layout10 .social-icons {
		margin-top: 3px;
}

.rt-team-container .layout2 .social-icons{
	 margin: 0px 0px 0px;
}
.rt-team-container .layout5 .table a,
.rt-team-container .layout2 .social-icons a{
	 color: #1e73be;
}
.rt-team-container .layout6 .social-icons {
		margin: 0 0 10px;
		padding: 0 0 10px 7px;
}

.rt-team-container .layout13 .social-icons,
.rt-team-container .isotope8 .social-icons {
	margin: 0px 0px; }

.rt-team-container .layout13 .social-icons {
		margin-bottom: -3px;
}

.rt-team-container .social-icons a:before {
	content: none; }

.rt-team-container .social-icons a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 3px;
	font-size: 20px;
	padding: 0px;
	text-decoration: none !important;
	width: 30px;
	transition: all 0.3s;
	height: 30px;
}
.rt-team-container .layout3 .social-icons a,
.rt-team-container .layout1 .social-icons a{
	color: #1e73be;
}
.rt-team-container .layout4 .overlay-element{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.rt-team-container .layout4 .tlp-position{
	text-align: center;
}
.rt-team-container .layout4 .tlp-position a{
	color: #fff;
}
.rt-team-container .social-icons a i {
	/*padding: 7px 0px 0px;*/
	line-height: 30px;
	transition: all 0.3s;
	display: block;
}
.rt-team-container .layout6 .social-icons a i {
		padding: 0px;
		width: 30px;
		height: 30px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
}
.rt-team-container .social-icons a .fa-Bandcamp {
	background: url("https://s1.bcbits.com/img/buttons/bandcamp_22x22_blue.png");
	width: 22px;
	height: 22px;
	margin-top: 12px; }

.rt-team-container .social-icons a:hover .fa-facebook-f,
.rt-team-container .social-icons a:focus .fa-facebook-f {
	background: #3b5999;
	color: #fff;
	width: 30px;
	height: 30px;
}

.rt-team-container .social-icons a:hover .fa-x-twitter,
.rt-team-container .social-icons a:focus .fa-x-twitter {
	background: #222;
	color: #fff;
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-pinterest-p,
.rt-team-container .social-icons a:focus .fa-pinterest-p {
	background: #E60023;
	color: #fff;
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-bandcamp,
.rt-team-container .social-icons a:focus .fa-bandcamp {
	background: #3A95A5;
	color: #fff;
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-globe,
.rt-team-container .social-icons a:focus .fa-globe {
	background: #0e90b8;
	color: #fff;
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-github,
.rt-team-container .social-icons a:focus .fa-github {
	background: #1A1E22;
	color: #fff;
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-linkedin,
.rt-team-container .social-icons a:focus .fa-linkedin {
	background: #0080b1;
	color: #fff;
	width: 30px;
	height: 30px;
}

.rt-team-container .social-icons a .fa-bluesky{
	width: 30px;
	height: 30px;
}
.rt-team-container .social-icons a:hover .fa-bluesky{
	background: #0085FF;
	color: #fff;
}

.rt-team-container .social-icons a:hover .fa-xing,
.rt-team-container .social-icons a:focus .fa-xing {
	background: #1C5D5B;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-skype,
.rt-team-container .social-icons a:focus .fa-skype {
	background: #06bcff;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-whatsapp,
.rt-team-container .social-icons a:focus .fa-whatsapp {
	background: #25D366;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-telegram,
.rt-team-container .social-icons a:focus .fa-telegram {
	background: #29b6f6;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover  .far.fa-envelope ,
.rt-team-container .social-icons a:hover .fa-google-plus {
	background: #d04333;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-youtube {
	background: #cd322d;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-soundcloud {
	background: #ff5500;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-vimeo {
	background: #44bbff;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .social-icons a:hover .fa-instagram {
	background: #3e729a;
	color: #fff;
	width: 30px;
	height: 30px; }

.rt-team-container .round-img .social-icons a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-facebook-f {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-twitter {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-linkedin {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-google-plus {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-youtube {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-soundcloud {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-vimeo {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .round-img .social-icons a:hover .fa-instagram {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .tlp-detail .social-icons a {
	background-color: #00afd1; }

/***************** Contact info *******************/
.rt-team-container .contact-info {
	margin: 0px;
	padding: 0px 0px 10px 0px; }

.rt-team-container .contact-info ul {
	margin: 0px;
	padding: 0px;
	list-style: none; }

.rt-team-container .contact-info ul li {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	list-style: none !important;
	border: none;
	background: no-repeat; }
.rt-team-container .contact-info ul li a {
		color: inherit;
}
.md-modal .rt-team-container .contact-info ul li,
.md-modal .rt-team-container .contact-info ul li a {
		color: #fff;
}
.rt-team-container .contact-info ul li + li {
		margin-top: 10px;
}
.rt-team-container .contact-info i {
	width: 20px;
	margin-right: 4px;
	text-align: center;
}
.tlp-single-container .rt-extra-curriculum {
	margin-bottom: 15px
}

/******************** Layout 1 ***********************/
.rt-team-container .layout1 {
	position: relative; }

.rt-team-container .short-bio p  {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
	background: #007acc;
	color: #ffffff;
	padding: 10px; }
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .short-bio p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.rt-team-container .layout1 .single-team-area h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 22px; }

.rt-team-container .layout1 .single-team-area h3, .rt-team-container .layout1 .single-team-area h3 a, .rt-team-container .layout1 .tlp-position {
	color: #fff; }

.rt-team-container .layout1 .single-team-area img {
	max-width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.rt-team-container .layout1 .single-team-area:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1); }

.rt-team-container .layout1 .single-team {
	position: relative;
	overflow: hidden; }

.rt-team-container .layout1 .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.5s ease-out 0.15s;
	-moz-transition: all 0.5s ease-out 0.15s;
	-ms-transition: all 0.5s ease-out 0.15s;
	-o-transition: all 0.5s ease-out 0.15s;
	transition: all 0.5s ease-out 0.15s; }

.rt-team-container .layout1 .single-team-area .overlay,
.rt-team-container .layout1 .single-team-area .overlay-element h3,
.rt-team-container .layout1 .single-team-area .detile-popup {
	opacity: 0; }

.rt-team-container .layout1 .single-team-area:hover .overlay,
.rt-team-container .layout1 .single-team-area:hover .overlay-element h3,
.rt-team-container .layout1 .single-team-area:hover .detile-popup,
.rt-team-container .single-team-area:hover .overlay {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout1 .short-bio p {
	padding: 2px 0px 0px;
	margin-bottom: 10px; }

.rt-team-container .layout1 .overlay .social-icons {
	text-align: center;
	padding: 20% 0; }

.rt-team-container .layout1 .single-team:hover .overlay {
	top: 0; }

.rt-team-container .layout1 .single-team-area:hover > .single-team:before {
	display: none; }

.rt-team-container .layout1 .overlay-element {
	text-align: center;
	color: #ffffff; }

.rt-team-container .layout1 .overlay-element .detail-link i.fa {
	color: #ffffff;
	font-size: 20px;
	margin-top: 45%;
	z-index: 9999;
	padding: 4px 6px; }

.rt-team-container .layout1 .overlay-element .detail-link:hover i.fa {
	background: #fff;
	color: #ed344a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

/************************ Start Layout 2 ******************/
.rt-team-container .layout2 h3 {
	margin-top: 0;
	padding: 0; }

.rttm-content-area h3, .rttm-content-area .tlp-position {
		line-height: 1.3;
}

.rt-team-container .layout2 .single-team-area .img-area {
	padding: 0 0 15px 0; }

.rt-team-container .layout2 .short-bio p {
	margin-bottom: 10px; }

.rt-team-container .layout2 .round-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

/************************ End Layout 2 ********************/
/************************ Start Layout 3 ******************/
.rt-team-container .layout3 .tlp-content {
	background: none;
	padding: 10px 0px 8px; }
.rt-team-container .layout3 .single-team-area { text-align: center; }
.rt-team-container .layout3 .single-team-area h3 {
	margin-top: 15px;
	padding: 0px; }

.rt-team-container .layout3 .short-bio {
	padding: 0px 0px 0px; }

.rt-team-container .layout3 .round-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout3 .single-team-area  .contact-info {
		padding-bottom: 5px;
}

/************************ End Layout 3 ********************/
/************************ Start Layout 4 ******************/
.rt-team-container .layout4 .single-team-area {
	position: relative; }

.rt-team-container .layout4 .single-team-area h3 a, .rt-team-container .layout4 .single-team-area h3 {
	margin: 15px 7px 0px;
	padding: 0;
	text-align: center;
	color: #fff; }

.rt-team-container .layout4 .tlp-position {
	color: #fff;
	padding: 0px 15px; }

.rt-team-container .layout4 .short-bio {
	margin: 0px;
	padding: 0px; }

.rt-team-container .layout4 .tlp-btn-wrapper,
.rt-team-container .layout4 .social-icons {
	padding: 0px 15px;
	text-align: center;
}

.rt-team-container .layout4 .short-bio p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 5px;
	line-height: 20px; }

.rt-team-container .layout4 .single-team-area .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s; }

.rt-team-container .layout4 .single-team-area .tlp-content {
	text-align: center;
	padding: 20px;
	padding-top: 30%; }

.rt-team-container .layout4 .single-team-area .overlay, .rt-team-container .layout4 .single-team-area .detile-popup {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0; }

.rt-team-container .layout4 .single-team-area:hover .overlay,
.rt-team-container .layout4 .single-team-area:hover .detile-popup {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout4 .round-img .overlay {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 10%; }

.rt-team-container .layout4 .round-img .single-team-area:hover .overlay {
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout4 .round-img .tlp-content {
	background: none;
	padding-top: 15%; }

.rt-team-container .layout4 .round-img .overlay .social-icons {
	text-align: center;
	margin: 0;
	padding: 0; }

/************************ End Layout 4 ********************/
/************************ Start Layout 5 ******************/
.rt-team-container .layout5 .tlp-content {
	background: none; }

.rt-team-container .layout5 .table tr td {
	vertical-align: middle; }

.rt-team-container .layout5 .table > thead > tr > th,
.rt-team-container-layout5 .table > tbody > tr > th, .rt-team-container-layout5 .table > thead > tr > td, .table > tbody > tr > td {
	vertical-align: middle !important; }

.rt-team-container .layout5 .table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(0,0,0,.05);
}

/*********************** Start Layout 6 ********************/
.rt-team-container .layout6 .tlp-img-responsive {
	padding: 0 !important;
	margin: 0 !important; }

.rt-team-container .layout6 img.img-responsive.rt-profile-img {
	width: 100%; }

.rt-team-container .layout6 .tlp-info-block h3 a {
	color: #fff; }

.rt-team-container .layout6 .tlp-info-block h3 {
	margin: 15px 15px 2px 15px;
	padding: 0px;
	color: #fff;
}

.rt-team-container .layout6 .tlp-position {
	text-align: left;
	padding: 0px 15px;
	margin-bottom: 15px;
}
.rt-team-container .layout6 .tlp-position a{
	color: #fff;
}

.rt-team-container .layout6 .short-bio {
	margin: 0px;
	padding: 0px; }

.rt-team-container .layout6 .short-bio a,
.rt-team-container .layout6 .short-bio p {
	font-size: 14px;
	color: #fff;
	padding: 0px 15px 0px;
	margin-bottom: 10px;
	line-height: 20px; }

.rt-team-container .layout6 .tlp-img-block {
	padding: 0; }

.rt-team-container .layout6 .tlp-info-block {
	padding: 0 8px;
	padding-bottom: 20px;
	background: #fd662d;
	color: #fff;
	position: relative;
}
.rt-team-container.rt-team-container-114 .layout6 .contact-info ul li i{
	color: #fff;
}
.rt-team-container .layout6 .tlp-right-arrow:after {
	border-color: transparent #fd642d;
	border-style: solid;
	border-width: 0 34px 34px 0;
	content: " ";
	display: block;
	height: 0;
	left: -34px;
	position: absolute;
	top: 50%;
	width: 0; }

.rt-team-container .layout6 .tlp-left-arrow:after {
	border-color: #fd642d transparent transparent;
	border-style: solid;
	border-width: 34px 34px 0 0;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	right: -34px;
	top: 50%;
	width: 0;
	z-index: 2; }

.rt-team-container .layout6 .tlp-img.tlp-single-team {
	height: 100%;
	width: 100%; }

.rt-team-container .layout6 .tlp-img-responsive {
	width: 100%;
	height: 100%; }

.rt-team-container .layout6 .contact-info {
	margin: 0 0 10px;
	padding: 0 0 5px 15px; }

	.rt-team-container .layout6  .social-icons {
		padding-left: 10px;
}

@media (min-width: 768px) {
	.rt-team-container .layout6 .rt-grid-item .tlp-img-block,
	.rt-team-container .layout6 .rt-grid-item .tlp-info-block {
		height: 100%; } }
/*********************** End Layout 6 ********************/
/*********************** Start Layout 7 ********************/
.rt-team-container .layout7 .tlp-team-item h3 {
	margin: 0px 25px 2px !important;
	padding: 0px;
	color: #fff; }

.rt-team-container .layout7 .tlp-position {
	color: #fff;
	text-align: center;
	padding: 0px 25px;
	line-height: 22px; }

.rt-team-container .layout7 .social-icons {
	/* bottom: 25px; */
	/* left: 3px; */
	/* position: absolute; */
	/* right: 0; */
	text-align: center;
	margin-top: 0;
}

.rt-team-container .layout7 .caption-inner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		left: 15px;
}

.rt-team-container .layout7 .tlp-team-item {
	position: relative;
	text-align: center;
	cursor: pointer; }

.rt-team-container .layout7 .tlp-team-item img {
	position: relative;
	display: block; }

.rt-team-container .layout7 .tlp-team-item figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.rt-team-container .layout7 .tlp-team-item figcaption::before,
.rt-team-container .layout7 .tlp-team-item figcaption::after {
	pointer-events: none; }

.rt-team-container .layout7 .tlp-team-item figcaption {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rt-team-container .layout7 .tlp-team-item figcaption .rt-content-area{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.rt-team-container .layout7 .tlp-team-item img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; }

.rt-team-container .layout7 figcaption:hover {
	opacity: 1;
	background-color: rgba(46, 44, 44, 0.4); }

.rt-team-container .layout7 .tlp-team-item:hover .tpl-social {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30px; }

.rt-team-container .layout7 .tlp-team-item figcaption::before,
.rt-team-container .layout7 .tlp-team-item figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s; }

.rt-team-container .layout7 .tlp-team-item figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1); }

.rt-team-container .layout7 .tlp-team-item figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0); }

.rt-team-container .layout7 .tlp-team-item h3 {
	padding-top: 2%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0; }

.rt-team-container .layout7 .tlp-team-item .tlp-position,
.rt-team-container .layout7 .tlp-team-item:hover .short-bio {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .layout7 .tlp-team-item:hover figcaption::before,
.rt-team-container .layout7 .tlp-team-item:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout7 .tlp-team-item:hover h3,
.rt-team-container .layout7 .tlp-team-item:hover .short-bio,
.rt-team-container .layout7 .tlp-team-item:hover .tlp-position {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.rt-team-container .layout7 .tlp-team-item .short-bio {
	opacity: 0;
	padding: 0px 10px 5px; }

.rt-team-container .layout7 .tlp-team-item:hover .tlp-position {
		margin-bottom: 12px;
}
.rt-team-container .layout7 .short-bio p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px 0px;
	margin-bottom: 10px;
	line-height: 20px; }

.rt-team-container .layout7 .round-img .tlp-team-item figcaption {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout7 .round-img figcaption::before,
.rt-team-container .layout7 .round-img figcaption::after {
	border: none; }

.rt-team-container .layout7 .round-img .social-icons {
	bottom: 50px; }

/*********************** End Layout 7 ********************/
/*********************** Start Layout 8 ********************/
.rt-team-container .layout8 .tlp-position {
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 22px; }

.rt-team-container .layout8 .single-team-area {
	position: relative;
	overflow: hidden;
}

.rt-team-container .layout8 .single-team-area img {
	position: relative;
	display: block; }

.rt-team-container .layout8 .tlp-overlay {
	background: none !important;
	overflow: hidden;
	padding: 15px;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0;
	color: #fff;
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
}

.rt-team-container .layout8 .tlp-overlay .tlp-title {
	background-color: rgba(245, 46, 46, 0.9);
	color: #fff;
	opacity: 0;
	padding: 20px 30px 30px;
	margin: 0px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -100%;
	height: auto;
	transition: 0.3s;
}
.rt-team-container .layout8 .tlp-overlay .tlp-position {
		margin-bottom: 8px !important;
}

.rt-team-container .layout8 .tlp-overlay h3, .rt-team-container .layout8 .tlp-overlay h3 a {
	color: #fff;
	font-size: 20px; }

.rt-team-container .layout8 .tlp-overlay .tlp-content2 {
	background: none;
	position: absolute;
	bottom: 70px;
	text-align: center; }

.rt-team-container .layout8 .tlp-overlay .tlp-content2 p {
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 5px; }

.rt-team-container .layout8 .tlp-overlay h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.rt-team-container .layout8 .tlp-overlay h3 {
	margin: 0px;
	margin-bottom: 2px !important;
	line-height: 1.2;
	padding: 0px 0px;
}

.rt-team-container .layout8 .tlp-overlay .tlp-position,
.rt-team-container .layout8 .tlp-overlay .tlp-position a {
	color: #fff;
	line-height: 22px;
	margin: 0px;
	padding: 0px; }

.rt-team-container .layout8 .single-team-area:hover img {
	opacity: .9;
}
.rt-team-container .layout8 .single-team-area:hover .tlp-title{
	bottom: 0;
	opacity: 1;
}

.rt-team-container .layout8 .single-team-area:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s; }

.rt-team-container .layout8 .round-img .tlp-overlay,
.rt-team-container .layout8 .round-img .single-team-area img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*********************** End Layout 8 ********************/
/*********************** Layout 9 ************************/
.rt-team-container .layout9 .single-team-area {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: center; }

.rt-team-container .layout9 img {
	position: relative;
	display: block; }

.rt-team-container .layout9 .tlp-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.rt-team-container .layout10 .short-bio{
	margin: 0 0 15px;
}
.rt-team-container .layout10 .tlp-position a,
.rt-team-container .layout10 .short-bio a,
.rt-team-container .layout9 .tlp-position a{
	color: #fff;
}
.rt-team-container .layout9 .single-team-area:hover .tlp-overlay-inner {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.rt-team-container .layout9 .single-team-area img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15); }

.rt-team-container .layout9 .single-team-area:hover img {
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout9 .single-team-area h3 {
	font-size: 24px;
	margin-top: 60%;
	padding: 0px 15px !important;
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .layout9 .tlp-position {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .layout9 .single-team-area h3 a {
	color: #fff; }

.rt-team-container .layout9 .single-team-area p {
	margin: 0;
	padding: 5px 15px 14px 15px;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1); }

.rt-team-container .layout9 .single-team-area  .short-bio {
		padding-top: 5px;
}

.rt-team-container .layout9 .single-team-area:hover .tlp-overlay {
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.35s ease-out 0.15s;
	-moz-transition: all 0.35s ease-out 0.15s;
	-ms-transition: all 0.35s ease-out 0.15s;
	-o-transition: all 0.35s ease-out 0.15s;
	transition: all 0.35s ease-out 0.15s; }

.rt-team-container .layout9 .single-team-area .social-icons {
	margin: 0px;
	text-align: center;
	padding: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1); }

.rt-team-container .layout9 .single-team-area:hover .social-icons {
	opacity: 1;
	padding: 0px 15px;
	transform: translate3d(0, 0, 0) scale(1.1);
}

.rt-team-container .layout9 .single-team-area:hover h3 {
	margin-top: 5%;
	padding: 0px 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.rt-team-container .layout9 .single-team-area:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

.rt-team-container .layout9 .single-team-area:hover .tlp-position {
	padding: 0px 15px;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0); }

.rt-team-container .layout9 .round-img .tlp-overlay,
.rt-team-container .layout9 .round-img .single-team-area img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout9 .round-img .single-team-area img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1); }


/************************* Layout 10 **************************/
.rt-team-container .layout10 .image-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 11px; }

.rt-team-container .layout10 .image-container img {
	-webkit-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	transition: all 1.1s ease;
	max-width: 100%; }

.rt-team-container .layout10 .image-container:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }

.rt-team-container .layout10 .tlp-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.5s ease-out 0.15s;
	-moz-transition: all 0.5s ease-out 0.15s;
	-ms-transition: all 0.5s ease-out 0.15s;
	-o-transition: all 0.5s ease-out 0.15s;
	transition: all 0.5s ease-out 0.15s;
	text-align: center; }

.rt-team-container .layout10 .tlp-overlay .tlp-title {
	padding: 2px 10px !important;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.5s ease-out 0.15s;
	-moz-transition: all 0.5s ease-out 0.15s;
	-ms-transition: all 0.5s ease-out 0.15s;
	-o-transition: all 0.5s ease-out 0.15s;
	transition: all 0.5s ease-out 0.15s;
	display: block;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 1px 0;
	margin: 25px 0px 5px;
	color: #000;
	font-size: 20px; }

.rt-team-container .layout10 .tlp-position {
	padding: 8px 10px;
	color: #fff; }

.rt-team-container .layout10 .tlp-overlay:hover .tlp-title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }

.rt-team-container .layout10 .tlp-overlay .tlp-title h3 {
	padding: 8px 10px 2px !important;
	margin: 0px;
	color: #000; }

.rt-team-container .layout10 .tlp-overlay .tlp-title h3 a {
	color: #000; }

.rt-team-container .layout10 .tlp-overlay p {
	padding: 2px 10px 10px;
	margin: 0px;
	line-height: 20px; }

.rt-team-container .layout10 .tlp-overlay {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 0.15s;
	-moz-transition: all 0.5s ease-out 0.15s;
	-ms-transition: all 0.5s ease-out 0.15s;
	-o-transition: all 0.5s ease-out 0.15s;
	transition: all 0.5s ease-out 0.15s; }

.rt-team-container .layout10 .image-container:hover .tlp-overlay {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }

.rt-team-container .layout10 .tlp-team-item {
	margin: 6px;
	border: 6px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.rt-team-container .layout10 .tlp-team-item .tlp-info h3,
.rt-team-container .layout10 .tlp-team-item .tlp-info h3 a {
	margin: 15px 5px;
	padding: 0; }

.rt-team-container .layout10 .round-img .tlp-overlay,
.rt-team-container .layout10 .round-img .tlp-team-item,
.rt-team-container .layout9 .round-img .image-container img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout10 .round-img .image-container img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout10 .tlp-team-item .tlp-title {
		padding: 10px 10px 5px;
}

/*********************** Start Layout 11 ********************/
.rt-team-container .layout11 .tlp-position {
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 22px; }

.rt-team-container .layout11 .single-team-area {
	position: relative;
	overflow: hidden; }

.rt-team-container .layout11 h3 {
	margin-top: 0;
	flex: 0 0 100%;
	line-height: 1.2;
}

.rt-team-container .layout11 .single-team-area img {
	position: relative;
	display: block; }

.rt-team-container .layout11 .single-team-area .tlp-overlay {
	background: none !important;
	overflow: visible !important;
	padding: 15px;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	top: 0;
	color: #fff;
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	text-align: center;
}

.rt-team-container .layout11 .single-team-area .tlp-title {
	background-color: rgba(245, 46, 46, 0.9);
	color: #fff;
	opacity: 1;
	padding: 10px 10px;
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	/* height: 50px; */
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.rt-team-container .layout11 .single-team-area .tlp-title * {
	flex: 0 0 100%;
	margin: 0px !important;
	color: #fff;
}

.rt-team-container .layout11.carousel-item .single-team-area .carousel-item{

}
.rt-team-container .layout11.carousel-item .single-team-area .carousel-item .tlp-position {
		margin-bottom: 5px;
}
/* .rt-team-container .layout11:not(.carousel-item) .single-team-area .tlp-title {
	display: flex;
	align-items: center;
	width: 100%;
	flex: 0 0 100%;
} */

.rt-team-container .layout11 .tlp-overlay h3,
.rt-team-container .layout11 .tlp-overlay h3 a {
	color: #fff;
	font-size: 20px; }

.rt-team-container .layout11 .tlp-overlay .tlp-content2 {
	background: none;
	position: absolute;
	bottom: 70px;
	text-align: center; }

.rt-team-container .layout11 .tlp-overlay .tlp-content2 p {
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 5px; }

.rt-team-container .layout11 .tlp-overlay h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0); }

.rt-team-container .layout11 .tlp-overlay h3 {
	margin: 0px;
	margin-bottom: 2px !important;
	padding: 0px 0px; }

.rt-team-container .layout11 .tlp-overlay .tlp-position {
	color: #fff;
	line-height: 22px;
	margin: 0px;
	padding: 0px; }

.rt-team-container .layout11 .single-team-area:hover img {
	opacity: .9; }

.rt-team-container .layout11 .single-team-area:hover .tlp-title {
	opacity: 1; }

.rt-team-container .layout11 .round-img .single-team-area h3 {
	margin-bottom: 0px !important; }

.rt-team-container .layout11 .round-img .single-team-area:hover .tlp-overlay,
.rt-team-container .layout11 .round-img .single-team-area {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout11 .single-team-area .social-icons {
	opacity: 0;
	text-align: center;
}
.rt-team-container .layout11 .readmore-btn{
	margin-top: 10px;
}
.rt-team-container .social-icons{
	transition: 0.3s;
}
.rt-team-container .layout11 .single-team-area:hover .social-icons {
	opacity: 1;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.rt-team-container .layout11 .single-team-area:hover .social-icons {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.rt-team-container .layout11 .single-team-area .readmore-btn {
	transition: 0.3s;
}
.rt-team-container .layout11 .single-team-area:not(:hover) .readmore-btn {
	opacity: 0;
	visibility: hidden;
}

/*********************** Layout 12 ************************/
.rt-team-container .layout12 .single-team-area {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: center; }

.rt-team-container .layout12 img {
	position: relative;
	display: block; }

.rt-team-container .layout12 .tlp-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0px;
		color: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		display: flex;
		align-items: flex-end;
		justify-content: center;
}

.rt-team-container .layout12 .tlp-overlay .tlp-overlay-inner {
		flex: 0 0 100%;
		padding-bottom: 20px;
}

.rt-team-container .layout12 .single-team-area img {
	-webkit-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	transition: all 1.1s ease;
	max-width: 100%; }

.rt-team-container .layout12 .single-team-area:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }

.rt-team-container .layout12 .single-team-area h3 {
	font-size: 24px;
	/* margin-top: 65%; */
	padding: 0px !important;
	margin-bottom: 5px !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	overflow: hidden;

}
.rt-team-container .layout12 .single-team-area h3 .team-name {
	background: #0850d0;
	padding: 3px 10px;
	overflow: hidden;
	display: inline-block;
	color: #fff; }

.rt-team-container .layout12 .tlp-position {
	margin-top: 8px;
	margin-bottom: 15px;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

}

.rt-team-container .layout12 .tlp-position span {
	background: #313131;
	padding: 5px 10px;
	color: #fff; }

.rt-team-container .layout12 .single-team-area h3 a {
	display: block;
	color: #fff; }

.rt-team-container .layout12 .single-team-area p {
	margin: 0;
	padding: 5px 15px 14px 15px;
	line-height: 20px;
	/* opacity: 0; */
	display: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}

.rt-team-container .layout12 .single-team-area:hover .tlp-overlay {
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.35s ease-out 0.15s;
	-moz-transition: all 0.35s ease-out 0.15s;
	-ms-transition: all 0.35s ease-out 0.15s;
	-o-transition: all 0.35s ease-out 0.15s;
	transition: all 0.35s ease-out 0.15s; }

.rt-team-container .layout12 .single-team-area .social-icons {
	margin: 0px;
	text-align: center;
	padding: 0px;
	/* opacity: 0; */
	display: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 0px, 0) scale(1.1);
	transform: translate3d(0, 0px, 0) scale(1.1); }

.rt-team-container .layout12 .tlp-overlay .tlp-overlay-inner .short-bio {
		margin-bottom: 15px;
}

.rt-team-container .layout12 .single-team-area:hover .social-icons {
	/* opacity: 1; */
	display: block;
	padding: 0px 15px; }

.rt-team-container .layout12 .single-team-area:hover h3 {
	text-align: center !important;
	line-height: 1.2;
	padding: 0px 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }


.rt-team-container .layout12 .single-team-area:hover p {
	/* opacity: 1; */
	display: block;
	padding-bottom: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

.rt-team-container .layout12 .single-team-area:hover .tlp-position {
	text-align: center !important;
	margin-top: 0px;
	padding: 0px 15px;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0); }

.rt-team-container .layout12 .single-team-area:hover h3 .team-name,
.rt-team-container .layout12 .single-team-area:hover .tlp-position span {
	background: none !important;
	padding: 0px;
	overflow: hidden;
	line-height: 1;
}

.rt-team-container .layout12 .round-img .tlp-overlay,
.rt-team-container .layout12 .round-img .single-team-area img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .layout12 .round-img .single-team-area img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .layout12 .round-img .single-team-area:hover h3 {
	margin-top: 25%; }

.rt-team-container .layout10 .tlp-team-item .tlp-info {
		overflow: hidden;
}
.rt-team-container .layout10 .tlp-team-item .tlp-info h3 {
		margin-top: 10px;
}
.rt-team-container .layout12 .single-team-area:hover .tlp-position a{
	color: #fff;
}
.rt-team-container .layout12 .single-team-area .readmore-btn{
	transition: 0.3s;
}
.rt-team-container .layout12 .single-team-area:not(:hover) .readmore-btn{
	opacity: 0;
	visibility: hidden;
}

/*********************** Layout 13 ************************/
.rt-team-container .layout13 .single-team-area,
.rt-team-container .isotope8 .single-team-area {
	position: relative;
	line-height: 1.3;
}

.rt-team-container .layout13 .tlp-overlay h3,
.rt-team-container .isotope8 .tlp-overlay h3 {
	margin-top: 0; }

.rt-team-container .layout13 .tlp-overlay,
.rt-team-container .isotope8 .tlp-overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.7); }

.rt-team-container .layout13 .single-team-area:hover:after,
.rt-team-container .isotope8 .single-team-area:hover:after {
	content: initial; }

.rt-team-container .layout13 .single-team-area .tlp-overlay .social-icons a,
.rt-team-container .isotope8 .single-team-area .tlp-overlay .social-icons a {
	color: #000; }

/************************ isotope 1 ******************/
.rt-team-container .isotope1 .team-member figure {
	position: relative; }

.rt-team-container .isotope1 .team-member h3 a {
	color: #fff; }

.rt-team-container .isotope1 .team-member h3 {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 4px; }

.rt-team-container .isotope1 .team-member .overlay .tlp-position, .rt-team-container .isotope1 .team-member .overlay .tlp-position a {
	color: #fff;
	text-align: center; }

.rt-team-container .isotope1 .team-member {
	overflow: hidden;
	position: relative; }

.rt-team-container .isotope1 .overlay .short-bio {
	padding-top: 5px;
	margin-bottom: 10px;
	line-height: 20px; }

.rt-team-container .isotope1 .team-member .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align: center;
	padding: 20px;
	display: inline-block;
	float: left;
}
.rt-team-container .isotope3 .team-member .tlp-position a{
	color: #fff;
}
.rt-team-container .isotope3 .tlp-btn-wrapper{
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.rt-team-container .isotope3 .single-team-area:hover .tlp-btn-wrapper{
	opacity: 1;
	visibility: visible;
}
.rt-team-container .isotope3 .team-member .overlay-element,
.rt-team-container .isotope1 .team-member .overlay .overlay-element{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

.rt-team-container .isotope1 .team-member .overlay,
.rt-team-container .isotope1 .team-member .detile-popup {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0; }

.rt-team-container .isotope1 .team-member:hover .overlay,
.rt-team-container .isotope1 .team-member:hover .detile-popup {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }

.rt-team-container .isotope1 .button-group {
	text-align: center;
	padding-bottom: 20px; }

.rt-team-container .isotope1 .button-group button {
	background: #000000;
	border: none;
	color: #fff;
	text-transform: none;
	font-weight: 400 !important;
	margin: 5px;
	padding: 10px 15px;
	outline: 0px; }

.rt-team-container .isotope1 .button-group button:hover {
	opacity: .8; }

.rt-team-container .isotope1 .button-group .selected {
	background: #26aae1; }

.rt-team-container .isotope1 .social-icons {
	padding-top: 10px;
}

/*********************** End Isotope 1 ********************/
/*********************** Start Isotope 2 ********************/
.rt-team-container .isotope2 h3 {
	padding-top: 10px !important;
	margin: 0px; }

.rt-team-container .isotope2 .tlp-content {
	background: none;
	padding-top: 0px; }

.rt-team-container .isotope2 .team-item {
	display: inline-block;
	float: left; }

.rt-team-container .isotope2 .short-bio {
	padding-top: 5px; }

.rt-team-container .isotope2 .short-bio p {
	margin: 0px 0px 10px; }

.rt-team-container .isotope2 .social-icons {
	padding-top: 5px; }
.rt-team-container .isotope2  .team-member figure {
		margin-bottom: 10px;
}
.rt-team-container .isotope2  .social-icons a{
	color: #1e73be;
}
/*********************** End Isotope 2 ********************/
/******************************** Isotope 3 ****************************/
.rt-team-container .isotope3 .single-team-area {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center; }

.rt-team-container .isotope3 img {
	position: relative;
	display: block; }

.rt-team-container .isotope3 .tlp-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.rt-team-container .isotope3 .single-team-area img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15); }

.rt-team-container .isotope3 .single-team-area:hover img {
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .isotope3 .single-team-area h3 {
	font-size: 24px;
	margin-top: 60%;
	padding: 0px 15px !important;
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .isotope3 .tlp-position {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .isotope3 .single-team-area h3 a {
	color: #fff; }

.rt-team-container .isotope3 .single-team-area p {
	margin: 0;
	padding: 5px 15px 14px 15px;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1); }

.rt-team-container .isotope3 .single-team-area:hover .tlp-overlay {
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.35s ease-out 0.15s;
	-moz-transition: all 0.35s ease-out 0.15s;
	-ms-transition: all 0.35s ease-out 0.15s;
	-o-transition: all 0.35s ease-out 0.15s;
	transition: all 0.35s ease-out 0.15s; }

.rt-team-container .isotope3 .single-team-area .social-icons {
	margin: 0px;
	text-align: center;
	padding: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	/* -webkit-transform: translate3d(0, 20px, 0) scale(1.1); */
	/* transform: translate3d(0, 20px, 0) scale(1.1); */
 }

.rt-team-container .isotope3 .single-team-area:hover .social-icons {
	opacity: 1;
	padding: 0px 15px; }

.rt-team-container .isotope3 .single-team-area:hover h3 {
	margin-top: 15%;
	padding: 0px 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.rt-team-container .isotope3 .single-team-area:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

.rt-team-container .isotope3 .single-team-area:hover .tlp-position {
	padding: 0px 15px;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0); }

/*********************** Start Isotope 4 ********************/
.rt-team-container .isotope4 .tlp-team-item h3 {
	margin: 15px 25px 2px !important;
	padding: 0px;
	color: #fff; }

.rt-team-container .isotope4 .tlp-position {
	color: #fff;
	text-align: left;
	padding: 0px 25px;
	line-height: 22px; }

/* .rt-team-container .isotope4 .social-icons {
	bottom: 25px;
	left: 24px;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center; }
	 */
.rt-team-container .isotope4 .tlp-team-item .short-bio p:last-child {
		margin: 0;
}
.rt-team-container .isotope4 .social-icons {
		bottom: inherit;
		position: relative;
		left: 0;
		text-align: center;
		margin-top: 0;
}

.rt-team-container .isotope4 .tlp-team-item {
	position: relative;
	text-align: center;
	cursor: pointer; }

.rt-team-container .isotope4 .tlp-team-item img {
	position: relative;
	display: block;
}

.rt-team-container .isotope4 .tlp-team-item figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rt-team-container .isotope4 .tlp-team-item figcaption .caption-inner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.rt-team-container .isotope4 .tlp-team-item figcaption::before,
.rt-team-container .isotope4 .tlp-team-item figcaption::after {
	pointer-events: none; }

.rt-team-container .isotope4 .tlp-team-item figcaption {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.rt-team-container .isotope4 .tlp-team-item img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; }

.rt-team-container .isotope4 figcaption:hover {
	opacity: 1;
	background-color: rgba(46, 44, 44, 0.4); }

.rt-team-container .isotope4 .tlp-team-item:hover .tpl-social {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30px; }

.rt-team-container .isotope4 .tlp-team-item figcaption::before,
.rt-team-container .isotope4 .tlp-team-item figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s; }

.rt-team-container .isotope4 .tlp-team-item figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1); }

.rt-team-container .isotope4 .tlp-team-item figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0); }

.rt-team-container .isotope4 .tlp-team-item h3 {
	padding-top: 2%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0; }

.rt-team-container .isotope4 .tlp-team-item .tlp-position{
	text-align: center;
}
.rt-team-container .isotope4 .tlp-team-item .tlp-position,
.rt-team-container .isotope4 .tlp-team-item:hover .short-bio {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0); }

.rt-team-container .isotope4 .tlp-team-item:hover figcaption::before,
.rt-team-container .isotope4 .tlp-team-item:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1); }

.rt-team-container .isotope4 .tlp-team-item:hover h3,
.rt-team-container .isotope4 .tlp-team-item:hover .short-bio,
.rt-team-container .isotope4 .tlp-team-item:hover .tlp-position {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.rt-team-container .isotope4 .tlp-team-item .tlp-position a{
	color: #fff;

}

.rt-team-container .isotope4 .tlp-team-item .short-bio {
	opacity: 0;
	padding: 0px 10px 10px; }

.rt-team-container .isotope4 .short-bio p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px 0px;
	margin-bottom: 10px;
	line-height: 20px; }

.rt-team-container .isotope4 .round-img .tlp-team-item figcaption {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }

.rt-team-container .isotope4 .round-img figcaption::before,
.rt-team-container .isotope4 .round-img figcaption::after {
	border: none; }

/*********************** Start Isotope 5 ********************/
.rt-team-container .isotope5 .tlp-position,
.rt-team-container .isotope5 .tlp-position a {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 22px; }

.rt-team-container .isotope5 .single-team-area {
	position: relative;
	overflow: hidden; }

.rt-team-container .isotope5 .single-team-area img {
	position: relative;
	display: block; }

.rt-team-container .isotope5 .tlp-overlay .tlp-content-inner-is5 {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 75px;
	width: 100%;
	text-align: center;
	transition: 0.3s;
}

.rt-team-container .isotope5 .tlp-overlay .tlp-title {
	background-color: rgba(245, 46, 46, 0.9);
	color: #fff;
	opacity: 1;
	padding: 5px 15px;
	margin: 0px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 60px;
	height: 150px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0); }

.rt-team-container .isotope5 .tlp-overlay h3,
.rt-team-container .isotope5 .tlp-overlay h3 a {
	color: #fff;
	font-size: 20px; }

.rt-team-container .isotope5 .tlp-overlay .tlp-content2 {
	background: none;
	position: absolute;
	bottom: 70px;
	text-align: center; }

.rt-team-container .isotope5 .tlp-overlay .tlp-content2 p {
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 5px; }

.rt-team-container .isotope5 .tlp-overlay h3 {
	margin: 0px;
	margin-bottom: 0px !important;
	padding: 0px 0px; }

.rt-team-container .isotope5 .tlp-overlay .tlp-position, .rt-team-container .isotope5 .tlp-overlay .tlp-position a {
	color: #fff;
	line-height: 22px;
	margin: 0px;
	padding: 0px; }

.rt-team-container .isotope5 .single-team-area:hover .tlp-overlay,
.rt-team-container .isotope5 .single-team-area:hover .short-bio,
.rt-team-container .isotope5 .single-team-area:hover .social-icons {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.rt-team-container .isotope5 .single-team-area:hover .short-bio,
.rt-team-container .isotope5 .single-team-area:hover .tlp-content-inner-is5 {
	opacity: 1;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

/*********************** Isotope 6 ************************/
.rt-team-container .isotope6 .single-team-area {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center; }

.rt-team-container .isotope6 img {
	position: relative;
	display: block; }

.rt-team-container .isotope6 .tlp-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.rt-team-container .isotope6 .single-team-area img {
	-webkit-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	transition: all 1.1s ease;
	max-width: 100%; }

.rt-team-container .isotope6 .single-team-area:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }

.rt-team-container .isotope6 .single-team-area h3 {
	font-size: 24px;
	margin-top: 65%;
	padding: 0px !important;
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	overflow: hidden;
	transform: translate3d(0, 20px, 0); }

.rt-team-container .isotope6 .single-team-area h3 .team-name {
	background: #0850d0;
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
}

.rt-team-container .isotope6 .single-team-area .tlp-btn-wrapper{
	margin-top: 35px;
	transition: 0;
}

.rt-team-container .isotope6 .tlp-position {
		margin-top: 8px;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
		overflow: hidden;
		display: block;
		padding: 5px 5px;
}

.rt-team-container .isotope6 .tlp-position span {
	background: #313131;
	padding: 5px 10px;
	color: #fff; }

.rt-team-container .isotope6 .single-team-area h3 a {
	color: #fff; }

.rt-team-container .isotope6 .single-team-area p {
	margin: 0;
	padding: 5px 15px 5px 15px;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1); }

.rt-team-container .isotope6 .single-team-area:hover .tlp-overlay {
	background-color: rgba(217, 35, 45, 0.85);
	-webkit-transition: all 0.35s ease-out 0.15s;
	-moz-transition: all 0.35s ease-out 0.15s;
	-ms-transition: all 0.35s ease-out 0.15s;
	-o-transition: all 0.35s ease-out 0.15s;
	transition: all 0.35s ease-out 0.15s; }

.rt-team-container .isotope6 .single-team-area .social-icons {
	margin: 0px;
	text-align: center;
	padding: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1); }

.rt-team-container .isotope6 .single-team-area:hover .social-icons {
		opacity: 1;
		padding: 0px 15px;
		margin-top: -10px;
}

.rt-team-container .isotope6 .single-team-area:hover h3 {
	text-align: center !important;
	margin-top: 15%;
	padding: 0px 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.rt-team-container .isotope6 .single-team-area:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

.rt-team-container .isotope6 .single-team-area:hover .tlp-position {
	text-align: center !important;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0); }

.rt-team-container .isotope6 .single-team-area:hover h3 .team-name,
.rt-team-container .isotope6 .single-team-area:hover .tlp-position span {
	/* background: none !important; */
}

.rt-team-container .isotope7 .tlp-overlay {
		padding: 15px;
}

.rt-team-container .isotope7 .tlp-overlay .social-icons {
	margin-top: 15px;
}
.rt-team-container .isotope7 .tlp-overlay .social-icons a{
	color: #1e73be;
}

/*************************** End Isotope ***********************/


/******************************* Layout Carousel *********************/

.rt-carousel-holder .carousel-item {
		display: block;
}

.rt-carousel-holder.top-nav .swiper-nav {
	position: absolute;
	right: 0;
	top: -30px;
}

.rt-carousel-holder.swiper-rtl.top-nav .swiper-nav {
	right: auto;
	left: 100px;
}

.rt-carousel-holder .swiper-arrow::after {
	content: none !important;
}

.rt-carousel-holder.top-nav .swiper-button-next {
	right: 15px;
}

.rt-carousel-holder.top-nav .swiper-button-prev {
	left: -85px;
}

.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-prev {
	right: 15px;
	left: auto;
}

.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-next {
	left: -85px;
	right: auto;
}

.rt-carousel-holder.standard-nav .swiper-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
}

.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav {
	margin-top: 0;
}

.tlp-widget-holder .rt-carousel-holder.standard-nav.has-dots .swiper-nav {
	margin-top: -15px;
}

.rt-carousel-holder.bottom-nav .swiper-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
	bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rt-team-container .rt-carousel-holder.bottom-nav .swiper-nav + .swiper-pagination {
	margin-top: 40px;
}

.rt-carousel-holder.standard-nav .swiper-nav .swiper-arrow {
	top: 7.5px;
}

.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next {
	right: -12px;
}

.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev {
	left: -12px;
}

.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next {
	right: 0;
}

.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev {
	left: 0;
}

.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-next {
	right: auto;
    left: 5px;
}

.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-prev {
	left: auto;
    right: 5px;
}

.rt-carousel-holder .swiper-arrow {
	width: 30px;
	height: 30px;
	background: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.rt-carousel-holder .swiper-arrow:hover {
	background: #333;
}

.rt-carousel-holder .swiper-arrow i {
	color: #fff;
}

.rt-carousel-holder.swiper-rtl .swiper-button-prev i,
.rt-carousel-holder.swiper-rtl .swiper-button-next i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rt-carousel-holder.bottom-nav.no-dots {
	margin-bottom: 40px;
}

.rt-carousel-holder.bottom-nav.no-dots.no-nav {
	margin-bottom: 0;
}

.rt-carousel-holder.bottom-nav.no-dots .swiper-nav {
	bottom: 20px;
}

#team-member-profile-gallery .profile-img-wrapper {
	margin-bottom: 30px;
}

#team-member-profile-gallery .swiper-arrow {
	position: absolute;
	top: 50%;
	font-size: 18px;
	background: #000;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -35px;
}

#team-member-profile-gallery .swiper-arrow:hover {
	background: #333;
}

#team-member-profile-gallery .swiper-arrow::after {
	content: none;
}

#team-member-profile-gallery .swiper-button-prev {
	left: 15px;
}

#team-member-profile-gallery .swiper-button-next {
	right: 15px;
}

.rt-smart-modal #team-member-profile-gallery .swiper-button-prev,
.tlp-md-content-holder #team-member-profile-gallery .swiper-button-prev {
	left: 0;
}

.rt-smart-modal #team-member-profile-gallery .swiper-button-next,
.tlp-md-content-holder #team-member-profile-gallery .swiper-button-next {
	right: 0;
}

.rt-smart-modal #team-member-profile-gallery .swiper-pagination,
.tlp-md-content-holder #team-member-profile-gallery .swiper-pagination {
	display: none;
}

.rt-team-container .rt-carousel-holder.swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 10px 5px 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.rt-carousel-holder .swiper-pagination-bullet:hover {
	background: #000;
	opacity: 0.75;
}

.rt-carousel-holder .swiper-pagination-bullet-active {
	opacity: 0.75;
	background: #000;
}

.rt-carousel-holder.swiper-autoheight .swiper-pagination  {
	margin-top: 20px;
}

.rt-carousel-holder.swiper-autoheight .swiper-pagination,
.rt-team-container .swiper-pagination-bullets-dynamic {
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: none !important;
	transform: none !important;
}

.rt-team-container .rt-carousel-holder .swiper-pagination {
	width: calc(100% - 30px);
	bottom: -20px;
	height: 30px;
	margin-top: 20px;
}

.rt-team-container .carousel11 .rt-carousel-holder .swiper-pagination {
	margin-top: 30px;
}

.rt-pos-s {
	position: static !important;
}

.rt-pos-r {
	position: relative !important;
}

.rt-smart-modal .rt-pos-s,
.tlp-md-content-holder .rt-pos-s {
	position: relative !important;
}

.rt-carousel-holder .default-img {
	width: 100%;
}
.carousel5 .tlp-btn-wrapper {
	margin: 0 10px 20px;
}
.rt-carousel-holder .default-img + .swiper-lazy-preloader {
	display: none;
}
.rt-team-container .carousel8 .tlp-overlay .tlp-position a,
.rt-team-container .carousel8 .tlp-overlay .team-name a{
	color: #fff;
}
.rt-team-container .carousel8 .rt-grid-item .single-team-area,
.rt-team-container .isotope9 .rt-grid-item .single-team-area,
.rt-team-container .layout14 .rt-grid-item .single-team-area {
	overflow: hidden;
	position: relative;
}

.rt-team-container .carousel8 .rt-grid-item .tlp-image-wrapper,
.rt-team-container .isotope9 .rt-grid-item .tlp-image-wrapper,
.rt-team-container .layout14 .rt-grid-item .tlp-image-wrapper{
	position: relative;
}


.rt-team-container .carousel8 .rt-grid-item .single-team-area .tlp-btn-inner,
.rt-team-container .isotope9 .rt-grid-item .single-team-area .tlp-btn-inner,
.rt-team-container .layout14 .rt-grid-item .single-team-area .tlp-btn-inner {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.rt-team-container .carousel8 .rt-grid-item .single-team-area:hover .tlp-btn-inner,
.rt-team-container .isotope9 .rt-grid-item .single-team-area:hover .tlp-btn-inner,
.rt-team-container .layout14 .rt-grid-item .single-team-area:hover .tlp-btn-inner {
	opacity: 1;
	visibility: visible;
}

.rt-team-container .layout14 .rt-grid-item .tlp-overlay,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay,
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay {
	text-align: center;
	padding: 15px 0 15px 0;
	background: #00bfa5;
	width: 100%;
	position: absolute;
	bottom: -52px;
	z-index: 2;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
	-ms-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
	-o-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
	transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
}

.rt-team-container .layout14 .rt-grid-item .tlp-overlay .social-icons,
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay .social-icons,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay .social-icons {
	position: relative;
	margin-top: 15px;
	padding-top: 5px;
	transition: 0.3s all;
	opacity: 0;
}

.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay .social-icons,
.rt-team-container .carousel8 .rt-grid-item:hover .tlp-overlay .social-icons,
.rt-team-container .isotope9 .rt-grid-item:hover .tlp-overlay .social-icons {
	opacity: 1;
	padding-top: 0;
}
.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay .social-icons{
	margin-top: 5px;
}
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay h3 a:hover,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay h3 a:hover,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay h3 a:hover {
	color: #00bfa5; }

.rt-team-container .carousel8 .rt-grid-item .tlp-overlay h3,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay h3,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay h3 {
	margin: 0; }


.rt-team-container .carousel8 .rt-grid-item .tlp-overlay .social-icons:before,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay .social-icons:before,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay .social-icons:before {
	content: "";
	background: #00bfa5;
	height: 1px;
	width: 170px;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	margin: 0 auto 10px;
	display: block; }

.rt-team-container .carousel8 .rt-grid-item:hover .tlp-overlay,
.rt-team-container .isotope9 .rt-grid-item:hover .tlp-overlay,
.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay {
	background: #222222;
	bottom: 0;
	-webkit-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
	-moz-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
	-ms-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
	-o-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
	transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
}
.rt-team-container .layout14 .rt-grid-item .tlp-position a,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay h3 a{
	color: #fff;
}

	/*************************** Carousel 15  ****************************/
.rt-team-container .layout15 .single-team-area, .rt-team-container .isotope10 .single-team-area, .rt-team-container .carousel11 .single-team-area {
	text-align: center;
	position: relative;
	overflow: hidden; }
	.rt-team-container .layout15 .single-team-area::before, .rt-team-container .isotope10 .single-team-area::before, .rt-team-container .carousel11 .single-team-area::before {
		content: "";
		position: absolute;
		height: 100%;
		width: 200%;
		z-index: 2;
		background: rgba(217, 35, 45, 0.8);
		-webkit-transform: rotate(8deg);
		-moz-transform: rotate(8deg);
		-ms-transform: rotate(8deg);
		transform: rotate(8deg);
		top: 60%;
		left: -90%;
		-webkit-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
		-moz-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
		-ms-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
		-o-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
		transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2); }
	.rt-team-container .layout15 .single-team-area:hover:before, .rt-team-container .isotope10 .single-team-area:hover:before, .rt-team-container .carousel11 .single-team-area:hover:before {
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
		top: 22%;
		left: -90%; }
	.rt-team-container .layout15 .single-team-area:hover img, .rt-team-container .isotope10 .single-team-area:hover img, .rt-team-container .carousel11 .single-team-area:hover img {
		transform: scale(1.1); }
	.rt-team-container .layout15 .single-team-area:hover .ttp-member-title, .rt-team-container .isotope10 .single-team-area:hover .ttp-member-title, .rt-team-container .carousel11 .single-team-area:hover .ttp-member-title {
		bottom: 23%;
		-webkit-transition: all .8s ease-out;
		-moz-transition: all .8s ease-out;
		-ms-transition: all .8s ease-out;
		-o-transition: all .8s ease-out;
		transition: all .8s ease-out; }
	.rt-team-container .layout15 .single-team-area:hover .social-icons, .rt-team-container .isotope10 .single-team-area:hover .social-icons, .rt-team-container .carousel11 .single-team-area:hover .social-icons {
		left: 20px;
		opacity: 1;
		visibility: visible; }
	.rt-team-container .layout15 .single-team-area img, .rt-team-container .isotope10 .single-team-area img, .rt-team-container .carousel11 .single-team-area img {
		width: 100%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .7s ease-out;
		-moz-transition: all .7s ease-out;
		-ms-transition: all .7s ease-out;
		-o-transition: all .7s ease-out;
		transition: all .7s ease-out; }
	.rt-team-container .layout15 .single-team-area .ttp-member-title, .rt-team-container .isotope10 .single-team-area .ttp-member-title, .rt-team-container .carousel11 .single-team-area .ttp-member-title {
		text-align: left;
		width: 100%;
		position: absolute;
		left: 20px;
		z-index: 6;
		bottom: 5%;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out; }
		.rt-team-container .layout15 .single-team-area .ttp-member-title a, .rt-team-container .isotope10 .single-team-area .ttp-member-title a, .rt-team-container .carousel11 .single-team-area .ttp-member-title a {
			color: #ffffff; }
	.rt-team-container .layout15 .single-team-area .social-icons, .rt-team-container .isotope10 .single-team-area .social-icons, .rt-team-container .carousel11 .single-team-area .social-icons {
		position: absolute;
		left: -100%;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		bottom: 5%;
		-webkit-transform: translateY(-5%);
		-moz-transform: translateY(-5%);
		-ms-transform: translateY(-5%);
		-o-transform: translateY(-5%);
		transform: translateY(-5%);
		-webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
		-moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
		-ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
		-o-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
		transition: all 1s cubic-bezier(0, 0, 0.25, 1.38); }

/*************************** Carousel 10  ****************************/
.rt-team-container .carousel10 .profile-img-wrap {
	text-align: center; }

.rt-team-container .carousel10 .profile-img-wrap img {
	display: inline-block;
	margin: 0 auto;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out; }

	.rt-team-container .carousel10 .swiper-slide-active .profile-img-wrap img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); }

.rt-team-container .carousel10 .single-team-area {
	text-align: center;
	padding: 15px; }

.rt-team-container .carousel10 .single-team-area .profile-content {
	max-width: 300px;
	text-align: center;
	margin: 0 auto; }

.rt-carousel-holder .swiper-nav-main .swiper-button-next {
	right: -12px;
}

.rt-carousel-holder .swiper-nav-main .swiper-button-prev {
	left: -12px;
}

.rt-carousel-holder .swiper-nav-main .swiper-arrow {
	border-radius: 50%;
	font-size: 13px;
	top: 0;
}

.rt-team-container .carousel9 .single-team-area .tlp-overlay {
	padding: 15px 10px  15px;
	color: #fff;
}
.rt-team-container .carousel9 .single-team-area .tlp-overlay a{
		color: #fff;
}

.rt-team-container .carousel9 .single-team-area .social-icons {
		margin: 5px 0px -4px;
}

.rt-team-container .carousel10 .single-team-area {
		text-align: center;
		padding: 15px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
}
.rt-team-container .carousel10 .single-team-area .social-icons a{
		color: #1e73be;
}

.rt-team-container .carousel10 .rttm-carousel-main .rt-grid-item.swiper-slide {
	margin-bottom: 15px;
}
/************************ Start Layout 16 ******************/
.rt-team-container .layout16 .single-team-area{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.rt-team-container.rt-grayscale .layout16 img.rt-team-img{
	transition: all .3s;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	filter: grayscale(100%);
}
.rt-team-container.rt-grayscale .layout16 .single-team-area:hover img.rt-team-img{
	transform: scale(1.1);
	filter:grayscale(0);
}
.rt-team-container .layout16 .single-team-area:before{
	content: "";
	width: 70px;
	height: 70px;
	background-color: #e1e1e1;
	border: none;
	border-radius: 6px;
	position: absolute;
	bottom: 22px;
	right: -40px;
	z-index: 11;
	transform: rotate(50deg);
	transition: all 0.3s ease-in-out;
}
.rt-team-container .layout16 .single-team-area:after{
	content: "";
	width: 70px;
	height: 70px;
	border: 2px solid #e1e1e1;
	border-radius: 6px;
	position: absolute;
	right: -45px;
	bottom: -12px;
	z-index: 10;
	transform: rotate(50deg);
	transition: all 0.3s ease-in-out;
}

.rt-team-container .layout16 .single-team-area:hover:before{
	background-color: #007acc;
}
.rt-team-container .tlp-position{
	color:initial;
}
.rt-team-container .layout16 .single-team-area:hover:after{
	border-color: #007acc;
}
.rt-team-container .layout16 .single-team-area .social-icons{
	z-index: 5;
	position: absolute;
	bottom: -20%;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	padding: 15px 0;
	background-color:#007acc;
	margin-top: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.rt-team-container .layout16 .single-team-area:hover .social-icons{
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.rt-team-container .layout16 .single-team-area .social-icons a:hover i{
	background-color:transparent;
	opacity: .8;
}
.rt-team-container .layout16 .single-team-area .short-bio{
	margin-bottom: 15px;
}
.rt-team-container .layout16 .single-team-area  .tlp-position a{
	color: initial;
	text-decoration: none;
}
.rt-team-container .layout16 .single-team-area .tlp-content{
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 0;
}
.rt-team-container .layout16 .readmore-btn a{
	padding-right: 18px;
	padding-left: 18px;
}
/************************ Start Layout 17 ******************/
.rt-team-container .layout17 .single-team-area{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	text-align: center;
}
.rt-team-container .layout17 .masonry-grid-item .single-team-area{
	margin-bottom: 30px;
}

.rt-team-container .layout17 .single-team-area .tlp-portfolio-thum{
	margin: 0 30px;
	box-shadow: 0 21px 51px 0 rgb(0 0 0 / 15%);
	border-radius: 0 30px 0 30px;
	border: 6px solid #fff;
	z-index: 2;
	position: relative;
	overflow: hidden;
}
.rt-team-container .layout17 .single-team-area .tlp-content{
	background-color: #f5f6f7;
	position: relative;
	padding: 20px 20px 20px;
	transition: all 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	z-index: 1;
}
.rt-team-container .layout17 .single-team-area.has-thumbnail .tlp-content{
	margin-top: -240px;
	padding-top: 260px;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content{
	background-color:#007acc;
}
.rt-team-container .layout17 .single-team-area .tlp-overlay{
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
}
.rt-team-container .layout17 .single-team-area .icons-wrapper{
	position: relative;
	display: inline-block;
}
.rt-team-container .layout17 .single-team-area .icons-wrapper a.share-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #666;
	font-size: 17px;
	text-decoration: none;
}
.rt-team-container .layout17 .single-team-area .social-icons{
	position: absolute;
	right: 0;
	bottom: -300%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.8s;
	z-index: 9999;
}
.rt-team-container .layout17 .single-team-area .social-icons a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #666;
	transition: all ease 0.4s;
	margin: 0;
}
.rt-team-container .layout17 .single-team-area:hover .social-icons{
	opacity: 1;
	visibility: visible;
	bottom: 0;
	z-index: 9999;
}
.rt-team-container .layout17 .single-team-area .social-icons a:hover i{
	background-color: transparent;!important;
}
.rt-team-container .layout17 .single-team-area .social-icons a:hover{
	background-color: #007acc;
}
.rt-team-container .layout17 .single-team-area .tlp-portfolio-thum img{
	transition: all 0.3s ease-in-out;
}
.rt-team-container .layout17 .tlp-content{
	color: #000;
}
.rt-team-container .layout17 .tlp-content a{
	text-decoration: none !important;
}
.rt-team-container .layout17 .readmore-btn a{
	padding-right: 15px;
	padding-left: 15px;
}
.layout17 .single-team-area:hover .readmore-btn a{
	background: #fff;
	color: #007acc;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-email,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-phone,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-mobile,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-location,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-website,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-url,
.rt-team-container .layout17 .single-team-area:hover .tlp-position a,
.rt-team-container .layout17 .single-team-area:hover .tlp-content{
	color: #fff !important;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content i{
	color: #fff;
}
.rt-team-container .layout17 .short-bio p{
	margin: 10px 0;
}
.rt-team-container .layout17 .single-team-area .tlp-title h3 a,
.rt-team-container .layout17 .single-team-area .tlp-position a{
	color: #000;
	text-decoration: none;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-title h3 a,
.rt-team-container .layout17 .single-team-area:hover .tlp-title h3{
	color: #fff;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-position a,
.rt-team-container .layout17 .single-team-area:hover .tlp-position{
	color: #fff;
}


/************************ Start Layout 18 ******************/
.rt-team-container .layout18 .single-team-area .tlp-portfolio-thum{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.rt-team-container .layout18 .single-team-area .tlp-portfolio-thum img{
	transform: scale3d(1,1,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition: all .6s;
}
.rt-team-container .layout18 .single-team-area .tlp-portfolio-thum:hover  img{
	transform: scale3d(1.1,1.1,1.1);
}

.rt-team-container .layout18 .single-team-area .tlp-overlay{
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	padding: 0;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .icons-wrapper a{
	position: relative;
	margin-bottom: 5px;
	text-decoration: none;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  a.share-icon{
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #007acc;
	font-size: 16px;
	border: none;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons{
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a{
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color:#007acc;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
	font-size: 14px;
	border: none;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: visibility 0.3s ease-in-out,opacity 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:hover i{
	background-color: transparent;
	color:inherit;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(1){
	transition-delay: 0.1s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(2){
	transition-delay: 0.2s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(3){
	transition-delay: 0.3s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(4){
	transition-delay: 0.4s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(5){
	transition-delay: 0.5s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(6){
	transition-delay: 0.6s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(7){
	transition-delay: 0.7s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(8){
	transition-delay: 0.8s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  .social-icons > a i{
	transition: unset;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .icons-wrapper:hover  .social-icons > a{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.rt-team-container .layout18 .single-team-area .tlp-overlay  a.share-icon:hover{
	background-color:#007acc;
	color: #fff!important;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  .social-icons > a:hover{
	background-color: #007acc;
	color: #fff!important;
}
.rt-team-container .layout18 .tlp-content{
	color: inherit;
}
.rt-team-container .layout18 .even-grid-item,
.rt-team-container .layout18 .masonry-grid-item{
	margin-bottom: 60px;
}
.rt-team-container .layout18 .single-team-area .tlp-content{
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: -24px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 8%);
	border-radius: 6px 0 6px 6px;
	padding: 20px 24px 24px;
	background-color:#fff;
}
.rt-team-container .layout18 .single-team-area .tlp-content:after{
	content: "";
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	display: block;
	background: #fff;
	clip-path: polygon(100% 100%, 104% 0%, 0% 100%, 0% 100%);
	height: 30px;
	border-radius: 6px 6px 0 6px;
}
.rt-team-container .layout18 .single-team-area .tlp-title a{
	color: #00235a;
}
.rt-team-container .layout18 .single-team-area .tlp-title a:hover{
	color:#007acc;
}
.rt-team-container .layout18 .single-team-area a{
	text-decoration: none;
}
div.rt-team-container .readmore-btn{
	margin-top: 15px;
}
.rt-team-container .readmore-btn a{
	padding:10px 20px;
	background:#007acc;
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	transition: all 0.3s;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid transparent;
}
.rt-team-container .readmore-btn a:last-child{
	margin-right: 0;
}
.rt-team-container .readmore-btn a:hover{
	background-color:#07639e;
}
/*************************** pop up ****************************/
#tlp-popup-wrap .tlp-popup-singlePage-counter {
	color: #fff;
	position: absolute;
	margin: auto;
	right: 40px;
	top: 0;
	bottom: 0;
	font: 400 13px/30px "Open Sans", sans-serif;
	height: 30px; }

.tlp-popup-wrap {
	min-height: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	margin-left: 100%;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 999999;
	padding: 0px; }

.tlp-popup-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.tlp-popup-wrap .tlp-popup-navigation-wrap {
	background-color: #8cc63e; }

.tlp-popup-wrap .tlp-popup-loading {
	background: url(//wugazi.com/wp-content/plugins/tlp-team/assets/css/../images/tlp-loading.gif) no-repeat center;
	height: 200px; }

.tlp-popup-content {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	overflow-y: scroll;
	padding-bottom: 30px;
}

.tlp-popup-singlePage-sticky .tlp-popup-navigation-wrap {
	position: fixed;
	top: 0; }

.tlp-popup-singlePage .tlp-popup-next, .tlp-popup-singlePage .tlp-popup-prev {
	width: 44px;
	height: 44px;
	bottom: 0; }

.tlp-popup-singlePage .tlp-popup-next {
	/* background: url(//wugazi.com/wp-content/plugins/tlp-team/assets/css/../images/tlp-sprite.png) no-repeat scroll -46px -92px transparent;
	right: 0;
	bottom: 0;
	left: 108px;  */
}

.tlp-popup-navigation .tlp-popup-next, .tlp-popup-navigation .tlp-popup-close, .tlp-popup-navigation .tlp-popup-prev {
		display: inline-block;
		margin: 5px !important;
		cursor: pointer;
		border: 1px solid;
		border-radius: 50%;
		display: inline-flex;
		padding: 10px;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 27px;
}

.tlp-popup-navigation {
	padding: 5px 0px;
	text-align: center; }

.tlp-popup-singlePage .tlp-popup-next:hover {
	/* background-position: -46px -138px; */
}

.tlp-popup-navigation, .tlp-popup-navigation-wrap {
	width: 100%; }

.tlp-detail ul.author-latest-post {
	margin: 2px 0px 10px 20px !important; }

.tlp-detail ul.author-latest-post li {
	padding: 2px 0px; }

.tlp-team-skill {
		margin-bottom: 30px;
}
/*************** Button ********************/
.rt-team-container .button-group {
	text-align: center;
	padding-bottom: 20px; }

.rt-team-container .button-group button {
	background: #000000;
	border: none;
	color: #fff;
	text-transform: none;
	font-weight: 400 !important;
	margin: 5px;
	padding: 10px 15px;
	outline: 0px;
	box-shadow: none;
	text-shadow: none; }

.rt-team-container .button-group button:hover {
	opacity: .8; }

.rt-team-container .button-group .selected {
	background: #26aae1; }

/******************************* Next Preview  ******************/
.tlp-popup-singlePage .tlp-popup-prev {
	/* background: url(//wugazi.com/wp-content/plugins/tlp-team/assets/css/../images/tlp-sprite.png) no-repeat scroll 0 -92px transparent; */
	/* left: 0;  */
}

.tlp-popup-singlePage .tlp-popup-prev:hover {
	/* background-position: 0 -138px;  */
}

.tlp-popup-singlePage .tlp-popup-close {
	/* background: url(//wugazi.com/wp-content/plugins/tlp-team/assets/css/../images/tlp-sprite.png) no-repeat scroll -92px -92px transparent; */
	height: 44px;
	width: 44px;
	margin: auto;
	/* top: 0;
	right: 0;
	bottom: 0;
	left: 0;  */
}

.tlp-popup-singlePage .tlp-popup-close:hover {
	background-position: -92px -138px; }

.tlp-layout-isotope .team-member {
	display: inline-block;
	float: left; }

.rt-team-container figure {
	margin: 0; }

.rt-team-container img {
	max-width: 100%;
	height: auto;
	vertical-align: middle; }

.rt-team-container .img-responsive {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto; }

.rt-team-container .img-responsive.swiper-lazy:not(.swiper-lazy-loaded) {
	visibility: hidden;
    opacity: 0;
}

.rt-team-container figure {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.rt-team-container .swiper-lazy-preloader {
	width: 30px;
    height: 30px;
	margin-left: -15px;
    margin-top: -15px;
	border-width: 2px;
	border-color: #fb4c35;
	border-top-color: transparent;
}

.rt-team-container .img-rounded {
	border-radius: 6px; }

.rt-team-container .img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto; }

.rt-team-container .img-circle {
	border-radius: 50%; }

.rt-team-container .table-responsive {
	overflow-x: auto;
	min-height: 0.01%; }

/**********************************************************************/
/********************************* pagination *************************/
/**********************************************************************/
.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
	margin-left: 1px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 1.55;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	background-color: #bcbcbc;
	color: #fff;
	line-height: 30px;
	bottom: auto;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }

.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > * i {
	line-height: 1; }

.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > .rt-disabled {
	opacity: 0.5;
	pointer-events: none; }

.rt-cb-page-prev-next {
	text-align: left; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-style .rt-loadmore-loading {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	visibility: hidden;
	opacity: 0; }

.rt-ball-scale-multiple.rt-2x {
	width: 64px;
	height: 64px; }

.rt-ball-scale-multiple.rt-2x > div {
	width: 64px;
	height: 64px; }

.rt-ball-scale-multiple, .rt-ball-scale-multiple > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.rt-ball-scale-multiple > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor; }

.rt-ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; }

.rt-ball-scale-multiple > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	-moz-animation: ball-scale-multiple 1s 0s linear infinite;
	-o-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite; }

.rt-team-container .rt-pagination-wrap {
	text-align: center;
	margin-top: 10px; }

.rt-team-container .rt-pagination-wrap .rt-infinite-action.rt-active-elm {
	display: block; }

.rt-team-container .rt-pagination-wrap .rt-infinite-action {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	display: none;
	border-top-left-radius: 50%;
	-webkit-border-top-left-radius: 50%;
	-moz-border-top-left-radius: 50%;
	-ms-border-top-left-radius: 50%;
	-o-border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	-ms-border-top-right-radius: 50%;
	-o-border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-bottom-left-radius: 50%;
	-ms-border-bottom-left-radius: 50%;
	-o-border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	-ms-border-bottom-right-radius: 50%;
	-o-border-bottom-right-radius: 50%; }

.rt-team-container .rt-pagination-wrap .rt-infinite-action .rt-infinite-loading {
	color: rgba(251, 76, 53, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-style {
	cursor: pointer;
	position: relative;
	user-select: none;
	-webkit-user-select: none; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-infinite-action.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-page-numbers.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next.rt-hidden-elm {
	display: none !important; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-text {
	opacity: 0;
	visibility: hidden; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-loading {
	opacity: 1;
	visibility: visible; }

.rt-team-container .rt-pagination-wrap .rt-loadmore-btn {
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #fb4c35;
	text-decoration: none;
	padding: 9px 20px 8px 20px;
	display: inline-block;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.rt-team-container .rt-loadmore-btn:hover {
	background-color: #666; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages {
	float: none;
	padding-top: 0.1px;
	padding-bottom: 0.1px; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers.rt-lm-loading {
	pointer-events: none;
	opacity: 0.5; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul {
	float: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: -2px; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li {
	float: none;
	font-size: 16px;
	line-height: 1.55;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	border: none;
	padding: 2px; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li > a {
	-moz-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	text-decoration: none;
	min-width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 1.55;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
	line-height: 29px;
	border: 1px solid #d7d7d7;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	color: #999; }

.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {
	background-color: #fb4c35;
	color: #fff; }

/********************************* OLD pagination ************************/
.rt-team-container .tlp-pagination {
	text-align: center; }

.rt-team-container .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }

.rt-team-container .pagination > li {
	display: inline; }

.rt-team-container .pagination > li > a,
.rt-team-container .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #ffffff;
	border: 0;
	margin-left: -1px; }

.rt-team-container .pagination > li:first-child > a,
.rt-team-container .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }

.rt-team-container .pagination > li:last-child > a,
.rt-team-container .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px; }

.rt-team-container .pagination > li > a:hover,
.rt-team-container .pagination > li > span:hover,
.rt-team-container .pagination > li > a:focus,
.rt-team-container .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #dddddd; }

.rt-team-container .pagination > .active > a,
.rt-team-container .pagination > .active > span,
.rt-team-container .pagination > .active > a:hover,
.rt-team-container .pagination > .active > span:hover,
.rt-team-container .pagination > .active > a:focus,
.rt-team-container .pagination > .active > span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #337ab7;
	cursor: default; }

.rt-team-container .pagination > .disabled > span,
.rt-team-container .pagination > .disabled > span:hover,
.rt-team-container .pagination > .disabled > span:focus,
.rt-team-container .pagination > .disabled > a,
.rt-team-container .pagination > .disabled > a:hover,
.rt-team-container .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed; }

.rt-team-container .pagination-lg > li > a,
.rt-team-container .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333; }

.rt-team-container .pagination-lg > li:first-child > a,
.rt-team-container .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px; }

.rt-team-container .pagination-lg > li:last-child > a,
.rt-team-container .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px; }

.rt-team-container .pagination-sm > li > a,
.rt-team-container .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5; }

.rt-team-container .pagination-sm > li:first-child > a,
.rt-team-container .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px; }

.rt-team-container .pagination-sm > li:last-child > a,
.rt-team-container .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px; }

/****************************** detail page *************************/
.tlp-single-container {
	margin: 25px auto;
    width: 100%;
    max-width: 1170px;}

.rt-team-container .tlp-detail {
	text-align: left !important;
	padding-bottom: 30px !important; }

.rt-team-container .tlp-detail ul {
	margin: 10px 0px; }
.tlp-single-detail {
	display: inline-block;
	width: 100%;
	line-height: 1.6;
}
.rt-team-container .tlp-detail .tlp-position, .tlp-single-detail .tlp-position {
		font-weight: 400;
		margin-bottom: 20px;
		font-size: 20px;
}

.tlp-single-detail .social-icons a {
	/*background: #00afd1;*/
}

#tlp-member-container:after {
	clrar: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0; }

.rt-team-container .tlp-detail .social-icons {
	margin-bottom: 15px; }

.tlp-single-detail .tlp-team-skill ul {
	margin: 0; }

.tlp-single--detail ul li label {
	font-weight: bold;
	margin-right: 10px; }

/* md POPUP */
.md-modal {
	top: 10%;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	height: 70%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden; }

.md-show {
	visibility: visible; }

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; }

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible; }

.md-modal .social-icons {
	/* margin-top: 10px;  */
}
.md-modal .social-icons a {
		width: 35px;
		height: 35px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
}

.md-modal .social-icons a i {
		line-height: 30px;
}

.md-modal .social-icons .fa {
	font-size: 22px;
	padding-top: 5px;
	width: 30px;
	height: 30px;
	color: #fff; }

.md-modal .social-icons a:hover .fa-facebook-f {
	background: #3b5999;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-twitter {
	background: #3aa9e0;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-linkedin {
	background: #0080b1;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-xing {
	background: #1C5D5B;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-google-plus {
	background: #d04333;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-youtube {
	background: #cd322d;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-soundcloud {
	background: #ff5500;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-vimeo {
	background: #44bbff;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-instagram {
	background: #3e729a;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-skype {
	background: #06bcff;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-whatsapp {
	background: #25D366;
	color: #fff;
	width: 30px;
	height: 30px; }

.md-modal .social-icons a:hover .fa-telegram {
	background: #29b6f6;
	color: #fff;
	width: 30px;
	height: 30px; }

/* Content styles */
.md-content {
	color: #fff;
	background: #0071bd;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.md-content .tlp-md-content-holder > .md-header {
	opacity: 0.8;
	/* background: rgba(0, 0, 0, 0.1); */
	text-align: center;
	margin: 0;
	padding: 15px 0 10px; }


.md-content .tlp-md-content-holder > .md-header h4 {
		font-size: 14px;
		margin: 0;
}

.md-content .tlp-md-content-holder > .md-header h4,
.md-content .tlp-md-content-holder > .md-header h3 {
		color: #fff;
}
.md-content .tlp-md-content-holder > .md-header h3 {
	padding: 0;
	font-size: 28px;
	margin: 0;
	text-transform: uppercase; }

div#tlp-modal .tlp-md-content-holder {
	min-height: 15px;
	height: 100%;
	overflow: hidden;
}

div#tlp-modal .tlp-md-loading {
	text-align: center;
	padding: 15px 40px 30px; }

.md-content > .tlp-md-content-holder .tlp-md-content {
	padding: 0px 0;
	margin: 15px 30px;
	height: 90%;
}

.md-content > .tlp-md-content-holder .tlp-md-content .tlp-md-member-details {
	margin: 15px 0; }

.tlp-md-member-details p {
	margin: 5px 0; }

.tlp-md-content .rt-team-container .tlp-team-skill ul {
	margin: 0; }

.tlp-md-content .rt-team-container a {
	color: #fff; }

.tlp-md-content .tlp-short-bio {
	margin: 15px 0; }

.md-content .md-cls-btn {
	text-align: right;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0; }

.md-content button {
	display: inline-block;
	margin: 0 auto;
	background-color: transparent;
	font-size: 0.8em; }
.md-content button.md-close {
		background: transparent;
}
.md-content .md-cls-btn i {
		font-size: 22px;
		line-height: 34px;
}

.md-content .author-latest-post li {
	padding-bottom: 5px; }

#tlp-modal .md-content .author-latest-post li a:hover{
	text-decoration: underline;
}

#tlp-modal .rt-team-container .contact-info{
	margin-bottom: 10px;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.tlp-md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; }

.md-show.tlp-md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/********************* Media Query *******************/
@media (min-width: 768px) {
	.rt-container {
		max-width: 750px; } }
@media (min-width: 992px) {
	.rt-container {
		max-width: 970px; } }
@media (min-width: 1200px) {
	.rt-container {
		max-width: 1170px; } }
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important; } }
@media (max-width: 360px) {
	.rt-team-container .layout6 .tlp-left-arrow::after {
		bottom: -111px; } }
@media screen and (max-width: 767px) {
	.rt-team-container .rt-margin-bottom15 {
		margin-bottom: 5px !important; }

	.rt-team-container .layout6 .tlp-right-arrow:after {
		display: inline-block;
		left: 0;
		margin: auto;
		right: 0;
		top: -15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg); }

	.rt-team-container .layout6 .tlp-left-arrow:after {
		display: inline-block;
		-webkit-transform: rotate(-136deg);
		-moz-transform: rotate(-136deg);
		-o-transform: rotate(-136deg);
		-ms-transform: rotate(-136deg);
		transform: rotate(-136deg);
		bottom: -94px;
		left: 0;
		margin: auto;
		right: 0; }

	.tlp-member-feature-img,
	.tlp-member-description-container {
		float: none;
		width: 100%; }
	.tlp-member-description-container{
		padding-top: 15px;
	}

}
@media (min-width: 768px) {
	.rt-margin-bottom15 {
		margin-bottom: 5px !important; }

	.rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12 {
		float: left; }

	.rt-col-sm-24 {
		float: left; }

	.rt-col-sm-24 {
		width: 20%; }

	.rt-col-sm-12 {
		width: 100%; }

	.rt-col-sm-11 {
		width: 91.66666667%; }

	.rt-col-sm-10 {
		width: 83.33333333%; }

	.rt-col-sm-9 {
		width: 75%; }

	.rt-col-sm-8 {
		width: 66.66666667%; }

	.rt-col-sm-7 {
		width: 58.33333333%; }

	.rt-col-sm-6 {
		width: 50%; }

	.rt-col-sm-5 {
		width: 41.66666667%; }

	.rt-col-sm-4 {
		width: 33.33333333%; }

	.rt-col-sm-3 {
		width: 25%; }

	.rt-col-sm-2 {
		width: 16.66666667%; }

	.rt-col-sm-1 {
		width: 8.33333333%; } }
@media (min-width: 992px) {
	.rt-margin-bottom15 {
		margin-bottom: 15px; }

	.rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12 {
		float: left; }

	.rt-col-md-24 {
		float: left; }

	.rt-col-md-24 {
		width: 20%; }

	.rt-col-md-12 {
		width: 100%; }

	.rt-col-md-11 {
		width: 91.66666667%; }

	.rt-col-md-10 {
		width: 83.33333333%; }

	.rt-col-md-9 {
		width: 75%; }

	.rt-col-md-8 {
		width: 66.66666667%; }

	.rt-col-md-7 {
		width: 58.33333333%; }

	.rt-col-md-6 {
		width: 50%; }

	.rt-col-md-5 {
		width: 41.66666667%; }

	.rt-col-md-4 {
		width: 33.33333333%; }

	.rt-col-md-3 {
		width: 25%; }

	.rt-col-md-2 {
		width: 16.66666667%; }

	.rt-col-md-1 {
		width: 8.33333333%; } }
@media (min-width: 1200px) {
	.rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12 {
		float: left; }

	.rt-col-lg-24 {
		float: left; }

	.rt-col-lg-24 {
		width: 20%; }

	.rt-col-lg-12 {
		width: 100%; }

	.rt-col-lg-11 {
		width: 91.66666667%; }

	.rt-col-lg-10 {
		width: 83.33333333%; }

	.rt-col-lg-9 {
		width: 75%; }

	.rt-col-lg-8 {
		width: 66.66666667%; }

	.rt-col-lg-7 {
		width: 58.33333333%; }

	.rt-col-lg-6 {
		width: 50%; }

	.rt-col-lg-5 {
		width: 41.66666667%; }

	.rt-col-lg-4 {
		width: 33.33333333%; }

	.rt-col-lg-3 {
		width: 25%; }

	.rt-col-lg-2 {
		width: 16.66666667%; }

	.rt-col-lg-1 {
		width: 8.33333333%; } }
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd; }

	.table-responsive > .table {
		margin-bottom: 0; }

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap; }

	.table-responsive > .table-bordered {
		border: 0; }

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0; }

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0; }
	.rt-team-container .layout16 .single-team-area{
		padding:20px;
		margin-bottom: 20px;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0; } }
/*
* Animation
*/
@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0); }
	5% {
		opacity: .75; }
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1); } }
@-moz-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0); }
	5% {
		opacity: .75; }
	100% {
		opacity: 0;
		-moz-transform: scale(1);
		transform: scale(1); } }
@-o-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0); }
	5% {
		opacity: .75; }
	100% {
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1); } }
@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0); }
	5% {
		opacity: .75; }
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1); } }
@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }
@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg); } }
@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg); } }
@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); } }
@-webkit-keyframes fire-diamonds {
	0% {
		-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-moz-keyframes fire-diamonds {
	0% {
		-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-o-keyframes fire-diamonds {
	0% {
		-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@keyframes fire-diamonds {
	0% {
		-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
.la-fire, .la-fire > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.la-fire {
	display: block;
	font-size: 0;
	color: #fff; }

.la-fire.la-dark {
	color: #333; }

.la-fire > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor; }

.la-fire {
	width: 32px;
	height: 32px; }

.la-fire > div {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 0;
	border-radius: 2px;
	-webkit-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	-moz-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	-ms-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	-o-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	-webkit-animation: fire-diamonds 1.5s infinite linear;
	-moz-animation: fire-diamonds 1.5s infinite linear;
	-o-animation: fire-diamonds 1.5s infinite linear;
	animation: fire-diamonds 1.5s infinite linear; }

.la-fire > div:nth-child(1) {
	-webkit-animation-delay: -.85s;
	-moz-animation-delay: -.85s;
	-o-animation-delay: -.85s;
	animation-delay: -.85s; }

.la-fire > div:nth-child(2) {
	-webkit-animation-delay: -1.85s;
	-moz-animation-delay: -1.85s;
	-o-animation-delay: -1.85s;
	animation-delay: -1.85s; }

.la-fire > div:nth-child(3) {
	-webkit-animation-delay: -2.85s;
	-moz-animation-delay: -2.85s;
	-o-animation-delay: -2.85s;
	animation-delay: -2.85s; }

.la-fire.la-sm {
	width: 16px;
	height: 16px; }

.la-fire.la-sm > div {
	width: 6px;
	height: 6px; }

.la-fire.la-2x {
	width: 64px;
	height: 64px; }

.la-fire.la-2x > div {
	width: 24px;
	height: 24px; }

.la-fire.la-3x {
	width: 96px;
	height: 96px; }

.la-fire.la-3x > div {
	width: 36px;
	height: 36px; }

@-webkit-keyframes fire-diamonds {
	0% {
		-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-moz-keyframes fire-diamonds {
	0% {
		-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-o-keyframes fire-diamonds {
	0% {
		-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@keyframes fire-diamonds {
	0% {
		-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
	50% {
		-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
	100% {
		-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }


.isotope-free .single-team-area .social-icons a {
	background: #0367bf;
	color: #fff;
}
.isotope-free .single-team-area .tlp-content a {
	color: #fff;
}



/* techlabpro 23 custom css */
.rt-team-container .layout1 figure, .rt-team-container .layout3 figure, .rt-team-container .isotope-free figure {
	margin: auto;
	display: table;
}
.rt-team-container .isotope-free .short-bio p, .rt-team-container .layout1 .short-bio p  {
	margin-top: 10px;
}


/* Single page */
.tlp-single-container .tlp-member-title {
		margin-bottom: 10px;
		line-height: 1.2;
}
.tlp-single-container.rt-team-container .contact-info {
		margin-bottom: 15px;
}

@media (max-width: 992px) {
	.rt-team-container .special01 .img-responsive,
	.rt-team-container .single-team-area img {
			width: 100%;
	}
	.rt-team-container .round-img .single-team img{
		width: initial;
	}
}

@media (max-width: 767px) {
	.rt-team-container .layout6 .tlp-img.tlp-single-team img{
		width: 100%;
	}
}

@media (max-width: 576px) {
	#team-member-profile-gallery .swiper-arrow {
		width: 34px;
		height: 34px;
		margin-top: -32px;
	}

	#team-member-profile-gallery .swiper-pagination-bullet {
		margin: 5px;
	}

	.rt-team-container .rt-carousel-holder .swiper-pagination {
		margin-top: -10px;
		margin-left: auto;
		margin-right: auto;
	}

	.rt-team-container .rt-carousel-holder.swiper-autoheight .swiper-pagination {
		margin-top: 20px;
	}

	#team-member-profile-gallery {
		margin-bottom: 30px;
	}

	.tlp-popup-content #team-member-profile-gallery,
	.rt-smart-modal #team-member-profile-gallery,
	.tlp-md-content-holder #team-member-profile-gallery {
		margin-bottom: 0;
	}

	.rt-team-container .rt-carousel-holder:not(#team-member-profile-gallery):not(.bottom-nav):not(.rttm-carousel-main) {
		margin-top: 50px;
	}

	.rt-carousel-holder.standard-nav .swiper-nav,
	.rt-carousel-holder.top-nav .swiper-nav {
		top: 25px;
		right: auto;
		left: 50%;
		margin-top: 0;
		width: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next,
	.rt-carousel-holder .swiper-nav .swiper-button-next {
		right: -35px;
	}

	.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev,
	.rt-carousel-holder .swiper-nav .swiper-button-prev {
		left: -35px;
	}
}
.rt-team-container .layout9 .single-team-area:not(:hover) .readmore-btn{
	display: none;
}

.rt-elementor-container .carousel-el-2 .content-inner{
	right: 0;
}
.rt-elementor-container .carousel3 .single-team-area:hover .tlp-overlay,
.rt-elementor-container .carousel3 .single-team-area:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.rt-elementor-container .isotope5 .single-team-area .tlp-overlay .tlp-title{
	transition: 0.4s;
}
.rt-elementor-container .isotope5 .single-team-area:hover .tlp-overlay .tlp-title,
.rt-elementor-container .carousel3 .single-team-area:hover .tlp-overlay .tlp-title {
	bottom: 70px;
}
.rt-elementor-container .carousel9 .readmore-btn{
	text-align: center;
}
.rt-team-container .carousel6 .single-team-area:not(:hover) .readmore-btn {
	opacity: 1;
	visibility: visible;
}
.rt-team-container .carousel6 .single-team-area .readmore-btn {
	margin-top: 15px !important;
}
.rt-team-container .carousel6 .single-team-area .readmore-btn a + a{
	margin-left: 5px !important;
}
.rt-team-container .isotope4 .tlp-team-item figcaption .caption-inner-content {
	left: 0;
	right: 0;
}
.tlp-team-skill .skill-prog .fill{
	position: relative;
}
.tlp-team-skill .skill-prog .fill .percent-text{
	position: absolute;
	top: -27px;
	right: 0;
	background-color: #1e73be;
	border-radius: 5px;
	text-align: center;
	padding: 1px 5px;
	color: #fff;
	font-size: 12px;
}
.tlp-team-skill .skill-prog .fill .percent-text:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #1e73be;
	margin-right: 8px;
	position: absolute;
	bottom: -4px;
	left: 9px;
}
.rt-team-container .fa-x-twitter:before {
	content: "\e61b";
}
.tlp-content-wrapper{
	display: flex;
	padding: 40px;
}
.tlp-content-wrapper .tlp-image-inner{
	min-width: 40%;
	max-width: 40%;
}
.md-content > .tlp-md-content-holder .tlp-content-wrapper .tlp-md-content{
	margin-left: 0;
	margin-right: 0;
}
.tlp-content-wrapper .tlp-title{
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 34px;
}
.tlp-content-wrapper .title-experience{
	font-size: 18px;
}
.tlp-content-wrapper .tlp-content-innen{
	padding-left: 30px;
}
.tlp-content-innen .rt-extra-curriculum{
	margin: 0 0 15px;
}
.ptl-padding-0{
	padding: 0 !important;
}
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header a.rt-smart-modal-close {
	text-stroke: 0 #990028 !important;
	-webkit-text-stroke: 0 #990028 !important;
}
.rt-smart-modal-main-content-wrapper .social-icons a{
	color: inherit;
}
.tlp-overlay h3 span a{
	display: block;
}
.tlp-member-description-container .tlp-member-detail{
	margin: 0 0 15px;
}
/*Team Details Builder Widget Css*/
.rttmp-builder-team-department .tlp-team-department .label {
	font-weight: 500;
	color: #000;
}
.rttmp-builder-team-designation .tlp-team-designation .label {
	font-weight: 500;
	color: #000;
}

.rttmp-builder-team-experience .tlp-team-experience .label {
	font-weight: 500;
	color: #000;
}

.rttmp-builder-team-contact-list .contact-info {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.rttmp-builder-team-details.social-icons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.rttmp-builder-team-details.social-icons a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 30px;
	transition: all 0.3s;
	height: 30px;
	background: #00afd1;
	margin-right: 5px;
}
.rttmp-builder-team-details.social-icons .tlp-team-heading{
	margin-bottom: 0;
}
.rttmp-builder-team-details.social-icons a:hover {
	background: #000;
}

.rttmp-builder-team-buttons .readmore-btn {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.rttmp-builder-team-buttons .readmore-btn a {
	padding: 10px 20px;
	background: #007acc;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	border: 1px solid transparent;
}
.rttmp-builder-team-buttons .readmore-btn a:hover {
	background-color: #07639e;
}
.rttmp-builder-team-details.tlp-team-skill .skill-prog {
	height: 4px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #edeaea;
	border-radius: 4px;
	box-sizing: content-box;
}
.rttmp-builder-team-details.tlp-team-skill .fill {
	position: relative;
	height: 100%;
	-webkit-animation: 400ms;
	background-color: #00afd1;
	border-radius: 4px;
}
.rttmp-builder-team-details.tlp-team-skill .rt-percent {
	position: absolute;
	top: -26px;
	right: 0;
	font-weight: 600;
}
.rttmp-builder-team-professionals .rt-extra-curriculum .label {
	font-weight: 500;
	color: #000;
}
.rttmp-builder-team-qualification .rt-extra-curriculum .label {
	font-weight: 500;
	color: #000;
}
.rttmp-builder-team-expertise .rt-extra-curriculum .label {
	font-weight: 500;
	color: #000;
}
.rttmp-builder-team-comments .rt-team-comments-wrapper label {
	display: inline-block;
}
.rttmp-builder-team-author-post h3{
	margin-bottom: 15px;
}
.rttmp-builder-team-details .ttp-pre-loader {
	position: relative;
	overflow: hidden;
}
.rttmp-builder-team-details .rt-loading-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 0.5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}

.rttmp-builder-team-details .rt-loading {
	color: #fb4c35;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -16px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.rttmp-builder-team-details .ttp-pre-loader {
	position: relative;
	overflow: hidden;
}
.rttmp-builder-team-details .ttp-pre-loader .rt-loading-overlay {
	opacity: 1;
	visibility: visible;
}
.rttmp-builder-team-details .ttp-pre-loader .rt-loading {
	opacity: 1;
	visibility: visible;
}

.rttmp-builder-team-details.tlp-member-feature-img{
	display:inline-block;
	width:100%
}
.rttmp-builder-team-short-bio .has-label {
	display: flex;
	gap: 5px;
}
.rttmp-builder-team-short-bio .has-label .label {
	font-weight: 500;
	color: #000;
}

/*.tlp-content-wrapper .tlp-content-innen{*/
/*	max-height: 765px;*/
/*	overflow-y: auto;*/
/*}*/

/*Image Flip Feature*/
.rt-flip-container {
	perspective: 1000px;
	width: 100%;
}

.rt-flip-inner {
	position: relative;
	width: 100%;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
}

.rt-flip-front,
.rt-flip-back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.rt-flip-front img,
.rt-flip-back img {
	display: block;
	width: 100%;
	height: auto;
}

.rt-flip-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.rt-flip-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-team-area:hover .rt-flip-inner,
.team-member:hover .rt-flip-inner,
.profile-img-wrapper:hover .rt-flip-inner,
tr:hover .rt-flip-inner,
.tlp-img:hover .rt-flip-inner,
.rt-flip-container:hover .rt-flip-inner {
	transform: rotateY(180deg);
}

figure:has(.rt-flip-container),
.image-container:has(.rt-flip-container) {
	overflow: visible;
}

.rt-flip-container img {
	transform: none !important;
	backface-visibility: hidden;
}

.single-team-area:hover .rt-flip-container img,
.team-member:hover .rt-flip-container img {
	transform: none !important;
}
.tlp-single-detail  .tlp-member-feature-img .wp-caption-text{
	margin:15px 0;
}
img#wpstats{display:none}
.no-js img.lazyload{display:none}figure.wp-block-image img.lazyloading{min-width:150px}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .4s;transition-delay:0ms}
.lwrp.link-whisper-related-posts{margin-top:40px;margin-bottom:30px}.lwrp .lwrp-list-multi-container{display:flex}.lwrp .lwrp-list-double{width:48%}.lwrp .lwrp-list-triple{width:32%}.lwrp .lwrp-list-row-container{display:flex;justify-content:space-between}.lwrp .lwrp-list-row-container .lwrp-list-item{width:calc(50% - 20px)}.lwrp .lwrp-list-item img{max-width:100%;height:auto;object-fit:cover;aspect-ratio:1/1}.lwrp .lwrp-list-item.lwrp-empty-list-item{background:initial !important}@media screen and (max-width:480px){.lwrp .lwrp-list-multi-container{flex-direction:column}.lwrp .lwrp-list-multi-container ul.lwrp-list{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.lwrp .lwrp-list-double,.lwrp .lwrp-list-triple{width:100%}.lwrp .lwrp-list-row-container{justify-content:initial;flex-direction:column}.lwrp .lwrp-list-row-container .lwrp-list-item{width:100%};}