/*
Theme Name: DG-Theme
Theme URI: http://www.davidegasparetti.com
Author: Davide Gasparetti
Author URI: http://www.davidegasparetti.com
Description: Theme created by Davide Gasparetti width a huge hand of Underscore_s
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dg-theme
Tags:

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

DG-Theme is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #f2e2db;
}

#page, #main {overflow:hidden;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	color: #2b2b2b;
}

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

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
height:100px;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #606060;
	font-family: 'Varela', sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
}

.yoganroll{
font-family: 'Playfair Display', serif;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {background: none!important;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

blockquote:before,
q:before {
font-family:'FontAwesome';
	content: "\f10d";
color:#606060;
}

blockquote:after, q:after {
font-family:'FontAwesome';
	content: "\f10e";
color:#606060;
}



blockquote,
q {
font-style:italic;
}

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

ol {
	list-style: decimal;
	margin: 0 0 1.5em 0;
}


ul {
	list-style: circle;
	margin: 0 0 1.5em 0;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.mainbar {
    width: 20%;
    float: left;
    border: 10px solid #f2e2db;
    height:100vh;
	position:fixed;
}

.top-site {
	background: #ffffff;
	overflow:hidden;
	height: 100%; 
	padding:2em; 
}

.site-branding {
    overflow: hidden;
    line-height: 1;
    margin-bottom: 3em;
}

#page {
    float: right;
    width: 80%;
    padding: 0.635em 0.635em 0.635em 0;
}

#mastheadhomepage {
width: 100%;
height: 100vh;
background-size:cover;
background-position:center;
background-attachment: fixed;
border-left: 0;
display: flex;
	justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

#masthead {
height:auto;
margin-top:73px;
}

.titlehome {
    text-align: center;
    padding: 3em;
    line-height: 1;
    overflow: hidden;
    margin: 0 auto;
}

.titlehome h1 {
color: #ffffff;
font-size: 3.5em;
margin: 0;
font-weight: 300;
text-transform: uppercase;
}

.titlehome h2 {
color: #ffffff;
font-size: 1.8em;
margin: 0;
font-weight: 300;
text-transform: uppercase;
}

.titlehome p {
font-size: 1.3em;
color: #ffffff;
line-height: 1.3;
}

.entry-header {
position:relative;
}

.subheader, .subheaderblog {
overflow:hidden;
text-align: center;
padding: 2em;
}

.subheader .title-page {
margin-top: 0;
background: none;
}

.subheader .title-page h1 {
font-size: 2.5em;
margin: 0;
}

.subheader .title-page h2 {
font-size: 1em;
font-style:italic;
}

.site-footer {
padding: 1em 3em 0 3em;
background: rgba(232,207,199,0.95);
}

.site-info {
text-align: center;
font-size: 0.625em;
padding: 1em 0 0 0;
border-top: 1px solid #606060;
clear:both;
}

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

a.action, 
.action a {
	background: #c56d49!important;
	color: #ffffff!important;
	font-size: 1em;
	line-height: 1.5;
	padding: 1em;
display:block;
margin:1em auto;
text-align: center;
text-decoration: none!important;
font-weight: 400;
max-width: 400px;
text-transform: uppercase;
cursor: pointer!important;
border: none;
}
 
button,
input[type="button"],
input[type="reset"],
input[type="submit"], 
wpcf7-submit {
	background: #c56d49!important;
	color: #ffffff!important;
	font-size: 1em;
	line-height: 1.5;
	padding: 1em;
display:block;
margin:1em 0;
text-align: center;
text-decoration: none!important;
font-weight: 400;
max-width: 400px;
text-transform: uppercase;
cursor: pointer!important;
border: none;
}


a.actionmail {
	background: #c56d49;
	color: #ffffff!important;
	font-size: 1em;
	line-height: 1;
	padding: 0.625em;
display:block;
text-align: center;
text-decoration: none!important;
font-weight: 400;
text-transform: uppercase;
cursor: pointer!important;
bottom:0;
right: 0;
position: fixed;
margin: 0;
z-index: 999999;
}

a.actionmail:hover {
	background: #aa583;
	color: #ffffff!important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
background: #c56d49;
color: #ffffff!important;
font-size: 1em;
line-height: 1;
padding: 1em;
display:block;
margin:0 auto;
text-align: center;
text-decoration: none!important;
font-weight: 400;
max-width: 300px;
text-transform: uppercase;
}

#footer-sidebar input[type="submit"] {
    background: #c56d49;
    color: #ffffff!important;
    font-size: 1em;
    line-height: 1;
    padding: 1em;
    display: block;
    margin: 1em 0 0 0;
    text-align: center;
    text-decoration: none!important;
    font-weight: 400;
    max-width: 400px;
    text-transform: uppercase;
}

#footer-sidebar input[type="submit"]:hover {
    background: #aa583;
    color: #ffffff!important;
}

a.actionhome, .actionhome a {
	color: #ffffff!important;
	background: #c56d49;
	font-size: 1em;
	line-height: 1.5;
	padding: 1em;
	margin:1em auto;
display:block;
text-align: center;
text-decoration: none!important;
font-weight: 400;
width: 300px;
text-transform: uppercase;
}

a.actionhomeheader, .actionhomeheader a {
	color: #ffffff!important;
	background: #c56d49;
	font-size: 1em;
	line-height: 1;
	padding: 1em;
cursor:pointer;
display:block;
margin:2em;
text-align: center;
text-decoration: none!important;
font-weight: 400;
width: 200px;
float:left;
text-transform: uppercase;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce div.product form.cart .button, .woocommerce a.button.alt {
	color: #ffffff!important;
	background: #c56d49;
	line-height: 1;
	padding: 1em;
background:none;
box-shadow: none;
cursor:pointer;
margin-top:0;
width: 100%;
text-align: center;
font-weight: 400!important;
text-transform: uppercase;
}

.woocommerce input.button, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	background: #c56d49;
	color: #ffffff!important;
	line-height: 1;
	padding: 1em;
border:0;
box-shadow: none;
cursor:pointer;
margin-top:0;
border-radius: 0px;
text-align: center;
font-weight: 400!important;
text-transform: uppercase;
}

a.action:hover, 
.action a:hover, 
a.actionhome:hover, 
.actionhome a:hover,
a.actionhomeheader:hover, 
.actionhomeheader a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce div.product form.cart .button:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover, 
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover{
	background: #aa583;
	color: #ffffff!important;
}

#cookie-notice .button {
    margin-left: 10px;
    max-width: 100px!important;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    float: right;
    font-size: 1.5em;
    border: none;
    border-radius: 0px;
font-weight: 300!Important;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 auto;
    text-align: left;
    margin-bottom:1em; 
}

.woocommerce .quantity .qty {
    width: 30%;
    text-align: center;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

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: #606060;
    border: 1px solid #606060;
    border-radius: 0;
    background: transparent;
    padding: 0.625em!important;
}

select {
    border: 1px solid #606060;
    background: transparent;
}

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: #444444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"] {
	padding: 3px;
	    width: 100%;
}

input[type="search"] {
padding: 3px;
	    width: 62%;
margin-right: 1em;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #cd7f60;
	text-decoration: none;
}


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

a:hover,
a:focus,
a:active, a:visited {
	color: #aa583;
}

.site-content a:hover,
.site-content a:focus,
.site-content a:active, .site-content a:visited {
	color: #aa583;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-bar {
    width: 100%;
    overflow: hidden;
}

.main-navigation {
    clear: both;
    display: block;
    width:100%;
}

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

.main-navigation li {
    position: relative;
    text-align: left;
    height: auto;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #606060;
    text-transform: uppercase;
    height: 100%;
    font-weight: 400;
    padding: 0.625em 0 0 0;
}

.main-navigation a:hover, .main-navigation a:active {
color: #cd7f60; 
}

.main-navigation ul ul {
background: #ffffff;
    float: left;
    position: absolute;
    top: 72px;
    left: -999em;
    width: 200px;
    opacity:1;
}

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

.main-navigation ul ul a {
	width: 200px;
color: #606060;
opacity:1;
padding: 0.625em;
}

.main-navigation ul ul li {
float: left;
width:100%;
border-bottom: 1px solid #f5f5f5;
height: auto;
color: #606060;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 813px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	text-align: center;
	width: 25%;
    padding: 1em;
    background: #cd7f60;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: center;
	width: 25%;
    padding: 1em;
    background: #cd7f60;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a, .comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
	color: #ffffff!important;
}

.has-sub-menu a:after{
content: '\f0d7';
font-family: FontAwesome;
margin-left:0.625em;
}

.has-sub-menu .sub-menu a:after{
content: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.rowloop {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.content-contatti {
text-align:center;
margin:2em 0 2em 0;
}

a.ico-more {
display: block;
width:10%;
margin: 0 auto;
margin-top:2em;
color: #ffffff!important;
text-align: center;
font-weight: 300;
border-top:1px solid #ffffff;
}

a.ico-more:hover {
text-decoration: underline!important;
}

#comments {
padding: 1em;
background: rgba(238,212,203,0.95);
margin-bottom: 10px!important;
}

ol.comment-list li {
margin: 1em 0 1em 0;
padding: 2em;
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
}

.comment-meta {
background: #f2e2db;
padding: 1em;
}

a.comment-reply-link, #comments a.url {
text-decoration: underline;
}

#content {
    padding: 2em 6em;
    background: #ffffff;
    margin-bottom: 10px;
}

#mainrowhome {
padding: 0 6em;
}

#container #content {
    padding: 0!important;
}

#primary{
    float: left;
    width: 71%;
    margin-right: 5em;
}

#container{
    float: none;
clear:both;
    width: 100%;
}

#secondary{  
float: left;
    width: 22%;
    padding: 1em;
background: rgba(232,207,199,0.95);
}

.blogpost {
    margin: 10px;
    padding: 0;
    width: 30%;
}

.posttestimonials {
    margin: 10px;
    padding: 0;
    width: 31%;
}

.posttestimonials blockquote, .posttestimonials blockquote p {
    margin: 0;
  }

.content-blogpost  {
    padding: 1em;
    text-align: center;
    height: 100%;
}

.content-blogpost a {
color: #606060!important;
}

.content-blogpost h4 {
font-size:1.5em;
 }

.content-blogpost h2, .content-blogpost h4 {
margin:0;
 }

 .content-blogpost h2:hover, .content-blogpost h4:hover {
text-decoration: underline;
 }

.wp-post-image {
width:100%;
}

.post-navigation{
display:none;
}

#footer-sidebar ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 0;
}

#footer-sidebar {
display:block;
overflow: hidden;
}

#footer-sidebar1 {
float: left;
width: 25%;
margin-right:12%;
}

#footer-sidebar2 {
float: left;
width: 25%;
margin-right:12%;
}

#footer-sidebar3 {
float: left;
width: 25%;
}

.socialfooter {
margin: 0 1em;
}

.search-head {
    width: 90%;
    margin: 0 auto;
}

.search-head input[type="search"] {
    width: 60%;
margin-right: 1em;
}

.anchor{
  display: block;
  height: 130px; /*same height as header*/
  margin-top: -130px; /*same height as header*/
  visibility: hidden;
}

