/*
    Theme Name: Egomedia theme
    Theme URI: http://www.egomedia.it
	Description: Il tema di Egomedia da cui partire per il sito mobile responsive e HTML5 per i nostri clienti.
    Author: Egomedia
    Author URI: http://www.egomedia.it/
 
    Version: 1.3
 
	Tags: blue, default(black), gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider
		- Welcome
		- Home Bottom
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Footer Widgets
	- Site Footer
	- Theme Colors
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hgroup:before, hgroup:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hgroup:after,
hgroup:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}

.sample {
	background: red;
	padding: 10px;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: icone;
    src: url(fonts/FontAwesome.otf)
}
@font-face {
    font-family: icone-solid;
    src: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/fonts/fa-solid-900.ttf)
}
@font-face {
    font-family: icone-brands;
    src: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/fonts/fa-brands-400.ttf)
}
@font-face {
    font-family: icone-regular;
    src: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/fonts/fa-regular-400.ttf)
}

html {
	font-size: 100%; /* 16px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
	background: #fff;
	color: #666;
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

.quote blockquote {
	margin: 5px 5px 0;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #f2f2f2;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	font-weight: 700;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #666;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
	color: #fff;
    display: inline-block;	
    font-size: 18px;
    font-weight: 700;	
    margin: 0 0 10px;
    padding: 12px 24px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #333;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    padding: 8px 20px;
}

a.button.medium {
	background-color: #333;
	color: #fff;
    font-size: 18px;
    padding: 12px 24px;
}

a.button.large {
	background-color: #333;
	color: #fff;
    font-size: 22px;
    padding: 18px 50px;
}

a.button.black {
	background-color: #1e1e1e !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #0e90ff !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #045ea3 !important;
	color: #fff !important;
}

a.button.darkgray {
	background-color: #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #86c526 !important;
	color: #fff !important;
}

a.button.lightgray {
	background-color: #e8e8e8 !important;
	color: #888 !important;
}

a.button.lightred {
	background-color: #f85452 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #fa7c00 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff61a0 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #8528a8 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d2eac2 url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f2dbdb url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(https://mondocaffechiavari.com/wp/wp-content/themes/egotheme/images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 10px 15px 20px;	
}	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.search-form {
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.author-box {
	background: #f5f5f5;
	padding: 30px;
	padding: 1.875rem;
}

.author-box-title {
	color: #333;
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.author-box a { }

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;	
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */


.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
	width: 100%;
}
.slider-wide .widget {
    position: relative;
    z-index: 700;
}
#execphp-3 {
    max-height: 100vh;
    overflow: hidden;
}
.slider-wide img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.overlay {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
.slider-wide .overlay img {
    max-width: 300px;
}
.overlay h2 {
    text-align: center;
    font-family: acumin-pro-condensed;
    font-size: 67px;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #000;
}
.marchi {
    width: 100%;
    float: left;
    text-align: center;
}
.marchio {
    width: 9%;
    float: none;
    margin: 10px auto;
	display: inline-block;
}
.marchi.interna {
	margin: 20px auto;
}
.marchi.interna img {
	float: none;
	margin: 10px;
	display: inline-block;
}
/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto;
    width: 1140px;	
}
.slider .featuredpage,
.prodotti .prodotto {

    float: left;
    width: 50%;
    position: relative;
	margin-bottom: 5px;

}
.slider .featured-content .entry-title,
.prodotti .prodotto a h4 {

    position: absolute;
	z-index: 800;
	right: 20px;
	top: 50px;
	font-family: ganache;
	font-size: 42px;
	max-width: 33%;
	margin: 0 auto;
	line-height: 1.2;

}
#featured-page-2,
#featured-page-4,
#featured-page-6,
.prodotti .prodotto.capsule-originali-e-compatibili,
.prodotti .prodotto.cialde-ese,
.prodotti .prodotto.acque-e-bevande{
	padding-right: 5px;
}
#featured-page-3,
#featured-page-5,
#featured-page-7,
.prodotti .prodotto.macchine-da-caffe,
.prodotti .prodotto.caffe-in-grani-e-macinato,
.prodotti .prodotto.accessori {
	padding-left: 5px;
}

#featured-page-3 .entry-title,
.prodotti .prodotto.macchine-da-caffe a h4 {

    right: auto;
    left: 45%;
    

}
#featured-page-6 .entry-title,
.prodotti .prodotto.acque-e-bevande a h4 {

    top: 20px;

}
#featured-page-7 .entry-title,
.prodotti .prodotto.accessori a h4 {

    max-width: 45%;
    text-align: left;
    width: 45%;
    top: 20px;

}
#featured-page-2 .entry-title a,
.prodotti .prodotto.capsule-originali-e-compatibili a h4{
    color: #404a53;

}
#featured-page-3 .entry-title a,
.prodotti .prodotto.macchine-da-caffe a h4{
    color: #ac2b2f;

}
#featured-page-4 .entry-title a,
.prodotti .prodotto.cialde-ese a h4{
    color: #e8e8e8;

}
#featured-page-5 .entry-title,
.prodotti .prodotto.caffe-in-grani-e-macinato a h4{

    max-width: 43%;

}
#featured-page-5 .entry-title a,
.prodotti .prodotto.caffe-in-grani-e-macinato a h4{
    color: #fff;

}
#featured-page-6 .entry-title a,
.prodotti .prodotto.acque-e-bevande a h4{
    color: #5c605a;

}
#featured-page-7 .entry-title a,
.prodotti .prodotto.accessori a h4{
    color: #904d37;

}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* Welcome
--------------------------------------------- */

.welcome {
    clear: both;
}

.welcome-wide {
	clear: both;
}

.welcome-wide .wrap {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto;
    overflow: hidden;	
    padding: 0;
	text-align: center;	
    width: 1140px;
}

.welcome-wide .wrap h4 {
    font-size: 28px;
    font-size: 1.75rem;		
}

.welcome-wide .widget {
	margin: 0 auto;
}

