/*
Theme Name: Terroirs Group base theme
Author: VERSION2
Author URI: http://version2.agency
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns, responsive layout
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* OpenTable
   ========================================================================== */

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-azwzda");
	src: url("fonts/icomoon.eot?#iefix-azwzda") format("embedded-opentype"), url("fonts/icomoon.ttf?-azwzda") format("truetype"), url("fonts/icomoon.woff?-azwzda") format("woff"), url("fonts/icomoon.svg?-azwzda#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e600";
}

.icon-instagram:before {
	content: "\e601";
}

.icon-twitter:before {
	content: "\e602";
}

.icon-facebook:before {
	content: "\e603";
}

#nav ul,
.contact-list,
.site-list,
.tabset-holder .tabset,
.carousel-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.post-password-form p:after,
.search-form:after,
.container:after,
.block .row:after,
.main-section:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	color: #000;
	background: #fff;
	font: 24px/1.67 "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.67em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.67em;
}

th,
td {
	border: 1px solid #999;
	padding: .3em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	outline: none;
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.67em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	box-sizing: border-box;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.67em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.67em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.67em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 1.67em;
}

.navigation .next {
	float: left;
	max-width: 50%;
}

.navigation .prev {
	float: right;
	max-width: 50%;
	text-align: right;
}

.navigation .nav-links {
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.67em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.67em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.67em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.67em;
}

.mejs-container {
	margin-bottom: 1.67em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

/* set styles for default page links */

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

a:hover,
a:focus {
	color: #3eaed3;
}

.green-theme a:hover,
.green-theme a:focus {
	color: #189512;
}

.orange-theme a:hover,
.orange-theme a:focus {
	color: #fe4d19;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*

/* main container styles */

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

/* header styles */

#header {
	position: absolute;
	top: 0;
	right: 0;
	width: 327px;
	margin: 0 0 0 -327px;
}

.touchdevice .header-holder {
	position: fixed;
	top: 0;
	bottom: 0;
}

.header-holder {
	position: absolute;
	top: 0;
	height: 100vh;
	width: 327px;
	overflow: auto;
	background: #fff;
}

/* header opener styles */

.header-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: none;
	float: right;
	position: relative;
	z-index: 50;
	width: 50px;
	height: 50px;
}

.header-opener:before,
.header-opener:after,
.header-opener span {
	height: 4px;
	position: absolute;
	left: 17%;
	right: 17%;
	top: 22px;
	background: #fff;
}

.header-opener:before,
.header-opener:after {
	content: "";
	top: 10px;
}

.header-opener:after {
	top: 34px;
}

.close-btn span,
.header-active .header-opener span {
	opacity: 0;
}

.close-btn:after,
.close-btn:before,
.header-active .header-opener:after,
.header-active .header-opener:before {
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 22px;
}

.close-btn:after,
.header-active .header-opener:after {
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* disable animation while browser is resizing */

.resize-active .header-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

/* header drop styles */

.header-drop {
	text-align: center;
	padding: 48px 40px 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

/* header active styles */

.header-active .header-drop {
	left: 0;
}

/* logo header styles */

.logo-header {
	display: none;
	margin: 0 0 50px;
}

.logo-header a {
	display: block;
}

.logo-header img {
	vertical-align: top;
}

/* wrap area styles */

/* navigation styles */

#nav {
	font: 300 35px/37px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 20px;
	text-transform: capitalize;
}

#nav li {
	list-style: none;
	margin: 0 0 30px;
}

#nav .order {
	margin: 0 0 35px;
	text-transform: none;
}

#nav .active a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 100%;
	background: #3eaed3;
	height: 13px;
	z-index: -1;
	-webkit-transition: width 200ms cubic-bezier(.25, .46, .45, .94);
	transition: width 200ms cubic-bezier(.25, .46, .45, .94);
}

.green-theme #nav .active a:before {
	background: #189512;
}

.orange-theme #nav .active a:before {
	background: #fe4d19;
}

