/*
Theme Name: Orchard
Theme URI: http://underscores.me/
Author: BOOM Interactive
Author URI: http://www.boominteractive.co.uk
Description: Custom theme for Orchard Thieves
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orchard
Tags:

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

orchard is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Header/Footer
5.0 Forms
6.0 Navigation
	6.1 Links
	6.2 Menus
7.0 Accessibility
8.0 Alignments
9.0 Clearings
10.0 Widgets
11.0 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
12.0 Infinite scroll
13.0 Media
	13.1 Captions
	13.2 Galleries
--------------------------------------------------------------*/
@font-face{
	font-family: "BrandonGrotW01-Light";
	src: url("fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
	src: url("fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"),
		url("fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"),
		url("fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"),
		url("fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"),
		url("fonts/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg#47f089a6-c8ce-46fa-b98f-03b8c0619d8a") format("svg");
}
@font-face{
	font-family: "BrandonGrotW01-Regular";
	src: url("fonts/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix");
	src: url("fonts/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix") format("eot"),
		url("fonts/1e5fc8fa-a98c-4613-a08e-c6c975759a80.woff2") format("woff2"),
		url("fonts/6b45f9ca-22b4-48ca-962f-6ff1fa7fc196.woff") format("woff"),
		url("fonts/7fdcfbf6-62ea-4d31-935f-cac99a996c73.ttf") format("truetype"),
		url("fonts/80f420d4-9e57-4016-b805-01b95b2e08f3.svg#80f420d4-9e57-4016-b805-01b95b2e08f3") format("svg");
}
@font-face{
	font-family: "BrandonGrotW01-Medium";
	src: url("fonts/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix");
	src: url("fonts/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix") format("eot"),
		url("fonts/50ca6f6f-b64d-4af0-9b30-526cf363d87e.woff2") format("woff2"),
		url("fonts/050c2cbf-b818-4b8e-b6d2-71b70478bd9d.woff") format("woff"),
		url("fonts/7da41ce3-b3fd-4fca-a85f-4f3099884c15.ttf") format("truetype"),
		url("fonts/37c88f3d-9532-4547-9e11-7cca7f66048c.svg#37c88f3d-9532-4547-9e11-7cca7f66048c") format("svg");
}
@font-face {
	font-family: 'HeadlineOne';
    src: url('fonts/HeadlOneHPLHS.eot');
    src: url('fonts/HeadlOneHPLHS.eot?#iefix') format('embedded-opentype'),
         url('fonts/HeadlOneHPLHS.woff2') format('woff2'),
         url('fonts/HeadlOneHPLHS.woff') format('woff'),
         url('fonts/HeadlOneHPLHS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?dltcim');
	src:url('fonts/icomoon.eot?dltcim#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff?dltcim') format('woff'),
		url('fonts/icomoon.ttf?dltcim') format('truetype'),
		url('fonts/icomoon.svg?dltcim#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: 'BrandonGrotW01-Regular', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-family: 'BrandonGrotW01-Medium';
	font-weight: 500;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
	color: #312f2c;
	font-size: 20px;
	line-height: 1.5;
}

input,
select,
textarea {
	color: #312f2c;
	font-size: 20px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'HeadlineOne';
	font-weight: normal;
	color: #34322e;
	letter-spacing: 1px;
	margin: 0;
}
h1,
h2,
h3 {
	font-size: 35px;
	line-height: 1.3;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

p.alignLeft { text-align: left; }

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

blockquote {
	margin: 0 1em;
}

address {
	margin: 0 0 1em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

br.taller {
  line-height: 1.75;
  clear: both;
}

hr {
	background-color: #d1d0bc;
	background-color: rgba(49,47,44,.2);
	border: 0;
	height: 2px;
	margin: 10px 0;
}

ul,
ol {
	margin: 0 0 20px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/* Icomoon icons */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-check:before {
  content: "\e611";
}
.icon-clock:before {
  content: "\e610";
}
.icon-location:before {
  content: "\e60e";
}
.icon-blocked:before {
  content: "\e60f";
}
.icon-arrow-up:before {
  content: "\e60b";
}
.icon-play:before {
  content: "\e60c";
}
.icon-pin:before {
  content: "\e609";
}
.icon-locked:before {
  content: "\e605";
}
.icon-off-licence:before {
  content: "\e606";
}
.icon-mobile:before {
  content: "\e607";
}
.icon-pub:before {
  content: "\e608";
}
.icon-menu-close:before {
  content: "\e603";
}
.icon-menu-open:before {
  content: "\e604";
}
.icon-twitter:before {
  content: "\e600";
}
.icon-fb-button:before {
  content: "\e60d";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e602";
}
.icon-chevron-down:before {
  content: "\e60a";
}

/*--------------------------------------------------------------
4.0 Header/Footer
--------------------------------------------------------------*/
#masthead {
	position: relative;
	background: #f6f5dd url(images/bg-wood.jpg) no-repeat center top;
	background-size: 960px auto;
	height: 72px;
}
#masthead:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #000 url(images/strip-menu-mobile.png) repeat-x;
  background-size: auto 10px;
}

#masthead .site-branding {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 10px;
	margin-left: -24px;
	width: 48px;
	height: 41px;
}
#masthead .site-branding .site-logo img {
	width: 100%;
	height: auto;
}

#colophon {
	background-color: #222222;
	color: #fff;
	text-align: center;
}
#colophon .bg {
	background: url(images/footer-bg-mobile.jpg) no-repeat center 94%;
	background-size: cover;
}