a.prev, a.next {
	background: #c56d49;
	color: #ffffff;
	font-size: 0.625em;
	line-height: 1.5;
	padding: 0.625em!important;
border:0;
cursor:pointer;
display:block;
margin:0 1em!important;
text-align: center;
text-decoration:none;
width: 100px!important;
float: left;
}

nav.pagination {
    clear: both;
    overflow: hidden;
    margin: 0;
    height: 100%;
    padding: 1em;
}

a.page-numbers, .dots {
	background: #c56d49;
	color: #ffffff;
	font-size: 0.625em;
	line-height: 1.5;
	padding: 0.625em!important;
border:0;
cursor:pointer;
display:block;
margin:0 1em!important;
text-align: center;
text-decoration:none;
width: auto;
float: left;
}

a.prev:hover, a.next:hover, a.page-numbers:hover, .dots:hover {
	background: #f5f5f5;
color: #606060;
}

.current {
	background: #f5f5f5;
	color: #606060;
	font-size: 0.625em;
	line-height: 1.5;
	padding: 0.625em!important;
border:0;
cursor:pointer;
display:block;
margin:0 1em;
text-align: center;
text-decoration:none;
width: auto;
float: left;
}

.content-single {
padding: 1em 6em;
}

#contentblogpost .content-single {
background: #ffffff!important;
}

