/*!
Theme Name: Urban Fitness
Theme URI: http://underscores.me/
Author: Mr. APPs s.r.l.
Author URI: https://www.mr-apps.com/
Description: Theme for Urban Fitness
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urban-fitness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*==================== VARIABLES ====================*/

:root {
    /*========== Colors ==========*/
    --background-color: #252F3E;
    --red-color: #c90c2b;
    --red-color-hover: #e10428;
    --white-color: #fff;
    --black-color: #000;
    --active-menu: #666;
    --paragraph-color: #ddd;
    --swiper-theme-color: #fff;


    /*========== Margins ==========*/
    --margin-150: 150px;
    --margin-100: 100px;
    --margin-80: 80px;
    --margin-60: 60px;
    --margin-30: 30px;

    /*========== Borders ==========*/
    --border-radius: 20px;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
}

#page {
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    padding-top: 104px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: var(--red-color);
    transition: color 0.3s ease;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
    color: var(--white-color);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    /* padding: 0.35em 0.75em 0.625em; */
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--white-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 600;
}

h1,
h2,
h3 {
    font-size: 50px;
}

h4 {
    font-size: 40px;
}

p {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    color: var(--paragraph-color);
    margin-bottom: var(--margin-30);
    font-size: 20px;
}

p:last-child, p:last-child img {
    margin-bottom: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Space Grotesk', sans-serif;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: unset;
    text-decoration: none;
    color: var(--white-color);
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 !important;
}

#primary ul,
#primary ol {
    padding-left: 18px;
    list-style-type: circle;
    margin-bottom: var(--margin-30);
}

#primary ul:last-child,
#primary ol:last-child {
    margin-bottom: 0;
}

#primary ul li,
#primary ol li {
    padding-left: 5px;
    font-family: 'Space Grotesk', sans-serif;
    color: var(--paragraph-color);
    margin-bottom: 5px;
    font-size: 20px;
}

#primary li > ul,
#primary li > ol {
    margin: 0;
    padding-left: 18px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a.arrow {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;
    vertical-align: top;
    padding: 12px 40px;
    border-radius: 40px;
    background-color: var(--red-color);
    width: fit-content;
    display: inline-block;
    transition: all 0.4s ease !important;
}

a.arrow:hover {
    color: var(--white-color);
    background-color: var(--red-color-hover);
    /* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); */
}

a.arrow:after {
    content: '\f344';
    font-family: dashicons;
    position: relative;
    transition-duration: 0.3s;
    left: 5px;
    vertical-align: top;
}

a.arrow:hover:after {
    left: 10px;
}

a.arrow.map-button {
    position: absolute;
    z-index: 1;
    margin-top: 25px;
    margin-left: 25px;
}

a.exa {
    background-color: transparent;
    color: var(--red-color);
    padding: 0 !important;
}

a.exa:hover {
    background-color: transparent;
    color: var(--red-color);

}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    color: var(--red-color-hover);
}

a.map {
    margin-top: 40px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 0 5px;
    font-weight: 300;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--white-color);
}

select {
    width: 100%;
    font-family: 'Space Grotesk', sans-serif;
    background-color: transparent;
    border: none;
    font-size: 18px;
    padding-bottom: 6px;
    margin-top: 1px;
    padding-left: 0;
    -webkit-appearance: none;
}

.block select option {
    color: #000;
    background: #fff;
}

select:focus-visible {
    outline: none;
}

select:disabled {
    opacity: 0.5;
}

textarea {
    width: 100%;
}

:focus-visible {
    outline: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

#rmp_menu_trigger-217 {
    z-index: 1031;
}

