/*!
Theme Name: Mixlix
Theme URI: http://themebing.com/wp/mixlix
Author: ThemeBing
Author URI: https://themeforest.net/user/themebing
Description: Health & Supplement WordPress theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mixlix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mixlix is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #777777;
    font-size: 16px;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -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;
}

a:focus,
.mixlix-btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 20px 50px;
    border: none;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
button[type=submit],
input[type=url],
textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 20px 30px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

button[type=submit] {
    color: #fff;
    width: unset;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

select {
    height: 55px;
    background: #f5f5f5;
    padding: 0 20px;
    border: none;
}

table {
    width: 100%;
}

th,
td {
    border: 0.1rem solid #f5f5f5;
    line-height: 26px;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

.wp-calendar-table th,
.wp-calendar-table td {
    text-align: center;
}

caption {
    padding-top: 0.5 rem;
    padding-bottom: 0.5 rem;
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ol,
ul {
    margin-bottom: 0;
    padding-left: 0;
}

ol li,
ul li {
    list-style: none;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #777777;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #777777;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

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

*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* button style */
.mixlix-btn {
    background: #edf8ff;
    border: medium none;
    border-radius: 50px;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0px;
    padding: 10px 10px 10px 35px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.gradient-btn {
    background-size: 200% auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
}

.gradient-btn:hover {
    color: #fff;
    background-position: right center;
}

.cap-video-btn .mixlix-btn {
    margin: 15px 10px 0;
}

.capsule-border-btn {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 49px;
    border: 2px solid rgb(255 255 255 / 10%);
}

.capsule-border-btn:hover {
    background: #fff;
    border-color: #fff;
}

.tab-add-to-cart i,
.gradient-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #222222;
    background: #fff;
    margin-left: 25px;
}

.solid-btn i,
.transparent-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-left: 20px;
}

.solid-btn:hover,
.transparent-btn:hover {
    background: #222222;
    color: #fff;
}

.transparent-btn {
    border: 2px solid #ebebeb;
    background: transparent;
    padding: 8px 8px 8px 32px;
}

.transparent-btn:hover {
    border-color: #222;
}

.capsule-btn {
    color: #fff;
    text-transform: uppercase;
    padding: 19px 49px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.capsule-btn i {
    margin-right: 10px;
}

.capsule-btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #222;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.capsule-btn:hover {
    color: #fff;
}

.capsule-btn:hover::before {
    top: -40%;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.slick-slide:focus {
    outline: none;
}


.elementor-editor-active .transparent-header {
    display: none;
}

body.admin-bar .transparent-header,
body.admin-bar .transparent-header.sticky-menu {
    top: 30px;
}

.transparent-header.sticky-menu.header-menu-exist {
    padding: 0;
}

/* 28. Preloader */
#preloader {
    background-color: #fff;
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
    border-top-color: #fff !important;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 6em 'Poppins', sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Rubik", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Rubik", sans-serif;
    }
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
    padding: unset;
}

.scroll-top.open {
    opacity: 1;
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top-two {
    background-image: none !important;
}

.scroll-top-two:hover {
    background-color: #222;
}

/* 2. Header */
.custom-container {
    max-width: 1470px;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
    padding: 25px 0;
}

.logo img {
    height: auto;
    width: 154px;
}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar-logo-text {
    font-size: 32px;
    font-weight: bolder;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*     margin-left: 45px; */
    margin-left: auto;
	margin-right: auto;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    padding: 35px 24px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.main-menu .menu li.page_item_has_children .dropdown-btn,
.main-menu .menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header-action>ul li {
    position: relative;
    margin-left: 25px;
}

.header-action>ul>li:first-child {
    margin-left: 0;
}

.header-action>ul>li.header-shop-cart>a {
    padding-right: 10px;
}

.header-action>ul>li>a {
    color: #fff;
    font-size: 25px;
}

.header-shop-cart a span {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}

.header-action>ul>li.header-shop-cart {
    cursor: pointer;
}

.header-shop-cart .widget_shopping_cart_content {
    background: #fff;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 62px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(10px);
}

.header-shop-cart .widget_shopping_cart_content::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 45px;
    display: block;
}

.header-shop-cart:hover .widget_shopping_cart_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}


