/*
 * Theme Name: Spaxim
 * Version: 1.0.2
 * Description: Spaxim - Spa & Beauty Salon WordPress Theme
 * Author: TPLabs
 * Theme URI: http://tplabs.co/spaxim
 * Author URI: https://www.templatemonster.com/authors/terra/
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: spaxim
 * Tested up to: 8.2
 * Requires PHP: 5.4
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
**/

/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
        *  Elements
        *  Forms
        *  Typography
   * Variables
   * Extra classes
   * WordPress Styles
   * Layout
        *  Sidebar Right
        *  Sidebar Left
        *  No Sidebar
        *  Boxed layout
   * Header General
        * Logo 
        * Button 
        * Top Bar 
        * Info 
        * Header Float 
        * Header Fixed 
        * Hotline 
        * Menu Wrap 
        * Menu 
        * Sub menu 
        * Side Menu 
        * Mega Menu 
        * Cart Icon 
        * Search Icon 
        * Overwrite 
    * Search Fullscreen 

   * Featured Title
   * Blog Post
        * Post media Gallery 
        * Post title 
        * Post meta 
        * Post excerpt 
        * Post link 
        * Blog Grid
   * Blog Grid
   * Blog single
        * Post tags 
        * Post author 
        * Related Post
   * Comments
        * Comment list
        * Comment form
   * Search Page
   * Footer
        *  Grid
        *  Gutter
   * Bottom Bar
        * Copyright a.
        * Bottom Styles 
        * Bottom Logo 
        * Bottom Menu 
        * Bottom Logo 
        * Bottom Copyright 
        * Bottom Socials 
   * Scroll Top Button
   * Custom Cursor
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries
   * Widgets
        * General
        * Widget: List (Categories, Meta, Archives, Pages. Latest Post..)
        * Widget: Search
        * Widget: Latest Posts 
        * Widget: RSS 
        * Widget: Recent Entries 
        * Widget: Nav 
        * Widget: Calendar 
        * Widget: Infor 
        * Widget: Links 
        * Widget: Subcribe 
        * Widget: Twitter 
        * Widget: Socials 
        * Widget: Recent News Advanced 
        * Widget: Instagram & Flickr 
        * Widget: Tags 
        * Widget: Media Gallery 
    * Sidebar Widgets
        * Widget: List (Categories, Meta, Archives, Pages. Latest Post..)
        * Widget: Search
        * Widget: Information
    * Footer Widgets
        * Widget: List (Categories, Meta, Archives, Pages. Latest Post..)
        * Widget: Search
        * Widget: Calendar
        * Widget: Information
        * Widget: Subscribe
        * Widget: Twitter
        * Widget: Socials
        * Widget: Recent News
        * Widget: About Link

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

/*
MAIN STYLE
-------------------------------------------------------------- */

/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

blockquote,
q {
    quotes: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

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

select {
    max-width: 100%;
}

/* Variables
-------------------------------------------------------------- */

:root {
    --e-global-color-spaxim_accent: #ed2422;
    --e-global-color-spaxim_primary: #2E1E26;
    --e-global-color-spaxim_text: #81757B;
    --e-global-color-spaxim_border: #E5D9D7;
    --e-global-color-spaxim_light: #eaecf5;
    --e-global-color-spaxim_dark: #2E1E25;
    --font-heading: 'Roboto';
    --font-body: 'Roboto';
}

/* General
-------------------------------------------------------------- */

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

*::-webkit-scrollbar {
    width: .3125rem;
    background-color: #cedbff
}

*::-webkit-scrollbar-thumb {
    background-color: #cf0301;
    border-radius: 20px
}

body {
    font-family: "Roboto";
    color: var(--e-global-color-spaxim_text);
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 15px;
}

strong,
b,
cite {
    font-weight: 500;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_primary);
    padding: 30px 55px;
    position: relative;
    margin-bottom: 40px;
    background-color: var(--e-global-color-spaxim_light);
}

blockquote cite {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--e-global-color-spaxim_text);
    padding: 10px 0;
    font-style: normal;
    position: relative;
}

blockquote>p {
    margin-bottom: 5px;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--e-global-color-spaxim_light);
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background-color: #fff9c0;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var {
    font-family: "Roboto";
    font-size: 14px;
}

pre {
    margin: 15px 0;
    padding: 15px;
    background-color: var(--e-global-color-spaxim_light);
    overflow-x: auto;
    font-family: "Roboto";
    -webkit-hyphens: none;
    hyphens: none;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */

hr {
    background-color: var(--e-global-color-spaxim_light);
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 30px;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

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

dl,
dd {
    margin: 0 0 5px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid var(--e-global-color-spaxim_border);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0px 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--e-global-color-spaxim_light);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-family: "Roboto";
    font-size: 100%;
    line-height: inherit;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--e-global-color-spaxim_light) inset;
}

/* Reset search styling */

input[type="search"] {
    outline: 0;
}

input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
    display: none;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    padding: 15px 30px;
    border: 1px solid var(--e-global-color-spaxim_light);
    background-color: var(--e-global-color-spaxim_light);
    color: var(--e-global-color-spaxim_text);
    margin-bottom: 10px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border 0.3s;
}

select {
    padding: 11px 18px;
    width: 100%;
    -webkit-appearance: none;
    border-color: var(--e-global-color-spaxim_light);
    background: var(--e-global-color-spaxim_light) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 20px) calc(50% + 3px);
    background-repeat: no-repeat;
    outline: 0;
}

/* Input focus */

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
    padding: 0 50px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Button hover + focus */
.button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: var(--e-global-color-spaxim_primary);
    color: #fff;
}

/* Placeholder */
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
}

#footer-widgets input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    /* Firefox */
}

#footer-widgets input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
}

#footer-widgets input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
}

/* Links */
a {
    color: var(--e-global-color-spaxim_accent);
    outline: 0;
    text-decoration: none;
    transition: color 0.3s, background 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: var(--e-global-color-spaxim_primary);
    text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto";
    color: var(--e-global-color-spaxim_primary);
    margin: 0 0 10px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.9em;
    /* 60px */
    line-height: 1.334;
}

h2 {
    font-size: 2.4em;
    /* 50px */
    line-height: 1.24;
}

h3 {
    font-size: 2.223em;
    /* 40px */
    line-height: 1.25;
}

h4 {
    font-size: 1.667em;
    /* 30px */
    line-height: 1.334;
}

h5 {
    font-size: 1.334em;
    /* 24px */
    line-height: 1.334;
}

h6 {
    font-size: 1em;
    /* 18px */
    line-height: 1.667;
}

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

/* Title with Link */
.comment-author:hover a {
    color: var(--e-global-color-spaxim_accent);
}

/* SVG */
svg {
    height: auto;
}

button svg {
    width: 16px;
}

/* Font Body */
.font-body {
    font-family: var(--font-body);
}

/* Font Heading */
.woo-single-post-class .related.products>h2,
.woocommerce-Reviews-title,
.comment-respond .comment-reply-title,
.font-heading {
    font-family: var(--font-heading);
}

/* Login & Logout */
body.logged-in .hide-on-login {
    display: none;
}

body:not(.logged-in) .hide-on-logout {
    display: none;
}

body.logged-in.elementor-preview .hide-on-login {
    display: block;
    position: relative;
}

body.logged-in.elementor-preview .hide-on-login:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background-color: #fff;
    opacity: 0.8;
}

.d-inline-block {
    display: inline-block !important;
}

/* Icons set for themes
-------------------------------------------------------------- */
.event-manager-pagination ul li .page-numbers.next,
.event-manager-pagination ul li .page-numbers.prev,
.event-manager-pagination-2 ul li .page-numbers.next,
.event-manager-pagination-2 ul li .page-numbers.prev {
    font-size: 0 !important;
    position: relative;
}

.event-manager-pagination ul li .page-numbers.next:after,
.event-manager-pagination ul li .page-numbers.prev:after,
.event-manager-pagination-2 ul li .page-numbers.next:after,
.event-manager-pagination-2 ul li .page-numbers.prev:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: inherit;
    text-align: center;
    color: inherit;
}

.event-manager-pagination ul li .page-numbers.next:after,
.event-manager-pagination-2 ul li .page-numbers.next:after {
    font-family: 'core-icons';
    content: '\f054';
}

.event-manager-pagination ul li .page-numbers.prev:after,
.event-manager-pagination-2 ul li .page-numbers.prev:after {
    font-family: 'core-icons';
    content: '\f053';
}

.recent-news .post-date:after {
    font-family: 'core-icons';
}

.post-meta .item:after,
.header-info .content:before {
    font-family: 'core-icons';
}

.header-info .content.phone:before {
    content: '\f095';
}

.header-info .content.email:before {
    content: '\f0e2';
}

.header-info .content.address:before {
    content: '\e947';
}

.post-meta .item.post-by-author:after {
    content: '\f2bd';
}

.post-meta .item.post-comment:after {
    content: '\f086';
}

.recent-news .post-date:after {
    content: '\e91c';
}

.post-meta .item.post-date:after {
    content: '\e91c';
}

.post-meta .item.post-meta-categories:after {
    content: '\e91f';
}

.spaxim-menu>ul>li.menu-item-has-children>a span:after,
.spaxim-menu .sub-menu li.menu-item-has-children>a:after,
.spaxim-menu-panel li .arrow:before {
    font-family: "core-icons";
    content: "\f078";
}

.menu-vertical .spaxim-menu>ul>li>a span:after {
    font-family: "core-icons";
    content: "\f054";
}

.search-style-fullscreen .search-close:before,
.spaxim-menu-panel .close-menu:before {
    font-family: "core-icons";
    content: "\e940";
}

.spaxim .mfp-gallery button.mfp-arrow:active {
    margin-top: 0;
}

.spaxim .mfp-gallery button.mfp-arrow,
.spaxim .mfp-gallery button.mfp-close {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 0;
}

.spaxim .mfp-gallery button.mfp-arrow:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.master-vertical-slider .swiper-button-prev:after,
.master-slider .arrow-prev:after {
    font-family: "core-icons";
    content: "\e951";
    font-weight: 400;
}

.master-vertical-slider .swiper-button-next:after,
.master-slider .arrow-next:after {
    font-family: "core-icons";
    content: "\e952";
    font-weight: 400;
}

.mfp-arrow.mfp-arrow-left:after,
.single-project-inner .nav-links .prev a:after,
.master-carousel-box .flickity-button.previous:before,
.related-news .related-post .slick-prev:before,
.post-media .slick-prev:before {
    font-family: "core-icons";
    content: "\e951";
    font-weight: 400;
}

.hentry .post-link a:before,
.mfp-arrow.mfp-arrow-right:after,
.single-project-inner .nav-links .next a:after,
.master-carousel-box .flickity-button.next:before,
.related-news .related-post .slick-next:before,
.post-media .slick-next:before {
    font-family: "core-icons";
    content: "\e952";
    font-weight: 400;
}

.master-slider .slide ul li::before {
    font-family: "core-icons";
    content: "\f054";
}

/* Arrow Button */
.no-counts.wp-block-categories>li a:before,
.mc4wp-form .submit-wrap button:before {
    font-family: "core-icons";
    content: "\e925";
}

/* Search */
.widget.widget_search .search-form .search-submit:after,
#sidebar .wc-block-product-search .wc-block-product-search__button:after,
#sidebar .widget.widget_search .wp-block-search .wp-block-search__button:after,
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after,
.widget.widget_product_search .woocommerce-product-search .search-submit:before {
    font-family: "core-icons";
    content: "\e851";
    font-weight: 400;
}

/* Cart */
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
    font-family: "core-icons";
    content: "\e903";
}

.woocommerce-page .shop_table.cart .product-remove a:after {
    font-family: "core-icons";
    content: "\e940";
}

/* Scroll Top */
#scroll-top:after {
    font-family: "core-icons";
    content: "\e93b";
}

/* List */
#sidebar .wc-block-product-categories-list>li a:before,
.widget_product_categories>ul>li a:before {
    font-family: "core-icons";
/*     content: "\f054"; */
    font-weight: 400;
}

/* Extra classes
-------------------------------------------------------------- */

.text-white {
    color: #fff !important;
}

.text-dark {
    color: var(--e-global-color-spaxim_primary) !important;
}

.link-dark:hover,
.link-gray:hover {
    color: var(--e-global-color-spaxim_accent) !important;
}

.accent-color {
    color: var(--e-global-color-spaxim_accent) !important;
}

.accent-color-2 {
    color: var(--e-global-color-spaxim_accent) !important;
}

.accent-color-3 {
    color: var(--e-global-color-spaxim_accent) !important;
}

.dark-color {
    color: var(--e-global-color-spaxim_primary) !important;
}

.bg-accent {
    background-color: var(--e-global-color-spaxim_accent) !important;
}

.border-accent {
    border-color: var(--e-global-color-spaxim_accent) !important;
}

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

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

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

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.has-shadow {
    box-shadow: 0 30px 70px 0 rgba(227, 239, 240, 0.7);
}

.align-left {
    text-align: left;
}

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

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

.text-italic {
    font-style: italic !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}

.underline-solid,
.underline-dotted,
.underline-dashed {
    position: relative;
}

.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--e-global-color-spaxim_accent);
}

.underline-dotted:after {
    border-bottom-style: dotted;
}

.underline-dashed:after {
    border-bottom-style: dashed;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clear:after,
.clearfix:after {
    clear: both;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1400px) {
    .hidden-xl {
        display: none;
    }
}

.o-1 {
    opacity: 0.1;
}

.o-2 {
    opacity: 0.2;
}

.o-3 {
    opacity: 0.3;
}

.o-4 {
    opacity: 0.4;
}

.o-5 {
    opacity: 0.5;
}

.o-6 {
    opacity: 0.6;
}

.o-7 {
    opacity: 0.7;
}

.o-8 {
    opacity: 0.8;
}

.o-9 {
    opacity: 0.9;
}

/* General Style
-------------------------------------------------------------- */
a.thumb {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}

a.thumb .inner {
    display: flex;
    width: 100%;
}

a.thumb img {
    width: 100%;
    transition: 0.5s ease;
}

a.thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.5s;
    z-index: 1;
    pointer-events: none;
    transform: translateY(100%);
    opacity: 0;
    background-color: var(--e-global-color-spaxim_primary);
}

.item-carousel:hover a.thumb img,
a.thumb:hover img {
    transform: scale(1.2);
}

.active:hover a.thumb:before,
a.thumb:hover:before {
    transform: translateY(0);
}


/* Theme standard style
-------------------------------------------------------------- */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}

.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-gallery.alignleft {
    margin-inline-end: 30px;
}

.wp-block-gallery.alignright {
    margin-inline-start: 30px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    position: relative;
    border-color: var(--e-global-color-spaxim_light);
    background-color: #fff;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 100%;
    padding: 10px 0 10px 14px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid var(--e-global-color-spaxim_border);
}

#sidebar .wp-block-search {
    margin-bottom: 0;
}

#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
}

#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
}

#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button #search-icon {
    position: relative;
    top: 10px;
    width: 26px;
    transform: scaleX(-1);
    fill: #888682;
    opacity: 0.7;
}

.wp-block-search .wp-block-search__input {
    border-color: var(--e-global-color-spaxim_light);
}

