/*
Theme Name: accessperformance
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accessperformance
Tags:

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

accessperformance is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "aller", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #58595b;
	font-family: "aller", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lemon Tuesday';
	font-weight: 100;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	color: black;
	font-size: 32px;
	margin: 0 0 20px;
}

h3 {
    font-size: 28px;
}

h5 {
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 3px 10px;
    margin: 0px;
    font-family: "aller", sans-serif;
    font-weight: 600;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 0 15px 0;
	border: 0;
    padding: 0;
    font-family: 'Lemon Tuesday';
    font-weight: 100;
    color: #f8ab08;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #f8ab08;
	border-radius: 0px;
	background: none;
	color: black;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 15px;
    height: 40px;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	color: #666;
	border: 2px solid #f8ab08;
	border-radius: 0;
	font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="tel"] {
	border: 1px solid #f8ab08;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	width: 100%;
}

textarea {
	width: 100%;
	height: auto;
}

label {
	display: block;
}

.field-label {
	text-align: center;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-family: 'Lemon Tuesday';
    overflow: hidden;
}

.field-label span {
  display: inline-block;
  position: relative;  
}
.field-label span:before,
.field-label span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid #000;
  top: 0;
  width: 600px;
}
.field-label span:before {
  right: 100%;
  margin-right: 15px;
}
.field-label span:after {
  left: 100%;
  margin-left: 15px;
}

.wpcf7 p {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f8ab08;
	text-decoration: none;
}

a.button {
	display: inline-block;
    border: 2px solid #f8ab08;
    padding: 6px 24px;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
}

.buttonslide a {
    display: inline-block;
    border: 2px solid #f8ab08;
    padding: 6px 22px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
}

a.white-button {
	color: white !important;
	border: 2px solid white !important;
}

a:hover,
a:focus,
a:active {
	color: #f8ab08;
}

a.button:hover {
	color: white;
	background: #f8ab08;
}

a:focus {
	outline: 0;
}

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

/* Styles */

.table > thead > tr > th {
	border-bottom: 2px solid #020202;
    background: #f8ab08;
}

.site-header {
	background: white;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 99;
	height: 80px;
}

.logo {
	padding-top: 10px;
}

.social-nav {
	text-align: right;
	padding-top: 20px;
}

.social, .nav-holder {
	display: inline-block;
}

.social a, .social-footer a {
	display: inline-block;
    color: #f8ab08;
    border: 1px solid #f8ab08;
	height: 30px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 3px;
}

.social-footer a { 
    color: #fff;
    border: 1px solid #fff;
}

.social a:hover, .social-footer a:hover {
	color: #f8ab08;
    border: 1px solid #f8ab08;
}

.site-footer {
	background: #4c4d4f;
	padding: 100px 0;
	color: white;
	font-size: 14px;
	position: relative;
	margin-top: 50px;
}

.internal-border {
	padding-left: 25px;
	border-left: 1px solid #f8ab08;
}

.copyright {
	padding-top: 80px;
}

.footer-logo {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.site-footer h4 {
	font-size: 30px;
	margin: 0 0 15px;
}

.footer-contact span {
	color: #f8ab08;
}

.trigger {
	cursor: pointer;
	color: #f8ab08;
    font-size: 30px;
    height: 30px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 30px;
}

.slider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*height: 600px;*/
	border-bottom: 10px solid #f8ab08;
}

.slider .button {
	color: white;
}

.internal {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 10px solid #f8ab08;
}

.back-to-top {
    display: inline-block;
    background: #4c4d4f;
    position: absolute;
    top: -45px;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 55px;
    margin-left: -45px;
    text-align: center;
    z-index: 9;
    font-size: 18px;
    cursor: pointer;
}

.content-area {
	padding-top: 20px;
}

.latest-news-container {
	display: none;
}

.sign-up-for-updates {
	padding: 0 0 50px 0;
}

.sign-up-for-updates input {
	text-transform: uppercase;
}

h3.bigtitle {
	font-size: 60px;
	color: #f8ab08;
	margin: 15px 0 30px;
}

.input-field {
	width: 100%;
}

.title-header {
	padding-top: 130px;
	padding-bottom: 110px;
}

.slider .title-header {
	padding-top: 170px;
}

.title-header h1 {
    color: white;
    font-size: 60px;
    margin: 0;
}

.text1 {
    font-size: 26px;
    color: #f8ab08;
    font-family: 'Lemon Tuesday';
    font-weight: 100;
    padding-left: 15px;
}

