/*!
Theme Name: brancaccio
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: brancaccio
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.

brancaccio 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
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Prata:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

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

body.no-scroll {
  overflow: hidden;
}

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

/**
 * 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: 'Poppins', 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: #000055;
        max-width: 1600px;
    margin: 0 auto;
    position: re;
}

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;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    width: 96% !important;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    border-radius: 10px;
    font-family: 'Fraunces';
    margin: 2%;
    background-color: #000055 !important;
}

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

#chiedi-privacy{
    height: 30px;
    float: left;
    text-align: left;
    width: 10%;
    margin-top: 20px;
}

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%;
    /* border: 0; */
    /* border-radius: 10px; */
    padding: 20px;
    background: rgba(255,255,255,.2);
    /* border: 1px solid #e65520; */
    height: 150px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#page{
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background: rgba(0,0,0,.7);
    right: 0;
    width: 100%;
    opacity: 0;
    min-height:100%;
    overflow-y:scroll;
    overflow-x:hidden;
}

.menu-main_menu-container{
        display: flex;
    padding-top: 160px;
    padding-bottom: 160px;
    min-height: 100%;
    background: #ffcc00;
    min-width: 600px;
    text-align: right;
    position: absolute;
    right: 0;
    flex-direction: column;
    width: 50%;
    }

@media screen and (max-width: 1160px) {

    .menu-main_menu-container{
        display: block;
        min-width: 100%;
    }

.main-navigation{
    display: none;
    width: 100%;
    width: 100%;
    float: left;
    top: 0px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
}

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

.hamburger-lines {
        display: block;
    height: 30px;
    width: 55px;
    position: absolute;
    top: 22px;
    left: 13px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  @media screen and (max-width: 1160px){
    .hamburger-lines {
    display: flex;
    height: 30px;
    width: 35px;
    position: absolute;
    top: 16px;
    left: 13px;
        }

  }

  .hamburger-lines.open {
    left: 17px;
  }

  .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #000055;
  }

 .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

 .hamburger-lines .line2 {
    transition: transform 0.1s ease-in-out;
  }

 .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .hamburger-lines.open .line {
    background: #000055;
  }

  .hamburger-lines.open .line1 {
         transform: rotate(45deg);
    margin-top: 0px;
    transform-origin: 18px 0%;
  }

  @media screen and (max-width: 1160px) {
    .hamburger-lines.open .line1 {
         transform: rotate(45deg);
    margin-top: 0px;
    transform-origin: 10px 0%;
    }
  }
  

  .hamburger-lines.open .line2 {
    transform: scaleY(0);
  }

  .hamburger-lines.open .line3 {
        transform: rotate(-45deg);
    transform-origin: 0px -3px;
  }

  @media screen and (max-width: 1160px) {
    .hamburger-lines.open .line3 {
            transform: rotate(-45deg);
    transform-origin: -10px -6px;
    }
  }

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em; */
    z-index: 99999;
    background-color: #fff;
    padding-bottom: 40px;
    border-radius: 10px;
    flex-direction: column;
    width: 300%;
    padding: 40px;
    background: #f0f0f0;
    opacity: 0;
    
  transition: 0.3s;
    /* margin: 20px; */
}

#opened.opened{
    background: rgba(0,0,0,.3);
    z-index: 2;
    height: 100vh;
    width: 100%;
    z-index: 6;
    position: relative;
}

.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;
    opacity: 1;
}

.main-navigation li {
	position: relative;
    display: block;
    width: 100%;
    float: left;;
}

.main-navigation ul.sub-menu li {
    position: relative;
    border-bottom: 1px solid #fff;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    padding: 15px 15%;
    font-weight: 500;
    position: relative;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 42px;
    font-weight: 500;
    font-family: 'Prata', serif;
    color: #000055;
    text-align: left;
}

.main-navigation li a:after {
	position: absolute;
    height: 6px;
    width: 40%;
    content: '';
    background-color: #fff;
    /* border-radius: 10px; */
    top: 100%;
    left: 10%;
    /* transform: rotate(-20deg); */
    border-radius: 20px;
}

.main-navigation ul.sub-menu a {
    width: 100%;
    text-align: left;
    word-wrap:normal;
    font-weight: 300;
    font-size: 1.6em;
    width: 100%;
    float: left;
    color: #000055;
}

.main-navigation ul.sub-menu a:after {
    /* color: #666; */
   background-color: transparent;
}

/* Small menu. */
.menu-toggle {
    position: absolute;
    right: 0px;
    width: 80px !important;
    top: 30px;
    background: #ffcc00 !important;
    border: 0;
    height: 75px;
    /* border-radius: 50px; */
    color: #666;
    z-index: 20000;
}

@media screen and (max-width: 1159px) {

    .menu-toggle{
        top: 100px;
    right: 5px;
    height: 60px;
    width: 60px !important;
    }
    }

   

.menu-toggle.fixed{
        top: 0;
    margin: 0px 2%;
}

.main-navigation.toggled ul {
    display:  block;
}

	.main-navigation ul {
            display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 70%;
    float: left;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex: 0 0 auto;
    flex-direction: column;
    float: left;
    width: 100%;
	}

    .main-navigation ul.sub-menu {
            padding-left: 15%;
    padding-top: 20px;
    padding-bottom: 40px;
	}

    .main-navigation ul.istituzionale{
        width: 30%;
    }

    .main-navigation ul.menu-istituzionale{
        width: 30%;
    }
        
    

	.main-navigation ul#menu-menu_istituzionale {
		justify-content: end;
		padding-right: 40px;
	}


.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 {
}

.post{
    margin: 0 5%;
    display: flex;
    margin-bottom: 60px;
    width: 90%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 1159px) {

    .post{
        display: block;
    }
    }

.post .post-thumbnail{
    float: right;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 50%;
}

.post .post-thumbnail img{
    border-radius: 20px;
}

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

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

.entry-content{
    padding: 0% 40% 150px 10%;
}

.single .entry-content{
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    background: #f0f0f0;
    padding: 50px;
    border-radius: 30px;
    float: left;
}

