/*
	Theme Name: Launays Restaurant and Bar
	Description: Launays Restaurant and Bar WordPress Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
a {
color: inherit;
font-family: "Roboto", sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #c0c0c0;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: "Roboto", sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Black:     #111312          */
/*                                */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: "Roboto", sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
background: #111312;
width: 100%;
height: 220px;
}

#logo {
display: block;
width: 350px;
margin: 0 auto;
padding: 10px 0 0;
}

#header-contact {
position: absolute;
top: 10px;
right: 10px;
}

#menu {
position: absolute;
right: 0;
left: 0;
bottom: 20px;
height: 50px;
margin: 0 auto;
z-index: 999;
}

#banner {
position: relative;
background: url("https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 650px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 35%;
left: 10px;
}

#banner-short {
position: relative;
background: url("https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 20px auto 0;
padding: 0;
height: 450px;
width: 100%;
max-width: 1200px;
z-index: 50;
}

#banner-event {
position: relative;
background: url("https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 20px auto 0;
padding: 0;
height: 300px;
width: 100%;
max-width: 1200px;
z-index: 50;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
background-color: #111312;
background-color: rgba(17, 19, 18, 0.6)
}

.text {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: #111312;
width: 100%;
padding: 80px 0;
margin: 0;
}

#baseline {
background: #111312;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 20px 10px 0;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1200px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1200px;
padding: 20px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1200px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-bottom-wrapper {
width: 100%;
max-width: 1200px;
padding: 20px 10px 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.container {
padding: 0;
margin: 0 auto;
width: 100%;
max-width: 800px;
}

.text-container {
padding: 0;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#footer-logo {
display: block;
width: 200px;
margin: 0 auto;
padding: 0;
}

#baseline-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}

.two-column.first {
padding: 20px 10px 20px 0;
}

.two-column.last {
padding: 20px 0 20px 10px;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 10px 5px;
margin: 0;
}

.three-column.first {
padding: 10px 10px 10px 0;
}

.three-column.last {
padding: 10px 0 10px 10px;
}

.inner-column {
position: relative;
background: #ffffff;
padding: 20px;
margin: 0;
}

.inner-column.gallery {
padding: 10px;	
}

.inner-column.menu {
height: 200px;
}

.inner-column.reserve {
background: url("https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/panel-bg-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;
}

.inner-column.reserve:hover .overlay {
opacity: 0.5;
}

.inner-column.menu {
background: url("https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/panel-bg-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;
}

.inner-column.menu:hover .overlay {
opacity: 0.5;
}

.inner-column.event {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;
}

.inner-column.event:hover .overlay {
opacity: 0.5;
}

.left-column-60 {
display: block;
float: left;
width: 55%;
padding: 0;
margin: 0;
}

.left-column-60.mail {
text-align: left;
}

.right-column-40 {
display: block;
float: left;
width: 45%;
padding: 0 0 0 50px;
margin: 0;
}

#footer-column-01 {
display: block;
float: left;
width: 25%;
padding: 0 25px 0 0;
margin: 0;
}

#footer-column-02 {
display: block;
float: left;
width: 75%;
padding: 0;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

section.midlarge {
padding: 80px 0 40px;
margin: 0;
overflow: hidden;
}

/*===== iFrame =====*/
iframe {
outline: 0;
}

/*===== Spacers =====*/
.spacer {
padding: 0 0 40px 0;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #ffffff;
font-size: 1.1em;
font-weight: 400; 
}

nav a {
position: relative;
color: #ffffff; 
display: block; 
font-size: 1em;
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
line-height: 50px;
padding: 0 35px; 
text-decoration: none; 
}

nav a:hover {
color: #c0c0c0;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
text-indent: unset;
}

nav > ul { 
text-align: center; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/


/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #111312;
font-size: 3.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #111312;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

.text-container h2 {
padding: 20px 0;
}

h3 {
color: #111312;
font-size: 2.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

.text-container h3 {
padding: 20px 0;
}

h4 {
color: #111312;
font-size: 1.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

.text-container h4 {
padding: 20px 0;
}

h5 {
color: #111312;
font-size: 1.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h5.white {
color: #ffffff;
}

.text-container h5 {
padding: 20px 0;
}

h6 {
color: #111312;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h6.white {
color: #ffffff;
}

.text-container h6 {
padding: 20px 0;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.3em; 
}

.text-container.white p {
color: #ffffff;
}

.text-container.large p {
font-size: 1.3em;
}

.text-container.small p {
font-size: 0.875em;
}

p.banner-text {
color: #ffffff;
font-size: 3em;
letter-spacing: 1px;
margin: 0;
padding: 0;
line-height: 1.2em;
}

p.banner-text.small {
font-size: 1.6em;
}

p.error-text {       
color: #111312; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

.newsletter-field {
position: relative;
width: 100%;
padding: 0;
background: #fff;
color: #111312;
font-family: "Roboto", sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
height: 50px;
font-size: 1em;
box-shadow: none;
outline: 0;
}

button.signup-button {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
font-family: "Roboto", sans-serif;
font-size: 1.1em;
font-weight: 400;
cursor: pointer;
padding: 12px 40px;
margin: 10px 0 0;
text-transform: uppercase;
border-radius: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

button.signup-button:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

/*===== Buttons =====*/
a.button {
position: relative;
top: 25%;
background: transparent;
border: 2px solid #ffffff;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1.2em;
font-weight: 400;
width: 350px;
padding: 30px 10px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 100;
}

a.button:hover {
border: 2px solid #c0c0c0;
color: #c0c0c0;
}

a.button.black {
border: 1px solid #111312;
color: #111312;
font-size: 1em;
padding: 15px 40px;
}

a.button.black:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

a.event-button {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding: 15px 10px;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.event-button:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #000000;
text-decoration: underline;
}

a.link.under:hover {
color: #000000;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 24px;
width: 24px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
float: left;
color: #ffffff;
font-size: 1em; 
font-family: "Roboto", sans-serif;
font-weight: 400;
letter-spacing: 1px;
cursor: pointer;
height: 32px;
line-height: 32px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}

ul.contact li.first {
padding: 0 15px 0 0;	
}

ul.contact li a {
color: #ffffff;
text-decoration: none;
}

ul.contact li a:hover {
color: #c0c0c0;
}

ul.contact li.facebook {
position: relative;
background: url('https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/facebook.png') no-repeat 50% 0;
top: 4px;
}

ul.contact li.instagram {
position: relative;
background: url('https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/instagram.png') no-repeat 50% 0;
top: 5px;
}

ul.contact li.twitter {
position: relative;
background: url('https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/x-twitter.png') no-repeat 50% 0;
top: 5px;
}

ul.contact li.basket {
position: relative;
background: url('https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/basket.png') no-repeat 50% 0;
top: 5px;
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #454545; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Opening Hours =====*/
.opening-hours ul {
display: block;
list-style-type: none;
list-style-position: outside;
color: #454545;
font-family: "Roboto", sans-serif;
line-height: 1.7em;
width: 250px;
padding: 0;
margin: 20px 0 0;
}

.opening-hours ul li {
display: flex;
text-indent: unset;
margin: 0;
}

.opening-hours ul li strong {
width: 45%;
}

.opening-hours ul.side {
margin: 20px auto 0;
}

.opening-hours ul.side li {
display: flex;
text-indent: unset;
margin: 0;
}

.opening-hours ul.side li strong {
width: 45%;
}

/*===== Footer =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 0;
}	

ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1em;
font-weight: 400;
text-transform: uppercase;
height: 50px;
line-height: 2em;
padding: 0 50px 0 0;
text-indent: unset;
margin: 0;
}

ul.footmenu li a:hover {
color: #c0c0c0;
text-decoration: none;	
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
display: inline-block;
position: relative;
top: 5px;
}

/*===== ResDiary =====*/
#rd-widget-frame {
font-family: "Roboto", sans-serif !important;
}

#rd-widget-root label {
font-family: "Roboto", sans-serif !important;
font-weight: 500 !important;
text-transform: uppercase;	
}

#rd-widget-root .panel-body.booking-summary {
background: #111312 !important;
padding: 15px 5px !important;
}

#rd-widget-root .drop-fill-in, #rd-mini-widget-root .drop-fill-in {
border: 1px solid #111312 !important;
border-radius: 0 !important;
}

#rd-widget-root .drop-fill-in {
font-family: "Roboto", sans-serif;
font-size: 1em !important;
}

#rd-widget-root .rd-widget-content, #rd-mini-widget-root .rd-widget-content {
color: #111312 !important;
}

#rd-widget-root .bootstrap-datetimepicker-widget table td.disabled, #rd-widget-root td.day.old.disabled {
background-color: #c0c0c0 !important;
color: #ffffff !important;
}

#rd-widget-root td.day {
background: #111312 !important;
color: #ffffff !important;
}

#rd-widget-root .table-return-notice {
color: #454545 !important;
padding: 10px 0 20px 0 !important;
text-align: center !important;
}

