/*
Theme Name: lvly
Theme URI: http://lv.ly
Author: Jason Young
Author URI: http://hotlavalabs.com
Description: A clean, crisp, logical selling machine.
Version: 1.0.3
Text Domain: lv-ly
*/

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


@font-face {
    font-family: 'san_fran_regular';
    src: url('fonts/sanfranciscotext-regular-webfont.eot');
    src: url('fonts/sanfranciscotext-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/sanfranciscotext-regular-webfont.woff2') format('woff2'),
    url('fonts/sanfranciscotext-regular-webfont.woff') format('woff'),
    url('fonts/sanfranciscotext-regular-webfont.ttf') format('truetype'),
    url('fonts/sanfranciscotext-regular-webfont.svg#san_francisco_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'san_fran_thin';
    src: url('fonts/sanfranciscotext-thin-webfont.eot');
    src: url('fonts/sanfranciscotext-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/sanfranciscotext-thin-webfont.woff2') format('woff2'),
    url('fonts/sanfranciscotext-thin-webfont.woff') format('woff'),
    url('fonts/sanfranciscotext-thin-webfont.ttf') format('truetype'),
    url('fonts/sanfranciscotext-thin-webfont.svg#san_francisco_textthin') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'san_fran_thin', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 100;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #333;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

a.button.default {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
    border-radius: 0;

}

input[type="text"], input[type="number"], textarea {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #eee;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h5 {
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    color: #939598;
    margin: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: -15px;
    font-style: italic;
}

p {
    margin-bottom: 1.2em;
}


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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

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

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

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

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

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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


ul.press-links {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}

ul.press-links li {
    display: inline-block;
    width: 100px;
    list-style: none;
    margin: 6px;
}


.press .grid-item {
    background: #fff;
    cursor: pointer;
}

.press article.grid-item--width2 {
    width: 66.66%;
}

.press .grid-item .tags {
    display: none;
}

.press .grid-item--height2 .tags {
    display: block;
    margin-top: -37px;
    text-align: center;
    text-decoration: none;
}

.press .grid-item--height2 .tags a {
    text-decoration: none;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    color: #939598;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}

.press .grid-item--height2 .tags a:hover {
    color: #333;
}

.press .grid-item--height2 .tags {
    display: block;
    background-color: #fff;
    position: relative;
    height: 30px;
    vertical-align: middle;
    padding-top: 6px;
}


nav.woocommerce-pagination {
    opacity: 0;
}

.woocommerce #page .woocommerce-ordering {
    margin: -2.2rem 0 0 0;
}

.woocommerce-ordering .dropdown-menu .selected.active {
    display: none;
}

.woocommerce-ordering .orderby {
    display: none;
}

.orderby button.dropdown-toggle {
    color: #939598;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    text-transform: none;
    border: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: italic;
    padding: 0;
}


.mobile-product-info {
    display: none;
}

.woocommerce-ordering span {
    display: none;
}

/*.woocommerce-ordering .bootstrap-select.btn-group .dropdown-menu li.selected {*/
/*    display: none;*/
/*}*/


.variations .dropdown-menu li[data-original-index='0'] {
    display: none;
}


.single_variation .price .amount {
    display: none;
}

.reset_variations {
    float: right;
    margin-top: 10px;
}

.variations .value {
    display: block;
}

.woocommerce .single_variation_wrap {
    display: inline-block !important;
    width: 100%;
}


#page .woocommerce .quantity .qty {
    width: 1.631em;
}

#page .woocommerce td.product-quantity {
    min-width: 0;
}

a.sbSelector,
.sbOptions a {

    color: #A5A5A5;
    font-style: italic;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

#infscr-loading {
    text-align: center;
    height: 20px;
    z-index: 100;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 10px;
    opacity: 1;
    color: #A2A29B;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: -20px;
}

#infscr-loading img {
    display: none !important;
}


.short-description {
    max-width: 547px;
    float: left;
}

.short-description p {
    margin-top: 0;
}