.welcome-wide a img {

    width: 100%;
    float: left;
    display: block;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #fff;
	z-index: 600;

}
.welcome-wide .featuredpage {
	position: relative;
}
.welcome-wide .featuredpage .widget-wrap::after {

    content: "";
    position: absolute;
    bottom: 15px;
    z-index: 700;
    width: 41px;
    border-bottom: 2px solid #fff;
    left: 28px;
    right: 0;
    margin: 0 auto;
    transform: rotate(51deg);

}
.welcome-wide .featuredpage .widget-wrap::before {

    content: "";
    position: absolute;
    bottom: 15px;
    z-index: 700;
    width: 41px;
    border-bottom: 2px solid #fff;
    left: -25px;
    right: 0;
    margin: 0 auto;
    transform: rotate(-51deg);

}
.welcome-wide .featuredpage a::after {
	content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #56270d;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 700;

}
.welcome-wide h4 a {

    background: #56270d;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;

}
/* Welcome Features 1-3 */

.welcome-features {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.welcome-features .wrap {
	border-top: 1px solid #eee;
    margin: 0 auto;	
    padding: 80px 0 40px;
    padding: 5rem 0 2.5rem;
    width: 1140px;
}

.welcome-features .widget {
	margin: 0 auto;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
	font-size: 18px;
	font-size: 1.125rem;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
}

/* Home Middle
--------------------------------------------- */

.home-middle {
	clear: both;
	overflow: hidden;
}

.home-middle .wrap {
	border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
	margin: 0 auto;
	width: 1140px;
}

.home-middle h2,
.home-middle h4 {
	font-size: 18px;
	font-size: 1.125rem;
}
	
.home-middle .widget {
	margin: 0 0 20px;
	padding: 0;
}
	
.home-middle-1 {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-middle-2 {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-middle-wide {
	clear: both;
}

.home-middle-wide .wrap {
	clear: both;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.home-middle-wide .widget {
	margin: 0 auto;
	padding: 0;
}

.home-middle-wide .wrap h4 {
	font-size: 26px;
	font-size: 1.625rem;
}
.home-middle-wide .wrap::before {

    content: "";
    width: 100%;
    border-bottom: 1px solid #56270d;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translatey(-50%);
    z-index: 1;

}
.home-middle-wide .wrap img {

    position: relative;
    z-index: 500;
    background: #fff;
    padding: 0 40px;

}

/* Home Feature Section
--------------------------------------------- */

.home-features {
	clear: both;
}

.home-features .wrap {
    border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
}

.home-features .widget {
	margin: 0 0 20px;
	padding: 0;
}

.home-feature-1,
.home-feature-2,
.home-feature-3 {
	float: left;
	margin: 0 3.3% 0 0;
	width: 22.5%;
}

.home-feature-4 {
	float: right;
	margin: 0;
	width: 22.5%;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	overflow: hidden;
}

.home-bottom .wrap {
	border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
	margin: 0 auto;
	width: 1140px;
}

.home-bottom h2,
.home-bottom h4 {
	font-size: 18px;
	font-size: 1.125rem;
}
	
.home-bottom .widget {
	margin: 0 0 20px;
	padding: 0;
}
	
.home-bottom-sidebar-1 {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-bottom-sidebar-2 {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

/* Home Bottom Message
--------------------------------------------- */

.home-bottom-message {
    clear: both;
    overflow: hidden;
    text-align: center;	
	
}

.home-bottom-message .wrap {
	
	font-size: 22px;
	font-size: 1.375rem;
	padding: 20px 0;
}

.home-bottom-message .wrap h4 {
	font-size: 28px;
	font-size: 1.75rem;
}

.home-bottom-message .wrap h4 {
    font-size: 32px;
    color: #56270d;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.home-bottom-message p {
    margin: 20px 0;
}
/*Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.home .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-bottom .featured-content .post {
	margin: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 0.625rem 0;
}

.featured-content .entry-title a {
	border: none;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #333;
	border: 1px solid #000;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	color: #fff;
	border: none;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
    position: fixed;
    width: 100%;
    background: rgba(86,39,16,0.8);
	z-index: 999;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 30px 0;
	padding: 1.875rem 0;
	position: relative;
}

.home .site-header .wrap {
	border: none;
}
.header-image .site-header {

    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 178px 162px !important;

}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}
.header-image .title-area {
	margin-top: 10px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    height: 175px;
    width: 175px;
    position: absolute;
    left: 0;

}
.header-image .site-title a {

    float: left;
    height: 160px;
    background-color: #fff;
    width: 100%;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    background-image: url(../../uploads/2021/02/logo-mondocaffe-chiavari.jpg);
    background-size: 83% auto;
    background-position: center;
    background-repeat: no-repeat;

}

.site-title {
	font-size: 48px;
	font-size: 3rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}

.site-title a {
	color: #333;
	font-weight: 700;
}

.site-title a:hover {
	color: #888;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 160px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	width: 300px;
}
.header-image .site-header .widget-area a {

    color: #fff;

}
.header-image .site-header .widget-area a.cell {

    font-family: freight-sans-pro, sans-serif;
    font-size: 28px;
    border-right: 1px solid #fff;
    padding: 0 10px;

}
.header-image .site-header .widget-area a.cell::before {

    content: "\f3cd";
    font-family: icone-solid;
    font-size: 32px;
    margin-right: 5px;

}
.header-image .site-header .widget-area a.fb span::before {

    content: "\f39e";
    font-family: icone-brands;
    font-size: 32px;

}
.header-image .site-header .widget-area a.fb {

    padding: 0 10px;

}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	font-family: freight-sans-pro, sans-serif; 
	border: none;
	color: #888;
	display: block;
	font-weight: 700;
	padding: 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	padding: 13px 26px 13px 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #f5f5f5;
}

.genesis-nav-menu > .menu-item > a { 
	color: #888;
}

.genesis-nav-menu .sub-menu {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow:0 0 4px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 1);
	border: 1px solid #eee;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 242px;
	z-index: 110;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #56270d;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 240px;
}
.header-image .site-header .widget-area .genesis-nav-menu .sub-menu a {
	color: #56270d;
	font-size: 16px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .right :hover {
    background: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #888;
	font-size: 20px;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { }

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #f5f5f5;
}
.site-header .genesis-nav-menu .menu-item:last-child a {

    padding-right: 0;

}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	background: #f5f5f5;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #000;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	background: #f5f5f5;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#responsive-menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  float:right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index:9999;
}

#responsive-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#responsive-menu-icon span:nth-child(1) {
  top: 0px;
}

#responsive-menu-icon span:nth-child(2) {
  top: 8px;
}
#responsive-menu-icon span:nth-child(3) {
  top: 16px;
}

#responsive-menu-icon3 span:nth-child(4) {
  top: 36px;
}

#responsive-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#responsive-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#responsive-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:8px;
}

#responsive-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	/*color: #141929;
	content: "\f333";
	font: normal 30px/1 'dashicons';*/
	margin: 0 auto;
	position: relative;
    z-index: 9999;
	
}
/* Srolled */
.head-wrap .header-widget-area p {
	margin-bottom: 20px;
}
.head-wrap.scrolled {

    background: rgb(86, 39, 16);

}
.header-image .head-wrap.scrolled .site-header .widget-area a.cell {

    font-size: 14px;

}
.header-image .head-wrap.scrolled .site-header .widget-area a.cell::before,
.header-image .head-wrap.scrolled .site-header .widget-area a.fb span::before{
	font-size: 16px;
}
.head-wrap.scrolled .site-header .genesis-nav-menu a {

    font-size: 12px;
    padding: 5px 13px;

}
.head-wrap.scrolled .site-header .genesis-nav-menu .menu-item:last-child a{
	padding-right: 0;
}
.head-wrap.scrolled .header-widget-area p {

    margin-bottom: 0;

}
.header-image .head-wrap.scrolled .title-area {

    height: 75px;
    width: 75px;
    margin-top: 5px;

}
.header-image .head-wrap.scrolled .site-title a {

    float: left;
    height: 61px;
	min-height: 0;
    width: 100%;

}
.head-wrap.scrolled,
.header-image .head-wrap.scrolled .site-header .widget-area a.cell,
.header-image .site-header .widget-area a.cell::before,
.header-image .site-header .widget-area a.fb span::before,
.head-wrap.scrolled .site-header .genesis-nav-menu a,
.head-wrap.scrolled .site-header .genesis-nav-menu .menu-item:last-child a,
.head-wrap.scrolled .header-widget-area p,
.header-image .head-wrap.scrolled .title-area,
.header-image .head-wrap.scrolled .site-title a {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	-ms--webkit-transition:all .5s ease;
	transition:all .5s ease;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol.alphabetic li {
    list-style: lower-alpha;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 32px 0 8px;
	padding: 2rem 0 0.5rem;
	display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #000;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	font-family:  acumin-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #333;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;	
	padding: 5px 10px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 120px;
}
	
.content .portfolio .more-link:hover {
	background: #666;
	color: #fff;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

/* Content Align (Left & Right) ----------- */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}


/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		
	background-color: #fff;	
	clear: both;
}

.footer-widgets .wrap {
	padding: 0;
	position: relative;
}

.footer-widgets-1,
.footer-widgets-3 {
	float: left;
	margin: 0 auto;
	width: 50%;
	position: relative;
	z-index: 500;
	background: #9a5e3c;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 10px;
	overflow: hidden;
}

.footer-widgets-2 {

    width: 33%;
    position: absolute;
    z-index: 700;
    background: #9a5e3c;
    border: 3px solid #fff;
    padding: 10px;
    text-align: center;
    color: #fff;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.footer-widgets .mapp-layout{

    border: none;
    margin: 0;
	width:100% !important;

}
.mapp-controls .mapp-menu-toggle {
    z-index: 800;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #888;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .widgettitle {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}

.footer-widgets p {

    margin: 0 auto;

}
.footer-widgets a img {
    height: 360px;
    width: auto;
    max-width: none;
}

.text-footer {

    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);

}


.text-footer .orari::after {

    content: "";
    border-bottom: 1px solid #fff;
    width: 33%;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	display: inline-block;
}


.text-footer .orari, .text-footer .indirizzo {

    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;

}
.text-footer .indirizzo, .text-footer .pagamento {

    font-weight: 700;

}
.text-footer .indirizzo::after {

    content: "";
    border-bottom: 1px solid #fff;
    width: 33%;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	display: inline-block;
}
.text-footer .indirizzo a {
	color: #fff;
	font-weight: 700;
}


.text-footer .pagamento img {

    width: 50%;
    max-width: 60px;
    margin-top: 10px;

}
.text-footer .pagamento img.satispay {

    margin-right: 5px;

}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	color: #56270d;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-footer .wrap {
	
	padding: 30px 0;
	position: relative;
}

.site-footer a { 
	color: #000;
	font-weight: 400;
}

.site-footer p {
    margin: 0 auto;
    width: -moz-max-content;
  	width: -webkit-max-content;
 	width: max-content;
	 width: -o-max-content;
    padding: 0 20px;
    background: #fff;
	position: relative;
	z-index: 500;
}
.site-footer .wrap::before {

    content: "";
    width: 100%;
    border-bottom: 1px solid #56270d;
    position: absolute;
    top: 50%;
    z-index: 1;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);

}

/* 
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Adapt Blue
--------------------------------------------- */
 
.adapt-blue a {
	color: #4199ea;
}

.adapt-blue h2 a, 
.adapt-blue h2 a:visited {
	color: #333;
}

.adapt-blue h2 a:hover {
	color: #4199ea;
}

.adapt-blue .site-title a {
	color: #4199ea;
}

.adapt-blue .site-title a:hover {
	color: #888;
}

.adapt-blue .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-blue .site-header .genesis-nav-menu a:hover {
	color: #4199ea;
}

.adapt-blue .nav-primary a:hover,
.adapt-blue .nav-primary .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .nav-secondary a:hover,
.adapt-blue .nav-secondary .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-blue .genesis-nav-menu .sub-menu a:hover,
.adapt-blue .nav-secondary .sub-menu a:hover,
.adapt-blue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-blue .entry-title a:hover {
	color: #4199ea;
}

.adapt-blue .archive-pagination li a:hover,
.adapt-blue .archive-pagination li.active a {
	background: #4199ea;
}

.adapt-blue a.button.small,
.adapt-blue a.button.medium,
.adapt-blue a.button.large {
	background: #4199ea;
} 

.adapt-blue button,
.adapt-blue input[type="button"],
.adapt-blue input[type="reset"],
.adapt-blue input[type="submit"] {
	background: #4199ea;
}	

.adapt-blue button:hover,
.adapt-blue input:hover[type="button"],
.adapt-blue input:hover[type="reset"],
.adapt-blue input:hover[type="submit"] {
	background: #5bb0ff;
}

.adapt-blue span.circle {
	background: #4199ea;
}

.adapt-blue .sidebar .enews-widget input[type="submit"] {
	background: #4199ea;
}

.adapt-blue .sidebar .enews-widget input:hover[type="submit"] {
	background: #5bb0ff;
}

.adapt-blue .portfolio .more-link {
	background: #4199ea;
}

.adapt-blue .content .portfolio .more-link:hover {
	background: #5bb0ff;
}

/* Adapt Dark
--------------------------------------------- */

.adapt-dark {
	background-color: #222;
	color: #aaa;
}

.adapt-dark p {
	color: #aaa;
}

.adapt-dark a {
	color: #fff;
}

.adapt-dark h1, 
.adapt-dark h2, 
.adapt-dark h2 a, 
.adapt-dark h2 a:visited, 
.adapt-dark h3, 
.adapt-dark h4, 
.adapt-dark h5, 
.adapt-dark h6 {
	color: #fff;
}

.adapt-dark .nav-secondary {
	background: #444;
}

.adapt-dark .nav-primary a:hover,
.adapt-dark .nav-primary .current-menu-item > a {
	color: #fff;
}

.adapt-dark .site-header .wrap {
	border-bottom: 1px solid #444;
}

.adapt-dark .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-dark .site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.adapt-dark .nav-secondary a:hover, 
.adapt-dark .nav-secondary .current-menu-item > a {
color: #fff;
}

.adapt-dark .genesis-nav-menu a {
	color: #aaa;
}

.adapt-dark .genesis-nav-menu .sub-menu {
	box-shadow: 0 2px 1px #000;
	-moz-box-shadow: 0 2px 1px #000;
	-webkit-box-shadow: 0 2px 1px #000;
	border: 1px solid #000;
}

.adapt-dark .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border-bottom: 1px solid #333;
}

.adapt-dark .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.adapt-dark .welcome-features .wrap,
.adapt-dark .home-middle-wide .wrap,
.adapt-dark .home-features .wrap,
.adapt-dark .home-bottom .wrap,
.adapt-dark .home-bottom-message .wrap {
	border-top: 1px solid #444;
}

.adapt-dark .home-mid-features {
	background: #000;
}

.adapt-dark .entry-footer .entry-meta {
	border-top: 1px solid #444;
}

.adapt-dark .archive-pagination li a:hover,
.adapt-dark .archive-pagination li.active a {
	background: #000;
}

.adapt-dark .author-box {
	background: #444;
}

.adapt-dark a.button.small,
.adapt-dark a.button.medium,
.adapt-dark a.button.large {
	background: #444;
} 

.adapt-dark .quote {
	background: #fff;
}

.adapt-dark .quote blockquote a,
.adapt-dark .quote-gray blockquote a  {
	color: #000;
}

.adapt-dark .download-box,
.adapt-dark .info-box,
.adapt-dark .alert-box,
.adapt-dark .note-box {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.adapt-dark .tagcloud a {
	background: #444;
}

.adapt-dark .portfolio .more-link {
	background: #444;
}

.adapt-dark .sidebar .enews-widget {
	background: #444;
}

.adapt-dark .enews-widget .widgettitle {
	color: #fff;
}

.adapt-dark .entry-comments a,
.adapt-dark #respond a {
    color: #666;
 }
 
.adapt-dark .footer-widgets {
 	background-color: #111;
 }

.adapt-dark button,
.adapt-dark input[type="button"],
.adapt-dark input[type="reset"],
.adapt-dark input[type="submit"] {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #444;
	border: 1px solid #000;
}

.adapt-dark .footer-widgets {
	border-top: 1px solid #000;
}

.adapt-dark .site-footer {
	background: #111;
}

.adapt-dark .site-footer .wrap {
	border-top: 1px solid #444;
}

/* Adapt Green
--------------------------------------------- */
 
.adapt-green a {
	color: #8dd125;
}

.adapt-green h2 a, 
.adapt-green h2 a:visited {
	color: #333;
}

.adapt-green h2 a:hover {
	color: #8dd125;	
}

.adapt-green .site-title a {
	color: #8dd125;
}

.adapt-green .site-title a:hover {
	color: #888;
}

.adapt-green .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-green .site-header .genesis-nav-menu a:hover {
	color: #8dd125;
}

.adapt-green .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-green .nav-primary a:hover,
.adapt-green .nav-primary .current-menu-item > a {
	color: #8dd125;
}

.adapt-green .nav-secondary a:hover,
.adapt-green .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-green .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-green .genesis-nav-menu .sub-menu a:hover,
.adapt-green .nav-secondary .sub-menu a:hover,
.adapt-green .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #8dd125;
}

.adapt-green .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-green .entry-title a:hover {
	color: #8dd125;
}

.adapt-green .archive-pagination li a:hover,
.adapt-green .archive-pagination li.active a {
	background: #8dd125;
}

.adapt-green a.button.small,
.adapt-green a.button.medium,
.adapt-green a.button.large {
	background: #8dd125;
} 

.adapt-green button,
.adapt-green input[type="button"],
.adapt-green input[type="reset"],
.adapt-green input[type="submit"] {
	background: #8dd125;
}	

.adapt-green button:hover,
.adapt-green input:hover[type="button"],
.adapt-green input:hover[type="reset"],
.adapt-green input:hover[type="submit"] {
	background: #97e028;
}

.adapt-green span.circle {
	background: #8dd125;
}

.adapt-green .sidebar .enews-widget input[type="submit"] {
	background: #8dd125;
}

.adapt-green .sidebar .enews-widget input:hover[type="submit"] {
	background: #97e028;
}

.adapt-green .portfolio .more-link {
	background: #8dd125;
}

.adapt-green .content .portfolio .more-link:hover {
	background: #97e028;
}

/* Adapt Light Blue
--------------------------------------------- */
 
.adapt-lightblue a {
	color: #6bc5fe;
}

.adapt-lightblue h2 a, 
.adapt-lightblue h2 a:visited {
	color: #333;
}

.adapt-lightblue h2 a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .site-title a {
	color: #6bc5fe;
}

.adapt-lightblue .site-title a:hover {
	color: #888;
}

.adapt-lightblue .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-lightblue .site-header .genesis-nav-menu a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-lightblue .nav-primary a:hover,
.adapt-lightblue .nav-primary .current-menu-item > a {
	color: #6bc5fe;
}

.adapt-lightblue .nav-secondary a:hover,
.adapt-lightblue .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-lightblue .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-lightblue .genesis-nav-menu .sub-menu a:hover,
.adapt-lightblue .nav-secondary .sub-menu a:hover,
.adapt-lightblue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #6bc5fe;
}

