/*
	Theme Name: Ibby Brown
	Description: Ibby Brown 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: 'Montserrat', 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: #9ecded;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Black:      #2d2d2c         */
/*    Light Blue: #9ecded         */
/*    Lilac:      #ddb7ef         */
/*                                */
/*================================*/

/*===== Fonts =====*/
@font-face {
font-family: "tangerine";
  src: url("fonts/Tangerine-Regular.eot");
  src: url("fonts/Tangerine-Regular.eot?#iefix") format("embedded-opentype"),
       url("fonts/Tangerine-Regular.woff") format("woff"),
       url("fonts/Tangerine-Regular.ttf") format("truetype"), 
       url("fonts/Tangerine-Regular.svg#Tangerine-Regular") format("svg");
font-weight: normal;
font-style: normal;
}

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

/*===== Divs =====*/
#header {
position: relative;
width: 100%;
height: 275px;
border-top: 3px solid #9ecded;
}

#logo {
display: block;
float: left;
width: 400px;
margin: 0;
padding: 0;
}

#header-art {
position: absolute;
width: 250px;
top: 20px;
right: 10px;
}

#header-contact {
position: absolute;
top: 50px;
right: 19.5%;
}

#menu {
position: absolute;
right: 18%;
top: 100px;
height: 50px;
z-index: 999;
}

.banner {
position: relative;
margin: 0 auto;
padding: 0;
width: 100%;
height: 550px;
z-index: 50;
}

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

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

.main-content.lightblue {
background: #9ecded;
}

.multi-review-content {
position: relative;
background: #ffffff;
border-radius: 5px;
min-height: 260px;
padding: 20px;
margin: 0;
}

.review-icon {
position: absolute;
bottom: 10px;
right: 20px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right no-repeat;
width: 100%;
height: 52px;
}

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

#footer {
background: url("images/footer-corner-bg.jpg") top left no-repeat;
width: 100%;
padding: 80px 0;
margin: 0;
}

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

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

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

.banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

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

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

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

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

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

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

.news-image-wrapper {
position: relative;
background: url("images/news-placeholder.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 325px;
padding: 0;
margin: 0;
}

.image-container {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 10px;
display: block;
width: 100%;
height: 250px;
padding: 0;
margin: 0 0 20px;
}

.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}

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

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

/*===== Columns =====*/
.promo-image {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
overflow: hidden;
text-align: center;
}

.promo-text {
display: block;
float: left;
width: 70%;
margin: 0;
padding: 0 0 0 20px;
overflow: hidden;
text-align: left;
}

.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: 20px;
margin: 0;
}

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

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

.inner-column {
background: #ffffff;
border-radius: 10px;
padding: 20px;
margin: 0;
}

.left-column-40 {
position: relative;
display: block;
float: left;
width: 40%;
height: 100%;
padding: 0 25px 0 0;
margin: 0;
}

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

.left-column-40.ban {
width: 40%;
}

.right-column-60.ban {
width: 60%;
}

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

.left-column-60.content {
padding: 60px 25px 0 0;
}

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

.left-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}

.left-column-flex-50.content {
padding: 40px 50px 0 40px;
}

.right-column-flex-50 {
order: 2;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}

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

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