.woocommerce #page div.product form.cart .variations {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.woocommerce .customs-message {
    padding: 10px 0 20px;
    font-size: 13px;
    text-align: center;
}

#calc_shipping_state {
    display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    max-width: 50%;
    font-size: 15px;
    margin-top: 0;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
    font-size: 14px;
    font-style: italic;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    -webkit-font-smoothing: antialiased;
    color: #949494;
    margin: 0px;
    padding: 0;
}

.woocommerce div.product .product_title {
    margin: 0;
    font-size: 18px;
    line-height: 1em;
}

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

.single-product.woocommerce .quantity .qty {
    padding: 4px 0 5px;
    margin-right: 5px;
    border: 1px solid #eee;
}

span.quantity-label {
    display: inline-block;
    margin: 5px 5px 5px 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Inconsistent between chrome and safari
	
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}

input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
    content: url('./images/down-arrow.svg');
    height: 12px;
    width: 12px;
    position:absolute;
    font-family:sans-serif;
    line-height:1;
    right: 4px;
}

input[type=number]::-webkit-inner-spin-button:before {
	top: 15px;
    
}

input[type=number]::-webkit-inner-spin-button:after {
    top: 3px;
    -webkit-transform: rotate(180deg);
}
*/

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    background-color: #000;
    border-radius: 0;
    font-size: 15px;
    font-family: 'san_fran_regular', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
}

body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
#page .woocommerce #respond input#submit,
#page .woocommerce a.button,
#page .woocommerce button.button,
#page .woocommerce input.button {
    text-transform: uppercase;
    border-radius: 0;
}

#page .woocommerce #respond input#submit:hover,
#page .woocommerce a.button:hover,
#page .woocommerce button.button:hover,
#page .woocommerce input.button:hover {
    background-color: #000;
    color: #fff;
    box-shadow: none;
    border-color: none;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000;
    color: #fff
}

.cart_list.product_list_widget a.remove {
    display: none;
}

.cart_list.product_list_widget .variation-name {
    white-space: nowrap;
}

#page .woocommerce a.button.alt,
#page .woocommerce input.button.alt {
    background: #000;
    -webkit-font-smoothing: auto;
    font-weight: bold;
    color: #fff;
}

.woocommerce .woocommerce-message .button.wc-forward:hover {
    background: #000;
    color: #fff;
}

#page .woocommerce table.shop_table td.product-remove {
    padding: 10px;
    border-right: 1px solid #eee;
    text-align: center;
}

#page .woocommerce a.remove {
    color: #000 !important;
    width: 10px;
    height: 20px;
    font-size: 19px;
    font-weight: 100;
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    display: inline;
}

#page .woocommerce .product_list_widget a.remove {
    width: 10px;
    display: block;
    position: relative;
    float: left;
    margin-right: 11px;
    font-size: 14px;
    padding: 1px;
}

#page .woocommerce a.remove:hover {
    background: #fff;
    color: #eee !important;
}


#page .woocommerce table.shop_table td.product-thumbnail {
    padding: 7px 7px 0;
    margin: 0;
}

#page .woocommerce table.shop_table td.product-thumbnail a img {
    width: 80px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: 'san_fran_regular';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

#page .woocommerce-message,
#page .woocommerce-error,
#page .woocommerce-success,
#page .woocommerce-info {
    border-top: none;
    background: #fff;
    padding: 0 !important;
}

#page .woocommerce-error {
    color: red;
}

#page .woocommerce-message:before,
#page .woocommerce-error:before,
#page .woocommerce-success:before,
#page .woocommerce-info:before {
    display: none;
}

.page.woocommerce-checkout.woocommerce-page #content {
    font-size: 15px;
}

#page .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

#page .woocommerce table.shop_table thead {
    border: 1px solid #eee;
}

#page .woocommerce table.shop_table tr {
    border: none;
}

#page .woocommerce table.shop_table tr.cart_item {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

#page .woocommerce table.shop_table tr.cart_item td:last-child {
    border-right: 1px solid #eee;
}