.adapt-lightblue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-lightblue .entry-title a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .archive-pagination li a:hover,
.adapt-lightblue .archive-pagination li.active a {
	background: #6bc5fe;
}

.adapt-lightblue a.button.small,
.adapt-lightblue a.button.medium,
.adapt-lightblue a.button.large {
	background: #6bc5fe;
} 

.adapt-lightblue button,
.adapt-lightblue input[type="button"],
.adapt-lightblue input[type="reset"],
.adapt-lightblue input[type="submit"] {
	background: #6bc5fe;
}	

.adapt-lightblue button:hover,
.adapt-lightblue input:hover[type="button"],
.adapt-lightblue input:hover[type="reset"],
.adapt-lightblue input:hover[type="submit"] {
	background: #90d4ff;
}

.adapt-lightblue span.circle {
	background: #6bc5fe;
}

.adapt-lightblue .sidebar .enews-widget input[type="submit"] {
	background: #6bc5fe;
}

.adapt-lightblue .sidebar .enews-widget input:hover[type="submit"] {
	background: #90d4ff;
}

.adapt-lightblue .portfolio .more-link {
	background: #6bc5fe;
}

.adapt-lightblue .content .portfolio .more-link:hover {
	background: #90d4ff;
}

/* Adapt Light Gray
--------------------------------------------- */