#colophon .bg .footer-no-content {
	padding-top: 50%;
}

#colophon .bg .footer-content {
	padding: 30px 0 38%;
	color: #f9f8e0;
}
#colophon .bg .footer-content h3 {
	font-size: 28px;
	color: #f9f8e0;
}
#colophon .bg .footer-content h3.dark {
  letter-spacing: 10px;
	color: #2a2a2a;
}
#colophon .bg .footer-content .fox-masked {
	display: none;
}

#colophon .social-icons a {
	display: inline-block;
	margin: 0 3px 25px;
	font-size: 25px;
	color: #4c4c4c;
	text-decoration: none;
}
#colophon .site-info {
	font-family: 'BrandonGrotW01-Medium';
	font-size: 15px;
	line-height: 1;
	margin-bottom: 20px;
}

.menu-footer-container {
  display: inline-block;
}
.menu-footer-container ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.menu-footer-container ul li {
	margin: 0 7px;
	display: inline-block;
}
.menu-footer-container ul li a {
	font-family: 'HeadlineOne';
	font-weight: 400;
	letter-spacing: .5px;
	color: #4c4c4c;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-footer-container ul li a:hover {
	text-decoration: underline;
}

#colophon .site-info a.drink-aware {
	display: block;
	text-decoration: none;
}
#colophon .site-info a.drink-aware > img {
  vertical-align: top;
  height: 28px;
  width: auto;
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 2px solid #312f2c;
	background-color: transparent;
	font-family: 'HeadlineOne';
	font-size: 25px;
	line-height: 1.5;
    letter-spacing: 1px;
	color: #312f2c;
	text-transform: uppercase;
	padding: 5px 15px;
	min-width: 140px;
}