.wp-block-search .wp-block-search__button {
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
    padding: 0 60px;
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

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

.wp-block-search input {
    margin-bottom: 0;
}

.wp-block-table .has-fixed-layout {
    border-width: 1px;
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 70px 50px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p em {
    font-style: normal;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 7px 0 15px 25px;
}

.alignleft {
    float: left;
    margin: 7px 25px 15px 0;
}

p>img.alignleft {
    clear: left;
}

p>img.alignright {
    clear: right;
}

blockquote.aligncenter {
    margin-bottom: 20px;
}

blockquote.alignleft {
    margin: 5px 20px 0;
}

blockquote.alignright {
    margin: 5px 0 20px 20px;
}

.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center;
}

.wp-block-pullquote.has-background blockquote {
    background-color: inherit;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

/* WordPress Styles
-------------------------------------------------------------- */

.bypostauthor>article {}

.sticky-post {
    display: inline-block;
    color: var(--e-global-color-spaxim_accent);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -10px;
    display: none;
}

.post.hentry.sticky .post-content-wrap {
    border-color: var(--e-global-color-spaxim_accent);
}

.post.sticky .post-title a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
}

.post.sticky .post-title a:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--e-global-color-spaxim_accent);
    content: "";
    width: 3px;
    height: 100%;
    font-size: 25px;
}

.wp-block-quote.is-style-large {
    padding-top: 70px;
}

.wp-block-quote.is-style-large:before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

blockquote.has-text-align-right:before {
    right: 20px;
    left: unset;
}

.wp-block-pullquote blockquote {
    padding: 40px;
}

.wp-block-pullquote blockquote:before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color {
    background-color: #f7f7f7;
}

.wp-block-column .wp-block-quote {
    padding: 30px 15px;
}

.wp-block-column .wp-block-quote:before {
    top: 0px;
}

.wp-block-cover {
    margin-bottom: 50px;
}

.wp-block-gallery,
.wp-block-calendar {
    margin-bottom: 50px;
}

.wp-block-search input {
    margin-bottom: 0;
}

.wp-block-group.has-background {
    padding: 30px;
}

.post-content .has-large-font-size {
    line-height: 1.4;
}

.wp-caption {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}

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

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 0.8em;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    font-style: italic;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wp-caption.alignnone {
    margin-bottom: 20px;
}

.wp-smiley {
    margin: 0;
    max-height: 1em;
}

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.post-password-form label {
    font-weight: bolder;
    color: var(--e-global-color-spaxim_primary);
}

form.login .lost_password {
    display: inline-block;
    margin-bottom: 3px;
}

.wpstats {
    display: none;
}

.wp-block-button__link {
    font-size: 16px;
    line-height: 30px;
    padding: 14px 50px;
    border-radius: 30px;
    margin: 0 10px 10px 0;
}

.wp-block-button__link:hover {
    color: #fff;
}

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

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover .wp-block-cover-text strong {
    font-weight: 400;
}

.wp-block-latest-comments,
.wp-block-latest-posts {
    margin-left: 0;
}

.gallery {
    margin: 0 -1.15% 30px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.15% 2.3%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

.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%;
}

/* Block Widget */
ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
    margin-left: 0;
    width: fit-content;
}

ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
    padding-left: 16px;
}

.widget.widget_recent_comments ul li,
.widget.widget_rss ul li,
ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
}

ol.wp-block-latest-comments li {
    margin-top: 8px;
}

ul.wp-block-latest-posts li {
    padding: 10px 0 0;
}

.wp-block-latest-comments__comment {
    line-height: 1.4;
}

.wp-block-archives-list.wp-block-archives li {
    display: flex;
    justify-content: space-between;
}

.wp-block-archives-list.wp-block-archives li a {
    margin-right: 30px;
}

/* Layout
-------------------------------------------------------------- */

.spaxim-container {
    width: 1700px;
    margin: 0 auto;
    max-width: calc(100vw - 30px);
}

.spaxim-header.spaxim-container,
.spaxim-footer.spaxim-container,
.spaxim-header .spaxim-container,
.spaxim-footer .spaxim-container,
.elementor-page.no-sidebar #content-wrap {
    width: unset;
    max-width: 100vw;
}

#main-content {
    padding: 90px 0;
}

.no-padding-content #main-content {
    padding: 0;
}

/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}

/* Sidebar Right (default) */
#content-wrap {
    display: flex;
    justify-content: space-between;
}

#site-content {
    width: 65.812%;
}

#sidebar {
    width: 31.624%;
}

/* Sidebar Left */

.sidebar-left #content-wrap {
    flex-direction: row-reverse;
}

.woocommerce-page #content-wrap {
    flex-direction: row-reverse;
}

/* No Sidebar */
.no-sidebar .woocommerce-page #site-content,
.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
}

.no-sidebar #sidebar {
    display: none;
}

/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #f4f4f4;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .spaxim-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}

.site-layout-boxed #site-header.fixed-hide {
    width: 1240px;
    left: 50%;
    transform: translateX(-50%);
}

/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
}

#site-header-wrap {
    position: relative;
    z-index: 999;
}

#site-header-wrap.low-index {
    z-index: 2;
}

.site-header-inner,
.site-header-inner .wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header-inner .wrap-inner {
    flex-grow: 1;
}

#site-header .spaxim-menu {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

/* Logo */
#site-logo {
    flex-shrink: 0;
}

#site-logo .main-logo {
    display: inline-block;
    margin: 24px 0;
}

#site-logo-inner {
    margin-right: 30px;
    line-height: 1;
}

.master-logo.logo-text a,
#site-logo .site-logo-text {
    display: inline-block;
    color: var(--e-global-color-spaxim_primary);
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 22px 0;
}

.master-logo.logo-text a:hover,
#site-logo .site-logo-text:hover {
    color: var(--e-global-color-spaxim_accent);
}

/* Top Bar */
.top-bar {
    color: #c9c4d5;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    background-color: #1b1825;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Button */
.header-button {
    margin-left: 30px;
}

.header-button a {
    font-size: 13px;
    line-height: 60px;
    padding: 0 40px;
}

/* Info */
.header-info .content {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    padding-left: 24px;
}

.header-info .content:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

/* Social */

.header-socials {
    margin-right: 30px;
}

.header-socials a {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.header-socials a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.topbar-left .header-socials a:first-child {
    padding-left: 0;
}

.topbar-right .header-socials a:last-child {
    padding-right: 0;
}

/* Header Float */
.elementor-page-14 .spaxim-header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .25) 50.52%, rgba(0, 0, 0, 0) 97.4%);
    background-blend-mode: multiply;
    height: 240px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}


.spaxim-header .header-float,
.spaxim-header.header-float {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    max-width: unset;
}

/* Header Fixed */
.spaxim-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 9999;
    max-width: unset;
}

.spaxim-header-fixed.fixed-show {
    transform: translateY(0);
}

/* Sticky Header */
.spaxim-header .is-sticky {
    position: relative;
    transition: all 0.5s ease, width 0s;
}

.spaxim-header .is-sticky .position-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.spaxim-header.header-float .is-sticky.fixed-show,
.spaxim-header .is-sticky.fixed-show .position-absolute {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    border-width: 0;
}

.spaxim-header.header-float .is-sticky>.e-con,
.spaxim-header .is-sticky .position-absolute {
    background-color: inherit;
}

.spaxim-header.header-float .is-sticky:after,
.spaxim-header .is-sticky.fixed-show .position-absolute:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.spaxim-header.header-float .is-sticky.fixed-show:after,
.spaxim-header .is-sticky.fixed-show .position-absolute:after {
    opacity: 1;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.spaxim-header.header-float .is-sticky.dark-bg:after,
.spaxim-header .is-sticky.dark-bg.fixed-show .position-absolute:after {
    background-color: var(--e-global-color-spaxim_accent);
}

.spaxim-header.header-float .is-sticky.white-bg:after,
.spaxim-header .is-sticky.white-bg.fixed-show .position-absolute:after {
    background-color: #fff;
}

.spaxim-header.header-float .is-sticky.fixed-show.transparent-bg:after,
.spaxim-header .is-sticky.fixed-show.transparent-bg .position-absolute:after,
.spaxim-header.header-float .is-sticky.fixed-show.no-overlay:after,
.spaxim-header .is-sticky.fixed-show.no-overlay .position-absolute:after {
    display: none;
}

.spaxim-header.header-float .is-sticky.fixed-show:after,
.spaxim-header .is-sticky.fixed-show .position-absolute:after {
    opacity: 1;
}

.spaxim-header.header-float .is-sticky.bg-dark:after,
.spaxim-header .is-sticky.bg-dark .position-absolute:after {
    background-color: var(--e-global-color-spaxim_primary);
}

.spaxim-header.header-float .is-sticky.bg-white:after,
.spaxim-header .is-sticky.bg-white .position-absolute {
    background-color: #fff;
}

.spaxim-header.header-float .is-sticky.bg-white.fixed-show:after,
.spaxim-header .is-sticky.bg-white .position-absolute.fixed-show:after {
    opacity: 1;
}

.spaxim-header.header-float .is-sticky.bg-white:after,
.spaxim-header .is-sticky.fixed-show .position-absolute.bg-white:after {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.spaxim-header.header-float .is-sticky.bg-dark:after,
.spaxim-header .is-sticky.fixed-show .position-absolute.bg-dark:after {
    background-color: var(--e-global-color-spaxim_dark);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

/* Menu Wrap */
.spaxim-menu-wrap,
.spaxim-menu-wrap .menu-extra {
    display: flex;
    align-items: center;
}

.spaxim-menu-wrap {
    justify-content: space-between;
}

.spaxim-menu-wrap .menu-extra {
    justify-content: flex-end;
}

.site-header-inner .spaxim-hamburger-icon,
.spaxim-menu-wrap.menu-hamburger-on-mobi .spaxim-hamburger-icon {
    display: none;
}

.spaxim-menu-wrap.menu-hamburger .menu-extra {
    width: 100%;
}

/* Menu */
.spaxim-menu {
    text-align: left;
}

.spaxim-menu .menu {
    display: flex;
    justify-content: space-evenly;
    width: max-content;
    margin: 0;
    line-height: 1;
}

.spaxim-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

.spaxim-menu>ul>li {
    margin: 0 20px;
}

.spaxim-menu>ul>li>a span {
    position: relative;
    display: inline-flex;
    font-size: 15px;
    line-height: 36px;
    color: var(--e-global-color-spaxim_text);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.spaxim-menu>ul>li.menu-item-has-children>a span {
    padding-right: 15px;
}

.spaxim-menu>ul>li.menu-item-has-children>a span:after {
    position: absolute;
    top: 0px;
    right: -2px;
    font-size: 12px;
    font-weight: 400;
}

.spaxim-menu>ul>li.current-menu-item>a span,
.spaxim-menu>ul>li.current-menu-parent>a span,
.spaxim-menu>ul>li:hover>a span {
    color: var(--e-global-color-spaxim_primary);
}

.spaxim-menu>ul>li.hide>a span {
    background-color: #fff;
}

.spaxim-menu>ul>li>a {
    display: block;
    line-height: 100px;
}

.spaxim-menu>ul>li>a:not([href]) {
    cursor: pointer;
}

/* Sub menu */
.spaxim-menu .sub-menu {
    position: absolute;
    left: -20px;
    top: 100%;
    padding: 0 0;
    margin: 0;
    background-color: #fff;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
    transform: translateY(10px);
    transition: transform 0.3s, opacity 0s;
}

.spaxim-menu>.menu-item.megamenu>.sub-menu {
    left: 0;
}

.spaxim-menu .sub-menu ul {
    left: 100%;
    top: 0;
    transform: none;
}

.spaxim-menu .sub-menu>li {
    display: block;
}

.spaxim-menu .sub-menu>li:hover {
    background-color: var(--e-global-color-spaxim_accent);
    transition: all 0.3s ease;
}

.spaxim-menu .sub-menu>li>a {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--e-global-color-spaxim_primary);
    transition: color 0.3s;
    border-bottom: 1px dashed #E5D9D7;
}

.spaxim-menu .sub-menu>li:last-child>a {
    border-color: transparent;
}

.spaxim-menu .sub-menu>li a span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: transform 0.3s;
}

.spaxim-menu ul.sub-menu>li:hover>a {
    color: #fff;
}

.spaxim-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.spaxim-menu .sub-menu>li.menu-item-has-children>a:after {
    position: absolute;
    right: 25px;
    top: 50%;
    line-height: 40px;
    font-size: 11px;
    font-weight: 400;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.3s ease;
}

.spaxim-menu .sub-menu li.menu-item-has-children:hover>a:after {
    transform: translateY(-50%);
}

.spaxim-menu .sub-menu.left {
    left: auto;
    right: 0;
}

.spaxim-menu>.menu-item:not(.megamenu)>.sub-menu.left {
    right: -25px;
}

.spaxim-menu .sub-menu .sub-menu.left {
    right: 100%;
}

/* Menu Vertical */
.menu-vertical .spaxim-menu-wrap {
    display: block;
}

.menu-vertical .spaxim-menu .menu {
    display: block;
    width: 100%;
}

.menu-vertical .spaxim-menu>ul>li {
    display: block;
    margin: 0;
}

.menu-vertical .spaxim-menu>ul>li:last-child {
    margin-bottom: 0 !important;
}

.menu-vertical .spaxim-menu>ul>li>a {
    line-height: 1;
}

.menu-vertical .spaxim-menu>ul>li>a span {
    display: inline-block;
    width: 100%;
}

.menu-vertical .spaxim-menu>ul>li>a span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.align-left .spaxim-menu-wrap,
.align-left .spaxim-menu-wrap>.menu-extra {
    justify-content: flex-start;
}

.align-center .spaxim-menu-wrap,
.align-center .spaxim-menu-wrap>.menu-extra {
    justify-content: center;
}

.align-right .spaxim-menu-wrap,
.align-right .spaxim-menu-wrap>.menu-extra {
    justify-content: flex-end;
}

.align-justify .spaxim-menu-wrap,
.align-justify .spaxim-menu-wrap>.menu-extra {
    justify-content: space-between;
}

html:not([dir="rtl"]) .align-left .spaxim-menu>.menu>.menu-item:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

html:not([dir="rtl"]) .align-right .spaxim-menu>.menu>.menu-item:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 1024px) {

    .align--tabletleft .spaxim-menu-wrap,
    .align--tabletleft .spaxim-menu-wrap>.menu-extra {
        justify-content: flex-start;
    }

    .align--tabletcenter .spaxim-menu-wrap,
    .align--tabletcenter .spaxim-menu-wrap>.menu-extra {
        justify-content: center;
    }

    .align--tabletright .spaxim-menu-wrap,
    .align--tabletright .spaxim-menu-wrap>.menu-extra {
        justify-content: flex-end;
    }

    .align--tabletjustify .spaxim-menu-wrap,
    .align--tabletjustify .spaxim-menu-wrap>.menu-extra {
        justify-content: space-between;
    }

    html:not([dir="rtl"]) .align--tabletleft .spaxim-menu .menu-item:first-child {
        padding-left: 0 !important;
    }

    html:not([dir="rtl"]) .align--tabletright .spaxim-menu .menu-item:last-child {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {

    .align--mobileleft .spaxim-menu-wrap,
    .align--mobileleft .spaxim-menu-wrap>.menu-extra {
        justify-content: flex-start;
    }

    .align--mobilecenter .spaxim-menu-wrap,
    .align--mobilecenter .spaxim-menu-wrap>.menu-extra {
        justify-content: center;
    }

    .align--mobileright .spaxim-menu-wrap,
    .align--mobileright .spaxim-menu-wrap>.menu-extra {
        justify-content: flex-end;
    }

    .align--mobilejustify .spaxim-menu-wrap,
    .align--mobilejustify .spaxim-menu-wrap>.menu-extra {
        justify-content: space-between;
    }

    html:not([dir="rtl"]) .align--mobileleft .spaxim-menu .menu-item:first-child {
        padding-left: 0 !important;
    }

    html:not([dir="rtl"]) .align--mobileright .spaxim-menu .menu-item:last-child {
        padding-right: 0 !important;
    }
}

/* Separator for bottom menu */
.menu-sep-yes .spaxim-menu .menu-item {
    margin: 0;
}

.menu-sep-yes .spaxim-menu>ul>li>a span {
    padding: 0 15px;
}

.menu-sep-yes .spaxim-menu .menu-item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '/';
    transform: translate(50%, -50%);
}

/* Hamburger Menu Icon */
.spaxim-hamburger-icon {
    cursor: pointer;
    width: 24px;
    font-size: 20px;
    line-height: 80px;
    color: var(--e-global-color-spaxim_text);
    transition: all 0.3s ease;
}

.spaxim-hamburger-icon svg {
    fill: currentColor;
    transition: fill 0.3s;
}

.spaxim-hamburger-icon i,
.spaxim-hamburger-icon svg {
    width: 100%;
    line-height: inherit;
}

.spaxim-menu-panel {
    flex-basis: 0;
    text-align: left;
}

.spaxim-menu-panel .menu-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.3s;
}

.menu-panel-overlay.show {
    opacity: 1;
    visibility: visible;
}

.spaxim-menu-panel .menu-panel-wrap {
    position: fixed;
    right: -100%;
    top: 0;
    background: var(--e-global-color-spaxim_primary);
    height: 100%;
    min-height: 100vh;
    width: 400px;
    max-width: calc(100% - 10px);
    padding: 100px 30px 30px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.spaxim-menu-panel .close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    z-index: 999999;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

.spaxim-menu-panel .close-menu:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 600;
    font-size: 14px;
    transform: translate(-50%, -50%);
}

.spaxim-menu-panel .close-menu:hover {
    color: var(--e-global-color-spaxim_accent);
}

.spaxim-menu-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spaxim-menu-panel li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}