.adapt-lightgray {
	background-color: #eaeaea;
}

.adapt-lightgray .site-header .wrap {
	border-bottom: 1px solid #ccc;
}

.adapt-lightgray .welcome-features .wrap,
.adapt-lightgray .home-middle-wide .wrap,
.adapt-lightgray .home-features .wrap,
.adapt-lightgray .home-bottom .wrap,
.adapt-lightgray .home-bottom-message .wrap {
	border-top: 1px solid #ccc;
}

.adapt-lightgray .entry-footer .entry-meta {
	border-top: 1px solid #ccc;
}

.adapt-lightgray .home-mid-features {
	background: #ddd;
}

.adapt-lightgray .quote {
	background: #fff;
}

.adapt-lightgray .tagcloud a {
	background: #d5d5d5;
}

.adapt-lightgray .footer-widgets {
	background: #ccc;
}

.adapt-lightgray .site-footer {
	background: #ccc;
}

.adapt-lightgray .site-footer .wrap {
	border-top: 1px solid #aaa;
}

/* Adapt Orange
--------------------------------------------- */
 
.adapt-orange a {
	color: #fd6d16;
}

.adapt-orange h2 a, 
.adapt-orange h2 a:visited {
	color: #333;
}

.adapt-orange h2 a:hover {
	color: #fd6d16;
}

