/**
 * Global stylesheet
 *
 * package: 	Graham Eyes
 * version: 	1.13
 */
 

/* reset */


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

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

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: transparent url(assets/images/main-bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
	line-height: 2.5rem;
	font-size: 16px;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 120px 5%;
}

.inner-container {
	padding: 40px;
}

.row [class*='col']:first-child { 
	margin: 0; 
}

.col { 
	width: 47.5%;
	margin-left: 5%; 
	float: left;
}

@media screen and (max-width: 1280px) {
	body {
		background-attachment: scroll;
		background-size: unset;
		background: #202020;
	}
}

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

	.container {
		padding: 80px 5%;
	}
	
	.col,
	.col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	.col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 580px) {
	.container {
		padding: 60px 5%;
	}
}


/* animations */

#legal a,
.featherlight-next, 
.featherlight-previous,
.site-logo img,
.button,
.flex-control-paging li a,
.flex-direction-nav a,
#gallery .section-content .col .item .content,
#gallery .item .col .item .content .svg-inline--fa,
#contactus .section-content .item li a,
.main-header,
#site-header .pre-header,
#site-header .col:last-child .item .title a,
#site-header,
#site-header:before,
.tab-content,
.item.instagramfeed img {
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;  
}

#gallery .col .item img,
#gallery .section-content .col .item .content {
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;  
}

nav li a,
.back-to-top:after {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out; 
	transition: 0.1s ease-in-out; 
}


/* fonts */

body,
input,
textarea,
.button,
li,
#privacypolicy .title {
	font-family: 'Montserrat', sans-serif;
}

.title,
.subtitle,
#main-nav li {
	font-family: 'Niconne', cursive;
}

.flex-direction-nav a:before,
.toggler-trigger span i {
	font-family: "FontAwesome";
}


/* typography */

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

h1 {
	font-size: 42px;
	line-height: 2.75rem;
}

h2 {
	font-size: 32px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	color: #333f3f;
	text-decoration: none;
}


/* content */

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

.content {
	position: absolute;
	bottom: 120px;
	right: 120px;
	z-index: 50;
}

.pretitle {
	font-weight: 200;
	font-size: 22px;
}

.title {
    font-size: 36px;
    line-height: 48px;
	font-weight: 100;
}

.subtitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
}

.excerpt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1180px) {
	.title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width: 980px) {
	.title {
		font-size: 36px;
		line-height: 48px;
	}
}


@media screen and (max-width: 768px) {
	.excerpt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}


@media screen and (max-width: 580px) {
	.title {
		font-size: 28px;
		line-height: 38px;
	}
}


/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

small {
	font-size: 11px;
	line-height: 18px;
	display: block;
}

.hidden {
	display: none !important;
}

.wrapper {
	position: relative;
}

.separator {
	max-width: 220px;
	margin: 50px auto 30px;
	height: 50px;
	background: url(assets/images/separator.png) center center no-repeat;
	background-size: contain;
}

.separator.separator-alt {
	max-width: 220px;
	margin: 50px auto 30px;
	height: 50px;
	background: url(assets/images/separator-alt.png) center center no-repeat;
	background-size: contain;
}

.overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.overlay.overlay-light {
	background: rgba(26, 26, 26, 0.5);
}

.overlay.overlay-dark {
	background: rgba(26, 26, 26, 0.9);
}

.image img {
	width: 100%;
}

.colored .title,
.colored .subtitle,
.colored .excerpt p,
.colored .icon:before,
.colored .icon,
.colored .icon .svg-inline--fa,
.colored li,
.colored a {
	color: #EAEAEA;
}

.button {
	display: inline-block;
	text-align: center;
	border: 4px double #EAEAEA;
	cursor: pointer;
}

.button span {
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #EAEAEA;
}

.button:hover {
	background: #EAEAEA;
}

.button:hover span {
	color: #000;
}

.standout {
	font-weight: 700;
}

.slanted {
	font-style: italic;
}

.highlight {
	color: #EAEAEA;
}

@media screen and (max-width: 920px) {
	.button {
		float: none;
	}
}

@media screen and (max-width: 768px) {
	.separator,
	.separator-line {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.button {
		margin-top: 20px;
	}

	.button span {
		padding: 0 10px;
		font-size: 12px;
	}
}


/* main header */

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 215px;
	z-index: 500;
}

#site-header.active {
	height: 120px;
}

#site-header .container {
	padding-top: 0;
	padding-bottom: 0;
}