.total-price {
    border-top: 1px solid #c7c7c7;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 25px;
}

.total-price>span {
    color: #222222;
    font-weight: 600;
}

.header-shop-cart .minicart>li:last-child {
    margin-bottom: 0;
}

.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-shop-cart .minicart .checkout-link a.black-bg {
    background: #222;
    color: #fff;
}

.header-action>ul li.offcanvas-btn a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.header-action>ul li.offcanvas-btn a i {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-action .header-btn .mixlix-btn {
    color: #fff;
    font-size: 14px;
    padding: 13px 22px;
}

.navbar-wrap ul li .children,
.navbar-wrap ul li .sub-menu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    display: block;
    left: 0;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .children:before,
.navbar-wrap ul li .sub-menu:before {
    position: absolute;
    content: '';
    top: -34px;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.navbar-wrap ul li .children .children,
.navbar-wrap ul li .sub-menu .sub-menu {
    left: 230px;
    top: 30%;
}

.navbar-wrap ul li .children .children:after,
.navbar-wrap ul li .sub-menu .sub-menu:after {
    position: absolute;
    content: '';
    top: -30px;
    right: 0;
    left: -8px;
    width: 15px;
    height: 100%;
}

.navbar-wrap ul li .children li,
.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .children li a,
.navbar-wrap ul li .sub-menu li a {
    padding: 7px 10px 7px 25px;
    line-height: 25px;
    font-weight: 500;
    color: #5d5d5d;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .children li a:hover,
.navbar-wrap ul li .sub-menu li a:hover {
    color: #ffff;
}

.navbar-wrap ul li:hover>.children,
.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu .header-action>ul>li>a {
    color: #777777;
}

.sticky-menu .header-action>ul li.offcanvas-btn a {
    background: #edf8ff;
}

.sticky-menu .header-shop-cart a span {
    background: transparent;
    color: #fff;
}

.header-style-two .navbar-wrap ul li a {
    color: #fff;
}

.header-style-two.sticky-menu .navbar-wrap ul li a {
    color: #777777;
}

.custom-logo-link,
.sticky-menu .alt-logo {
    display: none;
}

.page-template-custom-page-without-breadcrumb .custom-logo-link,
.sticky-menu .custom-logo-link {
    display: block;
}

.capsule-header .header-action ul:not(.langSwitch) {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
}

.capsule-header .header-action ul:not(.langSwitch) li+li {
    margin-left: 10px;
}

.capsule-header .header-action ul:not(.langSwitch) li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    border-radius: 50%;
}


.capsule-header.sticky-menu .header-action ul:not(.langSwitch) {
    background: #f4f4f4;
}

/* Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu .menu li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #202020;
    z-index: 5;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .menu {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mobile-menu .menu li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .menu:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .menu li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .menu li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .menu li ul li>a {
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 20px;
}

.mobile-menu .menu li ul>li>ul>li>a {
    margin-left: 40px;
}

.mobile-menu .menu li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .menu li.page_item_has_children .dropdown-btn,
.mobile-menu .menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .menu li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .menu li>ul,
.mobile-menu .menu li>ul>li>ul {
    display: none;
    margin-left: 0;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    display: block;
    background: #373737;
    border-radius: 50%;
    color: #ffffff;
}

.mobile-menu .social-links li a:hover {
    color: #fff;
}

.mobile-menu .social-links li.facebook a:hover {
    background: #3b5998;
}

.mobile-menu .social-links li.twitter a:hover {
    background: #00acee;
}

.mobile-menu .social-links li.pinterest a:hover {
    background: #E60023;
}

.mobile-menu .social-links li.instagram a:hover {
    background: #E1306C;
}

.mobile-menu .social-links li.youtube a:hover {
    background: #c4302b;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 20px;
    cursor: pointer;
    display: none;
    background-color: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

/* 3. Search */
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: #0a303a;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    cursor: pointer;
}

/* Off-canvas */
.sidebar-off-canvas .off-canvas-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    background: #232324;
    cursor: url(assets/images/cross-out.png), pointer;
}