@media screen and (min-width: 992px) {

    .main-navigation {
        margin-top: 3px;
    }

    .right {
        order: 2;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.site-main-plan {
    margin-top: var(--margin-100);
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin-top: var(--margin-100);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: var(--margin-30);
    margin-top: 10px;
    display: inline-block;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.grey-text {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}

.red-text {
    color: var(--red-color);
    opacity: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

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

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

/* Theme global
--------------------------------------------- */

.white-background {
    background: var(--white-color);
    margin-left: 30px;
    margin-right: 30px;
}

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

.site-header {
    background-color: var(--white-color);
}

.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    padding: 25px 0;
}

.site-branding {
    width: 150px;
}

.header_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_left > a {
    margin-right: 10px;
    display: inline-block;
}

.header_left > a:hover span {
    background-color: var(--red-color);
}

.header_left > a:last-child {
    margin-right: 0;
}

.wpml-ls-legacy-list-horizontal a span{
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    transition: color 0.3s;
}

.wpml-ls-legacy-list-horizontal a span:hover {
    color: var(--red-color);
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}

.wpml-ls-legacy-list-horizontal li {
    margin-right: 20px !important;
}

.wpml-ls-legacy-list-horizontal li:last-child {
    margin-right: 30px !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.header_icon {
    background-color: var(--background-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    transition: background-color 0.3s ease;
}

#primary > .block:first-child, .woo-archive-block, .woocommerce {
    margin-top: var(--margin-100);
}

/* Header - Menu
--------------------------------------------- */

#primary-menu li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

#primary-menu a {
    color: var(--black-color);
    transition: color 0.3s ease;
}

#primary-menu a:hover, #primary-menu > .current-menu-item > a {
    color: var(--red-color);
}

/* Menu Mobile
--------------------------------------------- */

.social-menu-cont {
    margin: 40px 0 40px;
}

.social-menu-cont a {
    display: inline-block;
    margin: 0 5px;
    background-color: #2e2e2e;
    transition: background-color 0.3s ease;
    border-radius: 50px;
}

.social-menu-cont a:hover {
    background-color: var(--red-color);
}

.social-menu-cont .menu_icon {
    color: var(--white-color);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.social-menu-cont.shop-menu-cont a {
    background: #fff;
}
.social-menu-cont.shop-menu-cont .menu_icon {
    color: #181818;
}

/*---------------------------------------------
PAGES & POSTS
--------------------------------------------- */

/* Single Page
--------------------------------------------- */

.top-image-container {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: var(--margin-150);
}

.img_thumbnail::before {
    content: '';
    width: 100vw;
    height: 600px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
}

.page-title-container {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.large_text_container > a {
    margin-top: 40px;
}

.blog-main-title, .page-main-title {
    text-align: left;
    margin: var(--margin-100) 0 var(--margin-150);
}

.article-blog {
    display: block;
    margin-bottom: 50px;
}

.single-post-cont {
    max-width: 1000px;
}

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

.single-entry-title {
    margin-top: var(--margin-150);
    margin-bottom: 25px;
}

.post-date-single-container {
    text-align: center;
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: var(--margin-60);
}

.post-date-single-container span {
    opacity: 0.5;
}

.single_post_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 70px;
    padding-top: 70%;
}

.post-date-single-container a {
    color: var(--white-color);
}

.single_post_tags {
    padding-top: 50px;
    text-align: center;
    float: left;
}

.single_post_tags a {
    color: var(--white-color);
    opacity: 0.5;
    margin-right: 10px;
    display: inline-block;
    transition: opacity 0.3s ease;
}

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

.category_link {
    color: var(--white-color);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

a.category_link:hover, .single_post_tags a:hover {
    opacity: 1;
}

a.category_link:visited, a.category_link:hover {
    color: var(--white-color);
}

.category_link:after, .category_link_main:after {
    content: ',';
}

.category_link:last-child:after, .category_link_main:last-child:after {
    content: '';
}

/* Fixed CTA - Get in touch
--------------------------------------------- */

.cta_fixed {
    bottom: 50px;
    left: 0;
    position: fixed;
    background: var(--red-color);
    padding: 15px 50px 15px 20px;
    z-index: 999;
    transition: all .2s ease;
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0 100%);
    text-align: left;
}

.cta_fixed span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.cta_fixed h4 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.cta_fixed:hover {
    background-color: #e10428;
    padding-left: 30px;
}

.cta_fixed span, .cta_fixed h4, .cta_fixed span:hover, .cta_fixed h4:hover, .cta_fixed span:focus, .cta_fixed h4:focus {
    color: var(--white-color);
}

.modal-dialog {
    max-width: 800px;
}

.modal-header {
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    z-index: 99999;
    background: var(--red-color);
    background: linear-gradient(39deg, rgb(176, 16, 22) 0%, rgb(237, 28, 37) 100%);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.modal-header .btn-close {
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 0;
    position: absolute;
    right: 20px;
    filter: invert(100%) sepia(0%) saturate(6251%) hue-rotate(335deg) brightness(117%) contrast(101%);
    opacity: 0.5;
    z-index: 99999;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding-top: 40px;
    padding-bottom: 50px;
}

.modal-content {
    border-radius: 20px;
}

.modal-title {
    font-size: 32px;
    margin: 0 auto;
}

.modal-content .grey-text {
    color: #000;
}

.modal-content .wpcf7-form-control-wrap input, .modal-content .wpcf7-form-control-wrap textarea {
    color: #000 !important;
}

.modal-content .center_cf7 {
    border-color: rgba(0, 0, 0, 0.5);
}

.modal-content select {
    color: #000;
}

.modal-content .cf7-request {
    color: rgba(0, 0, 0, 0.6);
}

.modal-content .wpcf7-response-output  {
    color: var(--black-color);
}

.hidden-mail, .center_mail {
    display: none;
}

.recaptcha-text {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    text-align: center;
    font-size: 11px;
}

.modal-content .recaptcha-text {
    color: rgba(0, 0, 0, 0.6);
}


/* Thank You Meta page
--------------------------------------------- */

.page-template-landing_meta .site-header {
  background-color: transparent;
}

.page-template-landing_meta .top-image-container, .page-template-landing_meta .top-image-container:before {
  height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.page-template-landing_meta .top-image-container, .page-template-landing_meta .top-image-container:before {
  		height: 700px;
	}
	
}

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

	.page-template-landing_meta .top-image-container, .page-template-landing_meta .top-image-container:before {
  		height: 600px;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-landing_meta .top-image-container, .page-template-landing_meta .top-image-container:before {
  		height: 500px;
	}
}

.page-template-landing_meta .main-navigation, .page-template-landing_meta .header_left,
.page-template-landing_meta a.arrow.map, .page-template-landing_meta #rmp_menu_trigger-217 {
  display: none;
}

.page-template-landing_meta main {
  padding-top: 0;
}

.page-template-landing_meta .page-title-container h1 {
  margin-bottom: 10px;
}

.page-template-landing_meta .page-title-container p {
  color: #fff;
}


/* Centers Page
--------------------------------------------- */

.center-title-container {
    text-align: left;
    margin: var(--margin-100) 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.center-filter-container {
    margin-bottom: var(--margin-60);
}

.centers-filter-row {
    align-items: center;
}

.filter {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

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

.center-card-container {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.center-card-cont {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 40px;
}

.center-card-cont p {
    font-size: 18px;
}

.center-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: background-color 0.3s ease;
}

.center-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.center-card:hover > a.arrow:after {
    left: 10px;
}

.center-card h5 {
    font-size: 26px;
    margin-bottom: 0;
}

a.center-title-link {
    margin-bottom: 20px;
    color: var(--white-color);
}

a.center-title-link:hover {
    text-decoration: underline;
}

.center-card p:last-of-type, .center-card p a {
    margin-bottom: 20px;
    color: var(--paragraph-color);
}

.center-card p a:hover {
    color: var(--red-color);
}

.center-card a.arrow {
    margin-top: auto;
}


/* Single Center Page
--------------------------------------------- */

/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper {
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 80%;
}

/*
.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}
*/
.slinder-container {
    background-size: cover;
    background-position: center center;
    border-radius: var(--border-radius);
    padding-bottom: 60%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 40px !important;
}

.center_social a {
    margin-right: 20px;
}

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

.center_contact_content p, .center_contact_content a {
    color: var(--paragraph-color);
    transition: color 0.3s ease;
    margin-bottom: 2px;
}

.center_contact_content a:hover {
    color: var(--red-color-hover);
}

.col-icon {
    margin-bottom: 50px;
}

.form-select:focus {
    border-color: unset;
    box-shadow: none;
}

/* Center - Contacts / CF7
--------------------------------------------- */
.center_title_cont {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;

}

p.center_contact_title {
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.center_contact_form h3 {
    text-align: center;
    padding-bottom: 100px;
}

.cf7-grey-label {
    margin-bottom: 15px;
}

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

.center-submit:hover:after {
    left: 10px;
}

.center_cf7_row {
    max-width: 800px;
    margin: 0 auto;
}

.center_cf7 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 45px;
}

.wpcf7-form-control-wrap {
    position: unset;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    font-family: 'Space Grotesk', sans-serif;
    background-color: transparent;
    border: none;
    color: var(--white-color) !important;
    font-size: 18px;
    font-weight: 300;
}

.wpcf7-not-valid-tip {
    color: var(--red-color);
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    width: max-content;
    margin-top: 5px;
}

.form-control {
    color: var(--white-color);
    background-color: transparent;
    border: none;
}

textarea.form-control {
    padding: 0 0 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.form-control:focus, .form-control:focus-visible {
    color: var(--white-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    text-transform: uppercase;
    border: none;
    color: var(--white-color);
    font-weight: 500;
    letter-spacing: 4px;
    padding: 12px 40px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 40px;
    background-color: var(--red-color);
    width: fit-content;
    display: inline-block;
    line-height: 1.5;
    transition: all 0.4s ease !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: var(--white-color);
    background-color: var(--red-color-hover);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

input.wpcf7-submit:after {
    content: '\f344';
    font-family: dashicons;
    color: var(--white-color);
    position: relative;
    transition-duration: 0.5s;
    left: 5px;
    top: 1px;
}

input[type="submit"] {
    padding-right: 0;
    padding-left: 0;
}

input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 20px;
    position: relative;
    background-color: var(--background-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--white-color);
    outline: none;
    top: -2px;
    right: 2px;
}

input[type='radio']:checked:after {
    background-color: var(--red-color);
    box-shadow: inset 0 0 0 2px #231202;
}

.form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.form-check {
    display: inline-block;
    margin: 5px 5px 5px 8px;
}

.form-check:last-of-type {
    margin-right: 0;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0 0 0;
}

.wpcf7-spinner:after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 290px;
    height: 60px;
    left: 12px;
    top: -15px;
    position: absolute;
    transform: translateX(-50%);
}

.modal-content .wpcf7-spinner:after {
    background: rgba(255, 255, 255, 0.7);
}

.btn-check:active + .btn:focus, .btn-check:checked + .btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus, .btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-block.btn.btn-primary.btn-lg {
    outline: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--red-color);
}

.cf7-request {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.cf7-request input {
    margin-right: 5px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-submit:disabled {
    opacity: 0.5;
}

.wpcf7-response-output {
    max-width: 750px;
    margin: 30px auto 0 !important;
    text-align: center;
    color: var(--white-color);
}

.drop_cf7 {
    position: relative;
}

.drop_cf7 > span:after {
    content: '\f347';
    font-family: dashicons;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 5px;
    pointer-events: none;
}
/*
.order-by:after {
    content: '\f347';
    font-family: dashicons;
    color: #fff;
    display: inline-block;
	position: fixed;
    right: 19%;
    pointer-events: none;
	margin-top: 3px;
}
*/
.block .drop_cf7 > span:after{
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* Blog page
--------------------------------------------- */

.blog-container, .page-container {
    margin-top: var(--margin-100);
}

.single_post_img_grid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    padding-bottom: 70%;
    transition: all 0.3s ease;
}

.main_post {
    background-color: var(--white-color);
    color: var(--black-color);
    border-radius: var(--border-radius);
}

.first_post_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 480px;
    border-radius: 19px 0 0 19px;
}

.first_post {
    margin: auto;
    padding: 40px 40px 45px;
}

.post-date-container {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 20px 0 0 20px;
    background-color: var(--white-color);
    border-radius: var(--border-radius);
    text-align: center;
}

.post-date {
    display: block;
    color: var(--black-color);
    font-size: 20px;
    line-height: 1.1;
    margin-top: 15px;
}

.post-date::first-line {
    font-size: 26px;
    font-weight: 500;
}

.blog-link-cont {
    margin-top: var(--margin-100);
}

.blog-title {
    margin-bottom: 20px;
}

.blog-title a:visited {
    color: var(--white-color);
}

.category_menu {
    margin: 150px 0 70px 0;
}

.cat-container {
    padding: 0 !important;
}

.cat-list li {
    display: inline-block;
    padding: 0 !important;
    margin-bottom: var(--margin-30) !important;
    font-size: inherit !important;
}

.cat-list li:last-child {
    margin-right: 0;
}

a.cat-list_item {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 2px;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    transition: background-color 0.5s ease;
    margin-bottom: var(--margin-30);
}

a.cat-list_item.active {
    background-color: var(--red-color);
}

/* Social Share
--------------------------------------------- */

.social-box {
    text-align: center;
    padding-top: 70px;
    width: 100%;
    float: left;
}

.sbtn {
    margin-right: 20px;
    color: var(--background-color);
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 5px;
    transition: padding 0.3s ease;
}

.sbtn:hover {
    color: var(--background-color);
}

.sbtn:last-child {
    margin-right: 0;
}

.dashicons::before {
    line-height: 1.1;
}

/* Archive
--------------------------------------------- */

.navigation_p {
    margin-top: 30px
}

.older_post {
    float: right;
}

/* Single article
--------------------------------------------- */

.article-cont {
    margin-top: 50px;
}

.nav-next a, .nav-previous a {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: top;
}

/* Map
--------------------------------------------- */

#map {
    height: calc(100vh - 104px);
    margin-bottom: var(--margin-150);
}

.gm-style .gm-style-iw-c {
    min-width: 230px !important;
    border-radius: 20px;
    box-shadow: none;
    text-align: center;
    padding: 15px 25px;
}

.center-map-name {
    color: var(--black-color) !important;
    font-size: 20px;
    font-weight: 500;
}

.center-map-address {
    color: var(--black-color) !important;
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

a.map-details {
    color: var(--red-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px !important;
    font-size: 12px;
    display: block;
}

a.map-details.map-contact {
    margin-top: 8px !important;
    color: var(--black-color);
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

/*---------------------------------------------
BLOCKS
--------------------------------------------- */

.block, .dynamic_img_row, div.woocommerce, .map.block {
    margin-bottom: var(--margin-150);
    overflow: hidden;
}

.slider-container:first-child {
    margin-top: 0 !important;
}

.archive-block {
    margin-bottom: var(--margin-150);
}

.container > .dynamic_img_row:last-of-type {
    margin-bottom: 0;
}

.block_b {
    padding-top: 50px;
    margin-bottom: 200px;
}

.centers-block {
    margin-bottom: 110px;
}

/* Large Media Block
--------------------------------------------- */

.large_media_row {
    height: 800px;
}

.large_element_container {
    display: flex;
    align-items: center;
}

.large-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.large-image  video {
    height: 100%;
    object-fit: cover;
}

.left_size {
    border-radius: 0 20px 20px 0;
}

.left_size video {
    border-radius: 0 20px 20px 0;
}

.right_size {
    border-radius: 20px 0 0 20px;
}

.right_size video {
    border-radius: 20px 0 0 20px;
}

.large_media_container {
    padding: 0;
}

.large_text_col_left {
    margin: auto 0;
    z-index: 1;
}

.large_text_col_right {
    margin: auto 0;
    z-index: 1;
}

.large-video {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.large-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}

.left_size_text {
    margin: auto 0 auto -110px;
}

.right_size_text {
    text-align: right;
    margin: auto -110px auto 0;
}

/* Dynamic Block
--------------------------------------------- */

.dynamic_image_cont {
    margin-bottom: 50px;
}

.dynamic_image_cont:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.dynamic_image {
    padding-top: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.dynamic_image_cont:hover .dynamic_image, .article-blog:hover .single_post_img_grid, .vertical_align:hover .dynamic_image {
    transform: scale(0.97);
}

a.dynamic-link {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 30px;
    color: var(--white-color);
}

a.dynamic-link:hover {
    text-decoration: underline;
}

a.dynamic-link::after {
    content: '\f344';
    font-family: dashicons;
    transition-duration: 0.5s;
    float: right;
    position: absolute;
    right: 0;
    top: 1px;
}

.dynamic_arrow {
    margin-top: 40px;
}

.style_nd {
    margin-top: 70px;
}

.even {
    margin-top: 70px;
}

.row > .vertical_align:nth-last-child(-n+2) {
    margin-bottom: 0;
}

/* Two Images and Text Block
--------------------------------------------- */

.txt_1_container, .txt_2_container {
    text-align: left;
    color: var(--black-color);
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
}

.text-block h3, .text-block h4 {
    font-size: 40px;
    margin-bottom: var(--margin-30);
}

.text-block h3:last-child, .text-block h4:last-child {
    margin-bottom: 0;
}

.text-block p {
    color: var(--black-color);
}

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

.text-block a.arrow {
    margin-top: 40px;
    display: block;
}

.img_1_container, .img_2_container {
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.img_1_container {
    margin-top: -50px;
    border-radius: var(--border-radius);
}

.img_2_container {
    margin-bottom: -50px;
    border-radius: var(--border-radius);
}


/* Two Elements Block
--------------------------------------------- */

.two_content {
    display: flex;
    margin: 120px 0;
}

.two_img_cont {
    width: 18%;
    margin-right: 10%;
}

.two_text_cont {
    display: flex;
    flex-direction: column;
    width: 65%;
    color: var(--black-color);
}

.two_text_cont h4 {
    clear: none;
    margin-bottom: var(--margin-30);
}

.two_text_cont p {
    color: var(--black-color);
}

a.two_arrow {
    margin-top: auto;
}

.two_text_cont ul li {
    color: var(--black-color) !important;
}

.two_arrow {
    margin-top: auto;
}

/* Single Element Block
--------------------------------------------- */
.dxsx {
    color: var(--black-color);
}

.single_img_cont {
    margin: 0 auto;
}

.single_img_cont img {
    border-radius: var(--border-radius);
    min-width: 100%;
}

.single_text_cont {
    color: var(--white-color);
}

.right > .single_text_cont h3 {
    margin-top: -8px;
}

.single_text_cont h3 {
    margin-bottom: 40px;
}

.single_text_cont h3:last-child {
    margin-bottom: 0;
}

.single_text_cont p:last-of-type {
    margin-bottom: 0;
}

.single_text_cont_s h3 {
    color: var(--white-color);
    margin-bottom: 40px;
    font-size: 40px;
}

h1.single_text_cont + a {
    padding-top: 40px;
}

.centered {
    margin: auto;
}

.centered > div {
    padding: 0 70px;
}

.single_txt_l, .centered-block-text {
    margin-bottom: 40px;
}

/* Icons Element Block
--------------------------------------------- */

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

.icons-block .row {
    margin-bottom: -50px;
}

.icon_title {
    font-size: 26px;
    margin-bottom: 80px;
}

.icon-element-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.icon-container {
    margin: 0 auto 25px auto;
    height: 90px;
    width: 90px;
    background: linear-gradient(to bottom right, transparent 18%, #7D1201 4.5% 25.5%, transparent 10%) top left/300px 160px no-repeat, transparent;
}

.num-bar {
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
}

.icon-bar {
    width: 70px;
    height: auto;
    transform: translateY(-50%);
    margin-top: 50%;
}

.title_cont {
    margin-bottom: 25px;
    line-height: 1.4;
}

.icon-text-cont p {
    font-size: 18px;
    margin-top: auto;
}

.icon_link {
    margin-top: var(--margin-60);
}

/* Centered Block
--------------------------------------------- */

.centered_cont {
    margin: auto;
}

.centered_cont h3 {
    margin-bottom: var(--margin-80);
    text-align: center;
}

.centered_cont h3:last-child {
    margin-bottom: 0;
}

.centered-block-text:last-child {
    margin-bottom: 0;
}

.centered_cont a {
    display: block;
    margin: 0 auto;
}

/* Accordion Block
--------------------------------------------- */

div#ufAccordion {
    max-width: 1000px;
    margin: 0 auto;
}

div#ufAccordion h3 {
    text-align: center;
    margin-bottom: var(--margin-80);
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item ul li {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    color: var(--paragraph-color);
    font-size: 20px;
}

.accordion-item {
    margin-bottom: var(--margin-30);
    border-color: rgba(255, 255, 255, 0.5);
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type, .accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button, .accordion-item, .collapsed, .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px;
    background-color: var(--background-color);
}

.accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid rgba(255, 255, 255, 0.5);
}

button.accordion-button.collapsed {
    background-color: transparent;
}

.accordion-button {
    padding: 32px 30px;
    font-size: 26px;
    color: var(--white-color);
    line-height: 1.3;
}

.accordion-button:not(.collapsed) {
    background-color: var(--white-color) !important;
    color: var(--black-color);
    border-radius: 18px 18px 0 0 !important;
    box-shadow: unset;
}

.accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    color: var(--white-color);
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
    padding: 30px;
}


/* CTA Element Block
--------------------------------------------- */


.cta {
    margin: 120px auto;
    color: var(--black-color);
    text-align: center;
}

.cta h4 {
    margin-bottom: 40px;
}

.cta h4:last-child {
    margin-bottom: 0;
}

/* Plans Element Block
--------------------------------------------- */

.plans {
    text-align: left;
}

.plan-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 660px;
}

.plan-element-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--border-radius);
}

.header-card {
    padding: 40px;
}

.cont-card {
    padding: 0 40px 40px;
}

.cont-card > .price_group:last-child {
    margin-bottom: 0;
}

.footer-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px;
    margin-top: auto;
    border-radius: 0 0 19px 19px;
}

span.included-text {
    display: block;
    margin-bottom: 20px;
}

.plans_title_cont {
    text-align: center;
    margin-bottom: 80px;
}

.plans_title_cont h3 {
    margin-bottom: 40px;
}

.plans_title_cont *:last-child {
    margin-bottom: 0;
}

.single-col {
    margin: 0 auto;
}

.category_link_main {
    color: black;
    opacity: 0.5;
}

.category_link_main:hover {
    color: black;
}

.content-preview {
    margin-bottom: 40px;
    font-family: 'Space Grotesk', sans-serif;
}

.title-preview {
    font-size: 40px;
    color: var(--black-color);
    margin-bottom: 10px;
}

.title-preview:hover {
    text-decoration: underline;
}

.upper_plan_title {
    display: block;
    margin-bottom: 10px;
}

.plan_single_title {
    margin-bottom: 0;
    font-size: 40px;
    word-break: break-word;
}

.plan_single_title + p {
    margin-top: 35px;
}

.plan_prices_title, .plan_first_price {
    font-size: 26px;
}

.plan_first_price {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    color: var(--white-color);
}

.plan_second_price {
    font-family: 'Space Grotesk', sans-serif;
}

.plan_prices_subtitle, .plan_second_price {
    font-size: 14px;
    color: var(--paragraph-color);
}

.price_group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    min-height: 63px;
}

.price_check::before {
    content: '\f12a';
    font-family: dashicons;
    font-size: 32px;
    color: var(--red-color);
}

.price_init_alone {
    display: flex;
    align-items: center;
}

.price_nd {
    text-align: right;
}

.plan-radio {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.plans_include_cont {
    background-color: rgba(255, 255, 255, 0.1);
    margin: auto -40px 0 -40px;
    padding: 0 40px;
}

.plan_feature p {
    font-size: 16px;
    margin-bottom: 2px;
}

a.wa {
    color: var(--white-color);
}

.extra, .extra-single {
    text-align: center;
    margin-top: 50px;
}

.extra p, .extra-single p {
    font-size: 14px;
    margin-bottom: 10px;
}

.extra span, .extra-single span {
    display: block;
    margin-bottom: 20px;

}

/* Map Block
--------------------------------------------- */

.map-block {
    height: auto !important;
}

#searchtext {
    color: var(--white-color);
    width: 100%;
    z-index: 9999;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: var(--background-color);
    text-align: center;
    border-bottom: 1px solid #8C8C8C;
    box-shadow: 0 50px 0 rgb(24, 24, 24);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
}

.map-elements.block p:last-child {
    margin-bottom: 0;
}

.map-block-container > #map {
    height: 850px;
    margin-bottom: 0;
}

/* 404
--------------------------------------------- */

section.error-404.not-found {
    margin: 300px 0;
}

/* Footer
--------------------------------------------- */

.row-align {
    text-align: left;
    margin-bottom: 120px;
}

.pre-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
}

.footer-logo {
    float: left;
}

.footer-logo img {
    width: 140px;
}

.footer-title {
    font-size: 32px;
    font-weight: 600;
}

.footer_left > a {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.footer_left > a:last-child {
    margin: 0;
}

.footer_icon {
    background-color: #2e2e2e;
    color: var(--white-color);
    border-radius: 50px;
    width: 60px !important;
    height: 60px !important;
    font-size: 20px !important;
    line-height: 60px !important;
    transition: all 0.3s ease;
}

.footer_icon:hover {
    transition: all 0.3s ease;
    background-color: var(--white-color);
    color: var(--background-color);
}

.footer-t {
    margin-bottom: 20px;
}

ul.footer_ul, footer ul.menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer_ul li a, footer .menu li a {
    font-size: 16px;
    font-family: 'Space Grotesk', sans-serif;
    color: var(--paragraph-color);
    transition: color 0.3s ease;
}

.footer_ul li a:hover, footer .menu li a:hover {
    color: var(--red-color-hover);
}

.after-footer {
    font-family: 'Space Grotesk', sans-serif;
    margin: 40px auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.after-footer a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    transition: color 0.3s ease;
}

.after-footer a:hover {
    color: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 768px) {
    /* RIGHT ORDER FOR BLOCKS */
    .large_right {
        order: 2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    h2,
    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 25px;
    }

    p {
        font-size: 18px;
    }

    main {
        padding-top: 86px;
    }

    .centered_cont h1, .centered_cont h3 {
        margin-bottom: var(--margin-60);
    }

    #map {
        height: calc(100vh - 86px);
        margin-bottom: var(--margin-100);
    }

    #primary > .block:first-child {
        margin-top: var(--margin-80);
    }

    .woo-archive-block, div.woocommerce {
        margin-top: var(--margin-80);
    }

    .block, .block_b , div.woocommerce, .woocommerce-billing-fields, .map.block {
        margin-bottom: var(--margin-80);
    }

    .wc-tabs-wrapper {
        padding-top: var(--margin-80);
    }

    .archive-block {
        margin-bottom: var(--margin-80);
    }

    .map-block-container > #map {
        height: 550px;
    }

    .fluid-col {
        max-width: 720px;
    }

    .large_media_row {
        height: 500px;
    }

    .single_img_cont {
        margin-bottom: 50px;
    }

    .single_text_cont {
        margin-bottom: 50px;
    }

    .vertical_align {
        margin-bottom: 50px;
    }

    .style_nd {
        margin-top: 50px;
    }

    .even {
        margin-top: 0;
    }

    .cta {
        margin: 60px auto;
        width: 275px;
    }

    .footer_left > a {
        margin-right: 15px;
    }

    .row-align {
        margin-bottom: var(--margin-80);
    }

    .num-bar {
        font-size: 70px;
    }

    .blog-main-title, .page-main-title {
        margin: var(--margin-80) 0;
    }

}

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

    h1,
    h2,
    h3,
    .text-block h3 {
        font-size: 40px;
    }

    h4,
    .text-block h4 {
        font-size: 30px;
    }

    main {
        padding-top: 74px;
    }

    #map {
        height: calc(100vh - 74px);
        margin-bottom: var(--margin-80);
    }

    .header-container {
        padding: 20px 0 18px;
    }

    .header_left {
        display: none;
    }

    .site-branding {
        width: 100px;
    }

    a.arrow {
        font-size: 15px;
    }

    .top-image-container {
        height: 400px;
        margin-bottom: var(--margin-80);
    }

    .img_thumbnail::before {
        height: 400px;
    }

    .page-title-container {
        max-width: 500px;
    }

    .filter {
        margin-bottom: var(--margin-30) !important;
    }

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

    .icon-container {
        height: 80px;
        width: 80px;
    }

    .dynamic_img_row {
        margin-bottom: 40px;
    }

    .dynamic_image_cont {
        margin-bottom: var(--margin-30);
    }

    a.dynamic-link {
        font-size: 20px;
    }

    .two_content {
        margin: 60px 0;
    }

    .right > .single_text_cont h3 {
        margin-top: 0;
    }

    .img_2_container {
        margin-bottom: 0;
    }

    .txt_1_container, .txt_2_container {
        margin: 50px auto;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .accordion-button {
        font-size: 26px;
    }

    .first_post_img {
        border-radius: 19px 19px 0 0;
        padding-bottom: 60%;
        min-height: inherit;
    }

    .first_post {
        padding: 30px 35px 40px;
    }

    .title-preview {
        font-size: 30px;
    }

    .post-date-container {
        width: 60px;
        height: 60px;
        margin: 12px 0 0 12px;
        border-radius: 15px;
    }

    .post-date {
        font-size: 16px;
        margin-top: 6px;
    }

    .plans_title_cont {
        margin-bottom: 50px;
    }

    .plan_prices_title, .plan_first_price {
        font-size: 22px;
    }

    .price_check::before {
        font-size: 26px;
    }

    .plan_single_title {
        font-size: 30px;
    }

    .header-card, .footer-card {
        padding: 20px;
    }

    .cont-card {
        padding: 0 20px 20px;
    }

    .category_menu {
        margin: 100px 0 20px 0;
    }

    .single-entry-title {
        margin-top: var(--margin-80);
    }

    p.center_contact_title {
        margin-bottom: 20px;
    }

    .center-card-container {
        margin-bottom: 25px;
    }

    .center-card-cont {
        padding: 25px;
    }

    .modal-dialog {
        max-width: 95%;
        margin: 20px auto;
    }

    .footer-title {
        font-size: 24px;
    }

    .footer_icon {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .mobile-item-first {
        padding-top: 40px;
    }

    .mobile-item-first:before {
        content: '';
        width: 100px;
        height: 1px;
        background-color: #666;
        position: absolute;
        margin-left: calc(50% - 25px);
        transform: translateX(-50%);
        margin-top: -20px;
    }

    .mobile-item a, .rmp-menu .menu-item.wpml-ls-item a {
        font-size: 16px !important;
        color: #777 !important;
    }

    .mobile-item a:hover, .rmp-menu .menu-item.wpml-ls-item a:hover{
        color: #fff !important;
    }

    .rmp-menu-current-item.mobile-item a, .rmp-menu-current-item.mobile-item a:hover {
        color: var(--red-color) !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h1,
    h2,
    h3 {
        font-size: 50px;
    }

    h4 {
        font-size: 30px;
    }

    p {
        font-size: 18px;
    }

    main {
        padding-top: 95px;
    }

    #map {
        height: calc(100vh - 95px);
        margin-bottom: var(--margin-100);
    }

    .map-block-container > #map {
        height: 700px;
    }

    .site-branding {
        width: 120px;
    }

    .wpml-ls-legacy-list-horizontal li:last-child {
        margin-right: 20px !important;
    }

    #primary-menu li {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 16px;
    }

    .wpml-ls-legacy-list-horizontal a span {
        font-size: 16px;
    }

    .wpml-ls-legacy-list-horizontal li {
        margin-right: 15px !important;
    }

    .block, .dynamic_img_row, div.woocommerce, .woocommerce-billing-fields, .map.block {
        margin-bottom: var(--margin-100);
    }

    .archive-block {
        margin-bottom: var(--margin-100);
    }

    .block_b {
        margin-bottom: 130px;
    }

    .top-image-container {
        height: 500px;
        margin-bottom: var(--margin-100);
    }

    .img_thumbnail::before {
        height: 500px;
    }

    .center-card-cont {
        padding: 30px;
    }

    .center-card-cont p {
        font-size: 18px;
    }

    .single-entry-title {
        margin-top: var(--margin-100);
    }

    .text-block {
        margin: 50px 0;
    }

    .txt_1_container, .txt_2_container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .plan_single_title {
        font-size: 36px;
    }

    .center-card-container {
        margin-bottom: var(--margin-30);
    }

    .large_media_row {
        height: 650px;
    }

    .cta {
        margin: 90px auto;
    }

    .post-date-container {
        width: 70px;
        height: 70px;
        margin: 15px 0 0 15px;
        border-radius: 15px;
    }

    .post-date {
        font-size: 18px;
        margin-top: 11px;
    }

    .row-align {
        margin-bottom: var(--margin-100);
    }
}

