
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

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

html {
	font-family: sans-serif;
font-family: Roboto, Arial, Helvetica, Sans-Serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
margin: 0;
padding: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
margin: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	text-align: left;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
//	font: inherit;
	margin: 0;
font-family: Roboto, Arial, Helvetica, Sans-Serif;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	// border: 1px solid #c0c0c0;
	/* margin: 0 0.2em; */
	/* padding: 0.55em 0.625em 0.75em 0.625em; */
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

@font-face {
font-family: Icons;
font-display: block;
src: url(/images/fonts/icons/icons.woff2) format("woff2");
}
@font-face {
font-family: Icons2;
font-display: block;
src: url(/images/fonts/icons/icons_full.woff2) format("woff2");
}

@font-face {
font-family: Social;
font-display: block;
src: url(/images/fonts/icons/brands.woff2) format("woff2");
}
@font-face {
font-family: Social2;
font-display: block;
src: url(/images/fonts/icons/brands_full.woff2) format("woff2");
}

@font-face {
font-family: Duotone;
font-display: block;
src: url(/images/fonts/icons/duotone.woff2) format("woff2");
}
@font-face {
font-family: Duotone2;
font-display: block;
src: url(/images/fonts/icons/duotone_full.woff2) format("woff2");
}

@font-face {
font-family: Hw;
font-display: block;
src: url(/images/hw.woff2) format("woff2");
}

@font-face {
font-family: Light;
font-display: block;
src: url(/images/fonts/icons/light.woff2) format("woff2");
}
@font-face {
font-family: Light2;
font-display: block;
src: url(/images/fonts/icons/light_full.woff2) format("woff2");
}

@font-face {
font-family: Regular;
font-display: block;
src: url(/images/fonts/icons/regular.woff2) format("woff2");
}
@font-face {
font-family: Regular2;
font-display: block;
src: url(/images/fonts/icons/regular_full.woff2) format("woff2");
}

@font-face {
font-family: Thin;
font-display: block;
src: url(/images/fonts/icons/thin.woff2) format("woff2");
}
@font-face {
font-family: Thin2;
font-display: block;
src: url(/images/fonts/icons/thin_full.woff2) format("woff2");
}

html {
//font-size: 16px;
font-size: 62.5%;
}

@media screen and (max-width: 1000px) and (min-width: 360px) {
html {
	font-size: 70%;
}
}

body {
	font-size: 100%;
	line-height: 1.6;
	// overflow-wrap: break-word;
	margin: 0px;
	font-family: Roboto, Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: hsl(0, 0%, 35%);
	background-color: hsl(60, 6%, 80%);
	background-image: url(//retouch.tv/images/bg_tile_light.gif), url(//retouch.tv/images/bg_light.gif);
}

@media screen and (max-width: 1000px) {
#body.comments-visible {
	//overflow-y: hidden;
	//position: fixed !important;
	-webkit-overflow-scrolling: touch;
}
}

@media screen and (max-width: 1000px) {
#body.comments-visible .site-wrapper {
	//display: none;
	overflow-y: hidden;
}
}

#body.category-completed.desktop::after {
	content: "";
	box-shadow: inset 0 0 2rem 1rem hsl(35, 5%, 67%), 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
	position: fixed;
	width: calc(45rem + 0px);
	height: 100vh;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: hsl(60, 6%, 80%);
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 100%, 3%, 0.17)0rem),url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif);
	background-position-y: -0.4rem;
}

@media screen and (max-width: 1000px) {
#body.category-completed::after {
	display: none;
}
}

body.archive {
	background-color: hsla(60, 6%, 80%,1);
	background-image: url(//retouch.tv/images/bg_light.gif);
}

body.home {
	color: hsl(60, 6%, 90%);
	background-color: hsl(60, 3%, 20%);
	background-image: url(//retouch.tv/images/bg_tile_black_full.gif);
	background-image: url(//retouch.tv/images/bg_black.gif);
}

@media screen and (max-width: 1000px) {
body.home {
	/* color: hsl(0, 0%, 35%); */
	/* background-color: hsla(60, 6%, 80%,1); */
	/* background-image: url(//retouch.tv/images/bg_tile_light.gif), url(//retouch.tv/images/bg_light.gif); */
	background-position-y: 0.2rem;
}
}

body.single-private_orders.logged-in {
	color: hsl(0, 0%, 10%);
}

@media screen and (min-width: 1000px) {
body.single-private_orders.logged-in {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 6%, 20%, 0.15)0rem),url(//retouch.tv/images/bg_light.gif);
}
}

body.single-private_orders.logged-in.category-completed {
	/* background-image: linear-gradient(270deg, hsla(0, 0%, 80%, 0.3), hsla(0, 0%, 80%, 0.3)45rem,hsla(0, 0%, 0%, 0)45rem), linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.3)0rem),url(//retouch.tv/images/bg_light.gif); */
	/* background-image: linear-gradient(270deg, hsla(60, 3%, 80%, 0.3)45rem, transparent 45rem,hsla(0, 0%, 0%, 0)45rem), linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 50%, 0.8)0rem),url(//retouch.tv/images/bg_light.gif); */
	/* background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 50%, 0.8)0rem),url(//retouch.tv/images/bg_light.gif); */
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.3)0rem),url(//retouch.tv/images/bg_light.gif);
}

@media screen and (max-width: 1000px) {
body.single-private_orders.logged-in.category-completed {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 6%, 20%, 0.15)0rem),url(//retouch.tv/images/bg_light.gif);
}
}

*:not(input):not(textarea):not(button) {
border: 0px;
outline: none;
}

nav, input, textarea {
	font-size: 1.6rem;
}

p {
	margin: 0 0 1.5em;
}

u {
	text-decoration: none !important;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: hsl(0, 0%, 10%);
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5em;
}

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

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

big {
	font-size: 125%;
}

.nowrap {
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
margin: 0;
padding: 0;
}

body {
	background-color: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

#body.category-completed.desktop #comments-wrapper {
	position: sticky;
	top: 0;
	z-index: 2;
	display: block;
	max-width: 45rem;
	margin-left: auto;
}

.comments-area {
	max-width: 45rem;
	margin-left: auto;
	padding: 0;
	clear: right;
	border-radius: 0 0 0.5rem 0.5rem;
	background-color: hsl(60, 6%, 80%);
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	box-shadow: none;
	background-image: none;
	border: none;
}

@media screen and (max-width: 1000px) {
.comments-area {
	margin: 0 auto;
	max-width: unset;
}
}

body.category-completed .comments-area {
	min-height: initial;
	border-radius: 0 0 0.5rem 0.5rem;
	border-radius: 0;
	border-bottom: none;
	background-color: transparent;
}

@media screen and (max-width: 1000px) {
body.category-completed .comments-area {
	background-color: hsl(60, 6%, 80%);
}
}

@media screen and (max-width: 1000px) {
#show-comments {
	border-radius: 0;
	border-bottom: none;
}
}

@media screen and (max-width: 1000px) {
#body:not(.category-submitted):not(.category-work-in-progress) #show-comments {
	border: none;
}
}

#body .comments-header-wrapper {
	/* padding: 0 0 0 1rem; */
	position: relative;
	width: 100%;
}

#body.category-completed.desktop .comments-header-wrapper {
	background: hsl(60, 6%, 76%);
}

#body .floating .comments-header-wrapper {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: hsl(60, 6%, 80%);
	border-radius: 0.5rem 0.5rem 0 0;
}

#body.desktop.category-completed .comments-area label[for="comments-input"] {
	/* pointer-events: none; */
}

#comments-input {
	display:none;
}

@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
#comments-wrapper.floating {
	display: block;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 0%, 0.5);
}
}

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
#comments-wrapper.floating {
	display: block;
	/* position: fixed; */
	z-index: 10;
	width: 100dvw;
	height: 100dvh;
	bottom: 0;
	left: 0;
	background: hsla(0, 0%, 0%, 0.5);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	position: sticky;
	overflow-y: hidden;
}
}

@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
#comments.floating {
	position: fixed;
	z-index: 1000;
	border-radius: 0.5rem;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: unset;
	height: 100vh;
	max-height: 100vh;
	/* overflow: scroll; */
	/* overflow-x: hidden; */
	display: flex;
	justify-content: flex-end;
	align-items: left;
	flex-flow: column;
	border: none;
	background-color: transparent;
	background-color: hsl(60, 6%, 80%);
	height: auto;
}
}

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
#comments.floating {
	/* position: fixed; */
	z-index: 1000;
	border-radius: 0.5rem;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: unset;
	height: 100dvh;
	max-height: 100dvh;
	/* overflow: scroll; */
	/* overflow-x: hidden; */
	display: flex;
	justify-content: flex-end;
	align-items: left;
	flex-flow: column;
	border: none;
	background-color: transparent;
	background-color: hsl(60, 6%, 80%);
	height: auto;
}
}

#comments .comment-list {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: end;
	align-items: left;
	flex-flow: column;
	/* border-radius: 0 0 0.5rem 0.5rem; */
	position: relative;
	/* max-height: 28rem; */
	overflow: auto;
	width: 100%;
	padding-top: 0.5rem;
	flex-flow: column-reverse;
	/* counter-reset: Counter; */
}

#body.category-completed.desktop #comments .comment-list {
	/* background-image: linear-gradient(180deg,hsl(35, 5%, 67%),hsla(0, 0%, 0%, 0)2rem); */
	padding: 0;
}

@media screen and (max-width: 1000px) {
#comments .comment-list {
	display: flex;
	flex-flow: column-reverse;
	flex-flow: column;
	justify-content: flex-start;
	/* background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 6%, 80%, 0.1)0rem),url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif); */
	background-attachment: local;
}
}

@media screen and (max-width: 1000px) {
#comments.floating .comment-list {
	/* max-height: calc(100vh - 24rem); */
	/* overflow: scroll; */
	/* overflow-x: hidden; */
	/* position: relative; */
	border-radius: 0.5rem 0.5rem 0 0;
	box-shadow: inset 0 0 1rem 0.5rem hsl(80, 6%, 80%);
}
}

.comment-metadata:not(:hover) .delete-button {
	display: none;
}

.delete-button::after {
	content: "\f057";
	font-family: Icons;
	color: hsl(0, 0%, 60%);
	font-size: 1.2rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	display: inline-block;
	line-height: 1em;
}

.delete-button:hover::after {
	color: hsl(0, 100%, 50%);
}



ul {
	list-style: disc;
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
//	vertical-align: bottom;
//display: block;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

label {
	color: color: hsl(0, 0%, 38%);
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	font-size: inherit;
}

label * {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid hsla(60, 3%, 85%,0.2);
	border-radius: 0.5rem;
	padding: 0.7em;
	background-color: hsl(60, 3%, 95%);
	border: 1px solid hsla(0, 0%, 50%, 0.4);
	border-style: inset solid solid inset;
	box-shadow: 1px 1px 0 0 hsla(0, 0%, 100%, 0.3);
	border-bottom-color: hsla(0, 0%, 50%, 0.4);
	border-right-color: hsla(0, 0%, 50%, 0.4);
}

input[type="number"] {
	width: 8rem;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100% !important;
	max-width: 100%;
	min-width: 100%;
}

textarea:focus {
	box-shadow: inset 0 0 0 1px hsl(210, 100%, 65%);
	outline: 1px solid hsl(210, 100%, 80%);
}

textarea#comment {
	resize: none;
	box-sizing: border-box;
}

#body.category-completed.desktop textarea#comment, #body.category-completed.desktop #commentform input {
	background: hsl(60, 6%, 90%);
	border: 1px solid hsla(0, 0%, 10%, 0.4);
	border-bottom-color: hsla(0, 0%, 20%, 0.4);
	border-right-color: hsla(0, 0%, 20%, 0.4);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: inherit;
}

.color {
	color: hsl(215, 100%, 50%);
}

.underline {
	/* display: inline-block; */
	line-height: 1em;
	border-bottom: 1px dotted;
}

.underline-inline {
	text-decoration: underline;
	text-decoration-style: dotted;
}

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

.bright a {
	color: hsl(215, 100%, 50%);
}

a:hover,
a:focus,
a:active {
//	color: #253e80;
}

a:focus {
	outline: thin dotted;
}

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

.sidebar-1 a {
	text-decoration: none
}

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

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

.screen-reader-text {
	display: none;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.wrapper:after,
.navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	margin-left: auto;
	margin-right: auto;
}

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

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

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

.site-header .wrapper {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#body.archive .site-header .wrapper {
	max-width: 110rem;
}

body:not(.category-completed) .site-header .wrapper {
	max-width: 100rem;
}

body.home .site-header .wrapper {
	max-width: 110rem;
}

.site-title {
	margin: 0;
//	font-family: sans-serif;
	font-size: 4em;
	line-height: 1.2
}

.site-title a {
	text-decoration: none;
	color: #253e80;
}

.site-description {
	color: #8e8e8e;
	margin: 0;
	font-size: 1.6em;
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
//	background-color: #253e80;
	background-color: hsla(0, 0%, 0%, 0.05);
	font-size: 1.4em;
	margin-bottom: 5em
}

.menu-1 {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	float: left;
	position: relative;
}

/* Align the navigation with the rest of the content. */
.menu-1 .nav-menu > li:first-child {
	margin-left: -2em
}

.menu-1 a {
	display: block;
	text-decoration: none;
}

.menu-1 ul ul {
	box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.menu-1 ul ul ul {
	left: -999em;
	top: 0;
}

.menu-1 ul ul a {
	width: 20em;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-1 ul ul li {
	background-color: #182b5f;
}

.menu-1 li:hover,
.menu-1 li.focus {
	background-color: #182b5f
}

.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	left: auto;
}

.menu-1 ul ul li:hover > ul,
.menu-1 ul ul li.focus > ul {
	left: 100%;
}

.menu-1 a {
	padding: 2em;
	color: rgba(255, 255, 255, 0.8);
	color: hsla(0, 0%, 0%, 0.8);
}

.menu-1 .sub-menu li:hover {
	background-color: #0c1a40
}

.menu-1 li.page_item_has_children > a:after,
.menu-1 li.menu-item-has-children > a:after {
	content: '\25bc';
	font-size: 0.7em;
	vertical-align: 1px;
	padding-left: 0.5em;
	opacity: .75
}
.menu-1 li li.page_item_has_children > a:after,
.menu-1 li li.menu-item-has-children > a:after {
	content: '\25b6';
	font-size: 0.7em;
	vertical-align: 1px;
	padding-left: 0.5em;
	opacity: .75
}

/* Small menu. */
.menu-toggle {
	display: none
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-area {
	/* width: 100%; */
	/* float: left; */
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.content-area {
	position: relative;
	z-index: 1;
}
}

#body.category-completed.desktop .content-area {
	display: inline;
	width: 100%;
}

#body.archive .content-area {
	padding-top: 1rem;
	/* padding: 1rem; */
	max-width: 110rem;
}

@media screen and (max-width: 1000px) {
#body.archive .content-area {
	/* padding-top: 0; */
	padding: 0;
}
}

.home .content-area {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

body.single-private_orders:not(.category-completed) .content-area {
	width: 100%;
	text-align: right;
	padding-top: 0.9rem;
	max-width: 100rem;
}

@media screen and (min-width: 1000px) {
.content-area {
	min-width: 45rem;
}
}

body.single.category-submitted:not(.admin) .content-area, body.single.category-work-in-progress:not(.admin) .content-area, body.single.category-pending-payment:not(.admin) .content-area {
	width: initial;
	display: table;
}

@media screen and (max-width: 1000px) {
body.single.category-submitted:not(.admin) .content-area, body.single.category-work-in-progress:not(.admin) .content-area, body.single.category-pending-payment:not(.admin) .content-area {
	width: 100%;
	display: block;
}
}

@media screen and (max-width: 1000px) {
body.single-private_orders:not(.category-completed) .content-area {
	width: initial;
	padding-top: 0;
}
}

.content-area > * {
	text-align: center;
}

.post-thumbnail-wrapper {
	margin-bottom: 1rem;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 500px) {
.post-thumbnail-wrapper {
	margin-bottom: 0rem;
	/* margin-right: 1rem; */
	align-items: flex-start;
}
}

@media screen and (max-width: 500px) {
.archive .addfiles .post-thumbnail-wrapper {
	display: none;
}
}

.post-thumbnail-wrapper::after {
	/* content: ""; */
	width: 1000vh;
	height: 0;
	position: absolute;
	bottom: -0.6rem;
	left: 0;
	transform: translate(-50%, -0);
	z-index: -1;
	border-top: 1px solid hsl(0, 0%, 75%);
	border-bottom: 1px solid hsl(0, 0%, 85%);
}

.archive .addfiles .post-thumbnail-wrapper::before {
	font-family: Light;
	line-height: 1em;
	font-size: 8rem;
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	opacity: 0.1;
}

@media screen and (max-width: 380px) {
.archive .addfiles .post-thumbnail-wrapper::before {
	content: "\f067";
}
}

.archive .addfiles .article-wrapper .post-thumbnail-wrapper::before {
	content: "\f067";
}

.addfiles .post-thumbnail {
	opacity: 0;
}

.post-thumbnail {
	display: flex;
	position: relative;
	/* background: linear-gradient(hsl(34.3, 11.5%, 95%), hsl(8.3, 31.9%, 82.2%)); */
	background: linear-gradient(hsl(0, 0%, 95%), hsl(0, 0%, 70%));
	/* padding: 0.4rem; */
	border-radius: 0.3rem;
	/* box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, 0.1); */
	margin: 0 auto;
	/* margin-bottom: 1rem; */
	/* background-color: hsl(40, 6%, 90%); */
	border: 5px solid hsla(0, 0%, 100%, 0);
	background-origin: border-box;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
	z-index: 1;
}

@-moz-document url-prefix() {
.post-thumbnail:not(:root) {
	/* box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, 0.1); */
}
}

.multiple_files .topcover {
	display: block;
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.multiple_files .topcover span {
	width: 100%;
	height: 1rem;
	position: absolute;
	top: -0.8rem;
	z-index: -1;
	background: linear-gradient(hsl(34.3, 11.5%, 90%), hsl(8.3, 20%, 75%));
	border-radius: 0.5rem 0.5rem 0 0;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
}

z.hentry.category-unpaid .post-thumbnail::before {
	content: "UNPAID";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(315deg);
	color: hsl(0, 100%, 50%);
	font-size: 3rem;
	font-weight: 600;
	text-shadow: 0 0 1rem hsla(0, 0%, 0%, 0.5);
	z-index: 1;
}

.post-thumbnail-wrapper a {
	/* display: block; */
	/* margin: 0 auto; */
}

.post-thumbnail img {
	/* width: 100%; */
	/* height: 19rem; */
	background-color: hsl(60, 6%, 80%);
	box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.05);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.5rem;
	position: relative;
	/* object-fit: cover; */
	background-image: url(//retouch.tv/images/bg_tile_light.gif), url(//retouch.tv/images/bg_light.gif);
	background-origin: border-box;
	max-width: 20rem;
	max-height: 20rem;
	/* outline: 1px solid hsl(0, 0%, 75%); */
	/* border-radius: 0.3rem; */
	/* box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3); */
}

@media screen and (max-width: 1000px) {
.post-thumbnail img {
	max-width: 15rem;
	max-height: 18rem;
}
}

@media screen and (max-width: 500px) {
.post-thumbnail img {
	max-width: 10rem;
}
}

z.hentry.category-unpaid .post-thumbnail img {
	filter: grayscale(1) brightness(0.8);
}

.post-thumbnail img[src*="data:image"] {
	width: 15rem;
	height: 15rem;
}

@media screen and (max-width: 500px) {
.post-thumbnail img[src*="data:image"] {
	width: 12rem;
	height: 12rem;
}
}

@media screen and (max-width: 500px) {
.addfiles .post-thumbnail img {
	width: 12rem;
	height: 15rem;
}
}

.entry-header {
	margin-bottom: 0;
}

.entry-title {
	font-size: 1.4rem;
	margin: 0;
}

.entry-title a {
	text-decoration: none;
	color: black;
}

.entry-meta {
	font-size: 1.3rem;
	color: hsl(0, 0%, 40%);
	line-height: 1em;
	/* font-family: Roboto Condensed; */
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
}

.entry-meta > * {
	/* margin-bottom: 0.4rem; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.entry-meta > :last-child {
	margin-bottom: 0;
}

.author .text {
	display: flex;
}

.author .text span {
	max-width: 8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0.2rem;
}

@media screen and (max-width: 1000px) {
.author .text b {
	max-width: 5rem;
}
}

.entry-meta .value {
	color: hsl(215, 80%, 50%);
	/* font-weight: 600; */
	/* color: hsl(60, 100%, 70%); */
	/* text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.2); */
}

.page .edit-link {
	float: none;
}

.footer-wrapper {
	position: relative;
}

#body.archive .addfiles .article-wrapper .footer-wrapper::before {
	/* content: ""; */
	width: 100%;
	/* height: 1rem; */
	/* border-bottom: 1px solid hsl(60, 10%, 75%); */
	position: absolute;
	top: -0.5rem;
	left: 50%;
	/* box-shadow: 0 0.2rem 0.2rem 0 hsla(0, 0%, 0%, 0.01); */
	z-index: -1;
	/* background: linear-gradient(0deg, hsl(60, 10%, 87%), hsl(60, 6%, 75%)); */
	border-top: 1px solid hsl(60, 3%, 70%);
	height: 0;
	border-bottom: 1px solid hsl(60, 3%, 90%);
	transform: translate(-50%, 0%);
}

.entry-footer {
	font-size: 1.4em;
}

.entry-meta .icon::before {
	font-family: Icons;
	display: inline-block;
	/* min-width: 1.6rem; */
	color: hsla(0, 0%, 0%, 0.2);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	margin-right: 0.7rem;
}

.posted-on .icon::before {
	content: "\f274";
}

.author .icon::before {
	content: "\f30f";
}

.files-count .icon::before {
	content: "\f07c";
}

.category-instructions .icon::before {
	content: "\f178";
}

.comments-count .icon::before {
	content: "\f4b6";
}

.post-created .icon::before {
	content: "\f274";
}

.comments-link-wrapper {
	display: block;
	line-height: 1em;
	margin-bottom: 1rem;
	display: none;
}

a.comments-link::before {
	font-family: Light;
	content: "\f4b6";
	margin-right: 1rem;
	color: hsl(60, 3%, 50%);
}

.comments-number {
	font-size: 1.6rem;
	font-weight: 500;
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.blog .hentry {
	margin: 0 0 3em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

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

.post-navigation,
.posts-navigation {
	margin-bottom: 2.5em;
}

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

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a  {
	font-weight: bold
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area ul.children {
	margin: 0 0 0 2.5em;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 2.5em 0;
	margin: 2.5em 0;
}

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

.dark-mode .comment-content a {
	color: hsl(215, 100%, 65%);
}

.comment-list * {
	text-align: left;
}

.comment-list .comment {
	display: block;
	width: calc(100% - 2rem);
	margin: 0 auto;
	position: relative;
	padding: 0.3rem 0rem 0.6rem 0rem;
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.04); */
}

@media screen and (max-width: 1000px) {
.comment-list .comment {
	/* width: 100%; */
	/* padding-left: 1rem; */
	/* padding-right: 1rem; */
	/* background-color: hsl(60, 6%, 80%); */
	position: relative;
	padding-top: 0.5rem;
}
}

@media screen and (max-width: 1000px) {
.comment-list .comment:last-child {
	padding-bottom: 1rem;
}
}

@media screen and (max-width: 1000px) {
.comment-list .comment:first-child:not(only-child) {
	/* border-radius: 0.5rem 0.5rem 0 0; */
	padding-top: 2rem;
}
}

.comment-list .comment.realtime-comment {
	/* order: -1; */
}

.comment-list .comment.unseen_comment {
	width: 100%;
	padding: 0.5rem 1rem 0.5rem 1rem;
	background: hsla(60, 80%, 97%, 0.1);
}

.comment.comments-welcome {
	padding-bottom: 1rem;
}

z.comment-list .unseen_comment:last-child .comment-body::before {
	content: "New messages";
	/* background: hsla(0, 0%, 0%, 0.1); */
	text-shadow: none;
	/* padding: 0 0.3rem; */
	border-radius: 0.3rem;
	margin-right: 0.4rem;
	color: hsl(0, 0%, 100%);
	opacity: 0.5;
	font-size: 0.9rem;
	display: table;
	/* margin: 0 auto; */
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0.5rem;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5);
	letter-spacing: 1px;
	text-transform: uppercase;
}

#body .comment-list .comment.unseen_comment:first-of-type {
	padding: 1rem 1rem 0.2rem 1rem;
}

#body.category-completed.desktop .comment-list .comment.unseen_comment:first-of-type {
	padding: 0.5rem 1rem 1rem 1rem;
}

.comment-list .realtime-comment ~ .comment.unseen_comment {
	background: none;
}

#body.category-completed.desktop .comment-list .realtime-comment ~ .comment.unseen_comment {
	width: calc(100% - 2rem);
}

z#body:not(.category-completed.desktop) .comment-list .comment.unseen_comment::after {
	content: "";
	width: calc(100% - 2rem);
	height: 0;
	position: absolute;
	border-bottom: 1px dotted hsla(0, 0%, 100%, 0.5);
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0%);
}

.comment-list .date-title {
	display: none;
}

.comment-list .date-title {
	//display: block;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	color: hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.05); */
	margin: 0 auto;
	width: calc(100% - 2rem);
}

#body.desktop .comment-list .date-title {
	margin-bottom: 2rem;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.05);
}

#body.mobile .comment-list .date-title {
	margin-top: 1rem;
	border-top: 1px solid hsla(0, 0%, 0%, 0.05);
	padding-top: 0.5rem;
}

#body.desktop .comment-list .comment::after {
	content: attr(comment-date);
	/* margin-bottom: 2rem; */
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.05); */
	margin-top: 1rem;
}

#body.mobile .comment-list .comment::before {
	content: attr(comment-date);
	margin-top: 1rem;
	border-top: 1px solid hsla(0, 0%, 0%, 0.05);
	padding-top: 0.5rem;
}

.comment-list .comment[comment-date]::after, .comment-list .comment[comment-date]::before {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
}

z#body.desktop .comment-list .comment[comment-date]::after {
	content: attr(comment-date);
	margin-top: 0.5rem;
}

z#body.mobile .comment-list .comment[comment-date]::before {
	content: attr(comment-date);
	margin-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
z.comment-list .comment::before {
	border: none;
	width: calc(100% - 2rem);
	content: "";
	border-top: 1px dotted hsla(0, 0%, 100%, 0.5);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
}

.comment-list .comment.hidden-comment {
	display: none;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom: 0.3rem;
	display: flex;
	color: hsla(0, 0%, 0%, 0.3);
	font-weight: 600;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	padding: 0 0.1rem;
}

#body.category-completed.desktop .comment-meta {
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2), 0 0 1px hsl(0, 0%, 70%);
}

.comment-meta a {
	text-decoration: none
}

.comment-metadata a {
	color: inherit;
}

.author-domain {
	font-weight: 400;
}

.comment-reply-link {
	text-decoration: none
}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond {
	line-height: initial;
	/* padding-left: 1rem; */
	position: relative;
	text-align: initial;
	padding: 0 1rem;
}

@media screen and (max-width: 1000px) {
.comment-respond {
	order: 1;
	/* background-color: hsl(60, 6%, 80%); */
	width: 100%;
	padding-top: 1rem;
	box-shadow: 0 -1px 0 0 hsl(60, 6%, 80%);
}
}

.comment-respond::before {
	position: absolute;
	bottom: -1px;
	left: 1rem;
	width: calc(100% - 2rem);
	height: 0;
	border-top: 1px solid hsla(0, 0%, 0%, 0.1);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

#body:not(.category-completed) .comment-respond::before {
	content: "";
}

@media screen and (max-width: 1000px) {
.comment-respond::before {
	content: "";
	top: -1px;
	bottom: unset;
}
}

#body.category-completed.desktop .comment-respond {
	background-image: linear-gradient(hsl(60, 6%, 76%),hsla(60, 100%, 3%, 0.17)),url(//retouch.tv/images/bg_light.gif);
}

.comment-textarea-wrapper {
	position: relative;
	margin-bottom: 1rem;
	display: inline-block;
	width: 100%;
	/* padding-right: 1rem; */
}

@media screen and (max-width: 1000px) {
#comment {
	max-height: 30vh;
	min-height: 5rem;
	height: 8rem;
}
}

.acf-comment-fields {
	display: none;
}

#comment-options-input:checked ~ .acf-comment-fields {
	display: table;
}

#comment-options-input {
display:none;
}

.comment-options-icon {
	position: absolute;
	bottom: 1.2rem;
	left: 1rem;
	z-index: 1;
	line-height: 1em;
}

.comment-options-icon::after {
	content: "\f055";
	font-family: Icons;
	font-size: 2rem;
	opacity: 0.05;
}

#tips-input:checked ~ label div .comment-options-icon::after {
	content: "\f0d7";
	/* border-width: 0.7rem 0 0.7rem 0.8rem; */
	/* border-color: transparent transparent transparent hsl(60, 3%, 60%); */
	color: inherit;
}

.comments-welcome:not(:only-child) {
	display: none;
}

.comment-form-author {
	display: block;
}

.comment-form-author label {
	display: block;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-1 {
	width: 30em;
	float: right;
	font-size: 1.4em;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 2.5em;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.site-footer .site-info {
//	border-top: 1px solid #ccc;
//	padding: 2.5em 0;
	font-size: 1.4em;
	text-align: right;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

	#site-menu {
		display: none;
	}

	.menu-1 {
		background: none
	}

	.menu-1 a {
		border-top: 1px solid #2c468a;
	}

	.menu-toggle {
		background-color: #253e80;
		color: white;
		margin: 0 auto;
		width: 100%;
    border: 0;
    border-radius: 0;
	}

	.toggled .menu-toggle {
		background-color: #132658;
		color: white;
		margin: 0 auto
	}

	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
		background-color: #253e80;
	}

	.menu-1 li {
		float: none;
	    width: 100%;
	}

	.menu-1 ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none
	}

	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul {
		left: auto
	}

	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul {
		left: auto;
	}

}

/*
@media screen and (max-width: 1000px) {
	.site-content,
	.content-area,
	.sidebar-1 {
		width: 100%;
		float: none
	}

	.site-content,
	.site-info {
		padding: 0 20px;
	}

	.menu-1 .nav-menu > li:first-child {
	  margin-left: 0;
	}
}
*/







.order-link {
	display: block;
}

.wpa-box{
	padding: 0 0.9em 0 0;
	margin: 0;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpa-error{
	background: #ffebe8;
	border: 1px solid #C00;
}

.wpa-success{
	background: #e7f7d3;
	border: 1px solid #6c3;
}

.wpa-alert a {
	text-decoration: underline;
	text-decoration-style: dotted;
}

/* Last paragraph, no bottom margin */
.wpa-box p:last-child {
	margin-bottom: 0 !important;
}

#wpa-submit {
	padding: 0.6em 1em 0.6em 1em;
}

.site-header {
	width: 100%;
	background: hsl(0, 0%, 0%);
	/* overflow: hidden; */
	position: relative;
	/* background-image: linear-gradient(180deg, hsl(0, 0%, 10%), hsla(0, 0%, 0%, 0)), url(//retouch.tv/images/bg_black.gif); */
}

@media screen and (max-width: 1000px) {
.site-header {
	background: hsl(0, 0%, 0%);
	z-index: 2;
}
}

#body:not(.logged-in).single-private_orders .site-header, #body:not(.logged-in).archive .site-header {
	display: none;
}

body:not(.scroll) .site-header.floating {
	display: none;
}

.site-header.floating {
	z-index: 4;
	position: fixed;
	top: 0;
	background-image: linear-gradient(180deg, hsla(60, 3%, 20%, 0.9), hsla(60, 3%, 20%, 0.2));
	background-color: transparent;
	overflow: unset;
	animation: comment-appears 0.5s ease-in-out 1 alternate;
}

@media screen and (max-width: 1000px) {
.site-header.floating {
	position: fixed;
	top: 0;
	z-index: 2;
	/* background: linear-gradient(0deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.4)), url(//retouch.tv/images/bg_black.gif); */
	padding: 0;
	margin: 0;
	overflow: initial;
	background: none;
	background-color: hsl(60, 3%, 20%);
}
}

body:not(.home) .site-header {
	background: hsl(0, 0%, 0%);
	/* position: sticky; */
	/* top: 0; */
	/* z-index: 100; */
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: center;
	color: hsl(0, 0%, 90%);
	/* background-color: hsl(60, 3%, 20%); */
	/* background-image: url(//retouch.tv/images/bg_black.gif); */
}

@media screen and (max-width: 1000px) {
body:not(.home) .site-header {
	position: sticky;
	top: 0;
}
}

z#body.image-open .site-header {
	width: 45rem;
	margin-left: auto;
}

@media screen and (max-width: 1000px) {
#body.comments-visible .site-header {
	display: none;
}
}

.usp-image-wrap {
	/* max-width: 50em; */
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	text-align: center;
}

.category-no-category .usp-image-wrap {
	display: table;
	margin: 0 auto;
}

.usp-image-wrap img {
	/* max-height: 30em; */
	width: auto;
	border-radius: 0.3rem;
	max-height: calc(100vh - 5rem);
	box-shadow: 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2);
	/* border: 1px solid hsla(0, 0%, 0%, 0.3); */
}