.single p{
   float: left;
}

@media screen and (max-width: 1159px) {

    .single .entry-content{
        padding: 20px;
    }
    }

.single .entry-content h2 {
    font-size: 2em;
    font-weight: 500;
}

.entry-content .prezzo{
    font-size: 1.5em;
    font-weight: 600;
    color: #e65520;
    margin-top: 20px;
    background: #fff;
    float: left;
    padding: 20px 60px;
    border-radius: 40px;
    margin-bottom: 0;
}

.entry-content .trasporto{
    width: 100%;
    float: left;
    font-size: .6em;
    font-weight: 600;
}

.wp-block-list{
    margin: 0;
    width: 100%;
    float: left;
}

h1{
    font-family: 'Faunces';
    padding-left: 5%;
    font-size: 3em;
}

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

/* Custom theme */

#masthead{
    margin: 0 0px;
    background-color: #fff;
    position: relative;
}

#masthead.promo{
	height: 200px;
}

#masthead.settore{
}

@media screen and (min-width: 1160px) {

    #masthead.settore{
}
    }

#masthead.contatti{
	height: 450px;
}

#masthead.chi-siamo{
	height: 450px;
}

#masthead.chi-siamo p{
	font-family: 'Prata';
    font-size: 3em;
    padding-left: 60px;
    float: left;
}

@media screen and (min-width: 1160px) {

    #masthead.chi-siamo p{
        font-size: 4em;
    }
    }

#masthead .bg-header{
	background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 200px;
}

#masthead.promo .bg-header{
    background-color: #e65520;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 160px;
    width: 100%;
    border-bottom-right-radius: 200px;
}

#masthead.chi-siamo, #masthead.contatti{
	height: 400px;
	position: relative;
}

#masthead.chi-siamo .swiper{
	height: 600px;
}

#masthead.contatti .swiper{
	height: 250px;
}

.barra-header{
	display: flex;
    flex: 0 0 100%;
    height: 220px;
    background: #fff;
    text-align: center;
    align-items: end;
    margin-top: 0px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1001;
    padding-left: 5px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1160px) {

    .barra-header {
    display: flex;
    flex: 0 0 100%;
    height: 160px;
    background: #fff;
    text-align: center;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1001;
    padding-left: 20px;
}
    }

.barra-header.fixed{
	    position: fixed;
    height: 80px;
    top: -80px;
    /* left: 0; */
    padding-left: 20px;
    /* background: #f0f0f0; */
    max-width: 1600px;
}

.barra-header .site-branding{
		padding: 0 10px;
}

@media screen and (min-width: 1160px) {

    .barra-header .site-branding{
		padding: 0;
        padding-top: 20px;
}
    }


.barra-header .site-branding img{
	height: 100px;
    width: auto;
    max-width: none;
	display: block;
}
.barra-header.fixed .site-branding img{
    height: 60px;
}
@media screen and (min-width: 1160px) {

.barra-header .site-branding img{
	height: 140px;
}

.barra-header.fixed .site-branding img{
    height: 80px;
}
    }

.barra-header .site-branding h1{
	margin: 0;
}

.barra-header .descrizione-header{
    text-align: left;
    padding-left: 0px;
    line-height: 30px;
    padding-right: 60px;
    letter-spacing: 3px;
    font-size: 1em;
    line-height: 20px;
    font-weight: 600;
        width: 30%;
    font-weight: 500;
    font-size: .8em;
    padding: 0;
    line-height: 15px;
    color: #000055;
    
}

@media screen and (min-width: 1160px) {    
    .barra-header .descrizione-header{
         line-height: 18px;
    font-size: 17px;
    width: 20%;
    padding-left: 10px;
    font-weight: 500;
    color: #000055;
    font-weight: 300;
    font-weight: 600;
    padding-right: 40px;
}
    }

    

.barra-header.fixed .descrizione-header{
	    font-size: .7em;
    line-height: 14px;
}

.barra-header .contatti-header{
	display: flex;
    width: 100%;
    align-items: left;
    height: auto; 
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1160px) {    
    .barra-header .contatti-header{
	    display: flex;
    width: 100%;
    align-items: left;
    height: 100%;
    flex-direction: row;
    position: relative;
    margin-right: 10%;
   
}
    }

.barra-header .contatti-header div{
	    width: 60%;
    text-align: left;
    height: 100%;
    padding-top: 35px;
    position: relative;
    background-image: url('img/indicatore.png');
    background-repeat: no-repeat;
    background-position: 0px -10px;
    background-size: auto 40px;
    padding-left: 10px;
    font-size: .75em;
    line-height: 15px;
    font-weight: 600;;
}