#site-header .pre-header {
	background: rgba(0,0,0,1);
}

#site-header .pre-header .title {
	color: #EAEAEA;
	padding: 10px 0;
	font-size: 22px;
	line-height: 40px;
}

#site-header.active .pre-header {
	margin-top: -60px;
}

#site-header .main-header {
	background: rgba(0,0,0,0.5);
	padding: 0;
}

#site-header.active .main-header {
	background: rgba(0,0,0,1);
}

#site-header .main-header .col {
	width: 72.5%;
	margin-left: 5%;
}

#site-header .main-header .col:first-child {
	width: 22.5%;
	margin-left: 0;
}

#site-header .main-header .site-logo .image {
	padding: 20px 0;
}

#site-header .main-header .site-logo .image img {
	width: auto;
	max-height:115px;
}

#site-header.active .main-header .site-logo .image img {
	max-height: 80px;
}

@media screen and (max-width: 1380px) {
	#site-header {
		height: 120px;
	}

	#site-header .main-header .site-logo .image img {
		max-height: 80px;
	}

	#site-header .pre-header .col {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#site-header .pre-header .col:first-child {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#site-header .main-header {
		background: rgba(0,0,0,1);
	}

	#site-header .main-header .col {
		margin-top: 0;
		text-align: left;
	}
}

@media screen and (max-width: 380px) {
	#site-header {
		height: 100px;
	}

	#site-header .main-header .site-logo .image img,
	#site-header.active .main-header .site-logo .image img {
		max-height: 60px;
	}
}


/* main menu */

#main-nav ul { 
	text-align: right;
}

#main-nav li {	
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 12px;
}

#main-nav li a { 
	display: block;
	font-size: 21px;
	color: #EAEAEA;
	padding: 57px 0;
}

#main-nav li a span {
	display: inline-block;
	padding: 0;
	position: relative;
}

#main-nav li:hover a {
	border-color: #EAEAEA;
}

#main-nav li:last-child {
	padding-right: 0;
}

#site-header.active #main-nav li a {
	padding: 40px 0;
}

@media screen and (max-width: 1380px) {
	#main-nav ul { 
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
	#main-nav ul {
		padding: 20px 0;
	}

	#main-nav li {
		display: block;
	}

	#site-header.active #main-nav li a,
	#main-nav li a {
		padding: 10px 0;
	}
}

@media screen and (max-width: 580px) {
	#main-nav ul {
		padding: 10px 0;
	}

	#site-header.active #main-nav li a,
	#main-nav li a {
		padding: 5px 0;
	}
}


/* social menu */

#social-nav {
	margin: 0;
	padding: 0;
}

#social-nav ul { 
	list-style-type: none; 
	text-align: right;
}

#social-nav li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

#social-nav li a {
	display: inline-block;
	padding: 10px 13px;
	box-sizing: border-box;
}

#social-nav li a .svg-inline--fa {
	margin-right: 5px;
}

#social-nav li a,
#social-nav li a .svg-inline--fa {
	color: #EAEAEA;
}

#social-nav li:hover a {
	text-shadow: 0 2px 5px #EAEAEA;
}

@media screen and (max-width: 1380px) {
	#social-nav ul {
		text-align: center;
	}

	#social-nav li {
		margin-left: 0;
	}
}

@media screen and (max-width: 680px) {
	#social-nav li {
		font-size: 24px;
	}

	#social-nav li a .svg-inline--fa {
		margin-right: 0;
	}
	
	#social-nav li a span:last-child {
		display: none;
	}
}


/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger .svg-inline--fa {
	display: inline-block;
	width: 40px;
	height: 40px;
    box-sizing: border-box;
	color: #EAEAEA;
}

@media screen and (min-width: 1381px) {
	.slideout {
		display: block !important;
		overflow: visible;
	}
}

@media screen and (max-width: 1380px) {
	.slideout {
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 180px;
		left: 0;
		right: 0;
		display: none;
		overflow: hidden;
	}

	#site-header.active .slideout {
		top: 100px;
		background: rgba(0,0,0,1);
	}

	.trigger {
		display: block;
		float: right;
		padding: 40px 0 25px 33px;
	}
}

@media screen and (max-width: 980px) {
	.slideout {
		background: rgba(0,0,0,0.75);
	}
}

@media screen and (max-width: 380px) {
	.slideout {
		top: 160px;
	}

	.trigger .svg-inline--fa {
		width: 31px;
		height: 31px;
	}
}


/* sections */

section {
	overflow: hidden;
}

