/*!
Theme Name: Immaginificio
Theme URI: https://immaginificio.com
Author: Andrea Gaspari
Author URI: https://immaginificio.com
Description: Wordpress Theme for Immaginificio
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: immaginificio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, amp-ready

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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0 0.33em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 * Remove the possibility to resize etxtarea boxes
 */

textarea {
	overflow: auto;
	resize: none
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Myriad Pro SB", sans-serif;
}

h1.grey, h2.grey 		{ color: #424242; }
h1.orange, h2.orange 	{ color: #ee7736; }
h1.yellow, h2.yellow 	{ color: #e7b125; }
h1.blue, h2.blue 		{ color: #4e799f; }
h1.green, h2.green 		{ color: #4fab84; }
h1.red, h2.red	 		{ color: #ca2e4b; }

p {
	margin: .5em 0;
	line-height: 1.3em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited { color: #949494; 
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}

a:hover, a:focus, a:active {
	color: #383838;
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*********** IMMAGINIFICIO THEME CSS ************/
@charset "utf-8";

@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MYRIADPRO-REGULAR.eot');
	src: local('☺'), url('fonts/MYRIADPRO-REGULAR.ttf') format('truetype'), url('fonts/MYRIADPRO-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro SB';
	src: url('fonts/MYRIADPRO-SEMIBOLD.eot');
	src: local('☺'), url('fonts/MYRIADPRO-SEMIBOLD.ttf') format('truetype'), url('fonts/MYRIADPRO-SEMIBOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ImmaginiFont';
	src: url('fonts/ImmaginiFont.eot');
	src: local('☺'), url('fonts/ImmaginiFont.woff') format('woff'), url('fonts/ImmaginiFont.ttf') format('truetype'), url('fonts/ImmaginiFont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Incised Black';
	src: url('fonts/Incised Black.eot');
	src: local('☺'), url('fonts/Incised Black.woff') format('woff'), url('fonts/Incised Black.ttf') format('truetype'), url('fonts/Incised Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* IMPOSTAZIONI BASE */
body{ margin: 0; padding: 0; position: relative; font-family: "Myriad Pro", sans-serif; }
div {margin: 0; padding: 0; position: relative;}
a { text-decoration:none; border: none;}	
a:focus, :focus { outline: none; }
img { border: none; text-decoration:none; }
.cb { clear: both; height: 0; display: block;}

.loading { background-image:url(img/loading.gif); background-position: center; background-repeat: no-repeat; background-size: 75px;}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}

.mb-0 {
	margin-bottom: 0 !important;
}

img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.aligncenter {
	display: block;
	margin: auto;
}

.in-box,
.vc_section.in-box {
	margin: auto;
	width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-col-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

	.flex-col-grid.valigncenter {
		align-items: center;
	}

.flex-col-grid > * {
	flex-basis: 100%;
}

/* CONTACT FORM */
.wpcf7 .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 5px;
}
	
	.wpcf7 .form-group > div {
		width: 100%;
	}

	.wpcf7 .form-group label {
		display: inline-block;
		white-space: nowrap;
		margin: 3px 10px 3px 0;
	}

	.wpcf7 .form-group .wpcf7-form-control-wrap,
	.wpcf7 .form-group .wpcf7-form-control-wrap > * {
		width: 100%;
		display: block;
	}
	
	
	.wpcf7 .form-group.range-row label {
		min-width: 100px;
		margin-right: 0;
	}
	
		.wpcf7 .form-group.range-row label:last-child {
			text-align: right;
		}
		
	.wpcf7 .form-group.range-row .wpcf7-radio {
		display: flex;
		justify-content: space-around;
		vertical-align: center;
	}
		.wpcf7 .form-group.range-row .wpcf7-radio .wpcf7-list-item {
			margin: 0;
		}
		
		.wpcf7 .form-group.range-row .wpcf7-radio .wpcf7-list-item-label {
			display: none;
		}

/* SIDE CONTACT FORM */
#cf-sidepanel {
	position: fixed;
	right: -100%;
    width: calc(100% + 250px);
    margin-right: -250px;
    bottom: 70px;
    background-color: #e7b125;
	padding: 10px 270px 10px 20px;
	z-index: 99999;
    -webkit-transition: all .5s cubic-bezier(0.47, 0.4, 0.27, 1.55);
    -moz-transition: all .5s cubic-bezier(0.47, 0.4, 0.27, 1.55);
    transition: all .5s cubic-bezier(0.47, 0.4, 0.27, 1.55);
    font-size: 14px;
}

	#cf-sidepanel #cf-button {
		cursor: pointer;
		position: absolute;
		bottom: 0;
		left: -66px;
		padding: 10px 30px 10px 20px;
		color: #FFFFFF;
		background-color: #e7b125;
		font-family: "ImmaginiFont", sans-serif;
		font-size: 50px;
		border-radius: 100% 0 0 100%;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		transition: all .5s linear;
		-webkit-transform-origin: 66px;
		-moz-transform-origin: 66px;
		transform-origin: 66px;
	}

	#cf-sidepanel.clicked #cf-button {
		-webkit-transform: scale(0 , 1);
		-moz-transform: scale(0 , 1);
		transform: scale(0 , 1);
	}
	
	#cf-sidepanel.clicked {
		right: 0;
	}
	
	#footer.expanded + #cf-sidepanel:not(.clicked) {
   		bottom: 180.5px;
	}

	#cf-sidepanel input:not(#cfsp-privacy):not(#cfsp-submit), #cf-sidepanel textarea {
		width: 100%;
		border: none;
		padding: 6px;
		font-size: 14px;
		opacity: 0.75;
		-webkit-transition: opacity .3s linear, box-shadow .3s linear;
		-moz-transition: opacity .3s linear, box-shadow .3s linear;
		transition: opacity .3s linear, box-shadow .3s linear;
	}
	
		#cf-sidepanel input:not(#cfsp-privacy):not(#cfsp-submit):focus, #cf-sidepanel textarea:focus {
			opacity: 1;
		    box-shadow: 0px 0px 5px #424242;
		}
	
	#cf-sidepanel textarea {
		height: 120px;
	}

	#cf-sidepanel span.wpcf7-list-item {
		margin: 0
	}

	#cf-sidepanel .button-wrapper {
		display: flex;
		justify-content: space-between;
	}

	#cfsp-submit, .cfsp-close {
		position: relative;
		background-color: transparent;
		border: none;
		font-family: "ImmaginiFont", sans-serif;
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
		text-transform: uppercase;
		color: #424242;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		transform-origin: right center;
		opacity: .8;
		cursor: pointer;
	}

	#cfsp-submit {
		right: 20px;
	}

	#cfsp-close-btm { 
		left: 20px;
	}
	
	#cfsp-close-top {
		position: absolute;
		top: -10px;
		right: -17.5px;
	}

		#cfsp-submit:before, #cfsp-submit:after, 
		.cfsp-close:before, .cfsp-close:after, 
		.cfsp-loading:before, .cfsp-loading:after {
			content: " ";
			position: absolute;
			display: block;
			top: 6px;
			height: 15px;
			width: 15px;
			border-style: solid;
			border-color: #424242;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

		#cfsp-submit:before, #cfsp-submit:after, .cfsp-close:after, .cfsp-loading:before, .cfsp-loading:after  {
			border-width: 5px 5px 0 0;
		}

		.cfsp-close:before {
			border-width: 0 0 5px 5px;
		}

		#cfsp-submit:before {
			right: -8px;
		}

		.cfsp-close:before{
			left: -6px;
		}

		#cfsp-submit:after {
			right: -14px;
			opacity: .60;
		}

		.cfsp-close:after{
			left: -20px;
			opacity: .8;
		}

		#cf-sidepanel span.wpcf7-not-valid-tip {
			color: #ca2e4b;
		}
		
		#cf-sidepanel div.wpcf7-response-output:not(.wpcf7-spam-blocked):not(.wpcf7-mail-sent-ok) {
			border-color: #ca2e4b;
		}

		#cf-sidepanel div.wpcf7-spam-blocked {
		    border-color: #ef7736;
		}
		
		#cf-sidepanel div.wpcf7-mail-sent-ok {
			border-color: #4fab84;
		}
		

		#cf-sidepanel a {
			color: #4e799f;
		}

		#cf-sidepanel .wpcf7-response-output {
			margin-top: 0;
		}
		
		.cfsp-loading {
			display: none;
			position: absolute;
			right: 0;
			width: 100px;
			height: 30px;
			padding: 5px 0;
			overflow: hidden;
			z-index: 1;
		}
		
			span.cfsp-loading:after { 
				-webkit-animation: swipeA 1s infinite linear; 
				-moz-animation: swipeA 1s infinite linear; 
				animation: swipeA 1s infinite linear; 
			}
			
			span.cfsp-loading:before { 
				-webkit-animation: swipeB 0.75s infinite linear;
				-moz-animation: swipeB 0.75s infinite linear;
				animation: swipeB 0.75s infinite linear;
			}
			
			.wpcf7.sending .cfsp-loading {
				display: block;
			}
			
			.wpcf7.sending #cfsp-submit {
				-webkit-transform: scale(0, 1);
				-moz-transform: scale(0, 1);
				transform: scale(0, 1);
			}

		@-webkit-keyframes swipeA {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .4;
			}

			80% {
				left: 68px;
				opacity: .4;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}
		@-moz-keyframes swipeA {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .4;
			}

			80% {
				left: 68px;
				opacity: .4;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}
		@keyframes swipeA {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .4;
			}

			80% {
				left: 68px;
				opacity: .4;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}
		@-webkit-keyframes swipeB {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .6;
			}

			80% {
				left: 68px;
				opacity: .6;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}
		@-moz-keyframes swipeB {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .6;
			}

			80% {
				left: 68px;
				opacity: .6;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}
		@keyframes swipeB {
			0% {
			   left: -20px;
			   opacity: 0;
			}
			20% {
				left: 2px;
				opacity: .6;
			}

			80% {
				left: 68px;
				opacity: .6;
			}

			100% {
			   left: 90px;
			   opacity: 0;
			}
		}

