/*!
Theme Name: fachouridis
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: AeonikPro-Regular !important;
	margin: 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;
}

/**
 * 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;
}

/**
 * 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;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: AeonikPro-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/fachouridis/fonts/AeonikPro-Regular.woff2") format("woff2");

}
.AeonikPro-Regular{
	font-family:AeonikPro-Regular;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff !important;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #040404;
}

.blackFontColor2 {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.orangeBackgroundColor {
    background-color: #F15A2C;
}

.grayFontColor {
    color: #DADADA;
}

.blackFontColor3 {
    color: #1B1717;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit !important;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.home #main, .sample #main {
    height: 100dvh;
}

body {
    transition: background-color .6s ease;
    color: #000000;
}

.animate_text {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.svg_holder {
    opacity:0;
    transform: scale(.6);
    transition: opacity .6s ease, transform 1s ease;
}

.svg_holder path {
    fill: #000000;
    opacity: .05;
    transition: opacity .6s ease;
}

.svg_holder.expand {
    transform: scale(3.6);
}

.svg_holder.expand path {
    opacity: 1;
}

.svg_small {
    display: block;
}

.svg_holder svg {
    display: block;
}

.croppedContentBg {
    margin: auto;
}

#menu_toggler, #menu_toggler_mbl {
    background-color: transparent;
    border: none;
    padding: 0;
}

#menu_toggler svg, #menu_toggler_mbl svg {
    transition: all .4s ease;
}

#menu_toggler.active svg, #menu_toggler_mbl.active svg {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.pattern1, .pattern2, .pattern3 {
    display: none;
}

.pattern-active {
    display: flex !important;
}

.pattern2 svg, .pattern3 svg {
    transition: transform 0.5s ease;
}

.pattern1 svg:nth-child(2), .pattern2 svg:nth-child(2), .pattern2 svg:nth-child(3) {
    transform: translateY(0);
}

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 9;
}

#nav_menu .menu, #nav_menu_home .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#nav_menu .menu li a {
    text-decoration: none;
    color: #000000;
}

#nav_menu {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-open #nav_menu {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.home #colophon {
    display: none !important;
}

.half_width_image, .third_width_image, .full_width_image {
    object-fit: cover;
    object-position: center;
}

.header_project_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_header {
    position: relative;
}

.home #masthead {
    display: none !important;
}

.menu-open {
    overflow-x: hidden;
}

.sample #main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample .footerBackground {
    background-color: #F15A2C;
}

.sample #colophon {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.desktop .svg_inner_wrapper {
    transform: scale(0.85);
}

.services_row, .properties_wrapper .row {
    border-bottom: 2px solid rgba(0,0,0,.35);
}

.services_col .services_row:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.img_section img {
    object-fit: cover;
    object-position: center;
}

.header_full {
    position: relative;
}

.img_left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img_right {
    position: absolute;
    top: 0;
    right: 0;
}

.header_full h1.mid {
    z-index: 1;
    position: relative;
    text-align: center;
    margin: auto;
}

.header_full h1.mid span {
    color: #F15A2C;
}

.grid {
    width: 100%;
}

.grid-item {
    float: left;
    box-sizing: border-box;
    position: relative;
}

.grid-item img {
    width: 100%;
    display: block;
}

.hover_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0;
    text-align: right;
    transition: opacity 0.3s ease;
}

.grid-item:hover .hover_box {
    opacity: 1;
}

body.home .not_visible_home, body.sample .not_visible_home {
    display: none !important;
}

body:not(.home):not(.sample) .visible_home {
    display: none !important;
}

#nav_menu_home .menu li a {
    text-decoration: none;
    color: rgba(0,0,0,.35);
}

#nav_menu_home .menu li.current-menu-item a {
    color: #000000;
}

.theme-switcher label:last-child {
    margin-right: 0;
}

.lang_switcher {
    -webkit-writing-mode: vertical-lr;
    transform: rotate(180deg);
    line-height: 0.5;
}

.single-project #nav_menu_home .menu li:first-child a {
    color: #000000;
}

.hover_box {
    background-color: #f15a2ccc;
}

.copyrights_col a {
    color: #000000;
}

/* THEME COLORS */
.theme-switcher input[type="radio"] {
    display: none;
}

.theme-switcher label {
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.2s;
}

label[for="theme-white"] {
    background: #ffffff;
}