#page .woocommerce table.shop_table td {
    padding: 15px 2px;
    border: none;
}

.woocommerce table.shop_table th {
    text-transform: uppercase;
    padding: 10px 0;
}

.woocommerce table.shop_table th:last-child {
    border-right: 1px solid #eee;
}

.shop_table.cart {
    font-size: 15px;
}

#page .woocommerce table.shop_table.woocommerce-checkout-review-order-table,
#page .woocommerce td.product-name dl.variation dd {
    text-align: center;
    float: none;
}

#page .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 40%;
    padding: 10px;
}

#page .woocommerce table.shop_table tfoot th {
    padding-right: 20px;
    font-family: 'san_fran_regular';
    color: #000;
}

.woocommerce-cart #page table.cart td.actions .coupon .input-text {
    display: inline-block;
    width: auto;
    border: 1px solid #eee;
}

form.checkout h3 {
    text-transform: uppercase;
}

#page .woocommerce table.shop_table tbody th, #page .woocommerce table.shop_table tfoot td, #page .woocommerce table.shop_table tfoot th {
    border-top: 0;
}

#page .woocommerce form.checkout_coupon, #page .woocommerce form.login, #page .woocommerce form.register {
    border: none;
}

#page .woocommerce form .form-row-first,
#page .woocommerce form .form-row-last,
#page .woocommerce-page form .form-row-first,
#page .woocommerce-page form .form-row-last {
    width: 50%;
}

#page .woocommerce form .form-row input.input-text, #page .woocommerce form .form-row textarea {
    line-height: 20px;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #eee;
    padding-left: 7px;
    -webkit-appearance: none !important;
}

[class^='select2'] {
    border-radius: 0px !important;
}

.select2-container.state_select .select2-choice, .select2-container.country_to_state .select2-choice {
    height: 40px;
    line-height: 35px;
    border-color: #eee;
    font-weight: 100;
    font-family: 'san_fran_thin';
}

.woocommerce-page .select2-results .select2-highlighted,
.woocommerce-page .select2-results,
.woocommerce-page select2-drop {
    background: #fff !important;
}

.woocommerce-page .select2-drop .select2-drop-active,
.select2-drop-active {
    border: 1px solid #eee !important;
}

#page .woocommerce form.checkout .form-row label,
#page .woocommerce-page form.checkout .form-row label {
    display: none;
}

.woocommerce-page #page form.checkout .form-row label[for="createaccount"] {
    display: inline-block;
}

#page .woocommerce td.product-name dl.variation dd,
#page .woocommerce td.product-name dl.variation dd p {
    padding: 0;
    margin: 0;
}

.woocommerce-cart #page .cart-collaterals .cart_totals tr td,
.woocommerce-cart #page .cart-collaterals .cart_totals tr th {
    border-color: #eee;
}

.woocommerce-page .woocommerce-checkout #payment {
    background: #fff;
}

.woocommerce-page .woocommerce-checkout #payment div.payment_box {
    background: #fff;
}

.woocommerce-page .woocommerce-checkout #payment div.payment_box:before {
    color: #fff;
    border: 0;
}

.woocommerce-page .woocommerce-checkout #payment div.payment_box fieldset {
    border: 0;
}

/*--------------------------------------------------------------
# Where to buy
--------------------------------------------------------------*/

.page #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    width: 20%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
*:focus {
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    background: #000;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: #fff;
    font-size: 12px;
    font-size: 16px;
    line-height: 1.6em;
    padding: 3px 10px;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
    font-family: 'san_fran_regular', sans-serif;
    text-transform: uppercase;
    margin-top: 1px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #666;
    border: 1px solid #eee;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"],
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

#page .gform_wrapper {
    max-width: 100%;
}

.gform_wrapper .gfield_visibility_ {
    visibility: hidden;
    display: none;
}

.gform_wrapper select#input_2_8 {
    display: none;
}