button.cream {
	color: #f9f8e0;
	border-color: #f9f8e0;
}
button.green {
	color: #1c5631;
	border-color: #1c5631;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #312f2c;
	background-color: #f9f8e0;
	height: 50px;
	padding: 0 12px;
	color: #312f2c;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {}

textarea {
	width: 100%;
}

select {
	height: 50px;
	padding: 0 0 0 12px;
	background-color: #e1d7c7;
	border: 1px solid #a9a9a9;
}

.field-wrapper {
	margin: 0 auto 25px;
}
.field-wrapper.checkbox {
	text-align: left;
}

.field-wrapper.checkbox input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.field-wrapper.checkbox input + span {
	padding-left: 20px;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	font-size: 18px;
}

form .message,
.remodal .message {
	margin-bottom: 15px;
}
form .message.error,
.remodal .message.error {
	color: #c2002f;
}

.remodal .step .step-section {
	position: relative;
}


.remodal .step i.leftIcon {
	position: absolute;
	width: 1.75em;
	top: 0.25em; left: 0;
}

.remodal .step h3 {
	font-size: 1.65em;
}

.remodal .step p {
	line-height: 1.4em;
	font-size: 0.95em;
}

.remodal .step p.leftIconText {
	margin-left: 2.2em;
}

.field-error {
	margin-top: 5px;
	font-size: 16px;
	color: #c2002f;
}
.field-wrapper.checkbox .field-error {
	text-align: center;
}

.field-wrapper.error input,
.field-wrapper.error select,
.field-wrapper.error textarea,
input.error,
select.error,
textarea.error {
	border-color: #c2002f;
}

.field-wrapper.error select.selected {
  border-color: #a9a9a9;
}


/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a,
a:visited,
a:focus,
a:active {
	color: #47a50e;
}

a:hover {
	color: #47a50e;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation.toggled {
	background: #f6f5dd url(images/bg-wood.jpg) no-repeat center top;
	background-size: 960px;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	padding-top: 122px;
}
.main-navigation.toggled:before {
	content: '';
	background: url(images/menu-logo-mobile@2x.png) no-repeat;
	background-size: 92px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -46px;
	width: 92px;
	height: 80px;
}

.menu-toggle {
	float: right;
	min-width: 0;
	width: 65px;
	height: 53px;
	margin: 5px 0;
	padding: 0;
	background: none;
	border: none;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 28px;
	line-height: 1;
	color: #000;
}
.main-navigation.toggled .menu-toggle {
	margin-top: -117px;
}
.main-navigation.toggled .menu-toggle:before {
	content: '\e603';
	color: #000;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.main-navigation.toggled ul {
	display: block;
	position: relative;
}

.main-navigation li {
	position: relative;
	display: block;
	background-color: #f6f5dd;
	border-bottom: 2px solid #312f2b;
	font-family: 'HeadlineOne';
	font-weight: normal;
	font-size: 30px;
	line-height: 2.5;
	letter-spacing: 1px;
}
.main-navigation li:first-child {
	border-top: 2px solid #312f2b;
}
.main-navigation li.current_page_item {
	background-color: #e5e1d6;
}

.main-navigation li a {
	display: block;
	padding: 0 25px;
	color: #3f3f3f;
	text-decoration: none;
}
.main-navigation li a:hover {

}
.main-navigation li.current_page_item a {

}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

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

.main-navigation ul ul a:hover {
}

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

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

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

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

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

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

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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. */
}

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

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

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

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

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

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/