@media screen and (min-width: 1160px) {    
    .barra-header .contatti-header div{
	    width: 60%;
    text-align: left;
    height: 100%;
    padding-top: 45px;
    position: relative;
    background-image: url('img/indicatore.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 60px;
    padding-left: 90px;
    font-size: 1em;
    font-weight: 600;
    padding-top: 45px;
    line-height: 20px;
}
    }

.barra-header .contatti-header div.dove{
    background-image: url('img/indicatore.png');
}

.barra-header .contatti-header div.contatti{
    background-image: url('img/chat.png');
}

.barra-header.fixed .contatti-header div{
	top: -30px;
    font-size: .8em;;
}

.barra-header.fixed .contatti-header div{
	display: none;
}

.barra-header .contatti-header div:after{
	    position: absolute;
    top: 0;
    content: '';
    width: 90%;
    left: 0;
    background: #ffcc00;
    height: 20px;
    left: 10px;
    z-index: -1;
    border-bottom-left-radius: 20px;
    top: 0px;
    border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1160px) {
    .barra-header.fixed .contatti-header div{
	display: block;
}    
    .barra-header .contatti-header div:after{
    height: 40px;
}
    }

.barra-header .menu-icon{
    flex: 0 0 15%;
}

.menu-header {
}

.barra-top{
    z-index: 2;
    position: relative;
    margin: auto 5%;
    background: rgba(0,0,0,.1);
    padding: 5px 40px;
    color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: .9em;
    font-weight: 300;
    text-transform: uppercase;
}

.barra-top p{
    margin: 0;
    text-align: right;
    color: #fff;
    width: auto;
}

.logo-big{
        background-image: url('img/40-anni.png');
        float: left;
        position: absolute;
        bottom: 0;
        /* background: #fff; */
        float: left;
        top: 400px;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0px;
        width: 100%;
        background-position: top right;
        float: right;
}

@media screen and (min-width: 1160px) {

    .logo-big{
            right: 60px;
    height: 620px;
    top: 200px;
    overflow: hidden;width: 50%;
}
    }

div.social{
	position: absolute;
    z-index: 1000;
    top: 290px;
     right: 10px;
    padding: 20px 10px;
    border-radius: 60px;
}

@media screen and (min-width: 1160px) {    
    div.social{
         right: 10px;
    padding: 20px 10px;
    background: #000055;
    border-radius: 60px;
    }
        }

div.social div{
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 25px;
	margin-bottom: 10px;
}

    div.social div img{
    height: 30px;
    display: block;
    margin: 0 auto;
    padding-top: 6px;
}
@media screen and (min-width: 1160px) {  
    div.social div{
    background: #fff;
    height: 54px;
    width: 54px;
    border-radius: 25px;
	margin-bottom: 10px;
}  
    div.social div img{
	height: 45px;
    display: block;
    margin: 0 auto;
    padding-top: 12px;
}
        }


.scritta-big.settore{
    width: 100%;
    float: left;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    padding: inherit;
    padding-right: 50px;
    padding-left: 20px;
    line-height: 20px;
    vertical-align: middle;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    
}

@media screen and (min-width: 1160px) {  
    .scritta-big.settore{
    width: 65%;
    padding-left: 50px;
} 
}

.scritta-big{
        width: calc(100% - 40px);
    /* min-height: 500px; */
    margin: 20px;
    border-radius: 20px;
    font-size: .8em;
    line-height: 40px;
        }

    .scritta-big.settori {
     min-height: auto;
     width: 90%;;
        }

    .scritta-big.settori p.intro{
        font-size: 2em;
    font-family: 'Prata';
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding-top: 80px;
    padding-left: 30px;
    text-align: left;
    padding-right: 0;
        }

@media screen and (min-width: 1160px) {    
    .scritta-big.settori p.intro{
              font-size: 2em;
    font-family: 'Prata';
    font-size: 3em;
    text-align: center;
    margin: 0;
    padding-top: 80px;
    padding-left: 80px;
    text-align: left;
    padding-right: 0%;
    line-height: 48px;
        }
    }
        

.bg_settore_left{
        width: 100%;
    height: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
        

.scritta-big p{
	    text-align: center;
    padding-top: 120px;
    font-size: 2em;
    padding: 0px 50px 0% 50px;
    font-weight: 200;
    /* font-family: 'Prata', serif; */
    color: #999;
    text-align: left;
    font-size: .8em;
    font-weight: 400;
    color: #000;
    font-size: 1.6em;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 300;
    padding-right: 180px;
    float: left;
    padding-left: 0px;
    padding-right: 0;
    line-height: 28px;
    font-weight: 300;
}


@media screen and (min-width: 1160px) {    
    .scritta-big p{
        font-size: 2em;
    }
        }

.home .scritta-big p{
        font-size: 2em;
    font-family: 'Prata';
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
        padding-right: 30px;
    
}
@media screen and (min-width: 1160px) {    
    .home .scritta-big p{
        font-size: 3em;
        padding-left: 100px;
    padding-right: 100px;
    }
        }
.scritta-big.settore p.titolo-left{
           padding-left: 10px;
    text-align: left;
    padding: inherit;
    padding-right: 0px;
    padding-left: 0px;
    /* margin-top: 100px; */
    /* margin-bottom: 100px; */
    vertical-align: middle;
    margin: 0;
    color: #000055;
    line-height: 40px;
    font-family: 'Prata', serif;
    font-size: 3em;
    padding-top: 60px;
}

@media screen and (min-width: 1160px) {

  .scritta-big.settore p.titolo-left {
        font-size: 6em;
        line-height: 90px;
        padding-right: 50px;
    padding-left: 0px;
    }
    }

.titolo{
    padding: 15px 0% 10vh 15%;
    font-size: 2.8em;
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 0px;
    border-bottom: 0;
    font-family: 'Fraunces';
    margin-right: 35%;
    line-height: 30px;
}

@media screen and (min-width: 1160px) {
    .titolo{
     border-bottom: 60px solid #fff;
     font-size: 4em;
     line-height: 50px;
    }
}

.scritta-big-chi-siamo, .scritta-big-servizi{
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
}

.scritta-big-chi-siamo{
    background-image: url('img/vetro-logo-brancaccio.jpg');
}

.scritta-big-servizi{
    background-image: url('img/bg-servizi.jpg')
}

@media screen and (min-width: 1160px) {    
    .scritta-big-chi-siamo, .scritta-big-servizi{
             width: 100%;
    font-size: 2em;
    margin-right: 20%;
    background-size: 50%;
    }
        }

.scritta-big.prodotti{
	width: 100%;
}

.scritta-chi-siamo p{
        text-align: center;
    padding-top: 0px;
    font-size: 3em;
    text-align: left;
    font-weight: 300;
    line-height: 60px;
    padding-left: 60px;
    font-family: 'Prata';
    color: #fff;
    padding: 80px 30px 40px 40px;
    line-height: 50px;
    margin-top: 0;
    margin: 0;
    float: left;
}

.fin-contatti{
	width: 90%;
    margin: 5%;
    border-radius: 10px;
    float: left;
}

@media screen and (min-width: 1160px) {    
    .fin-contatti{
        width: 40%;
    }
    }

.fin-contatti.modulo{
    margin: 30px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 1.5em;
    font-weight: 100;
}

@media screen and (min-width: 1160px) {    
    .fin-contatti.modulo{
        width: calc(50% - 60px);
    }
    }

.fin-contatti.modulo p{
        color: #000055;
    line-height: 40px;
    font-family: 'Prata';
}

.fin-contatti p{
	font-size: 1.6em;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0%;
	padding-right: 10%;
}

.fin-contatti p span{
	    width: 100%;
    float: left;
    font-size: .7em;
    text-transform: uppercase;
    /* font-weight: 600; */
    padding-bottom: 30px;
    font-family: 'Prata';
    font-size: 1.6em;
    /* background: #f0f0f0; */
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 50px 0 0px 0;
    color:#000055;
}

.fin-contatti .contatto{
}

.fin-contatti .contatto a{
        padding: 10px 30px;
    background: #ffcc00;
    color: #000;
    border-radius: 10px;
    font-size: .7em;
    font-weight: 600;
    text-decoration: none;
}

.fin-contatti .contatto p{
}

div.form{
	width: 100%;
	float: left;
}

div.form div.input{
	width: 96%;
    float: left;
    margin: 2%;
}

@media screen and (min-width: 1160px) {    
    div.form div.input{
        width: 46%;
        float: left;
        margin: 2%;
    }
    div.form div.modal{
        width: 46%;
        float: left;
        margin: 2%;
    }
        }

div.form div.privacy{
    width: 100%;
    padding: 0 60px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

div.form div input{
        width: 100%;
    float: left;
    padding: 20px;
    /* border: 0; */
    background-color: rgba(255,255,255,.2);
    /* border-bottom: 1px solid #e65520; */
}

div.form div.message{
	width: 96%;
	float: left;
    margin: 2%;
}

.scritta-big-chi-siamo p, .scritta-big-servizi p{
        text-align: center;
    padding-top: 0px;
    font-size: 2em;
    /* padding: 10px 40% 10px 10%; */
    text-align: left;
    font-weight: 300;
    /* margin-top: 80px; */
    /* margin-bottom: 80px; */
    line-height: 60px;
    padding-left: 60px;
    font-family: 'Prata';
    color: #fff;
    padding: 100px 50px;
    line-height: 40px;
    margin-top: 0;
    margin: 0;
    background-color: rgba(0,0,0,.4);
}

@media screen and (min-width: 1160px) {

    .scritta-big-chi-siamo p, .scritta-big-servizi p{
	    background-color: transparent;
    width: 50%;
    font-size: 1.5em;
    line-height: 60px;
}
    }

.scritta-big.prodotti p{
    text-align: center;
    padding-top: 0px;
    font-size: 2em;
    padding: 60px 10% 60px 10%;
    text-align: left;
    font-weight: 400;
    color: #666;
    text-align: center;
}

@media screen and (min-width: 1160px) {    
    .scritta-big.prodotti p{
font-size: 3.8em;
font-weight: 100;
    }
        }

.testo {
	width: 100%;
    position: relative;
}

@media screen and (min-width: 1160px) {    
    .testo{
width: 60%
    }
        }

.content.chi-siamo{
        width: 100%;
    float: left;
    background: #000055;
    
}

.chi-siamo.testo{
        width: 100%;
    /* background: #f0f0f0; */
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    border-top-left-radius: 40px;
    text-align: left;
    /* margin-left: 5%; */
    font-size: 1.6em;
    font-weight: bold;
    
}

@media screen and (min-width: 1160px) {    
    .chi-siamo.testo{
        width: 55%;
        }
    }

.chi-siamo.testo p{
        text-align: left;
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

.chi-siamo.testo p span{
        /* width: 100%; */
    float: left;
    padding: 20px;
    /* background: #f0f0f0; */
    /* border-radius: 20px; */
    margin-bottom: 20px;
    clear: both;
    display: block;
}

.riquadri-chi-siamo {
        display: flex;
    /* margin: 5%; */
    /* flex-wrap: nowrap; */
    /* width: 90%; */
    flex-direction: column;
    overflow-x: auto;
    width: 100%;
    float: left;
}

@media screen and (min-width: 1160px) {    
    .riquadri-chi-siamo {
        flex-direction: row;
    }
        }

.riquadri-chi-siamo div {
    width: 100%;
    margin: 2%;
    background: #ffcc00;
    padding: 40px;
    border-radius: 30px;
    float: left;
}

@media screen and (min-width: 1160px) {    
    .chi-siamo.testo{
        width: 95%;
        }
    }

.riquadri-chi-siamo div p {
    color: #000;
}

.riquadri-chi-siamo div p.titolo-riquadro {
    padding: 15px 0% 0vh 0%;
    font-size: 2em;
    z-index: 2;
    font-family: 'Prata';
}

.content.servizi{
        width: 100%;
    float: left;
    background: #000055;
     background-image: url('img/bg-servizi.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

@media screen and (min-width: 1160px) {

    .content.servizi{
	background-size: 50%;
}
    }

.riquadri-servizi {
        display: flex;
    /* margin: 5%; */
    /* flex-wrap: nowrap; */
    /* width: 90%; */
    flex-direction: column;
    overflow-x: auto;
}

@media screen and (min-width: 1160px) {    
    .riquadri-servizi {
        flex-direction: row;
    }
        }

.riquadri-servizi div {
        width: 100%;
    margin: 2%;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

.servizi.testo p{
            font-size: 1.6em;
    text-align: left;
    font-weight: 400;
    color: #fff;
    text-align: left;;
        }

@media screen and (min-width: 1160px) {    
    .servizi.testo{
        width: 55%;
        }
    }

.riquadri-servizi div p {
    color: #000;
}

.riquadri-servizi div p.titolo-riquadro {
    padding: 15px 0% 0vh 0%;
    font-size: 2em;
    z-index: 2;
    font-family: 'Prata';
}

.riquadri-servizi div p.foto{
        color: #000;
    margin: 0;
    height: 500px;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.testo.intro-prodotti {
	width: 80%;
    margin: 0 auto;
}

.testo p{
    text-align: center;
    padding-top: 120px;
    font-size: 1em;
    padding: 10px 10% 10px 10%;
    text-align: left;
    font-weight: 200;
    text-align: center;
}

.testo.top-settore p{
        text-align: left;
    padding: 0;
    font-size: 2.5em;
    padding-top: 20px;
    font-weight: 400;
    line-height: 40px;
    background: #f0f0f0;
    padding: 20%;
    border-radius: 20px;
}

@media screen and (min-width: 1160px) {    
    .testo p{
        font-size: 1.6em;
    }
        }

.testo.intro-prodotti{
text-align: center;
font-size: 1.5em;
text-align: left;
font-weight: 300;
font-weight: 400;
}

.titolo-intro{
	width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 2em;
    padding: 100px 30px 0px 30px;
    font-family: 'Fraunces';
    font-size: 2em;
}

@media screen and (min-width: 1160px) {    
    .titolo-intro{
        font-size: 3em;
        padding: 100px 90px 0px 90px;
    }
        }

.testo.top-settore {
    width: 100%;
    float: left;
    display: flex;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    padding: inherit;
    /* line-height: 10px; */
    vertical-align: middle;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.testo.top-settore div{
    float: left;
    width: 100%;
    min-height: 400px;
}

@media screen and (min-width: 1160px) {    
    .testo.top-settore{
           width: calc(30% - 20px);
    min-height: 500px;
    }
        }

div.foto-chi-siamo{
    position: static;
    right: 0;
    height: 500px;
    width: 100%;
    content: '';
    float: right;
    background-image: url('img/bg-profilo-home.jpg');
    border-radius: 20px;
    border: 10px solid #fff;
}

@media screen and (min-width: 1160px) {    
    div.foto-chi-siamo{
        position: absolute;
        right: 0;
        height: 500px;
        width: 40%;
        top: 90%;
        right: 0;
        right: 20px;
    }
        }

.slider-settori{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.settori-top{
	position: relative;
	display: flex;
	align-items: center;
}

.settori-top p{
	    position: relative;
    z-index: 2;
    font-size: 5em;
    padding-left: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    padding-top: 50px;
    font-family: 'Prata';
    font-weight: 400;
    color: #000055;
}

.vantaggi{
        background: #000055;
    margin: 0 20px;
    border-radius: 20px;
    padding: 10px;
    margin-top: 30px;
    float: left;
}

@media screen and (min-width: 1160px) {    
    .vantaggi{
    padding: 40px;
}
    }

.vantaggi h2{
        font-family: 'Prata';
    font-size: 4em;
    /* font-weight: 300; */
    letter-spacing: 3px;
    color: #fff;
}

#partner-footer h2{
        font-family: 'Prata';
    font-size: 3em;
    /* font-weight: 300; */
    letter-spacing: 3px;
    color: #000055;
    align-items: anchor-center;
    display: flex;
    padding: 0 70px;
    flex: 1 1 100%;
}

.vantaggi p{
           color: #fff;
    padding: 40px;
    font-size: 1.8em;
    font-weight: 300;
    text-align: left;
    font-size: 1.6em;
    /* line-height: 50px; */
    font-weight: 300;
}

@media screen and (min-width: 1160px) {    
    .vantaggi p{
    padding: 0 20% 0 0%;
}
    }

.vantaggi-lista{
    display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
}
.vantaggi-lista div{
         flex: 0 0 calc(100% - 20px);
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 10px;
    background: #000;
    font-family: 'Prata';
    font-size: 20px;
    margin: 10px;
    border-radius: 10px;
    padding-top: 400px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1160px) {    
    .vantaggi-lista div{
        flex: 0 0 calc(33.33333333333333% - 20px);
        }
    }

.vantaggi-lista div:nth-child(3) {
  /* flex: 0 0 100%; */
}

.vantaggi-lista div p{
        margin: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background: #fff;
    width: 100%;
    text-align: center;
    color: #000055;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    height: 200px;
    padding: 20px;
    font-size: 1.5em;
}

#settori{
	padding: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}

#settori .swiper{
	padding-bottom: 70px;
}

#settori .swiper-slide div{
    font-size: 1.4em;
    font-weight: 500;
}

#settori .swiper-slide div.foto{
	height: 500px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
}



#gallery-settore{
        padding: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin: 10px;
    width: calc(100% - 20px);
    float: left;
    background: #ffcc00;
    padding: 5%;
    border-radius: 20px;
    display: flex;
}

#gallery-settore .swiper{
}

@media screen and (min-width: 1160px) {    
    #gallery-settore .swiper{
        height: 300px;
    }
    
        }

#gallery-settore .swiper .swiper-slide{
        align-items: center;
    display: flex;
    background: #fff;
    border-radius: 10px;
 }

#gallery-settore .swiper img{
    display: block;
    margin: 0 auto;
    width: calc(100% - 8px);
    height: auto;
    align-items: center;
}

