/* @override 
	https://www.maisonmirabeau.com/main/wp-content/themes/mirabeau/style.css?*
	http://www.maisonmirabeau.com/main/wp-content/themes/mirabeau/style.css?* */

/*

Theme Name: Mirabeau
Theme URI: https://www.mirabeau.com
Description: A Bespoke theme for Mirabeau en Provence
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.0
Text Domain: mirabeau

*/

/* Table of Contents
 *
 * 1.0 - Reset
 
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */

html {
  position: relative;
  min-height: 100%;
}

body {
	background-color: #fff;
}

body,
input,
textarea {
	font: 62.5% "Mulish", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #fff;
	color: #474341;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

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

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.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. */
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

.cat-links {
	margin-bottom: 50px;
}

ul.st1 {
	margin: auto;
	display: table;
	text-align: center;
}

ul.st1 li {
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

ul.st1 li a {
	display: block;
	padding: 5px 20px;
	color: inherit;
}

ul.st1 li a:hover {
	color: #dcc1b9;
}

body.page-template-template-journal li.journal-link a,
ul.st1 li.current-cat a {
	color: #dcc1b9;
}

/* Breaks URLs so they wrap correctly
a {

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
/*

/* ------------ X.X Grid
 * -----------------------------------------------------------------------------
 */
 
html.home #container {
	padding-top: 0;
}
 
#container {
	padding-top: 78px;
}

.wrapper {
	width: 100%;
	display: block;
}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

html {
  position: relative;
  min-height: 100%;
}

html,
html body {
  height: 100%;
}

html.home #container,
body.page-template-template-landing #container,
body.page-template-template-video #container {
	height: 100%;
}

.c_12 {
	max-width: 1400px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.33333333%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.3333333%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.3333333%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.3333333%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}

/* ------------ X.X Icon Font
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: 'mirabeau';
  src:  url('fonts/mirabeau.eot?oqcv8x');
  src:  url('fonts/mirabeau.eot?oqcv8x#iefix') format('embedded-opentype'),
    url('fonts/mirabeau.woff2?oqcv8x') format('woff2'),
    url('fonts/mirabeau.ttf?oqcv8x') format('truetype'),
    url('fonts/mirabeau.woff?oqcv8x') format('woff'),
    url('fonts/mirabeau.svg?oqcv8x#mirabeau') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mirabeau' !important;
  speak: never;
  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;
}

.ic-basket:before {
  content: "\e914";
}
.ic-user:before {
  content: "\e915";
}
.ic-chef-hat:before {
  content: "\e913";
}
.ic-back:before {
  content: "\e912";
}
.ic-heart:before {
  content: "\e910";
}
.ic-message:before {
  content: "\e911";
}
.ic-map-pin:before {
  content: "\e90f";
}
.ic-link:before {
  content: "\e90c";
}
.ic-send:before {
  content: "\e90d";
}
.ic-phone:before {
  content: "\e90e";
}
.ic-linkedin:before {
  content: "\e90b";
}
.ic-arrow-down:before {
  content: "\e902";
}
.ic-arrow-left:before {
  content: "\e903";
}
.ic-arrow-right:before {
  content: "\e904";
}
.ic-facebook:before {
  content: "\e905";
}
.ic-instagram:before {
  content: "\e906";
}
.ic-quote-closed:before {
  content: "\e907";
}
.ic-quote-open:before {
  content: "\e908";
}
.ic-twitter:before {
  content: "\e909";
}
.ic-youtube:before {
  content: "\e90a";
}
.ic-cross:before {
  content: "\e901";
}
.ic-search:before {
  content: "\e900";
}

/* ------------ X.X Colours
 * -----------------------------------------------------------------------------
 */
 
#colour-old-pantone {
	color: #474341;
}

#colour-warm-grey {
	color: #a29c97;
}

#colour-dark-salmon {
	color: #dcc1b9;
}

#colour-light-salmon {
	color: #f0dcd7;
}

#colour-pale-salmon {
	color: #f8eeec;
}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */

a {
	text-decoration: none;
	color: #c08f80;
}

p {
	font-size: 1.125rem;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}

.title.st1 {
	font-weight: 600;
}

.title.st3 {
	font-weight: 300;
}