#footer-column-03 {
display: block;
float: left;
width: 25%;
padding: 40px 0 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.subsmall {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

section.blog-outline {
border: 1px solid #aeaeae;
border-radius: 10px;
padding: 0;
margin: 40px 0 0;
}

section.sidebar {
background: #9ecded;
border-radius: 10px;
padding: 40px 20px;
margin: 0;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #2d2d2c;
font-size: 1em;
font-weight: 500; 
}

nav a {
position: relative;
color: #2d2d2c; 
display: block; 
font-size: 1em;
font-weight: 500;
text-transform: uppercase;
line-height: 50px;
padding: 0 30px; 
text-decoration: none; 
}

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

nav a:before {
content: "";
position: absolute;
width: 80%;
height: 1px;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
background-color: #9ecded;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

nav a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

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

nav > ul { 
text-align: right; 
}

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

}

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

.sub-menu-parent { 
position: relative;
background: url("images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
margin: 0;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}

ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: 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 #2d2d2c;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.tangerine {
font-family: 'tangerine', sans-serif;
font-size: 2.5em;
line-height: 1.2em;
}

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

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

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

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

h1 {
color: #2d2d2c;
font-family: 'tangerine', sans-serif;
font-size: 5em;
margin: 0;
padding: 0;
display: block;
line-height: 1em;
}

h2 {
color: #2d2d2c;
font-family: 'tangerine', sans-serif;
font-size: 4.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}

h2.white {
color: #ffffff;
}

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

h3 {
color: #2d2d2c;
font-size: 1.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.hand {
font-family: 'tangerine', sans-serif;
font-size: 3.5em;
}

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

h4 {
color: #2d2d2c;
font-size: 1.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h4.white {
color: #ffffff;
}

h4.step {
padding: 0 0 0 20px;
}

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

h5 {
color: #2d2d2c;
font-size: 1.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h5.white {
color: #ffffff;
}

.text-container h5 {
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.2em; 
}

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

p.banner-text {
color: #2d2d2c;
font-family: 'tangerine', sans-serif;
font-size: 5em;
margin: 0;
padding: 0;
line-height: 1em;
}

p.banner-text.small {
font-family: 'Montserrat', sans-serif;
font-size: 1.5em;
padding: 0 0 0 5px;
}

p.error-text {       
color: #9ecded; 
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;
}

/*===== Buttons =====*/
a.button {
background: #9ecded; 
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
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.button:hover {
background: #ddb7ef;
}

a.button.small {
font-size: 0.9em;
padding: 12px 30px 12px 30px;
}

a.button.white {
background: #ffffff;
color: #2d2d2c;
}

a.button.white:hover {
background: #ddb7ef;
}

/*===== 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: #9ecded;
text-decoration: underline;
}

a.link.under:hover {
color: #9ecded;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
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: #2d2d2c;
font-size: 1.1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
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 25px 0 0;	
}

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

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

ul.contact li.facebook {
position: relative;
background: url('images/facebook.png') no-repeat 50% 0;
}

/*===== 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: #9ecded; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

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

/*===== Footer =====*/
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;
color: #454545;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #9ecded;
}

.featureList li.gthan a:hover {
text-decoration: none;
color: #9ecded;
}

.featureList li {
margin: 0 0 12px 0;
text-indent: unset;
}	
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

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

img.rounded {
border-radius: 10px;
}

/*===== 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: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

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

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

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

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
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; }
/*===== Wordpress =====*/

/*===== 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: 'Montserrat', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6c7755; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

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

.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: 'Montserrat', 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: 'Montserrat', 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 =====*/
input.wpcf7-text {
border: 1px solid #eaeaea;
border-radius: 10px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px;
width: 95%;
outline: none;
-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-text:focus {
border: 1px solid #9ecded;
}

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

textarea.wpcf7-textarea {
border: 1px solid #eaeaea;
border-radius: 10px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px;
width: 95%;
outline: none;
-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;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #9ecded;
}

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

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

input.wpcf7-submit {
background: #9ecded; 
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
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;
}

input.wpcf7-submit:hover {
background: #ddb7ef;
}

div.wpcf7-response-output {
float: left;
width: 95%;
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;	
}

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

/*===== 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: #2d2d2c;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #2d2d2c;
    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: #ffffff;
    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: #2d2d2c;
    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 {
    color: #37b6fd;
}

.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 #37b6fd;
    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(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;}
}

/*===== Owl Carousel =====*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #ffffff;
    border: none;
    padding: 0 !important;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
	font-size: 3em;
    margin: 5px 20px;
    padding: 4px 7px;
    background: #171516;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/*************************************/
/******** Woocommerce Overrides ******/
/*************************************/
.woocomerce.columns-1 {
display: block;
}

.wp-block-query {
display: none;
}

.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: #f9f9f9;
padding: 20px;
}

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

.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.7em;
}

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

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce a.button {
background: #9ecded;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
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 a.button:hover {
background: #ddb7ef !important;
color: #ffffff !important;
}

.woocommerce button.button.alt:hover {
background: #ddb7ef !important;
}

.woocommerce a.button.wc-forward:hover {
background: #ddb7ef !important;
}

.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;
}

.woocommerce button.single_add_to_cart_button {
margin: 20px 0 0 !important;
}

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 ul.products li.product .button:hover {
background: #ddb7ef;
}

.woocommerce ul.products li.product .button {
display: none;
}

.woocommerce button.button.alt.disabled:hover {
background: #ddb7ef;
}

.woocommerce div.product form.cart .button:hover{
opacity:100;
}

.woocommerce a.button:hover {
background: #ddb7ef;
}

.woocommerce button.button:hover {
background: #ddb7ef !important;
color: #ffffff !important;
}

.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: 250px;
display: inline-block;
float: none;
padding: 14px 10px;
margin: 0 0 5px;
}

.product_meta {
display:none;
}

.woocommerce .quantity .qty {
padding: 9px 7px;
font-size: 1.2em;
}

.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 div.product .woocommerce-tabs ul.tabs li {
padding: 0 3em;
width: 20%;
}

.woocommerce #tab-additional_information {
display: none !important;
}

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

section .products {
padding: 40px 0 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: #ffffff;
}

.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: 10px;
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: #9ecded;
border-radius: 10px;
outline: none;
}