body:not(.category-completed) .usp-image-wrap img {
	max-height: calc(100vh - 40rem);
}

.category-no-category .usp-image-wrap img {
	display: block;
}

.usp-pro .usp-preview {
	overflow: hidden;
	// margin: 2em 0 0.5em 0;
	width: 100%;
}

.usp-pro .usp-preview div {
	/* float: left; */
	max-width: 28rem !important;
	height: initial !important;
	// overflow: hidden;
	margin: 0;
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.usp-pro .usp-preview div.image-wrapper a {
	display: block;
	position: relative;
	max-height: auto;
	width: -moz-calc(100% - 4px);
	box-shadow: 0 0 0.2rem 0 hsla(0, 0%, 0%, 0.2);
	background: hsla(0, 0%, 0%, 0.3);
	margin: 2px auto;
	border: 0.2rem dashed hsl(0, 0%, 90%);
}

.usp-preview .image-wrapper a::after {
	content: "\f00c";
	display: block;
	position: absolute;
	bottom: 1.5rem;
	/* margin-top: -42px; */
	/* margin-left: 15px; */
	font-family: Icons;
	font-size: 2.4rem;
	color: hsl(0, 0%, 90%);
	/* opacity: 0.7; */
	/* text-shadow: 0 -1px 0px hsl(0, 0%, 100%), 0 0 1px hsla(0, 0%, 0%, 0.5); */
	left: 1rem;
	line-height: 1rem;
	color: hsl(60, 70%, 60%);
}

.usp-pro .usp-preview img {
	max-width: 26em;
	font-size: 1rem;
	display: block;
	max-height: 28rem;
	width: auto;
	height: auto;
	max-width: 100%;
	/* border: 0.2rem dashed hsl(0, 0%, 100%); */
	filter: brightness(0.85);
	background: hsl(0, 0%, 100%);
}

@media screen and (max-width: 1000px) {
.usp-pro .usp-preview img {
	max-height: 40vh;
}
}

.comment-form .submit {
	width: 100%;
	text-align: center;
	/* padding-right: 4rem; */
}

.comment-author.vcard {
	display: inline-block;
	flex-grow: 1;
}

.comment .comment-author.vcard > span::after {
	content: ":";
}

z.comment-meta .comment-author::before, z.realtime-comment ~ .unseen_comment .comment-meta .comment-author::before {
	content: "\f27a";
	font-family: Icons;
	color: hsl(60, 20%, 95%);
	margin-right: 0.4rem;
	font-size: 1rem;
	vertical-align: top;
	/* text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.1); */
	display: inline-block;
	transform: scaleX(-1);
	/* font-family: Light; */
	/* text-shadow: none; */
	opacity: 0.8;
	/* line-height: 1em; */
}

#body.category-completed.desktop .comment-meta .comment-author::before {
	display: none;
}

.unseen_comment .comment-meta .comment-author::before {
	color: hsl(0, 0%, 100%);
}

.comment-metadata {
	display: inline-block;
	/* float: right; */
	font-weight: 400;
	text-shadow: none;
	/* opacity: 0.4; */
	/* margin-left: 1rem; */
}

.timeago {
	/* vertical-align: bottom; */
	/* font-size: 1.2rem; */
	/* font-weight: 400; */
}

z.comment-list .comment:last-child .comment-metadata::before {
	content: "latest, ";
}

z.comment-metadata .timeago::after {
	counter-increment: Counter;
	content: ", " counter(Counter);
}

.comment-reply-link {
	font-size: 1.4em;
}

zli.comment:nth-of-type(2n), li.comment.your-comment:not(.comment-author-admin) {
	//color: hsl(0, 0%, 30%);
	/* background: hsla(60, 6%, 75%, 0.5); */
}

li.comment:nth-child(2n+1) {
	//background: #D5D5D5;
	/* background: hsl(60, 6%, 83%); */
}

.comments-area .comment-content {
	font-size: 1.5rem;
	margin-bottom: 0em;
	border-radius: 0.5rem;
	display: inline-block;
	width: auto;
	padding: 0.2rem 0.7rem 0.1rem 0.7rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	background-color: hsl(60, 10%, 90%);
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	background-origin: border-box;
	box-shadow: 0 0 2px 0 hsla(0, 0%, 0%, 0.15);
}

.your-comment .comment-content {
	/* background-color: hsl(60, 6%, 80%); */
	/* box-shadow: inset 0 0 1rem 0 hsl(60, 10%, 80%), 0 0 2px 0 hsla(0, 0%, 0%, 0.15); */
}

#body.category-completed.desktop .comments-area .comment-content {
	background-color: hsl(60, 8%, 80%);
	box-shadow: inset 0 0 1rem 0 hsl(60, 10%, 80%), 0 0 2px 0 hsla(0, 0%, 0%, 0.15);
	border: 1px solid hsla(0, 0%, 100%, 0.1);
}

z.comment-list .comment.your-comment .comment-content {
	color: hsl(0, 0%, 30%);
}

.comment-content > span::before {
	content: "";
	display: block;
}

li.comment {
	list-style: none;
	/* animation: comment-appears 1s ease-in-out 1 alternate; */
}

li.comment.realtime-comment .comment-body {
	animation: comment-appears 1.2s ease-in-out 1 alternate;
}

@keyframes comment-appears {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.comment .quote {
	/* display: block; */
	color: hsl(140, 100%, 30%);
}

.comment-form-attachment {
	margin-bottom: 0.5em;
}

.comment-form-attachment-wrapper {
	margin-bottom: 1.5em;
	display: inline-block;
}

.updated-images {
	font-size: 1.3rem;
	font-weight: 600;
	color: hsl(0, 0%, 50%);
	margin-right: 0.8rem;
	text-transform: uppercase;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

#body.files-1 .updated-images {
	margin-right: 0;
}

#body:not(.files-1) .updated-images::after {
	content: ":";
}

.comment-content > p {
	/* padding: 0 0.2em; */
	display: inline;
}

#cancel-comment-reply-link {
	font-size: 1.2em;
	float: none;
}

#reply-title {
	text-align: right;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active {
	color: #c9e4ff;
}

.reply {
text-align: right;
margin: 0.9em 0.7em 1.4em 1em;
}

.sm_list.bottomright {
	right: 0.4em !important;
	bottom: 0.8em !important;
	z-index: 1 !important;
}

.sm_list.bottomright .sm_container {
	width: 38rem;
	max-height: 15rem !important;
}

@media screen and (max-width: 1000px) {
.sm_list.bottomright .sm_container {
	position: fixed;
	bottom: 1rem !important;
	transition: all 0.5 ease-in-out;
}
}

.sm_list {
	opacity: 0.4;
}

.sm_list:hover {
	opacity: 1;
}

.sign-up-wrapper {
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: hsla(60, 10%, 87%,1);
	border: 1px solid hsla(60, 5%, 64%, 1);
	border-radius: 0.5em;
	box-shadow: 1px 1px 0 0 hsl(60, 10%, 90%),inset 1px 1px 0 0 hsl(60, 25%, 94%),inset 0.4em 0.4em 0.3em -0.35em hsl(60, 20%, 90%);
	padding: 2em;
	text-align: left;
}

.no-results .page-content {
	text-align: center;
}

.usp-pro {
	/* border: 0px; */
	/* border-radius: 7em; */
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: 0em auto;
	/* top: 2em; */
	padding: 0em;
}

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

.entry-content > * {
	text-align: left;
}






body.woocommerce-checkout {
	color: hsl(0, 0%, 20%);
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.2)0rem),url(//retouch.tv/images/bg_light.gif);
	background-color: hsla(60, 6%, 80%,1);
}

.woocommerce .quantity .qty {
	padding: 0.4em;
	width: 3.631em;
	text-align: center;
}

.woocommerce .quantity::before {
	content: "Quantity";
	font-size: 1.6em;
	display: block;
	font-weight: bold;
	color: #9e9e9e;
	margin-bottom: 0.3em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: hsl(100, 25%, 50%);
	font-size: 1.8rem !important;
	font-family: Roboto Slab;
}

.woocommerce-Price-currencySymbol {
	content: "$";
	/* font-weight: 300; */
	font-family: Roboto Condensed;
	/* margin-right: 0.2rem; */
}

.single_add_to_cart_button.button.alt {
	width: 100%;
	/* display: table-cell; */
}

body .rightpress_product_price_live_update {
	margin: 0 !important;
	overflow: initial !important;
	/* display: table-cell; */
	text-align: left;
	line-height: 1em;
	display: none !important;
}

.woocommerce .checkout .quantity .qty {
	padding: 0.4em;
	width: 3.631em;
	text-align: center;
	font-size: 16px;
}

.woocommerce .checkout .quantity::before {
	content: "Quantity";
	font-size: 1.6em;
	display: block;
	font-weight: bold;
	color: #9e9e9e;
	margin-bottom: 0.3em;
	display: none;
}

/*
.woocommerce .checkout .quantity::after {
	content: "Photo(s)";
	font-size: 14px;
}
*/

.woocommerce .checkout .quantity.hidden::after {
	display: none;
}

.woocommerce .checkout .quantity {
	display: inline-block;
}

.woocommerce .checkout table th {
	border-bottom: 0.1rem dotted hsl(60, 3%, 60%);
	text-align: left;
	width: 100%;
	vertical-align: bottom;
}

body.woocommerce-checkout .hentry {
	text-align: center;
}

body.woocommerce-checkout .hentry * {
	text-align: left;
}

body.woocommerce-checkout .wc_payment_methods * {
	margin-bottom: 0.5rem;
}

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

.woocommerce .checkout th.product-total {
	padding-left: 1em;
}

li.wc_payment_method {
	list-style: none;
}

li.wc_payment_method label {
	margin-left: 0.3em;
}

.wc_payment_methods {
	padding: 0em 0 2rem 0;
}

.wc_payment_method label {
	color: hsla(0,0%,0%,1);
//	font-size: 1.6em;
//	vertical-align: middle;
}


.payment-gateway-icon {
	// margin-left: 0.3em;
	font-size: 1.2em;
	margin-right: 0.5em;
}

.payment-gateway-icon::after {
	color: hsl(210, 100%, 55%);
	font-family: Duotone;
	position: relative;
}

.payment-gateway-icon::before {
	color: hsl(210, 100%, 70%);
	font-family: Duotone;
	position: absolute;
}

label[for="payment_method_wc_yandex_money_gateway_card"] .payment-gateway-icon::after {
	content: "\f09d";
	color: hsl(171.3, 100%, 21.6%);
}
label[for="payment_method_wc_yandex_money_gateway_card"] .payment-gateway-icon::before {
	content: "\10f09d";
color: hsl(120, 45%, 40%);
}

label[for="payment_method_wc_yandex_money_gateway"] .payment-gateway-icon::after {
	content: "\f414";
	font-family: Social;
	color: hsl(0, 70%, 50%);
	margin-right: -0.1em;
}

label[for="payment_method_fsww"] .payment-gateway-icon::after {
	content: "\f555";
	color: hsl(35, 80%, 45%);
}
label[for="payment_method_fsww"] .payment-gateway-icon::before {
	content: "\10f555";
	color: hsl(35, 100%, 30%);
}


li.wc_payment_method label::after {
	margin-left: 0.2em;
}

.payment_methods_space {
	height: 1em;
	display: block;
}

.single .private_orders.hentry, body.home .hentry {
	margin: 0 0 1.5em;
	text-align: center;
	display: inline-block;
	width: calc(100% - 45rem);
	padding: 0.9rem 0.9rem 0rem 0.9rem;
	float: left;
	position: sticky;
	top: 3rem;
	margin: 0;
	margin-bottom: 1rem;
}

.private_orders.hentry .entry-header {
	text-align: center;
}

.private_orders.hentry > * {
	text-align: left;
}

.private_orders .single_add_to_cart_button.button.alt, #place_order {
	width: 100%;
	text-align: center;
}

body #wccf_product_field_master_container {
	margin-top: 0;
	margin-bottom: 2rem;
	padding-left: 0;
	display: none;
	font-size: 1.4rem;
	text-align: left;
}

body.woocommerce-checkout table td {
	padding: 0.5em 1em 0;
}

.quantity.hidden {
	display: none;
}

.post-thumbs-wrapper {
	display: block;
	padding: 1em;
	background-image: url(//retouch.tv/images/bg_light.gif);
}

.fieldset-block, .admin-options {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	width: 100%;
}

.fieldset-block {
	padding: 0;
	/* border-radius: 0.5rem; */
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 1rem; */
	/* border: 1px solid hsla(0, 0%, 0%, 0.15); */
	/* box-shadow: inset 0 0 1px 0 hsla(0, 0%, 100%, 0.3); */
	/* width: calc(100% - 1rem); */
}

.fieldset {
	display: flex;
	border-radius: 0.5rem;
	position: relative;
	flex-wrap: wrap;
	padding-top: 0;
	justify-content: flex-start;
	align-items: flex-end;
}

.fieldset-title {
	line-height: 1em;
	font-weight: 600;
	color: hsla(0, 0%, 0%, 0.5);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	display: table;
	/* border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5); */
	margin: 1rem 0 1rem 0;
}

.field-block {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	flex-grow: 1;
	align-items: center;
	margin: 0 0 1rem 0;
	padding-right: 1rem;
	flex-basis: 0;
}

.field-label {
	margin-right: 0.4rem;
	font-weight: 500;
}

.label {
	/* position: absolute; */
	/* top: -0.8rem; */
	/* left: 0.8rem; */
	line-height: 0;
	position: relative;
	display: block;
	flex-basis: 100%;
	text-align: left;
}

.label::before {
	display: inline-block;
	position: relative;
	line-height: 1em;
	border-radius: 0.5rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-weight: 500;
	color: hsla(0, 0%, 0%, 0.8);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
}

.reg .label::before {
	color: hsla(0, 0%, 0%, 0.5);
	font-size: 1.2rem;
	font-weight: 600;
	position: relative;
	top: 0.5rem;
	background-image: url(//retouch.tv/images/bg_light.gif);
	left: 1rem;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
	padding: 0.1rem 0.4rem;
	text-transform: uppercase;
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
}

.field-block input {
	flex-grow: 1;
}

.usp-content .label::before {
	content: attr(data-before);
}
.usp-name .label::before {
	content: attr(data-before);
}
.usp-email .label::before {
	content: attr(data-before-register);
}
.login .usp-email .label::before {
	content: attr(data-before-login);
}
.usp-password .label::before {
	content: attr(data-before);
}
.color-wrapper.black .usp-name::before, .color-wrapper.black .usp-email::before {
	color: hsl(210, 100%, 70%);
	background: hsla(60,3%,20%,1);
}

.fieldset .label::before {
	content: attr(data-before);
}


#reg {
	margin-top: 15px;
}


.numbers {
	font-size: 1.6em;
	margin: 0 0.4em 0 0.2em;
}

.usp-image-wrap img.fullsize {
	max-height: initial;
}

.woocommerce-orders-table .button {
	margin-right: 1em;
}



.color-wrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 110rem;
	/* margin-left: auto; */
	/* margin-right: auto; */
	margin-bottom: 5em;
	order: 100;
}

@media screen and (max-width: 1000px) {
.color-wrapper {
	margin-bottom: 2em;
}
}

.color-wrapper.first {
	border-radius: 0.3rem 0.3rem 0.8rem 0.8rem;
	overflow: hidden;
	margin-top: 3px;
	order: 1;
}

@media screen and (max-width: 1000px) {
.color-wrapper.first {
	margin-bottom: 0;
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0.4),hsla(0, 0%, 0%, 0)100vh);
	border-radius: 0;
	margin-top: 0;
}
}

.bright, .bg {
background-color: hsla(60, 6%, 80%,1);
background-image: url(//retouch.tv/images/bg_light.gif);
}

.color-wrapper.how-it-works.light {
	order: 2;
	/* margin-bottom: 0.6rem; */
	border-radius: 0.8em;
	max-width: unset;
	/* border-radius: 0; */
	background-image: linear-gradient(hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0.15)0em), url(//retouch.tv/images/bg_tile_light_full.gif);
	/* background: none; */
	max-width: 110rem;
}

@media screen and (max-width: 1000px) {
.color-wrapper.how-it-works.light {
	margin-bottom: 1rem;
	background-color: hsla(60,6%,80%,1);
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 6%, 50%, 0.1)0rem), url(//retouch.tv/images/bg_tile_light_full.gif);
	color: hsl(0, 0%, 20%);
	border-radius: 0;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
}
}

.color-wrapper.how-it-works.details {
	order: 110;
	background-color: hsla(60,6%,80%,1);
	background-image: url(//retouch.tv/images/bg_tile_light.gif), url(//retouch.tv/images/bg_light.gif);
	color: hsl(0, 0%, 20%);
	margin-bottom: 0;
	display: flex;
	justify-content: normal;
	flex-wrap: wrap;
	align-items: center;
	min-height: calc(80vh - 4rem);
	max-width: 100%;
	border-radius: 0;
	justify-content: center;
	flex-direction: column;
	padding: 4rem 0;
}

@media screen and (max-width: 1000px) {
.color-wrapper.how-it-works.details {
	min-height: initial;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	background-image: url(//retouch.tv/images/bg_light.gif);
}
}

.color-wrapper.how-it-works {
	background-image: url(//retouch.tv/images/bg_light.gif);
	border-radius: 0.8em;
	background-color: hsl(60, 6%, 80%);
}

@media screen and (max-width: 1000px) {
.color-wrapper.how-it-works.light::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	border-top: 1px solid hsla(0, 0%, 0%, 0.3);
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.6); */
	background-origin: border-box;
	z-index: 1;
}
}

@media screen and (max-width: 1000px) {
.color-wrapper.how-it-works.light::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	/* border-top: 1px solid hsla(0, 0%, 0%, 0.2); */
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	background-origin: border-box;
	z-index: 1;
}
}

.color-wrapper.how-it-works.details > * {
	width: 100%;
	max-width: 100rem;
}

.color-wrapper.footer {
	min-height: 5em;
}

.color-wrapper.contactform {
	padding: 10rem 0;
	order: 200;
	display: none;
}

.color-wrapper.contacts {
	margin-bottom: 0;
	/* background: linear-gradient(180deg,hsla(220, 100%, 20%, 0.3),hsla(220, 100%, 30%, 0.2)3em); */
	display: inline-block;
	order: 300;
	max-width: 100%;
}

@media screen and (max-width: 1000px) {
.color-wrapper.contacts {
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0.4),hsla(0, 0%, 0%, 0.2)3em);
	/* display: none; */
}
}

.color-wrapper.bright {
	background-color: hsla(60,6%,80%,1);
	background-image: url(//retouch.tv/images/bg_tile_light.gif), url(//retouch.tv/images/bg_light.gif);
	color: hsl(0, 0%, 20%);
}

.color-wrapper.blue {
	background-image: linear-gradient(180deg, hsla(0, 0%, 0%, 0), hsla(218, 100%, 30%, 0.2)0em);
	border: 1px dotted hsla(0, 0%, 100%, 0.1);
	border-width: 1px 0;
	margin-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
.color-wrapper.first {
	margin-bottom: 0em;
}
}

#body .color-wrapper.thumb {
	margin-bottom: 2rem;
}

.color-wrapper:nth-child(2) {
	order: 2;
}

.color-wrapper:nth-child(3) {
	order: 3;
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
.color-wrapper:nth-child(3) {
	margin-bottom: 2rem;
}
}

.color-wrapper:nth-child(4) {
	order: 4;
}

@media screen and (max-width: 1000px) {
.color-wrapper:nth-child(4) {
	order: 4;
	margin-bottom: 0;
}
}

.color-wrapper.categories-menu {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 1000px) {
.color-wrapper.categories-menu {
	flex-direction: column;
}
}

.color-wrapper.about-block {
	margin-bottom: 1rem;
	order: 1;
}

@media screen and (max-width: 1000px) {
.color-wrapper.about-block {
	margin-bottom: 0;
	order: 3;
}
}

@media screen and (max-width: 1000px) {
.color-wrapper.bluestar {
	order: 5;
}
}

.color-wrapper.ladyinred {
	order: 101;
}



.color-wrapper.first .after-before-static {
	border-bottom: none;
	margin-bottom: 0em;
	/* margin-top: 3px; */
	height: calc(100vh - 4rem);
	overflow: hidden;
	position: absolute;
	max-height: 80rem;
}

.after-before-static.horizontal.first {
	position: relative;
}

#body.desktop:not(.image-open) #second-image.loaded ~ .after-before-static.horizontal.first {
	animation: firstScreenAnimation 12s ease infinite alternate;
	animation-delay: 5s;
}

@keyframes firstScreenAnimation {
	0% { opacity:1; }
	45% { opacity:1; }
	60% { opacity:0; }
	100% { opacity:0; }
}

@media screen and (max-width: 1000px) {
.color-wrapper.first .after-before-static {
	margin-top: 0;
	max-height: initial;
	overflow: initial;
}
}

@media screen and (max-width: 1000px) {
.first .after-before-static::after {
	content: "";
	display: block;
	width: 100%;
	height: 10vw;
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.4));
	position: absolute;
	z-index: 1;
	bottom: 0;
}
}

@media screen and (max-width: 1000px) {
z.first .after-before-static::before {
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	position: absolute;
	background: linear-gradient(0deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.6));
	z-index: 1;
	border-top: 3px solid hsl(0, 0%, 15%);
}
}

a {
	text-decoration: none;
}



.logos-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.logos-block .logo {
	display: inline-block;
	width: auto;
	height: 5rem;
	margin: 1rem 0rem 0.5rem 0rem;
}

@media screen and (max-width: 1000px) {
.logos-block .logo {
	display: inline-block;
	width: 18vw;
	height: auto;
	margin: 0.5rem 0 0 0;
	width: auto;
	height: 6.5vw;
}
}

.header {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	position: relative;
	display: inline-block;
	/* margin: 0.5rem 0 0.5rem 0; */
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 0 1rem;
	min-height: 3.4rem;
}

#body.home.desktop .site-header:not(.floating) .header {
	min-height: 3.4rem;
}

@media screen and (max-width: 1000px) {
.header {
	margin: 0;
	padding: 0;
	min-height: auto;
}
}

@media screen and (max-width: 1000px) {
.home .header {
	min-height: 3.2rem;
}
}

@media screen and (max-width: 1000px) {
body:not(.home) .header {
	padding: 0rem 0.5rem;
}
}

.floating .header {
	margin: 0;
	background: none;
	padding: 0.4rem 0 0.2rem 0;
}

@media screen and (max-width: 1000px) {
.floating .header {
	padding: 0;
}
}

.header label {
	font-size: inherit;
}

.header .logo-block {
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 1000px) {
.header .logo-block {
	display: inline-block;
	padding: 0.3rem 0;
	text-align: left;
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	padding: 0.5rem 0;
	justify-content: flex-start;
	margin: 0 auto;
	z-index: 3;
}
}

.header .logo-block img {
	width: auto;
	height: 0.9em;
	margin-right: 1em;
	display: none;
}

@media screen and (max-width: 1000px) {
.header .logo-block img {
	width: 22vw;
	margin-right: 1vw;
	display: inline-block;
	height: auto;
	display: none;
}
}

.logo-icon {
	font-size: 2.3rem;
	white-space: nowrap;
	font-weight: 600;
	line-height: 1em;
}

#body.home.desktop .logo-icon {
	font-size: 2.2rem;
}

@media screen and (max-width: 1000px) {
.logo-icon {
	margin: 0 auto;
}
}

@media screen and (max-width: 1000px) {
#body:not(.home) .logo-icon {
	font-size: 1.2em;
}
}

.logo-icon a {
	color: hsl(0, 0%, 80%);
}

.logo-icon a::after {
	content: ".tv";
	font-weight: 300;
	color: hsl(210, 100%, 60%);
}

@media screen and (max-width: 1000px) {
.logo-icon a::after {
	content: ".tv";
}
}

.logo-text {
	order: initial;
	margin-right: 1rem;
	/* font-weight: 500; */
	color: hsl(0, 0%, 90%);
	/* text-transform: lowercase; */
	/* font-family: Roboto Condensed; */
}

@media screen and (max-width: 1000px) {
.logo-text {
	display: none;
}
}

.first .logo-text {
	position: absolute;
}

@media screen and (max-width: 1000px) {
.first .logo-text {
	color: hsl(0, 0%, 100%);
	display: inline-block;
	font-size: 1.3rem;
	word-spacing: initial;
	font-weight: 600;
	margin: 0 auto;
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1em;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.7), 0 0 1rem hsla(0, 0%, 0%, 0.7);
	text-transform: uppercase;
	opacity: 0.8;
}
}

@media screen and (max-width: 1000px) {
.first .after-before.touchend ~ .logo-text {
	animation: LogoTextMobile 5s ease-in-out 1 alternate;
}
}

@keyframes LogoTextMobile {
	0% {opacity: 0;}
	60% {opacity: 0;}
	90% {opacity: 1;}
	100% {opacity: 0.8;}
}

@media screen and (max-width: 1000px) {
.first .after-before:not(.message-hidden) ~ .logo-text {
	animation: LogoTextMobile 0s ease-in-out 1 alternate;
	text-shadow: 0 0 1px hsl(0, 0%, 0%), 0 0 1rem hsl(0, 0%, 0%);
	opacity: 0.7;
}
}

@media screen and (max-width: 1000px) {
.first .after-before.hover_effect ~ .logo-text {
	//display: none;
	opacity: 0;
}
}

.logo-text::before {
	content: attr(data-before);
	text-transform: initial;
}

@media screen and (max-width: 1000px) {
.first .logo-text::before {
	content: attr(data-before) " ";
	text-transform: uppercase;
}
}

.logo-text::after {
	content: attr(data-after);
	float: left;
	margin: 0 0.8rem;
	opacity: 0.5;
}

@media screen and (max-width: 1000px) {
.first .logo-text::after {
	content: attr(data-after);
	text-transform: uppercase;
	float: none;
	margin: 0;
	opacity: initial;
}
}

@media screen and (max-width: 500px) {
#body.lang-ru .first .logo-text::after {
	display: block;
	margin-top: 0.3rem;
	position: absolute;
	width: 100%;
}
}

.header-menu-wrapper {
	font-size: 1.8em;
	display: inline-block;
	/* line-height: 1em; */
	margin: 7px 0;
	font-style: normal;
	font-kerning: none;
}

.header-menu {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	align-self: stretch;
}

@media screen and (max-width: 1000px) {
.header-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* font-size: 0; */
	margin: 0;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	padding: 0;
	z-index: 2;
}
}

@media screen and (max-width: 1000px) {
.home .header-menu {
	justify-content: flex-end;
}
}

.floating .header-menu {
	margin: auto;
}

@media screen and (max-width: 1000px) {
.floating .header-menu {
	width: 100%;
	font-size: calc(1.5rem + 0.5vw);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* align-items: center; */
	margin: auto;
	padding: 0;
	position: relative;
	transform: none;
	top: 0;
}
}

@media screen and (max-width: 500px) {
.floating .header-menu {
	justify-content: center;
	/* flex-grow: 0; */
	/* padding: 0 0rem 0 1rem; */
}
}

.menu-item {
	position: relative;
	z-index: 1;
	/* display: inline-block; */
	white-space: nowrap;
	/* margin-right: 2rem; */
	/* padding: 0.6rem 0 0.4rem 0; */
	display: flex;
	align-items: stretch;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 1000px) {
.menu-item {
	order: 0;
	padding: 0;
	margin: 0;
	color: inherit;
}
}

.home .menu-item {
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	margin-left: 0.5rem;
	/* color: hsl(60, 3%, 60%); */
}

.desktop .site-header:not(.floating) .menu-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	pointer-events: none;
}

.desktop .site-header:not(.floating) .menu-item:hover::before {
	border: 1px solid hsla(0, 0%, 100%, 0.5) !important;
	box-shadow: inset 0 0 2px 0 hsl(0, 0%, 100%) !important;
}

z.desktop .site-header:not(.floating) .menu-item.members::before {
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	box-shadow: inset 0 0 2px 0 hsl(0, 0%, 100%);
}

z.desktop .site-header:not(.floating) .menu-item:not(.members):hover ~ .members::before {
	border: none;
	box-shadow: none;
}

.home.desktop .site-header:not(.floating) .menu-item:not(.contactme)::before {
	z-index: -1;
}

.floating .menu-item {
	/* margin-right: 2rem; */
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 1000px) {
.floating .menu-item {
	padding: 0;
	margin: 0;
	/* margin-right: 1rem; */
}
}

#body.home .site-header:not(.floating) .menu-item.contactme {
	display: none;
}

@media screen and (max-width: 1000px) {
#body.single .menu-item.members, #body.page-wallet .menu-item.members {
	order: -1;
	display: none;
}
}

@media screen and (max-width: 1000px) {
#body.lang-ru .menu-item.contactme a::after {
	/* content: "со мной"; */
	display: block;
	font-size: calc(1.2rem + 0.5vw);
}
}

@media screen and (max-width: 1000px) {
.site-header:not(.floating) .menu-item.upload-photo {
	display: none;
}
}

@media screen and (max-width: 1000px) {
#body.archive .menu-item:not(.showmenu) {
	display: none;
}
}

@media screen and (max-width: 1000px) {
#body.home .site-header .menu-item.members {
	display: none;
	order: -1;
}
}

z.menu-item.showmenu {
	flex-grow: 1;
	justify-content: flex-end;
	text-align: right;
}

#body.home .site-header:not(.floating) .menu-item.showmenu {
	display: none;
}

@media screen and (max-width: 1000px) {
#body.home .site-header:not(.floating) .menu-item.showmenu {
	margin: 0;
	display: initial;
}
}

@media screen and (max-width: 1000px) {
.menu-item.wallet-balance-wrapper {
	display: block !important;
	order: 1;
}
}

@media screen and (max-width: 1000px) {
#body.single .menu-item.wallet-balance-wrapper, #body.page-wallet .menu-item.wallet-balance-wrapper {
	display: none !important;
	order: 1;
}
}

@media screen and (max-width: 1000px) {
.site-header:not(.floating) .menu-item.howitworks {
	display: none;
}
}

@media screen and (max-width: 1000px) {
.site-header:not(.floating) .menu-item.contactme {
	display: none;
}
}

.menu-item.scroll-top {
	display: none;
}

@media screen and (max-width: 1000px) {
.floating .menu-item.scroll-top {
	display: initial;
	order: 3;
}
}

@media screen and (max-width: 640px) {
.menu-item.upload-photo {
	order: -1;
	/* flex-basis: 100%; */
}
}

.floating .menu-item.upload-photo {
	order: 1;
}

@media screen and (max-width: 1000px) {
.floating .menu-item.upload-photo {
	flex-basis: initial;
	/* flex-grow: 1; */
	/* max-width: 22rem; */
}
}

.menu-item u {
	line-height: 1em;
	display: inline-block;
	/* border-bottom: 1px dotted hsla(0, 0%, 100%, 0.4); */
}

.site-header.floating .menu-item:not(.upload-photo) u {
	text-shadow: 0 0 1px hsl(0, 0%, 0%), 0 0 1px hsl(0, 0%, 0%);
}

@media screen and (max-width: 1000px) {
.menu-item u {
	color: hsl(0, 0%, 100%);
}
}

@media screen and (max-width: 1000px) {
.site-header:not(.floating) .menu-item u {
	display: none;
}
}

#body.home .menu-item.members u {
	/* color: hsl(215, 100%, 65%); */
}

@media screen and (max-width: 1000px) {
.site-header.floating .menu-item.contactme u {
	padding: 0.5rem 1rem;
	background: hsla(0, 0%, 100%, 0.1);
	border-radius: 1rem;
}
}

@media screen and (max-width: 1000px) {
.floating .menu-item:not(.upload-photo):not(.contactme) u {
	display: none;
}
}

@media screen and (max-width: 1000px) {
.menu-item.members u {
	text-transform: lowercase;
}
}

@media screen and (min-width: 1000px) {
.floating .menu-item:not(.upload-photo):not(.contactme) {
	display: none;
}
}

@media screen and (max-width: 1000px) {
.floating .menu-item:not(.upload-photo):not(.contactme) {
	display: none;
}
}

.floating .menu-item.members {
	display: none;
}

.menu-item .item-wrapper {
	padding: 0 1rem 0 1rem;
	align-self: center;
	display: flex;
	align-items: baseline;
}

@media screen and (max-width: 1000px) {
.menu-item .item-wrapper {
	/* padding: 0; */
}
}

@media screen and (max-width: 1000px) {
.floating .menu-item .item-wrapper {
	padding: 0 0.5rem 0 0.5rem;
}
}

.menu-item > * {
	display: flex;
	align-items: center;
	height: 100%;
	/* padding-top: 0.5rem; */
	/* padding-bottom: 0.2rem; */
}

@media screen and (max-width: 1000px) {
.menu-item > * {
	padding-top: 0;
	padding-bottom: 0;
}
}

.site-header.floating .menu-item > * {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
.menu-item a {
	padding-top: 0;
	padding-bottom: 0;
}
}

.header .icon {
	font-family: Icons;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1em;
	margin-right: 0.5rem;
}

@media screen and (max-width: 1000px) {
.header .icon {
	margin-right: 0;
	/* padding: 0.5rem 0.9rem; */
	font-size: 2.2rem;
	line-height: 1em;
}
}

#body .site-header.floating .icon {
	margin: 0;
	line-height: 0;
}

@media screen and (max-width: 1000px) {
#body .site-header.floating .icon {
	font-size: 1.7rem;
	/* vertical-align: middle; */
}
}

