/*!
Theme Name: WP Injiri Theme
Theme URI: http://underscores.me/
Author: Jatin Kukreja / Shambhavi Ojha
Author URI: http://underscores.me/
Description: A wordpress theme for a fashion brand.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: injiri-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

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

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

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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



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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

table {
	border-collapse: collapse;
}

table th {
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	/* display: block; */
}

table thead tr th {
	padding-bottom: 30px;
}

table td {
	font-family: 'Gentium Basic', serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 1.9em;
	/* display: block; */
}

table td a {
	/* margin-bottom: 25px; */
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	font-family: 'Gentium Basic', serif;
	line-height: 1em;
}

table td a:hover {
	color: #a0a0a0;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# 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,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

/* 
	Addtional Custom Css
*/

/* Standar CSS */

input,
button {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	padding: 0;
	list-style-type: none;
	/* margin-bottom: 0 !important;
    margin-top: 0; */
	margin: 0;
}

a {
	text-decoration: none;
	/* background-color: inherit !important; */
}

textarea,
a:focus {
	text-decoration: none;
	outline: 0px auto -webkit-focus-ring-color;
	color: inherit;
}

*:hover {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.injiri-section-heading,
.injiri-caption {
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 53px;
	display: block;
}

h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray,
.injiri-section-heading.gray,
.injiri-caption.gray {
	color: #a0a0a0;
}

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

p,
.injiri-description,
address,
.story-page-wrapper figcaption {
	font-family: 'Gentium Basic', serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 1.9em;
	display: block;
}

.story-page-wrapper figure {
	position: relative;
}

.story-page-wrapper .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.story-page-wrapper .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.story-page-wrapper .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.story-page-wrapper .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 50px;

}

.story-page-wrapper .wp-block-gallery.has-nested-images .wp-block-image figcaption {
	color: inherit;
	background: inherit;
}

.story-page-wrapper figcaption,
.story-page-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	top: 100%;
	margin-top: 5px;
	left: 0px;
	padding: 0;
	height: auto;
	display: block;
	line-height: 1.4;
	min-height: 20px;
	background: none;
	color: black;
	/* bottom: 0; */
	text-align: left;
	overflow: visible;
}

p em {
	font-size: 10px;
}

address {
	font-style: italic;
}

p.italic,
.injiri-description.italic {
	font-size: 10px;
	font-style: italic;
}

.noMargin {
	margin: 0;
}

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

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

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

p a,
.injiri-description a {
	text-decoration: underline;
}

.injiri-caption {
	margin-top: 84px;
}

.injiri-list.horizontal {
	display: flex;
	justify-content: space-around;

}

.injiri-list .injiri-list-item {
	font-size: 0px;
}

.injiri-list .injiri-list-item .injiri-list-link {
	font-family: 'Gentium Basic', serif;
	font-size: 12px;
	letter-spacing: 0.26em;
	cursor: pointer;
	color: #a0a0a0;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: inline-block;
	line-height: 1em;
}

.injiri-list .injiri-list-item .injiri-list-link:hover,
.injiri-list .injiri-list-item.active .injiri-list-link {
	color: #000000;
}

/* .injiri-list .injiri-list-item.active .injiri-list-link{
	cursor: default;
} */
.post-links-header {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.post-links-header>span.title {
	margin-right: -0.18em;
}

.post-links-arrows>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.post-links-arrows.left>a {
	margin-top: -3px;
	margin-left: -4px;
}

.post-links-arrows.right>a {
	margin-top: -4px;
	margin-left: -1px;
}

.post-links-arrows {
	transition: 0.3s;
	cursor: pointer;
	font-family: Gentium;
	width: 5px;
	height: 5px;
	border: 1px solid #000;
	border-bottom: 0px;
	bottom: calc(20px);
	display: block;
}

.post-links-arrows:hover {
	border-color: #a0a0a0;
}

.post-links-arrows.left {
	right: 100%;
	border-right: 0px;
	margin-right: 7px;

	transform: rotate(-45deg);
}

.post-links-arrows.right {
	left: 100%;
	border-left: 0px;
	transform: rotate(45deg);
	margin-left: 7px;
}

/* Standard CSS ends*/
/* grid basic classes */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt25 {
	margin-top: 25px;
}

/* grid basic classes ends*/
/* Home Page CSS */
body {
	position: relative;
}

body.fixed,
html.fixed {
	overflow: hidden;
	position: relative;
	height: 100vh;
}

/*.su-slider.home-slider{*/
/*	display: none;*/
/*}*/
#home-video {
	display: block;
}

.injiri-wrapper {
	/* margin-bottom: 280px; */
	min-height: 100vh;
	/* max-width: 1280px; */
	overflow-x: hidden;
	background: #fff;
	padding: 188px 90px 60px 90px;
}

.injiri-wrapper.collapse-lr {
	padding-left: 0px;
	padding-right: 0px;
}

.video {
	width: 100%;
	object-fit: cover;
	min-height: 100vh;
}

.mute-icon {
	display: inline-block;
	position: fixed;
	right: 90px;
	z-index: 1;
	cursor: pointer;
	bottom: 30px;
	left: auto;
	top: 54px;
	height: 30px;
	width: 30px;
}

.mute-icon>img {
	/* width: 20px; */
	height: 18px;
	transition: .3s;
}

.mute-icon>img:hover {
	/* transform: scale(1.2) */
}

.homeVid {
	position: relative;
	margin-bottom: 279px;
	z-index: 100;
	width: 100%;
}

.menus .menusItem:last-child {
	padding-bottom: 0;
}

a.caps-underline,
a.caps-link,
.menu-item {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	font-family: 'Gentium Basic', serif;
	line-height: 1em;
}

a.caps-underline:hover {
	text-decoration: underline;
}

a.caps-link:hover,
.menu-item.current-menu-item>a,
.injiri-header .menu-item.current-menu-item>a,
.mobileMenusContainer.open .menu-item.current-menu-item>a {
	color: #000000;
}

