/*!
Theme Name: crazyfuncasino
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crazyfuncasino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

crazyfuncasino is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Quitman';
    src: url("fonts/Quitman.otf") format("opentype");
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	float: left;
	width: 100%;;
}

.sr-hidden {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sr-visible {
	opacity: 1;
	transform: translateY(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;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 37.5em){
.cta{
	flex-direction: row;
}	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	width: 100%;
}

.main-navigation a {
	    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 60px;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 800;
}

@media screen and (min-width: 37.5em) {

.main-navigation a {
	font-size: 1em;
	padding: 20px;
}
.main-navigation li {
	width: 33.3333333333%;
}
}

/* Small menu. */
.menu-toggle {
	    /* width: 50%; */
    align-items: center;
    display: flex;
    margin: 0 25%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border: 0;
    border-radius: 40px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
	font-size: .8em;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* crazyfuncasino */

.site-header{
	    margin: 0 5px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 40px);
    border-radius: 40px;
    align-items: center;
    position: relative;
    width: calc(100% - 10px);
    float: left;
}

@media screen and (min-width: 37.5em){
.site-header{
	 width: calc(100% - 40px);
	 margin: 0 20px;;
	 z-index: 1000;
	 margin-top: 0;
}	
}

.languages{
	    position: absolute;
    right: 0px;
    background: #fff;
    padding: 0px 0;
    z-index: 2000;
    border-bottom-left-radius: 20px;
    /* border-bottom-right-radius: 20px; */
	right: 30px;
}

.gtranslate_wrapper{
	display: flex;
}

.gtranslate_wrapper span {
	color: #cc9900 !important;
}

.gtranslate_wrapper a.glink img{
	height: 15px;;
}

@media screen and (min-width: 37.5em){
.languages{
	    position: absolute;
    right: 50px;
    background: #fff;
    padding: 0px 0;
    z-index: 2000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; 
	padding: 10px;
}	
}

.site-header.chi-siamo{
    height: 400px;
	margin: 0;
	width: 100%;
	position: relative; 
	z-index: 2;
}

.site-logo{
	    /* height: 200px; */
    padding: 40px 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
	background-color: #fff;
}

@media screen and (min-width: 37.5em){
.site-logo{
	padding: 20px 180px;
}	
}

.site-logo img{
	height: 30px;
	max-width: none;
}

@media screen and (min-width: 37.5em){
.site-logo img{
	height: 40px;
}	
}


.site-logo span{
	    width: 100%;
    float: left;
    font-family: 'Noto Sans';
    font-weight: 600;
    text-transform: uppercase;
    color: #cc9900;
    line-height: 10px;
}

.site-branding{
	    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    flex-direction: column;
    background: rgba(204, 153, 0, 10);
    background: linear-gradient(0deg,rgba(204, 153, 0, .4) 0%, rgba(204, 153, 0, .8) 100%);
    padding: 0 20px 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    backdrop-filter: blur(8px);
}

@media screen and (min-width: 37.5em){
	.site-branding{
    background: linear-gradient(0deg,rgba(204, 153, 0, .4) 0%, rgba(204, 153, 0, .1) 100%);
}
.site-logo{
	width: 100%;
}	
}

.site-navigation{
	    margin: 50px;
    display: flex;
    flex-direction: column;
}

.bg-header{
	    margin: 0 0px;
    /* display: flex; */
    /* flex-direction: column; */
    height: calc(100vh - 120px);
    background: #f0f0f0;
    border-radius: 40px;
    background-image: url('img/home-eventi-a-tema-casino.png');
    background-size: cover;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    margin-top: 20px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    /* height: 100%; */
}

.bg-header.chi-siamo{
    height: 400px;
	margin: 0;
	border-radius: 0;
}

.bg-header p{
       vertical-align: middle;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    height: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(90,76,64,.3);
    border-radius: 40px;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 37.5em){
.bg-header p{
	flex-direction: row;
	font-size: 4em;
}	
}

.bg-header p span{
	    font-family: 'Quitman', cursive;
    font-size: 2.2em;
    padding-right: 20px;
    line-height: 90px;
    padding-top: 30px;
}