#rd-widget-root .booking-warnings span {
font-size: 0.9em !important;
}

#rd-widget-root .btn-default, #rd-mini-widget-root .btn-default {
background-color: #111312 !important;
border-radius: 0;
padding: 10px 40px !important;
}

#rd-widget-root .glyphicon {
padding: 0 10px;
}

#rd-widget-root .list-group.list-group-promotion .list-group-item:hover {
background-color: #c0c0c0 !important;
}

#rd-widget-root .list-group.list-group-promotion .list-group-item.active {
background-color: #c0c0c0 !important;
}

#rd-widget-root .drop-fill-in:focus {
box-shadow: 0 0 10px #c0c0c0 !important;
}

#rd-widget-root .has-error .help-block {
color: #454545 !important;
}

#rd-widget-root table.table.table-confirmation tr {
background: #111312 !important;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1.4s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1.4s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1.4s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1.4s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1.4s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*===== MeanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #111312;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
	text-indent: unset;
	margin: 0;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #f5f5f5;
    border-top: 1px solid #cbcbcb;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    color: #c0c0c0;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	height: 50px;
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 60px;
    height: 50px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #cbcbcb!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*===== Flexslider =====*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden;text-indent: unset;margin: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(https://launaysrestaurant.co.uk/wp-content/themes/Launays/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*===== Wordpress =====*/
