/**
Theme Name: Liminal
Author: C+C&Co.
Author URI: https://www.cc-co.co/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme-astra
Template: astra
*/

.blink_me {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.liminal-video-bg-wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

#content {
	position: relative;
	z-index: 2;
}

a:focus {
	outline: none;
} 

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: unset !important;
}

#main,
.elementor-location-header,
.elementor-location-footer {
	padding-left: 6.510416666666667vw;
	padding-right: 6.510416666666667vw;
}

html, body {
	font-size: 0.8333333vw;
}

p:last-child, .entry-content p:last-child {
	margin-bottom: 0;
}

body:not(.elementor-editor-active) .section-scene  {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.lm-btn {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 30px;
	border: 1px solid #ffffff;
	line-height: 1;
}

.lm-btn:hover {
	box-shadow: 0px 0px 15px 0px #ffffff;
	text-shadow: 0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #fff,
      0 0 82px #fff,
      0 0 92px #fff,
      0 0 102px #fff,
      0 0 151px #fff;
}

.lm-main-menu {
    margin-left: auto;
}

.lm-main-menu .menu-item {
    position: relative;
    margin-left: 1.3vw;
}

.lm-main-menu .menu-item:first-child {
	margin-left: 0px;
}

.lm-main-menu .menu-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #ffffff;
    z-index: 1;
    border:0;
    transition: all 200ms;
}

.lm-main-menu .menu-item.current-menu-item:before,
.lm-main-menu .menu-item:hover:before {
	width: 100%;
}

.lm-main-menu .elementor-item {
    position: relative;
    z-index: 2;
    transition: all 200ms;
    letter-spacing: 0.2em;
}

.lm-main-menu .elementor-nav-menu .elementor-item:after {
    opacity: 1 !important;
    background-color: #ffffff;
    bottom: 8px;
    left: 11px;
    right: 11px;
    width: auto;
    transition: all 200ms;
}

.lm-main-menu .menu-item.current-menu-item .elementor-item,
.lm-main-menu .menu-item:hover .elementor-item {
	color: #000000;
}

.lm-main-menu .menu-item:hover .elementor-item:after {
	background-color: #000000;
}

.lm-main-menu .menu-item {
    
}

body:not(.elementor-editor-active) .vision_1_1 .elementor-heading-title {
	transform: translateY(320%);
	transition: transform 1s;
	transition-delay: 1s;
}

.vision_1_1 .elementor-heading-title.animate__animated {
	transform: translateY(0%) !important;
}

.lm-contact-form .quform-form-title-description {
    margin-left: 7.291vw;
    padding-left: 10px;
}

.lm-contact-form .quform-form-title {
    line-height: 1;
    margin-bottom: 1.9vw;
    font-weight: 400;
}

.lm-contact-form .quform-form-description {
    margin-bottom: 1.3vw !important;
    font-weight: 300;
    line-height: 1.3125em;
}

.lm-contact-form .quform-label-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.lm-contact-form .quform-label {
	margin-bottom: 0;
}

.lm-contact-form .quform-label > label > .quform-required {
    display: block;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 300;
}

.lm-contact-form .quform-spacer {
    padding-bottom: 0px;
    margin-bottom: 1.3vw;
}

.lm-contact-form .quform-field::selection {
  color: #ffffff;
  background: #000000;
}

.lm-contact-form .quform-element-submit {
    margin-top: 0;
    margin-bottom: 1.3vw;
}

.lm-contact-form .quform-button-submit {
    margin: 0 0 0 auto;
    float: right;
}

.lm-contact-form .quform-submit,
.elementor-widget-button .elementor-button-content-wrapper {
	border-radius: 0;
	min-width: 5.46875vw;
	height: 2.241vw;
	border: 1px solid #fff;
	position: relative;
	text-align: center;
    padding:0 1.1vw;
    background: transparent;
    transition: all 150ms;
}