#main-content section:first-of-type {
	margin-top: 60px;
}

#main-content.container {
	padding-top: 0;
}

.section-header {
	text-align: center;
}

.section-header .col,
.section-header .col:first-child,
.section-footer .col {
	width: 100%;
}

.section-footer .col {
	text-align: center;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .col .title span {
    z-index: 1;
    position: relative;
}

.section-header .title {
	position: relative;
	display: inline-block;
	font-size: 42px;
	line-height: 54px;
	color: #EAEAEA;
	padding: 40px;	
	text-align: center;
	z-index: 10;
	border: 4px double #EAEAEA;
}

.section-footer.container {
	padding-top: 0;
}

@media screen and (max-width: 1380px) {
	.section-header .title {
		font-size: 36px;
		line-height: 48px;
		padding: 20px;
	}
}

@media screen and (max-width: 980px) {
	#main-content section:first-of-type {
		margin-top: 180px;
	}
}

@media screen and (max-width: 768px) {
	#main-content section:first-of-type {
		margin-top: 180px;
	}
}

@media screen and (max-width: 380px) {
	#main-content section:first-of-type {
		margin-top: 160px;
	}
}


/* section: introduction */

#introduction {
	background: #000;
}

#introduction .col {
	width: 100%;
}

#introduction .title {
    font-size: 54px;
    line-height: 68px;
}

#introduction .main-slider .slide-content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 80px;
	max-width: 720px;
	text-align: center;
	border: 4px double #EAEAEA;
	background: rgba(0,0,0,0.2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

#introduction .threeline-intro {
	line-height: 1.7em;
	padding-top:20px;
}

@media screen and (max-width: 1380px) {
	#introduction .main-slider .slide-content-wrapper {
		padding: 40px;
	}

	#introduction .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 1180px) {
	#introduction .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width: 980px) {
	#introduction .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	#introduction .main-slider .slide-content-wrapper {
		position: relative;
		background: #000;
		max-width: none;
		width: 75%;
		top: auto;
		left: auto;
		width: auto;
		border: 0;
		-webkit-transform: none;
		transform: none;
		box-shadow: none;
	}
	#introduction .threeline-intro {
		font-size: 15px;
	}

	#introduction .title,
	#introduction .subtitle {
		color: #EAEAEA;
	}

	#introduction .main-slider .flex-direction-nav {
		display: none;
	}

	#introduction .slide-content .row,
	#introduction .slide-content .excerpt {
		display: none;
	}

	#introduction .slide-content {
		text-align: center;
	}
}

@media screen and (max-width: 580px) {
	#introduction .main-slider .slide-content {
		padding: 40px;
	}

	#introduction .title {
		font-size: 28px;
		line-height: 38px;
	}

	#introduction .pretitle {
		display: none;
	}

	#introduction .main-slider .col.innercol, #introduction .main-slider .col.innercol:first-child {
		width: 100%;
		margin: 0;
	}

	#introduction .main-slider .col.innercol:first-child {
		margin-top: 40px;
	}
}


/* section: call to action */

#cta .wrapper {
background: #ADA996;
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
}

#cta .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#cta .col {
	width: 25%;
	margin-left: 5%;
}

#cta .col:first-child {
	width: 70%;
	margin-left: 0;
}

#cta .title {
	margin-top: 15px;
    font-size: 42px;
    line-height: 54px;
}

#cta .button {
	border-color: #000;
	float: right;
}

#cta .button a span {
	color: #000;
}

@media screen and (max-width: 1180px) {
	#cta .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 980px) {
	#cta .col {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		text-align: center;
	}

	#cta .col:first-child {
		width: 100%;
	}

	#cta .button {
		display: inline-block;
		float: none;
		margin-top: 40px;
	}

	#cta .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 580px) {
	#cta .title {
		font-size: 28px;
		line-height: 38px;
	}
}


/* section: whatwedo */

#whatwedo .section-content .col {
	width: 30%;
	text-align: center;
}

#whatwedo .section-content .image {
	margin-top: 40px;
	padding: 20px;
	border: 4px double #EAEAEA;
}

@media screen and (max-width: 980px) {
	#whatwedo .section-content .col {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#whatwedo .section-content .col:first-child {
		margin-top: 0;
	}
}


/* section: ready meals */

#readymeals {
	background: rgba(0,0,0,0.5);
}

#readymeals .section-header .excerpt {
	max-width: 720px;
	margin: 80px auto 0;
}

#readymeals .section-content.container {
	padding-top: 80px;
}