.spaxim-menu-panel li .arrow {
    position: absolute;
    top: 18px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #fff;
    transition: transform 0.3s;
}

.spaxim-menu-panel li>a {
    color: #fff;
    transition: 0.3s;
}

.spaxim-menu-panel li.current-menu-item>a,
.spaxim-menu-panel li:hover>a {
    color: var(--e-global-color-spaxim_accent);
}

.spaxim-menu-panel li.active>.arrow {
    transform: rotate(-90deg);
    color: var(--e-global-color-spaxim_primary);
}

.spaxim-menu-panel ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 14px 0;
    display: block;
}

.spaxim-menu-panel .sub-menu {
    display: none;
    padding-left: 20px;
    padding-bottom: 18px;
}

.spaxim-menu-panel .sub-menu li {
    border-bottom: 0;
}

.spaxim-menu-panel .sub-menu li a {
    font-size: 17px;
    line-height: 30px;
    padding: 9px 0;
}

html.disable-scroll {
    overflow-y: hidden;
}

.spaxim-menu-panel .menu-logo {
    margin-bottom: 35px;
}

.spaxim-menu-panel .search-form {
    position: relative;
    margin: 32px 0;
}

.spaxim-menu-panel .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid var(--e-global-color-spaxim_border);
}

.spaxim-menu-panel .search-form .search-submit {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.spaxim-menu-panel .search-form .search-submit i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 44px;
    width: 44px;
    font-weight: 500;
    text-align: center;
    color: var(--e-global-color-spaxim_primary);
    text-indent: 0;
}

.spaxim-menu-panel .search-form .search-submit:hover {
    color: var(--e-global-color-spaxim_accent);
}

.spaxim-menu-panel .search-form .search-submit svg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 20%;
    fill: currentColor;
    stroke: none;
    transition: fill 0.3s;
}

.spaxim-menu-panel .ext>.text {
    display: none;
}

.spaxim-menu-panel .ext>.cart-info {
    color: #fff;
}

.spaxim-menu-panel .ext>.cart-info:hover {
    color: var(--e-global-color-spaxim_accent);
}

.spaxim-menu-panel .ext>.cart-info i {
    position: relative;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-right: 12px;
}

/* Mega Menu */
.spaxim-menu li.megamenu {
    position: relative;
}

.spaxim-menu li.megamenu .sub-menu {
    z-index: 9998;
    background-color: transparent;
}

.spaxim-menu li.megamenu>.sub-menu .sub-menu {
    transition: none;
    padding: 0;
}

.spaxim-menu li.megamenu ul.sub-menu li.menu-item-has-children>a:after,
.spaxim-menu li.megamenu ul.sub-menu li.menu-item-has-children>a>span:after {
    display: none;
}

.spaxim-menu li.megamenu>.sub-menu {
    left: 0;
    right: auto;
    margin: 0 15px;
    background-color: #fff;
    padding: 40px 0;
    width: 1170px;
    max-width: 90vw;
    display: flex;
    flex-wrap: wrap;
}

.spaxim-menu li.megamenu>.sub-menu>li {
    display: block;
    width: 100%;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.spaxim-menu li.megamenu>.sub-menu>li:hover {
    background-color: transparent;
}

.spaxim-menu li.megamenu>.sub-menu>li:hover>a {
    color: var(--e-global-color-spaxim_primary);
}

.spaxim-menu li.megamenu>.sub-menu>li>a {
    border-bottom: none;
}

.spaxim-menu li.megamenu.col-3>ul.sub-menu>li {
    width: calc(33.33% - 20px);
    margin-left: 20px;
}

.spaxim-menu li.megamenu.col-4>ul.sub-menu>li {
    width: calc(25% - 20px);
    margin-left: 20px;
}

.spaxim-menu li.megamenu.col-5>ul.sub-menu>li {
    width: calc(20% - 20px);
    margin-left: 20px;
}

.spaxim-menu li.megamenu>ul.sub-menu>li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.spaxim-menu li.megamenu>ul.sub-menu>.menu-item-has-children>a {
    transition: none;
    transform: none;
    position: relative;
    font-size: 15px;
    color: #212529;
    margin-bottom: 12px;
}

.spaxim-menu li.megamenu.no-heading>ul.sub-menu>.menu-item-has-children>a {
    display: none;
}

.spaxim-menu li.megamenu:hover ul li ul {
    opacity: 1;
    visibility: visible;
}

.spaxim-menu li.custom-megamenu>.sub-menu {
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.spaxim-menu li.custom-megamenu>.sub-menu>.elementor {
    margin-left: auto;
    margin-right: auto;
}

.spaxim-menu li.custom-megamenu>.sub-menu>.elementor>.elementor-section {
    pointer-events: auto;
}

.spaxim-menu .elementor-top-section.elementor-section-boxed {
    max-width: 1170px;
}

/* Cart Icon */
.elementor-widget-container .spaxim-cart {
    padding-left: 0;
}

.spaxim-cart {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.spaxim-cart .nav-cart-trigger {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 24px;
    font-size: 24px;
    transition: color 0.3s, opacity 0.3s;
    color: var(--e-global-color-spaxim_text);
}

.spaxim-cart .nav-cart-trigger svg {
    fill: currentColor;
    stroke: none;
    transition: fill 0.3s;
}

.spaxim-cart .shopping-cart-items-count {
    position: absolute;
    right: -5px;
    top: calc(50% - 16px);
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.spaxim-cart:hover .shopping-cart-items-count {
    background-color: var(--e-global-color-spaxim_primary);
}

.spaxim-cart .nav-shop-cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
    transform: translateY(10px);
    transition: opacity 0s, transform 0.3s;
}

.spaxim-cart:hover .nav-shop-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Widget Mini Cart */
.spaxim-cart .woocommerce-min-cart-wrap {
    padding: 30px;
}

.spaxim-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
}

.widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
}

.widget_shopping_cart_content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f4f4f4;
    padding: 20px 20px 20px 0;
    margin: 0;
}

.widget_shopping_cart_content ul li.empty {
    padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.widget_shopping_cart_content ul li .product-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-spaxim_primary);
}

.widget_shopping_cart_content ul li a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.widget_shopping_cart_content ul li a.remove {
    font-size: 22px;
    color: var(--e-global-color-spaxim_text);
    position: absolute;
    right: 0;
    top: 18px;
}

.spaxim-cart .nav-shop-cart ul li:first-child a.remove {
    top: -2px;
}

.widget_shopping_cart_content ul li a.remove:hover {
    opacity: 0.7;
}

.widget_shopping_cart_content ul li a img {
    float: left;
    width: 65px;
    border: none;
    margin-right: 20px;
}

.widget_shopping_cart_content ul li:first-child a img {
    top: 3px;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--e-global-color-spaxim_text);
    font-weight: 400;
}

.widget_shopping_cart_content .total {
    margin: 0 0 25px;
    padding: 12px 0;
    border-top: 1px solid var(--e-global-color-spaxim_light);
    border-bottom: 1px solid var(--e-global-color-spaxim_light);
    font-size: 18px;
    color: var(--e-global-color-spaxim_primary);
    text-align: center;
}

.widget_shopping_cart_content .total strong {
    color: var(--e-global-color-spaxim_primary);
    font-weight: 600;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart_content .buttons {
    margin: 0;
}

.widget_shopping_cart_content .buttons>a {
    text-align: center;
    color: var(--e-global-color-spaxim_primary);
    background-color: #E1E1E1;
    padding: 8px 0;
    width: 48%;
    float: left;
    font-size: 12px;
    line-height: 30px;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
}

/* Description */
.spaxim-menu-panel .desc {
    margin: 30px 0;
    color: #ada8ba;
}

/* Social Icons */
.spaxim-menu-panel .master-social-icons a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    background-color: #100d16;
    margin: 0 5px;
    text-align: center;
}

.spaxim-menu-panel .master-social-icons a:hover {
    background-color: var(--e-global-color-spaxim_accent);
}

.spaxim-menu-panel .master-social-icons a:first-child {
    margin-left: 0;
}

.spaxim-menu-panel .master-social-icons a:last-child {
    margin-right: 0;
}

/* Search Icon */

.spaxim-search {
    display: inline-block;
    line-height: 1;
}

.search-trigger {
    position: relative;
    top: 1px;
    display: inline-block;
    text-align: center;
    width: 22px;
    font-size: 22px;
    line-height: 1;
    color: var(--e-global-color-spaxim_text);
    stroke: none;
    transition: color 0.3s, opacity 0.3s;
}

.spaxim-search:hover .search-trigger {
    color: var(--e-global-color-spaxim_accent);
}

.search-trigger svg {
    fill: currentColor;
    transition: fill 0.3s;
}

/* Search Fullscreen */

.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.search-style-fullscreen .search-form {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 17px 40px;
    height: 80px;
}

.search-style-fullscreen .search-field:focus {
    border: 0;
}

.search-style-fullscreen .search-submit {
    position: absolute;
    right: -1px;
    top: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 80px;
    color: #fff;
    font-size: 0px;
    transition: opacity 0s;
}

.search-style-fullscreen .search-submit i {
    display: inline-block;
    font-size: 24px;
    line-height: 80px;
}

.search-style-fullscreen .search-submit:hover {
    background-color: var(--e-global-color-spaxim_accent);
}

.search-style-fullscreen .search-submit svg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30%;
    width: 100%;
    fill: currentColor;
    transition: fill 0.3s;
}

.search-style-fullscreen .search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.search-style-fullscreen .search-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.search-style-fullscreen .search-close:hover:before {
    color: var(--e-global-color-spaxim_accent);
}

.search-style-fullscreen.search-opened .search_form_wrap {
    opacity: 1;
    visibility: visible;
}

.search-style-fullscreen.search-opened .search_form {
    margin-top: 0;
}

/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-color: var(--e-global-color-spaxim_primary);
    background-size: cover;
}

#featured-title .inner-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

#featured-title .main-title {
    position: relative;
    font-size: 44px;
    line-height: 50px;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
}

#featured-title .sub-title {
    font-size: 22px;
    font-weight: 600;
    margin: 3px 0 0;
}

#featured-title #breadcrumbs {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

#featured-title #breadcrumbs .breadcrumb-trail>a,
#featured-title #breadcrumbs .breadcrumb-trail>span {
    color: #000;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: 600;
}

#featured-title #breadcrumbs .breadcrumb-trail>span {
    color: #000;
}

#featured-title #breadcrumbs .breadcrumb-trail>a:not(:last-child):before {
    content: "/";
    line-height: normal;
    position: absolute;
    right: 6px;
    top: 2px;
    color: #000;
}

#featured-title #breadcrumbs a:hover {
    color: #cf0301;
}

#featured-title #breadcrumbs .breadcrumb-trail>span {
    padding-right: 0;
}

/* Centered */

#featured-title.centered .title-group {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 9;
}

#featured-title.centered #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.centered .main-title {
    max-width: 750px;
}

#featured-title.centered .main-title:after {
    left: 50%;
    transform: translateX(-50%);
}

/* Modern */
#featured-title.modern .inner-wrap {
    padding: 185px 0 170px;
}

#featured-title.modern #breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* Blog Post
-------------------------------------------------------------- */

.project.hentry,
.service.hentry,
.post.hentry {
    position: relative;
}

.post.hentry {
    width: calc(50% - 15px);
}

.is-single-post .post.hentry {
    width: 100%;
}

.sidebar-right #inner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-page  #inner-content {
	display: block
}

.is-single-post #inner-content {
    display: block;
}

.hentry .post-content {
    margin-bottom: 30px;
}

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

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .post-media {
    position: relative;
    overflow: hidden;
}

.hentry .post-media img {
    width: 100%;
}