.site-header.floating .upload-photo .icon:before {

}

.menu-item .icon::after, .menu-item .icon::before {
	color: hsla(0, 0%, 100%, 0.3);
}

#body.home.desktop .menu-item.members .icon::after {
	content: "\10f563";
	color: hsl(35, 80%, 60%);
	/* position: relative; */
	font-family: Duotone;
}

#body.home.desktop .menu-item.members .icon::before {
	content: "\f563";
	color: hsl(20, 100%, 25%);
	position: absolute;
	font-family: Duotone;
}

@media screen and (max-width: 1000px) {
.members .icon::after {
	content: "\f2f6";
	font-family: Icons;
}
}

@media screen and (max-width: 1000px) {
.menu-item.members .icon::after {
	font-family: Light;
	color: hsla(0, 0%, 100%, 0.7);
}
}

#body:not(.home) .menu-item.members .icon::after {
	content: "\f015";
}

#body:not(.home) .menu-item.members .icon::before {
	display: none;
}

.icon.more::before {
	content: "\f0d7";
}

@media screen and (max-width: 1000px) {
.showmenu .icon.more::before {
	content: "\f0c9";
	color: hsla(0, 0%, 100%, 0.7);
	font-family: Light;
}
}

@media screen and (max-width: 1000px) {
#body.home .showmenu .icon.more::before {
	/* color: hsla(0, 0%, 100%, 0.3); */
}
}

@media screen and (max-width: 1000px) {
.floating .showmenu .icon::before {
	color: hsla(0, 0%, 100%, 0.5);
}
}

.wallet-balance-wrapper .icon::before {
	content: "\f555";
}

@media screen and (max-width: 1000px) {
.wallet-balance-wrapper .icon::before {
	font-size: 1.6rem;
	font-family: Regular;
}
}

.contactme .icon::before {
	content: "\f0e0";
}

.howitworks .icon::before {
	content: "\f0eb";
}

.scroll-top .icon::before {
	content: "\f0aa";
}

.header-menu > span:last-child .item-wrapper {
	/* padding-right: 0; */
}

#body .site-header:not(.floating) .upload-photo u {
	color: hsl(210, 100%, 65%);
}

z#body:not(.home) .site-header:not(.floating) .upload-photo u {
	color: hsl(215, 100%, 65%);
}

.site-header:not(.floating) .upload-photo u.button-blue {
	/* padding: 0.7rem 1.4rem 0.7rem 1.4rem; */
	/* background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%)); */
	box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 0%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.6),inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2);
	border-bottom: none;
	background: linear-gradient(0deg, hsl(210, 100%, 45%), hsl(215, 100%, 70%));
	color: hsl(215, 100%, 95%);
}

#body.home .site-header:not(.floating) .upload-photo u.button.button-blue {
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(210, 100%, 45%), hsl(215, 100%, 70%));
}

.site-header.floating .upload-photo u {
	padding: 1.1rem 1.5rem 1.1rem 1.5rem;
	background: linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%));
	box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 0%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.6),inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2);
	border-bottom: none;
}

@media screen and (max-width: 1000px) {
.site-header.floating .upload-photo u {
	margin: 0;
	position: relative;
	top: 0.4rem;
	box-shadow: 0 0 0 0.3rem hsl(60, 3%, 20%);
	/* font-weight: 400; */
	border-width: 1px 0;
	text-shadow: 0 0 0.1rem hsla(0, 0%, 0%, 0.2);
	/* border-bottom: 1px solid hsl(215, 100%, 45%); */
	border-top: 1px solid hsl(210, 100%, 84%);
	border-radius: 1rem;
	padding: 0.9rem 1.5rem 0.9rem 1.5rem;
	width: 100%;
	font-size: 1.7rem;
}
}

.floating .menu-item.upload-photo {
	color: hsl(0, 0%, 90%);
	position: relative;
	/* display: inline-block; */
	top: initial;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	/* padding: 0.2rem 0; */
}

.menu-item.upload-photo .icon::before {
	font-family: Icons;
	color: hsla(0, 0%, 100%, 0.3);
	content: "\f178";
	opacity: 1;
}

@media screen and (max-width: 1000px) {
.upload-photo::before {
	/* content: "\f055"; */
	font-family: Icons;
	margin-right: 1.1vw;
	font-family: Light;
	color: hsla(0, 0%, 100%, 0.2);
	display: none;
}
}

.more-icon::before {
	content: "\f0d7";
	font-family: Icons;
	color: hsl(210, 100%, 40%);
	font-size: 1.6rem;
	vertical-align: text-bottom;
	color: hsl(0, 0%, 40%);
	margin-right: 0.5rem;
}

.more-icon ~ u {
	margin-left: 0;
}




.after-before-wrapper, .sliders-wrapper {
	max-width: 110em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 0em;
	/* border: 1px solid hsla(0,0%,15%,1); */
	/* border-bottom-width: 0; */
}

.after-before-wrapper {
	/* display: inline-block; */
	/* display: flex; */
	display: table;
}

@media screen and (max-width: 1000px) {
.first .after-before-wrapper {
	max-height: calc(100vh - 3rem);
	overflow: hidden;
	display: block;
	-webkit-user-select: none !important;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
}

.first .after-before-wrapper::before {
	/* content: ""; */
	position: absolute;
	width: 100%;
	height: 5rem;
	display: block;
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0.2),hsla(0, 0%, 0%, 0));
	z-index: 1;
	top: 0;
	left: 0;
	background-origin: border-box;
}

@media screen and (max-width: 1000px) {
.first .after-before-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2rem;
	display: block;
	background: linear-gradient(180deg,hsla(0, 0%, 10%, 0.4),hsla(0, 0%, 0%, 0));
	z-index: 1;
	top: 0;
	left: 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.05);
	background-origin: border-box;
}
}

@media screen and (min-width: 1000px) {
body .after-before-wrapper .vertical {
display:none!important;
}
}

@media screen and (max-width: 1000px) {
.after-before-wrapper .horizontal:not(.horizontal-vertical) {
display:none!important;
}
}

.after-before, .after-before-static {
	margin: 0px;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1000px) {
.after-before, .after-before-static {
	overflow: hidden;
	max-height: calc(100vh - 4rem);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}
}

@media screen and (max-width: 1000px) {
.first .after-before, .first .after-before-static {
	//transition: max-height 1s ease-in-out;
}
}

/* touch */
z.after-before.hover_effect .after-image {
opacity:0.00001;
transition: opacity 0.0001s ease-in-out;
//filter: opacity(0);
//-webkit-transition: 0s -webkit-filter linear;
//-moz-transition: 0s -moz-filter linear;
//-moz-transition: 0s filter linear;
//-ms-transition: 0s -ms-filter linear;
//-o-transition: 0s -o-filter linear;
//transition: 0s filter linear, 0s -webkit-filter linear;
}

.after-image, .before-image {
	max-height: calc(100vh - 4.3rem);
	width: auto;
	height: auto;
	max-width: 100%;
	position: relative;
	/* overflow: hidden; */
	display: block;
	border-radius: 0.3rem;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
}

#body.home .after-image, #body.home .before-image {
	min-height: 20vh;
}

#body.home.desktop .samples .after-before-wrapper .after-image, #body.home.desktop .samples .after-before-wrapper .before-image {
	max-height: 100vh;
}

@media screen and (max-width: 1000px) {
.after-image, .before-image {
	box-shadow: none;
	border: none;
	border-radius: 0;
	pointer-events: none;
	-webkit-user-select: none !important;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
}

.filelist .after-image, .before-image {
	max-height: 100vh;
}

.big.preview .before-image, .big.preview .after-image {
	object-fit: cover;
	/* height: 100%; */
	border-radius: 0;
	min-height: initial;
	box-shadow: none;
	max-height: 100vh;
}


#body .downloads-block .big.preview.message .before-image {
	opacity: 0 !important;
}

#body .downloads-block .big.preview.message .after-image {
	opacity: 1 !important;
}

#body .downloads-block .big.preview.message.after-before::before {
	opacity: 0 !important;
}

#body .downloads-block .dragscroll .after-before.message-hidden::after, #body .downloads-block .dragscroll .after-before::before, #body .downloads-block .dragscroll .after-before:hover::before {
	position: fixed;
}

#body:not(.files-1) .downloads-block .dragscroll .after-before.message-hidden::after, #body:not(.files-1) .downloads-block .dragscroll .after-before::before, #body:not(.files-1) .downloads-block .dragscroll .after-before:hover::before {
	margin-left: 8rem;
}

#body .dragscroll .before-image, #body .dragscroll .after-image {
	object-fit: initial;
	height: 100%;
	border-radius: 0;
	min-height: initial;
	box-shadow: none;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}

span.dragscroll[for^="image"] {
	display: block;
	width: unset;
	margin: unset;
	max-height: 100vh;
	overflow: scroll;
	overflow: hidden;
}

#body .downloads-block .dragscroll .big.preview img {
	cursor: grab !important;
}

#body.mousedown .downloads-block .dragscroll .big.preview img {
	cursor: grabbing !important;
}

#body.ctrl-pressed .downloads-block .dragscroll .big.preview img {
	cursor: zoom-out !important;
}

#body.ctrl-pressed .downloads-block .big.preview img {
	cursor: zoom-in !important;
}

#body .downloads-block .dragscroll span.dragscroll[for^="image"] {
	display: block;
	width: unset;
	margin: unset;
	max-height: 100vh;
	overflow: scroll;
}


.first .after-image, .first .before-image {
	border-bottom: none;
	border-radius: 0.3rem 0.3rem 0.8rem 0.8rem;
	max-height: initial;
}

@media screen and (max-width: 1000px) {
.first .after-image, .first .before-image {
	max-height: initial;
	/* max-height: calc(100vh - 14rem); */
	border-radius: 0;
}
}

@media screen and (max-width: 1000px) {
.after-image, .before-image {
	border: none;
	max-height: 95vh;
}
}

@media screen and (max-width: 1000px) and (min-aspect-ratio: 10/16) {
.after-image, .before-image {
	//transform: translate(0px, -5rem);
}
}

@media screen and (max-width: 1000px) and (orientation: portrait) {
.after-image, .before-image {
	border: none;
	max-height: 95vh;
	max-height: initial;
}
}

.before-image {
	position: absolute;
}

.before-image:only-child {
	position: relative;
}

.mobile .after-before.hover_effect .before-image {
	position:relative;
}

/* touch */
z.desktop .after-before .after-image {
-webkit-user-select: none;
-webkit-touch-callout: none;    
user-select: none;
opacity:1;
//transition: opacity 0.8s ease-in-out;
//filter: opacity(100%);
//-webkit-transition:  0.8s -webkit-filter ease-in-out;
//-moz-transition:  0.8s -moz-filter ease-in-out;
//-moz-transition:  0.8s filter ease-in-out;
//-ms-transition:  0.8s -ms-filter ease-in-out;
//-o-transition:  0.8s -o-filter ease-in-out;
//transition:  0.8s filter ease-in-out,  0.8s -webkit-filter ease-in-out;
}

.desktop .after-before .after-image {
-webkit-user-select: none;
-webkit-touch-callout: none;
user-select: none;
opacity:1;
transition: opacity 0.8s ease-in-out;
//animation: changeOpacityForAfter 0.9s ease-in-out 1 alternate;
//animation-iteration-count: 1;
}

.mobile .after-before .after-image {
-webkit-user-select: none;
-webkit-touch-callout: none;
user-select: none;
animation: changeOpacityForAfter 0.8s ease-out 1;
}

z.mobile:not(.safari) .after-before .after-image {
animation: changeOpacityForAfter 0.8s ease-out 1;
}

z.mobile.safari .after-before .after-image {
animation: changeOpacityForAfter 3s ease-out 1;
}

#body.desktop .after-before:hover .after-image {
transition: all 0.0001s ease-in-out;
//transition: all 1.0001s ease-in-out;
//opacity:0.00001;
opacity:0;
}

#body.desktop .after-before.message-hidden:not(:hover) .after-image, #body.mobile .after-before.message-hidden:not(.hover_effect) .after-image {
	//animation: afterImageAnimation 4s ease infinite;
	//animation-delay: 1s;
}

@keyframes afterImageAnimation {
	0% { opacity: 1; }
	15% { opacity: 0; }
	35% { opacity: 0; }
	80% { opacity: 1; }
	100% { opacity: 1; }
}

.mobile:not(.zsafari) .after-before.hover_effect .after-image {
//transition: all 0.0001s ease-in-out;
//transition: all 1.0001s ease-in-out;
//opacity:0.00001;
//opacity:0;
//display:none;
opacity:0;
position: fixed;
top: -10000px;
left: -10000px;
}

z.mobile.safari .after-before.hover_effect .after-image {
opacity:0;
position: absolute;
display:block;
top: -10000px;
left: -10000px;
}

@keyframes changeOpacityForAfter {
    from {
opacity:0;
    }
    to {
opacity:1;
    }
}

.desktop .after-before:hover,z.after-before-static:hover {
cursor: pointer;
}


.after-before .before-after-message {
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	padding: 0 2rem;
}

#body.image-open .dragscroll .after-before .before-after-message {
	position: fixed;
}

.first .after-before .before-after-message {
	transform: translateY(calc(-50% - 4rem));
}

.after-before .before-after-message::before {
	position: relative;
	display: inline-block;
	font-size: 1.6em;
	opacity: 1;
	color: hsl(0, 0%, 95%);
	text-align: left;
	padding: 0 0.5em;
	display: initial;
	border-radius: 10em;
	text-align: center;
	/* display: inline-block; */
	background-color: hsla(0, 0%, 50%, 0.4);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	background-origin: border-box;
}

@media screen and (max-width: 1000px) {
.before-after-message::before {
	font-weight: 400;
}
}

.desktop .before-after-message::before {
	content: "Mouseover the photo to see it before and after retouching";
}

.mobile .before-after-message::before {
	font-size: 1.5em;
	content: "Touch the photo to see it before and after retouching";
}

z.desktop.lang-ru .before-after-message::before {
	content: "Наведите курсор, чтобы увидеть фото до обаботки и после";
}

z.mobile.lang-ru .before-after-message::before {
	content: "Нажмите, чтобы увидеть фото до обаботки и после";
}

.after-before.message-hidden .before-after-message {
display:none;
}


/* touch */
.mobile .after-before.hover_effect::after, .mobile .after-before::after, .mobile .after-before.hover_effect::before, .mobile .after-before::before {
	font-size: 1.8rem;
	display: block;
	position: absolute;
	top: 1.4rem;
	left: 1rem;
	text-shadow: 0 0 0.1em hsla(0, 0%, 0%, 0.8), 0 0 0.2em hsla(0, 0%, 0%, 0.5);
	opacity: 0.6;
	z-index: 1;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.mobile .after-before.horizontal.hover_effect::after, .mobile .after-before.horizontal::after, .mobile .after-before.horizontal.hover_effect::before, .mobile .after-before.horizontal::before {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.mobile .after-before.hover_effect::before, .mobile .after-before::before {
	text-shadow: 0 0 0.1em hsl(0, 0%, 0%), 0 0 0.2em hsl(0, 0%, 0%);
}

.mobile .after-before::before {
	color: hsl(60, 6%, 100%);
}

.mobile .after-before.touchend.message-hidden::after {
	content: "After retouch";
	content: attr(data-after);
	color: hsl(60, 6%, 100%);
}

.mobile .after-before.hover_effect.message-hidden::after {
	opacity: 0;
}

.mobile .after-before.message-hidden.hover_effect::before {
	content: "Before retouch";
	content: attr(data-before);
	opacity: 0.7;
	color: hsl(60, 6%, 100%);
}

.mobile .downloads-block .after-before.hover_effect::after, .mobile .downloads-block .after-before::after {
	opacity: 0.35;
}

.desktop .after-before.message-hidden::after, .desktop .after-before::before, .desktop .after-before:hover::before {
	font-size: 3rem;
	display: block;
	position: absolute;
	color: hsl(60, 6%, 100%);
	top: 1rem;
	left: 2rem;
	text-shadow: 0 0 1px hsl(0, 0%, 0%), 0 0 0.6rem hsl(0, 0%, 0%);
	z-index: 1;
	line-height: 1em;
}

#body .downloads-block .after-before.message-hidden::after, #body .downloads-block .after-before::before, #body .downloads-block .after-before:hover::before {
	left: 1rem;
	/* text-shadow: 0 0 1rem hsl(0, 0%, 100%); */
	color: hsla(0, 0%, 0%, 0.8);
	font-weight: 500;
	font-size: 2.4rem;
	background: hsl(0, 0%, 100%);
	padding: 0.2rem 0.4rem;
	border-radius: 0.5rem;
	line-height: 1em;
	top: 1rem;
	text-shadow: none;
}

.desktop .after-before.message-hidden::after {
	content: "After retouch";
	content: attr(data-after);
	opacity: 0.35;
	transition: opacity 0.8s ease-in-out;
}

.desktop .after-before::before, .desktop .after-before:hover::before {
	content: "Before retouch";
	content: attr(data-before);
	opacity: 0;
	transition: opacity 0.9s ease-in-out;
}

.desktop .after-before:hover::before {
	opacity: 0.5;
	transition: opacity 0s ease-in-out;
}

.desktop .after-before:hover::after {
	opacity: 0;
	transition: opacity 0s ease-in-out;
}

/* first screen mobile */
.first .after-before.touchend::after {
	opacity: 0.8;
	display: initial;
	transition: opacity 0.5s ease-in-out;
}

.first .after-before.hide_after::after {
	opacity: 0;
}

.mobile .first .after-before.hover_effect::after, .mobile .first .after-before::after, .mobile .first .after-before.hover_effect::before, .mobile .first .after-before::before {
	left: 50%;
	transform: translate(-50%, -0);
}

/*
.mobile .first .after-before.hover_effect::before, .mobile .first .after-before::before {
	opacity: 0.8;
}

.first .after-before::after {
	display: none;
}

.first .after-before.message-hidden::after {
	display: initial;
	opacity: 0;
	animation: AfterEffect 3s ease-in-out 1 alternate;
}

.mobile .first .after-before.message-hidden::after {
	animation: AfterEffectMobile 3.5s ease-in-out 1 alternate;
}

.desktop .first .after-before:hover::after {
	display: none;
}

.mobile .after-before.hover_effect::after {
	display: none;
}
*/

@keyframes AfterEffect {
	0% {opacity: 0;}
	50% {opacity: 0.5;}
	75% {opacity: 0.5;}
	100% {opacity: 0;}
}

@keyframes AfterEffectMobile {
	0% {opacity: 0.8;}
	75% {opacity: 0.8;}
	100% {opacity: 0;}
}




.fade{
    opacity:1;
}

.elementToFadeInAndOut {
    animation: fadeInOut 2s linear forwards;
}

@keyframes fadeInOut {
 0% { opacity:1; }
 50% { opacity:0.5; }
 100% { opacity:0; } 
}

@keyframes fadeOutIn {
 0% { opacity:0; }
 50% { opacity:0.5; }
 100% { opacity:1; } 
}

.acf-form-submit, .customrequest-block, .image-sizes-block, .files-block, .tips-block, .categories-and-options-wrapper, .ui-block {
	display: table;
	max-width: 45rem;
	/* float: right; */
	padding: 0 1rem;
	clear: right;
	margin-left: auto;
	background-color: hsl(60, 6%, 80%);
	width: 100%;
	background-image: linear-gradient(0deg,hsla(0, 0%, 0%, 0.05),hsla(0, 0%, 0%, 0)3rem);
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.2); */
	/* border-top: 1px solid hsl(60, 6%, 90%); */
	box-shadow: inset 0 -1rem 1rem -1rem hsla(60, 10%, 50%, 0.1), inset 0 0 1rem 0.5rem hsl(60, 8%, 77%);
	box-shadow: none;
	background-image: none;
	position: relative;
	border: none;
}

#body.desktop .carousel-cell .ui-block:not(.uploads-wrapper):not(.category-completed):not(.customrequest-block):first-child, body.desktop:not(.category-completed) .message-block {
	border-radius: 0.5rem 0.5rem 0 0;
}

.ui-block::after, .ui-block::before, .comments-area::after, .comments-area::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 1;
	pointer-events: none;
}

.ui-block:not(.border-bottom-none)::after {
	bottom: 0;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
}

@media screen and (max-width: 1000px) {
.ui-block.border-bottom-none::after, #body .subtotal-block::after {
	border-bottom: none;
}
}

#body.category-completed.desktop .ui-block:not(.border-bottom-none)::after {
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.15); */
}

.ui-block.dark::after {
	bottom: 0;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.15);
}

#body.desktop .uploads-wrapper.ui-block::after {
	border-radius: 0 0 0.5rem 0.5rem;
}

.ui-block.dark ~ .ui-block.dark::before, .ui-block.dark ~ .ui-wrapper .ui-block.dark::before {
	top: 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.ui-block:not(.dark):not(.border-top-none)::before, .comments-area::before {
	top: 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.content-area > .ui-block:first-child:not(.dark):not(.border-top-none)::before {
	border-radius: 1rem 1rem 0rem 0rem;
}

#body.category-completed.desktop .ui-block:not(.dark):not(.border-top-none)::before, #body.category-completed.desktop .comments-area::before {
	border-top: 1px solid hsla(0, 0%, 100%, 0.35);
}

#body.category-completed .comments-area::after {
	display: none;
}

@media screen and (max-width: 1000px) {
.comments-area::after, .comments-area::before, .acf-form-submit::after, #body.category-completed .comments-area::after, .tips-block::after, .tips-block::before {
	display: none;
}
}

@media screen and (max-width: 1000px) {
.acf-form-submit, .customrequest-block, .image-sizes-block, .files-block, .tips-block, .categories-and-options-wrapper, .ui-block {
	margin: 0 auto;
	max-width: unset;
}
}

.ui-block.dark, .files-block, .categories-and-options-wrapper {
	/* box-shadow: inset 0 0 2rem 1rem hsl(30, 3%, 60%); */
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.1); */
	/* background-image: none; */
	/* background-color: transparent; */
	background-color: hsl(60, 2%, 54%);
	border: none;
	/* background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.2)0rem),url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif); */
	/* box-shadow: inset 0 0 2rem 1rem hsl(60, 3%, 64%); */
	/* padding-right: 0; */
}

@media screen and (max-width: 1000px) {
.ui-block.dark, .files-block, .categories-and-options-wrapper {
	border: none;
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	background-color: hsla(0, 0%, 0%, 0.25);
	/* min-height: 100vh; */
	border-radius: 0;
	/* background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 0%, 0)3rem); */
	/* border-top: 1px solid hsla(0, 0%, 100%, 0.2); */
}
}

@media screen and (max-width: 1000px) {
.ui-block.dark.uploads-wrapper::before {
	border-top: none;
}
}

#body:not(.category-work-in-progress):not(.category-completed) .ui-block.dark {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.32)0rem), url(//retouch.tv/images/bg_light.gif);
	box-shadow: inset 0 0 2rem 1rem hsl(60, 2%, 54%);
}

@media screen and (max-width: 1000px) {
#body:not(.category-work-in-progress):not(.category-completed) .ui-block.dark {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.32)0rem), url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif);
	box-shadow: none;
}
}

#body.category-unpaid #message-block {
	/* border-bottom: none; */
}

#body.category-work-in-progress:not(.category-completed) #message-block {
	border-radius: 0.5rem 0.5rem 0 0;
}

@media screen and (max-width: 1000px) {
#body.category-work-in-progress #message-block {
	border-radius: 0;
}
}

.message-block {
	/* background-color: hsl(60, 6%, 85%); */
	padding-right: 0;
}

@media screen and (max-width: 1000px) {
#body.category-submitted #message-block {
	border-radius: 0;
}
}

.message-block > :not(.padding-right-none) {
	padding-right: 1rem;
}

.padding-right-none {
	padding-right: 0;
}

.padding-right-none > :not(.padding-right-none) {
	/* padding-right: 1rem; */
}

.customrequest-block {
	padding-bottom: 0;
	/* border-top: 1px solid hsl(60, 6%, 85%); */
	/* border-radius: 0.5rem 0.5rem 0 0; */
	border-bottom: none;
	position: sticky;
	bottom: 0;
	z-index: 2;
}

@media screen and (max-width: 1000px) {
.customrequest-block {
	box-shadow: 0 1rem 0 0 hsl(60, 6%, 80%);
	/* position: relative; */
	padding-bottom: 1rem;
}
}

#subtotal-block {
	padding: 0rem 1rem 0 1rem;
	/* border-top: none; */
	/* border-bottom: none; */
	/* background-color: hsl(60, 6%, 85%); */
}

@media screen and (max-width: 1000px) {
#subtotal-block {
	padding: 0rem 1rem 1rem 1rem;
	border-bottom: none;
}
}

.image-sizes-block {
	padding: 0 1rem 0 1rem;
	display: none;
}

#body.category-completed .ui-block.dark {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.2)0rem),url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif);
	box-shadow: inset 0 0 2rem 1rem hsl(60, 3%, 64%);
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.1); */
	/* padding-right: 0; */
}

@media screen and (max-width: 1000px) {
.files-block {
	display: none;
}
}

body .categories-and-options-wrapper {
	/* padding: 0 0.8rem 1rem 0.8rem; */
	padding: 0;
}

#body.category-completed .categories-and-options-wrapper {
	padding: 0;
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0.1),hsla(60, 6%, 20%, 0.5)),url(//retouch.tv/images/bg_light.gif);
	box-shadow: none;
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0.25),hsla(60, 6%, 20%, 0.5)),url(//retouch.tv/images/bg_light.gif);
}

zbody .categories-and-options-wrapper > * {
	padding-left: 1rem;
	padding-right: 1rem;
}

#body.desktop .ui-block.message-block::before {
	display: none;
}

#body:not(.category-completed) #tip-icon {
	display: none;
}

#tips-input-mobile:checked ~ #tips-wrapper {
	display: block;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 0%, 0.5);
	width: 100vw;
	height: 100vh;
}

.tips-block {
	font-size: 2rem;
	display: block;
	color: hsla(0, 0%, 40%, 1);
	padding-bottom: 0rem;
}

#body.category-completed.desktop .tips-block, #body.category-completed.desktop .ui-block:not(.dark) {
	/* background: hsl(60, 3%, 64%); */
	background: hsl(60, 6%, 76%);
}

#tips-wrapper {
	display: none;
}

#body.tag-donate:not(.tag-paid) #tips-wrapper {
	display: none;
}

#tips-input-mobile:checked ~ .tips-wrapper .tips-block {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 1rem;
	box-shadow: 0 0 1rem 0 hsla(0, 0%, 0%, 0.5);
	width: calc(100% - 2rem);
}

#tips-input-mobile:checked ~ .tips-wrapper .tips-block {
	display: block;
}

.tips-block form {
	padding-bottom: 1rem;
}

#tips-input:checked ~ #tips, #tips-input-mobile:checked ~ .tips-wrapper .tips-block #tips {
	display: block;
}

#tips {
	display: none;
}

.comments-area label[for="floating-comments-input"] {
	line-height: 1em;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
}

.accordion-icon {
	/* font-size: 1.3rem; */
	font-family: Roboto, Arial, Helvetica, Sans-Serif;
	/* line-height: 1em; */
	display: inline-block;
	right: 0;
	font-weight: 500;
	letter-spacing: initial;
	/* color: hsl(215, 100%, 65%); */
	color: hsla(0, 0%, 0%, 0.3);
	/* flex-grow: 1; */
	text-align: right;
	margin-left: 1rem;
	margin-right: 1rem;
	position: relative;
	top: -0.1rem;
}

@media screen and (max-width: 1000px) {
.accordion-icon {
	position: absolute;
	top: initial;
}
}

#tips-input-mobile:checked ~ .tips-wrapper .tips-block .accordion-icon {
	display: none;
}

#comments-wrapper.floating .accordion-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.accordion-icon::after {
	content: "\f0da";
	font-family: Icons;
	font-size: 2.2rem;
	display: inline-block;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
z.accordion-icon {
	/* display: none; */
	position: relative;
	margin-left: 1.2rem;
	top: -0.2rem;
}
}

.ui-block .icon.close::after {
	content: "\f00d";
	font-family: Icons;
	font-size: 2.2rem;
	display: inline-block;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	vertical-align: bottom;
	color: hsla(0, 0%, 0%, 0.2);
	position: absolute;
	right: 1rem;
	top: 0.8rem;
	line-height: 1em;
}

.accordion-icon::before {
	margin-right: 0.8rem;
}

#comments-wrapper.floating .accordion-icon::after {
	content: "\f0da";
	font-family: Icons;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.7em;
	height: 1.9em;
}

input:checked:not(#tips-input-mobile) ~ * .accordion-icon::after {
	content: "\f0d7";
}

:checked ~ * #comments.floating .accordion-icon::after {
	content: "\f00d";
}

.tips-amount {
	width: 3rem;
}

.tip.submit::before {
	content: "\f164";
}

.category-header {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1em;
	letter-spacing: -1px;
	text-align: left;
	padding: 0 0 4rem 0;
	color: hsl(0, 0%, 100%);
	max-width: 110rem;
	margin: 0 auto;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	width: 110rem;
}

@media screen and (max-width: 1000px) {
.category-header {
	margin: 0;
	padding: 1rem 1rem 2rem 1rem;
	width: unset;
}
}

.bright .category-header {
	color: hsl(0, 0%, 40%);
}

.category-header::before {
	font-family: Icons;
	margin-right: 1.2rem;
	font-size: 2.6rem;
}

.contacts .category-header::before {
	/* content: "\f095"; */
}

.how-it-works .category-header::before {
	/* content: "\f72b"; */
	opacity: 0.8;
	color: hsl(276.5, 50.4%, 46.7%);
}

.color-wrapper.brands {
	margin: 1rem auto 2rem auto;
	order: 3;
}

@media screen and (max-width: 1000px) {
.color-wrapper.brands {
	margin: 0rem 0 1rem 0;
	order: 102;
}
}

.brands-block {
	font-size: 0;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

@media screen and (max-width: 1000px) {
.brands-block {
	padding: 0 0 1rem 1rem;
}
}

.brand-wrapper {
	display: inline-block;
	font-size: 2rem;
	/* padding: 0 0.5rem 0 0.5rem; */
	position: relative;
	font-size: 2.2rem;
}

@media screen and (max-width: 1000px) {
.brand-wrapper {
	margin-right: 1rem;
}
}

.brand-wrapper .icon {
	font-family: Duotone;
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	line-height: 1em;
	display: none;
}

.brand-wrapper .icon::after {
	content: "\f00c";
	color: hsl(220, 100%, 60%);
}

.brand-wrapper .icon::before {
	content: "\10f00c";
	color: hsl(220, 100%, 50%);
	position: absolute;
}

.brand-wrapper .brand {
	width: auto;
	height: auto;
	vertical-align: middle;
	// filter: sepia(100%) hue-rotate(170deg) brightness(0.5) saturate(100);
	max-width: 4.5em;
	opacity: 0.15;
	/* background: hsl(0, 0%, 20%); */
	padding: 0.1rem;
	max-height: 0.85em;
}

@media screen and (max-width: 1000px) {
.brand-wrapper .brand {
	opacity: 0.25;
}
}

.instagram .brand {
	max-height: 1.5em;
	max-width: 4.9em;
}

.facebook .brand {
	max-height: 1.1em;
	max-width: 4.3em;
}

.youtube .brand {
	max-height: 1.2em;
}

.amazon .brand {
	max-height: 1.05em;
}

.ebay .brand {
	max-height: 1.1em;
}

.shopify .brand {
	max-height: 1.2em;
}

.aliexpress .brand {
	max-height: 1em;
}

.site-wrapper {
	// display: flex;
	// flex-direction: column;
	min-height: 100vh;
}

@media screen and (max-width: 1000px) {
.site-wrapper {
	max-width: 100vw;
}
}

#body.home.desktop .site-wrapper {
	/* background-image: linear-gradient(hsla(0, 0%, 0%, 0.6), hsla(0, 0%, 0%, 0)8rem); */
}

.site-footer {
	margin-top: auto;
}

#usp-form-1788 #usp-content {
	width: 100%;
	line-height: 1.2em;
}

.usp-fieldset {
	position: relative;
}

.usp-input {
	width: 100%;
}

.round-border > * {
	padding: 0 2rem;
	margin-bottom: 0.6rem;
}

@media screen and (max-width: 350px) {
.round-border > * {
	padding: 0 1rem;
}
}

.reg {
	margin-bottom: 1rem;
}

#coupon-added-message {
	display: block;
	font-size: 1.4rem;
	height: auto;
	padding: 0.4rem;
	color: hsl(120, 50%, 40%);
	border: 1px dashed hsl(0, 0%, 100%);
	border-width: 1px 0;
	background: hsla(0, 0%, 100%, 0.2);
	width: calc(100% - 4rem);
	margin: 0 auto 2rem auto;
	text-align: left;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
	font-weight: 500;
}

.usp-form.login #coupon-added-message {
	display: none;
}

#coupon-added-message > *:not(#coupon-name) {
	font-weight: 500;
}

.reg fieldset {
	/* padding-top: 1rem; */
	margin-bottom: 0.5rem;
	box-sizing: border-box;
}

#usp-form-1788 .usp-name, #usp-form-1788 .usp-email {
	display: inline-block;
}

#usp-form-1788 fieldset.usp-name {
	padding: 0.55em 0.625em 0.65em 0.825em;
	width: 50%;
	margin: 0;
	float: left;
}