.sidebar-off-canvas.isActive .off-canvas-overlay {
    opacity: .7;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    left: 0;
}

.off-canvas-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0;
}

.off-canvas-widget .mCSB_scrollTools {
    width: 0;
}

.off-canvas-widget .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.sidebar-off-canvas.isActive .off-canvas-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    -o-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-off-canvas.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-off-canvas .off-canvas-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.off-canvas-heading .close-side-widget {
    font-size: 24px;
    color: #000000;
}

.sidebar-textwidget {
    padding: 47px 45px 45px;
}

.sidebar-info-contents {
    position: relative;
}

.sidebar-off-canvas .content-box p {
    margin-bottom: 15px;
}

.sidebar-off-canvas .content-box {
    padding-bottom: 15px;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 35px;
}

.sidebar-off-canvas .contact-info {
    margin-bottom: 35px;
}

.sidebar-off-canvas .contact-info h4.title,
.oc-newsletter h4.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-off-canvas .contact-info h4.title::after,
.oc-newsletter h4.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
}

.sidebar-off-canvas .contact-info ul li {
    font-size: 14px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.sidebar-off-canvas .contact-info ul li i {
    font-size: 18px;
    margin-right: 10px;
}

.sidebar-off-canvas .contact-info ul li a {
    color: #676565;
}

.sidebar-off-canvas .contact-info ul li:last-child {
    margin-bottom: 0;
}

.oc-newsletter {
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 0.251);
    border-radius: 4px;
    background-color: rgba(216, 220, 221, 0.251);
    padding: 40px 30px;
}

.oc-newsletter h4.title {
    margin-bottom: 19px;
}

.oc-newsletter h4.title::after {
    margin: 0 auto;
    right: 0;
}

.oc-newsletter p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
    padding: 0 50px;
}

.oc-newsletter form input {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 17px 20px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.oc-newsletter form input::placeholder {
    color: #676565;
}

.oc-newsletter form button {
    background: #222222;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    padding: 19px 36px;
}

.oc-newsletter form button:hover {
    color: #fff;
}

.oc-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 30px;
}

.oc-social ul li {
    margin: 0 7.5px;
}

.oc-social ul li a {
    font-size: 15px;
    color: #878686;
    display: block;
}


.oc-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px dashed #d4d4d4;
}

.oc-bottom>div {
    width: 50%;
    flex: 0 0 50%;
}

.oc-bottom>div label {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0;
    margin-right: 15px;
}

.oc-bottom>div select {
    border: none;
    padding: 3px 0 3px;
    border-bottom: 1px solid #dbdbdb;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
    background-position: center;
    background-size: cover;
    min-height: 460px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    opacity: .95;
    z-index: -1;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-shape {
    width: 188px;
    height: 188px;
    position: absolute;
    left: 10px;
    top: 100px;
    background: #fff;
    border-radius: 50%;
    opacity: .1;
}

.breadcrumb-content {
    padding-top: 80px;
}

.breadcrumb-content h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 10px;
	font-weight:normal
}

.breadcrumb li {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    content: "|";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-bg .transparent-title {
    position: absolute;
    font-size: 250px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -3px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    opacity: .12;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: -1;
}

/* blog */
.blog-post-thumb {
    position: relative;
}

.blog-post-thumb img {
    max-width: 100%;
}

.blog-overlay-tag {
    position: absolute;
    right: 40px;
    bottom: -17px;
    left: 40px;
    text-align: right;
    z-index: 1;
}

.blog-overlay-tag>a {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgb(137 137 137 / 20%) !important;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    z-index: 1;
}

.blog-overlay-tag>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -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;
    opacity: 0;
    z-index: -1;
}

.blog-overlay-tag>a:hover::before {
    opacity: 1;
}

.blog-overlay-tag>a:hover {
    color: #fff;
}

.blog-post-content {
    padding: 35px 35px;
    border: 2px solid #f4f4f4;
    border-top: none;
    transition: .3s linear;
}

