/* 
	Theme Name: 	Finesse
	Theme URI: 		http://www.organizedthemes.com/finesse
	Description:	The WooCommerce theme
	Author: 		Organized Themes
	Author URI: 	http://www.organizedthemes.com
	Version: 		1.2.4
	Text Domain:	finesse
	License: 		GNU General Public License
	License URI: 	license.txt
*/

/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	min-height: 100%;
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
}

body {
	height: 100%;
	min-height: 100%;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
.ie8 img		   { width: auto; } /* IE 8 */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

*,
*:before,
*:after { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.fit-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.fit-video iframe,  
.fit-video object,  
.fit-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Global Elements
----------------------------------------------- */

a:focus {
	outline: thin dotted;
}

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

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hidden {
	display: none;
}

.nobr { 
	white-space: nowrap; 
}

/*  Colors
------------------------------------------------ */

body {
	background-color: #ECECEC;
	color: #212221;
}

a { 
	color: #2E9DA1; 
	text-decoration: none; 
}

a:hover { 
	color: #c7c982; 
}

::selection {
	color: #fff;
    background: #2E9DA1;
    text-shadow: none;
}

button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	color: #fff;
	background-color: #CD9B10;
}

a.button.ghost {
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
}

button:hover,
a:hover.button,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	color: #CD9B10;
	background-color: #000030;
}

a:hover.button.ghost {
	color: #CD9B10;
	border-color: #CD9B10;
	background: transparent;
}

input#submit.alt, 
a.button.alt,
button.button.alt, 
input.button.alt,
a.button.checkout {
    background-color: #2E9DA1;
    color: #fff;
}

input#submit.alt:hover, 
a.button.alt:hover, 
button.button.alt:hover, 
input.button.alt:hover,
a.button.checkout:hover {
    background-color: #1a585b;
    color: #fff
}

.mobile-menu-link a {
	color: #000;
}

#mobile-panel {
	color: #fff;
	background-color: #000;
}

#mobile-panel a {
	color: #fff;
}

#mobile-panel a:hover {
	color: #29a5be;
}

.sf-menu a {
	color: #202121;
}

.sf-menu a:hover {
	color: #29a5be;
}

.sf-menu ul li a {
	color: #fff;
	background-color: #000000;
}

.sf-menu ul li a:hover {
	color: #29a5be;
}

.sidecart a.close-toggle,
#mobile-panel a.close-toggle {
	color: #fff;
	border-color: #fff;
}

.sidecart a.close-toggle:hover,
#mobile-panel a.close-toggle:hove{
	background-color: #fff;
	color: #000;
}

a.mobile-menu-link,
#mobile-cart-link a.cart-link {
	color: #000;
}

.header-cart-total {
	background-color: #29a5be;
	color: #fff;
}

.hero-content {
	color: #fff;
}

#before-footer {
	background-color: rgba(33, 34, 33, 0.05);
}

#footer {
	color: #fff;
	background-color: #212221;
}

.cart_totals tbody {
	border: 1px solid rgba(0, 0, 0, .1);
}

.cart_totals th {
	border-right: 1px solid  rgba(0, 0, 0, .1);
	background-color:  rgba(0, 0, 0, .03);
}

div.product p.price, 
div.product span.price {
	color: #202121;
}

ul.products li.product .price {
	color: #202121;
}

div.product .stock {
    color: #202121;
}

div.product .out-of-stock {
    color: red;
}

p.demo_store {
	background-color: #3b8ba4;
}

span.onsale {
    background-color: #3b8ba4;
    color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #202121;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #202121;
}

#payment div.payment_box:after {	
	border-bottom-color: #dddfdd;
}

#payment div.payment_box {
    background-color: #dddfdd;
    color: #515151;
}

.woocommerce-checkout #payment {
	background: rgba(221, 223, 221, 0.4);
}

ul.products li.product-category h3 {
	color: #fff;
}

.woocommerce .woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce .woocommerce-message:before {
    color: #8fae1b
}

.woocommerce .woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce .woocommerce-info:before {
    color: #1e85be
}

.woocommerce .woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce .woocommerce-error:before {
	color: #b81c23;
}

.pagination a.prev:before,
.pagination a.next:after {
	background-color: #000;
	color: #fff;
}

