/******************************************************************
Theme Name: Wireless Armour
Theme URI: http://www.pynkandfluffy.com
Author: Dan Hurell
Author URI: http://www.pynkandfluffy.com
Version: 1.0
*******************************************************************/
/******************************************************************
FOUNDATION
*******************************************************************/
.row {
	max-width: 1200px;
}
/*
[class*="block-grid-"] {
  margin: 0 -2.625rem;
}
[class*="block-grid-"] > li {
   padding: 0 2.625rem 1.25rem;
}*/
/******************************************************************
VERTICALLY CENTER
*******************************************************************/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform: translateY(-50%);
}
/******************************************************************
TAGS
*******************************************************************/
BODY {
	font-family: 'Roboto', sans-serif;
	color: #7F7F7F;
	background: #FFFFFF;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	line-height: 100%;
	font-weight: normal;
}
H1 {
	font-size: 2.25rem;
	margin-bottom: 20px;
	color: #111111;
	font-weight: 100;
}
H2 {
	font-size: 1.75em;
	margin-bottom: 20px;
	color: #111111;
	line-height: 120%;
	font-weight: 100;
}
h2.post-title {
	margin-bottom: 5px;
}
H3 {
	color: #111111;
	font-size: 1.125rem;
	font-weight: 100;
	margin-bottom: 20px;
}
H3.page-title {
	text-transform: uppercase;
	color: #7F7F7F;
	margin-bottom: 17px;
}
H4 {
	font-size: 0.875em;
}
LI,
P {
	margin-bottom: 20px;
	color: #7F7F7F;
	line-height: 160%;
	font-size: 0.875rem;
	font-weight: 300;
}
p.post-date {
	margin-bottom: 5px;
}
UL {
	margin-left: 0px;
}
dl.accordion {
	margin-bottom: 20px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
dl.accordion A,
dd.accordion-navigation .content,
dd.accordion-navigation .active {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.accordion .accordion-navigation, .accordion dd {
	margin-bottom: 1px !important;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
select {
	padding-right: 2rem;
}
/******************************************************************
LINKS
*******************************************************************/
A {
	color: #111111;
	text-decoration: none;
}
A:hover {
	color: #0585ED;
	text-decoration: none;
}
.btn-white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #111111;
}
.btn-white:hover {
	background-color: #0585ED;
	border-color: #FFFFFF;
	color: #111111;
}
/******************************************************************
STRUCTURE
*******************************************************************/
.preload {
	opacity: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/******************************************************************
HEADER
*******************************************************************/
.header-home {
	position: absolute;
	padding: 1.625rem 0;
	background: rgba(255, 255, 255, 0.6); 
	top: 50px;
	width: 100%;
	z-index: 1000;
}
.fixed {
    position:fixed;
    top:0;
	background: rgba(255, 255, 255, 1); 
}
.header {
	position: fixed;
	top: 0px;
	padding: 1.4em 0;
	background:#F2F2F2; 
	width: 100%;
	z-index: 1000;
}
/******************************************************************
CART
*******************************************************************/
.header UL.site-header-cart {
	top: auto;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}
.site-header-cart {
	position: absolute;
	top: 0px;
	right: 0px;
}
.site-header-cart A.cart-contents {
	background: url('images/ic-cart.png') no-repeat right center;
	padding-right: 30px;
	color: #131315;
	opacity: 0.5;
	text-deocration: none;
}
.site-header-cart A.cart-contents:hover {
	opacity: 1;
}
.header-page .site-header-cart {
	position: relative;
	top: auto;
	right: auto;
}
.header-page UL.site-header-cart {
	top: auto;
	margin-bottom: 0px;
}
/******************************************************************
NAV
*******************************************************************/
#nav {
	height: 32px;
	max-height: 32px;
	margin-top: 0;
}
.header #nav {;
	margin-top: 0;
}
#nav UL{
	display: inline-block;
    margin: 0 auto;
	padding: 0px;
}
#nav UL LI {
	list-style: none;
	display: inline;
	height: 32px;
	line-height: 32px;
	margin-right: 29px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.875rem;
}
#nav UL LI.last {
	margin-right: 0px;
}
#nav UL LI A {
	color: #141315;
	text-deocration: none;
}
#nav UL LI A:hover {
	color: #0585ED;
}
.slicknav_menu {
	display:none;
}
.bighead #nav {
	margin-top: 1.25em;
}
.bighead #nav UL LI {
	font-size: 1rem;
}
/******************************************************************
SM LINKS
*******************************************************************/
#nav ul.social-media {
}
/******************************************************************
HERO
*******************************************************************/
#hero {
	max-height: 836px;
	height: 836px;
	background-color: #000000;
}
.hero {
	max-width: 1500px;
	height: 836px;
	marign: 0 auto;
	width: auto;
	position: relative;
	background-position: bottom center;
  	background-repeat: no-repeat;
	
}
.hero-copy {
	position: absolute;
	bottom: 18%;
	right: 3%;
	max-width: 500px;
	width: auto;
}
.hero-copy h1 {
	color: #FFFFFF;
	font-size: 2.75em;
	font-weight: 100;
	line-height: 120%;
	margin: 0 0 25px 0;
}
.hero-copy h1 A {
	color: #FFFFFF;
}
.hero-copy h1 A:hover {
	color: #FFFFFF;
}
.hero-copy P {
	color:#C5C5BF;
	font-weight: 300;
	line-height: 150%;
	font-size: 1.125em;
	margin: 0 0 25px 0;
}
.hero .btn {
	padding: 10px 20px;
	font-size: 1em;
}
.orbit-bullets-container {
	text-align: left;
	bottom: 10px;
	right: 10px;
	position: absolute;
}
/******************************************************************
FEATURED PRODUCTS
*******************************************************************/
#featured-products {
	padding: 50px 0;
	background-color: #FFFFFF;
}
#featured-products h2 {
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 1.5em 0;
	font-size: 1.5rem
}
.page #featured-products {
	background-color: #F2F2F2;
	margin-top: 2em;
}
/******************************************************************
MAIN
*******************************************************************/
#main {
	margin-top: 120px; 
}
/******************************************************************
CONTENT
*******************************************************************/
.featured-image {
	margin-bottom: 2em;
}
.page-content {
	padding-top: 1em;
}
.page-content h3 {
	line-height: 120%;
	margin-top: 1.5em;
}
.page-content h3 {
	font-weight: 300;
	line-height: 120%;
	margin-top: 1.5em;
}
.page-content P {
	font-weight: 300;
	line-height: 160%;
}