#contentblog {
background: #ffffff!important;
padding: 0 6em;
margin-bottom: 10px;	
}

#content-contatti {
background: #ffffff!important;
margin-bottom: 10px;	
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-item {
width: auto;
margin: 10px!important;
float: left;
overflow: hidden;
vertical-align: top;
display: inline-block;
text-align: center;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.jp-carousel-info {display:none;}

/*--------------------------------------------------------------
## Slideshow
--------------------------------------------------------------*/

.slideshow-container {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
}

.slide {
    display: none; /* Hide the images by default */
    width: 100%;
}

.slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    width: auto!important;
    padding: 0!important;
    margin: 0!important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0;
    background: none!important;
    color: #aa0f26!important;
}

.slideshow-container .next {
  right: 0; /* Position the "next button" to the right */
  border-radius: 0;
}

.slideshow-container .prev:hover, .slideshow-container .next:hover {
  color: #777777!important; /* On hover, add a black background color with a little bit see-through */
  background: none!important;
}

.review {
    color: #000000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.review h4.review-title {
    font-size: 2em!important;
    margin: 0;
}

.review .review-content {
	font-size: 1em;
	font-style: italic;
	margin: 1em 0;
}

.review .review-author {
	font-size: 1em;
	font-style: normal;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    left: 60px;
    display: none!important;
    right: 60px;
}