/* END - SIDE CONTACT */

@media screen and (min-width: 768px) {
	.flex-col-grid > .flex-sm-12 { flex-basis: 100%; }
	.flex-col-grid > .flex-sm-11 { flex-basis: 91.666666667%; }
	.flex-col-grid > .flex-sm-10 { flex-basis: 83.333333333%; }
	.flex-col-grid > .flex-sm-9	{ flex-basis: 75%; }
	.flex-col-grid > .flex-sm-8 { flex-basis: 66.666666667%; }
	.flex-col-grid > .flex-sm-7 { flex-basis: 58.333333333%; }
	.flex-col-grid > .flex-sm-6 { flex-basis: 50%; }
	.flex-col-grid > .flex-sm-5 { flex-basis: 41.666666667%; }
	.flex-col-grid > .flex-sm-4 { flex-basis: 33.333333333%; }
	.flex-col-grid > .flex-sm-3 { flex-basis: 25%; }
	.flex-col-grid > .flex-sm-2 { flex-basis: 16.666666667%; }
	.flex-col-grid > .flex-sm-1 { flex-basis: 8.333333333%; }
}

@media screen and (min-width: 910px) {
	.flex-col-grid > .flex-md-12 { flex-basis: 100%; }
	.flex-col-grid > .flex-md-11 { flex-basis: 91.666666667%; }
	.flex-col-grid > .flex-md-10 { flex-basis: 83.333333333%; }
	.flex-col-grid > .flex-md-9	{ flex-basis: 75%; }
	.flex-col-grid > .flex-md-8 { flex-basis: 66.666666667%; }
	.flex-col-grid > .flex-md-7 { flex-basis: 58.333333333%; }
	.flex-col-grid > .flex-md-6 { flex-basis: 50%; }
	.flex-col-grid > .flex-md-5 { flex-basis: 41.666666667%; }
	.flex-col-grid > .flex-md-4 { flex-basis: 33.333333333%; }
	.flex-col-grid > .flex-md-3 { flex-basis: 25%; }
	.flex-col-grid > .flex-md-2 { flex-basis: 16.666666667%; }
	.flex-col-grid > .flex-md-1 { flex-basis: 8.333333333%; }
}