.title.st4 {
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

/* This is the line that sits within the title itself
.title.st4:after {
	content: "";
	display: block;
	background-color: #f8eeec;
	height: 16px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}
*/

.title.st4:after {
    background: #dcc1b9;
    content: "";
    display: block;
    height: 2px;
    max-width: 100px;
    position: relative;
    top: 10px;
	margin: auto;
}

.title.st5 {
	color: #dcc1b9;
	text-transform: uppercase;
	font-weight: 600;
}

.title.st6 {
	color: inherit;
	font-weight: 300;
	text-align: left;
}

.title.sz1 {
	font-size: 2rem;
	margin-bottom: 15px;
}

.title.sz2 {
	font-size: 2.25rem;
	margin-bottom: 25px;
}

.title.sz3 {
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.title.sz4 {
	font-size: 1.125rem;
	margin-bottom: 10px;
}

.title.sz5 {
	font-size: .875rem;
	margin-bottom: 10px;
}

/* ----- X.X Styled Select
 */
 
.styled-select select {
	border: none !important;
}

.styled-select {
	background: url(images/select-down.svg) right center no-repeat;
	text-align: left;
	display: inline-block;
}

.styled-select select {
	border: 0;
	-webkit-appearance: none; 
	line-height: 1;
	width: 100%;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.styled-select select::-ms-expand {
	display:none;
}

.styled-select.st1 {
	background-color: #F8EEEC;
}

.styled-select.st1:hover {
	border-color: #b9bcc2;
	cursor: pointer;
}

.styled-select.st1 select {
	color: #333;
	background: transparent;
	padding-left: 8px;
}

.styled-select.sz1 {
	height: 32px;
}

.styled-select.sz2 {
	height: 32px;	
}

.styled-select.sz3 {
	height: 40px;	
}

.styled-select.sz1 select {
	font-size: 1rem; 	
	height: 32px;
	line-height: 24px;
	padding-right: 28px;
}

.styled-select.sz2 select {
	font-size: 1.5rem;	
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
}

.styled-select.sz3 select {
	font-size: 1.5rem;	
	line-height: 38px;
	height: 40px;
	padding-right: 30px;
}

.pagination-per-page-wrapper .dropdown.styled-select select {
	font-size: 1rem;
	height: 32px;
	line-height: 24px;
	padding-right: 28px;
}

.addthis-smartlayers {
	display: none !important;
}

/* ------------ X.X Form Default Fields
 * -----------------------------------------------------------------------------
 */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A29C97;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A29C97;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A29C97;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A29C97;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */

.content-ctn {
	position: relative;
}

.content-ctn.lr1 {
	width: 100%;
	max-width: 990px;
	margin: auto;
}

.content-ctn.tb1 {
	margin: 50px auto;
}

.content-ctn.t1 {
	margin: 50px auto 0;
}

.content-ctn.b1 {
	margin: 0 auto 50px;
}

.btn:hover {
	cursor: pointer;
}
 
.btn.st1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
}

.btn.cl1 {
	background-color: #dcc1b9;
	color: #fff;
}

.btn.cl1:hover {
	background-color: #d1ada2;
}

.btn.cl2 {
	background-color: #dcc1b9;
	color: #fff;
}

.btn.cl2:hover {
	background-color: #d1ada2;
}

.btn.sz1 {
	font-size: 1rem;
	padding: 10px 25px;
	width: 100%;
	max-width: 320px;
}

.btn.sz2 {
	font-size: 0.875rem;
	padding: 6px 15px;
	width: 100%;
	max-width: 240px;
}

.btn.nowidth {
	width: auto;
}

.alm-load-more-btn {
	border-radius: 0 !important;
	background-color: #dcc1b9 !important;
	font-family: "Mulish", Helvetica, Arial, sans-serif;
	font-size: 1rem !important;
	transition: all 0.2s ease-in-out !important;
}

.alm-load-more-btn:hover {
	background-color: #d1ada2 !important;
}

.alm-load-more-btn.done {
	display: none !important;
}
 
.default-transition,
section.awards img,
.btn,
.button,
.social-links a,
.newsletter-signup input.button,
.post-carousel-nav a,
.post-list.v1 a,
.post-list.v1 a .image:before,
.product-range img,
.product-range a,
ul.st1 li a,
nav a,
header nav ul > li.arrow > a:after,
.flyout-menu .title,
footer .footer-menu li a {
	transition: all 0.2s ease-in-out;
}

.pad1 {
	padding: 75px 0;
}

.padb1 {
	padding: 0 0 75px;
}

.padt1 {
	padding: 75px 0 0;
}

.pad2 {
	padding: 25px 0;
}

.padb2 {
	padding: 0 0 25px;
}

.padt2 {
	padding: 25px 0 0;
}

.title-ctn.st1 {
	text-align: center;
	width: 100%;
	max-width: 768px;
	margin: auto auto 50px;
}

.title-ctn.st2 {
	text-align: center;
	width: 100%;
	max-width: 768px;
	margin: auto auto 50px;
}

.title-ctn.nmb {
	margin-bottom: 0;
}

.title-ctn.st1 .title {
	margin-bottom: 0;
}

.title-ctn.st1 p {
	margin-top: 25px;
	font-size: 1rem;
}

.title-ctn.st1.v2 {
	margin-bottom: 0;
}

.content.ic {
	direction: ltr;
	display: table;
	width: 100%;
}

.content.ic .block {
	display: table-cell;
	vertical-align: middle;
}

.content.ic .image-ctn {
	width: 41.6666667%;
}

.content.ic .image {
	padding-top: 123.404255%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content.ic .video {
	padding-top: 56.25%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

video{
   object-fit: inherit;
}

.content.ic .video video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.content.ic .copy {
	text-align: center;
	padding: 20px 5%;
}

.content.ic .copy .btn {
	margin-top: 25px;
}

.content.ic.st2 {
	background-color: #f8eeec;
}

.content.ic.st2 .image {
	padding-top: 70%;
}

.content.ic.st2 .image-ctn,
.content.ic.st2 .copy {
	width: 50%;
}

.content.ic.st2 .copy {
	text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
	background: #f0dcd7 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #a29c97 !important;
}

/* ------------ X.X Post list styles
 * -----------------------------------------------------------------------------
 */

.post-list.v1 {
	font-size: 0;
}

.post-list.v1 .post {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;	
}

.post-list.owl-carousel .post {
	display: block;
	margin-bottom: 0;
	margin-right: 0;
	width: 100% !important;
}

.post-list.v1 .image-ctn {
	margin-bottom: 20px;
}

.post-list.v1 .image {
	padding-top: 71.621622%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: all 1.5s ease-in-out;
}

.post-list.v1 .image.default {
	background: #f8eeec url('images/mirabeau-en-provence-logo.svg');
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.post-list.v1 a .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* dim others on hover and not selected element
.post-list:hover .image:before {
	opacity: .7;
}

.post-list a:hover .image:before {
	opacity: 0;
}
*/

.post-list.v1.st2 .image {
	padding-top: 140%;
	transition: all 2s ease-in-out;
}

.post-list.v1 a:hover .image {
	transform: scale(1.1);
}

.post-list.v1 a {
	color: inherit;
}

.post-list.v1 a:hover {
	color: #c08f80;
}

.post-list.v1 .title {
	text-align: center;
}

.post-list.v2 a {
	color: inherit;
}

.post-list.v2 .post {
	display: inline-block;
	vertical-align: top;
	margin-right: -2px;
	float: none;
	margin-bottom: 50px;	
}

.post-list .image-ctn {
	overflow: hidden;
}

.post-list.v2 .image {
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: all 2s ease-in-out;
}

.post-list.v2 a:hover .image {
	transform: scale(1.1);
}

.post-list.v2 div.block {
	position: relative;
}

.post-list.v2 .details {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 20px;
	max-width: 80%;
	min-width: 60%;
}

.post-list.v2 .publication {
	display: block;
}

.post-list.v2 .published {
	font-size: .875rem;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content .wp-block-column:nth-child(odd) {
	margin-right: 0;
	padding-right: 20px;
}

.entry-content .wp-block-column:nth-child(even) {
	margin-left: 0;
	padding-left: 20px;
}
.entry-content .wp-block-column:not(:first-child) {
	margin-left: 0;
	padding-left: 20px;
}
.entry-content .wp-block-column:not(:last-child) {
	margin-right: 0;
	padding-right: 20px;
}

.wp-block-embed.is-type-video {
	margin-left: 0;
	margin-right: 0;
}

/* -------------------- ## General Post styling */

h1.entry-title.st1 {
	margin-bottom: 25px;
}

.publication.title {
	display: block;
	margin-bottom: 5px;
}

.publication.title a {
	color: #dcc1b9;
}

.entry-meta .posted-on {
	font-size: 1rem;
	line-height: 30px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 10px;
	font-weight: 600;
}

.entry-meta .cat-links a {
	margin-right: 5px;
}

.pb1 {
	padding-bottom: 75px;
}

.bb1 {
	border-bottom: 1px solid #f8eeec;
}

.bbm1:after {
	content: "";
	display: block;
	margin: 0 20px;
	border-bottom: 1px solid #f8eeec;
}

article .entry-meta {
	margin-bottom: 50px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 400;
}

.entry-content h1 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.entry-content h2 {
	font-size: 1.75rem;
	margin-bottom: 20px;
}

.entry-content h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-style: italic;
}

.entry-content h4 {
	font-size: 1rem;
	margin-bottom: 10px;
	text-decoration: underline;
}

.entry-content h5 {
	font-size: 1rem;
	margin-bottom: 5px;
}

.entry-content h6 {
	font-size: 1rem;
	margin-bottom: 5px;
}

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

/*
.entry-content a {
	color: #dcb8ad;
}
*/

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

.entry-content p {
	margin-bottom: 25px;
	text-align: justify;
}

.entry-content p.tip {
	font-weight: 800;
	font-size: .875rem;
	color: #DCC1B9;
}

.entry-content p.address {
	font-size: .875rem;
	font-style: italic;
	font-weight: 800;
	color: #A29C97;
}

.entry-content p.address a {
	color: #A29C97;
}

.entry-content p.address {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}	

.entry-content p.highlight {
	font-weight: 800;
	font-size: 1.75rem;
}

.entry-content p.tipheart {
	font-weight: 800;
	font-size: .875rem;
	color: #DCC1B9;
	padding-left: 28px;
	position: relative;
}

.entry-content p.tipheart:before {
	content: "";
	background-image: url('images/icon-heart.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -2px;
	left: 0;
}

.entry-content p,
.entry-content li,
.entry-content table {
	font-size: 1.125rem;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content ul.wp-block-gallery {
	margin: 0;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 1.5;
}

.entry-content ul li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.5;
}

.entry-content ul li ul,
.entry-content ol li ol {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 25px;
}

.wp-block-gallery .blocks-gallery-item {
    display: block !important; 
}

.entry-content .wp-block-gallery img {
	margin: 0;
}

.entry-content blockquote {
	margin-bottom: 20px;
	padding-top: 42px;
	padding-bottom: 0;
	position: relative;
	text-align: justify;
	display: inline-block;
}

.entry-content blockquote p {
	font-size: 1rem;
	line-height: 1.7;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
	color: #f0dcd7;
	font-family: 'mirabeau';
	position: absolute;
	font-size: 40px;
}

.entry-content blockquote:before {
	content: "\e908";
	left: 0;
	top: 0;
}

.entry-content blockquote:after {
	content: "\e907";
	right: 0;
	bottom: -10px;
}

.entry-content blockquote p {
  display: inline;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 15px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #474341;
	padding-right: 50px;
}

.entry-content blockquote cite:before {
	content: "- ";
}

.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
	line-height: 1.5;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: 300;
	text-align: left;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */

header #branding {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 0;
}

header #branding img {
	height: 48px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

header .nav-ctn {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

header nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.875rem;
}

header nav li > a {
	font-weight: 600;
	color: inherit;
	line-height: 78px;
	display: block;
	padding: 0 15px;
	position: relative;
}

header nav li > a:hover {
	color: #c08f80;
}

header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	height: 78px;
	z-index: 9999;
}

html.open-search nav.main ul {
	display: none;
}

#searchsite {
	display: none;
	margin-top: 22px;
}

html.open-search #searchsite {
	display: block;
	float: right;
	width: 320px;
}

.search-form.v1 {
	position: relative;	
}

.search-form.v1 input {
    border: 0;
    color: #474341;
    background: #f8eeec;
    height: 32px;
    width: 100%;
    max-width: 400px;
    position: relative;
	padding: 0 32px 0 10px;
	font-size: 1rem;
}

header nav {
	position: relative;
}

header nav ul {
	float: right;
}

body.home header nav ul > li.arrow > a:after {
	transform: rotate(180deg);
	bottom: 20px;
}

header nav ul > li.arrow > a:after,
body.smaller header nav ul > li.arrow > a:after {
	content:"";
	position:absolute;
	font-family: 'mirabeau';
	content: '\e902';
	transform: rotate(0deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 20px;
}

body.home header nav ul > li.arrow > a:hover:after {
	bottom: 25px;
}

header nav ul > li.arrow > a:hover:after,
body.smaller header nav ul > li.arrow > a:hover:after {
	margin-top: 25px;
}

nav a:hover {
	cursor: pointer;
}

nav li.search a {
	font-size: 0;
}

nav .search-button {
	width: 20px;
	height: 20px;
	position: relative;	
	float: right;
	margin: 28px 20px 0 15px;
}

nav .search-button:hover {
	cursor: pointer;
}

nav .search-button:before,
nav .search-btn:before {
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	font-family: 'mirabeau';
	content: '\e900';
	position: absolute;
}

html.open-search nav .search-button:before {
	content: '\e901';
}

html.page header,
#home-feature header.is-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(239,239,239,1);
}

nav.main .search-btn {
	position: absolute;
	top: 0;
	right: 0;
}

nav .search-btn:hover {
	cursor: pointer;
}

nav .search-btn:before {
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 6px;
	font-family: 'mirabeau';
	content: '\e900';
	position: absolute;
}

body.home .flyout-menu {
	top: auto;
	bottom: 0;
	box-shadow: 0 -2px 6px rgba(239,239,239,1);
}

.flyout-menu,
body.smaller .flyout-menu {
	width: 100%;
	position: absolute;
	top: 78px;
	bottom: auto;
	right: 0;
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 0 2px 6px rgba(239,239,239,1);
	display: none;
}

.flyout-menu.col3 div.block {
	width: 33.3333%;
}

.flyout-menu.col4 div.block {
	width: 25%;
}

.flyout-menu.col5 div.block {
	width: 20%;
}

.flyout-menu div.block {
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	float: left;
	position: relative;
}

body.home .flyout-menu:before {
  top: auto;
  bottom: -6px;
}

.flyout-menu:before,
body.smaller .flyout-menu:before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

nav ul li:hover .flyout-menu {
	display: block;
}

.flyout-menu .image-ctn {
	margin-bottom: 10px;
	overflow: hidden;
}

.flyout-menu.col3 .image {
	padding-top: 48.5%;
}

.flyout-menu.col4 .image {
	padding-top: 66.66667%;
}

.flyout-menu.col5 .image {
	padding-top: 86%;
}

.flyout-menu .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 2s ease-in-out;
}

.flyout-menu a:hover .image {
	transform: scale(1.1);
}

.flyout-menu a {
	color: inherit;
}

.flyout-menu .title {
	text-transform: none;
	margin: 0;
}

.flyout-menu a:hover .title {
	color: #c08f80;
}

.toggle-nav {
	position: absolute;
	top: 30px;
	right: 10px;
	display: none;
	color: #fff;
}

#nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

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

#nav-icon span {
	background: #474341;
}