a.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 10px;
	font-family: 'HeadlineOne';
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #312f2c;
	text-decoration: none;
	cursor: pointer;
}
a.button > span {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #312f2c;
}
a.button.arrow > span {
	padding: 5px 10px 5px 15px;
}
a.button.arrow > span:after {
	content: "\e602";
	font-family: 'icomoon';
	font-size: 21px;
	margin-left: 10px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.button.cream {
	color: #f9f8e0;
}

a.button.regular.fixed {
	border: 4px solid #000;
	margin-left: 10px;
}

a.button.cream > span {
	border-color: #f9f8e0;
}

a.button.regular.fixed > span {
	border: none;
}

a.button.cream.inverted {
	background-color: #302f2b;
}
a.button.cream.inverted > span {
	border-color: #302f2b;
}

a.button.green {
	color: #1c5631;
}
a.button.green > span {
	border-color: #1c5631;
}

a.button.gray {
	color: #696969;
}
a.button.gray > span {
	border-color: #696969;
}

a.button.whatsapp {
  border-radius: 6px;
  overflow: hidden;
  background-color: #26d367;
  color: #fff;
}
a.button.whatsapp > span {
  border-color: #26d367;
  padding-top: 0;
  padding-bottom: 0;
}
a.button.whatsapp > span > img {
  height: 47px;
  width: auto;
}

body.dot-page a.button {
  width: 100%;
  max-width: 280px;
}

body.dot-page a.button.fixed {
	width: 130px;
}

body.dot-page a.button.social {
  width: 65px;
  height: 55px;
  max-width: none;
  margin: 0 15px;
}
body.dot-page a.button.social > span {
  padding: 0;
  font-size: 40px;
  line-height: 51px;
}

/* Fluid videos */
.fluid-video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Page Builder */
.panel-grid-cell {
	min-height: 0;
}
.panel-grid-cell .so-panel .widget-title {
	padding: 20px 15px 10px;
}

.so-panel.widget_text {
	text-align: center;
}
.so-panel.widget_text .textwidget {
	padding: 0 15px 35px;
}
.so-panel.widget_text .textwidget p:last-child {
	margin-bottom: 0;
}

.so-panel.widget_boom-image {
	overflow: hidden;
}
.so-panel.widget_boom-image img {
	max-width: none;
	margin-left: -30%;
	width: 160%;
	height: auto;
}

.parallax-wrapper {
	position: relative;
	height: 175px;
}
.parallax-wrapper .parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*.parallax:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/parallax/parallax-mask.png);
	background-size: 100% 100%;
}*/
.parallax-wrapper .parallax img {
	display: block;
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.wood-bg.panel-widget-style {
	background: url(images/bg-wood.jpg) no-repeat center bottom;
	background-size: cover;
}
.wood-black-bg.panel-widget-style {
	background: #000 url(images/bg-wood-black.jpg) no-repeat center top;
	background-size: cover;
}

canvas.fox-masked {
	max-width: 100%;
	height: auto;
	background: url(images/fox-shadow-glow.png) no-repeat center bottom;
	background-size: contain;
}
img.fox-masked,
canvas.fox-masked {
	vertical-align: bottom;
}

/* Extra side padding on mobile for few titles */
.panel-row-style-ourstory .panel-grid-cell .so-panel .widget-title,
.panel-row-style-ourname .panel-grid-cell .so-panel .widget-title,
.panel-row-style-stealapplespint .panel-grid-cell .so-panel .widget-title {
	  padding: 20px 40px 10px;
}

/* Fox masked - people */
.panel-row-style-foxmask .so-panel.widget_text .textwidget {
	padding: 0;
}
/* Our Story panel */
.panel-row-style-ourstory {
	position: relative;
}
.panel-row-style-ourstory .textwidget a.button:before {
	content: '';
	pointer-events: none;
	background: url(images/btn-apple.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: -55px;
	width: 72px;
	height: 55px;
}
/* Play Video panel */
.panel-row-style-home-video-poster img {
	cursor: pointer;
}
/* Steal a Pint panel */
.panel-row-style-stealapint {
	overflow: hidden;
}
.panel-row-style-stealapint .textwidget a.button > span,
a.button.dot > span {
	background-color: #f9f8e0;
}
/* Apple Taste panel */
.panel-row-style-appletaste  .so-panel.widget_text .textwidget {
	padding-bottom: 25px;
}
.panel-row-style-appletaste #products {
	position: relative;
	margin: 0 -15px;
}
.panel-row-style-appletaste  #products:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 115px;
	background: url(images/apple-leaves-left-mobile@2x.png) no-repeat;
	background-size: 50px; 
}
.panel-row-style-appletaste  #products:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 50px;
	height: 126px;
	background: url(images/apple-leaves-right-mobile@2x.png) no-repeat;
	background-size: 50px;
}
.panel-row-style-appletaste img.products-image {
	max-width: 190px;
}
/* Fox masked - cider */
.panel-row-style-foxmaskblack .so-panel.widget_text .textwidget {
	padding: 0;
}

