/*!
Theme Name: nailedit
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: Geologica-Thin;
	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;
}

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

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

@font-face {
    font-family: Arpona-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nailedit/fonts/Arpona/Arpona-Light.otf") format("opentype");
}
.Arpona-Light{
	font-family:Arpona-Light;
}

@font-face {
    font-family: Arpona-ExtraLight;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nailedit/fonts/Arpona/Arpona-Thin.otf") format("opentype");
}
.Arpona-ExtraLight{
	font-family:Arpona-ExtraLight;
}

@font-face {
    font-family: Geologica-Thin;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nailedit/fonts/Geologica/Geologica_Auto-Thin.ttf") format("opentype");
}
.Geologica-Thin{
	font-family:Geologica-Thin;
}

@font-face {
    font-family: Geologica-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nailedit/fonts/Geologica/Geologica_Auto-Light.ttf") format("opentype");
}
.Geologica-Light{
	font-family:Geologica-Light;
}

@font-face {
    font-family: Geologica-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nailedit/fonts/Geologica/Geologica_Auto-Medium.ttf") format("opentype");
}
.Geologica-Medium{
	font-family:Geologica-Medium;
}
/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


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

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.beigeFontColor {
	color: #EEEBE8;
}

.beigeBackgroundColor {
	background-color: #EEEBE8;
}

.grayFontColor {
	color: #797979;
}

.grayBackgroundColor {
	background-color: #797979;
}

.darkGrayFontColor {
	color: #464646;
}

.darkGrayBackgroundColor {
	background-color: #464646;
}

.lighterBlackFontColor {
	color: #1F1F1F;
}

.lighterBlackBackgroundColor {
	background-color: #1F1F1F;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

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


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

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
}

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

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

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

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


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

@keyframes marquee {
	0% { left: 105dvw; }
    100% { left: -1803px; }
}

@-moz-keyframes marquee {
    0% { left: 105dvw; }
    100% { left: -1803px; }
}

@-webkit-keyframes marquee {
    0% { left: 105dvw; }
    100% { left: -1803px; }
}

#about_marquee p,
#marquee_big p {
    position: absolute;
    margin: 0;
    white-space: nowrap;
    animation: marquee 28s linear infinite;
}

#about_marquee,
#marquee_big {
    position: relative;
    overflow: hidden;
}

.desktop .working-cols > .working-column:nth-child(3) .day {
	min-width: 175px;
}

.services-section-2 .services .title-container {
    padding-top: 153px;
}

.mobile .working-cols {
    padding-bottom: 0;
    padding-top: 18px;
}

.mobile .multiple-rows {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 97px;
    padding-top: 85px;
    margin-top: 0;
}

.mobile .day {
    min-width: 166px;
}

.mobile .working-hours {
	padding-top: 90px;
}

.services-section-2 {
	padding-bottom: 270px;
}

.services-section-3 {
	padding-bottom: 192px;
}

.services-section-3 .title-container {
    padding-top: 260px !important;
}

#about_marquee > *,
#marquee_big > * {
	letter-spacing: 7px;
	text-transform: uppercase;
	font-family: 'Arpona-Light';
}

.about-third-section .services-title {
	margin-right: auto;
}

.mega-menu-item a,
#colophon > * {
	font-family: 'Geologica-Light' !important;
}

.home-fourth-section {
	padding-top: 230px;
	padding-bottom: 122px;
}

.transparent {
	color: transparent !important;
}

.services-title h1 {
	line-height: 0.8;
}

.services-title {
	margin-left: auto;
	width: fit-content;
}

.home .left-main-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.right-main-title {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10.5vh;
    padding-left: 6.5vw;
	padding-right: 4vw;
}

.about-third-section > * {
	text-align: center;
}

.services-title {
	margin-bottom: 62px;
}

.all-services-link {
	width: 269px;
	height: 123px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
	border: 2px solid #EEEBE8;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}

#price-list .services-title h1 {
    line-height: 1.2;
}

#price-list .services-title > h1:first-child {
	padding-left: 3.2vw;
}

#price-list .services-title {
	padding-right: 13.9%;
}

.price-img-title {
	position: relative;
}

#price-list .smallerCroppedContent {
	padding-top: 170px;
}

.services .single-mask-border:hover .single-service-mask {
	transform: scale(1.13);
	transition: .5s;
}

.services .single-mask-border .single-service-mask {
	transform: scale(1.015);
	transition: .5s;
}

.desktop .gallery .gallery-title h1 {
	position: fixed;
    left: 0;
    right: 0;
}

.catalog-image {
    position: absolute;
    left: -2.7vw;
    top: 2.8vw;
    height: 95%;
    right: 0;
    margin: auto;
}

.home .home-fourth-section .services-title {
	margin-right: auto;
}

#price-list .all-services-link {
	border: 2px solid #1F1F1F;
	margin-top: 145px;
}

#price-list .all-services-link p {
	padding-top: 5px;
}

#price-list {
	padding-bottom: 190px;
}

.all-services-link p {
	height: fit-content;
}

.about-third-section {
    padding-top: 215px;
    padding-bottom: 140px;
}

.single-service {
	text-align: center;
	text-decoration: none;
}

.desktop .about-first-section h1 {
	padding-top: 25vh;
}

.single-image img {
    width: 22.5vw;
	height: 15.7vw;
	object-fit: cover;
	border-radius: 50%;
}

.left-text-content {
	padding-top: 144px;
    padding-bottom: 209px;
	padding-right: 4%;
}

.right-text-content {
	padding-left: 10%;
}

.three-images {
	margin-top: 114px;
}

.about #main .croppedContent {
    width: 78%;
}

.three-images {
	justify-content: space-between;
}

.home #marquee_big,
.about #marquee_big {
	display: none !important;
}

#masthead {
	position: absolute;
	width: 100%;
}

#mega-menu-wrap-menu-1 {
	width: 77px;
}

.mobile .lang_switcher {
	opacity: 0 !important;
	z-index: -1 !important;
	min-width: 100px;
	position: absolute;
	left: calc(8vw + 55px);
	top: 19px;
}

.desktop .lang_switcher_mobile {
	display: none !important;
}

.mobile .lang_switcher_header {
	display: none !important;
}

.mobile .wpml-ls-legacy-list-horizontal a {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
}

.desktop .contact .lang_switcher span,
.desktop .gallery .lang_switcher span,
.desktop .about .lang_switcher span {
	color: black;
}

.desktop.mega-menu-menu-1-off-canvas-open .lang_switcher span {
	color: #EEEBE8 !important;
}

.mobile #mega-menu-wrap-menu-1 {
    width: 50px;
}

.mobile.mega-menu-menu-1-off-canvas-open .lang_switcher {
	opacity: 1 !important;
	z-index: 99 !important;
}

.mobile .lang_switcher span {
    font-size: 17px;
}

.mobile .lang_switcher {
    margin-left: 0;
}

.lang_switcher {
	margin-left: 4vw;
	z-index: 9;
	position: relative;
}

#site-navigation {
	display: flex;
}

.lang_switcher span {
	text-transform: uppercase;
	color: #EEEBE8;
	font-family: 'Geologica-Light';
}

.multiple-lines {
	width: 100%;
}

.multiple-rows {
	width: 41.4vw;
    margin-left: auto;
    margin-right: auto;
	margin-top: 41px;
	padding-bottom: 285px;
}

.desktop .multiple-rows {
	max-width: 795px;
}

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

#kuka-custom-cookies-unique-cookie-settings-btn-action {
	display: none !important;
}

.desktop .social-media .footer-link {
	padding-left: 29px;
	padding-top: 10px;
}

.mobile .social-media {
	order: -1;
	display: flex;
    justify-content: center;
}

.mobile .address {
	padding-top: 65px;
	padding-bottom: 56px;
}

.mobile #colophon {
    padding-top: 87px;
    padding-bottom: 94px;
}

.mobile .social-media .footer-link {
	margin-left: 8px;
	margin-right: 8px;
}

.desktop .right-gallery-image-2 {
	margin-top: 320px !important;
	margin-bottom: -140px !important;
}

.desktop .right-gallery-image-4 {
	margin-top: 95px !important;
	margin-bottom: -200px !important;
}

.desktop .left-gallery-image-1 {
	margin-top: 100px !important;
	margin-bottom: -130px !important;
}

.desktop .left-gallery-image-3 {
	margin-top: 200px !important;
	margin-bottom: -150px !important;
}

.desktop .left-gallery-image-6 {
	margin-top: 230px !important;
	margin-bottom: -50px !important;
}

.mobile .address-contact p {
	text-align: center;
}

.mobile .phone-email {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#about_marquee,
#marquee_big {
	padding-top: 26px;
	height: 83.25px;
}

.mobile #about_marquee,
.mobile #marquee_big {
	padding-top: 23px;
	height: 67px;
}

.mobile #about_marquee p,
.mobile #marquee_big p {
	font-size: 19px;
}

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

.desktop .second-service {
	padding-top: 442px;
}

.desktop .third-service {
	padding-top: 106px;
}

.mobile .home .first-service a,
.mobile .home .second-service a,
.mobile .home .third-service a {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile .home .first-service .service_mask_overlay {
	width: fit-content;
}

.mobile .home #services .services-title {
    padding-top: 55px;
    margin-bottom: 0;
}

.mobile .home .service_mask_1 {
	max-height: unset !important;
    width: 53.2vw !important;
    height: 66vw !important;
	object-fit: cover;
}

.mobile .home .service_mask_2 {
	max-height: unset !important;
    width: 46.2vw !important;
    height: 64vw !important;
	object-fit: cover;
}

.mobile .first-service.service-box .service-box-title {
    padding-bottom: 25px;
    padding-top: 8px;
}

.mobile .second-service.service-box .service-box-title {
    padding-bottom: 25px;
    padding-top: 67px;
}

.mobile .home .service-info {
	padding-left: 5.5%;
	padding-right: 5.5%;
}

.mobile .home .service-box p {
	font-size: 19px !important;
}

.mobile .third-service.service-box .service-box-title {
    padding-bottom: 25px;
    padding-top: 67px;
}

.mobile .home #services {
    padding-bottom: 120px;
}

.mobile .home #services .all-services-link {
	width: 217px;
	height: 99px;
	margin-top: 130px;
}

.mobile .second-service.service-box {
	margin-bottom: 122px;
}

.mobile .home #about_marquee {
	margin-top: -2px;
}

.mobile .first-service.service-box {
	margin-bottom: 122px;
}

.mobile .home .service_mask_3 {
	max-height: unset !important;
    width: 75.4vw !important;
    height: 58vw !important;
    object-fit: cover;
}

.home #services .services-title {
	padding-top: 210px;
    padding-right: 17%;
    margin-bottom: -25.5vw;
    margin-right: auto;
}

.home #services a {
	text-decoration: none;
}

.desktop .second-service {
	margin-left: 28px;
    margin-right: -29px;
}

#services .all-services-link {
	margin-top: 202px; 
}

.first-service .service-info {
	margin-top: 62px;
}

.home #services {
	padding-bottom: 145px;
}

.desktop .third-service .service_mask_3 {
	margin-left: 7.1%;
}

.desktop .third-service .service-info {
	padding-left: 28%;
	margin-top: -25px;
	min-width: 262px;
}

.desktop .first-service .service-info p {
	padding-left: 16%;
	padding-right: 13%;
}

.desktop .second-service .service-info {
	padding-top: 53px;
	padding-left: 16%;
    padding-right: 2%;
}

.desktop .first-service .service-info {
	margin-right: -5vw;
}

.address-phone {
	min-height: calc(100vh - 62px);
}

.contact-description a {
	color: black;
	text-decoration: none;
}

.working-hours {
	padding-top: 205px;
    text-align: center;
}

.day {
	text-align: left;
	min-width: 149px;
}

.working-cols {
	padding-bottom: 200px;
    padding-top: 34px;
}

/* gallery masks */
.left-gallery-image-1 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-1.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 27.5vw;
    /* object-fit: contain; */
    -webkit-mask-size: contain;
    width: 22vw !important;
	object-fit: cover;


	object-position: bottom;
	transition: object-position 0.3s ease-out;
	
}