.pagination a:hover.prev:before,
.pagination a:hover.next:after {
	background-color: #fff;
	color: #000;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.sidecart {
	color: #fff;
	background-color: #282828;
}

form.searchform,
form.mailchimp-form,
form.woocommerce-product-search {
	background-color: #fff;
}

/* Forms
----------------------------------------------- */

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
.select2-container .select2-choice {
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 16px;
	padding: 8px 9px 9px;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

input::-webkit-input-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

input::-moz-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

input:-ms-input-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

button,
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	font-size: 16px;
	border: none;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a.button.ghost {
	padding: 9px 18px;
}

input:focus,
textarea:focus {
	outline: none;
}

/* Typography
----------------------------------------------- */

body {
	font: 16px/1.3 Lucida, Verdana, sans-serif;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizelegibility;
	font-family: Lucida, Verdana, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.small {
	width: 20%;
	margin: 20px auto;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0;
}

blockquote {
	font-style: italic;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-style:	normal;
}

blockquote cite:before {
	content: '\2014';
	margin-left: 2px;
	margin-right: 2px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

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

/* Logo
------------------------------------------------ */

#logo {
	float: left;
	max-width: 30%;
	position: relative;
	z-index: 20;
}

#logo h1 {
	margin: 0;
	line-height: 1;
	font-size: 50px;
	padding: 0;
}

h1.text-logo a,
h1.text-logo a:visited,
h1.text-logo a:hover {
	color: #000000;
}

/* Header
------------------------------------------------ */

#header {
	position: relative;
	z-index: 20;
}

#header li {
	list-style-type: none;
}

.hero #header {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.hero.admin-bar #header {
	top: 34px;
}

#header-content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	height: 100px;
}

.shopping-cart-icon {
	height: 23px;
	width: 23px;
	fill: currentColor;
}

.cart-link {
	position: relative;
}

.header-cart-total {
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	right: 4px;
	border-radius: 20px;
	line-height: 1.6;
	z-index: -1;
}

#mobile-cart-link {
	display: none;
}

/*  Navigation Menu
------------------------------------------------ */

nav#primary-site-navigation {
	position: relative;
	float: right;
	text-align: center;
	margin-top: 19px;
}

ul.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu li {
	position: relative;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	padding: .75em 1em;
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul li {
	text-align: left;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

/*  Mobile Navigation Panel
------------------------------------------------ */

a.mobile-menu-link {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	cursor: pointer;
}

span.mobile-menu-icon:before {
	content: '\61';
	font-weight: 700;
	font-size: 30px;
	font-family: 'ElegantIcons';
}

span.mobile-menu-text {
	display: none;
}

#mobile-panel {
	position: fixed;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	text-align: center;
	padding: 100px 20px 50px;
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	overflow-y: auto;
	transition: left .3s linear;
	-webkit-overflow-scrolling: touch;
}

.mobile-menu #mobile-panel {
	left: 0;
}

#mobile-panel li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: capitalize;
	list-style-type: none;
	font-size: 28px;
	margin: 16px 0;
	font-weight: 700;
}

#mobile-panel ul {
	padding-left: 5%;
	padding-right: 5%;
	margin: 0;
}

#mobile-panel ul.sub-menu li {
	font-size: 18px;
	font-weight: 400;
}

#mobile-panel ul.sub-menu {
	margin-bottom: 60px;
	margin-top: 10px;
}

#mobile-panel ul.menu > li > a,
#mobile-panel ul.cd-primary-nav > li > a {
	padding-bottom: 5px;
}

#mobile-panel ul.menu > li,
#mobile-panel ul.cd-primary-nav > li  {
	margin-bottom: 60px;
}

/*  Hero Area
------------------------------------------------ */

#hero-section {
	overflow: hidden;
}

#hero-section.full {
	height: 100%;
}

.admin-bar #hero-section.full {
	height: 100%;
	height: calc(100% - 32px);
}

#hero-section.forty {
	height: 40%;
	min-height: 100px;
	max-height: 100%;
	max-height: 100vh;
}

#hero-section.sixty {
	height: 60%;
	max-height: 100%;
	max-height: 100vh;
}

.slide {
	width: 100%;
	height: 100%;
	display: table;
}

.slide.center {
	text-align: center;
}

.slide.left {
	text-align: left;
}

.slide.right {
	text-align: right;
}