/* Nearest Pint panel */
.home .panel-row-style-nearestpint {
	display: none;
}
.panel-row-style-nearestpint .textwidget a.button > span {
	background-color: #f9f8e0;
}
.panel-row-style-nearestpint .textwidget p {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.panel-row-style-nearestpint .textwidget p.comingsoon {
	font-family: 'BrandonGrotW01-Medium';
	margin-top: 25px;
}
.panel-row-style-nearestpint .textwidget .map-pints {
	background: url(images/pint-map.png) no-repeat center top;
	margin: 0 -15px;
	height: 140px;
}

/* Video Bg */
.panel-row-style-videobg {
	display: block;
}
.video-bg-wrapper {
	width: 100%;
	height: 200px;
	background-position: center top;
	background-size: cover;
}
.video-bg {
	position: relative;
	height: 100%;
}
.video-bg:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/video-mask.png) no-repeat center bottom;
	background-size: 100%;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.mb_YTPlayer {
	display: block;
	transform: translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	animation-timing-function: linear;
	box-sizing: border-box;
}
.mb_YTPlayer :focus {
	outline: 0;
}

/* Video Pint */
#video-pint {
	margin: 0 -15px;
}
#video-pint video {
	visibility: hidden;
	background-color: #f9f8e0;
	max-width: 360px;
	width: 100%;
	height: auto;
}

/* Our Name */
.panel-row-style-ourname .panel-grid-cell .widget-title {
	margin-top: 20px;
}
.panel-row-style-ourname  .so-panel.widget_text .textwidget {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.panel-row-style-ourname  .textwidget:before {
	content: '';
	position: absolute;
	bottom: -50px;
	left: -10px;
	width: 50px;
	height: 115px;
	background: url(images/apple-leaves-left-mobile@2x.png) no-repeat;
	background-size: 50px; 
}
.panel-row-style-ourname  .textwidget:after {
	content: '';
	position: absolute;
	bottom: -50px;
	right: -10px;
	width: 50px;
	height: 126px;
	background: url(images/apple-leaves-right-mobile@2x.png) no-repeat;
	background-size: 50px;
}
.panel-row-style-ourname .so-panel.widget_text {
	position: relative;
}
.panel-row-style-ourname .so-panel.widget_text:before {
	content: '';
	width: 153px;
	height: 175px;
	background: url(images/pint-apple-mobile@2x.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -76px;
}
/* Steal Apples Pint */
.panel-row-style-stealapplespint  .so-panel {
	background: url(images/bg-pint.jpg) no-repeat center bottom;
	background-size: 640px;
  padding-bottom: 240px;
}
.panel-row-style-stealapplespint:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: url(images/strip-rusty.jpg) repeat-x;
	background-size: auto 10px;
}

.panel-row-style-stealapplespint.no-bg  .so-panel {
	background: none;
	padding-bottom: 0;
}
.panel-row-style-stealapplespint.no-bg .so-panel.widget_text .textwidget {
	padding-bottom: 0;
	margin-bottom: -1px;
}

/* Cider Making Process */
.panel-row-style-howitsmade .widget_text {
	background: url(images/bg-wood.jpg) no-repeat center bottom;
	background-size: cover;
}
.panel-row-style-howitsmade .textwidget a.button:before {
	content: '';
	pointer-events: none;
	background: url(images/btn-apple.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: -55px;
	width: 74px;
	height: 55px;
}
.panel-row-style-howitsmade #cider-making-process .separator.apple {
	background: url(images/separator_apple.png) no-repeat center top;
	background-size: auto 100%;
	height: 66px;
	margin: 5px 0 15px;
}
.panel-row-style-howitsmade #cider-making-process .separator.fox {
	background: url(images/separator_fox.png) no-repeat center top;
	background-size: auto 100%;
	height: 20px;
	margin: 30px 0 20px;
}
.panel-row-style-howitsmade #cider-making-process .small {
	font-size: 14px;
}
.panel-row-style-howitsmade:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: url(images/strip-rusty.jpg) repeat-x;
	background-size: auto 10px;
}
.panel-row-style-howitsmade #cider-making-process {
	display: none;
}
.panel-row-style-howitsmade #cider-making-process.expanded {
	display: block;
}


/* Home */
.page-id-2 .entry-header {
	display: none;
}

/* Our Story */
.page-id-6 .entry-header {
  display: none;
}

/* Where to buy */
.page-id-13 .entry-header {
	display: none;
}
.page-id-13 .footer-content > * {
	display: none;
}