.blog-post-content .post-date {
    color: #777777;
    font-size: 14px;
    margin-bottom: 6px;
}

.blog-post-content .post-date>i {
    margin-right: 5px;
}

.blog-post-content .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 21px;
}

.blog-post-content .title a {
    display: inline;
    background-image: linear-gradient(#232323, #232323), linear-gradient(#232323, #232323);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.blog-post-content .title a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}

.blog-post-content>.read-more {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    display: inline-block;
}

.blog-post-content>.read-more span {
    text-decoration: underline;
    margin-right: 10px;
}

.blog-post-item {
    transition: .3s linear;
}

.blog-post-item:hover {
    box-shadow: 0px 16px 32px 0px rgba(137, 137, 137, 0.1);
}

.blog-post-item:hover .blog-post-content {
    border-color: #fff;
}

.post-style-two .blog-post-content {
    padding: 35px 40px 15px;
    border: none;
    background: #fff;
}

.blog-post-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.blog-post-tags ul li {
    margin-right: 3px;
}

.blog-post-tags ul li:last-child {
    margin-right: 0;
}

.blog-post-tags ul li a {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.blog-post-tags ul li a:hover {
    color: #222;
}

.post-style-two .blog-post-content .title {
    margin-bottom: 0;
}

.post-content-bottom {
    padding-top: 15px;
    border-top: 2px solid #fff4f4;
    margin-top: 35px;
}

.post-style-two .blog-post-content .post-date {
    margin-bottom: 2px;
}

.blog--post--thumb img {
    max-width: 100%;
    height: auto;
}

.blog--post--content {
    padding: 50px 45px;
    background: #fff;
    border: 2px solid #f5f5f5;
}

.blog--tag {
    margin-bottom: 22px;
}

.blog--tag a {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    margin-right: 6px;
}

.blog--tag a:hover {
    background: #222;
    color: #fff;
}

.blog--post--meta ul {
    margin-left: 0 !important;
}

.blog--post--meta ul li {
    display: inline-block;
    margin-right: 30px;
}

.blog--post--meta ul li:last-child {
    margin-right: 0;
}

.blog--post--meta ul li,
.blog--post--meta ul li span,
.blog--post--meta ul li a {
    font-size: 14px;
    color: #222;
}

.blog--post--meta ul li span i,
.blog--post--meta ul li a i {
    margin-right: 7px;
}

.blog--post--content>p {
    margin-bottom: 35px;
}

.blog--post--bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog--post--avatar {
    display: flex;
    align-items: center;
    width: 50%;
}

.blog--avatar--img {
    margin-right: 15px;
}

.blog--avatar--img img {
    border-radius: 50%;
}

.blog--avatar--info p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}

.blog--avatar--info p a {
    color: #222;
}

.blog--read--more a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    color: #222;
}

.blog--read--more a i {
    margin-right: 10px;
}

.blog--post--thumb .video--icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
}

.blog--post--thumb .video--icon:hover {
    background: #fff;
}

.blog-thumb-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .7;
    -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;
    cursor: pointer;
}

.blog-thumb-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}

.blog-thumb-active .slick-arrow:hover {
    opacity: 1;
}

.quote-post {
    background-position: center;
    background-size: cover;
    border: none;
}

.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 10px;
}

.quote-post h2,
.quote-post h2 a:hover,
.quote-post .blog--post--meta ul li span i,
.quote-post .blog--post--meta ul li a i {
    color: #fff;
}

.quote-post .blog--post--meta ul li span,
.quote-post .blog--post--meta ul li a {
    color: #ffffff;
}

.blog--post--content.post-bg {
    background-position: center;
    background-size: cover;
    border: none;
}

/* Blog--sidebar */
.wp-block-group__inner-container {
    padding: 15px;
}

.widget_block .wp-block-group__inner-container>h2,
.sidebar-title h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}

.widget_block .wp-block-group__inner-container>h2 {
    margin-bottom: 25px;
}


.widget_block .wp-block-group__inner-container>h2::before,
.sidebar-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 2px;
}

.widget-area .widget {
    padding: 40px;
    padding-top: 35px;
    background: #fff;
    border: 2px solid #f5f5f5;
}