#nav a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	color: #000;
}

#nav a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 0;
	background: #3eaed3;
	height: 13px;
	z-index: -1;
	-webkit-transition: width 200ms cubic-bezier(.95, .96, .97, .98);
	transition: width 200ms cubic-bezier(.95, .96, .97, .98);
}

.green-theme #nav a:before {
	background: #189512;
}

.orange-theme #nav a:before {
	background: #fe4d19;
}

#nav a:hover:before {
	width: 100%;
}

/* header area styles */

/* contact list styles */

.contact-list {
	font: 300 20px/24px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 35px 21px;
}

.contact-list li {
	list-style: none;
	margin: 0 0 20px;
}

.contact-list address {
	font-style: normal;
	margin: 0;
}

.contact-list .tel,
.contact-list .email {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.contact-list .tel:hover,
.contact-list .email:hover {
	color: #3c8ea9;
}

.green-theme .contact-list .tel:hover,
.green-theme .contact-list .email:hover {
	color: #189512;
}

.orange-theme .contact-list .tel:hover,
.orange-theme .contact-list .email:hover {
	color: #fe4d19;
}

.contact-list .email {
	margin: 0 0 0 0;
}

/* social networks styles */

.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 0 0 21px;
}

.social-networks li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 0 9px 9px;
}

.social-networks li:first-child {
	margin: 0;
}

.social-networks a {
	width: 40px;
	height: 40px;
	display: block;
	border: 3px solid #1d1d1b;
	position: relative;
}

.social-networks a:before {
	font-size: 20px;
	color: #1d1d1b;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94);
	transition: color 200ms cubic-bezier(.25, .46, .45, .94);
	z-index: 2;
}

.social-networks a:after {
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: #3eaed3;
	z-index: 1;
	height: 0;
	-webkit-transition: height 200ms cubic-bezier(.25, .46, .45, .94);
	transition: height 200ms cubic-bezier(.25, .46, .45, .94);
}

.green-theme .social-networks a:after {
	background: #189513;
}

.orange-theme .social-networks a:after {
	background: #fe4d19;
}

.social-networks a:hover:after {
	height: 40px;
}

.social-networks a:hover:before {
	color: #fff;
}

/* site list styles */

.site-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 0 42px 0 8px;
}

.site-list li {
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	padding-left: 45px;
}

.site-list li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.site-list li > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.site-list li:first-child {
	padding-left: 0;
}

.site-list a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.site-list a:hover {
	opacity: .7;
}

.site-list img {
	vertical-align: top;
}

/* main informative part styles */

#main {
	width: 100%;
	float: left;
	padding: 0 327px 0 0;
}

/* visual block styles */

.visual-block {
	position: relative;
	z-index: 1;
}

.visual-block img {
	vertical-align: top;
}

/* circle-block styles */

.circle-block {
	width: 81%;
	height: auto;
	padding-bottom: 81%;
	position: absolute;
	bottom: 6.1%;
	right: -21px;
	z-index: 2;
}

.circle-block .circle-holder {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #3eaed3;
	opacity: .5;
}

.green-theme .circle-block .circle-holder {
	background: #189512;
}

.orange-theme .circle-block .circle-holder {
	background: #fe4d19;
}

/* page logo styles */

.logo {
	position: absolute;
	bottom: 18.7%;
	left: 9.6%;
	z-index: 3;
}

.logo a {
	display: block;
}

.logo img {
	vertical-align: top;
}

/* visual logo styles */

.logo-visual {
	position: absolute;
	bottom: 64px;
	left: 45px;
}

.logo-visual img {
	vertical-align: top;
}

/* content holder styles */

.content-holder {
	padding: 68px 10px 0 36px;
	position: relative;
	background: #fff;
	z-index: 2;
}

.desktopdevice .content-holder:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 1000px;
	background: #fff;
}

.content-holder .content-frame {
	overflow: hidden;
}

.content-holder h2 {
	font: 48px/50px "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	margin: 0;
}