.left-gallery-image-2 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-2.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 29.3vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 50vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.left-gallery-image-5 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-2.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 29vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 30vw !important;
	object-fit: cover;
	object-position: bottom;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.right-gallery-image-1 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-4.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-4.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 13vw;
	margin-top: 3.5vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 22.8vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.left-gallery-image-4 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-4.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-4.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 16vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 26.3vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.right-gallery-image-5,
.right-gallery-image-2 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-3.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-3.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 21vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 30vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.left-gallery-image-3,
.left-gallery-image-6 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-3.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-3.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 38vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    /* width: 38.3vw !important; */
	width: 48.3vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.right-gallery-image-3 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/right-mask.svg);
    mask-image: url(/wp-content/themes/nailedit/images/right-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 31vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    /* width: 33vw !important; */
	width: 26vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.right-gallery-image-6 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/right-mask.svg);
    mask-image: url(/wp-content/themes/nailedit/images/right-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 31vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 27vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.right-gallery-image-4,
.left-gallery-image-7 {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-7.svg);
    mask-image: url(/wp-content/themes/nailedit/images/gallery-mask-7.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    /* height: 32vw; */
    object-fit: contain;
    -webkit-mask-size: contain;
    /* width: 48vw !important; */
	/* width: 53vw; */
	object-fit: cover;

	height: 32vw;
    width: 33vw !important;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

.top-gallery-mask {
	-webkit-mask-image: url(/wp-content/themes/nailedit/images/main-gallery-mask.svg);
    mask-image: url(/wp-content/themes/nailedit/images/main-gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 38vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 61vw !important;
	object-fit: cover;

	object-position: bottom;
	transition: object-position 0.3s ease-out;
}

/* end gallery masks */

.desktop .left-gallery-image-1 {
	margin-left: 11vw;
}

.desktop .right-gallery-image-3 {
	margin-left: 17vw;
	margin-top: 9vw;
}

.desktop .right-gallery-image-1 {
	margin-left: 14.5vw;
	margin-top: 6.4vw;
}

.desktop .right-gallery-image-2 {
	margin-top: 5vw;
	width: 37vw !important;
	margin-left: 2.5vw;
}

.desktop .right-gallery-image-5 {
	margin-left: 0;
	margin-top: 7.7vw;
}

.desktop .right-gallery-image-6 {
	margin-left: 13vw;
	margin-top: 6vw;
}

.about .about-first-section h1 {
	text-align: center;
}

.desktop .right-gallery-image-4 {
	margin-left: 4.5vw;
    margin-top: 1vw;
}

.desktop .left-gallery-image-6 {
	/* margin-left: 8vw; */
	margin-left: 3vw;
	margin-top: 9.8vw;
	height: 27vw;
	margin-bottom: 5.2vw;
}

.desktop .left-gallery-image-7 {
	margin-left: 13.3vw;
	margin-top: -2.5vw;
	width: 58vw !important;
}

.desktop .gallery {
	max-width: 100vw;
	overflow-x: hidden;
}

.desktop .left-gallery-image-5 {
	margin-left: 15vw;
	margin-top: 1.8vw;
}

.desktop .left-gallery-image-4 {
	margin-left: 5.8vw;
	margin-top: 2vw;
}

.desktop .right-gallery-image-5 {
	object-position: bottom;
}

.desktop .right-gallery-image-4 {
	object-position: top;
}

.desktop .left-gallery-image-3 {
	margin-left: 17vw;
	margin-top: 3.9vw;
	height: 27vw;
}

.desktop .left-gallery-image-2 {
	margin-left: 1.5vw;
	margin-top: 5vw;
	margin-bottom: -3.7vw;
}

.gallery-images {
	padding-bottom: 230px;
}

.desktop .left-gallery-image-7 {
	margin-bottom: -2vw;
}

.desktop .right-gallery-image-6 {
	margin-bottom: 23.6vw;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 30px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.mobile .fadeInUp {
	transform: translate(0px, 30px);
}

.fadeInUp {
	opacity: 0;
	transform: translate(0px, 70px);
	transform: none;
	animation-fill-mode: backwards;
}


.desktop .top-gallery-mask {
	margin-top: -13.8vw;
    margin-left: 19.3vw;
	margin-bottom: -9.5vw;
}

.about_mask {
    -webkit-mask-image: url(/wp-content/themes/nailedit/images/about-mask.svg);
    mask-image: url(/wp-content/themes/nailedit/images/about-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 51vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 78vw !important;
}

.service_mask {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    max-height: 51vw;
    object-fit: contain;
    -webkit-mask-size: contain;
    width: 103% !important;
    height: auto;
}

.service_mask_1 {
    -webkit-mask-image: url(/wp-content/themes/nailedit/images/mask-1.svg);
    mask-image: url(/wp-content/themes/nailedit/images/mask-1.svg);
    width: 20vw !important;
    object-fit: cover;
    height: 24.5vw;
    margin-left: 3.5vw;
}

.service_mask_2 {
    -webkit-mask-image: url(/wp-content/themes/nailedit/images/mask-2.svg);
    mask-image: url(/wp-content/themes/nailedit/images/mask-2.svg);
	width: 17.5vw !important;
	margin-left: 4.5vw;
	height: 24vw;
	object-fit: cover;
}

.service_mask_3 {
    -webkit-mask-image: url(/wp-content/themes/nailedit/images/mask-3.svg);
    mask-image: url(/wp-content/themes/nailedit/images/mask-3.svg);
	width: 27vw !important;
	object-fit: cover;
    height: 21vw;
}

.home #services .services-title > h1:first-child {
	margin-left: -10px;
}

.about .main-image {
	margin-top: -15.5vw;
    margin-bottom: -7vw;
}

.error404 .all-services-link {
	border: 2px solid #1F1F1F;
	width: 212px;
	height: 87px;
	margin-top: 46px;
}

.mobile .catalog-image {
    object-fit: contain;
    max-width: 100%;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	width: 100vw !important;
	max-width: 100% !important;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	left: -100vw !important;
}

.mobile .home .services-title svg {
	width: 100%;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	left: 0 !important;
}

html:lang(el) .home .home-first-section h4 {
	font-family: Geologica-Thin !important;
}

.error404 .all-services-link:hover {
	background-color: #1F1F1F !important;
}

.error404 .all-services-link:hover p {
	color: #EEEBE8 !important;
}

.error404 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.error404 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.error404 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
.gallery #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.gallery #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.gallery #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
.about #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.about #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.about #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: black !important;
}

.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #EEEBE8 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 78px !important;
    height: 2px !important;
    background-color: #EEEBE8 !important;
    border-radius: 2px !important;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 48px !important;
    height: 2px !important;
    border-radius: 0 !important;
}

.wpml-ls-legacy-list-horizontal a {
	padding-left: 3.5px !important;
	padding-right: 3.5px !important;
}

#site-navigation {
	padding-left: 2.7vw;
    padding-top: 48px;
}

.mobile #site-navigation {
    padding-left: 8vw;
    padding-top: 21px;
}