.moovegdpr-arrow-close:before {
    content: "\e900";
    color: #000000;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0.625em;
}

.mc4wp-checkbox input[type="checkbox"] {
    margin-right: 0.3em!important;
}

.rowpub {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    margin: 0 0 1em 0;
    padding: 1em;
}

.rowpub .column2-2 {
    text-align: center;
}

.rowpub .column2-2 span {
    padding: 2em;
    display: block;
}


#sb_instagram .sbi_follow_btn a {
    background: rgba(232,207,199,0.95)!important;
    color: #fff;
    border-radius: 0;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

.woocommerce div.product {
    padding: 1em 10em;
}

.logo {
overflow:hidden;
width: 100%;
margin-bottom: 2em;
text-align:center;
display:none;
}

img.custom-logo {
    float: none;
    margin: 0 auto;
}

.gallery-about {
background: rgba(232,207,199,0.95);
overflow:hidden;
padding: 2em 3.8em;
text-align: center;
margin-bottom: 10px;
}

.gallery-about img {
    border-radius: 100%;
}

.buttonhome {
    width: 528px;
    margin: 0 auto;
}

.element-background {
    width: 100%;
    height: 200px;
}

.element-background-home {
    width: 100%;
    height: 100%;
    position: absolute;
}

.element-background-full {
    width: 100%;
    height: 50vh;
}

.ln-letters a {
    font-size: 1em;
}

a.glossaryLinkMain {
    font-size: 1em;
}

.cminds_poweredby {
    display: none!important;
}

.newsletter {
    font-size: 16px!important;
}

#cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    border: none!important;
    text-shadow: none!important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

.formcontatto {
padding: 2em 6em;
background: rgba(232,207,199,0.95);
margin-bottom: 10px;
}

.formcontatto h3{
text-align:center;
font-size:2em;
font-weight: 300;
}

.formcontatto .row {
margin-bottom: 1em;
}

.formcontattohome {
padding: 2em 3em;
background: rgba(232,207,199,0.95);
}

.formcontattohome h3{
text-align:center;
font-size:2em;
font-weight: 300;
margin:0;
}

.formcontattohome .row {
margin-bottom: 1em;
}

.formcontattohome input[type="submit"]{
cursor:pointer;
}

.widget_categories ul, ul.product-categories {
    padding: 0;
    list-style: none;
}

li.cat-item:before {
content:'\f114';
font-family: FontAwesome;
margin-right: 0.625em;
color: #000000;
}

li.cat-item:hover:before {
content:'\f115';
font-family: FontAwesome;
margin-right: 0.625em;
color: #000000;
}

.textarchive {
margin: 0 0 2em 0;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
margin-top:2em;
}

.datameta {
width: 45%;
float:left;
}

.rowmeta {
    overflow: hidden;
    position: relative;
}

#comments ol {
	list-style: none;
	padding: 0;
}