@media only screen and (min-width: 992px) {

    .nd_cont {
        order: 2;
    }

    .dxsx {
        display: flex;
        align-items: center;
    }

    .fluid-col {
        max-width: 960px;
    }


	.city-label {
		margin-bottom: 42px;
	}
}

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

    h1,
    h2,
    h3,
    .text-block h3,
    h4,
    .text-block h4 {
        font-size: 30px;
    }

    p {
        font-size: 17px;
        line-height: 1.4;
    }

    a.arrow {
        padding: 10px 30px;
        letter-spacing: 2px;
    }

    #primary > .block:first-child {
        margin-top: var(--margin-60);
    }

    .woo-archive-block, div.woocommerce {
        margin-top: var(--margin-60);
    }

    #primary > .media-large-block {
        margin-top: 0 !important;
    }

    #primary ul li,
    #primary ol li {
        font-size: 17px;
        line-height: 1.4;
    }

    .filter {
        font-size: 16px;
    }

    .filter-option .grey-text {
        display: block;
        margin-bottom: 10px;
    }

    .grey-text {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .title-preview {
        font-size: 30px;
    }

    .fluid-col {
        max-width: 540px;
        margin: 0 auto;
    }

    .center-title-container {
        margin: var(--margin-60) 0;
        flex-direction: column;
        align-items: unset;
    }

    .center-title-container h1 {
        margin-bottom: var(--margin-30);
    }

    .right_size_text {
        text-align: left;
    }

    .header-container {
        margin: 0 15px;
    }

    .top-image-container {
        height: 300px;
        margin-bottom: var(--margin-60);
    }

    .img_thumbnail::before {
        height: 300px;
    }

    .page-title-container {
        max-width: 400px;
    }

    .block, .block_b, div.woocommerce, .woocommerce-billing-fields, .map.block {
        margin-bottom: var(--margin-60);
        margin-top: 0;
    }

    .wc-tabs-wrapper {
        padding-top: 30px;
    }

    .archive-block {
        margin-bottom: var(--margin-60);
    }

    .center-filter-container {
        margin-bottom: var(--margin-30);
    }

    .white-background {
        margin-left: 0;
        margin-right: 0;
    }

    .img_1_container, .img_2_container {
        min-height: 400px;
    }

    .large_media_row {
        height: auto;
    }

    .large-image {
        height: 350px;
        margin-bottom: var(--margin-30);
    }

    .large-video {
        height: 350px;
        margin-bottom: var(--margin-30);
    }

    .large-video video {
        position: relative;
    }

    .left_size video, .right_size video {
        border-radius: unset;
    }

    .left_size, .right_size {
        border-radius: 0;
    }

    .left_size_text, .right_size_text {
        margin-left: 0;
    }

    .blog-main-title, .page-main-title {
        margin: var(--margin-60) 0;
    }

    .single-entry-title {
        margin-top: var(--margin-60);
    }

    .article-blog {
        margin-bottom: var(--margin-60);
    }

    .category_menu {
        margin: var(--margin-60) 0 var(--margin-30) 0;
    }

    .cat-list li {
        margin-bottom: 20px !important;
    }

    a.cat-list_item {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 10px 15px;
    }

    .first_post {
        padding: 25px 25px 35px;
    }

    .post-date-container {
        width: 65px;
        height: 65px;
        margin: 15px 0 0 15px;
    }

    .post-date {
        margin-top: 8px;
    }

    .blog-link-cont {
        margin-top: 0;
    }

    .two_content {
        flex-direction: column;
        margin: 40px 0 50px;
    }

    .two_img_cont {
        width: 100px;
        margin-right: inherit;
        margin-bottom: var(--margin-30);
    }

    .two_text_cont {
        margin-left: 0;
        width: 100%;
    }

    .two_arrow {
        margin-top: 0;
    }

    .style_nd {
        margin-top: 0;
    }

    .even {
        margin-top: 0;
    }

    .centered > div {
        padding: 0;
    }

    .centered_cont h1, .centered_cont h3 {
        margin-bottom: 40px;
    }

    .single_text_cont {
        margin-bottom: 40px;
    }

    .single_img_cont {
        margin-bottom: var(--margin-30);
    }

    .vertical_align {
        margin-bottom: var(--margin-30);
    }

    .row > .vertical_align:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .icon_title, .icons-block .icon_title {
        margin-bottom: 40px;
    }

    .single_text_cont h3 {
        margin-bottom: var(--margin-30);
    }

    .cta {
        margin: 40px auto;
    }

    .cta h4 {
        margin-bottom: var(--margin-30);
    }

    .single_text_cont_s h3 {
        margin-bottom: var(--margin-30);
        font-size: 30px;
    }

    div#ufAccordion h3 {
        margin-bottom: var(--margin-60);
    }

    .accordion-button {
        padding: 24px 20px;
        font-size: 20px;
    }

    .cta_fixed {
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        background: var(--red-color);
        padding: 5px 0 10px;
        z-index: 999;
        transition: all .2s ease;
        clip-path: inherit;
        text-align: center;
    }

    .cta_fixed:hover {
        padding-left: 0;
    }

    .map-block-container > #map {
        height: 450px;
    }

    #searchtext {
        box-shadow: 0 40px 0 rgb(24, 24, 24);
    }

    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        padding: 10px 30px;
        letter-spacing: 2px;
    }

    .modal-title {
        font-size: 22px;
    }

    .modal-header .btn-close {
        right: 5px;
        background-size: 40%;
        top: 5px;
    }

    .modal-body {
        padding: 30px 10px 40px 10px;
    }

    .center_contact_form h3 {
        padding-bottom: var(--margin-60);
    }

    .plans_title_cont {
        margin-bottom: 40px;
    }

    .plans_title_cont h3 {
        margin-bottom: var(--margin-30);
    }

    .row > .multi-col {
        margin-bottom: 50px;
    }

    .extra, .extra-single {
        margin-top: 30px;
    }

    .center_contact {
        margin-bottom: var(--margin-30);
    }

    .center_title_cont {
        flex-direction: column;
    }

    .center_title_cont h1 {
        margin-bottom: var(--margin-30);
    }

    .num-bar {
        font-size: 60px;
    }

    .icon-text-cont h5 {
        font-size: 18px;
    }

    a.map {
        margin-top: 0;
    }

    .row > .center_contact:last-of-type {
        margin-bottom: 0;
    }

    .footer-logo {
        display: block;
        text-align: center;
        margin-bottom: var(--margin-30);
    }

    .after-footer {
        margin: 30px auto 100px auto;
    }

    .row-align {
        margin-bottom: var(--margin-30);
    }

    .center-card-container {
        margin-bottom: var(--margin-30);
    }

    .cf7-grey-label {
        margin-bottom: 10px;
    }

    .center_cf7 {
        margin-bottom: var(--margin-30);
    }

    .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, select {
        font-size: 17px;
    }

    .wpcf7-not-valid-tip {
        font-size: 12px;
    }
	
	.center_social {
  		margin-top: 20px;
	}

    .pre-footer {
        margin-bottom: 40px;
    }
}

