/*
Theme Name: Bemboka 03-10-18
Theme URI: http://bemboka.com
Author: Troy Moses
Author URI: http://spacemanwebdesign.com
Description: Bemboka theme
Version: 3.1, 27-07-17
License: GNU General Public License

-------------------------------------------------------------- */

@font-face {
    font-family: 'CenturyGothicBembokaRegular';
    src: url('fonts/centurygothicbemboka.eot');
    src: url('fonts/centurygothicbemboka.eot') format('embedded-opentype'),
    url('fonts/centurygothicbemboka.woff') format('woff'),
    url('fonts/centurygothicbemboka.ttf') format('truetype'),
    url('fonts/centurygothicbemboka.svg#CenturyGothicBembokaRegular') format('svg');
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    font-family: 'CenturyGothicBembokaRegular', arial;
    font-size: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
code, kbd, tt, var {
    font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
    font-family: 'CenturyGothicBembokaRegular', arial;
}
button, input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
    -webkit-appearance: none;
    border-radius: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    background: #323232;
    color: #fff;
    cursor: pointer;
    font-size: .90em;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    -webkit-appearance: none;
    border-radius: 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus,
input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text], input[type=email], 
input[type=password], input[type=tel],
textarea, select {
    padding: 7px;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #bdbdbd;
    font-size: .87em;
}

input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, input[type=tel]:focus,
textarea:focus, select:focus {
    color: #444;
    border: 1px solid #aaa;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}

input:invalid, input:-moz-ui-invalid {
    border: 1px solid #aaa;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.5;
}

h2 {
    font-size: 18px;
    font-size: 1.8rem;
}

h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

h4 {
    font-size: 12px;
    font-size: 1.2rem;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b,
strong {
    font-weight: bold;
}
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: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
    color: #333;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    outline: 0;
}
a:hover,
a:focus,
a:active {
    color: #000;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.center {
    text-align: center;
}

/* Header
-------------------------------------------------------------- */
.site-title, .site-description {
    color: #fff;
    margin: 0;
    padding: 0;
}

.site-description {
    line-height: 1;
    font-size: .70em;
}

.site-title a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
    color: #fff;
}

#fixed-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
}

header {
    width: 100%;
    height: 72px;
    padding: 15px 0 15px 0;
    margin: 0;
    background: #323232;
}

.header-wrap {
    position: relative;
}

#logo {
    width: 143px;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1;
}

#logo img {
    width: 100%;
}

header nav {
    position: relative;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

header nav ul li {
    padding: 0;
    margin: 10px 25px 10px 25px;
    display: inline-block;
}

header nav ul li a {
    margin: 0;
    padding: 10px 0 10px 0;
    color: #ddd;
    font-size: 1.1em;
}

header nav ul li a:hover, header nav ul li a:focus, 
header nav ul li.current-menu-item a {
    color: #fff;
}

.nav-toggle {
    width: 32px;
    height: 30px;
    float: right;
    margin: 10px 20px 0 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: none;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}

/*nav toggle hamburger icon to htx */
.nav-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #ddd;
}

.nav-toggle span::before,
.nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ddd;
    content: '';
}

.nav-toggle span::before {
    top: -9px;
}

.nav-toggle span::after {
    bottom: -9px;
}

.nav-toggle span {
    -webkit-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
}

.nav-toggle span::before,
.nav-toggle span::after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.nav-toggle span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.nav-toggle span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.nav-open .nav-toggle span {
    background: none;
    left: 5px;
    right: 5px;
}

.nav-open .nav-toggle span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-open .nav-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-open .nav-toggle span::before,
.nav-open .nav-toggle span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.social {
    margin: -35px 50px 0 0;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.social a {
    width: 32px;
    margin: 0 7px 0 0;
    float: left;
    display: block;
    opacity: .8;
    transition: opacity .2s ease;
}

.social a:hover {
    opacity: 1;
}

.social a img {
    width: 100%;
    height: auto;
    display: block;
}

/*user nav*/
.body-fixed {
    position: fixed;
}

#user-nav {
    position: absolute;
    top: 72px;
    right: 50px;
    overflow: hidden;
    text-align: right;
}

