/*
Theme Name: SAH x TJP
Theme URI: tomjoy.co.uk
Author: SAHCrtve
Author URI: sahcrtve.co.uk
Description: Made with Love By SAH Crtve
Version: 1.0.5
Text Domain: etc
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Layout
	## Header
	## Main
	## Footer
# Content
	## Posts and Pages
	## Projects
	## Comments
# Navigation
# Media
	## Alignments
	## Captions
	## Galleries
# Blocks
# Plugins
# Preloader
# Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


@font-face {
	font-family: "HK Grotesk";
	src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'), url('fonts/HKGrotesk-Regular.woff') format('woff');
}

@font-face {
	font-family: "HK Grotesk";
	src: url('fonts/HKGrotesk-Italic.woff2') format('woff2'), url('fonts/HKGrotesk-Italic.woff') format('woff');
	font-style: italic;
}

@font-face {
	font-family: "HK Grotesk";
	src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'), url('fonts/HKGrotesk-Bold.woff') format('woff');
	font-weight: bold;
}

@font-face {
	font-family: "HK Grotesk";
	src: url('fonts/HKGrotesk-BoldItalic.woff2') format('woff2'), url('fonts/HKGrotesk-BoldItalic.woff') format('woff');
	font-style: italic;
	font-weight: bold;
}

html {
	box-sizing: border-box;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
}

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

body {
	overflow-x: hidden;
	margin: 0;
	background-color: #000;
}

body.loading {
	pointer-events: none;
}

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: "HK Grotesk", sans-serif;
	font-size: 17px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 25px;
}

h1 {
	font-size: 72px;
	line-height: 1;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

p {
	margin: 0 0 25px;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	margin: 0 0 25px;
	padding-left: 20px;
}

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

blockquote {
	border-left: 2px solid rgba(255, 255, 255, .5);
	margin-left: 0;
	padding: 0 0 0 1rem;
}

hr {
	border: 1px solid rgba(255, 255, 255, .5);
	margin: 50px auto;
}

pre,
code,
kbd,
tt,
var {
	font-family: monospace;
	font-size: 0.88889em;
}

pre {
	overflow: auto;
}

code {
	word-break: break-word;
}

table {
	width: 100%;
	margin: 0 0 25px;
	border-collapse: collapse;
	table-layout: fixed;
}

table tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, .15);
}

table td,
table th {
	padding: .5em;
	word-break: break-all;
}

figure {
	margin: 0;
}

:focus {
	outline: none;
}

.no-margin {
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

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

button,
input,
select,
textarea {
	max-width: 100%;
	margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: none;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 24px;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: .5;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

::-moz-placeholder {
	opacity: .5;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

.site-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 10px 20px;
}

@media (min-width: 769px) {
	.site-header {
		margin-bottom: 50px;
	}
}

@media (min-width: 1025px) {
	.site-header {
		min-height: 100vh;
		padding-right: 60px;
		padding-left: 60px;
	}

	.header-medium .site-header {
		min-height: auto;
	}
}

@media (min-width: 1681px) {
	.site-header {
		padding-right: 100px;
		padding-left: 100px;
	}
}

.header-top {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999;
	margin-right: -20px;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.header-top {
		align-items: center;
	}
}

.header-bottom {
	position: relative;
	z-index: 1;
	padding-top: 30vw;
}

@media (min-width: 1025px) {
	.header-bottom {
		padding-top: 18vw;
	}
}

/* Logo */

.site-logo {
	width: 25%;
	padding-right: 20px;
	font-size: 30px;
	font-weight: bold;
}

.site-logo a {
	display: inline-block;
}

/* Info */

.site-info {
	width: 25%;
	padding-right: 20px;
}

@media (max-width: 1024px) {
	.site-info {
		display: none;
	}
}

/* Menu */

.site-menu ul {
	margin: 0;
	padding: 0;
}

.site-menu li {
	list-style: none;
}