@media screen and (min-width: 1160px) {    
    #gallery-settore .swiper img{
            height: auto;
    width: 80%;
    }
        }

#gallery-settore .swiper-slide div{
	padding: 10px 20px;
    font-size: 1.4em;
    font-weight: 500;
}

.row-container{
    display: flex;
    flex-direction: column;
    margin: 5%;
}

.row-container.reverse{
    flex-direction: column-reverse;
}

@media screen and (min-width: 1160px) {    
    .row-container,.row-container.reverse{
       flex-direction: row;
    }
        }

.row-container div.content{
    width: 100%;
    
}

@media screen and (min-width: 1160px) {    
    .row-container div.content{
        width: 50%;
        height: 700px;
    }
        }

.row-container div.content .foto{
    height: 300px; 
    width: 100%; 
    float: left;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1160px) {    
    .row-container div.content .foto{
        height: 700px;
        background-size: contain;
        background-repeat: no-repeat;
    }
        }

.row-container .testo-contract{
    width: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10%;
    background: #f0f0f0;
    margin: 0 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

@media screen and (min-width: 1160px) {    
    .row-container .testo-contract{
        margin: 20px;
    }
        }

.row-container .testo-contract p{
    font-size: 2em;
    font-weight: 400;
    margin: 0;
    font-family: 'Fraunces';
    line-height: 30px;
}

.settore-footer{
            font-size: 1.1em;
    z-index: 2;
    color: #000;
    bottom: 0px;
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px;
    font-weight: 300;
    margin: 5%;
    width: 90%;
    column-count: 1;
    column-gap: 100px;
}

@media screen and (min-width: 1160px) {    
    .settore-footer{
        padding: 60px;
    font-size: 1.8em;
    column-count: 2;
    font-size: 1.5em;
    font-weight: 400;
}
        }


#partner-footer{
	float: left;
    width: calc(100% - 0px);
    margin: 0;
	position: relative;
    flex-wrap: wrap;
    padding: 10px;
}