.woocommerce .woocommerce-message .button {
background: #9ecded;
}

.woocommerce a.button.wc-forward {
background: #ddb7ef !important;
text-decoration: none !important;
border: 0 none;
border-radius: 7px;
padding: 12px 20px !important;
color: #fff !important;
opacity: 1 !important;
}

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

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

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

.productWrapper .type-product h2, .productWrapper .type-product .price, .productWrapper .type-product .button  {
width: 40%;
text-align: left;
display: block;
padding: 10px;
margin: 0 0 0 5% !important;
float: left;
}

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

.productWrapper .type-product .button  {
width: 20%;
margin: 0 22% 0 5% !important;
}

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

.woocommerce ul.products li.product a img {
background-color: #f9f9f9;
display: block !important;
float: right !important;
border-radius: 10px !important;
padding: 20px;
margin: 0 0 10px !important;
}

.related.products {
display: none;
}

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

.woocommerce-Address-title h3 {
padding: 20px 0;
text-transform: uppercase;
font-weight: 700;
}

.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 a.button.alt:hover {
background: #000000;
}

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

.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #9ecded;
font-size: 1.25em;
font-weight: 700;
padding: 10px 0;
}

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

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
top: 2px;
font-weight: 600;
text-transform: uppercase;
border-radius: 7px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
background: #9ecded !important;
border-radius: 7px;	
padding: 18px 25px 15px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
top: 0;
font-weight: 600;
text-transform: uppercase;
border-radius: 7px;
}

#tab-description h2 {
font-size: 2em;
font-weight: 700;
padding: 0 0 20px 0;
}

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

#tab-description h3 {
padding: 20px 0;
}

#tab-description h4 {
padding: 20px 0;
}

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;	
}

.woocommerce div.product p.price a {
background: #9ecded !important;
border: 2px solid #9ecded;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em !important;
font-weight: 600;
width: 200px !important;
height: 40px !important;
padding: 2px 0 0;
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 div.product p.out-of-stock {
display: none;
}

li.product a {
display: none !important;
}

li.product a.woocommerce-LoopProduct-link {
display: block !important;
}

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

a.shipping-calculator-button {
color: #006639;
font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: 'Montserrat', sans-serif;
font-size: 1.2em;
font-weight: 500;
padding: 0 10px;
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;
}

/*===== Account screens =====*/
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none !important;
width: 100%;
padding: 0 0 40px 0;	
}

nav.woocommerce-MyAccount-navigation ul {
background-color: #9ecded;
border-radius: 10px;
text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li {
margin-left: 0 !important;
overflow: hidden;
}

nav.woocommerce-MyAccount-navigation ul li a {
color: #ffffff;
padding: 0 35px;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
color: #ddb7ef;
}

.woocommerce-account .woocommerce-MyAccount-content {
float: none !important;
width: 100% !important;	
}

.woocommerce ul li.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}