/* Outlet locator */
#outlet-locator {
	background-color: #fff;
}
#outlet-locator .tab {
	float: left;
	width: 50%;
	background-color: #e5e1d6;
	font-family: 'HeadlineOne';
	font-size: 25px;
	line-height: 50px;
	color: #34322e;
	text-align: center;
	text-decoration: none;
}
#outlet-locator .tab.active {
	background-color: #fff;
}
#outlet-locator .tab.active span,
#outlet-locator .tab:hover span {
	border-bottom: 1px solid #34322e;
}
#outlet-locator .tab,
#outlet-locator .pane {
	display: none;
}
#outlet-locator .pane.active {
	display: block;
}

#outlet-locator .counties-list,
#outlet-locator #pane-distance .spacer {
	background-color: #f9f8e0;
	border-bottom: 2px solid #34322e;
	font-size: 16px;
	text-transform: uppercase;
	min-height: 60px;
}
#outlet-locator .counties-list .county-selected {
	padding: 8px 15px;
	text-align: left;
}
#outlet-locator .counties-list .county-selected .county-name {
	display: none;
}
#outlet-locator .counties-list .select-wrapper {
	position: relative;
	display: inline-block;
}
#outlet-locator .counties-list select.counties {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	box-shadow: none;
	padding: 0 0 0 6px;
	min-width: 180px;
	height: 44px;
	font-size: 16px;
	text-transform: uppercase;
}
#outlet-locator .counties-list .select-wrapper .icon-chevron-down {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 44px;
	background: #f9f8e0;
	pointer-events: none;
	text-align: center;
	line-height: 44px;
}
#outlet-locator .counties-list ul.counties {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#outlet-locator .counties-list ul.counties li {
	cursor: pointer;
}
#outlet-locator .outlets-list .loading,
#outlet-locator .outlets-list .empty {
	padding: 30px 15px;
	font-size: 18px;
	text-align: center;
}
#outlet-locator .outlets-list .outlet {
	position: relative;
	border-top: 1px solid #eee;
	padding: 12px 110px 12px 50px;
	text-align: left;
	cursor: pointer;
}
#outlet-locator .outlets-list .outlet:first-child {
	border-top: none;
}
#outlet-locator .outlets-list .outlet:before,
#outlet-locator .outlets-list .outlet a.link:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#outlet-locator .outlets-list .outlet:before {
	content: '\e609';
	font-size: 24px;
	color: #666;
	position: absolute;
	top: 18px;
	left: 12px;
}
#outlet-locator .outlets-list .outlet .name {
	font-family: 'BrandonGrotW01-Medium';
	font-size: 14px;
	text-transform: uppercase;
}
#outlet-locator .outlets-list .outlet .address {
	font-size: 13px;
}
#outlet-locator .outlets-list .outlet .distance {
	font-size: 13px;
	color: #828282;
}
#outlet-locator .outlets-list .outlet .icon {
	position: absolute;
	top: 0;
	right: 52px;
	width: 60px;
	height: 100%;
}
#outlet-locator .outlets-list .outlet .icon:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -16px;
	font-size: 32px;
	color: #a09f9d;
	text-align: center;
}
#outlet-locator .outlets-list .outlet a.link {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: #a09f9d;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
}
#outlet-locator .outlets-list .outlet a.link:before {
	font-size: 11px;
  line-height: 24px;
	color: #fff;
	vertical-align: middle;
}

#outlet-locator .outlets-list .outlet.pub {}
#outlet-locator .outlets-list .outlet.off-licence {}

/* Gmaps */
#outlet-gmap {
	width: 100%; 
	height: 350px;
}
#outlet-gmap img {
  max-width: none;
}

/* Invite the Thieves */