.mobile .book-logo {
    padding-top: 28px;
	padding-right: 9vw;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	margin-left: 0;
	margin-right: 0;
}

.mobile #masthead .mega-menu-toggle {
    width: 61px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	top: 15px !important;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	top: 11.5px !important;
}

.mobile #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	top: 23px !important;
}

.mobile.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	top: 29px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	z-index: 9 !important;
}

.mega-menu-toggle {
	z-index: 99 !important;
	position: relative;
}

.main-items-container {
	display: -ms-flexbox;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	width: auto;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
}

.services-main-items-container {
	display: -ms-flexbox;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	width: auto;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
}

.desktop .services-main-items-container {
	padding-left: 4.9%;
	padding-right: 4.9%;
}

.services .single-service-mask {
	width: 100%;
	height: 15.7vw;
	object-fit: cover;
	transform: scale(1.015);
}

.services .single-mask-border {
	border-radius: 50%;
	overflow: hidden;
}

.single-service-info {
	padding-left: 7%;
	padding-right: 7%;
}

.services-section-1,
.services-section-2,
.services-section-3 {
	position: relative;
}

.services-section-3 .vertical-line {
	width: 2px; 
	height: 162px;
	background-color: #EEEBE8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mobile .services #pedicure-service {
    padding-top: 83px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 65px;
	max-width: 700px;
}