/* main holder styles */

.main-holder {
	padding: 68px 10px 0 36px;
}

/* title styles */

.title {
	padding: 24px 115px 42px;
	position: relative;
	margin: 0 0 62px;
	text-align: center;
}

.title h1 {
	font: 300 44px/70px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.title:before,
.title:after {
	content: "";
	height: 1px;
	max-width: 305px;
	width: 100%;
	position: absolute;
	background: #7f8f89;
	bottom: 100%;
	left: 50%;
	margin: 0 0 0 -172px;
}

.title:after {
	top: 100%;
	bottom: auto;
}

.order-section {
	padding: 20px 20px 79px;
	text-align: center;
	overflow: hidden;
	display: block;
}

.order-section img {
	vertical-align: top;
}

/* skin styles */

.skin {
	margin: 0 0 40px;
}

/* open close styles */

.open-close {
	margin: 0 0 40px;
}

.open-close.active .opener:after {
	background: url(images/bg-icon-02.png) no-repeat;
}

.open-close h2 {
	text-align: center;
}

.open-close .opener {
	display: block;
	padding: 50px 19px 90px;
	position: relative;
	color: #000;
}

.open-close .opener:after {
	content: "";
	background: url(images/bg-icon-01.png) no-repeat;
	width: 20px;
	height: 39px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.open-close .block {
	padding-top: 0;
}

/* block styles */

.block {
	font-size: 20px;
	line-height: 24px;
	padding: 44px 44px 34px;
}

.block.large-block h2 {
	text-align: center;
}

.block h2 {
	margin: 0 0 51px;
}

.block .row {
	display: table;
	width: 100%;
	padding: 0 0 10px;
}

.block .row .name {
	display: table-cell;
	vertical-align: bottom;
	width: auto;
}

.block .row .price {
	display: table-cell;
	vertical-align: bottom;
	width: auto;
}

.block .holder-row {
	padding: 0 0 10px;
}

.block .holder-row .row {
	padding: 0;
}

.block .name {
	padding-right: 300px;
	font-weight: 400;
}

.block .price {
	text-align: right;
	font-weight: 400;
}

.block p {
	margin: 0;
}

.block .text-holder p {
	margin: 0 0 20px;
}

/* menu section styles */

.menu-section,
.events-section {
	padding: 0 0 34px;
}

/* menu columns styles */

.menu-columns {
	overflow: hidden;
	margin: 0 -25px;
}

.menu-columns .block .name {
	padding-right: 30px;
}

.menu-columns .column {
	width: 50%;
	float: left;
	padding: 0 25px;
}

.menu-columns .image-holder {
	margin: 0 0 40px;
}

.menu-columns img {
	vertical-align: top;
}

/* special offer styles */

.special-offer.line-holder:before {
	border-color: #3eaed3;
}

.green-theme .special-offer.line-holder:before {
	border-color: #189513;
}

.orange-theme .special-offer.line-holder:before {
	border-color: #fe4d19;
}

.special-offer.line-holder:after {
	border-color: #3eaed3;
}

.green-theme .special-offer.line-holder:after {
	border-color: #189513;
}

.orange-theme .special-offer.line-holder:after {
	border-color: #fe4d19;
}

/* wine section styles */

.wine-section {
	padding: 0 0 40px;
}

.wine-section .block .name {
	font-weight: 400;
	padding: 0 100px 0 0;
}

.wine-section h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 1px;
	max-width: 590px;
}

/* head section styles */

.head-section {
	padding: 22px 60px 24px;
	position: relative;
	margin: 0 0 68px;
	text-align: center;
}

.head-section p {
	margin: 0;
}

.head-section ol {
	margin: 0;
}

.head-section:before,
.head-section:after {
	content: "";
	height: 1px;
	max-width: 305px;
	width: 100%;
	position: absolute;
	background: #7f8f89;
	bottom: 100%;
	left: 50%;
	margin: 0 0 0 -172px;
}

.head-section:after {
	top: 100%;
	bottom: auto;
}

/* main section styles */

.main-section .ttl {
	font-weight: 400;
	display: block;
	margin: 0 0 55px;
}

/* tabset holder styles */

.tabset-holder {
	width: 26%;
	float: right;
	padding-left: 50px;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	text-align: center;
}

.tabset-holder .tabset {
	padding: 0 0 31px;
}

.tabset-holder li {
	margin: 0 0 8px;
}

.tabset-holder a {
	padding: 14px 7px 11px;
	display: block;
	position: relative;
}

.tabset-holder a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #000;
}