.adapt-orange .site-title a {
	color: #fd6d16;
}

.adapt-orange .site-title a:hover {
	color: #888;
}

.adapt-orange .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-orange .site-header .genesis-nav-menu a:hover {
	color: #fd6d16;
}

.adapt-orange .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-orange .nav-primary a:hover,
.adapt-orange .nav-primary .current-menu-item > a {
	color: #fd6d16;
}

.adapt-orange .nav-secondary a:hover,
.adapt-orange .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-orange .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-orange .genesis-nav-menu .sub-menu a:hover,
.adapt-orange .nav-secondary .sub-menu a:hover,
.adapt-orange .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fd6d16;
}

.adapt-orange .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-orange .entry-title a:hover {
	color: #fd6d16;
}

.adapt-orange .archive-pagination li a:hover,
.adapt-orange .archive-pagination li.active a {
	background: #fd6d16;
}

.adapt-orange a.button.small,
.adapt-orange a.button.medium,
.adapt-orange a.button.large {
	background: #fd6d16;
} 

.adapt-orange button,
.adapt-orange input[type="button"],
.adapt-orange input[type="reset"],
.adapt-orange input[type="submit"] {
	background: #fd6d16;
}	

.adapt-orange button:hover,
.adapt-orange input:hover[type="button"],
.adapt-orange input:hover[type="reset"],
.adapt-orange input:hover[type="submit"] {
	background: #ff8439;
}

.adapt-orange span.circle {
	background: #fd6d16;
}

.adapt-orange .sidebar .enews-widget input[type="submit"] {
	background: #fd6d16;
}

.adapt-orange .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff8439;
}

.adapt-orange .portfolio .more-link {
	background: #fd6d16;
}

.adapt-orange .content .portfolio .more-link:hover {
	background: #ff8439;
}

/* Adapt Pink
--------------------------------------------- */
 
.adapt-pink a {
	color: #ea5692;
}

.adapt-pink h2 a, 
.adapt-pink h2 a:visited {
	color: #333;
}

.adapt-pink h2 a:hover {
	color: #ea5692;
}

.adapt-pink .site-title a {
	color: #ea5692;
}