/* .menu-item:hover{
	letter-spacing: 2px;
} */
.injiri-header-home.injiri-header .menu-item>a {
	color: #fff;
}

.injiri-header .menu-item>a {
	color: #a0a0a0;
}

.mobileMenusContainer.open .menu-item>a {
	color: #000000;
	transition: .3s;
	outline: none;
	position: relative;
}

.mobileMenusContainer.open.dark .menu-item>a {
	color: #fff;
}

.mobileMenusContainer.open.dark .menu-item>a:hover {
	color: #a0a0a0;
}

.injiri-header .menu-item>a:hover,
.mobileMenusContainer.open .menu-item>a:hover {
	color: #a0a0a0;
}

/* .menu-item > a:hover::before {
	width: 100%;
	color: #fff;	
}

.menu-item > a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 0;
    bottom: -3px;
    transition: 0.6s;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.menulogoContainer {
	background-color: transparent;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 50px 0px;
	z-index: 6;
	left: 90px;
}

.menulogoContainer>.i-fixed-menu {
	position: absolute;
	top: calc(100% + 56px);
	left: 0px;
	width: auto;
	max-width: 174px;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 230px);
}

.logout-link {
	margin-top: auto;
	margin-bottom: 0;
}

.custom-logo-link {
	display: inline-block;
	/* height: 8px; */
	font-size: 8px;
	margin: 0px;
	padding-top: 12px;
	max-width: 184px;
	flex: 1;
	padding-bottom: 8px;
}

.custom-logo-link>img {
	width: auto;
	/* height: 8px; */
}


.injiri-header-home {
	background-color: unset;
}

.site-content.content-margin-home {
	margin-bottom: 230px;
}

.site-content.is-home-content article {
	margin-bottom: 0px;
}

/* home slider css */
/* .su-slider.home-slider::before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .2);
} */
#home-fallback-image {
	background-image: url(https://www.injiri.co.in/wp-content/uploads/2022/01/fallback_black.png);
	background-position: center;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: 1s;
	z-index: 1;
	opacity: 1;
}

#home-fallback-image.video-loaded {
	z-index: -1;
	opacity: 0;
}

.su-slider.home-slider .su-slider-pagination {
	bottom: 60px;
	top: auto;
	margin: 0px;
	display: block;
	opacity: 1;
	z-index: 2;
	height: auto;
}

.su-slider.home-slider .su-slider-pagination span {
	margin: 0px 6px;
	width: 12px;
	height: 12px;

	background-image: none;
}

.su-slider-responsive-yes.home-slider .su-slider-slide>a,
.su-slider-responsive-yes.home-slider .su-slider-slide>img,
.su-slider-responsive-yes.home-slider .su-slider-slide>a>img {
	height: 100vh;
	object-fit: cover;
}

/* home slider css */
/* Home Page CSS */


/* For Footer CSS */

/* mailchimp  */
.mc4wp-response {
	position: absolute;
	bottom: 110%;
	left: 6px;
	width: calc(100% - 12px);
	background: #fff;
	padding: 0px;
	z-index: 99;
}

.footerContainer {
	display: flex;
	/* justify-content: flex-end; */
	padding: 120px 90px 60px 90px;
	bottom: 0;
	width: 100%;
	z-index: 0;
}

.footer-credits {
	margin: 0px;
	margin-top: 17px;
	color: #d1d1d1;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	line-height: 12px;
	white-space: nowrap;
}

.footer-credits.right {
	display: inline-block;
	bottom: -24px;
}

.footerContainer.unfixed {
	padding-top: 50px
}

.footerContainer.fixed {
	position: fixed;
}

.footerContainer.fixed.hidden {
	display: none;
}

/* styling for footer widget sections */
.footer-sections {
	display: flex;
	/* width: 100%; */
	flex: 1;

}

.footer-sections>div {
	flex: 1;
}

.footer-sections .widget-title {
	font-family: 'Assistant', sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #000;
}

/* styling for footer social section */

.footer-sections>#footer-sidebar3 {
	/* align-items: flex-end; */
	display: flex;
	flex-direction: column;
}

.footer-sections>#footer-sidebar3 .widget {
	margin-bottom: 0px;
}

.footer-sections>#footer-sidebar3 .widget_text {
	min-width: 112px;
}

.footer-sections>#footer-sidebar3 .widget_text>.widget-title {
	line-height: 10px;
	/* padding-bottom: 14px; */
	font-family: 'Gentium Basic', serif;
	list-style: none;
	color: rgb(160, 160, 160);
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 10px;
	transition: .3s;
	text-transform: uppercase;
	margin: 0px;
}

.footerContent {
	width: 210px;
	min-width: 15%;
}

.emailInputContainer {
	padding-bottom: 7px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	padding: 0;
	color: #a0a0a0;
	border-bottom: 1px solid #a9a7a7;
	background: none;
	width: 100%;
	font-size: 11px;
	/* font-style: italic; */
	padding-bottom: 1px;
	font-family: 'Gentium Basic', serif;
	border-radius: 0px;
	transition: .3s;
	letter-spacing: 0.18em;
	outline: none;
	text-transform: uppercase;
}

input[type="password"] {
	text-transform: none;
}

button,
input[type="submit"] {
	border: none;
	box-shadow: none;
	background: transparent;
	font-family: 'Gentium Basic', serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.26em;
	padding: 10px 0px;
	width: auto;
	border-radius: 0px;
	transition: .3s;
	cursor: pointer;
	/* margin-top: 13px; */
}