.mobile .services #manicure-service.title-container {
	padding-bottom: 47px;
	max-width: 734px;
}

.mobile .services-section-2 {
    padding-bottom: 120px;
}

.mobile .services-section-3 .title-container {
    padding-top: 107px !important;
	padding-bottom: 67px;
}

.mobile .bottom-vertical-line,
.mobile .top-vertical-line,
.mobile .vertical-line {
	height: 62px !important;
}

.mobile .services-section-1 {
    padding-bottom: 113px;
}

.services-section-1 .vertical-line {
	width: 2px; 
	height: 162px;
	background-color: #EEEBE8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.gallery-title h1 {
	text-align: center;
}

.gallery-title {
	padding-top: 248px;
}

.services-section-2 .top-vertical-line {
	width: 2px; 
	height: 162px;
	background-color: #797979;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.services-section-2 .bottom-vertical-line {
	width: 2px; 
	height: 162px;
	background-color: #797979;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.single-service-box-title {
    margin-bottom: 24px;
    margin-top: 76px;
}

.item-container {
	width: 33%;
	box-sizing: border-box;
}

.services-item-container {
	width: 33.3%;
	box-sizing: border-box;
	padding-left: 3.15%;
	padding-bottom: 184px;
	padding-right: 3.15%;
}

.services .main {
position: relative;
}

.services .read-more-check {
	display: none;
}

.services .read-more-label:before {
	top: .4rem;
	position: absolute;
	color: white;
	right: .5rem;
	font-size: 1rem;
	transform: rotate(180deg);
}

.services .read-more-check:checked ~ .read-more-label:before {
	top: .7rem;
	transform: rotate(0);
}

.services .read-more-label:after {
	content: 'περισσότερα';
}

html:lang(en-US) .services .read-more-label:after {
	content: 'show more';
}

.services .read-more-label img {
	opacity: 1;
	transition: .3s;
	width: 100%;
}

.services .read-more-check:checked ~ .read-more-label img {
	opacity: 0;
	transition: .4s;
}

.services-section-2 .all-services-link p {
	color: #797979 !important;
}

.services-section-2 .all-services-link {
	border: 2px solid #797979 !important;
}

.kuka-cookies-bar-options_exit:hover,
.services-section-2 .read-more-label {
	color: black !important;
}

.home .scroll-to {
    /* height: 100%; */
    position: relative;
    display: block;
    width: max-content;
}

.home .scroll-to:before {
    content: '';
    width: 3px;
    height: 6px;
    background: #000000;
    margin-left: -1.3px;
    top: 7.5px;
    border-radius: 3px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.home .scroll-to:before {
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: 0;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(18px);
        transform: translateY(18px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(18px);
        transform: translateY(18px)
    }
}

.services .read-more-check:checked ~ .read-more-label:after {
	content: 'λιγότερα';
}

html:lang(en-US) .services .read-more-check:checked ~ .read-more-label:after {
	content: 'show less';
}

.error404 .all-services-link p {
	padding-top: 2px;
}

.services .read-more-label {
	position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: -4rem;
    width: fit-content;
    bottom: 1rem;
    color: #EEEBE8;
    font-family: 'Geologica-Light';
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: bottom .5s linear 0s;
	font-size: 19px;
}

.services .read-more-check:checked ~ .read-more-label {
	bottom: 0;
}

.services .read-more {
	max-height: 0;
	display: block;
	overflow: hidden;
	transition: max-height .5s linear 0s;
}

.services .read-more-check:checked ~ .read-more {
	max-height: 1000px;
}

.services #main-logo,
#main-logo-white {
	display: none !important;
}

.services #main-logo-white {
	display: block !important;
}

.services .all-services-link {
	margin-top: -60px;
	padding-top: 3px;
	position: relative;
}

