/*
	Theme Name: Tytex
	Description: Tytex 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;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
}
ul li {
color: #454545;
font-size: 1.1em;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
line-height: 1.7em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
color: 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;
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
color: #fc4c02;
text-decoration: underline;
}
p { 
color: #454545; 
font-size: 1.1em; 
padding: 0;
line-height: 1.7em;
}
strong {
font-family: 'ProximaBold', arial;
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*   Black:  #2D2926              */
/*   Blue:   #1d78be              */
/*   Yellow: #facc0f              */
/*   Orange: #fc4c02              */  
/*                                */
/*================================*/

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

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

@font-face {
    font-family: "ProximaBold";
    src: url("fonts/proxima_nova_bold-webfont.eot");
    src: url("fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/proxima_nova_bold-webfont.woff") format("woff"),
         url("fonts/proxima_nova_bold-webfont.ttf") format("truetype"), 
         url("fonts/proxima_nova_bold-webfont.svg#proxima_nova_bold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaBlack";
    src: url("fonts/proxima_nova_black-webfont.eot");
    src: url("fonts/proxima_nova_black-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/proxima_nova_black-webfont.woff") format("woff"),
         url("fonts/proxima_nova_black-webfont.ttf") format("truetype"), 
         url("fonts/proxima_nova_black-webfont.svg#proxima_nova_black-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/*===== Divs =====*/
#top-bar {
width: 100%;
height: 50px;
}

#header {
position: relative;
background: url("images/menu-bg.png") center right 100px no-repeat #2D2926;
width: 100%;
height: 125px;
}

#logo {
display: block;
float: left;
margin: 0;
padding: 20px 0 0 10px;
z-index: 9999;
}

#menu {
position: relative;
background: none repeat scroll 0 0 transparent;
height: 50px;
padding: 40px 0 0;
z-index: 999;
}

#banner {
position: relative;
background: url("images/full-banner-bg.jpg") center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 500px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 20%;
left: 80px;
}

.container {
margin: 0;
padding: 0;
overflow: hidden;
}

.container h2 {
padding: 20px 0;
}

.container h3 {
padding: 20px 0;
}

.topadjust {
padding: 60px 0 0;
margin: 0;
}

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

.main-content.dark {
background: url("images/footer-bg.png") center bottom no-repeat #2D2926;
}

.main-content.grey {
background-color: #f9f9f9;	
}

.orange-bar {
background-color: #fc4c02;
width: 100%;
height: 10px;
}

.blue-bar {
background-color: #1d78be;
width: 100%;
height: 10px;
}

.yellow-bar {
background-color: #facc0f;
width: 100%;
height: 10px;
}

.green-bar {
background-color: #00938f;
width: 100%;
height: 10px;
}

.icon-row {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

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

.scroll-up {
background: #fc4c02;
clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-moz-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-o-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
color: #ffffff;
text-align: center;
padding: 25px 30px;
position: absolute;
top: 0;
right: 100px;
line-height: 1;
cursor: pointer;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}

.orange-ribbon {
background-color: #fc4c02;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
max-width: 300px;
padding: 7px 20px 5px 30px;
margin: 0;
}

.yellow-ribbon {
background-color: #facc0f;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
max-width: 300px;
padding: 7px 20px 5px 30px;
margin: 0;
}

.blue-ribbon {
background-color: #1d78be;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
max-width: 300px;
padding: 7px 20px 5px 30px;
margin: 0;
}

.green-ribbon {
background-color: #00938f;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
max-width: 300px;
padding: 7px 20px 5px 30px;
margin: 0;
}

.banner-ribbon {
width: 450px;
}

#footer {
position: relative;
background: url("images/footer-bg.png") center bottom no-repeat #2D2926;
width: 100%;
min-height: 300px;
padding: 80px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding: 0 10px;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1300px;
height: 500px;
margin: 0 auto;
}

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

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

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

.video-wrapper {
width: 100%;
padding: 20px;
margin: 0;
}

.privacy-wrapper {
display: block;
float: right;
padding: 10px 20px 0 0;
}