#usp-form-1788 fieldset.usp-email {
	padding: 0.55em 0.825em 0.65em 0.625em;
	width: 50%;
	margin: 0;
	float: left;
}

#usp-form-1788 #usp-name, #usp-form-1788 #usp-email {
	width: 100%;
}

#usp-form-1788 .usp-fieldset.button-fieldset {
	padding: 0 0.625em 0.75em 0.625em;
}

#usp-form-1788 .usp-fieldset.files {
	float: left;
}

#usp-form-1788 .usp-input-files, .usp-add-another a {
	color: hsla(0,0%,50%,1);
}

#usp-pro.usp-form-1788 {
	width: 100%;
	background-color: hsla(60, 6%, 80%,1);
	background-image: url(//retouch.tv/images/bg_light.gif);
	max-width: 67rem;
}

.name {
	width: 28em;
	padding: 1em 0 1em 0;
}

body:hover {
	overflow-x: hidden;
}

.contacts-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 1.5rem 1rem 1rem 1rem;
}

@media screen and (max-width: 1000px) {
.contacts-wrapper {
	padding: 1rem 1rem 0.5rem 1rem;
	justify-content: center;
}
}

.contact-wrapper {
	display: inline-block;
	margin-bottom: 0.5rem;
	line-height: 1em;
	border: 0px;
	box-shadow: none;
	font-weight: 500;
	color: hsl(0, 0%, 80%);
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: 1.5rem;
}

@media screen and (max-width: 1000px) {
.contact-wrapper {
	margin-bottom: 1rem;
}
}

.contact-text {
	display: inline-block;
	border-bottom: 1px dotted hsl(0, 0%, 50%);
	vertical-align: middle;
	/* color: hsl(215, 100%, 70%); */
}

.contact-icon {
	color: hsla(0, 0%, 100%, 0.3);
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.message .contact-icon::before {
	content: "\f4aa";
	font-family: Icons;
	font-size: 0.76em;
}

.email .contact-icon::before {
	content: "\f0e0";
	font-family: Icons;
}

.telegram .contact-icon::before {
	content: "\f3fe";
	font-family: Social;
}

.skype .contact-icon::before {
	content: "\f17e";
	font-family: Social;
}

.facebook .contact-icon::before {
	content: "\f39e";
	font-family: Social;
}

.vkontakte .contact-icon::before {
	content: "\f189";
	font-family: Social;
}

.instagram .contact-icon::before {
	content: "\f16d";
	font-family: Social;
}

.how-it-works .usp-pro-form {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	background-color: hsla(0, 0%, 20%, 0.9);
	max-width: initial !important;
}

#body:not(.logged-in).single-private_orders .how-it-works .usp-pro-form, #body:not(.logged-in).archive .how-it-works .usp-pro-form {
	display: table;
	background-color: transparent;
}

.how-it-works .usp-pro {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.how-it-works .usp-form {
	color: hsl(0, 0%, 38%);
	display: table;
	border-radius: 1rem;
	min-width: 33rem;
	max-width: 35em;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.how-it-works .usp-form {
	min-width: initial;
	max-width: 35em;
	width: calc(100% - 2rem);
}
}

.how-it-works .usp-form.register .usp-fieldset.usp-password {
	display: none;
}

.how-it-works .login .usp-fieldset.usp-name {
	display: none;
}

.how-it-works .login .coupon {
	display: none;
}

.how-it-works fieldset {
	/* margin: 0rem 0em; */
}

.how-it-works fieldset.files {
	/* margin: 0rem 1em; */
	padding: 0;
}

.round-border {
	overflow: hidden;
	background-image: url(//retouch.tv/images/bg_light.gif);
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	box-shadow: inset 0 -2rem 2rem -2rem hsla(0, 0%, 0%, 0.5);
	text-align: left;
	color: hsl(0, 0%, 30%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}

#body.single-private_orders:not(.logged-in) .round-border, #body.archive:not(.logged-in) .round-border {
	box-shadow: none;
}

.how-it-works .register-login-header {
	font-weight: 600;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: -0.5px;
	margin: 0 0 0 0;
	display: block;
	color: hsl(0, 0%, 90%);
	width: 100%;
	text-align: left;
	padding: 0.7rem 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background: linear-gradient(180deg,hsl(60, 3%, 0%)60%,hsl(60, 3%, 20%));
	position: relative;
	font-family: Roboto Condensed;
	border-top: 1px solid hsl(0, 0%, 20%);
}

#body.single-private_orders:not(.logged-in) .how-it-works .register-login-header, #body.archive:not(.logged-in) .how-it-works .register-login-header {
	/* display: none; */
	background: none;
	border: none;
	padding: 0 2rem;
	color: hsl(0, 0%, 30%);
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	letter-spacing: normal;
	font-family: Roboto, Arial, Helvetica, Sans-Serif;
}

.how-it-works .register-login-header::after {
	/* content: "\f084"; */
	font-family: Icons;
	color: hsla(60,80%,70%,1);
	margin-left: 0.5rem;
	/* margin-right: 0.5rem; */
}

.how-it-works .register-login-header .icon {
	font-family: Duotone;
	position: absolute;
	display: inline-block;
	right: 1.5rem;
	cursor: pointer;
}

#body:not(.logged-in):not(.home) .how-it-works .register-login-header .icon {
	display: none;
}

.how-it-works .register-login-header .icon::after {
	content: "\10f00d";
	color: hsla(0, 0%, 100%, 0.5);
	/* position: relative; */
	content: "\f00d";
	font-family: Icons;
}

.how-it-works .register-login-header .icon::before {
	/* content: "\f00d"; */
	color: hsl(0, 0%, 25%);
	position: absolute;
}

.how-it-works .usp-files, .how-it-works .usp-files-select-photo-homepage {
	display: none;
}

.how-it-works .register-login-message, .image-uploaded-message {
	font-size: 1.4rem;
	/* font-family: Roboto Condensed; */
	font-weight: 400;
	display: block;
	line-height: 1em;
	padding: 0 2rem;
	margin: 1.5rem 0 1rem 0;
}

z.register-login-message {
	font-weight: 600 !important;
}

.how-it-works form.login .register-login-header .title::before {
	content: attr(data-login);
}

.how-it-works form.register .register-login-header .title::before {
	content: attr(data-register);
}

.how-it-works form.register .register-login-message::before {
	content: attr(data-register-message);
}

.how-it-works .login .register-login-message::before {
	content: attr(data-login-message);
}

.how-it-works .usp-form.register:not(.floating) .register-login-message::before {
	content: attr(data-register-message-before) " " attr(data-register-message);
}

.how-it-works .usp-form.login:not(.floating) .register-login-message::before {
	content: attr(data-login-message-before) " " attr(data-login-message);
}


#usp-form-1802 .register-login-switch {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
	position: relative;
	border-style: dotted;
	text-decoration: none;
	margin: 1rem 0 0 0;
	/* font-family: Roboto Condensed; */
	color: hsl(0, 0%, 35%);
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
}

#usp-form-1802.floating .register-login-switch {
	background: hsla(0, 0%, 0%, 0.1);
}

#usp-form-1802.login-only .register-login-switch {
	/* display: none; */
}

.how-it-works .register-login-switch::after {
	margin-left: 0.5rem;
	/* border-style: dotted; */
	/* border-width: 0 0 1px 0; */
	/* display: inherit; */
	color: hsl(215, 80%, 50%);
}

.how-it-works form.register .register-login-switch::before {
	content: attr(data-login-before);
	font-weight: 400;
}

.how-it-works form.register .register-login-switch::after {
	content: attr(data-login-after);
}

.how-it-works .login .register-login-switch::before {
	content: attr(data-register-before);
	font-weight: 400;
}

.how-it-works .login .register-login-switch::after {
	content: attr(data-register-after);
}

.table-wrap {
	display: table;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.how-it-works .table-wrap {
	max-width: 110rem;
	/* padding: 3rem 0; */
	padding: 3rem;
}

@media screen and (max-width: 1000px) {
.how-it-works .table-wrap {
	padding: 0;
}
}

.how-it-works.details .table-wrap {
	/* padding: 0 3rem 2rem 3rem; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 4rem 0;
}

@media screen and (max-width: 1000px) {
.how-it-works.details .table-wrap {
	padding: 0;
	flex-wrap: wrap;
}
}

.how-it-works-wrapper {
	font-size: 0;
	display: block;
	padding: 0rem 0rem 3rem 0rem;
}

@media screen and (max-width: 1000px) {
.how-it-works-wrapper {
	padding: 0 1.5rem;
	width: initial;
	display: inline-block;
	margin-right: auto;
	margin-top: 1rem;
	order: 0;
	margin-bottom: 1rem;
}
}

.product-block, .how-it-works-header {
	font-size: 1.5rem;
	display: block;
	text-align: left;
	margin: 0 0 1rem 0;
}

.product-block {
	display: none;
}

.product-title {
	font-size: 2.6rem;
	font-weight: 600;
	text-transform: capitalize;
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	line-height: 1em;
	margin: 0;
}

.product-tag {
	display: inline-block;
	padding: 0.2rem 0.3rem;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	line-height: 1em;
	color: hsl(0, 0%, 100%);
	font-weight: 600;
	position: relative;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	background: hsla(60, 100%, 50%, 0.3);
	text-transform: uppercase;
	border: 1px solid hsl(60, 3%, 77%);
}

.how-it-works-header {
	margin-bottom: 0.2rem;
	font-size: 2.6rem;
	font-weight: 600;
	color: hsl(0, 0%, 0%);
	/* text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3); */
	line-height: 1em;
	margin: 0 0 1rem 0;
	opacity: 0.5;
	margin-left: 3rem;
	letter-spacing: -1px;
}

.product-quantity {
	margin-top: 2rem;
}

.product-block.product-quantity input {
	text-align: right;
	width: 10rem;
}

.product-block.product-button .button {
	width: 100%;
}

.how-it-works .step {
	font-size: 1.6rem;
	vertical-align: text-top;
	text-align: left;
	color: hsl(60, 3%, 35%);
	font-weight: 400;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	position: relative;
	word-spacing: 3px;
	white-space: nowrap;
	padding: 0 0 3rem 0;
	display: flex;
	justify-content: baseline;
	align-items: flex-start;
}

@media screen and (max-width: 1000px) {
.how-it-works .step {
	padding: 0 0 2rem 0;
}
}

.how-it-works .step:last-child {
	padding: 0;
}

.how-it-works .step:not(:last-child)::before {
	content: "";
	position: absolute;
	bottom: 0.3rem;
	left: 1.4rem;
	width: 0;
	height: calc(100% - 3.5rem);
	border-left: 3px dotted hsla(0, 0%, 100%, 0.6);
}

@media screen and (max-width: 1000px) {
.how-it-works .step:not(:last-child)::before {
	left: 0.2rem;
	height: calc(100% - 3.7rem);
	border-left: 3px dotted hsla(0, 0%, 100%, 0.5);
	bottom: 0.6rem;
	transform: translate(1rem, 0);
}
}

.how-it-works .step-text {
	display: inline-block;
	/* max-width: 40rem; */
	white-space: normal;
}

@media screen and (max-width: 1000px) {
.how-it-works .step-text {
	display: inline;
}
}

.line {
	display: block;
}

@media screen and (max-width: 1000px) {
.line {
	display: initial;
}
}

#body .how-it-works .how-it-works-wrapper .step3 a {
	font-weight: 500;
}

.how-it-works .step.step3 b {
	color: hsla(60,100%,60%,1);
	display: inline-block;
	text-shadow: none;
	font-size: 1.6rem;
	font-weight: 500;
}

.how-it-works .step3 .step-text a {
	border-color: hsl(200, 100%, 50%);
	border-style: dotted;
	border-width: 0 0 1px 0;
	text-decoration: none;
	/* display: inline-block; */
	line-height: 0.9em;
	color: hsl(210, 100%, 50%);
	font-weight: inherit;
}

.how-it-works .circle {
	font-size: 2rem;
	border: 1px solid hsl(60, 3%, 86%);
	border-radius: 50%;
	display: inline-block;
	line-height: 0px;
	position: relative;
	color: hsl(60, 6%, 95%);
	margin: 0 1rem 0 0;
	background: hsla(58, 100%, 45%, 0.25);
	vertical-align: top;
	text-shadow: none;
	/* margin: 0 0.7rem 0 0; */
	/* font-size: 1.4rem; */
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.25);
}

@media screen and (max-width: 1000px) {
.how-it-works .circle {
	float: left;
	font-size: 1.8rem;
}
}

.how-it-works .circle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

.step1 .circle span::before {
	content: "1";
}
.step2 .circle span::before {
	content: "2";
}
.step3 .circle span::before {
	content: "3";
}

body.home .how-it-works-footer {
	font-size: 1.2rem;
	color: hsl(0, 0%, 60%);
	font-style: italic;
	/* background: hsla(0, 0%, 0%, 0.12); */
	/* display: none; */
	max-width: 110rem;
	margin: auto;
	padding: 0.5rem;
}

.uploads-wrapper ~ .how-it-works-footer {
	font-size: 1.2rem;
	color: hsl(0, 0%, 40%);
	font-style: italic;
	padding: 0 0.3rem;
}

@media screen and (max-width: 1000px) {
.how-it-works-footer {
	padding: 0 3rem;
}
}

.how-it-works-footer a {
	color: inherit;
	border-bottom: 1px dotted;
	border-color: initial;
	line-height: 0.9em;
	display: inline-block;
}

.how-it-works-footer b {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1rem;
	margin: 0 0.1rem;
}




.how-it-works-title {
	font-size: 1.5rem;
	display: inline-block;
	line-height: 1em;
	margin: 1rem auto 1rem auto;
	color: hsl(60, 6%, 40%);
	font-weight: 500;
	background: hsla(0, 0%, 65%, 1);
	text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.2);
}

.how-it-works-title span:first-child {
	/* border-bottom: 1px dashed; */
}

.how-it-works-text {
	text-align: left;
	font-size: 1.4rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	display: block;
	display: none;
}

.how-it-works-text .step, .how-it-works-text .step-details {
	display: block;
	padding: 0.2rem 0;
}

.how-it-works-text .step-details {
	font-style: italic;
	border: 1px dotted hsla(0, 0%, 0%, 0.3);
	border-width: 1px 0;
	margin-bottom: 0.3rem;
}

.how-it-works-text .step.more {
	display: none;
}

.how-it-works-text .circle {
	color: hsl(0, 0%, 100%);
	opacity: 0.8;
	border: 1px solid hsla(0, 0%, 0%, 0.2);
	border-radius: 50%;
	display: inline-block;
	line-height: 0px;
	position: relative;
	margin: 0 0.1rem 0 0;
	background: hsla(60, 100%, 45%, 0.2);
	vertical-align: text-bottom;
}

.how-it-works-text .circle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

.how-it-works-text .title {
	display: block;
}

.about-wrapper:not(.features) {
	/* display: table-caption; */
	caption-side: bottom;
	/* position: relative; */
	overflow: initial;
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.4),hsla(0, 0%, 0%, 0.8));
	position: absolute;
	bottom: 0;
	z-index: 3;
	border-radius: 0 0 0.8rem 0.8rem;
	display: block;
	width: 100%;
}

@media screen and (max-width: 1000px) {
.about-wrapper.with-avatar {
	background: hsl(0, 0%, 0%);
	position: relative;
	bottom: initial;
	width: 100%;
	display: table;
	z-index: 1;
	background: linear-gradient(0deg,hsla(0, 0%, 0%, 0),hsl(0, 0%, 0%));
	background: none;
	padding: 0;
	border-radius: 0;
}
}

.about {
	//width: 57%;
	width: 55%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* width: 78%; */
	padding: 0 0 1.5rem 0;
	flex-direction: column;
}

@media screen and (max-width: 1000px) {
.about {
	display: block;
	/* background: hsla(0, 0%, 0%, 0.2); */
	width: calc(100% - 2rem);
	padding: 0.5rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
}

@media screen and (max-width: 1000px) {
.features .about {
	padding: 0.2rem 1rem 0rem 1rem;
	/* background-color: hsl(60, 6%, 80%); */
	/* background-image: linear-gradient(180deg,hsl(0, 0%, 0%),hsla(0, 0%, 0%, 0.3)0em), url(//retouch.tv/images/bg_light.gif); */
}
}

.about-text {
	width: 100%;
	margin: 0;
	color: hsl(60, 6%, 95%);
	font-size: 1.6rem;
	display: inline-block;
	text-align: left;
	position: relative;
	word-spacing: 0.2rem;
}

@media screen and (max-width: 1000px) {
.about-text {
	color: hsl(60, 6%, 90%);
	text-align: justify;
	word-spacing: 2px;
	font-size: 1.5rem;
}
}

.about-wrapper.with-avatar .about-text {
	font-style: italic;
	overflow: initial;
	text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.3), 0 0 1px hsl(0, 0%, 0%), 0 0 1rem hsla(0, 0%, 0%, 0.5);
	padding: 0 1rem 0 1rem;
	line-height: 1.6em;
}

@media screen and (max-width: 1000px) {
.about-wrapper.with-avatar .about-text {
	text-align: left;
	border: none;
	padding: 0;
	/* padding-top: 0.5rem; */
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	font-style: normal;
}
}

#body.desktop .about-wrapper.with-avatar .about-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	filter: blur(20px);
	z-index: -1;
}

#body.home.mobile .about-text span:nth-child(2) {
	display: block;
}

.features-list {
	width: initial;
	text-align: left;
	padding-right: 1rem;
	font-size: 1.6rem;
	display: flex;
	flex-grow: 1;
	white-space: nowrap;
	order: -1;
	align-self: stretch;
}

@media screen and (max-width: 1000px) {
.features-list {
	padding: 1rem;
	white-space: initial;
	order: initial;
	width: 100%;
	font-size: 2rem;
}
}

.features-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	/* border-radius: 1rem; */
	overflow: hidden;
	flex-direction: column;
	width: 100%;
	box-shadow: inset 0 0 1px 0 hsla(0, 0%, 100%, 0.05);
	border-radius: 1rem;
}

.features-list li {
	display: inline-block;
	position: relative;
	display: flex;
	/* flex-basis: 100%; */
	line-height: 1rem;
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	background-color: hsla(0, 0%, 0%, 0.05);
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 0.8rem 1rem 0.8rem 1rem;
	flex-grow: 1;
	background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 0.1), hsla(0, 0%, 0%, 0));
	max-height: 5rem;
}

.after-before-wrapper ~ .features-list li {
	padding: 0 1rem;
}

@media screen and (max-width: 1000px) {
#body .features-list li {
	align-items: baseline;
	padding: 1.2rem 1rem 0.8rem 1rem;
}
}

@media screen and (max-width: 1000px) {
z.features-list > ul > li:first-child {
	display: none;
}
}

.features-list li:nth-child(2n) {
	background-image: none;
	background-color: hsla(0, 0%, 100%, 0.03);
}

.features-list h3, .features-list h1 {
	display: inline;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	color: hsl(215, 80%, 70%);
	/* display: inline-block; */
	line-height: 1.5em;
	/* letter-spacing: -0.5px; */
}

@media screen and (max-width: 1000px) {
.features-list h3, .features-list h1 {
	font-size: 1.7rem;
}
}

#body.home .features-list ul li:not(:first-child):nth-child(1n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(1n) h3 {
	color: hsl(0, 50%, 60%);
}

#body.home .features-list ul li:not(:first-child):nth-child(2n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(2n) h3 {
	color: hsl(190, 40%, 65%);
}

#body.home .features-list ul li:not(:first-child):nth-child(3n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(3n) h3 {
	color: hsl(35, 40%, 60%);
}

#body.home .features-list ul li:not(:first-child):nth-child(4n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(4n) h3 {
	color: hsl(120, 40%, 60%);
}

#body.home .features-list ul li:not(:first-child):nth-child(5n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(5n) h3 {
	color: hsl(60, 35%, 55%);
}

#body.home .features-list ul li:not(:first-child):nth-child(6n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(6n) h3 {
	color: hsl(215, 50%, 70%);
}

#body.home .features-list ul li:not(:first-child):nth-child(7n) h3, #body.home .cards-list ul li:not(.cards-header):nth-child(7n) h3 {
	color: hsl(340, 50%, 70%);
}

.features-list li:not(.remove_icon)::before {
	content: "\f0a9";
	font-family: Icons;
	color: hsl(60, 3%, 31%);
	position: relative;
	display: inline-block;
	margin-right: 0.8rem;
	line-height: 1em;
	font-style: normal;
	text-shadow: none;
	/* color: hsl(210, 100%, 40%); */
	/* color: hsla(60, 100%, 50%, 0.3); */
	/* vertical-align: middle; */
	/* text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.2); */
	/* content: "\f178"; */
	/* color: hsl(215, 80%, 60%); */
	/* font-size: 1rem; */
	/* width: 6px; */
	/* height: 6px; */
	/* background: hsla(0, 0%, 100%, 0.2); */
	/* content: ""; */
	/* border-radius: 50%; */
	/* display: none; */
	/* position: absolute; */
	/* top: 50%; */
	/* right: 0; */
	/* transform: translate(0, -50%); */
	/* padding: 0.8rem 0 0.2rem 0; */
}

@media screen and (max-width: 1000px) {
.features-list li:not(.remove_icon)::before {
	color: hsl(60, 3%, 50%);
}
}

.about-wrapper.with-avatar .about-text a {
	border-color: hsl(0, 0%, 100%);
	border-style: dotted;
	border-width: 0 0 1px 0;
	text-decoration: none;
	display: inline-block;
	line-height: 1em;
	color: hsl(210, 100%, 75%);
}

@media screen and (max-width: 1000px) {
.about-wrapper.with-avatar .about-text a {
	color: hsl(215, 100%, 70%);
	font-weight: 500;
	border-color: inherit;
}
}

z#text-link-about::after {
	content: "\f101";
	font-family: Light;
	position: relative;
	display: inline-block;
	line-height: 1em;
	font-style: normal;
	margin-left: 0.3em;
}

.avatar {
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: -7.7rem;
}

@media screen and (max-width: 1000px) {
.avatar {
	position: relative;
	top: -0.8rem;
	left: 0;
	float: left;
	margin: 0 1rem -1.5rem 0;
	opacity: 1;
}
}

.avatar::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(//retouch.tv/images/avatar_front.gif);
	width: 7rem;
	height: 7.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
}

@media screen and (max-width: 1000px) {
.avatar::after {
	filter: brightness(0.85);
	width: 7rem;
	height: 7.5rem;
}
}

.avatar::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(//retouch.tv/images/avatar_back.png);
	width: 7rem;
	height: 7.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
}

@media screen and (max-width: 1000px) {
.avatar::before {
	position: relative;
	width: 7rem;
	height: 7.5rem;
}
}

#usp-form-8 .usp-fieldset.files, .files-area-drop-photos, .files-area-or {
	display: block;
	text-align: center;
}

#usp-form-8 #usp-files {
	color: hsla(215,100%,65%,1);
}

.files-area-or {
	margin: 0.3em 0;
	color: hsla(0,0%,50%,1);
	font-style: italic;
	/* font-size: 1.4rem; */
	/* font-weight: 800; */
}

.files-area-or::before, .files-area-or::after {
	content: "";
	width: 9%;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.4em;
	border-top: 2px dotted hsla(0, 0%, 100%, 0.2);
}

@keyframes changeColor {
    from {
//box-shadow: inset 0 0 1em 0 hsla(0,0%,0%,0),0 0 0.1em 0 hsla(0,0%,5%,1);
color: hsl(0, 0%, 100%);
    }
    to {
//box-shadow: inset 0 0 1em 0 hsla(60,100%,50%,0.1),0 0 0.1em 0 hsla(0,0%,5%,1);
color: hsl(215, 100%, 85%);
    }
}

.button-blue, #form-submit.button-blue {
//    animation: changeColor 0.7s ease-in-out infinite alternate;
}

#background-image {
	background-image: url(//retouch.tv/images/sh.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	position: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	z-index: -1;
	display: none;
	/* margin-top: 4rem; */
}


.contacts .usp-input.text, .contacts .usp-input.usp-textarea {
	color: hsl(0, 0%, 80%);
	border: 1px solid hsla(60, 3%, 85%,0.2);
	border-radius: 0.5rem;
	padding: 0.8em;
	background-color: hsl(60, 3%, 80%);
	background-color: hsl(215, 25%, 26%);
	border: 1px solid hsl(215, 25%, 30%);
	border-bottom-color: hsla(215, 10%, 50%, 0.5);
	border-right-color: hsla(215, 10%, 50%, 0.5);
	box-shadow: none;
}

@media screen and (max-width: 1000px) {
.contacts .usp-input.text, .contacts .usp-input.usp-textarea {
	color: #000;
	border: 1px solid hsla(60, 3%, 85%,0.2);
	border-radius: 0.5rem;
	padding: 0.8em;
	background-color: hsl(60, 3%, 80%);
}
}

@media screen and (max-width: 1000px) {
.contacts .usp-input.text:focus, .contacts .usp-input.usp-textarea:focus {
	background-color: hsla(60, 6%, 85%,1);
}
}

*:focus {
    outline: none;
    outline-color: transparent;
}

input::placeholder, textarea::placeholder {
color: hsla(0, 0%, 0%, 0.2);
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: hsla(0, 0%, 0%, 0.4);
}

input:focus::placeholder, textarea:focus::placeholder {
	color: transparent;
}

.woocommerce label::after {
	font-weight: 400;
	/* margin-left: 1.2rem; */
	display: block;
	font-size: 1.2rem;
	/* margin-top: -0.4rem; */
	/* padding-top: 0.1rem; */
	max-width: 30rem;
	line-height: 1.2em;
	color: hsl(0, 0%, 50%);
	background: hsla(60,6%,80%,1);
	text-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
	padding: 0.3rem 0;
}

.woocommerce label[for="wccf_product_field_allow_portfolio_allow_portfolio_yes"]::after {
	content: "Get a GIFT by allowing us to anonymously add this work to our portfolio";
}

.woocommerce label[for="wccf_checkout_field_express_service_at_checkout_express"]::after {
	content: "Your order will be first in queue";
}

.woocommerce label[for="wccf_checkout_field_express_service_at_checkout_super_urgent"]::after {
	content: "You need it yesterday, we got it!";
}

.woocommerce label[for="wccf_product_field_pro_features_psd_file_download"]::after {
	content: "Layered Psd file will be prepared for you to download";
}

.woocommerce form.cart .wccf_price_label, .free {
	font-weight: normal;
	opacity: 0.5;
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 0.2rem;
	color: hsl(100, 25%, 55%);
	opacity: 1;
}

.woocommerce .wccf_field_container {
	margin-bottom: 2rem;
	display: block;
	padding: 0;
}

.woocommerce div.wccf_field_container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-top: 0.8rem;
}

.woocommerce .wccf_field_container li {
	margin-bottom: 0.5rem;
	margin-left: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5rem;
}

body.woocommerce-checkout .wc_payment_method {
	padding: 0.5rem 1rem 0.5rem 1rem;
}

.woocommerce .wccf_field_container_checkout_field label, .woocommerce .wccf_field_container_user_field label {
	font-weight: inherit;
	line-height: 1em;
	font-weight: 500;
}

.wc_payment_method.selected {
	background-color: hsl(60, 6%, 88%);
	border-radius: 1rem;
	border: 2px solid hsla(0, 0%, 100%, 0.2);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.1);
	margin: 0.5rem 0 0.5rem 0;
}

.woocommerce form.cart {
	display: table;
	width: 100%;
}

.woocommerce .rightpress_product_price_live_update_label {
	font-size: 1.6rem;
	color: hsl(0, 0%, 60%);
}

.woocommerce .rightpress_product_price_live_update dd {
	display: inline-block !important;
	float: none !important;
	margin: 0 0.8rem 0;
}

.rightpress_dots::before {
	content: "Calculating";
}

.woocommerce .checkout.woocommerce-checkout {
	/* min-width: 32rem; */
	width: 100%;
	margin-bottom: 5rem;
}


body:fullscreen {
  overflow: scroll !important;
}
body:-ms-fullscreen {
  overflow: scroll !important;
}
body:-webkit-full-screen {
  overflow: scroll !important;
}
body:-moz-full-screen {
  overflow: scroll !important;
}

.bottom-shade {
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.5));
	position: absolute;
	width: 100%;
	height: 5.2rem;
	bottom: 0;
	left: 0;
	border-radius: 0 0 0.3rem 0.3rem;
}

@media screen and (max-width: 1000px) {
.bottom-shade {
	border-radius: 0;
}
}

.share-icon.icon.circle {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	/* background: hsla(0, 0%, 30%, 0.5); */
	/* background: hsla(330, 100%, 50%, 0.5); */
	background: hsla(215, 100%, 50%, 0.5);
	min-width: 1.5em;
	min-height: 1.5em;
	border-radius: 50%;
	box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 1rem 0 hsla(0, 0%, 0%, 0.3);
	border: 2px solid hsla(0, 0%, 100%, 0.3);
	background-image: linear-gradient(180deg,hsla(0, 0%, 100%, 0.3),hsla(0, 0%, 30%, 0.2));
	background-origin: border-box;
	margin: 0 1.2rem 1.2rem 1.2rem;
	font-size: 2.5rem;
	line-height: 1em;
}

@media screen and (max-width: 1000px) {
.share-icon.icon.circle {
	min-width: 1.5em;
	min-height: 1.5em;
	margin: 0 1.5rem 1.5rem 1.5rem;
}
}

@media screen and (max-width: 320px) {
.share-icon.icon.circle {
	font-size: 8vw;
}
}

.header .share-icon {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 0.8em;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: hsla(0, 0%, 100%, 0.2);
	margin: 0;
	min-width: 3rem;
	padding: 0;
}

@media screen and (max-width: 1000px) {
.header .share-icon {
	position: relative;
	display: inline-block;
	font-size: inherit;
	line-height: 1em;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: hsla(0, 0%, 100%, 0.2);
	margin: 0;
	min-width: inherit;
	padding-left: 0.3rem;
	width: initial;
	margin: 0;
	display: none;
}
}

.header .share-icon:first-of-type {
	border: 0;
}

.header .share-icon:last-of-type {
	margin-right: 1rem;
}

@media screen and (max-width: 1000px) {
.header .share-icon.facebook, .header .share-icon.pinterest {
	display: none;
}
}

@media screen and (max-width: 1000px) {
.header .share-icon.download {
	order: 1;
	margin: 0;
	padding: 0;
}
}

@media screen and (max-width: 1000px) {
.header .share-icon:first-child {
	border-left-width: 0;
}
}

.share-icon.icon.circle::before {
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3), 0 0 2px hsla(0, 0%, 0%, 0.3);
	opacity: 0.5;
}

.header .share-icon::before {
	color: hsla(0, 0%, 100%, 0.3);
}

.share-icon.icon.circle.download::before {
	/* font-family: Light; */
	content: "\f34a";
	font-family: Icons;
	/* content: "\f1e0"; */
	position: relative;
	/* left: -0.2rem; */
	/* content: "\f164"; */
	/* font-size: 2.2rem; */
	/* top: -0.2rem; */
}

.header .share-icon.download::before {
	font-family: Icons;
	content: "\f1e0";
}

@media screen and (max-width: 1000px) {
.header .share-icon.download::before {
	font-family: Light;
	content: "\f1e0";
	color: hsl(210, 80%, 50%);
}
}

.share-icon.facebook::before {
	font-family: Social;
	content: "\f39e";
	/* color: hsl(210, 100%, 50%); */
}

.share-icon.pinterest::before {
	font-family: Social;
	content: "\f0d2";
	/* color: hsl(0, 100%, 40%); */
}


.buttons-wrapper {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	gap: 1rem;
	padding-bottom: 1rem;
}

.button-wrapper {
	flex-grow: 3;
	display: block;
	position: relative;
	text-align: center;
	/* padding-right: 1rem; */
	align-items: flex-start;
	align-content: flex-start;
	/* margin-bottom: 0.5rem; */
}

.buttons-wrapper.group {
	flex-flow: row;
	width: auto;
	flex-grow: 4;
	gap: 0;
}

.buttons-wrapper.group .button-wrapper:not(:last-child) {
	padding-right: 0;
}

.buttons-wrapper.group .button-wrapper:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-left: 1px solid hsl(60, 3%, 55%);
}

.buttons-wrapper.group .button-wrapper:not(:first-child)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: calc(100% - 1px);
	border-left: 1px solid hsl(60, 10%, 80%);
}

.buttons-wrapper.group .button-wrapper .button {
	border-radius: 0;
}

.buttons-wrapper.group .button-wrapper:first-child .button {
	border-radius: 1rem 0 0 1rem;
}

.buttons-wrapper.group .button-wrapper:last-child .button {
	border-radius: 0 1rem 1rem 0;
}

z.button-wrapper:not(:last-child) {
	margin-bottom: 0.5rem;
}

z.button-wrapper:only-child {
	padding-right: 0;
}

.usp-fieldset .button-wrapper {
	padding-right: 0;
}

.button-wrapper.back {
	flex-grow: 1;
}

#body.order-edited .acf-form-submit .button-wrapper.back {
	display: none;
}

.button-wrapper.previous {
	flex-grow: 1;
}

.button-wrapper.next {
	/* padding-right: 0; */
}

.button.copy-image-path .icon::before {
	content: "\f24d";
	font-family: Regular;
}

.button.preview-image-update .icon::before {
	content: "\f021";
	font-family: Regular;
}

#body .buttons-wrapper .button {
	padding: 1.2rem 1rem 1.2rem 1rem !important;
}