@media screen and (min-width: 1160px) {
    #partner-footer{
         display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    padding-top: 20px;
    }
    }

#invito-footer{
        float: left;
    width: 100%;
    margin: 0 0% 0 0%;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 60px;
    background-color: #000055;
}

@media screen and (min-width: 1160px) {
    #invito-footer{
        background-size: contain;

    }
    }

#invito-footer:before{
    
}

#partner-footer div {
        flex: 1 1 25%;
}

#partner-footer div.testo {
    display: flex;
    vertical-align: middle;
    height: 400px;
    border-radius: 0px;
    /* flex-direction: column; */
    align-items: center;
        width: calc(100% - 20px);
    float: right;
    margin-top: 40px;
    margin: 10px;
    margin-top: 40px;
    background: #ffcc00;
}

@media screen and (min-width: 1160px) {

    #partner-footer div.testo {
           width: calc(100% - 20px);
    float: right;
    margin-top: 40px;
    margin: 20px;
    margin-top: 40px;
    background: #ffcc00;
    margin: 0 auto;
    margin: 10px 0px;
    }
}

#partner-footer div.testo img{
        background: #fff;
    padding: 20px;
    /* height: 60px; */
    width: 100%;
    border: 10px;
}

#partner-footer div.testo p{
       width: calc(100% - 60px);
    font-size: 1.2em;
    font-weight: 400;
    font-weight: 600;
    border: 10px;
    margin: 30px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* color: #fff; */
}