.tabset-holder a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3eaed3;
	height: 0;
	-webkit-transition: height 200ms cubic-bezier(.25, .46, .45, .94);
	transition: height 200ms cubic-bezier(.25, .46, .45, .94);
}

.green-theme .tabset-holder a:after {
	background: #189512;
}

.orange-theme .tabset-holder a:after {
	background: #fe4d19;
}

.tabset-holder a.hover {
	color: #000;
}

.tabset-holder a.hover:before {
	z-index: -1;
}

.tabset-holder a.hover:after {
	height: 100%;
	z-index: -1;
}

.tabset-holder .active a {
	color: #fff;
}

.tabset-holder .active a:before {
	z-index: -1;
}

.tabset-holder .active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #3eaed3;
	z-index: -1;
}

.green-theme .tabset-holder .active a:after {
	background: #189512;
}

.orange-theme .tabset-holder .active a:after {
	background: #fe4d19;
}

.tabset-holder .active a.hover {
	color: #fff;
}

.tabset-holder .download-link {
	display: block;
	padding: 10px 5px 10px;
	-webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94);
	transition: color 200ms cubic-bezier(.25, .46, .45, .94);
}

.tabset-holder .download-link:before {
	border: 4px solid #3eaed3;
}

.green-theme .tabset-holder .download-link:before {
	border-color: #189512;
}

.orange-theme .tabset-holder .download-link:before {
	border-color: #fe4d19;
}

.tabset-holder .download-link.hover {
	color: #fff;
}

/* tab content styles */

.tab-content {
	float: left;
	width: 74%;
}

.tab-content h2 {
	line-height: 44px;
	margin: 0;
}

.tab-content .tab {
	overflow: hidden;
}

/* instagram section styles */

.instagram-section {
	margin: 0 0 28px;
}

.instagram-section .columns-holder {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 -6px;
}

.instagram-section .column {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 6px 12px;
}

.instagram-section .image-holder {
	overflow: hidden;
	cursor: pointer;
}

.instagram-section img {
	vertical-align: top;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}

.instagram-section img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	border-radius: 0 !important;
	background: #000 !important;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
	opacity: 1 !important;
	background: #3eaed3 !important;
}

.green-theme #sb_instagram #sbi_load .sbi_load_btn:hover,
.green-theme #sb_instagram .sbi_follow_btn a:hover {
	background: #189512 !important;
}

.orange-theme #sb_instagram #sbi_load .sbi_load_btn:hover,
.orange-theme #sb_instagram .sbi_follow_btn a:hover {
	background: #fe4d19 !important;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	overflow: hidden !important;
}

/* events section styles */

.events-section {
	margin: 0 0 23px;
	padding: 0;
}

/*
.reserve1 {
	background-color: #fe4d19;
	color: #fff !important;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 10px 60px 10px 60px;
	font-size: 0.8em;
	display: block;
}

.reserve1:hover {
	background-color: #fff;
	color: #fe4d19;
	transition: color .2s linear;
	webkit-transition: color .2s linear;
	moz-transition: color .2s linear;
	transition: background-color .2s linear;
	webkit-transition: background-color .2s linear;
	moz-transition: background-color .2s linear;
}


.reserve2 {
	border-top: 2px solid #fe4d19;
	border-bottom: 2px solid #fe4d19;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 10px 60px 10px 60px;
	font-size: 0.8em;
	display: block;
}

.reserve2:hover {
	background-color: #fe4d19;
	color: #fff;
	transition: color .2s linear;
	webkit-transition: color .2s linear;
	moz-transition: color .2s linear;
	transition: background-color .2s linear;
	webkit-transition: background-color .2s linear;
	moz-transition: background-color .2s linear;
}

*/