/* Woo Commerce
	 ========================================================================== */

/* GLOBALS - ARCHIVE PAGE */

.products.columns-4 {
    text-align: center;
}

header.woocommerce-products-header {
    margin-bottom: 50px;
}

img.woocommerce-placeholder.wp-post-image {
    border-radius: 20px;
}

h2.woocommerce-loop-product__title {
    color: var(--white-color) !important;
    font-size: 25px !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color: var(--white-color) !important;
}

.woocommerce .woocommerce-result-count {
    margin-bottom: 50px;
}

/* REMOVED LOADING AND ADD TO CART ANIMATION */

.woocommerce .blockUI.blockOverlay {
    position: relative ! important;
    display: none ! important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after,
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    display: none;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: var(--border-radius);
}

/* BUTTONS */

a.add_to_cart_button, button.single_add_to_cart_button.button.alt, a.button.wc-forward, button#place_order, button[name="update_cart"], button[name="apply_coupon"],
.woocommerce-account .addresses .title .edit, button[name="save_address"], button[name="save_account_details"], .woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .button.wc-backward, input#submit, a.woocommerce-Button.button, button[name="calc_shipping"]{
    color: var(--white-color) !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 500 !important;
	line-height: 1.5;
    letter-spacing: 3px !important;
    vertical-align: top !important;
    padding: 12px 40px !important;
    border-radius: 40px !important;
    background-color: var(--red-color) !important;
	border: none;
    width: fit-content !important;
    display: inline-block !important;
    transition: all 0.4s ease !important;
}