.wall-gradient {
	background-color: #ffffff;
	background-image: url("img/concrete-wall.png");
}

.color-separator {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
	display: flex;
	list-style-type: none;
}
	.color-separator li { flex-grow: 1; } 
	.color-separator li:nth-child(1) { background-color: #424242; }
	.color-separator li:nth-child(2) { background-color: #ee7736; }
	.color-separator li:nth-child(3) { background-color: #e7b125; }
	.color-separator li:nth-child(4) { background-color: #4e799f; }
	.color-separator li:nth-child(5) { background-color: #4fab84; }
	.color-separator li:nth-child(6) { background-color: #ca2e4b; }
	
/*** WIDGETS ***/
.widget input:not([type='submit']) {
  width: 100%;
  padding: 5px 5px 5px 5px;
  line-height: 13px;
  font-size: 14px;
  margin: 0 0 0 0;
  border: 1px solid rgba(66, 66, 66, .5);
  border-widtH: 1px;
  border-style: solid;
  border-radius: 2.5px;
}

	.widget input[type='submit'], .widget button {
    display: block;
    margin: auto;
    position: relative;
    align-items: center;
    padding: 7.5px 15px 5px 15px;
    background-color: #FFFFFF;
    color: #424242;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #424242;
    border-radius: 2.5px;
    -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
		.widget input[type='submit']:hover, .widget button:hover {
			color: #FFFFFF;
			background-color: #424242;
			border-color: #424242;
		}
	
	.widget .input-btn input:not([type='submit']) { padding-right: 36px; }
	
	.widget .input-btn button {
		position: absolute;
    right: 0;
    top: 0;
    padding: 4px 7.5px 3px 7.5px;
    border-radius: 0 2.5px 2.5px 0;
    height: 100%;
	}


/*** HEADER ***/		
#masthead {
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: 10000;
	font-family: 'Myriad Pro SB', Helvetica, sans-serif;
	font-size: 16px;
    -webkit-box-shadow:	0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 	0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 		0px 0px 3px 0px rgba(0, 0, 0, 0.25);


}

.admin-bar #masthead { top: 32px; }

@media screen and (max-width: 782px) {
	#wpadminbar {
		 position: fixed;
	}
	.admin-bar #masthead {
    top: 46px;
	}
}

#masthead, #masthead .in-box, #masthead a, #masthead h1, #masthead img, #masthead p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition:	all 0.3s ease;
	transition: all 0.3s ease;
}

	#masthead .in-box {
		height: 98px;
	}

	#masthead .home-link {
		float: left;
		height: 100%;
	}
	
	#masthead .home-link a {
		color: #383838;
	}
	
	#masthead .home-link a:hover {
		color: #000000;
	}
	
		#masthead .home-link .hl-text {
			float: left;
			clear: none;
			margin: 24px 5px 0 0;
			height: 50px;
		}
		
			#masthead .home-link h1.hl-text .site-title-txt { 
				display: block; 
				height: 0; 
				width: 0;
				overflow: hidden; 
			}
		
			#masthead .home-link .hl-text .hl-title {
				display: block;
				height: 61.5%;
				width: auto;
			}
			
			#masthead .home-link .hl-text .hl-claim {
				display: block;
				height: 38.5%;
				width: auto;
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform-origin: center top;
				-ms-transform-origin: center top;
				transform-origin: center top;
			}
			
	#masthead .home-link .cntct-menu {
		position: absolute;
		top: 80px;
		left: 50%;
		width: 155px;
		line-height: 25px;
		background: rgba(243, 243, 243, 0.9);
		list-style-type: none;
		padding: 5px 10px 2px 10px;
		margin: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
		-webkit-transform-origin: 50px 0%;
		-ms-transform-origin: 50px 0%;
		transform-origin: 50px 0%;
		-webkit-transform: translate(-50%, 0) scale(1, 0);
		-ms-transform: translate(-50%, 0) scale(1, 0);
		transform: translate(-50%, 0) scale(1, 0);
	}
	
		#masthead .home-link:hover .cntct-menu {
			-webkit-transform: translate(-50%, 0) scale(1, 1);
			-ms-transform: translate(-50%, 0) scale(1, 1);
			transform: translate(-50%, 0) scale(1, 1);
		}
		
		#masthead.condensed .cntct-menu {
			top: 35px;
		}
		
		#masthead .cntct-menu a:hover {
			color: #949494;
		}
		
		#masthead .cntct-menu li {
			float: left;
			margin-left: 0;
			padding: 0px 10px;
		}
			
	#masthead .main-menu {
		display: flex;
		margin: 0;
		padding: 0;
		height: 100%;
		list-style-type: none;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
		#masthead .main-menu li {
			align-self: center;
			margin-left: 20px;
		}
	
			#masthead .main-menu li a {
				color: #383838;
			}
			
			#masthead .main-menu li.current-menu-ancestor > a,
			#masthead .main-menu li.current-menu-item > a {
				color: #949494;
			}
			
			#masthead .main-menu li a:hover {
				color: #949494;
			}			
			
		#masthead .main-menu > li > .sub-menu {
			position: absolute;
			top: 65px;
			margin-left: 0;
			line-height: 25px;
			background: #FFFFFF;
			list-style-type: none;
			padding: 5px 10px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition:	all 0.3s ease;
			transition: all 0.3s ease;
			-webkit-transform-origin: 50px 0%;
			-ms-transform-origin: 50px 0%; 
			transform-origin: 50px 0%;
			-webkit-transform: scale(1, 0); /* Safari */
			-ms-transform: scale(1, 0); /* IE 9 */
			transform: scale(1, 0);
		}
		
			#masthead .main-menu > li:hover > .sub-menu {
				-webkit-transform: scale(1, 1); /* Safari */
				-ms-transform: scale(1, 1); /* IE 9 */
				transform: scale(1, 1);
			}
			
				#masthead .main-menu > li > .sub-menu .sub-menu {
					list-style-type: none;
					padding: 0;
					margin: 0;
				}
			
			#masthead.condensed .main-menu .sub-menu {
				top: 30px;
			}
		
			#masthead .main-menu .sub-menu li {
				float: none;
				margin-left: 0;
				padding: 0px 10px;
				line-height: 26px;
				font-family: "Myriad Pro", sans-serif;
				font-weight: normal;
			}
			
				#masthead .main-menu .sub-menu li a:hover { 
					border-bottom: 1px solid currentColor;
				}
			
					#masthead .main-menu .sub-menu li:nth-child(6n+1) a:hover { color: #424242; }
					#masthead .main-menu #menu-item-2141 .sub-menu li:nth-child(6n+1) a:hover,
					#masthead .main-menu .sub-menu li:nth-child(6n+2) a:hover { color: #ee7736; }
					#masthead .main-menu #menu-item-2141 .sub-menu li:nth-child(6n+2) a:hover,
					#masthead .main-menu .sub-menu li:nth-child(6n+3) a:hover { color: #e7b125; }
					#masthead .main-menu #menu-item-2141 .sub-menu li:nth-child(6n+3) a:hover,
					#masthead .main-menu .sub-menu li:nth-child(6n+4) a:hover { color: #4e799f; }
					#masthead .main-menu #menu-item-2141 .sub-menu li:nth-child(6n+4) a:hover,
					#masthead .main-menu .sub-menu li:nth-child(6n+5) a:hover { color: #4fab84; }
					#masthead .main-menu #menu-item-2141 .sub-menu li:nth-child(6n+5) a:hover,
					#masthead .main-menu .sub-menu li:nth-child(6n)   a:hover { color: #ca2e4b; }
			
	#masthead .mob-menu {
		display: none;
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		height: 0;
		background: #FFFFFF;;
		overflow: hidden;
 		-webkit-transition: height 0.6s ease, top 0.3s ease;
		-moz-transition: height 0.6s ease, top 0.3s ease;
		transition: height 0.6s ease, top 0.3s ease;
	}
	
		#masthead .mob-menu ul {
			position: relative;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
			#masthead .mob-menu ul li {
				padding-left: 15px;
			}
			
				#masthead .mob-menu ul li a.active {
					color: #00799A;
				}
			
				#masthead .mob-menu ul li a:hover {
					color: #000000;
				}

			
				#masthead .mob-menu ul li a {
					height: 25px;
					line-height: 25px;
					color: #383838;
				}
				
				#masthead .mob-menu .mob-sub-menu li {
					padding-left: 8px;
				}
				
					#masthead .mob-menu .mob-sub-menu li a:before {
						content: "-";
						margin-right: 8px;
					}
				
	#masthead .mob-menu.active {
		height: 450px;
	}
	
		#masthead #mob-menu-btn {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			display: inline-block;
			width: 14px;
			text-align: center;
		}
	
		#masthead #mob-menu-btn {
			color: #383838;
			cursor: pointer;
			font-size: 26px;
			width: 28px;
			padding-top: 5px;
		}
		
		#masthead #mob-menu-btn:hover {
			color: #949494;
		}
		
		#masthead #mob-menu-btn .fa-bars {
			display: inline-block;
		}
		
		#masthead #mob-menu-btn .fa-times {
			display: none;
		}
		
		#masthead #mob-menu-btn.active .fa-bars {
			display: none;
		}
		#masthead #mob-menu-btn.active .fa-times {
			display: inline-block;
		}
		
	#masthead #mob-cntct-menu {
		display: none;
		height: 100%;
		flex-wrap: nowrap;
		margin: 0;
		padding: 0;
		list-style-type: none;
		justify-content: flex-end;
		align-items: center;
	}
	
		#masthead #mob-cntct-menu li {
			margin-right: 15px;
		}
		
			#masthead #mob-cntct-menu li:last-child {
				margin-right: 0;
			}
		
		#masthead #mob-cntct-menu li a {
			color: #383838;
		}
		
		#masthead #mob-cntct-menu li a:hover {
			color: #949494;
		}
			
	@media screen and (min-width: 910px) and (max-width: 1020px) {
		#masthead .main-menu {
			margin-left: 0;
			float: right;
		}
		
			#masthead .main-menu li {
				margin-left: 10px;
			}
	}
	
	@media screen and (min-width: 910px) and (max-width: 1430px) {
		#masthead .main-menu li#menu-item-2141 .sub-menu {
			right: 0;
		}
	}
	
	@media screen and (max-width: 909px) {
		#masthead {
			overflow: visible;
		}
		
		#masthead .home-link #ctc-menu {
			display: none;
		}
		
		#masthead #mob-cntct-menu {
			display: flex;
		}

		#masthead .mob-menu {
			display: block;
		}
		
		#masthead .main-menu {
			display: none;
		}
		
	}
	
	@media screen and (max-width: 400px) {
		#masthead #mob-cntct-menu li:nth-child(3) {
			display: none;
		}
	}
	
	@media screen and (max-width: 375px) {
		#masthead #mob-cntct-menu li:nth-child(2) {
			display: none;
		}
	}
	
	@media screen and (max-width: 325px) {
		#masthead #mob-cntct-menu li:nth-child(1) {
			display: none;
		}
	}
			