#partner-footer div.testo p.logo{
         background-size: 70%;
    background-position: center;
    background-color: #fff;
    height: 180px;
    padding-top: 50px;
}

@media screen and (min-width: 1160px) {

	#partner-footer div.testo p {
	}
}

#invito-footer div.testo{

float: left;
width: 95%;
margin-top: 30px;
}

@media screen and (min-width: 1160px) {

	#invito-footer div.testo  {
           float: left;
    width: calc(100% - 40px);
    background: #000055;
    margin: 0px 20px 140px 20px;
    border-radius: 60px;
	}
}

#invito-footer div.testo p{
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 2em;
    font-weight: 300;
    line-height: 30px;
    flex-direction: column;
    color: #fff;
    margin-left: 5%;
    border-radius: 20px;
    text-align: left;
    padding-top: 50px;
    float: left;
        font-size: 2.5em;
    text-align: left;
    margin-top: 0;
    line-height: 40px;
    padding: 0px;
    font-family: 'Prata', serif;
}

@media screen and (min-width: 1160px) {

	#invito-footer div.testo p  {
       font-size: 3em;
    text-align: left;
    margin-top: 0;
    line-height: 40px;
    padding: 70px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 50%;
    vertical-align: middle;
    display: flex;
    padding: 70px;
	}
}

#invito-footer div.testo p a{
        margin-top: 70px;
    float: left;
    flex-direction: revert;
    bottom: 80px;
    padding: 30px 100px;
    font-size: .6em;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 300;
    color: #666;
    float: left;
    width: 100;
    float: left;
    display: block;
    /* text-align: left; */
    font-weight: 500;
    /* letter-spacing: 5px; */
    background: #ffcc00;
    color: #000055;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (min-width: 1160px) {

	#invito-footer div.testo p a {
margin-top: 30px;
    font-size: .5em;

	}
}

#invito-footer div.foto{
    width: 100%;
    height: 400px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-size: cover;
    /* position: relative; */
    float: left;
}

@media screen and (min-width: 1160px) {

	#invito-footer div.foto {
width: 40%;
position: absolute;
    top: -90px;
    right: 0;

	}
}

#elenco {
	width: 100%;
    margin: 0 auto;
    float: right;
    display: flex;
    padding: 0 5%;
    flex-wrap: wrap;
	background-color: #f0f0f0;
}

#elenco a {
	width: 100%;
    float: left;
}



#elenco .settore{
	width: calc(100% - 20px);
    float: right;
    display: flex;
    padding-bottom: 90px;
    vertical-align: middle;
    justify-content: center;
    padding-top: 90px;
    padding: 10px;
    font-size: .6em;
    flex: 1 0 calc(50% - 100px);
    height: auto;
    margin: 10px;
    border-radius: 30px;
    border: 10px solid #e65520;
    background-color: #fff;
    box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.2);
    
}

@media screen and (min-width: 1160px) {

	#elenco .settore{
        height: 500px;max-width: 50%;
    }
}

#elenco .settore:nth-child(2n) {
	margin-top: 10px;
}

@media screen and (min-width: 1160px) {

	#elenco .settore:nth-child(2n) {
        margin-top: 120px;
    }
}

#elenco a .foto{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    width: 100%;
    float: left;
    height: 250px;
}

@media screen and (min-width: 1160px) {

	#elenco a .foto{
        height: 100%;
        width: 50%;
    }
}

#elenco .settore .descrizione{
	width: 100%;
    padding: 0 0px 0 10px;
    float: left;
    display: flex;
   height: auto;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (min-width: 1160px) {

	#elenco .settore .descrizione{
        width: 50%; 
        height: 100%;
        padding: 0 0px 0 40px;
    }
}

#elenco .settore .descrizione p{
	font-size: 1.7em;
    color: #000;
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    flex-flow: wrap;
}

#elenco .settore .descrizione p.label{
	font-size: 2em;
    color: #000;
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    flex-flow: wrap;
    /* font-family: 'Fraunces'; */
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Fraunces';
    letter-spacing: 3px;
}