.widget-area .widget select {
    background: transparent;
    padding: 0;
}

.widget-area .widget_recent_entries a,
.widget-area .wp-block-latest-comments a,
.widget-area .recentcomments a {
    color: #222;
}

.widget-area #recentcomments a:hover {
    color: #fff;
}

.widget-area .widget .wp-block-group__inner-container {
    padding: 0;
}

.blog-avatar-img img {
    border-radius: 50%;
}

.header-search-form {
    position: relative;
}

.header-search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
}

.wp-block-search,
.search-form {
    position: relative;
}

.wp-block-search label,
.search-form label {
    display: block;
}

.wp-block-search input,
.search-form input {
    background: #f9f9f9;
    border: none !important;
    width: 100% !important;
    padding: 19px 75px 19px 25px;
    font-size: 14px;
    color: #222;
    border-radius: 0;
}

.wp-block-search input::placeholder,
.search-form input::placeholder {
    font-size: 14px;
    color: #222;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search .wp-block-search__button,
.wp-block-search input[type=submit],
.search-form input[type=submit] {
    width: unset !important;
}

.wp-block-search .wp-block-search__button,
.wp-block-search .search-submit,
.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 19px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
}

.blocks-gallery-grid {
    margin-left: 0 !important;
}

.b-about-content h4 {
    font-size: 18px;
    margin-bottom: 13px;
}

.b-about-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.b-about-social a {
    color: #b3bed3;
    font-size: 14px;
    margin: 0 10px;
}

.rc-post {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.rc-post-thumb {
    margin-right: 20px;
}

.rc-post-thumb img {
    max-width: unset;
}

.rc-post-thumb .attachment-mixlix-100x80 {
    display: none;
}

.rc-post-content h5 {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.4;
}

.rc-post-date span {
    font-size: 14px;
    color: #222;
    margin-left: 7px;
}

.rc-post-content h5 a {
    display: inline-block;
}

.rc-post-date span i {
    margin-right: 7px;
}

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

.widget ul li {
    margin-bottom: 10px;
}

.widget ul.sub-menu,
.widget ul li .children {
    margin-left: 10px;
}

.woocommerce-widget ul.product-categories li a,
.widget_block ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    padding: 15px 30px;
    display: block;
    height: 50px;
    color: #222;
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
}


.woocommerce-widget ul.product-categories li span.float-right,
.widget ul li span.float-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border-radius: 0;
    transition: .3s;
    color: #fff;
}

.woocommerce-widget ul.product-categories li a:hover,
.widget ul li a:hover {
    color: #fff;
}

.woocommerce-widget ul.product-categories li:last-child,
.widget ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar-social a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: inline-block;
    line-height: 45px;
    background: #f5f5f5;
    color: #222;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 0;
}

.sidebar-social a:last-child {
    margin-right: 0;
}

.sidebar-social a:hover {
    color: #fff;
}

.twitter-post ul li {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e6ff;
    margin-bottom: 25px;
}

.twitter-icon {
    float: left;
    display: block;
    color: #32beff;
    margin-right: 20px;
}

.twitter-content p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 2;
}

.twitter-post-date span {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    display: block;
}

.twitter-post ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar-insta-post ul li {
    display: inline-block;
    margin: 5px 3px;
}

.sidebar-insta-post ul li a {
    position: relative;
    display: block;
}

.sidebar-insta-post ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
}

.sidebar-insta-post ul li a:hover::before {
    opacity: .7;
}

.widget-tag ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.widget-tag ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #282828;
    padding: 6px 17px;
    border-radius: 0;
    background: #f5f5f5;
    font-weight: 500;
}

.widget-tag ul li a:hover {
    color: #fff;
}

.sidebar-banner img {
    width: 100%;
}

.blog--post--meta ul li>i {
    margin-right: 7px;
    font-size: 14px;
}

.blog-details-post-thumb {
    padding-top: 25px;
    margin-bottom: 45px;
}

.blog-details-wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.entry-content ul,
.entry-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.comment-list {
    margin-left: 0 !important;
}