.footer-row a {
    background-image: linear-gradient(transparent 0%, transparent 90%, #ffffff 80%, #ffffff 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 49% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
    display: block;
    background-position-y: bottom !important;
}

.footer-row a:hover {
    background-size: 100% 49% !important;
    background-position-x: left !important;
}

.social-media a,
.social-media a:hover {
	background-image: none !important;
}

.phone-email > .footer-link {
	padding-bottom: 1px;
	margin-top: -1px;
}

.social-media a p {
	background-image: linear-gradient(transparent 0%, transparent 90%, #ffffff 80%, #ffffff 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 49% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
    display: block;
    background-position-y: bottom !important;
	padding-bottom: 1px;
}

.social-media a p:hover {
    background-size: 100% 49% !important;
    background-position-x: left !important;
}

.book-now a p,
.contact .contact-description a {
	background-image: linear-gradient(transparent 0%, transparent 90%, #000000 80%, #000000 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 51% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
    background-position-y: bottom !important;
}

.book-now a:hover p,
.contact .contact-description a:hover {
    background-size: 100% 51% !important;
    background-position-x: left !important;
}

.services .book-now a p {
	background-image: linear-gradient(transparent 0%, transparent 90%, #EEEBE8 80%, #EEEBE8 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 51% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
	color: #EEEBE8 !important;
    background-position-y: bottom !important;
}

.services .book-now a:hover p {
    background-size: 100% 51% !important;
    background-position-x: left !important;
}

.services .book-now > * {
	color: #EEEBE8 !important;
}

header .mega-menu-link {
	background-image: linear-gradient(transparent 0%, transparent 90%, #eeebe8 80%, #eeebe8 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 51% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
    background-position-y: bottom !important;
	width: fit-content !important;
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0 !important;
}

.desktop.mega-menu-menu-1-off-canvas-open .header-row,
.desktop.mega-menu-menu-1-off-canvas-open #main {
	padding-right: 9px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.1 !important;
	height: fit-content !important;
}

.mega-menu-link {
	padding-bottom: 1px !important;
}

header .mega-menu-link:hover {
    background-size: 100% 51% !important;
    background-position-x: left !important;
}

.services-section-1 {
	padding-bottom: 253px;
}

.services .title-container {
	display: flex;
	justify-content: center;
    padding-bottom: 20px;
	padding-top: 194px;
}

.services #manicure-service.title-container {
	padding-top: 0 !important;
}

.all-services-link:hover {
	background-color: #EEEBE8;
	transition: .3s;
}

.all-services-link:hover p {
	color: #797979;
	transition: .3s;
}

.desktop #services .all-services-link {
	margin-top: 0 !important;
}

.services .all-services-link p {
	padding-top: 5px;
}

.desktop .home .main-items-container.all-services {
	padding-top: 30px;
    margin-bottom: -100px;
}

.services-section-2 .all-services-link:hover {
	background-color: #797979;
	transition: .3s;
}

.services-section-2 .all-services-link:hover p {
	color: #EEEBE8 !important;
	transition: .3s;
}

.home #price-list .all-services-link:hover {
	background-color: #1F1F1F;
	transition: .3s;
}

.home #price-list .all-services-link:hover p {
	color: #EEEBE8;
	transition: .3s;
}

.home .home-fourth-section .all-services-link:hover {
	background-color: #EEEBE8;
	transition: .3s;
}

.home .home-fourth-section .all-services-link:hover p {
	color: #1F1F1F;
	transition: .3s;
}

.home-fourth-section .all-services-link p,
#price-list .all-services-link p {
	padding-top: 7px;
}

.services #main {
	padding-top: 194px;
}

.service-box p {
	text-align: center;
}

.service-box .service-box-title {
	padding-bottom: 22px;
	padding-top: 20px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	top: 30px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -28px, 0) rotate(-62deg);
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    transform: translate3d(0, 9px, 0) rotate(31deg);
}

.book-now a {
	color: black;
	text-decoration: none;
	padding-left: 16px;
}

.book-logo {
	padding-top: 58px;
}

.book-now {
	margin-top: 5px;
    margin-left: 18px;
}

.multiple-rows svg {
	width: 100%;
}

#masthead .mega-menu-toggle {
	width: 30px;
}

.book-logo {
	justify-content: space-between;
	padding-right: 3.25vw;
}

#mega-menu-menu-1 {
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-top: 22vh !important;
    padding-bottom: 15vh !important;
}

.mobile #mega-menu-menu-1 {
	padding-top: 20vh !important;
    padding-bottom: 17vh !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after,
#masthead .mega-toggle-blocks-left,
#masthead .mega-toggle-blocks-center {
	display: none !important;
}

.desktop .phone-email {
	padding-left: 31px;
}

#colophon {
	padding-top: 82px;
	padding-bottom: 83px;
}

.mobile .footer-row {
	flex-direction: column;
	display: flex;
}

#colophon a {
	text-decoration: none;
}

.smallerCroppedContent {
	width: 93.5%;
	margin-left: auto;
	margin-right: auto;
}

.single-gallery-image img {
	width: 100%;
}

#baguetteBox-overlay {
	background-color: rgba(214, 211, 208, 0.9) !important;
}

.mobile .gallery .title-container svg {
	width: 100%;
}

.mobile .gallery .title-container {
	padding-left: 6vw;
	padding-right: 6vw;
}

#next-button {
	right: calc(50vw - 57px) !important;
    bottom: 31px;
    top: unset !important;
	background-image: url('/wp-content/themes/nailedit/images/next-image.svg');
	background-color: transparent;
	display: block;
	width: 42px;
	height: 29px;
	background-position: center;
	background-repeat: no-repeat;
}

#previous-button svg,
#next-button svg {
	opacity: 0;
}

#previous-button {
	left: calc(50vw - 57px) !important;
    bottom: 30px;
    top: unset !important;
	background-image: url('/wp-content/themes/nailedit/images/next-image.svg');
	background-color: transparent;
	display: block;
	width: 42px;
	height: 29px;
	background-position: center;
	transform: rotate(180deg);
	background-repeat: no-repeat;
}

#close-button {
	display: none !important;
}