/* events columns styles */

.events-columns {
	overflow: hidden;
	margin: 0 -25px;
}

.events-columns .block .name {
	padding-right: 30px;
}

.events-columns .column {
	width: 50%;
	float: left;
	padding: 0 25px;
}

.events-columns .image-holder {
	margin: 0 0 40px;
}

.events-columns img {
	vertical-align: top;
}

/* info block styles */

.info-block {
	line-height: 30px;
	min-height: 561px;
}

.info-block h2 {
	margin: 0 0 41px;
}

.info-block .text-holder {
	line-height: 56px;
	overflow: hidden;
}

.info-block .text-holder p {
	margin: 0 0 7px;
}

.info-block p {
	margin: 0 0 7px;
}

/* sign up form styles */

.sign-form {
	margin: 0 0 40px;
	position: relative;
	overflow: hidden;
}

.sign-form.line-holder:before,
.sign-form.line-holder:after {
	border-color: #3eaed3;
}

.green-theme .sign-form.line-holder:before,
.green-theme .sign-form.line-holder:after {
	border-color: #189512;
}

.orange-theme .sign-form.line-holder:before,
.orange-theme .sign-form.line-holder:after {
	border-color: #fe4d19;
}

.sign-form input[type="email"] {
	width: 100%;
	border: none;
	padding: 0 100px 0 32px;
	height: 101px;
	color: #3eaed3;
	font-size: 24px;
	line-height: 101px;
	background: none;
}

.green-theme .sign-form input[type="email"] {
	color: #189512;
}

.orange-theme .sign-form input[type="email"] {
	color: #fe4d19;
}

.sign-form input[type="email"]::-webkit-input-placeholder {
	color: #3c8ea9;
}

.green-theme .sign-form input[type="email"]::-webkit-input-placeholder {
	color: #189512;
}

.orange-theme .sign-form input[type="email"]::-webkit-input-placeholder {
	color: #fe4d19;
}

.sign-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #3c8ea9;
}

.green-theme .sign-form input[type="email"]::-moz-placeholder {
	color: #189512;
}

.orange-theme .sign-form input[type="email"]::-moz-placeholder {
	color: #fe4d19;
}

.sign-form input[type="email"]:-moz-placeholder {
	color: #3c8ea9;
}

.green-theme .sign-form input[type="email"]:-moz-placeholder {
	color: #189512;
}

.orange-theme .sign-form input[type="email"]:-moz-placeholder {
	color: #fe4d19;
}

.sign-form input[type="email"]:-ms-input-placeholder {
	color: #3c8ea9;
}

.green-theme .sign-form input[type="email"]:-ms-input-placeholder {
	color: #189512;
}

.orange-theme .sign-form input[type="email"]:-ms-input-placeholder {
	color: #fe4d19;
}

.sign-form input[type="email"].placeholder {
	color: #3c8ea9;
}

.green-theme .sign-form input[type="email"].placeholder {
	color: #189512;
}

.orange-theme .sign-form input[type="email"].placeholder {
	color: #fe4d19;
}

.sign-form button {
	position: absolute;
	top: 33px;
	right: 39px;
	padding: 0;
	background: none;
	border: none;
	outline: none;
}

.sign-form button:before {
	font-size: 34px;
	color: #3eaed3;
}

.green-theme .sign-form button:before {
	color: #189512;
}

.orange-theme .sign-form button:before {
	color: #fe4d19;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup input {
	border: 0 !important;
}

/* text block styles */

.text-block {
	padding: 26px 35px 47px;
	font-size: 20px;
	line-height: 30px;
}

.text-block p {
	margin: 0 0 16px;
}

.text-block a:hover {
	color: #3eaed3;
}