.mep-user-ticket-list {
display: none;
}

address {
color: #454545;
font-size: 1.1em;
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}

.woocommerce-EditAccountForm {
text-align: left;
}

/*===== Product Tabs =====*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;	
}

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

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

form.cart div.quantity {
margin: 0 4px 0 29px !important;
}

form.cart .woocommerce-variation-add-to-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;	
}

/*===== Basket =====*/
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-image {
background: #005da3 !important;
border-radius: 10px 0 0 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-product {
background: #005da3 !important;
visibility: unset !important;
border-radius: 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-total {
background: #005da3 !important;
border-radius: 0 10px 0 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
background: #005da3 !important;
height: 50px;
color: #fff !important;
vertical-align: middle !important;
display: inline-block !important;
width: 100%;
border-radius: 10px 10px 0 0 !important;
text-align: center !important;
font-size: 1em !important;
padding: 0 !important;
line-height: 50px !important;
}  
	
.wc-block-components-totals-item {
font-weight: 500;
}

.wc-block-components-button:not(.is-link) {
background: #9ecded;
color: #fff;
font-weight: 600;
border-radius: 7px;
margin: 20px 0 0;
}

.woocommerce .quantity .qty {
outline: none;	
}

.woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
opacity: 0 !important;
}

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

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

/*===== Pagination =====*/
.woocommerce nav.woocommerce-pagination ul {
border: none !important;	
}

.woocommerce nav.woocommerce-pagination ul li {
border: 1px solid #9ecded !important;
border-radius: 3px;
height: 40px;
width: 40px;
margin: 0 5px !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
font-family: 'Montserrat', sans-serif !important;
color: #9ecded !important;
height: 40px;
line-height: 24px;
text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span {
font-family: 'Montserrat', sans-serif !important;
height: 40px;
line-height: 24px;
text-align: center;
}

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

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

/*===== 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;
}

/*************************************/
/********    Woocommerce END    ******/
/*************************************/

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

#header {
height: 210px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 270px;
}

#header-contact {
top: 10px;
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: auto;
padding: 0 0 40px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -550px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -550px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 100%;
height: 200px;
padding: 0;
text-align: center;
}

.right-column-60.ban {
width: 100%;
height: 225px;
padding: 40px 0 0;
text-align: center;
}

.banner-content {
top: 12%;
left: 0;
right: 0;
text-align: center;
}

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

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

.left-column-60.content {
padding: 20px 25px 0 0;
}

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

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

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

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

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

h1 {
font-size: 3.2em;
}

h2 {
font-size: 3.2em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.1em;
}

h4.step {
padding: 0 0 0 5px;
}

.text-container {
padding: 0 0 0 5px;
}

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

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

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

a.button {
font-size: 0.9em;
}

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

}


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

#header {
height: 210px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 270px;
}

#header-contact {
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 45px;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: auto;
padding: 0 0 40px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -550px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -550px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 100%;
height: 180px;
padding: 0;
text-align: center;
}

.right-column-60.ban {
width: 100%;
height: 250px;
padding: 40px 0 0;
text-align: center;
}

.banner-content {
top: 12%;
left: 0;
right: 0;
text-align: center;
}

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

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

.left-column-60.content {
padding: 20px 25px 0 0;
}

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

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

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

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

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

h1 {
font-size: 3.6em;
}

h2 {
font-size: 3.4em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

h4.step {
padding: 0 0 0 5px;
}

.text-container {
padding: 0 0 0 5px;
}

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

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

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

a.button {
font-size: 0.9em;
}

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

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header {
height: 210px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 300px;
}

#header-contact {
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 45px;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: auto;
padding: 0 0 40px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -450px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -450px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 100%;
height: 200px;
padding: 0;
text-align: center;
}

.right-column-60.ban {
width: 100%;
height: 300px;
padding: 40px 0 0;
text-align: center;
}