#masthead.condensed {
	height: 40px;
}

	#masthead.condensed .home-link .hl-text {
		margin-top: 9px;
		height: 37.5px;
	}

	#masthead.condensed .home-link .hl-text .hl-claim {
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		transform: scaleY(0);
	}
	
	#masthead.condensed .in-box { height: 38px; }
	
	#masthead.condensed .mob-menu { 
		top: 40px;
	}

#content {
	padding-top: 100px;
	padding-bottom: 275px;
	overflow: hidden;
	min-height: 100vh;
}

	.admin-bar #content {
		min-height: calc(100vh - 32px);
	}
	
	@media only screen and (max-width: 782px) {
		.admin-bar #content {
			min-height: calc(100vh - 46px);
		}
	}

.page-loading {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url(img/loading.gif) no-repeat;
	background-size: 75px;
	background-position: center 200px;
	z-index: 5000;
}

.section-break {
  height: 5px;
  width: 100%;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.75), 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  z-index: 10;
}

body.loaded .page-loading {
	display: none;
}

/*.help-popup {
	padding: 12px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #383838;
	font-family: "Myriad Pro";
	line-height: 22px;
	font-size: 18px;
	box-shadow: 0 0 10px 0px #FFF;
}

	.help-popup p {
		margin: 0;
	}
	
	
.help-popup.left-arrow:after, .help-popup.left-arrow:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help-popup.left-arrow:after {
	border-color: rgba(188, 236, 249, 0);
	border-right-color: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}
.help-popup.left-arrow:before {
	border-color: rgba(188, 236, 249, 0);
	border-right-color: #383838;
	border-width: 11px;
	margin-top: -11px;
}

.help-popup.right-arrow:after, .help-popup.right-arrow:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help-popup.right-arrow:after {
	border-color: rgba(188, 236, 249, 0);
	border-left-color: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}
.help-popup.right-arrow:before {
	border-color: rgba(188, 236, 249, 0);
	border-left-color: #383838;
	border-width: 11px;
	margin-top: -11px;
}*/