.gform_wrapper .ginput_container,
.gform_wrapper .gform-grid-col{
    padding: 0 2px;
}

.gform_wrapper .gf_full_width .ginput_container {
    width: 100%;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container .dropdown.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}

.gform_wrapper input[type="submit"] {
    display: block;
    clear: both;
}

#page .gform_wrapper div.validation_error {
    color: red;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1.6em;
    border: none;
    padding: 1em 0;
    clear: both;
    width: 97.5%;
    font-family: 'san_fran_thin';
}


#page .gform_wrapper li.gfield.gfield_error,
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none;
    background: none;

}

#page .gform_wrapper li.gfield_error input[type=email],
#page .gform_wrapper li.gfield_error input[type=number],
#page .gform_wrapper li.gfield_error input[type=password],
#page .gform_wrapper li.gfield_error input[type=tel],
#page .gform_wrapper li.gfield_error input[type=text],
#page .gform_wrapper li.gfield_error input[type=url],
#page .gform_wrapper li.gfield_error textarea {
    border-color: red;
}

#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
#page .gform_wrapper .gfield_description.validation_message {
    display: none;
}

#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: .375em;
}


.gform_body ul {
    padding: 0;
    margin: 0;
}

.gform_body li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.gform_wrapper .ginput_container {
    width: 50%;
    float: left;
    display: block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.gform_wrapper input[type=text] {
    width: 100%;
}

.gform_wrapper .ginput_complex {
    width: 100%;
    padding: 0;
}

.gform_wrapper .ginput_complex span {
    padding-right: 10px;
    width: 50%;
    display: block;
    float: left;
}

.gform_wrapper .ginput_container_textarea {
    width: 100%;
    display: block;
    float: none;
}

.gform_wrapper .gform_body .top_label li.gfield.gfield_error.gf_left_half {
    margin-left: 0;
}

.gform_wrapper label {
    display: none;
}


#newsletter #submit_button:hover {
    background: #eee;
    color: #000;
    border: 1px solid #eee;
}

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

a:visited {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
    text-align: center;
}

.menu-main-nav-container {
    display: inline-block;
    /* for ie6/7: */
    *display: inline;
    zoom: 1;
}

.main-navigation ul,
.main-navigation ul li,
.main-navigation ul ul li {
    display: inline-block;

}

.main-navigation ul {
    margin-left: -5px;
    padding-left: 0;
    margin-right: 2px;
    margin-bottom: 5px;
}

.main-navigation ul.sub-menu {
    margin: 0;
    display: none;
}

.main-navigation li.has-sub-menu.opened > ul.sub-menu {
    display: inline-block;
}

.main-navigation ul:hover {
    display: inline-block;
}

#site-navigation ul li a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #575757;
    height: 20px;
    padding: 0 7px;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-font-smoothing: auto;
    cursor: pointer;
}

#site-navigation ul li ul li a {
    font-style: italic;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    -webkit-font-smoothing: antialiased;;
    color: #A3A3A3;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
    height: 20px;
}

#site-navigation .accordion ul.sub-menu a {
    display: none;
}

#site-navigation ul .has-sub-menu {
}

#site-navigation ul .has-sub-menu.open {
}

.slicknav_menu, #mobile-sticky-menu {
    display: none;
}

#sticky-wrapper {
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 1000;
}

#sticky-wrapper .site-logo {
    margin: 10px auto 0;
    text-align: center;
    display: block;
    position: relative;
}

.sticky.ui-links {
    margin-right: 15px;
    margin-top: -40px;
}

.sticky.ui-links a {
    display: inline-block;
    position: relative;
}

.sticky .sf_search {
    width: 100px;
}

.slicknav_nav .menu-main-nav-container {
    display: block;
}

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

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

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

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

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

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

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

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

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul.instagram-pics li {
    list-style: none;
    max-width: 33.333%;
    padding: 0 2px;
    display: inline-block;
}

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

/* Search widget. */
.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
    text-align: center;
}

.site-logo {
    margin: 0 auto;
}