#usp-form-1788 .button-wrapper {
	display: block;
	position: relative;
	text-align: right;
}

body:not(.edit-order) .button-wrapper.back {
	display: none;
}

#respond .button-wrapper.back {
	display: none;
}

@media screen and (max-width: 1000px) {
.button-wrapper.back, #respond .button-wrapper.back {
	display: flex;
}
}

.buttons-wrapper.buttons-as-tabs .button {
	border-radius: 0;
	border-width: 1px;
	border-left: 1px solid hsl(60, 0%, 100%);
	border-right: 1px solid hsl(0, 0%, 65%);
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.button-wrapper .button {
	width: 100%;
}

button {
	text-align: center;
}

.usp-submit, button, .button, input[type="submit"], .quantity-button.quantity-up, .quantity-button.quantity-down, #body.comments-visible:not(.category-completed) #form-submit.button {
	display: inline-flex;
	position: relative;
	padding: 1.2rem 2rem 1.2rem 2rem;
	color: hsl(215, 100%, 60%);
	font-size: 1.6rem;
	font-weight: 500;
	background: linear-gradient(0deg, hsl(60, 6%, 84%), hsl(60, 6%, 90%));
	/* background: radial-gradient(60% 50% at 50% bottom, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 0%, 0)), linear-gradient(hsl(60, 6%, 87%), hsl(60, 6%, 80%)); */
	border-width: 1px 0;
	border-radius: 1rem;
	border-top: 1px solid hsl(60, 0%, 100%);
	border-bottom: 1px solid hsl(0, 0%, 65%);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
	box-shadow: none;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	line-height: 1.25em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	text-align: center;
	-webkit-background-clip: padding-box;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
.usp-submit, button, .button, input[type="submit"], .quantity-button.quantity-up, .quantity-button.quantity-down, #body.comments-visible:not(.category-completed) #form-submit.button, z#body.home.mobile .how-it-works.light .button {
	border-bottom: none;
	box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 0%, 0.2);
}
}

#body .button:active, #body .button.clicked {
	position: relative;
	top: 1px;
	filter: brightness(95%);
}

.button:hover {
	filter: brightness(105%);
}

.button:not(#button-start)::after, .submit::after {
	font-weight: initial;
}

.button.small {
	padding: 0.8rem 1.2rem 0.8rem 1.2rem;
}

body .button-white {
	color: hsl(210, 100%, 50%);
	/* color: hsl(215, 100%, 60%); */
	padding: 12px 20px 12px 20px;
	text-shadow: 0 1px 0 hsla(0,100%,100%,1),0 0 2px hsla(0,100%,100%,1),0 0 5px hsla(0,100%,100%,1);
	background: linear-gradient(0deg,hsl(0, 0%, 98%)40%,hsl(0, 0%, 92%));
	border-top: 1px solid hsl(0, 0%, 100%);
	border-bottom: 1px solid hsla(0, 0%, 85%, 0.5);
	box-shadow: 0 5px 0 -1px hsla(60, 3%, 85%, 1),0 5px 0 0 hsla(0, 0%, 0%, 0.2), 0 5px 0 4px hsla(60, 6%, 85%, 1);
	box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.5), 0 5px 0 -1px hsla(60, 3%, 85%, 1),0 6px 0 -1px hsla(0, 0%, 0%, 0.2), 0 5px 0 4px hsla(60, 6%, 85%, 1);
}

.how-it-works .usp-form .usp-submit::after {
	content: "\f101";
}

.how-it-works form.login .usp-submit::before {
	content: attr(data-login);
}

.how-it-works form.register .usp-submit::before {
	content: attr(data-register);
}

.how-it-works .usp-form .usp-submit {
	font-size: 1.8rem;
}

.button-blue, body.got-files #form-submit, #body.comments-visible:not(.category-completed) .comments-area #submit, #body .button.busy, #body.mobile.category-completed .comments-area #submit {
	color: hsl(0, 0%, 100%);
	background: linear-gradient(0deg, hsl(210, 100%, 55%), hsl(210, 100%, 70%));
	text-shadow: 0 0 0.1rem hsla(0, 0%, 0%, 0.2);
	border-bottom: 1px solid hsl(215, 100%, 45%);
	border-top: 1px solid hsl(210, 100%, 84%);
	border-width: 1px 0;
	/* box-shadow: 0 0 2px 0 hsla(0, 0%, 0%, 0.1); */
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2),inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2);
	background: linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%));
	//background: hsl(210, 100%, 62%);
	cursor: pointer;
	/* background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%)); */
	/* background: radial-gradient(60% 50% at 50% bottom, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 0%, 0)), linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%)); */
	/* box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 0%, 0.05), 0 0 1px 0 hsla(0, 0%, 0%, 0.2),inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2); */
	border-bottom: none;
	-webkit-background-clip: padding-box;
}

#body .button-blue.stripes {
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%));
}

#body .button-blue.busy, #body .button.busy {
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%));
	background-origin: border-box;
	background-size: 2.9rem;
	animation: bganim 1.5s linear 2s infinite;
}

.button-green {
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 0.1rem hsla(0, 0%, 0%, 0.2);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2), inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2);
	cursor: pointer;
	border-bottom: 1px solid hsl(120, 100%, 20%);
	border-top: 1px solid hsl(60, 100%, 40%);
	border-width: 1px 0;
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0) 1rem, hsla(0, 0%, 100%, 0) 2rem), linear-gradient(0deg, hsl(140, 100%, 30%), hsl(140, 60%, 50%));
}

@media screen and (max-width: 1000px) {
#body.got-files #form-submit::after {
	display: none;
}
}

body.desktop .button-blue:hover, body.desktop.got-files #form-submit:hover {
	animation: changeColor 0.7s ease-in-out infinite alternate;
}

body.desktop:not(.comments-visible) .button-blue.animated, body.mobile .button-blue.animated, body.got-files:not(.edit-order):not(.comments-visible) #form-submit {
	animation: changeColor 0.7s ease-in-out infinite alternate;
}

.button-dark, #body.category-completed.desktop .button:not(.button-blue) {
	color: hsla(0, 0%, 0%, 0.8);
	border-top: 1px solid hsl(60, 40%, 90%);
	border-bottom: 1px solid hsl(60, 3%, 50%);
	box-shadow: 0 -1px 1px -1px hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(60, 100%, 95%, 0.2);
	background: linear-gradient(0deg, hsl(35, 8%, 67%), hsl(60, 6%, 77%));
	/* background: radial-gradient(60% 50% at 50% bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 0%, 0)), linear-gradient(0deg, hsl(35, 8%, 67%), hsl(60, 6%, 77%)); */
}

#body .button-dark.stripes, #body.category-completed.desktop .button.stripes {
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), linear-gradient(0deg, hsl(35, 6%, 67%), hsl(60, 6%, 77%)) !important;
	/* background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), radial-gradient(60% 50% at 50% bottom, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 0%, 0)), linear-gradient(0deg, hsl(35, 6%, 65%), hsl(60, 6%, 75%)) !important; */
}

#body.desktop #button-start {
	box-shadow: inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 0 4px hsla(0, 0%, 100%, 0.15);
	box-shadow: inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 5px 0 hsla(0, 0%, 0%, 0.2), 0 0 0 6px hsla(0, 0%, 100%, 0.2);
	padding: 2rem 4rem;
	border-radius: 1.5rem;
}

@media screen and (max-width: 1000px) {
#button-start.button-blue {
	box-shadow: inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 0 4px hsla(0, 0%, 100%, 0.1);
}
}

.button:not(#usp-submit)::before, .button:not(#button-start):not(.action-link)::after {
	font-family: Icons;
	/* vertical-align: middle; */
	line-height: 0;
	text-shadow: none;
	font-weight: initial;
	position: relative;
	/* top: -0.1rem; */
	opacity: 0.4;
}

.button.button-dark::before, .button.button-dark:not(#button-start)::after, #body.category-completed.desktop #submit::before, #body.category-completed.desktop .button .icon::before {
	opacity: 1;
	color: hsla(210, 80%, 50%, 0.8);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

#submit:disabled::before {
	color: hsla(0, 0%, 50%, 0.8) !important;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

@media screen and (min-width: 501px), (min-width: 1000px) {
.entry-footer .button {
	display: inline-block;
	padding: 0.5rem 0.8rem;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 500;
	position: relative;
}
}

@media screen and (max-width: 500px) {
.entry-footer .button::before {
	content: "\f067";
	font-family: Regular;
}
}

.button::before {
	margin-right: 0.7rem;
}

.button:not(.usp-submit)::after {
	margin-left: 1rem;
}

.button.next::after {
	content: "\f101";
	font-family: Regular !important;
}

.button.back::before {
	content: "\f178";
	font-family: Regular !important;
	transform: scale(-1, 1);
	display: inline-block;
}

#form-submit::before {
	content: "\f178";
	font-family: Icons;
	line-height: 0;
	vertical-align: middle;
}

.comment-form button.submit::before {
	content: "\f4b2";
}

.dark-mode .button-blue, .dark-mode button.button-blue {
	color: hsla(0,0%,70%,1);
	background: linear-gradient(0deg, hsl(220, 60%, 20%), hsl(220, 100%, 32%));
	border-top: 1px solid hsl(215, 100%, 50%);
	text-shadow: 0 0 0.1em hsla(0, 0%, 0%, 0.5);
	box-shadow: 0 0 0.1em 0 hsla(0, 0%, 0%, 0.3);
	border-bottom: 1px solid hsl(220, 0%, 10%);
}

.button-black, .dark-mode .submit {
	color: hsla(0,0%,70%,1);
	border: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	background: linear-gradient(0deg, hsl(220, 0%, 19%), hsl(220, 0%, 25%));
	text-shadow: 0 0 0.1em hsla(0, 0%, 0%, 0.5);
	box-shadow: 0 0 0.1em 0 hsla(0, 0%, 0%, 0.1);
	border-bottom: 1px solid hsl(220, 0%, 10%);
	text-shadow: none;
}

.about-buttons {
	border-radius: 1.4rem;
	position: absolute;
	/* left: calc(50% - 1rem); */
	/* transform: translate(-50%, 0); */
	bottom: 12rem;
	z-index: 1;
	display: flex;
	//padding: 0.5rem 0 0 0.5rem;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: stretch;
	pointer-events: none;
}

@media screen and (max-width: 1000px) {
.about-buttons {
	/* left: 50%; */
	bottom: 1.5rem;
	/* display: block; */
	background: none;
	box-shadow: none;
	padding: 0;
	min-height: 7rem;
}
}

z.about-buttons > * {
	margin: 0 0.5rem 0.5rem 0;
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {
z.about-buttons > * {
	margin: 0;
	margin-bottom: 0.5rem;
	width: 100%;
	white-space: nowrap;
}
}

.about-buttons-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	pointer-events: all;
	position: relative;
	padding: 1rem;
}

@media screen and (max-width: 1000px) {
.about-buttons-wrapper {
	gap: 0.5rem;
}
}

.about-buttons-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 4rem;
}

.button-glass {
	color: hsl(0, 0%, 95%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5), 0 0 1rem hsla(0, 0%, 0%, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	background: linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.15));
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.4);
	background-origin: border-box;
}

#body .first .action-link::after {
	content: attr(data);
	text-transform: initial;
	margin: 0;
	font-weight: 500;
}

.title[data-desktop]::after {
	content: attr(data-desktop);
	/* content: attr(data); */
	margin: 0;
}

@media screen and (max-width: 1000px) {
.title[data-mobile]::after {
	content: attr(data-mobile);
	margin: 0;
}
}

.woocommerce .order-total-conversion {
	display: none;
}

.acf-required {
	display: none;
}

.woocommerce .content-area {
	width: 100%;
	float: none;
	clear: both
}

.rightpress_product_price_breakdown_quantity {
	font-weight: 500;
}

.woocommerce .rightpress_product_price_breakdown_subtotal.rightpress_product_price_breakdown_shop_subtotal {
	font-size: 1.6rem;
}

.rightpress_product_price_breakdown_quantity.rightpress_product_price_breakdown_shop_quantity::after {
	content: " minutes";
}

body .acf-accordion {
	background: none;
}

body .acf-field.acf-accordion .acf-accordion-content > .acf-fields {
	border-top: none;
}

.price-in-hours .acf-input-append {
	vertical-align: middle;
	display: table-caption;
	caption-side: right;
	border: none;
	float: none;
	margin-left: 0.5rem;
}

.price-in-hours .acf-input-prepend, body .acf-input-append {
	font-size: 1.6rem;
	line-height: 1em;
	padding: unset;
	background: none;
	border: none;
}

.price-in-hours input.acf-is-appended {
	border-radius: 3px !important;
}

.price-in-hours .acf-input-wrap {
	position: relative;
	overflow: initial;
	display: inline-block;
}

.acf-field.price-in-hours .acf-input {
	vertical-align: top;
	display: table;
}

.price-in-hours .acf-input-prepend, .price-in-hours .acf-input-append {
	font-size: 1.6rem;
	line-height: inherit;
	padding: inherit;
	background: none;
	border: none;
}

body .acf-input-wrap input {
	height: initial;
	margin: 0;
}

body .acf-field input[type="text"], body .acf-field input[type="password"], body .acf-field input[type="number"], body .acf-field input[type="search"], body .acf-field input[type="email"], body .acf-field input[type="url"], body .acf-field textarea, body .acf-field select {
	width: initial;
	padding: 3px 5px;
	font-size: 1.6rem;
	line-height: inherit;
	display: inline-block;
}




#image-size {
	padding: 0 1.4rem;
}

#custom-size-inputs {
	margin: 0 auto;
	display: table;
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 100%, 0.4)0rem),url(//retouch.tv/images/bg_light.gif);
	width: 100%;
	padding-bottom: 1rem;
	padding-top: 0.8rem;
}

#custom-size-inputs span {
	display: block;
	justify-content: center;
	/* flex-wrap: wrap; */
	align-items: center;
	line-height: 1rem;
	color: hsl(60, 3%, 62%);
	font-size: 1.2rem;
	font-weight: 600;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	text-transform: uppercase;
}

#custom-size-inputs .width {
	margin: 0.2rem auto 0.2rem auto;
}

#custom-size-inputs input {
	display: inline-block;
	width: 6rem;
	margin: 0 auto;
	text-align: center;
	padding: 0.4rem;
}

#custom-size-inputs .width::after, #custom-size-inputs .height::after {
	content: "px";
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: initial;
	min-width: 2rem;
	text-align: left;
	padding-left: 0.3rem;
	display: inline-block;
}

#custom-size-inputs span::before {
	min-width: 2rem;
	text-align: right;
	padding-right: 0.3rem;
	display: inline-block;
}

#custom-size-inputs .width::before {
	content: "w:";
}

#custom-size-inputs .height::before {
	content: "h:";
}

#wccf_checkout_field_checkout_tips_container .wccf_price_label {
	display: none;
}


body .kws-smiley {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	background: none !important;
	padding: 0;
	margin: 0 .07em !important;
	vertical-align: middle !important;
	position: absolute;
	transform: translate(0, -0.2rem);
	/* opacity: 0.8; */
	top: calc(55% - 0.4rem);
	transform: translate(0%, -50%);
}

@media screen and (max-width: 1000px) {
z.kws-smiley-height img {
	transform: translate(0%, -50%) scale(1.12);
	margin: 0 .08em !important;
}
}

.kws-smiley-width {
	overflow: hidden;
	display: inline-block;
	height: 1px;
	position: relative;
	z-index: -1;
}

.kws-smiley-height {
	display: inline-block;
	position: relative;
}

.quick-pay-message {
	margin: 0.5rem 0 0.6rem 0;
	display: block;
}

.quick-pay-link {
	border-radius: 1rem;
	position: relative;
	padding: 1.2rem 2rem;
	/* font-size: 1.6rem; */
	/* font-weight: 400; */
	display: table;
	margin-top: 0;
	text-align: center;
	margin: 0.2rem 0;
	line-height: 1em;
	display: block;
}

.quick-pay-link::after {
	content: "\f164";
	font-family: Light;
}

.acf-form, .acf-comment-fields {
	text-align: left;
}

.image-updated-message {
	display: inline-block;
	padding: 0.15rem 0.2rem 0.15rem 0.2rem;
	background: hsl(0, 0%, 50%);
	border-radius: 0.3rem;
	color: inherit;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1rem;
	color: hsl(0, 0%, 100%);
	font-weight: 600;
	border: 1px dotted hsla(0, 0%, 0%, 0.4);
}

.retouch-title {
	text-align: left;
	font-size: 1.7rem;
	font-weight: 500;
	color: hsla(0, 0%, 20%, 0.85);
	line-height: 1em;
	letter-spacing: -0.5px;
	padding: 1rem 0rem 0.4rem 0rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	font-family: Roboto Slab;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: baseline;
	width: 100%;
	/* text-transform: uppercase; */
	font-size: 1.9rem;
	/* font-weight: 600; */
	/* color: hsla(0, 0%, 25%, 0.85); */
}

@media screen and (max-width: 1000px) {
.retouch-title {
	font-size: 1.9rem;
}
}

.retouch-title > :not(.title-text):not(.order-status):not(.retouch-tooltip):not(.price) {
	//font-family: Roboto, Arial, Helvetica, Sans-Serif;
	letter-spacing: initial;
}

.retouch-title > * {
	margin-bottom: 1rem;
}

.uploads-wrapper .uploads-title.retouch-title {
	display: inline-flex;
	width: auto;
	flex-grow: 500;
	flex-basis: 100%;
	order: -1;
}

body.home .uploads-title.retouch-title {
	display: none;
}

@media screen and (max-width: 1000px) {
#show-comments .title-text {
	border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
}
}

#body .retouchoptions-title {
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}

@media screen and (max-width: 500px) {
.orders-title.retouch-title {
	margin-bottom: 1.5rem;
	padding-left: 1rem;
}
}

.downloads-title.retouch-title {
	border: none;
}

.tips-title.retouch-title {
	border-top: none;
}

@media screen and (max-width: 1000px) {
#show-comments .comments-title.retouch-title {
	padding-bottom: 2rem;
}
}

.comments-title.retouch-title {
	padding-left: 1rem;
}

@media screen and (max-width: 1000px) {
.comments-title.retouch-title {
	padding-bottom: 0;
}
}

.retouch-title::before {
	font-family: Regular;
	margin-right: 0.7rem;
	font-size: 1.8rem;
	color: hsla(0, 0%, 20%, 0.5);
	/* color: hsla(215, 100%, 50%, 0.65); */
	display: inline-block;
	/* min-width: 2.8rem; */
	line-height: 1em;
	font-weight: 400;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
}

zinput:not(:checked) ~ label .retouch-title::before {
	color: hsla(215, 100%, 50%, 0.65);
}

.orders-title::before {
	content: "\f015";
}

.uploads-title::before {
	content: "\f07c";
}

.setprice-title::before {
	content: "\f85c";
}

.setdate-title::before {
	content: "\f333";
}

.message-title::before {
	content: "\f05a";
}

.subtotal-title::before {
	content: "\f543";
}

.retouchinstructions-title::before {
	content: "\f0a4";
}

.revieworder-title::before {
	content: "\f07a";
}

.express-title::before {
	content: "\f48b";
}

.retouchoptions-title::before {
	content: "\f53f";
}

.customrequest-title::before {
	content: "\f05b";
}

.imagesize-title::before {
	content: "\f424";
}

.downloads-title::before {
	content: "\f019";
}

.tips-title::before {
	content: "\f875";
}

.comments-title::before {
	content: "\f4b6";
}

zbody:not(.desktop.category-completed):not(.got-comments) .comments-title::before {
	content: "\f4b6";
}

body:not(.got-comments) #show-comments .comments-title::before {
	color: hsl(215, 100%, 60%);
	color: hsl(210, 100%, 62%);
	font-family: Icons;
	position: relative;
}

#show-comments:not(.got-comments) .comments-title::before, .mobile-nav-menu .item.comments .icon::before {
	animation: ShowCommentsIcon 5s ease-in-out infinite alternate;
}

@keyframes ShowCommentsIcon {
	0% {top: 0;}
	96% {top: 0;}
	98% {top: 2px;}
	100% {top: 0;}
}

.title-text #messages-count {
	color: hsl(210, 100%, 50%);
}

.retouch-tooltip {
	font-family: Icons;
	font-size: 1.6rem;
	margin-left: 0.8rem;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
.retouch-tooltip {
	font-size: 1.8rem;
}
}

z.retouch-title .retouch-tooltip {
	margin-right: 1rem;
}

.retouch-tooltip::before {
	content: "\f05a";
	text-shadow: 0 1px 0 hsla(0, 0%, 90%, 0.2);
	color: hsla(0, 0%, 0%, 0.2);
	content: "\f059";
}

#body.category-completed .retouch-tooltip::before {
	opacity: 0.5;
}

@media screen and (max-width: 1000px) {
#show-comments .retouch-tooltip {
	display: none;
}
}

.order-status .retouch-tooltip {
	margin-left: 0;
	opacity: 0.5;
	font-size: 1.4rem;
}

#image-size .retouch-tooltip::before {
	opacity: 0.4;
}

.retouch-options-wrapper .retouch-tooltip {
	font-size: 1.7rem;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding: 0.7rem 0.9rem;
	margin: 0;
	line-height: 1em;
}

@media screen and (max-width: 1000px) {
.retouch-options-wrapper .retouch-tooltip {
	font-size: 1.8rem;
}
}

.retouch-options-wrapper .retouch-tooltip::before {
	content: "\f059";
	color: hsla(0, 0%, 30%, 0.6);
	text-shadow: 0 1px 0 hsla(0, 0%, 80%, 0.6);
}

.retouch-tooltip.question::before {
	content: "\f059";
}

.form-submit {
	display: inline-block;
	width: 100%;
	/* padding: 0 0.5rem; */
	/* margin-bottom: 1rem; */
}

.tips-block .quantity {
	position: relative;
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}

.quantity input[type=number]
{
-moz-appearance: textfield;
}

.tips-block .quantity input {
	height: 4.3rem;
	display: inline-block;
	vertical-align: top;
	border-radius: 0.5rem 0rem 0rem 0.5rem;
	border-radius: 0;
	color: hsl(210, 0%, 20%);
	border-width: 1px 0 1px 0;
	border-color: hsl(0, 0%, 100%) hsla(0, 0%, 50%, 0.2) hsla(0, 0%, 50%, 0.6) hsla(0, 0%, 50%, 0.2);
	border-style: solid;
	box-sizing: content-box;
	padding: 0 0.7em;
	text-align: right;
}

.quantity-nav {
	position: relative;
	/* height: 4.3rem; */
	display: inline-block;
	vertical-align: middle;
}

.quantity .quantity-button {
	cursor: pointer;
	width: 3rem;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	line-height: 1em;
	/* height: 50%; */
	line-height: 4.3rem;
	padding: 0;
	color: hsl(215, 100%, 60%);
}

.quantity-button.quantity-up {
	position: relative;
	top: 0;
	border-radius: 0 1rem 1rem 0rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
	border-left: 1px solid hsl(60, 6%, 80%);
}

.dark-mode .quantity-button.quantity-up {
	color: hsla(0, 0%, 100%, 0.4);
	border: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	background: linear-gradient(0deg, hsl(220, 0%, 19%), hsl(220, 0%, 25%));
	text-shadow: 0 -1px 0 hsl(0, 0%, 0%);
	box-shadow: 1px 0 0.1em 0 hsla(0, 0%, 0%, 0.1);
	/* border-right: 1px solid hsla(0, 0%, 0%, 0.3); */
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.5);
}

.quantity-button.quantity-down {
	/* position: absolute; */
	bottom: 0px;
	border-radius: 1rem 0 0 1rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
	border-right: 1px solid hsl(60, 6%, 80%);
}

.dark-mode .quantity-button.quantity-down {
	color: hsla(0, 0%, 100%, 0.4);
	border: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	background: linear-gradient(0deg, hsl(220, 0%, 19%), hsl(220, 0%, 25%));
	text-shadow: 0 -1px 0 hsl(0, 0%, 0%);
	box-shadow: -1px 0 0.1em 0 hsla(0, 0%, 0%, 0.1);
	/* border-left: 1px solid hsla(0, 0%, 0%, 0.3); */
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.5);
}

body .acf-fields.-clear > .acf-field.acf-accordion {
	border: none;
	background: none;
}

body .acf-accordion .acf-accordion-title label {
	margin: 0;
	padding: 0;
	font-size: initial;
	line-height: initial;
}

body .acf-fields.-clear > .acf-field {
	margin-top: 0;
}

.acf-form-submit {
	width: 100%;
	display: table;
	position: relative;
	padding: 1rem 1rem 0 1rem;
	border-top: none;
}

@media screen and (max-width: 1000px) {
.acf-form-submit {
	border-bottom: none;
	background-color: hsl(60, 6%, 80%);
	background: none;
}
}

#body .details-wrapper {
	display: table;
	text-align: center;
	padding: 0.2rem 0.6rem 0 0.5rem;
	margin: 0 1rem 0.8rem auto;
	line-height: 1em;
	/* border-top: 1px dotted hsla(0, 0%, 0%, 0.3); */
	font-style: italic;
	/* padding-top: 0; */
	display: none;
}

.details-wrapper, .subtotal-wrapper, .timerequired-wrapper {
	display: table-cell;
	width: 1rem;
	font-size: 1.2rem;
	text-align: center;
	/* font-family: Roboto Condensed; */
	color: hsl(0, 0%, 30%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	line-height: initial;
	position: relative;
	line-height: 0;
	display: inline;
	width: initial;
	font-weight: 500;
}

.min-price {
	text-align: center;
	color: inherit;
	font-size: 1.3rem;
	font-weight: 600;
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	opacity: 0.5;
}

.min-price::after {
	/* content: "+"; */
	font-weight: 400;
	display: inline-block;
}

.min-price::before {
	content: "$";
	font-weight: 400;
	/* font-family: Roboto Condensed; */
	display: inline-block;
}

body .acf-hl > li {
	float: none !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}

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




.category-item {
	line-height: 1em;
	padding: 0.2rem 0.7rem;
	border-radius: 0.5rem;
	display: inline-block;
	font-size: 1.4rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	font-weight: 400;
	color: hsl(0, 0%, 10%);
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.2)2.5rem),hsl(40, 10%, 75%);
	position: relative;
	text-align: center;
	flex-grow: 1;
	height: 2.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
.category-item {
	font-size: 1.4rem;
}
}

.category-item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}

#body .category-item:not(*:root) {
	box-shadow: 0 0 2px 0 hsla(0, 0%, 0%, 0.4), inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.05), 0 0 2px -1px hsla(0, 0%, 0%, 0.1);
}

.number-of-selected-options {
	border-radius: 1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0px;
	position: relative;
	font-family: Roboto, Arial, Helvetica, Sans-Serif;
	font-size: 1.2rem;
	margin-left: 0.5rem;
	font-weight: 500;
	min-width: 1.3em;
	min-height: 1.3em;
	padding: 0 0.4rem;
}

.category-item:not(.selected) .number-of-selected-options {
	background: hsla(0, 0%, 0%, 0.3);
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
}

.selected .number-of-selected-options {
	background: hsla(0, 0%, 0%, 0.1);
	text-shadow: none;
	color: hsl(0, 0%, 20%);
}

z.number-of-selected-options span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

z.number-of-selected-options span::before, z.number-of-selected-options span::after {
	opacity: 0.5;
}

z.number-of-selected-options span::after {
	content: ")";
}

z.number-of-selected-options span::before {
	content: "(";
}

.slim {
	font-family: Roboto Condensed;
}

#options-input:not(:checked) ~ .categories-buttons, #options-input:not(:checked) ~ .categories-options {
	//display: none;
}

.retouch-options-wrapper {
	display: grid;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	gap: 0.5rem;
	row-gap: 0;
	grid-template-columns: repeat(3, 1fr);
	overflow-y: auto;
	padding: 0 1rem 0 1rem;
	padding-top: 1px;
}

.category-option {
	display: flex;
	border-radius: 0.8rem;
	/* overflow: hidden; */
	position: relative;
	color: hsl(215, 100%, 60%);
	animation: comment-appears 1s ease-in-out 1 alternate;
	flex-grow: 1;
	margin-bottom: 1rem;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
}

.category-option.selected.wide {
	order: -1;
	grid-column: 1 / -1;
}

.category-option::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	z-index: 1;
	pointer-events: none;
	/* box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.3), inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.8); */
}

.category-option.selected::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	border: 2px dashed hsl(215, 100%, 70%);
	z-index: 1;
	pointer-events: none;
	/* box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 100%, 0.3); */
}

.category-option.selected::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	border: 2px solid hsl(215, 100%, 90%);
	z-index: 1;
	pointer-events: none;
}

.category-option label {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0.8rem;
	overflow: hidden;
}

.category-option .preview {
	display: block;
	width: 100%;
	height: 10rem;
	position: relative;
	background-color: hsl(60, 3%, 80%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 10%;
	flex-grow: 1;
}

.category-option .preview {
	background-image: url('//retouch.tv/images/retouch-options/retouch.jpg');
}

.category-option.basic_retouch .preview {
	/* background-size: 100% 100%; */
	/* background-image: url('//retouch.tv/images/retouch-options/standard_retouch.jpg'); */
}

.category-option.color_correction .preview {
	background-size: 100% 100%;
	background-image: url('//retouch.tv/images/retouch-options/colorcorrection.png');
}

z.category-option.figure .preview {
	background-image: url('//retouch.tv/images/retouch-options/figure3.jpg');
}

z.category-option.curves .preview {
	background-image: url('//retouch.tv/images/retouch-options/curves3.jpg');
}

.preview_text {
	font-size: 1rem;
	background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.5));
	display: inline-block;
	color: hsla(0, 0%, 100%, 0.5);
	align-self: flex-end;
	padding: 0 0.3rem;
	border-radius: 0.3rem 0.3rem 0 0;
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	/* line-height: 1em; */
	position: relative;
	font-weight: 600;
	width: 100%;
	opacity: 0.8;
	/* padding-bottom: 0.1rem; */
	position: absolute;
	bottom: 0;
	left: 50%;
	/* background-image: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0)); */
	transform: translate(-50%, 0%);
}

input:checked ~ label .preview_text {
	color: hsl(60, 100%, 50%);
	opacity: 0.7;
	color: hsl(0, 0%, 100%);
}

.retouch-options-wrapper .category-option .check-icon {
	font-family: Duotone;
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	top: 0.6rem;
	left: 0.7rem;
	font-size: 1.7rem;
	display: inline-block;
	line-height: 1em;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0.7rem 0.7rem;
	/* display: none; */
}

z#body:not(.category-no-category):not(.edit-order) .category-option .check-icon {
	display: none;
}

@media screen and (max-width: 1000px) {
.retouch-options-wrapper .category-option .check-icon {
	font-size: 1.8rem;
}
}

.retouch-options-wrapper .category-option .check-icon::after {
	color: hsl(0, 0%, 100%);
	text-shadow: none;
	position: absolute;
	/* top: 0; */
	/* left: 0; */
	/* z-index: 1; */
	/* transform: translate(-50%, -50%); */
}

.retouch-options-wrapper .category-option .check-icon::before {
	position: absolute;
	text-shadow: none;
	/* transform: translate(-50%, -50%); */
	color: hsla(0, 0%, 20%, 0.7);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.7);
}

.retouch-options-wrapper input:checked ~ label .check-icon::after {
	content: "\f058";
}
.retouch-options-wrapper input:checked ~ label .check-icon::before {
	content: "\10f058";
}
.retouch-options-wrapper input:not(:checked) ~ label .check-icon::after {
	// content: "\f058";
	color: hsla(0, 0%, 0%, 0.05);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
}
.retouch-options-wrapper input:not(:checked) ~ label .check-icon::before {
	content: "\f111";
	font-family: Icons;
}

.category-option .title {
	font-size: 1.2rem;
	font-weight: 600;
	color: hsl(60, 3%, 90%);
	background: linear-gradient(0deg, hsl(60, 3%, 25%), hsl(60, 3%, 20%)1rem);
	display: flex;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.1);
	padding: 0.3rem 0.7rem 0.3rem 0.7rem;
	min-height: 2rem;
	/* background: linear-gradient(0deg, hsl(0, 100%, 25%), hsl(60, 3%, 25%)); */
	/* background: linear-gradient(0deg, hsl(215, 100%, 30%), hsl(60, 3%, 25%)); */
}

.category-option.selected .title {
	background: hsla(0, 0%, 100%, 0.95);
	box-shadow: inset 0 0 1px 0 hsl(220, 100%, 80%), 0 0 1px 0 hsl(220, 100%, 50%),0 0 1px 0 hsl(220, 100%, 50%);
	color: hsl(0, 0%, 20%);
}

.category-option.selected .title:not(*:root) {
	box-shadow: inset 0 0 2px 0 hsl(220, 100%, 50%), 0 0 1px 0 hsl(220, 100%, 50%), 0 0 1px 0 hsl(220, 100%, 50%), 0 0 1px 0 hsl(220, 100%, 50%);
}

.category-option .title .price {
	font-size: 1rem;
	text-transform: initial;
	font-weight: 500;
	line-height: 1em;
	margin-top: 0.1rem;
	opacity: 0.6;
	border-top: 1px dotted;
	padding: 0.2rem 0 0.1rem 0;
}

.acf-hl::before, .acf-hl::after, .acf-bl::before, .acf-bl::after, .acf-cf::before, .acf-cf::after {
	content: initial !important;
}

