/*!
Theme Name: samuel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: samuel
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

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

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #FFFFFF;
}

a:hover,
a:focus,
a:active {
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}

a:focus {
	outline: none;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 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%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

.main-slider.slick-initialized.slick-slider .slick-list.draggable {
	height: auto !important;
}

/*.fancybox-container {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s, transform 0.3s;
}
.fancybox-container.fancybox-is-open {
    opacity: 1;
    transform: scale(1);
}*/
/*Video elements Hide*/
video::-webkit-media-controls {
	display: none !important;
}

video::-webkit-media-controls-enclosure {
	display: none !important;
}

video::-webkit-media-controls-panel {
	display: none !important;
}

video::-webkit-media-controls-play-button {
	display: none !important;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* ============================================================================================================================================================================================================ */



/* Fonts
--------------------------------------------- */
/* T-Star Pro Font family */
@font-face {
	font-family: 'T-Star Pro';
	src: url('assets/fonts/t-star-pro/T-StarPro-Bold.eot');
	src: url('assets/fonts/t-star-pro/T-StarPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/t-star-pro/T-StarPro-Bold.woff2') format('woff2'),
		url('assets/fonts/t-star-pro/T-StarPro-Bold.woff') format('woff'),
		url('assets/fonts/t-star-pro/T-StarPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'T-Star Pro';
	src: url('assets/fonts/t-star-pro/T-StarPro-Regular.eot');
	src: url('assets/fonts/t-star-pro/T-StarPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/t-star-pro/T-StarPro-Regular.woff2') format('woff2'),
		url('assets/fonts/t-star-pro/T-StarPro-Regular.woff') format('woff'),
		url('assets/fonts/t-star-pro/T-StarPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Plus Jakarta Sans Font family */
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.eot');
	src: url('assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.woff2') format('woff2'),
		url('assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.woff') format('woff'),
		url('assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


/* Common CSS
--------------------------------------------- */
body {
	position: relative;
	background: #1C1C1C;
	font-family: 'T-Star Pro';
}

/* heading */

h1 {
	font: normal normal bold 258px/223px T-Star Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}

h2 {
	font: normal normal bold 24px/34px T-Star Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}

h3 {
	font: normal normal bold 16px/22px T-Star Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}

p {
	font: normal normal normal 16px/32px Plus Jakarta Sans;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
}

a {
	font: normal normal bold 16px/22px T-Star Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 225px;
		line-height: 194px;
	}
}

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 104px;
		line-height: 90px;
	}

	h2 {
		font-size: 18px;
		line-height: 26px;
	}

	h3 {
		font-size: 14px;
		line-height: 20px;
	}

	p {
		font-size: 12px;
		line-height: 24px;
	}

	a {
		font-size: 14px;
		line-height: 20px;
	}

	/* default-page */
	.iwt-default-page .entry-content ul li,
	.iwt-default-page .entry-content ul li a {
		font-size: 12px;
		line-height: 24px;
	}

}

/** Loadbar CSS start here **/
.iwt-loadbar {
	position: fixed;
	z-index: 1000;
	width: 0%;
	height: 3px;
	background-color: #fff;
	top: 0;
	left: 0;
}

/** Loadbar CSS end here **/
/** Default page CSS start here **/
.iwt-default-page {
	position: relative;
	padding: 50px 0px 0px;
	margin: 0px;
}

.iwt-default-page p>a,
.iwt-default-page li>a {
	text-decoration: underline;
}

.iwt-default-page .entry-content {
	margin-top: 300px;
	border-bottom: 1px solid #ffffff1a;
	background-color: #1C1C1C;
}

.iwt-default-page .entry-content h2 {
	margin-bottom: 20px;
}

.iwt-default-page .entry-header {
	margin-bottom: 0;
	position: fixed;
	top: 168px;
	z-index: -1;
}

.iwt-default-page .entry-header h1 {
	margin: 0;
	font-size: 13.65vw;
}

.iwt-default-page .entry-content h3,
.iwt-default-page .entry-content h4,
.iwt-default-page .entry-content h5,
.iwt-default-page .entry-content h6 {
	margin-bottom: 10px;
}

.iwt-default-page .entry-content p {
	margin-bottom: 25px;
}

.iwt-default-page .entry-content ul {
	margin: 0 0 1.5em 2em;
}

.iwt-default-page .entry-content ul li {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
	font: normal normal normal 16px/32px Plus Jakarta Sans;
}

.iwt-default-page .entry-content ul li a {
	text-transform: none;
	font-family: Plus Jakarta Sans;
}

.privacy-policy.page-template-default .iwt-samuel-insta-sec {
	display: none;
}

/** Default page CSS end here **/
/** 404 Page CSS start here **/
.not-found h1 {
	margin-bottom: 60px;
	margin-top: 0;
	font-size: 10.5vw;
	line-height: 1;
}

.not-found h2 {
	margin-bottom: 10px;
}

.not-found p {
	margin-bottom: 20px;
}

.not-found {
	height: auto;
	min-height: calc(100vh - 336px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.not-found .cell {
	padding: 100px 0px;
}

.not-found .cell a:after {
	bottom: -5px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.not-found .cell a:hover:after {
	width: 100%;
	left: 0;
}

.error404 .iwt-samuel-insta-sec {
	display: none;
}

.error404 .site-footer {
	border-top: 1px solid #ffffff1a;
	padding: 90px 0px;
	margin: 0 102px;
}

/** 404 Page CSS end here **/

/* Common container */

body .grid-container {
	max-width: 1716px;
	padding-right: 0;
	padding-left: 0;
	width: calc(100% - 204px);
	margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
	body .grid-container {
		padding-right: 42px;
		padding-left: 42px;
	}
}

@media only screen and (max-width: 767px) {
	body .grid-container {
		padding-right: 25px;
		padding-left: 25px;
	}
}


/* Header */

header.site-header {
	padding: 37px 0;
}

.iwt-main-header-area {
	padding: 0 102px;
	display: flex;
	justify-content: flex-end;
}

.iwt-left-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 102px;
	border-right: 1px solid #ffffff1a;
	height: 100%;
	z-index: 3;
	padding-top: 23px;
	background-color: #1c1c1c;
}

.iwt-left-header a {
	display: flex;
	justify-content: center;
}

.iwt-left-header a img {
	width: 58px;
	height: 58px;
}

.iwt-middle-header {
	max-width: 265px;
	padding: 0 48px;
	border-left: 1px solid #fff;
}

.iwt-middle-header h3 {
	margin-bottom: 0px;
}

.iwt-right-header {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	width: 102px;
	border-left: 1px solid #ffffff1a;
	height: 100%;
	z-index: 2;
	background-color: #1c1c1c;
}

.iwt-reseaux-sociaux {
	width: 102px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ffffff1a;
}

.iwt-samuel-menu {
	height: 100%;
	padding-top: 80px;
}

.menu-header-menu-container {
	display: flex;
	justify-content: center;
}

.header-menu {
	margin: 0;
	display: flex;
	gap: 74px;
	list-style-type: none;
	align-items: center;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
}

.header-menu .menu-item.current_page_item a::after {
	height: 100%;
	top: 0%;
}

.header-menu .menu-item a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: -5px;
	content: "";
	display: block;
	top: 50%;
	position: absolute;
	background: #fff;
	transition: height 0.3s ease 0s, top 0.3s ease 0s;
	width: 1px;
	height: 0px;
}

.header-menu .menu-item a:hover:after {
	height: 100%;
	left: -5px;
	top: 0;
}

/* Footer */

footer.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 65px;
	padding: 90px 102px;
	background-color: #1C1C1C;
}

.iwt-footer-tel,
.iwt-footer-mail,
.iwt-copyright {
	width: calc((100% - 130px) / 3);
}

.iwt-footer-tel p,
.iwt-footer-mail p,
.iwt-copyright p {
	margin-bottom: 0px;
}

.iwt-copyright p {
	font: normal normal bold 12px/16px T-Star Pro;
	color: #FFFFFF;
	text-transform: uppercase;
}

.iwt-footer-tel p a,
.iwt-footer-mail p a {
	font-size: 24px;
	line-height: 34px;
}

.iwt-footer-tel p a:after,
.iwt-footer-mail p a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: -5px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.iwt-footer-tel p a:hover:after,
.iwt-footer-mail p a:hover:after {
	width: 100%;
	left: 0;
}


/* Top banner */
.iwt-main-title-sec .iwt-main-title {
	position: fixed;
	top: 402px;
	z-index: -1;
}

.iwt-main-title h1 {
	margin: 0 0 65px;
	letter-spacing: -4px;
	font-size: 13.438vw;
	line-height: 0.865;
}

.iwt-site-wrapper .iwt-banner-section {
	/* padding: 314px 0 90px; */
	padding: 572px 0 90px;
	position: relative;
}

.iwt-site-wrapper .iwt-banner-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background-color: #1C1C1C;
	z-index: -1;
}

.iwt-main-image {
	position: relative;
	padding-top: 51.7%;
}

.iwt-main-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.iwt-main-link {
	margin-top: 45px;
	text-align: end;
}

.iwt-main-link a {
	position: relative;
	padding-right: 93px;
	margin-right: 40px;
}

.iwt-main-link a::after {
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #ffffff;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	transform: translate(0, -50%);
}

.iwt-main-link a::before {
	position: absolute;
	top: 50%;
	right: 25px;
	background-color: rgb(255, 255, 255, 13%);
	width: 50px;
	height: 1px;
	content: "";
	transform: translate(0, -50%);
}

/* Propos section */

.iwt-site-wrapper .iwt-propos-section {
	padding: 90px 0 115px;
	background-color: #1c1c1c;
}

.home .iwt-site-wrapper .iwt-propos-section {
	padding: 90px 0 230px;
}

.iwt-propos-title h2 {
	font-family: "T-Star Pro";
	font-weight: 700;
	font-style: normal;
	margin-bottom: 80px;
	font-size: 16.25vw;
	line-height: 0.872;
	padding-left: 2.4%;
}

.iwt-propos-title h2 span {
	display: block;
	text-align: end;
	-webkit-text-stroke: 1px #707070;
	color: transparent;
	z-index: 1;
	position: relative;
	letter-spacing: -2px;
}

.iwt-propos-image {
	position: relative;
	max-width: 538px;
	margin: -48.1% auto 0;
	/* padding-top: 92.8%; */
	padding-top: 796px;
	overflow: hidden;
}

.iwt-propos-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: top;
	scale: 2;
}