.user-nav-tabs {
    display: inline-block;
    background: #e2e2e2;
}

.user-nav-tabs a {
    padding: 10px;
    font-size: .95em;
    display: inline-block;
    position: relative;
}

.user-box-wrap {
    overflow: auto;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.user-box {
    min-width: 280px;
    padding: 40px;
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    text-align: left;
    display: none;
    position: relative;
}

.active-box {
    display: block;
}

.user-box-description {
    font-size: .90em;
}

/*login/register*/
.lr-fields label, .lr-fields input {
    display: block;
}

.lr-fields label {
    margin: 15px 0 0 0;
    font-size: .80em;
    color: #666;
}

.lr-fields .lr-submit {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    font-size: .85em !important;
}

.lr-message, .lr-processing, .lr-error {
    margin: 0;
    color: #555;
    font-weight: bold;
}

.lr-message, .lr-processing, .lr-error {
    font-size: .85em;
}

.lr-processing {
    display: none;
}

.lr-error a, .lost-pw a {
    color: #666;
    text-decoration: underline;
}

.lost-pw {
    margin: 10px 0 0 0;
    display: block;
    font-size: .90em;
}

.close-box {
    width: 28px;
    height: 28px;
    background: #e2e2e2;
    color: #666;
    text-align: center;
    line-height: 26px;
    font-size: .90em;
    position: absolute;
    bottom: 0;
    right: 0;
}

.close-box:hover {
    color: #444;
}

/* Site
-------------------------------------------------------------- */

.home, .page-template-default {
    background: rgba(249, 249, 249, 1) !important;
}

.site-main {
    margin: 72px 0 0 0;
}

/* Home and Shop (featured) page
-------------------------------------------------------------- */
#featured-page-main-image {
    border-top: 5px solid #fff;
}

#featured-page-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-page-items {
    padding: 20px 5px 0 5px;
    overflow: hidden;
}

.featured-page-items .item-row {
    width: 100%;
    overflow: hidden;
}

.featured-page-items .item {
    width: calc(33.333% - 10px);
    margin: 10px 5px 0 5px;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.featured-page-items .item a {
    display: block;
}

.featured-page-items .item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .6s ease-in-out;
    transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.featured-page-items .item:hover img  {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.featured-page-items .item-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0 ,0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    opacity: 0;
}

.featured-page-items .overlay-show {
    opacity: 1;
}

/* item titles */
.item h2 {
    width: 100%;
    padding: 15px;
    margin: 0;
    background: rgba(0, 0, 0, .6);
    color: #fafafa;
    font-size: 1.1em;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
}

.item h2 span {
    font-size: .70em;
}

/* Sale page
-------------------------------------------------------------- */
.page-template-page-sale .notices {
    max-width: 1340px;
    padding: 0 30px 0 30px;
    margin: 20px auto 0 auto;
}

#sale-items {
    max-width: 1340px;
    margin: 0 auto 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#sale-items .item {
    width: 33.333%;
    padding: 0 30px 40px 30px;
    margin: 0;
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

#sale-items .item .discount-display {
    width: 36%;
    padding: 4px 20px 4px 20px;
    background: #8d1610;
    color: #fff;
    opacity: .7;
    font-size: .95em;
    position: absolute;
    top: 15px;
    left: 30px;
}

#sale-items .item img {
    width: 100%;
    height: auto;
    display: block;
}

#sale-items .item .item-info {
    padding: 15px 10px 0 10px
}

#sale-items .item .item-info h3 {
    width: 100%;
    padding: 0 ;
    margin: 0 0 5px 0;
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sale-items .item .item-info p {
    font-size: .90em;
}

#sale-items .item .item-info .item-description {
    padding: 0;
    margin: 0;
    color: #666;
}

#sale-items .item .item-info .item-price {
    padding: 0;
    margin: 5px 0 0 0;
    color: #333;
}

#sale-items .item .item-info .item-price strike {
    color: #999;
}

#sale-items .item .item-info .item-price .sep {
    display: inline-block;
    color: #999;
    margin: 0 5px 0 5px;
    position: relative;
    bottom: 1px;
}

#sale-items .item .item-info .stock-display {
    margin: 5px 0 15px 0;
}