/******************************************************************
BLOG
*******************************************************************/
.post-item {
	margin-bottom: 2em !important;
	padding-bottom: 0em;
}
.post-item h2 {
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 0.5em 0;
	font-size: 1.125rem
}
P.post-date {
	font-size: 0.75em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post .navigation {
	padding-top: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-top: 1px solid #F2F2F2;
	
}
h2.news-title {
	font-size: 1.125rem;
	font-weight: 300;
}
/******************************************************************
XSELLS
*******************************************************************/
.xsell {
	margin-bottom: 2rem;
	background-color: #F2F2F2;
	padding: 1em;
}
.xsell h3 {
	font-size: 0.875rem;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	color: #111111;
	text-transform: uppercase;
	font-weight: 400;
	
}
.xsell ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xsell ul li {
	font-size: 0.875rem
}
/******************************************************************
LATEST POSTS
*******************************************************************/
#latest-posts {
	padding: 70px 0;
	background: #111111;
}
#latest-posts li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
#latest-posts .featured-image {
	margin-bottom: 20px;
}
#latest-posts h2  {
	margin-bottom: 10px;
}
#latest-posts h2 A {
	color: #FFFFFF;
}
#latest-posts h2 A:hover {
	color: #0585ED;
}
#latest-posts P {
	color: #B5B8BA;
	margin-bottom: 0px;
	font-size: 0.875em;
}
#latest-posts P.date {
	font-size: 0.75em;
	margin-bottom: 20px;
}
/******************************************************************
FOOTER
*******************************************************************/
#footer {
	padding: 40px 0;
	background-color: #FFFFFF;
}

