/*
Theme Name: Fiegl
Theme URI: http://underscores.me/
Author: Martino Stenta
Author URI: http://noiza.com
Description: Il tema WP per Fiegl Vini
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: fiegl
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.

Fiegl is based on Underscores http://underscores.me/, (C) 2012-2016 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
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
    position: relative;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

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

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"] {
	-webkit-appearance: button;
	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-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;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

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"] {
	padding: 3px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1a1a1a;
	text-decoration: underline;
}

a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

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

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: right;
}

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.main-navigation ul ul li {

}

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


.main-navigation ul {
	display: block;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## CUSTOM CSS
--------------------------------------------------------------*/


.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.row {
	text-align: center;
}


/* Header + Footer */

.site-branding {
	width: 16%;
	float: left;
	padding-left:1%; 
}
.main-navigation {
	width: 84%;
	float: left;
	clear: none;
	padding: 25px 0 15px;
}
.site-description {
	display: none;
}
p.site-title {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}
.site-title a {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto;
}
.menu-main-container {
	width: 100%;
}
#primary-menu {
	width: 100%;
}
#primary-menu li {
	width: 12.5%;
}
li.menu-item-language-current {
	display: none;
}
#primary-menu li a {
	text-align: center;
	font-size: 21px;
	line-height: 40px;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
}
.site-header {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.75);
	width: 100%;
	position: absolute;
	background: white;
	z-index: 2;
}
.site-footer {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: #1a1a1a;
    padding-top: 80px;
    height: 450px;
    text-align: center;
    color: white;
}
a.tel-footer {
	color: white;
}
.site-content {
	background: white;
	position: relative;
    z-index: 1;
    margin-bottom: 450px;
    overflow: hidden;
}
body:not(.home) .site-content {
	padding-top: 80px;
}

.site-footer a.home-link-footer {
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat 0 0;
	margin: 0 auto;
}

.site-footer p {
	margin: 20px 0;
	font-size: 21px;
	line-height: 34px;
}
.site-footer p.small-footer {
	font-size: 16px;
	line-height: 34px;
	margin-top: 40px;
}
.site-footer p.small-footer a {
	text-decoration: none;
	color: white;
	font-weight: 600;
}

.site-footer p.footer-links {
	color:#c9a566;
}
.site-footer p.footer-links a {
	color:#c9a566;
}
.social-footer a {
	display: inline-block;
	width: 31px;
	height: 18px;
	text-indent: -9999px;
	margin: 0 10px;
	opacity: 0.8;
	transition: all .2s ease-out;
}
.social-footer a.soc-fb {
	background: transparent url(img/facebook.png) no-repeat center;
}
.social-footer a.soc-tw {
	background: transparent url(img/twitter.png) no-repeat center;
}
.social-footer a.soc-gp {
	background: transparent url(img/googleplus.png) no-repeat center;
}
.social-footer a.soc-ta {
	background: transparent url(img/tripadvisor.png) no-repeat center;
}
.social-footer a.soc-is {
	background: transparent url(img/instagram.png) no-repeat center;
}
.social-footer a.soc-yt {
	background: transparent url(img/youtube.png) no-repeat center;
}
.social-footer a:hover {
	opacity: 1;
}

#cookie-law-info-bar {
	min-height: 81px;
    padding: 22px 12% 14px;
    background-color: rgba(255, 255, 255, 0.9) !important;
}


/* Home */


.title-container h1 {
	margin: 0;
	/*background: url(img/hero-logo.png) no-repeat center 0;
	padding-top: 150px;*/
	font-size: 90px;
	line-height: 90px;
	color: white;
}
.title-container {
	position: relative;
	top: 40%;
	transform: translateY(-40%);
	z-index: 3;
	text-align: center;
}
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-hero-slider {
    height: 680px;
    height: 100vh;
    margin: 0;
    padding: 80px 0 0;
    position: relative;
	overflow: hidden;
}
.cd-hero-slider li {
	position: relative;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
}
.cd-hero-slider li {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/hero-home.jpg);
}
.cd-hero-slider .cd-bg-video-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	height: auto;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.scroll {
	position: absolute;
	width: 100%;
	bottom: 3%;
	z-index: 2;
	text-align: center;
}
.scroll a {
	display: inline-block;
	text-indent: -9999px;
	background: url(img/arrow-down.png) no-repeat center;
	width: 42px;
	height: 21px;
	outline: none;
	transition: all .2s ease-out;
}
.scroll a:hover {
	-webkit-transform: translate3d(0,20%,0);
    -ms-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
    ms-transform: translate3d(0,20%,0);
}