.post-date.square {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
    z-index: 1;
    padding: 10px;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.post-date.square>span {
    display: inline-block;
}

.post-date.square .day {
    font-size: 16px;
}

.hentry .post-content-wrap {
    position: relative;
    padding: 20px 20px 30px;
    transition: all 0.5s ease;
}

.hentry .post-categories {
    font-size: 13px;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links>span,
.hentry .page-links a>span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border: 1px solid var(--e-global-color-spaxim_border);
    color: var(--e-global-color-spaxim_accent);
    text-align: center;
    margin: 0 3px;
}

.hentry .page-links a:hover>span {
    color: var(--e-global-color-spaxim_primary);
}

.hentry .page-links a>span {
    color: var(--e-global-color-spaxim_text);
}

/* Post media Gallery */

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 1;
    text-indent: -9999px;
    display: inline-block;
    transform: translateY(-50%);
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-prev {
    left: 20px;
}

.post-media .slick-next {
    right: 20px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: var(--e-global-color-spaxim_accent);
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 13px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.post-media .slick-dots li {
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.post-media .slick-dots li.slick-active {
    background-color: var(--e-global-color-spaxim_accent);
}

.post-media .slick-dots li button {
    display: none;
}

/* Post title */

.hentry .post-title {
    margin: 0 0 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 22px;
    line-height: 1.2;
}

.hentry .post-title a {
    color: var(--e-global-color-spaxim_primary);
}

.hentry .post-title a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

/* Post meta */

.post-meta {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.post-meta .item,
.post-meta a {
    color: var(--e-global-color-spaxim_text);
}

.post-comment.item {
    display: none !important;
}

.post-meta .item {
    margin-right: 14px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.post-meta .item:last-child {
    margin-right: 0;
}

.post-meta .item:after {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_accent);
}

.post-meta a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.post-meta.style-2 {
    width: 100%;
}

.post-meta.style-2 .post-meta-content-inner {
    display: flex;
    justify-content: space-between;
}

.post-meta.style-2 .post-meta-content-inner:after,
.post-meta.style-2 .post-meta-content-inner:before {
    display: none;
}

/* Post excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    line-height: 1.6;
    margin: 0 0 20px;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}

/* Post link */

.hentry .post-link a {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-spaxim_text);
    background-color: #efefef;
    display: inline-block;
    font-weight: 500;
    padding: 12px 45px 12px 20px;
    transition: 0.3s all ease;
}

.hentry .post-link a:after {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    content: "";
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1);
}

.hentry .post-link a:before {
    position: absolute;
    bottom: 13px;
    right: 20px;
    font-size: 16px;
    color: var(--e-global-color-spaxim_text);
    ;
    transition: all 0.3s ease;
}

.hentry:hover .post-link a {
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
}

.hentry:hover .post-link a:before {
    color: #fff;
}

.hentry .post-link a:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

.hentry .post-link a:hover:after {
    width: 100%;
    left: 0;
}

.hentry .post-link a:hover:before {
    animation: 0.3s link-icon linear;
}

/* Blog single
-------------------------------------------------------------- */
.is-single-post .post.hentry {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.is-single-post .post.hentry .post-media {
    margin-bottom: 22px;
}

.is-single-post .post.hentry .post-content {
    margin: 0;
    padding-bottom: 22px;
}

.is-single-post .post.hentry .post-content p:last-child {
    margin-bottom: 5px;
}

/* Post tags */

.hentry .post-tags {
    display: block;
    border-top: 1px solid var(--e-global-color-spaxim_border);
    padding: 25px 0;
    margin: 25px 0 0;
}

.hentry .post-tags .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.hentry .post-tags .inner .tag-text,
.hentry .post-tags .inner a {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

.hentry .post-tags .inner .tag-text {
    font-size: 24px;
    line-height: 40px;
    color: var(--e-global-color-spaxim_primary);
    margin-right: 25px;
}

.hentry .post-tags a {
    display: inline-block;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--e-global-color-spaxim_text);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: var(--e-global-color-spaxim_light);
    padding: 5px 20px;
    margin-right: 10px;
}

.hentry .post-tags a:hover {
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
}


/* Social Share */
.spaxim-socials-share {
    position: relative;
}

.spaxim-socials-share .post-tags {
    padding-right: 230px;
}

.spaxim-socials-share.single-post .xs_social_share_widget {
    position: absolute;
    right: 0;
    top: 25px;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url.wslu-fill-colored .xs-share-li a {
    border-radius: 50%;
    margin-left: 10px;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url.wslu-fill-colored .xs-share-li:first-child a {
    margin-left: 0;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 li {
    margin: 5px;
    width: 40px;
    height: 40px;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url ul li.wslu-no-extra-data>a .xs-social-icon {
    padding: 8px 13px;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url ul li>a {
    box-shadow: none;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url a {
    background-color: var(--e-global-color-spaxim_light) !important;
    transition: background 0.3s ease;
}

.spaxim-socials-share.bg-white .xs_social_share_widget.xs_share_url a {
    background-color: #fff !important;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span {
    color: var(--e-global-color-spaxim_primary) !important;
    font-size: 12px;
    transition: color 0.3s ease;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span.met-social-facebook {
    font-size: 14px;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url a:hover {
    background-color: var(--e-global-color-spaxim_accent) !important;
}

.spaxim-socials-share .xs_social_share_widget.xs_share_url ul li>a:hover .xs-social-icon span {
    color: #fff !important;
}

/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 35px;
    background-color: var(--e-global-color-spaxim_light);
    display: flex;
    justify-content: space-between;
}

.hentry .post-author:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--e-global-color-spaxim_accent);
}


.hentry .post-author .author-avatar {
    flex-basis: 100px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
}

.hentry .post-author .author-avatar a {
    display: inline-block;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
}

.hentry .post-author .name {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hentry .post-author .author-desc {
    overflow: hidden;
    padding-left: 25px;
}

.hentry .post-author .author-desc>p {
    margin-bottom: 0;
    color: var(--e-global-color-spaxim_text);
    font-size: 16px;
    line-height: 24px;
}

.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
    display: inline-block;
}

.hentry .post-author .author-socials .socials a {
    display: inline-block;
    color: var(--e-global-color-spaxim_text);
    font-size: 14px;
    margin-right: 5px;
}

.hentry .post-author .author-socials .socials a:hover {
    color: var(--e-global-color-spaxim_accent);
}

/* Nav Links */
/* Nav Links */

.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
}

.nav-links .prev,
.nav-links .next {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.nav-links .next {
    flex-direction: row-reverse;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links img {
    border-radius: 50%;
    max-width: 85px;
    margin: 10px;
}

.nav-links>div {
    background-color: var(--e-global-color-spaxim_light);
    padding: 20px;
    transition: 0.3s ease;
}

.nav-links>div:hover {
    background-color: var(--e-global-color-spaxim_accent);
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--e-global-color-spaxim_primary);
    width: 100%;
    margin: 10px;
}

.nav-links>div:hover>a {
    color: #fff;
}

.nav-links .prev,
.nav-links .next {
    width: calc(50% - 15px);
}

.nav-links .prev {
    margin-right: 30px;
}

/* Related Post */

.related-news {
    margin-top: 110px;
}

.related-news .related-title {
    font-size: 36px;
    line-height: 56px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.related-news .related-post {
    margin: 0 -5px;
    position: relative;
    margin-bottom: 0;
}

.related-news .post-item {
    border: none;
    max-width: 570px;
}

.related-news .post-item .inner {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    height: 170px;
    transition: 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7) 0.2s;
}

.related-news .post-item:nth-child(even) .inner {
    box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}

.related-news .related-post:hover .post-item .inner {
    box-shadow: none;
}

.related-news .related-post:hover .post-item:hover .inner {
    box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}

.related-news .post-item .thumb-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
}

.related-news .post-item .text-wrap {
    padding: 30px 70px 15px 200px;
    flex-basis: 400px;
}

.related-news .post-item .post-categories {
    display: none;
}

.related-news .post-item .post-categories a {
    font-size: 14px;
    color: var(--e-global-color-spaxim_text);
}

.related-news .post-item .post-categories a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.related-news .post-item .text-wrap h3 {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 13px;
}

.related-news .post-item .text-wrap h3 a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.related-news .post-item .text-wrap .post-date {
    font-size: 14px;
}

.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
    padding: 0;
    background-color: transparent;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -76px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.related-news .related-post .slick-prev {
    right: 40px;
}

.related-news .related-post .slick-next {
    border-left: 1px solid #d7d7d7;
    right: -5px;
}

.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
    text-indent: 0;
    line-height: 30px;
    font-size: 20px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
}

.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
    color: var(--e-global-color-spaxim_accent);
}

/* Comments */
.comments-area {
    position: relative;
}

.comments-area:after,
.comments-area:before {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    color: var(--e-global-color-spaxim_primary);
    margin: 50px 0 40px;
}

.comment-no-reply .comment-edit-link {
    right: 0;
}

/* Comment list */

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

.comment-list li.comment {
    padding: 0;
}

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

.comment-list .children>li {
    margin-left: 20px;
}

.comment-list article {
    position: relative;
    transition: background ease 0.3s;
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--e-global-color-spaxim_border);
}

.comment-list article+.comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    margin: 0 20px 30px 0;
    overflow: hidden;
    background-color: var(--e-global-color-spaxim_light);
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
    padding-bottom: 50px;
}

.comment-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 18px;
    padding-right: 200px;
}

.comment-author {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 10px;
}

.comment-time {
    flex-grow: 1;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_text);
}

.comment-author,
.comment-time {
    margin-top: 3px;
    margin-bottom: 3px;
}

.comment-text {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.875;
}

.comment-edit-link {
    order: 10;
}

.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 500;
    background-color: var(--e-global-color-spaxim_primary);
    color: #fff;
}

.comment-reply-link:focus,
#cancel-comment-reply-link:focus,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
}

.comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-edit-link {
    position: absolute;
    top: 0;
    right: 80px;
    line-height: 38px;
    border: 1px solid var(--e-global-color-spaxim_primary);
    color: var(--e-global-color-spaxim_primary);
    background-color: #fff;
}

.comment-edit-link:focus,
.comment-edit-link:hover {
    color: #fff;
    background-color: var(--e-global-color-spaxim_primary);
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-text>p:last-child {
    margin-bottom: 0;
}

.unapproved {
    display: block;
    color: var(--e-global-color-spaxim_accent);
    font-size: 14px;
    font-style: italic;
}

/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap {
    float: left;
    width: calc(50% - 10px);
}

#comments .name-wrap {
    margin-right: 10px;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 200px;
    margin-bottom: 20px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
}

#comments .comment-respond .form-submit .submit {
    background-color: #cf0301;
    transition: background 0.3s, color 0.3s;
    padding: 0 30px;
}

#comments .comment-respond .form-submit .submit:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

#comments .comment-respond .comment-form-cookies-consent {
    font-size: 16px;
    margin-bottom: 5px;
}

.logged-in-as {
    margin-bottom: 10px;
    font-size: 14px;
}

.logged-in-as a {
    color: var(--e-global-color-spaxim_accent);
}

.logged-in-as a:hover {
    color: var(--e-global-color-spaxim_primary);
}

/* Single Project
-------------------------------------------------------------- */
.single-project-inner .nav-links {
    padding: 50px 0;
    margin-top: 120px;
    border-top: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
}

.single-project-inner .nav-links>div {
    position: relative;
    background-color: transparent;
    padding: 0;
}

.single-project-inner .nav-links a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.single-project-inner .nav-links a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.single-project-inner .nav-links a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 400;
}

/* Prev Next Links */
.single-project-inner .nav-links .prev a {
    padding-left: 30px;
}

.single-project-inner .nav-links .prev a:after {
    left: 0;
}

.single-project-inner .nav-links .next a {
    text-align: right;
    padding-right: 30px;
}

/* Related Project */
.related-projects {
    margin-top: 110px;
}

.related-projects .heading-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.related-projects .heading-wrap .pre-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.667;
    font-weight: 400;
    margin-bottom: 1px;
    padding-left: 20px;
}

.related-projects .heading-wrap .pre-title .line {
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden;
    line-height: 0;
}

.related-projects .heading-wrap .pre-title .line .inner {
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: var(--e-global-color-spaxim_accent);
    animation: 1.5s line-moving infinite linear;
}

.related-projects .heading-wrap .title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.related-projects .projects {
    margin-left: -15px;
    margin-right: -15px;
}

.related-projects .projects .master-project {
    margin: 0 15px;
    padding-bottom: 40px;
}

.related-projects .projects .master-project .content-wrap {
    z-index: 1;
    bottom: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {

    .single-project-inner .nav-links,
    .related-projects {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {

    .single-project-inner .nav-links,
    .related-projects {
        margin-top: 80px;
    }

    .single-project-inner .nav-links {
        padding: 30px 0;
    }

    .nav-links .prev,
    .nav-links .next {
        flex-direction: column;
    }

    .nav-links .next {
        align-items: flex-end;
    }

    .nav-links .prev .thumb,
    .nav-links .next .thumb {
        margin: 0 0 30px;
    }

    .spaxim-socials-share.single-post .xs_social_share_widget {
        position: static;
        margin-bottom: 30px;
    }

    .spaxim-socials-share .post-tags {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .post-meta.style-2 .post-meta-content-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-meta.style-2 .item.post-by-author {
        margin-bottom: 10px;
    }

    .nav-links {
        display: none;
    }

    .hentry .post-tags {
        border-bottom: 1px solid var(--e-global-color-spaxim_border);
    }

    .spaxim-socials-share.single-post .xs_social_share_widget {
        margin: 30px 0 0;
    }

    .is-single-post .post.hentry .post-meta,
    .is-single-post .post.hentry .post-title,
    .is-single-post .post.hentry .post-content {
        padding: 0;
    }

    .hentry .post-tags {
        padding: 15px 0;
    }
}

/* Search Page
-------------------------------------------------------------- */
.search-page .hentry:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search-page .hentry .post-title {
    margin-bottom: 40px;
}

/* Footer
-------------------------------------------------------------- */
.spaxim-footer {
    position: relative;
    z-index: 1;
}

#footer {
    background-color: #212121;
    background-size: cover;
    background-repeat: no-repeat;
    color: #969696;
    padding: 120px 0 80px;
    border-style: solid;
    position: relative;
}

#footer.spaxim-footer {
    padding: 0 0 !important;
}

#footer-widgets .footer-grid:after,
#footer-widgets .footer-grid:before {
    display: block;
    content: "";
    clear: both;
}

.footer textarea,
.footer input[type="text"],
.footer input[type="password"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="date"],
.footer input[type="month"],
.footer input[type="time"],
.footer input[type="week"],
.footer input[type="number"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="color"],
#footer textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"],
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"] {
    padding: 16px 20px;
    font-size: 12px;
    line-height: 26px;
}

.footer select,
#footer select {
    padding: 17px 20px;
}

#footer select option {
    color: #fff;
}

#footer table,
#footer th,
#footer td {
    border-color: rgba(255, 255, 255, 0.3);
}

#footer select {
    border-color: transparent;
    background-color: #111;
    color: #fff;
}

#footer input[type="search"] {
    font-size: 14px;
    border-color: transparent;
    background-color: #111;
    color: #fff;
    margin-bottom: 0;
}

#footer select:focus,
#footer input[type="search"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

.footer .button,
.footer button,
.footer input[type="button"],
.footer input[type="reset"],
.footer input[type="submit"],
#footer .button,
#footer button,
#footer input[type="button"],
#footer input[type="reset"],
#footer input[type="submit"] {
    line-height: 60px;
    font-size: 12px;
}

.footer .spaxim-menu>ul>li:hover>a span,
#footer .spaxim-menu>ul>li:hover>a span {
    background-color: inherit;
    color: inherit;
}

.footer .spaxim-menu>ul>li>a span:before,
#footer .spaxim-menu>ul>li>a span:before {
    display: none;
}

/* Grid */
.footer-grid .col {
    float: left;
}

.footer-grid .span_1_of_1.col {
    float: none;
}

.footer-grid .span_1_of_2 {
    width: 50%;
}

.footer-grid .span_1_of_3 {
    width: 33.33%;
}

.footer-grid .span_1_of_4 {
    width: 25%;
}

.footer-grid .span_1_of_5 {
    width: 25%;
}

.footer-grid .span_1_of_5:first-child {
    width: 41.66%;
}

.footer-grid .span_1_of_5:last-child {
    width: 33.33%;
}

.footer-grid .w370 {
    width: 31.624%;
}

.footer-grid .w170 {
    width: 14.53%;
    margin-left: 2.564%;
}

.footer-grid .w270 {
    width: 23.077%;
    margin-left: 2.564%;
}

/* Gutter */
.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5>.col {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25>.col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30>.col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35>.col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45>.col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60>.col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70>.col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80>.col {
    padding-left: 40px;
    padding-right: 40px;
}

/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    color: #969696;
    background-color: #212121;
    font-weight: 400;
    position: relative;
}

#bottom .bottom-bar-inner-wrap {
    position: relative;
}

#bottom .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative;
}

/* Copyright */
#copyright {
    font-size: 15px;
    margin-right: 20px;
}

#copyright a {
    color: var(--e-global-color-spaxim_accent);
}

#copyright a:hover {
    color: #fff
}

/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    display: block;
    line-height: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

#scroll-top:after {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cf0301;
    z-index: -1;
    transition: all ease 0.3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

#scroll-top:hover:before {
    background-color: #cf0301;
}

#scroll-top.show {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:hover:after {
    animation: 1s hvr-buzz-out alternate linear infinite;
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateY(3%) rotate(2deg);
    }

    20% {
        transform: translateY(-3%) rotate(-2deg);
    }

    30% {
        transform: translateY(3%) rotate(2deg);
    }

    40% {
        transform: translateY(-3%) rotate(-2deg);
    }

    50% {
        transform: translateY(2%) rotate(1deg);
    }

    60% {
        transform: translateY(-2%) rotate(-1deg);
    }

    70% {
        transform: translateY(2%) rotate(1deg);
    }

    80% {
        transform: translateY(-2%) rotate(-1deg);
    }

    90% {
        transform: translateY(1%) rotate(0);
    }

    to {
        transform: translateY(-1%) rotate(0);
    }
}