#sale-items .item .add-to-cart-wrap {
    padding: 0 0 25px 0;
    overflow: hidden;
    position: relative;
}

#sale-items .item button {
    padding: 10px 15px 10px 15px !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    transition : all .2s ease; 
    -webkit-transition : all .2s ease; 
}

#sale-items .item button:hover {
    background: #222;
}

#sale-items .item .button-wrap .added-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* sales page sort by filter */
#sort-by-wrapper {
    max-width: 1340px;
    padding: 0 30px 0 30px;
    margin: 20px auto 30px auto;
    text-align: right;
}

#sort-by-wrapper .title {
    margin: 0 7px 0 0;
    color: #666;
    font-size: .90em;
    font-weight: bold;
    text-transform: uppercase;
}

#sort-by {
    position: relative;
    display: inline-block;
    font-size: .95em;
    text-align: left;
}

#sort-by span {
    height: 100%;
    line-height: 32px;
    display: inline-block;
}

#sort-by .display-box {
    padding: 0 10px 0 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

#sort-by .display-box .selected {
    width: 145px;
}

#sort-by .display-box .action {
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    border-left: 1px solid #e2e2e2;
    color: #333;
}

#sort-by ul {
    width: 100%;
    padding: 0;
    margin: 3px 0 0 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: absolute;
    top: 34px;
    z-index: 2;
}

#sort-by ul li {
    margin: 0;
    padding: 6px 10px 6px 10px;
    list-style: none;
}

#sort-by ul li:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.sort-by-closed ul {
   display: none;
}

.sort-by-open ul {
   display: block;
}

#sort-by .display-box .action .icon {
    font-size: .80em;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.sort-by-open .display-box .action .icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#error-message {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fb7f88;
    font-weight: bold;
}

#error-message p {
    margin: 0;
    padding: 0;
    font-size: .90em;
}

/* Posts/Articles
-------------------------------------------------------------- */
.title-block {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #fff;
    text-align: center;
}

.title-block h2 {
    margin: 0;
    padding: 0;
    color: #666;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5em;
    font-weight: bold;
}

.not-home-page {
    background: rgba(249, 249, 249, 1);
}

.not-home-page .title-block {
    padding: 40px 0 0 0;
    background: rgba(249, 249, 249, 1);
}

.not-home-page .content {
    width: 70%;
    margin: 100px auto 80px auto;
    overflow: hidden;
}

.woocommerce-account .not-home-page .content {
    overflow: auto;
}

.not-home-page .content p {
    color: #262626;
    font-size: 1.1em;
}

.not-home-page .content img {
    border: 1px solid #666;
    height: auto;
}

.not-home-page .content a {
    text-decoration: underline;
}

.not-home-page .content a:hover {
    text-decoration: none;
}

/* Shortcodes
-------------------------------------------------------------- */
.about-content {
    max-width: 660px;
}

.about-content p:first-child {
    margin: 0;
}

.about-content img {
    width: 33%;
    height: auto;
    margin: 0 0 0.5em 0;
}

.contact-content ul {
    padding: 0;
    margin: 0;
}

.contact-content h4 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #222;
    font-weight: bold;
    font-size: 1.2em;
}

.contact-content h5 {
    font-weight: normal;
    font-size: 1.1em;
}

.projects-content {
    width: 100%;
    margin: 30px 0 0 0;
    /*display: flex;
    flex-wrap: wrap;*/
    overflow: hidden;
}

.projects-column {
    width: 50%;
    float: left;
    padding: 0 25px 0 25px;
}

.projects-content ul {
    padding: 0 !important;
    margin: 0;
}

.projects-content ul li {
    margin: 10px 0 10px 0;
}

.projects-content ul li, .contact-content ul li {
    padding: 0;
    list-style: none;
}

.projects-content ul li:before, .contact-content ul li h5:before {
   content: "\00BB\00a0";
}

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

.full-width-row {
    width: 100%;
    margin: 0 0 40px 0;
    overflow: hidden;
    display: block;
}

.full-width-row ul li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: .90em;
}

.info-block {
    float: left;
    margin: 0;
}

.info-block-one-third {
    width: 25%;
    float: left;
}