@media (min-width: 1025px) {
	.site-menu {
		width: 25%;
		padding-right: 20px;
	}

	.site-menu a {
		position: relative;
		z-index: 3;
		transition: opacity .3s;
	}

	.site-menu a:hover {
		opacity: .5;
	}

	.site-menu li.current-menu-item > a,
	.site-menu li.current-menu-parent > a {
		opacity: .5;
	}

	.site-menu li {
		position: relative;
		padding-right: 66.66%;
	}

	.site-menu .sub-menu {
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		padding: 20px 0 20px 33.33%;
	}

	.site-menu .sub-menu.hovered {
		opacity: 1;
		visibility: visible;
	}

	.site-menu .sub-menu li {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-10px);
		padding-right: 0;
		transition: opacity .3s, transform .3s;
	}

	.site-menu .sub-menu.hovered li {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.site-menu .sub-menu.hovered li:nth-child(1) {
		transition-delay: .1s;
	}

	.site-menu .sub-menu.hovered li:nth-child(2) {
		transition-delay: .2s;
	}

	.site-menu .sub-menu.hovered li:nth-child(3) {
		transition-delay: .3s;
	}

	.site-menu .sub-menu.hovered li:nth-child(4) {
		transition-delay: .4s;
	}

	.site-menu .sub-menu.hovered li:nth-child(5) {
		transition-delay: .5s;
	}

	.site-menu .sub-menu.hovered li:nth-child(6) {
		transition-delay: .6s;
	}

	.site-menu .sub-menu.hovered li:nth-child(7) {
		transition-delay: .7s;
	}

	.site-menu .sub-menu.hovered li:nth-child(8) {
		transition-delay: .8s;
	}

	.site-menu .sub-menu.hovered li:nth-child(9) {
		transition-delay: .9s;
	}

	.site-menu .sub-menu.hovered li:nth-child(10) {
		transition-delay: 1s;
	}
}