span.date, span.author, span.post-date {
font-family: "Roboto", sans-serif;
font-size: 0.875em;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
display: inline-block;
margin: 0 0 20px 0;
}

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: "Roboto", sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #111312; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #111312;
color: #ffffff;
border: 1px solid #111312;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: "Roboto", sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: "Roboto", sans-serif;
font-weight: 400;
}

button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit:hover::after {
margin-left: 15px;	
}

/*===== WP Widgets =====*/
form.wpcf7-form {
position: relative;
}

input.wpcf7-text {
border: 1px solid #111312;
border-radius: 0;
color: #111312;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 40px;
margin: 0 auto 10px;
padding: 5px;
width: 90%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.wpcf7-text:focus {
border: 1px solid #3d2763;
}

input.wpcf7-text.error {
border: 1px solid #ffffff;
}

textarea.wpcf7-textarea {
border: 1px solid #111312;
border-radius: 0;
color: #111312;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
height: 300px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px 5px;
width: 90%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #3d2763;
}

textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}

select.wpcf7-select {
border: 1px solid #ffffff;
border-radius: 5px;
color: #777777;
font-family: 'Noto Serif JP', serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px;
width: 97%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.wpcf7-radio {
font-family: 'Noto Serif JP', serif;
font-size: 1em !important;
}

.wpcf7-list-item-label {
font-size: 1em !important;
}

input.wpcf7-submit {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
padding: 15px 40px;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.wpcf7-submit:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

div.wpcf7-response-output {
float: left;
width: 100%;
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}

span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
text-align: center;
}

.wpcf7-list-item {
margin: 0 !important;
}

/*===== Images =====*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}

/*===== WooCommerce =====*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
position: relative;
top: 25%;
background: transparent;
border: 2px solid #ffffff;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1.2em;
font-weight: 400;
width: 350px;
padding: 30px 10px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 100;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
background: transparent;
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

.woocommerce .cart .button {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding: 15px 10px;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding: 15px 10px;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background: transparent;
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

.woocommerce #payment #place_order {
position: relative;
background: transparent;
border: 1px solid #111312;
display: inline-block;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding: 15px 10px;
margin: 10px 0 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce #payment #place_order:hover {
background: transparent;
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

input.qty {
outline: none;
}

.woocommerce.columns-3 ul.products li.product {
width: 33.333%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-sizing: border-box;
padding: 10px;
margin: 0;
}

ul.products .add_to_cart_button {
position: relative;
top: unset;
background: transparent;
border: 1px solid #111312;
border-radius: 0;
color: #111312;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding: 15px 10px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

form.cart section button.single_add_to_cart_button {
position: relative;
top: unset;
background-color: #ffffff !important;
border: 1px solid #111312;
border-radius: 0;
color: #111312 !important;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce-message a.wc-forward {
position: relative;
top: unset;
background-color: #111312 !important;
border: 1px solid #ffffff;
border-radius: 0;
color: #ffffff !important;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce-LoopProduct-link span.price {
display: none !important;
}

h2.woocommerce-loop-product__title {
display: none !important;
}

.woocommerce div.product div.summary {
text-align: left;
}

form.cart div.quantity {
position: relative;
}

.woocomerce.columns-1 {
display: block;
}

.woocommerce ul.products {
margin: 0 !important;
}

.woocommerce.columns-1 ul.products li.product {
box-shadow: none;
background: transparent;
margin: 0 !important;
text-align: center;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
border-radius: 7px;
box-shadow: none;
text-align: center;
background-color: transparent;
text-indent: unset;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
border-radius: 7px;
box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.3);
text-align: center;
background-color: #f2f2f2;
}

.greyBox .woocommerce-page.columns-3 ul.products li.product, .greyBox .woocommerce.columns-3 ul.products li.product {
text-align:center;
background-color: #f9f9f9;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.5em;
color: #232321;
}

.woocommerce ul.products li.product .price {
color: #99a682;
font-size: 1.3em;
font-weight: 600;
display: block;
line-height: 1.5em;
padding-bottom: 20px;
}

.woocommerce td.product-name dl.variation dt {
float: unset !important;
margin: 10px 0 0;	
}

.woocommerce div.product div.images .flex-control-thumbs li {
box-sizing: border-box;
padding: 10px;	
}

.woocommerce div.product div.images img {
border-radius: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
border-radius: 7px;
}

a.edit  {
background: #e33e20;
border: 0 none;
border-radius: 12px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600 !important;
white-space: normal;
padding: 15px 30px;
margin: 0 0 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.woocommerce del {
padding: 0 10px;
font-size: 1.2em;
opacity: .7;
}

.woocommerce ins {
padding: 0 10px;
font-size: 1.3em;
color: #006639;
text-decoration: none;
}

.woocommerce span.onsale {
background-color:transparent;
color: #006639;
font-family: 'Monster', sans-serif;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
font-size: 2em;
text-shadow: 2px 2px #000;
top: 10px !important;
right: 27% ;
}

#coupon_code {
border-radius: 7px;
top: 0;
position: relative;
width: 150px;
display: inline-block;
float: none;
padding: 14px 10px;
}

.product_meta {
display:none;
}

.woocommerce .quantity .qty {
position: relative;
padding: 9px 7px;
font-size: 1.2em;
margin: 22px 0 0;
}

.woocommerce div.product form.cart .variations select{
padding: 7px;
font-size: 1em;
}

.woocommerce div.product form.cart .variations td {
width: 30%;
display: inline-block;
}

.woocommerce div.product form.cart .variations tr {
margin: 10px 0 0 0;
display: inline-block;
width: 100%;
}

.woocommerce div.product form.cart .variations{
margin-bottom: 0;
}

.woocommerce-tabs {
display: none;
}

.productDesc {
padding: 0 10px 0;
overflow: visible;
}

section .products {
padding: 100px 0;
overflow: visible;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
text-align:center;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
padding:10px;
}

.woocommerce-info::before {
color: #231f20;
}

.woocommerce-info, .woocommerce-message {
border-top: none;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
}

a.showlogin, a.showcoupon, a.woocommerce-privacy-policy-link {
font-weight: 600;
}

.woocommerce-checkout #payment {
background: #eeeeee !important;
}

.woocommerce-terms-and-conditions-wrapper {
padding: 20px 20px 0;
}

.woocommerce-privacy-policy-text p {
font-size: 0.9em;
}

.wapf-field-label {
width: 30%;
display: inline-block;
}

.wapf-field-input {
width: 60%;
display: inline-block;
}

.smallT .wapf-field-input, .mediumT .wapf-field-input, .largeT .wapf-field-input, .xlargeT .wapf-field-input {
width: 50px;
}

.wapf-field-input input {
height: 40px;
padding: 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
border: 1px solid #cccccc;
border-radius: 2px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
height: 50px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px 20px;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.woocommerce-info, .woocommerce-message {
background-color: #111312;
}

.woocommerce-error {
background-color: #010101;
border-radius: 10px;
}

.showElement {
display:inline-block !important;
}

.woocommerce ul.products li.product .onsale {
right: 10px !important;
}

.productWrapper .type-product .price  {
padding: 10px 10px 10px 25px;
}

.productWrapper .type-product h2  {
padding: 120px 10px 10px !important;
font-size: 3em !important;
}

.woocommerce ul.products li.product a img {
display: block !important;
float: right !important;
margin: 0 !important;
}

.related.products {
display: none;
}

.wapf-field-input {
height: 40px;
}

.woocommerce-product-details__short-description {
padding: 20px 0 40px;
}

.woocommerce div.product p.stock {
color: #231f20;
font-weight: 600;
font-size: 1em;
}

.woocommerce-privacy-policy-text {
padding: 20px 0;
}

.woocommerce ul.order_details {
margin: 20px 20px 3em;
}

.woocommerce div.product form.cart {
position: relative;
z-index: 100;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #231f20;
font-size: 1.25em;
font-weight: 500;
}

.woocommerce-variation-price {
padding: 10px 0;
}

#tab-description h2 {
font-size: 2em;
font-weight: 300;
}

#tab-additional_information h2 {
font-size: 2em;
font-weight: 300;
}

ul.event-custom-price li {
color: #ffffff;;
}

ul.woocommerce-error li {
color: #ffffff;
padding: 5px 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
color: #ffffff !important;	
}

.woocommerce-billing-fields {
text-align: left;
}

.woocommerce table.shop_table {
margin-top: 10px;	
}

/*Remove Zoom*/
.woocommerce-product-gallery__image.flex-active-slide, .woocommerce-product-gallery__image {
pointer-events: none !important;
}

.woocommerce-product-gallery__trigger {
display: none;
}

.woocommerce table.shop_attributes th {
text-align: left;
}

.woocommerce #payment #place_order {
margin: 40px 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.5em;
text-transform: uppercase;
padding: 0;
white-space: normal;
}