.info-block-two-thirds {
    width: 50%;
    float: left;
}

.info-block-full-width {
    width: 100%;
}

.info-block-full-width ul li {
    width: 25%;
}

.info-block-two-thirds ul li {
    width: 50%;
}

.info-block img {
    width: 100%;
    height: auto;
    display: block;
}

.one-half-column ul, .one-quarter-column ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

/* Collection Pages
-------------------------------------------------------------- */
.collection-banner {
    width: 100%;
}

.collection-banner img {
    width: 100%;
    height: auto;
}

/*Carousels*/
.sw-closed {
    height: 25px;
}

.sw-open {
    height: auto;
}

.products-wrap {
    border-bottom: 4px solid #f9f9f9;
}

.swatches-wrap {
    background: #f9f9f9;
    border-top: 4px solid #f9f9f9;
    border-bottom: 4px solid #f9f9f9;
    overflow: hidden;
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
}

.swatches {
    width: 50%;
    margin: 0 auto 0 auto;
}

.swatches ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.swatches ul li {
    width: 20%;
    padding: 0 2px 4px 2px;
    margin: 0;
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.swatches .carousel-overlay {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
}

.swatches .carousel-overlay {
    height: 100%;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
} 

.colors .carousel-overlay h4 {
    padding: 0 10px 0 10px;
    font-size: 1em;
    color: #fafafa;
    text-shadow: 1px 1px 1px #000;
}

.sizes .carousel-overlay h4 {
    padding: 0 10px 0 10px;
    color: #fafafa;
    font-size: .80em;
    text-shadow: 0;
}

.products-carousel {
    width: 100%;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.products-carousel .carousel-item {
    float: left;
}

.products-carousel .carousel-item {
    position: relative;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-carousel .carousel-item {
    width: 33%;
}

.swatches-carousel .carousel-item {
    width: 20%;
}

.carousel-image img {
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    display: block;
}

.swatches-carousel .carousel-overlay,
.products-carousel .carousel-overlay {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
}

.swatches-carousel .carousel-overlay {
    height: 100%;
    top: 0;
} 

.products-carousel .carousel-overlay {
    height: auto;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    bottom: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.products-carousel .carousel-overlay h4 {
    padding: 10px;
}

.swatches-carousel .carousel-overlay h4 {
    padding: 0;
    margin: 26% 0 0 0;
    font-size: 1em;
    color: #fafafa;
}

.products-carousel .carousel-overlay h4 {
    color: #fafafa;
}

.swatches-carousel .carousel-overlay h4 {
    text-shadow: 1px 1px 1px #000;
}

.products-carousel .carousel-item:hover .carousel-overlay {
    opacity: 1;
}

.products-prev, .products-next,
.swatches-prev, .swatches-next {
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.products-wrap:hover .products-prev,
.products-wrap:hover .products-next,
.sw-open:hover .swatches-prev,
.sw-open:hover .swatches-next {
    opacity: 1;
}

.collection-copy {
    width: 25%;
    padding: 50px 10px 0 10px;
    margin: 0 auto 0 auto;
    color: #262626;
    text-align: center;
}

.swatch-button {
    margin: 30px 0 0 0;
    text-align: center;
}

.swatch-button button {
    padding: 0;
    background: transparent;
    border: 0;
    color: #666;
    display: inline;
    line-height: 2;
    font-size: 1.1em;
    font-family: 'CenturyGothicBembokaRegular', arial;
    text-transform: uppercase;
    font-weight: bold;
}

.swatch-button button:hover, 
.swatch-button button:focus, 
.swatch-button button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

/* projects page */
#projects-landing-page {
    padding: 30px 5px 0 5px;
    overflow: hidden;
}

#projects-landing-page .item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#projects-landing-page .item a {
    display: block;
}

#projects-landing-page .item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .6s ease-in-out;
    transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

#projects-landing-page .item:hover img  {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#projects-landing-page .item-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0 ,0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    opacity: 0;
}

#projects-landing-page .overlay-show {
    opacity: 1;
}

#projects-wrapper {
    max-width: 1340px;
    margin: 0 auto 0 auto;
    padding: 30px 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.project-item {
    width: 50%;
    padding: 5px 20px 10px 20px;
    display: inline-block;
}

.project-item img {
    width: 100%;
    height: auto;
    display: block;
}

.project-item p {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: .95em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item a {
    color: #3983cc;
    text-decoration: underline;
}

.project-item a:hover {
    text-decoration: none;
}

.shop-link {
    margin: 35px 0 0 0;
    text-align: center;
}

.shop-link a {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.shop-link a:hover {
    text-decoration: none;
}

/*404*/
.not-found {
    padding: 100px 0 60px;
    text-align: center;
}

/*footer
-------------------------------------------------------------- */
.footer {
    margin: 80px 0 0 0;
    padding: 40px 40px 5px 40px;
    background: #323232;
}

.home .footer {
    margin: 30px 0 0 0;
}

.footer-col {
    width: 25%;
    float: left;
}

.footer h3 {
    color: #ddd;
    font-size: 1.3em;
}

.footer-col ul {
    margin: 0;
    padding: 0;
}

.footer-col ul li {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer-col ul li a {
    color: #ccc;
}

.footer-col ul li a:hover {
    color: #eee;
}

.footer-info {
    overflow: hidden;
}

#copyright {
    margin: 50px 0 0 0;
    text-align: center;
}

#copyright p {
    color: #ccc;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: .75em;
}

/*newsletter susbsribe
-------------------------------------------------------------- */
.news-subscribe {
    width: 50%;
    float: right;
    text-align: right;
}

.ns-form {
    width: 40%;
    float: right;
}

.ns-input, #ns-button {
    font-family: 'CenturyGothicBembokaRegular';
}

.ns-input {
    width: 100%;
    margin: 10px 0 0 0;
    border: none !important;
    display: block;
}

#ns-button {
    margin: 10px 0 0 0;
    background: #575757;
    opacity: .9;
    transition: opacity .2s ease;
}