.elementor-widget-button .elementor-button-content-wrapper {
	align-items: center;
}

.lm-contact-form .quform-submit span,
.elementor-widget-button .elementor-button .elementor-button-text {
	color: #ffffff;
	transition: all 150ms;
	z-index: 2;
	position: relative;
	text-align: left;
	font-weight: 300;
}

.lm-contact-form .quform-submit:hover,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper {
	box-shadow: 0px 0px 15px 0px #ffffff;
}

.lm-contact-form .quform-submit:hover span,
.elementor-widget-button .elementor-button:hover .elementor-button-text {
	text-shadow: 0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #fff,
      0 0 82px #fff,
      0 0 92px #fff,
      0 0 102px #fff,
      0 0 151px #fff;
}

/*
.elementor-widget-button .elementor-button .elementor-button-content-wrapper ,
.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-text {
	line-height: 2.34375vw;
	text-align: left;
	padding-left: 0.78125vw;
}

.lm-contact-form .quform-submit:hover span,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper {
	color: #000000;
}

.lm-contact-form .quform-submit:before,
.elementor-widget-button .elementor-button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #ffffff;
	transition: all 150ms;
	z-index: 1;
}

.lm-contact-form .quform-submit:hover:before,
.elementor-widget-button .elementor-button:hover:before {
	height: 100%;
}

.lm-contact-form .quform-submit:after,
.elementor-widget-button .elementor-button:after {
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 0;
	border-style: solid;
	border-width: 0 calc(1.1vw + 2px) calc(1.1vw + 2px) 0;
	border-color: transparent #fff transparent transparent;
}
*/
.lm-post-archive-wrapper .lm-row {
	display: flex;
}

.lm-post-archive-wrapper .lm-col-4 {
	width: 7.03125vw;
	padding-right: 0.9895vw;
}

.lm-post-archive-wrapper .lm-col-8 {
	width: 76.822vw;
}

.lm-post-archive-wrapper .post-year {
	padding-bottom: 0.5vw;
	margin-bottom: 0;
	line-height: 1;
	border-bottom: 1px solid #ffffff;
	font-weight: 400;
}

.lm-post-archive-wrapper .lm-post-loop {
	display: flex;
	padding-top: 1.822916666666667vw;
	padding-bottom: 1.822916666666667vw;
	border-bottom: 1px solid #ffffff;	
}

.lm-post-archive-wrapper .lm-post-loop .post-date {
	width: 7.03125vw;
	padding-right: 0.9895vw;
}
.lm-post-archive-wrapper .lm-post-loop .post-date h5 {	
	line-height: 1;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-transform: uppercase;
}
.lm-post-archive-wrapper .lm-post-loop .post-thumbnail {
	width: 27.916vw;
	padding-right: 8.1777vw;
}