.container-dark {
background-color: #2D2926;
padding: 20px;
margin: 0;
overflow: hidden;
}

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

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

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

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

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

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

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

.download-image {
display: block;
float: left;
width: 30%;
margin: 0;
padding: 0;
overflow: hidden;
}

.download-text {
display: block;
float: left;
width: 70%;
margin: 0;
padding: 0;
overflow: hidden;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
overflow: hidden;
}

.four-column {
display: block;
float: left;
width: 25%;
margin: 0;
padding: 20px;
overflow: hidden;
}

.five-column {
display: block;
float: left;
width: 20%;
margin: 0;
padding: 20px;
overflow: hidden;
}

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

.left-column-flex-50.nopad {
padding: 0;	
}

.right-column-flex-50 {
position: relative;
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 80px 40px 0;
margin: 0;
}

.right-column-flex-50.nopad {
padding: 0;	
}

.left-column-40 {
display: block;
float: left;
width: 40%;
padding: 0;
margin: 0;
overflow: hidden;
}

.right-column-60 {
display: block;
float: left;
width: 60%;
padding: 80px 40px 0;
margin: 0;
overflow: hidden;
}

.right-column-60.nopad {
padding: 0 40px;	
}

/*===== Video =====*/
video {
width: 95%;
max-width: 800px;
border: 10px solid #ffffff;
}

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

section.short {
padding: 10px 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.dark {
background-color: #2D2926;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
padding: 0;
margin: 0;
}

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

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

nav a {
position: relative;
color: #ffffff; 
display: block;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 25px;
}

nav a:hover {
color: #fc4c02;
text-decoration: none; 
}

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

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 20px center;
padding: 0 15px 0 0; 
}

.sub-menu {
background: #2d2926;
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-color: #2D2926;
width: 300px;
height: 50px;
line-height: 50px;
text-indent: unset;
border-bottom: 1px solid #c2c2c2;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

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

/*===== Product Tabs =====*/
nav.product > ul {
margin: 0;
padding: 0;
text-align: center;
}

nav.product > ul > li {
display: inline-block;
list-style: none;
}

.tab {
overflow: hidden;
background-color: #221e20;
margin: 40px 0 0;
}
.tab button {
background-color: inherit;
border: none;
outline: 0;
cursor: pointer;
padding: 14px 25px;
transition: 0.3s;
color: #fff;
font-family: Montserrat, sans-serif;
font-size: 1em;
text-transform: upppercase;
border-right: 1px solid #fff;
}
.tab button.first {
border-left: 1px solid #fff;
}
.tab button:hover {
color: #fc4c02;
}
.tab button.active {
color: #fc4c02;
}
.tabcontent {
display: none;
padding: 40px 10px;
}

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

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-family: 'ProximaThin', sans-serif;
}

.normal {
font-family: 'ProximaReg', sans-serif;
}

.bold {
font-family: 'ProximaBold', sans-serif;
}