.text2 {
	font-size: 92px;
	font-size: 36px;
    color: white;
    font-family: 'Lemon Tuesday';
    font-weight: 100;
    /*margin-top: -40px;*/
}

.inner {
	padding: 0 20px;
}

.client-work-box h2 {
	font-size: 26px;
}



.client-work-box a.button {
	padding: 3px 30px;
}

.client-work-box .blog-image {
	margin-bottom: 15px;
    display: block;
}

.latest-news .post-excerpt {
	margin-bottom: 15px;
	font-size: 13px;
}

.latest-news-container, .client-work-container {
	padding-top: 70px;
	overflow: hidden;
}

.site-content {
	overflow: hidden;
}

.wideimage .vc_column-inner {
	background-position: center;
}

.map-wrap {
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 0px 10px #f5f5f5;
	height: 400px;
    width: 400px;
    margin: 150px auto 0px;
}

#map {
	height: 400px;
    width: 400px;
    margin: 0 auto;
    border-radius: 50%;
}

.addresses {
	font-size: 13px;
	font-weight: 600;
}

.contact-box i {
	padding-right: 10px;
	font-size: 18px;
	color: #f8ab08;
}

.contact-box span {
	width: 25px;
}

.nav-left, .nav-right {
    line-height: 0;
    font-size: 42px;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -10px\9;
    cursor: pointer;
    color: #f8ab08;
    border: none;
    outline: 0;
    display: block;
    position: absolute;
}

.nav-right {
    right: -60px;
}

.nav-left {
    left: -60px;
}

/* Blog */

.second-news-section figure {
	margin: 0;
}

.second-news-section h2 {
    font-size: 18px;
    margin: 10px 0 0;
}

.post-title {
	font-size: 50px;
    color: #f8ab08;
    margin: 15px 0 0px;
    text-align: center;
}

.entry-meta {
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}

.entry-meta a {
	color: black;
}

.featuredimg {
	width: 450px;
    border: 5px solid #f8ab08;
}

.sharepost {
	background: #f5f5f5;
    padding: 15px;
    border: 1px solid #d4d4d4;
    margin-top: 20px;
}

.sharepost p {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 17px;
}

.big-box {
	height: 800px;
}

.small-box {
	height: 400px;
}

#hero {
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 20px;
}

#hero {
    height: 630px;
}

#hero div.col {
    position: absolute;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#hero div.col.one {
    width: 50%;
}

#hero-one {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 5px;
}

#hero a.inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: #CFCFCF;
}

#hero a.inner figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -webkit-transform: translateZ(0);
    margin: 0;
}

#hero div.col.two {
    width: 25%;
    left: 50%;
}

#hero-two {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 45%;
}

#hero-two a.inner {
    bottom: 5px;
}

#hero a.inner footer {
    -webkit-transform: translateZ(0);
    position: absolute;
    width: 100%;
    background: #111;
    background: rgba(15,15,15,0.78);
    bottom: -2px;
    color: #fff;
    left: 0;
    color: white;
}

#hero a.inner footer figcaption {
    padding: 20px 20px 24px 20px;
}

#hero-two a.inner footer {
    -webkit-animation: footerSlide 400ms 0 ease-out normal;
    animation: footerSlide 400ms 0 ease-out normal;
}

#hero-three {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    top: 55%;
}

#hero-three a.inner {
    top: 5px;
}

#hero-three a.inner footer {
    -webkit-animation: footerSlide 400ms 0.1s ease-out backwards;
    animation: footerSlide 400ms 0.1s ease-out backwards;
}

#hero div.col.three {
    width: 25%;
    left: 75%;
}

#hero-four {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 0;
    bottom: 60%;
}

#hero-four a.inner {
    bottom: 5px;
}

#hero-four a.inner footer {
    -webkit-animation: footerSlide 400ms 0.2s ease-out backwards;
    animation: footerSlide 400ms 0.2s ease-out backwards;
}

#hero-five {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 0;
    top: 40%;
}

#hero-five a.inner {
    top: 5px;
}

#hero-five a.inner footer {
    -webkit-animation: footerSlide 400ms 0.3s ease-out backwards;
    animation: footerSlide 400ms 0.3s ease-out backwards;
}

#hero a.inner footer figcaption h2, #hero a.inner footer figcaption p {
    line-height: 1.4em;
    margin: 0;
}

#hero a.inner footer figcaption h2 {
	font-size: 17px;
	color: white;
}