@media (max-width: 1024px) {
	body.toggled-on {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.site-menu {
		display: none;
	}

	.site-menu.main {
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
		background-color: #000;
		transition: opacity .3s, visibility .3s;
		font-size: 9vw;
		font-weight: bold;
		line-height: 1.2;
	}

	.toggled-on .site-menu.main {
		opacity: 1;
		visibility: visible;
	}

	.site-menu-inner {
		padding: 20px;
	}

	.site-menu li {
		margin-top: 10px;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-10px);
		transition: opacity .3s, transform .3s;
	}

	.toggled-on .site-menu li {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.toggled-on .site-menu li:nth-child(1) {
		transition-delay: .1s;
	}

	.toggled-on .site-menu li:nth-child(2) {
		transition-delay: .2s;
	}

	.toggled-on .site-menu li:nth-child(3) {
		transition-delay: .3s;
	}

	.toggled-on .site-menu li:nth-child(4) {
		transition-delay: .4s;
	}

	.toggled-on .site-menu li:nth-child(5) {
		transition-delay: .5s;
	}

	.toggled-on .site-menu li:nth-child(6) {
		transition-delay: .6s;
	}

	.toggled-on .site-menu li:nth-child(7) {
		transition-delay: .7s;
	}

	.toggled-on .site-menu li:nth-child(8) {
		transition-delay: .8s;
	}

	.toggled-on .site-menu li:nth-child(9) {
		transition-delay: .9s;
	}

	.toggled-on .site-menu li:nth-child(10) {
		transition-delay: 1s;
	}

	.site-menu .sub-menu {
		display: none;
		font-size: 17px;
		font-weight: normal;
	}

	.site-menu .sub-menu.toggled-on {
		display: block;
	}

	.site-menu .sub-menu li {
		display: inline-block;
		margin-right: 20px;
	}

	.site-menu .sub-menu a {
		opacity: .5;
	}

	.site-menu .current-menu-item > a {
		opacity: 1;
	}

	.dropdown-toggle {
		cursor: pointer;
		display: inline-block;
		width: 6vw;
		margin-left: 10px;
		text-align: center;
	}

	.dropdown-toggle:before {
		content: "\002b";
	}

	.dropdown-toggle.toggle-on:before {
		content: "\002d";
	}

	.site-menu ul ul .dropdown-toggle {
		display: none;
	}
}

/* Menu toggle */

.menu-toggle {
	z-index: 999;
	cursor: pointer;
	position: relative;
	right: 0;
	width: 60px;
	height: 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.menu-toggle span {
	position: absolute;
	top: 24px;
	left: 20px;
	width: 20px;
	height: 1px;
	background-color: #fff;
	transition: transform .3s;
}

.menu-toggle span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	content: "";
	transform: translate(0, 8px);
	transition: transform .3s;
}

.toggled-on .menu-toggle span {
	transform: rotate(45deg);
}

.toggled-on .menu-toggle span:after {
	transform: rotate(-90deg);
}

/* Background */

.header-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: opacity .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-background.active {
	opacity: 0;
}

.header-background img {
	position: absolute;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	transform: scale(1);
	transition: transform .5s .1s;
	object-fit: cover;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.loading .header-background img {
	transform: scale(1.025);
}

.header-background video,
.header-background iframe {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

/* Page Title */

.page-title h1 {
	margin: 50px 0 0;
	font-size: 18vw;
	line-height: 1;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page-title.small h1,
.page-title.medium h1 {
	font-size: 9vw;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (min-width: 769px) {
	.page-title.small h1,
	.page-title.medium h1 {
		line-height: 1;
	}
}

@media (min-width: 1025px) {
	.page-title h1 {
		line-height: .8;
		letter-spacing: -5px;
	}

	.page-title.small h1 {
		font-size: 5.4vw;
	}

	.page-title.medium h1 {
		font-size: 10vw;
	}
}

.page-subtitle {
	opacity: .5;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/

.site-main {
	padding: 0 20px;
}

@media (min-width: 1025px) {
	.site-main {
		padding-right: 60px;
		padding-left: 60px;
	}

	.post-template-default .site-main {
		padding-right: calc(50% + 20px);
	}
}

@media (min-width: 1681px) {
	.site-main {
		padding: 0 100px;
	}
}

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

.site-footer {
	display: flex;
	flex-wrap: wrap;
	opacity: .5;
	margin-top: 30vw;
	padding-left: 20px;
	font-size: 14px;
}

@media (min-width: 1025px) {
	.site-footer {
		margin-top: 18vw;
		padding-right: 40px;
		padding-left: 60px;
	}
}

@media (min-width: 1681px) {
	.site-footer {
		padding-right: 100px;
		padding-left: 100px;
	}
}

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

@media (min-width: 481px) {
	.footer-column {
		width: 50%;
	}
}

@media (min-width: 769px) {
	.footer-column {
		width: 25%;
	}
}

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

.blog-area {
	margin-right: -20px;
}

.blog-area .type-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 80px;
}

.blog-area .type-post:after {
	z-index: 4;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	content: "";
}

.post-thumbnail {
	margin-bottom: 20px;
}

.post-thumbnail-inner {
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	padding-top: calc(100% - 20px);
}

.size-1x2 .post-thumbnail-inner {
	padding-top: calc(200% - 20px);
}

.post-thumbnail-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.post-thumbnail:hover .post-thumbnail-inner img {
	transform: scale(1.03);	
}

.post-caption {
	min-height: 92px;
	margin-right: 20px;
}

@media (min-width: 481px) {
	.post-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}

	.size-1x2 .post-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}
}

@media (min-width: 769px) {
	.blog-area .type-post {
		width: 50%;
	}

	.post-thumbnail-inner {
		padding-top: calc(100% - 20px);
	}

	.blog-area .type-post.size-2x1 {
		width: 100%;
	}

	.blog-area .type-post.size-2x1 .post-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}

	.blog-area .type-post.size-2x1 .post-caption {
		padding-right: 50%;
	}

	.blog-area .type-post.size-3x2 {
		width: 100%;
	}

	.blog-area .type-post.size-3x2 .post-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}

	.blog-area .type-post.size-3x2 .post-caption {
		padding-right: 50%;
	}
}

@media (min-width: 1025px) {
	.blog-area .type-post {
		width: 25%;
	}

	.blog-area .type-post.size-2x1 {
		width: 50%;
	}

	.blog-area .type-post.size-3x2 {
		width: 75%;
	}

	.blog-area .type-post.size-3x2 .post-thumbnail-inner {
		padding-top: calc(66.6667% - 20px);
	}

	.blog-area .type-post.size-3x2 .post-caption {
		padding-right: 66.66%;
	}
}

.post-header {
	max-height: 69px;
	overflow: hidden;
}

.blog-area .post-title {
	display: inline;
	margin-bottom: 0;
	font-size: 17px;
	word-break: break-word;
}

.blog-area .post-header p:first-of-type {
	display: inline;
	word-break: break-word;
}

.blog-area .post-header p:first-of-type:before {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 4px 6px;
	background-color: #fff;
	content: "";
}

.post-meta {
	opacity: .5;
}

.post-category {
	margin-left: 10px;
	text-transform: lowercase;
}

.post-category a {
	margin-right: 5px;
}

.post-category a:before {
	content: "\#";
}

.sticky .sticky-post {
	position: relative;
	top: -2px;
	margin-right: 10px;
	padding: 4px 10px 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, .5);
}