.no-js .cd-hero-slider li {
	display: block;
}

.no-js .scroll {
	display: none;
}
.filter {
	position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 1, 1, 0.3) url(img/filter.png);
    z-index: 2;
}
@media only screen and (min-width: 769px) {
	.cd-hero-slider {
	height: 500px;
	height: 100vh;
	}
	.cd-hero-slider .cd-bg-video-wrapper {
	display: block;
	}
}
.row {
	padding:75px 0;
}
.row .cont {
	width: 54%;
	max-width: 1000px;
	margin: 0 auto;
}
.row h2 {
	font-size: 60px;
	line-height: 60px;
	margin: 15px 0;
}
.row h3 {
	font-size: 48px;
	line-height: 48px;
	margin: 15px 0;
}
.row h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	line-height: 34px;
	color: white;
	font-weight: 600;
	margin: 0;
}

.row-white h4 {
	color: #c9a566;
}
.home .row a,
.row-like-home a {
	color: white;
	border: 1px solid white;
	font-weight: 600;
	font-size: 21px;
	line-height: 60px;
	display: inline-block;
	text-decoration: none;
	width: 280px;

}
.row-white.row a {
	color: #c9a566; 
	border: 1px solid #c9a566;
}
.home .row a:hover,
.row-like-home a:hover {
    background: white;
    color: #c9a566;
}
.row-white.row a:hover {
	background: #c9a566;
    color: white;
}
.row p {
	margin: 0 0 50px;
	font-size: 21px;
	line-height: 34px;
}
p.smallp {
	max-width: 750px;
	margin: 0 auto 50px;
}
.row-photo.row p,
.row-photo.row h2,
.row-photo.row h4 {
	color: white;
}

.row-oslavia {
	background: #1a1a1a url(img/territorio-hero.jpg) no-repeat center;
}
.row-quality {
	background: #1a1a1a url(img/vini-hero.jpg) no-repeat center;
}
.row-blog {
	background: #1a1a1a url(img/blog.jpg) no-repeat center;
}
.row-photo {
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 300px;
}
.jvFloat {
	position: relative;
	display: block;
	margin-top: 1em;
}

.jvFloat .placeHolder.required {
	color: red;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	color: #c9a566;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility 100ms;
	transition: transform 150ms, opacity 100ms, visibility 100ms;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}
 .wpcf7-form input[type="text"], 
 .wpcf7-form input[type="email"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #1a1a1a;
	width: 100%;
	border-radius: 0;
	font-size: 21px;
	line-height: 26px;
	color: #1a1a1a;
	padding:15px 0 3px;

}
 .wpcf7-form textarea {
	border: none;
	border-bottom: 1px solid #1a1a1a;
	border-radius: 0;
	background: transparent;
	font-size: 21px;
	line-height: 26px;
	color: #1a1a1a;
	padding:15px 0 3px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline: none;
}
span.datipersonali  {
	display: inline;
}
.wpcf7-form p {
	margin-bottom: 20px;
}
input[type="submit"].wpcf7-submit {
	margin-left: 20px;
	color: #c9a566; 
	border: 1px solid #c9a566;
	font-weight: 600;
	font-size: 21px;
	line-height: 60px;
	display: inline-block;
	text-decoration: none;
	width: 240px;
	padding:0;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}
input[type="submit"].wpcf7-submit:hover {
	color: white; 
	background: #c9a566; 
}

/* Pagina Vini */

 