.hero-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.top .hero-content {
	vertical-align: top;
	padding-top: 120px;
}

.middle .hero-content {
	vertical-align: middle;
}

.bottom .hero-content {
	vertical-align: bottom;
	padding-bottom: 10%;
	padding-bottom: 10vh;
}

h2.hero-title {
	font-size: 48px;
}

.hero-caption {
	font-size: 24px;
}

/*  Owl Carousel
------------------------------------------------ */

.owl-carousel .owl-wrapper:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel { /* display none until init */
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel,
.owl-wrapper-outer,
.owl-item,
.owl-wrapper {
	height: 100%;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
	
.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-item.loading {
	
}

.slides-navigation {
	position: absolute;
	z-index: 2;
}

.owl-controls .owl-buttons {
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	bottom: 0;
	padding: 5px 7px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-prev:before,
.owl-next:after {
	font-family: 'ElegantIcons';
	position: relative;
	font-size: 24px;
	border: none;
	padding: 7px 5px;
}

.owl-next:after {
	content: '\24';
}

.owl-prev:before {
	content: '\23';
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* Main Layout Styles
----------------------------------------------- */

#wrap {
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100% - 180px);
}

.default-builder #wrap {
	margin-top: 70px;
	clear: both;
}

.hero #wrap {
	min-height: 0;
}

#content {
	width: 61.8%;
	float: left;
	padding: 30px;
	overflow: hidden;
}

#sidebar {
	width: 38.2%;
	float: right;
	padding: 30px;
}

.sidebar-right #content {
	float: left;
}

.sidebar-right #sidebar {
	float: right;
	padding: 30px;
}

.no-sidebar #content {
	width: 100%;
	float: none;
}

.no-sidebar #sidebar {
	display: none;
}

.sidebar-left #content {
	float: right;
}

.sidebar-left #sidebar {
	float: left;
}

#sidebar hr.small,
.sidebar-right #content hr.small,
.sidebar-left #content hr.small,
.entry-header hr.small {
	margin: 20px 0;
}

hr.small.center,
#content section.blog-intro hr.small,
.no-sidebar article.post .entry-header hr.small {
	margin: 20px auto;
}

/*  Builder Styles
------------------------------------------------ */

.page-builder {
	overflow: hidden;
	max-width: 100%;
}

.section-content {
	margin: 0 auto;
	padding: 30px;
}

.no-padding .section-content {
	padding-bottom: 0;
}

.edge .section-content {
	width: 100%;
}

.custom-builder #wrap {
	width: 100%;
}

.fixed-background {
	background-attachment: fixed;
}

.scroll-background {
	background-attachment: scroll;
}

/*  Posts
------------------------------------------------ */

.no-sidebar article.post .entry-header {
	text-align: center;
}

article.post {
	margin-bottom: 50px;	
}

.no-sidebar article.post .entry-content,
.no-sidebar article.post .post-footer,
.no-sidebar .blog-intro .entry-content,
.no-sidebar .entry-meta,
.no-sidebar #comments {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blog-intro {
	margin-bottom: 50px;
	text-align: center;
}

.featured-image {
	margin: 0 auto 30px;
	max-width: 1000px;
}

.page-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

article .fit-video {
	margin-bottom: 25px;
}

p.post-meta span.comment-link {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	padding-left: 10px;
}

.sticky,
.bypostauthor {
	
}

/*  Footer
------------------------------------------------ */

#footer {
	padding: 30px 0;
	margin-bottom: -30px;
}

#footer-content {
	margin: 0 auto; 
}

#footer-final {
	display: table;
	width: 100%;
}

#footer-left p,
#footer-right p {
	margin: 0;
}

#footer-left,
#footer-right {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

#footer-left {
	clear: both;
	text-align: left;
}

#footer-right {
	text-align: right;
}

p#organizedthemes-link img {
	width: 40px;
	float: right;
}

/*  Before Footer Widgets
------------------------------------------------ */

#before-footer .widget {
	margin: 0 auto;
}

#before-footer {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#before-footer .widget {
	margin-bottom: 30px;
}

#before-footer .widget:last-of-type {
	margin-bottom: 0;
}

/*  Loading Animation
------------------------------------------------ */