aside.sidebar {
display: none;
}

ul.wc-item-meta li {
color: #ffffff;
text-indent: unset;
}

.woocommerce ul.order_details {
margin: 20px auto 3em !important;
display: inline-block;
}

.woocommerce ul.order_details li {
font-size: 0.75em !important;
text-indent: unset;
}

.woocommerce ul.order_details li.woocommerce-order-overview__date {
bottom: 0 !important;
}

ul.wc-item-meta li p {
color: #ffffff;
}

.woocommerce-table--order-details ul li {
color: #454545 !important;
}

.woocommerce-table--order-details ul li p {
color: #454545 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
height: auto;
padding: 8px 12px !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
color: #010101;	
}

.woocommerce nav.woocommerce-pagination ul li span.current {
color: #99a682 !important;
background: #ffffff !important;
}

 .woocommerce nav.woocommerce-pagination ul li a:hover {
color: #99a682 !important;
background: #ffffff !important;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
clear: unset !important;	
}

/*===== Product Quantity =====*/
.single-product div.product form.cart .quantity {
float: none;
margin: 0;
display: inline-block;
}

button.minus {
background: #ffffff;
position: absolute;
left: 0;
border: 1px solid #cccccc;
font-size: 1.5em;
padding: 7px 15px;
}

.woocommerce div.product form.cart div.quantity {
margin: 0 4px 0 42px !important;
}