#footer h4 {
	color: #111111;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 400;
	margin-bottom: 20px;
}
#footer P {	
	color: #A0A0A0;
	font-size: 0.813em;
}
#footer .formError {
	position: relative !important;
	margin-bottom: 0.5rem;
	border: none;
	background: none;
	color: #FF0000;
	top: auto !important;
	left: auto !important;
}
#footer .formError .formErrorContent {
	border: none;
	background: none;
	color: #FF0000;
	font-family: 'Roboto', sans-serif;
	font-size: 0.75rem;
	padding: 0;
    width: auto;
    z-index: 5001;
}
#menu-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu-footer-menu li {
	display: inline-block;
	font-size: 0.875rem;
	margin-right: 0.5rem;
}
#menu-footer-menu li:last-child {
	margin-right: 0;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: transparent !important;
    border: none !important;
	padding: 0px;
}
.widget_wysija_cont .updated li {
	font-family: 'Roboto', sans-serif;
	font-size: 0.875rem;
}
/******************************************************************
WOOCOMMERCE RESET
*******************************************************************/
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
	-webkit-box-shadow:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding: .75em 0;
	margin: 0;
	font-size: 1.125em;
	font-weight: 300;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #111111;
	display: block;
	font-weight: 300;
	margin-bottom: .75em;
	font-size: 1.125em;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	font-size: 0.875em;
	text-transform: uppercase;
	margin: 0;
	line-height: 100%;
	cursor: pointer;
	position: relative;
	font-family: 'Roboto', sans-serif;
	overflow: visible;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 400;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	left: auto;
	color: #FFFFFF;
	text-shadow: none;
	border: none;
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
	background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
	background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
	background: #0585ED;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d4cdd2));
	background: -webkit-linear-gradient(#f7f6f7,#d4cdd2);
	background: -moz-linear-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
	background: -moz-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
	background: #111111;
}
p.woocommerce-result-count {
	display: none;
}
.woocommerce-page ul.products {
	padding-top: 50px;
}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow:none;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
/******************************************************************
MESSAGES
*******************************************************************/
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  background-color: transparent;
  content: "\2713";
  padding: 0;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: relative;
  float: left;
  margin-right: 1em;
  top: 0;
  left: 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: none;
  padding: 1em;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    padding: 1em !important;
    margin: 0 0 2em !important;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f7f6f7;
    color: #5e5e5e;
    text-shadow: none;
    list-style: none!important;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/******************************************************************
PRODUCT
*******************************************************************/
.woocommerce-ordering {
	display: none;
}
.woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 1em;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	margin-bottom: auto;
	padding: 0m;
	font-size: 1rem;
	background-color: transparent;
	color: #333333;
}
.variations {
	width: 100%;
}
.variations label {
	width: auto;
}
.product_meta {
	display: none;
}
#pa_size {
	width:150px;
}
/******************************************************************
SALE
*******************************************************************/
.woocommerce span.onsale, .woocommerce-page span.onsale {
    min-height: 32px;
    min-width: 32px;
    padding: 0px;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #a2c094;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2c094), to(#85ad74));
    background: -webkit-linear-gradient(#a2c094, #85ad74);
    background: -moz-linear-gradient(center top, #a2c094 0, #85ad74 100%);
    background: -moz-gradient(center top, #a2c094 0, #85ad74 100%);
    text-shadow: 0 -1px 0 #85ad74;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/******************************************************************
CART
*******************************************************************/
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-weight: 700;
    line-height: 120%;
    padding: 1rem;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    border-top: none;
    padding: 1em;
    vertical-align: middle;
}
.woocommerce #content table.cart img, .woocommerce table.cart img,
.woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 150px;
}
.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #7F7F7F;
    text-decoration: none;
    font-weight: 700;
}
.woocommerce #content table.cart a.remove:hover, .woocommerce table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover {
    background-color: #7F7F7F;
    color: #fff;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 40px;
    height: 28px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 0 2px 0 #f7f6f7;
    -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
    font-weight: 700;
    -moz-appearance: textfield;
}
.woocommerce td.product-name a {
	font-size: 1rem;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
    font-weight: 400;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
	font-size: 0.813rem;
}
.woocommerce td.product-name dl.variation {
	margin-top: 0.5rem;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 0;
	font-size: 0.813rem;
	color: rgb(207, 207, 207);
}
.woocommerce td.product-name dl.variation dd p {
	font-size: 0.813rem;
	line-height: 20px;
	font-weight: 400;
	color: rgb(34, 34, 34);
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1em;
	width: 200px;
}
.coupon {
	float: left;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    float: right;
	margin-top: 7px;
}
.woocommerce .cart .coupon .button {
    float: none;
}
.woocommerce-cart .woocommerce form {
    float: none;
	width: auto;
}
div.cart-collaterals {
	float: none;
	width: auto;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 6px;
    padding: 0;
	background: #F7F7F7;
	margin-bottom: 1.25rem;
	border: none;
	table-layout: auto;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: none;
	padding: 0.875rem;
}
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #0585ED;
    border: none;
    color: #fff;
    text-shadow: none;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #111111;
    color: #fff;
    text-shadow: none;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	font-size: 0.875em;
	text-transform: uppercase;
	margin: 0;
	line-height: 100%;
	cursor: pointer;
	position: relative;
	font-family: 'Roboto', sans-serif;
	overflow: visible;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 400;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	left: auto;
	color: #FFFFFF;
	text-shadow: none;
	border: none;
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
	background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
	background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
	background: #0585ED;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.checkout-button.button.alt.wc-forward {
	font-size: 1em;
	padding: 10px 15px;
}
.wc-forward a:after, .wc-forward:after {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0px;
    content: "";
}
/******************************************************************
CHECKOUT
*******************************************************************/
.woocommerce form.checkout {
	width: 100%;
}
.woocommerce .woocommerce-info {
	display: none;
}
div.col-1,
div.col-2 {
	float: left;
	width: 50%;
	margin-bottom: 2.5rem;
}
#shipping_address_2,
#billing_address_2_field {
	margin-left: 130px;
}
h3#order_review_heading {
	clear: both;
}
h3#ship-to-different-address label {
	width: auto;
	height: auto;
	font-weight: 300;
	line-height: 120%;
	margin-top: 0;
}
input#ship-to-different-address-checkbox.input-checkbox {
	margin-bottom: 0px;
}
.payment_methods label {
	width: auto;
	height: auto;
	float: none;
	line-height: 120%;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1.5rem;
    margin: 1em 0;
    font-size: 1em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    background: #FFFFFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #5e5e5e;
    text-shadow: none;
}
div.payment_box fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: none;
    clear: none;
}