label[for="theme-black"] {
    background: #000000;
}

label[for="theme-orange"] {
    background: #F15A2C;
}

input[type="radio"]:checked + label {
    display: none;
}

:root {
    --theme-color: #ffffff;
}

body {
    background-color: var(--theme-color);
    transition: background-color 0.4s ease, color 0.4s ease;
    position: relative;
}

body.theme-transition::before {
    opacity: 1;
}

/* when dark or orange theme */
.theme-black .blackFontColor, .theme-black .blackFontColor2 {
    color: #ffffff;
}

.theme-orange .header_full .blackFontColor {
    color: #ffffff;
}

.theme-orange .header_full .blackFontColor span {
    color: #000000;
}

.theme-black #colophon .blackFontColor, .theme-orange #colophon .blackFontColor,
.theme-black #colophon .blackFontColor2, .theme-orange #colophon .blackFontColor2 {
    color: #000000;
}

.theme-orange .blackFontColor span {
    color: #000000;
}

.theme-orange .hover_box {
    background-color: rgba(0,0,0,.8);
}

.theme-black .main_logo {
    filter: invert(1);
}

.theme-black .lang_switcher, .theme-black #colophon .blackFontColor, .theme-black #colophon .blackFontColor *, .theme-black #colophon .blackFontColor2 * {
    color: #ffffff;
}

.theme-black #nav_menu_home .menu li a {
    color: #f15a2c59;
}

.theme-black #nav_menu_home .menu li.current-menu-item a {
    color: #F15A2C;
}

.theme-black.single-project #nav_menu_home .menu li:first-child a {
    color: #F15A2C;
}

.theme-black .services_row, .theme-black .properties_wrapper .row {
    border-bottom: 2px solid rgba(255,255,255,.35);
}

.theme-orange .text_section .blackFontColor, .theme-orange .text_section .blackFontColor2 {
    color: #000000;
}

.properties_wrapper .row:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.property_img {
    object-fit: cover;
    object-position: center;
}

.pagination_swiper * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-top: 0 !important;
}

.pagination_swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-swiper .swiper-button-prev::after, .property-swiper .swiper-button-next::after {
    display: none;
}

.property-swiper .custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-swiper .custom-arrow svg {
    width: 100%;
    height: auto;
}

.theme-black .pagination_swiper * {
    filter: invert(1);
}

.error404 #masthead, .error404 #colophon {
    display: none;
}

.error404 #main {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-404 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.73);
    z-index: 1;
}

.zindex2 {
    z-index: 2;
    position: relative;
}

.back_btn {
    background-color: #2C2C2C;
    color: #F5F5F5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    transform: scale(0.75);
}

.mobile .back_btn {
    position: relative;
    margin-top: 65px;
}

.mobile .error-404 img {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
}

.mobile .error-404 h2 {
    font-size: 30px;
}

.mobile .error-404 {
    height: 100%;
}

.members_wrapper img {
    object-fit: cover;
    object-position: center;
}

.members_row:last-child {
    padding-bottom: 0;
}

.members_row {
    display: flex;
    justify-content: space-between;
}

.mobile .members_row {
    flex-direction: column;
}

.mobile .members_wrapper img {
    margin-left: 20px;
    margin-bottom: 78px;
}

.mobile .members_info {
    margin-bottom: 78px;
}

.mobile .members_row .member_inner:nth-child(even) img {
    margin-left: 0;
}

.mobile .members_row .member_inner:nth-child(even) .members_info {
    margin-left: 20px;
}

.mobile .members_row .member_inner:nth-child(even) .d-flex {
    flex-direction: row-reverse;
}

.mobile .copyrights_col {
    text-align: center;
    margin-top: 20px;
}

.mobile .copyrights_col br {
    display: none;
}

.mobile .copyrights_col span {
    margin-left: 4px;
}

.mobile .services_row, .mobile .properties_wrapper .row {
    --bs-gutter-x: 0;
}

.mobile .services_row:not(.p-0.m-0) .col-lg-6 {
    padding-left: 100px;
}

.mobile .img_section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.mobile .property-item {
    margin-bottom: 100px;
}

.mobile .property-item:nth-last-child(1), .mobile .property-item:last-child {
    margin-bottom: 0;
}

.mobile .pagination_swiper {
    width: 43vw;
}

.mobile .hover_box h1.mid {
    font-size: 20px;
}