#readymeals .section-content ul {
	text-align: center;
}

#readymeals .section-content li {
	padding: 10px;
	overflow: hidden;
}

#readymeals .section-content li:nth-child(odd) {
	background: rgba(0,0,0,0.5);
}

#readymeals .section-content li span {
	display: inline-block;
}

#readymeals .section-header.section-extra.container {
	padding-top: 0;
}

#readymeals .section-header.section-extra .excerpt {
	margin-top: 0;
}

#readymeals .section-content.section-extra .col {
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 980px) {
	#readymeals .section-content .col {
		margin-top: 0;
	}

	#readymeals .section-content .secondary-col.col li:nth-child(odd) {
		background: none;
	}

	#readymeals .section-content .secondary-col.col li:nth-child(even) {
		background: rgba(0,0,0,0.5);
	}
}


/* section: products */

#products .section-header .excerpt {
	max-width: 720px;
	margin: 80px auto 0;
}

#products .section-content.container {
	padding-top: 80px;
}

#products .section-content ul {
	text-align: center;
}

#products .section-content li {
	padding: 10px;
	overflow: hidden;
}

#products .section-content li:nth-child(odd) {
	background: rgba(0,0,0,0.35);
}

#products .section-content li span {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

#products .section-content li span.price {
	float: right;
	text-align: right;
	width: 25%;
}

#products .section-content li span.price > span {
	display: block;
	float: none;
	width: auto;
	text-align: right;
}

#products .section-content .title {
	text-align: center;
}

#products .section-content ul {
	margin-top: 40px;
}

@media screen and (max-width: 1280px) {
	#products .section-content li span,
	#products .section-content li span.price {
		float: none;
		width: 100%;
		text-align: center;
	}

	#products .section-content li span:first-child {
		font-weight: 700;
	}
}


/* section: packages */

#packages {
	background: #ADA996;
	background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
	background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
}

#packages .section-header .title {
	border-color: #000;
	color: #000;
}

#packages .section-content .col {
	width: 100%;
}

#packages .section-content .col .subtitle {
    font-size: 32px;
    line-height: 42px;
	margin: 0 0 40px;
}

#packages .section-content .tab-content .col {
	width: 47.5%;
	text-align: center;
}

#packages #tab-5 .section-content .col {
    width:100% !important;
}

#packages .section-content .tab-content .section-header .col {
	width: 100%;
}

#packages .section-content .tab-content .section-header .title {
	border: 0;
}

#packages .section-content .tab-content .section-footer {
	margin-top: 30px;
}

#packages .section-content .tab-content .col .item {
	margin-top: 40px;
	background: #e0e0e0;
	padding: 40px;
}

#packages .section-content .tab-content .col .item:first-child {
	margin-top: 0;
}

#packages .section-content .tab-content .section-footer .col {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	float: none;
}

#packages .tab-content .image {
	background: #e0e0e0;
	padding: 20px;
	margin-top: 20px;
}

#packages .tab-content .image:first-of-type {
	margin-top: 0;
}

#packages .tab-content .title {
    font-size: 36px;
    line-height: 48px;
}

#packages .tab-content li {
	padding: 20px 20px;
	line-height: 34px;
}

#packages .tab-content li:nth-child(odd) {
	background: #e0e0e0;
}

#packages .tab-content li span {
	display: block;
}

#packages .tab-content .item.hog-package li {
	padding: 10px 20px;
}

#packages .tab-content .item.hog-package li:nth-child(odd) {
	background: none;
}

#packages .tab-content .item.hog-package li .standout {
	display: inline-block;
	padding: 20px;
	border: 4px double #000;
	margin-top: 20px;
}

#packages #tab-4.tab-content .section-content .image.hog-img-1 {
	margin-bottom: 60px;
}

#packages #tab-4.tab-content .section-content .image.hog-img-2,
#packages #tab-6.tab-content .section-content .image.buffet-img-3 {
	margin-top: 40px;
}

#packages .tab-content .item.bbq-package li,
#packages .tab-content .item.buffet-package li {
	padding: 10px 20px;
}

#packages .tab-content .item.bbq-package li:nth-child(odd) {
	background: none;
}

#packages .tab-content .item.bbq-package li .standout {
	display: inline-block;
	padding: 20px;
	border: 4px double #000;
	margin-top: 20px;
}

#packages #tab-5.tab-content .section-content .image.bbq-img-1 {
	margin-bottom: 60px;
}