#wrap.motion,
#hero-section.motion {
	animation-duration: .45s;
	-webkit-animation-duration: .45s;
	
	transition-timing-function: ease-in;
	-webkit-animation-transition-timing-function: ease-in;
	
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
}

#wrap.is-exiting,
#hero-section.is-exiting {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*  Cart Page
------------------------------------------------ */

.no-sidebar.woocommerce-cart table.cart img {
    width: 200px;
}

.no-sidebar.woocommerce-cart article form {
	width: 70%;
	float: left;
}

.no-sidebar.woocommerce-cart form.woocommerce-shipping-calculator {
	width: 100%;
	float: none;
	margin-top: 5px;
}

form.woocommerce-shipping-calculator button.button {
	padding: 5px 12px;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.no-sidebar.woocommerce-cart .cart_totals {
	width: 28%;
	float: right;
}

.cart_totals table {
	width: 100%;
}

.cart_totals th {
	width: 48%;
	text-align: right;
}

.cart_totals h2 {
	text-align: center;
}

.cart_totals p {
	margin-bottom: 0;
}

/*  WooCommerce Bits
------------------------------------------------ */

p.add_to_cart_inline span {
	margin-right: 30px;
}

ul.products a.button.add_to_cart_button,
ul.products a.button.product_type_simple {
	font-size: 12px;
	padding: 6px 9px;
	display: block;
	text-align: center;
	font-weight: 400;
}

.no-sidebar #reviews #comments {
	width: 100%;
	border-top: none;
	margin-top: 0;
}

a.reset_variations {
	display: block;
	margin-top: 5px;
}

/*  Checkout Page
------------------------------------------------ */

.no-sidebar.woocommerce-checkout #customer_details {
	width: 48%;
	float: left;
}

.no-sidebar.woocommerce-checkout h3#order_review_heading,
.no-sidebar.woocommerce-checkout #order_review {
	width: 48%;
	float: right;
}

.woocommerce-checkout-review-order-table td.product-thumbnail {
	width: 40%;
}

form.checkout_coupon input.button {
	padding: 9px 10px;
	position: relative;
	top: -2px;
}

#content .woocommerce-checkout-review-order-table {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

/*  Product Category Item
------------------------------------------------ */

ul.products li.product-category {
	text-align: center;
	cursor: pointer;
	position: relative;
	background-color: #000;
}

ul.products li.product-category img {
	margin: 0 !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

ul.products li.product-category:hover img {
	opacity: .5;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

ul.products li.product-category h3 {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.products li.product-category h3:after,
ul.products li.product-category h3:before {
	height: 1px;
	width: 30%;
	content: ' ';
	background-color: #fff;
	z-index: 20;
	position: absolute;
	left: 35%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

ul.products li.product-category h3:before {
	top: -5px;
}

ul.products li.product-category h3:after {
	bottom: -5px;
}

ul.products li.product-category:hover h3:before {
	top: -10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

ul.products li.product-category:hover h3:after {
	bottom: -10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

h3 mark.count {
	background: transparent;
	font-size: 100;
}

/* Comments
----------------------------------------------- */

#comments {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 20px;
}

.comment-navigation {
	margin: 15px 0;
	overflow: hidden;
}

.comment-navigation h3.assistive-text {
	display: none;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

ol.commentlist {
	margin-left: 0;
}

li.comment {
	padding: 15px;
	list-style-type: none;
}

#comments #respond {
	margin-top: 20px;
}

input#author,
input#email,
input#url,
textarea#comment {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

p.form-allowed-tags {
	display: none;
}

/* Pagination
----------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.pagination a.next,
.pagination a.prev {
	padding: 3px 0;
	margin: 0;
	position: relative;
	top: 1px;
}

.pagination a.next {
	float: right;
}

.pagination a.prev {
	float: left;
}

.pagination a.prev:before,
.pagination a.next:after {
	font-family: 'ElegantIcons';
	position: relative;
	font-size: 24px;
	border: none;
	padding: 7px 5px;
}

.pagination a.next:after {
	content: '\24';
}

.pagination a.prev:before {
	content: '\23';
}

span.page-numbers,
a.page-numbers {
	position: relative;
	top: 6px;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination span.current {
	font-weight: 700;
}

/* Author Bio
----------------------------------------------- */

.author-bio {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 50px;
	padding-top: 45px;
	margin-bottom: 30px;
}

.author-bio img.avatar {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 180px;
}

/* Images
----------------------------------------------- */

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignnone {
    float: none;
    display: block;
    margin: 0 0 30px 0;
}

p.size-full {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

/*  Galleries
------------------------------------------------ */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*  Media Shortcode
------------------------------------------------ */

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 30px;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* Social Icons
----------------------------------------------- */

#menu-social-media ul {
	list-style: none;
	margin: 0 0 25px;
	text-align: center;
}

#footer #menu-social-media ul {
	margin-bottom: 0;
	text-align: right;
}

#menu-social-media ul li {
	display:  inline-block;
	position: relative;
}

#menu-social-media li a::before {
	display: inline-block;
	padding: 5px;
	font-family: 'ElegantIcons';
	font-size: 26px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

#menu-social-media li.normal .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: visible;
	position: relative !important;
	width: auto;
}

ul.network-icons {
	margin: 20px 0 0;
	width: 100%;
}

ul.network-icons li a {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	position: relative;
	z-index: 10;
}

ul.network-icons li {
	display: inline-block;
	list-style-type: none;
}

ul.network-icons li a::before {
	padding: 3px;
	border-radius: 3px;	
	font: normal normal 23px/1.5 'ElegantIcons';
}

ul.network-icons li a[href*="skype.com"]::before,
#menu-social-media li a[href*="skype.com"]::before {
	content: "\e0a2";
}

ul.network-icons li a[href*="youtube.com"]::before,
#menu-social-media li a[href*="youtube.com"]::before {
	content: '\e0a3';
}