.post-content:after {
	content: "";
	display: table;
	clear: both;
}

.post-content > * {
	max-width: 100%;
}

.post-content p a {
	border-bottom: 1px solid #fff;
}

.post-content > h1:not(:first-child),
.post-content > h2:not(:first-child),
.post-content > h3:not(:first-child),
.post-content > h4:not(:first-child),
.post-content > h5:not(:first-child),
.post-content > h6:not(:first-child) {
	margin-top: 50px;
}

/* 404 */

.error404 {
	overflow: hidden;
}

.error404 .site-footer {
	display: none;
}

/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/

.portfolio-area {
	margin-right: -20px;
}

.portfolio-area .type-project {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.portfolio-area .type-project:after {
	z-index: 4;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	content: "";
}

.grid-sizer {
	width: 100%;
}

.project-thumbnail-first,
.project-thumbnail-second {
	transition: opacity .3s;
}

.project-thumbnail-second {
	opacity: 0;
}

.layout-masonry .project-thumbnail-second {
	display: none;
}

.project-thumbnail.has-hover-img:hover .project-thumbnail-first {
	opacity: 0;
}

.project-thumbnail.has-hover-img:hover .project-thumbnail-second {
	opacity: 1;
}

.project-thumbnail-inner {
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
}

.layout-packery .project-thumbnail-inner {
	padding-top: calc(100% - 20px);
}

.layout-packery .size-1x2 .project-thumbnail-inner {
	padding-top: calc(200% - 20px);
}

.project-thumbnail-inner img {
	transition: transform .5s ease;
}

.project-thumbnail:hover .project-thumbnail-inner img {
	transform: scale(1.03);
}

.layout-packery .project-thumbnail-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-caption {
	margin-right: 20px;
}

@media (min-width: 481px) {
	.layout-packery .type-project,
	.layout-masonry .type-project {
		width: 50%;
	}

	.grid-sizer {
		width: 50%;
	}

	.layout-packery .size-2x1 {
		width: 100%;
	}

	.layout-packery .size-2x1 .project-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}

	.layout-packery .size-2x1 .project-caption {
		padding-right: 50%;
	}

	.layout-packery .size-3x2 {
		width: 100%;
	}

	.layout-packery .size-3x2 .project-thumbnail-inner {
		padding-top: calc(50% - 20px);
	}

	.layout-packery .size-3x2 .project-caption {
		padding-right: 50%;
	}
}

@media (min-width: 1025px) {
	.layout-packery .type-project,
	.layout-masonry .type-project {
		width: 25%;
	}

	.grid-sizer {
		width: 25%;
	}

	.layout-masonry.columns-3 .type-project,
	.layout-masonry.columns-3 .grid-sizer {
		width: 33.33%;
	}

	.layout-masonry.columns-2 .type-project,
	.layout-masonry.columns-2 .grid-sizer {
		width: 50%;
	}

	.layout-masonry.columns-1 .type-project,
	.layout-masonry.columns-1 .grid-sizer {
		width: 100%;
	}

	.layout-masonry.columns-3 .project-caption {
		padding-right: 33.33%;
	}

	.layout-masonry.columns-2 .project-caption {
		padding-right: 50%;
	}

	.layout-masonry.columns-1 .project-caption {
		padding-right: calc(75% - 50px);
	}

	.layout-packery .size-2x1 {
		width: 50%;
	}

	.layout-packery .size-2x1 .project-caption {
		padding-right: 50%;
	}

	.layout-packery .size-3x2 {
		width: 75%;
	}

	.layout-packery .size-3x2 .project-thumbnail-inner {
		padding-top: calc(66.6667% - 20px);
	}

	.layout-packery .size-3x2 .project-caption {
		padding-right: 66.66%;
	}
}

