/* LYON STUDIOS */
/* patrik */

/* TOP NAV */
.nav-container.center .nav-table .nav-custom {
	display:block;
	width:110px;
	float:left;
}
.nav-cell.hdrMenu {
	display:block;
	float:right;
	position:relative;
	top:30px;
}
.overlay.hdrMenu {
	height:auto;
	transition:none;
}
/* trigger visibility */
.is-open-right {
    transform: translateX(-300px);
}
.is-open-right .off-canvas-content {
	overflow:visible;
}
.is-open-right .overlay.hdrMenu {
	position:absolute;
	top:10px;
	right:-225px;
	right:-280px;
	left:auto;
	width:200px;
	width:240px;
	opacity:1;
	visibility: visible;
	background:#FFF;
}
.overlay.hdrMenu nav {
	height:auto;
	transform:none;
	font-size: 18px;
}
overlay.hdrMenu .overlay-menu {
	position: absolute;
	right:0;
	top:0;
}
.overlay.hdrMenu .overlay-menu ul li {
	height:auto;
	min-height: inherit;
	opacity: 1;
}
.overlay.hdrMenu ul li a {
	font-size:18px;
	color:#0a0a0a;
	text-align: left;
}
.overlay.hdrMenu ul li li {
	padding-left:20px;
}

img.homeImageLeft,
img.homeImageRight {
	display: block;
	float:left;
	width:45%;
}
img.homeImageRight {
	float:right;
}

img.homeImageLeft,
img.homeImageRight,
.homeTextLeft,
.homeTextRight {
	margin-bottom:15px;
}
.homeTextLeft,
.homeTextRight {
	float:left;
	width:51%;
	text-align: justify;
}
.homeTextLeft h2 {
	text-align:right;
}
.homeTextLeft h2,
.homeTextRight h2 {
	color:#f57b20;
	margin: 0 0 25px 0;
}
.homeTextLeft p,
.homeTextRight p {
	font-size:18px;
}
.homeTextRight {
	float:right;	
}

/* homeServicesGrid */
/*
.homeServiceGrid {
	display:inline-block;
	width:24%;
	vertical-align: top;
	text-align:center;
	background:#f7f7f7;
	padding:10px;
	margin:0.3%;
}*/
ul.homeServiceGrid,
ul.homeServiceGrid li {
	list-style-type: none;
	padding:0;
	margin:0;
}
ul.homeServiceGrid {
	column-count: 4;
}
ul.homeServiceGrid li {
	text-align:center;
	background:#f7f7f7;
	padding:10px 15px 20px 15px;
	/* height:530px; height being calculated with JS in footer.php */
	margin:0 0 15px 0;
	transition:0.2s all;
}
ul.homeServiceGrid li:hover {
	background:#fef9f1;
	transition:0.2s all;
}
.homeServiceGrid .fa-solid {
	display:block;
	font-size:36px;
	color: #e26100;
	margin:30px 0;
}
.homeServiceGrid strong {
	display: block;
	line-height: 1.3em;
	margin:0 0 -13px 0;
}

/* SOUL movie dedicated page */
.soulPhotosInset {
	text-align: center;
	background:#ebebeb;
	padding:30px 30px 0 30px;
	margin:30px 0;
}
.soulPhotosInset .desc {
	font-style:italic;
	Xcolor:#f57b20;
	padding:0 10%;
}
.soulPhotosInset img {
	max-height:270px;
	width:auto;
	margin: 1%;
}
.soulPhotosInset br {
	display:none;
}


/* FOOTER */
#footerFormWrap .gform_heading {
	display:none;
}
.grecaptcha-badge {
	display:none;
}

#wpcf7-f2023-o1 input[type="text"],
#wpcf7-f2023-o1 input[type="email"],
#wpcf7-f2023-o1 textarea,
#wpcf7-f2023-o1 input[type="submit"] {
	font-size:14px;
}
#wpcf7-f2023-o1 textarea {
	height:100px;
}
#wpcf7-f2023-o1 input[type="submit"] {
	text-transform:uppercase;
    color: #fefefe;
    padding: 0.85em 1em;
    background-color: #2199e8;
	border:none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
#wpcf7-f2023-o1 input[type="submit"]:hover {
	background-color:#1583cc;
}


.Clear {
	clear:all;
}