ul.network-icons li a[href*="vimeo.com"]::before,
#menu-social-media li a[href*="vimeo.com"]::before {
	content: '\e09c';
}

ul.network-icons li a[href*="twitter.com"]::before,
#menu-social-media li a[href*="twitter.com"]::before  {
	content: '\e094';
}

ul.network-icons li a[href*="pinterest.com"]::before,
#menu-social-media li a[href*="pinterest.com"]::before  {
	content: '\e095';
}

ul.network-icons li a[href*="linkedin.com"]::before,
#menu-social-media li a[href*="linkedin.com"]::before  {
	content: '\e09d';
}

ul.network-icons li a[href*="instagram.com"]::before,
#menu-social-media li a[href*="instagram.com"]::before  {
	content: '\e09a';
}

ul.network-icons li a[href*="plus.google.com"]::before,
#menu-social-media li a[href*="plus.google.com"]::before  {
	content: '\e096';
}

ul.network-icons li a[href*="flickr.com"]::before,
#menu-social-media li a[href*="flickr.com"]::before  {
	content: '\e0a6';
}

ul.network-icons li a[href*="facebook.com"]::before,
#menu-social-media li a[href*="facebook.com"]::before  {
	content: '\e093';
}

ul.network-icons li a[href*="dribbble.com"]::before,
#menu-social-media li a[href*="dribbble.com"]::before  {
	content: '\e09b';
}

ul.network-icons li.rss a::before,
#menu-social-media li.rss a::before  {
	content: '\e09e';
}

/*  Widgets
------------------------------------------------ */

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar .widget {
	padding-bottom: 30px;
}

/*  Search and MailChimp form
------------------------------------------------ */

form.searchform,
form.mailchimp-form,
form.woocommerce-product-search {
	padding: 4px;
	overflow: hidden;
	position: relative;
}

input#s,
form.mailchimp-form input#mailchimp-email,
form.woocommerce-product-search input[type="search"] {
	margin-right: 5px;
	padding: 12px 1px 12px 12px;
	font-size: 16px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	z-index: 1;
}

form.searchform .button,
form.mailchimp-form .button,
form.woocommerce-product-search .button {
	float: right;
	position: relative;
	z-index: 2;
}

/*  Search Results
------------------------------------------------ */

.search-results {
	margin-bottom: 30px;
}

/*  Slide In Cart
------------------------------------------------ */

.sidecart {
	top: 0;
	bottom: 0;
    position: fixed;
    right: -380px;
    width: 380px;
    max-width: 100%;
	padding: 30px;
	z-index: 20;
	overflow-y: auto;
	transition: right .3s linear;
	-webkit-overflow-scrolling: touch;
}

body.sidecart-open .sidecart {
  right: 0;
}