button:hover,
input[type="submit"]:hover {
	text-decoration: underline;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
.inputEmail:focus {
	border-bottom: 1px solid black;
}

.footerMenus li:first-child {
	padding-bottom: 28px;
}

.footerMenus li:last-child {
	padding-bottom: 0;
}

.menu-footer-menu-container .menu-item {
	line-height: 7px;
	padding-bottom: 0px;
	font-family: 'Gentium Basic', serif;
	list-style: none;
	color: rgb(160, 160, 160);
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 10px;
	transition: .3s;
	text-transform: uppercase;
	margin-bottom: 14px;

}

.subscribe-email {
	padding: 0;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: black;
	width: 100%;
	resize: none;
	background-color: unset;
	border-radius: 0px;
	transition: .3s;
	letter-spacing: 0.18em;
	outline: none;
	text-transform: uppercase;
}

.subscribe-email::placeholder,
.subscribe-email::-webkit-input-placeholder,
.subscribe-email::-moz-placeholder,
.subscribe-email:-ms-input-placeholder,
.subscribe-email:-moz-placeholder {
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: #a0a0a0;
	letter-spacing: 0.20em;
	font-style: italic;
	text-transform: unset;

}


.subscribe-email:focus {
	border-bottom: 1px solid #000;
}

.menu-footer-menu-container .menu-item>a {
	color: rgb(160, 160, 160);
	transition: .5s;
}

.menu-footer-menu-container .menu-item>a:hover {
	color: #000;
}



.blackHover:hover .footerItem .menusLink::before,
.blackHover:hover .menusItem .menusLink::before {
	background-color: black;
}


/* For Footer CSS */


/* For Hamburger */

.mobileMenusContainer {
	position: fixed;
	top: 0;
	padding: 188px 30px 0px 30px;
	background-color: #fff;
	/* width: 300px; */
	left: 0;
	height: 100%;
	transform: translateX(-100%);
	transition: 0.5s;
	z-index: 6;
	opacity: 0;
	text-align: center;

}

.mobileMenusContainer.dark {
	background: rgba(0, 0, 0, .4);
}

.mobileMenusContainer.light {
	background: rgba(255, 255, 255, 1);
}

.mobileMenusContainer.open {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.2s;
	width: 100%;
	/* min-width: 33.33%; */
}

.mobileMenusContainer .menu-item {
	opacity: 0;
}

.mobileMenusContainer.open .menu-item {
	transform: translate(0);
	transition: .5s;
	transition-delay: 1s;
	opacity: 1;
}

.mobileMensu .menusItem {
	color: black;
	font-size: 15px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	margin-bottom: 30px;
	transform: translate(110%);
	transition: 0.5s;
	opacity: 0;
}

.hamContainer {
	position: fixed;
	width: 20px;
	height: 11px;
	top: 56px;
	cursor: pointer;
	z-index: 7;
	right: 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	overflow: hidden;
}

.hamContainer.white .hamLine {
	background: #fff;
}

.hamLine {
	transition: 0.5s;
	background-color: #000;
	width: 20px;
	height: 1px;
	/* position: absolute; */
	/* right: 0; */
	/* left: 0; */
	display: block;
}

.hamContainer.animate .hamLine.hamThird {
	/* transform: rotate(45deg) translate(-3px, 1px); */
	/* transform-origin: center; */
	transform: rotate(45deg) translate(-2px, 0px);
	width: 10px;
}

.hamContainer.animate .hamLine.hamFirst {
	/* transform: rotate(-45deg) translate(-3px, -1px); */
	transform: rotate(-45deg) translate(-2px, 0px);
	width: 10px;
}


.overlay {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: black;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	pointer-events: none;
	cursor: pointer;
	opacity: 0;
	transition: 0.5s;
}

.overlay.dark {
	background: transparent;
}

.overlay.light {
	background: rgba(0, 0, 0, .3);
}

.overlay.showOverlay {
	pointer-events: unset;
	opacity: 0.6;
}


/* For Hamburger */


/* Reach Page Css Start Here */

/* stockist country styling begins */
.stockist-container {
	margin-bottom: 83px;
}

.stockist-place {
	font-size: 12px;
	line-height: 1em;
	position: relative;
	/* margin-bottom: 28px; */
}

.stockist-place>.stockist-title {
	font-family: 'Gentium Basic', serif;
	font-size: 12px;
	letter-spacing: 0.26em;
	cursor: pointer;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 27px;
	display: inline-block;
}

.stockist-place.open>.stockist-title {
	margin-bottom: 50px;
}

.stockist-place .stockist-title:hover {
	color: #A0A0A0
}

.stockist-place .stockist-subplace {
	margin-left: 16px;
	height: 0px;
	transition: .5s;
	overflow: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	position: relative;

}

.stockist-place .stockist-subplace.open {
	height: auto;
	opacity: 1;
}

.stockist-place .stockist-subplace.open li {
	color: #a0a0a0;
}

.stockist-place.open .stockist-title {
	color: #a0a0a0;
}

.stockist-place .stockist-subplace li {
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.5em;
	color: #a0a0a0;
	text-transform: uppercase;
	margin-bottom: 50px;
	display: inline-block;
}

.stockist-place .stockist-subplace .stockist-title {
	font-weight: 600;
	margin-bottom: 25px;
	display: inline-block;
}

.stockist-place .stockist-subplace .addresses {
	white-space: pre-line;
}

.stockist-place .stockist-subplace .addresses p {
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.5em;
	color: #a0a0a0;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	display: inline-block;
}

.stockist-place .stockist-subplace .addresses p:last-child {
	margin-bottom: 0px;
}

.stockist-close {
	display: none;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0px;
	/* border: 1px solid; */
	right: 0px;
	cursor: pointer;
	padding: 10px;
	z-index: 1;
}

.stockist-close.show {
	display: block;
}

.stockist-close.bottom {
	bottom: 0px;
	top: auto;
}

.stockist-close.fixed {
	position: fixed;
	top: 54px;
	right: calc(33.33% + 34px);
}

.stockist-close::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background: #a0a0a0;
	transform: rotate(45deg);
	top: 9px;
	left: 3px;
}

.stockist-close::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background: #a0a0a0;
	transform: rotate(-45deg);
	top: 9px;
	left: 3px;
}

.stockist-close:hover::after,
.stockist-close:hover::before {
	background: #000;
}

/* stockist country styling ends */
/* social menu styling */

.menu-social-menu-container {
	margin-bottom: 109px;
}