#hero a.inner footer figcaption p {
	font-size: 11px;
}

#hero a.inner:hover figure {
    -webkit-transition: -webkit-transform 600ms ease-out,box-shadow 150ms ease-out;
    -webkit-transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out;
    transition: transform 600ms ease-out,box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.inside-border:after {
    position: absolute;
    bottom: 35px;
    width: 100%;
    height: 70px;
    background: #f8ab08;
    left: 0;
    z-index: 0;
}

.overflowimg {
	position: relative;
	z-index: 1;
}

.post-box {
	text-align: center;
	color: white;
}

.latest-news h2 {
    font-size: 22px;
    margin: 20px 0 0px;
    color: white;
    font-family: "aller", sans-serif;
    font-weight: bold;
}

.yellowbg {
	background: #f8ab08;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 250px;
}

.yellowbg a.button {
    border: 2px solid #77787b;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.greybg {
	background: #77787b;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 250px;
}

.greybg a.button {
    border: 2px solid white;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.blog-image {
	background-size: cover;
	background-position: center;
	height: 250px;
	display: block;	
}

.nopadding {
	padding: 0;
}

.five-columns.vc_row .vc_col-sm-2 {
	float: left;
	width: 18.8%;
	padding: 0;
	margin-right: 1.5%;
	min-height: 0;
}

.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
	margin-right: 0;
}

.arrowafter:after {
	content: "";
    background-image: url(images/Arrow.svg);
    width: 37px;
    height: 44px;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -115px;
    bottom: -44px;
}

.arrowafter {
	position: relative;
}

body.woocommerce-page .title-header {
    padding-top: 40px;
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-menu li {
	float: left;
	margin-right: 22px;
}

#footer-menu li a {
	color: white;
	text-decoration: none;
}

#footer-menu li:before {
	content: "•";
	color: #f8ab08;
	margin-right: 8px;
}

#footer-menu li.styled a {
	color: #f8ab08;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*
@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller-Bold.eot');
	src: url('fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aller-Bold.woff') format('woff'),
		url('fonts/Aller-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller-Light.eot');
	src: url('fonts/Aller-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aller-Light.woff') format('woff'),
		url('fonts/Aller-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller.eot');
	src: url('fonts/Aller.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aller.woff') format('woff'),
		url('fonts/Aller.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Lemon Tuesday';
	src: url('fonts/LemonTuesday.eot');
	src: url('fonts/LemonTuesday.eot?#iefix') format('embedded-opentype'),
		url('fonts/LemonTuesday.woff') format('woff'),
		url('fonts/LemonTuesday.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 28px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f8ab08;
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/* Woo */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0;
    left: auto;
    color: #f8ab08;
    border: 2px solid #f8ab08;
    background-color: white;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #f8ab08;
    text-decoration: none;
    background-image: none;
    color: white;
}

.cart_totals  h2 {
	color: #f8ab08;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 50%;
    margin: 0 auto;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: center;
    font-size: 60px;
    color: #f8ab08;
    margin-bottom: 10px;
    line-height: 1.2;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #4c4d4f;
    text-align: center;
    font-size: 24px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 0 0;
    display: inline-block;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: inline-block;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: white;
    color: #f8ab08;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #f8ab08;
    border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #f8ab08;
    color: #fff;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 0.5em;
}

.sku_wrapper {
	font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #f8ab08;
    background-color: white;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 1em;
    color: #f8ab08;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f8ab08;
    color: white;
    border-bottom-color: #f8ab08;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 2px solid #f8ab08;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 6px solid #a46497;
}

.woocommerce-message {
    border-top-color: #f8ab08;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 6px solid #f8ab08;
}

.woocommerce-info:before {
    color: #4c4d4f;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #f8ab08;
    color: white;
}

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

.woocommerce ul.products li.product .price {
    color: #4c4d4f;
    font-size: 18px;
}

.woocommerce ul.products li.product h3 {
	font-size: 30px;
}

.woocommerce .products .star-rating {
    margin: 0 auto .5em;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 auto;
	float: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 130px;
}


@media (max-width: 767px) {

	.buttonslide a {
	    border: 1px solid #f8ab08;
	    padding: 5px 10px;
	    font-size: 8px;
	}

	.content-area {
		padding-top: 20px;
	}

	.top-text {
		font-size: 30px !important;
	}

	.five-columns.vc_row .vc_col-sm-2 {
		width: 100%;
	}

}