#dot.invite-the-thieves #dot-hero {
	background: #121212 url(images/invite-the-thieves/header-mob.jpg) no-repeat center;
}
	#dot.invite-the-thieves #dot-hero .logo-dot {
	    width: 220px;
	}

	#dot.invite-the-thieves.withbackground .image-box {
		height: 140px;
	}

	@media only screen and (min-width:640px){
		#dot.invite-the-thieves #dot-hero {
			background: #121212 url(images/invite-the-thieves/header.jpg) no-repeat center;
		}

		#dot.invite-the-thieves #dot-hero .logo-dot {
		    width: auto;
		}

		#dot.invite-the-thieves.withbackground .image-box {
		    height: 240px;
		    padding-top: 4em;
		}
	}

	@media only screen and (min-width:1700px){
		#dot.invite-the-thieves #dot-hero {
			background-size: cover;
		}
	}

	#dot.invite-the-thieves.withbackground #dot-hero {
		background: none;
	}

#dot.invite-the-thieves.withbackground {
	background: #121212 url(images/invite-the-thieves/header.jpg) no-repeat center top;
	padding-bottom: 3em;
}

	@media only screen and (max-width:640px){
		#dot.invite-the-thieves.withbackground {
			background: #121212 url(images/invite-the-thieves/header-mob.jpg) no-repeat center top;
		}
	}

	@media only screen and (min-width:1700px){
		#dot.invite-the-thieves.withbackground {
			background-size: cover;
		}
	}

#dot.invite-the-thieves .hero-content {
	padding: 0 0 2em;
	color: #f9f8e0;
	max-width: 840px;
	margin: 0 1em;
}

	@media only screen and (min-width:860px){
		#dot.invite-the-thieves .hero-content {
			margin: 0 auto;
		}
	}

#dot.invite-the-thieves .step {
	
}

	#dot.invite-the-thieves .step {
		background: url(images/invite-the-thieves/paint-bg.png) no-repeat center top;
		background-size: 100% 100%;
		position: relative;
		float: left;
		width: 45%;
		padding: 1.5em 1.5em 1em;
		margin-right: 10%;
		margin-bottom: 2em;
		color: #000;
	}
		#dot.invite-the-thieves .step h4 {
			margin-bottom: 0.25em;
			margin-right: 1.75em;
			position: relative;
			display: inline-block;
		}
			#dot.invite-the-thieves .step h4 i {
				position: absolute;
				top: -0.75em;
				right: -3em;
			}
			#dot.invite-the-thieves .step h4 i img {
				width: 2.5em;
			}
		#dot.invite-the-thieves .step p {
			font-size: 0.8em;
			line-height: 1.2em;
		}

	#dot.invite-the-thieves .step:nth-child(even)  {
		margin-right: 0;
	}

	@media only screen and (max-width:640px){
		#dot.invite-the-thieves .step,
		#dot.invite-the-thieves .step:nth-child(even) {
			float: none;
			width: auto;
			margin: 0 0 3em;
		}
	}

	#dot.invite-the-thieves .step .icon-arrow-down {
		margin-bottom: 1em;
		position: absolute;
		bottom: -3.5em;
		left: -1em;
		margin-left: 50%;
		display: none;
	}

	#dot.invite-the-thieves .step .icon-arrow-down img {
		width: 2em;
	}

		@media only screen and (max-width:640px){
			#dot.invite-the-thieves .step .icon-arrow-down {
				display: block;
				float: none;
			}
		}

#dot.invite-the-thieves a.button.creambg {
	background-color: #f9f8e0;
	color: #000;
}

#dot.invite-the-thieves #dot-hero .hero-content a.button.creambg > span {
	border-color: #f9f8e0;
}


#dot.invite-the-thieves .content-box .inner-wrapper {
	max-width: 840px;
}

	@media screen and (min-width: 960px) and (max-width: 1700px) {
		#dot.invite-the-thieves #dot-hero.image-box.parallax.skrollable,
		#dot.invite-the-thieves #dot-hero.content-box.parallax.skrollable {
			background-size: cover;
		}
	}

#dot.invite-the-thieves .content-box h3.mobileSmall { padding-bottom: 0.5em; }

	@media only screen and (max-width:640px){
		#dot.invite-the-thieves .content-box h3.mobileSmall {
			font-size: 20px;
			font-family: 'BrandonGrotW01-Regular', sans-serif;
			padding-bottom: 1em;
		}
	}