@media screen and (min-width: 37.5em){
.bg-header p span{
	   font-family: 'Quitman', cursive;
    font-size: 2.5em;
    padding-right: 20px;
	padding-top: 0;
}	
}

.home-content p{
	    font-family: 'Montserrat', sans-serif;
    font-size: 2.1em;
    color: '#eee';
    font-weight: 800;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
    color: #999;
	margin: 0;
	float: left;
}

@media screen and (min-width: 37.5em){
.home-content p{
	padding: 0 140px;
	font-size: 4.1em;
	line-height: 60px;
}
.bg-header p span{
    font-size: 1.5em;
	float: left;
	padding-right: 50px;
}	
}

.home-content p span{
	    font-family: 'Quitman', cursive;
    font-size: 1.5em;
    padding-right: 20px;
	color: #cc9900;
	font-weight: 400;
}

.page-content p span{
	    font-family: 'Quitman', cursive;
    font-size: 4.5em;
    padding-right: 20px;
	color: #cc9900;
	font-weight: 400;
	text-align: center;
	width: 100%;
	float: left;
}

.page-content p.intro{
	   font-family: 'Montserrat', sans-serif;
    font-size: 2.1em;
    color: '#eee';
    font-weight: 800;
    text-align: center;
    padding: 0 40px;
    line-height: 30px;
    color: #999;
	float: left;
}

@media screen and (min-width: 37.5em){
.page-content p.intro{
    font-size: 3.1em;
	line-height: 60px;
	padding: 0 140px;
}	
}

.page-content .col-2 {
	    display: flex;
    margin: 60px 5%;
	width: 90%;
	float: left;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.page-content .col-2 {
	 flex-direction: row;
	 margin: 60px 10%;
	 width: 80%;
}	
}

.page-content .col-2.reverse {
	flex-direction: column-reverse;
}

@media screen and (min-width: 37.5em){
.page-content .col-2.reverse {
	flex-direction: row-reverse;
}

}

.page-content .col-2 div.contenuto{
         width: 100%;
    font-size: 1.3em;
    font-weight: 300;
    padding: 40px;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    background: #dfdcd3;
    /* border-radius: 30px; */
}

@media screen and (min-width: 37.5em){
.page-content .col-2 div.contenuto {
	width: 60%;
	padding: 90px;
}	
}

.page-content .col-2 div.contenuto p a{
	    float: left;
    margin-top: 70px;
    padding: 5px 50px;
    background: #fff;
    border-radius: 30px;
    font-size: .7em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #5a4c40;

}

.page-content .col-2 div.foto{
	    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 37.5em){
.page-content .col-2 div.foto {
	width: 40%
}	
}