.entry-content ul li,
.entry-content ol li {
    list-style: unset;
}

.entry-content select {
    margin-bottom: 20px;
}

.blog-details-wrap p {
    font-size: 16px;
}

.blog-details-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}

.border-top-2 {
    border-top: 2px solid #f5f5f5;
    width: 100%;
}

.b-details-list ul li {
    margin-bottom: 5px;
    font-size: 16px;
    display: flex;
}

.b-details-list ul li:last-child {
    margin-bottom: 0;
}

.b-details-list ul li i {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}

blockquote {
    margin: 35px 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 55px 60px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-style: italic;
}

blockquote::before {
    content: "";
    background-image: url(assets/images/blockquote_icon.png);
    position: absolute;
    right: 40px;
    top: 28px;
    width: 185px;
    height: 192px;
    z-index: -1;
}

blockquote p {
    color: #fff;
}

blockquote a {
    color: #fff;
    font-weight: bold;
}

blockquote code {
    color: #fff;
}

blockquote span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: unset;
    letter-spacing: 0;
}

blockquote span>a {
    color: #fff;
}

.blog-details-wrap.border-none {
    border: none;
    padding-bottom: 0;
}

.blog-details-content figure p {
    margin-bottom: 0;
    font-size: 16px;
}

.blog-details-content figure {
    overflow: hidden;
}

.d-post-tag h5,
.post-share h5 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.d-post-tag ul {
    margin-left: 0 !important;
    margin-bottom: 0;
}

.d-post-tag ul li {
    display: inline-block;
    margin-right: 7px;
}

.d-post-tag ul li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    color: #222;
    background: #f5f5f5;
    font-weight: 700;
    margin-bottom: 5px;
    border-radius: 0;
}


.d-post-tag ul li a:hover {
    color: #fff;
}

.blog-post-navigation {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}

.blog-post-navigation .prev-link span,
.blog-post-navigation .next-link span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.blog-post-navigation .prev-link h4,
.blog-post-navigation .next-link h4 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.navigation-filter img {
    width: unset;
}

.related-post h3 {
    font-size: 26px;
    margin-bottom: 25px;
}

.rp-thumb img {
    width: 100%;
}

.rp-content {
    padding: 35px 30px;
}

.rp-content .rp-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.rp-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.32;
}

.rp-content .rp-date i {
    margin-right: 5px;
}

.rp-content p {
    margin-bottom: 0;
}

.single-rp {
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.1);
}

.blog-avatar-wrap {
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 55px 40px 40px;
    display: flex;
    align-items: center;
}

.blog-post-avatar-img {
    margin-right: 40px;
}

.bd-avatar-info span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.bd-avatar-info h4 {
    font-size: 30px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    letter-spacing: -1px;
}

.bd-avatar-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.comment-wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
}

.comment-reply-title {
    font-size: 26px;
    margin-bottom: 35px;
    display: block;
    font-weight: 700;
    color: #222222;
}

.comment-reply-title small {
    margin-left: 20px;
}

.single-comment {
    padding-bottom: 25px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 30px;
}

.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single-comment .comments-avatar img {
    border-radius: 0;
}

.comment-text {
    overflow: hidden;
}

.comment-text .avatar-name {
    overflow: hidden;
}

.comment-text .avatar-name h6 {
    font-size: 18px;
    margin-bottom: 3px;
}

.comment-text .avatar-name span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-text .avatar-name .comment-reply-link {
    float: right;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    margin-top: -24px;
    color: #222;
    font-weight: 700;
}

.comment-text .avatar-name .comment-reply-link i {
    margin-right: 5px;
}

.comment-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.comment-text .avatar-name .comment-reply-link:hover {
    border-color: transparent;
}

.children .single-comment {
    margin-left: 130px;
}

.children .single-comment .avatar-name h6 i {
    font-size: 12px;
    margin-left: 7px;
}

.comment-form {
    padding: 50px;
    background: #f5f5f5;
}

.comment-list li.comment {
    list-style: none !important;
}

.comment-list .comment-form {
    margin-bottom: 50px;
}