.adapt-pink .site-title a:hover {
	color: #888;
}

.adapt-pink .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-pink .site-header .genesis-nav-menu a:hover {
	color: #ea5692;
}

.adapt-pink .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-pink .nav-primary a:hover,
.adapt-pink .nav-primary .current-menu-item > a {
	color: #ea5692;
}

.adapt-pink .nav-secondary a:hover,
.adapt-pink .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-pink .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-pink .genesis-nav-menu .sub-menu a:hover,
.adapt-pink .nav-secondary .sub-menu a:hover,
.adapt-pink .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #ea5692;
}

.adapt-pink .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-pink .entry-title a:hover {
	color: #ea5692;
}

.adapt-pink .archive-pagination li a:hover,
.adapt-pink .archive-pagination li.active a {
	background: #ea5692;
}

.adapt-pink a.button.small,
.adapt-pink a.button.medium,
.adapt-pink a.button.large {
	background: #ea5692;
} 

.adapt-pink button,
.adapt-pink input[type="button"],
.adapt-pink input[type="reset"],
.adapt-pink input[type="submit"] {
	background: #ea5692;
}	

.adapt-pink button:hover,
.adapt-pink input:hover[type="button"],
.adapt-pink input:hover[type="reset"],
.adapt-pink input:hover[type="submit"] {
	background: #ff5e9f;
}

.adapt-pink span.circle {
	background: #ea5692;
}

.adapt-pink .sidebar .enews-widget input[type="submit"] {
	background: #ea5692;
}

.adapt-pink .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff5e9f;
}

.adapt-pink .portfolio .more-link {
	background: #ea5692;
}

.adapt-pink .content .portfolio .more-link:hover {
	background: #ff5e9f;
}

/* Adapt Purple
--------------------------------------------- */
 
.adapt-purple a {
	color: #7154c4;
}

.adapt-purple h2 a, 
.adapt-purple h2 a:visited {
	color: #333;
}

.adapt-purple h2 a:hover {
	color: #7154c4;
}

.adapt-purple .site-title a {
	color: #7154c4;
}

.adapt-purple .site-title a:hover {
	color: #888;
}

.adapt-purple .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-purple .site-header .genesis-nav-menu a:hover {
	color: #7154c4;
}

.adapt-purple .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-purple .nav-primary a:hover,
.adapt-purple .nav-primary .current-menu-item > a {
	color: #7154c4;
}

.adapt-purple .nav-secondary a:hover,
.adapt-purple .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-purple .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-purple .genesis-nav-menu .sub-menu a:hover,
.adapt-purple .nav-secondary .sub-menu a:hover,
.adapt-purple .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #7154c4;
}

.adapt-purple .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-purple .entry-title a:hover {
	color: #7154c4;
}

.adapt-purple .archive-pagination li a:hover,
.adapt-purple .archive-pagination li.active a {
	background: #7154c4;
}

.adapt-purple a.button.small,
.adapt-purple a.button.medium,
.adapt-purple a.button.large {
	background: #7154c4;
} 

.adapt-purple button,
.adapt-purple input[type="button"],
.adapt-purple input[type="reset"],
.adapt-purple input[type="submit"] {
	background: #7154c4;
}	

.adapt-purple button:hover,
.adapt-purple input:hover[type="button"],
.adapt-purple input:hover[type="reset"],
.adapt-purple input:hover[type="submit"] {
	background: #8965eb;
}

.adapt-purple span.circle {
	background: #7154c4;
}

.adapt-purple .sidebar .enews-widget input[type="submit"] {
	background: #7154c4;
}

.adapt-purple .sidebar .enews-widget input:hover[type="submit"] {
	background: #8965eb;
}

.adapt-purple .portfolio .more-link {
	background: #7154c4;
}

.adapt-purple .content .portfolio .more-link:hover {
	background: #8965eb;
}

/* Adapt Red
--------------------------------------------- */
 
.adapt-red a {
	color: #f5392a;
}

.adapt-red h2 a, 
.adapt-red h2 a:visited {
	color: #333;
}

.adapt-red h2 a:hover {
	color: #f5392a;
}

.adapt-red .site-title a {
	color: #f5392a;
}

.adapt-red .site-title a:hover {
	color: #888;
}

.adapt-red .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-red .site-header .genesis-nav-menu a:hover {
	color: #f5392a;
}

.adapt-red .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-red .nav-primary a:hover,
.adapt-red .nav-primary .current-menu-item > a {
	color: #f5392a;
}

.adapt-red .nav-secondary a:hover,
.adapt-red .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-red .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-red .genesis-nav-menu .sub-menu a:hover,
.adapt-red .nav-secondary .sub-menu a:hover,
.adapt-red .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f5392a;
}

.adapt-red .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-red .entry-title a:hover {
	color: #f5392a;
}

.adapt-red .archive-pagination li a:hover,
.adapt-red .archive-pagination li.active a {
	background: #f5392a;
}

.adapt-red a.button.small,
.adapt-red a.button.medium,
.adapt-red a.button.large {
	background: #f5392a;
} 

.adapt-red button,
.adapt-red input[type="button"],
.adapt-red input[type="reset"],
.adapt-red input[type="submit"] {
	background: #f5392a;
}	

.adapt-red button:hover,
.adapt-red input:hover[type="button"],
.adapt-red input:hover[type="reset"],
.adapt-red input:hover[type="submit"] {
	background: #ff574a;
}

.adapt-red span.circle {
	background: #f5392a;
}

.adapt-red .sidebar .enews-widget input[type="submit"] {
	background: #f5392a;
}

.adapt-red .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff574a;
}

.adapt-red .portfolio .more-link {
	background: #f5392a;
}

.adapt-red .content .portfolio .more-link:hover {
	background: #ff574a;
}

/*image header */
.top-image img {
    width: 100%;
}