body .acf-fields > .acf-field:first-child {
	border-top-width: 0;
}

#body .selected-options {
	display: block;
	padding: 0;
	flex-grow: 1;
	border-radius: 0.3rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	order: -1;
	width: calc(100% - 1rem);
	position: relative;
	padding: 0;
}

@media screen and (max-width: 1000px) {
#body .selected-options {
	width: 12rem;
	order: initial;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
}

.option-wrapper {
	position: relative;
	text-align: left;
	font-size: 1.5rem;
	vertical-align: top;
	line-height: 1.25em;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	font-weight: 400;
	display: block;
	padding: 0.4rem;
}

@media screen and (max-width: 1000px) {
.option-wrapper {
	font-size: 1.3rem;
	padding-right: 0;
}
}

.option-wrapper:first-child {
	padding-top: 0;
}

.option-wrapper:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	max-height: 5rem;
	overflow-y: auto;
}

@media screen and (max-width: 1000px) {
.option-wrapper:last-child {
	max-height: unset;
}
}

.option-wrapper::before {
	font-family: Icons;
	display: inline-block;
	margin-right: 0.8rem;
	color: hsla(0, 0%, 0%, 0.3);
	content: "\f058";
}

@media screen and (max-width: 1000px) {
.option-wrapper::before {
	margin-right: 0.5rem;
}
}

.option-wrapper .title {
	font-size: 1.5rem;
	font-weight: 500;
}

z#image-size-content::before {
	content: "\f424";
}

z.retouch-instructions-content::before {
	content: "\f4ac";
}

z.retouch-option-name::before {
	content: "\f53f";
	content: "\f058";
}

body .acf-field-group.retouch-options-wrapper .acf-label {
	display: none;
}

body .acf-field-group.retouch-options-wrapper .acf-input {
	display: inline;
}

.acf-field-group.retouch-options-wrapper .acf-field {
	display: inline;
}

.toggle-all {
	font-size: 1.4rem;
	color: hsl(0, 0%, 30%);
	font-family: Roboto Condensed;
}




.uploads-block, .downloads-block {
	margin: 0 0 1.5em;
	text-align: center;
	display: inline-block;
	width: calc(100% - 45rem);
	padding: 0 0.9rem 0 0;
	float: left;
	position: sticky;
	top: 0.8rem;
	margin: 0;
	/* margin-bottom: 1rem; */
	z-index: 2;
}

.uploads-block {
	/* z-index: 3; */
}

@media screen and (max-width: 1000px) {
.uploads-block, .downloads-block {
	text-align: center;
	display: block;
	max-width: unset;
	padding: unset;
	float: none;
	position: relative;
	top: unset;
	margin: 0 auto;
	z-index: unset;
	width: 100%;
}
}

.downloads-block {
	padding: 0 1rem;
	top: 0;
}

#body.image-open .downloads-block {
	/* min-height: 100vh; */
	/* display: block; */
	/* background-color: hsl(60, 3%, 58%); */
}

@media screen and (max-width: 1000px) {
#body:not(.home) .downloads-block {
	background: hsla(0, 0%, 0%, 0.25);
}
}

body.home .uploads-block {
	margin: 0 0 1.5em;
	text-align: center;
	display: inline-block;
	width: 50rem;
	padding: 0;
	float: none;
	position: relative;
	top: 0;
	margin: 0;
	margin-bottom: 0;
	/* display: table-cell; */
	/* width: 100%; */
	padding: ;
	flex-grow: 1;
	width: 100%;
}

@media screen and (max-width: 1000px) {
body.home .uploads-block {
	padding: 1.5rem;
}
}

@media screen and (max-width: 1000px) {
body.home .how-it-works.details .uploads-block {
	padding: 0 1.5rem 2rem 1.5rem;
}
}

.uploads-wrapper {
	padding: 0 0 0 1rem;
	border-radius: 0.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: unset;
}

#body.desktop.category-unpaid .uploads-wrapper {
	max-height: calc(100vh - 6rem);
	overflow-y: auto;
	flex-direction: column;
	flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {
.uploads-wrapper {
	border-radius: 0;
	padding-bottom: 0.1rem;
	box-shadow: none;
	/* flex-direction: column; */
}
}

@media screen and (max-width: 1000px) {
#body:not(.home):not(.got-files) .uploads-wrapper {
	background-color: transparent;
	background-color: hsla(0, 0%, 100%, 0.2);
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.25)0rem),url(//retouch.tv/images/bg_light.gif);
}
}

body.home .uploads-wrapper {
	padding: 0;
	background: none;
	border-radius: 0.5rem;
	box-shadow: none;
	background-color: none;
}

.files-wrapper {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.filelist {
	position: relative;
	counter-reset: Counter;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#body.desktop .uploads-wrapper .filelist {
	/* padding-top: 0.4rem; */
	padding-right: 0.7rem;
	max-height: calc(100vh - 10rem);
}

#body.desktop.category-unpaid .uploads-wrapper .filelist {
	max-height: unset;
}

@media screen and (max-width: 1000px) {
.filelist {
	display: flex;
	flex-direction: row;
	max-width: 100vw;
	overflow: auto;
	flex-wrap: initial;
	justify-content: initial;
	width: auto;
	align-self: flex-start;
}
}

#body .downloads-block .filelist {
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
	align-items: center;
	font-size: 0;
	padding-top: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: initial;
}

#body.category-completed.desktop .downloads-block .filelist {
	overflow: visible;
}

@media screen and (max-width: 1000px) {
#body .downloads-block .filelist {
	justify-content: space-evenly;
}
}

@media screen and (max-width: 1000px) {
.slick-slider .filelist {
	display: initial;
	overflow: initial;
	display: block;
	padding-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding-right: 0.5rem;
}
}

#body .downloads-block .filelist::after {
	content: "";
	flex-grow: 1;
}

@media screen and (max-width: 1000px) {
#body .downloads-block .filelist::after {
	display: none;
}
}

#body.got-files .filelist .addfiles {
	display: flex;
	order: -1;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	align-self: stretch;
	border-radius: 1rem;
	margin: 1px 1px 1rem 1px;
	color: hsla(0, 0%, 0%, 0.8);
	font-size: 1.4rem;
	font-weight: 500;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.25);
	padding: 2rem;
	margin-right: 0.5rem;
}

#body.got-files .filelist .addfiles:hover {
	background: hsla(0, 0%, 100%, 0.1);
}

#body.category-unpaid:not(.edit-order) .filelist .addfiles {
	display: none;
}

#body:not(.got-files) .filelist .addfiles {
	display: none;
}

.filelist .addfiles::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px dashed hsla(0, 0%, 100%, 0.5);
	border-radius: 1rem;
	box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.4);
	pointer-events: none;
}

.filelist .addfiles:hover::after {
	border-color: hsla(0, 0%, 100%, 0.8);
}

.filelist .addfiles::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 1rem;
	/* box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, 0.2); */
	pointer-events: none;
}

.filelist .addfiles > * {
	display: flex;
	flex-direction: column;
	/* max-width: 10rem; */
	white-space: nowrap;
}

.file-wrapper {
	display: inline-block;
	position: relative;
}

.file-wrapper.uploaded {
	margin: 0rem 1rem 1rem 1rem;
}

.filelist .file-wrapper {
	margin: 0;
	padding: 0rem 0.1rem 1rem 0.1rem;
	vertical-align: bottom;
	align-self: flex-start;
}

.filelist .file-wrapper.preview {
	padding: 0rem 0 1rem 0;
}

.filelist .file-wrapper:not(.preview) {
	margin: 0 0.7em 1em 0.3em;
	padding: 0;
	display: flex;
	flex-direction: column;
	/* height: 18em; */
	font-size: 1rem;
	align-self: stretch;
}

@media screen and (max-width: 1000px) {
.filelist .file-wrapper:not(.preview) {
	font-size: 0.7rem;
}
}

@media screen and (max-width: 1000px) {
.slider:not(.slick-slider) .filelist .file-wrapper:not(.preview) {
	font-size: 0.7rem;
	height: 14.7em;
}
}

.filelist .file-wrapper.preview.img-loaded {
	padding: 0 0.3rem 1rem 0;
}

#body .downloads-block .filelist .file-wrapper {
	padding: 0rem 0.1rem 0 0.1rem;
	margin-bottom: 2.5rem;
	align-self: flex-end;
}

#body.image-open .filelist .file-wrapper {
	padding: 0.5rem 0;
	margin-bottom: 0;
	min-width: 8rem;
}

@media screen and (max-width: 1000px) {
#body.image-open .filelist .file-wrapper:not(.selected-image) {
	display: none;
}
}

#body:not(.image-open) .downloads-block .file-wrapper:not(.img-loaded) .file-preview-wrapper {
	min-height: 18rem;
	min-width: 15rem;
	border-radius: 0.3rem;
	margin-right: 0.3rem;
	/* box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.3); */
	padding: 1rem;
}

z.filelist:hover .file-wrapper {
	opacity: 1;
}

#file-icon-mask {
	position: absolute;
	z-index: -1;
}

.file-wrapper .file-preview-wrapper {
	display: block;
	font-size: 1em;
	position: relative;
	margin: 0 auto 0 auto;
	border-radius: 0.3rem;
	padding: 0.5em;
	background: linear-gradient(hsl(34.3, 11.5%, 90%), hsl(8.3, 31.9%, 82.2%));
	/* border: 1px solid hsl(17.1, 10.4%, 61.7%); */
}

.filelist .file-wrapper .file-preview-wrapper {
	border: none;
	background: linear-gradient(hsl(34.3, 11.5%, 85%), hsl(8.3, 31.9%, 70%));
	/* box-shadow: 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2); */
	padding: 0em;
	/* overflow: hidden; */
}

.filelist .file-wrapper.preview .file-preview-wrapper {
	background: none;
	border-radius: 0.3rem;
}

#body.image-open .filelist .file-preview-wrapper {
	display: inline-block;
}

z#body:not(.image-open) .file-wrapper.img-loaded .file-preview-wrapper::after {
	content: "";
	width: 100%;
	height: 3rem;
	position: absolute;
	top: initial;
	bottom: 0;
	left: 0;
	right: initial;
	background: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.3));
	pointer-events: none;
}

.file-wrapper:not(.preview) .file-preview-wrapper {
	width: 11.5em;
	/* border-radius: 0.5em 0 0.5em 0.5em; */
	/* clip-path: url("#clipPolygon"); */
	/* box-shadow: inset 0 -1px 0 -1px hsla(0, 0%, 0%, 0.2), inset 0 0 0 0.1rem hsl(0, 0%, 65%); */
	/* background: linear-gradient(transparent, hsl(8.3, 31.9%, 82.2%)),linear-gradient(45deg, hsl(60, 3%, 95%), hsl(60, 3%, 90%) 70%, hsl(60, 3%, 65%) 85.5%, hsla(226.7, 100%, 8.8%, 0) 86.2%, hsla(226.7, 100%, 8.8%, 0)); */
	/* padding: 0.3em; */
	box-shadow: inset 0 0 1rem 0 hsl(215, 50%, 70%), 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2);
	flex-grow: 1;
	/* background: linear-gradient(hsl(215, 0%, 85%), hsl(215, 10%, 70%)); */
	box-shadow: 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2);
	min-height: 8.2em;
	border-top-right-radius: 3.5em;
}

.file-preview-wrapper img {
	display: block;
	// max-width: 17.4rem;
	// max-height: 18rem;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0.3rem;
}

.file-preview-wrapper img.loaded {
	box-shadow: 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2);
}

.selected-image .file-preview-wrapper .small.thumb {
	border: 2px solid hsl(0, 0%, 100%);
}

#body.desktop.image-open .file-preview-wrapper img {
	max-width: 7.6rem;
	max-height: 10rem;
	/* opacity: 0.8; */
	margin: 0 auto;
}

z#body.desktop.image-open .file-preview-wrapper:hover img {
	opacity: 1;
}

#body.desktop.image-open .file-preview-wrapper img.before-image {
	display: none;
}

/* _preview_small or _preview_big.jpg */
.files-1 .filelist#uploadedfiles .file-preview-wrapper img.small, .files-2 .filelist#uploadedfiles .file-preview-wrapper img.small, .files-3-4 .filelist#uploadedfiles .file-preview-wrapper img.small {
	display: none;
}

.files-5-10 .filelist#uploadedfiles .file-preview-wrapper img.big, .files-10-more .filelist#uploadedfiles .file-preview-wrapper img.big {
	display: none;
}

.filelist .file-preview-wrapper img {
	max-width: 17.4rem;
	max-height: 18rem;
}

.files-1 .filelist .file-preview-wrapper img {
	max-width: 100%;
	max-height: 60rem;
}

@media screen and (max-width: 1000px) {
#body .slider:not(.slick-slider) .filelist .file-preview-wrapper img {
	max-width: unset;
	max-height: unset;
	height: calc(60vh - 18rem);
	max-height: 20vh;
}
}

@media screen and (max-width: 1000px) {
#body.files-1 .slider:not(.slick-slider) .filelist .file-preview-wrapper img {
	max-width: unset;
	max-height: unset;
	height: calc(60vh - 20rem);
}
}

z.files-2 .filelist .file-preview-wrapper img {
	max-height: 35rem;
}

z.files-3-4 .filelist .file-preview-wrapper img {
	max-width: 30rem;
	max-height: 30rem;
}

z.files-5-10 .filelist .file-preview-wrapper img {
	max-width: 22rem;
	max-height: 20rem;
}

@media screen and (max-width: 1000px) {
.files-10-more .filelist .file-preview-wrapper img {
	max-width: 14rem;
	max-height: 12rem;
}
}

#body.category-completed:not(.image-open) .filelist .file-preview-wrapper img {
	max-width: 18.4rem;
	max-height: 19rem;
	width: auto !important;
	height: auto !important;
}

#body.category-completed.files-10-more:not(.image-open) .filelist .file-preview-wrapper img {
	max-width: 18.4rem;
	max-height: 19rem;
}

@media screen and (max-width: 1000px) {
#body.category-completed.files-10-more:not(.image-open) .filelist .file-preview-wrapper img {
	max-width: 14rem;
	max-height: 12rem;
}
}

.filelist .file-wrapper:not(.preview) .file-preview-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 2em hsla(0, 0%, 0%, 0.1);
	/* background: linear-gradient(hsla(0, 0%, 100%, 0.3), hsla(7.5, 100%, 30%, 0.3)),url(//retouch.tv/images/bg_tile_light_full.gif); */
	border: 2px solid hsla(0, 0%, 100%, 0);
	background-origin: border-box;
	border-radius: 0.3rem;
	border-top-right-radius: 3.5em;
	background: hsl(0, 0%, 80%);
	background-origin: border-box;
}

.filelist .file-wrapper:not(.preview) .file-corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsl(0, 0%, 100%);
	border-top-right-radius: 3.5em;
	overflow: hidden;
	background: linear-gradient(-135deg, hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.1), hsla(0, 0%, 0%, 0)6em, hsla(0, 0%, 0%, 0));
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	pointer-events: none;
}

.filelist .file-wrapper:not(.preview) .file-corner::before {
	content: "";
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	width: 2.5em;
	height: 2.5em;
	background: linear-gradient(225deg, hsl(0, 0%, 70%), hsl(0, 0%, 95%), hsl(0, 0%, 97%)2em, hsl(0, 0%, 80%)3em, hsl(0, 0%, 80%));
	border-top-right-radius: 3em;
	border-bottom-left-radius: 0.3rem;
	box-shadow: inset 0rem 0.9em 1em -1em hsla(0, 0%, 0%, 0.4), inset -0.9em 0.4em 1em -1em hsl(0, 0%, 0%), inset 0.3em -0.3em 0.2em -0.2em hsla(0, 0%, 100%, 0.3), 0.2em 0.5em 1em -0.4em hsla(0, 0%, 0%, 0.3);
}

.file-label::before {
	display: block;
	position: absolute;
	font-size: calc(0.9em + 0.7rem);
	top: 3rem;
	left: -0.2em;
	border-radius: 0.2em;
	/* letter-spacing: -0.5px; */
	font-weight: 400;
	line-height: initial;
	padding: 0 0.2em;
	text-transform: uppercase;
	color: hsl(215, 100%, 60%);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
	color: hsl(0, 0%, 100%);
	background: linear-gradient(0deg, hsl(210, 100%, 55%), hsl(210, 100%, 70%));
	text-shadow: none;
	/* border-bottom: 1px solid hsl(215, 100%, 45%); */
	/* border-top: 1px solid hsl(210, 100%, 84%); */
	border-width: 1px 0;
	z-index: 1;
	color: hsl(0, 0%, 0%);
	background: linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 0%, 0.1)), hsl(0, 0%, 100%);
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	background-origin: border-box;
}

.download .file-label::before {
	content: "download";
}
.mp4 .file-label::before, .mpeg .file-label::before, .avi .file-label::before, .webm .file-label::before {
	content: "video";
}
.psd .file-label::before {
	content: "psd";
}
.zip .file-label::before, .rar .file-label::before {
	content: "archive";
}

.zip .file-label::before {
	content: "zip";
}

.rar .file-label::before {
	content: "rar";
}

.file-remove {
	font-family: Duotone;
	font-size: 1.2rem;
	display: inline-block;
	cursor: pointer;
}

#body.category-unpaid:not(.edit-order) .file-remove {
	display: none;
}

.uploaded .file-remove {
	content: "\f00d";
	font-family: Regular;
	position: absolute;
	font-size: 1.8rem;
	z-index: 2;
	line-height: initial;
	top: 0.5rem;
	right: 0.5rem;
	display: none;
	font-size: 1.5rem;
	line-height: 1em;
	width: 1.5em;
	height: 1.5em;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: hsl(0, 0%, 100%);
	opacity: 0.8;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
	background-origin: border-box;
	background: hsla(0, 0%, 0%, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.file-remove:hover {
	background: hsl(0, 100%, 50%);
	opacity: 0.8;
}

.progress-file .file-wrapper .file-remove {
	display: none;
}

.progress-file .file-wrapper:hover .file-remove {
	display: inline-block;
}

.uploaded:hover .file-remove {
	display: flex;
}

.file-remove::after {
	content: "\f00d";
	color: hsla(0, 0%, 100%, 0.9);
	position: relative;
}

.file-remove:hover::after {
	color: hsl(0, 0%, 100%);
}

.file-remove::before {
	/* content: "\10f057"; */
	position: absolute;
	color: hsl(0, 0%, 50%);
	/* opacity: 0.6; */
}

.file-remove:hover::before {
	color: hsl(0, 100%, 50%);
	opacity: 0.8;
}

.uploaded .file-remove::before {
	text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.2);
}

.file-size {
	font-size: 1rem;
	padding: 0 0.2rem;
	border-radius: 0.3rem;
}

.uploaded .file-size {
	position: absolute;
	line-height: initial;
	bottom: 0.8rem;
	left: 0.8rem;
	font-size: 1rem;
	z-index: 1;
	background: hsla(0, 0%, 50%, 0.6);
	padding: 0.1rem 0.2rem;
	border-radius: 0.3rem;
	color: hsla(0, 0%, 95%, 1);
	display: none;
}

.file-wrapper.uploaded:not(.preview) .file-size {
	display: block;
}

.uploaded.uploading .file-size, .file-wrapper.uploaded:hover .file-size {
	display: block;
}

.file-name {
	display: inline-block;
	background: hsla(0, 0%, 0%, 0.05);
	padding: 0 0.2em;
	border-radius: 0.4rem;
	font-size: 1em;
	color: hsla(0, 0%, 30%, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	max-width: 30rem;
}

.progress-file .file-name {
	margin-right: 0.5rem;
	color: hsl(0, 0%, 20%);
}

.uploaded .file-name {
	display: inline-block;
	padding: 0 0.3rem;
	border-radius: 0.4rem;
	line-height: initial;
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	display: none;
	max-width: 11.5rem;
	font-weight: 500;
	color: hsl(0, 0%, 10%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2), 0 0 1rem hsla(0, 0%, 100%, 0.1);
	/* max-height: 3.5em; */
	background: none;
	margin-top: 0.4rem;
}

.filelist .file-wrapper:not(.preview) .file-name {
	display: inline;
	white-space: normal;
	word-break: break-all;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 0.3rem;
}

body.category-unpaid:not(.edit-order) #browsebutton {
	display: none;
}

.browsebutton {
	cursor: pointer;
}

body.home .browsebutton {
	width: 100%;
}

body.got-files:not(.home) .browsebutton {
	margin-right: 0.8rem;
	margin-left: 0.8rem;
}

body:not(.got-files):not(.home) .browsebutton {
	width: 100%;
	margin-right: 0.9rem;
}

#container {
	display: none;
}

body:not(.got-files) .filelist {
	display: none;
}

body.desktop.uploading .filelist {
	max-height: calc(100vh - 14rem);
	overflow: auto;
}

body.desktop .filelist {
	max-height: calc(100vh - 8rem);
	overflow: auto;
}

#body.desktop.image-open:not(.files-1) .filelist {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-height: unset;
	width: auto;
	height: 100vh;
	background-color: hsl(60, 3%, 58%);
	background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 25%, 0.5)0rem), url(//retouch.tv/images/bg_light.gif);
	background-color: hsl(60, 1%, 50%);
}

body.got-files .uploads-welcome {
	align-self: center;
	flex-grow: 1;
	text-align: right;
	display: none;
}

@media screen and (max-width: 1000px) {
body.got-files .uploads-welcome {
	text-align: center;
	align-self: flex-end;
	margin-bottom: 0.8rem;
}
}

.dark-mode body.got-files .uploads-welcome {
	color: hsl(60, 3%, 30%);
	background: hsla(0, 0%, 0%, 0.05);
}

.drop-files {
	display: block;
}

.uploads-welcome:not(:only-child) .drop-files, body.got-files .uploads-welcome .drop-files, body.uploading .uploads-welcome .drop-files {
	display: none;
}

.button-small {
	/* font-size: 1.4rem; */
	/* line-height: 1em; */
	padding: 0.8rem 1.2rem 0.8rem 1.2rem;
	/* border-radius: 0.5rem; */
	/* font-weight: 500; */
	/* color: hsl(0, 0%, 15%); */
	/* color: hsl(215, 80%, 50%); */
	/* background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.15)2.5rem),hsl(40, 10%, 75%); */
	/* text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3); */
	/* border-top: 1px solid hsl(60, 6%, 90%); */
	/* border-bottom: 1px solid hsl(0, 0%, 61%); */
	/* box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.4),inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.05); */
}

.add-more-files.button {
	font-size: 1.4rem;
	line-height: 1em;
	padding: 0.4rem 0.6rem;
	border-radius: 0.5rem;
	font-weight: 500;
	color: hsl(0, 0%, 95%);
}

.add-more-files {
	display: none;
}

body.got-files .uploads-welcome .add-more-files {
	/* display: inline-block; */
}

.add-more-files .icon {
	font-family: Icons;
	position: relative;
	display: inline-block;
	margin-right: 0.5rem;
	line-height: 0;
	color: hsla(215, 100%, 50%, 0.65);
}

.add-more-files .icon::before {
	content: "\f055";
	line-height: 1rem;
	font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
.add-more-files .icon::before {
	font-size: 2.4rem;
}
}

body:not(.got-files) .uploads-welcome .drop-files {
	font-size: 1.4rem;
	color: hsl(30, 6%, 40%);
	/* background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(60, 6%, 50%, 0.05)0rem),url(//retouch.tv/images/bg_light.gif); */
	border-radius: 2rem;
	line-height: 1em;
	text-align: center;
	width: 100%;
	height: 44rem;
	display: inline-flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	background-color: hsl(60, 6%, 80%);
	border: 4px dashed hsla(0, 0%, 100%, 0.9);
	max-height: 50vh;
	font-weight: 500;
	box-shadow: inset 0 0 0 0.1rem hsla(0, 0%, 0%, 0.1);
	flex-direction: column;
	margin-bottom: 0.9rem;
	padding: 2rem 3rem;
	background: url(//retouch.tv/images/bg_light.gif);
}

body.home:not(.got-files) .uploads-welcome .drop-files {
	font-size: 1.6rem;
	/* height: 45rem; */
	margin-bottom: 0;
	max-height: unset;
	/* background: none; */
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
	height: 40rem;
}

@media screen and (max-width: 1000px) {
body.home:not(.got-files) .uploads-welcome .drop-files {
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
}
}

#body.home.desktop .color-wrapper.how-it-works.light .drop-files::before {
	/* content: ""; */
	position: absolute;
	top: -0.2rem;
	left: calc(50% - 1rem);
	transform: translate(-50%, -50%);
	background-image: url("//retouch.tv/images/arrow_first.png");
	width: 10rem;
	height: 9rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	z-index: 10;
}

@media screen and (max-width: 1000px) {
body.home:not(.got-files) .how-it-works.light .uploads-welcome .drop-files {
	min-height: 60vh;
	height: 40rem;
	border: 4px dashed hsla(0, 0%, 100%, 0.7);
}
}

body.home:not(.got-files) .how-it-works.details .uploads-welcome .drop-files {
	min-height: 50vh;
	height: 45rem;
}

@media screen and (max-width: 1000px) {
body.home:not(.got-files) .how-it-works.details .uploads-welcome .drop-files {
	min-height: initial;
	max-height: 50vh;
}
}

@media screen and (max-width: 1000px) {
body.single:not(.got-files) .uploads-welcome .drop-files {
	/* background: none; */
	/* border: none; */
	/* box-shadow: none; */
	color: hsl(0, 0%, 30%);
}
}

body.drop .uploads-welcome .drop-files {
	border: none;
	border-radius: 1rem;
	box-shadow: none;
}

.drop-files .line1 {
	line-height: 2rem;
}

.drop-files .line1::before {
	content: "\f24d";
	font-family: Regular;
	margin-right: 0.8rem;
	font-size: 1.6rem;
	opacity: 0.8;
}

.drop-files .line2 {
	margin: 2rem auto 2.6rem;
	padding-top: 0.2rem;
	margin: 1rem auto 1.8rem;
}

.drop-files .line2::after, .drop-files .line2::before {
	content: "";
	width: 4rem;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem;
	border-bottom: 2px dotted hsla(0, 0%, 0%, 0.2);
}

.cancel-all, z.delete-all {
	display: inline-block;
	z-index: 2;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}








#progress-wrapper {
	display: none;
	/* padding: 0 1rem; */
	/* border-radius: 0.5rem; */
	/* box-shadow: inset 0 0 2rem 1rem hsl(30, 3%, 60%); */
	/* background-color: hsla(0, 0%, 0%, 0.15); */
	margin-bottom: 0.9rem;
	/* padding-top: 0.5rem; */
	/* order: -2; */
	width: 100%;
	padding-right: 0.9rem;
	color: hsl(0, 0%, 30%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
	font-weight: 500;
}

.uploading #progress-wrapper {
	display: block;
}

#progress-wrapper .progress-file > span {
	margin-bottom: 0.5rem;
}

.progress-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.progress-info > * {
	flex-grow: 1;
}

.progress-info > span:not(.file-wrapper), .progress-info .file-wrapper > span, .progress-file > span:not(.file-wrapper), .progress-file .file-wrapper > span {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.file-loaded {
	//min-width: 5rem;
	text-align: right;
}

.loaded-size-bytes {
	//min-width: 17.8rem;
	text-align: center;
}

.progress-percent span {
	//min-width: 2rem;
	display: inline-block;
	text-align: left;
}

.progress-bar {
	width: 100%;
	background-color: hsl(0, 0%, 64.7%);
	overflow: hidden;
	border-radius: 3rem;
	box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 0%, 0.3), 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
	background: linear-gradient(0deg,hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1));
	background: repeating-linear-gradient(-45deg, hsl(0, 0%, 40%), hsl(0, 0%, 40%) 1rem, hsl(0, 0%, 36.1%) 1rem, hsl(0, 0%, 36.1%) 2rem, hsl(0, 0%, 40%) 2rem) top left;
	position: relative;
	border-bottom: 1px solid hsl(0, 0%, 45%);
	border-top: 1px solid hsl(0, 0%, 45%);
}

.upload-progress {
	width: 0%;
	height: 2rem;
	background-color: hsl(210, 100%, 60%);
	transition: width 2s ease;
	background: linear-gradient(180deg,hsla(0, 0%, 100%, 0.2), transparent, hsl(215, 100%, 50%)),repeating-linear-gradient(-45deg, hsl(215, 100%, 60%), hsl(215, 100%, 60%) 1rem, hsl(215, 50%, 50%) 1rem, hsl(215, 50%, 50%) 2rem, hsl(215, 100%, 60%) 2rem) top left;
	background-size: 2.9rem 2.9rem;
	animation: bganim 0.5s linear 2s infinite;
	/* box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2),inset 0 -1px 0 0 hsla(0, 0%, 0%, 0.1); */
	border-radius: 2rem 0.5rem 0.5rem 2rem;
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
	overflow: hidden;
	/* border-bottom: 1px solid hsla(0, 0%, 0%, 0.1); */
	box-shadow: 1px 0 1px 0 hsla(0, 0%, 0%, 0.2);
	/* background-origin: border-box; */
}

.upload-progress-glow {
	width: 20rem;
	content: "";
	height: 100%;
	/* border-radius: 0 0.5rem 0.5rem 0; */
	background: linear-gradient(270deg,hsla(0, 0%, 100%, 0.6), transparent 10rem);
	float: right;
}

@keyframes bganim {
	from {background-position:0rem;} to { background-position:2.9rem;}
}

.upload-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	/* background: hsla(0, 0%, 0%, 0.1); */
	padding: 4rem;
}

#upload-overlay::before {
	content: "";
	/* background: hsla(0, 0%, 80%, 0.3); */
	width: 100%;
	height: 100%;
	/* position: absolute; */
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	border-radius: 5rem;
	/* max-width: 100rem; */
	/* max-height: 50rem; */
	border: 4px dashed hsla(0, 0%, 100%, 0.5);
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 0.1rem 0 hsla(0, 0%, 0%, 0.5), 0 0 1rem 0 hsla(0, 0%, 0%, 0.2), inset 0 0 1rem 0 hsla(0, 0%, 100%, 0.2);
}



.tippy-box[data-theme~="light"] {
	background-color: hsl(60, 10%, 85%);
	color: hsl(0, 0%, 30%);
	box-shadow: 0 0 1rem 0 hsla(0, 0%, 0%, 0.5);
	border-radius: 0.5rem;
}

.tippy-box[data-theme~='light'] .tippy-arrow {
	color: hsl(60, 10%, 85%);
	height: 0;
}

.tippy-box[data-theme~='light'] .tippy-content {
	padding: 0;
}

.tippy-content {
	border-radius: 0.4rem;
	/* overflow: hidden; */
	/* max-height: 50vh; */
	overflow: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: left;
	text-align: left;
}

@media screen and (max-width: 1000px) {
.tippy-content {
	max-width: 80vw;
	max-height: 50vh;
}
}

.tippy-arrow {
	z-index: 1;
}

.tippy-content ol {
	list-style-type: none;
	text-align: left;
}

.tippy-content li {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.tippy-content .categories-list li {
	padding: 0;
}

.tippy-content li::before {
	content: "\f111";
	font-family: Icons;
	font-size: 0.6rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	opacity: 0.8;
}

.tippy-content .categories-list li::before {
	display: none;
}

.hover-menu {
	margin: 0 auto 0 auto;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: left;
	flex-direction: column;
}

#body .menu-header {
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.1));
	font-size: 1.6rem;
	font-weight: 500;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	color: hsl(0, 0%, 20%);
	padding: 0.7rem 1rem;
}

.menu-header::before {
	/* content: "\f34a"; */
	color: hsla(0, 0%, 100%, 0.5);
	font-family: Icons;
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1em;
	margin-right: 0.5rem;
}

.hover-menu > *, .categories-list h1, .categories-list h3 {
	font-size: 1.4rem;
	color: hsl(215, 100%, 50%);
	display: block;
	font-weight: 500;
	line-height: 1em;
	padding: 1rem;
	width: 100%;
	text-align: left;
}

.hover-menu > *:nth-child(even), .hover-menu .categories-list ul li:nth-child(even) h3 {
	background: hsla(0, 0%, 100%, 0.02);
}

.hover-menu > *:nth-child(odd), .hover-menu .categories-list ul li:nth-child(odd) h3 {
	background: hsla(0, 0%, 0%, 0.02);
}

.hover-menu > a:hover, .hover-menu > .clickable:hover, .hover-menu ul.categories-list li h1:hover, .hover-menu .categories-list ul li h3:hover {
	color: hsl(0, 0%, 100%);
	background: hsl(215, 100%, 65%);
}

.hover-menu > a:active, .hover-menu > .clickable:active, .hover-menu ul.categories-list li h1:active, .hover-menu .categories-list ul li h3:active {
	color: hsl(215, 100%, 50%);
	background: hsl(0, 0%, 95%);
}

.categories-list {
	order: 1;
	padding: 0;
	max-width: 18rem;
}



.hidden {
	display: none !important;
}

#body:not(.mobile) .desktop-hidden {
	display: none !important;
}

#body:not(.desktop) .mobile-hidden {
	display: none !important;
}

#body:not(.admin) .admin-only {
	display: none;
}

.image-sizes-wrapper {
	display: table;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
	margin-top: 0.6rem;
}

#imagesizes-input:not(:checked) ~ #image-sizes-wrapper {
	display: none;
}

.image-size {
	display: table-cell;
	/* width: 31%; */
	position: relative;
	padding: 0 0.2rem;
}