/* Custom Cursor
-------------------------------------------------------------- */
.spaxim-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 11000;
    transform: translate(-50%, -50%);
}

.spaxim-cursor .inner {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    line-height: 100px;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.5s ease;
}

.spaxim-cursor .inner .arrow {
    display: none;
    width: 10px;
    height: auto;
    fill: #fff;
    margin: 0 8px;
}

.spaxim-cursor .inner .text {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.spaxim-cursor.active .inner {
    opacity: 1;
    transform: scale(1);
}

.spaxim-cursor.circle-with-text .inner {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.spaxim-cursor.drag-drop-cursor .inner {
    opacity: 1;
    background-color: transparent;
    transform: scale(1);
}

.spaxim-cursor.drag-drop-cursor .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: var(--e-global-color-spaxim_accent);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: transform 0.3s ease;
}

.spaxim-cursor.drag-drop-cursor .inner .text {
    display: none;
}

.spaxim-cursor.drag-drop-cursor .inner .arrow {
    display: inline-block;
    transition: all 0.5s ease;
}

.spaxim-cursor.drag-drop-cursor.grab .inner:after {
    transform: scale(0.1);
}

.spaxim-cursor.drag-drop-cursor.grab .inner .arrow.arrow-left {
    fill: var(--e-global-color-spaxim_accent);
    transform: translateX(-8px);
}

.spaxim-cursor.drag-drop-cursor.grab .inner .arrow.arrow-right {
    fill: var(--e-global-color-spaxim_accent);
    transform: translateX(8px);
}

@media only screen and (max-width: 1024px) {
    .spaxim-cursor {
        display: none;
    }
}

/* Pagination
-------------------------------------------------------------- */
.event-manager-pagination,
.event-manager-pagination-2,
.spaxim-pagination,
.woocommerce-pagination,
.project-nav .spaxim-pagination {
    clear: both;
    margin: 70px 0 0;
    text-align: center;
}

.woocommerce-pagination {
    clear: both;
    text-align: center;
}

.event-manager-pagination ul,
.event-manager-pagination-2 ul,
.spaxim-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
    line-height: 1;
}

.event-manager-pagination ul.page-numbers li,
.event-manager-pagination-2 ul.page-numbers li,
.spaxim-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.event-manager-pagination ul.page-numbers li .page-numbers:hover,
.event-manager-pagination-2 ul.page-numbers li .page-numbers:hover {
    border-color: var(--e-global-color-spaxim_accent);
}

.event-manager-pagination ul.page-numbers li .page-numbers,
.event-manager-pagination-2 ul.page-numbers li .page-numbers,
.spaxim-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    width: 48px;
    height: 48px;
    border: 1px solid var(--e-global-color-spaxim_border);
    color: var(--e-global-color-spaxim_text);
    text-align: center;
    overflow: hidden;
    transition: color 0.3s, background 0.3s, border 0.3s;
    padding: 0;
}

.spaxim-pagination ul li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.spaxim-pagination ul li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
    font-size: 12px;
}

.event-manager-pagination ul li .page-numbers:hover,
.event-manager-pagination-2 ul li .page-numbers:hover,
.event-manager-pagination ul li .page-numbers.current,
.event-manager-pagination-2 ul li .page-numbers.current,
.spaxim-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.spaxim-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    border-color: var(--e-global-color-spaxim_accent);
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
}

@media only screen and (max-width: 575px) {

    .event-manager-pagination,
    .event-manager-pagination-2,
    .spaxim-pagination,
    .woocommerce-pagination,
    .project-nav .spaxim-pagination {
        text-align: left;
    }

    #scroll-top {
        right: 5px;
        bottom: 15px;
    }
}

/* Nothing Found & 404 Page
-------------------------------------------------------------- */

.no-results {
    width: 100%;
}

.no-results-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.no-results-content .text {
    display: none;
}

.no-results-title h1 {
    font-size: 50px;
    line-height: 1.3;
}

.no-results-content .search-form .search-field {
    padding: 12px 25px;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
}

.no-results-content .search-form .search-field:focus {
    border-color: var(--e-global-color-spaxim_accent);
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 7px;
    top: 7px;
    width: 46px;
    height: 46px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
    color: var(--e-global-color-spaxim_primary);
}

.no-results-content .search-form .search-submit i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    font-size: 20px;
    text-indent: 0;
    line-height: 46px;
}

.no-results-content .search-form .search-submit:hover {
    color: var(--e-global-color-spaxim_accent);
}

.no-results-content .search-form .search-submit svg {
    position: absolute;
    width: 50%;
    top: 25%;
    left: 25%;
    fill: currentColor;
    transition: fill 0.3s;
}

.image-404 {
    margin: 0 auto 60px;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .header-button {
        display: none;
    }

    #site-header .spaxim-menu {
        justify-content: flex-end;
    }

    .spaxim-menu>ul>li:last-child {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .top-bar {
        display: none;
    }

    .site-header-inner,
    .spaxim-menu-wrap {
        justify-content: flex-end;
    }

    .site-header-inner {
        height: 80px;
        position: relative;
    }

    .site-header-inner .spaxim-hamburger-icon,
    .spaxim-menu-wrap.menu-hamburger-on-mobi .spaxim-hamburger-icon {
        display: block;
    }

    .spaxim-menu-wrap .menu-extra .spaxim-search,
    .spaxim-menu-wrap .menu-extra .spaxim-cart,
    .site-header-inner .spaxim-menu,
    .spaxim-menu-wrap.menu-hamburger-on-mobi .spaxim-menu {
        display: none !important;
    }

    #site-logo {
        flex-grow: 1;
    }

    .footer-grid .span_1_of_5:first-child {
        width: 33.33%;
    }

    .footer-grid .span_1_of_5:last-child {
        width: 41.667%;
    }

    .footer-fixed .spaxim-footer {
        position: relative;
        top: unset;
        left: unset;
    }

    #sidebar {
        display: none;
    }

    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        display: none;
    }

    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer-widgets {
        padding: 60px 0 !important;
    }

    #footer-widgets .footer-grid>.col:last-child>.widget:last-child {
        margin-bottom: 0;
    }

    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .search-style-fullscreen .search-form {
        width: calc(100% - 30px);
    }

    .spaxim-pagination ul li,
    .woocommerce-pagination .page-numbers li {
        margin: 0 2px;
    }

    .spaxim-pagination ul li .page-numbers,
    .woocommerce-pagination .page-numbers li .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .hentry .post-meta .item {
        margin-bottom: 5px;
    }

    .hentry .post-author {
        flex-direction: column;
        align-items: center;
        padding: 45px;
    }

    .hentry .post-author .name {
        margin-bottom: 15px;
    }

    .hentry .post-author .author-desc {
        text-align: center;
        padding: 35px 0 0;
    }

    .comment-list article .gravatar {
        float: none;
        margin: 0 0 15px;
        width: 80px;
        height: 80px;
    }

    .comment-meta {
        position: static;
        padding-right: 0;
    }

    .comment-meta,
    .comment-text {
        margin-bottom: 15px;
    }

    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }

    .widget_media_gallery .gallery img {
        width: 100%;
    }

    #footer-widgets {
        padding: 60px 0 !important;
    }

    #footer-widgets .footer-grid .col {
        width: 100%;
    }

    #featured-title .main-title {
        line-height: 60px;
    }
}

/* Subcribe Forms
-------------------------------------------------------------- */
.mc4wp-form-fields input {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
.spaxim .mf-input-wrapper .mf-input {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid var(--e-global-color-spaxim_border);
    background-color: var(--e-global-color-spaxim_light);
    color: var(--e-global-color-spaxim_text);
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border 0.3s;
    margin-bottom: 0;
}

.spaxim div.mf-input-wrapper>textarea.mf-input {
    padding: 15px 30px;
}

.spaxim .metform-btn {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 48px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: var(--e-global-color-spaxim_accent);
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}

.mf-input-wrapper .mf-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--e-global-color-spaxim_text);
    /* Firefox */
}

.mf-input-wrapper .mf-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--e-global-color-spaxim_text);
}

.mf-input-wrapper .mf-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--e-global-color-spaxim_text);
}

/* Widgets
-------------------------------------------------------------- */
/* General */
.widget select {
    width: 100%;
}

/* Widget:  List (Categories, Meta, Archives, Pages. Latest Post..) */
.widget.widget_categories .cat-item span {
    display: inline-block;
    text-align: right;
    padding-left: 10px;
    line-height: 40px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    line-height: 22px;
    width: 100%;
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
    color: var(--e-global-color-spaxim_text);
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a,
.widget.widget_archive ul li span,
.widget.widget_categories ul li span,
.widget.widget_meta ul li span,
.widget.widget_nav_menu ul li span,
.widget.widget_pages ul li span,
.widget.widget_recent_entries ul li span,
.widget.widget_recent_comments ul li span,
.widget.widget_rss ul li span {
    margin: 3px 0;
}

.widget.widget_recent_entries .post-date {
    font-size: 14px;
    line-height: 26px;
}

.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover {
    color: var(--e-global-color-spaxim_primary);
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
    display: inline-block;
}

.widget.widget_archive ul li a:after,
.widget.widget_categories ul li a:after,
.widget.widget_meta ul li a:after,
.widget.widget_nav_menu ul li a:after,
.widget.widget_pages ul li a:after,
.widget.widget_recent_entries ul li a:after {
    position: absolute;
    top: 4px;
    right: -24px;
    content: "";
    width: calc(100% + 48px);
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    width: 0;
    transition: width 0.5s, box-shadow 0.5s;
    z-index: -1;
}

.widget.widget_archive ul li a:hover:after,
.widget.widget_categories ul li a:hover:after,
.widget.widget_meta ul li a:hover:after,
.widget.widget_nav_menu ul li a:hover:after,
.widget.widget_pages ul li a:hover:after,
.widget.widget_recent_entries ul li a:hover:after {
    width: calc(100% + 48px);
    left: -24px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.widget.widget_categories ul li>span,
.widget.widget_archive ul li>span {
    display: inline-block;
    color: #a8aaad;
    font-size: 16px;
}

.widget.widget_archive select {
    margin: 0 0;
}

.widget.widget_recent_comments ul li {
    line-height: normal;
}

.widget.widget_recent_comments ul li span,
.widget.widget_recent_comments ul li a {
    margin: 0;
    display: inline-block;
    line-height: 24px;
}

.widget.widget_recent_comments>ul>li:before {
    position: absolute;
    top: 14px;
    left: -30px;
    opacity: 0.7;
}

.widget.widget_rss .rssSummary {
    margin: 10px 0;
}

.widget.widget_categories select {
    margin: 0 0;
}

.widget.widget_rss ul li a {
    color: var(--e-global-color-spaxim_primary);
    line-height: 24px;
    font-weight: 400;
}

.widget.widget_rss ul li a:hover {
    color: var(--e-global-color-spaxim_accent);
}

/* Widget Search */
.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form .search-field {
    width: 100%;
}

.widget.widget_search .search-form .search-submit {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    font-size: 0 !important;
    text-indent: 0 !important;
    font-weight: 600;
}

.widget.widget_search .search-form .search-submit i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}

.widget.widget_search .search-form .search-submit:hover i {
    opacity: 0.7;
}

/* Widget Latest Posts */
.widget.widget_latest_posts li {
    margin-bottom: 40px;
}

.widget.widget_latest_posts li:first-child {
    padding-top: 0;
}

.widget.widget_latest_posts .categories {
    margin-bottom: 8px;
    display: inline-block;
}

.widget.widget_latest_posts .categories a {
    font-size: 14px;
    color: var(--e-global-color-spaxim_text);
}

.widget.widget_latest_posts .categories a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.widget.widget_latest_posts .thumb {
    float: left;
    height: auto;
    margin-right: 30px;
    display: inline-block;
    overflow: hidden;
}

.widget.widget_latest_posts .texts {
    overflow: auto;
    margin-top: 8px;
}

.widget.widget_latest_posts .post-title {
    font-size: 16px;
    margin-bottom: 0;
}

.widget.widget_latest_posts .current .post-title a,
.widget.widget_latest_posts .post-title:hover a {
    color: var(--e-global-color-spaxim_accent);
}

/* Widget: RSS */

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

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

.widget.widget_latest_posts .entry-date {
    font-size: 14px;
    line-height: 26px;
}

.widget.widget_rss .rss-date {
    display: block;
    font-size: 14px;
}

/* Widget: Recent Entries */

.widget.widget_recent_entries ul li:first-child {
    margin-top: 0;
}

/* Widget: Nav */

.widget.widget_nav_menu>.menu-primary-menu-container>ul>li {
    margin-bottom: 5px;
}

.widget.widget_nav_menu .menu>li.current-menu-item>a,
.widget.widget_nav_menu .menu>li.current-menu-item {
    color: var(--e-global-color-spaxim_accent);
}

/* Widget: Calendar */

.widget.widget.widget_calendar table {
    margin: 0;
}

.widget.widget.widget_calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.widget.widget.widget_calendar caption {
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    border-color: #d0d0d0;
}

.widget.widget_calendar th {
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.05);
}

.widget.widget_calendar a,
.widget.widget_calendar tbody #today {
    color: var(--e-global-color-spaxim_accent);
    display: block;
}

.widget.widget_calendar a:hover,
.widget.widget_calendar tbody #today:hover {
    color: var(--e-global-color-spaxim_primary);
}

/* Widget: Links */

.widget.widget_links ul li {
    border: 0;
    margin-bottom: 7px;
}

.widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
}

.widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #b7b7b7;
    transition: color 0.3s;
    padding-bottom: 2px;
}

.widget.widget_links ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-spaxim_accent);
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.widget.widget_links ul li:hover a:after {
    width: 100%;
    left: 0;
}

.widget.widget_links ul li a .letter {
    display: inline-block;
}

/* Widget: Twitter */

.widget.widget_twitter .tweets-wrap {
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}

.widget.widget_twitter .tweets-wrap .tweet-item {
    margin-bottom: 20px;
}

.widget.widget_twitter .authorstamp {
    position: relative;
    padding: 10px 0 0 30px;
}

.widget.widget_twitter .authorstamp:before {
    position: absolute;
    left: 0;
    top: 12px;
    color: #1c9deb;
    font-size: 20px;
}

.widget.widget_twitter .author a {
    color: var(--e-global-color-spaxim_primary);
    font-size: 17px;
}

.widget.widget_twitter .time {
    color: var(--e-global-color-spaxim_text);
    font-size: 14px;
    line-height: 18px;
}

/* Widget: Socials */

.widget.widget_socials .socials .icon {
    float: left;
}

.widget.widget_socials .socials a {
    float: left;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;

}

/* Widget: Recent News Advanced  */
.widget.widget_recent_posts ul {
    margin: 0;
    padding: 0;
}

.widget.widget_recent_posts ul li {
    border: 0;
    list-style: none;
    margin-bottom: 20px;
}

.widget.widget_recent_posts ul li:last-child {
    margin-bottom: 0px;
}

.recent-news {
    margin: 0;
}

.recent-news li {
    list-style: none;
    margin-bottom: 30px;
}

.recent-news li:last-child {
    margin-bottom: 0;
}

.recent-news .thumb {
    width: 80px;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
}

.recent-news .thumb.hide {
    display: none;
}

.recent-news .thumb img {
    width: 100%;
    height: auto;
}

.recent-news h3 {
    position: relative;
    margin: -2px 0 0;
}

.recent-news h3 a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_primary);
    text-shadow: 0 0 currentColor;
}

.recent-news h3 a:hover {
    color: var(--e-global-color-spaxim_accent);
}

.recent-news .texts {
    overflow: hidden;
    margin-top: -8px;
}