#baguetteBox-overlay .full-image img {
	max-height: 76vh !important;
	max-width: 90vw !important;
	object-fit: contain;
	box-shadow: none !important;
	border-radius: 27px;
	filter: drop-shadow(6px 6px 11.5px rgba(0,0,0,0.2)) !important;
}

.croppedContent {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.address-phone {
	padding-top: 207px;
	text-align: center;
}

.address-phone a {
	text-decoration: none;
}

.working-cols {
	justify-content: space-between;
}

.working-day {
	display: flex;
}

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

.footer-row {
	justify-content: space-between;
}

.mobile .working-column .bigger-p,
.mobile .service-box p,
.mobile .all-services-link p,
.mobile #colophon a,
.mobile #colophon p {
	font-size: 15px !important;
}

/* FONTS */
h1, h1 p {
	font-size: 86px;/**/
	line-height: 1.25;
}

h2, h2 p {
	font-size: 86px;/**/
	line-height: 1.25;
}

h3, h3 p {
	font-size: 59px;/**/
	line-height: 1;
}

h4, h4 p {
	font-size: 33px;/**/
	line-height: 1.25;
}

h5, h5 p {
	font-size: 30px;/**/
	line-height: 1.25;
}

h6, h6 p {
	font-size: 40px;
	line-height: 1.25;
}

.bigger-p {
	font-size: 25px;
	line-height: 1.25;
}

p {
	font-size: 19px;/**/
	line-height: 1.25;
}

.biger-h3 {
	font-size: 142px;
	line-height: 0.91;
	letter-spacing: 30px;
}

.right-main-title h4 {
	line-height: 1.17;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 30px !important;
}

.mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 28px !important;
}
/* END FONTS */

.mobile .main-logo img {
	width: 177px;
}

.mobile .header-row {
	display: flex;
	justify-content: space-between;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
	width: 65px !important;
}

.error-404 {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.error-404 h1 {
	padding-bottom: 39px;
    line-height: 0.7;
}

.error404 .page-content h6 {
	margin-bottom: 1.2vh !important;
}

.mobile .error404 .all-services-link {
    width: 187px;
    height: 71px;
    margin-top: 40px;
}

.mobile .error404 .page-content p {
	font-size: 15px;
}

.mobile .error-404 h1 {
    padding-bottom: 34px;
}

.mobile .error404 .page-content h6 {
    font-size: 32px;
    margin-bottom: 7px !important;
}

.mobile .address-phone {
    padding-top: 161px;
	min-height: 543px;
	padding-left: 5%;
	padding-right: 5%;
}

.mobile .working-column .bigger-p {
	line-height: 25px;
}

.gallery #marquee_big,
.gallery #colophon,
.contact #marquee_big,
.contact #colophon {
	position: relative;
}

.mobile .working-title {
	font-size: 19px;
	text-align: left;
}

.mobile .contact-us-title {
	font-size: 19px;
	line-height: 26px;
	text-align: left;
	padding-bottom: 20px;
}

.mobile .contact-us-description {
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}

.mobile .address-phone h1 {
	line-height: 106px;
	padding-top: 40px;
	padding-bottom: 80px;
}

.contact-us-title {
	padding-bottom: 40px; 
}

.mobile .croppedContent {
    width: 82%;
}

.mobile .address-phone div {
	font-size: 19px;
	line-height: 26px;
}

.services .services-item-container {
	width: 100%;
}

.mobile .services #main {
    padding-top: 143px;
}

.mobile .single-service-info {
    padding-left: 6%;
    padding-right: 6%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.mobile .services .single-service-mask {
    height: 40vw;
}

.mobile .services .single-mask-border {
    width: 58.2vw;
    margin-left: auto;
    margin-right: auto;
}

.mobile .services-item-container {
	padding-bottom: 96px;
}

.mobile .single-service-box-title {
    margin-bottom: 25px;
    margin-top: 51px;
}

.mobile .invisible-description {
	height: 48px;
}

.mobile .services .all-services-link {
    width: 217px;
    height: 99px;
	padding-top: 0;
	margin-top: 65px;
}

.mobile .services .read-more-label {
	margin-bottom: -4.5rem;
}

.mobile .services .read-more-label {
	font-size: 15px;
}

.mobile .services .services-section-2 .all-services-link {
	margin-top: 75px;
}

.mobile .services-section-3 {
    padding-bottom: 158px;
}

.mobile .about .services-item-container img {
	width: 61.7vw;
    height: 43vw;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mobile .about .main-image {
    margin-top: -15px;
}

.about {
	overflow-x: hidden;
}

.mobile .about .services-item-container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.mobile-about-description {
	margin-left: 16%;
    padding-bottom: 120px;
    padding-top: 77px;
    margin-right: 16%;
}

.mobile .about .service-box p {
    text-align: left;
}

.mobile .about #main .croppedContent {
    width: 82%;
}

.mobile #price-list .all-services-link {
	width: 217px;
    height: 99px;
	margin-top: 56.1vw;
}

.mobile #price-list .all-services-link p {
	padding-top: 3px !important;
}

.mobile #price-list .smallerCroppedContent {
    padding-top: 55px;
}

.mobile .home-fourth-section {
    padding-top: 67px;
    padding-bottom: 112px;
}

.mobile .catalog-image {
    position: absolute;
    left: -6.5vw;
    top: 25.2vw;
    height: 146.5%;
    right: 0;
    margin: auto;
}

.mobile #price-list .services-title {
	padding-right: 2.5vw;
}

.mobile .home #services .services-title {
	padding-right: 3.5vw;
}

.mobile .home-fourth-section .services-title {
	margin-left: 3vw;
    margin-right: 3vw;
}

.mobile .home-fourth-section .all-services-link {
	width: 217px;
    height: 99px;
}

.mobile .about .all-services-link {
    width: 217px;
    height: 99px;
}

.mobile .home #price-list {
    padding-bottom: 123px;
}

.mobile .about .services-gray-section {
    padding-top: 152px !important;
    margin-top: 0 !important;
    padding-bottom: 150px !important;
}

.mobile .about .services-gray-section .services-title {
	font-size: 19px;
	line-height: 26px;
	width: 250px;
	margin-bottom: 52px;
}