body.nav-open #nav-icon span {
	background: #474341;
}

#nav-icon span:nth-child(1) {
  top: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.nav-open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 3px;
}

body.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

body.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 3px;
}

body.home #sidemenu {
	padding-top: 20px;
}

#sidemenu,
body.smaller #sidemenu {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 2;
	overflow-y: scroll;
	padding: 106px 15px 15px;
	transition: all 0.2s ease-in-out;
	box-shadow: 		0 0px 2px rgba(0,0,0,.2);
}

#sidemenu form {
	margin: 0 0 20px;
}

#sidemenu nav.side li a {
	color: inherit;
	padding: 5px 0;
	display: block;
}

#sidemenu nav.side li a:hover {
	color: #d1ada2;
}

#sidemenu nav.side > ul > li {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;	
	font-size: 1rem;	
}

#sidemenu nav.side > ul > li > ul > li {
	text-transform: none;
	font-weight: 400;
	font-size: 0.875rem;
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

footer .footer-ctn {
	position: relative;
}

footer {
	float: left;
	width: 100%;
}

footer .footer-ctn {
	width: 100%;
	font-size: 0.875rem;
}

section.newsletter {
	background-color: #f8eeec;
	padding: 50px 20px;
	text-align: center;
}

section.newsletter img.logo {
	width: 210px;
	margin-bottom: 25px;
}

section.newsletter .intro {
	font-size: 1rem;
	font-weight: 600;
}

form.newsletter-signup .email-ctn {
	position: relative;
	width: 100%;	
	max-width: 410px;
	margin: 10px auto auto;
}