#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow:	0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 	0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 		0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    background-position: center;
    z-index: 99;
}

#footer, #footer a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition:	all 0.3s ease;
	transition: all 0.3s ease;
}
	
	#footer > .in-box > div:not(:empty) {
		padding: 10px 0;
	}
	
	#footer .widget {
		margin: 0;
	}
	
		#footer .immaginificio_business-info {
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
			#footer .immaginificio_business-info .profile-pic {
				height: 32px;
				width: auto;
				margin-right: 10px;
			}
			
			#footer .immaginificio_business-info > span {
			    display: block;
				font-size: 14px;
			    padding-top: 4px;
			    text-align: center;
			}
			
			#footer .immaginificio_business-info .business-name {
				text-transform: uppercase;
			}
			
			#footer .immaginificio_business-info .business-address:before {
				content: " - ";
			}
			
	#footer > .in-box > .footer-left.footer-left {
		height: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		transition: all .5s linear;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		transform: scaleY(0);
	}
	
	
		#footer.expanded > .in-box > .footer-left.footer-left {
			height: 70px;
			padding: 10px 0;
			-webkit-transform: scale(1);
			-moz-transform: scaleY(1);
			transform: scaleY(1);
		}
		
		@media only screen and (min-width: 373px) {
			#footer.expanded > .in-box > .footer-left.footer-left {
				height: 55px;
			}
		}
							
	#footer #footer-btm {
        position: relative;
		color: #383838;
		background-color: #FFFFFF;
		font-family: 'Myriad Pro SB';
		font-size: 12px;
		text-align: center;
		line-height: 16px;
		letter-spacing: 0.25px;
		padding: 0;
		height: 0;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		transition: all .5s linear;
	}
	
		#footer.expanded #footer-btm{
			height: 70.5px;
			padding: 5px 0 2.5px 0;
		}
		
			@media only screen and (min-width: 377px) {
				#footer.expanded #footer-btm{
					height: 55.5px;
				}
			}
		
		#footer #footer-btm .footer-btm-vat {	
			display: block;
		}
		
		#footer #footer-btm a {
			color: #949494;
		}
	
			#footer #footer-btm a:hover {
				color: #000000;
			}

			#footer .immaginificio_social-icons a.refer-instagram, .immaginificio_social-icons a.refer-linkedin {
				padding-left: 1px;
			}
			
			#footer .immaginificio_social-icons {
				text-align: center;
				display: flex;
   				justify-content: space-evenly;
			}

			#footer .immaginificio_social-icons a {
				margin-left: 5px;
				color: #fff;
				background-color: #424242;
				border-radius: 100%;
				height: 32px;
				width: 32px;
				display: inline-block;
				padding: 8px 0;
				text-align: center;
			}

			
				#footer .immaginificio_social-icons a:hover {
					background-color: #949494;
					color: #424242;
				}

				#footer .immaginificio_business-info .business-name {
					text-transform: uppercase;
					color: #202020;
				}