.green-theme .text-block a:hover {
	color: #189512;
}

.orange-theme .text-block a:hover {
	color: #fe4d19;
}

/* carousel styles */

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px !important;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
	cursor: pointer;
}

.carousel img {
	vertical-align: top;
}

/* carousel pagination styles */

.carousel-pagination {
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.carousel-pagination li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 4px;
}

.carousel-pagination .active a,
.carousel-pagination a:hover {
	background: rgba(62, 174, 211, .7);
}

.green-theme .carousel-pagination .active a,
.green-theme .carousel-pagination a:hover {
	background: rgba(24, 149, 18, .7);
}

.orange-theme .carousel-pagination .active a,
.orange-theme .carousel-pagination a:hover {
	background: rgba(254, 77, 25, .7);
}

.carousel-pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

/* find section styles */

.find-section {
	margin: 0 0 0 -30px;
}

.find-section img {
	vertical-align: top;
}

.acf-map {
	margin-bottom: 30px !important;
	border: none !important;
	width: 100% !important;
	height: 490px !important;
}

/* footer styles */

#footer {
	position: relative;
	z-index: 4;
	color: #ffffff;
	background: #242c28;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 49px 0 26px
}

#footer p {
	margin: 0 0 10px;
}

#footer a {
	color: #d4d4d4;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

#footer a:hover {
	color: #3eaed3;
}

.green-theme #footer a:hover {
	color: #189512;
}

.orange-theme #footer a:hover {
	color: #fe4d19;
}

/* footer logo styles */

.logo-footer {
	display: block;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 42px;
}

/* js styles */

.line-holder {
	position: relative;
}

.line-holder:after,
.line-holder:before {
	content: "";
	position: absolute;
	-webkit-transition: .4s width, .4s height .4s, .4s visibility;
	transition: .4s width, .4s height .4s, .4s visibility;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 4px solid #000;
	border-width: 4px 4px 0 0;
	visibility: hidden;
}

.line-holder:before {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	border-width: 0 0 4px 4px;
}

.line-holder.js-item-visible:after,
.line-holder.js-item-visible:before {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.line-holder .section-content {
	position: relative;
	z-index: 2;
}

/* scroll animation styles */

[data-anim-class="fade-in"],
.js-fade-item {
	opacity: 0;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
}

[data-anim-class="fade-in"].fade-in,
.js-fade-item.fade-in {
	opacity: 1;
}

.js-fade-item:after,
.js-fade-item:before {
	-webkit-transition: 1s all .4s;
	transition: 1s all .4s;
	width: 0;
	margin: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.js-fade-item.fade-in:after,
.js-fade-item.fade-in:before {
	width: 100%;
}

.default-visible {
	-webkit-transition: none !important;
	transition: none !important;
}

.js-anim-image {
	overflow: hidden;
	position: relative;
}

.js-anim-image .image-frame {
	max-height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: .9s max-height;
	transition: .9s max-height;
}

.js-anim-image.js-item-visible .image-frame {
	max-height: 100%;
}

.js-parallax-holder.parallax-ready .bg-frame {
	width: 100%;
}

.js-parallax-holder.parallax-ready .bg-frame img {
	position: fixed;
	left: 0;
	max-width: none;
}

/* Responsive
   ========================================================================== */


@media (min-width: 1024px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1299px) {
	.header-drop {
		padding: 20px 40px 20px;
	}

	#nav {
		font-size: 33px;
		line-height: 35px;
	}

	#nav li {
		margin: 0 0 20px;
	}

	#nav .order {
		margin: 0 0 30px;
	}

	.contact-list {
		font-size: 20px;
		line-height: 24px;
	}

	.logo {
		max-width: 400px;
	}

	.content-holder {
		padding-left: 20px;
	}

	.main-holder {
		padding-left: 20px;
	}

	.title {
		padding: 24px 20px 42px;
	}

	.order-section {
		padding: 0 20px 30px;
	}

	.skin {
		margin: 0 0 30px;
	}

	.open-close {
		margin: 0 0 30px;
	}

	.block {
		padding: 20px 20px 10px;
	}

	.block .name {
		padding-right: 30px;
	}

	.menu-columns {
		margin: 0 -5px;
	}

	.menu-columns .column {
		padding: 0 5px;
	}

	.menu-columns .image-holder {
		margin: 0 0 30px;
	}

	.wine-section .block .name {
		padding: 0 30px 0 0;
	}

	.wine-section h3 {
		max-width: 390px;
	}

	.tabset-holder {
		padding-left: 10px;
		font-size: 19px;
		line-height: 23px;
	}

	.instagram-section {
		margin: 0 0 24px;
	}

	.events-columns {
		margin: 0 -5px;
	}

	.events-columns .column {
		padding: 0 5px;
	}

	.events-columns .image-holder {
		margin: 0 0 30px;
	}

	.info-block {
		min-height: 459px;
	}

	.sign-form {
		margin: 0 0 30px;
	}

	.text-block {
		padding: 20px;
		font-size: 17px;
		line-height: 27px;
	}

	.find-section {
		margin: 0 0 0 -20px;
	}
}