.comment-author img {
	float: left;
	margin: 0 2em 0 0;
	border-radius: 100%;
	border: 5px solid #f5f5f5;
width: 100px;
}

.columnhome1-2 {
width: 49%;
float:left;
overflow:hidden;
height:auto;
position:relative;
margin-right: 5px;
}

.columnhome2-2 {
width: 49%;
float:right;
overflow:hidden;
height:auto;
position:relative;
margin-left:5px; 
}

a.boxhome {
	display: block;
	height: 100vh;
}

.texthomerow {
    position: absolute;
    text-align: left;
    color: #ffffff;
    height: auto;
    margin: 10px;
    bottom: 0;
}

.background {
    background: rgba(0,0,0,0.4);
}

.background:hover {
    background: rgba(0,0,0,0.6);
}

.texthomerow h2{
    font-size: 1em;
    margin: 0;
    padding:0.625em; 
    line-height: 1;
	font-family: 'Varela', sans-serif;
    background: rgba(190,178,178,0.8);
}

.texthomerow a{
    color: #ffffff;
    display: block;
    height: 400px;
}

.homerow {
    margin: 10px 0 10px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.homerow2 {
    padding: 2em 6em;
    margin: 0;
    overflow: hidden;
    background-color: rgba(232,207,199,0.95);
    color: #606060;
}

.homerow2 h2{
text-align:center;
font-size: 2em;
}

.homerownewsletter {
    padding: 2em 6em;
    background-color: rgba(232,207,199,0.95);
    overflow:hidden;
    margin: 10px 0;
}

.homerownewsletter h3 {
	font-size: 2em;
}

.homerow3 {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content-image {
float: left;
width: 45%;
margin: 1.5em 1em 1em 0;
height: auto;
overflow: hidden;
}

.content-text {
float: left;
width: 53%;
margin: 0;
height: auto;
overflow: hidden;
}

.categorytag a {
margin-right: 1.5em;
color: #606060;
}

.categorytag a:before {
content:'\f114';
font-family: FontAwesome;
margin-right: 0.625em;
color: #000000;
}

.categorytag a:hover:before {
content:'\f115';
font-family: FontAwesome;
margin-right: 0.625em;
color: #606060;
}

.categorytag a:hover,.categorytag a:visited, .categorytag a:focus {
color: #606060;
}

.content-blogpost .categorytag a {
margin-right: 1.5em;
color: #606060;
}

.content-blogpost .categorytag a:before {
content:'\f114';
font-family: FontAwesome;
margin-right: 0.625em;
color: #606060;
}

.content-blogpost .categorytag a:hover:before {
content:'\f115';
font-family: FontAwesome;
margin-right: 0.625em;
color: #606060;
}

.content-blogpost .categorytag a:hover, .content-blogpost .categorytag a:visited, .content-blogpost .categorytag a:focus {
color: #aa583;
}

.contactform {
padding: 1.5em;
background: rgba(232,207,199,0.95);
width: 100%;
margin-bottom: 2em;
}

#secondary .contactform {
padding: 0;
}

.row {
width: 100%;
clear:both;
overflow:hidden;
height:auto;
margin:1em 0;
}

.rowtop {
width: 100%;
clear:both;
overflow:hidden;
height:auto;
padding:0.6em 6em;
text-align:right;
}

.teltop {
float:right;
margin-left: 2em;
margin-right:2em;
overflow:hidden;
}

.socialtop {
float:right;
margin-left: 2em;
overflow:hidden;
}

.column1-2 {
width: 50%;
float:left;
overflow:hidden;
height:auto;
padding-right:1em;
}

.column2-2 {
width: 50%;
float:right;
overflow:hidden;
height:auto;
padding-left:1em;
}

.column1-3 {
width: 33%;
float:left;
overflow:hidden;
height:auto;
padding: 0 1em 0 0;
}

.column1-4 {
width: 25%;
float:left;
overflow:hidden;
height:auto;
padding: 0 0 0 1em;
}

.column3-4 {
width: 75%;
float:left;
overflow:hidden;
height:auto;
}

.entry-content {
	width: 100%;
}

/*--------------------------------------------------------------
## Tribe Events
--------------------------------------------------------------*/

.tribe-events-sub-nav {
    display: none;
}

 .single-tribe_events header.entry-header {
display: block;
 }

 #tribe-events-pg-template, .tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 6em;
}