.newsletter-signup input.text {
	height: 42px;
	line-height: 42px;
	margin: 0;
	border: 1px solid #dcc1b9;
	font-size: 1rem;
	padding: 0 140px 0 15px;
	width: 100%;
	background: #fff;
}

.newsletter-signup input.button {
	background: #dcc1b9;
	color: #fff;
	border: none;
	outline: none;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 130px;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
	padding: 0;
}

.newsletter-signup input.button:hover {
	background-color: #d1ada2;
	cursor: pointer;
}

.newsletter-signup input {
	-webkit-appearance: none;
	border-radius: 0;
}

.social-links .ic-logo {
	float: left;
	margin-right: 5px;
}

.social-links ul {
	margin: 50px auto auto;
	display: table;
}

.social-links ul li {
	font-size: 32px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	float: left;
	margin-left: 15px;
}

.social-links ul li:first-child {
	margin: 0;
}

.social-links ul li a {
	color: #A29C97;
}

.social-links ul li.fb a:hover {
	color: #1877f2;
}

.social-links ul li.tw a:hover {
	color: #1da1f2;
}

.social-links ul li.in a:hover {
	color: #0d1a2b;
}

.social-links ul li.yt a:hover {
	color: #ff0000;
}

footer section.credits {
	padding: 15px 0;
	font-size: 1rem;
}

footer .copyright {
	float: none;
	margin-top: 10px;
}

footer .footer-menu {
	float: none;
	text-align: right;
}

footer .footer-menu li,
.lang_select li {
	display: inline-block;
}

footer .footer-menu li:after,
.lang_select li:after {
	content: "/";
	margin: 0 5px 0 10px;
}

footer .footer-menu li:last-child:after,
.lang_select li:last-child:after {
	margin: 0;
	content: "";
}

footer .footer-menu li a,
.lang_select li a {
	color: inherit;
}

.lang_select li {
	font-weight: 600;
}

.lang_select li a {
	font-weight: 300;
}

footer .footer-menu li a:hover,
.lang_select li a:hover {
	color: #dcc1b9;
}

section.awards img {
	height: auto;
	display: block;
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */
 
#home-feature {
	height: 100%;
	background: #f5f5f5;
}


.bg-image {
    height: 100%;
    width: 100%;
    background: url(images/placeholder.jpg) no-repeat center center;
    background-size: cover;
	overflow: hidden;
}

.fullscreen-bg__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.fullscreen-bg__video.mobile {
	display: none;
}

section.journal .title-ctn {
	margin-bottom: 0;
}

section.journal .post-list {
	margin-top: 50px;
}

section.domaine {
	padding-top: 0;
}

section.domaine .content {
	direction: rtl;
}

section.domaine .content .copy {
	direction: ltr;
}

section.bgc1 {
	background-color: #fcf7f6;
}

section.range .more {
	margin: 50px auto auto;
	display: block;
}

.carousel-ctn {
	position: relative;
}

.product-range a {
	color: inherit;
}

.product-range {
	position: relative;
	font-size: 0;
}

.product-range.cuvees {
	margin-top: 50px;
}

.product-range h2 {
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.product-range .block {
	padding: 0 50px;
	text-align: center;	
}

.product-range .product {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 100px 0;
	float: none;
}

.product-range.owl-carousel .product {
	margin-right: 0;
	margin-bottom: 0;
}

.product-range .description {
	font-size: 1rem;
}

.product-range .image-ctn {
	overflow: hidden;
}

.product-range.st2 img {
	width: 100%;
	height: auto;
	transition: all .75s ease-in-out;
}

.product-range a:hover img {
	transform: scale(1.05);
}

.product-range a:hover {
	color: #dcc1b9;
}

.product-range .range-intro {
	padding-bottom: 20px;
	margin-bottom: 75px;
}

.product-range .range-title {
	margin-bottom: 5px;
}

.product-range .range-intro p {
	font-size: 1rem;
}

.post-carousel-nav {
	width: 100%;
}

.post-carousel-nav a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	z-index: 1;
	font-size: 32px;
	color: #F0DCD7;
}

.post-carousel-nav a:hover {
	cursor: pointer;
	color: #dcc1b9;
}

.post-carousel-nav a:before {
	font-family: 'mirabeau';
}

.post-carousel-nav a.nav-left {
	left: -50px;
}

.post-carousel-nav a.nav-left:before {
	content: "\e903";	
}

.post-carousel-nav a.nav-right {
	right: -50px;
}

.post-carousel-nav a.nav-right:before {
	content: "\e904";	
}

/* ------------ X.X Single Post
 * -----------------------------------------------------------------------------
 */
 
.article-footer {
	margin: 75px 0;
}

.tag-links a {
	display: inline-block;
	color: #dcc1b9;
	font-size: 0.875rem;
	text-transform: uppercase;
	padding: 5px 20px 5px 0;
	font-weight: 600;
}

.tag-links a:last-child {
	padding-right: 0;
}

.author-share-ctn:before {
	content: "";
	background-color: #f8eeec;
	height: 1px;
	display: block;
	margin: 10px 0 15px;
}

.author-share-ctn a {
	color: inherit;
}

.author-share-ctn .author-link {
	font-size: 1rem;
	line-height: 32px;
	float: left;
}

.author-share-ctn .share-article {
	float: right;
	font-size: 1rem;
	display: inline-block;
}

.share-article .title {
	float: left;
	margin-right: 10px;
	line-height: 32px;
}

.share-article ul {
	float: right;
}

.share-article ul li {
	float: left;
	margin-right: 5px;
}

.share-article ul li:last-child {
	margin-right: 0;
}

.share-article span {
	float: left;
}

.share-article a {
	font-size: 32px;
	margin: 0 !important;
	height: 32px;
	display: block;
	color: #dcc1b9;
	padding: 0 4px;
}

.share-article a:first-child {
	padding-left: 0;
}

.share-article a:last-child {
	padding-right: 0;
}

/* ------------ X.X Related
 * -----------------------------------------------------------------------------
 */
 


/* ------------ X.X About
 * -----------------------------------------------------------------------------
 */
 
.about-index .section:nth-child(odd), {
	background-color: #fcf7f6;
}

/* ------------ X.X Partners
 * -----------------------------------------------------------------------------
 */
 
body.page-id-26836  section .section:nth-child(odd) {
	background-color: #fcf7f6;
}

body.page-id-26836 .title-ctn.st1 {
	margin: auto auto 50px;
}

/* ------------ X.X Content Blocks
 * -----------------------------------------------------------------------------
 */

.content-blocks .section:nth-child(odd) .image {
	padding-top: 84.210526%;
}

.content-blocks .section:nth-child(even) .content {
	direction: rtl;
}

.content-blocks .section:nth-child(even) .content .copy {
	direction: ltr;
}

.content-blocks .section:nth-child(odd) .image-ctn {
	width: 50%;
}

.content-blocks .section:nth-child(odd) .copy {
	padding: 0 0 0 5%;
}

.content-blocks .section:nth-child(even) .copy {
	padding: 0 5% 0 0;
}

/* ------------ X.X Team
 * -----------------------------------------------------------------------------
 */
 
.mfp-bg {
    opacity: .95 !important;
    filter: alpha(opacity=95) !important;
}