.recent-news .post-meta {
    margin-bottom: 6px;
}

.recent-news .post-date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--e-global-color-spaxim_text);
    font-weight: 600;
    padding-left: 16px;
    margin-bottom: 5px;
}

.recent-news .post-date:after {
    position: absolute;
    top: 3px;
    left: 1px;
    color: var(--e-global-color-spaxim_accent);
    font-size: 12px;
    line-height: inherit;
}

.menu-recent-news h5 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 43px;
}

.menu-recent-news .recent-news li {
    margin-bottom: 20px;
}

.menu-recent-news .recent-news li:last-child {
    margin-bottom: 0;
}

/* Widget: Instagram & Flickr */

.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
    margin: 0 -0.5px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
    padding: 0 0.5px !important;
    margin: 0 0 1px 0 !important;
    width: 33.333%;
    float: left;
    height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s, opacity 0.3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #1F1E17;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover img {
    opacity: 0.7;
}

/* 2 columns */
.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
    width: 50%;
}

/* 4 columns */
.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
    width: 25%;
}

/* Gutter 0 */
.widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
    margin: 0;
}

.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
    padding: 0 !important;
    margin: 0 !important;
}

/* Gutter 5 */
.widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
    margin: 0 -2.5px;
}

.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
    padding: 0 2.5px !important;
    margin: 0 0 5px 0 !important;
}

/* Gutter 9 */
.widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
    margin: 0 -4.5px;
}

.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
    padding: 0 4.5px !important;
    margin: 0 0 9px 0 !important;
}

/* Gutter 12 */
.widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
    margin: 0 -6px;
}

.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
    padding: 0 6px !important;
    margin: 0 0 12px 0 !important;
}

/* Gutter 15 */
.widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
    margin: 0 -7.5px;
}

.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
    padding: 0 7.5px !important;
    margin: 0 0 15px 0 !important;
}

/* Gutter 30 */
.widget.widget_instagram .instagram-wrap.g30,
.widget.widget_flickr .flickr-wrap.g30 {
    margin: 0 -15px;
}

.widget.widget_instagram .instagram-wrap.g30 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g30 .flickr_badge_image {
    padding: 0 15px !important;
    margin: 0 0 30px 0 !important;
}

.widget.widget_instagram-feed-widget #sbi_images {
    margin: -15px 0 0 -15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap {
    padding: 15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    overflow: hidden;
}

/* Widget: Tags */
.widget.widget_block .wp-block-tag-cloud,
.widget.widget_tag_cloud .tagcloud {
    margin: 0 -5px;
}

.widget.widget_block .wp-block-tag-cloud:before,
.widget.widget_block .wp-block-tag-cloud:after,
.widget.widget_tag_cloud .tagcloud:before,
.widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

.widget.widget_block .wp-block-tag-cloud a,
.widget.widget_tag_cloud .tagcloud a {
    float: left;
    display: inline-block;
    font-weight: 600;
    line-height: 30px;
    color: var(--e-global-color-spaxim_text);
  margin-bottom: 12px;

}

#footer .widget.widget_tag_cloud .tagcloud a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

#footer .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
}

/* Widget: Media Gallery */

.widget.widget_media_gallery .gallery-icon {
    background-color: #1F1E17;
    overflow: hidden;
}

.widget.widget_media_gallery .gallery-icon img {
    transition: transform 0.3s, opacity 0.3s;
}

.widget.widget_media_gallery .gallery-icon:hover img {
    transform: scale(1.2) rotate(10deg);
    opacity: 0.6;
}


/* Sidebar Widgets
-------------------------------------------------------------- */

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 40px 50px;
    background-color: #f5f5f5;
}

#sidebar .widget.widget-custom {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.widget a {
    color: var(--e-global-color-spaxim_text);
    transition: all 0.3s ease;
}

.widget a:hover {
    color: var(--e-global-color-spaxim_primary);
}

#sidebar .widget select {
    background-color: #fff;
    border-color: var(--e-global-color-spaxim_light);
    margin: 12px 0 15px;
}

#sidebar .widget ul {
    margin: 0;
    list-style: none;
}

/* Widget Title */
#sidebar .widget .wc-block-price-filter__title,
#sidebar .widget .widget-title,
#sidebar .widget .wp-block-heading,
#sidebar .widget .wp-widget-group__inner-blocks h2,
#sidebar .widget .wp-block-group h2 {
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-spaxim_primary);
    margin: 3px 0 22px 0;
    font-weight: 400;
}

.widget .widget-title a {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

#sidebar .widget.widget_nav_menu .widget-title,
#sidebar .widget.widget_pages .widget-title,
#sidebar .widget.widget_categories .widget-title,
#sidebar .widget.widget_archive .widget-title,
#sidebar .widget.widget_recent_entries .widget-title,
#sidebar .widget.widget_meta .widget-title {
    margin-bottom: 14px;
}

/* General */
#sidebar .widget th {
    border-width: 1px 1px 1px 0px;
}

#sidebar .widget th:first-child,
#sidebar .widget td:first-child {
    border-left-width: 1px;
}

/* Widget: Search */
#sidebar .widget.widget_search {
    padding: 30px;
}

#sidebar .widget.widget_search label {
    display: none;
}

#sidebar .widget.widget_search:before {
    display: none;
}

#sidebar .widget.widget_search .widget-title {
    display: none;
}

#sidebar .widget.widget_search .wp-block-search {
    margin-bottom: 0;
}

#sidebar .widget.widget_search .wp-block-search__input,
#sidebar .widget.widget_search .search-form .search-field {
    width: 100%;
    height: 64px;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    margin: 0;
    border: none;
}

#sidebar .widget.widget_search .wp-block-search__inside-wrapper {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-submit,
#sidebar .widget.widget_search .wp-block-search .wp-block-search__button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    text-indent: -99999px;
    width: 54px;
    height: 54px;
    line-height: 60px;
    background-color: transparent;
    color: var(--e-global-color-spaxim_primary);
    font-size: 24px;
    border: none;
    font-weight: 700;
}

#sidebar .widget.widget_search .wp-block-search .wp-block-search__button:after {
    position: absolute;
    top: 0;
    left: 1px;
    text-align: center;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
}

/* Widget:  List (Categories, archive, nav_menu ...) */

#sidebar ul.wp-block-rss,
#sidebar ul.wp-block-latest-posts,
#sidebar ul.wp-block-archives-list,
#sidebar ol.wp-block-latest-comments,
#sidebar .widget.widget_recent_comments ul {
    width: auto;
    margin: 0 0 8px;
}

#sidebar .widget.widget_recent_comments ul li,
#sidebar .widget.widget_rss ul li,
#sidebar ul.wp-block-rss li,
#sidebar ul.wp-block-latest-posts li,
#sidebar ul.wp-block-archives-list li,
#sidebar ol.wp-block-latest-comments li {
    border-color: transparent;
    margin-bottom: 0;
}

#sidebar .widget.widget_recent_comments ul li:first-child,
#sidebar .widget.widget_rss ul li:first-child,
#sidebar ul.wp-block-rss li:first-child,
#sidebar ul.wp-block-latest-posts li:first-child,
#sidebar ul.wp-block-archives-list li:first-child,
#sidebar ol.wp-block-latest-comments li:first-child {
    padding-top: 0;
}

#sidebar .widget.widget_recent_comments ul li:last-child,
#sidebar .widget.widget_rss ul li:last-child,
#sidebar ul.wp-block-rss li:last-child,
#sidebar ul.wp-block-latest-posts li:last-child,
#sidebar ul.wp-block-archives-list li:last-child,
#sidebar ol.wp-block-latest-comments li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: var(--e-global-color-spaxim_text);
}

#sidebar .widget.widget_calendar caption {
    color: var(--e-global-color-spaxim_accent);
    line-height: 1;
}

#sidebar .widget.widget_calendar .wp-calendar-nav {
    display: flex;
    margin-top: 10px;
    line-height: 1;
}

#sidebar .widget.widget_calendar .wp-calendar-nav span {
    display: inline-block;
}

#sidebar .widget.widget_calendar .pad {
    margin: 0 10px 0;
}

#sidebar .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}

#sidebar .wp-block-latest-comments__comment {
    line-height: 1.4;
    margin-bottom: 8px;
}


/* Widget:  List (Categories, Meta, Archives, Pages. Latest Post..) */
#sidebar .widget .wp-block-categories .cat-item span {
    display: inline-block;
    text-align: right;
    padding-left: 10px;
    line-height: 40px;
}

#sidebar .widget .wp-block-categories {
    margin: -17px 0 0;
    padding: 0;
    line-height: 22px;
    width: 100%;
}

#sidebar .widget .wp-block-categories li {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
}

#sidebar .widget .wp-block-categories li:last-child {
    margin-bottom: 0;
}

#sidebar .widget .wp-block-categories li a {
    color: var(--e-global-color-spaxim_text);
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    width: 100%;
}

#sidebar .widget .wp-block-categories li span {
    margin: 0 0 3px;
}

#sidebar .widget .wp-block-categories li a:hover {
    color: var(--e-global-color-spaxim_primary);
}

#sidebar .widget .wp-block-categories li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

#sidebar .widget .wp-block-categories li:after {
    position: absolute;
    top: 0px;
    left: -20px;
    content: "";
    height: 50px;
    background-color: #fff;
    width: 0;
    transition: width 0.5s, box-shadow 0.5s;
    z-index: -1;
}

#sidebar .widget .wp-block-categories li:before {
    position: absolute;
    top: 21px;
    left: 0px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid currentColor;
    transition: all 0.5s ease;
}

#sidebar .widget .wp-block-categories li:hover:before {
    border-color: var(--e-global-color-spaxim_accent);
}

.wp-block-categories li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    color: var(--e-global-color-spaxim_accent);
    opacity: 0;
    transform: translateX(-10px);
}

#sidebar .widget .wp-block-categories li:hover a:before {
    opacity: 1;
    transform: translateX(0px);
}

#sidebar .widget .wp-block-categories li:hover:after {
    width: calc(100% + 40px);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    color: var(--e-global-color-spaxim_accent);
}

#sidebar .widget .wp-block-categories li a:hover:before {
    opacity: 1;
    transform: translateX(0);
}

#sidebar .widget .wp-block-categories li>span {
    display: inline-block;
    color: #a8aaad;
    font-size: 16px;
}

/* Cause Category */
#sidebar .widget.widget_cause_cat .wp-block-categories li a {
    display: flex;
    justify-content: space-between;
}

#sidebar .widget.widget_cause_cat .wp-block-categories li a:after {
    display: none;
}

#sidebar .widget.widget_cause_cat .wp-block-categories li a:hover {
    color: var(--e-global-color-spaxim_accent);
}

/* Widget:  Information */

#sidebar .widget.widget_information ul li {
    padding: 17px 0;
    border-bottom: 1px solid var(--e-global-color-spaxim_light);
}

#sidebar .widget.widget_information ul li:last-child {
    border-bottom: none;
}

#sidebar .widget.widget_information span {
    display: inline-block;
}

#sidebar .widget.widget_information .info {
    float: right;
}

.custom-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 60px 45px 57px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-banner .icon-wrap {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 28px;
}

.custom-banner .text1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 24px;
}

.custom-banner .text2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.custom-banner .text3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-family: "Roboto";
    margin-top: -4px;
}

.custom-cat h3 {
    margin-bottom: 10px;
}

.custom-cat h3:last-child {
    margin-bottom: 0;
}

.custom-cat h3 a {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 40px;
    font-weight: 400;
    background-color: var(--e-global-color-spaxim_light);
    color: var(--e-global-color-spaxim_primary);
    transition: all 0.3s ease;
}

.custom-cat h3 a:hover {
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
}

.custom-cat h3 a i {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

/* Widget: Block Latest Comment */
#sidebar .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

#sidebar .wp-block-latest-comments__comment-date {
    margin: 10px 0;
}

#sidebar .wp-block-latest-comments__comment-excerpt p {
    margin-bottom: 0;
}

/* Widget: Calendar */
#sidebar .widget.widget_calendar .calendar_wrap {
    margin-bottom: 15px;
}

/* Footer Widgets
-------------------------------------------------------------- */
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
    margin-bottom: 30px;
}

#footer input:focus,
#footer textarea:focus,
#footer select:focus {
    border-color: rgba(255, 255, 255, 0.1);
}

.page-footer-single,
.page-footer-single a:not([class^="master"]),
.footer,
.footer a:not([class^="master"]),
#footer,
#footer a:not([class^="master"]) {
    color: #9B8992;
    font-size: 15px;
}

#footer a:hover {
    color: #fff;
}

#footer a span {
    background-color: transparent;
}

#footer-widgets select {
    margin: 10px 0 15px;
}

.footer .elementor-widget-container h5,
.page-footer-single .elementor-widget-container h5,
#footer-widgets .widget .widget-title,
#footer-widgets .widget .wp-block-group h2 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 25px 0;
    font-weight: 400;
}

.footer .elementor-widget-container h5 span,
.page-footer-single .elementor-widget-container h5 span,
#footer-widgets .widget .widget-title span,
#footer-widgets .widget .wp-block-group h5 span {
    position: relative;
    display: inline-block;
}

#footer-widgets .widget.widget_block {
    margin-bottom: 20px;
}

#footer-widgets .widget.widget_nav_menu .widget-title,
#footer-widgets .widget.widget_pages .widget-title,
#footer-widgets .widget.widget_categories .widget-title,
#footer-widgets .widget.widget_archive .widget-title,
#footer-widgets .widget.widget_recent_entries .widget-title,
#footer-widgets .widget.widget_meta .widget-title {
    margin-bottom: 24px;
}

#footer-widgets .widget {
    margin: 0 0 60px;
}

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

#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

/* Recent Post Advanced */
.page-single-footer .recent-news h3 a,
.footer .recent-news h3 a,
#footer-widgets .recent-news h3 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: 3px;
}

.page-single-footer .recent-news .post-date,
.footer .recent-news .post-date,
#footer-widgets .recent-news .post-date {
    color: var(--e-global-color-spaxim_accent);
}

/* List (Categories, archive, nav_menu ...) */
#footer cite {
    font-size: 16px;
}

#footer .widget.widget_archive ul li a::before,
#footer .widget.widget_nav_menu ul li a::before,
#footer .widget.widget_meta ul li a::before,
#footer .widget.widget_categories ul li a:before,
#footer .widget.widget_pages ul li a:before {
    color: var(--e-global-color-spaxim_text);
}

#footer .widget.widget_recent_comments ul li,
#footer .widget.widget_pages ul li,
#footer .widget.widget_nav_menu ul li,
#footer .widget.widget_archive ul li,
#footer .widget.widget_categories ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_recent_entries ul li {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

#footer .widget.widget_rss ul li {
    margin-bottom: 15px;
}

#footer .widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}

#footer .widget.widget_rss ul li:first-child {
    padding-top: 0;
}

#footer .widget.widget_recent_comments ul li:last-child,
#footer .widget.widget_pages ul li:last-child,
#footer .widget.widget_nav_menu ul li:last-child,
#footer .widget.widget_archive ul li:last-child,
#footer .widget.widget_categories ul li:last-child,
#footer .widget.widget_meta ul li:last-child,
#footer .widget.widget_recent_entries ul li:last-child,
#footer .widget.widget_rss ul li:last-child {
    padding-bottom: 0;
}