.mobile .single-project h1.bigger {
    font-size: 36px;
    line-height: 1;
}

.mobile .single-project .text-center:not(.header_project_info) h1.bigger {
    margin-bottom: 10px;
}

.mobile .single-project .image_grid .col-6.col-lg-4:last-child {
    display: none;
}

.mobile .property-item:nth-child(odd) {
    padding-right: 10px;
}

.mobile .property-item:nth-child(even) {
    padding-left: 10px;
}

.home {
    background: #fff !important;
}

.sample.theme-black .main_logo {
    filter: none !important;
}

.sample.theme-black .blackFontColor, .sample.theme-black .blackFontColor2,
.sample.theme-black .blackFontColor *, .sample.theme-black .blackFontColor2 * {
    color: #000000 !important;
}

.mobile .sample .croppedContentBg {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50%;
}

.text_section h3 p {
    margin-left: auto;
    margin-right: auto;
}

.mobile .lang_switcher {
    margin-top: 28px;
}

.mobile .theme-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile #nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding-top: 71px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.mobile #nav_menu .menu {
    flex-direction: column;
    align-items: flex-end;
}

.mobile #nav_menu .menu li a {
    font-size: 24px;
    line-height: normal;
}

.mobile #nav_menu .menu li {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #000;
    margin-right: 0;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile #nav_menu .menu li:last-child {
    border-bottom: 0 !important;
}

.mobile .theme-switcher, .mobile #menu_toggler_mbl {
    z-index: 2;
}

.mobile .main_logo {
    z-index: 2;
    position: relative;
}

.mobile #nav_menu {
    z-index: -1;
    height: 0;
}

.mobile #menu_toggler_mbl {
    margin-left: 22px;
}

.mobile .sample #nav_menu {
    background-color: #F15A2C;
}

.mobile #menu_toggler {
    z-index: 2;
}

.mobile .menu-open #nav_menu {
    z-index: 1;
    height: 233px;
}

.mobile .theme-orange #nav_menu {
    background-color: #F15A2C;
}

.mobile .theme-black #nav_menu {
    background-color: #000000;
}

.mobile .theme-black #nav_menu .menu li a {
    color: #fff;
}

.mobile .theme-black #nav_menu .menu li {
    border-bottom: 1px solid rgba(255,255,255,.35);
}

.property-swiper .custom-arrow.swiper-button-next {
    justify-content: flex-start;
}

.property-swiper .custom-arrow.swiper-button-prev {
    justify-content: flex-end;
}

.mobile .theme-black.sample #nav_menu {
    background-color: #F15A2C !important;
}

.mobile .theme-black.sample #nav_menu .menu li a {
    color: #000000 !important;
}

.mobile .theme-black.sample #nav_menu .menu li {
    border-color: #000000 !important;
}

.mobile .theme-black #menu_toggler_mbl svg line {
    stroke: #F15A2C;
}