input.qty[type=number] {
-webkit-appearance: none;
-moz-appearance: textfield;
margin: 0;
}

button.plus {
background: #ffffff;
position: absolute;
left: 113px;
border: 1px solid #cccccc;
font-size: 1.5em;
padding: 7px 15px;	
}

/*===== Product Size =====*/
.woocommerce div.product form.cart .variations td {
width: 100% !important;
padding: 0 0 20px;
}

/*===== Message Tick =====*/
.woocommerce-message::before {
color: #ffffff !important;
}

/*===== Basket =====*/
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
font-family: "Roboto", sans-serif;
}

a.wc-block-components-button {
position: relative;
top: unset;
background-color: #ffffff !important;
border: 1px solid #111312;
border-radius: 0;
color: #111312 !important;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.wc-block-components-button:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

table thead tr.wc-block-cart-items__header span {
font-family: "Roboto", sans-serif;
font-size: 1.5em;
font-weight: 400;
}

.wp-block-woocommerce-cart-order-summary-block span.wc-block-cart__totals-title {
font-family: "Roboto", sans-serif !important;
font-size: 1.5em !important;
font-weight: 400 !important;
}

.wp-block-woocommerce-cart-order-summary-block {
padding: 0 0 20px;
}

section .wp-block-woocommerce-cart {
display: none;
}

.woocommerce .cart-totals {
text-align: left;
}

/*===== Checkout =====*/
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button.wc-block-components-button {
position: relative;
top: unset;
background-color: #ffffff !important;
border: 1px solid #111312;
border-radius: 0;
color: #111312 !important;
cursor: pointer;
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button.wc-block-components-button:hover {
border: 1px solid #c0c0c0;
color: #c0c0c0;
}

#billing .wc-block-components-text-input input[type="text"] {
border-radius: 2px;
}

/*===== Stripe =====*/
.wc-stripe-elements-field {
height: 50px;
border-radius: 7px;
}

.woocommerce-checkout #payment ul.payment_methods li {
text-indent: unset !important;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
text-indent: unset !important;
margin: 0 !important;
line-height: 1em !important;
}