.about .all-services-link {
	text-transform: uppercase;
}

.mobile .about .all-services-link {
	margin-top: 120px;
}

.mobile .about .about_mask {
	height: 89vw;
	width: 100vw !important;
	margin-left: -3vw;
}

.mobile .about .title-container {
	width: 92.5% !important;
}

.mobile-about-description h5,
.mobile-about-description div {
	text-align: center;
}

.mobile-about-description h5 {
	padding-bottom: 60px;
	text-transform: uppercase;
}

.mobile .about .single-service-info {
	padding-left: 0;
	padding-right: 0;
	padding-top: 11px;
}

.mobile .about .title-container {
	padding-top: 111px;
}

.mobile .about .about-third-section {
    padding-top: 0;
    margin-top: -30px;
    padding-bottom: 130px;
}

.mobile .about .title-container svg {
	width: 100%;
}

.mobile .about .services-item-container {
    padding-bottom: 136px;
}

.mobile .about .single-service {
    margin-bottom: 38px;
    display: block;
}

.mobile .home #main-logo {
	display: none !important;
}

.mobile .home #main-logo-white {
	display: block !important;
	position: relative;
	z-index: 1;
}

.mobile .home .left-main-image img {
    margin-left: -1%;
    width: 102%;
	height: calc(100vh - 47px);
}

.mobile .home .home-main-title h4 {
	max-width: 600px;
}

.mobile .home .left-main-image,
.home {
	overflow-x: hidden;
}

.home-main-title {
	color: #F7F7F7 !important;
}

.home-blur {
	position: absolute;
    bottom: 0;
    left: 0;
}

.mobile .home .left-main-image {
	position: relative;
}

.mobile .home .home-main-title {
	position: absolute;
	bottom: 0;
	position: absolute;
    padding-left: 9%;
    bottom: 30px;
    padding-right: 9%;
	z-index: 1;
}

.mobile .home .item-container {
	width: 100%;
}

.mobile .home .service-info {
	max-width: 700px;
}

.desktop .home .home-fourth-section svg {
	width: 100%;
}

.desktop #price-list svg {
	width: 100%;
}

.desktop .home #services svg {
	width: 100%;
}

.mobile .gallery .slick-slide img {
	width: 100%;
	object-fit: contain;
}

.gallery .gallery-slide {
	width: 83vw;
}

.mobile .baguetteBox-button#next-button, 
.mobile .baguetteBox-button#previous-button {
    width: 34px;
    background-size: contain;
    height: 30px
}

.mobile .gallery .slick-dots {
	padding-left: 0;
    display: flex;
    justify-content: center;
}

.mobile .gallery a.lightbox {
    display: block;
    margin-left: 2.9vw;
    margin-right: 2.9vw;
}

.mobile .gallery .gallery-slide img {
	border-radius: 24px;
    height: 114.6vw;
    object-fit: cover;
	max-height: 85vh;
}

.mobile .baguetteBox-button#next-button {
	right: calc(50vw - 47px) !important;
}

.mobile .gallery-title {
    padding-top: 131px;
}

.mobile .gallery .slick-dots li::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    margin-top: 9px;
    margin-left: 7px;
    transition: .3s;
    height: 10px;
    border-radius: 100px;
    background-color: #797979;
}

.mobile .gallery .slick-dots li.slick-active::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    transition: .3s;
    height: 10px;
    border-radius: 100px;
    background-color: #464646;
}

.gallery .slick-dots {
	list-style: none;
	padding-bottom: 83px;
    padding-top: 22px;
    margin-bottom: 0;
}

.mobile .gallery .gallery-title {
	padding-bottom: 34px;
}

.grecaptcha-badge {
    display: none !important;
}

.mobile .gallery .slick-dots button {
	opacity: 0;
	font-size: 11px;
}

.mobile .baguetteBox-button#previous-button {
	left: calc(50vw - 47px) !important;
}

.gallery #baguetteBox-overlay #previous-button,
.gallery #baguetteBox-overlay #next-button {
	display: block !important;
}

html:lang(en-US).desktop #price-list .all-services-link p {
	padding-top: 0;
}

html:lang(en-US) .services .all-services-link p {
    padding-top: 0 !important;
}

.contact .address-phone h1 {
	position: fixed;
	left: 0;
	right: 0;
}

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

@media (min-width: 320px) {}

@media (min-width: 576px) {
	.mobile .contact .address-phone {
		min-height: 433px;
	}

	.mobile .about .about_mask {
		max-height: 613px;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 30px !important;
	}

	.gallery .gallery-slide {
		width: 70vw;
	}
}

@media (min-width: 768px) {
	.gallery .gallery-slide {
		width: 60vw;
	}

	.mobile .home .service_mask_overlay {
		margin-bottom: -50px;
		transform: scale(0.73);
		margin-top: -50px;
	}

	.services .services-item-container {
		width: 50%;
	}

	.mobile .about .about_mask_overlay {
		margin-left: 5vw;
	}

	.mobile .services .single-mask-border {
		width: 35.2vw;
	}

	.mobile .services .single-service-mask {
		height: 24.4vw;
	}
}