.menu-social-menu-container .menu-item {
	line-height: 10px;
	padding-bottom: 0px;
	font-family: 'Gentium Basic', serif;
	list-style: none;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.26em;
	font-size: 12px;
	transition: .3s;
	text-transform: uppercase;
	margin-bottom: 25px;

}

.menu-social-menu-container .menu-item>a {
	color: #000000;
	transition: .5s;
}

.menu-social-menu-container .menu-item>a:hover {
	color: #A0A0A0;
}

/* social menu styling */

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

.oneSixtyEight {
	padding-bottom: 168px;
}

.bottomFiftySix {
	margin: 0;
	padding-bottom: 56px;
}

.enquires {
	font-size: 14px;
	font-family: 'Gentium Basic', serif;
	letter-spacing: 2px;
	font-family: 400;
	text-transform: uppercase;
	color: black;
	margin-top: 0;
}

.sixtyFive {
	padding-bottom: 65px;
}

.press {
	font-size: 12px;
}

.socialMedia {
	padding-bottom: 2px;
}

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

.fortySix {
	margin: 0;
	padding-bottom: 46px;
}

.flex {
	display: flex
}

.widthFull {
	width: 100%;
	padding-right: 20px;
}

/* contact form styling */
.wpcf7-form br {
	display: none;
}

.wpcf7-form label.half-label,
label.half-label,
.half-label {
	display: inline-flex;
	width: 50%;
}

.wpcf7-form label,
label {
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	letter-spacing: 0.18em;
	color: #000000;
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
	flex-wrap: wrap;
	align-items: center;
}

.wpcf7-form label span,
label span {
	flex: 1;
}

.wpcf7-form label span.contact-name {
	margin-right: 6px;
}

.wpcf7-form label span.contact-number {
	margin-left: 6px;
}

.wpcf7-form input[type="text"],
input[type="text"],
.wpcf7-form input[type="email"],
input[type="email"],
.wpcf7-form input[type="tel"],
input[type="tel"] {
	padding: 0;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: black;
	width: 100%;
	resize: none;
	background-color: unset;
	border-radius: 0px;
	transition: .3s;
	letter-spacing: 0.18em;
	outline: none;
	text-transform: uppercase;
}

.wpcf7-form textarea {
	padding: 0;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: black;
	width: 100%;
	resize: none;
	background-color: unset;
	border-radius: 0px;
	outline: none;
	height: 15px;
	letter-spacing: 0.18em;
	transition: .3s;
	text-transform: uppercase;
}

textarea {
	padding: 10px;
	border: none;
	border: 1px solid #a0a0a0;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: black;
	width: 100%;
	resize: none;
	background-color: unset;
	border-radius: 0px;
	outline: none;
	height: 100px;
	letter-spacing: 0.18em;
	transition: .3s;
	text-transform: uppercase;
}

.wpcf7-form textarea:focus {
	height: 100px;
}

.wpcf7-form input::placeholder,
input::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	color: #a0a0a0;
	letter-spacing: 0.20em;
	font-style: italic;
	text-transform: unset;

}

.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
input:focus {
	border-bottom: 1px solid #000;
}

span.wpcf7-not-valid-tip {
	color: #a0a0a0;
	font-style: italic;
}

div.wpcf7-response-output {
	border: none !important;
	padding: 0;
	font-family: 'Gentium Basic', serif;
	font-size: 12px;
	font-weight: 400;
	color: black;
	width: 100%;
}

/* contact form styling */

/* .textField {
    padding: 0;
    border: none;
    border-bottom: 2px solid black;
    font-style: italic;
    font-family: 'Gentium Basic', serif;
	font-size: 16px;
	font-family: 400;
    color: black;
    width: 100%;
    resize: none;
    background-color: unset;
    border-radius: 0px;
    outline: none;
} */

select {
	color: #8a8a8a;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.18em;
	/* color: black; */
	width: 100%;
	resize: none;
	background-color: unset;
	border-radius: 0px;
	outline: none;
	text-transform: uppercase;
	transition: .3s;
}

select option {
	color: black;
}

select:not(:checked) {
	color: gray;
}

.inputRow {
	margin-bottom: 20px;
}

.inputRow div:last-child {
	padding-right: 0;
}