#packages #tab-5.tab-content .section-content .image.bbq-img-2,
#packages #tab-5.tab-content .section-content .image.bbq-img-3,
#packages #tab-5.tab-content .section-content .image.bbq-img-4 {
	margin-top: 40px;
}

#packages #tab-6.tab-content .section-content p .pricing {
	display: inline-block;
	padding: 20px;
	border: 4px double #000;
	margin-top: 20px;
}

#packages .section-content.bbq-packages .col {
	width: 30%;
}

@media screen and (max-width: 1180px) {
	#packages .section-content .tab-content .col {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	#packages .section-content .tab-content .section-header .col,
	#packages .section-content .tab-content .section-content .col:first-child {
		margin-top: 0;
	}
}



/* BBQ Packs */

#bbqpacks {
	background: #fff;
}

#bbqpacks .section-header .title {
	border-color: #000;
	color: #000;
}

#bbqpacks .section-content figure {
	padding: 20px;
	background: #e0e0e0;
}

#bbqpacks .section-content .item {
	margin-top: 40px;
}

#bbqpacks .section-content .item:first-of-type {
	margin-top: 0;
}

#bbqpacks .section-content ul {
	margin-top: 20px;
}

#bbqpacks .section-content .col:first-child .excerpt {
	text-align: right;
}

@media screen and (max-width: 980px) {
	#bbqpacks .section-content .col:first-child .excerpt {
		text-align: center;
	}

	#bbqpacks .section-content figure {
		max-width: 400px;
		margin: 0 auto;
	}
}


/* Vacancies */

#vacancies {
	background: #fff;
}

#vacancies .section-header .title {
	border-color: #000;
	color: #000;
}

#vacancies .section-content figure {
	padding: 20px;
	background: #e0e0e0;
}

#vacancies .button {
	color: #000;
	border-color: #000;
	padding:20px;
	margin-top:40px;
	box-sizing: border-box;
}

#vacancies .excerpt {
	margin-top:20px;
}

@media screen and (max-width: 980px) {
	#bbqpvacanciesacks .section-content .col:first-child .excerpt {
		text-align: center;
	}

	#vacancies .section-content figure {
		max-width: 400px;
		margin: 0 auto;
	}
}

@media screen and (max-width:480px) {
	#vacancies .button {
		padding:15px;
		font-size:14px;
	}
}


/* Meat for the Week */

#meatweek {
	background: #ADA996;
	background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
	background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
}

#meatweek .section-header .title {
	border-color: #000;
	color: #000;
}

#meatweek .section-content .sub-title {
	text-align: right;
}

#meatweek .section-content .excerpt {
	text-align: right;
}

#meatweek .section-content figure {
	padding: 20px;
	background: #fff;
}

@media screen and (max-width: 980px) {
	#meatweek .section-content .sub-title,
	#meatweek .section-content .excerpt {
		text-align: center;
	}
}




/* tabs */

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul.tabs li {
	background: none;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current {
	border: 4px double #000;
}

.tab-content {
	display: none;
	background: #f0f0f0;
	padding: 5%;
	opacity: 0;
	margin-top: 40px;
}

.tab-content.current {
	display: inherit;
	opacity: 1;
}

@media screen and (max-width: 1180px) {
	ul.tabs {
		display: block;
		float: left;
		width: 20%;
		padding: 2.5%;
		background:  #f0f0f0;
	}

	ul.tabs li {
		display: block;
		padding: 10px;
		line-height: 26px;
		margin-top: 10px;
	}

	ul.tabs li:first-child {
		margin-top: 0;
	}

	.tab-content {
		margin-top: 0;
		float:  left;
		margin-left: 5%;
		width: 60%;
	}
}

@media screen and (max-width: 920px) {
	ul.tabs {
		width: 95%;
		padding: 2.5%;
	}

	.tab-content {
		margin-top: 40px;
		margin-left: 0;
		width: 90%;
	}
}


/* section: gallery */

#gallery .flexslider .slides > li {
	max-height: none;
}

#gallery .flexslider .slides img {
	height: auto;
}

#gallery .section-content .col {
	width: 100%;
	margin-left: 0;
}

#gallery .section-content .gallery-slider .col {
	width: 47.5%;
	margin-left: 5%;
}

#gallery .section-content .gallery-slider .col:first-child {
	margin-left: 0;
}

#gallery .item {
	position: relative;
}

#gallery .content {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	text-align: center;
	color: #EAEAEA;
	background: rgba(0,0,0,0.5);
	border: 4px double #EAEAEA;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#gallery .section-content .item .image {
	padding: 20px;
	border: 4px double #EAEAEA;
}