.row-intro-vini {
	background: url(img/vini-hero.jpg)  no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-intro-vini h1 {
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	font-weight: 700;
	color: white;
}
.row-intro-vini h2 {
	padding: 5px 0 2px;
	color: white;
}
.row-vini {
	text-align: left;
	padding-top: 0;
}
.row-vini .cont,
.row-vini .cont-tab-vini {
	width: 100%;
	max-width: inherit;
}

.cont-tab-vini {
	-moz-box-shadow: 0 2px 3px 0 #afafaf, 0 0 0 0 #afafaf;
    -webkit-box-shadow: 0  2px 3px 0 #afafaf, 0 0 0 0 #afafaf;
    box-shadow: 0  2px 3px 0 #afafaf, 0 0 0 0 #afafaf;
}

.row-vini .cont-vini {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0;
}

.row-vini a {
	color: #1a1a1a;
	
}
ul.tab-vini {
	list-style-type: none;
	margin: 0 auto;
	padding: 30px 0 25px;
	width: 100%;
	max-width: 1000px;
}
ul.tab-vini li {
	width: 20%;
	display: inline-block;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}
ul.tab-vini li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #afafaf;
}
ul.tab-vini li a.current.vini-b,
.cont-vini-bianchi h3 {
	color: #c2b666;
}
ul.tab-vini li a.current.vini-ro,
.cont-vini-rossi h3 {
	color: #553630;
}
ul.tab-vini li a.current.vini-re,
.cont-vini-rose h3 {
	color: #b87f57;
}
ul.tab-vini li a.current.vini-p,
.cont-vini-passito h3 {
	color: #b96b00;
}
ul.tab-vini li a.current.vini-rb,
.cont-vini-ribolla h3 {
	color: #e1c000;
}

.box-tipo-vino {
	float: left;
	width: 100%;
}
.box-tipo-vino-img {
	float: left;
	width: 15%;
	margin-right: 5%;
}
.box-tipo-vino-txt {
	float: left;
	width: 80%;
	padding-bottom: 80px;
}
.box-tipo-vino-txt h3 {
	font-size: 48px;
	line-height: 48px;
	margin-top: 0;
}

.box-tipo-vino-txt p {
	width: 100%;
	max-width: 600px;
	line-height: 26px;
	display: none;
}
.box-tipo-vino-txt a {
	display: block;
	float: left;
	width: 33%;
	padding-right: 2%;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
    margin-top: 30px;
}
.box-tipo-vino-txt a .vini-anno {
	font-weight: 300;
}

.cont-vini-bianchi > div {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url(img/spacer-vini-bianchi.png) no-repeat bottom center;
}

.cont-vini-rossi > div {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url(img/spacer-vini-rossi.png) no-repeat bottom center;
}

.cont-vini-bianchi > div:last-child,
.cont-vini-rossi > div:last-child {
	background: none;
	margin-bottom: 0;
}




/* Vino singolo */

.row-vino .cont {
	width: 100%;
	max-width: 1600px;
	text-align: left;

  overflow: hidden;
}

.intro-vino {
	float: left;
	width: 53%;
	margin-right: 6%;
}

.intro-vino-title {
	float: left;
	width: 50%;
}
.intro-vino-title h1 {
	font-size: 50px;
	font-size: 4vw;
	line-height: 56px;
    line-height: 4.1vw;
	margin-bottom: 5px;
	margin-top: 15px;
}
.intro-vino-img {
	float: right;
	width: 50%;
}
.intro-vino-extra {
	float: left;
	clear: left;
	width: 35%;
	text-align: center;
	padding-top: 20px;
}
.intro-vino-extra a,
.vino-cat {
	color: #c2b666;
}
.intro-vino-extra a.link-ecom {
	display: block;
	border: 1px solid #c2b666;
	font-weight: 600;
	font-size: 21px;
	line-height: 60px;
	text-decoration: none;
}
.intro-vino-extra a.link-pdf {
	font-weight: 600;
	font-size: 21px;
	line-height: 60px;
}

.vino-cat {
	font-weight: 700;
	text-transform: capitalize;
	padding-left: 40px;
	line-height: 38px;
	background: url(img/vino-bianco.png) no-repeat 0 0;
}

.vino-anno {
	font-family: 'Source Serif Pro', serif;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 38px;
}

.body-vino {
	float: left;
	width: 41%;
}
.body-vino p {
	margin-bottom: 30px;
}