button[name="apply_coupon"] {
    background-color: #E6E6E6 !important;
    color: var(--black-color) !important;
}

a.add_to_cart_button:hover, button.single_add_to_cart_button.button.alt:hover, a.button.wc-forward:hover, button#place_order:hover, .woocommerce-account .addresses .title .edit,
.woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover, .button.wc-backward:hover, input#submit:hover, a.woocommerce-Button.button:hover, button[name="apply_coupon"]:hover, button[name="calc_shipping"]:hover, a.woocommerce-MyAccount-downloads-file.button.alt:hover, .woocommerce table.my_account_orders .button:hover, p.order-again a:hover, button.woocommerce-Button.button.wp-element-button:hover {
    color: var(--white-color) !important;
    background-color: var(--red-color-hover) !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3) !important;
}

a.woocommerce-MyAccount-downloads-file.button.alt, .woocommerce table.my_account_orders .button, p.order-again a, button.woocommerce-Button.button.wp-element-button {
    color: var(--white-color) !important;
    background-color: var(--red-color) !important;
    border-radius: 50px !important;
    transition: all 0.4s ease !important;
    font-weight: 500;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: var(--white-color);
}

a.woocommerce-button.button.view {
    margin-right: 10px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 2px;
    padding: 10px 20px !important;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

a.woocommerce-button.button.invoice {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 2px;
    padding: 10px 20px !important;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

a.woocommerce-remove-coupon {
    margin-left: 10px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

button[name="apply_coupon"], button[name="update_cart"] {
    margin: 20px 0 20px 20px !important;
}

p.form-row.form-row-last > button {
    margin: 0 !important;
}

/* SINGLE PRODUCT PAGE */

h1.product_title.entry-title {
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

/*
.woocommerce table.shop_table {
    margin-bottom: 45px;
}
*/

p.price > span.woocommerce-Price-amount.amount {
    font-size: 30px;
}

p.price {
    display: flex;
    flex-direction: column;
}

/* TABS */

@media only screen and (min-width: 1200px) {
    .wc-tabs-wrapper {
        padding-top: var(--margin-100);
    }
}

ul.tabs.wc-tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: unset;
}

li#tab-title-reviews, li#tab-title-description {
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--white-color);
    font-weight: 400;
    transition: color 0.5s ease;
}

/* ADDITIONAL INFO TAB FONT SIZE */

th.woocommerce-product-attributes-item__label {
    font-size: 20px;
}

/* QUANTITY INPUT */

.woocommerce div.product form.cart div.quantity, div.quantity  {
    display: flex;
    border-radius: 0;
    border-left: none;
    border-right: none;
    float: none;
    margin-bottom: 30px;
    height: 41px;
}

td.product-quantity > div.quantity {
    margin-bottom: 0;
}

input[type="button"], input[type="number"] {
    background-color: var(--white-color);
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}

input[type="number"] {
    padding-bottom: 0;
    border-right: none;
    border-left: none;
}

/* GLOBAL INFO MESSAGE BOX */

.woocommerce-info {
    margin-bottom: 45px;
}

.woocommerce-message, .woocommerce-info {
    border-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 40px;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: var(--red-color) !important;
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    padding-left: 0 !important;
}

ul.woocommerce-error {
    margin-bottom: 35px !important ;
    border-radius: 5px;
}

ul.woocommerce-error strong {
    color: var(--red-color);
}

ul.woocommerce-error li {
    color: var(--black-color) !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-bottom: 50px;
}

.woocommerce-error::before {
    display: none;
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
    content: unset;
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    background-color: var(--background-color);
    color: var(--red-color) !important;
}

/* FORMS */

.woocommerce-input-wrapper input, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, textarea#comment, input#author, input#email {
    font-family: 'Space Grotesk', sans-serif;
    background: none;
    box-shadow: unset;
    border: none;
    border-radius: unset;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 300;
    /*padding-bottom: 20px;*/
    /*line-height: 50px;*/
}