.mfp-arrow {
	color: #a29c97
}
 
.post-list.team-list .image-ctn {
	margin-bottom: 10px;
}

.team-list .person {
	margin-bottom: 75px;
	display: inline-block;
	vertical-align: top;
	margin-right: -2px;
	float: none;
}

.team-list .details {
	text-align: center;
}

.team-list .position {
	font-size: 1rem;
	display: block;
	margin-top: -10px;
	color: #bab6a8;
}

.profile-popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 768px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(239,239,239,1);
}

.profile-popup .mfp-close {
	color: #dcc1b9 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}

.profile-popup .image-ctn {
	width: 45%;
	padding-top: 60%;
	position: relative;
	display: table-cell;
}

.profile-popup .image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}

.profile-popup .details {
	display: table-cell;
	padding: 25px;
	vertical-align: top;
}

.profile-popup .details p {
	font-size: 1rem;
	margin-bottom: 15px;
}

.profile-popup h2 {
	font-size: 2rem;
}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */
 
.timeline .milestone {
	margin-bottom: 25px;
	font-size: 1rem;
	position: relative;
}

.timeline .milestone:last-child {
	margin-bottom: 0;
}

.timeline .milestone .date {
	position: absolute;
	font-weight: 600;
	line-height: 1.5;
}

.timeline .milestone .details {
	float: left;
	padding-left: 20%;
}

/* ------------ X.X Where to Buy
 * -----------------------------------------------------------------------------
 */
 
.where-to-buy .content {
	text-align: center;
	border-top: 1px solid #f8eeec;
	padding-top: 75px;
}

.where-to-buy h1.title {
	margin-bottom: 50px;
}

.where-to-buy img.map {
	width: 100%;
	height: auto;
	max-width: 968px;
}

.where-to-buy a img.map:hover {
	cursor: pointer;
}

/* ------------ X.X Tabs
 * -----------------------------------------------------------------------------
 */
 
#tab-container.product {
	margin: 50px 0;
}

#tab-container ul {
	margin: 0;
}

#tab-container ul > li.tab {
	margin: 0;
	display: inline-block;
}

#tab-container ul > li.tab .tab-title:after {
	content: "";
	border-right: 1px solid #dcc1b9;
	padding-left: 10px;
	margin-right: 10px;
}

#tab-container ul > li.tab a {
	float: left;
	color: #f0dcd7;
}

#tab-container ul > li:first-child a {
	padding-left: 0;
}

#tab-container ul > li:last-child a {
	padding-right: 0;
}

#tab-container ul > li:last-child .tab-title:after {
	border: none;
	padding: 0;
	margin: 0;
}

#tab-container ul > li.tab .tab-title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}

#tab-container ul > li.tab a.active .tab-title {
	color: #474341;
}

#tab-container .tabbed-content {
	padding: 15px 0 0;
}

#tab-container #winemaking p {
	text-align: left;
}

#tab-container td {
	vertical-align: top;
}

#tab-container tr:first-child td {
	border-top: none;
}

#tab-container table {
	border-bottom: none;
}

#tab-container table td:nth-child(1){
	width: 25%;
}

#tab-container p,
#tab-container li {
	font-size: 1rem;
}

/* ------------ X.X Product
 * -----------------------------------------------------------------------------
 */
 
.product-info img {
	margin: 0;
	transition: all 0.2s ease-in-out;
}

.product-info .image-ctn {
	padding-right: 80px;
}

.product-info .thumbnails {
	margin-top: 2%;
}

.product-info .thumbnails img {
	width: 12%;
	display: inline-block;
	margin: 2%;
}

.product-info .thumbnails img:hover {
	cursor: pointer;
}

.product-info .thumbnails {
	text-align: center;
	width: 100%;
}

.product-info blockquote {
	margin-top: 50px;
}

.single-product .range .btn.more {
	display: none;
}

a.link.recipes {
	color: inherit;
}

a.link.recipes.category {
	font-size: 1rem;
	margin-bottom: 25px;
}

a.link.recipes:before {
	font-family: 'mirabeau';
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	content: "\e913";
	font-weight: 400;
	vertical-align: -2px;
}

/* ------------ X.X Maps
 * -----------------------------------------------------------------------------
 */

div.gmw-map-wrapper {
	height: 640px !important;
}

div.gmw-info-window-inner.infobubble .title {
	margin:7px 0;
	font-size: .875rem;
	text-transform:capitalize;
	color:#555;
	text-decoration:none;
	box-shadow:none;
	text-shadow:none;
	border:0;
	display:inline-block;
	width:100%;
	line-height:20px
}

div.gmw-map-wrapper,
div.gmw-map-cover {
    background: #fff !important;
}

/* ------------ X.X Category
 * -----------------------------------------------------------------------------
 */
 
.featured-post-ctn {
	margin-bottom: 75px;
}

/* ------------ X.X Where to Buy
 * -----------------------------------------------------------------------------
 */
 
.cards-business {
	font-size: 0;
}

.cards-business li {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;
}

.cards-business li a {
	color: inherit;
}

.cards-business li .contact {
	margin-top: 10px;
}

.cards-business a:before,
.cards-business span.telephone:before {
	font-family: 'mirabeau';
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.cards-business a.gmw-get-directions:before {
	content: "\e90f";
}

.cards-business a.website:before {
	content: "\e90c";
}

.cards-business a.email:before {
	content: "\e90d";
}

.cards-business span.telephone:before {
	content: "\e90e";
}

.mb-mainsearch .styled-select {
	overflow: visible;
	width: 100%;
}

.results-map {
	margin-bottom: 50px;
}

.mb-mainsearch .address-locator-wrapper,
.mb-mainsearch .gmw-submit-field-wrapper,
.mb-mainsearch .gmw-form-field-wrapper,
.mb-mainsearch .distance-wrapper {
	float: left;
	padding: 2px;	
}

.mb-mainsearch .gmw-address-field-wrapper {
	padding: 0;
}

.mb-mainsearch .gmw-form-field-wrapper {
	width: 25%;
}

.mb-mainsearch .gmw-address-field-wrapper {
	width: 100%;
}

.mb-mainsearch .gmw-keywords-field-wrapper {
	width: 20%;
}

.mb-mainsearch .address-locator-wrapper {
	width: 25%;
}

.mb-mainsearch .distance-wrapper {
	width: 10%;
}

.mb-mainsearch #stockist_type-taxonomy-wrapper {
	width: 15%;
}

.mb-mainsearch #region-taxonomy-wrapper {
	width: 20%;
}

.mb-mainsearch .gmw-submit-field-wrapper {
	width: 10%;
}

.mb-mainsearch input[type="text"] {
	width: 100% !important;
}

.mb-mainsearch input[type="submit"] {
	margin: 0 ;
	height: 32px;
	width: 100%;
}

.showing-wrapper {
	margin-bottom: 25px;
	position: relative;
}

.showing-wrapper .results-count-wrapper {
	float: left;
}

.showing-wrapper .results-count-wrapper p {
	margin: 0;
	line-height: 1;
	margin-top: 8px;
}

.showing-wrapper .gmw-results-count {
	font-size: 1rem;
}