.social-links {
    display: inline-block;
}

.social-links a {
    width: 20px;
    height: 20px;
}

.social-links .youtube img {
    margin: 1px 0 0 3px;
}

.social-links .instagram img {
    margin: 1px 0 0 -2px;
}

.social-links a img {
    width: 23px;
    height: 17px;
}

.ui-links {
    display: inline-block;
    float: right;
    text-align: right;
    width: 250px;
}

.sf_container {
    display: inline-block;
}

#page .ui-links .sf_container .searchform button.sf_button.searchsubmit {
    display: none !important;
}

header .searchform,
#sticky-wrapper .searchform {
    display: inline-block;
    height: 18px;
}

header .searchform .sf_search,
#sticky-wrapper .searchform .sf_search {
    padding: 3px;
    line-height: 15px;
    border: none;
    position: relative;
    font-size: 13px;
    display: none;
}

.searchform .sf_search span.sf_block {
    height: 0;
    display: block;
}

.searchform .sf_input {
    border: none;
    padding: 0 3px;
    line-height: 20px;
    margin-top: -5px;
    vertical-align: top;
}

#sf_val {
    background-color: #fff;
    border: 1px solid #eee;
}

#sf_val ul {
    padding: 0;
    margin: 0;
}

#sf_val li {
    list-style: none;
}

#sf_val .sf_header {
    padding: 2px;
    text-transform: uppercase;
    text-align: center;
}

#sf_val .sf_result_container {
    padding: 10px;
}

#sf_val .sf_result_container li a {
    vertical-align: middle;
}

.sf_result_container li a span.sf_text {
    padding-left: 15px;
    color: #888;
    font-size: 13px;
    font-weight: normal;
}

#sf_val .sf_result_container li img {
    vertical-align: middle;
}

#sf_val a {
    text-decoration: none;
}

#sf_val .sf_more {
    text-align: center;
    display: none;
}

#sf_val .sf_more a {
    font-size: 10px;
    color: #888;
    text-decoration: none;
}

#sticky-wrapper {
    display: none;
}

header .search-form .search-submit,
#sticky-wrapper .search-form .search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
    /*max-width: 980px;*/
    margin: 0 auto;
    padding: 10px 29px;
}

#primary.has-sidebar {
    width: 70%;
    display: inline-block;
}

#secondary {
    width: 28%;
    display: inline-block;
    float: right;
    margin: 0;
}

#secondary.widget-area {
    padding: 0 15px;
}

.wrapper {
    max-width: 1130px;
    margin: 1em auto 0;
}


.site-footer {
    margin-top: 15px;
}

.site-footer .site-info {
    font-size: 10px;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    color: #888;
}

.site-footer .site-info a {
    color: #424242;
    text-decoration: none;
}

.site-footer .copyright {
    float: left;
    text-align: left;
    display: inline-block;
}

.site-footer .thumbprint {
    display: inline-block;
    float: right;
    text-align: right;
    font-style: italic;
}

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

.hentry {
    margin: 0 0 0em;
}

.entry-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px 0 20px;
    line-height: 1;
}

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

.byline a,
.cat-links a {
    text-decoration: none;
    color: #333;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    font-style: italic;
}

.edit-link {
    display: none;
}

.designed-by a {
    color: #888;
    text-decoration: none;
}

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

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

.entry-content {
    margin: 0;
}

.entry-content a, .content-area a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

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

.post .entry-title a {
    text-decoration: none;
    color: #000;
}