.banner-content {
top: 12%;
left: 0;
right: 0;
text-align: center;
}

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

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

.left-column-60.content {
padding: 20px 25px 0 0;
}

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

.three-column {
width: 100%;
}

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

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

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

h1 {
font-size: 3.6em;
}

h2 {
font-size: 3.4em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

h4.step {
padding: 0 0 0 10px;
}

.text-container {
padding: 0 0 0 10px;
}

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

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

a.button {
font-size: 0.9em;
}			  
			  
}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 769.99px) 
			  and (min-width: 601px) {
			  
#header {
height: 210px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 300px;
}

#header-contact {
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 45px;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: auto;
padding: 0 0 40px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -300px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -300px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 100%;
height: 200px;
padding: 0;
text-align: center;
}

.right-column-60.ban {
width: 100%;
height: 350px;
padding: 40px 0 0;
text-align: center;
}

.banner-content {
top: 12%;
left: 0;
right: 0;
text-align: center;
}

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

.left-column-60.content {
padding: 20px 25px 0 0;
}

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

.three-column {
width: 100%;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

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

h1 {
font-size: 3.8em;
}

h2 {
font-size: 3.6em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.3em;
}

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

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

a.button {
font-size: 0.9em;
}	  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 880.99px) 
			  and (min-width: 770px) {
			  
#header {
height: 210px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 300px;
}

#header-contact {
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 45px;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: 300px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -300px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -300px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 50%;
}

.right-column-60.ban {
width: 50%;
}

.left-column-60.content {
padding: 20px 25px 0 0;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

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

h1 {
font-size: 4em;
}

h2 {
font-size: 3.8em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.3em;
}

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

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

}


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

#header {
height: 220px;
}

#header-wrapper {
padding: 10px;
}

#logo {
width: 325px;
}

#header-contact {
right: 10px;
}
			  
#menu {
right: 0;
top: unset;
bottom: 45px;
width: 100%;
}

.menu_title {
display: block !important;
}

#header-art {
display: none;	
}

.banner {
height: 320px;
}

.divider-right {
background: url("images/banner-corner-bg.jpg") bottom right -150px no-repeat;
}

#footer {
background: url("images/footer-corner-bg.jpg") top left -150px no-repeat;				 
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 50%;
}

.right-column-60.ban {
width: 50%;
}

.left-column-60.content {
padding: 20px 25px 0 0;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

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

h1 {
font-size: 4.2em;
}

h2 {
font-size: 4em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

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

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


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1300.99px) 
			  and (min-width: 1025px) {
			  
#header {
height: 300px;
}

#logo {
width: 325px;
float: none;
margin: 0 auto;
}

#header-contact {
right: 20px;
}
			  
#menu {
right: 0;
left: 0;
top: unset;
bottom: 20px;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 25px;
}

#header-art {
display: none;	
}

.banner {
height: 400px;
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 50%;
}

.right-column-60.ban {
width: 50%;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

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

h1 {
font-size: 4.3em;
}

h2 {
font-size: 4.1em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

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

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

}


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

#header {
height: 250px;
}

#logo {
width: 325px;
}

#header-contact {
right: 20px;
}
			  
#menu {
right: 0;
}

nav a {
padding: 0 20px;
}

#header-art {
display: none;	
}

.banner {
height: 450px;
}

#footer-logo {
width: 300px;
}

.left-column-40.ban {
width: 50%;
}

.right-column-60.ban {
width: 50%;
}

h1 {
font-size: 4.5em;
}

h2 {
font-size: 4.3em;
}

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

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


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1600.99px) 
			  and (min-width: 1401px) {
			  
#logo {
width: 350px;
}

#header-contact {
right: 20px;
}
			  
#menu {
right: 0;
}

nav a {
padding: 0 25px;
}

#header-art {
display: none;	
}

#footer-logo {
width: 320px;
}
			  
}


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

#logo {
width: 350px;
}

#header-contact {
right: 16.5%;
}
			  
#menu {
right: 15%;
}

nav a {
padding: 0 25px;
}
  
}