/* Hover Caption */

.caption-classic .project-caption {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 20px;
	left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, .85);
	color: #fff;
	transition: opacity .3s;
}

.caption-classic .type-project a:hover .project-caption {
	opacity: 1;
}

.caption-classic .project-caption h3,
.caption-classic .project-caption p,
.caption-classic .project-caption div {
	position: relative;
	top: 20px;
	transition: top .2s, opacity .3s;
}

.caption-classic .type-project a:hover .project-caption h3,
.caption-classic .type-project a:hover .project-caption p,
.caption-classic .type-project a:hover .project-caption div {
	top: 0;
}

.caption-classic .project-caption h3 {
	display: inline;
	font-size: 17px;
	word-break: break-word;
}

.caption-classic .project-caption p:first-of-type {
	display: inline;
	word-break: break-word;
}

.caption-classic .project-caption p:first-of-type:before {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 4px 6px;
	background-color: #fff;
	content: "";
}

.caption-classic .project-caption div {
	opacity: .5;
	text-transform: lowercase;
}

.caption-classic .project-caption span {
	margin-right: 8px;
}

.caption-classic .project-caption span:before {
	content: "\#";
}

/* Text Caption */

.caption-visible .project-caption {
	min-height: 92px;
	max-height: 92px;
	margin-bottom: 80px;
}

.caption-visible .project-caption h3 {
	display: inline;
	font-size: 17px;
	word-break: break-word;
}

.caption-visible .project-caption p:first-of-type {
	display: inline;
	word-break: break-word;
}

.caption-visible .project-caption p:first-of-type:before {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 4px 6px;
	background-color: #fff;
	content: "";
}

.caption-visible .project-caption div {
	opacity: .5;
	text-transform: lowercase;
}

.caption-visible .project-caption span {
	margin-right: 8px;
}

.caption-visible .project-caption span:before {
	content: "\#";
}

/* Filter */

body.filter-active {
	overflow-y: hidden;
}

.portfolio-area {
	transform-origin: top;
}

.filter-toggle {
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	top: calc(50% - 30px);
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: translateY(20px);
	transition: all .3s;
}

@media (max-width: 1024px) {
	.filter-toggle {
		top: 20px;
		left: calc(50% - 30px);
		background-color: #000;
	}
}

.filter-toggle.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.filter-toggle span {
	position: absolute;
	top: calc(50% - 2px);
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	transition: all .3s;
}

.filter-toggle span:before {
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: inherit;
	content: "";
	transition: all .3s;
}

.filter-toggle span:after {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: inherit;
	content: "";
	transition: all .3s;
}

.filter-toggle:hover span {
	width: 8px;
}

.filter-toggle:hover span:before {
	margin-left: -4px;
}

.filter-toggle:hover span:after {
	margin-left: -4px;
}

.filter-area {
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	transition: opacity .3s, visibility .3s;
}