.woocommerce form .form-row textarea, textarea#comment, input#author, input#email, input#user_login {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.woocommerce form .form-row {
    padding: 3px 3px 5px 3px;
}

input#author, input#email {
    padding: 0 20px;
}

.woocommerce #review_form #respond p {
    margin-bottom: 30px;
}

span#reply-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.comment-form-rating label {
    margin-bottom: 15px;
}

input#wp-comment-cookies-consent {
    margin-right: 5px;
}

p.comment-form-cookies-consent {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    margin-top: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: unset;
    border: none;
    color: var(--white-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    box-shadow: none;
    outline: none;
}

span.select2-search.select2-search--dropdown, input.select2-search__field {
    background-color: var(--background-color);
    color: var(--white-color);
}

.select2-dropdown {
    background-color: var(--background-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white-color);
    background-color: transparent;
    outline: none;
}

span.select2.select2-container.select2-container--default {
    margin-bottom: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--red-color);
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

abbr.required, .woocommerce form .form-row .required {
    font-weight: unset;
}

.woocommerce-billing-fields__field-wrapper label {
    text-transform: uppercase;
    opacity: 0.5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: unset;
    border-bottom-color: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: unset;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: unset;
}

/* CART */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: unset;
}

/* CHECKOUT */

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: var(--background-color);
}