.image-size:first-of-type {
	padding-left: 0;
}

.image-size:last-of-type {
	padding-right: 0;
}

.image-size.standard {
	width: 36%;
}

.image-size::after {
	/* content: ""; */
	display: block;
	position: absolute;
	width: 1px;
	height: 90%;
	/* background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsl(60, 3%, 90%)); */
	top: 0;
	/* border-right: 1px solid hsla(0, 0%, 100%, 0.3); */
	/* border-left: 1px solid hsla(0, 0%, 0%, 0.08); */
	right: 0;
	border-left: 1px solid hsla(0, 0%, 0%, 0.10);
}

.image-size:last-child::after {
	content: unset;
}

.image-size-wrapper {
	border: 1px dashed hsla(0, 0%, 0%, 0.3);
	/* display: block; */
	border-radius: 0.8rem;
	/* padding: 1rem 0.5rem; */
	/* background: hsla(0, 0%, 100%, 0.1); */
	overflow: hidden;
	display: table;
	width: 100%;
}

input:checked ~ .image-size-wrapper {
	border: 1px dashed hsla(0, 0%, 100%, 1);
	/* display: block; */
	border-radius: 0.8rem;
	/* padding: 1rem 0.5rem; */
	background: hsl(0, 0%, 100%);
	border: 1px dashed hsl(200, 100%, 50%);
	box-shadow: 0 0 1px 0 hsl(210, 100%, 50%),0 0 1px 0 hsl(220, 100%, 50%);
}

.image-size-wrapper label {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 100%, 0.2)0rem),url(//retouch.tv/images/bg_light.gif);
	display: block;
	background-color: hsl(60, 6%, 80%);
}

input:checked ~ .image-size-wrapper label {
	background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 100%, 0.4)0rem),url(//retouch.tv/images/bg_light.gif);
}

.image-size label div {
	padding: 0.5rem 0 0.4rem 0;
	line-height: 1em;
	/* background: hsla(60, 6%, 30%, 0.2); */
	padding: 1.2rem 0 0rem 0;
}

.image-size input {
	vertical-align: middle;
	margin: -0.4rem 0.4rem 0 0;
}

.image-size > input {
	display: none;
}

.label-brands span {
	font-size: 1.1rem;
	line-height: 1.6em;
	color: hsl(60, 3%, 62%);
	font-weight: 600;
	padding-top: 0.1rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	text-transform: uppercase;
	vertical-align: top;
}

.label-brands {
	display: block;
	font-size: 0;
	line-height: 0;
	padding-bottom: 0.3rem;
	padding-top: 0.7rem;
	display: table;
	margin: 0 auto;
}

.label-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: hsl(0, 0%, 28%);
	display: inline-block;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	text-transform: uppercase;
	border-bottom: 1px dotted hsla(0, 0%, 0%, 0.3);
}

.label-title::before {
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: text-bottom;
	margin-right: 0.5rem;
	position: absolute;
	top: -0.3rem;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image-size.standard .label-title::before {
	background-image: url("/images/icon_standardsize.png");
	width: 2rem;
	height: 2rem;
}

.image-size.fullsize .label-title::before {
	background-image: url("/images/icon_prosize.png");
	top: -0.05rem;
}

.image-size.custom .label-title::before {
	background-image: url("/images/icon_customsize.png");
	width: 2rem;
	height: 1.5rem;
	top: 0.05rem;
}

input:not(:checked) ~ .image-size-wrapper .label-title::before {
	filter: saturate(40%) contrast(35%) brightness(135%);
}

.label-badge {
	display: inline-block;
	font-size: 1.3rem;
	/* color: hsl(0, 0%, 50%); */
	border-radius: 0.5rem;
	margin-left: 0.3rem;
	/* display: none; */
	color: hsl(0, 0%, 28%);
}

.label-brands .brand {
	filter: invert(100%);
	opacity: 0.27;
	max-width: 7rem;
	max-height: 1.2rem;
	display: inline;
}

.label-brands .brand.instagram {
	max-width: 8rem;
	max-height: 2rem;
	vertical-align: top;
	margin-left: 0.2rem;
}

.brand-icons::before {
	font-family: Social;
	font-size: 1.6rem;
	color: hsl(60, 3%, 68%);
	content: "\f39e \f099 \f08c \f270";
	letter-spacing: 0.5rem;
}

.categories-buttons {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	width: calc(100% - 2rem);
	margin: 0 auto;
	margin-bottom: 1rem;
}

.category-item.selected {
	color: hsl(0, 0%, 0%);
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.15)2rem),hsl(60, 20%, 97%);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.5),inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.1);
}

.category-item.selected::before {
	border-top: 1px solid hsl(0, 0%, 100%);
}

#custom-request {
	margin-bottom: 0;
	/* padding: 0 1rem 0 0; */
	padding-bottom: 1px;
}

.buttons-wrapper .explanation-wrapper {
	display: table;
	width: 100%;
}

#body .usp-form:not(.register) .explanation-wrapper {
	display: none;
}

.explanation {
	font-size: 1.2rem;
	line-height: 1em;
	margin-bottom: 0.8rem;
	color: hsl(0, 0%, 50%);
	font-weight: 500;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	margin-top: -0.3rem;
	text-align: left;
}

@media screen and (max-width: 1000px) {
.button-wrapper.submit .explanation {
	/* position: absolute; */
	z-index: 1;
	/* padding-right: 1rem; */
}
}

.buttons-wrapper .explanation {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
	text-align: center;
}

#body .usp-form .explanation {
	margin-top: 0.5rem;
	text-align: left;
	display: block;
}

#custom-request .explanation {
	caption-side: top;
}

.button-wrapper.submit .explanation {
	margin-top: 0.8rem;
	margin-bottom: 0;
}

#custom-request textarea {
	width: 100% !important;
	color: inherit;
	/* border-radius: 0; */
	display: block;
	max-width: 100%;
	padding: 0.5em 0.7em;
	min-height: 14rem;
	font-size: 1.5rem;
}

z#body.comments-visible textarea:not(#comment) {
	background-color: hsl(60, 3%, 88%);
}

@media screen and (max-width: 1000px) {
#custom-request textarea {
	min-height: 16rem;
}
}

z#image-categories-wrapper label input:not(:checked) ~ .category-item::first-letter {
	/* color: hsl(220, 100%, 50%); */
}

.clickable, .addfiles {
	cursor: pointer;
}

body .acf-fields.-clear > .acf-field > .acf-input {
	padding: 0;
	font-size: initial;
}

#body.category-no-category .order-menu {
	position: absolute;
	right: 1rem;
	display: none;
}

.order-menu .icon::before {
	content: "\f040";
	font-family: Icons;
	color: hsla(0, 0%, 0%, 0.25);
	text-shadow: 0 1px 0 hsla(0, 0%, 90%, 0.2);
	font-size: 1.7rem;
	margin-left: 1rem;
}

#body.category-no-category .order-menu .icon::before {
	content: "\f142";
}

body.woocommerce-checkout .hentry {
	max-width: 32rem;
	margin: 0 auto;
}

body.woocommerce-checkout .woocommerce form {
	display: table;
	/* margin: 1rem auto 0 auto; */
	background-image: url(//retouch.tv/images/bg_light.gif);
	background-color: hsla(60, 6%, 80%,1);
	padding: 1rem;
	border-radius: 0.5rem;
	font-size: 1.4rem;
	width: 100%;
}

body.woocommerce-checkout .woocommerce {
	margin: 1rem auto 0 auto;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
}

.subtotal-block .price {
	color: hsl(140, 100%, 30%);
	letter-spacing: initial;
	margin: 0 0.6rem;
}

.subtotal-block .price .woocommerce-Price-amount.amount {
	/* font-size: 2rem; */
	line-height: 1rem;
	display: inline-block;
	/* font-weight: 400; */
}

.woocommerce-checkout-review-order-table {
	margin-bottom: 2rem;
}

.single_add_to_cart_button::before {
	content: "\f178";
	font-family: Icons;
	line-height: 1em;
}

.images-retouched {
	display: table;
	z-index: 1;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: hsl(0, 0%, 40%);
	order: 101;
	margin: 0 auto 2rem auto;
	line-height: 1.5rem;
}

.images-retouched span {
	color: hsla(0, 0%, 100%, 0.5);
	border-radius: 0.3rem;
	padding: 0.5rem 0;
	min-width: 3.4rem;
	display: inline-block;
	margin: 0 1px 0 0;
	line-height: 1em;
	font-size: 1.8rem;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	font-weight: 500;
	color: hsl(0, 0%, 10%);
	border-top: 1px solid hsla(0, 0%, 100%, 0.3);
	/* box-shadow: 0 0 1px 0 hsl(0, 0%, 0%),inset 0 0 1rem 0 hsla(0, 0%, 0%, 0); */
	position: relative;
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.3)),hsl(40, 0%, 60%);
	background-origin: border-box;
}

select {
	font-size: 1.6rem;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
	border-top: 1px solid hsla(0, 0%, 100%, 0.8) !important;
	background: linear-gradient(hsla(0, 0%, 100%, 0.2),hsla(0, 0%, 0%, 0.1));
	padding: 0.6rem 0.6rem;
	border-radius: 0.5rem 0 0 0.5rem;
	font-weight: 500;
	color: hsl(0, 0%, 20%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	background-origin: border-box;
	background-color: hsl(60, 3%, 95%);
}

body .flickity-button {
	position: fixed;
}

body .flickity-prev-next-button {
	bottom: 2rem;
	top: unset;
	transform: unset;
}

@media screen and (max-width: 1000px) {
.carousel-cell {
	width: 100%;
}
}

.slick-list {
	transition: none;
}

.form-progress {
	display: table;
	width: 100%;
}

.form-step {
	width: 33.3%;
	height: 1rem;
	display: table-cell;
	background: hsla(0, 0%, 100%, 1);
}

#subtotal-block .woocommerce {
	margin-bottom: 1rem;
	width: 100%;
}

@media screen and (max-width: 1000px) {
#subtotal-block .woocommerce {
	margin-bottom: 0;
}
}

.floating-footer {
	position: sticky;
	bottom: 0;
	z-index: 2;
	max-width: 45rem;
	display: table;
	margin-left: auto;
	width: 100%;
}

@media screen and (max-width: 1000px) {
.floating-footer {
	display: block;
	position: sticky;
	width: 100%;
	max-width: initial;
	left: 0;
	bottom: -1px;
	z-index: 2;
	background-color: hsl(60, 6%, 80%);
	/* position: fixed; */
	background-color: hsla(60, 6%, 80%, 0.7);
	backdrop-filter: blur(5px);
	background: linear-gradient(0deg, hsl(60, 6%, 80%), hsla(60, 6%, 80%, 0.7)9rem, hsla(60, 6%, 80%, 0.1)14rem);
}
}

@media screen and (max-width: 1000px) {
#floating-footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	pointer-events: none;
	z-index: 1;
	border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
}

@media screen and (max-width: 1000px) {
#floating-footer::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 0;
	width: 100%;
	height: 0.5rem;
	pointer-events: none;
	z-index: -1;
	/* box-shadow: 0 0 0.5rem 0 hsla(0, 0%, 0%, 0.1); */
	background: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.02));
}
}

#slider {
	display: block;
}

#body.desktop #slider {
	/* position: sticky; */
	/* top: 1rem; */
}

.archive .articles {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 auto;
	background: hsla(0, 0%, 0%, 0.15);
	border-radius: 0.5rem;
	padding: 0 1rem;
	overflow: hidden;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}

@media screen and (max-width: 500px) {
.archive .articles {
	padding: 0;
	border-radius: 0;
}
}

.archive .articles-wrapper {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.archive .articles-wrapper {
	justify-content: space-evenly;
	border-radius: 0;
}
}

.archive .articles-wrapper:last-child::after {
	display: block;
}

.article-wrapper {
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
.article-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 1rem;
}
}

@media screen and (max-width: 1000px) {
.archive .private_orders.hentry:last-of-type .article-wrapper {
	margin: 0 auto;
}
}

.articles-wrapper.block-fullwidth::after {
	content: "";
	flex-grow: 100;
}

.archive .private_orders.hentry {
	display: block;
	padding: 0 0.5rem;
	margin: 0 0 5rem 0;
	align-self: baseline;
	flex-grow: 1;
	min-width: 21.5rem;
}

@media screen and (max-width: 1000px) {
.archive .private_orders.hentry {
	width: unset;
	min-width: unset;
	flex-grow: 1;
	margin: 0 0 2rem 0;
}
}

@media screen and (max-width: 500px) {
.archive .private_orders.hentry {
	padding: 1rem;
	margin: 0;
}
}

@media screen and (max-width: 500px) {
.archive .private_orders.hentry:not(.addfiles) {
	padding: 1rem;
	padding-left: 1rem;
}
}

@media screen and (max-width: 500px) {
.archive .private_orders.hentry:nth-child(2n+2):not(.addfiles) {
	background: hsla(0, 0%, 30%, 0.05);
}
}

.archive .private_orders.hentry:last-of-type {
	/* flex-grow: 100; */
}

@media screen and (max-width: 1000px) {
.archive .private_orders.hentry:last-of-type {
	flex-grow: 1;
}
}

#archive-add-new {
	flex-grow: 0;
}

@media screen and (max-width: 1000px) {
#archive-add-new {
	flex-grow: 1;
}
}

@media screen and (max-width: 500px) {
#archive-add-new {
	position: absolute !important;
	top: 0;
	right: 0;
}
}

.archive .private_orders.hentry.addfiles {
	margin-top: 0;
	z-index: initial !important;
}

.archive .order-status {
	display: inline-block;
	padding: 0.4rem 0.6rem;
	/* background: hsla(0, 0%, 0%, 0.1); */
	border-radius: 0.5rem;
	font-size: 1.5rem;
	line-height: 1em;
	color: hsl(0, 0%, 100%);
	font-weight: 500;
	position: relative;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.5);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	/* animation: bganim 1.5s linear 2s infinite; */
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 500px) {
.archive .order-status {
	margin-top: 0.5rem;
}
}

@-moz-document url-prefix() {
.archive .order-status:not(:root) {
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
}
}

.single .order-status {
	margin-left: 0.3em;
}

.archive .order-status.category-no-category {
	background: hsla(0, 0%, 100%, 0.2);
	/* opacity: 0.5; */
	/* background: hsl(0, 80%, 50%); */
}

.archive .order-status.category-submitted {
	background: hsl(0, 80%, 50%);
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 0%, 0.15) 1rem, hsla(0, 0%, 0%, 0.15) 2rem), hsl(0, 90%, 55%);
	background-origin: border-box;
	/* background-size: 2.9rem; */
}

.single .order-status.category-submitted {
	color: hsla(0, 0%, 0%, 0.5);
}

.archive .order-status.category-unpaid {
	background: hsl(35, 80%, 60%);
}

.archive .order-status.category-pending-payment {
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 0%, 0.10) 1rem, hsla(0, 0%, 0%, 0.10) 2rem), hsl(35, 80%, 60%);
	background-origin: border-box;
}

.single .order-status.category-unpaid, .single .order-status.category-pending-payment {
	color: hsl(35, 60%, 50%);
}

.archive .order-status.category-work-in-progress {
	background: hsl(150, 100%, 35%);
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 0%, 0.15) 1rem, hsla(0, 0%, 0%, 0.15) 2rem), hsl(150, 100%, 35%);
	background-origin: border-box;
}

.single .order-status.category-work-in-progress {
	color: hsl(150, 100%, 35%);
}

.archive .order-status.category-completed {
	background: hsla(0, 0%, 100%, 0.2);
	background: hsl(145, 90%, 35%);
	background-origin: border-box;
}

.order-tags-wrapper {
	display: inline-flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5rem;
	display: none;
}

.order-tag {
	background: hsla(0, 0%, 100%, 0.2);
	padding: 0.2rem 0.3rem;
	display: inline-block;
	border-radius: 0.3rem;
	line-height: 1em;
	font-size: 1.2rem;
	border: 1px solid hsla(0, 0%, 0%, 0.1);
}

.archive .entry-footer {
	font-size: 1.2rem;
	display: block;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	align-items: left;
	flex-direction: column;
	/* width: 100%; */
	/* margin-bottom: 0.8rem; */
}

.archive .addfiles .entry-footer {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 500px) {
.archive .addfiles .entry-footer {
	margin: 0;
}
}

.please-wait-message {
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 1rem;
}

.image-size-icon-height {
	display: inline-block;
	margin-right: 0.8rem;
	height: 1px;
	display: none;
}

.image-size-icon {
	position: absolute;
}

.image-size img {
	top: -0.7rem;
	max-width: 2.25rem;
}

input:not(:checked) ~ .image-size-wrapper .image-size-icon-height img {
	filter: saturate(40%) contrast(35%) brightness(135%);
}

.image-size.fullsize img {
	top: -0.3rem;
	max-width: 2.65rem;
}

.image-size.custom img {
	top: -0.45rem;
	max-width: 2.5rem;
	width: 2.2rem;
	height: 2.2rem;
}

.image-size-icon-width {
	overflow: hidden;
	display: inline-block;
	height: 1px;
	position: relative;
	z-index: -1;
}

body.woocommerce-checkout .product-quantity {
	display: none;
}

@media screen and (max-width: 1000px) {
#slider .carousel-cell:first-of-type {
	/* position: sticky; */
	top: 0;
	z-index: 2;
	display: block;
}
}

@media screen and (max-width: 1000px) {
#slider .carousel-cell:last-of-type {
	display: block;
	position: relative;
	z-index: 1;
}
}

.slick-list {
	//transition: all 0.5s ease-in-out;
}

@keyframes before_after_text {
0% {
	opacity: 0;
}
15% {
	opacity: 1;
}
80% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}

.after-before-preview .after-image-preview, .after-before-preview .before-image-preview {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	object-fit: cover;
}

.after-before-preview .before-image-preview {
	position: absolute;
}

.after-before-preview.hover_effect .before-image-preview {
	//position: relative;
}

.desktop .after-before-preview .after-image-preview {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
	opacity:1;
	transition: opacity 0.8s ease-in-out;
	//animation: changeOpacityForAfter 0.9s ease-in-out 1 alternate;
	//animation-iteration-count: 1;
}

.mobile .after-before-preview .after-image-preview {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
	animation: changeOpacityForAfter 1.5s ease-out 1;
}

.desktop .after-before-preview:hover .after-image-preview {
	//transition: all 0.0001s ease-in-out;
	opacity: 0;
	animation: previewAnimation 2s ease-in-out infinite alternate;
}

.mobile .after-before-preview.hover_effect .after-image-preview {
	/* display: none; */
	animation: previewAnimation 2s ease-in-out infinite alternate;
}

@keyframes previewAnimation {
	0% { opacity:0; }
	25% { opacity:0; }
	75% { opacity:1; }
	100% { opacity:1; }
}

#body .after-before-preview.text-hidden::after, #body .after-before-preview.text-hidden::before {
	display: none;
}

.after-before-preview::after, .after-before-preview::before {
	font-size: 1.2rem;
	display: block;
	position: absolute;
	color: hsl(60, 3%, 95%);
	bottom: 0.3rem;
	left: 50%;
	border-radius: 6px;
	text-shadow: 0 0 0.1rem hsla(0, 0%, 0%, 0.5), 0 0 0.2rem hsla(0, 0%, 0%, 0.5);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.8s ease-in-out;
	font-weight: 600;
	width: 100%;
	transform: translate(-50%, 0%);
	top: unset;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 1rem;
}

.after-before-preview::after {
	content: "After";
	animation: before_after_text 4s ease-in-out 1 alternate;
}

.desktop .after-before-preview:hover::after {
	/* display: none; */
	animation: previewAnimation 2s ease-in-out infinite alternate;
}

.mobile .after-before-preview.hover_effect::after {
	/* display: none; */
	animation: previewAnimation 2s ease-in-out infinite alternate;
}

.after-before-preview::before {
	content: "Before";
}

.desktop .after-before-preview:hover::before {
	//opacity: 1;
	//transition: opacity 0s ease-in-out;
	animation: previewAnimation 2s ease-in-out infinite alternate-reverse;
}

.mobile .after-before-preview.hover_effect::before {
	//opacity: 1;
	//transition: opacity 0s ease-in-out;
	animation: previewAnimation 2s ease-in-out infinite alternate-reverse;
}

#first-screen-share {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: hsl(0, 0%, 100%);
	font-size: 2.5rem;
	line-height: 1em;
	text-shadow: 0 0 1px hsl(0, 0%, 0%), 0 0 1rem hsl(0, 0%, 0%);
	padding: 1.2rem 1.1rem;
	opacity: 0.5;
}

@media screen and (max-width: 1000px) {
#first-screen-share {
	/* display: block; */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	color: hsl(0, 0%, 100%);
	font-size: 2.2rem;
	line-height: 1em;
	text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.6), 0 0 1rem hsla(0, 0%, 0%, 0.5);
	display: initial;
	padding: 1rem 0.9rem;
	opacity: 0.6;
	left: unset;
}
}

#first-screen-share::before {
	font-family: Icons;
	content: "\f1e0";
}

@media screen and (max-width: 1000px) {
#first-screen-share::before {
	/* font-family: Light; */
	content: "\f1e0";
}
}

@media screen and (max-width: 1000px) {
.after-before.hover_effect ~ .first-screen-share, z.after-before:hover ~ .first-screen-share {
//	display: none;
}
}

@media screen and (max-width: 1000px) {
z.after-before.message-hidden ~ .first-screen-share {
	// animation: ShareIconEffect 6s ease-in-out 1 alternate;
	opacity: 0.5;
}
}

@keyframes ShareIconEffect {
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 0.8;}
}

.new-messages.circle-icon {
	font-size: 1.6rem;
	border-radius: 50%;
	display: inline-block;
	line-height: 0px;
	position: relative;
	color: hsl(0, 0%, 95%);
	background: hsl(210, 80%, 60%);
	vertical-align: top;
	position: absolute;
	top: -1.4rem;
	right: -1.4rem;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	/* background: hsl(0, 80%, 50%); */
	border: 2px solid hsl(0, 0%, 90%);
	font-weight: 500;
}

.new-messages.circle-icon:not(.flashing) {
	background: hsl(0, 0%, 64%);
}

#body.home .new-messages.circle-icon {
	/* background: hsl(0, 80%, 45%); */
	/* border: 2px solid hsl(0, 100%, 85%); */
	top: -1.1rem;
	right: -1.1rem;
	font-weight: 500;
	/* background: linear-gradient(180deg,hsla(0, 0%, 100%, 0.3),hsla(0, 0%, 0%, 0)), hsl(0, 80%, 55%); */
	/* box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.3); */
	/* color: hsl(0, 100%, 95%); */
	display: none;
}

@media screen and (max-width: 1000px) {
#body.home .new-messages.circle-icon {
	display: inline-block;
}
}

#body.home .new-messages:not(.circle-icon) {
	font-size: 1.2rem;
	position: relative;
	margin-left: 0.3rem;
	font-weight: 600;
}

.new-messages span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

@media screen and (max-width: 1000px) {
.header-menu .menu-item.members .icon {
	/* padding: 0.5rem 0.6rem; */
}
}

.wallet-balance-wrapper .count {
	margin-left: 0.4rem;
}

.wallet-balance-wrapper .count::after, .wallet-balance-wrapper .count::before {
	font-weight: 500;
	color: hsl(0, 0%, 40%);
	font-size: 1.2rem;
	vertical-align: top;
}

#body.desktop .wallet-balance-wrapper .count::after {
	content: ")";
}

#body.desktop .wallet-balance-wrapper .count::before {
	content: "(";
}

.retouched {
	display: inline-block;
	position: relative;
	font-size: 1rem;
}

.file-number, .filelist:not(.downloads-list) .file-wrapper:not(.uploading) .file-preview-wrapper::after {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	font-size: 1.2rem;
	line-height: 1em;
	background: hsla(0, 0%, 30%, 0.5);
	padding: 0.2rem 0.2rem;
	border-radius: 0.3rem;
	color: hsl(0, 0%, 95%);
	font-weight: 500;
	min-width: 2rem;
	display: block;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
	text-align: center;
	/* opacity: 0.8; */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.filelist:not(.downloads-list) .file-wrapper:not(.uploading) .file-preview-wrapper::after {
	counter-increment: Counter -1;
	content: counter(Counter);
	background: hsla(0, 0%, 40%, 0.5);
}

@media screen and (max-width: 1000px) {
.slider:not(.slick-slider) .filelist .file-wrapper .file-preview-wrapper::after {
	opacity: 1;
}
}

.filelist .file-wrapper .file-preview-wrapper:hover::after {
	opacity: 1;
}

#body.image-open .filelist .file-number {
	color: hsl(0, 0%, 100%);
	opacity: 0.9;
	top: 0.4rem;
	left: 0.4rem;
}

#body.files-1 .file-number {
	display: none;
}

#file-number-label {
	//display: none;
}

#file-number-label {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	display: flex;
	justify-content: baseline;
	align-items: flex-start;
	padding: 1rem;
}

#file-number-total {
	font-size: 1.6rem;
	background: hsla(0, 0%, 0%, 0.3);
	color: hsl(0, 0%, 100%);
	padding: 0 0.3rem;
	line-height: 1em;
	font-weight: 500;
	opacity: 0.8;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5);
	border-radius: 0.3rem;
	display: flex;
	padding: 0.1rem 0.3rem;
}

#body.files-1 #file-number-total {
	display: none;
}

#body.mobile #file-number-label, #body.home #file-number-label {
	position: fixed;
}

#body:not(.image-open) #file-number-label {
	display: none;
}

@media screen and (max-width: 1000px) {
.preview-wrapper .file-number {
	position: fixed;
}
}

z#body.mobile #file-number-label .icon::before, z#body.home #file-number-label .icon::before {
	content: "\f00d";
	font-family: Light;
	display: block;
	font-size: 2rem;
	line-height: 1em;
	background: linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 0%, 0.05));
	width: 1.7em;
	height: 1.7em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	color: hsl(0, 0%, 100%);
	margin-left: 1rem;
	opacity: 0.8;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
	background-origin: border-box;
	background: hsla(0, 0%, 0%, 0.3);
}

.selected-image .file-preview-wrapper .file-number {
	background: hsla(215, 100%, 50%, 0.5);
}

#body:not(.image-open) .downloads-block .file-number {
	bottom: 0.5rem;
	left: 0.5rem;
	top: initial;
	z-index: 1;
}

.comment .file-number {
	/* background: hsla(60, 6%, 70%, 0.8); */
	color: hsl(0, 0%, 10%);
	font-weight: 600;
	position: unset;
	display: inline-block;
	font-size: 1.3rem;
	vertical-align: text-top;
	position: relative;
	top: auto;
	left: -0.2rem;
	/* background: hsla(210, 100%, 65%, 0.8); */
	/* box-shadow: inset 0 0 0.4rem 0 hsla(0, 0%, 100%, 0.1), 0 0 1px 0 hsla(0, 0%, 0%, 0.1); */
	background: hsla(0, 0%, 0%, 0.1);
	text-shadow: 0 0 1px hsla(0, 0%, 100%, 0.4);
	opacity: 1;
	z-index: 0;
}

.comment .file-number.quoted-image::before {
	content: "";
	position: absolute;
	top: -0.7rem;
	left: -0.7rem;
	width: 100%;
	height: 100%;
	padding: 1.6rem;
}

.comment .file-number:hover {
	background: hsla(215, 100%, 60%, 0.5);
}

.file-wrapper.updated .file-number {
	background: hsla(210, 100%, 50%, 0.8);
	color: hsl(0, 0%, 100%);
	font-weight: 600;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
}

.file-wrapper.updated-clicked input:not(:checked) ~ label .file-number {
	background: hsla(120, 80%, 40%, 0.8);
	color: hsl(0, 0%, 100%);
}

.files-total {
	display: block;
	opacity: 0.5;
	font-size: 1rem;
	line-height: 1em;
	align-self: flex-start;
	margin-left: 0.4rem;
}

.big.preview {
	display: table;
	margin: 0 auto;
	box-shadow: 0 0 0.4rem 0 hsla(0, 0%, 0%, 0.2);
	text-align: center;
}

.zoomable-parent-container {
	position: relative;
}

.img-loaded ~ .close-image-icon::before {
	content: "\f00d";
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-family: Light;
	font-size: 2.5rem;
	line-height: 1em;
	width: 1.2em;
	height: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	color: hsl(0, 0%, 0%);
	opacity: 0.3;
	/* text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3); */
	background-origin: border-box;
	background: hsl(0, 0%, 100%);
	z-index: 1;
	cursor: pointer;
	display: none;
}

.img-loaded ~ .zoomable-parent-container.dragscroll .close-image-icon::before {
	position: fixed;
	top: 3rem;
	right: calc(45rem + 1rem);
}

.preview-wrapper {
	display: block;
	width: 0;
	height: 0;
}

zinput[name="downloads"]:not(:checked) ~ .preview-wrapper > * {
	display: none;
}

.preview-wrapper {
	display: none;
}

input[name="downloads"]:checked ~ .preview-wrapper {
	display: flex;
	position: fixed;
	width: calc(100% - 45rem - 8rem);
	height: 100%;
	/* background: hsla(0, 0%, 50%, 0.9); */
	top: 0;
	left: 0;
	z-index: 3;
	overflow: auto;
	background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 25%, 0.5)0rem), url(//retouch.tv/images/bg_light.gif);
	background-color: hsl(60, 1%, 50%);
	margin-left: 8rem;
	border: 1px solid hsla(0, 0%, 0%, 0);
	border-width: 0 1px;
	justify-content: space-around;
	align-items: center;
	/* flex-direction: column; */
	flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
#body.files-1 input[name="downloads"]:checked ~ .preview-wrapper {
	width: calc(100% - 45rem);
	margin-left: 0rem;
}
}

@media screen and (max-width: 1000px) {
input[name="downloads"]:checked ~ .preview-wrapper {
	width: 100%;
	background-image: none;
	margin-left: 0;
	border: none;
}
}

.preview-wrapper label {
	display: block;
	/* width: 100%; */
}

#body.files-1 .image-navigation {
	display: none;
}

.image-navigation {
	position: absolute;
	bottom: 0;
	/* transform: translate(0, -50%); */
	padding: 1rem;
	display: none;
}

@media screen and (max-width: 1000px) {
.image-navigation {
	position: absolute;
	top: 50%;
	bottom: unset;
	transform: translate(0, -50%);
	padding: 1rem;
	display: none;
}
}

.image-navigation .icon.circle {
	font-family: Icons;
	font-size: 3.8em;
	line-height: 0px;
	display: inline-block;
	color: hsla(0, 0%, 100%, 0.8);
	background: hsl(0, 0%, 50%);
	border-radius: 50%;
	/* box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.2), 0 0 1px 0 hsla(0, 0%, 0%, 0.2); */
	/* border: 2px solid hsla(0, 0%, 100%, 0.2); */
	/* background-image: linear-gradient(hsla(0, 0%, 0%, 0.1), hsla(0, 0%, 100%, 0.1)); */
	background-origin: border-box;
	opacity: 0.5;
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
}

@media screen and (max-width: 1000px) {
.image-navigation .icon.circle {
	font-size: 4.5em;
	line-height: 0px;
	background: none;
	opacity: 0.8;
}
}

.image-navigation:hover .icon.circle {
	opacity: 1;
}

.image-navigation .icon.circle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

@media screen and (max-width: 1000px) {
.image-navigation .icon.circle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 0.4em;
	margin-right: 0.4em;
}
}

.image-navigation.next-image {
	right: 0;
}

.image-navigation.previous-image {
	left: 0;
}

.image-navigation .icon span::before {
	position: relative;
}

.image-navigation.next-image .icon span::before {
	content: "\f0da";
	left: 0.2rem;
}

.image-navigation.previous-image .icon span::before {
	content: "\f0d9";
	right: 0.2rem;
}

time.icon {
	font-size: 1em;
	display: inline-block;
	top: 1rem;
	left: 1rem;
	position: absolute;
	border-radius: 0.2rem;
	overflow: hidden;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.5), 0 0 1rem 0 hsla(0, 0%, 0%, 0.3);
}

time.icon * {
	display: block;
	width: 100%;
	text-align: center;
}

time.icon strong {
	font-size: 1em;
	color: hsl(0, 0%, 100%);
	background-color: hsl(35, 80%, 50%);
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	box-shadow: inset 0 0 0.2em 0 hsla(0, 0%, 100%, 0.5);
	padding: 0.1rem 0.2rem 0 0.2rem;
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	border-top-color: hsla(0, 0%, 100%, 0.5);
	border-bottom: none;
}

time.icon span {
	font-size: 2em;
	padding: 0.03em 0;
	color: hsla(0, 0%, 0%, 0.7);
	line-height: 1em;
	font-weight: 900;
	box-shadow: inset 0 0 0.2em 0 hsl(0, 0%, 100%);
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.1));
	background-color: hsl(0, 0%, 97%);
	border-top: 1px solid hsla(0, 0%, 0%, 0.3);
	background-origin: border-box;
	text-shadow: 0 1px 0 hsl(0, 0%, 100%), 0 1px 0 hsl(0, 0%, 100%);
	min-width: 1.6em;
	letter-spacing: -1px;
}

@media screen and (max-width: 1000px) {
#download-zip-icon {
	flex-basis: initial;
	order: initial;
}
}

@media screen and (max-width: 530px) {
#download-zip-icon {
	/* flex-basis: 100%; */
	order: -1;
}
}