.comment-form .comment-field {
    position: relative;
}

.comment-form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}

.comment-form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
    color: #222;
}


.comment-form .comment-field input[type=checkbox] {
    width: unset;
    float: left;
    height: 27px;
}

p.form-submit {
    margin-bottom: 0;
}

.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
    font-size: 14px;
    color: #222;
}

.comment-form .mixlix-btn {
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    border: none;
    padding: 21px 40px 21px 40px;
}

.comment-form .mixlix-btn i {
    margin-left: auto;
    margin-right: 5px;
}

.comment-form .mixlix-btn:hover {
    background: #222;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

figure.wp-block-gallery.alignfull {
    margin-bottom: 50px;
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    background: #fff;
    margin: 0 0 1.5em;
    padding: 30px 20px;
    margin-bottom: 50px;
    overflow: hidden;
}

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

.widget-title {
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget-area .widget-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 20%;
}

.widget-area .widget-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    height: 2px;
    width: 30%;
}

.widget select {
    width: 100%;
}

.widget .nice-select.open {
    width: 100%;
}

.widget .nice-select.open .list {
    position: relative;
}

.widget ul,
.widget ol {
    padding-left: 0;
}


.tagcloud a {
    color: #282828;
    font-size: 14px !important;
    padding: 6px 17px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 6px !important;
    margin-bottom: 10px !important;
    background: #f5f5f5;
    font-weight: 500;
}

.tagcloud a:hover {
    color: #fff;
}

.widget>ul,
.widget>ol {
    margin: 0;
    padding: 0;
}