[type="select"] {
	background-image: url(../assets/icons/down-aero.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-appearance: none;
	outline: none;
}

.inputsContainer .inputRow:last-child {
	margin-bottom: 0;
}

.submit {
	border: none;
	padding: 0;
	font-family: 'Gentium Basic', serif;
	letter-spacing: 4px;
	font-family: 400;
	text-transform: uppercase;
	color: #928f8f;
	font-size: 16px;
	transition: 0.5s;
	background-color: unset;
}

.submit:hover {
	border: 1px solid black;
	padding: 11px 21px;
	background-color: black;
	color: #fff;
}

input[type=number].no-dial::-webkit-inner-spin-button,
input[type=number].no-dial::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Reach Page Css Start Here */


/* 
	Collections page custom
*/
.collection-set {
	align-items: center;
}

.collection-spacer {
	margin-bottom: 215px;
}

.collection-spacer:last-child {
	margin-bottom: 0px;
}

.collection-set-list.v2 {
	margin: 0px;
	width: 100%;
}

.collection-set-list {
	margin-left: 12.5%;
}

/* .collection-set-list.v2 .injiri-list .injiri-list-item .injiri-list-link{
	margin-bottom: 0px;
} */
/* .collection-set-list{
	margin-left: 27%;
    position: absolute;
    left: 100%;
    max-height: 100%;
	overflow-y: scroll;
	
    top: 50%;
	transform: translate(0% , -50%);
	width: calc(50% - 12px) ;
}
.collection-set-list::-webkit-scrollbar {
    width: 4px;
}

.collection-set-list::-webkit-scrollbar-track {
    background: #f7f7f7; 
}
 

.collection-set-list::-webkit-scrollbar-thumb {
    background: #a0a0a0; 
}


.collection-set-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
} */
.collection-thumbnail {
	display: none;
	opacity: 0;
	transition: .5s;
	/* transition-delay: .5s; */
}

.collection-thumbnail.v2 {
	margin-bottom: 28px;
}

/* 2 clothing */
.collection-set-image.v2 {
	position: fixed;
	top: 0px;
	max-width: 43.4%;
	height: 100vh;
}

.collection-set-image.v2>ul,
.collection-set-image.v2>ul>li,
.collection-set-image.v2>ul>li>img {
	position: relative;
	height: 100%;
}

.collection-set-image.v2>ul>li>img {
	object-fit: cover;
}

.collection-set-image.v2 .collection-thumbnail.active {
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

/* .collection-set-image.v2 .collection-thumbnail-home-textiles.active:hover{
	filter: grayscale(100%);
} */
.collection-set-image.v2 .collection-thumbnail.active:hover::before {
	position: absolute;
	top: 0px;
	content: "";
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 2;
}

.collection-set-image.v2 .collection-thumbnail.active {
	transition: 3s;
}

.collection-set-image.v2 .collection-thumbnail {
	top: 0px;
	position: absolute;
	opacity: 0;
	width: 100%;
	/* z-index: 0; */
	/* transition: 2s; */
	display: block;
}

/* v2 clothing ends */
.collection-set-image.v3 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	max-width: unset;
	padding: 0px;
}

.collection-set-image.v3 .collection-thumbnail {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
}

.collection-set-image.v3 .collection-thumbnail.active {
	z-index: 1;
	position: relative;
}

.collection-thumbnail.v3 {
	display: block;
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%
}

.collection-thumbnail.v3.active {
	display: block;
	/* z-index: 1; */
	opacity: 1;
}

.collection-set-list.v3 {
	z-index: 2;
	margin-left: 75%;
	margin-top: 68px;
	/* position: absolute;
    bottom: 0px;
    left: 50%;
    background: #fff;
    margin: 0px;
    padding: 10px 2px;
    width: auto;
    max-width: unset;
    transform: translate(-50%); */
}

.collection-set-list.v3.v2 {
	margin-left: 87.5%;
}

.v3 li.injiri-list-item {
	position: relative;
}

/* .v3 li.injiri-list-item.collection-link-clothing:last-child::after{
	content: none;
}
.v3 li.injiri-list-item.collection-link-clothing::after{
	content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000;
    bottom: 2px;
    right: -1px;
} */
/* .collection-set-list.v3 .injiri-list{
	display: flex;
	align-items: center;
	justify-content: center;
}

.collection-set-list.v3 .injiri-list .injiri-list-item .injiri-list-link{
	margin: 0px;
}

.collection-set-list.v3 .injiri-list .injiri-list-item{
	padding: 0px 8px;
} */
.collection-thumbnail.v2.active {
	overflow: hidden;
}

.collection-thumbnail.v2.active img {
	transition: 8s;
}

.collection-thumbnail.collection-thumbnail-clothing.v2.active img {
	filter: grayscale(100%);

}

.collection-thumbnail.collection-thumbnail-clothing.v2.active:hover img {
	transform: scale(1.2);
	filter: grayscale(0%);
}

.collection-thumbnail.collection-thumbnail-home-textiles.v2.active img {
	filter: grayscale(100%);
	transition: .5s;
}

.collection-thumbnail.collection-thumbnail-home-textiles.v2.active:hover img {
	filter: grayscale(0%)
}

.collection-thumbnail.preview:not(.active) {
	display: block;
	position: absolute;
	top: 0px;
	opacity: 1;
	left: 6px;
	height: 100%;
	background: #fff;
	width: calc(100% - 12px);
}

.collection-thumbnail img {
	width: 100%;
}

.collection-thumbnail.active {
	display: block;
	opacity: 1;
}

.collection-gallery-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
}

.collection-gallery-wrapper.clothing {
	margin-top: 84px;

}

.collection-gallery-wrapper::-webkit-scrollbar {
	height: 0px;
}

.collection-gallery-item-image {
	/* max-width: 50px; */
	width: 100%;
}

.collection-gallery-item {
	display: inline-block;
	position: relative;
	font-size: 0px;
	flex: 0 0 auto;
	margin: 4px;
	width: calc(10% - 8px);
}

.collection-gallery-item:last-child {
	margin-right: 0px;
}

.collection-gallery-item.active::before,
.collection-gallery-item:hover::before {
	opacity: 0;
}

.collection-gallery-item::before {
	content: "";
	background: #fff;
	position: absolute;
	width: 100%;
	transition: .3s;
	height: 100%;
	cursor: pointer;
	opacity: 0.7;
	top: 0px;
	left: 0px;
}

.collection-gallery-arrows {
	display: none;
	transition: 0.3s;
	position: absolute;
	cursor: pointer;
	font-family: Gentium;
	width: 10px;
	height: 10px;
	border: 1px solid #a0a0a0;
	border-bottom: 0px;
	bottom: calc(20px);
}

.collection-gallery-arrows:hover {
	border-color: #000;
}

.collection-gallery-arrows.active {
	display: block;
}

.collection-gallery-arrows.left {
	right: 100%;
	border-right: 0px;
	transform: rotate(-45deg);
}

.collection-gallery-arrows.right {
	left: 100%;
	border-left: 0px;
	transform: rotate(45deg);
}

.placeholder-image-block {
	position: relative;
	margin-bottom: 56px;
	display: block;
}

.placeholder-image-block.clothing {
	margin-bottom: 18px;
}

.placeholder-image {
	position: relative;
}

.placeholder-image-block.clothing #SelectedThumbnail {
	margin: 0px;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.placeholder-image-block #SelectedThumbnail {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: auto;
	right: 0px;
	display: block;
}

.prev-image-arrow {
	position: absolute;
	/* display: none; */
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	top: 50%;
	border-right: none;
	border-bottom: none;
	left: 20px;
	transform: rotate(-45deg) translateY(-50%);
	cursor: pointer;
}