.grecaptcha-badge { display: none !important; }


/*** TABLET ***/
@media only screen and (min-width: 768px) {
	#content {
		padding-bottom: 175px;
	}
	
	#footer > .in-box,	
	#footer #footer-btm > div {
	    display: flex;
		justify-content: space-between;
	}
	
		#footer > .in-box > .footer-left.footer-left {
			height: auto !important;
			padding: 10px 0 !important;
			-webkit-transform: scale(1) !important;
			-moz-transform: scale(1) !important;
			transform: scale(1) !important;
		}
	
		#footer .immaginificio_business-info {
			justify-content: flex-start;
		}
		
		#footer #footer-btm .footer-btm-vat {	
			display: inline;
		}
			#footer #footer-btm .footer-btm-vat:before {
				content: " | ";
			}
			
	#footer.expanded #footer-btm { height: 23.5px; }

	/* SIDE CONTACT FORM */
	#cf-sidepanel {
		right: -1000px;
		width: 750px;
		font-size: 16px;
	}

		.loaded #cf-sidepanel {
			right: -500px;
		}
		
		#cf-sidepanel:not(.clicked):hover {
			right: -475px;
		}
		
		#footer.expanded + #cf-sidepanel#cf-sidepanel {
			bottom: 93.5px;
		}
		
		#cf-sidepanel.clicked {
			right: 0;
		}
		
		.cfsp-close:hover {
			opacity: 1
		}

		#cfsp-close-btm:hover {
			left: 15px;
		}

		#cfsp-submit:hover {
			right: 15px;
			opacity: 1;
		}	
		
		#cf-sidepanel input:not(#cfsp-privacy):not(#cfsp-submit), #cf-sidepanel textarea {
			padding: 8px;
			font-size: 16px;
		}
		#cf-sidepanel textarea {
			height: 175px;
		}
		/* END - SIDE CONTACT */
				
}
/*** END - TABLET ***/

