/*
Theme Name: Interior Junkie
Theme URI: https://www.interiorjunkie.nl
Author: Fleur Glansbeek
Author URI: http://fleurglansbeek.nl
Description: A minimalistic and clean Wordpress template
Version: 1.0

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea {
	outline: 0;
}

/* FONTS */


/* font added in header.php */
/* 
@font-face {
    font-family: 'thasadith-bold';
    src: url('fonts/avocado_sans_regular-webfont.woff2') format('woff2'),
         url('fonts/avocado_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Thasadith-regular';
    src: url('fonts/avocado_sans_thin-webfont.woff2') format('woff2'),
         url('fonts/avocado_sans_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */


@font-face {
    font-family: 'mondiaregular';
    src: url('fonts/mondia-webfont.woff2') format('woff2'),
         url('fonts/mondia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mondiabold';
    src: url('fonts/mondiabold-webfont.woff2') format('woff2'),
         url('fonts/mondiabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mondialight';
    src: url('fonts/mondialight-webfont.woff2') format('woff2'),
         url('fonts/mondialight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mondiamedium';
    src: url('fonts/mondiamedium-webfont.woff2') format('woff2'),
         url('fonts/mondiamedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mondiathin';
    src: url('fonts/mondiathin-webfont.woff2') format('woff2'),
         url('fonts/mondiathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- BODY ELEMENTS --- */

body {
	background: #ffe8de;
	font-family: 'Thasadith', sans-serif;
	font-size: 20px;
	cursor: url("images/cursor.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor.png") 1x, url("images/cursor_2x.png") 2x) 20 20, pointer; /* Webkit */
}

a {
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

body.tap {
	padding-top: 200px;
}

img {
	/* filter: grayscale(100%); */
	filter: none;
}

img:hover {
	/* filter: none; */
	filter: grayscale(100%);
}

/* HEADER */

header {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: 2px solid #000;
	font-size: 20px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

header .inner {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
}

header h5 {
	font-size: 18px;
	color: #ff5122;
	letter-spacing: 4px;
	text-transform: lowercase;
	background: url(images/menu.svg) no-repeat;
	background-size: 30px auto;
	background-position: center left;
	padding-left: 46px;
	margin: 25px 0 0 0;
	float: right;
	cursor: url("images/cursor_active.png") 20 20, pointer;
    cursor: url("images/cursor_active.png") 20 20, pointer;
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer;
}

header li.widget_text {
	clear: both;
	padding-top: 25px;
}

header li#nav_menu-2 {
	float: right;
	margin-top: 25px;
	margin-right: 10%;
}

header li#nav_menu-2 li {
	float: left;
	margin: 0 15px;
}

header li#nav_menu-2 li a {
	font-size: 18px;
	color: #ff5122;
	text-transform: lowercase;
	letter-spacing: 1.25px;
}

header h1 {
	width: 100%;
	margin-top: -78px;
}

header h1 a {
	width: 100%;
	height: 0;
	padding-bottom: 20.89%;
	background: url(images/logo_desktop.png) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

header p.current-date {
	float: right;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

header .shop_menu {
	float: right;
	margin: 23px 25px 0 0;
}

header .shop_menu .amount {
	display: none;
}

header .shop_menu li {
	float: left;
	margin: 0 10px 0 0;
}

header .shop_menu li:nth-child(1) a,
header .shop_menu li a.account {
	width: 20px;
	height: 20px;
	background: url(images/account.png) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

header .shop_menu p.quantity {
    font-size: 16px;
    line-height: 26px;
    float: left;
    color: #ff5122;
    margin-left: 6px;
}

header .shop_menu a span.cart-icon {
    width: 20px;
    height: 20px;
    background: url(images/cart.png) no-repeat;
    background-size: 100% auto;
    text-indent: -99999px;
    display: inline-block;
    margin: 0 0 0 6px;
    float: left;
}

/* --- HEADER SMALL --- */

header.small {
	width: calc(100% - 100px);
	background: #ffe8de;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

header.small .current-date {
	display: none;
}

header.small h5 {
	float: right;
	margin-right: 0;
}

header.small li.widget_text {
	float: right;
	text-align: right;
}

header.small h1 {
	width: auto;
	margin: -25px 0 25px 0;
	float: left;
}

header.small h1 svg {
	display: none;
}

header.small h1 a {
	width: 170px;
	height: 117px;
	background: url(images/logo_mobile.png) no-repeat;
	background-size: 100% auto;
	display: block;
	padding: 0;
}

header.small li#nav_menu-2 {
	position: fixed;
	left: -180px;
	bottom: 230px;
	transform: rotate(-90deg);
	margin: 0;
	float: none;
}

header.small .shop_menu {
	position: absolute;
	top: 0;
	right: 180px;
	margin: 23px 0 0 0;
}

header p.search_open {
	float: right;
	width: 20px;
	height: 20px;
	background: url(images/search.png) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	margin: 24px 35px 0 0;
}

/* --- SEARCH POP --- */

.search_pop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffe8de;
	z-index: 10000000;
	display: none;
}

p.search_open {
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.search_form {
	width: calc(100% - 100px);
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

/* --- POP-UP --- */

.pop {
	width: 100%;
	height: 100vh;
	background: url(images/menu_background.jpg);
	background-size: auto 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

.pop p.close,
.search_pop p.close {
	position: absolute;
	top: 30px;
	right: 70px;
	width: 20px;
	height: 20px;
	background: url(images/close.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.pop li#nav_menu-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.pop li#nav_menu-3 li {
	font-family: 'mondiaregular';
	font-size: 70px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.pop li#nav_menu-3 li a {
	position: relative;
}

.pop li#nav_menu-3 li a::after {
	content: "";
	background: #000;
	height: 4px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .3s;
}

.pop li#nav_menu-3 li a:hover::after {
	width: 100%;
}

.pop ul#menu-sub-menu li a,
.pop ul#menu-sub-menu-1 li a {
	position: absolute;
	border-bottom: 2px solid #000;
	text-transform: lowercase;
	letter-spacing: 2px;
}

.pop ul#menu-sub-menu li:nth-child(1) a,
.pop ul#menu-sub-menu-1 li:nth-child(1) a {
	top: 30px;
	right: 150px;
}

.pop ul#menu-sub-menu li:nth-child(2) a,
.pop ul#menu-sub-menu-1 li:nth-child(2) a {
	width: auto;
	right: 22px;
	bottom: 150px;
	transform: rotate(-90deg);
}

.pop ul#menu-sub-menu li:nth-child(3) a,
.pop ul#menu-sub-menu-1 li:nth-child(3) a {
	bottom: 30px;
	left: 150px;
}

.pop li.latest a {
	position: absolute;
	border-bottom: 2px solid #000;
	text-transform: lowercase;
	letter-spacing: 2px;
	top: 150px;
	left: -38px;
	transform: rotate(90deg);
}

/* --- INTRO --- */

.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(images/background_gradient.jpg);
	background-size: auto 100%;
	z-index: 100000;
	display: none;
}

.intro .first {
	display: none;
}

.intro svg {
	width: 80%;
	position: absolute;
	top: 45%;
	left: 52%;
	transform: translate(-50%,-50%);
}

.intro h1 {
	display: none;
}

.intro h1.css-typing {
	width: 100%;
	font-size: 35px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.intro div.css-typing span:nth-child(58),
.intro div.css-typing span:nth-child(59),
.intro div.css-typing span:nth-child(60),
.intro div.css-typing span:nth-child(61),
.intro div.css-typing span:nth-child(62),
.intro div.css-typing span:nth-child(63),
.intro div.css-typing span:nth-child(64),
.intro div.css-typing span:nth-child(65),
.intro div.css-typing span:nth-child(66),
.intro div.css-typing span:nth-child(67),
.intro div.css-typing span:nth-child(68),
.intro div.css-typing span:nth-child(69),
.intro div.css-typing span:nth-child(70),
.intro div.css-typing span:nth-child(71),
.intro div.css-typing span:nth-child(72),
.intro div.css-typing span:nth-child(73),
.intro div.css-typing span:nth-child(74),
.intro div.css-typing span:nth-child(75),
.intro div.css-typing span:nth-child(76),
.intro div.css-typing span:nth-child(77),
.intro div.css-typing span:nth-child(78),
.intro div.css-typing span:nth-child(79),
.intro div.css-typing span:nth-child(80),
.intro div.css-typing span:nth-child(81),
.intro div.css-typing span:nth-child(82),
.intro div.css-typing span:nth-child(83),
.intro div.css-typing span:nth-child(84),
.intro div.css-typing span:nth-child(85),
.intro div.css-typing span:nth-child(86),
.intro div.css-typing span:nth-child(87),
.intro div.css-typing span:nth-child(88),
.intro div.css-typing span:nth-child(89),
.intro div.css-typing span:nth-child(90),
.intro div.css-typing span:nth-child(91),
.intro div.css-typing span:nth-child(92),
.intro div.css-typing span:nth-child(93),
.intro div.css-typing span:nth-child(94),
.intro div.css-typing span:nth-child(95),
.intro div.css-typing span:nth-child(96),
.intro div.css-typing span:nth-child(97),
.intro div.css-typing span:nth-child(98),
.intro div.css-typing span:nth-child(99),
.intro div.css-typing span:nth-child(100),
.intro div.css-typing span:nth-child(101),
.intro div.css-typing span:nth-child(102),
.intro div.css-typing span:nth-child(103),
.intro div.css-typing span:nth-child(104),
.intro div.css-typing span:nth-child(105),
.intro div.css-typing span:nth-child(106),
.intro div.css-typing span:nth-child(107),
.intro div.css-typing span:nth-child(108),
.intro div.css-typing span:nth-child(109),
.intro div.css-typing span:nth-child(110),
.intro div.css-typing span:nth-child(111),
.intro div.css-typing span:nth-child(112),
.intro div.css-typing span:nth-child(113),
.intro div.css-typing span:nth-child(114) {
	display: none !important;
}

/* --- HOME --- */

.slider {
	width: 100%;
	position: relative;
	margin: 50px 0;
	border-bottom: 1px solid #000;
}

.slider h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 100;
	font-family: 'mondiathin';
	font-size: 100px;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.slider .post {
	display: none;
}

.slider .post:nth-child(1) {
	display: block;
}

.slider h2 span {
	display: block;
	font-size: 30px;
}

.slider h2 strong {
	color: #fff;
}

.slider .gallery {
	width: 100%;
	height: 675px;
	position: relative;
}

.slider .gallery img {
	display: none;
}

.slider .post:nth-child(1) .gallery img {
	display: block;
}

.slider .gallery img:nth-child(1) {
	width: 25%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.slider .gallery img:nth-child(2) {
	width: 15%;
	height: auto;
	position: absolute;
	left: 20%;
	bottom: 0;
}

.slider .gallery img:nth-child(3) {
	width: 60%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.slider .heading {
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 100;
}

.slider .heading .inner {
	display: inline-block;
}

.slider .heading .categories,
.slider .heading p.date,
.slider .heading .auth {
	font-size: 24px;
	line-height: 18px;
	float: left;
}

.slider .heading .categories {
	border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 30px;
}

.slider .heading .categories a,
.blogs .heading .categories a {
	font-family: 'Thasadith', sans-serif;
    color: #b7a2ff;
    text-transform: lowercase;
    letter-spacing: 2px;
    position: relative;
}

.slider .heading .categories a::after,
.blogs .heading .categories a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.slider .heading .categories a:hover::after,
.blogs .heading .categories a:hover::after {
	width: 100%;
}

.slider h3 {
	width: 80%;
	margin: 0 auto;
	font-family: 'mondialight';
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 1px;
	padding: 25px 0;
	text-align: center;
}

.slider h3 a {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.slider h3 a:hover {
	color: #b7a2ff;
}

.slider p.slider_prev {
	position: absolute;
	left: 10px;
	width: 100px;
	height: 46px;
	background: url(images/slider_arrow_back.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.slider p.slider_prev:hover {
	left: 0;
}

.slider p.slider_next {
	position: absolute;
	right: 10px;
	width: 100px;
	height: 46px;
	background: url(images/slider_arrow.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.slider p.slider_next:hover {
	right: 0;
}

#slider_nav__container {
	display: flex;
	align-items: center;
    padding: 25px 0;
}

.blogs {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 50px 0 0 0;
}

.blogs .inner {
	width: 100%;
	display: inline-block;
}

.blogs .post {
	width: 100%;
}

.blogs .post .heading {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	padding-top: 12px;
	margin-top: -7px;
}

.blogs .post .heading .categories {
	font-size: 24px;
	margin-left: 50px;
}

.blogs .post .block {
	width: 100%;
	display: inline-block;
	padding: 10px;
	position: relative;
}

.blogs .post .left {
	width: calc(40% - 126px);
	float: left;
	padding: 50px;
}

.blogs .post .right {
	width: calc(60% - 101px);
	float: left;
	padding: 50px;
}

.blogs .post .left {
	border-right: 1px solid #000;
}

.blogs .post .left .image {
	width: 75%;
	height: 0;
	padding-bottom: 75%;
	margin: 0 auto;
	position: relative;
}

.blogs .post .right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.blogs .post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.blogs .post img:hover {
	width: 102%;
	height: 102%;
	margin-top: -1%;
	margin-left: -1%;
}

.blogs .post h3 {
	width: 100%;
	font-family: 'mondialight';
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	opacity: 0;
    transition: ease all 1s;
    margin-left: -15px;
}
.blogs .post h3.slideIn {
	opacity: 1;
    margin-left: 0;
}

.blogs .post .metadata {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}

.blogs .post .metadata p.date {
	float: left;
	font-size: 18px;
	line-height: 28px;
	margin-right: 20px;
	letter-spacing: 0.5px;
}

.blogs .post .metadata .auth {
	line-height: 28px;
	letter-spacing: 1.5px;
}

.blogs .post .entry p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 30px;
}

.blogs .more{
	border-top: 1px solid #000;
	padding: 35px 0;
}

.related .more {
	padding: 35px 0;
}

.blogs .more a,
.related .more a {
	display: table;
	margin: 0 auto;
	color: #a8b884;
	font-size: 24px;
	text-transform: lowercase;
	letter-spacing: 2px;
	border-top: 1px solid #a8b884;
	border-bottom: 1px solid #a8b884;
	padding: 5px 0 4px 0;
}

.blogs .post a.read-more {
	color: #a8b884;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin-top: 25px;
    position: relative;
}

.blogs .post a.read-more::after {
	content: "";
	background: #a8b884;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.blogs .post a.read-more:hover::after {
	width: 100%;
}

.search-panel {
	width: 100%;
	border-bottom: 2px solid #000;
}

.search-panel .inner {
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
}

.search-panel h2,
.search_form h2 {
	font-family: 'mondialight';
	font-size: 80px;
	line-height: 90px;
	text-align: center;
	margin: 50px 0;
}

.search-panel h2 span.letter:nth-child(13),
.search-panel h2 span.letter:nth-child(14),
.search-panel h2 span.letter:nth-child(15),
.search-panel h2 span.letter:nth-child(16),
.search-panel h2 span.letter:nth-child(17),
.search-panel h2 span.letter:nth-child(18),
.search-panel h2 span.letter:nth-child(19),
.search-panel h2 span.letter:nth-child(20),
.search-panel h2 span.letter:nth-child(21),
.search-panel h2 span.letter:nth-child(22),
.search-panel h2 span.letter:nth-child(23),
.search-panel h2 span.letter:nth-child(24),
.search-panel h2 span.letter:nth-child(25),
.search-panel h2 span.letter:nth-child(26),
.search_form h2 span.letter:nth-child(13),
.search_form h2 span.letter:nth-child(14),
.search_form h2 span.letter:nth-child(15),
.search_form h2 span.letter:nth-child(16),
.search_form h2 span.letter:nth-child(17),
.search_form h2 span.letter:nth-child(18),
.search_form h2 span.letter:nth-child(19),
.search_form h2 span.letter:nth-child(20),
.search_form h2 span.letter:nth-child(21),
.search_form h2 span.letter:nth-child(22),
.search_form h2 span.letter:nth-child(23),
.search_form h2 span.letter:nth-child(24),
.search_form h2 span.letter:nth-child(25),
.search_form h2 span.letter:nth-child(26) {
	color: #fff;
}

.popular {
	width: 100%;
	padding: 75px 0 65px 0;
	border-bottom: 1px solid #000;
}

.popular .carousel {
	width: 100%;
	display: inline-block;
}

.popular .post {
	width: calc(100% - 100px);
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
}

.popular .post .left,
.popular .post .right {
	width: calc(50% - 50px);
	float: left;
}

.popular .post .left {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.popular .post .right {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(0,-50%);
}

.popular .post .left img {
	width: 70%;
	height: auto;
	margin-top: 25px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.popular .post .left img.move {
	margin-top: 0;
}

.popular .post .left h2 {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	font-family: 'mondiaregular';
	font-size: 90px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
	display: none;
}

.popular .post .left h2.visible {
	display: block;
	top: 40px;
}

.popular .right .categories {
	margin-bottom: 25px;
	color: #b7a2ff;
}

.popular .right .categories a {
	font-size: 24px;
	color: #b7a2ff;
	letter-spacing: 2px;
	text-transform: lowercase;
	position: relative;
}

.popular .right .categories a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.popular .right .categories a:hover::after {
	width: 100%;
}

.popular .right h3 {
	font-family: 'mondialight';
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}

.popular .right p.date {
	font-size: 18px;
	margin-bottom: 25px;
}
 
.popular .right .entry p {
	letter-spacing: 0.5px;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 50px;
}

.popular .right a.read-more {
	color: #a8b884;
	letter-spacing: 2px;
	text-transform: lowercase;
	position: relative;
}

.popular .right a.read-more::after {
	content: "";
	background: #a8b884;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.popular .right a.read-more:hover::after {
	width: 100%;
}

.popular .bx-pager {
	position: absolute;
	top: 0;
	right: 0;
}

.popular .bx-wrapper {
	position: relative;
}

.popular .bx-pager .bx-pager-item {
	font-family: 'mondiathin';
	font-size: 24px;
	float: left;
	margin: 0 0 0 10px;
}

.popular .bx-pager .bx-pager-item a.active {
	color: #fff;
}

.category-list {
	width: 100%;
	padding: 75px 0 125px 0;
	border-bottom: 1px solid #000;
}

.category-list .inner {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.category-list h4 {
	font-family: 'mondialight';
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.category-list li {
	display: inline-block;
	margin: 15px 50px;
	position: relative;
}

.category-list li a {
	font-family: 'mondiamedium';
	font-size: 70px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

.category-list li a:hover {
	color: #ff5122;
}

.category-list li img {
	display: none;
	position: absolute;
	width: auto;
	height: 280px;
	top: -100px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
	filter: none;
}

.shop-list {
	width: 100%;
	padding: 100px 0 50px 0;
	border-bottom: 1px solid #000;
}

.shop-list .extra {
	display: none;
}

.shop-list h4 {
	display: table;
	font-family: 'mondiamedium';
	font-size: 40px;
	color: #000;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0 auto 50px auto;
	border-bottom: 1px solid #000;
}

.shop-list ul,
.site-main ul.products {
	width: 100%;
	display: inline-block;
}

.shop-list ul li,
.site-main ul.products li {
	width: calc(33.33% - 151px);
	float: left;
	padding: 75px;
	border-right: 1px solid #000;
}

.site-main ul.products li {
	margin-bottom: 20px;
}

.shop-list ul li:last-child,
.site-main ul.products li:nth-child(3),
.site-main ul.products li:nth-child(6),
.site-main ul.products li:nth-child(9),
.site-main ul.products li:nth-child(12) {
	border-right: 0;
}

.shop-list ul li h2,
.site-main ul.products li h2 {
	font-family: 'mondialight';
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	padding: 0;
	height: 60px;
}

.site-main ul.products li h2 {
	height: 80px;
}

.shop-list ul li img,
.site-main ul.products li img {
	width: 100%;
	height: auto;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.shop-list ul li img:hover, 
.site-main ul.products li img:hover {
	width: 102%;
	height: auto;
	margin-top: -2%;
	margin-left: -1%;
}

.shop-list ul li a.add_to_cart_button,
.site-main ul.products li a.add_to_cart_button {
	display: none;
}

.shop-list ul li span.price,
.site-main ul.products li span.price {
	width: 100%;
	display: block;
	font-family: 'mondialight';
	text-align: center;
	font-size: 16px;
	padding-top: 25px;
}

.shop-list .shop-link {
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

.shop-list .shop-link a {
	font-size: 24px;
    color: #a8b884;
    text-transform: lowercase;
    letter-spacing: 2px;
    position: relative;
}

.shop-list .shop-link a::after {
	content: "";
	background: #a8b884;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.shop-list .shop-link a:hover::after {
	width: 100%;
}

.latest-video {
	width: 100%;
	border-top: 1px solid #000;
	margin: 6px 0;
	border-bottom: 1px solid #000;
}

.latest-video .inner {
	width: calc(100% - 300px);
	margin: 0 auto;
	padding: 100px 150px;
	position: relative;
}

.latest-video h2 {
	font-family: 'mondiaregular';
	text-align: center;
	width: 100%;
	font-size: 90px;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 100;
}

.latest-video p {
	text-align: center;
	padding-top: 35px;
}

.latest-video p a {
	font-size: 24px;
	color: #a8b884;
	letter-spacing: 2px;
	position: relative;
}

.latest-video p a::after {
	content: "";
	background: #a8b884;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.latest-video p a:hover::after {
	width: 100%;
}

.latest-video .wp-block-embed__wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.21%;
	position: relative;
}

.latest-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.author {
	width: calc(100% - 100px);
	padding: 75px 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.author .wp-block-column:nth-child(1) {
	text-align: center;
}

.author .wp-block-columns {
	width: 100%;
	margin: 0;
	position: relative;
}

.author .wp-block-image {
	margin-bottom: 0 !important;
}
.author .wp-block-column img{
	height:100%;
}
.ml13 .letter {
  display: inline-block;
  line-height: 1em;
}

.author .content {
	width: calc(60% - 100px);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    right: -25px;
}
.author .content.move {
	right: 0;
	opacity: 1;
}

.author h5 {
	font-family: 'mondialight';
	font-size: 22px;
	color: #ff5122;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}

.author h2 {
	font-family: 'mondiaregular';
	font-size: 90px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.author h3 {
	font-family: 'mondialight';
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.author p {
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}

.author p a {
	font-size: 24px;
	color: #a8b884;
	text-transform: lowercase;
	letter-spacing: 1px;
	position: relative;
}

.author p a::after {
	content: "";
	background: #a8b884;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.author p a:hover::after {
	width: 100%;
}


/* --- ABOUT --- */

.page-template-page-about footer {
	display: none;
}

.page .page {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
}

.page.about {
	padding-top: 75px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.page.about h2 {
	width: 75%;
	font-family: 'mondialight';
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 175px;
}

.page.about h2 strong {
	color: #b7a2ff;
}

.page.about h3,
.imagery h3 {
	font-family: 'mondiamedium';
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
}

.wp-block-column:not(:first-child) {
	margin-left: 100px !important;
}

.wp-block-column {
	vertical-align: baseline;
}

.wp-block-column p,
.page.about p,
.page.about ul li,
.imagery p {
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.5px;
}

.page.about p {
	margin-bottom: 35px;
}

.page.about .wp-block-column {
	position: relative;
}

.page.about .wp-block-column img {
	margin-top: -275px;
	position: absolute;
	top: 0;
	right: 0;
	height:auto;
}

.page.about .wp-block-columns.contact {
	padding: 50px 0;
}

.page.about .wp-block-columns.contact p a {
	border-bottom: 2px solid #b7a2ff;
}

.page.about .wp-block-columns.contact p a,
.page.about .wp-block-columns.contact ul li a {
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.page.about .wp-block-columns.contact ul li a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.page.about .wp-block-columns.contact p a:hover,
.page.about .wp-block-columns.contact ul li a:hover {
	color: #b7a2ff;
}

.page.about .wp-block-columns.contact ul li a:hover::after {
	width: 100%;
}

.page.about .wp-block-columns.contact ul li {
	text-transform: lowercase;
}

.page.about .collabs {
	width: 100%;
}

.page.about .collabs ul {
	padding-bottom: 150px;
}

.page.about .collabs ul li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.collabs ul li p:nth-child(1),
.collabs ul li p:nth-child(2) {
	width: 15%;
	float: left;
}

.collabs ul li p:nth-child(3) {
	width: 70%;
	float: left;
}

.collabs ul li p {
	font-family: 'mondialight';
	margin-bottom: 0 !important;
}

.page.about .say-hi a {
	position: absolute;
	right: 50px;
	bottom: 100px;
	font-family: 'mondiamedium';
	font-size: 50px;
	line-height: 60px;
	text-transform: lowercase;
}

.page.about .imagery,
.tax-product_cat .imagery {
	padding-bottom: 150px;
}

.imagery a {
	border-bottom: 2px solid #b7a2ff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.imagery a:hover {
	color: #b7a2ff;
}

.tax-product_cat .imagery {
	margin-left: 100px;
}

/* --- FOOTER --- */

footer {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 50px 0;
}

footer .inner img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	filter: none;
}

footer li#text-9 p {
	float: left;
	font-size: 20px;
	letter-spacing: 1.25px;
}

footer ul.menu {
	float: right;
}

footer ul.menu li {
	float: left;
	margin: 0 0 0 30px;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 1.25px;
}

footer .menu-legal-container .menu {
	margin-right: 75px;
}

/* --- BLOG PAGE --- */

.index {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}

/* --- SINGLE POST --- */

.single .single {
	width: auto;
	padding: 25px 0 50px 0;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: 1px solid;
}

.single .heading {
	width: calc(100% - 100px);
	display: inline-block;
	margin-bottom: 15px;
}

.single .heading .cat,
.single .heading p.date,
.single .heading .auth {
	float: left;
	font-size: 24px;
	line-height: 18px;
}

.single .heading .cat {
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 20px;
}

.single .heading .cat a {
	font-family: 'Thasadith', sans-serif;
	color: #b7a2ff;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.single .heading p.date,
.slider .heading p.date {
	font-family: 'mondiathin';
	font-size: 20px;
	margin-right: 10px;
}

.single .heading .auth,
.slider .heading .auth {
	text-transform: lowercase;
	letter-spacing: 1px;
}

.single .post h1 {
	font-family: 'mondialight';
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}

.single .post .content, .single .post h1, .single .heading {
	padding-left: 50px;
	padding-right: 50px;
}

.single .post figure.first,
.single .post .wp-block-image:first-child {
	width: calc(100% + 100px);
	max-width: calc(100% + 100px);
	margin-left: -50px;
}

.single .post figure:first-child img {
	width: calc(100% - 100px);
    max-width: 100%;
    margin: 0 50px;
    height: auto;
}

.single .post figure {
	/* text-align: center; */
}

.single .post figure {
	margin-bottom: 50px;
}

.single .post .wp-block-columns figure {
	margin-bottom: 0;
}

.single .post h2 {
	font-family: 'mondialight';
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 10px 0 25px 0;
	opacity: 0;
	transition: ease all 0.5s;
    margin-left: -15px;
}

.single .post h2.slideIn {
	opacity: 1;
    margin-left: 0;
}

.single .post .content p,
.single .post .content ul {
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

.single .post .content ul li {
	list-style: circle;
	list-style-position: inside;
}

.single .post .content p a,
.single .post .content ul li a {
	color: #b7a2ff;
	position: relative;
}

.single .post .content p a::after,
.single .post .content ul li a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.single .post .content p a:hover::after,
.single .post .content ul li a:hover::after {
	width: 100%;
}

.single .post .content p strong,
.single .post .content p b,
.single .post .content ul li strong,
.single .post .content ul li b {
	font-weight: 700;
}

.single .post .content p em,
.single .post .content p i,
.single .post .content ul li em,
.single .post .content ul li i {
	font-style: italic;
}

.single .wp-block-columns {
	padding: 50px 0;
	margin: 0;
}

.single .post .size-large img,
.single .post .size-full img {
	max-width: 80%;
	height: auto;
}

.single .post img {
	max-width: 1500px;
	height: auto;
}

.single .wp-block-columns.text .wp-block-column:first-child {
	border-right: 1px solid #000;
}

.single .wp-block-columns.text .wp-block-column:first-child {
	padding-right: 50px;
}
.single .wp-block-columns.text .wp-block-column:not(:first-child) {
	margin-left: 50px !important;
}

.single .wp-block-column figure.size-medium img,
.single .post div img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

.single .wp-block-column figure.size-medium figcaption {
	max-width: 80%;
	height: auto;
}

.single figcaption {
	width: calc(100% - 100px);
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-align: left;
	margin: 0 50px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #000;
}

.single blockquote {
	width: 75%;
	margin: 0 auto;
	font-family: 'mondiamedium';
	text-align: center;
	padding: 75px 0 50px 0;
}

.single .post .content blockquote p {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	opacity: 0;
    transition: ease all 0.5s;
    margin-left: -25px;
}
.single .post .content blockquote p.fadeIn {
	opacity: 1;
    margin-left: 0;
}

.single .end {
	width: auto;
	padding: 150px 0 100px 0;
	margin: 0 50px;
	border-bottom: 1px solid #000;
}

.single .end h3 {
	font-family: 'mondiathin';
	font-size: 100px;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	margin-left: -50px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.single .end h3.move {
	margin-left: 0;
}

.single .end h3 strong {
	color: #fff;
	display: block;
}

.single .end .pager {
	width: 100%;
	display: inline-block;
	padding: 150px 0 50px 0;
}

.single .end .pager li a {
	font-family: 'mondiaregular'; 
	font-size: 50px;
	letter-spacing: 2px;
}

.single .end .pager li {
	float: right;
	position: relative;
}

.single .end .pager li:nth-child(2) {
	float: left;
}

.single .end .pager li img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: auto;
	max-height: 250px;
	filter: none;
}

.sharedaddy {
	width: 100%;
	display: inline-block;
	padding-top: 25px;
}

.sharedaddy h3 {
	float: left;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-right: 15px;
}

.sharedaddy ul li {
	float: left;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0 15px 0 0;
	list-style: none !important;
	line-height: 20px;
}

.sharedaddy ul li a {
	color: #ff5122;
	position: relative;
}

.sharedaddy ul li a::after {
	content: "";
	background: #ff5122;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.sharedaddy ul li a:hover::after {
	width: 100%;
}

.single .comments {
	width: calc(100% - 100px);
	margin: 0 auto;
	padding: 100px 50px 0 50px;
}

.single .comments h3 {
	font-family: 'mondiaregular';
	font-size: 70px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 50px;
}

.single .comments .comment-notes {
	display: none;
}

.single .comments p.comment-form-comment label {
	display: none;
}

.single .comments textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #000;
	background: 0;
	margin-bottom: 25px;
	padding: 10px;
}

.single .comments form label {
	display: none;
}

.single .comments .comment-form-author,
.single .comments .comment-form-email {
	width: calc(50% - 50px);
	float: left;
}

.single .comments .comment-form-author {
	margin-right: 100px;
}

.single .comments input[type="text"],
.single .comments input[type="email"],
.single .comments input[type="url"] {
	width: 100%;
	border-bottom: 1px solid #000;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	background: 0;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 25px;
}

.single .comments input,
.single .comments input::placeholder,
.single .comments textarea,
.single .comments textarea::placeholder {
	font-family: 'Thasadith', sans-serif;
	font-size: 20px;
	color: #000;
	text-transform: lowercase;
	letter-spacing: 1.5px;
}

.single .comments .comment-form-cookies-consent {
	display: none;
}

.single .comments p.form-submit {
	text-align: center;
	margin-top: 25px;
}

.single .comments input.submit {
	width: auto;
	margin: 0 auto;
	background: 0;
	border: 0;
	color: #a8b884;
	font-size: 22px;
	text-transform: lowercase;
	letter-spacing: 2px;
	position: relative;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.single .comments h3#comments,
.single .comments .comment-author img,
.single .comments .says {
	display: none;
}

.single .comments .commentlist {
	margin-bottom: 50px;
}

.single .comments .commentlist li {
	margin-bottom: 15px;
	line-height: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
}

.single .comments li .fn {
	font-family: 'mondialight';
	font-size: 22px;
	float: left;
	margin-right: 25px;
}

.single .comments li .commentmetadata {
	float: left;
}

.single .comments li p {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

.single .comments li .reply a {
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #a8b884;
	position: relative;
}

.single .comments li .reply a::after {
	content: "";
	background: #a8b884;
	height: 1px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.single .comments li .reply a:hover::after {
	width: 100%;
}

/* --- CATEGORY --- */

.category .category {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}

.category .inline {
	padding: 75px 0 25px 0;
}

.category .filter {
	position: absolute;
	top: 25px;
	right: 0;
}

.category .filter h5 {
	font-family: 'Thasadith', sans-serif;
	font-size: 22px;
	text-transform: lowercase;
	letter-spacing: 3px;
}

.category .filter h5 span {
	width: 18px;
	height: 8px;
	background: url(images/review_arrow.svg) no-repeat;
	background-size: 100% auto;
	margin: 7px 0 0 10px;
}

.category .filter ul {
	width: 100%;
	padding-top: 20px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 1.5px;
	display: none;
}

.category .filter ul li {
	padding-right: 28px;
}

.category .search-panel,
.category .search-panel .inner {
	border: 0;
}

.category .search-panel {
	padding: 0 0 50px 0;
}

.category .grid {
	width: 100%;
	padding-bottom: 100px;
	border-bottom: 1px solid #000;
}

.category .grid ul,
.blog-loop .row {
	width: 100%;
	display: inline-block;
}

.category .grid .post,
.search-results .post,
.related li {
	width: calc(33.33% - 100px);
	float: left;
	padding: 0 50px;
	margin-bottom: 100px;
}

.related li .image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 25px;
}

.single-post .related li img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.category .grid .post img,
.search-results .post img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.category .post .categories,
.search-results .post .categories,
.related li .categories {
	text-align: center;
	margin-bottom: 20px;
	color: #b7a2ff;
}

.category .post .categories a,
.search-results .post .categories a,
.related li .categories a {
	color: #b7a2ff;
	letter-spacing: 1px;
	text-transform: lowercase;
	position: relative;
}

.category .post .categories a::after,
.search-results .post .categories a::after,
.related li .categories a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.category .post .categories a:hover::after,
.search-results .post .categories a:hover::after,
.related li .categories a:hover::after {
	width: 100%;
}

.category .post h3,
.search-results .post h3,
.related li h3 {
	font-family: 'mondialight';
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #ff5122;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.category .post p.date,
.search-results .post p.date,
.related li p.date {
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

.category .post .entry,
.search-results .post .entry,
.related li .entry {
	text-align: center;
}

.category .post .entry p,
.search-results .post .entry p,
.related li .entry p {
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.category .post .auth,
.search-results .post .auth,
.related li .auth {
	width: 100%;
	letter-spacing: 2px;
	text-align: center;
}

.category .grid .post .more-link,
.products .product .more-link,
.related li .more-link {
	text-align: center;
	margin-top: 30px;
}

.category .grid .post a.read-more, 
.search-results .post a.read-more,
.related li a.read-more {
	text-align: center;
	text-transform: lowercase;
	color: #a8b884;
    letter-spacing: 2px;
    position: relative;
}

.category .grid .post a.read-more::after,
.search-results .post a.read-more::after,
.related li a.read-more::after {
    content: "";
    background: #a8b884;
    height: 2px;
    width: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transition: .2s;
}

.category .grid .post a.read-more:hover::after,
.search-results .post a.read-more:hover::after,
.related li a.read-more:hover::after {
    width: 100%;
}

.products .product .more-link a.read_more {
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: #000;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 1px;
	display: block;
}

.related ul {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}

.related li .sharedaddy {
	display: none;
}

/* --- AJAX LOAD MORE --- */

.ajax-load-more-wrap {
	position: relative !important;
}

.alm-btn-wrap {
	text-align: center;
}

.alm-load-more-btn {
	width: auto;
	margin: 0 auto;
	border-top: 1px solid #a8b884;
	border-right: 0;
	border-bottom: 1px solid #a8b884;
	border-left: 0;
	background: 0;
	font-family: 'Thasadith', sans-serif;
	font-size: 22px;
	color: #a8b884;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 5px 0;
	outline: 0;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.alm-btn-wrap .done {
	display: none !important;
}

/* --- CONTACT --- */

.page.contact {
	padding: 75px 50px;
	border-bottom: 1px solid #000;
}

.page.contact h4 {
	font-family: 'Thasadith', sans-serif;
	letter-spacing: 0.5px;
	font-size: 22px;
	line-height: 34px;
}

.page.contact p {
	font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}

.page.contact p strong {
	font-family: 'Thasadith', sans-serif;
}

.page.contact p.intro_text {
	font-family: 'mondiathin';
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.75px;
	margin-bottom: 50px;
}

.page.contact h2.title {
	font-family: 'mondiamedium';
	font-size: 45px;
	text-align: center;
	letter-spacing: 0.5px;
	padding-top: 50px;
}

.page.contact form {
	width: 85%;
	margin: 50px auto 0 auto;
}

.page.contact form .your-name,
.page.contact form .your-email {
	width: calc(50% - 40px);
	float: left;
	margin-bottom: 30px;
}

.page.contact form .your-subject {
	margin-bottom: 30px;
	display: block;
}

.page.contact form .your-name {
	margin-right: 80px;
}

.wpcf7-form-control-wrap {
	position: inherit !important;
}

.page.contact form input {
	width: calc(100% - 42px);
	background: 0;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding: 20px 20px 10px 20px;
}

.page.contact form textarea {
	width: calc(100% - 42px);
	padding: 20px;
	background: 0;
	border: 1px solid #000;
}

.page.contact form input,
.page.contact form input::placeholder {
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.page.contact form textarea,
.page.contact form textarea::placeholder {
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.page.contact form input.wpcf7-submit {
	width: auto;
	text-align: center;
	margin: 20px auto 0 auto;
	font-family: 'mondiathin';
	font-size: 30px;
	color: #ff5122;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	border: 0;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.page.contact article p a {
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.page.contact article p a:hover {
	color: #b7a2ff;
}

.page.contact article p a::after {
	content: "";
	background: #b7a2ff;
	height: 2px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.page.contact article p a:hover::after {
	width: 100%;
}

/* quick fixes */
.single .post p img.aligncenter, .single .post div img.size-onstuimig-full-width {
	max-width: 100%;
}

/* --- BEDANKT --- */

.page-template-page-bedankt {
	width: 100%;
	height: 100vh;
	position: relative;
}

.page-template-page-bedankt header,
.page-template-page-bedankt footer {
	display: none;
}

.thank-you h2 {
	width: 100%;
	font-family: 'mondiathin';
	font-size: 80px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.thank-you a.back {
	color: #a8b884;
    letter-spacing: 2px;
    text-transform: lowercase;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translate(-50%,0);
}

/* --- SHOP --- */

.woocommerce .site-main {
	padding: 75px 0;
	border-bottom: 1px solid #000;
	margin-left: 50px;
	margin-right: 50px;
}

.woocommerce .site-main h1,
.category .inline h1 {
	width: auto;
	display: table;
	margin: 0 auto 50px auto;
	font-family: 'mondiamedium';
	text-align: center;
	font-size: 50px;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
}

.woocommerce .site-main .term-description p,
.category .inline p {
	width: 75%;
	margin: 0 auto 100px auto;
	font-family: 'Thasadith', sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 1px;
}

.woocommerce .site-main .term-description {
	width: 75%;
	margin: 0 auto;
}

.woocommerce .site-main .term-description a {
	border-bottom: 1px solid #b7a2ff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.woocommerce .site-main .term-description a:hover {
	color: #b7a2ff;
}

.woocommerce .site-main .woocommerce-result-count,
.woocommerce .site-main .woocommerce-ordering,
.woocommerce .site-main .woocommerce-breadcrumb {
	display: none;
}

.term-interior-boostcamp .site-main {
	border: 0;
}

.term-interior-boostcamp footer {
	border-top: 1px solid #000;
}

.term-interior-boostcamp .woocommerce-pagination {
	display: none;
}

.term-interior-boostcamp .reviews {
	padding: 150px 150px 225px 150px;
	text-align: center;
	position: relative;
}

.term-beeldbank .reviews,
.term-beeldbank .imagery {
	display: none;
}

.term-interior-boostcamp .reviews h3 {
	font-family: 'mondialight';
	font-size: 30px;
	color: #b7a2ff;
	letter-spacing: 0.5px;
	margin-bottom: 50px;
}

.term-interior-boostcamp .reviews ul li {
	font-family: 'mondiamedium';
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 2px;
}

.term-interior-boostcamp .reviews .bx-has-pager {
	display: table;
	margin: 35px auto 0 auto;
}

.term-interior-boostcamp .reviews .bx-has-pager .bx-pager-item {
	float: left;
	margin: 0 3px;
}

.reviews .bx-pager a {
	width: 12px;
	height: 12px;
	background: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	text-indent: -99999px;
	display: block;
}

.reviews .bx-pager a.active {
	background: #fff;
}

.reviews .bx-controls a.bx-prev {
	width: 15px;
	height: 33px;
	background: url(images/arrow_left.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 50%;
	left: 75px;
}

.reviews .bx-controls a.bx-next {
	width: 15px;
	height: 33px;
	background: url(images/arrow_right.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 50%;
	right: 75px;
}

.woocommerce-pagination {
	width: 100%;
	display: inline-block;
}

.woocommerce-pagination ul {
	float: right;
	padding: 50px 0 0 0;
}

.woocommerce-pagination ul li {
	float: left;
	font-family: 'mondiaregular';
	font-size: 45px;
	margin: 0 0 0 10px;
}

.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
	display: none;
}

.woocommerce-pagination ul li span.current {
	color: #fff;
}

/* --- CART --- */

.cart .content {
	padding: 50px 0;
	border-bottom: 1px solid #000;
	width: 100%;
	display: inline-block;
}

.cart .content p.cart-empty,
.cart p.return-to-shop {
	text-align: center;
}

.cart p.return-to-shop a.button {
	float: none;
	margin: 25px auto 0 auto;
	padding: 0 10px;
	display: block;
}

.cart table {
	width: 100%;
}

.cart table thead {
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 30px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}

.cart table img {
	max-width: 150px;
	height: auto;
	margin: 15px 0;
}

.cart table.cart tr {
	border-bottom: 1px solid #000;
}

.cart table tbody tr td {
	font-size: 20px;
	letter-spacing: 0.5px;
	vertical-align: middle;
}

.cart table.cart tr th {
	text-align: left;
}
.cart table.cart .quantity label.screen-reader-text {
	display: none;
}

.cart .product-remove a {
	font-family: 'mondialight';
	font-size: 22px;
}

.cart table input {
	border: 1px solid #000;
	padding: 10px;
	background: 0;
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
}

.cart table input::placeholder {
	color: #000;
}

.cart .coupon {
	width: 50%;
	float: right;
	padding: 50px 0 20px 0;
	clear: both;
}

.cart .coupon input {
	width: calc(100% - 20px);
	margin: 10px 0;
}

.cart button,
.cart a.button,
.checkout .woocommerce-checkout-payment button,
.woocommerce-account .page button {
	width: 300px;
	height: 50px;
	padding: 0 10px;
	font-family: 'Thasadith', sans-serif;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.cart .coupon button {
	float: right;
	background: #a8b884;
	border: 1px solid #a8b884;
	color: #000;
	outline: 0;
}

.cart button[name="update_cart"] {
	background: #ff5122;
	border: 1px solid #ff5122;
	float: right;
	clear: both;
	margin-bottom: 50px;
}

.cart a.button,
.checkout .woocommerce-checkout-payment button,
.woocommerce-account .page button {
	background: #ff5122;
	border: 1px solid #ff5122;
	float: right;
	text-align: center;
	line-height: 50px;
	padding: 0;
	margin-top: 25px;
}

.cart .cart_totals {
	width: 100%;
	display: inline-block;
	padding: 50px 0 0 0;
}

.cart .cart_totals h2 {
	display: none;
}

.cart .cart_totals tr {
	line-height: 40px;
}

.cart .cart_totals th,
.cart .cart_totals td {
	text-align: right;
}

.cart .woocommerce-message {
	display: none;
}

/* --- CHECKOUT --- */

.woocommerce-checkout .page {
	padding: 50px 0;
	border-bottom: 1px solid #000;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout .page form {
	width: 100%;
	display: inline-block;
}

.woocommerce-checkout .page .col2-set,
.woocommerce-checkout .page .woocommerce-checkout-review-order {
	width: calc(50% - 51px);
	float: left;
}

.woocommerce-checkout .page #customer_details {
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid #000;
}

.woocommerce-checkout .terms {
	padding-top: 35px;
}

.woocommerce-checkout .page form h3,
.woocommerce-account .page .woocommerce h2,
.woocommerce-checkout .terms h3 {
	font-family: 'mondialight';
	font-size: 26px;
	margin-bottom: 25px;
}

.woocommerce-checkout .page form p,
.woocommerce-checkout .page .woocommerce-notice,
.woocommerce-account .page p {
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 28px;
	margin-bottom: 15px;
}

.woocommerce-checkout .page form input,
.woocommerce-checkout .page form textarea,
.woocommerce-account .page input[type="text"],
.woocommerce-account .page input[type="email"],
.woocommerce-account .page input[type="password"] {
	width: calc(100% - 32px);
	padding: 15px;
	background: 0;
	border: 1px solid #000;
	margin-top: 3px;
}

.woocommerce-checkout .page form input,
.woocommerce-checkout .page form input::placeholder,
.woocommerce-checkout .page form textarea,
.woocommerce-checkout .page form textarea::placeholder,
.woocommerce-account .page input,
.woocommerce-account .page input::placeholder {
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
}

.woocommerce-checkout .page .woocommerce-additional-fields {
	padding-top: 50px;
}

.woocommerce-checkout .page form textarea {
	height: 150px;
}

.woocommerce-checkout .page .woocommerce-privacy-policy-text,
.woocommerce-checkout .page .woocommerce-notice {
	margin-top: 50px;
}

.checkout .woocommerce-checkout-review-order table {
	width: 100%;
	line-height: 40px;
	text-align: left;
}

.woocommerce-checkout-review-order table thead {
	border-bottom: 1px solid #000;
}

.woocommerce-checkout-review-order table tbody {
	padding: 10px 0;
}

.woocommerce-checkout-review-order table .product-total,
.woocommerce-checkout-review-order table .cart-subtotal td,
.woocommerce-checkout-review-order table .order-total td {
	text-align: right;
}

.woocommerce-checkout-review-order table .order-total {
	border-top: 1px solid #000;
}

.woocommerce-checkout .page form .woocommerce-checkout-payment input {
	width: auto;
	margin: 10px 0;
}

.woocommerce-checkout .page form .woocommerce-checkout-payment img {
	display: none;
}

.woocommerce-checkout .page form select {
	width: 100%;
	height: 51px;
	padding: 0 15px;
	background: #ffe8de;
	border: 1px solid #000;
	font-family: 'Thasadith', sans-serif;
	font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.select2-container--default .select2-selection--single {
	border: 0 !important;
	height: 51px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #ffe8de;
	border: 1px solid #000;
}

.woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal {
	padding-top: 10px;
}

.woocommerce-checkout .terms p a {
	border-bottom: 1px solid #b7a2ff;
}

/* --- LOGIN SCREEN --- */

.woocommerce-account .page {
	width: auto;
	padding: 50px 0 100px 0;
	border-bottom: 1px solid #000;
}

.woocommerce-account .page .woocommerce {
	width: 100%;
	margin: 0 auto;
}

.woocommerce-account .login h2,
.woocommerce-account .login form.woocommerce-form-login {
	width: 50%;
	margin: 0 auto;
}

.woocommerce-account .page button {
	float: left;
	margin-top: 12px;
}

.woocommerce-account .page .lost_password {
	width: 50%;
	float: left;
	margin: 10px 0 0 18px;
}

.woocommerce-account .page .woocommerce-form__label-for-checkbox {
	width: 100%;
	display: block;
	margin: 0;
}

/* --- ACCOUNT --- */

.woocommerce-account .page .content {
	padding-left: 50px;
	padding-right: 50px;
}

.woocommerce-account .page .content .woocommerce {
	width: 100%;
	display: inline-block;
}

.woocommerce-MyAccount-navigation {
	width: 20%;
	float: left;
	border-right: 1px solid #000;
}

.woocommerce-MyAccount-content {
	width: calc(80% - 26px);
	float: left;
	margin-left: 25px;
}

.woocommerce-MyAccount-navigation li {
	line-height: 28px;
}

.woocommerce-MyAccount-navigation li.is-active a {
	color: #a8b884;
}

.woocommerce-account .woocommerce-Address-title {
	display: none;
}

.woocommerce-account .woocommerce-Address {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-orders {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}

.woocommerce-account .woocommerce-MyAccount-orders thead,
.woocommerce-account .woocommerce-order-details table thead {
	border-bottom: 1px solid #000;
	text-align: left;
}

.woocommerce-account .woocommerce-order-details table th {
	text-align: left;
}

.woocommerce-account mark {
	background: 0;
}

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
	margin-bottom: 25px;
}

.woocommerce-account .woocommerce-order-details h2,
.woocommerce-account .woocommerce-customer-details h2 {
	width: 100%;
}

.woocommerce-account .woocommerce-table--order-details {
	width: 100%;
	margin: 0 auto;
}

.woocommerce-account .woocommerce-order-details table,
.woocommerce-account .woocommerce-customer-details address {
	font-size: 20px;
	line-height: 30px;
}

.woocommerce-account .woocommerce-error {
	text-align: center;
	padding-bottom: 45px;
}

/* --- SINGLE PRODUCT --- */

.single .product {
	position: relative;
}

.single-product a.return {
	position: absolute;
	top: -50px;
	right: 0;
	font-family: 'Thasadith', sans-serif;
	text-transform: lowercase;
	letter-spacing: 3px;
}

.single-product a.return::after {
	content: "";
	background: #000;
	height: 1px;
	width: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .2s;
}

.single-product a.return:hover::after {
	width: 100%;
}

.single .wpgs {
	width: 50%;
	float: left;
	border-right: 1px solid #000;
	margin-bottom: 100px;
}

.single .wpgs .slick-list {
	width: calc(100% - 200px);
	margin-left: 100px;
	margin-right: 100px;
}

.single .wpgs .slick-list img {
	width: 100%;
	height: auto;
}

.single .wpgs .wpgs-for i.flaticon-back {
	width: 15px;
	height: 33px;
	background: url(images/arrow_left.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	left: 35px;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}
.single .wpgs .wpgs-for i.flaticon-right-arrow {
	width: 15px;
	height: 33px;
	background: url(images/arrow_right.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	right: 35px;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.single-product .wpgs-nav .slick-track {
	width: auto !important;
	display: table;
	margin-top: 25px;
}

.single-product .wpgs-nav .slick-slide {
	width: 12px !important;
	height: 12px;
	background: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

.single-product .wpgs-nav .slick-slide.slick-current {
	background: #fff;
}

.single-product .wpgs-nav .slick-slide img {
	display: none;
}

.single-product .summary {
	width: calc(50% - 201px);
	float: left;
	margin-left: 100px;
	margin-right: 100px;
}

.single-product .site-main h1 {
	font-family: 'mondialight';
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 40px;
	line-height: 50px;
	text-align: left;
	border: 0;
	padding-top: 100px;
}

.single-product p.price {
	font-family: 'mondiathin';
	font-size: 24px;
	margin-bottom: 50px;
}

.single-product #sidebar {
	display: none;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 50px;
}

.single-product .woocommerce-product-details__short-description p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-product .product .quantity {
	width: 25%;
	float: left;
	margin: 0 10px 0 0;
}

.single-product .quantity label,
.single-product .product_meta {
	display: none;
}

.single-product .quantity input {
	width: calc(100% - 20px);
	border: 1px solid #000;
	background: 0;
	padding: 10px;
}

.single-product form.cart {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}

.single-product .quantity input,
.single-product .quantity input::placeholder,
.single-product .woocommerce-Reviews textarea,
.single-product .woocommerce-Reviews textarea::placeholder,
.single-product .woocommerce-Reviews input,
.single-product .woocommerce-Reviews input::placeholder {
	font-family: 'Thasadith', sans-serif;
	font-size: 20px;
}

.single-product button.single_add_to_cart_button {
	height: 43px;
	background: #000;
	color: #fff;
	border: 0;
	float: left;
}

.single-product .related {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 100px;
}

.archive .products .extra,
.single-product .related.products .extra {
	display: none;
}

.single-product .related h2 {
	display: table;
	margin: 0 auto 50px auto;
	border-bottom: 1px solid #000;
	font-family: 'mondiamedium';
	font-size: 40px;
	text-transform: lowercase;
}

.single-product .related li.product h2 {
	border: 0;
}

.single-product .woocommerce-tabs {
	width: calc(50% - 21px);
	float: right;
	clear: both;
	margin: 0 10px;
}

.single-product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews,
.single-product .tabs li.description_tab {
	display: none;
}

.single-product .tabs {
	border-top: 1px solid #000;
}

.single-product .tabs li {
	border-bottom: 1px solid #000;
}

.single-product .woocommerce-Tabs-panel--description {
	border-bottom: 1px solid #000;
	display: block !important;
}

.single-product .woocommerce-Tabs-panel--description h2,
.single-product .extra h2,
.single-product .description h2 {
	font-family: 'mondiamedium';
	font-size: 24px;
	letter-spacing: 0.75px;
	padding: 15px 75px;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
    background: url(images/review_arrow.svg) no-repeat;
    background-size: 24px auto;
    background-position: right 75px center;
}

.single-product .reviews_tab a {
	width: calc(100% - 150px);
	display: block;
	font-family: 'mondiamedium';
	font-size: 24px;
	letter-spacing: 0.75px;
	padding: 15px 75px;
	cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
    background: url(images/review_arrow.svg) no-repeat;
    background-size: 24px auto;
    background-position: right 75px center;
}

.single-product .woocommerce-Tabs-panel--description p {
	padding: 0 75px;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	display: none;
}

.single-product .woocommerce-Reviews {
	padding: 25px 75px;
}

.single-product .woocommerce-Reviews h2.woocommerce-Reviews-title {
	display: none;
}

.single-product .woocommerce-Reviews p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

.single-product .woocommerce-Reviews .comment-notes {
	display: none;
}

.single-product .woocommerce-Reviews .comment-reply-title {
	font-family: 'mondialight';
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

.single-product .woocommerce-Reviews form {
	margin-top: 25px;
}

.single-product .woocommerce-Reviews .stars {
	margin-top: 10px;
}

.single-product .woocommerce-Reviews .stars a {
	width: 12px;
	height: 12px;
	background: 0;
	border: 2px solid #b7a2ff;
	border-radius: 100%;
	text-indent: -99999px;
	display: inline-block;
}

.single-product .woocommerce-Reviews .stars a:hover {
	background: #b7a2ff;
}

.single-product .woocommerce-Reviews .stars.selected a.active {
	background: #b7a2ff;
}

.single-product .woocommerce-Reviews .comment-form-comment {
	width: 100%;
	display: block;
}

.single-product .woocommerce-Reviews form p {
	margin-bottom: 10px;
}

.single-product .woocommerce-Reviews input[type="text"],
.single-product .woocommerce-Reviews input[type="email"],
.single-product .woocommerce-Reviews textarea {
	width: calc(100% - 22px);
	background: 0;
	border: 1px solid #000;
	padding: 10px;
}

.single-product .woocommerce-Reviews input.submit {
	width: 100%;
	height: 43px;
	background: #000;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 1px;
	border: 0;
}

.single-product .extra-tabs {
	width: calc(50% - 21px);
	margin: 0 10px;
    float: right;
    clear: both;
}

.single-product .description,
.single-product .extra {
	width: 100%;
    border-bottom: 1px solid #000;
}

.single-product .extra {
	display: none;
}

.single-product .description .inner,
.single-product .extra .inner {
	display: none;
	padding: 25px 75px;
    font-size: 20px;
    line-height: 30px;
}

.single-product .description .inner h4,
.single-product .extra .inner h4 {
	font-family: 'Thasadith', sans-serif;
	font-weight: bold;
}

.single-product .description .inner p,
.single-product .extra .inner p,
.single-product .description .inner ul,
.single-product .extra .inner ul {
	margin-bottom: 25px;
}

.single-product .description .inner ul li,
.single-product .extra .inner ul li {
	list-style: initial;
	list-style-position: inside;
}

.single-product .woocommerce-product-details__short-description p a,
.single-product .description .inner p a {
	border-bottom: 2px solid #b7a2ff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-product .woocommerce-product-details__short-description p a:hover,
.single-product .description .inner p a:hover {
	color: #b7a2ff;
}

.single-product .woocommerce-message {
	display: none;
}

/* --- ORDER RECIEVED --- */

.checkout .woocommerce-thankyou-order-received {
	font-family: 'mondiamedium';
	font-size: 50px !important;
	text-align: center;
	margin-bottom: 50px;
}

.checkout .woocommerce-order-overview {
	text-align: center;
	padding: 50px 0;
}

.checkout .woocommerce-order-overview li {
	font-size: 20px;
	line-height: 30px;
}

.checkout .woocommerce-order-details,
.checkout .woocommerce-customer-details {
	width: 50%;
	margin: 0 auto 50px auto;
}

.checkout .woocommerce-order-details h2,
.checkout .woocommerce-customer-details h2 {
	font-family: 'mondialight';
	font-size: 26px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.checkout .woocommerce-order-details table {
	width: 100%;
}

.checkout .woocommerce-order-details table thead {
	margin-top: 15px;
}

.checkout .woocommerce-order-details table td,
.checkout .woocommerce-order-details table tr {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}

.checkout .woocommerce-customer-details address {
	padding: 15px 0;
	font-size: 20px;
	line-height: 30px;
}

.checkout .woocommerce-order-details table thead .product-total,
.checkout .woocommerce-order-details table tbody .product-total,
.checkout .woocommerce-order-details table tfoot td {
	text-align: right;
}

/* --- SEARCH PAGE --- */

.search-results .page-header {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	border: 0;
	padding: 75px 0;
}

.search-results .page-header h1,
.search-no-results .no-result h2 {
	width: auto;
	display: table;
	margin: 0 auto;
	font-family: 'mondiamedium';
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
}

.search-results .blog-loop,
.search-no-results .no-result {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
}

.search-results .blog-loop header.entry-header {
	border: 0;
	width: 100%;
	margin: 0;
}

.search-no-results .no-result {
	padding: 100px 0;
}

.search-no-results hr {
	display: none;
}

/* --- SEARCH FORM --- */

.search-panel select,
.search_form select {
    width:100%;
    font-family: 'Thasadith', sans-serif;
    font-size: 26px;
    line-height: 50px;
    text-transform: lowercase;
    letter-spacing: 1.5px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #FFE8DE; /* Fallback color if gradients are not supported */
    background-image: url('<?php bloginfo('template_directory'); ?>/images/review_arrow.svg'), -webkit-linear-gradient(top, #FFE8DE, #FFE8DE); /* For Chrome and Safari */
    background-image: url('<?php bloginfo('template_directory'); ?>/images/review_arrow.svg'), -ms-linear-gradient(top, #FFE8DE, #FFE8DE); /* For pre-releases of Internet Explorer  10*/
    background-image: url('<?php bloginfo('template_directory'); ?>/images/review_arrow.svg'), -o-linear-gradient(top, #FFE8DE, #FFE8DE); /* For old Opera (11.1 to 12.0) */
    background-image: url('<?php bloginfo('template_directory'); ?>/images/review_arrow.svg'), linear-gradient(to bottom, #FFE8DE, #FFE8DE); /* Standard syntax; must be last */
    background-size: 20px 10px;
    background-position: center right;
    background-repeat: no-repeat;
    border: 0;
    color: #000;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}
.selected {
    display:none;
}

/* je huidige code */

#searchform {
	width:80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
#searchform .wrap {
    width: 100%;
    display: inline-block;
}

.hidden {
	display: none;
}
.div {
	border: 0;
	width: calc(22% - 30px);
	float: left;
	background: none;
    margin-right: 30px;
    font-size: 26px;
    line-height: 50px;
    text-transform: lowercase;
    letter-spacing: 1.5px;
    position: relative;
}

#searchform input {
    background: 0;
    border: 0;
}

#searchform input,
#searchform input::placeholder {
    font-family: 'Thasadith', sans-serif;
    font-size: 26px;
    line-height: 50px;
    text-transform: lowercase;
    letter-spacing: 1.5px;
    color: #000;
}

.arrow {
    width: 20px;
    height: auto;
	float: right;
}
.textbox {
    width: calc(22% - 30px);
    float:left;
    margin-right: 30px;
}
#searchform input#searchsubmit {
	width: 10%;
    float: left;
    font-family: 'mondiathin';
    font-size: 50px;
    line-height: 50px;
    color: #ff5122;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: url("images/cursor_active.png") 20 20, pointer; /* Legacy */
    cursor: url("images/cursor_active.png") 20 20, pointer; /* FF */
    cursor: -webkit-image-set(url("images/cursor_active.png") 1x, url("images/cursor_active_2x.png") 2x) 20 20, pointer; /* Webkit */
}

/* --- STATIC PAGES --- */

.static {
	padding: 50px;
	border-bottom: 1px solid #000;
}

.static h2 {
	font-family: 'mondialight';
    font-size: 60px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.static p,
.static ul,
.static ol {
	font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.static ul li,
.static ol li {
	list-style: initial;
}


.static ul li {
	list-style-type: circle;
	list-style-position: inside;
}

.static ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.static ol li ol,
.static ul li ul {
	padding: 30px 0 0 30px;
}

.static h4 {
	font-family: 'mondiaregular';
    font-size: 30px;
    letter-spacing: 1px;
	margin-bottom: 30px;
}

.static p a {
	border-bottom: 2px solid #b7a2ff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.static p a:hover {
	color: #b7a2ff;
}

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

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

/* --- TYPEWRITER EFFECT --- */

header li.widget_text .container {
	height: 60px;
}

.container p {
	color: #a8b884;
  	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1.25px;
  	overflow: hidden;
}
.container p span.typed-text {
	width: 132px;
	text-align: left;
	display: inline-block;
	font-weight: normal;
	color: #a8b884;
}
.container p span.TypeCursor {
  	display: inline-block;
  	background-color: #ccc;
  	margin-left: 0.1rem;
  	width: 0;
}
.container p span.TypeCursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

/* --- SHOP QUANTITY HIDE --- */

.single-product.postid-209 .quantity,
.single-product.postid-209 .single_add_to_cart_button {
	display: none;
}

/* --- RELATED --- */

.related li {

}

/* --- PAGINATION --- */

.pagination {
	width: 100%;
	display: inline-block;
}

.pagination .numbers {
	display: none;
	margin: 0 auto;
}

.pagination .numbers,
.pagination .links {
	font-family: 'mondiaregular';
	font-size: 50px;
}

.pagination .links {
	margin-top: -20px;
}

.pagination .numbers a,
.pagination .numbers span.current {
	margin: 0 3px;
	font-size: 22px;
}

.pagination .numbers span.current {
	color: #ff5122;
}

.pagination .numbers .next,
.pagination .numbers .prev {
	display: none;
}

.pagination .links .next {
	float: right;
}
.pagination .links .prev {
	float: left;
}

.single .post figure iframe {
	width: 100%;
	height: 600px;
}

@media (min-width: 1450px) {
	.slider .gallery {
		height: 770px;
	}

	.slider h3 {
		padding: 25px 0 25px 0;
	}

	.page.about p {
		width: 60%;
	}
	.page.about .wp-block-column p {
		width: 100%;
	}

}

@media (max-width: 1270px) {
	.slider .heading {
		position: absolute;
		top: unset;
		right: 0;
		margin-top: 10px;
		padding: 10px 0;
		z-index: 100;
	}

	.blogs .post .right {
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0,0);
		border-left: 1px solid #000;
		float: right;
		padding: 25px 50px;
	}

	.blogs .post .left {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		border: 0;
		padding: 20px;
		width: calc(40% - 40px);
	}	
}

@media (max-width: 1280px) {

	.popular .post .left {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}

	.popular .post .right {
		width: 50%;
		position: relative;
		top: auto;
		right: auto;
		float: right;
		transform: translate(0,0);
	}

	.popular .right h3 {
		font-size: 40px;
		line-height: 50px;
	}

}

@media (max-width: 1024px) {

	img {
		filter: none;
	}

	header h1 {
		margin-top: -40px;
	}

	header li#nav_menu-2 {
		margin-right: 20px;
	}

	.slider h3 {
		width: 70%;
	}

	.page.about h2 {
		font-size: 70px;
		line-height: 80px;
		margin-bottom: 75px;
	}

	.shop-list ul li, .site-main ul.products li {
		width: calc(33.33% - 51px);
		padding: 75px 25px;
	}

	.category .grid .post, 
	.search-results .post,
	.related li {
		width: calc(33.33% - 50px);
		padding: 0 25px;
	}

	.woocommerce-checkout .terms {
		width: calc(50% - 51px);
	}

	.single-product .summary {
		width: calc(50% - 101px);
		margin-left: 50px;
		margin-right: 50px;
	}

	.single .wpgs .wpgs-for i.flaticon-back {
		left: 20px;
	}

	.single .wpgs .wpgs-for i.flaticon-right-arrow {
		right: 20px;
	}

	.single .wpgs .slick-list {
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
	}

	.single-product .product .quantity {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.single-product button.single_add_to_cart_button {
		width: 100%;
		height: 50px;
	}

	.single-product .woocommerce-tabs,
	.single-product .extra {
		width: calc(100% - 21px);
	}

	.single-product .reviews_tab a {
		width: calc(100% - 50px);
		padding: 15px 25px;
		background-position: right 25px center;
	}

	.single-product .woocommerce-Tabs-panel--description h2, 
	.single-product .extra h2 {
		padding: 15px 25px;
		background-position: right 25px center;
	}

	.single-product .woocommerce-Reviews {
		padding: 25px;
	}

	.single-product .extra .inner,
	.single-product .woocommerce-Tabs-panel--description p {
		padding: 0 25px;
	}

	.site-main ul.products li h2 {
		height: 86px;
	}

	.slider .gallery {
		height: 510px;
	}

	.search-panel h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.popular .post .left h2 {
		font-size: 55px;
	}

	.category-list li {
		margin: 10px 30px;
	}

	.category-list li a {
		font-size: 50px;
	}

	.category-list li img {
		height: 250px;
		top: -100px;
	}

	.author .content {
		width: calc(60% - 50px);
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0,0);
		float: right;
	}

	.author {
		padding: 75px 50px 25px 50px;
	}

	.author h2 {
		font-size: 60px;
	}

	.author h3 {
		font-size: 35px;
		line-height: 45px;
	}

	.author .wp-block-column {
		position: relative;
	}

	.author .wp-block-image {
		position: absolute;
		top: 47%;
		left: 0;
		transform: translate(0,-50%);
	}

	.author .wp-block-column img {
		width: 100%;
		height:100%;
	}

	.single-product .extra-tabs {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.single-product .description h2 {
		padding: 15px 25px;
		background-position: right 25px center;
	}
	
	.single .post figure iframe {
		height: 500px;
	}

}

@media (max-width: 768px) {

	header h5 {
		margin: 25px 0 0 0;
	}

	.page.about h2 {
		width: 100%;
	}

	.about .wp-block-column {
		flex-basis: 100% !important;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 0 !important;
	}

	.page.about .wp-block-column img {
		margin-top: 0;
	}

	.page.about .collabs ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.collabs ul li p:nth-child(1),
	.collabs ul li p:nth-child(2),
	.collabs ul li p:nth-child(3) {
		width: 100%;
		float: none;
	}

	.page.about .collabs ul {
		padding-bottom: 100px;
	}

	.page.about .say-hi a {
		bottom: 50px;
	}

	.woocommerce-account .login h2, .woocommerce-account .login form.woocommerce-form-login {
		width: 100%;
	}

	.woocommerce .site-main .term-description {
		width: 100%;
	}

	.shop-list ul li, .site-main ul.products li {
		width: calc(33.33% - 41px);
    	padding: 75px 20px;
	}

	.term-interior-boostcamp .reviews {
		padding: 100px 150px 150px 150px;
	}
	#searchform {
		width: 50%;
		margin: 0 auto;
	}

	.div,
	.textbox,
	#searchform input#searchsubmit {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}

	#searchform input#searchsubmit {
		text-align: left;
		margin-top: 25px;
	}

	.category .grid .post, 
	.search-results .post,
	.related li {
		width: calc(50% - 50px);
		padding: 0 25px;
	}

	.cart table img {
		max-width: 100px;
		display: none;
	}

	.cart .coupon {
		width: 45%;
	}

	.cart table thead tr {
		height: 35px;
	}

	.cart table.cart tbody tr {
		height: 60px;
	}

	.cart table tbody tr td.product-price {
		text-align: left;
	}

	.woocommerce-checkout .page .col2-set, .woocommerce-checkout .page .woocommerce-checkout-review-order {
		width: 100%;
		float: none;
	}

	.woocommerce-checkout .page #customer_details {
		margin-right: 0;
		padding-right: 0;
		border: 0;
	}

	.woocommerce-checkout .terms {
		width: 100%;
		padding-top: 50px;
	}

	.woocommerce-order-received .page .woocommerce-notice {
		line-height: 48px;
	}

	.woocommerce-order-received .woocommerce-order-details {
		width: 75%;
	}

	.single .wpgs {
		width: 100%;
		border: 0;
		padding-top: 20px;
	}

	.single-product a.return {
		top: -38px;
	}

	.single-product .site-main h1 {
		padding-top: 50px;
	}

	.single-product .summary {
		width: calc( 100% - 101px);
	}

	.site-main ul.products li,
	.shop-list ul li {
		padding: 40px 20px;
	}

	.single-product .related li.product h2 {
		height: auto;
	}

	.single .wpgs .wpgs-for i.flaticon-back {
		left: 0;
	}

	.single .wpgs .wpgs-for i.flaticon-right-arrow {
		right: 0;
	}

	.single .wpgs .slick-list,
	.single-product .summary {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}

	.single-product .site-main h1 {
		padding-top: 0;
	}

	.woocommerce-account .page .content {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 25px;
	}

	.woocommerce-MyAccount-content {
		width: 100%;
		margin-left: 0;
		padding-top: 25px;
	}

	.single .post h1 {
		font-size: 60px;
		line-height: 70px;
	}

	.single .wp-block-columns.text .wp-block-column {
		flex-basis: 100%;
	}

	.single .wp-block-columns.text .wp-block-column:first-child {
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #000;
	}

	.single .wp-block-columns.text .wp-block-column:not(:first-child) {
		padding-top: 40px;
		margin-left: 0 !important;
	}

	.single .wp-block-columns {
		padding: 25px 0;
	}

	.single blockquote {
		width: 100%;
	}

	.wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 25px;
	}

	.single .wp-block-column figure.size-medium img {
		max-width: 100%;
		height: auto;
	}

	.single .wp-block-column figure.size-medium figcaption {
		width: 100%;
	}

	.single blockquote {
		padding: 50px 0;
	}

	.single .end {
		padding: 100px 0 50px 0;
	}

	.single .end h3 {
		font-size: 75px;
		line-height: 90px;
	}

	.single .end .pager {
		padding: 100px 0 50px 0;
	}

	.intro h1.css-typing {
		width: 70%;
		font-size: 40px;
		line-height: 50px;
	}

	.slider h2 {
		font-size: 60px;
		line-height: 50px;
	}
	.slider h2 span {
		font-size: 25px;
	}

	.slider h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.slider .gallery {
		height: 355px;
	}

	.slider .heading {
		position: relative;
		top: auto;
		margin-top: 25px;
	}

	.slider h3 {
		padding: 10px 0 25px 0;
	}

	.blogs .post .left {
		width: 30%;
		padding: 20px 0;
		float: left;
		margin-right: 50px;
	}

	.blogs .post .left .image {
		width: 100%;
		padding-bottom: 100%;
	}

	.blogs .post .right {
		width: calc(70% - 50px);
		border: 0;
		padding: 25px 0;
	}

	.search-panel h2 {
		font-size: 55px;
		line-height: 65px;
	}

	#searchform {
		width: 100%;
	}

	.div {
		width: 33.33%;
		float: left;
	}

	#searchform input,
	#searchform input#searchsubmit {
		width: 50%;
		float: left;
	}

	#searchform input#searchsubmit {
		margin-top: 0;
	}

	.popular .post {
		width: calc(100% - 50px);
		padding-left: 25px;
		padding-right: 25px;
	}

	.popular .post .left {
		width: calc(50% - 25px);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}

	.popular .post .right {
		width: calc(50% - 25px);
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0,0);
		float: right;
	}

	.popular .post .left h2 {
		font-size: 45px;
	}

	.popular .right h3 {
		font-size: 35px;
		line-height: 45px;
	}

	.popular .right .entry p {
		margin-bottom: 30px;
	}

	.category-list li {
		margin: 10px 20px;
	}

	.category-list li a {
		font-size: 40px;
	}

	.shop-list ul li h2, .site-main ul.products li h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.site-main ul.products li h2,
	.shop-list ul li h2 {
		height: 90px;
	}

	.woocommerce .site-main {
		padding: 75px 0 0 0;
	}

	.shop-list .shop-link {
		padding-top: 50px;
	}

	.latest-video h2 {
		font-size: 60px;
		top: 60px;
	}

	.latest-video .inner {
		width: calc(100% - 50px);
		padding: 100px 25px 50px 25px;
	}

	.author .wp-block-image {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
	}

	.author {
		padding: 75px 50px 0 50px;
	}

	.slider p.slider_prev,
	.slider p.slider_next {
		width: 70px;
		height: 34px;
	}
	
	.single .post figure iframe {
		height: 400px;
	}

}

@media (max-width: 736px) {

	header li#nav_menu-2 li {
		margin: 0 10px;
	}

	footer ul.menu li {
		margin: 0 0 0 20px;
	}

	.page.about h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.pop li#nav_menu-3 li {
		font-size: 40px;
		line-height: 30px;
	}

	header.small li.widget_text#text-2 {
		display: none;
	}

	.term-interior-boostcamp .reviews h3 {
		font-size: 24px;
	}

	.term-interior-boostcamp .reviews ul li {
		font-size: 30px;
		line-height: 40px;
	}

	.term-interior-boostcamp .reviews {
		padding: 50px 100px 100px 100px;
	}

	.page.about h3, .imagery h3 {
		font-size: 40px;
	}

	#searchform {
		width: 50%;
	}

	.search-panel h2, .search_form h2 {
		font-size: 40px;
	}

	.search-panel h2,
	.search_form h2 {
		margin: 25px 0 0 0;
	}

	.div, .textbox, #searchform input#searchsubmit {
		margin: 0;
	}

	.div,
	.search-panel select,
	.search_form select,
	#searchform input, 
	#searchform input::placeholder {
		font-size: 22px;
		line-height: 50px;
		border-radius: 0;
	}

	#searchform input#searchsubmit {
		margin: 20px 0 0 0;
	}

	.search-results .page-header h1, .search-no-results .no-result h2 {
		font-size: 40px;
	}

	header.small h1 {
		margin: 12px 0 20px 0;
	}

	header.small li#nav_menu-2 {
		left: -162px;
		bottom: 200px;
	}

	.cart .coupon {
		width: 47%;
	}

	.cart .coupon input {
		width: calc(100% - 22px);
	}

	.cart button[name="update_cart"] {
		margin-top: -10px;
	}

	.single .post h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.single .post h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.single .post .content blockquote p {
		font-size: 35px;
		line-height: 45px;
	}

	.single .comments h3 {
		font-size: 50px;
		line-height: 50px;
	}

	.single .end h3 {
		font-size: 70px;
		line-height: 85px;
	}

	.single .end .pager li a {
		font-size: 40px;
	}

	.single .end .pager li img {
		max-height: 200px;
		width: auto;
	}

	#searchform {
		width: 100%;
	}

	.single-product .description .inner, .single-product .extra .inner {
		padding: 25px;
	}
	
	.single .post figure iframe {
		height: 350px;
	}

}

@media (max-width: 667px) {

	header li#nav_menu-2 {
		display: none;
	}
	/*header.small li#nav_menu-2 {
		display: initial;
	}*/

	header li.widget_text {
		padding-top: 15px;
	}

	header h1 {
		margin-top: -32px;
	}

	.pop li#nav_menu-3 li {
		font-size: 30px;
		line-height: 20px;
	}

	.woocommerce .site-main h1, .category .inline h1 {
		font-size: 45px;
	}

	.woocommerce .site-main .term-description p, .category .inline p {
		width: 100%;
	}

	.shop-list ul li, .site-main ul.products li {
		width: calc(100% - 40px);
		float: none;
		border: 0;
		padding: 50px 20px;
	}

	.site-main ul.products li h2 {
		height: auto;
	}

	.reviews .bx-controls a.bx-prev {
		left: 50px;
	}
	.reviews .bx-controls a.bx-next {
		right: 50px;
	}

	.term-interior-boostcamp .reviews ul li {
		font-size: 22px;
		line-height: 32px;
	}

	.page.about .imagery, .tax-product_cat .imagery {
		padding-bottom: 100px;
	}

	footer .inner img {
		margin-bottom: 20px;
	}

	footer ul.menu {
		display: table;
		float: none;
		margin: 0 auto;
	}

	footer li#text-9 p {
		width: 100%;
		text-align: center;
		padding: 20px 0 25px 0;
	}

	.cart .coupon {
		width: 53%;
	}

	.cart table input {
		width: 100px;
	}

}

@media (max-width: 568px) {

	header h1 {
		margin-top: -22px;
	}

	header li.widget_text p {
		font-size: 18px;
		line-height: 24px;
	}

	header p.current-date {
		font-size: 16px;
	}

	footer ul.menu {
		float: none;
		display: table;
		margin: -15px auto 25px auto;
	}

	footer ul.menu li {
		margin: 0 10px;
	}

	footer li.widget_text#text-9 {
		text-align: center;
	}

	header h1 {
		margin-top: -10px;
	}

	header.small .shop_menu {
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0,0);
		float: left;
	}

	header.small h1 {
		margin: 15px auto 25px auto;
	}

	header.small h1 a {
		width: 200px;
		height: 138px;
	}

	.page.about h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.search-results .page-header h1, .search-no-results .no-result h2 {
		font-size: 30px;
	}

	.cart .coupon {
		width: 64%;
	}

	.woocommerce-account .woocommerce-orders-table__header-order-date,
	.woocommerce-account .woocommerce-orders-table__header-order-status,
	.woocommerce-account .woocommerce-orders-table__header-order-total,
	.woocommerce-account .woocommerce-orders-table__header-order-actions {
		display: none;
	}

	.woocommerce-account .woocommerce-orders-table__row.order {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #000;
		padding: 10px 0;
	}

	.woocommerce-account .woocommerce-orders-table__row .woocommerce-orders-table__cell {
		width: 100%;
		display: block;
	}

	.intro h1.css-typing {
		width: 80%;
		font-size: 35px;
		line-height: 45px;
	}


}

@media (max-width: 414px) {
	.home-page #author .wp-block-column img{
		height:100% !important;
	}
	header h1 {
		margin-bottom: 10px;
	}

	header h5 {
		text-indent: -99999px;
		display: block;
		padding-left: 30px;
	}

	header.small p.search_open {
		margin: 24px 20px 0 0;
	}

	header .shop_menu {
		float: left;
	}

	.page .page {
		overflow: hidden;
	}

	header {
		margin-left: 28px;
		margin-right: 28px;
	}
	
	header.small .current-date {
		display: initial;
	}

	header.small h1 {
		width: 100%;
		margin: 5px auto 10px auto;
	}

	header.small h1 a {
		width: 100%;
		height: 76px;
		background: url(images/logo_desktop.png) no-repeat;
		background-size: 100% auto;
	}

	header p.search_open {
		float: right;
		width: 20px;
		height: 20px;
		background: url(images/search.png) no-repeat;
		background-size: 100% auto;
		text-indent: -99999px;
		display: block;
		margin: 24px 20px 0 0;
	}

	#slider_nav__container {
		align-items: flex-end;
	}

	.index,
	.page .page,
	footer,
	.category .category {
		margin-left: 40px;
		margin-right: 40px;
	}

	.woocommerce-account .page .content {
		padding-left: 0;
		padding-right: 0;
	}

	header.small {
		width: calc(100% - 56px);
	}

	header li#nav_menu-2 {
		display: none;
	}
	header.small li#nav_menu-2 {
		display: block;
	}

	footer {
		padding: 50px 0 15px 0;
	}

	footer ul.menu li {
		text-align: center;
		line-height: 30px;
		margin: 0;
		font-size: 18px;
		float: none;
	}

	footer #nav_menu-7 ul.menu li {
		float: none;
	}

	.page.contact {
		padding: 50px 0 0 0;
	}

	.page.contact p.intro_text {
		font-size: 32px;
		line-height: 36px;
	}

	.page.contact form {
		width: 100%;
	}

	.page.contact form .your-name, .page.contact form .your-email {
		width: 100%;
	}

	.page.contact form .your-name {
		margin-right: 0;
	}

	.page.contact h2.title {
		font-size: 26px;
	}

	.page.about {
		padding-left: 0;
		padding-right: 0;
	}

	.page.about h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 50px;
	}

	.page.about h3, .imagery h3,
	.page.about .say-hi a {
		font-size: 40px;
		line-height: 50px;
	}

	.page.about .say-hi a {
		right: 0;
	}

	.page.about .wp-block-column img {
		position: relative;
		top: auto;
		left: auto;
	}

	.thank-you h2 {
		width: 80%;
		font-size: 60px;
	}

	.pop {
		height: 100%;
	}

	.pop li#nav_menu-3 li {
		font-size: 36px;
		line-height: 26px;
	}

	.pop li.latest a {
		left: -43px;
	}
	.pop ul#menu-sub-menu li:nth-child(2) a {
		right: 12px;
	}
	.pop ul#menu-sub-menu li:nth-child(1) a {
		top: 20px;
		right: 100px;
	}
	.pop ul#menu-sub-menu li:nth-child(3) a {
		bottom: 20px;
		left: 100px;
	}

	.pop p.close {
		top: 20px;
		right: 20px;
	}

	.woocommerce-account .page .lost_password {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.woocommerce-account .page button {
		width: 100%;
	}

	.woocommerce .site-main,
	.search-results .blog-loop, .search-no-results .no-result {
		margin-left: 30px;
		margin-right: 30px;
	}

	.woocommerce .site-main h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.category .inline h1 {
		font-size: 40px;
	}

	.single-product a.return {
		font-size: 17px;
	}

	.woocommerce .site-main .term-description p, .category .inline p {
		margin: 0 auto 50px auto;
	}

	.shop-list ul li, .site-main ul.products li {
		width: 100%;
		padding: 30px 0;
	}

	.term-interior-boostcamp .reviews {
		padding: 0 30px 100px 30px;
	}

	.reviews .bx-controls a.bx-prev,
	.reviews .bx-controls a.bx-next {
		display: none;
	}

	.tax-product_cat .imagery {
		width: calc(100% - 60px);
		margin-left: 30px;
	}

	footer .inner img {
		margin-bottom: 40px;
	}

	.search-panel h2,
	.search_form h2 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 25px;
	}

	#searchform input#searchsubmit {
		margin-top: 50px;
	}

	p.close {
		top: 20px;
		right: 20px;
	}

	.search-results .page-header h1, .search-no-results .no-result h2 {
		font-size: 22px;
	}

	.category .grid .post, 
	.search-results .post,
	.related li {
		width: calc(100% - 50px);
		padding: 0 25px;
	}

	.woocommerce .site-main .term-description p, .category .inline p {
		font-size: 22px;
		line-height: 34px;
	}

	.category .grid .post, .search-results .post, .related li {
		margin-bottom: 75px;
	}

	.category .grid {
		padding-bottom: 0;
	}

	.cart table.cart thead tr th.product-remove,
	.cart table.cart thead tr th.product-thumbnail,
	.cart table.cart thead tr th.product-price,
	.cart table.cart thead tr th.product-quantity,
	.cart table.cart thead tr th.product-subtotal {
		display: none;
	}

	.cart table.cart tbody,
	.cart table.cart tbody tr {
		width: 100%;
		float: left;
	}

	.cart table.cart tbody tr {
		height: auto;
	}

	.cart table.cart tbody .product-remove,
	.cart table tbody tr td.product-price,
	.cart table tbody tr td.product-thumbnail,
	.cart table tbody tr td.product-quantity,
	.cart table tbody tr td.product-subtotal {
		width: 100%;
		display: block;
		margin: 15px 0;
	}

	.cart table tbody .product-name {
		width: 100%;
		display: block;
	}

	.cart table img {
		width: 50%;
		max-width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}

	.cart table input {
		width: calc(100% - 25px);
	}

	.cart .coupon {
		width: 100%;
	}

	.cart button, .checkout .woocommerce-checkout-payment button, .woocommerce-account .page button {
		width: 100%;
	}

	.cart a.button {
		width: calc(100% - 20px);
	}

	.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 40px !important;
		line-height: 38px;
	}

	.woocommerce-order-received .woocommerce-order-details {
		width: 100%;
	}
	
	.single .heading p.date {
		margin-top: 3px;
	}

	.single .heading .cat a,
	.single .heading p.date,
	.single .heading .auth {
		font-size: 20px;
	}

	.single .heading .auth {
		padding-top: 3px;
		clear:both;
	}

	.single .post h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.single .post figure.first, .single .post .wp-block-image:first-child {
		width: 100%;
		margin-left: 0;
	}

	.single .post .content {
		padding-right: 0;
		padding-left: 0;
	}

	.single .post figure.first {
		width: 100%;
		margin-left: 0;
	}

	.single .wp-block-columns {
		padding: 0;
	}

	.single blockquote {
		padding: 25px 0;
	}

	.single .post .content blockquote p {
		font-size: 25px;
		line-height: 35px;
	}

	.sharedaddy h3 {
		float: none;
		margin-bottom: 10px;
	}

	.single .single {
		margin-left: 30px;
		margin-right: 30px;
	}

	.single .post .sd-content {
		width: 100%;
		display: block;
	}

	.single .comments {
		width: 100%;
		padding: 100px 0 0 0;
	}

	.single .comments h3 {
		font-size: 40px;
		line-height: 40px;
	}

	.single .comments textarea {
		width: calc(100% - 22px);
	}

	.single .comments .comment-form-author, 
	.single .comments .comment-form-email {
		width: 100%;
		float: none;
	}

	.single .comments .comment-form-author {
		margin: 0;
	}

	.single .end {
		margin: 0;
	}

	.single .end h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.single .end .pager li a {
		font-size: 30px;
	}

	.single .end .pager li img {
		display: none;
		max-height: 170px;
		width: auto;
	}

	.intro h1.css-typing {
		width: 70%;
		font-size: 30px;
		line-height: 40px;
	}

	.slider h2 {
		margin-top: -18px;
		font-size: 50px;
		line-height: 40px;
	}

	.slider h2 span {
		font-size: 22px;
	}

	.slider .gallery {
		height: 280px;
	}

	.slider .gallery img:nth-child(2) {
		display: none !important;
	}

	.slider .gallery img:nth-child(3) {
		width: 85%;
	}

	.slider .heading .categories, .slider .heading p.date, .slider .heading .auth,
	.blogs .post .heading .categories,
	.popular .right .categories a {
		font-size: 20px;
		line-height: 26px;
	}

	.slider .heading .categories {
		margin-right: 10px;
	}

	.slider {
		height: auto;
		margin: 50px 0 0 0;
	}

	.slider h3 {
		width: 100%;
		font-size: 32px;
		line-height: 42px;
		padding: 10px 0 15px 0;
	}

	.slider p.slider_prev,
	.slider p.slider_next {
		width: 60px;
		height: 28px;
	}

	.blogs .post {
		margin-bottom: 50px;
	}

	.blogs .post:last-child {
		margin-bottom: 0;
	}

	.blogs .post .block {
		padding: 10px 0;
	}

	.blogs .post .heading .categories {
		margin-left: 0;
	}

	.blogs .post .left {
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
	}

	.blogs .post .right {
		width: 100%;
	}

	.div,
	#searchform input, 
	#searchform input#searchsubmit {
		width: 100%;
		border-bottom: 1px solid #000;
	}

	#searchform input#searchsubmit {
		text-align: center;
	}

	.search-panel select, .search_form select {
		text-align: center;
	}

	.popular .post {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.popular .post .left {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
		margin: 0 0 50px 0;
	}

	.popular .bx-pager {
		top: -50px;
	}

	.popular .post .right {
		width: 100%;
		float: none;
	}

	.category-list .inner {
		width: 100%;
	}

	.category-list li a {
		font-size: 36px;
	}

	.shop-list h4 {
		font-size: 26px;
	}

	.site-main ul.products li h2, .shop-list ul li h2 {
		height: auto;
	}

	.latest-video .inner {
		width: 100%;
		padding: 50px 0 50px 0;
	}

	.latest-video h2 {
		font-size: 36px;
		top: 26px;
	}

	.author {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.author h2 {
		font-size: 45px;
	}

	.author h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.static h2 {
		font-size: 50px;
	}

	.static p {
		font-size: 20px;
		line-height: 30px;
	}

	.static {
		padding: 50px 0;
	}

	.blogs .post:nth-child(4) {
		margin-bottom: 0;
	}

	.single-product .quantity input {
		border-radius: 0;
	}

	.blogs .more a,
	.shop-list .shop-link a,
	.latest-video p a {
		font-size: 20px;
	}

	.woocommerce .site-main {
		padding: 50px 0 0 0;
	}

	.shop-list {
		padding: 50px 0;
	}

	.shop-list h4 {
		margin: 0 auto 26px auto;
	}

	.page.about .collabs ul li {
		padding-bottom: 15px;
		margin-bottom: 3px;
	}

	.collabs ul li .date {
		border-bottom: 1px solid #000;
	}

	.collabs ul li .client {
		padding-top: 15px;
	}

	header li.widget_text #app, header li.widget_text #app-2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.slider .post {
		padding-bottom: 45px;
	}



	header.small li#nav_menu-2 {
		bottom: 180px;
		left: -170px;
	}

	header li#nav_menu-2 li a {
		font-size: 17px;
	}

	#searchform input#searchsubmit {
		border: 0;
	}

	.popular .right .entry p {
		font-size: 20px !important;
	}

	.intro h1.css-typing {
		top: 42%;
	}
	.intro svg {
		top: 42%;
	}

	.latest-video h2 {
		font-size: 26px;
		top: 32px;
	}

	.page.contact form input, .page.contact form input::placeholder,
	.page.contact form textarea {
		border-radius: 0;
	}

	.blogs {
		padding-top: 14px;
	}

	.category-list li {
		margin: 8px 20px;
	}

	.category-list li img {
		display: none !important;
	}

	.page.about .collabs ul {
		border-top: 1px solid #000;
		padding-top: 2px;
	}

	.popular .bx-wrapper,
	.popular .bx-viewport {
		-webkit-text-size-adjust: 100%;
	}
	
	.pagination {
		margin-bottom: 30px;
	}
	
	.pagination .links {
		font-size: 30px;
	}
	
	.single .post figure iframe {
		height: 240px;
	}
	
	.single .post .content, .single .post h1, .single .heading {
		padding-left: 0;
		padding-right: 0;
	}
	
	.slider p.slider_prev,
	.slider p.slider_next {
		bottom: 30px;
	}
	
	.single .post .size-large img,
	.single .post .size-full img {
		width: 100%;
		height: auto;
	}

	.single .post div {
		width: 100% !important;
	}

}

@media (max-width: 375px) {

	.pop li#nav_menu-3 li {
		font-size: 34px;
		line-height: 24px;
	}

	#searchform {
		width: 75%;
	}

	.intro h1.css-typing {
		width: 80%;
	}

	.slider .heading .categories, 
	.slider .heading p.date, 
	.slider .heading .auth, 
	.blogs .post .heading .categories {
		line-height: 26px;
	}

	footer .menu-legal-container .menu {
		margin-right: auto;
	}

	.woocommerce .site-main h1, .category .inline h1 {
		font-size: 34px;
		word-break: break-all;
	}

	.slider .gallery {
		height: 248px;
	}

}

@media (max-width: 320px) {

	.pop li#nav_menu-3 li {
		font-size: 28px;
		line-height: 18px;
	}

	.search-panel h2,
	.search_form h2 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 25px;
	}

	.category .grid .post, .search-results .post, .related li {
		width: 100%;
		padding: 0;
	}

	.woocommerce .site-main h1, .category .inline h1 {
		font-size: 32px;
	}

	.blogs .post h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.blogs .post {
		margin-bottom: 40px;
	}
	.blogs .post:nth-child(4) {
		margin-bottom: 0 !important;
	}

	.popular .post .left h2 {
		font-size: 40px;
	}

	.category-list h4 {
		font-size: 22px;
	}

	.category-list li a {
		font-size: 30px;
	}

	.shop-list h4 {
		font-size: 24px;
	}

	.latest-video h2 {
		top: 48px;
	}

	footer ul.menu li {
		float: none;
	}
	
	.single .post figure iframe {
		height: 240px;
	}

}
body.single-post header p.search_open{
	display: none;
}