#footer .widget.widget_recent_comments ul li:last-child,
#footer .widget.widget_rss ul li:last-child,
#footer ul.wp-block-rss li:last-child,
#footer ul.wp-block-latest-posts li:last-child,
#footer ul.wp-block-archives-list li:last-child,
#footer ol.wp-block-latest-comments li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#footer .widget.widget_categories .cat-item span,
#footer .widget.widget_archive ul li a,
#footer .widget.widget_categories ul li a,
#footer .widget.widget_meta ul li a,
#footer .widget.widget_nav_menu ul li a,
#footer .widget.widget_pages ul li a,
#footer .widget.widget_recent_entries ul li a,
#footer .widget.widget_recent_comments ul li a,
#footer .widget.widget_rss ul li a {
    line-height: 30px;
}

#footer .widget.widget_rss ul li a {
    color: #fff;
}

#footer .widget.widget_rss ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Widget:  Search */
#footer .widget.widget_search .search-form .search-submit i {
    font-size: 16px;
}

/* Widget:  Calendar */
#footer .widget.widget_calendar a,
#footer .widget.widget_calendar tbody #today {
    color: #fff;
}

#footer .widget.widget_calendar a:hover,
#footer .widget.widget_calendar tbody #today:hover {
    opacity: 0.7;
}

/* Widget:  Information */
#footer-widgets .widget_information ul li {
    display: flex;
    align-items: center;
    padding: 4px 0 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-widgets .widget_information ul li:last-child {
    border-bottom: none;
}

#footer-widgets .widget.widget_information ul li i {
    color: var(--e-global-color-spaxim_accent);
    font-size: 14px;
}

#footer-widgets .widget_information ul li span {
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}

/* Widget:  Subscribe */
#footer .widget_mc4wp_form_widget {
    margin-bottom: 20px;
}

#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .email-wrap input {
    height: 60px;
}

#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .submit-wrap button {
    background-color: transparent;
}

#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .submit-wrap button:before {
    color: #eddd5e;
}

/* Widget:  Twitter */
#footer .widget.widget_twitter .author a {
    color: #fff;
}

#footer .widget.widget_twitter .time {
    color: #6d6c6c;
}

/* Widget:  Socials */
#footer-widgets .widget.widget_socials .socials a {
    color: #fff;
}

#footer-widgets .widget.widget_socials .socials a:hover {
    color: var(--e-global-color-spaxim_accent);
}

/* Widget:  Recent News */
#footer-widgets .widget.widget_recent_posts ul li {
    border-color: #565e53;
}

#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 18px;
    line-height: 26px;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #6d6c6c;
}

#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #fff;
}

/* Widget: Recent Comments */

#footer .widget.widget_recent_comments ul li {
    padding: 14px 0;
}

#footer .widget.widget_recent_comments ul li:first-child {
    padding-top: 0;
}

/* Event Single
-------------------------------------------------------------- */
.event-info .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_accent);
}

.event-info .info {
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-spaxim_primary);
    margin-bottom: 23px;
}

/* WP Event Manager
-------------------------------------------------------------- */
/* General */
:root {
    --wpem-primary-color: var(--e-global-color-spaxim_accent);
    --wpem-dark-color: var(--e-global-color-spaxim_primary);
    --wpem-gray-color: var(--e-global-color-spaxim_text);
    --wpem-white-color: #ffffff;
    --wpem-gray-border-color: var(--e-global-color-spaxim_border);
    --wpem-gray-bg-color: var(--e-global-color-spaxim_light);
}

.spaxim-container .wpem-theme-button,
.spaxim-container a.wpem-theme-button,
.spaxim-container button.wpem-theme-button,
.spaxim-container input.wpem-theme-button {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 48px;
    font-weight: 500;
}

.spaxim-container .wpem-theme-button.wpem-active-button {
    color: var(--e-global-color-spaxim_primary);
    margin-bottom: 20px;
}

.registration_details.wpem-register-event-form p {
    margin-bottom: 0;
}

.spaxim-container .wpem-theme-button.wpem-active-button:hover {
    color: #fff;
}

.spaxim-container .wpem-main {
    font-size: 16px;
    line-height: 1.875;
    color: var(--e-global-color-spaxim_text);
}

.wpem-form-wrapper .showing_applied_filters {
    padding: 15px 30px;
}

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
    width: 40px;
    height: 40px;
}

/* Load more */
.loadmore-false .wpem-event-listing-list-view {
    margin-bottom: 0;
}

.loadmore-false .event_listings a.load_more_events {
    display: none;
}

.event_listings a.load_more_events {
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 48px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}

.event_listings a.load_more_events:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

/* Calendar Button */
.ui-button {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 30px;
}

/* Form */
.wpem-form-wrapper .wpem-form-group input[type="color"],
.wpem-form-wrapper .wpem-form-group input[type="date"],
.wpem-form-wrapper .wpem-form-group input[type="datetime-local"],
.wpem-form-wrapper .wpem-form-group input[type="datetime"],
.wpem-form-wrapper .wpem-form-group input[type="email"],
.wpem-form-wrapper .wpem-form-group input[type="file"],
.wpem-form-wrapper .wpem-form-group input[type="month"],
.wpem-form-wrapper .wpem-form-group input[type="number"],
.wpem-form-wrapper .wpem-form-group input[type="password"],
.wpem-form-wrapper .wpem-form-group input[type="search"],
.wpem-form-wrapper .wpem-form-group input[type="tel"],
.wpem-form-wrapper .wpem-form-group input[type="text"],
.wpem-form-wrapper .wpem-form-group input[type="time"],
.wpem-form-wrapper .wpem-form-group input[type="url"],
.wpem-form-wrapper .wpem-form-group input[type="week"],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group select optgroup,
.wpem-form-wrapper .wpem-form-group textarea {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    height: 60px;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid var(--e-global-color-spaxim_border);
    background-color: transparent;
    color: var(--e-global-color-spaxim_text);
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border 0.3s;
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button:hover {
    background-color: transparent;
    border-color: var(--e-global-color-spaxim_accent);
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button {
    font-size: 14px;
    line-height: 28px;
    height: 60px;
    border: 1px solid var(--e-global-color-spaxim_border);
    background-color: transparent;
    color: var(--e-global-color-spaxim_text);
    padding: 0 30px;
    text-transform: inherit;
    width: 100% !important;
    letter-spacing: 0;
}

.comiseo-daterangepicker-triggerbutton .ui-button-icon {
    right: 20px;
}

.wpem-form-wrapper .chosen-container-single .chosen-default {
    color: var(--e-global-color-spaxim_text);
}

.wpem-form-wrapper .chosen-container {
    border: 1px solid var(--e-global-color-spaxim_border);
    background-color: transparent;
}

.wpem-form-wrapper .chosen-container .chosen-choices,
.wpem-form-wrapper .chosen-container .chosen-single {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
}

.chosen-container-single .chosen-single div {
    right: 20px;
    line-height: inherit;
}

.wpem-form-wrapper .chosen-container .chosen-single div b {
    background-position: 7px 20px;
}


/* Event List */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    transition: 0.3s all ease;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.spaxim-event-list .wpem-event-listings-header {
    display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    top: 0;
    right: 0;
    left: unset;
    color: #fff;
    font-family: var(--font-heading);
    padding: 18px;
    border-radius: 0 0 0 10px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    color: var(--e-global-color-spaxim_text);
    font-size: 14px;
    line-height: 20px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
    font-size: 14px;
    line-height: inherit;
    color: var(--e-global-color-spaxim_accent);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    font-size: 10px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    width: auto;
}

/* Event Grid */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    background-color: var(--e-global-color-spaxim_accent);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding: 0;
}

/* Event List */
.wpem-event-listing-list-view {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    border: none;
    margin: 0px;
}

.wpem-event-listing-list-view .wpem-col {
    padding: 0 15px 30px;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    background-color: #fff;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    padding: 0;
    border: none;
    display: flex;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    width: 170px;
    height: 170px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
    padding-right: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
    padding: 30px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date {
    display: block;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date {
    display: none;
}

.wpem-event-date .wpem-from-date {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 70px;
    background-color: var(--e-global-color-spaxim_accent);
    font-family: var(--font-heading);
    line-height: 1;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 0 10px 0
}

.wpem-event-date .wpem-from-date .wpem-date {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.wpem-event-date .wpem-from-date .wpem-month {
    font-size: 12px;
    font-weight: 500;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-left: 0;
}

.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
    color: var(--e-global-color-spaxim_text);
}

.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
    border: none;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
    content: '\f018';
    font-family: 'core-icons';
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    content: '\e959';
    font-family: 'core-icons';
}

.event_listing {
    position: relative;
}

.event_listing .event-url {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.wpem-event-date-time,
.wpem-event-location {
    display: inline-block;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
    display: block;
}

/* List style 2 */
.list-style-2 .wpem-event-action-url {
    align-items: center;
}

.list-style-2 .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    padding: 20px;
    border: 1px solid #fff;
}

.list-style-2 .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing {
    border-color: var(--e-global-color-spaxim_accent);
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.list-style-2 .wpem-event-date .wpem-from-date {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.list-style-2 .wpem-event-layout-wrapper:hover .wpem-event-date .wpem-from-date {
    opacity: 1;
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
    padding: 0 0 0 10px;
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    display: flex;
    flex-wrap: wrap;
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-title {
    order: 1;
    width: 100%;
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-location,
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-date-time {
    order: 0;
}

.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-type {
    order: 2;
}

@media (max-width: 400px) {
    .list-style-2 .wpem-event-action-url {
        flex-direction: column;
    }

    .list-style-2 .wpem-event-action-url .wpem-event-banner {
        margin-bottom: 30px;
    }

    .list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        justify-content: center;
        text-align: center;
    }
}

/* Single Event */
.single_event_listing .main-title {
    font-size: 36px;
}

/* Give WP
-------------------------------------------------------------- */

/* General */
.give_error>p,
.give_success>p,
.give_warning>p {
    color: var(--e-global-color-spaxim_primary);
}

.give_warning {
    border-color: var(--e-global-color-spaxim_accent);
}

.give_warning:before {
    background-color: var(--e-global-color-spaxim_accent);
}

.give_error,
.give_success,
.give_warning {
    background-color: var(--e-global-color-spaxim_light);
}

/* Form */
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    font-size: 16px;
    height: 40px;
    border: 1px solid var(--e-global-color-spaxim_border);
    color: var(--e-global-color-spaxim_text);
    border-radius: 0 10px 10px 0;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
    background-color: var(--e-global-color-spaxim_accent);
    color: #fff;
    line-height: 40px;
    border: none;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px 0 0 10px;
}

#give-recurring-form .give-section-break,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form .give-section-break,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] .give-section-break,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
    color: var(--e-global-color-spaxim_primary);
}

[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url] {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid var(--e-global-color-spaxim_border);
    background-color: var(--e-global-color-spaxim_light);
    color: var(--e-global-color-spaxim_text);
    margin-bottom: 10px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border 0.3s;
}

[id*=give-form].give-fl-form .give-fl-is-required:before {
    top: 8px;
}

[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label {
    display: none;
}

[id*=give-form] p:last-child {
    margin-bottom: 0;
}

#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
form.give-form .form-row-first,
form.give-form .form-row-last,
form[id*=give-form] .form-row-first,
form[id*=give-form] .form-row-last {
    width: calc(50% - 5px);
}

#give-recurring-form .form-row-first,
#give-recurring-form .form-row-title,
form.give-form .form-row-first,
form.give-form .form-row-title,
form[id*=give-form] .form-row-first,
form[id*=give-form] .form-row-title {
    margin-right: 10px;
}

#give-recurring-form .form-row:last-child,
form.give-form .form-row:last-child,
form[id*=give-form] .form-row:last-child,
#give-recurring-form .form-row,
form.give-form .form-row,
form[id*=give-form] .form-row {
    margin-bottom: 0;
}

.give-btn-reveal,
#give_purchase_submit .give-submit {
    background-color: var(--e-global-color-spaxim_accent);
}

.give-btn-reveal:hover,
#give_purchase_submit .give-submit:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

#give-payment-mode-select,
#give_purchase_form_wrap {
    display: none;
}

/* Image */
[id*=give-form].give_forms .images {
    position: relative;
    border-radius: 10px 10px 0 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

[id*=give-form].give_forms .images .cat-item {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
    padding: 0 20px;
}

[id*=give-form].give_forms .images .cat-item:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

/* Goal Progress */
.give-goal-progress {
    padding: 40px 40px 35px;
    margin-bottom: 37px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    flex-direction: row;
    flex-wrap: wrap;
}

.give-goal-progress .raised {
    margin-bottom: 0px;
    order: 1;
    width: 50%;
    color: var(--e-global-color-spaxim_primary);
}

.give-goal-progress .raised>span {
    display: block;
}

.give-goal-progress .raised .income,
.give-goal-progress .raised .goal-text {
    font-size: 16px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.give-goal-progress .raised .text {
    font-weight: 400;
    color: var(--e-global-color-spaxim_text);
}

.give-goal-progress .percentage {
    order: 2;
    margin-top: 6px;
    width: 50%;
    text-align: right;
}

.give-goal-progress .percentage .give-percentage {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: var(--e-global-color-spaxim_accent);
    margin-bottom: 4px;
}

.give-goal-progress .progress-bar {
    order: 0;
}

.give-goal-progress .give-progress-bar {
    height: 6px;
    border-radius: 3px;
    background-color: var(--e-global-color-spaxim_light);
}

.give-goal-progress .give-progress-bar>span {
    border-radius: 3px;
    transition: width 1s ease 0.3s;
}

/* Title */
[id*=give-form].give_forms .give-form-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 35px;
}


/* Give Button */
.give-btn {
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    color: var(--e-global-color-spaxim_primary);
    background-color: var(--e-global-color-spaxim_light);
    padding: 0 20px;
    border: none;
}

.give-btn.give-default-level,
.give-btn:hover,
.give-btn.give-default-level:hover {
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
}

.images-wrap.col-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.images-wrap.col-2 div:first-child {
    margin-right: 30px;
}

.images-wrap .thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.spaxim-list {
    margin-bottom: 30px;
}

.spaxim-list .item {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-spaxim_primary);
}

.spaxim-list .item span {
    display: inline-block;
}

.spaxim-list .item .icon {
    color: var(--e-global-color-spaxim_accent);
    padding-right: 25px;
}

/* Widget Recent Donation */
#sidebar .widget.widget_recent_cause {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.recent-cause {
    margin-bottom: 30px;
}

.recent-cause .thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.recent-cause .content-wrap {
    background-color: #fff;
    padding: 40px 50px 35px;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.recent-cause .cause-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--e-global-color-spaxim_primary);
    margin-right: 10px;
}

.recent-cause .cause-title a {
    font-weight: inherit;
    color: inherit;
}

.recent-cause .give-goal-progress {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.recent-cause .thumb {
    position: relative;
}

.recent-cause .thumb .cat-item {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--e-global-color-spaxim_accent);
    padding: 0 20px;
}

.recent-cause .thumb .cat-item:hover {
    background-color: var(--e-global-color-spaxim_primary);
}

table.give-table {
    font-size: 18px;
}

@media (max-width: 575px) {
    .give-goal-progress {
        padding: 15px;
    }
}

.cols-3 {
    margin: 0 0 -35px;
    list-style: none;
}

.cols-3 li {
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 35px;
    position: relative;
    width: 33%;
    color: var(--e-global-color-spaxim_primary);
    line-height: 20px;
}

.cols-3 li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "core-icons";
    content: "\e922";
    color: #21d368;
    font-size: 20px;
    line-height: 20px;
}

#lottie-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    pointer-events: none;
}

.animsition.lottie-in {
    opacity: 1 !important;
}

.custom-grid-border>.e-con-inner>.e-con {
    position: relative;
}

.custom-grid-border>.e-con-inner>.e-con:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    width: 1px;
    height: 170px;
    background-color: var(--e-global-color-spaxim_border);
    transform: translateY(-50%);
    z-index: 1;
}

.ts-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.ts-banner .banner-wrapper {
    position: relative;
    min-height: 260px;
}