@media (min-width: 992px) {
	/* FONTS */
	h1, h1 p {
		font-size: 14.583vw;
		line-height: 1.25;
	}

	h2, h2 p {
		font-size: 12.917vw;
		line-height: 1.25;
	}

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

	h4, h4 p {
		font-size: 3.646vw;
		line-height: 1.25;
	}

	h5, h5 p {
		font-size: 2.969vw;
		line-height: 1.25;
	}

	h6, h6 p {
		font-size: 2.083vw;
		line-height: 1.25;
	}

	.bigger-p {
		font-size: 18px;
		line-height: 1.25;
	}

	.lang_switcher span,
	.services .read-more-label,
	p {
		font-size: 16px;
		line-height: 1.25;
	}

	.biger-h3 {
		font-size: 7.396vw;
		line-height: 0.91;
		letter-spacing: 30px;
	}

	.right-main-title h4 {
		line-height: 1.17;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 2.083vw !important;
	}
	/* END FONTS */

	.wpml-ls-legacy-list-horizontal {
		padding-top: 8px !important;
	}

	@keyframes fadeInUp {
		0% {
			transform: translate(0px, 70px);
			opacity: 0;
		}
		100% {
			transform: translate(0px, 0);
			opacity: 1;
		}
	}

	#about_marquee .bigger-p {
		font-size: 25px !important;
	}

	.services #manicure-service svg {
		padding-left: 8vw;
		width: 100%;
    	padding-right: 8vw;
	}

	.services #artificial-nails-service svg {
		padding-left: 8px;
		padding-right: 8px;
	}

	.services #pedicure-service svg {
		padding-left: 17.5vw;
		padding-right: 17.5vw;
		width: 100%;
		max-width: 1780px;
	}

	.services-item-container {
		padding-left: 2.15%;
		padding-right: 2.15%;
	}

	.services .services-item-container {
		width: 33.3%;
	}

	.main-logo img {
		width: 177px;
	}

	@keyframes marquee {
		0% { left: 105dvw; }
		100% { left: -2129px; }
	}
	
	@-moz-keyframes marquee {
		0% { left: 105dvw; }
		100% { left: -2129px; }
	}
	
	@-webkit-keyframes marquee {
		0% { left: 105dvw; }
		100% { left: -2129px; }
	}

	.displayflex {
		display: flex !important;
	}

	.right-main-title h4 {
		padding-bottom: 7.3vh;
	}

	.home .home-second-section .smallerCroppedContent {
		padding-left: 8%;
		width: 91.5%;
	}

	.home .all-services {
		padding-right: 17%;
		padding-left: 20px;
	}

	.day {
		min-width: 60px;
	}

	.desktop .working-cols > .working-column:nth-child(3) .day {
		min-width: 117px;
	}

	.day {
		min-width: 88px;
	}

	.desktop .gallery .gallery-images {
		padding-top: 221px;
	}
}

@media (min-width: 1200px) {
	.desktop .gallery .gallery-images {
		padding-top: 258px;
	}

	.right-text-content {
		padding-left: 14%;
	}

	.left-text-content {
		padding-right: 10%;
	}

	.services-item-container {
		padding-left: 3.15%;
		padding-right: 3.15%;
	}

	.book-now {
		margin-left: 61px;
	}

	.day {
		min-width: 104px;
	}

	.desktop .working-cols > .working-column:nth-child(3) .day {
		min-width: 136px;
	}
}

@media (max-width: 1200px) {
	html:lang(en-US).desktop #masthead p {
		font-size: 14px;
		line-height: 1.25;
	}
}

@media (min-width: 1400px) {
	.desktop .gallery .gallery-images {
		padding-top: 298px;
	}

	.desktop .third-service {
		padding-top: 136px;
	}

	.home #services .services-title {
		margin-bottom: -23.5vw;
	}

	.desktop .second-service .service-info {
		padding-left: 22%;
		padding-right: 8%;
	}

	.desktop .first-service .service-info p {
		padding-left: 20%;
		padding-right: 17%;
	}

	.main-logo img {
		width: 230.94px;
	}

	.book-now {
		margin-left: 7.8vw;
		margin-top: 4px;
	}

	.day {
		min-width: 149px;
	}
}

@media (min-width: 1600px) {
	html:lang(el) .home .home-first-section h4 {
		line-height: 1.2;
		font-size: 56px;
	}

	.desktop .gallery .gallery-images {
		padding-top: 349px;
	}

	.lang_switcher span,
	.services .read-more-label,
	p {
		font-size: 18px;
	}

	.bigger-p {
		font-size: 23px;
	}

	.book-now a {
		padding-left: 36px;
	}

	.desktop .working-cols > .working-column:nth-child(3) .day {
		min-width: 175px;
	}
}

@media (min-width: 1920px) {
	/* FONTS */
	h1, h1 p {
		font-size: 280px;
		line-height: 1.25;
	}

	h2, h2 p {
		font-size: 248px;
		line-height: 1.25;
	}

	h3, h3 p {
		font-size: 100px;
		line-height: 1.25;
	}

	h4, h4 p {
		font-size: 70px;
		line-height: 1.25;
	}

	h5, h5 p {
		font-size: 57px;
		line-height: 1.25;
	}

	h6, h6 p {
		font-size: 40px;
		line-height: 1.25;
	}

	.bigger-p {
		font-size: 25px;
		line-height: 1.25;
	}

	.lang_switcher span,
	.services .read-more-label,
	p {
		font-size: 19px;
		line-height: 1.25;
	}

	.biger-h3 {
		font-size: 142px;
		line-height: 0.91;
		letter-spacing: 30px;
	}

	.right-main-title h4 {
		line-height: 81px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 40px !important;
	}
	/* END FONTS */

	html:lang(en-US) .working-cols > .working-column:nth-child(2) .day {
		min-width: 175px;
	}
}

@media (min-width: 1921px) {
	.desktop .kuka-cookies-bar-options_wrapper {
		max-width: 40vw !important;
	}

	.desktop .top-gallery-mask {
		margin-top: -241px;
		margin-left: 22.3vw;
	}

	.gallery .gallery-images .smallerCroppedContent {
		margin-left: 0;
	}

	.gallery .right-column-gallery {
		overflow-x: hidden;
	}

	#price-list .services-title {
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.catalog-image {
		top: 58px;
	}

	.home #services .services-title {
		margin-bottom: -546px;
	}

	.home .service_mask {
		transform: scale(0.8);
		margin-bottom: -50px;
		margin-top: 50px;
	}

	.right-main-title h4 {
		max-width: 1000px;
	}

	.about .about_mask {
		max-width: 1497px;
    	max-height: 979px;
	}

	.services .main {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}

	.services #manicure-service svg {
		max-width: 1600px;
		padding-left: 0;
		padding-right: 0;
	}

	.about .main-image {
		margin-top: -286px;
		margin-left: 10vw;
		margin-bottom: -142px;
	}

	.services #pedicure-service svg {
		padding-left: 0;
		padding-right: 0;
		max-width: 1170px;
	}

	.services #artificial-nails-service svg {
		max-width: 1900px;
		width: 100%;
	}

	.working-cols {
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/