.lm-post-archive-wrapper .lm-post-loop .post-thumbnail-placeholder {
	width: 100%;
	height: 15vw;
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.lm-post-archive-wrapper .lm-post-loop .post-info {
	width: 41.145833333vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.lm-post-archive-wrapper .lm-post-loop .post-title {
	font-weight: 400;
	margin-bottom: 1.9791vw;
}

.expositions-wrapper {
	display: flex;
	height: 100%;
}

.exp-tab-wrapper {
	
}

.exp-tab-wrapper .exp-tab-list {
	width: 4.6875vw;
	height: calc(100vh - 12.8vh - 242px);
	display: flex;
	align-items: center;
}

.exp-tab-wrapper .exp-tab-list > .slick-list {
	display: flex;
	align-items: center;
}

.exp-tab-wrapper .exp-tab-list-item {
	opacity: 0.5;
	transition: all 300ms ease;
	cursor: pointer;
	padding: 10px 0;
}

.exp-tab-wrapper .exp-tab-list .slick-arrow {
	color: #ffffff;
	text-align: center;
	font-size: 2rem;
	cursor: pointer;
}

.exp-tab-wrapper .exp-tab-list-item:hover,
.exp-tab-wrapper .exp-tab-list-item.tab-active {
	opacity: 1;
}

.exp-content-wrapper {
	width: calc(100% - 4.6875vw);
	border-left: 1px solid #ffffff;	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.exp-content-wrapper .exp-content-list {
	padding-left: 8.8vw;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 300ms ease;
}

.exp-content-wrapper .exp-content-list.tab-active {
	opacity: 1;
}

.exp-content-wrapper .exp-content-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.exp-content-wrapper .exp-content-list .exp-content-text {
	width: 16.5vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 1400ms ease;
	transition-delay: 600ms;
}

.exp-content-wrapper .exp-content-list.tab-active .exp-content-text {
	left: 0%;
	transform: translate(0%, -50%);
}

.exp-content-wrapper .exp-content-list .exp-content-img {
	width: 48.28125vw;
	position: absolute;
	top: 50%;
	right: 0;
	transform: perspective(800px) rotateX(90deg) scale(1.5) translateY(-20%);
	transition: all 1000ms ease;
	transition-delay: 800ms;
}

.exp-content-wrapper .exp-content-list .exp-content-img img {
	border-radius: 1.5vw;
}

.exp-content-wrapper .exp-content-list.tab-active .exp-content-img {
	transform: perspective(200px) rotateX(0deg) scale(1)  translateY(-50%);
}

.exp-content-list .exp-content-text h2 {
	font-size: 3rem;
	line-height: 1.125em;
	font-weight: 300;
}

.exp-content-list .exp-content-text h4 {
	font-size: 1rem;
	line-height: 1.4375em;
	font-weight: 400;
}

.lm-team-1 {
	display: flex;
	justify-content: space-between;
}

.lm-team-1 .lm-team-1-item-wrapper {
	width: 34vw;
	height: 31vw;
	position: relative;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item {
	width: 20vw;
	height: 20vw;
	position: absolute;	
	transition: all 1500ms ease;
	transition-delay: 2500ms;
	opacity: 0;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item:before {
	content: '';
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	transition: all 300ms ease;
}

.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item.active:before {
	border: 1px solid rgba(255,255,255,1);
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-label {
	position: absolute;
	z-index: 2;
	font-size: 1.5rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	cursor: pointer;
	transition: all 300ms ease;
	opacity: 0.5;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-desc {
	font-size: 0.9rem;
	line-height: 1.1875;
	position: absolute;
	width: 25%;
	text-align: center;
	transition: all 300ms ease;
	opacity: 0.5;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.tv_film {
	left: 0;
	top: 0;
	z-index: 2;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.tv_film .lm-team-1-item-label {
	top: 45%;
	left: 40%;
	transform: translateX(-50%);
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.tv_film .lm-team-1-item-desc {
	width: 27%;
	top: 75%;
	left: 45%;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.gaming {
	right: 0;
	top: 0;
	z-index: 2;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.gaming .lm-team-1-item-label {
	top: 45%;
	right: 40%;
	transform: translateX(50%);
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.gaming .lm-team-1-item-desc {
	top: 34%;
	left: 4%;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.vspaces {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.vspaces .lm-team-1-item-label {
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.vspaces .lm-team-1-item-desc {
	top: 19%;
	left: 63%;
}

.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item-text {
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1;
	z-index: 1;
	width: 22.5vw;
	height: 22.5vw;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 1500ms ease;
	transition-delay: 1s;
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.lm-team-1 .lm-team-1-scope-wrapper,
.lm-team-1 .lm-team-1-spacer {
	width: 19.21875vw;
	position: relative;
}

.lm-team-1 .lm-team-1-spacer-text {
	display: none;
}

.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease;
	opacity: 0;
}

.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item .scope-title {
	display: none;
}

.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item {
	opacity: 1;
}

.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item.active,
.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-label.active,
.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item-text.active,
.lm-team-1.start-animate .lm-team-1-scope-wrapper .lm-team-1-scope-item.active,
.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-desc.active {
	opacity: 1 !important;
}

.lm-team-1.start-animate .lm-team-1-item-wrapper .lm-team-1-item-text {
	font-size: 1.5rem;
	width: 1.5vw;
	height: 1.5vw;
	border: 1px solid rgba(255,255,255,0);
}



@keyframes lm_2_animation {
	0%  {
		top: 30%;
		opacity: 1;
	}
	33%  {
		top: 30%;
		opacity: 1;
	}
	66% {
		top: 0%;
		opacity:  1
	}
	100% {
		top: 0%;
		opacity:  0
	}
}

.lm-team-2 {
	display: flex;
	justify-content: space-between;
}

.lm-team-2 .lm-team-2-item-wrapper {
	width: 19.74vw;
	position: relative;
}

.lm-team-2 .lm-team-2-item-overlay {
	width: 12.6vw;
	height: 12.6vw;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0;
    opacity: 0;
    transition: all;
}

.lm-team-2.start-animate .lm-team-2-item-overlay {
	animation: lm_2_animation 3s;
}

.lm-team-2 .lm-team-2-item-content {
	transition: all 1000ms ease;
	transition-delay: 1980ms;
	opacity: 0;
}

.lm-team-2.start-animate .lm-team-2-item-content {
	opacity: 1;	
}

.lm-team-2 .lm-team-2-item-photo {
	margin-bottom: 1.5vw;
}

.lm-team-2 .lm-team-2-item-photo img {
	width: 12.6vw;
	height: 12.6vw;
	border-radius: 50%;
	object-fit: cover;
}

.lm-team-2 .lm-team-2-item-name {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 1.09375vw;
} 

.lm-team-2 .lm-team-2-item-position {
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 2.34375vw;
}

.lm-team-2 .lm-team-2-item-desc {
	margin-bottom: 2.8125vw;
	line-height: 1.2;
}

.lm-team-2 .lm-team-2-item-linkedin a {
	font-weight: 300;
	padding-left: 0.78125vw;
	padding-top: 0.78125vw;
	padding-bottom: 0.78125vw;
	padding-right: 5vw;
}

.lm-menu-toggle {
	cursor: pointer;
}

.lm-menu-toggle .bar1,
.lm-menu-toggle .bar2,
.lm-menu-toggle .bar3 {
	width: 21px;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 6px;
	transition: transform 0.4s;	
	transform-origin: 50% 50%;
}

.lm-menu-toggle .bar2 {
	transform: translateX(-5px);
}

.lm-menu-toggle .bar3 {
	margin-bottom: 0px;
}

.lm-menu-toggle:hover .bar2 {
	transform: translateX(0px);
}

.lm-menu-toggle.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 12px) ;
	transform: rotate(-45deg) translate(-5px, 5px) ;
}

.lm-menu-toggle.change .bar2 {
	opacity: 0;
}

.lm-menu-toggle.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -12px) ;
	transform: rotate(45deg) translate(-5px, -5px) ;
}

.home-storytelling-wrapper {
	min-height: 1500vh;
	width: 100%;
	position: relative;
}

.home-storytelling-wrapper #home-storytelling-canvas {
	position: fixed;
}

.home-storytelling-wrapper .canvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
background: radial-gradient(circle, rgba(0,0,0,0) 10%, rgba(0,0,0,0.700717787114846) 75%);
}

.home-storytelling-loader-wrapper,
.home-storytelling-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.home-storytelling-loader-wrapper {
	z-index: 3;
	background-color: #000000;
}

.home-storytelling-loader {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.2em;
	z-index: 1;
	width: 18vw;
	height: 18vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.home-storytelling-content .storytelling-content-item {
	position: absolute;
	transition: opacity 0.3s ease, margin 1s;
	opacity: 0;
	margin-top: 20px;
}

.home-storytelling-content .storytelling-content-item.show {
	opacity: 1;
	margin-top: 0px;
}

.home-storytelling-content .storytelling-content-4 h2,
.home-storytelling-content .storytelling-content-9 h5 {
	transition: opacity 0.3s ease;
	opacity: 0;
}

.home-storytelling-content .storytelling-content-4 h2.show,
.home-storytelling-content .storytelling-content-9 h5.show {
	opacity: 1;
}

.home-storytelling-content .storytelling-content-item h2,
.home-storytelling-content .storytelling-content-item h3,
.home-storytelling-content .storytelling-content-item h4 {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.2;
}

.home-storytelling-content .storytelling-content-item h2 {
	font-size: 5.2vw;
	font-weight: 400;
}

.home-storytelling-content .storytelling-content-item h3 {
	font-size: 3.125vw;
}

.home-storytelling-content .storytelling-content-item h4 {
	font-size: 2.5vw;
	font-weight: 400;
}

.home-storytelling-content .storytelling-content-item h5 {
	font-size: 1.7vw;
}

.home-storytelling-content .storytelling-content-item h5 {
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 1em;
	line-height: 1.4;
}

.home-storytelling-content .storytelling-content-item.x-right {
	right: 6.510416666666667vw;
}

.home-storytelling-content .storytelling-content-item.x-left {
	left: 6.510416666666667vw;
}

.home-storytelling-content .storytelling-content-item.x-mid {	
	left: 50%;
	transform: translateX(-50%);
}

.home-storytelling-content .storytelling-content-item.y-top {
	top: 20%;
}

.home-storytelling-content .storytelling-content-item.y-bot {
	bottom: 20%;
}

.home-storytelling-content .storytelling-content-item.y-mid {
	top: 50%;
	transform: translateY(-50%);
}

.home-storytelling-content .storytelling-content-item.xy-mid {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (min-width: 1671px) {
}

@media (max-width: 1600px) {
	
}

@media (max-width: 1024px) {
	h1, .entry-content h1 {
		font-size: 3.75rem;
	}
	h2, .entry-content h2 {
		font-size: 3rem;
	}
	h3, .entry-content h3 {
		font-size: 2.25rem;
	}
	h4, .entry-content h4 {
		font-size: 2rem;
	}
	h5, .entry-content h5 {
		font-size: 1.5rem;
	}
	h6 .entry-content h6 {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	html, body {
		font-size: 1.7vw;
	}
	h1, .entry-content h1 {
		font-size: 3.75rem;
	}
	h2, .entry-content h2 {
		font-size: 3rem;
	}
	h3, .entry-content h3 {
		font-size: 2.25rem;
	}
	h4, .entry-content h4 {
		font-size: 2rem;
	}
	h5, .entry-content h5 {
		font-size: 1.5rem;
	}
	h6 .entry-content h6 {
		font-size: 1rem;
	}

	.vision_1_1 .elementor-heading-title {
		transform: translateY(0%) !important;
	}

	.expositions-wrapper {
		display: block;
		height: auto;
	}

	.exp-tab-wrapper {
		display: none;
	}

	.exp-content-wrapper {
		width: 100%;
		border: 0;
		display: block;
	}

	.exp-content-wrapper .exp-content-list {
		position: relative;
		opacity: 1;
		padding: 0;
		margin-bottom: 50px;
	}

	.exp-content-wrapper .exp-content-item {
		display: flex;
		flex-direction: column;
	}

	.exp-content-wrapper .exp-content-list .exp-content-text {
		order: 2;
	}

	.exp-content-wrapper .exp-content-list .exp-content-img {
		margin-bottom: 40px;
	}

	.exp-content-wrapper .exp-content-list .exp-content-text,
	.exp-content-wrapper .exp-content-list .exp-content-img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transform: unset;
	}

	.exp-content-list .exp-content-text h2 {
		font-size: 3.75rem;
	}

	.exp-content-list .exp-content-text h4 {
		font-size: 2rem;
	}

	.lm-team-1 {
		flex-direction: column;
	}

	.lm-team-1 .lm-team-1-item-wrapper {
		order: 2;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 0;
		padding-top: 92%;
		margin-bottom: 70px;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item {
		opacity: 1;
		border: 1px solid rgba(255,255,255,1);
		border-radius: 50%;
		width: 60%;
		height: 0;
		padding-top: 60%;
		transition: unset;
		transition-delay: unset;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-label,
	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-desc {
		opacity: 1;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item .lm-team-1-item-desc {
		font-size: 1.25rem;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.tv_film .lm-team-1-item-desc {
		top: 72%;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.gaming .lm-team-1-item-desc {
		top: 32%;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item:before {
		display: none;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.tv_film,
	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item.gaming {
		top: 0%;
	}

	.lm-team-1 .lm-team-1-item-wrapper .lm-team-1-item-text {
		border: 0;
		width: 25%;
		height: 25%;
		font-size: 3rem;
	}

	.lm-team-1 .lm-team-1-scope-wrapper {
		order: 3;
		width: 100%;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		opacity: 1;
		margin-bottom: 100px;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item.scope_vspaces {
		margin-bottom: 0;
	}

	.lm-team-1 .lm-team-1-spacer {
		width: 100%;
		order: 1;
		padding-bottom: 240px;
	}

	.lm-team-1 .lm-team-1-spacer:after {
		content: '';
		width: 1px;
		height: 180px;
		background-color: #ffffff;
		position: absolute;
		bottom: 30px;
		left: 50%;
	}

	.lm-team-1 .lm-team-1-spacer-text {
		display: flex;
		border: 1px solid #ffffff;
		border-radius: 50%;
		width: 60%;
		height: 0;
		padding-top: 60%;
		margin-left: auto;
		margin-right: auto;
		font-size: 3rem;
		font-weight: bold;
		position: relative;
	}

	.lm-team-1 .lm-team-1-spacer-text span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item .scope-title {
		display: block;
		font-weight: 400;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item p {
		font-size: 2.25rem;
		font-weight: 300;
		margin-bottom: 30px;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item p:last-child {
		margin-bottom: 0px !important;
	}

	.lm-team-2 .lm-team-2-item-overlay {
		display: none;
	}

	.lm-team-2 .lm-team-2-item-content {
		opacity: 1;
		transition: unset;
		transition-delay: unset;
	}

	.lm-team-2 .lm-team-2-item-wrapper {
		width: 28vw;
	}

	.lm-team-2 .lm-team-2-item-name {
		font-size: 1.5rem;
	}

	.lm-team-2 .lm-team-2-item-desc {
		font-size: 1.1rem;
	}

	.lm-team-2 .lm-team-2-item-photo img {
		width: 22vw;
		height: 22vw;
	}

	.lm-contact-form .quform-submit, 
	.elementor-widget-button .elementor-button-content-wrapper {
		min-width: 10vw;
		height: auto;
		padding-top: 1vh;
		padding-bottom: 1vh;
		padding-left: 3vw;
		padding-right: 6vw;
		font-size: 2rem;
	}

	.lm-post-archive-wrapper .lm-row {
		display: block;
	}

	.lm-post-archive-wrapper .lm-col-4,
	.lm-post-archive-wrapper .lm-col-8 {
		width: 100%;
		padding-right: 0;
	}	

	.lm-post-archive-wrapper .lm-col-8 .post-year {
		display: none;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-date {
		width: 15vw;
		padding-right: 1vw;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-thumbnail {
		width: 22vw;
		padding-right: 2vw;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-info {
		width: 50vw;
	}

	.lm-contact-form .quform-form-title-description {
		margin-left: 0;
		padding-left: 0px;
	}

	.lm-contact-form .quform-label-text {
		font-size: 2rem;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.lm-contact-form .quform-label > label > .quform-required {
		display: inline-block;
		margin-left: 10px;
		font-size: 2rem;
	}

	.lm-contact-form .quform-form-description {
		font-size: 2rem;
	}

	.lm-contact-form .quform-form-description br {
		display: none;
	}

	.home-storytelling-content .storytelling-content-item h2 {
		font-size: 9.3vw;
	}

	.home-storytelling-content .storytelling-content-item h3 {
		font-size: 7.5vw;
	}

	.home-storytelling-content .storytelling-content-item h4 {
		font-size: 6.25vw;
	}

	.home-storytelling-content .storytelling-content-item h5 {
		font-size: 4.25vw;
	}

	.home-storytelling-content .storytelling-content-item {
		width: 65%;
	}

	.home-storytelling-content .storytelling-content-item br {
		display: none;
	}

	.home-storytelling-content .storytelling-content-item.x-right,
	.home-storytelling-content .storytelling-content-item.x-left {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}

	.home-storytelling-content .storytelling-content-item.x-right.y-mid,
	.home-storytelling-content .storytelling-content-item.x-left.y-mid {
		transform: translate(-50%, -50%);
	}

	.home-storytelling-content .storytelling-content-2 h3 {
		text-align: center;
	}

	.home-storytelling-content .storytelling-content-6{
		top: 60% !important;
	}

	.home-storytelling-content .storytelling-content-7{
		bottom: unset;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.home-storytelling-content .storytelling-content-8 {
		width: 60% !important;
	}

	.home-storytelling-content .storytelling-content-9 {
		top: 15% !important;
		bottom: 15% !important;
		transform: translateX(-50%) !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.home-storytelling-content .storytelling-content-9 h4 {
		white-space: pre-line;
	}
}

@media (max-width: 679px) {
	.lm-team-2 {
		display: block;
	}

	.lm-team-2 .lm-team-2-item-wrapper {
		width: 100%;
		margin-bottom: 70px;
	}

	.lm-team-2 .lm-team-2-item-photo img {
		width: 35vw;
		height: 35vw;
		max-width: 242px;
		max-height: 242px;
	}

	.lm-team-2 .lm-team-2-item-photo {
		margin-bottom: 2vh;
	}

	.lm-team-2 .lm-team-2-item-name {
		font-size: 2.25rem;
		margin-bottom: 2vh;
	}

	.lm-team-2 .lm-team-2-item-position,
	.lm-team-2 .lm-team-2-item-desc {
		font-size: 2rem;
		margin-bottom: 2vh;
	}

	.lm-team-2 .lm-team-2-item-linkedin a {
		font-size: 2rem;
		padding-top: 1vh;
		padding-bottom: 1vh;
		padding-left: 3vw;
		padding-right: 9vw;
	}

	.lm-post-archive-wrapper .post-year {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.lm-post-archive-wrapper .lm-row {
		margin-bottom: 30px;
	}

	.lm-post-archive-wrapper .post-year {
		border-bottom: 0px;
		margin-bottom: 30px;
	}

	.lm-post-archive-wrapper .lm-post-loop {
		padding: 0;
		border: 0;
		display: block;
		margin-bottom: 30px;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-date {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ffffff;

	}

	.lm-post-archive-wrapper .lm-post-loop .post-date h5 {
		margin-bottom: 0;
		font-size: 2rem;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-thumbnail {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-thumbnail-placeholder {
		height: 0;
		padding-top: 75%;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-info {
		width: 100%;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-title {
		font-size: 3rem;
		margin-bottom: 10px;
	}

	.lm-post-archive-wrapper .lm-post-loop .post-content {
		font-size: 2rem;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item {
		margin-bottom: 24vw;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item.scope_vspaces {
		margin-bottom: 0;
	}

	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item .scope-title,
	.lm-team-1 .lm-team-1-scope-wrapper .lm-team-1-scope-item p {
		margin-bottom: 7vw;
	}
}