.ts-banner .banner-wrapper .banner-bg {
    overflow: hidden;
}

.ts-banner.has-border-radius .banner-wrapper .banner-bg {
    border-radius: 10px;
}

.ts-banner .banner-wrapper>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}

.ts-banner .banner-bg img {
    position: relative;
    margin: 0 -1px;
    width: calc(100% + 2px);
    -o-object-fit: cover;
    object-fit: cover;
}

.ts-banner .box-content {
    position: absolute;
    z-index: 2;
    transition: 300ms ease 0s;
}

.ts-banner .box-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: left;
}

.ts-banner.description-top .box-content>div>.description {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.ts-banner .box-content>div>* {
    line-height: 1.2;
    margin-bottom: 10px;
}

.ts-banner .box-content>div>.description {
    margin-bottom: 35px;
    color: #333;
}

.ts-banner .box-content {
    left: 40px;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    max-width: 43%;
}

.ts-banner .box-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.ts-banner .box-content .button {
    background-color: #ffb91f;
    border-color: #ffb91f;
    color: #202020;
    font-size: 14px;
    border-radius: 30px;
    padding: 16px 26px;
    line-height: 16px;
}

.shopengine-single-product-item .product-thumb {
    margin: 0px 0px 15px 0px;
    max-height: 330px;
    min-height: 330px;
    overflow: hidden;
    background: #fff;
}

.elementor-element-07ceaab .elementor-image-box-img img {
    max-width: 70px;
    margin-bottom: 6px;
}

.elementor-element-07ceaab .elementor-image-box-wrapper {
    text-align: center;
}

.elementor-element-07ceaab .elementor-image-box-title {
    color: #FFB91F;
    margin-bottom: 10px;
}

.elementor-element-07ceaab .elementor-image-box-description {
    color: #fff;
}

a.button.product_type_simple {
    display: none;
}

.yith-wcan-filters .yith-wcan-filter h4 {
    font-size: 20px;
}

.products li .product-thumbnail img {
    width: 100%;
    height: 220px !important;
    min-height: 220px;
    transition: all 0.3s ease;
}

.filter-item.checkbox label {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hotline-phone-ring-wrap {
    left: -10px !important;
}

@media only screen and (max-width: 720px) {
    .ts-banner .box-content h2 {
        font-size: 18px;
    }

    .ts-banner .banner-wrapper .banner-bg {
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
    }

    .elementor-element-5ee4a69 {
        margin-bottom: 40px;
    }

    .elementor-element-40e7686 {
        margin-bottom: 30px;
    }
}

.about-us h2 {
    margin-bottom: 10px;
}

.about-us ul {
    margin-left: 0 !important;
    list-style: none;
}

.header-quote-btn {
    display: inline-block;
}

.header-quote-btn a {
    display: flex;
    align-items: center;
    padding: 0 35px;
    line-height: 60px;
    border-radius: 4px;
}

.header-quote-btn svg {
    width: 18px;
    margin-right: 14px;
    fill: #fff;
    stroke: #fff
}

.header-quote-btn span {
    font-size: 17px;
}

.cta-button {
    background-color: #4f4a4a;
    width: 65px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.cta-button svg {
    width: 24px;
    fill: #fff;
}

.shopengine-advanced-search form {
    border-radius: 4px;
    overflow: hidden;
}


.usp-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border-left: 1px solid #000
}

.usp-item {
    padding: 0 1.38889vw;
    border-left: .06944vw solid #000
}

.usp-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.usp-item .usp-icon {
    margin-right: 12px;
}

.usp-item .usp-icon svg {
    fill: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
}

.usp-item .usp-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.view-all-button {
    list-style: none;
    position: relative;
}

.view-all-button a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2px;
    font-size: 16px;
    border-radius: 4px;
}

.newsletter-form {
    WIDTH: 100%;
    max-width: 470px;
    display: flex;
    min-width: 470px;
}

.newsletter-form .email {
    width: 100%;
    height: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.newsletter-form .button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-section-icons ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    align-items: center;
}

.top-section-icons ul li {
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
}

.top-section-icons ul li .image {
    max-width: 3.47222vw;
    margin: 0 auto;
    margin-bottom: 25px;
}

.top-section-icons ul li:nth-child(4) {
    margin-top: 0px;
}

.top-section-icons ul li:nth-child(4) .image {
    margin-bottom: 0;
}

.contact-information .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
}


.contact-information .content-info-item {
    padding: 0;
    text-align: center;
}

.contact-information .content-info-item:nth-child(1),
.contact-information .content-info-item:nth-child(2) {
    width: 30%;
}

.contact-information .content-info-item:nth-child(3),
.contact-information .content-info-item:nth-child(4) {
    width: 20%;
}

.contact-information .info-content {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
}

.contact-information .info-content a {
    text-transform: uppercase;
    color: #000;
}

.contact-information .info-content span {
    font-size: 18px;
    line-height: 28px;
}

.contact-information .content-info-item .info-image {
    max-width: 3.47222vw;
    max-height: 3.47222vw;
    margin: 0 auto;
    margin-bottom: 30px;
}

.list-item-text li {
    margin-bottom: 20px;
}

.list-item-text-2 li {
    margin-bottom: 12px;
}

.list-item-text-2 li strong,
.list-item-text li strong {
    color: #333;
}

.master-logo img {
    border-radius: 4px !important;
}

.woocommerce-page #main-content {
    background-color: #f7f7f7;
}

.woo-single-post-class .related.products .products li,
.woocommerce-page.shop-col-3 .columns-3 .product {
    padding: 20px 20px 35px !important;
    background-color: #ffff;
    border-radius: 4px;
}

.woo-single-post-class .related.products .products li {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.products.columns-3 li,
.woocommerce-page.shop-col-3 .products li {
    width: calc(33% - 20px) !important;
}

.woo-single-post-class .related.products .products li h2,
.products li h2 {
    text-align: center;
    margin-top: 30px !important;
	text-transform: uppercase;
}

.yith-wcan-filters {
    background-color: transparent !important;
}

.products li .product-thumbnail .woocommerce_loop_product_link:after {
    border: none !important;
}

.products li:hover .product-thumbnail,
.products li .product-thumbnail .woocommerce_loop_product_link {
    box-shadow: unset !important;
}

.woocommerce-page .content-woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

ul.products {
    margin: 0 0 !important;
}

.woocommerce-product-gallery__image img {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #eee;
}

.shopengine-single #main-content {
    background-color: #fff;
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    padding: 30px !important;
    border: 1px solid #eee;
    width: 22% !important;
    min-height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px 0px 0 !important;
}

.productView-info .productView-info-name {
    font-size: 18px;
    width: 14.44444vw;
    padding: 5px 0;
    float: left;
    color: #2E1E26;
}

.productView-info .productView-info-value {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 400;
    margin-bottom: 5px;
}

.shopengine-single .product-title,
.woo-single-post-class .summary h1 {
    display: block !important;
}

.woo-single-post-class .summary {
    width: 45% !important;
}

.woo-single-post-class .woocommerce-product-details__short-description {
    margin-bottom: 10px !important;
}

.woo-single-post-class .summary .product_meta>span .title {
    display: inline-block !important;
    width: 14.44444vw;
}

.woo-single-post-class .summary .product_meta a {
    margin-left: -3px;
    display: inline-block;
}

.woo-single-post-class .summary .product_meta .sku {
    font-weight: 400;
}

.woocommerce-page.shop-col-3 .columns-3 .product {
    margin-top: 0;
}

.content-woocommerce .meta-wrap {
    margin-bottom: 30px;
    display: none;
}

.product-section-1 .product-list-grid .shopengine-single-product-item:nth-child(3) .product-thumb {
    padding-top: 110px;
}

.product-section-1 .product-list-grid .shopengine-single-product-item:nth-child(1) .product-thumb {
    padding-top: 60px;
}

.product-section-1 .product-list-grid .shopengine-single-product-item:nth-child(2) .product-thumb {
    padding-top: 40px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.product-section-2 .product-list-grid .shopengine-single-product-item:nth-child(4) .product-thumb {
    padding-top: 50px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-title {
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    margin-top: 4px !important;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .price .amount {
    color: #cf0301 !important;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul li a {
    font-weight: 500 !important;
    line-height: 18px !important;
}


.pll-parent-menu-item {
    position: absolute !important;
    right: -200px;
    top: 0;
    background-color: #f7f7f7;
    padding-left: 27px;
}

.pll-parent-menu-item span {
    display: block;
    padding-left: 10px;
}

.pll-parent-menu-item a span img {
    position: absolute;
    left: 0;
    top: 12px;
}

.pll-parent-menu-item .sub-menu a span img {
    top: 6px;
}

.pll-parent-menu-item .sub-menu {
    left: 0 !important;
    width: 260px !important;
}

.pll-parent-menu-item .sub-menu li a {
    padding: 8px 27px !important;
}

.image-box-left-pd img {
    padding-left: 50px;
}

.footer-logo img {
    padding: 4px 4px;
    background-color: #fff;
}

#wps-slider-section .wpsf-product-title a {
    font-size: 20px !important;
	line-height: 30px !important;
    color: #2E1E26 !important;
    text-transform: uppercase;
}

#wps-slider-section .wpsf-product-price {
  padding-top: 12px;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.swiper-wrapper .wps-product-image {
    min-height: 350px !important;
    display: flex !important;
}

@media screen and (max-width: 1366px) {
    .spaxim-menu>ul>li>a span {
        font-size: 15px !important;
    }

    .spaxim-menu>ul>li {
        margin: 0 18px !important;
    }

    .pll-parent-menu-item {
        right: -190px;
    }

    .usp-item .usp-text {
        font-size: 18px;
    }
	
	.align-center .spaxim-menu-wrap {
		    justify-content: start;
	}
}

@media screen and (max-width: 1024px) {
	
	.align-center .spaxim-menu-wrap {
		    justify-content: center;
	}

    .elementor-75 .elementor-element.elementor-element-9b4a68f .shopengine-advanced-search .search-input-group button,
    .elementor-75 .elementor-element.elementor-element-9b4a68f .shopengine-advanced-search .search-input-group input,
    .elementor-75 .elementor-element.elementor-element-9b4a68f .shopengine-advanced-search .search-input-group select {
        height: 50px !important;
    }

    .header-quote-btn a {
        padding: 0 20px;
        line-height: 50px;
    }

    .cta-button {
        width: 55px;
        height: 50px;
    }

    .spaxim-menu>ul>li>a span {
        font-size: 14px !important;
    }

    .pll-parent-menu-item {
        display: none !important;
    }

    .image-box-left-pd img {
        padding-left: 24px !important;
        padding-right: 24px;
    }

    .top-section-icons ul {
        flex-wrap: wrap;
        justify-content: start;
        gap: 30px;
    }

    .top-section-icons ul li {
        width: calc(33% - 30px);
    }

    .contact-information .container {
        flex-wrap: wrap;
        gap: 50px;
    }

    .contact-information .content-info-item {
        width: calc(50% - 25px) !important;
    }

    .top-section-icons ul li .image {
        max-width: 40px;
    }

    .contact-information .content-info-item .info-image {
        max-width: 40px;
        max-height: 40px;
    }

    .products.columns-3 li,
    .woocommerce-page.shop-col-3 .products li {
        width: calc(50% - 15px) !important;
    }
}

@media screen and (max-width: 720px) {
    .cta-button {
        width: 45px;
        height: 40px;
    }

    .image-box-left-pd img {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .newsletter-form {
        min-width: 360px;
    }

    .top-section-icons ul li {
        width: calc(50% - 30px);
    }

    .products.columns-3 li,
    .woocommerce-page.shop-col-3 .products li {
        width: 100% !important;
		
        margin-top: 0 !important;
    }
	
	
	.woo-single-post-class .related.products .products li, .woocommerce-page.shop-col-3 .columns-3 .product {
		padding: 15px 15px 30px !important;
	}
  
  #wps-slider-section .wpsf-product-title a {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #2E1E26 !important;
      text-transform: uppercase;
}

	.woocommerce-page .content-woocommerce .product-info {
		padding: 0 0 !important;
	}
	
	.elementor-widget-container #wps-slider-section .sp-wps-product-image-area,
	#wps-slider-section .wps-product-image {
		min-height: 308px !important;
		max-height: 308px !important;
	}

}


#wps-slider-section img.wpsf-product-img,
#sp-woo-product-slider-1357.sp-wps-custom-template .wps-product-image .wpsf-product-img {
    border: none !important;
}

.wpsp-pagination-dot {
    display: none;
}

.product-section-2 .elementor-image-box-img img,
.product-section-2 .master-image-box .thumb img {
    border: 1px solid #dddddd;
    height: auto;
    transition: transform 0.5s;
    min-height: 320px;
    max-height: 320px;
    width: auto;
}

#sidebar .product-category {
	width: 100% !important;
}

/* Hiển thị dạng danh sách trên desktop */
.fen-category-list {
    display: block;
}
.fen-category-select {
    display: none;
}

/* Mặc định: hiển thị tag cloud, ẩn dropdown */
.fen-tag-cloud {
    display: block;
}
.fen-tag-select {
    display: none;
}
.woocommerce-page .content-woocommerce .product-info {
	padding: 0 0 !important;
}

.related.products .products.columns-3 li {
	width: calc(33% - 30px) !important;
}

/* Mobile: ẩn tag cloud, hiện dropdown */
@media (max-width: 768px) {
    .fen-tag-cloud {
        display: none;
    }

    .fen-tag-select {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 16px;
    }
	
	.related.products .products.columns-3 li {
		width: 100% !important;
	}
	
	.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
		padding: 10px !important;
		min-height: auto !important;
	}

}

.woocommerce-page #sidebar .widget select {
	display: none;
}


/* Trên màn hình nhỏ (mobile) */
@media (max-width: 768px) {
    .fen-category-list {
        display: none;
    }
    .fen-category-select {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 16px;
    }
	
	.woocommerce-page #main-content {
	 	padding: 30px 0 60px;
	}
	
	.woocommerce-page #content-wrap {
		flex-direction: column-reverse !important;
	}
	
	.woocommerce-page #main-content #sidebar {
	 	display: block !important;
	}
	
	.woocommerce-page #sidebar .widget {
		border: none !important;
		padding: 0 !important; 
	}
	
	.woocommerce-page #sidebar .widget.widget_block .wp-block-group {
		padding: 0; 
	}
	
	.woocommerce-page #sidebar .widget.widget_block .wp-block-heading {
		display: none;
	}
	
	.woocommerce-page #sidebar .widget.widget_block {
		width: 50%
	}
	
	.woocommerce-page #sidebar #inner-sidebar {
		display: flex;
		gap: 10px;
	}
	
	.woocommerce-page #sidebar .widget select {
		font-size: 15px;
	}
	
	.woo-single-post-class .summary {
		width: 100% !important;
	}
	
	.woo-single-post-class .summary {
		padding-top: 30px !important;
	}
	
	.woo-single-post-class .summary h1 {
		font-size: 24px !important;
	}
	
	.woo-single-post-class #sidebar .widget {
		margin-bottom: 0 !important
	}
	
	.woocommerce-page #sidebar .widget select {
		display: block;
	}
}

.pll-parent-menu-item > a span:after {
	content: "" !important;
}

.is-single-post .elementor-image-gallery img {
	width: 100%;
}

.fen-tag-cloud a {
	display: block;
}

.hero-slider img {
	width: 100%;
}



.related.productsh2 {
	display: none !important;
}

.woo-single-post-class .related.products .products {
	width: 100% !important;
}

.contact-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-social {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
    cursor: pointer;
}

.btn-social img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.news-style-1 .master-news .content-wrap .inner-wrap {
	padding: 15px 20px 5px !important;
}