#gallery .content .svg-inline--fa {
	width: 18px;
	height: 79px;
	line-height: 88px;
}

#gallery .item .col .item:hover .content {
	background: #EAEAEA;
}

#gallery .item .col .item:hover .content .svg-inline--fa {
	color: #000;
}

@media screen and (max-width: 1630px) {
	#gallery .flex-direction-nav {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#gallery .col,
	#gallery .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#gallery .content {
		height: 60px;
		width: 60px;
	}

	#gallery .content .fa {
		font-size: 26px;
		line-height: 60px;
	}

	#gallery .section-content .item .image {
		padding: 0;
	}

	#gallery .content .svg-inline--fa {
		height: 61px;
	}
}

@media screen and (max-width: 680px) {
	#gallery .section-content .col {
		width: 100%;
		margin-left: 0;
	}

	#gallery .section-content .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 580px) {
	#gallery .section-content .gallery-slider .col {
		width: 100%;
		margin: 30px 0 0 0;
	}

	#gallery .section-content .gallery-slider .col:first-child {
		margin-left: 0;
	}
}


/* section butchery course */

#course {
	background: rgba(0,0,0,0.5);
}

#course .title {
	font-size: 42px;
	line-height: 54px;
}

#course .item {
	position: relative;
	padding: 40px;
	background: rgba(0,0,0,0.5);
}

#course .section-content .col {
	width: 60%;
	margin-left: 5%;
}

#course .section-content .col:first-child {
	width: 35%;
	margin: 0;
}

#course .section-content-initial.container {
	padding-bottom: 0;
}

#course .section-content-initial .col:nth-child(2) .item {
	padding: 40px;
}

#course .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

#course .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#course .section-content-more.container {
	padding-top: 40px;
}

#course .section-content-more .col {
	width: 47.5%;
}

#course .section-content-more .col:first-child {
	width: 47.5%;
}

#course .section-content-more .col li {
	padding: 10px;
    overflow: hidden;
}

#course .section-content-more .col li:nth-child(odd) {
	    background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 1080px) {
	#course .section-content .col,
	#course .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#course .section-content .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {
	#course .section-content-initial .col:nth-child(2) .item.youtube-video {
		padding: 0;
	}
}


/* section: our stores */

#stores {
	background: #000;
}

#stores .svg-inline--fa {
	margin-right:5px;
}

#stores .section-content.container {
	padding-bottom: 40px;
}

#stores .section-content .col {
	width: 24.2%;
    margin-left: 1%;
	margin-bottom: 10px;
}

#stores .section-content .col:nth-child(5) {
    margin-left: 0;
}

#stores .section-content .col:first-child {
	margin-left: 0;
}

#stores .section-content .item {
	text-align: center;
	cursor: pointer;
}

#stores .section-content .item .title {
	display: block;
    font-size: 20px;
    line-height: 38px;
    padding: 10px;
    border: 4px double #EAEAEA;
}

#stores .section-content .item.active .title {
	background: #fff;
	color: #000;
	border-color: #000;
}

#stores .section-footer.container {
	padding-top: 0;
}

#stores .section-footer .col {
	width: 100%;
	margin: 0;
	text-align: left;
}

#stores .section-footer .item {
	display: none;
	position: relative;
	padding: 40px;
	border: 4px double #EAEAEA;
}

#stores .section-footer .item.active {
	display: block;
}

#stores .section-footer .item.row .col {
	width: 27.5%;
	margin-left: 5%;
}

#stores .section-footer .item.row .col:first-child {
	width: 67.5%;
	margin-left: 0;
}

#stores .section-footer .item.row .col:first-child .title {
	display: block;
}

#stores .section-footer .item.row .col:first-child .title span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px 40px;
}

#stores .section-footer .item figure {
	margin-top: 40px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.05);
}

#stores .section-footer .item figure:first-of-type {
	margin-top: 0;
}

#stores .section-footer .item .excerpt p:last-child {
	font-weight: 700;
	color: #fff;
}

#stores .section-footer .item .excerpt a {
	color: #fff;
}

#stores .opening-times {
	margin-top:40px;
}

#stores .opening-times li {
	text-align:left;
	font-size:14px;
	line-height:2em;
}

#stores .opening-times li .time {
	float:right;
}