label.error{
    color: red;
font-size: .7em;
font-weight: 400;
padding-left: 0;
margin-left: 0;
}

label.label{
    font-size: .7em;
    display: -webkit-inline-box;
}


@media screen and (min-width: 1160px) {

	#elenco .settore .descrizione p.label{
        font-size: eem;
    }
}

#elenco .settore .descrizione p.label span{
	font-family: 'Poppins', sans-serif;
    width: 100%;
    float: left;
    font-size: 2em;
    padding-bottom: 20px;
    line-height: 28px;
    padding-bottom: 0px;
    float: left;
    font-size: .5em;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

#elenco .settore .descrizione p span.elenco{
	font-family: 'Poppins';
    font-size: .8em;
    text-transform: uppercase;
    height: auto;
    padding: 0;
    width: auto;
    padding: 5px 10px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: contents;
    padding-left: 10px;
    margin: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}
/* footer */
footer{
	padding: 0 5%;
    display: flex;
    width: 100%;
    float: left;
    background: #ffcc00;
    padding-top: 40px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 80px;
}

footer a{
    color: #e65520;
    font-weight: 600;
    text-decoration: none;
}

footer .bg-logo-footer{
        width: 20%;
    bottom: 140px;
    right: 0;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
    background-position: right;
    z-index: -1;
    position: relative;
    top: -80px;
    z-index: 1;

}

footer img.logo{
	height: 160px;
	width: auto;
	max-width: none;
}

footer .menu-main_menu-container{
	height: 100px;
    display: flex;
    align-items: center;
}

footer .menu-menu_istituzionale-container{
	height: 100px;
    display: flex;
    align-items: center;
}

footer .menu-menu_istituzionale-container a{
	color: #e65520;
}

footer .main-navigation{
margin-left: 30px;
position: relative;
z-index: 2;
}

footer .social-footer .social{
    display: flex;
    bottom: 10px;
    top: auto;
    left: 0;
}

footer .social-footer .social div{
    margin: 10px;
}

@media screen and (min-width: 1160px) {

	footer .social-footer .social{
        bottom: 40px;
        right: 0;
        left: auto;
    }
}

footer .menu-footer{
         display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding-top: 100px;
    padding-bottom: 40px;
}

footer .menu-footer .menu-item{
    float: left;
    padding-right: 40px;
}

footer .menu-footer .menu-item a{
    font-family: 'Prata', serif;
    font-size: 1.6em;
    font-weight: 300;
    color: #000055;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.recapiti-footer{
        float: left;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 200;
    padding: 30px;
}

.recapiti-footer a{
   color:#666;
}


/* swiper */

.home-swiper{
	width: 100%;
    height: 800px;
    top: 0;
    z-index: 1;
}

.settore-swiper{
	width: 100%;
    height: 400px;
    top: 0;
    z-index: 1;
}