/*Page Offerte */
.offerta {
    width: 33%;
    float: left;
	position: relative;
}
.offerta a img {
    width: 100%;
    float: left;
    display: block;
    margin: 0 auto;
}
.text-off {
    background: rgba(86,39,16,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    opacity: 0;
}
.offerta:hover .text-off,
.offerta .text-off:hover {
   opacity: 1;
   -moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
}
.text-off .text-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.text-off .text-content p,
.text-off .text-content h4 {
	color: #fff;
}

/* Page Contatti 
*/

.entry-content ul.contatti {

    margin: 0 auto;

}
.entry-content ul.contatti li {

    list-style-type: none;
    margin: 0 auto 10px;

}
.entry-content .cell a::before {

    content: "\f3cd";
    font-family: icone-solid;
    margin-right: 5px;

}
.entry-content .mail a::before {

    content: "\f0e0";
    font-family: icone-solid;
    margin-right: 5px;

}
.entry-content .orari p {

    margin-bottom: 5px;

}
.wp-block-image {
width: auto;
float: left;
}
.offerte_title {

    background:#56270d;
    width: 240px;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;

}
.offerte_title a {

    color: 

    #fff;

}
.contatti-mobile{

    display:none;

}
.contatti-desktop {
    overflow: hidden;
    height: 360px;
}
/*--------------------chi siamo----------------------------------------------------------- */


.chisiamonew .entry-header {
  display: none;
}
.chisiamonew .top-image img {
  width: 100%;
  vertical-align: middle;
}
.chisiamonew h1 {
  font-size: 30px;
  font-size: 2.875rem;
  color: #df2328;
}
.chisiamonew h2 {
  font-size: 30px;
  font-size: 4.875rem;
  text-transform: uppercase;
  margin: 20px 0px 0px;
	color: #df2328;
}
.chisiamonew .entry-title {

}
.chisiamonew .blocco_ricicla_img {
  float: left;
  width: 20%;
  position: relative;
  padding-top: 60px;
}
.blocco_ricicla_testo {
  float: left;
  width: 70%;
  background-image: url(http://mondocaffe.com/nuovahome/wp-content/themes/egotheme/images/bollino-ricicla.png);
  background-repeat: no-repeat;
  background-position-x: right;
}
.chisiamonew .blocco_ricicla_testo_01 {
  border-bottom: none;
  padding-bottom: 0px;
}
.chisiamonew .wrap {
  margin: 0 auto;
  max-width: 100%;
}
.chisiamonew .site-inner {
  padding-top: 0;
	width: 100%;
}
.chisiamonew .blocco_comodato_01 {
  width: 80%;
float: none;
clear: both;
background: #fff;
margin: 0 auto;
}
.comodato_sx {
  float: left;
  width: 50%;
  padding: 100px;
}
.comodato_dx {
  float: left;
  width: 50%;
}
.chisiamonew .blocco_ricicla_larghezza {
  max-width: 100%;
  margin: 0 auto;
  background: #fdefcd;
    background-image: none;
  background-image: none;
  width: 100%;
  background-image: url(https://mondocaffe.com/nuovahome/wp-content/themes/egotheme/images/bg_ricicla.png);
}
.chisiamonew .content{
  float: none;
width: 100% !important;
margin: 0 auto;
overflow: hidden;
text-align: center;
background: url(https://mondocaffe.com/nuovahome/wp-content/uploads/images/bg-onda-00.svg);
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: auto;
padding: 50px 0%;
background-color: #fff;
}

.blocco_chi_siamo_new_01 {
  max-width: 1024px;
  margin: 0 auto 100px;
}

.blocco_chi_siamo_new_01 p {
  font-size: 24px;
}

.chisiamonew .blocco_comodato_01 h3 {
  color: #e42618;
  text-transform: uppercase;
  font-size: 30px !important;
  width: 100%;
  line-height: 1.2;
}
.chisiamonew h1 {
  font-size: 30px;
  font-size: 2.875rem;
}
.chisiamonew h2 {
  font-size: 30px;
  font-size: 4.875rem;
  text-transform: uppercase;
  margin: 20px 0px 0px;
}
.chisiamonew .blocco_comodato_01 {
  width: 80%;
float: none;
clear: both;
background: #fff;
margin: 0 auto;
}
.chisiamonew .blocco_ricicla_larghezza {
  max-width: 100%;
  margin: 0 auto;
  background: #fdefcd;
    background-image: none;
  width: 100%;
  background-image: url(https://mondocaffe.com/nuovahome/wp-content/themes/egotheme/images/bg_ricicla.png);
}
.chisiamonew .blocco_ricicla_testo {
  background-image: none;
}
.chisiamonew .blocco_ricicla_testo_01 {
  border-bottom: none;
  padding-bottom: 0px;
}
.chisiamonew .blocco_ricicla_larghezza_02 {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
}
.chisiamonew .blocco_ricicla_img {
  float: left;
  width: 20%;
  position: relative;
  padding-top: 60px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.wrap,
	.site-header {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		/*width: 620px;*/
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

/* iPads (portrait)
--------------------------------------------- */

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	/*.site-header .widget-area,
	.title-area,*/
	.header-image .site-header .wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-middle .wrap,
	.home-middle-wide .wrap,
	.home-features .wrap,
	.home-bottom .wrap,
	.home-bottom-message .wrap,
	.footer-widgets .wrap,
	.wrap{
		width: 90%;
	}
	/*
	.site-header .wrap {
		padding: 16px 0;
	    padding: 1rem 0;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#comments,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	.site-header .search-form {
		width: 80%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}
*/
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1rem auto;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	
	.feature-margin {
		margin: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}
	.overlay h2 {
		font-size: 50px;
	}
	.slider-wide .overlay img {
    max-width: 140px;
}
	.slider .featured-content .entry-title,
	.prodotti .prodotto a h4{
    font-size: 36px;
    
}
	#featured-page-3 .entry-title a, .prodotti .prodotto.macchine-da-caffe a h4 {
    right:20px;
    left: auto;
}
	#featured-page-6 .entry-title a, .prodotti .prodotto.acque-e-bevande a h4 {
    top: 20px;
    right: 0;
}
	.chisiamonew .content {
  text-align: center;
  padding: 30px !important;
}
	.chisiamonew .wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
	.comodato_sx {
  float: left;
  width: 100%;
  padding: 50px;
}
	.comodato_dx {
  float: left;
  width: 100%;
}
		.chisiamonew h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 20px 0px 20px;
}
	.chisiamonew .blocco_ricicla_testo_01 {
  padding-top: 0px;
}
	.chisiamonew .blocco_comodato_01 h3 {
  color: #e42618;
  text-transform: uppercase;
  font-size: 20px !important;
  width: 100%;
  line-height: 1.2;
}
	.blocco_chi_siamo_new_01 {
  max-width: 1024px;
  margin: 0 auto 100px;
  width: 75%;
}
	.blocco_chi_siamo_new_01 p {
  font-size: 20px;
}
	.chisiamonew .site-inner .wrap{
  padding-top: 0;
	width: 100%;
}
	.chisiamonew .comodato_sx {
  float: left;
  width: 100%;
  padding: 0px;
}
	.chisiamonew .comodato_dx {
  float: left;
  width: 100%;
}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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

	.home-middle-1,
	.home-middle-2,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-feature-1,
	.home-feature-3 {
		float: left;
		width: 48%;
	}
	
	.home-feature-2,
	.home-feature-4 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-3 {
		clear: both;
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 46%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.footer-widgets .widget {
		margin-bottom: 0;
	}
	.genesis-nav-menu.menu {
		display: none;
		height: calc(100vh - 90px);
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

.genesis-nav-menu.menu .menu-item, .responsive-menu-icon {
    display: block;
    width: 100%;
}


	.genesis-nav-menu.menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.menu li.current-menu-item > a,
	.genesis-nav-menu.menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.menu li a,
	.genesis-nav-menu.menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.menu .sub-menu li a,
	.genesis-nav-menu.menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.menu .current-menu-item > a,
	.genesis-nav-menu.menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.menu .current-menu-item > a,
	.site-header .genesis-nav-menu.menu .sub-menu li a,
	.site-header .genesis-nav-menu.menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.menu .sub-menu,
	.site-header .genesis-nav-menu.menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.menu > li:hover > a,
	.site-header .genesis-nav-menu.menu a:hover {
		color: #fff;
	}
	.slider .featured-content .entry-title,
	.prodotti .prodotto a h4 {
    font-size: 28px;
    top: 20px;
    right: 30px;
}
.head-wrap .header-widget-area p {
    margin-bottom: 10px;
}
	.header-image .site-header .widget-area a.cell {
    font-size: 20px;
}
	.header-image .site-header .widget-area a.cell::before,
	.header-image .site-header .widget-area a.fb span::before {
		font-size: 24px;
	}
	.header-image .site-title a {
		height: 75px;
		min-height: 0;
	}
	.header-image .head-wrap.scrolled .title-area {

    height: 70px;
    width: 70px;
    margin-top: 5px;

}
.header-image .head-wrap.scrolled .site-title a {

    float: left;
    height: 55px;
    min-height: 0;
    width: 100%;

}
	.header-image .title-area {
		height: 90px;
		width: 90px;
		 margin-top: 5px;
	}
	.slider-wide .overlay img {
    max-width: 100px;
}
.overlay h2 {
    font-size: 42px;
}
	.footer-widgets-2, .text-footer {
    position: relative;
    height: auto;
    float: left;
	top:0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
	.footer-widgets a img {
    height: auto;
    width: 100%;
    max-width: none;
}
	.marchio {
		width: 20%;
	}
	#featured-page-5 .entry-title, .prodotti .prodotto.caffe-in-grani-e-macinato a h4 {
    max-width: 50%;
    right: 5px;
}
	.top-image, .slider-wide {

    margin-top: 99px;

}
	.head-wrap {
		background: rgba(86,39,16,1);
	}
.offerta {
    width: 100%;
    margin-bottom: 10px;
}
	.entry-title {

    font-size: 20px;
    margin-bottom: 0;

}
	h3, h4, h5 {

    font-size: 16px;

}
	.site-inner {

    padding-top: 10px;

}
			.contatti-mobile{

    display:block;

}
.contatti-desktop {
    display:none;
}
}
@media only screen and (max-width: 650px) {
	.slider .featuredpage,
	.prodotti .prodotto {
    width: 100%;
    float: left;
}
	#featured-page-3, #featured-page-5, #featured-page-7, #featured-page-2, #featured-page-4, #featured-page-6,
	.prodotti .prodotto.macchine-da-caffe, .prodotti .prodotto.caffe-in-grani-e-macinato, .prodotti .prodotto.accessori, .prodotti .prodotto.capsule-originali-e-compatibili, .prodotti .prodotto.cialde-ese, .prodotti .prodotto.acque-e-bevande{
    padding-left: 0;
}
	.header-image .site-header .wrap {
		width: 90%;
	}
	.marchio {
		width: 25%;
	}
	.slider-wide .overlay img {
    max-width: 220px;

	}
	.overlay h2 {
    font-size: 30px;
}
	.slider .featured-content .entry-title, .prodotti .prodotto a h4 {
    font-size: 28px;
    top: 20px;
    right: 20px;
    max-width: 45%;
}
	#featured-page-5 .entry-title, .prodotti .prodotto.caffe-in-grani-e-macinato a h4 {
    max-width: 70%;
    right: 0px;
    top: 50px;
}
	#featured-page-6 .entry-title, .prodotti .prodotto.acque-e-bevande a h4 {
    top: 5px;
    max-width: 66%;
}
	#featured-page-7 .entry-title, .prodotti .prodotto.accessori a h4 {
    max-width: 40%;
    text-align: left;
    width: 40%;
    top: 10px;
}
	.welcome-wide .wrap h4 {
    font-size: 16px;
}
	.text-off .text-content h4 {
    font-size: 14px;
}
	.text-off .text-content p {

    font-size: 10px;

}

}

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

	.site-header {
		width: 100%;
	}

	.welcome-feature-1, 
	.welcome-feature-2, 
	.welcome-feature-3,
	.home-middle-1,
	.home-middle-2,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-bottom-1,
	.home-bottom-2 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.featured-content .entry {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
		
	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}

	
}