#tribe-events-content {
margin:0;
padding: 0;
position: relative;
}

.tribe-events-schedule {
    margin: 2em 0;
    vertical-align: middle;
    padding: 1em;
	background-color: rgba(232,207,199,0.95);
}

.tribe-events-schedule h2 {
    display: block;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-style: normal;
    line-height: normal;
    clear: both;
    }

.single-tribe_events .tribe-events-event-meta {
	background-color: rgba(232,207,199,0.95);
    border: 0;
    margin: 1em 0;
}

.tribe-events-notices {
    background: none;
    border: 0;
    border-radius: 10px;
	background: #c56d49;
    color: #ffffff;
    margin: 1em 0;
    padding: 1em;
    text-shadow: none;
}

.tribe-events-back {
    margin: 1em 0;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  margin-bottom: 10px;
}

.tribe-events-list .type-tribe_events {
    border-bottom: 0!important;
    margin: 5px 0!important;
    padding: 1em!important;
    background: rgba(232,207,199,0.95)!important;
}

.tribe-events-list-separator-month {
    background-color: #eee;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 2em 0 2em 0;
    padding: 6px 10px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/


@media screen and (min-width: 813px) and (max-width: 1025px) {

.top-site {
	padding: 1em;
}

.site-branding {
    padding: 0.625em 0.625em 0.625em 1em;
}

#content, #contentblog {
    padding: 0 2em;
}

.gallery-about {
padding: 2em;
}

.content-single {
padding: 1em 4em;
}

.homerow2, .homerownewsletter, .rowprenotazione {
    padding: 2em;
 }

 .rowloop {
	display: block;
}

.blogpost {
    width: 100%;
    float: none;
    clear:both;
    margin-bottom: 2em;
}

.content-blogpost {
padding:1em;
}

#primary {
    float: left;
    width: 70%;
    margin-right: 3em;
}

#secondary {
    width: 25%;
}

}

@media screen and (min-width: 481px) and (max-width: 812px) {

.mainbar {
    width: 25%;
}

.top-site {
    padding: 0;
}

.site-branding {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

img.custom-logo {
    width: 60px;
}

.site-branding .main-name {
    font-size: 2em;
}

#page {
	width: 74%;
}

#mastheadhomepage {
height:auto;
}

a.ico-more {
margin-top:0.625em;
}

.titlehome {
	padding: 1em;
}

.titlehome h1 {
	font-size: 2.5em;
}

.titlehome h2 {
	font-size: 1.5em;
}

.title-page h2, .titlehome h2 {
font-size: 1em!important;
}

.title-page h1, .titlehome h2 {
font-size: 2em!important;
}

.titlehome p {
font-size: 1em;
color: #ffffff;
}

.buttonhome{
	width: auto;
	margin: 0 auto;
}

a.actionhomeheader, .actionhomeheader a {
    margin: 2em auto;
    font-weight: 400;
    float: none;
    clear: both;
}

.navigation-bar {
    width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.main-navigation button {
    margin: 0!important;
width: 100%;
float:none;
border-radius: 0;
}

.main-navigation ul {
background: #ffffff;
}

.main-navigation li {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
}

.main-navigation a {
    padding: 1em;
    color:#606060;
    font-size: 10px;
}

.sub-menu {
   display: none!important;
}

#primary, #container {
    float: none;
    width: 100%;
    margin-right: 0!important;
border-right: 0px;
}

#secondary {
float:none;
width: 100%;
}

.homerow {
	padding: 0;
}

.homerow2, .homerow3 {
	padding: 10px;
}

.homerownewsletter {
display: block;
padding: 1em;
}

.content-image {
float: none;
width: 100%;
clear: both;
margin: 1em 0;
height: auto;
overflow: hidden;
}

#content, #contentblog {
padding: 2em;
}

.gallery-about {
padding: 2em;
}

.content-single {
padding: 1em 2em;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    padding: 1em 2em;
}

.content-text {
float: none;
width: 100%;
clear:both;
margin: 0;
height: auto;
overflow: hidden;
}

.rowloop {
	display: block;
}

.blogpost {
    width: 100%;
    float: none;
clear:both;
margin:1em 0;
height: auto;
}

.content-blogpost {
	display: block;
}