.showing-wrapper .pagination-per-page-wrapper {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	width: auto !important;
}

.showing-wrapper select {
	margin: 0 !important;
}

.search-form.main {
	background-color: #f5f5f5;
	padding: 5px;
}

.search-form.main .search-ctn {
	width: 100%;
}

.search-form.main .search-wrapper {
	float: left;
	padding: 2px;
}

.search-form.main .search-wrapper.text {
	width: 50%;
}

.search-form.main .search-wrapper.select,
.search-form.main .search-wrapper.submit {
	width: 25%;
}

.search-form.main input[type="text"] {
	width: 100% !important;
	height: 32px;
	padding: 0 5px;
	border: 1px solid #d4d6da;
}

.search-form.main input[type="submit"] {
	height: 32px;
	width: 100%;
}

.search-form.main .styled-select {
	width: 100%;
}

/* ------------ X.X Landing Pages
 * -----------------------------------------------------------------------------
 */

section {
	position: relative;
}

section.where-to-buy {
	float: left;
	width: 100%;
}

section.divider:before {
	background-color: #f8eeec;
	display: inline-block;
	width: calc(100% - 80px);
	max-width: 1320px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.section-link {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -130px;
}

.more-less p {
	text-align: justify;
	margin-bottom: 20px;
}

.more-less .btn {
	margin: auto;
}

.results-map.landing .gmw-global-map-wrapper {
	margin-bottom: 50px;
}

/* ------------ X.X newsletter signup body
 * -----------------------------------------------------------------------------
 */

#gform_wrapper_1,
#gform_wrapper_2,
#gform_wrapper_4,
#gform_wrapper_5 {
	width: 100% !important;
	max-width: 420px !important;
	margin: 0 auto;
}

#gform_wrapper_1 .gfield_error,
#gform_wrapper_2 .gfield_error,
#gform_wrapper_4 .gfield_error,
#gform_wrapper_5 .gfield_error {
	width: 100%;
	max-width: 100% !important;
}

#gform_wrapper_1 .validation_message,
#gform_wrapper_2 .validation_message,
#gform_wrapper_4 .validation_message,
#gform_wrapper_5 .validation_message {
	font-size: 1rem;
	font-weight: 300;
	padding: 10px;
	text-align: center;
}

#gform_wrapper_1 .text input,
#gform_wrapper_2 .text input,
#gform_wrapper_4 .text input,
#gform_wrapper_5 .text input {
	height: 42px;
	line-height: 42px;
	margin: 0;
	border: 1px solid #dcc1b9;
	font-size: 1rem;
	padding: 0 120px 0 10px;
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

#gform_wrapper_1 input.button,
#gform_wrapper_2 input.button,
#gform_wrapper_4 input.button,
#gform_wrapper_5 input.button {
	background: #dcc1b9;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	line-height: 32px;
	font-size: .875rem !important;
	font-weight: 600;
	padding: 0 15px;
	margin: 0 !important;
}

#gform_wrapper_1 form,
#gform_wrapper_2 form,
#gform_wrapper_4 form,
#gform_wrapper_5 form {
	position: relative;
	width: 100%;
	margin: 0;
}

.gform_ajax_spinner {
	display: none !important;
}

#gform_wrapper_1 ul.gform_fields li.gfield,
#gform_wrapper_2 ul.gform_fields li.gfield,
#gform_wrapper_4 ul.gform_fields li.gfield,
#gform_wrapper_5 ul.gform_fields li.gfield {
	padding: 0;
	border: none;
	background: none;
}

#gform_wrapper_1 input.button:hover,
#gform_wrapper_2 input.button:hover,
#gform_wrapper_4 input.button:hover,
#gform_wrapper_5 input.button:hover {
	background-color: #d1ada2;
	cursor: pointer;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="submit"],
.gform_wrapper textarea {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}
 
#gform_wrapper_1 .gform_footer,
#gform_wrapper_2 .gform_footer,
#gform_wrapper_4 .gform_footer,
#gform_wrapper_5 .gform_footer {
    width: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    margin: 0;
}

#gform_wrapper_1 div.validation_error,
#gform_wrapper_2 div.validation_error,
#gform_wrapper_4 div.validation_error,
#gform_wrapper_5 div.validation_error {
	display: none;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message,
#gform_confirmation_wrapper_2 .gform_confirmation_message,
#gform_confirmation_wrapper_3 .gform_confirmation_message,
#gform_confirmation_wrapper_4 .gform_confirmation_message,
#gform_confirmation_wrapper_5 .gform_confirmation_message {
	font-size: 1rem;
	background-color: #f8eeec;
	padding: 10px;
	width: 100%;
	max-width: 460px;
	margin: 15px auto auto;
}

/* ------------ X.X Instagram Feed
 * -----------------------------------------------------------------------------
 */

#instagram-gallery img {
	height: auto;
}

#instagram-gallery .image {
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#instagram-gallery .owl-dots {
	margin-top: 25px;
}

/* ------------ X.X Age and Cookies
 * -----------------------------------------------------------------------------
 */
 
/*
#age-cookies {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background-color: rgba(255,255,255, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#age-cookies .content {
	background-color: #f8eeec;
	box-shadow: 0 0 10px rgba(239,239,239,1);
	padding: 40px;
	width: 100%;
	max-width: 500px;
	height: 420px;
	display: flex;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

*/

#age-cookies {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	background-image: url("https://www.maisonmirabeau.com/main/wp-content/uploads/2019/04/Mirabeau_homepage_large.jpg");
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#age-cookies img.logo {
	width: 100%;
	max-width: 240px;
	margin-bottom: 25px;
}

#age-cookies p {
	font-size: 1rem;
	margin-bottom: 15px;
}

#age-cookies .content {
	background-color: #f8eeec;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	padding: 50px 25px;
	width: 100%;
	max-width: 500px;
	height: 460px;
	display: flex;
	overflow: hidden; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

#age-cookies .lang_dropdown {
	float: none;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0;
}

#age-cookies .cookies {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
}

#age-cookies .cookies p {
	margin-bottom: 15px;
}

#age-cookies .cookies h2 {
	font-size: 1.25rem;
	font-weight: 300;
}

#age-cookies .buttons {
	margin-top: 25px;
}

#age-cookies .btn-ctn {
	width: 100%;
	float: left;
	padding: 10px;
}

#age-cookies .btn-ctn .btn {
	max-width: 240px;
}

#age-cookies .footer:hover {
	cursor: pointer;
}

#age-cookies .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: .75rem;
	text-transform: uppercase;
}

#age-cookies .footer span {
	padding: 10px 20px;
	display: block;
	background: #f8eeec;
}

#age-cookies .back-home:before {
	font-family: 'mirabeau';
	content: "\e912";
	font-size: 12px;
	margin-right: 5px;
}

.password-form {
	text-align: center;
	margin-top: 25px;
}

.password-form p {
	margin-bottom: 15px;
}

.form-ctn {
	position: relative;
	width: 100%;	
	max-width: 410px;
	margin: 10px auto auto;
}

.password-form input.text {
	height: 42px;
	line-height: 42px;
	margin: 0;
	border: 1px solid #dcc1b9;
	font-size: 1rem;
	padding: 0 140px 0 15px;
	width: 100%;
	background: #fff;
}