@media (max-width: 1023px) {
	#header {
		position: fixed;
		padding: 0;
		margin: 0;
		width: 100%;
		z-index: 999;
	}

	.header-holder {
		position: static !important;
		width: auto;
		background: none;
		height: auto;
		overflow: hidden;
	}

	.header-holder .header-drop {
		max-height: 100vh;
		overflow: auto;
	}

	.header-opener {
		display: block;
		background: #3c8ea9;
	}

	.green-theme .header-opener {
		background: #189512;
	}

	.orange-theme .header-opener {
		background: #fe4d19;
	}

	.header-drop {
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 40;
		width: 100%;
		background: #fff;
		padding: 40px 40px 40px;
		border-bottom: 4px solid #000;
	}

	.logo-header {
		display: inline-block;
		vertical-align: top;
	}

	.contact-list {
		padding: 0 0 20px;
	}

	.contact-list .email {
		margin: 0;
	}

	.contact-list span {
		display: block;
		margin: 0 0 8px;
	}

	.site-list {
		padding: 0;
	}

	.site-list li {
		padding: 0 20px;
	}

	.site-list li:first-child {
		padding: 0 20px;
	}

	#main {
		float: none;
		width: 100%;
		padding: 0;
	}

	.logo-visual {
		bottom: 30px;
		left: 30px;
	}

	.content-holder {
		padding: 30px 15px;
	}

	.main-holder {
		padding: 30px 15px;
	}

	.title {
		padding: 20px 20px 30px;
		margin: 0 0 35px;
	}

	.block h2 {
		margin: 0 0 30px;
	}

	.head-section {
		margin: 0 0 30px;
	}

	.info-block {
		min-height: 509px;
	}

	.carousel-pagination {
		bottom: 20px;
	}

	.find-section {
		margin: 0 -15px;
	}

	.acf-map {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 18px;
		line-height: 23px;
	}

	.post-password-form input[type="password"] {
		width: 100%;
		margin: 0 0 4px;
	}

	.search-form input[type="search"] {
		width: 100%;
		margin: 0 0 4px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		width: 100%;
	}

	.header-drop {
		padding: 25px 0 15px;
	}

	.logo-header {
		width: 150px;
		margin: 0 0 20px;
	}

	.wrap-area {
		display: table;
		width: 100%;
	}

	#nav {
		font-size: 30px;
		line-height: 32px;
		display: table-footer-group;
		padding: 0;
	}

	#nav li {
		margin: 0 0 10px;
	}

	#nav .order {
		margin: 0 0 10px;
	}

	#nav a {
		display: block;
	}

	.header-area {
		padding: 0 0 20px;
	}

	.contact-list {
		font-size: 16px;
		line-height: 16px;
		padding: 0;
	}

	.contact-list li {
		margin: 0 0 10px;
	}

	.social-networks {
		display: none;
	}

	.site-list {
		display: none;
	}

	.circle-block {
		bottom: 0;
	}

	.logo {
		max-width: 200px;
	}

	.logo-visual {
		max-width: 50px;
		bottom: 15px;
		left: 15px;
	}

	.content-holder {
		padding: 20px 15px;
	}

	.content-holder h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.main-holder {
		padding: 20px 15px;
	}

	.title {
		margin: 0 0 15px;
		padding: 20px 0 25px;
	}

	.title h1 {
		font-size: 34px;
		line-height: 48px;
	}

	.title:before,
	.title:after {
		margin: 0;
		max-width: none;
		left: 30px;
		right: 30px;
		width: auto;
	}

	.order-section {
		padding: 0;
	}

	.skin {
		margin: 0 0 15px;
	}

	.open-close .opener {
		padding: 24px 15px;
	}

	.open-close .opener:after {
		display: none;
	}

	.block {
		padding: 10px 10px 5px;
	}

	.block {
		font-size: 16px;
		line-height: 18px;
	}

	.block.large-block h2 {
		text-align: left;
	}

	.block h2 {
		margin: 0 0 15px;
	}

	.block .name {
		padding-right: 15px;
	}

	.menu-section,
	.events-section {
		padding: 0;
	}

	.menu-columns {
		margin: 0;
	}

	.menu-columns .block {
		padding-right: 15px;
	}

	.menu-columns .column {
		width: 100%;
		float: none;
		padding: 0;
	}

	.menu-columns .image-holder {
		margin: 0 0 15px;
	}

	.wine-section .block .name {
		padding: 0 15px 0 0;
	}

	.wine-section h3 {
		font-size: 17px;
		line-height: 21px;
		max-width: 230px;
	}

	.head-section {
		padding: 20px 0;
		margin: 0 0 20px;
	}

	.head-section:before,
	.head-section:after {
		margin: 0;
		max-width: none;
		left: 30px;
		right: 30px;
		width: auto;
	}

	.main-section .ttl {
		margin: 0 0 15px;
	}

	.tabset-holder {
		width: 100%;
		float: none;
		padding: 0 0 10px;
	}

	.tabset-holder .tabset {
		padding: 0 0 10px;
	}

	.tabset-holder .download-link {
		display: block;
	}

	.tab-content {
		width: 100%;
		float: none;
	}

	.instagram-section .columns-holder {
		margin: 0;
	}

	.instagram-section .column {
		display: block;
		max-width: 290px;
		margin: 0 auto;
		width: 100%;
		padding: 0 0 10px;
	}

	.events-columns {
		margin: 0;
	}

	.events-columns .block .name {
		padding-right: 15px;
	}

	.events-columns .column {
		width: 100%;
		padding: 0 0 10px;
	}

	.events-columns .image-holder {
		margin: 0 0 15px;
	}

	.info-block {
		min-height: 300px;
	}

	.info-block h2 {
		margin: 0 0 25px;
	}

	.sign-form input[type="email"] {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		padding: 0 44px 0 10px;
	}

	.sign-form button {
		top: 19px;
		right: 10px;
	}

	.sign-form button:before {
		font-size: 25px;
	}

	.text-block {
		font-size: 16px;
		line-height: 25px;
		padding: 10px;
	}

	.carousel-pagination {
		bottom: 10px;
	}

	.carousel-pagination a {
		height: 10px;
		width: 10px;
	}

	.acf-map {
		height: 250px !important;
	}

	#footer {
		padding: 35px 0 30px;
	}

	.logo-footer {
		font-size: 50px;
		line-height: 52px;
		margin: 0 0 20px;
	}

	.js-fade-item:after,
	.js-fade-item:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		left: 50%;
		right: 50%;
	}

	.js-fade-item.fade-in:after,
	.js-fade-item.fade-in:before {
		left: 30px;
		right: 30px;
		width: auto;
	}
}


/* Test */