.post .entry-meta {
    margin-top: -18px;
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    color: #939598;
    font-style: italic;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.single .post .wp-block-image.size-full,
.single .post .wp-block-image .size-full,
.single .post .wp-block-image .alignleft.size-full,
.single .post .wp-block-image .alignright.size-full,
.single .post .wp-block-image .alignnone.size-full,
.blog-list .post .wp-block-image.size-full,
.blog-list .post .wp-block-image .size-full,
.blog-list .post .wp-block-image .alignleft.size-full,
.blog-list .post .wp-block-image .alignright.size-full,
.blog-list .post .wp-block-image .alignnone.size-full,
.blog-list .post .wp-block-image.size-large,
.blog-list .post .wp-block-image .size-large,
.blog-list .post .wp-block-image .alignleft.size-large,
.blog-list .post .wp-block-image .alignright.size-large,
.blog-list .post .wp-block-image .alignnone.size-large {
    margin: 1em 0;
    width: 100%;
}

.blog-list {
    margin-top: 10px;
}

.blog-list article {
    margin-bottom: 40px;
}

.nav-links a {
    text-decoration: none;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 18px;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

span.left-arrow, span.right-arrow {
    background-image: url('images/left-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

span.right-arrow {
    background-image: url('images/right-arrow.svg');
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

#secondary aside h1.widget-title {
    font-size: 18px;
    text-transform: uppercase;
}

#secondary aside:last-child {
    margin-bottom: 0;
}

#secondary aside span.subhead,
#page .woocommerce .widget_shopping_cart .cart_list li,
#page .woocommerce.widget_shopping_cart .cart_list li {
    font-family: 'Libre Baskerville', 'Baskerville', serif;
    margin-top: -17px;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 13px;
    color: #A6A6A6;
    display: block;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 300;
}

#page .woocommerce.widget_shopping_cart .cart_list li .quantity {
    display: block;
    width: 200px;
    padding-left: 20px;
    margin-bottom: 9px;
}

#page .woocommerce .widget_shopping_cart .cart_list li a.visit-shop,
#page .woocommerce.widget_shopping_cart .cart_list li a.visit-shop {
    font-weight: normal;
    color: #000;
    display: inline-block;
    text-decoration: none;
    margin-left: 5px;
}


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

.bypostauthor {
    display: block;
}

.comment-count {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    background: #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: auto;
    margin: 0;
}

.flex-control-thumbs img {
    width: 50px;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin: 10px 5px;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*
Newsletter Popup
 */

#newsletter-popup {
    background: #fff;
    display: none;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: auto;
    max-width: 100%;
}

#newsletter-popup #popup-close {
    float: right;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

#newsletter-popup h3 {
    text-align: center;
    margin: 15px auto;
    text-transform: uppercase;
    max-width: 360px;
}

#newsletter-popup #mc-embedded-subscribe-form {
    width: 100%;
    position: relative;
    display: block;
    padding: 1rem;
}

#newsletter-popup #mc_embed_signup_scroll {
    display: flex;
}

#newsletter-popup .email {
    padding: .618em 1em;
    text-align: center;
    line-height: 1;
    height: 43px;
    margin: 5px;
    flex: 1;
}

#newsletter-popup .button {
    background: #000;
    color: #fff;
    height: 43px;
    margin: 5px;
}

#mce-EMAIL.input {
    width: calc(100% - 67px);
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 980px) {
    #content {
        margin-top: 30px;
    }

    .mobile-product-info {
        display: block;
        text-align: center;
        margin-top: 0px;
        z-index: 300;
        position: absolute;
        background: rgba(255, 255, 255, 0.75);
        bottom: 0;
        width: 100%;
        height: 45px;
    }

    .mobile-product-info .mobile-price {
        font-family: 'Libre Baskerville', 'Baskerville', serif;
        font-style: italic;
        color: #888;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-product-info .title {
        font-family: 'san_fran_regular';
    }

    .woocommerce .col-1,
    .woocommerce .col-2 {
        width: 100%;
    }

    .comment-count {
        display: none;
    }

    .press .tags {
        display: none;
    }

    .woocommerce-ordering {
        display: none;
    }

    .main-navigation ul, .main-navigation ul li, .main-navigation ul ul li {
        display: none;
        margin: 0 auto;
    }


    #site-navigation ul .has-sub-menu {
        margin-right: 0;
    }

    .slicknav_menu {
        display: block;
    }

    #sticky-wrapper .slicknav_nav .slicknav_arrow {
        background-image: url('./images/right-arrow.svg');
        width: 13px;
        height: 13px;
        display: none;
        background-repeat: no-repeat;
    }

    #sticky-wrapper .slicknav_nav a {
        z-index: 1;
    }

    #sticky-wrapper .slicknav_open .slicknav_arrow {
        display: none;
    }

    #sticky-wrapper {
        display: block;
    }

    #sticky-wrapper.is-visible {
        display: inline-block;
    }

    .site-branding {
        display: none;
    }

    .site-header .social-links,
    .site-header .ui-links {
        display: none;
    }

    #sticky-wrapper .searchsubmit {
        display: none;
    }

    #sticky-wrapper input.sf_input {
        width: 100px !important;
    }

    .woocommerce .short-description {
        max-width: 53%;
    }

}