@media (min-width: 1025px) {
	.filter-area {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.filter-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.filter-area ul {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 40px;
}

.filter-area li {
	position: relative;
	list-style: none;
	cursor: pointer;
	margin-top: 20px;
	font-size: 9vw;
	line-height: 1;
	font-weight: bold;
}

.filter-area span {
	position: relative;
}

.filter-area span:after {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 0;
	height: 4px;
	background-color: #fff;
	content: "";
	transition: all .2s;
}

.filter-area li:hover span:after {
	width: 100%;
	left: 0;
}

.filter-area .active span:after {
	width: 100%;
	left: 0;
}

@media (min-width: 769px) {
	.filter-area li {
		font-size: 6vw;
	}
}

@media (min-width: 1025px) {
	.filter-area li {
		display: inline-block;
		margin: 10px 30px;
		font-size: 4vw;
	}
}

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

.comments-button {
	opacity: .5;
	cursor: pointer;
	text-align: center;
	margin-top: 60px;
	padding: 18px 26px;
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comments-button.opened,
.comments-button.opened.active {
	opacity: 1;
}

.comments-area {
	position: relative;
	z-index: 2;
	display: none;
}

.comment-list {
	margin: 0;
	padding: 60px 0 0;
}

.comment {
	list-style: none;
}

.comment-body {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}

.comment-content {
	width: calc(100% - 100px);
}

.comment-text {
	display: inline;
	word-break: break-word;
}

.comment-text p:first-of-type {
	display: inline;
	word-break: break-word;
}

.comment-text:first-of-type:before {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 4px 6px;
	background-color: #fff;
	content: "";
}

.comment-text > * {
	max-width: 100%;
}

.comment-text p a {
	border-bottom: 1px solid #fff;
}

.comment-text > h1:not(:first-child),
.comment-text > h2:not(:first-child),
.comment-text > h3:not(:first-child),
.comment-text > h4:not(:first-child),
.comment-text > h5:not(:first-child),
.comment-text > h6:not(:first-child) {
	margin-top: 50px;
}

.comment-body .avatar {
	border-radius: 50%;
	width: 80px;
	margin-right: 20px;
}

.comment-meta {
	opacity: .5;
}

.bypostauthor .comment-meta .by-post-author {
	display: inline;
}

.comment-body .reply {
	padding-left: 10px;
}

.comment-respond {
	margin-top: 60px;
}

.comment .comment-respond {
	margin-bottom: 60px;
}

.comment-reply-title {
	font-size: 24px;
	font-weight: normal;
}

.comment-reply-title small {
	opacity: .5;
	margin-left: 10px;
	font-size: 17px;
}

.comment-notes,
.comment-form label {
	display: none;
}

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

/* Load More */

.portfolio-area.caption-classic+.load-more {
	margin-top: 50px;
}

.load-more {
	cursor: pointer;
	position: relative;
	width: 51px;
	height: 51px;
	margin: 0 auto;
	transition: opacity .4s;
}

.load-more.hidden,
.load-more.active.hidden {
	opacity: 0;
	pointer-events: none;
	height: 0;
}

.load-more:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}

.load-more:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff;
	content: "";
}

.load-more.loading:before,
.load-more.loading:after {
	animation: spin 1.2s infinite;
}

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

.load-more a {
	display: none;
}

/* Post Navigation */

.next-post {
	margin-top: 30vw;
}

@media (min-width: 1025px) {
	.next-post {
		margin-top: 18vw;
	}
}

.next-post p {
	opacity: .5;
	margin-bottom: 0;
}

.next-post h3 {
	margin-bottom: 0;
	font-size: 9vw;
	line-height: 1.2;
}

@media (min-width: 769px) {
	.next-post h3 {
		font-size: 6vw;
	}
}

@media (min-width: 1025px) {
	.next-post h3 {
		font-size: 4.4vw;
		line-height: 1;
	}
}

/* Page Links */

.page-links {
	clear: both;
	margin-top: 24px;
}

.page-links .current {
	opacity: .5;
}

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

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

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

.post-content > *.alignfull {
	position: relative;
	left: -20px;
	width: calc(100% + (2 * 20px));
	max-width: calc(100% + (2 * 20px));
	clear: both;
}

@media (min-width: 1025px) {
	.post-content > *.alignfull {
		left: -40px;
		width: calc(100% + (2 * 40px));
		max-width: calc(100% + (2 * 40px));
	}

	.post-template-default .post-content > *.alignfull {
		width: calc(200% + (2 * 40px) + 40px);
		max-width: calc(200% + (2 * 40px) + 40px);
	}
}

@media (min-width: 1681px) {
	.post-content > *.alignfull {
		left: -100px;
		width: calc(100% + (2 * 100px));
		max-width: calc(100% + (2 * 100px));
	}
}

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

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption-text {
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

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

.gallery-item {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	margin: 0 20px 20px 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	margin-right: 0;
}

.gallery-columns-2 .gallery-item {
	width: calc((100% - 20px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	width: calc((100% - 20px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	width: calc((100% - 20px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	width: calc((100% - 20px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	width: calc((100% - 20px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	width: calc((100% - 20px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	width: calc((100% - 20px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	width: calc((100% - 20px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 5px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
	color: #fff;
	font-size: 14px;
	text-align: center;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* Image Block */

.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-image figcaption {
	color: #fff;
}

/* Gallery Block */

.wp-block-gallery {
	margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 20px) / 2);
	margin: 0 20px 20px 0;
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
	margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
}

@media (min-width: 600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 20px * 2) / 3);
		margin-right: 20px;
	}

	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 20px * 3) / 4);
		margin-right: 20px;
	}

	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 20px * 4) / 5);
		margin-right: 20px;
	}

	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 20px * 5) / 6);
		margin-right: 20px;
	}

	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 20px * 6) / 7);
		margin-right: 20px;
	}

	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 20px * 7) / 8);
		margin-right: 20px;
	}
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	color: #fff;
}