.woocommerce div.product {
    padding:1em 2em;
}

.datameta, .categorytag {
width: 100%;
float:none;
clear:both;
}

#footer-sidebar1, 
#footer-sidebar2, 
#footer-sidebar3 {
float: none;
width: 100%;
margin-right:0;
}

.formcontatto {
	padding: 1em;
}

.column1-2, .column2-2, .column1-4, .column3-4,  .columnhome1-2, .columnhome2-2 {
width: 100%;
float:none;
clear:both;
padding: 0;
margin: 1em 0 0 0;
}

.has-sub-menu a:after {
content: none;
}

.site-footer{
	padding: 1em;
}


}

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

.mainbar {
    width: 100%;
    float: none;
    clear: both;
    border: 0;
    height: auto;
    position: fixed;
    background: #ffffff;
    z-index: 999999;
}

.site-branding {
    display: block;
    position: absolute;
    width: 50px;
}

.top-site{
	padding:0;
}

#page {
	width: 100%;
	clear: both;
	float: none;
	padding: 10px;
}


#masthead, #mastheadhomepage {
margin-top:0;
}

.title-page h1, .titlehome h1 {
font-size: 1.5em!important;
}

.titlehome {
width:100%;
margin-top:0;
}

.title-page {
width: 100%;
}

.titlehome p {
font-size: 1em;
color: #ffffff;
}

.title-page h2 {
font-size: 1em!important;
}

.buttonhome {
width: 200px;
}

a.actionhome {
margin: 1em 0;
}

a.actionhomeheader {
margin: 1em 0;
}

.formcontattohome {
    padding: 1em;
}

.subheader {
    margin: 30px 0 0 0;
    display: block;
}

.subheader .title-page {
    margin-top: 0;
    width: 100%;
    background: none;
    float: none;
clear:both;
padding:1em;
}

#breadcrumbs-page {
    width: 100%;
    float: none;
clear:both;
padding:1em;
}

.navigation-bar {
    width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.main-navigation button {
    margin: 0!important;
width: auto;
float:right;
border-radius: 0;
}

.main-navigation ul {
background: #ffffff;
}

.main-navigation li {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
}

.main-navigation a {
    padding: 0.6em;
    color: #606060;
    font-size: 0.8em;
}

.sub-menu {
   display: none!important;
}

#container #content {
    padding: 0!important;
}

#primary, #container {
    float: none;
    width: 100%;
    margin-right: 0!important;
padding-left:0;
padding-right: 0;
border-right: 0px;
}

#secondary {
float:none;
width: 100%;
}

#content, #contentblog{
padding: 1em;
}

.homerow {
	padding: 0;
}

.homerow2, .homerow3 {
	padding: 10px;
}

.homerownewsletter {
display: block;
padding: 1em;
}

.site-footer {
	padding: 1em;
}

.gallery-about {
padding: 1em;
}

.content-single {
padding: 1em;
}

.rowloop {
	display: block;
}

.blogpost {
    width: 100%;
    float: none;
clear:both;
margin:1em 0;
height: auto;
}

.content-blogpost {
padding:1em;
display: block;
}

.woocommerce div.product {
    padding: 1em;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0 1em;
 }

.datameta, .categorytag {
width: 100%;
float:none;
clear:both;
}

.formcontatto {
	padding: 1em;
}

#footer-sidebar1, 
#footer-sidebar2, 
#footer-sidebar3 {
float: none;
width: 100%;
margin-right:0;
}

a.ico-more {
margin-top:0.625em;
}

input[type="search"] {
padding: 3px;
	    width: 60%;
margin-right: 1em;
}

.content-image {
float: none;
width: 100%;
clear: both;
margin: 1em 0;
height: auto;
overflow: hidden;
}

.content-text {
float: none;
width: 100%;
clear:both;
margin: 0;
height: auto;
overflow: hidden;
}

.has-sub-menu a:after {
content: none;
}

.column1-2, .column2-2, .column1-4, .column3-4 {
width: 100%;
float:none;
clear:both;
padding: 0;
margin: 1em 0 0 0;
}

.columnhome1-2, .columnhome2-2 {
width: 100%;
float:none;
clear:both;
padding: 0;
margin: 1em 0 0 0;
}

}