#dot.invite-the-thieves .reset {
	max-width: 300px; margin: 0 auto;
}

	@media only screen and (min-width:550px){
		#dot.invite-the-thieves .reset {
			max-width: 500px;
		}
	}

#dot.invite-the-thieves .field-wrapper {
    position: relative;
}

#dot.invite-the-thieves h5 {
	text-align: left;
	margin-bottom: 0.25em;
}

#dot.invite-the-thieves form input[type="text"],
#dot.invite-the-thieves form input[type="number"],
#dot.invite-the-thieves form input[type="email"],
#dot.invite-the-thieves form input[type="password"],
#dot.invite-the-thieves form select,
#dot.invite-the-thieves form textarea {
	display: inline-block;
    width: 100%;
    color: #000;
    border-width: 2px;
}

#dot.invite-the-thieves form input[type="text"].half {
	width: 50%;
	float: left;
}

#dot.invite-the-thieves form input[type="text"].half.left {
	border-right: none;    
}

#dot.invite-the-thieves form textarea {
	height: 150px;
	padding-top: 0.4em;
}

#dot.invite-the-thieves .field-error {
	text-align: left;
}

	@media only screen and (max-width:550px){
		#dot.invite-the-thieves form textarea {
			font-size: 0.8em;
			height: 170px;
		}
	}

#dot.invite-the-thieves .social-icons a {
	color: #000;
	text-decoration: none;
	font-size: 2.5em;
	padding: 0 0.2em;
}
	
	@media only screen and (min-width:550px){
		#dot.invite-the-thieves .social-icons a {
			font-size: 3.5em;
		}
	}

/* Den of Thieves */
#dot {
  position: relative;
	text-align: center;
}
#dot .image-box {
  display: table;
  width: 100%;
  height: 140px;
  background-size: cover;
}
#dot .image-box .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#dot .content-box {
  padding: 30px 20px 10px;
}
#dot .content-box .inner-wrapper {
  position: relative;
	max-width: 280px;
	margin: 0 auto;
}
#dot .content-box h3 {
  margin-bottom: .6em;
  color: #000;
}
#dot .content-box h4 {
  margin-bottom: .5em;
	font-size: 22px;
	color: #000;
}
#dot .content-box p {
	font-family: 'BrandonGrotW01-Regular';
	font-size: 18px;
  color: #000;
}
.content-box p a {
  color: #000;
}
#dot .video-wrapper {
  margin: 5px auto 1em;
  max-width: 920px;  
}

#dot-hero {
	background: url(images/dot/parallax/bg-pint.jpg) no-repeat center;
}
#dot-hero .logo-dot {
  width: 160px;
}

#dot-buttons .link-register {
  background-color: #f9f8e0;
  color: #312f2c;
  margin: 1em 0;
}

#dot-pint {
	background: url(images/dot/parallax/bg-pint2.jpg) no-repeat center;
}

#dot-party {
  background: url(images/dot/parallax/bg-masked-fox.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 960px) and (max-width: 1700px) {
  #dot .image-box.parallax.skrollable,
  #dot .content-box.parallax.skrollable {
    background-size: auto;
  }
}

#bold-gallery {
  position: relative;
  background: url(images/dot/bg-fox-grunge.jpg) no-repeat center;
  background-size: cover;
}
.gallery-wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
}
.gallery-wrapper .thumb {
  float: left;
  width: 50%;
  margin: 0;
  padding: 10px;
}

/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.content-area.textpage {
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 15px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
  overflow-x: hidden;
}

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

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

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

.content-area.textpage .page-content,
.content-area.textpage .entry-content,
.content-area.textpage .entry-summary {
	margin: 30px 0 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}
.entry-footer .edit-link {
  padding: 10px 0;
  display: inline-block;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
14 Cookie Message
--------------------------------------------------------------*/

#accept-cookies-container{
	position: fixed;
	padding: 20px;
	background-color: #ffffff;
	z-index: 1000;
	transition: bottom 1s;
	bottom: -100vh;
}

#accept-cookies-container.show{
	bottom: 0;
}

#accept-cookies-container #close-cookies{
	position: absolute;
	top: 10px;
	right: 10px;
}