.prev-image-arrow-link {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: translateY(-50%);
}

.prev-image-arrow-link>.prev-arrow {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-right: none;
	border-bottom: none;
	transform: rotate(-45deg);
	cursor: pointer;
}

.next-image-arrow-link {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	cursor: pointer;
}

.next-image-arrow-link:hover>.next-arrow,
.prev-image-arrow-link:hover>.prev-arrow {
	border-color: #a0a0a0;

}

.next-image-arrow-link>.next-arrow {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	cursor: pointer;
}

/* .next-image-arrow:hover,
.prev-image-arrow:hover{
	border-color: #a0a0a0;
} */
.next-image-arrow {
	position: absolute;
	/* display: none; */
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	top: 50%;
	border-left: none;
	border-top: none;
	right: 20px;
	transform: rotate(-45deg) translateY(-50%);
	cursor: pointer;
}

/* Collection css ends */


/* For story page */

.storyContainer {
	max-width: 40%;
	margin: 172px 0 0 40%;
}

.content h1 {
	font-family: Assistant-Regular;
	font-size: 12px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.storyImgContainer {
	padding: 60px 0px;
}

.storyImgContainer img {
	width: 100%;
	height: max-content;
	object-fit: cover;
}

.content p {
	padding-bottom: 30px;
	font-family: 'Conv_GenBasR';
}

.blockquote {
	padding: 18px 11px;
	margin: 0;
	border: none;
	font-size: 13px;
	font-family: 'Conv_GenBasR';
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	position: relative;
	line-height: 2;
}

.blockIcon {
	position: absolute;
}

.blockquoteLeft {
	left: -34px;
}

.blockquoteRight {
	right: -34px;
}

.bottomHundredFifty {
	padding-bottom: 150px;
}


/* Story end here */
/* Techniques Page starts  */


.techInternal {
	/* border-bottom: 1px solid #a0a0a0; */
	padding-bottom: 100px;
	justify-content: space-between;
	padding-top: 28px;
	position: relative;
}

.techInternal:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 1px;
	width: calc(100% - 8px);
	background: #a0a0a0;
	left: 4px;
}

.techInternal:first-child {
	padding-top: 0px;
}

.techInternal:last-child {
	/* border-bottom: 0; */
	padding-bottom: 0px;
}

.techInternal:last-child:after {
	content: none;
}

.techText .title {
	margin-bottom: 14px;
}

.techText .title>a {
	font-size: 10px;
	margin: 0px;
	font-family: 'Assistant', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.26em;
	line-height: 1.5em;
	color: #000;
	text-transform: uppercase;
	transition: 0.3s;
}

.techText .date,
.date {
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	letter-spacing: 0.26em;
	color: #000000;
	line-height: 1em;
	margin-bottom: 48px;
}

.techText .tech-description {
	margin-bottom: 20px;
	max-height: 5.7em;
	overflow: hidden;
}

.techText .title>a:hover {
	color: #a0a0a0;
}

.techText .link {
	font-size: 10px;
	color: #a0a0a0;
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 400;
	transition: .3s;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 1em;
	color: #a0a0a0;
}

.techText .link:hover {
	color: #000000;
}

.techText .link>span {
	transition: transform.3s;
	display: inline-block;
}

.techText .link:hover>span {
	transform: translateX(3px);
}

.tech-col {
	width: calc((100% / 7) * 3);
	padding: 0px 6px;
}

.techInternal:nth-child(even)>.techImg,
.techInternal:nth-child(odd)>.techText {
	order: 2;
}

.techInternal:nth-child(odd)>.techImg,
.techInternal:nth-child(even)>.techText {
	order: 1;
}

.techImg img {
	width: 100%;
}

/* technique internal page  */
.technique-item .date {
	margin-bottom: 24px;
}

.technique-item h1 {
	font-size: 12px;
	letter-spacing: 0.26em;
	line-height: 2em;
	margin-bottom: 20px;
}

.technique-item .divider {
	height: 1px;
	width: 100%;
	background: #a0a0a0;
	margin-bottom: 83px;
}

/* Galleries in techniques */
.technique-item img {
	min-width: 100%;
}

.technique-item .gallery {
	margin-bottom: 0px;
	margin: 76px -6px;
}


.technique-item .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0px 6px;
	margin: 0px;
	margin-bottom: 14px;
}

.technique-item h2 {
	font-family: 'Gentium Basic';
	font-size: 12px;
	color: #000000;
	line-height: 2em;
	margin-bottom: 40px;
}

.technique-item h3 {
	margin-bottom: 47px;
}

.technique-item .gallery-item a {
	pointer-events: none;
}

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

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


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


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


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


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


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


.technique-item .gallery-icon {
	text-align: left;
}

.technique-item .gallery-caption {
	display: block;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 1.9em;
	display: block;
	font-style: italic;
	text-align: left;
}

.technique-item .gallery-icon img {
	width: 100%;
}

.technique-item h6,
.technique-item .wp-caption-text {
	display: block;
	font-family: 'Gentium Basic', serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 1.9em;
	display: block;
	font-style: italic;
	text-align: left;
	text-transform: none;
	margin-bottom: 45px;
}

.technique-item h6 img:last-of-type {
	padding-right: 0px;
}

.technique-item h6 img:first-of-type {
	padding-left: 0px;
}

/* technique columns for images */
.technique-item h5 {
	margin: 76px -6px;
}

.technique-item .column-1 {
	padding: 0px 6px;
	width: 14.28%;
}

.technique-item .column-2 {
	padding: 0px 6px;
	width: 28.56%;
}


.technique-item .column-3 {
	padding: 0px 6px;
	width: 42.85%;
}


.technique-item .column-4 {
	padding: 0px 6px;
	width: 57.14%;
}


.technique-item .column-5 {
	padding: 0px 6px;
	width: 71.4%;
}


.technique-item .column-6 {
	padding: 0px 6px;
	width: 85.71%;
}


.technique-item .column-7 {
	/* padding: 0px 6px;  */
	width: 100%;
}