textarea#order_comments {
    background-color: var(--background-color);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--white-color);
    border-radius: unset;
}

span.woocommerce-input-wrapper {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 50px;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
    margin-bottom :20px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 20px 0;
    width: 225px;
}

input#coupon_code {
    background-color: var(--background-color);
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--white-color);
    padding: 0;
    line-height: 42px;
    font-size: 20px;
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 45px;
}

address {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 20px;
}

#logoutPaypal {
    border: none;
    color: var(--white-color);
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 40px;
    background-color: #333;
    line-height: 1.5;
    transition: all 0.4s ease !important;
    margin: 0 auto;
}

/* CUSTOMER */

.woocommerce-account .addresses .title h3 {
    margin-bottom: 20px;
}

.woocommerce-account .addresses .title .edit {
    /* float: left; */
    margin: 30px 0;
}



/* ??? */
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 10px 0;
}

/* LOGIN */

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.login-button-custom {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 25px 0;
}


/* PRODUCT META */

.product_meta {
    display: flex;
    flex-direction: column;
    color: var(--paragraph-color);
}

.product_meta a {
    color: var(--white-color);
}

.product_meta span {
    margin-bottom: 15px;
}

.product_meta span:last-child {
    margin-bottom: 0;
}

/* TODO VERIFICARE */