.extrabold {
font-family: 'ProximaBlack', sans-serif;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

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

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.inline {
display: inline-block;
line-height: 48px !important;
vertical-align: bottom;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.orange {
color: #fc4c02;
}

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

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

h1 {
color: #2D2926;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h1.white {
color: #ffffff;
}

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

h2.sub {
font-size: 2.5em;
}

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

h3.white {
color: #ffffff;
}

h3.orange {
color: #fc4c02;
}

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

h4.white {
color: #ffffff;
}

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

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

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

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

p.main-text.large {       
font-size: 1.8em;
line-height: 1.5em;
}

p.main-text.product {       
font-size: 1.3em;
line-height: 1.5em;
}

p.main-text.icon {
line-height: 50px;
}

p.banner-text {       
color: #2D2926; 
font-size: 3em; 
padding: 0;
line-height: 1em;
}

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

/*===== Buttons =====*/
a.button {
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 7px 20px 5px 30px;
margin: 0 auto 10px auto;
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.orange {
background: #fc4c02;
}

a.button.large {
width: 98%;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 20px 13px 30px;
margin: 0;
}

a.button.blue {
background: #1d78be;
}

a.button.yellow {
background: #facc0f;
color: #2D2926
}

a.button.yellow:hover {
color: #ffffff;
background: #2D2926;
}

a.button:hover {
background: #2D2926;
}

a.button.green {
background: #00938f;
}

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

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

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

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;
text-decoration: none;
}

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

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

/*=== Contact Bar ===*/
/*===== Social Icons =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 16px 0 0;
float: right;
}
	
ul.contact li {
display: block;
float: left;
border-right: 1px solid #fc4c02;
color: #2D2926;
font-size: 1em; 
cursor: pointer;
height: 18px;
line-height: 18px;
text-align: center;
padding: 0 10px;
margin: 0;
text-indent: unset;
}

ul.contact li.icon {
border-right: none;	
padding: 0;
margin: 0 0 0 10px;
}

ul.contact li.facebook {
background:url('images/facebook.png') no-repeat 50% 0;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
max-height: 100%;
}

img.banner {
position: absolute;
bottom: 0;
right: 0;
}

img.product {
width: 300px;
}

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

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

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Poppins', 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; 
}

/*===== Contact Form =====*/
label.editor {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.wpcf7-text {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: 'ProximaReg', sans-serif;
font-size: 0.875em;
font-weight: 300;
height: 35px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px 10px;
width: 90%;	
}

.wpcf7-textarea {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: 'ProximaReg', sans-serif;
font-size: 0.875em;
font-weight: 300;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px 10px;
width: 96.5%;	
}

.wpcf7-submit {
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-moz-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-o-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
background: #fc4c02;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 8px 20px 8px 30px;
margin: 10px 0 0;
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;
}

.wpcf7-submit:hover {
color: #2d2926;
background: #ffffff;
}

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

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

/*===== WP Article =====*/
article {
margin: 0 0 20px;
padding: 0;
overflow: hidden;
}

article ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

article ul li {
color: #454545; 
font-size: 1.1em; 
font-family: 'Lato', sans-serif;
line-height: 1.7em;
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Poppins', 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: 'Poppins', 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 =====*/
a.more-link {
padding: 10px 0;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: 'Poppins', sans-serif;
font-weight: 400;
text-decoration: none;
}

a.more-link::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
margin-left: 6px;
transform: rotate(45deg);
width: 0.4em;
margin-left: 5px;
-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.more-link:hover::after {
margin-left: 15px;	
}

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

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

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

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

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

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

.mean-container .mean-nav ul li {
	background-color: #2d2926;
    position: relative;
    float: left;
    width: 100%
}

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

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

.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 {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 50px;
	height: 50px;
	padding: 0 10px 10px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    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
}

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

#logo {
width: 100%;
text-align: center;
}

#header {
background-image: none;
height: 175px;
}

#menu {
clear: both;
padding: 15px 0 0;
}

#banner {
height: 300px;
}

#banner-wrapper {
height: 300px;
}

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

#banner01 {
display: none;
}

#banner02 {
display: none;
}

#banner03 {
display: none;
}

#banner04 {
display: none;
}

.banner-ribbon {
width: 300px;
margin: 0 auto !important;
}

.blue-ribbon {
max-width: 250px;
padding: 7px 10px 5px 20px; 
}

.yellow-ribbon {
max-width: 250px;
padding: 7px 10px 5px 20px; 
}

.orange-ribbon {
max-width: 250px;
padding: 7px 10px 5px 20px; 
}

.scroll-up {
right: 10px;	
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
padding: 0;
}

.hide {
display: none !important;
}

.topadjust {
padding: 0;
}

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

.privacy-wrapper {
float: left;
}

.two-column {
width: 100%;
margin: 5px 0;
}

.four-column {
width: 50%;
padding: 20px 10px;
}

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

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

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
order: 1;
padding: 40px 10px 0;
}

.left-column-flex-50.nopad {
display: none;
}

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

.right-column-flex-50.nopad {
display: none;
}

label.editor {
width: 100%;	
}

.wpcf7-textarea {
width: 90%;	
}

h4 {
font-size: 1.1em;
}

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

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

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

img.product {
width: 200px;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#logo {
width: 100%;
text-align: center;
}