/* Techniques page end here */
/* Press Page / Story Page */
.press-gallery-wrapper {
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
	width: 100%;
}

.press-image {
	transition: .3s;
	margin-bottom: 12px;
}

.press-image:hover {
	cursor: pointer;
	opacity: .8;
}

.image-preview-overlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	z-index: 8;
	opacity: 1;
	/* pointer-events: none; */
	display: none;
	/* cursor: pointer; */
	/* opacity: 0; */
	transition: 0.5s;
}

.image-preview-overlay.show {
	display: flex;
}

.image-preview-overlay img {
	max-width: 65vw;
	width: 100%;
	display: block;
	padding: 0px 20px;
	text-align: center;
	margin: 20px auto;
}

.preview-images {
	display: block;
	flex-direction: column;
	height: 100vh;
	overflow: scroll;
	width: 100%;
}

.preview-container {
	position: relative;
	/* min-width: 50vw; */
	height: 100%;
	margin: auto;
	/* max-width: 100%; */
	width: 100%;
	/* display: inline-flex; */
	align-self: center;
	justify-content: center;
}

.preview-arrows {
	transition: 0.3s;
	position: absolute;
	cursor: pointer;
	font-family: Gentium;
	width: 10px;
	height: 10px;
	border: 1px solid #a0a0a0;
	border-bottom: 0px;
	/* bottom: calc(20px);	 */
}

.preview-arrows:hover {
	border-color: #000;
}

.preview-arrows.active {
	display: block;
}

.preview-arrows.left {
	top: 50%;
	right: 100%;
	border-right: 0px;
	transform: rotate(-45deg);
}

.preview-arrows.right {
	top: 50%;
	left: 100%;
	border-left: 0px;
	transform: rotate(45deg);
}

.story-page-wrapper img {
	display: block;
	width: 100%;
	margin: 50px 0px;
}

.story-page-wrapper figure {
	margin: 50px 0px;
}

.story-page-wrapper figure img {
	margin: 0px;
}

.story-page-wrapper blockquote {
	margin: 56px 0px;
	text-align: center;
	position: relative;
	font-style: italic;
}

.story-page-wrapper blockquote::after {
	position: absolute;
	content: close-quote;
	/* width: 40px; */
	height: auto;
	font-family: Gentium Basic;
	font-size: 36px;
	right: -10px;
	bottom: 0px;
	line-height: 0px;
}

.story-page-wrapper blockquote::before {
	position: absolute;
	content: open-quote;
	/* width: 40px; */
	height: auto;
	font-family: Gentium Basic;
	font-size: 36px;
	left: -18px;
	top: 22px;
	line-height: 0px;
}

/* Press Page/ Story Page ends */

/* Custom Grid Css */
.row {
	margin-right: -6px;
	margin-left: -6px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.collapse {
	padding: 0px;
}

.collapse-left {
	padding-left: 0px;
}

.collapse-right {
	padding-left: 0px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/* margin */
.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1025px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1025px) {
	.offset-1 {
		margin-left: 8.333333%;
	}

	.offset-2 {
		margin-left: 16.666667%;
	}

	.offset-3 {
		margin-left: 25%;
	}

	.offset-4 {
		margin-left: 33.333333%;
	}

	.offset-5 {
		margin-left: 41.666667%;
	}

	.offset-6 {
		margin-left: 50%;
	}

	.offset-7 {
		margin-left: 58.333333%;
	}

	.offset-8 {
		margin-left: 66.666667%;
	}

	.offset-9 {
		margin-left: 75%;
	}

	.offset-10 {
		margin-left: 83.333333%;
	}

	.offset-11 {
		margin-left: 91.666667%;
	}
}

/* Custom Grid Css end*/



/* For Responsiveness */

@media (min-width:768px) {


	.logo {
		opacity: 1;
	}

	/* .mobileMenusContainer {
        display: none;
	} */
	/* clothing single page */
	.collection-gallery-wrapper.clothing {
		margin: 84px 0px 0px -4px;
		width: calc(100% + 8px);
	}

	.collection-gallery-wrapper.clothing .collection-gallery-item-image {
		max-width: 100%;
	}

	.collection-gallery-wrapper.clothing .collection-gallery-item {
		/* margin: 0px 4px; */
		width: calc(20% - 8px);


	}

	.collection-gallery-wrapper.clothing .collection-gallery-item:last-child {
		margin-bottom: 8px;
		margin-right: 0px;
	}

	.visible-mobile {
		display: none;
	}

	.hidden-mobile {
		display: flex;
	}
}

@media (min-width: 1025px) {
	.mobileMenusContainer {
		display: none;
	}

	.menulogoContainer {
		max-width: calc((100% - 180px)/6 - 11px);
	}

	.hamContainer,
	.overlay {
		display: none;
	}

	/* .injiri-wrapper{
		padding: 188px 60px 60px 60px;
	} */
}

@media only screen and (max-width: 1024px) {
	.footer-credits.right {
		display: inline-block;
		margin: 0px;
		bottom: -24px;
	}

	.footer-credits.left {
		display: none;
	}

	.mute-icon {
		display: block;
		position: fixed;
		right: 90px;
		z-index: 2;
		cursor: pointer;
		bottom: 30px;
		left: calc(50% - 10px);
		top: auto;
	}

	.image-preview-overlay img {
		max-width: 85vh;
	}

	.collection-gallery-wrapper {
		flex-wrap: wrap;
	}

	.logoContainer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
	}

	.hamContainer {
		top: 26px;
	}

	.menulogoContainer {
		padding: 15px 60px;
		align-items: center;
		display: flex;
		justify-content: flex-start;
	}

	.menulogoContainer.injiri-header {

		left: 0px;
		background: #ffffff;
	}

	.menulogoContainer.injiri-header.injiri-header-home {
		background: transparent;
	}

	.menulogoContainer>.menu-menu-1-container {
		left: 30px;
	}

	.menulogoContainer .menus {
		display: none;
	}

}