/*
label {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}
*/
li.woocommerce-MyAccount-navigation-link a, ul.tabs.wc-tabs a  {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 2px;
    padding: 10px 20px !important;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    margin-bottom: var(--margin-30);
}

.woocommerce-MyAccount-content a.dokan-btn-theme.vendor-dashboard {
    border: none;
}

li.woocommerce-MyAccount-navigation-link.is-active a, ul.tabs.wc-tabs .active a {
    background-color: var(--red-color);
    color: var(--white-color) !important;
    transition: color 0.3s ease;
}

/* CARRELLO */

.cart_totals  h2 {
    font-size: 30px;
}

bdi, span.woocommerce-Price-amount.amount, .product_meta {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
}

.product_meta {
    font-size: 20px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}



/* QUANTITY BUTTON */

input.qty_button.minus {
    border-radius: 20px 0 0 20px;
}

input.qty_button.plus {
    border-radius: 0 20px 20px 0 ;
}

.summary {
    margin-top: 0;
}

img.wp-post-image {
    border-radius: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: none;
}

.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.woocommerce ul.products li.product .price del {
    font-weight: 400;
}

del > span.woocommerce-Price-amount.amount > bdi {
    font-size: 18px;
}

del {
    text-decoration-color: var(--white-color);
    opacity: 0.5;
}

.add_to_cart_button::before, button.single_add_to_cart_button.button.alt.wp-element-button:before {
    content: '\f174';
    font-family: dashicons;
    margin-right: 15px;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 5px;
}

.woocommerce span.onsale {
    position: absolute;
    text-align: center;
    line-height: 3.5;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: 9px 0 0;
    font-size: 15px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    z-index: 9;
}

.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    padding: 9px 0 0;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 1;
}

/* TABELLA WOO COMMERCE CARRELLO - ONGOING CSS */

tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 20px 0;
}

th.product-thumbnail, td.product-thumbnail {
    display: none;
}

h4#order_review_heading {
    margin-bottom: 40px;
}

.woocommerce-billing-fields h4 {
    margin-bottom: 40px;
}

.payment_box.payment_method_bacs p, .payment_box.payment_method_ppcp-gateway p {
    color: var(--black-color);
}

input#account_first_name, input#account_last_name, input#account_email, input#password_current, input#password_1, input#password_2, input#username, input#password, input#reg_email, input#reg_password  {
    padding: 21px 0 5px;
}

input#account_first_name, input#account_last_name {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

fieldset legend {
    margin-top: 50px;
}

form.woocommerce-EditAccountForm.edit-account label, .woocommerce-billing-fields__field-wrapper label {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}

button[name="save_account_details"] {
    margin-top: 50px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-top: 5px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--white-color);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce form.checkout_coupon {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: var(--white-color);
}

.woocommerce-privacy-policy-text p, .woocommerce-terms-and-conditions p,  span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
}

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

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info, .woocommerce-message, .woocommerce-info {
        display: flex;
        flex-direction: column-reverse;
    }
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2 {
    text-decoration: underline;
}

td.product-name a {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
}

td.product-name a:hover {
    text-decoration: underline;
}

select[name="orderby"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
}

.woocommerce a.remove {
    margin-left: 10px;
}

@media(max-width:991px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        float: left;
        width: 45%;
    }
}

@media(max-width:767px){
    .woocommerce div.product form.cart div.quantity, div.quantity {
        justify-content: flex-end;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .woocommerce a.remove {
        margin-left: 0;
    }

    a.add_to_cart_button, button.single_add_to_cart_button.button.alt, a.button.wc-forward, button#place_order, button[name="update_cart"], button[name="apply_coupon"], .woocommerce-account .addresses .title .edit, button[name="save_address"], button[name="save_account_details"], .woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .button.wc-backward, input#submit, a.woocommerce-Button.button, button[name="calc_shipping"] {
        font-size: 15px !important;
    }
}


/* tabs & related */

section.related.products h4 {
    margin-bottom: 40px;
}

ul.products.columns-4 {
    padding-left: 0 !important;
    margin-bottom: calc(var(--margin-150) - 2.992em);
}


tr.woocommerce-cart-form__cart-item.cart_item:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.1);
}

button#place_order {
    width: 100% !important;
    padding: 19px 40px !important;
	margin-bottom: 25px;
}

h2.woocommerce-Reviews-title {
    display: none;
}

.woocommerce #primary ul li, #primary ol li {
    padding-left: 0;
}

ul.tabs.wc-tabs {
    padding-left: 5px !important;
}



/* MY ACCOUNT */

nav.woocommerce-MyAccount-navigation ul  {
    padding-left: 0 !important;
    padding-bottom: 60px;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
}

li.woocommerce-MyAccount-navigation-link {
    padding: 5px;
}

li.woocommerce-MyAccount-navigation-link a:hover {
    color: #6b6b6b;
}

/* to do */

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

@media(max-width:991px){
    .woocommerce-message a {
        margin-top: 20px !important;
    }
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-size: 20px;
    font-weight: 300;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align:  right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: unset;
}

.page-description > .woocommerce {
    margin-top: 0;
    margin-bottom: 0;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 35px;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label, table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th, table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th, .woocommerce-address-fields__field-wrapper label {
    font-family: 'Roboto', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}

form.woocommerce-form.woocommerce-form-login.login, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.5);
}

td.product-name {
    font-size: 20px;
    font-weight: 300;
}

th.product-name, tr.cart-subtotal th, tr.order-total th {
    font-size: 20px;
}

p#billing_country_field, p#billing_state_field {
    margin-bottom: 25px;
}

span.woocommerce-Price-amount.amount {
    line-height: 1.5;
}

th.product-total {
    font-size: 20px;
}

.cart_totals.calculated_shipping h2 {
    margin-bottom: 20px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    font-size: 18px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 20px;
}

.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
}

header.woocommerce-Address-title.title h5 {
    font-size: 26px;
    display: grid;
}

.u-columns.woocommerce-Addresses.col2-set.addresses address {
    margin-bottom: 100px;
    font-size: 18px;
}

.u-column2.col-2.woocommerce-Address address {
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content h5 {
    font-size: 26px;
}

.woocommerce-address-fields {
    margin-top: 50px;
}

table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
    font-size: 18px;
}

td.download-product a, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: var(--white-color) !important;
}

td.download-product a:hover, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 40px;
}

/* INVOICE MODULE */

.invoice-download a {
    color: var(--white-color) !important;
    background-color: var(--red-color) !important;
    border-radius: 50px !important;
    transition: all 0.4s ease !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px !important;
}

.invoice-download  {
    margin-bottom: var(--margin-30);
}