#ship-to-different-address-checkbox {
	margin-left: 20px;
}
#mailpoet_checkout_field label {
	width: 100%;
}
/******************************************************************
MY ACCOUNT
*******************************************************************/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon, .woocommerce-page form.login,
.woocommerce-page form.register {
    border: none;
    padding: 0;
	padding-right: 30px;
    margin: 2em 0;
    text-align: left;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce form.login label, .woocommerce form.register label {
	width: auto;
}
form.login label.inline {
	float: left;
	padding: 0 !important;
	padding-right: 20px !important;
}
form.login input[type="submit"] {
	
}
div#select2-drop.select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
	max-width: 400px !important;
	
	border-top: 1px solid #666 !important;
	padding-top: 10px;
}
.select2-container .select2-choice>.select2-chosen {
	line-height: 36px;
}
li.select2-result-selectable {
	color: #111111;
}

/******************************************************************
As Seen In
*******************************************************************/
#featured-in .container .row .columns h1 {
	text-align:center;
	margin-top:25px;
}
#featured-in .container .row .columns ul li .inner {
	min-height:150px;
	border:1px solid #333333;
	border-radius:20px;
	margin-right:10px;
	margin-left:10px;
	overflow:hidden;
}
#featured-in .container .row .columns {
	position:relative;
}
#featured-in .container .row .columns .orbit-bullets-container {
    bottom: -40px;
    position: absolute;
    right: 40px;
    text-align: left;
	z-index:100001;
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li
{
float:left;
}
#shipping_method label
{
width: 181px;
    height: auto;
}



/******************************************************************
RESPONSIVE
*******************************************************************/

/******************************************************************
MEDIA QUERIES - SMALL
*******************************************************************/
@media only screen and (max-width: 54em) {
}
@media only screen and (max-width: 40em) {
	/******************************************************************
	HEADER
	*******************************************************************/
	.header {
		position: relative;
		top: auto;
	}
	/******************************************************************
	NAV
	*******************************************************************/
	ul#menu-main-menu-2,
	ul#menu-main-menu  {
		display: none !important;
	}
	.slicknav_menu {
		display:block;
	}
	/******************************************************************
	MAIN
	*******************************************************************/
	#main {
		margin-top: 2rem;
	}
	
	/******************************************************************
	HERO
	*******************************************************************/
	.hero,
	#hero {
		height: 450px;
	}
	.hero {
		background-size: cover;
	}
	.hero-copy {
		bottom: 3%;
		right: 3%;
		max-width:60%;
		background-color: rgba(255,255,255,0.7);
		padding: 2%;
	}
	.hero-copy h1 {
		font-size: 1.75em !important;
		line-height: 110%;
		margin: 0 0 20px 0;
		color: #111111;
	}
	.hero-copy h1 A {
		color: #111111;
	}
	.hero-copy h1 A:hover {
		color: #FFFFFF;
	}
	.hero-copy P {
		font-size: 0.875rem !important;
		margin: 0 0 20px 0;
		color: #111111;
	}
	/******************************************************************
	FOOTER
	*******************************************************************/
	footer .newsletter {
		margin-bottom: 2em;
	}
	/******************************************************************
	WOOCOMMERCE
	*******************************************************************/
	div.col-1,
	div.col-2 {
		float: none;
		width: auto;
		margin-bottom: 2.5rem;
	}
	#billing_address_2_field {
		margin-left: 0px;
	}
}
@media only screen { }

/******************************************************************
MEDIA QUERIES - MENDIUM
*******************************************************************/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}
@media only screen and (min-width: 40.063em) and (max-width: 54em) {
}

@media only screen and (min-width: 40.063em) {}
@media only screen and (max-width: 75em) {
	
}
/******************************************************************
MEDIA QUERIES - LARGE
*******************************************************************/
@media only screen and (min-width: 64.063em) and (max-width: 90em) { }
@media only screen and (min-width: 64.063em) {
	
}
@media only screen and (min-width: 75.063em) {
}

/******************************************************************
MEDIA QUERIES - EXTRA LARGE
*******************************************************************/
@media only screen and (min-width: 90.063em) and (max-width: 120em) { }


/******************************************************************
MEDIA QUERIES - EXTRA EXTRA LARGE
*******************************************************************/
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) { }
@media only screen and (min-width: 120.063em) { }