.admin-bar .sidecart {
	padding-top: 62px;
}

body.sidecart-open .close-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
}

a.close-toggle {
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
	border-width: 3px;
	border-style: solid;
	border-radius: 50%;
	padding: 8px 10px;
	cursor: pointer;
}

.admin-bar a.close-toggle {
	top: 47px;
}

.sidecart h2 {
	border-bottom: 1px solid #ebe9eb;
}

.sidecart p.total {
	font-size: 20px;
	overflow: hidden;
	text-align: right;
}

.sidecart p.total strong {
	float: left;
}

.sidecart a.button {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.sidecart ul.cart_list {
	margin: 30px 0;
	list-style-type: none;
}

.sidecart ul.cart_list img.attachment-cart_item_image_size {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.sidecart ul.cart_list li {
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
	padding-left: 0 !important;
}

.sidecart ul.cart_list li a {
	font-size: 18px;
}

.sidecart .widget.widget_shopping_cart li a.remove {
	display: none;
}

.sidecart ul.cart_list li span.quantity {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	text-align: right;
}

.sidecart dl.variation {
	display: inline-block;
	font-size: 14px;
}

.sidecart dl.variation dt:before {
	content: '-';
	margin-right: 5px;
}

.sidecart .widget .variation dd {
	margin-bottom: 0;
	margin-left: 2px;
}

/*  Wallpaper video
------------------------------------------------ */

.wallpaper,
.wallpaper .wallpaper-container,
.wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	        transition: none !important;
}

.wallpaper { 
	overflow: hidden; 
	position: relative; 
}

.wallpaper .wallpaper-container { 
	height: 100%; 
	overflow: hidden; 
	position: absolute; 
	left: 0;
	right: 0;
	bottom: 0;
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.wallpaper .wallpaper-media { 
	left: 0; 
	opacity: 0; 
	position: absolute; 
	top: 0; 
}

.wallpaper .wallpaper-media.animated {
 	-webkit-transition: opacity 0.5s linear !important;
	        transition: opacity 0.5s linear !important;
}

.wallpaper .wallpaper-media img,
.wallpaper .wallpaper-media video,
.wallpaper .wallpaper-media iframe { 
	display: block; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-embed.ready:after { 
	content: ''; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 1; 
}

.wallpaper .wallpaper-embed.ready iframe { 
	z-index: 0;
	position: relative;
}

.wallpaper .wallpaper-media.native { 
	background-position: center; 
	background-size: cover; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-media.native img { 
	display: none; 
}

.wallpaper .wallpaper-media.fixed { 
	background-position: center; 
	background-attachment: fixed; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-media.fixed img { 
	display: none; 
}

/*  Animation
------------------------------------------------ */

#wrap.is-exiting {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*  Columns
------------------------------------------------ */

.column-end {
	clear: both;
}

.one-half-column,
.one-third-column,
.two-third-column,
.one-fourth-column,
.three-fourth-column,
.one-fifth-column,
.two-fifth-column,
.three-fifth-column,
.four-fifth-column,
.one-sixth-column,
.five-sixth-column {
	float: left;
	padding: 20px;
}

.one-half-column  {
	width: 50%;
}

.one-third-column  {
	width: 33.3%;
}

.two-third-column  {
	width: 66.6%;
}

.one-fourth-column  {
	width: 25%;
}

.three-fourth-column {
	width: 75%;
}

.one-fifth-column  {
	width: 20%;
}

.two-fifth-column {
	width: 40%;
}

.three-fifth-column  {
	width: 60%;
}

.four-fifth-column  {
	width: 80%;
}

.one-sixth-column {
	width: 16.6%;
}

.five-sixth-column {
	width: 83.4%;
}

/*  1161px and up
------------------------------------------------ */

@media only screen and (min-width: 1161px) {
	
	#header-content,
	#footer-content,
	.section-content,
	.default-builder #wrap {
		width: 1140px;
	}
	
}

/*  1024px to 1160px
------------------------------------------------ */

@media screen and (min-width: 1024px) and (max-width: 1160px) {
	
	#header-content,
	#footer-content,
	.section-content,
	.default-builder #wrap {
		width: 960px;
	}
	
	.hero-content {
		padding-left: 5%;
		padding-right: 5%;
	}

}

/*  1024px down
------------------------------------------------ */

@media screen and (max-width: 1024px) {

	.fixed-background {
		background-attachment: scroll;
	}

}

/* 768px to 1023px wide
------------------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	#header-content,
	#footer-content,
	.section-content,
	.default-builder #wrap {
		width: 750px;
	}
	
	#content table.cart td.actions .coupon .input-text {
		width: 180px;
	}
	
}

/*  767px and under
------------------------------------------------ */

@media screen and (max-width: 767px) {
	
	#header-content {
		height: auto;
	}
	
	#logo {
		float: none;
		max-width: none;
		text-align: center;
		margin: 0 auto 10px;
		max-width: 80%;
	}
	
	.admin-bar #logo {
		margin-top: 10px;
	}
	
	#header-content,
	#footer-content,
	.section-content,
	.default-builder #wrap {
		width: 95%;
	}
	
	.no-sidebar article.post .entry-content,
	.no-sidebar article.post .post-footer,
	.no-sidebar .blog-intro .entry-content,
	.no-sidebar .entry-meta,
	.no-sidebar #comments {
		width: 100%;
	}
	
	.default-builder #wrap {
		margin-top: 100px;
	}
	
	#content {
		padding: 15px;
	}
	
	nav#primary-site-navigation {
		display: none;
	}
	
	#header-menu {
		width: 100%;
		text-align: center;
	}
	
	.sf-menu > li {
		float: none;
		display: inline-block;
	}
	
	.admin-bar #mobile-cart-link {
		top: 30px;
	}

	#mobile-cart-link {
		display: inline-block;
		position: absolute;
		top: 16px;
		right: 20px;
	}
	
	#mobile-cart-link a.cart-link {
		position: relative;
	}
	
	a.mobile-menu-link {
		display: inline-block;
	}
	
	#mobile-cart-link .header-cart-total {
		top: -17px;
		right: -11px;
		padding: 1px 0 1px 1px;
	}
	
	.no-sidebar article.post {
		width: 100%;
	}
	
	.no-sidebar article.post .entry-content,
	.no-sidebar article.post .post-footer,
	.no-sidebar .blog-intro .entry-content {
		width: 100%;
	}
	
	#footer-content,
	#footer-final {
		display: block;
	}
	
	#footer-left,
	#footer-right {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#footer-left,
	#footer-right,
	#footer #menu-social-media ul {
		text-align: center;
	}
	
	p#shopdesigns-link img {
		float: none;
	}
	
	.no-sidebar.woocommerce-checkout #customer_details,
	.no-sidebar.woocommerce-checkout h3#order_review_heading,
	.no-sidebar.woocommerce-checkout #order_review,
	.no-sidebar.woocommerce-cart article form,
	.no-sidebar.woocommerce-cart .cart_totals {
		width: 100%;
		float: none;
	}
	
	#content table.cart td.actions .coupon .input-text,
	#content table.cart td.actions .coupon .button,
	#content table.cart td.actions input.button {
		display: block !important;
		float: none !important;
		width: 100% !important;
		margin-bottom: 10px;	
	}
	
	.one-half-column,
	.one-third-column,
	.two-third-column,
	.one-fourth-column,
	.three-fourth-column,
	.one-fifth-column,
	.two-fifth-column,
	.three-fifth-column,
	.four-fifth-column,
	.one-sixth-column,
	.five-sixth-column {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}

}

/*  520px and Under
------------------------------------------------ */

@media screen and (max-width: 520px) {
	
	#logo {
		max-width: 60%;
	}
	
	input#s,
	input#search-submit {
		width: 100%;
	}
	
	.hero.admin-bar #header {
		top: 46px;
	}
	
	h2.hero-title {
		font-size: 24px;
	}
	
	h1.page-title,
	h2.page-title {
		font-size: 30px;
	}
	
	#menu.panel {
	    right: -300px;
	    width: 300px;
	    max-width: 100%;
	}
	
	th.product-remove,
	td.product-remove {
		display: none;
	}
	
	table.shop_table {
		font-size: 14px;
	}

}

/*  520px tall and shorter
------------------------------------------------ */

@media screen and (max-height: 520px) {

	#hero-section.full,
	#hero-section.sixty {
		min-height: 100%;
	}
	
	#hero-section .hero-content {
		padding-top: 100px;
	}

}