@media screen and (max-width: 980px) {
	#stores .section-content .col {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#stores .section-content .col, 
	#stores .section-footer .item.row .col:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#stores .section-content .col {
		margin-top: 10px;
	}

	#stores .section-content .col:first-child {
		margin-top: 0;
	}

	#stores .section-footer .item.row .col {
		width:100%;margin-left:0px !important;
	}

	#stores .section-footer .item.row .col:last-child {
		margin-top:40px;
	}

}


/* section: contact */

#contactus .section-content .col {
	width: 40%;
	margin-left: 5%;
}

#contactus .section-content .col:first-child {
	width: 55%;
	margin: 0;
}

#contactus .section-content .item {
	background: rgba(0,0,0,0.5);
	padding: 40px;
	text-align: center;
}

#contactus .section-content .item ul {
	margin-top: 20px;
}

#contactus .section-content .item li a:hover {
	color: #EAEAEA;
}

#contactus .section-content .clicktocall span {
	display: block;
	line-height: 28px;
}

#contactus .contact-form {
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
	padding: 40px;
}

#contactus .contact-form p {
	margin-top: 20px;
}

#contactus .contact-form p:last-child {
	color: #EAEAEA;
	font-weight: 700;
}

#contactus .contact-form p:first-of-type {
	margin-top: 0;
}

#contactus .contact-form label {
	font-size: 16px;
    line-height: 22px;
	color: #EAEAEA;
}

#contactus .contact-form input,
#contactus .contact-form textarea {
	padding: 2.5%;
	border: 4px double #EAEAEA;
	width: 94%;
	color: #EAEAEA;
	background: transparent;
}

#contactus .contact-form textarea {
	overflow: hidden;
	height: 152px;
}

#contactus .contact-form input,
#contactus .contact-form textarea {
	font-size: 18px;
}

#contactus .contact-form input.button {
	display: block;
	width: auto;
	height: auto;
	border: 2px solid #0152a1;
	background: none;
	padding: 15px;
	font-size: 14px;
    line-height: 22px;
	font-weight: 700;
	color: #EAEAEA;
	-webkit-appearance: none;
}

#contactus .contact-form .button.primary.complete {
	padding: 15px;
	color: #EAEAEA;
}

#contactus .contact-form .button.primary.complete:hover {
	background: none;
}

#contactus .contact-form input.button:hover {
	background: #0152a1;
}

#contactus .contact-form .hey-honey {
	position: absolute;
	left: -9999px;
}

#contactus .contact-form .button {
	background: none;
	margin-top: 20px;
}

#contactus .contact-form .button.secondary {
	display: none;
}

#contactus .contact-form .button span {
	padding: 15px;
}

#contactus .contact-form .button:hover {
	background: #EAEAEA;
}

#contactus .contact-form .button:hover a {
	color: #000;
}

#contactus .section-content .col .title {
	font-size: 32px;
	line-height: 53px;
}

#contactus .section-content .col:last-child li {
	line-height: 28px;
}

#contactus li {
	margin-top: 10px;
}

#contactus li span {
	display: block;
}

#contactus .col .item {
	padding-top: 40px;
}

#contactus .col .item:last-child {
	padding-top: 0;
}

#contactus .message {
	margin-top: 20px;
}

@media screen and (max-width: 920px) {
	#contactus .contact-form fieldset {
		text-align: center;
	}

	#contactus .contact-form input.button {
		margin: 20px auto 0;
	}

	#contactus .section-content .col,
	#contactus .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#contactus .section-content .col:first-child {
		margin-top: 0;
	}	

	#contactus .section-content .col:last-child {
		text-align: left;
	}

	#contactus .contact-form .message {
		text-align: center;
		margin-top: 20px;
	}
}


/* section: map */

#map .col {
	width: 100%;
}

#map .gmap {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}

#map .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#map .gmap .map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 1080px) {
	#map .gmap {
		padding-bottom: 55%;
	}
}

@media screen and (max-width: 920px) {
	#map .gmap {
		padding-bottom: 45%;
	}
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 65%;
	}
}

@media screen and (max-width: 580px) {
	#map .gmap {
		padding-bottom: 100%;
	}
}


/* footer */

#main-footer {
	background: #000;
}

#main-footer .section-content.container {
	padding-bottom: 20px;
}

#main-footer .section-content .col {
	width: 47.5%;
	margin-left: 5%;
}

#main-footer .section-content .col:first-child {
	margin-left: 0;
}

#main-footer .section-content .item {
	text-align: center;
}

#main-footer .section-content .item ul {
	margin-top: 30px;
}