@media screen and (max-width: 480px){
    .mobile-product-info {
        position: relative;
        background: #fff;
    }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        max-width: 100%;
    }

    .woocommerce .short-description {
        max-width: 47%;
    }

}

@media screen and (max-width: 768px) {
    .woocommerce div.summary.entry-summary h1 {
        display: inline-block;
        float: none;
        margin-left: 3%;
    }

    .woocommerce div.summary.entry-summary h1,
    .woocommerce div.summary.entry-summary div[itemprop="description"],
    .woocommerce form.variations_form.cart,
    .woocommerce div.summary.entry-summary div[itemprop="offers"],
    .woocommerce .designed-by {
        max-width: 49%;
    }

    .woocommerce div.summary.entry-summary div[itemprop="description"] {
        display: block;
        float: right;

    }

    .woocommerce form.variations_form.cart,
    .woocommerce div.summary.entry-summary div[itemprop="offers"],
    .woocommerce .designed-by {
        display: block;
        clear: both;
        float: right;
        width: 100%;
    }

    .woocommerce-cart #page table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .input-text + .button,
    .woocommerce table.cart td.actions .button.alt,
    .woocommerce table.cart td.actions .input-text + .button,
    .woocommerce-page #content table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .input-text + .button,
    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page table.cart td.actions .input-text + .button,
    .page.woocommerce-page #page .shop_table.cart td.actions input.button[name="update_cart"] {
        width: 100%;
        margin: 10px 0 0;
    }

    .woocommerce div.product form.cart {
        float: right;
        display: block;
        clear: both;
        width: 49%;
    }

}

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

    .woocommerce #page .woocommerce-ordering {
        display: none;
    }

    #secondary, #primary.has-sidebar {
        width: 100%;
        padding: 0;
    }

    .woocommerce .short-description {
        max-width: 100%;
    }

    .woocommerce div.summary.entry-summary h1,
    .woocommerce div.summary.entry-summary div[itemprop="description"] {
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .woocommerce div.summary.entry-summary h1,
    .woocommerce div.summary.entry-summary div[itemprop="description"],
    .woocommerce form.variations_form.cart,
    .woocommerce div.product form.cart,
    .woocommerce div.summary.entry-summary div[itemprop="offers"],
    .woocommerce .designed-by {
        max-width: 100%;
    }

    .woocommerce div.product form.cart {
        width: 100%;
    }
}

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

    #page {
        padding: 0px;
        max-width: 480px;

    }

    #content[role="main"],
    #main[role="main"] {
        margin-top: 30px;
        padding: 10px 15px;
    }

    footer {
        margin: 20px 15px 10px;
    }

    .gform_wrapper .ginput_container,
    .gform_wrapper .ginput_complex span {
        padding-right: 0;
    }

}

.wpsl-search {
    background: none;
    border: 1px solid rgba(0, 0, 0, .1);
}

#wpsl-search-wrap input {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}

.wpsl-dropdown {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}

#wpsl-search-btn {
    padding: 7px 10px;
    line-height: 1.428571429;
    -webkit-font-smoothing: auto;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    background-image: none;
    box-shadow: none;
    text-transform: uppercase;
}