#ns-button:hover {
    opacity: 1;
}

#ns-button:disabled {
    cursor: default;
}

.response-msg {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .90em;
}

.error::-webkit-input-placeholder {
    color: #fb7f88;
    opacity: 1;
}

.error:-moz-placeholder {
    color: #fb7f88;
    opacity: 1;
}

.error::-moz-placeholder {
    color: #fb7f88;
    opacity: 1;
}

.error:-ms-input-placeholder {
    color: #fb7f88;
    opacity: 1;
}

/* Misc
-------------------------------------------------------------- */
.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.clear {
    clear: both;
}
/* clear floats */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* #Media Queries
================================================== */

/*19" desktop*/
@media only screen and (max-width: 1550px) {

    .swatches-carousel {
        width: 50%;
    }

    .collection-copy {
        width: 33%;
    }

}

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

    .info-block-one-third {
        width: 33.333%;
        float: left;
    }

    .info-block-two-thirds {
        width: 66.666%;
        float: left;
    }

}

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

    .swatches-carousel, .swatches {
        width: 65%;
    }

    #sale-items .item {
        width: 50%;
    }

    .featured-page-items .item {
        width: calc(50% - 10px);
    }

}

/*12' notebook + ipad landscape*/
@media only screen and (max-width: 1024px) {

    /*mobile menu*/
    .nav-toggle {
        display: block;
    }

    header nav ul {
        width: 100%;
        background: #323232;
        position: absolute;
        top: 55px;
        right: 0;
        display: none;
    }

    header .nav-open ul {
        display: block;
        z-index: 1;
    }

    header nav ul li {
        margin: 15px 0 15px 0;
        display: block;
    }

    .social {
        margin: 6px 10px 0 0;
    }

    .social a {
        width: 30px;
    }

    #user-nav {
        width: 100%;
        position: static;
        overflow: hidden;
        text-align: center;
        background: #e2e2e2;
    }

    .user-nav-tabs a {
        padding: 7px;
    }

    #logo {
        left: 25px;
    }

    #user-nav {
        right: 25px;
    }

    .title-block {
        padding: 25px 0 25px 0;
    }

    .item h2 {
        font-size: 1.1em;
    }

    .collection-content h3 {
        font-size: 1.8em;
    }

    .products-prev, .products-next,
    .swatches-prev, .swatches-next {
        opacity: 1;
    }

    .swatches {
        width: 70%;
    }

    .collection-copy {
        width: 45%;
    }

    .swatch-button button {
        cursor: default;
    }

    .products-carousel .carousel-overlay h4 {
        font-size: 1em;
    }

    .not-home-page .content {
        width: 95%;
        margin: 80px auto 0 auto;
    }

    .footer {
        padding: 20px 25px 5px 25px;
        margin: 60px 0 0 0;
    }

    .ns-form {
        width: 60%;
    }

    #projects-wrapper {
        padding: 30px 5px 0 5px;
    }

    .project-item {
        padding: 5px 10px 5px 10px;
        display: inline-block;
    }

    .projects-column {
        padding: 0 10px 0 10px;
    }

    .page-template-page-sale .notices, #sort-by-wrapper {
        padding: 0 20px 0 20px;
    }

    #sale-items .item {
        padding: 0 20px 40px 20px;
    }

    #sale-items .item .discount-display {
        left: 20px;
    }
    
}

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

    .woocommerce-page .site-main, .page-template-page-sale .site-main {
        margin: 110px 0 0 0;
    }

    .projects-content .one-quarter-column {
       width: 50%;
       vertical-align: top;
       display: inline;
    }

    .info-block-full-width ul li {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .info-block-one-third img {
        width: 75%;
    }

    .swatches {
        width: 100%;
    }

    .collection-content h3 {
        font-size: 1.4em;
    }

    #sale-items .item .discount-display {
        width: 43%;
    }

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

    .collection-content h3 {
        font-size: 1.1em;
    }

    .collection-button {
        width: 100px;
    }

    .collection-copy {
        width: 80%;
    }

    .footer-col {
        width: 50%;
    }

    .news-subscribe {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        text-align: left;
    }

    .ns-form {
        float: none;
    }

    .page-template-page-sale .notices, #sort-by-wrapper {
        padding: 0 10px 0 10px;
    }

    #sale-items .item {
        width: 100%;
        padding: 0 10px 25px 10px;
    }

    #sale-items .item .item-info h3 {
        font-size: 1em;
    }

    #sale-items .item .discount-display {
        left: 10px;
    }

    #sort-by-wrapper {
        text-align: center;
    }

}

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

    .collection-page .title-block h2, .title-block h2 {
        font-size: 1.3em;
    }

    .not-home-page .content {
        width: 100%;
        padding: 0 25px 0 25px;
        margin: 50px 0 0 0;
    }

    .featured-page-items .item, #projects-landing-page .item {
        width: calc(100% - 10px);
        float: none;
    }

    .item h2 {
        font-size: 1em;
    }

    .swatches ul li {
        width: 25%;
    }

    .full-width-row {
        margin: 0 0 20px 0;
    }

    .full-width-row .info-block-one-third {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .full-width-row .info-block-two-thirds {
        width: 100%;
    }

    .info-block-one-third img {
        width: 33.333%;
    }

    #projects-wrapper {
        padding: 30px 5px 0 5px;
    }

    .project-item {
        width: 100%;
        padding: 5px;
        display: inline-block;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .lr-fields input {
        width: 100%;
    }

    .title-block {
        padding: 20px 0 20px 0;
    }

    .item h2 {
        font-size: .90em;
    }

    .collection-page .title-block h2 {
        font-size: 1.2em;
    }

    .footer {
        margin: 40px 0 0 0;
    }

    .page-template-page-collection .footer {
        margin: 60px 0 0 0;
    }

    .footer h3 {
        font-size: 1.1em;
    }

    .footer ul {
        font-size: 1em;
    }

    .ns-form {
        width: 75%;
    }

    .swatches ul li {
        width: 33.333%;
    }

    .info-block-full-width ul li,
    .info-block-two-thirds ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .projects-column {
        width: 100%;
        float: none;
    }

}

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

    #logo {
        width: 122.5px;
        top: 2px;
        left: 20px;
    }

    .site-description {
        font-size: .60em;
    }

    .social {
        margin: 7px 5px 0 0;
    }

    .social a {
        width: 28px;
    }

    .swatches ul li {
        width: 50%;
    }

    .ns-form {
        width: 100%;
    }

}