.home-swiper .swiper-slide, .settore-swiper .swiper-slide{
    width: 100%;
    height: 800px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	display: flex;
    text-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.settore-swiper .swiper-slide{
    height: 400px;
}

@media screen and (min-width: 1160px) {

    .home-swiper .swiper-slide{
        align-items: end;
    }
    }
    .home-swiper .swiper-slide a, .settore-swiper .swiper-slide a{
       color: #fff;
       text-decoration: none;
    }

    .home-swiper .swiper-slide a{
            height: 100%;
    background: rgba(0,0,0,.5);
    width: 100%;
    display: flex;
    }
.home-swiper .swiper-slide p, .settore-swiper .swiper-slide p{
    width: 100%;
    text-align: left;
    padding-left: 60px;
    color: #fff;
    font-size: 2em;
    padding-bottom: 60px;
    margin: 0;
    font-family: 'Prata';
    font-weight: 400;
    width: 45%;
    line-height: 40px;
    padding-top: 40px;
    background: rgba(0,0,0,.3);
        display: flex;
        align-items: flex-start;
        padding-right: 50%;
        height: 100%;
        width: 100%;
        padding-top: 100px;
}

@media screen and (min-width: 1160px) {

    .home-swiper .swiper-slide p, .settore-swiper .swiper-slide p{
        font-size: 2.6em;
        line-height: 80px;
        padding-right: 50%;
        align-items: center;
    }
    }

.settore-swiper .swiper-slide p{
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0;
    align-items: center;
    padding-left: 60px;
    background: rgba(0,0,0,.4);
    font-size: 2.6em;
    padding-right: 80px;
}

@media screen and (min-width: 1160px) {

    .home-swiper .swiper-slide p{
        color: #fff;
        font-size: 5em;
        padding-right: 60px;
        background-position: top right;
        margin: 0;
        padding-top: 40px;
        padding-right: 50%
    }
    }

    .error-404 {
        margin-bottom: 100px;
        float: left;
        width: 100%;
    }

.error-404 h1{
    font-family: 'Fraunces';
    font-size: 3em;
    font-weight: 300;
    padding: 50px;
    text-align: center;
}

.error-404 p {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.error-404 a {
    margin-top: 40px;
    float: left;
    margin-bottom: 40px;
    font-size: .6em;
    background: #e97028;
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 0 auto;
    float: left;
    width: 50%;
    margin: 40px 25%;
}

/* swiper gallery */

/* galleryTop */
.galleria{
        width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
}

.gallery  {
	    margin: 10px 10px;
    width: calc(100% - 20px);
  }
  @media screen and (min-width: 1160px) {

    .galleria{
    padding: 50px;
}

    .gallery  {
            margin: 0 0px;
    width: calc(100% - 5px);
    margin-left: 5px;
      }
    }
    .gallery .swiper-slide {
	cursor: pointer;
	height: 500px;
  }
.gallery-foto .swiper-slide {
    height: 500px;
    width: fit-content !important;
    border-radius: 30px;
    overflow: hidden;
    /* margin-right: 100px; */
    /* float: left; */
  }
  .gallery-foto .swiper-slide img {
    max-width: none;
  }
 .gallery .swiper-zoom-container{
    float: left;
    background-position: center;
    background-size: 90%;
	border-radius: 10px;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: end;
    background-repeat: no-repeat;
    color: #fff;
    
  }

  .gallery .swiper-zoom-container h2{
          padding-left: 20px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Prata';
    font-size: 1.4em;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    background-color: rgba(0,0,85,.6);
    margin: 0;
    border-radius: 10px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
    padding-right: 0px;
  }

  @media screen and (min-width: 1160px) {

	.gallery .swiper-zoom-container{
       width: calc(100% - 10px);
    float: left;
    background-position: center;
    background-size: 80%;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -50px;
      }

      .gallery .swiper-zoom-container h2{
      }
}
  .gallery .swiper-text-container{
    width: 100%;
    float: right;
    background-color: rgba(230,85,32,.5);
    /* margin-top: 50px; */
    /* height: 900px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    border-bottom-right-radius: 120px;
    position: absolute;
    /* top: 0; */
  }
  @media screen and (min-width: 1160px) {

    .gallery .swiper-text-container{
        width: 50%;
        float: right;
        background-color: #e97028;
        position: static;
        height: calc(100% - 120px);
        margin-top: 60px;
      }
    }
  .gallery .swiper-text-container h2{
	margin-left: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    background-image: url('img/big-link-arrow.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right;
    margin-right: 60px;
    padding-right: 20px;
  }
  @media screen and (min-width: 1160px) {

    .gallery .swiper-text-container h2{
        font-size: 50px;
        background-size: 50px;
        margin-left: 80px;
      }
    }
  .gallery .swiper-text-container p{
	margin-left: 10px;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    padding-right: 60px;
    line-height: 40px;
  }
  @media screen and (min-width: 1160px) {

    .gallery .swiper-text-container p{
        margin-left: 80px;      }
    }
  .gallery .swiper-text-container a {
    background: #fff;
    font-size: .5em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 40px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    float: left;
    margin-top: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  @media screen and (min-width: 1160px) {

    .gallery .swiper-text-container a{
        font-size: .7em;
      }
    }
  .gallery img {
	    /* width: 100%; */
    height: auto;
    max-width: none;
  }
  
  /* thumbs */
  .gallery-thumbs{
	margin: 5%;
    background: #f0f0f0;
    border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
    display: none;
  }

  @media screen and (min-width: 1160px) {

    .gallery-thumbs{
        display: block;
    }
    }

  .gallery-thumbs div{
	margin: 5%;
    background: #f0f0f0;
    border-radius: 60px;
    margin: 0;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
  }
  .gallery-thumbs .swiper-slide {
	width: auto;
	border-radius: 10px;
	opacity: 0.8;
  }
  .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	-webkit-filter: initial; /* Safari 6.0 - 9.0 */
	filter: initial;
	font-weight: bold;
	color: #231b93;
  }
  .gallery-thumbs .swiper-zoom-container div{
	color: #000;

  }
  
  .gallery-thumbs img {
	cursor: pointer;
    width: auto;
    height: 150px;
    border-radius: 90px;
    object-fit: cover;
    width: 300px;
  }

  .settori-arrows{
	position: absolute;
    bottom: 20px;
    right: 120px;
  }
  
  /* buttons */
  .swiper-button-next {
	width: 60px;
    top: 0;
    right: calc(50% - 60px);
    padding-right: 15px;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    top: 90%;
    position: absolute;
  }
  
  .swiper-button-prev {
	width: 60px;
    top: 0;
    left: calc(50% - 60px);
    padding-left: 15px;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    top: 90%;
    position: absolute;
  }
  
  .swiper-button-prev:hover, .swiper-button-next:hover{
	opacity: 1;
  }
  
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after{
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    margin-left: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
	color: #000;
	border: 1px solid #000;
  }
  
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    margin-left: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
	color: #000;
	border: 1px solid #000;
  }
  
  
  @media (hover:none), (pointer:coarse){   
	.swiper-button-prev, .swiper-button-next{
	}
  }
/* fine swiper galleri */  

/* swiper */

/* scrolltrigger */

.visible, .invisible {
    opacity: 0.0;
    transition: opacity 0.5s ease;
  }
  .visible {
    opacity: 1.0;
  }

  /* fine scrolltrigger */

  .single p#breadcrumbs{
    margin: 0;
    z-index: 3;
    padding-left: 40px;
    position: static;
  }

  p#breadcrumbs{
    margin: 0;
    z-index: 3;
    padding-left: 40px;
  }

  p#breadcrumbs a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding-right: 30px;
    color: #666;
  }

  @media screen and (min-width: 1160px) {

    p#breadcrumbs{
        position: absolute;
        top: calc(60vh + 20px);
        margin: 0;
        z-index: 3;
    margin-top: 25px;
      }
    
      p#breadcrumbs a {
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        padding-right: 30px;
        color: #666;
      }
    }

    /* modal */
    .blocker{
    z-index: 10000 !important;
    }
    .modal{
    max-width: 900px !important;
    }

    div.modal .titolo{
        position: relative;
        color: #000;
        margin: 0;
        padding: 0;
        padding-top: 20px;
        font-size: 2em;
        padding-bottom: 30px;
    }

    @media screen and (min-width: 1160px) {
        div.modal .titolo{
            padding-top: 60px;
        }

    }

    div.modal div.form .privacy{
        padding: 0;
        margin-bottom: 30px;
        float: left;
    }
    
    #cookie-notice .cookie-notice-container, #cookie-notice .cookie-revoke-container{
        color: #000000;
        width: 90%;
        border-radius: 20px;
        background: #fff;
        margin: 10px;
        float: right;
        background: #f0f0f0;
        text-align: left;
        position: fixed;
        bottom: 5px;
        right: 5%;
        margin-left: 5%;
        font-family: 'Poppins', sans-serif;
    }

    #cookie-notice .cookie-notice-container a, #cookie-notice .cookie-revoke-container a{
        color: #000;
        font-weight: 600;
    }

    #cn-close-notice{
        display: none;
    }