.page-content .col-2 div.foto img{
        width: 100%;
    /* border-radius: 60px; */
    max-height: 760px;
    width: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.page-content .col-2 div.foto img.full-width{
        width: 80%;
    height: auto;
}
.fascia-grey{
	    width: 100%;
    background: #5a4c40;
    float: left;
	padding: 50px 10%;
}

.fascia-grey div.row-3{
		display: flex;
		flex-direction: column;
}

@media screen and (min-width: 37.5em){
.fascia-grey div.row-3{
		flex-direction: row;
}	
}

.fascia-grey div.row-3 div{
	    flex: 1 1 100%;
}

.fascia-grey div.row-3 div.punto-forza, .fascia-grey div.row-3 div.titolo-punti-forza{
	    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
	min-height: 300px;
}



.fascia-grey div.row-3 div.punto-forza{
	background: #cc9900;
	border-radius: 20px;
}

.fascia-grey.full-content div.row-3 div.punto-forza{
	    background: transparent;
    border-radius: 20px;
    display: block;
    border: 2px solid #cc9900;
}

.fascia-grey div.row-3 div.punto-forza p{
	    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6em;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    font-weight: 700;

}

.fascia-grey.full-content div.row-3 div.punto-forza p{
	    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 300;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    margin: 0;

}

.fascia-grey.full-content div.row-3 div.punto-forza p.titolo{
	    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
    text-align: left;
	padding-top: 60px;
}

.fascia-grey div.row-3 div.titolo-punti-forza p{
	    font-size: 3.6em;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
}

.fascia-cosa{
	    width: 100%;
    padding: 55px 20px;
    float: left;
    background: #dfdcd3;
}

@media screen and (min-width: 37.5em){
.fascia-cosa{
	 padding: 55px 10%;
}
}

.fascia-cosa .sovratitolo{
	    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
	color: #cc9900;
}

.fascia-cosa .titolo{
	    margin: 0;
    font-size: 3em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 900;
	color: #333;
}

.fascia-cosa div.col-2{
	display: flex;
	flex-direction: column;
}

.fascia-cosa div.col-2 div{
	    padding: 50px;
    display: flex;
    border-bottom: 1px solid #666;
	flex-direction: column;
}
@media screen and (min-width: 37.5em){
.fascia-cosa div.col-2 div{
	flex-direction: row;
}	
}
.fascia-cosa div.col-2 div p{
	    font-size: 1.5em;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    width: 100%;
	padding-left: 0;
}
.fascia-cosa div.col-2 p.titolo-colonna{
	    font-size: 1.3em;
    font-family: 'Montserrat';
    /* text-transform: uppercase; */
    /* font-weight: 900; */
    display: flex;
    line-height: 30px;
    color: #cc9900;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (min-width: 37.5em){
	.fascia-cosa div.col-2 div p{
	 width: 40%;
	 padding-left: 80px;
}
.fascia-cosa div.col-2 div p.titolo-colonna{
	 font-size: 2.3em;
	 width: 50%;
	 line-height: 50px;
}
}

.fascia-come{
	width: 100%;
	padding: 55px 10%;
	float: left;
}

.fascia-come .sovratitolo{
	    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
	color: #cc9900;
}

.fascia-come .titolo{
	    margin: 0;
    font-size: 2em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 900;
	color: #333;
}

@media screen and (min-width: 37.5em){
.fascia-come .titolo{
    font-size: 4em;
}	
}

.fascia-come div.col-2{
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.fascia-come div.col-2{
	display: flex;
	flex-direction: row;
}	
}

.fascia-come div.col-2 div{
	padding: 0px;
}
@media screen and (min-width: 37.5em){
.fascia-come div.col-2 div{
	padding: 50px;
}	
}
.fascia-come div.col-2 div p{
	    font-size: 2.5em;
    font-weight: 400;
    color: #666;
    line-height: 40px;
	text-align: left;
}
.fascia-come div.col-2 p.titolo-colonna{
	    font-size: 1.8em;
    font-family: 'Montserrat';
    /* text-transform: uppercase; */
    font-weight: 900;
    display: flex;
    line-height: 50px;
    color: #cc9900;
}
@media screen and (min-width: 37.5em){
.fascia-come div.col-2 p.titolo-colonna{
	    font-size: 2.8em;
}	
}

.fascia-dark-grey{
	    width: 100%;
    background: #333;
    float: left;
    padding: 50px 10%;
}

.fascia-dark-grey .col-2{
	display: flex;
}

.fascia-dark-grey .col-2{
	    display: flex;
    padding-bottom: 20px;
	flex-direction: column;
}

.fascia-dark-grey .col-2.reverse{
	    flex-direction: column-reverse;
    display: flex;
}
@media screen and (min-width: 37.5em){
.fascia-dark-grey .col-2{
	    flex-direction: row;
		padding-bottom: 80px;
}
.fascia-dark-grey .col-2.reverse{
	    flex-direction: row-reverse;
}	
}

.fascia-dark-grey .col-2 div.contenuto{
	    width: 100%;
    padding: 0 0px 0 0px;
    font-size: .8em;
    padding-top: 30px;
}

@media screen and (min-width: 37.5em){
.fascia-dark-grey .col-2 div.contenuto{
     width: 60%;
    padding: 0 100px 0 50px;
}	
}

.fascia-dark-grey .col-2.reverse div.foto{
	 background: #fff;
	 min-height: 400px;
}

.fascia-dark-grey .col-2 div.foto{
	    align-items: center;
    border-radius: 60px;
    display: flex;
    justify-content: center;
	width: 100%;
}

@media screen and (min-width: 37.5em){
.fascia-dark-grey .col-2 div.foto{
	width: 40%;
}	
}

.fascia-dark-grey .col-2 p.sovratitolo{
	color: #cc9900;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}

.fascia-dark-grey .col-2 p.titolo{
	color: #cc9900;
	font-size: 2.8em;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
}

.fascia-dark-grey .col-2 p{
	    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
}

.fascia-foto{
	    width: 100%;
    background: #333;
    float: left;
    /* padding: 50px 10%; */
    /* height: 500px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    background-color: #5a4c40;
	font-size: .6em;
}

@media screen and (min-width: 37.5em){
.fascia-foto {
	font-size: 1em;
}	
}

.fascia-foto div{
	    background-color: rgba(0,0,0,.8);
    
    border-radius: 40px;
    margin: 60px;
    font-size: .7em;
    padding: 50px;
}

@media screen and (min-width: 37.5em){
.fascia-foto div{
	font-size: .5em;
	padding: 50px 100px;
}	
}

.fascia-foto p{
	    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Montserrat';
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
	text-align: center;
}

.fascia-foto p.contenuto{
	    font-family: 'Lato', sans-serif;
    font-size: 2.6em;
    text-transform: none;
    font-weight: 400;
    text-align: center;
}

@media screen and (min-width: 37.5em){
.fascia-foto div p.contenuto{
	font-size: 2.8em;
}	
}

.fascia-foto p span{
	     width: 100%;
    float: left;
    text-align: center;
    font-family: 'Quitman', cursive;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 2em;
    padding-top: 40px;
    opacity: .8;
}

.fin-contatti {
	    margin: 0 10px;
    font-size: 1.6em;
    font-weight: 300;
    background: #dfdcd3;
    padding: 50px;
    border-radius: 20px;
	float: left;
	width: calc(100% - 20px);
}

@media screen and (min-width: 37.5em){
.fin-contatti {
	    margin: 0 10%;
		width: 80%;
}	
}

.fin-contatti .contact-items {
	    display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.fin-contatti .contact-items {
	  flex-direction: row;
}	
}

.fin-contatti .contact-items .contact-item{
	    height: 200px;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 20px 20px;
	margin-bottom: 30px;
}

@media screen and (min-width: 37.5em){
.fin-contatti .contact-items .contact-item{
	 width: 30%;
}	
}

.fin-contatti .contact-items .contact-item a{
	    color: #666;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 50px;
    font-size: .7em;
}

.fin-contatti p.titolo {
}

.scroller-home{
	    float: left;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.scroller-home .swiper-slide{
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.scroller-home .swiper-slide{
	flex-direction: row;
}	
}

.scroller-home .swiper{
	height: 80%;
	width: 80%;
}

.scroller-home .swiper .swiper-slide{
	display: flex;
}

.scroller-home .swiper .swiper-slide div{
	width: 100%;
}

@media screen and (min-width: 37.5em){
.scroller-home .swiper .swiper-slide div{
	width: 50%;
}	
}

.scroller-home .swiper .swiper-slide div.testo{
	    width: 100%;
    font-family: 'Montserrat';
    font-size: 1.4em;
    padding: 0px;
	color: #999;
}

@media screen and (min-width: 37.5em){
.scroller-home .swiper .swiper-slide div.testo{
    font-family: 'Montserrat';
    font-size: 2.8em;
	width: 50%;
	padding: 50px;
}	
}

.scroller-home .swiper .swiper-slide div.testo p{
	    line-height: 20px;
    font-size: .9em;
    text-align: left;
}

@media screen and (min-width: 37.5em){
.scroller-home .swiper .swiper-slide div.testo p{
    line-height: 50px;
	padding-right: 40px;
}	
}

.scroller-home .swiper .swiper-slide div.testo span{
	    font-family: 'Montserrat', cursive;
    font-size: 2.5em;
    padding-right: 20px;
    color: #cc9900;
    font-weight: 400;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    line-height: 60px;
    padding-top: 40px;
    padding-right: 120px;
    float: left;
    font-weight: 600;
}

@media screen and (min-width: 37.5em){
.scroller-home .swiper .swiper-slide div.testo span{
    font-size: 1.8em;
}	
}

.swiper-button-next, .swiper-button-prev{
	    background: #f0f0f0;
    height: 60px !important;
    width: 60px !important;
    border-radius: 30px;
    bottom: 0;
    top: auto !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #5a4c40;
	font-size: 1.3em !important;
}

.swiper-pagination-bullet-active{
	background: #cc9900 !important;
}
/* footer */
.cta{
	    float: left;
    padding: 50px 10%;
    display: flex;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.cta{
	flex-direction: row;
}	
}

.cta div:first-child{
	width: auto;
	
}

@media screen and (min-width: 37.5em){
.cta div:first-child{
	width: auto;
	
}
}

.cta div.bottoni{

	    border: 1px solid #cc9900;
    border-radius: 20px;
    margin-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 37.5em){
.cta div.bottoni{
	width: 80%;
	padding: 0;
    align-items: center;
    justify-content: center;
	border-left: 1px solid #cc9900;
	
}
}

.cta div.bottoni div{
	        display: flex;
    align-items: end;
    vertical-align: middle;
    justify-content: center;
    padding: 12%;
    background: #f0f0f0;
    border-radius: 50px;
    margin: 20px;
}

.cta div.bottoni div p img{
	    height: auto;
    max-width: 40%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 37.5em){
.cta div.bottoni div{
	    display: flex;
    align-items: end;
    vertical-align: middle;
    justify-content: center;
    padding: 12%;
    background: #f0f0f0;
    border-radius: 50px;
    margin: 20px;
}

.cta div.bottoni div p img{
    max-width: 100%;
}
}


.cta div p{
	font-size: 1.8em;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
@media screen and (min-width: 37.5em){
.cta div p{
	font-size: 3.8em;
}	
}
.cta p span{
	    font-family: 'Quitman', cursive;
    font-size: 3em;
    padding-right: 20px;
    color: #cc9900;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    float: left;
    line-height: 80px;
    padding-bottom: 30px;
}

@media screen and (min-width: 37.5em){
.cta p span{
	font-size: 1.2em;
	line-height: normal;
	
}
}

.cta .bottoni{
	display: block;
	padding-bottom: 40px;
}

@media screen and (min-width: 37.5em){
.cta .bottoni{
	display: flex;
	padding-bottom: 0;
	
}
}

.site-info{
	    float: left;
    width: 80%;
    margin: 0 10%;
    display: flex;
    background: #f0f0f0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
	flex-direction: column-reverse;
}

@media screen and (min-width: 37.5em){
.site-info{
	 flex-direction: row;;
}
}

.site-info .sx{
	    width: 100%;
    padding: 50px;
}

@media screen and (min-width: 37.5em){
.site-info .sx{
	    width: 50%;
}
}

.site-info .sx h1{
	    margin: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #5a4c40;
}

.site-info .sx p{
	    margin: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
}

.site-info .dx{
	    width: 100%;
    position: relative;
    top: -20px;
    display: flex;
    align-items: end;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.site-info .dx{
	    width: 50%;
}
}

.site-info .dx img{
	     height: auto;
    max-width: 100%;
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    top: -40px;
	box-shadow: 5px 18px 29px 0px rgba(0,0,0,0.2);
}
 
.legal {
	    float: left;
    width: 100%;
    /* display: flex; */
    text-align: center;
    width: 100%;
    align-items: baseline;
    display: flex;
    width: 80%;
    margin: 0 10%;
    flex: 1 1 100%;
    background: #f0f0f0;
	flex-direction: column;
}

@media screen and (min-width: 37.5em){
.legal{
	flex-direction: row;
}	
}

.legal p, .legal a {
	    width: 100%;
    margin: 0;
    margin: 40px 0px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

@media screen and (min-width: 37.5em){
.legal p, .legal a {
	    width: 33.333333%;
		margin: 30px;
}
}