.woocommerce-widget ul.product-categories li,
.widget ul li {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

. .woocommerce-widget ul.product-categories li a,
.widget li a {
    color: #808080;
}


.recent-themes-widget .recent-theme-item {
    padding: 15px;
    margin: 0 auto;
    background: #f1f1f187;
}

.recent-themes-widget .recent-theme-item img {
    margin-bottom: 20px;
}

.recent-themes-widget .recent-theme-item h6 {
    font-size: 14px;
    font-weight: 600;
}

.recent-themes-widget .recent-theme-item .permalink {
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 5px;
}

.widget-woocommerce {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px;
}

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

.widget-woocommerce-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.sidebar-recent-post li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: none !important;
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.sidebar-recent-post li:before {
    display: none;
}

.recent-post-thumb {
    width: 30%;
}


.recent-post-content {
    position: relative;
    width: 70%;
    margin-left: 15px;
}

.recent-post-content p a {
    color: #333;
}

.recent-post-content span {
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 0;
}

.widget_recent_comments ul li:not(:last-child) {
    line-height: 26px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}


.widget_rss ul li:not(:last-child) {
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget_rss ul li .rss-date {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.section-padding {
    padding: 100px 0;
    overflow: hidden;
}

.wp-block-cover-text strong,
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    border: 2px solid;
}

.hentry {
    margin: 0 0 40px;
}

.updated:not(.published) {
    display: none;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.single-post .entry-meta ul {
    margin-bottom: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.single-post .post-share ul li a {
    background: #efefef;
    color: #333
}

.single-post .post-share ul li a:hover {
    color: #fff;
}

.wp-block-search {
    margin-bottom: 20px;
}

.wp-block-search .wp-block-search__input {
    width: auto;
}

.bypostauthor {
    display: block
}

.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 30px auto 30px;
}

.comment dl,
.entry-content dl {
    padding-left: 0;
}

.page-links {
    clear: both;
    padding-top: 20px;
}

.page-links a {
    padding: 5px 10px;
    color: #fff;
}

.the_excerpt {
    background: #fff;
    margin-bottom: 50px;
}

.the_excerpt .post_thumbnail {
    position: relative;
}

.the_excerpt .excerpt-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 30px;
}

.excerpt-readmore a {
    border-radius: 30px;
}

.entry-meta {
    font-size: 14px;
}

.entry-meta ul .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.entry-meta ul i {
    color: #ddd;
    margin-right: 5px;
}

.entry-meta ul li a {
    color: #333;
}

.the_excerpt .entry-meta p {
    margin-bottom: 0;
}

.post .entry-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.post .entry-title a {
    color: #333;
}

.the_excerpt_content {
    padding: 40px;
}

.the_excerpt_content>p {
    margin-bottom: 20px;
}

.post .post_thumbnail,
.page .post_thumbnail {
    background: #fff;
    border-top-right-radius: 6px;
}

.wp-block-button__link {
    margin: 20px 0;
}

.wp-block-button.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

.wp-block-button.alignright {
    margin-left: 20px;
    margin-bottom: 20px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.has-background-dim {
    margin-bottom: 20px;
}

.wp-block-button.alignleft .wp-block-button__link {
    margin: 0;
}

.wp-block-button.alignright .wp-block-button__link {
    margin: 0;
}

.pagination {
    margin-top: 70px;
}

.pagination .nav-links {
    margin: 0 auto;
}

.pagination .nav-links .page-numbers {
    padding: 15px 20px;
    text-align: center;
    border: 2px solid #f5f5f5;
    font-weight: 500;
    color: #222;
    font-size: 16px;
    margin: 0 3px;
    display: inline-block;
}

.pagination .nav-links .page-numbers:hover {
    color: #fff;
}

.pagination .nav-links .page-numbers.current {
    color: #fff;
}

.tags {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.tags>a {
    padding: 5px 15px;
    background: #efefef;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    color: #333 !important;
}

.tags>a:hover {
    color: #fff !important;
    ;
}

.cat-links,
.tags-links {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.cat-links a,
.tags-links a {
    font-weight: normal;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.type-post .post-share {
    float: right
}

.post-share ul {
    margin-left: 0 !important;
    padding-left: 0;
    margin-bottom: 0;
}

.post-share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #b5becc;
}

.footer-social ul li a,
.post-share ul li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #333;
    border-radius: 50%;
    font-size: 14px;
}

.related-posts {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
}

.related-posts h4 {
    margin-bottom: 50px;
    font-weight: bold;
}

.single-related-post {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.related-post-title {
    padding: 30px;
}

.related-post-title a {
    font-weight: 500;
    display: block;
    color: #333;
}

.related-post-title span {
    font-size: 12px;

}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/* Footer */
.footer-top-wrap {
    background: #222222;
    border-top: 1px solid #fff4f4;
    padding-top: 100px;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget select {
    background: transparent;
    color: #aeaeae;
    padding: 0;
    width: 100%;
}

.footer-widget th,
.footer-widget td {
    padding: unset;
}

.footer-widget .rc-post-thumb .attachment-mixlix-100x80 {
    display: block;
}

.footer-widget .rc-post-thumb .attachment-mixlix-80x80 {
    display: none;
}

.footer-widget .fw-title {
    margin-bottom: 30px;
}

.fw-title>h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.footer-widget ol,
.footer-widget ul {
    padding-left: 0;
}

.footer-widget ul>li+li {
    margin-top: 15px;
}

.footer-widget ul>li>a {
    color: #aeaeae;
    display: inline-block;
}

.footer-widget .fw-btn {
    margin-top: 25px;
}

.fw-btn img {
    max-width: 100%;
}

.footer-widget .fw-btn ul li+li {
    margin-top: 8px;
}

.footer-widget .rc-post-content h5 {
    color: unset;
}

.footer-widget .rc-post {
    border-bottom: 1px solid rgb(235 235 235 / 39%);
}


.footer-widget .rc-post:last-child {
    border: none;
}

.footer-payment-method {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgb(201 80 74 / 10%);
    padding: 36px 60px;
    margin: -140px 0 30px;
    z-index: 1;
}

.footer-quick-link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-quick-link ul li {
    margin-right: 50px;
}

.footer-quick-link ul li:last-child {
    margin-right: 0px;
}

.footer-quick-link ul li a {
    font-size: 16px;
    color: #777777;
    font-weight: 700;
}

.copyright-wrap {
    background: #111111;
    text-align: center;
}

.copyright-text p {
    margin-bottom: 0;
    color: #999999;
    font-weight: 700;
}

.copyright-text p>a {
    color: #fff;
}