#main-footer .section-content .item nav li a {
	color: #fff;
}

#main-footer .section-content .item.instagramfeed li {
	display: inline-block;
	margin-bottom: 4px;
}

#main-footer .section-content .item.instagramfeed li img {
	width: 80px;
	height: 80px;
}

#main-footer .section-content .image img {
	width: auto;
}

#main-footer .section-content .item.instagramfeed li:hover img {
	opacity: 0.8; 
}

#main-footer .section-content .item .title {
	color: #fff;
	display: inline-block;
	border: 4px double #eaeaea;
	padding: 5px 20px;
}

#main-footer .section-footer.container {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	border-top: 4px double #eaeaea;
}

#main-footer .separator {
	border-top: 4px double #eaeaea;
	max-width: 800px;
	background: none;
}

#main-footer .copyright {
	font-size: 16px;
	line-height: 28px;
	color: #EAEAEA;
	text-align: center;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

#main-footer .inventis {
	margin-top: 30px;
}

@media screen and (max-width: 980px) {
	#main-footer .section-content .col,
	#main-footer .section-content .col:first-child,
	#main-footer .section-content .col.copyright {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#main-footer .section-header .col,
	#main-footer .section-header .col:first-child {
		width: 100%;
		margin-left: 0;
	}

	#main-footer .section-content.container {
		padding-top: 40px;
	}

	#main-footer .section-content .col,
	#main-footer .section-content .col.copyright {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	#main-footer .section-content .item.instagramfeed li img {
		width: 120px;
		height: 120px;
	}

	#main-footer .section-footer.container {
		padding-bottom: 140px;
	}	
}

@media screen and (max-width: 580px) {
	#main-footer .section-header .col,
	#main-footer .section-header .col:first-child {
		width: 100%;
		margin-left: 0;
	}

	#main-footer .section-header .col:nth-child(2) {
		margin-top: 40px;
	}

	#main-footer .section-content .item.instagramfeed li img {
		width: 80px;
		height: 80px;
	}
}


/* back to top */

.back-to-top { 
	display: none; 
	position: fixed; 
	left: auto;
	right: 25px;
	bottom: 25px; 
	text-align: center;
	z-index: 9999; 
}

.back-to-top {
	background: #000;
	padding: 10px 20px 0;
	border: 4px double #eaeaea;
}

.back-to-top .svg-inline--fa {
	color: #EAEAEA;
	width: 10px;
    height: 26px;
}

@media screen and (max-width: 980px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 70px;
		line-height: 70px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		padding: 10px 0 0;
	}

	.back-to-top .svg-inline--fa {
		width: 26px;
		height: 26px;
		margin-top: 16px;
	}
}


/* flexslider */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	max-height: 100vh;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: 100%;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	max-height: 255px;
}

@media screen and (max-width: 920px) {
	.flexslider .slides > li {
		max-height: unset;
	}
}


/* flexslider direction nav */

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #EAEAEA;
	padding: 25px 20px 10px 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-direction-nav .flex-prev {
	padding: 25px 25px 10px 20px;
	left: 5%;
}

.flex-direction-nav .flex-next {
	right: 5%;
}

.flex-direction-nav a:before {
	font-size: 62px;
	display: inline-block;
}

.flex-direction-nav a.flex-prev:before {
	content: '\f100';
}

.flex-direction-nav a.flex-next:before {
	content: '\f101';
}

.flex-direction-nav a:hover {
	color: #EAEAEA;
}

@media screen and (max-width: 1080px) {
	.flex-direction-nav {
		display: none;
	}
}


/* lightbox */

.lb-data .lb-caption {
    font-size: 18px !important;
	color: #EAEAEA !important;
}

.lb-outerContainer {
	background-color: rgba(255, 255, 255, 0) !important;
	border-radius: 0 !important;	
}

.lightbox .lb-image {
	padding: 5% !important;
	border: 4px double #EAEAEA !important;
	box-sizing: border-box;
	
}

.lb-dataContainer {
	padding: 60px 0 0 40px !important;
}

.lightboxOverlay {
	background-color: rgba(0,0,0, 1) !important;
	opacity: 0.95 !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	width: 50% !important;
	opacity: 1 !important;
}

.lb-nav {
	width: 87% !important;
	right: 0 !important;
	margin: 0 73px !important;
}

.lb-data .lb-number {
	color: #EAEAEA !important;
}



/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 0;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 20px auto 0;
    border: 0;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 5px 15px;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 40px auto 0;
    border: 0;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 5px 15px;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}