.iwt-propos-intro {
	max-width: 540px;
	margin: 0 auto 45px;
}

.iwt-propos-text {
	max-width: 540px;
	margin: 0 auto;
}

.iwt-propos-intro h2,
.iwt-propos-text p {
	margin-bottom: 0px;
}


/* instagram slider */

.sb_instagram_header {
	display: none;
}

.home .iwt-samuel-insta-sec {
	padding: 0;
	background: transparent linear-gradient(180deg, #1C1C1C00 0%, #1C1C1C 18%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
	z-index: 2;
	position: relative;
}

.home .iwt-samuel-insta-sec .grid-x {
	background-color: #1C1C1C;
}

.iwt-samuel-insta-sec {
	padding: 115px 0 0;
	background: transparent linear-gradient(180deg, #1C1C1C00 0%, #1C1C1C 18%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}

.iwt-samuel-insta-sec .iwt-title h2 {
	margin-bottom: 0px;
}

.sbi {
	padding: 0 !important;
	margin-top: -25px !important;
}

.iwt-samuel-insta-sec .slick-slider {
	padding: 75px 0 0 !important;
	overflow: hidden;
}

.iwt-samuel-insta-sec .slick-slider .slick-list {
	margin: 0 -24px;
}

.iwt-samuel-insta-sec .slick-slider .slick-slide {
	padding: 0 24px;
}

.iwt-samuel-insta-sec .slick-next,
.iwt-samuel-insta-sec .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.iwt-samuel-insta-sec .slick-next {
	right: 25px;
}

.iwt-samuel-insta-sec .slick-prev {
	left: auto;
	right: 110px;
}

.iwt-samuel-insta-sec .slick-arrow {
	top: 5px;
	bottom: auto;
}

.iwt-samuel-insta-sec .slick-next:before {
	background-image: url(./assets/images/arrow-right.svg);
	filter: brightness(0) invert(1);
}

.iwt-samuel-insta-sec .slick-prev:before {
	background-image: url(./assets/images/arrow-left.svg);
	filter: brightness(0) invert(1);
}

.iwt-samuel-insta-sec .slick-arrow:before {
	content: "";
	position: absolute;
	background-size: contain;
	height: 24px;
	width: 33px;
	background-repeat: no-repeat;
}

/* mobile menu */

.mobile-menu-icon {
	display: flex;
	align-items: center;
	/* position: fixed;
	z-index: 11;
	top: 23px;
	right: 42px; */
	width: 60px;
	height: 60px;
}

.mobile-menu-icon a.hamburger-icon {
	padding: 7px;
	width: 60px;
	height: 60px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 100%;
}

.mobile-menu-icon .line {
	width: 28px;
	height: 2px;
	background: #1c1c1c;
	border-radius: 10px;
	margin-bottom: 7px;
	opacity: 1;
	transition: all 0.3s ease;
}

.mobile-menu-icon .line:last-child {
	margin-bottom: 0;
}

.mobile-menu-icon .active .line:first-child {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 3px 11px;
	transform: rotate(45deg);
	transform-origin: 4px 5px;
}

.mobile-menu-icon .active .line:nth-child(2) {
	opacity: 0;
}

.mobile-menu-icon .active .line:last-child {
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 5px -3px;
	transform: rotate(-45deg);
	transform-origin: 2px -4px;
}

.iwt-res-menu {
	background: #1c1c1c 0% 0% no-repeat padding-box;
	height: 100vh;
	overflow-x: auto;
	padding: 60px 60px 100px;
	position: fixed;
	left: 100%;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	transition: left 0.8s cubic-bezier(0, 0, 0, 1);
	/* transition: top 1s cubic-bezier(.90, 0, .90, 1); */
	align-items: center;
}

.iwt-res-menu.open {
	left: 0;
}

/* Realisations page CSS start here */

.iwt-realisations-sec h1 span {
	display: block;
	-webkit-text-stroke: 1px #707070;
	color: transparent;
	z-index: 1;
	position: relative;
	margin-left: -20px;
}

.iwt-realisations-sec h1 {
	font-size: 16vw;
	line-height: 0.872;
	margin: 0;
	position: fixed;
	top: 426px;
	left: 102px;
	/* top: 34.5%; */
	z-index: -1;
}

/* Dropdown filters */

.iwt-filters-btn {
	display: flex;
	align-items: center;
	gap: 70px;
	padding-bottom: 70px;
}

.iwt-dropdown-filters {
	display: flex;
	align-items: center;
	gap: 48px;
	padding-top: 83px;
	padding-bottom: 62px;
	padding-left: 8.217%;
}

.iwt-dropdown-filters select {
	min-width: 249px;
	background-color: #1c1c1c;
	border-width: 0px 0px 1px 0;
	font: normal normal bold 16px / 22px T-Star Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 20px 0px 0px;
	background-image: none;
}

.iwt-dropdown-filters .iwt-filter-taille,
.iwt-dropdown-filters .iwt-filter-visibility,
.iwt-dropdown-filters .iwt-filter-matiere {
	position: relative;
}

.iwt-dropdown-filters .iwt-filter-taille::after,
.iwt-dropdown-filters .iwt-filter-visibility::after,
.iwt-dropdown-filters .iwt-filter-matiere::after {
	content: "";
	position: absolute;
	background-image: url(./assets/images/down-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 12px;
	top: 50%;
	transform: translate(0px, -50%) rotate(90deg);
	right: 0;
}

.iwt-dropdown-filters select:focus {
	box-shadow: none;
	outline: none;
}

.iwt-dropdown-filters button#iwt_resetFilters {
	font: normal normal bold 16px / 22px T-Star Pro;
	background-color: transparent;
	color: #ffffff;
	border: 0;
	padding: 0 0 0 25px;
	position: relative;
	cursor: pointer;
}

.iwt-dropdown-filters button#iwt_resetFilters::before {
	content: "";
	position: absolute;
	background-image: url(./assets/images/reset.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	top: 6px;
	left: 0;
}

.iwt-dropdown-filters button#iwt_resetFilters::after {
	bottom: -5px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.iwt-dropdown-filters button#iwt_resetFilters:hover::after {
	width: 100%;
	left: 0;
}

/* gallery images */

.grid-x.iwt-filter-results {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 55px 48px;
	padding: 658px 0 170px;
}

.grid-x.iwt-filter-results .cell {
	width: calc((100% - 96px) / 3);
	height: 100%;
}

.grid-x.iwt-filter-results .cell:nth-child(3n+2) {
	margin-top: -298px;
}

.grid-x.iwt-filter-results .cell:nth-child(3n+1) {
	margin-top: -596px;
}

.iwt-gallery-image-box:hover {
	transition: all 0.5s ease-in-out;
}

.iwt-gallery-image-box a {
	padding-top: 100%;
	position: relative;
	display: block;
}

.iwt-gallery-image-box a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.iwt-gallery-image-box a .iwt-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: #000000;
	transition: all 0.5s ease-in-out;
}

.iwt-video .iwt-gallery-video {
	height: 100% !important;
	width: 100% !important;
}

/* Realisations page CSS end here */

/* Fancybox css start here */

.fancybox-container .fancybox-stage {
	display: flex;
	align-items: center;
}

.fancybox-container,
.fancybox-bg,
.fancybox-content {
	background-color: #1c1c1c;
}

.fancybox-content {
	width: 100%;
	padding: 50px;
}

.fancybox-button svg path {
	color: #fff;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close {
	background-color: #343434;
	width: 56px;
	height: 56px;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close svg path {
	fill: white;
	opacity: 0.8;
}

.fancybox-slide--html .fancybox-close-small,
.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--zoom {
	/* background-color: #343434;
	width: 66px;
	height: 66px;
	position: fixed; */
	display: none;
}

.fancybox-slide--html {
	padding: 0;
}

.slider-sec {
	max-width: 900px;
	margin: 0 auto
}

.main-image-container {
	/* position: relative; */
	/* padding-top: 556px; */
	/* padding-top: 94.883%; */
	height: 100%;
	/* max-height: 556px; */
	/* max-width: 586px; */
	margin: 0 auto;
	/* margin: 0 auto 16px; */
}

.main-image-container img {
	/* position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%; */
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 600px;
}

.main-slider .slick-list .slick-slide {
	height: 0;
	transition: all 0.5s ease-in-out;
	animation: fadeIn .3s ease-in forwards;
}

.main-slider .slick-list .slick-slide.slick-current {
	height: 100%;
	transition: all 0.5s ease-in-out;
}

.main-image-container p {
	bottom: -16px;
	position: absolute;
	margin-bottom: 0px;
	font: normal normal bold 8px/12px T-Star Pro;
	display: none;
}

.thumb-slider {
	margin-top: 30px;
}

.thumb-slider .slick-list {
	max-width: 369px;
	margin: 0 auto;
}

.thumb-slider .slick-track {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	line-height: 1;
}

.thumb-slider .slick-track .slick-slide {
	padding: 0 15px;
	flex: 0 0 123px;
	max-width: 123px;
}

.thumb-slider .slick-track .slick-slide .thumb-slider-image {
	width: 93px;
	height: 88px;
	object-fit: cover;
}

.thumb-slider .slick-arrow {
	padding: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.thumb-slider .slick-arrow:focus {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	outline: none;
}

.thumb-slider .slick-arrow.slick-prev {
	left: 0;
}

.thumb-slider .slick-arrow.slick-next {
	right: 0;
}

/* .fancybox-slide .gallery-slider {
	max-width: 586px;
	margin: 65px auto 0;
	padding: 0px 108px;
}

.fancybox-slide .gallery-slider .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-slide .gallery-slider .slick-track .slick-slide {
	width: 123px !important;
	height: 88px;
	padding: 0 15px;
}

.fancybox-slide .gallery-slider .slick-slide img {
	object-fit: cover;
	height: 88px;
	width: 93px;
} */

.fancybox-content .iwt-title-des {
	position: absolute;
	top: 75px;
	left: 100px;
	max-width: 230px;
}

.fancybox-content .iwt-title-des h2,
.fancybox-content .iwt-title-des p {
	font: normal normal bold 16px / 22px T-Star Pro;
	margin-bottom: 0px;
}

.fancybox-content .iwt-title-des h2 {
	margin-bottom: 30px;
}

/* .fancybox-slide .gallery-slider .slick-next,
.fancybox-slide .gallery-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	height: 24px;
	width: 33px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.fancybox-slide .gallery-slider .slick-prev {
	left: 0;
}

.fancybox-slide .gallery-slider .slick-next {
	right: 0;
}

.fancybox-slide .gallery-slider .slick-arrow:before {
	content: "";
	position: absolute;
	background-size: contain;
	height: 24px;
	width: 33px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fancybox-slide .gallery-slider .slick-prev:before {
	background-image: url(./assets/images/arrow-left.svg);
	filter: brightness(0) invert(1);
}

.fancybox-slide .gallery-slider .slick-next:before {
	background-image: url(./assets/images/arrow-right.svg);
	filter: brightness(0) invert(1);
} */

.fancybox-container.fancybox-is-open {
	/* animation-name: zoomOut; */
	/* animation-duration: 1s; */
	opacity: 0; /* Start with 0 opacity */
	animation: fadeIn .5s ease-in forwards;
}
@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

.fancybox-container {
	/* animation-name: zoomIn; */
	/* animation-duration: 0.5s; */
	animation: fadeOut .5s ease-in forwards;

}
@keyframes fadeOut {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}

.fancybox-container::-webkit-scrollbar,
.fancybox-content::-webkit-scrollbar,
.fancybox-stage::-webkit-scrollbar,
.fancybox-slide::-webkit-scrollbar {
	display: none;
}

@keyframes zoomOut {
	from {
		transform: scale(0.1);
	}

	to {
		transform: scale(1);
	}
}

@keyframes zoomIn {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0);
	}
}

/* Fancybox css end here */

/* Contact page CSS start here */

.iwt-contact-title-sec .iwt-contact-title {
	position: fixed;
	top: 118px;
	left: 102px;
	z-index: -1;
}

.iwt-contact-title-sec .iwt-contact-title h1 {
	font-size: 25.45vw;
	line-height: 1;
	margin: 0;
}

.iwt-contact-title-sec .iwt-contact-title h1 span {
	display: block;
	-webkit-text-stroke: 1px #707070;
	color: transparent;
	margin-left: -30px;
}

.iwt-contact-section {
	padding: 190px 0px 100px;
}

.iwt-contact-section .grid-x {
	align-items: center;
}

.iwt-contact-img {
	position: relative;
	padding-top: 796px;
	max-width: 538px;
	margin: 0 auto;
}

.iwt-contact-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.iwt-contact-detail {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	/* margin-top: 100px; */
}

.iwt-contact-1 {
	flex: 0 0 246px;
	max-width: 246px;
}

.iwt-contact-2 {
	flex: 0 0 246px;
	max-width: 246px;
}

.iwt-contact-2 .iwt-c-adresse {
	max-width: 196px;
}

.iwt-c-name p,
.iwt-c-mail p,
.iwt-c-telephone p,
.iwt-c-adresse p {
	font: normal normal bold 16px/25px T-Star Pro;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.iwt-c-mail p a,
.iwt-c-telephone p a,
.iwt-c-link a {
	font: normal normal bold 16px/25px T-Star Pro;
	color: #FFFFFF;
}

.iwt-c-link a {
	padding-right: 54px;
}

.iwt-c-link a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	height: 15px;
	width: 33px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(./assets/images/arrow-right.svg);
	filter: brightness(0) invert(1);
}

.iwt-c-mail p a::after,
.iwt-c-telephone p a::after,
.iwt-c-link a::after {
	bottom: -5px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.iwt-c-mail p a::after,
.iwt-c-telephone p a::after {
	bottom: -2px;
}

.iwt-c-mail p a:hover::after,
.iwt-c-telephone p a:hover::after,
.iwt-c-link a:hover::after {
	width: 100%;
	left: 0;
}

.page-template-contact .iwt-footer-tel p,
.page-template-contact .iwt-footer-mail p {
	display: none;
}

/* Contact page CSS end here */

/* cookies block */
.cky-consent-container .cky-consent-bar {
	background: #1c1c1c !important;
	color: #ffffff !important;
}

.cky-notice .cky-title {
	color: #ffffff !important;
	font: normal normal bold 24px / 34px T-Star Pro !important;
}

.cky-notice-des {
	color: #ffffff !important;
	font: normal normal normal 16px / 24px Plus Jakarta Sans !important;
}

.cky-btn-accept {
	font: normal normal bold 16px / 24px T-Star Pro !important;
	color: #1c1c1c !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.cky-btn-reject,
.cky-btn-customize {
	font: normal normal bold 16px / 24px T-Star Pro !important;
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

#iwt-loader {
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1c1c;
    height: 100%;
	/* opacity: 0; Start with 0 opacity */
	/* animation: fadeIn 1s ease-in forwards; */
}
@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
#iwt-loader .iwt-inner-loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #000;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
}

#iwt-loader .iwt-inner-loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("./assets/images/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fancybox-content {
	opacity: 0;
}
.fancybox-content.active {
	opacity: 1;
}
.iwt-gallery-image-box .iwt-play-icon{
	display: none;
}
.iwt-gallery-image-box .iwt-play-icon {
    max-width: 56px;
}
.iwt-gallery-image-box .iwt-play-icon img{
	max-width: 100%;
    min-width: auto;
    min-height: auto;
    bottom: 25px;
    top: auto;
    left: 20px;
	cursor: pointer;
}



/* Responsive CSS */
@media only screen and (max-width: 1620px) and (min-width: 1441px) {
	.iwt-site-wrapper .iwt-banner-section {
		padding: 520px 0 90px;
	}

	.iwt-main-title h1 {
		font-size: 13.2vw;
	}

	.iwt-propos-image img {
		scale: 1.5;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 24.3vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -20px;
	}

	.iwt-default-page .entry-header h1 {
		font-size: 13.35vw;
	}

	.slider-sec {
		max-width: 750px;
	}

	.main-image-container img {
		max-height: 556px;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1301px) {
	.iwt-main-title-sec .iwt-main-title {
		top: 252px;
	}

	.iwt-site-wrapper .iwt-banner-section {
		padding: 340px 0 90px;
	}

	.iwt-main-title h1 {
		font-size: 12.9vw;
	}

	.iwt-propos-section .grid-x {
		margin: 0 -25px;
	}

	.iwt-propos-section .grid-x .cell {
		padding: 0 25px;
	}

	.iwt-propos-image img {
		scale: 1;
	}

	.iwt-site-wrapper .iwt-propos-section {
		padding: 90px 0 85px;
	}

	.home .iwt-site-wrapper .iwt-propos-section {
		padding: 90px 0 170px;
	}

	.iwt-samuel-insta-sec {
		padding: 85px 0 0;
	}

	.iwt-realisations-sec h1 {
		font-size: 15vw;
		top: 340px;
	}

	.iwt-realisations-sec h1 span {
		margin-left: -10px;
	}

	.iwt-dropdown-filters {
		padding-top: 70px;
		padding-bottom: 42px;
	}

	.grid-x.iwt-filter-results {
		padding: 494px 0 110px;
		gap: 45px 38px;
	}

	.grid-x.iwt-filter-results .cell {
		width: calc((100% - 76px) / 3);
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+1) {
		margin-top: -432px;
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+2) {
		margin-top: -216px;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 24.1vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -20px;
	}

	.iwt-contact-detail {
		gap: 43px;
		padding-left: 40px;
	}

	.iwt-contact-1,
	.iwt-contact-2 {
		flex: 0 0 196px;
		max-width: 196px;
	}

	.iwt-default-page .entry-header h1 {
		font-size: 13.15vw;
	}

	.slider-sec {
		max-width: 600px;
	}

	.main-image-container img {
		max-height: 500px;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {

	.iwt-main-title-sec .iwt-main-title {
		top: 230px;
	}

	.iwt-site-wrapper .iwt-banner-section {
		padding: 300px 0 70px;
	}

	.iwt-main-title h1 {
		font-size: 12.8vw;
	}

	.iwt-site-wrapper .iwt-propos-section {
		padding: 70px 0 65px;
	}

	.home .iwt-site-wrapper .iwt-propos-section {
		padding: 70px 0 130px;
	}

	.iwt-samuel-insta-sec {
		padding: 65px 0 0;
	}

	.iwt-propos-section .grid-x {
		margin: 0 -20px;
	}

	.iwt-propos-section .grid-x .cell {
		padding: 0 20px;
	}

	.iwt-propos-image {
		padding-top: 130%;
	}

	.iwt-propos-image img {
		scale: 1;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-list {
		margin: 0 -14px;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-slide {
		padding: 0 14px;
	}

	footer.site-footer {
		padding: 50px 102px;
	}

	.iwt-realisations-sec h1 {
		font-size: 15vw;
		top: 300px;
	}

	.iwt-realisations-sec h1 span {
		margin-left: -10px;
	}

	.iwt-dropdown-filters {
		padding-top: 50px;
		padding-bottom: 22px;
		padding-left: 10px;
		gap: 28px;
	}

	.grid-x.iwt-filter-results {
		padding: 407px 0 60px;
		gap: 30px 25px;
	}

	.grid-x.iwt-filter-results .cell {
		width: calc((100% - 50px) / 3);
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+1) {
		margin-top: -345px;
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+2) {
		margin-top: -172px;
	}

	.iwt-contact-section {
		padding: 150px 0px 100px;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 23.4vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -15px;
	}

	.iwt-contact-img {
		padding-top: 134%;
	}

	.iwt-contact-detail {
		gap: 43px;
		padding-left: 40px;
	}

	.iwt-contact-1,
	.iwt-contact-2 {
		flex: 0 0 196px;
		max-width: 196px;
	}

	/* fancy box */

	.fancybox-content .iwt-title-des {
		position: relative;
		top: auto;
		left: auto;
		max-width: 750px;
		margin: 0 auto 16px;
	}

	.slider-sec {
		max-width: 750px;
	}

	.main-image-container img {
		max-height: 500px;
	}

	.fancybox-content .iwt-title-des p {
		display: none;
	}

	.fancybox-content .iwt-title-des h2 {
		margin-bottom: 0px;
	}

	.iwt-default-page .entry-header h1 {
		font-size: 12.85vw;
	}

	.error404 .site-footer {
		padding: 50px 0px;
		margin: 0 102px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
	.iwt-main-title-sec .iwt-main-title {
		top: 200px;
	}

	.iwt-site-wrapper .iwt-banner-section {
		padding: 250px 0 60px;
	}

	.iwt-main-title h1 {
		font-size: 12.6vw;
	}

	.iwt-site-wrapper .iwt-propos-section {
		padding: 60px 0 60px;
	}

	.home .iwt-site-wrapper .iwt-propos-section {
		padding: 60px 0 120px;
	}

	.iwt-propos-section .grid-x {
		margin: 0 -15px;
	}

	.iwt-propos-section .grid-x .cell {
		padding: 0 15px;
	}

	.iwt-propos-image {
		padding-top: 130%;
	}

	.iwt-propos-image img {
		scale: 1;
	}

	.iwt-samuel-insta-sec {
		padding: 60px 0 0;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-list {
		margin: 0 -14px;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-slide {
		padding: 0 14px;
	}

	footer.site-footer {
		gap: 25px;
		padding: 40px 102px;
	}

	.iwt-footer-tel,
	.iwt-footer-mail,
	.iwt-copyright {
		width: calc((100% - 50px) / 3);
	}

	.iwt-realisations-sec h1 {
		font-size: 14vw;
		top: 280px;
	}

	.iwt-realisations-sec h1 span {
		margin-left: -10px;
	}

	.iwt-dropdown-filters {
		padding-top: 50px;
		padding-bottom: 22px;
		padding-left: 10px;
		gap: 20px;
	}

	.iwt-dropdown-filters select {
		min-width: 200px;
	}

	.grid-x.iwt-filter-results {
		padding: 342px 0 60px;
		gap: 20px;
	}

	.grid-x.iwt-filter-results .cell {
		width: calc((100% - 40px) / 3);
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+1) {
		margin-top: -280px;
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+2) {
		margin-top: -140px;
	}

	.iwt-contact-section {
		padding: 150px 0px 100px;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 22.5vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -15px;
	}

	.iwt-contact-img {
		padding-top: 134%;
	}

	.iwt-contact-detail {
		gap: 43px;
		padding-left: 80px;
	}

	.iwt-contact-1,
	.iwt-contact-2 {
		flex: 0 0 196px;
		max-width: 196px;
	}

	/* fancy box */
	.fancybox-content {
		padding: 54px 14px;
	}

	.fancybox-content .iwt-title-des {
		position: relative;
		top: auto;
		left: auto;
		max-width: 650px;
		margin: 0 auto 16px;
	}

	.slider-sec {
		max-width: 650px;
	}

	.main-image-container {
		/* padding-top: 456px; */
		/* max-width: 486px; */
	}

	.main-image-container img {
		max-height: 456px;
	}

	.fancybox-content .iwt-title-des p {
		display: none;
	}

	.fancybox-content .iwt-title-des h2 {
		margin-bottom: 0px;
	}

	/* default page */
	.iwt-default-page .entry-header {
		top: 150px;
	}

	.iwt-default-page .entry-header h1 {
		font-size: 12.45vw;
	}

	.iwt-default-page .entry-content {
		margin-top: 200px;
	}

	.error404 .site-footer {
		padding: 45px 0px;
		margin: 0 102px;
	}

}

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

	/* responisve body container */
	body .grid-container {
		width: 100%;
	}

	/* responisve header */
	header.site-header {
		padding: 33px 0;
	}

	.iwt-main-header-area {
		padding: 0 170px;
		justify-content: flex-start;
	}

	.iwt-left-header {
		position: fixed;
		top: 23px;
		left: 42px;
		width: 59px;
		height: 59px;
		border-right: none;
		padding-top: 0;
		z-index: 3;
		background-color: transparent;
	}

	.iwt-right-header {
		position: fixed;
		top: 23px;
		left: auto;
		right: 42px;
		width: 59px;
		height: 59px;
		border-left: none;
		z-index: 11;
		background-color: transparent;
	}

	.header-menu {
		display: flex;
		writing-mode: unset;
		transform: none;
		flex-direction: column;
		gap: 64px;
		padding: 64px 0;
	}

	.iwt-reseaux-sociaux {
		width: auto;
		height: auto;
		display: block;
		border-bottom: none;
	}

	.iwt-res-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.iwt-res-menu .header-menu .menu-item a:hover:after {
		height: 1px;
		left: 0;
		top: auto;
		bottom: -5px;
		width: 100%;
		transition: width 0.3s ease 0s, top 0.3s ease 0s;
	}

	.iwt-res-menu .header-menu .menu-item {
		width: 100%;
		text-align: center;
		position: relative;
	}

	.iwt-res-menu .header-menu .menu-item::after {
		content: "";
		position: absolute;
		bottom: -32px;
		left: 0;
		opacity: 1;
		background: rgb(255 255 255 / 11%);
		width: 0px;
		height: 1px;
	}

	.header-menu .menu-item.current_page_item a::after {
		height: 1px;
		left: 0;
		top: auto;
		bottom: -5px;
		width: 100%;
		transition: width 0.3s ease 0s, top 0.3s ease 0s;
	}

	.iwt-res-menu .header-menu .menu-item:first-child:before {
		content: "";
		position: absolute;
		bottom: auto;
		top: -32px;
		left: 0;
		opacity: 1;
		background: rgb(255 255 255 / 11%);
		width: 0px;
		height: 1px;
	}

	.iwt-res-menu.open .header-menu .menu-item::after,
	.iwt-res-menu.open .header-menu .menu-item:first-child:before {
		width: 100%;
		transition: width 2s ease-in-out, top 2s ease-in-out;
	}

	.iwt-res-copyright {
		position: absolute;
		bottom: 40px;
	}

	.iwt-res-copyright p {
		font: normal normal bold 12px/16px T-Star Pro;
		color: #FFFFFF;
		text-transform: uppercase;
		margin: 0px;
	}

	/* banner section */
	.iwt-main-title-sec .iwt-main-title {
		top: 185px;
	}

	.iwt-site-wrapper .iwt-banner-section {
		padding: 65% 0 60px;
	}

	.iwt-main-title h1 {
		margin: 0 0 40px;
		letter-spacing: 0px;
		font-size: 27.45vw;
		line-height: 0.871;
	}

	.iwt-main-image {
		padding-top: 55.71%;
	}

	.iwt-main-link {
		margin-top: 36px;
	}

	.iwt-main-link a {
		margin-right: 0px;
	}

	.iwt-site-wrapper .iwt-propos-section {
		padding: 60px 0 115px;
	}

	.home .iwt-site-wrapper .iwt-propos-section {
		padding: 60px 0 230px;
	}

	.iwt-propos-title h2 {
		margin-bottom: 0px;
		font-size: 15.49vw;
		line-height: 0.867;
	}

	.iwt-propos-image {
		max-width: 481px;
		margin: -45px 0 50px;
		padding-top: 712px;
	}

	.iwt-propos-image img {
		scale: 1.8;
	}

	.iwt-propos-intro {
		max-width: 609px;
		margin: 0 0 45px auto;
	}

	.iwt-propos-text {
		max-width: 609px;
		margin: 0 0 0 auto;
	}

	footer.site-footer {
		padding: 90px 42px 37px;
		flex-wrap: wrap;
	}

	.iwt-footer-tel,
	.iwt-footer-mail,
	.iwt-copyright {
		width: calc((100% - 65px) / 2);
	}

	.iwt-samuel-insta-sec {
		padding: 115px 0 0;
		overflow: hidden;
	}

	.iwt-samuel-insta-sec .slick-slider {
		overflow: visible;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-list {
		margin: 0 -14px;
		overflow: visible;
		clip-path: inset(-100vw -100vw -100vw 0vw);
		padding-right: 258px !important;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-slide {
		padding: 0 14px;
	}

	/* Realisations tab responsive CSS */

	.iwt-dropdown-filters {
		gap: 25px;
		padding-top: 75px;
		padding-bottom: 60px;
		padding-left: 0;
		flex-wrap: wrap;
		background-color: #1c1c1c;
	}

	.iwt-dropdown-filters .iwt-filter-taille,
	.iwt-dropdown-filters .iwt-filter-visibility,
	.iwt-dropdown-filters .iwt-filter-matiere {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.grid-x.iwt-filter-results {
		flex-direction: row;
		gap: 26px;
		padding: 215px 0 170px;
	}

	.grid-x.iwt-filter-results .cell {
		width: calc((100% - 26px) / 2);
	}

	.grid-x.iwt-filter-results .cell:nth-child(3n+1),
	.grid-x.iwt-filter-results .cell:nth-child(3n+2) {
		margin-top: 0;
	}

	.grid-x.iwt-filter-results .cell:nth-child(2n+2) {
		margin-top: -128px;
	}

	.iwt-realisations-sec h1 {
		font-size: 157px;
		line-height: 137px;
		margin: 0 -55px;
		letter-spacing: -4px;
		top: 478px;
		left: auto;
	}

	/* Contact page tab responsive CSS */

	.iwt-contact-section {
		padding: 165px 0px 100px
	}

	.iwt-contact-title-sec .iwt-contact-title {
		top: 143px;
		left: auto;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 25vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -10px;
	}

	.iwt-contact-section .grid-x {
		margin: 0 -20px;
	}

	.iwt-contact-section .grid-x .cell.iwt-img-cell {
		flex: 0 0 396px;
		max-width: 396px;
		padding: 0 20px;
	}

	.iwt-contact-section .grid-x .cell.iwt-detail-cell {
		flex: 0 0 calc(100% - 396px);
		max-width: calc(100% - 396px);
		padding: 0 20px;
	}

	.iwt-contact-img {
		padding-top: 147.8%;
	}

	.iwt-contact-detail {
		gap: 0;
		flex-direction: column;
		padding-left: 80px;
	}

	.iwt-contact-1 {
		margin-bottom: 45px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.iwt-contact-2 {
		margin-bottom: 25px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.page-template-contact .iwt-footer-tel p,
	.page-template-contact .iwt-footer-mail p {
		display: block;
	}

	/* fancybox tab responsive CSS */

	.iwt-gallery-image-box a img {
		opacity: 1 !important;
	}

	.iwt-gallery-image-box a .iwt-video {
		opacity: 0 !important;
	}

	.fancybox-content .iwt-title-des {
		position: relative;
		top: auto;
		left: auto;
		max-width: 609px;
		margin: 0 auto;
	}

	.slider-sec {
		max-width: 609px;
	}

	.fancybox-content .iwt-title-des p {
		display: none;
	}

	.fancybox-content .iwt-title-des h2 {
		margin-bottom: 10px;
	}

	.main-image-container {
		/* padding-top: 577px; */
		/* max-width: 609px; */
	}

	.main-image-container img {
		max-height: 577px;
	}

	/* default-page */
	.iwt-default-page .entry-header h1 {
		font-size: 26vw;
		line-height: 0.871;
	}

	.iwt-default-page .entry-header {
		top: 185px;
	}

	.iwt-default-page .entry-content {
		margin-top: 65%;
	}

	.error404 .site-footer {
		padding: 90px 0px 37px;
		margin: 0 42px;
	}
	.iwt-gallery-image-box .iwt-play-icon{
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.iwt-middle-header {
		display: none;
	}

	.iwt-left-header {
		left: 25px;
	}

	.iwt-right-header {
		right: 25px;
	}

	.mobile-menu-icon a.hamburger-icon,
	.mobile-menu-icon,
	.iwt-left-header a img,
	.iwt-left-header,
	.iwt-right-header {
		width: 40px;
		height: 40px;
	}

	.mobile-menu-icon .line {
		width: 18px;
		margin-bottom: 4px;
	}

	.mobile-menu-icon .active .line:first-child {
		transform-origin: 1px 5px;
	}

	.mobile-menu-icon .active .line:last-child {
		transform-origin: 3px -2px;
	}

	.iwt-main-title-sec .iwt-main-title {
		top: 180px;
	}

	.iwt-site-wrapper .iwt-banner-section {
		padding: 80.515% 0 42px;
	}

	.iwt-main-title h1 {
		margin: 0 0 40px;
		letter-spacing: 0px;
		font-size: 26.7vw;
		line-height: 0.865;
	}

	.iwt-main-image {
		padding-top: 59.42%;
		margin: 0 -25px;
	}

	.iwt-main-link {
		margin-top: 30px;
	}

	.iwt-main-link a {
		padding-right: 65px;
		margin-right: 0px;
	}

	.iwt-main-link a::before {
		width: 32px;
		right: 20px;
	}

	.iwt-site-wrapper .iwt-propos-section {
		padding: 42px 0 46px;
	}

	.home .iwt-site-wrapper .iwt-propos-section {
		padding: 42px 0 92px;
	}

	.iwt-propos-title h2 {
		font-size: 15.4vw;
		line-height: 0.9;
	}

	.iwt-propos-image {
		margin: -22px -25px 32px;
	}

	.iwt-propos-intro {
		margin: 0 0 16px auto;
	}

	.iwt-samuel-insta-sec {
		padding: 46px 0 0;
	}

	.slick-slider {
		padding: 52px 0 0 !important;
	}

	.iwt-samuel-insta-sec .slick-arrow {
		top: 6px;
	}

	.iwt-samuel-insta-sec .slick-arrow:before {
		height: 16px;
		width: 22px;
	}

	.iwt-samuel-insta-sec .slick-prev {
		right: 70px;
	}

	footer.site-footer {
		padding: 90px 25px 24px;
		gap: 0px;
	}

	.iwt-footer-tel,
	.iwt-footer-mail,
	.iwt-copyright {
		width: 100%;
	}

	.iwt-footer-tel {
		margin-bottom: 25px;
	}

	.iwt-footer-mail {
		margin-bottom: 52px;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-list {
		margin: 0 -10px;
		overflow: visible;
		clip-path: inset(-100vw -100vw -100vw 0vw);
		padding-right: 122px !important;
	}

	.iwt-samuel-insta-sec .slick-slider .slick-slide {
		padding: 0 10px;
	}

	.iwt-realisations-sec h1 {
		font-size: 76px;
		line-height: 67px;
		margin: 0 -25px;
		letter-spacing: 0;
		top: 402px;
	}

	.iwt-dropdown-filters {
		gap: 22px;
		padding-top: 65px;
		padding-bottom: 55px;
	}

	.grid-x.iwt-filter-results {
		gap: 25px;
		padding: 55px 0 150px;
	}

	.grid-x.iwt-filter-results .cell {
		width: 100%;
	}

	.grid-x.iwt-filter-results .cell:nth-child(2n+2) {
		margin-top: 0;
	}

	/* contact page mobile responsive */

	.iwt-contact-title-sec .iwt-contact-title {
		top: 90px;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 {
		font-size: 30vw;
	}

	.iwt-contact-title-sec .iwt-contact-title h1 span {
		margin-left: -40px;
	}

	.iwt-contact-section {
		padding-top: 42.532%;
		padding-bottom: 190px;
	}

	.iwt-contact-section .grid-x {
		margin: 0;
	}

	.iwt-contact-section .grid-x .cell.iwt-img-cell,
	.iwt-contact-section .grid-x .cell.iwt-detail-cell {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}

	.iwt-contact-img img {
		position: relative;
	}

	.iwt-contact-section .grid-x .cell.iwt-img-cell {
		position: relative;
	}

	.iwt-contact-img {
		padding-top: 0;
		position: absolute;
		top: 143px;
		right: -25px;
		width: 152px;
		height: 225px;
	}

	.iwt-contact-detail {
		padding-left: 0px;
	}

	.iwt-contact-1 {
		margin-bottom: 35px;
	}

	.iwt-contact-2 {
		margin-bottom: 20px;
	}

	/* fancybox mobile responsive */
	.fancybox-content {
		padding: 25px;
	}

	.fancybox-content .iwt-title-des {
		max-width: 340px;
		width: 100%;
	}

	/* .fancybox-slide--html .fancybox-close-small {
		width: 43px;
		height: 43px;
	} */
	.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close {
		width: 43px;
		height: 43px;
	}

	.main-image-container {
		/* padding-top: 340px; */
		/* max-width: 340px; */
		width: 100%;
	}

	.main-image-container img {
		max-height: 340px;
	}

	.slider-sec {
		max-width: 340px;
	}

	.slider-sec .main-slider,
	.slider-sec .thumb-slider {
		padding: 0 !important;
	}

	.main-slider .slick-list .slick-slide {
		padding-bottom: 20px;
	}

	.main-image-container p {
		bottom: 5px;
		display: block;
	}

	.thumb-slider .slick-list {
		display: none;
	}

	.iwt-gallery-image-box a img {
		opacity: 1 !important;
	}

	.iwt-gallery-image-box a .iwt-video {
		display: none;
	}

	/* default-page */
	.iwt-default-page .entry-header {
		top: 125px;
	}

	.iwt-default-page .entry-content ul li a {
		font-size: 16px;
		line-height: 32px;
	}

	.error404 .site-footer {
		padding: 90px 0px 24px;
		margin: 0 25px;
	}
}

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

	.iwt-default-page .entry-content ul li a,
	.iwt-default-page .entry-content ul li {
		font-size: 12px;
		line-height: 24px;
	}

	.iwt-default-page .entry-content ul {
		margin: 0 0 1.5em 1.5em;
	}
}

@media only screen and (max-width: 480px) {
	.iwt-propos-image {
		max-width: 249px;
		padding-top: 108.55%;
	}
}