.password-form input.button {
	background: #dcc1b9;
	color: #fff;
	border: none;
	outline: none;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 130px;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
	padding: 0;
}

.password-form input.button:hover {
	background-color: #d1ada2;
	cursor: pointer;
}

.password-form input {
	-webkit-appearance: none;
	border-radius: 0;
}

/* ------------ X.X Contact
 * -----------------------------------------------------------------------------
 */

.grecaptcha-badge {
    display: none !important;
}

.styled-form label {
	font-size: 1rem !important;
	font-weight: 300 !important;
	margin-top: 0 !important;
}

.styled-form .newsletter label.gfield_label {
	display: none !important;
}

.styled-form .newsletter label {
	line-height: 1.2 !important;
}

.styled-form .newsletter input {
	font-size: 20px !important;
	margin: 2px 10px 0 0 !important;
	vertical-align: top !important;
}

#gform_wrapper_3 li {
	padding: 0 10px !important;
}

#gform_wrapper_3 .validation_message {
	font-size: 1rem;
	font-weight: 600;
	padding: 5px 0 0;
}

#gform_wrapper_3 .text input,
#gform_wrapper_3 .textarea textarea {
	margin: 0;
	border: 1px solid #dcc1b9;
	font-size: 1rem;
	padding: 10px;
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

#gform_wrapper_3 .text input {
	height: 42px;
	line-height: 42px;
}

#gform_wrapper_3 input.button {
	background: #dcc1b9;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 1rem !important;
	font-weight: 600;
	padding: 0 15px;
	margin: 0 !important;
}

#gform_wrapper_3 input.button:hover {
	background-color: #d1ada2;
	cursor: pointer;
}

#gform_wrapper_3 form {
	position: relative;
	width: 100%;
	margin: 0;
}

.gform_ajax_spinner {
	display: none !important;
}

#gform_wrapper_3.gform_validation_error ul.gform_fields li.gfield {
	padding: 0;
	border: none;
	background: none;
}

#gform_wrapper_3 div.validation_error {
	display: none;
}

#gform_wrapper_3 .gform_footer {
	padding: 10px;
}

/* -------------------- ## Tablet Newsletter */

#tab-newsletter-ctn {
	position: relative;
}

#tab-newsletter {
	width: 100%;
	height: 100%;
}

#tab-newsletter .image {
	width: 50%;
	position: relative;
	
}

#tab-newsletter .image-ctn {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 20px solid #fff;
}

#tab-newsletter .form {
	text-align: center;
	padding: 90px 25px;
	position: relative;
	vertical-align: middle;
}

#tab-newsletter #mc_embed_signup {
	background: transparent;
}

#tab-newsletter .form .logo {
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px
}

#tab-newsletter .content {
	width: 100%;
	max-width: 640px;
	margin: auto;
}

#tab-newsletter .form .footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

#tab-newsletter .form .footer p {
	font-size: .75rem;
}

.lang_select {
	float: right;
}

.lang_dropdown {
	float: right;
	margin-right: 10px;
}

.lang_dropdown li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0 5px;
	color: #c08f80;
}

.lang_dropdown li:last-child {
	padding-right: 0;
}

.lang_dropdown li a {
	padding: 0;
	color: #474341;
}

/* ------------ X.X GDPR
 * -----------------------------------------------------------------------------
 */

.cli_pg_page_contaner .cli_user_consent_state {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 700;
	background: #efefef;
	padding: 10px;
}

.cli_pg_page_contaner h3,
.cli_pg_page_contaner h5 {
	margin-top: 15px;
	font-size: 1.5rem;
	font-style: normal;
}

.cli_pg_page_contaner .cli_settings_button,
.cli_pg_page_contaner .wt-cli-manage-consent-link {
	background: #dcc1b9;
	padding: 10px 25px;
	font-weight: 600;
	color: #fff !important;
	border: none !important;
	margin-bottom: 20px !important;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	text-transform: uppercase;
}

.cli_pg_page_contaner .cli_settings_button:hover,
.cli_pg_page_contaner .wt-cli-manage-consent-link:hover {
	cursor: pointer;
}

.cli_pg_page_contaner table.cookielawinfo-winter,
.cli_pg_page_contaner table.cookielawinfo-classic,
.cli_pg_page_contaner table.cookielawinfo-classic td, 
.cli_pg_page_contaner table.cookielawinfo-classic th {
	font-size: 1rem;
	line-height: 1.5;
	font-family: inherit;
	text-transform: none;
	margin-left: 0;
}

/** style_1 Style */

table.cookielawinfo-style_1 {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
	margin: 0;
	margin-bottom: 20px;
	background: #fff;
}

table.cookielawinfo-style_1 thead tr th {
    background: #e2e2e2;
}

table.cookielawinfo-style_1 tfoot tr th,
table.cookielawinfo-style_1 tfoot tr td {
    color: #000;
    font-weight: bold;
}

table.cookielawinfo-style_1 tfoot tr th {
    width: 20%;
}

table.cookielawinfo-style_1 tfoot tr td {
    width: 80%;
}

table.cookielawinfo-style_1 td,
table.cookielawinfo-style_1 th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.5;
    font-size: .875rem;
    vertical-align: top;
    width: 20%;
}

table.cookielawinfo-style_1 tr.odd th,
table.cookielawinfo-style_1 tr.odd td {
    background: #efefef;
}

body .cli-bar-container {
	font-size: .875rem;
	line-height: 1.4;
}

#cookie-law-info-bar,.wt-cli-cookie-bar{
	box-sizing: border-box;
	font-size: 10pt;
	margin: 0 auto;
	padding: 10px 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999999 !important;
}

body .cli-btn {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #dcc1b9 !important;
	border-radius: 0 !important;
}

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

#tab-newsletter .form .logo {
	top: 10px;
}

#tab-newsletter {
	display: block;
}

#tab-newsletter .image,
#tab-newsletter .form {
	width: 100%;
	display: block;
	height: 50%;
}

#tab-newsletter .content {
	display: table;
	width: 100%;
	height: 100%;
}

#tab-newsletter .content .form-ctn2 {
	display: table-cell;
	vertical-align: middle;
}

}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */

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

}

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

.post-carousel-nav a.nav-left {
	margin-left: 40px;
}

.post-carousel-nav a.nav-right {
	margin-right: 40px;
}

}

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

footer .copyright,
footer .lang_select {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

footer .footer-menu {
	float: none;
	width: 100%;
}

footer .footer-menu ul {
	display: table;
	margin: auto;
}

footer .footer-menu li:after {
	margin: 0 10px 0 10px;
}

.product-range .block {
	padding: 0 25px;
}


}

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

.team-list .person {
	width: 33.3333%;
}

}

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

.c_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.flyout-menu div.block {
	padding-right: 10px;
	padding-left: 10px;
}

.post-list.v1 .post {
	width: 50%;
}

.cards-business li.g_3 {
	width: 33.3333%;
}

.product-range.list .product {
	width: 33.3333%;
}

.product-range.gin.list .product,
.product-range.reserve.list .product {
	width: 66.6666%;
}


.product-range .block {
	padding: 0 15px;
}

.entry-content .wp-block-column:nth-child(odd) {
	padding-right: 10px;
}