.mobile .copyrights_col span:last-child {
    width: 100%;
    display: block;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.f-button {
    background: transparent !important;
    opacity: 1 !important;
}

.fancybox__infobar {
    text-shadow: none !important;
}

.theme-white .fancybox__backdrop {
    background-color: #ffffff !important;
}

.theme-white .f-button {
    filter: invert(1) !important;
    color: #ffffff;
}

.theme-white .fancybox__infobar, .theme-white .fancybox__infobar * {
    color: #000;
    filter: none;
}

.theme-black .fancybox__backdrop {
    background-color: #000000 !important;
}

.theme-orange .fancybox__backdrop {
    background-color: #F15A2C !important;
}

.theme-orange .f-button {
    filter: invert(1) !important;
    color: #ffffff;
}

.theme-orange .fancybox__infobar, .theme-orange .fancybox__infobar * {
    color: #000;
    filter: none;
}

.theme-orange .f-button svg {
    stroke: #000000;
    filter: invert(1);
}

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

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

.theme-black .wpml-ls-legacy-list-horizontal a {
    color: #ffffff;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item, .wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    align-items: center;
}

.wpml-ls-first-item::after {
    content: "/";
    padding-left: 5px;
}

body.sample:not(.menu-open) #nav_menu a {
    pointer-events: none;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    .error-404 h1 {
        font-size: 200px;
        line-height: 280px;
    }

    h1 {
        font-size: 45px;
    }

    h1.mid {
        font-size: 16px;
        line-height: 22px;
    }

    h1.bigger {
        font-size: 48px;
        line-height: normal;
    }

    h2 {
        font-size: 17px;
    }

    .lang_switcher {
        font-size: 12px;
        line-height: normal;
    }

    sub, sup {
        font-size: 8px;
        line-height: normal;
    }

    h2.bigger {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    h3, h3 p {
        font-size: 11px;
        line-height: normal;
    }

    .croppedContent {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        width: auto;
        height: 17px;
    }

    .secondary_image {
        width: auto;
        height: 20px;
    }

    .me78 {
        margin-right: 4.063vw;
    }

    .svg_small {
        width: 20.125vw;
        height: 14.552vw;
    }

    .svg_holder svg {
        width: 20.125vw;
        height: 14.552vw;
    }

    .croppedContentBg {
        width: 376.12px;
    }

    .svg_anim_outer_wrapper {
        height: 220px;
    }

    #menu_toggler svg, #menu_toggler_mbl svg {
        width: 29.68px;
        height: 29.68px;
    }
    
    .home #masthead, .sample #masthead {
        padding-top: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

    body:not(.home):not(.sample) #masthead {
        padding-top: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_logo {
        width: 141.1px;
        height: 35.4px;
    }

    #nav_menu .menu li, #nav_menu_home .menu li {
        margin-right: 2.604vw;
    }

    #nav_menu .menu li a, #nav_menu_home .menu li a {
        font-size: 1.875vw;
        line-height: 2.625vw;
        letter-spacing: 0;
    }

    .croppedContentMain {
        padding-left: 20px;
        padding-right: 20px;
    }

    #colophon {
        padding-bottom: 15px;
    }

    .half_width_image {
        width: 100%;
        height: 46.9vw;
    }

    .property_img {
        width: 100%;
        height: 43vw;
    }

    .third_width_image {
        width: 100%;
        height: 62.583vw;
    }

    .full_width_image {
        width: 100%;
        height: 42.8vw;
    }

    .half_width_image.smaller_image {
        width: 42.8vw;
        height: 42.8vw;
    }

    .third_width_image.smaller_image {
        width: 30.833vw;
        height: 32.344vw;
    }

    .full_width_image.smaller_image {
        width: 100%;
        height: 29.23vw;
    }

    .image_grid {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .text_section {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .header_section {
        padding-top: 143px;
        margin-bottom: 26px;
    }

    .single-project #colophon {
        padding-top: 5.677vw;
    }

    .services #main, .projects #main, .property #main, .about #main {
        padding-top: 143px;
        padding-bottom: 70px;
    }

    .pb165 {
        padding-bottom: 8.594vw;
    }

    .services_row, .properties_wrapper .row {
        padding-bottom: 47px;
        margin-bottom: 47px;
    }

    .services_row h2 sup {
        margin-right: 6px;
    }

    .img_section {
        padding-top: 70px;
    }

    .img_section img {
        height: 51vw;
    }

    .header_full {
        margin-bottom: 76px;
        height: 209px;
    }

    .img_left {
        width: 90px;
        height: 115px;
    }

    .img_right {
        width: 103px;
        height: 67px;
    }

    .header_full h1.mid {
        width: 307px;
        padding-top: 60px;
    }

    .hover_box {
        padding-right: 8px;
        padding-left: 38px;
        padding-bottom: 3px;
    }

    .grid-sizer {
        width: calc(50% - 10.5px);
    }

    .grid-item {
        width: calc(50% - 10.5px);
        margin-bottom: 16px;
    }

    .theme-switcher label {
        width: 15px;
        height: 15px;
        margin-left: 16px;
    }

    .pagination_swiper {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .property-swiper .custom-arrow svg {
        width: 35px;
        height: auto;
    }

    .pagination_swiper .swiper-button-prev {
        margin-right: 30px;
    }

    .property_img.single_img {
        margin-bottom: 64px;
    }

    .error-404 img {
        width: 78.646vw;
        height: 45.128vw;
    }

    .back_btn {
        height: 39px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 8px;
        font-size: 15px;
    }

    .members_wrapper img {
        width: 177px;
        height: 177px;
    }

    .members_row {
        padding-bottom: 0;
    }

    .member_inner {
        width: 100%;
    }

    .text_section h3 p {
        max-width: 100%;
    }

    .main_menu_wrapper {
        height: 4.01vw;
        margin-bottom: 0.521vw;
    }

    .property-swiper .custom-arrow {
        width: 10.417vw;
    }

    .property-swiper .custom-arrow {
        height: 24px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .wpml-ls-first-item::after {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .error-404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
    }

    h1 {
        font-size: 3.385vw;
    }

    h1.mid {
        font-size: 5vw;
        line-height: 5.4vw;
    }

    h1.bigger {
        font-size: 6.667vw;
        line-height: 8vw;
    }

    h2 {
        font-size: 1.823vw;
    }

    sub, sup, .lang_switcher {
        font-size: 0.833vw;
        line-height: 1.167vw;
    }

    .fancybox__infobar * {
        font-size: max(0.833vw, 12px);
        line-height: 1.167vw;
    }

    .fancybox__infobar {
        font-size: max(0.833vw, 12px) !important;
        line-height: 1.167vw !important;
    }

    h2.bigger {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: 0px;
    }

    h3, h3 p {
        font-size: 1.25vw;
        line-height: 1.75vw;
    }

    .croppedContent {
        padding-top: 3.75vw;
        padding-bottom: 2.396vw;
        padding-left: 4.323vw;
        padding-right: 3.958vw;
    }

    .logo {
        width: 15.102vw;
        height: 2.138vw;
    }

    .secondary_image {
        width: 23.49vw;
        height: 2.699vw;
    }

    .me78 {
        margin-right: 4.063vw;
    }

    .svg_small {
        width: 13.125vw;
        height: 7.552vw;
    }

    .svg_holder svg {
        width: 13.125vw;
        height: 7.552vw;
    }

    .croppedContentBg {
        width: 61.042vw;
    }

    .svg_anim_outer_wrapper {
        height: 35.781vw;
    }

    #menu_toggler svg, #menu_toggler_mbl svg {
        width: 3.454vw;
        height: 3.454vw;
    }

    .home #masthead, .sample #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 3.994vw;
    }

    body:not(.home):not(.sample) #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 3.878vw;
    }

    .main_logo {
        width: 15.984vw;
        height: 4.01vw;
    }

    #nav_menu .menu li, #nav_menu_home .menu li {
        margin-right: 2.604vw;
    }

    #nav_menu .menu li a, #nav_menu_home .menu li a {
        font-size: 1.875vw;
        line-height: 2.625vw;
        letter-spacing: 0;
    }

    .croppedContentMain {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    #colophon {
        padding-bottom: 1.354vw;
    }

    .half_width_image {
        width: 46.719vw;
        height: 51.406vw;
    }

    .property_img {
        width: 30.781vw;
        height: 30.781vw;
    }

    .third_width_image {
        width: 30.833vw;
        height: 44.583vw;
    }

    .full_width_image {
        width: 94.583vw;
        height: 44.688vw;
    }

    .half_width_image.smaller_image {
        width: 46.719vw;
        height: 32.344vw;
    }

    .third_width_image.smaller_image {
        width: 30.833vw;
        height: 32.344vw;
    }

    .full_width_image.smaller_image {
        width: 94.583vw;
        height: 31.042vw;
    }

    .image_grid {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    .text_section {
        margin-top: 7.292vw;
        margin-bottom: 7.292vw;
    }

    .header_section {
        padding-top: 24.063vw;
        margin-bottom: 5.208vw;
    }

    .single-project #colophon {
        padding-top: 5.677vw;
    }

    .services #main, .projects #main, .property #main, .about #main {
        padding-top: 24.115vw;
        padding-bottom: 15.521vw;
    }

    .pb165 {
        padding-bottom: 8.594vw;
    }

    .services_row, .properties_wrapper .row {
        padding-bottom: 5.729vw;
        margin-bottom: 5.729vw;
    }

    .services_row h2 sup {
        margin-right: 0.885vw;
    }

    .img_section {
        padding-top: 24.271vw;
    }

    .img_section img {
        height: 53.385vw;
    }

    .header_full {
        margin-bottom: 18.854vw;
        height: 38.906vw;
    }

    .img_left {
        width: 19.479vw;
        height: 24.688vw;
    }

    .img_right {
        width: 24.167vw;
        height: 15.573vw;
    }

    .header_full h1.mid {
        width: 78.125vw;
        padding-top: 8.594vw;
    }

    .hover_box {
        padding-right: 1.979vw;
        padding-left: 10.417vw;
        padding-bottom: 0.781vw;
    }

    .grid-sizer {
        width: calc(50% - 0.547vw);
    }

    .grid-item {
        width: calc(50% - 0.547vw);
        margin-bottom: 1.094vw;
    }

    .theme-switcher label {
        width: 0.677vw;
        height: 0.677vw;
        margin-left: 0.729vw;
    }

    .pagination_swiper {
        padding-top: 2.083vw;
        padding-bottom: 3.646vw;
    }

    .property-swiper .custom-arrow svg {
        width: 4.167vw;
        height: 0.625vw;
    }

    .pagination_swiper .swiper-button-prev {
        margin-right: 3.906vw;
    }

    .property_img.single_img {
        margin-bottom: 8.021vw;
    }

    .error-404 img {
        width: 78.646vw;
        height: 45.128vw;
    }

    .back_btn {
        height: 2.031vw;
        padding-left: 0.625vw;
        padding-right: 0.625vw;
        border-radius: 0.417vw;
        font-size: 0.781vw;
        bottom: 2.865vw;
    }
    
    .members_wrapper img {
        width: 14.896vw;
        height: 14.896vw;
    }

    .members_row {
        padding-bottom: 7.292vw;
    }

    .member_inner {
        width: 42.031vw;
    }

    .text_section h3 p {
        max-width: 62.5vw;
    }

    .main_menu_wrapper {
        height: 4.01vw;
        margin-bottom: 0.521vw;
    }

    .theme-switcher {
        width: 3.554vw;
    }

    .property-swiper .custom-arrow {
        width: 10.417vw;
    }

    .property-swiper .custom-arrow {
        height: 2.292vw;
    }

    .f-button svg {
        width: 2.083vw !important;
        height: 2.083vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 0.885vw !important;
    }

    .wpml-ls-first-item::after {
        padding-top: 0.26vw;
        padding-bottom: 0.26vw;
    }
}