/*** LAPTOP ***/
@media only screen and (min-width: 992px) {
	
}
/*** END - LAPTOP ***/

/*** DESKTOP ***/
@media only screen and (min-width: 1200px) {
}
			
.tp-fullwidth-forcer, .tp-parallax-wrap, .tp-bgimg {
	position: initial;
}

.tp-loader.spinner5 {
	background: url(img/loading.gif) no-repeat center !important;
	background-color: transparent !important;
	background-size: 75px !important;
	width: 75px !important;
	height: 75px !important;
}
		
@media only screen and (min-width: 1100px) {
	.in-box {
		max-width: 1090px;
	}
}

@media only screen and (min-width: 1200px) {
	.in-box {
		max-width: 1180px;
	}
}

@media only screen and (min-width: 1300px) {
	.in-box {
		max-width: 1270px;
	}
}

/* COOKIES */
#cookie-law-info-bar {
	display:none;
	top: 100px !important;
	width: 100%;
	padding: 5px;
	font-family: "Myriad Pro", Helvetica, sans-serif !important;
	text-align: center;
	font-size: 12px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #ffffff;
	background-image: url("img/concrete-wall.png");
}
	
	.admin-bar #cookie-law-info-bar {	top: 132px !important; }

	#page.condensed ~ #cookie-law-info-bar { top: 40px !important; }
	.admin-bar #page.condensed ~ #cookie-law-info-bar {	top: 72px !important; }
	
	#cookie-law-info-bar.hidden, #page.condensed ~ #cookie-law-info-bar.hidden {
		top: 0;
		opacity: 0;
	}
	
	#cookie-law-info-bar br {
		display: none;
	}

	#cookie-law-info-bar .cli-plugin-button {
		padding: 5px 8px 3px 8px;
		margin: 0 5px;
		border-radius: 2px;
		border: 1px solid;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 15px;
		border-color: #383838;
		background-color: rgba(56,56,56,0.1) !important;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		
	#cookie-law-info-bar .cli-plugin-button:hover {
		color: #000000 !important;
		border-color: #000000 !important;
		background-color: transparent !important;
	}
	
@media only screen and (max-width: 499px) {
	#cookie-law-info-bar br {
		display: block;
	}
}

/* FLAG ICON */
i.lang-icon {
	position: relative;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  height: 16px;
  width: 16px;
  top: 3px;
}
i.lang-icon.lang-it {
	background-image: url(img/lang/it.png);
}

i.lang-icon.lang-en {
	background-image: url(img/lang/en.png);
}

/* PopupAlly */
#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr:hover,
#popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr:hover {
	background-color: #e7b125;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr {
  transition: background-color 0.3s linear;
}