ul.woocommerce-error {
padding: 40px 20px 20px !important;
}

/*===== Shipping Text =====*/
p.woocommerce-shipping-destination {
display: none;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#banner-short {
width: 98%;
height: 300px;
}

#banner-event {
width: 98%;
height: 250px;
}

#header {
height: 200px;
}
				  
#logo {
width: 250px;
padding: 40px 0 0;
text-align: center;
}

#header-contact {
right: 0;
left: 0;
}

ul.contact {
width: 310px;
margin: 0 auto;
}

#menu {
bottom: 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 350px;
}

#footer-logo {
width: 130px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 10px;
}

.two-column.last {
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.three-column.first {
padding: 10px;
}

.three-column.last {
padding: 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.opening-hours ul {
margin: 20px auto 0;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.6em;
}

p.main-text.large {
font-size: 1.1em;
}

.text-container.large p {
font-size: 1.1em;
}

p.banner-text {
font-size: 2em;
}

p.banner-text.small {
font-size: 1.1em;
}

.editor-label-buttons {
padding: 0 0 0 65px;
}

.newsletter-field {
text-align: left;
}

button.signup-button {
float: left;
font-size: 1em;
}

a.button {
width: 250px;
}

ul.footmenu li {
display: block;
height: auto;
padding: 10px;
}

p.error-text { 
font-size: 8em; 
}

.woocommerce.columns-3 ul.products li.product {
width: 100%;
}

.quantity input.text {
top: 12px;
left: 50px;
}	  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {

#banner-short {
width: 98%;
height: 350px;
}

#banner-event {
width: 98%;
}
			  
#header {
height: 200px;
}
				  