@media (min-width: 1920px) {
    .error-404 h1 {
        font-size: 200px;
        line-height: 280px;
    }

    h1 {
        font-size: 65px;
    }

    h1.mid {
        font-size: 96px;
        line-height: 103.68px;
    }

    h1.bigger {
        font-size: 128px;
        line-height: 153.6px;
    }

    h2 {
        font-size: 35px;
    }

    sub, sup, .lang_switcher, .fancybox__infobar * {
        font-size: 16px;
        line-height: 22.4px;
    }

    .fancybox__infobar {
        font-size: 16px !important;
        line-height: 22.4px !important;
    }

    h2.bigger {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: 0px;
    }

    h3, h3 p {
        font-size: 24px;
        line-height: 33.6px;
    }

    .croppedContent {
        padding-top: 72px;
        padding-bottom: 46px;
        padding-left: 83px;
        padding-right: 76px;
    }

    .logo {
        width: 289.96px;
        height: 41.05px;
    }

    .secondary_image {
        width: 451px;
        height: 51.82px;
    }

    .me78 {
        margin-right: 78px;
    }

    .svg_small {
        width: 252px;
        height: 145px;
    }

    .svg_holder svg {
        width: 252px;
        height: 145px;
    }

    .croppedContentBg {
        width: 1172px;
    }

    .svg_anim_outer_wrapper {
        height: 687px;
    }

    #menu_toggler svg, #menu_toggler_mbl svg {
        width: 66.32px;
        height: 66.32px;
    }

    .home #masthead, .sample #masthead {
        padding-top: 32px;
        padding-left: 52px;
        padding-right: 76.68px;
    }

    body:not(.home):not(.sample) #masthead {
        padding-top: 32px;
        padding-left: 52px;
        padding-right: 74.45px;
    }

    .main_logo {
        width: 306.9px;
        height: 77px;
    }

    #nav_menu .menu li, #nav_menu_home .menu li {
        margin-right: 50px;
    }

    #nav_menu .menu li a, #nav_menu_home .menu li a {
        font-size: 36px;
        line-height: 50.4px;
        letter-spacing: 0px;
    }

    .croppedContentMain {
        padding-left: 52px;
        padding-right: 52px;
    }

    #colophon {
        padding-bottom: 26px;
    }

    .half_width_image {
        width: 897px;
        height: 987px;
    }

    .property_img {
        width: 591px;
        height: 591px;
    }

    .third_width_image {
        width: 592px;
        height: 856px;
    }

    .full_width_image {
        width: 1816px;
        height: 858px;
    }

    .half_width_image.smaller_image {
        width: 897px;
        height: 621px;
    }

    .third_width_image.smaller_image {
        width: 592px;
        height: 621px;
    }

    .full_width_image.smaller_image {
        width: 1816px;
        height: 596px;
    }

    .image_grid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .text_section {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .header_section {
        padding-top: 462px;
        margin-bottom: 100px;
    }

    .single-project #colophon {
        padding-top: 109px;
    }

    .services #main, .projects #main, .property #main, .about #main {
        padding-top: 463px;
        padding-bottom: 298px;
    }

    .pb165 {
        padding-bottom: 165px;
    }

    .services_row, .properties_wrapper .row {
        padding-bottom: 110px;
        margin-bottom: 110px;
    }

    .services_row h2 sup {
        margin-right: 17px;
    }

    .img_section {
        padding-top: 466px;
    }

    .img_section img {
        height: 1025px;
    }

    .header_full {
        margin-bottom: 362px;
        height: 747px;
    }

    .img_left {
        width: 374px;
        height: 474px;
    }

    .img_right {
        width: 464px;
        height: 299px;
    }

    .header_full h1.mid {
        width: 1500px;
        padding-top: 165px;
    }

    .hover_box {
        padding-right: 38px;
        padding-left: 200px;
        padding-bottom: 15px;
    }

    .grid-sizer {
        width: calc(50% - 10.5px);
    }

    .grid-item {
        width: calc(50% - 10.5px);
        margin-bottom: 21px;
    }

    .theme-switcher label {
        width: 13px;
        height: 13px;
        margin-left: 14px;
    }

    .pagination_swiper {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .property-swiper .custom-arrow svg {
        width: 80px;
        height: 12px;
    }

    .pagination_swiper .swiper-button-prev {
        margin-right: 75px;
    }

    .property_img.single_img {
        margin-bottom: 154px;
    }

    .error-404 img {
        width: 1510px;
        height: 866.46px;
    }

    .back_btn {
        height: 39px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 8px;
        font-size: 15px;
        bottom: 55px;
    }

    .members_wrapper img {
        width: 286px;
        height: 286px;
    }

    .members_row {
        padding-bottom: 140px;
    }

    .member_inner {
        width: 807px;
    }

    .text_section h3 p {
        max-width: 1200px;
    }

    .main_menu_wrapper {
        height: 77px;
        margin-bottom: 10px;
    }

    .theme-switcher {
        width: 68.1768px;
    }

    .property-swiper .custom-arrow {
        width: 200px;
    }

    .property-swiper .custom-arrow {
        height: 44px;
    }

    .f-button svg {
        width: 40px !important;
        height: 40px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 17px !important;
    }

    .wpml-ls-first-item::after {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1921px) {
    .error-404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
    }

    h1 {
        font-size: 3.385vw;
    }

    h1.mid {
        font-size: 5vw;
        line-height: 5.4vw;
    }

    h1.bigger {
        font-size: 6.667vw;
        line-height: 8vw;
    }

    h2 {
        font-size: 1.823vw;
    }

    sub, sup, .lang_switcher, .fancybox__infobar * {
        font-size: 0.833vw;
        line-height: 1.167vw;
    }

    .fancybox__infobar {
        font-size: 0.833vw !important;
        line-height: 1.167vw !important;
    }

    h2.bigger {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: 0px;
    }

    h3, h3 p {
        font-size: 1.25vw;
        line-height: 1.75vw;
    }

    .croppedContent {
        padding-top: 3.75vw;
        padding-bottom: 2.396vw;
        padding-left: 4.323vw;
        padding-right: 3.958vw;
    }

    .logo {
        width: 15.102vw;
        height: 2.138vw;
    }

    .secondary_image {
        width: 23.49vw;
        height: 2.699vw;
    }

    .me78 {
        margin-right: 4.063vw;
    }

    .svg_small {
        width: 13.125vw;
        height: 7.552vw;
    }

    .svg_holder svg {
        width: 13.125vw;
        height: 7.552vw;
    }

    .croppedContentBg {
        width: 61.042vw;
    }

    .svg_anim_outer_wrapper {
        height: 35.781vw;
    }

    #menu_toggler svg, #menu_toggler_mbl svg {
        width: 3.454vw;
        height: 3.454vw;
    }

    .home #masthead, .sample #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 3.994vw;
    }

    body:not(.home):not(.sample) #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 3.878vw;
    }

    .main_logo {
        width: 15.984vw;
        height: 4.01vw;
    }

    #nav_menu .menu li, #nav_menu_home .menu li {
        margin-right: 2.604vw;
    }

    #nav_menu .menu li a, #nav_menu_home .menu li a {
        font-size: 1.875vw;
        line-height: 2.625vw;
        letter-spacing: 0;
    }

    .croppedContentMain {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    #colophon {
        padding-bottom: 1.354vw;
    }

    .half_width_image {
        width: 46.719vw;
        height: 51.406vw;
    }

    .property_img {
        width: 30.781vw;
        height: 30.781vw;
    }

    .third_width_image {
        width: 30.833vw;
        height: 44.583vw;
    }

    .full_width_image {
        width: 94.583vw;
        height: 44.688vw;
    }

    .half_width_image.smaller_image {
        width: 46.719vw;
        height: 32.344vw;
    }

    .third_width_image.smaller_image {
        width: 30.833vw;
        height: 32.344vw;
    }

    .full_width_image.smaller_image {
        width: 94.583vw;
        height: 31.042vw;
    }

    .image_grid {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    .text_section {
        margin-top: 7.292vw;
        margin-bottom: 7.292vw;
    }

    .header_section {
        padding-top: 24.063vw;
        margin-bottom: 5.208vw;
    }

    .single-project #colophon {
        padding-top: 5.677vw;
    }

    .services #main, .projects #main, .property #main, .about #main {
        padding-top: 24.115vw;
        padding-bottom: 15.521vw;
    }

    .pb165 {
        padding-bottom: 8.594vw;
    }

    .services_row, .properties_wrapper .row {
        padding-bottom: 5.729vw;
        margin-bottom: 5.729vw;
    }

    .services_row h2 sup {
        margin-right: 0.885vw;
    }

    .img_section {
        padding-top: 24.271vw;
    }

    .img_section img {
        height: 53.385vw;
    }

    .header_full {
        margin-bottom: 18.854vw;
        height: 38.906vw;
    }

    .img_left {
        width: 19.479vw;
        height: 24.688vw;
    }

    .img_right {
        width: 24.167vw;
        height: 15.573vw;
    }

    .header_full h1.mid {
        width: 78.125vw;
        padding-top: 8.594vw;
    }

    .hover_box {
        padding-right: 1.979vw;
        padding-left: 10.417vw;
        padding-bottom: 0.781vw;
    }

    .grid-sizer {
        width: calc(50% - 0.547vw);
    }

    .grid-item {
        width: calc(50% - 0.547vw);
        margin-bottom: 1.094vw;
    }

    .theme-switcher label {
        width: 0.677vw;
        height: 0.677vw;
        margin-left: 0.729vw;
    }

    .pagination_swiper {
        padding-top: 2.083vw;
        padding-bottom: 3.646vw;
    }

    .property-swiper .custom-arrow svg {
        width: 4.167vw;
        height: 0.625vw;
    }

    .pagination_swiper .swiper-button-prev {
        margin-right: 3.906vw;
    }
    
    .property_img.single_img {
        margin-bottom: 8.021vw;
    }

    .error-404 img {
        width: 78.646vw;
        height: 45.128vw;
    }

    .back_btn {
        height: 2.031vw;
        padding-left: 0.625vw;
        padding-right: 0.625vw;
        border-radius: 0.417vw;
        font-size: 0.781vw;
        bottom: 2.865vw;
    }

    .members_wrapper img {
        width: 14.896vw;
        height: 14.896vw;
    }

    .members_row {
        padding-bottom: 7.292vw;
    }

    .member_inner {
        width: 42.031vw;
    }

    .text_section h3 p {
        max-width: 62.5vw;
    }

    .main_menu_wrapper {
        height: 4.01vw;
        margin-bottom: 0.521vw;
    }

    .theme-switcher {
        width: 3.554vw;
    }

    .property-swiper .custom-arrow {
        width: 10.417vw;
    }

    .property-swiper .custom-arrow {
        height: 2.292vw;
    }

    .f-button svg {
        width: 2.083vw !important;
        height: 2.083vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 0.885vw !important;
    }
    
    .wpml-ls-first-item::after {
        padding-top: 0.26vw;
        padding-bottom: 0.26vw;
    }
}