.swiper-pagination-switch::after {
	/* content: "1"; */
	position: absolute;
	font-family: Gentium basic;
	font-size: 14px;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 10px;
	width: 10px;
	transition: .3s;
	color: #fff;
}

.swiper-pagination-switch,
.su-slider.home-slider .su-slider-pagination span,
.su-slider .su-slider-pagination span.swiper-visible-switch {
	background-color: transparent !important;
}

.su-slider .su-slider-pagination span.swiper-visible-switch::after {
	color: #000;
}

.swiper-pagination-switch:first-child::after {
	content: '1';
}

.swiper-pagination-switch:nth-child(2)::after {
	content: '2';
}

.swiper-pagination-switch:nth-child(3)::after {
	content: '3';
}

.swiper-pagination-switch:nth-child(4)::after {
	content: '4';
}

.swiper-pagination-switch:nth-child(5)::after {
	content: '5';
}

.swiper-pagination-switch:nth-child(6)::after {
	content: '6';
}

@media only screen and (max-width:767px) {
	.footer-credits.right {
		display: none;
	}

	.footer-credits.left {
		display: inline-block;
		margin: 0px;
		bottom: 0px
	}

	.prev-image-arrow,
	.next-image-arrow {
		display: block;
	}


	#icon-unmute {
		height: 21px;
	}

	#icon-mute {
		height: 19px;
	}

	/* .su-slider.home-slider{
		display: block;
	} */
	#home-video {
		/* display: none; */
		object-position: 62% 50%;
	}

	.menulogoContainer {
		padding: 15px 30px;
	}

	.stockist-close.fixed {
		right: 30px;
		top: 70px;
	}

	.techInternal {
		flex-direction: column;
	}

	.techInternal .techText,
	.techInternal .techImg {
		width: 100%
	}

	.techInternal:nth-child(even) .techImg {
		order: 1;
	}

	.techInternal:nth-child(even) .techText {
		order: 2;
	}

	.technique-item .gallery-columns-1 .gallery-item,
	.technique-item .gallery-columns-2 .gallery-item,
	.technique-item .gallery-columns-3 .gallery-item,
	.technique-item .gallery-columns-4 .gallery-item,
	.technique-item .gallery-columns-5 .gallery-item,
	.technique-item .gallery-columns-6 .gallery-item,
	.technique-item .gallery-columns-7 .gallery-item {
		width: 50%;
		max-width: 50%;
		margin-right: 50%;
	}

	.technique-item .gallery-item img {
		width: 100%;
	}

	/* collection page mobile */
	.collection-info-container {
		display: flex;
		flex-direction: column;
	}

	.collection-info-container .injiri-description {
		order: 3;
		margin-top: 50px;
	}

	.collection-info-container .injiri-caption,
	.injiri-caption {
		order: 1;
		margin-top: 0px;
		margin-bottom: 28px;
	}

	.collection-info-container .collection-gallery-wrapper {
		margin: 0px -4px;
		display: flex;
		order: 2;
	}

	.placeholder-image-block {
		margin-bottom: 18px;
	}

	/* collection page mobile */


	.visible-mobile {
		display: flex;
	}

	.hidden-mobile {
		display: none;
	}

	.collection-set-list {
		margin-left: 0px;
	}

	.injiri-wrapper {
		padding: 90px 30px 60px 30px;
	}

	.mobileMenusContainer.dark.open .menu-item>a:hover {
		color: #a0a0a0;
	}

	.footerContainer {
		padding: 120px 30px 60px 30px;
	}



	.threeHundredFive {
		position: unset;
	}

	.footer-sections {
		flex-direction: column-reverse;
	}

	.footer-sections>#footer-sidebar3 {
		align-items: flex-start;
	}

	/* contact form mobile */
	.wpcf7-form label {
		flex-direction: column;
	}

	.wpcf7-form label span.contact-name,
	.wpcf7-form label span.contact-number {
		margin: 0px;
	}

	.wpcf7-form label span.contact-name {
		margin-bottom: 25px;
	}

	div.wpcf7-response-output {
		margin: 0px;
	}

	.collection-set-image.v2 {
		width: 100%;
		max-width: 100%;
		position: relative;
		padding: 0px;
		height: calc(100vh - 200px);
	}

	.collection-set-list.v3.v2 {
		margin: 0px;
		text-align: center;
	}

	.collection-set-list.v3.v2>.injiri-list {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 28px;
	}

	.collection-set-list.v3.v2>.injiri-list>.injiri-list-item {
		display: none;
	}

	.collection-set-list.v3.v2>.injiri-list>.injiri-list-item.active {
		display: block;
	}

	.collection-set-list.v3.v2>.injiri-list .injiri-list-item.active .injiri-list-link {
		color: #000000;
		margin: 0px;
		line-height: 13px;
	}

	.collection-set-list.v3.v2 .post-links-arrows:hover {
		border-color: #000;
	}

	.mobile-collection-arrows {
		width: 12px;
		height: 12px;
		align-items: center;
		position: absolute;
	}

	.mobile-collection-arrows.left {
		left: 0px;
	}

	.mobile-collection-arrows.right {
		right: 0px;
	}

	#home-fallback-image {
		display: none;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	/* .menulogoContainer {
		left: 60px;
		max-width: calc((100% - 120px)/6 - 11px);
	} */
	/* .menulogoContainer > .menu-menu-1-container{
		left: 60px;
	} */
	.injiri-wrapper {
		padding: 120px 60px 60px 60px;
	}

	.footerContainer {
		padding: 120px 60px 60px 60px;
	}

	.stockist-close.fixed {
		right: calc(33.33% + 24px)
	}

	.hamContainer {
		right: 60px;
	}

	.collection-set-image.v2 {
		max-width: calc(58.33% + 4px);
		height: calc(100vh - 64px);
		top: 64px;
		left: 60px;
		margin: 0px -6px;
	}

	.collection-set-list.v3.v2 {
		margin-left: 75%;
	}
}

/* For Responsiveness */