#logo {
width: 275px;
padding: 40px 0 0;
text-align: center;
}

#header-contact {
right: 0;
left: 0;
}

ul.contact {
width: 310px;
margin: 0 auto;
}

#menu {
bottom: 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 400px;
}

#footer-logo {
width: 150px;
}

.main-content-wrapper {
padding: 60px 10px;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 10px;
}

.two-column.last {
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.three-column.first {
padding: 10px;
}

.three-column.last {
padding: 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.opening-hours ul {
margin: 20px auto 0;
}

h1 {
font-size: 2.2em;
}

h2 {
font-size: 2.2em;
}

h3 {
font-size: 1.8em;
}

p.main-text.large {
font-size: 1.2em;
}

.text-container.large p {
font-size: 1.2em;
}

p.banner-text {
font-size: 2em;
}

p.banner-text.small {
font-size: 1.1em;
}

.editor-label-buttons {
padding: 0 0 0 65px;
}

.newsletter-field {
text-align: left;
}

button.signup-button {
float: left;
}

a.button {
width: 300px;
}

ul.footmenu li {
display: block;
height: auto;
padding: 10px;
}

.woocommerce.columns-3 ul.products li.product {
width: 50%;
}

.quantity input.text {
top: 12px;
left: 50px;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#banner-short {
width: 98%;
height: 375px;
}

#banner-event {
width: 98%;
}
		  
#header {
height: 200px;
}
				  
#logo {
padding: 50px 0 0;
text-align: center;
}

#header-contact {
right: 0;
left: 0;
}

ul.contact {
width: 310px;
margin: 0 auto;
}

#menu {
bottom: 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 450px;
}

#footer-logo {
width: 170px;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 10px;
}

.two-column.last {
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.three-column.first {
padding: 10px;
}

.three-column.last {
padding: 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.opening-hours ul {
margin: 20px auto 0;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.5em;
}

h3 {
font-size: 2em;
}

p.banner-text {
font-size: 2.3em;
}

p.banner-text.small {
font-size: 1.2em;
}

.editor-label-buttons {
padding: 0 0 0 65px;
}

.newsletter-field {
text-align: left;
}

button.signup-button {
float: left;
}

a.button {
width: 300px;
}

ul.footmenu li {
display: block;
height: auto;
padding: 10px;
}

.quantity input.text {
top: 12px;
left: 50px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 930.99px) 
			  and (min-width: 769px) {

#banner-short {
width: 98%;
height: 400px;
}

#banner-event {
width: 98%;
}
			  
#header {
height: 200px;
}
				  
#logo {
padding: 50px 0 0;
text-align: center;
}

#header-contact {
right: 0;
left: 0;
}

ul.contact {
width: 310px;
margin: 0 auto;
}

#menu {
bottom: 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 500px;
}

#footer-logo {
width: 170px;
}

h1 {
font-size: 2.8em;
}

h2 {
font-size: 2.8em;
}

p.banner-text {
font-size: 2.6em;
}

p.banner-text.small {
font-size: 1.4em;
}

a.button {
width: 300px;
}			  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1050.99px) 
			  and (min-width: 931px) {
	
#banner-short {
width: 98%;
}

#banner-event {
width: 98%;
}
	
nav a {
padding: 0 25px;
}

#banner {
height: 550px;
}

p.banner-text {
font-size: 2.8em;
}

p.banner-text.small {
font-size: 1.5em;
}
		  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1200px) 
			  and (min-width: 1051px) {
				  
#banner-short {
width: 98%;
}

#banner-event {
width: 98%;
}

nav a {
padding: 0 30px;
}
				  
}