.icon-wrapper {
	background: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.15)3.5rem),hsl(40, 10%, 75%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	border-top: 1px solid hsl(60, 6%, 95%);
	border-bottom: none;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.4),inset 0 0 1rem 0 hsla(0, 0%, 0%, 0.1);
	white-space: nowrap;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 0 1.2rem 0;
	color: hsl(0, 0%, 15%);
}

.icon-wrapper .icon::before {
	font-family: Icons;
	/* font-size: 1.4rem; */
	opacity: 1;
	color: hsla(0, 0%, 0%, 0.3);
	/* text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4); */
	margin-right: 0.7rem;
	line-height: 0;
	position: relative;
}

.button .icon.left {
	display: inline-flex;
}

.button .icon::before, .button:not(#button-start) .icon::after {
	font-family: Icons;
	margin-right: 0.7rem;
	opacity: 0.5;
	position: relative;
	line-height: 0;
}

.button.button-dark .icon::before, .button.button-dark:not(#button-start) .icon::after {
	opacity: 1;
	color: hsla(210, 80%, 50%, 0.8);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

.download-zip .icon::before {
	content: "\f019";
}

.download-image .icon::before {
	content: "\f019";
}

#messages-icon .icon::before {
	content: "\f4b6";
	color: hsl(215, 80%, 65%);
}

#tip-icon .icon::before {
	content: "\f164";
	font-family: Icons;
	margin-right: 0;
	/* color: hsl(40, 80%, 40%); */
	opacity: 0.5;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.explanation .icon.warning::before {
	font-family: Icons;
	margin-right: 0.8rem;
	content: "\f071";
	margin-right: 0.5em;
	/* opacity: 0.5; */
}

.files-count.floating {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	/* opacity: 0.8; */
	line-height: 1em;
	font-size: 1.3rem;
}

.files-count.floating::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, hsl(60, 6%, 45%), hsl(60, 6%, 50%)1rem);
	border-radius: 0 0.2rem 0.2rem 0.2rem;
	border-top: 1px solid hsl(215, 80%, 70%);
	/* box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3); */
	z-index: 1;
	background: linear-gradient(0deg, hsl(215, 80%, 55%), hsl(215, 80%, 60%)1rem);
	/* opacity: 0.8; */
}

.files-count.floating::before {
	content: "";
	display: block;
	position: absolute;
	background: hsl(215, 80%, 70%);
	top: -0.2rem;
	left: 0;
	width: 1rem;
	height: 0.3rem;
	border-radius: 1rem 2rem 0.1rem 0.1rem;
	/* border-top: 1px solid hsl(215, 80%, 70%); */
	/* border-bottom: 1px solid hsl(215, 80%, 70%); */
	z-index: 1;
	/* box-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.05); */
	/* border-radius: 0.2rem; */
	/* opacity: 0.8; */
}

.files-count.floating .value {
	display: block;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	color: hsl(0, 0%, 100%);
	font-weight: 600;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5);
	min-width: 2rem;
	text-align: center;
}

.icon.completed {
	font-family: Duotone;
	/* position: absolute; */
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	top: 0.6rem;
	left: 0.7rem;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1em;
	z-index: 1;
	top: 0;
	left: 0;
	/* padding: 0.7rem 0.7rem; */
	text-shadow: none;
}

.icon.completed::after {
	content: "\f058";
	font-family: Icons;
	margin-right: 0.5rem;
	font-size: 1.2rem;
	color: hsla(0, 0%, 0%, 0.26);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	display: none;
}

.icon.completed::before {
	/* content: "\10f058"; */
	color: hsla(120, 100%, 70%, 0.4);
	/* text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5); */
	position: absolute;
}

.add_data_after::after {
	content: attr(data-after);
	text-transform: none;
}

.add_data_before::before {
	content: attr(data-before);
	text-transform: none;
}

.text-input-label {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	line-height: 1em;
	border-radius: 0.5rem;
	padding: 0 0.4rem;
	font-weight: 600;
	color: hsl(0, 0%, 100%);
	top: 0.2rem;
	left: 1rem;
	background: hsl(60, 6%, 80%);
	border-bottom: 1px solid hsla(0, 0%, 50%, 0.4);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.2);
	text-transform: uppercase;
	position: absolute;
}

.navigation {
	flex-basis: 100%;
	font-size: 1.5rem;
	margin-bottom: 5rem;
	color: hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: baseline;
	font-weight: 500;
}

.navigation > :not(:last-child) {
	margin-right: 1rem;
}

.page-numbers-wrapper {
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}

.navigation .page-numbers {
	display: inline-block;
	position: relative;
	padding: 1.4rem 1.6rem;
	color: hsl(215, 80%, 50%);
	font-size: 1.5rem;
	font-weight: 500;
	background: linear-gradient(0deg, hsl(35, 3%, 70%), hsl(60, 3%, 75%));
	border-width: 1px 0;
	border-radius: 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.5);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	line-height: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	text-align: center;
	background-origin: border-box;
	min-width: 3rem;
}

.page-numbers.current {
	background: linear-gradient(180deg, hsl(35, 3%, 67%), hsl(60, 3%, 72%));
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
	background-origin: border-box;
	color: hsla(0, 0%, 0%, 0.5);
}

.page-numbers-wrapper > :first-child {
	border-radius: 1rem 0 0 1rem;
}

.page-numbers-wrapper > :last-child {
	border-radius: 0 1rem 1rem 0;
}

.next.page-numbers, .prev.page-numbers {
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 0.1rem hsla(0, 0%, 0%, 0.2);
	border-bottom: 1px solid hsl(215, 100%, 45%);
	border-top: 1px solid hsl(210, 100%, 84%);
	border-width: 1px 0;
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2),inset 0 0 1rem 0 hsla(215, 100%, 55%, 0.2);
	background: linear-gradient(0deg, hsl(210, 100%, 55%), hsl(215, 100%, 76%));
	background-origin: border-box;
}

.text {
	line-height: 1.6em;
}

.image-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	/* background: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.4)); */
	/* align-items: flex-start; */
	gap: 2rem;
	padding: 1rem;
}

span.image-menu > * {
	min-width: 5.5rem;
	min-height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	cursor: pointer;
	border-radius: 1rem;
	color: hsla(0, 0%, 100%, 0.95);
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	flex-grow: 1;
	flex-basis: 0;
	background: hsla(0, 0%, 0%, 0.2);
	flex-direction: column;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 0%, 0.4));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-origin: border-box;
	position: relative;
	border-top: 1px solid hsla(0, 0%, 100%, 0.5);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
	background-origin: border-box;
}

zspan.image-menu > *::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border-top: 1px solid hsla(0, 0%, 100%, 0.5);
	box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.3);
}

#body:not(.files-1) span.image-menu .tips {
	display: none;
}

.image-menu .title {
	display: flex;
	flex-basis: 100%;
	font-weight: 600;
	opacity: 0.6;
	font-size: 0.9rem;
	text-transform: uppercase;
	line-height: 1.1em;
	background: hsla(0, 0%, 0%, 0.8);
	padding: 0.3rem;
	flex-grow: 1;
	width: 100%;
	justify-content: center;
	align-items: center;
	border-radius: 0rem 0rem 1rem 1rem;
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.5);
	background-origin: border-box;
}

#body.tag-donate .image-menu .tips {
	display: none;
}

#body.tag-donate.tag-paid .image-menu .donate {
	display: none;
}

#body:not(.tag-donate) .image-menu .donate {
	display: none;
}

.image-menu .icon {
	font-family: Light;
	bottom: 0;
	right: 0;
	line-height: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-origin: border-box;
	font-size: 2.8rem;
	position: relative;
	min-height: 4rem;
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.6), 0 0 2px hsla(0, 0%, 0%, 0.5);
	flex-grow: 1;
	align-self: stretch;
}

.image-menu .icon::after {
	font-family: Icons;
	position: absolute;
	box-shadow: none;
	color: hsla(0, 0%, 50%, 0.8);
	text-shadow: none;
}

.image-menu .icon::before {
	z-index: 1;
}

.image-menu .thumbs .icon::after {
	content: "\f060";
}

.image-menu .thumbs .icon::before {
	content: "\f060";
}

.image-menu .close .icon::before {
	content: "\00";
	content: "\f057";
}

.image-menu .comment-image .icon::before {
	content: "\f075";
}

.image-menu .comment-image .icon::after {
	content: "\f075";
}

.image-menu .download-image .icon::after {
	content: "\f019";
}

.image-menu .download-image .icon::before {
	content: "\f019";
}

.image-menu .tips .icon::after {
	content: "\f164";
}

.image-menu .tips .icon::before {
	content: "\f164";
}

.image-menu .donate .icon::before {
	content: "\f164";
}

.title-text.after::before {
	margin-left: 0.5rem;
	min-width: 5rem;
	opacity: 0.4;
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
	display: inline-block;
}

.hover_effect input:checked ~ .title-text.after::before {
	content: attr(data-hover);
	opacity: 0.6;
}

input:checked ~ .title-text.after::before {
	content: attr(data-normal);
}

label.checkbox {
	font-size: 1.3rem;
	line-height: 1em;
	color: hsla(0, 0%, 0%, 0.4);
	font-weight: 500;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	position: relative;
	text-align: left;
	display: table;
	display: inline-flex;
	align-items: center;
	/* justify-content: center; */
	z-index: 0;
}

.retouch-title label.checkbox {
	/* align-self: flex-end; */
	letter-spacing: initial;
	line-height: normal;
	font-weight: 500;
	font-family: Roboto, Arial, Helvetica, Sans-Serif;
	margin-left: 1rem;
}

@media screen and (max-width: 1000px) {
.retouch-title label.checkbox {
	top: 0;
	margin-left: 0;
	order: 1;
}
}

#comment-for-image-label.checkbox {
	padding: 0.1rem 0 0.8rem 0.1rem;
}

.checkbox .check-icon {
	font-family: Duotone;
	font-size: 1.8rem;
	/* display: inline-block; */
	/* line-height: 1em; */
	z-index: 1;
	margin-right: 0.5rem;
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	/* background: linear-gradient(hsl(215, 80%, 60%), hsl(210, 80%, 70%)); */
	align-items: center;
	justify-content: center;
	border-radius: 0.3rem;
	box-shadow: inset 0 0 0.2rem 0 hsla(0, 0%, 0%, 0.3), 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
	/* border-bottom: 1px solid hsla(0, 0%, 100%, 0.5); */
	background: linear-gradient(hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0.05));
	background-origin: border-box;
	position: relative;
}

.checkbox input:checked ~ .check-icon {
	background: linear-gradient(hsl(210, 80%, 70%), hsl(210, 80%, 60%));
	box-shadow: inset 0 0 0.2rem 0 hsla(0, 0%, 0%, 0.2);
	/* background: radial-gradient(80% 50% at 50% bottom, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 0%, 0)), linear-gradient(hsl(210, 80%, 80%), hsl(210, 80%, 50%)); */
	/* box-shadow: inset 0 0 0.2rem 0 hsl(215, 100%, 50%), inset 0 0 0.3rem 0 hsl(215, 100%, 70%); */
	background-origin: border-box;
}

.checkbox input:not(:checked) ~ .check-icon::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.3rem;
}

.checkbox input:checked ~ .check-icon::after {
	content: "";
	border-top: 1px solid hsla(0, 0%, 100%, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.3rem;
}

z.checkbox .check-icon::after {
	content: "\f0c8";
	font-family: Icons;
	color: hsla(0, 0%, 0%, 0.3);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
	display: none;
}

.checkbox input:checked ~ .check-icon::after {
	color: hsla(215, 80%, 50%, 0.6);
}

.checkbox input:checked ~ .check-icon::before, input:checked ~ .checkbox .check-icon::before {
	content: "\f14a";
	position: absolute;
	color: hsla(0, 0%, 60%, 0.5);
	text-shadow: 0 -1px 0 hsl(0, 0%, 100%), 0 -1px 1px hsla(0, 0%, 0%, 0.2);
	/* position: relative; */
	color: hsl(0, 0%, 92%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5);
}

.hover_effect .after-image {
	opacity: 0;
	transition: all 0.0001s ease-in-out;
}

#body.image-open .hover_effect .after-image.small.thumb {
	opacity: 1;
}

.after-image {
	transition: opacity 0.8s ease-in-out;
	opacity: 1;
}

#body.image-open .file-preview-wrapper .after-image {
	transition: none;
}

#body:not(.image-open) .before-image ~ .after-image {
	box-shadow: none;
}

.icon.lightbulb::before {
	content: "\f0eb";
	font-family: Icons;
	margin-right: 0.5rem;
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.5);
	font-size: 1.1rem;
}

#body.category-completed.desktop .icon.lightbulb::before {
	color: hsla(0, 0%, 100%, 0.6);
	margin-right: 0.4rem;
	font-size: 1.2rem;
}

@media screen and (max-width: 1000px) {
z#body.image-open .filelist .file-wrapper:not(.selected-image), z#body.image-open .filelist .file-wrapper.selected-image > *:not(.preview-wrapper) {
	visibility: hidden;
}
}

#body.tag-donate .file-preview-wrapper ~ .download-image {
	display: none;
}

.file-preview-wrapper ~ .download-image {
	font-family: Icons;
	position: absolute;
	bottom: 0;
	right: 0.1rem;
	color: hsl(0, 0%, 100%);
	font-size: 1.3rem;
	line-height: 1em;
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	opacity: 0.5;
	padding: 0.6rem;
}

#body.desktop .file-preview-wrapper ~ .download-image:hover {
	opacity: 0.9;
}

#body.image-open .file-preview-wrapper ~ .download-image {
	display: none;
}

.fsww-container, .fsww-balance-tr {
	font-size: 1.5rem;
	background-color: hsl(60, 6%, 80%);
	background-image: url(//retouch.tv/images/bg_light.gif);
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.fsww-container, .fsww-balance-tr {
	font-size: 1.4rem;
	width: 100%;
}
}

@media screen and (max-width: 1000px) {
.fsww-container-wrapper {
	max-width: 100vw;
	overflow-x: scroll;
	width: 100%;
}
}

.fsww-container td, .fsww-container th {
	padding: 0.5rem 2rem;
	vertical-align: top;
}

@media screen and (max-width: 1000px) {
.fsww-container td, .fsww-container th {
	padding: 0.5rem 1rem;
}
}

.fsww-container td {
	color: hsl(0, 0%, 10%);
}

.fsww-container thead, .fsww-container tfoot {
	background: hsla(0, 0%, 0%, 0.2);
}

.fsww-container tbody tr {
	background: hsla(0, 0%, 100%, 0.1);
}

.fsww-container tbody tr:nth-child(2n) {
	background: hsla(0, 0%, 0%, 0.1);
}

.woocommerce .wccf_min_max_limit {
	display: none !important;
}

.woocommerce .wccf_label, #order_review_heading {
	display: inline-block;
	color: hsl(0, 0%, 20%);
	font-weight: 600;
	margin: 0;
	font-size: 1.8rem;
}

#terms-message {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-family: Roboto Condensed;
	line-height: 1.2rem;
	opacity: 0.5;
	display: none;
}

#body .terms-link {
	font-weight: 600;
	color: inherit;
}

.woocommerce .woocommerce-error {
	color: hsl(0, 100%, 50%);
	border-bottom: 1px dotted hsla(0, 100%, 50%, 0.5);
	display: inline-block;
	line-height: 1em;
}

.woocommerce .wccf_field_container abbr.required {
	font-size: 1.8rem;
	line-height: 1em;
}

.woocommerce #customer_details {
	display: none;
}

@media screen and (max-width: 1000px) {
.color-wrapper.cards {
	order: 5;
	padding: 1rem 1rem 0 1rem;
	margin-bottom: 1rem;
}
}

.cards-list ul {
	display: flex;
	flex-wrap: wrap;
	background: hsl(60, 6%, 85%);
	border-radius: 1rem;
	overflow: hidden;
}

.cards-list li {
	display: flex;
	width: 30%;
	flex-grow: 1;
	border: 1px solid hsla(0, 0%, 100%, 0);
}

.card {
	display: flex;
	background: hsl(60, 6%, 80%);
	width: 100%;
	border: 1px solid hsla(0, 0%, 100%, 0);
	justify-content: center;
	height: 20rem;
	padding: 5rem 1rem 1rem 1rem;
}

.card h3 {
	font-size: 2rem;
	font-weight: 600;
	color: hsl(0, 0%, 20%) !important;
}



.color-wrapper.bookmark {
	order: 5;
	display: none;
}

@media screen and (max-width: 1000px) {
.color-wrapper.bookmark {
	display: initial;
	margin-bottom: 0;
	order: 302;
}
}

.color-wrapper.bookmark span {
	font-size: 1.6rem;
	color: hsl(0, 0%, 90%);
	display: inline-block;
	line-height: 1em;
	font-weight: 600;
	padding: 0.8rem 2rem;
	background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, hsla(0, 0%, 100%, 0.1) 1rem, hsla(0, 0%, 100%, 0.1) 2rem), hsl(0, 100%, 20%);
	width: 100%;
}

.color-wrapper.samples {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#body.single .woocommerce-notices-wrapper {
	display: none;
}

.icon.opacity50 {
	opacity: 0.5;
}

.icon.icon-back::before {
	content: "\f178";
	font-family: Regular !important;
	transform: scale(-1, 1);
	display: inline-block;
}

#service:target body:not(.mobile) .color-wrapper.how-it-works.light {
	order: 0;
	margin-bottom: 0.7rem;
	margin-top: 1rem;
}

#service:target body.mobile .color-wrapper.how-it-works.light {
	order: 0;
	margin: 0;
}

#service:target body.mobile .how-it-works.light .uploads-block {
	padding: 1.5rem 1.5rem 2rem 1.5rem;
	order: -1;
	height: calc(100vh - 3rem);
}

#service:target body.mobile .uploads-wrapper {
	height: 100%;
}

#service:target body.mobile .how-it-works.light .uploads-welcome .drop-files {
	height: 100%;
	max-height: none;
}

#service:not(:target) .enter-button {
	display: none;
}

#service:target body.mobile .content-area .enter-button {
	/* background-color: hsl(60, 3%, 81%); */
	/* background-image: linear-gradient(180deg,hsla(0, 0%, 0%, 0),hsla(0, 0%, 0%, 0.2)0rem),url(//retouch.tv/images/bg_tile_light.gif),url(//retouch.tv/images/bg_light.gif); */
	/* box-shadow: inset 0 0 2rem 1rem hsl(60, 3%, 64%); */
	padding: 2rem 0 1rem 1rem;
	margin: 0;
}

#service:target body.mobile .content-area > *:not(.light):not(.contacts):not(.bookmark):not(.zcategories-menu):not(.enter-button) {
	display: none;
}

#service:target body.mobile .color-wrapper.categories-menu .after-before-wrapper {
	display: none;
}

#service:target body.mobile .color-wrapper .rights {
	display: none;
}

#service:target body.mobile .site-header .menu-item.members {
	display: flex;
	order: 0;
	flex-grow: 1;
	justify-content: flex-end;
}

#service:target .color-wrapper.how-it-works.light .drop-files::before {
	display: none !important;
}

.ui-block input:not(:checked) ~ label + .accordion:not(label) {
	display: none;
}

#body:not(.image-open) .navigation-help {
	display: none;
}

.navigation-help {
	display: flex;
	font-size: 1.4rem;
	position: fixed;
	z-index: 1;
	bottom: 0rem;
	left: 8rem;
	padding: 1rem;
	border-radius: 0.5rem;
	line-height: 1rem;
	justify-content: flex-start;
	align-items: center;
}

.navigation-help::before {
	content: "\f059";
	font-family: Icons;
	margin-right: 0.4rem;
	font-size: 1.8rem;
	color: hsla(0, 0%, 20%, 0.5);
	display: inline-block;
	line-height: 1em;
	font-weight: 400;
	text-shadow: 0 1px 0 hsla(0, 0%, 80%, 0.7);
}

.navigation-help .title {
	font-weight: 500;
	/* font-family: Roboto Slab; */
	color: hsl(0, 0%, 100%);
	text-shadow: 0 0 1px hsl(0, 0%, 0%), 0 1px 0 hsla(0, 0%, 0%, 0.5);
	opacity: 0.5;
	font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
z.selected-image .preview-wrapper .zoomable-parent-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: block;
}
}

@media screen and (max-width: 1000px) {
z.big.preview {
	width: 100vw;
	height: 100vh;
	max-height: none;
}
}

.add-after:after {
	content: attr(add-after);
}

.add-before:before {
	content: attr(add-before);
}

.button .icon::before {
	font-family: Icons;
	opacity: 0.4;
	margin: 0;
	margin-left: 0.7rem;
	line-height: 0;
	text-shadow: none;
}

.button .icon.right::before {
	margin: 0;
	margin-left: 0.7rem;
}

.button .icon.left::before {
	margin: 0;
	margin-right: 0.7rem;
}

.button .icon.arrow::before {
	content: "\f178";
}

#button-start .icon.arrow::before {
	font-size: 2rem;
}

#body.home .downloads-block {
	position: relative;
	padding: 0;
	z-index: 10;
	width: 100%;
}

#body.home input[name="downloads"]:checked ~ .preview-wrapper {
	width: 100%;
	background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1)0rem), url(//retouch.tv/images/bg_black.gif);
	background-color: hsl(60, 3%, 20%);
	margin-left: 0;
	background: hsla(0, 0%, 0%, 0.85);
	background: linear-gradient(90deg, hsl(0, 0%, 0%), hsla(0, 0%, 30%, 0.5), hsl(0, 0%, 0%));
	backdrop-filter: grayscale(0.5);
	-webkit-backdrop-filter: grayscale(0.5);
}

#body.home.image-open .filelist .file-preview-wrapper {
	display: inline-block;
	z-index: 4;
}

#body.home.desktop.image-open:not(.files-1) .filelist {
	background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 25%, 0.5)0rem), url(//retouch.tv/images/bg_black.gif);
	background-color: hsl(60, 1%, 50%);
}

#body.home.desktop.image-open:not(.files-1) .filelist::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 15rem;
	height: 100%;
	background: hsl(0, 0%, 20%);
}

#body.home:not(.image-open) .filelist .file-preview-wrapper img {
	max-width: none;
	max-height: 30rem;
	min-height: auto;
}

@media screen and (max-width: 1000px) {
#body.home:not(.image-open) .filelist .file-preview-wrapper img {
	max-height: 20rem;
}
}

#body.home.desktop.image-open .file-preview-wrapper img {
	min-height: auto;
}

.sample-block-wrapper {
	display: table;
	margin: 0 auto;
}

.sample-block-text {
	display: table-caption;
	caption-side: bottom;
	/* background-color: hsl(0, 0%, 0%); */
	/* margin-top: 0.4rem; */
	border-radius: 1rem;
	padding: 0.5rem 1rem;
	text-align: justify;
	font-size: 1.4rem;
	color: hsl(0, 0%, 60%);
	position: relative;
}

@media screen and (max-width: 1000px) {
.sample-block-text {
	width: calc(100% - 2rem);
	margin: 1rem auto 0 auto;
	background: hsla(0, 0%, 0%, 0.1);
}
}

.sample-block-text.vertical {
	caption-side: left;
	/* margin-right: 0.4rem; */
	min-width: 30rem;
	padding: 3.5rem 3rem;
}

.sample-block-text:not(.open) {
	max-height: 8rem;
	overflow: hidden;
}

@media screen and (min-width: 1000px) {
.sample-block-text.vertical:not(.open) {
	max-height: 100vh;
}
}

.sample-block-text:not(.open)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	background: linear-gradient(hsla(0, 0%, 0%, 0), hsl(60, 3%, 19.3%));
}

.sample-block-text span {
	display: block;
}

.sample-block-text span:not(:last-child), .sample-block-text span:first-child:not(:only-child) {
	margin-bottom: 1.2rem;
}

details.inline {
	display: inline;
}

.register-login-menu {
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	border-radius: 1rem 1rem 0 0;
	/* overflow: hidden; */
	flex-wrap: wrap;
	direction: rtl;
	background: hsl(0, 0%, 0%);
	position: relative;
	padding-top: 0.5rem;
}

.usp-form.floating .register-login-menu, .usp-form:not(.floating) .register-login-header {
	display: none !important;
}

#body:not(.logged-in) .usp-form:not(.floating) .register-login-menu {
	background: none;
	padding-top: 0;
}

.register-login-menu::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	border-top: 1px solid hsla(0, 0%, 0%, 0.05);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.register-login-menu > span {
	/* background: linear-gradient(hsl(60, 6%, 75%), hsl(60, 3%, 70%)); */
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 1rem 1rem 0 0;
	/* border-top: 1px solid hsla(0, 0%, 100%, 0.5); */
	background-origin: border-box;
	color: hsl(215, 80%, 50%);
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
	min-height: 5rem;
	padding: 0px 2rem;
	/* border-right: 1px solid hsla(0, 0%, 0%, 0.2); */
	/* border-left: 1px solid hsla(0, 0%, 100%, 0.3); */
	top: 0rem;
	padding-bottom: 1.1rem;
	margin-bottom: -1rem;
	flex-basis: 0;
	white-space: nowrap;
}

#body:not(.logged-in) .usp-form:not(.floating) .register-login-menu > span {
	min-height: 4rem;
	padding-bottom: 0;
	margin-bottom: 0;
}

.register-login-menu > span:not(.selected) {
	cursor: pointer;
}

.register-login-menu > span.selected {
	background: linear-gradient(0deg, hsl(60, 6%, 80%)1rem, hsl(60, 6%, 85%)4rem, hsl(60, 6%, 85%));
	top: 0;
	box-shadow: 0 0 1rem 0 hsla(0, 0%, 0%, 0.2);
	z-index: 2;
	left: 0;
	border-bottom: none;
	background-origin: border-box;
	color: hsl(0, 0%, 20%);
	font-weight: 600;
	order: 2;
	justify-content: left;
	border: none;
	border-top: 1px solid hsl(0, 0%, 100%);
}

.register-login-menu .icon.close {
	flex-grow: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 4rem;
	border-bottom: none;
	padding: 0;
	padding-bottom: 1.1rem;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

.usp-form:not(.floating) .register-login-menu .icon.close {
	display: none;
}

.register-login-menu .icon.close::before {
	content: "\f00d";
	font-family: Icons;
	color: hsla(0, 0%, 100%, 0.4);
	font-size: 2rem;
	line-height: 1rem;
}

.color-wrapper.features {
	max-width: unset;
	padding: 4rem 0 6rem 0;
	/* background-image: linear-gradient(hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0.15)0em), url(//retouch.tv/images/bg_tile_light_full.gif); */
}

@media screen and (max-width: 1000px) {
.color-wrapper.features {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	//background-image: linear-gradient(hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0.15)0em), url(//retouch.tv/images/bg_light.gif);
}
}

.features-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	gap: 2rem;
	row-gap: 4rem;
}

@media screen and (max-width: 1000px) {
.features-blocks {
	flex-direction: column;
	gap: unset;
	row-gap: unset;
}
}

.feature-block-wrapper {
	display: flex;
	/* width: 30%; */
	flex-grow: 1;
	max-width: calc(33.3% - 2rem);
	align-items: baseline;
	align-self: stretch;
	text-align: left;
}

@media screen and (max-width: 1000px) {
.feature-block-wrapper {
	width: 100%;
	max-width: unset;
	padding: 0 3rem;
}
}

.feature-block {
	display: flex;
	flex-direction: column;
	position: relative;
	color: hsl(0, 0%, 10%);
	/* padding: 1rem; */
	border-radius: 0.3rem;
	/* box-shadow: 0 0 1px 0 hsla(0, 0%, 0%, 0.2); */
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3);
	/* margin-bottom: 2rem; */
	background-image: url(//retouch.tv/images/bg_light.gif);
}

@media screen and (max-width: 1000px) {
.feature-block {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: none;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 1000px) {
.feature-block-wrapper:last-child .feature-block {
	width: 100%;
	margin: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding-bottom: 3rem;
}
}

@media screen and (max-width: 1000px) {
.feature-block-wrapper.addfiles {
	order: -1;
}
}

@media screen and (max-width: 1000px) {
.feature-block-wrapper:not(:last-child) .feature-block::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid hsla(0, 0%, 0%, 0.1);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
}

@media screen and (max-width: 1000px) {
z.feature-block-wrapper:last-child .feature-block::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: -1px;
	left: 0;
	border-top: 1px solid hsla(0, 0%, 0%, 0.15);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	z-index: 1;
}
}

.feature-block-wrapper .icon {
	display: inline-block;
	font-size: 2.2rem;
	text-align: right;
	margin-right: 1rem;
	/* position: absolute; */
	/* left: -2.5rem; */
	/* min-width: 2.2rem; */
	margin-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
.feature-block-wrapper .icon {
	font-size: 1.8rem;
	position: relative;
	/* margin: 0; */
	text-align: center;
	min-width: 2.2rem;
	/* margin-right: 0.8rem; */
	position: relative;
	left: unset;
	margin-bottom: 0.7rem;
}
}

.feature-block-wrapper .icon::before {
	content: "\f0eb";
	font-family: Icons;
	color: hsl(0, 0%, 100%);
	/* text-shadow: none; */
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
	/* filter: opacity(0.6); */
	font-weight: 400;
}

@supports (-webkit-touch-callout: none) {
.feature-block-wrapper .icon::before {
	text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.3);
}
}

.feature-block-wrapper .icon.chat::before {
	content: "\f4b6";
}

.feature-block-wrapper .icon.privacy::before {
	content: "\f132";
}

.feature-block-wrapper .icon.trusted::before {
	content: "\f164";
}

.feature-block-wrapper .icon.preview::before {
	content: "\f0eb";
}

.feature-block-wrapper .icon.quality::before {
	content: "\f164";
}

.feature-block-wrapper .icon.bulk::before {
	content: "\f0eb";
}

.feature-block-wrapper .icon.payments::before {
	content: "\f0eb";
}

.feature-block .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	line-height: 1.2em;
	color: hsl(0, 0%, 20%);
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-direction: column;
}

@media screen and (max-width: 1000px) {
.feature-block .title {
	font-size: 1.9rem;
}
}

.feature-block .description {
	font-size: 1.6rem;
	color: hsl(0, 0%, 30%);
	margin-bottom: 0.2rem;
}

.woocommerce .wallet-id {
	background-color: hsl(0, 0%, 100%);
	padding: 1rem;
	display: block;
	border: 2px dashed hsl(215, 100%, 60%);
}

.image-uploaded-message.add_data_before::before {
	font-weight: 600;
	font-size: 1.8rem;
}

.mobile-nav-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0 1rem;
	align-items: flex-start;
}

.mobile-nav-menu .item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
	justify-content: flex-start;
	flex-basis: 0;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4), 0 0 1rem hsl(60, 6%, 80%);
	line-height: 1em;
	padding: 0 0 1.5rem 0;
	position: relative;
}

.mobile-nav-menu .item.comments {
	flex-grow: 2;
}

.mobile-nav-menu .item .item-label {
	position: absolute;
	top: 2.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	z-index: 1;
	background: linear-gradient(hsl(210, 100%, 70%), hsl(210, 100%, 50%));
	border-radius: 0.3rem;
	padding: 0.1em 0.2em;
	color: hsl(0, 0%, 97%);
	text-shadow: 0 0 1px hsl(0, 0%, 0%);
	text-transform: uppercase;
}

.mobile-nav-menu .item .icon::before {
	color: hsl(210, 100%, 65%);
	font-family: Light;
	position: relative;
	font-size: 2.6rem;
	line-height: 1em;
	margin-bottom: 0.6rem;
	display: block;
}

.mobile-nav-menu .item.orders .icon::before {
	content: "\f015";
}

.mobile-nav-menu .item.comments .icon::before {
	content: "\f086";
	font-family: Icons;
}

.mobile-nav-menu .item.menu .icon::before {
	content: "\f141";
}

.mobile-nav-menu .item .text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1em;
	color: hsla(0, 0%, 0%, 0.7);
}

.mobile-nav-menu .item .text b {
	font-size: 2rem;
	color: hsl(210, 100%, 60%);
	line-height: 0;
}

.mobile-nav-menu .item.comments .text {
	/* font-weight: 600; */
	/* background: linear-gradient(hsl(210, 100%, 75%), hsl(210, 100%, 55%)); */
	/* border-radius: 0.7rem; */
	/* padding: 0.3em 0.4em; */
	/* color: hsl(0, 0%, 95%); */
	/* text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.6); */
	/* line-height: 1rem; */
	/* text-align: center; */
}

.content-area.wallet {
	max-width: 100rem;
}

.topup-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin: 3rem 0 4rem 0;
	flex-direction: column;
	padding: 0 1rem;
}

.topup-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.topup-buttons .button {
	padding: 1.2rem 1rem;
}

.topup-custom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

label[for="woo_wallet_balance_to_add"] {
	display: block;
	font-size: 1.6rem;
	flex-basis: 100%;
}

.topup-custom input[type="number"] {
	border-radius: 1rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 10rem;
	border-top-color: hsl(0, 0%, 100%) !important;
	border-width: 1px 0 1px 0 !important;
}

.topup-custom input[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#tips-input:checked ~ #tips, #tips-input-mobile:checked ~ .tips-wrapper .tips-block #tips {
	display: block;
}

z.flashing {
	animation: flashingAnimation 1s ease-in-out infinite alternate;
}

@keyframes flashingAnimation {
	0% {opacity: 1;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

.button, input[type="submit"] {
	background-origin: border-box !important;
}