.cf-vino p {
	padding-bottom: 15px;
	margin-bottom: 14px;
	border-bottom: 1px solid #c2b666;
}
.clear-scroll {
	position: absolute;
	bottom: 0;
}

.body-vino-txt {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


/* Pagina Visite */


.row-intro-visite {
	background: url(img/header-visite.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-intro-visite h1 {
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	font-weight: 700;
	color: white;
}
.row-intro-visite h2 {
	padding: 5px 0 2px;
	color: white;
}

.row-extra-visite {
	padding: 0;
}
.row-body-visite .cont {
	max-width: 650px;
	width: 100%;
}
.row-extra-visite .cont > div {
	padding-bottom: 75px;
}

.row-body-visite .cont div {
	padding:50px 30px 50px 16%;
	border-bottom: 1px solid #c9a566;
	text-align:left;
}
.row-body-visite .cont div p {
	margin-bottom: 0;
	line-height: 21px;
}
.row-body-visite .cont div:last-child {
	border-bottom: none;
}

.row-body-visite .cont div.visite-vigna {
	background: url(img/visite-uva.png) no-repeat 6% center;
}

.row-body-visite .cont div.visite-spuntino {
	background: url(img/visite-vino.png) no-repeat 6% center;
}
.row-body-visite .cont div.visite-omaggio {
	padding: 25px 20px 25px 16%;
	background: url(img/visite-costo.png) no-repeat 6% center;
}
.row-extra-visite .cont {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.page-template-page-visite .row-like-home {
	padding-top: 0;
}
.page-template-page-visite .row-like-home .cont {
	width: 100%;
    max-width: 600px;
    font-size: 21px;
    line-height: 34px;
} 
.page-template-page-visite .row-like-home .cont p {

    text-align: left;
}

a.shop-cta {
	width: 300px;
}
.visite-box {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.visite-box a {
	display: block;
	float: left;
	width: calc(50% - 1px);
	height: 0;
	padding-bottom: 30%;
	position: relative;
	text-decoration: none;
	color: white;
}
.visite-box a:first-child {
	margin-right: 2px;
	background-image: url(img/vt-vigneti.jpg);
}
.visite-box a:last-child {
	background-image: url(img/vt-cantina.jpg);
}
.visite-box a h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 5px;
	margin: 0;
}

.visite-box a {
	overflow:hidden;
	background-size: 100% 100%;
    background-position: center;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-ms-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
}
.visite-box a:hover {
	background-size: 110% 110%;
    background-position: center;
	ransition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}



/* Slider Footer */

.big-footer-box {
	padding-bottom: 26%;
	background: #1a1a1a;
	position: relative;
}
.box-territorio {
	background:url(img/territorio.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-vigneti {
	background:url(img/vigneti.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-famiglia {
	background:url(img/famiglia.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-visite {
	background:url(img/visite.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.big-footer-box a {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: white;
}

.big-footer-box a small {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
.big-footer-box a h4 {
	font-size: 42px;
    line-height: 46px;
    font-size: 3vw;
    line-height: 3vw;
    padding: 3% 5% 0;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
}
.slick-list {
	margin-bottom: -1px !important;
}
.slick-slide a {
	width: 100% !important;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 13px;
    margin: 0 5px 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    text-shadow:none;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    content: "";
    text-align: center;
    opacity: 0.5;
    color: black;
    -webkit-font-smoothing: antialiased;
    border-radius: 100%;
    border: 1px solid white;
}
.slick-dots li.slick-active button:before {
	opacity: 0.9;
    color: black;
    background-color: white;
    box-shadow: 0 0 0 1px white;
}
.row-footer-boxes {
	padding: 0;
}

/* Pagina Blog */

.row-blog-page .cont {
	width: 100%;
	max-width: 960px;
}
.single .row-blog-page .cont {
	max-width: 600px;
}
.row-blog-page .cont .blog-body {
	float: left;
	width: 600px;
}
.row-blog-page .cont .blog-sidebar {
	float: left;
	width: 360px;
	padding-left: 30px;
	padding-top: 50px;
}
.blog-sidebar h2 {
	font-size: 20px;
	line-height: 26px;
}
.blog-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.blog-sidebar ul a {
	text-decoration: none;
}

.navigation {
	float: left;
	clear: both;
}

.row-blog-page .cont a.blog-entry {
	text-decoration: none;
	padding-bottom: 80px;
	display: block;
	transition: color 0.5s ease;
}
.row-blog-page .cont a.blog-entry p {
	margin-bottom: 10px;
}

.blog-link {
	text-decoration: underline;
}
.blog-data,
.blog-link {
	color: #c9a566;
	font-weight: 700;
	font-size: 21px;
    line-height: 31px;
    padding: 15px 0;
}
.row-blog-page .cont a.blog-entry:hover {
	color: #c9a566;
}

.single .row-blog-page .cont {
	text-align: left;
}

.single .blog-data {
	text-align: center;
}
.share-social {
	text-align: center;
	border-top: 1px solid #c9a566;
	padding-top: 20px;
}
.share-social h5 {
	font-size: 14px;
	line-height: 26px;
	color: #c9a566;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	font-weight: 700;
}
a.share-link {
    padding: 4px 12px 6px 12px;
    font-size: 21px;
    cursor: pointer;
    font-weight: 21px;
	line-height: 29px;
	font-weight: 700;
	text-decoration: none;
}

a.share-link:hover {
	color: #c9a566;
}

a.back-to-blog {
	font-weight: 600;
    font-size: 21px;
    line-height: 60px;
    display: block;
    text-decoration: none;
    width: 240px;
    color: #c9a566;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #c9a566;
    margin-top: 30px;
}

.page-template-page-chisiamo .row-intro-visite {
	background-image: url(img/cantine2.jpg);
	background-position: center 70%;
}
.page-template-page-territorio .row-intro-visite {
	background-image: url(img/territorio-hero.jpg);
	
}
.single-post h1 {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 40px;
	text-align: center;
}
.single-post h4 {
	margin: 20px 0 30px;
	color: #1a1a1a;
}
.single-post .row h2 {
	font-size: 28px;
	line-height: 34px;
	margin: 10px 0;
}
.single-post .row p {
	margin-bottom: 26px;
}

/* Pagina Generica */
 
.row-blog-page .cont {
	text-align: left;
}

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

.inc_opt_popup {
	top: 35% !important;
}

.wpcf7-recaptcha > div {
	margin: 0 auto 30px;
}
/* reCaptcha */
.grecaptcha-badge {
	display: none !important;
}
/* Popup */
body .hustle-modal-body {
	display: flex ;
    height: auto ;
}
body .wph-modal.hui-module-type--popup .hustle-modal {
    max-width:700px;
}
body .hustle-modal-close, .wpmudev-ui .hustle-modal-close {
	z-index: 1;
    top: 30px;
    position: relative;
}
body .wph-modal.wph-modal-active .hustle-modal .hustle-modal-close svg path {
    fill: #333333;
}
body .hustle-modal-body:not(.hustle-size-small) .hustle-modal-image_cover {
    max-width: 100% !important ;
	flex: 0 0 50% !important;
	height: auto;
}
body .hustle-modal-two .hustle-modal-body:not(.hustle-size-small) .hustle-modal-content {
	max-width: 350px !important;
	margin: 0 auto;
}
body .hustle-modal-two .hustle-modal-body:not(.hustle-size-small) .hustle-modal-optin_form {
    display: block !important;
}
body .hustle-modal-two .hustle-modal-body:not(.hustle-size-small) .hustle-modal-optin_form > div.hustle-modal-optin_field {
    margin-right: 0 !important;
    margin-bottom:10px !important;
}
body .hustle-modal .hustle-modal-article h1 {
	margin-top: 60px;
    font-family: 'Source Serif Pro', serif;;
    font-size:28px !important;
    line-height:32px !important;
}
body .hustle-modal .hustle-modal-article p:last-child {
    font-family: 'Josefin Sans', sans-serif;
    font-size:18px !important;
    line-height:24px !important; 
}
body .wph-modal.wph-modal-active .hustle-modal .hustle-gdpr-box .hustle-gdpr-checkbox span {
    border: 1px solid #333333;
}
body .hustle-modal .hustle-modal-article img.aligncenter {
	margin-top: 20px;
}
body .wph-modal.wph-modal-active .hustle-modal form .hustle-modal-optin_button button span {
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
body .hustle-modal-two .hustle-modal-body:not(.hustle-size-small) .hustle-modal-content footer {
	font-family: 'Josefin Sans', sans-serif;
}
body .hustle-modal .hustle-gdpr-box .hustle-gdpr-content p {
	font-size: 12px;
	line-height: 15px;
}
body .wph-modal.wph-modal-active .hustle-modal .hustle-modal-success {
    opacity: 0.9;
}
@media (max-width: 480px) {
	body .hustle-modal-body {
		display: block ;		
	}
	body .wph-modal.wph-modal-active .hustle-modal .hustle-modal-image {
		padding-bottom: 50% ;		
	}
	body .wph-modal.wph-modal-active .hustle-modal .hustle-modal-close svg path {
		fill: #fff;
	}
	body .hustle-modal .hustle-modal-article h1 {
		margin-top: 20px;
		font-family: 'Source Serif Pro', serif;;
		font-size:18px !important;
		line-height:22px !important;
	}
	body .hustle-modal .hustle-modal-article p:last-child {
		font-family: 'Josefin Sans', sans-serif;
		font-size:12px !important;
		line-height:16px !important; 
	}
}

 /* Responsivity	 */
@media (max-width: 1614px) {
	.row-vino .cont {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 1200px) { 
	#primary-menu li a {
		font-size: 19px;
	}
	.intro-vino-title h1 {
		font-size: 46px;
		font-size: 4vw;
    	line-height: 40px;
	}
}

@media (max-width: 1024px) { 
	#primary-menu li a {
		font-size: 17px;
	}
	.intro-vino-title h1 {
		font-size: 42px;
		font-size: 4vw;
    	line-height: 40px;
	}
	.row-blog-page .cont .blog-body {
		width: 62.5%;
		padding-left: 3.125%;
	}
	.row-blog-page .cont .blog-sidebar {
		float: left;
		width: 37.5%;
		padding-left: 3.125%;
		padding-top: 50px;
	}
}	

@media (max-width: 768px) { 
	.site-branding {
	    width: 160px;
	    float: left;
	    margin-left: 5%;
	    padding-left: 0;
	}
	.site-title a {
		width: 160px;
	}
	#responsive_menu_pro_disable_scrolling {
		z-index: 1 !important;
	}
	#responsive_menu_pro {
		padding-top: 80px !important;
	}
	.site-header {
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	#responsive_menu_pro_button{
  		top: 23px !important;
	}
	#responsive_menu_pro_button.responsive_menu_pro_button_active {
		right: calc(5% + 14px);
	}
	#responsive_menu_pro #responsive-menu-title {
		display: none !important;
	}
	#responsive_menu_pro_container {
		display: table-cell;
		vertical-align: middle;
	}
	.responsive_menu_pro_opened {
		display: table !important;
		height: 100%;
	}
	#responsive_menu_pro .responsive_menu_pro_menu li a,
	#responsive_menu_pro .responsive_menu_pro_container .responsive_menu_pro_menu li a {
		width: 90% !important;
		padding: 0 5% !important;
	}
	#responsive_menu_pro .responsive_menu_pro_container .responsive_menu_pro_menu li a {
		line-height: 9vh !important;
		height: auto !important;
	}
	.title-container h1 {
		font-size: 48px;
		line-height: 48px;
	}
	.row h2 {
		font-size: 38px;
		line-height: 40px;
	}
	.row p,
	.row h4 {
		font-size: 19px;
		line-height: 26px;
	}
	.home .row a { 
		font-size: 19px;
		width: 100%;
		line-height: 90px;
	}
	.site-info {
		width: 96%;
		margin: 0 auto;
	}
	.site-footer p.small-footer {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}
	input[type="submit"].wpcf7-submit {
		width: 100%;
		line-height: 90px;
	}
	ul.tab-vini li {
		font-size: 20px;
	}
	.intro-vino {
		width: 100%;
		float: none;
		margin-top: 0 !important;
	}
	.intro-vino-title h1 {
		font-size: 45px;
		font-size: 9vw;
		line-height: 48px;
		line-height: 9vw;
	}
	.body-vino {
		width: 100%;
		float: none;
	}
	.intro-vino-extra {
		clear: both;
		width: 100%;
		margin-bottom: 30px;
	}
	.intro-vino-title {
		width: 70%;
	}
	.intro-vino-img {
		width: 30%;
	}
	.row-photo {
		padding-bottom: 200px;
	}
	.row-blog-page .cont {
		width: 90%;
	}
	#cookie-law-info-bar {
		min-height: 81px;
	    padding: 20px 30% 20px 20px;
	    text-align: left;
	}
	.blog-sidebar h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.row-blog-page .cont .blog-body {
		width: 100%;
		float: none;
	}
	.row-blog-page .cont .blog-sidebar {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.big-footer-box a h4 {
		font-size: 23px;
    	line-height: 26px;
    	font-size: 5vw;
    	line-height: 5vw;
	}
	.visite-box {
		max-width: 500px;
		margin: 0 auto;
		float: none;
	}
	.visite-box a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2px;
		float: none;
		padding-bottom: 70%;
	}
	.page-template-page-visite .row-like-home .cont {
		padding: 0 5%;
	}

}

@media (max-width: 480px) {
	.row .cont {
		width: 90%;
	}
	.home .row a,
	input[type="submit"].wpcf7-submit {
		width: 86%;

	}
	.scroll {
		bottom: 15%;
	}
	.title-container {
	    top: 30%;
	    transform: translateY(-30%);
	}
	.row-vini .cont {
		width: 100%;
	}
	ul.tab-vini {
		padding: 15px 0 15px 15%;
	}
	ul.tab-vini li {
		width: 100%;
		display: block;
	}
	ul.tab-vini li a {
		text-align: left;
		padding: 15px 0 10px 15px;
	}
	a.vini-b.current {
		background: rgba(194, 182, 102, 0.3);
	}
	a.vini-ro.current {
		background: rgba(85, 54, 48, 0.3);
	}
	a.vini-re.current {
		background: rgba(184, 127, 87, 0.3);
	}
	a.vini-p.current {
		background: rgba(185, 107, 0, 0.3);
	}
	a.vini-rb.current {
		background: rgba(225, 192, 0, 0.3);
	}
	.box-tipo-vino-img {
		display: none;
	}
	.box-tipo-vino-txt {
		width: 100%;
		padding: 0 0 60px 5%;
	}
	.box-tipo-vino-txt p {
		padding-right: 5%;
	}
	.box-tipo-vino-txt h3 {
		margin-bottom: 20px;
	}
	.box-tipo-vino-txt a {
		width: 85%;
		margin-left: 15%;
		float: none;
		padding-bottom: 15px;
		margin-bottom: 14px;
		border-bottom: 1px solid #c2b666;
	}
	.cont-vini-rossi .box-tipo-vino-txt a {
		border-bottom: 1px solid #553630;
	}
	.cont-vini-rossi .box-tipo-vino-txt a {
		border-bottom: 1px solid #b87f57;
	}
	.cont-vini-rossi .box-tipo-vino-txt a {
		border-bottom: 1px solid #b96b00;
	}
	.cont-vini-rossi .box-tipo-vino-txt a {
		border-bottom: 1px solid #e1c000;
	}
	.box-tipo-vino-txt a:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.cont-vini-bianchi > div,
	.cont-vini-rossi > div {
		-webkit-background-size: 110px;
		background-size: 110px;
	}
	.vini-anno:before {
		content:' - ';
	}
	.box-tipo-vino-txt a br {
		display: none;
	}
	.box-tipo-vino-txt a {
		font-size: 20px;
    	line-height: 24px;
	}
	.row-photo {
		padding-bottom: 100px;
	}
	.row-body-visite .cont div {
		padding:30px 10px 30px 20%;
	}
	.row-body-visite .cont div.visite-omaggio {
		padding: 15px 10px 15px 20%;
	}
	.row-body-visite .cont div p {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 18px;
	}
	.big-footer-box a h4 {
		font-size: 36px;
    	line-height: 40px;
	}
}