.entry-content .wp-block-column:nth-child(even) {
	padding-left: 10px;
}
.entry-content .wp-block-column:not(:first-child) {
	padding-left: 10px;
}
.entry-content .wp-block-column:not(:last-child) {
	padding-right: 10px;
}

header #branding {
	left: 10px;
}

header nav {
	margin-right: 10px;
}

.flyout-menu .title {
	font-size: 1rem;
}

.mb-mainsearch .gmw-keywords-field-wrapper {
	width: 50%;
}

.mb-mainsearch .address-locator-wrapper {
	width: 50%;
}

.mb-mainsearch #stockist_type-taxonomy-wrapper {
	width: 35%;
}

.mb-mainsearch #region-taxonomy-wrapper {
	width: 35%;
}

.mb-mainsearch .distance-wrapper {
	width: 15%;
}

.mb-mainsearch .gmw-submit-field-wrapper {
	width: 15%;
}

.title.sz1 {
	font-size: 1.75rem;
	margin-bottom: 10px;
}

.title.sz2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.product-info .image-ctn {
	padding-right: 10px;
}

div.gmw-map-wrapper {
	height: 460px !important;
}

.lang_dropdown {
	margin-right: 0;
}

}

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

nav.main #menu-main,
nav.main .search-button {
	display: none;
}

.toggle-nav {
	display: block;
}

.lang_dropdown {
	margin-right: 20px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(239,239,239,1);
}

body.nav-open #sidemenu {
	width: 260px;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

body.home #sidemenu {
	padding-top: 75px;
}


body.nav-open {
	overflow: hidden;
}

}

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

.content.ic {
	display: block;
}

.content.ic .block,
.content.ic .block.image-ctn,
.content.ic .copy.block {
	display: block;
	width: 100%;
	padding: 0;
}

.content.ic .block.image-ctn {
	width: 100%;
	max-width: 460px;
	margin: auto;
	margin-bottom: 25px;
}

.featured-post-ctn {
	padding: 20px;
}

.featured-post-ctn .copy {
	text-align: center !important;
}

footer .footer-menu {
	text-align: center;
}

footer .footer-menu li {
	display: block;
}

footer .footer-menu li a {
	display: block;
	padding: 5px;
}

footer .footer-menu li:after {
	content: "";
	margin: 0;
}

.product-info .image-ctn,
.product-info .copy-ctn {
	width: 100%;
}

.product-info .image-ctn {
	margin-bottom: 25px;
}

.product-info .image-ctn .feature-image {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.post-list.v2 .details {
	position: relative;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 0 0;
	max-width: 100%;
	min-width: 60%;
}

}

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

.team-list .person {
	width: 50%;
}

.profile-popup .image-ctn {
	width: 100%;
	padding-top: 125%;
	display: block;
}

.profile-popup .mfp-close {
	color: #dcc1b9 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background: rgba(0,0,0,.7);
}


.profile-popup .details {
	display: block;
}

.profile-popup .image {
	background-position: top center;
}

.cards-business li.g_3 {
	width: 50%;
}

.product-range.list .product {
	width: 50%;
}

.product-range.gin.list .product,
.product-range.reserve.list .product {
	width: 100%;
}

.entry-content .wp-block-column:nth-child(odd) {
	padding-right: 0;
}

.entry-content .wp-block-column:nth-child(even) {
	padding-left: 0;
}
.entry-content .wp-block-column:not(:first-child) {
	padding-left: 0;
}
.entry-content .wp-block-column:not(:last-child) {
	padding-right: 0;
}

.mb-mainsearch .gmw-keywords-field-wrapper,
.mb-mainsearch .address-locator-wrapper,
.mb-mainsearch #stockist_type-taxonomy-wrapper,
.mb-mainsearch #region-taxonomy-wrapper,
.mb-mainsearch .distance-wrapper,
.mb-mainsearch .gmw-submit-field-wrapper {
	width: 33.3333%;
}

#gform_wrapper_3 li {
	padding: 0 !important;
}

#gform_wrapper_3 .gform_footer {
	padding: 10px 0;
}

.author-share-ctn .author-link {
	font-size: 1rem;
	line-height: 32px;
	float: none;
	width: 100%;
	text-align: center;
}

.timeline .milestone .details {
	padding-left: 25%;
}

}

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

.post-list.v1 .post {
	width: 100%;
	margin-right: 0;
}

.mb-mainsearch .gmw-keywords-field-wrapper,
.mb-mainsearch .address-locator-wrapper,
.mb-mainsearch #stockist_type-taxonomy-wrapper,
.mb-mainsearch #region-taxonomy-wrapper,
.mb-mainsearch .distance-wrapper,
.mb-mainsearch .gmw-submit-field-wrapper {
	width: 50%;
}

.wp-block-gallery.columns-2 li {
	width: 100%;
}

.author-share-ctn .share-article {
	float: left;
}

.author-share-ctn .author {
	float: left;
	display: block;
	width: 100%;
}

.timeline .milestone .details {
	padding-left: 35%;
}

.post-list.v2 .post {
	width: 100%;
	margin-right: 0;
}

.pad1 {
	padding: 50px 0;
}

.padb1 {
	padding: 0 0 50px;
}

.padt1 {
	padding: 50px 0 0;
}

.title-ctn.st1,
.title-ctn.st2 {
	margin: auto auto 25px;
}

#age-cookies .btn-ctn {
	width: 100%;
	padding: 5px;
}

}

@media only screen and (max-height: 460px) {

#age-cookies .content {
	height: 100%;
	padding: 30px 20px 35px;
}

#age-cookies .title {
	font-size: 1.5rem;
}

#age-cookies .buttons {
	margin-top: 15px;
}

}

@media only screen and (max-height: 600px) {

header {
	height: 58px;
}

#container {
	padding-top: 58px;
}

header #branding img {
	height: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
}

header nav li > a {
	line-height: 58px;
}

nav .search-button {
	margin: 18px 0 0 15px;
}

#searchsite {
	margin-top: 14px;
}

header nav ul > li.arrow > a:after {
	margin-top: 16px;
}

header nav ul > li.arrow > a:hover:after {
	margin-top: 20px;
}

.toggle-nav {
	top: 20px;
}

#sidemenu {
	padding: 75px 15px 15px;
}

body.home header nav ul > li.arrow > a:after {
	bottom: 17px;
}

body.home header nav ul > li.arrow > a:hover:after {
	bottom: 20px;
}

}

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

body.nav-open #sidemenu {
	width: 100%;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

.mb-mainsearch .gmw-keywords-field-wrapper,
.mb-mainsearch .address-locator-wrapper,
.mb-mainsearch #stockist_type-taxonomy-wrapper,
.mb-mainsearch #region-taxonomy-wrapper,
.mb-mainsearch .distance-wrapper,
.mb-mainsearch .gmw-submit-field-wrapper {
	width: 100%;
}

.product-range.owl-carousel .block {
	padding: 0 50px;
}

}

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

.lang_dropdown {
	margin-right: 15px;
}

}

@media (orientation: portrait) and (max-width: 767px) {

.fullscreen-bg__video.mobile {
	display: block;
}

.fullscreen-bg__video.desktop {
	display: none;
}

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */


@media print {
	
}