/* Columns Block */

@media (min-width: 769px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-column {
	margin-bottom: 24px;
}

@media (min-width: 600px) {
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.wp-block-column:nth-child(even) {
		margin-left: 0;
	}
}

@media (min-width: 769px) {
	.wp-block-column {
		flex-basis: calc(50% - 20px);
		flex-grow: 0;
	}

	.wp-block-column:nth-child(even) {
		margin-left: 40px;
	}

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

/* Block Settings */

.has-huge-font-size {
	font-size: 24px;
}

@media (min-width: 481px) {
	.has-huge-font-size {
		margin-bottom: 50px;
		font-size: 4vw;
		line-height: 1.1;
	}
}

.wp-block-separator {
	margin: 50px auto;
	border-color: rgba(255, 255, 255, .5);
}

.wp-block-separator.is-style-dots:before {
	color: #fff;
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 25px;
	border-left: 2px solid rgba(255, 255, 255, .5);
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	opacity: .5;
	color: #fff;
}

.wp-block-pullquote {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 50px 25px;
	border-top: 2px solid rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
}

.wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	opacity: .5;
	color: #fff;
}

.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
	color: #fff;
}

.wp-block-verse pre,
.wp-block-code,
.wp-block-preformatted pre,
.wp-block-pullquote {
	color: #fff;
}

.wp-block-quote footer,
.wp-block-quote__citation {
	color: #fff;
}

.wp-block-table td,
.wp-block-table th {
	border: 0;
}

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

/* Contact form 7 */

span.wpcf7-not-valid-tip {
	margin-top: 10px;
}

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

/* fancyBox */

.fancybox-bg {
	background-color: #000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

@keyframes preloader {
	0% { opacity: .2; }
	20% { opacity: 1; }
	100% { opacity: .2; }
}

.preloader {
	pointer-events: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: opacity .3s;
}

.preloader.loaded {
	opacity: 0;
}

.preloader.hide .preloader-lines {
	opacity: 0;
}

.preloader-lines {
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 13px);
}

.preloader-lines span {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 4px;
	background-color: #fff;
	animation: preloader .9s infinite both;
}

.preloader-lines span:nth-child(2) {
	animation-delay: .3s;
}

.preloader-lines span:nth-child(3) {
	animation-delay: .6s;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

/* Animation on load */

.header-top {
	top: 0;
	transition: .5s;
}

.loading .header-top {
	opacity: 0;
	top: -20px;
}

.header-bottom {
	transition: .5s;
}

.loading .header-bottom {
	opacity: 0;
	transform: translateY(50px);
}

.site-content {
	transition: .5s;
}

.loading .site-content {
	opacity: 0;
	transform: translateY(50px);
}

/* Animation on scroll */

.post-content > *,
.blog-area .type-post,
.portfolio-area .type-project,
.blocks-gallery-item,
.wp-block-column,
.comments-button,
.next-post,
.load-more {
	opacity: 0;
	transform: translateY(50px);
	transition: .5s;
	transition-delay: .1s;
}

.site-footer {
	opacity: 0;
	transition: .5s;
	transition-delay: .1s;
}

.post-content > *.active,
.blog-area .type-post.active,
.portfolio-area .type-project.active,
.blocks-gallery-item.active,
.wp-block-column.active,
.next-post.active,
.load-more.active {
	opacity: 1;
	transform: translateY(0);
}

.comments-button.active {
	opacity: .5;
	transform: translateY(0);
}

.site-footer.active {
	opacity: .5;
}

/* Animated Cursor */

.animated-cursor {
	mix-blend-mode: difference;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: width .3s, height .3s, opacity .3s;
}

.animated-cursor.active {
	width: 90px;
	height: 90px;
}

.animated-cursor.invisible {
	opacity: 0;
}