#header {
background-image: none;
height: 175px;
}

#menu {
clear: both;
padding: 10px 0 0;
}

#banner {
height: 300px;
}

#banner-wrapper {
height: 300px;
}

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

#banner01 {
display: none;
}

#banner02 {
display: none;
}

#banner03 {
display: none;
}

#banner04 {
display: none;
}

.banner-ribbon {
width: 400px;
margin: 0 auto !important;
}

.blue-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.yellow-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.orange-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.scroll-up {
right: 10px;	
}

.topadjust {
padding: 0;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 15px;
}	  

nav a.last {
padding: 0 15px;
}

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

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

.privacy-wrapper {
float: left;
}

.two-column {
width: 100%;
margin: 5px 0;
}

.four-column {
padding: 10px;
}

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

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

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
order: 1;
padding: 40px 10px 0;
}

.left-column-flex-50.nopad {
display: none;
}

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

.right-column-flex-50.nopad {
display: none;
}

label.editor {
width: 100%;	
}

.wpcf7-textarea {
width: 90%;	
}

h4 {
font-size: 1.1em;
}

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

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

img.product {
width: 250px;
}			  
			  
}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {
			  
#logo {
width: 100%;
text-align: center;
}

#header {
background-image: none;
height: 175px;
}

#menu {
clear: both;
padding: 10px 0 0;
}

#banner {
height: 300px;
}

#banner-wrapper {
height: 300px;
}

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

#banner01 {
display: none;
}

#banner02 {
display: none;
}

#banner03 {
display: none;
}

#banner04 {
display: none;
}

.banner-ribbon {
width: 400px;
margin: 0 auto !important;
}

.blue-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.yellow-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.orange-ribbon {
max-width: 270px;
padding: 7px 10px 5px 20px; 
}

.scroll-up {
right: 10px;	
}

.topadjust {
padding: 0;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 15px;
}	  

nav a.last {
padding: 0 15px;
}

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

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

.privacy-wrapper {
float: left;
}

.two-column {
width: 100%;
margin: 5px 0;
}

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

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

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
order: 1;
padding: 40px 10px 0;
}

.left-column-flex-50.nopad {
display: none;
}

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

.right-column-flex-50.nopad {
display: none;
}

label.editor {
width: 32%;	
}

.wpcf7-textarea {
width: 94%;	
}

h4 {
font-size: 1.1em;
}

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

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

img.product {
width: 250px;
}
			  
}



/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 916.99px) 
			  and (min-width: 769px) {
				  
#logo {
width: 100%;
text-align: center;
}

#header {
background-image: none;
height: 175px;
}

#menu {
clear: both;
padding: 10px 0 0;
}

#banner {
height: 400px;
}

#banner-wrapper {
height: 400px;
}

.banner-content {
top: 15%;
left: 10px;
}

#banner01 {
display: none;
}

.banner-ribbon {
width: 400px;
}

.two-column {
width: 100%;
margin: 5px 0;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 15px;
}	  

nav a.last {
padding: 0 0 0 15px;
}

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

.privacy-wrapper {
float: left;
}

label.editor {
width: 32%;	
}

.wpcf7-textarea {
width: 94%;	
}

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


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

#header {
background: url("images/menu-bg.png") center right no-repeat #2D2926;
}

#menu {
padding: 40px 125px 0;
}

#banner {
height: 400px;
}

#banner-wrapper {
height: 400px;
}

.banner-content {
top: 15%;
left: 10px;
}

.two-column {
width: 100%;
margin: 5px 0;
}			  
			  
}



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

#header {
background: url("images/menu-bg.png") center right no-repeat #2D2926;
}

#menu {
padding: 40px 125px 0;
}

.banner-content {
left: 10px;
}			  
			  
}


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

#header {
background: url("images/menu-bg.png") center right no-repeat #2D2926;
}

#menu {
padding: 40px 125px 0;
}			  
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1612px) 
			  and (min-width: 1405px) {
			  
#header {
background: url("images/menu-bg.png") center right no-repeat #2D2926;
}
			  
}