/*
Theme Name: WalzCraft V2
Theme URI: http://www.walzcraft.com/
Version: 2.8.27.2024
Description: Designed by Sleeping Giant Studios.
Author: Sleeping Giant Studios
Author URI: http://www.sleepinggiantstudios.com
Template: storefront
Tags: storefront, woothemes, store, woocommerce
*/

@import url(../storefront/style.css);
/* INDEX
00. Font declarations
01. Global
02. UI
- 02a. Header
- 02b. Navigation
- 02c. Footer
- 02d. Content
03. Page Specific
- 03a. Homepage
- 03b. Single Posts
- 03c. Archive Wood Finishes/Species
- 03d. Single Wood Finishes/Species
04. Misc. & Animations
05. Media Queries
- 05a. Min-width: 768px;
- 05b. Min-width: 980px;
- 05c. Min-width: 1120px;
*/

/*------------------------------------*\
00. FONT DECLARATIONS
\*------------------------------------*/
/** HEADINGS Oswald - to use: font-family: 'Oswald', sans-serif; **/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
/** BODY Lato Bold - to use: font-family: 'Lato', sans-serif; **/
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i");

/*------------------------------------*\
01. GLOBAL
\*------------------------------------*/
a {
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Oswald", sans-serif;
    color: #353533;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 38px;
    word-wrap: normal;
}

h3,
h4,
h5 {
    text-transform: capitalize;
}

.site-content a {
    text-decoration: underline;
}

.site-content a:hover,
.site-content a:focus {
    text-decoration: none;
}

.added_to_cart,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.vc_btn3,
.vc_btn3.vc_btn3-size-md {
    background-color: #fff;
    border: 4px solid #353533;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 270px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #e8a053 !important;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    box-sizing: border-box;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    background-color: #fff !important;
}

.added_to_cart a,
.button,
.button a,
button a,
input[type="button"] a,
input[type="reset"] a,
input[type="submit"] a {
    text-transform: uppercase;
    color: #e8a053;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-decoration: none !important;
}

.site-footer a:not(.button) {
    text-decoration: none;
}

html .vc_btn3-container > a {
    text-decoration: none !important;
}

.added_to_cart:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.vc_btn3:hover,
.vc_btn3.vc_btn3-size-md:hover {
    /* border: 4px solid #353533 !important; */
    background-color: #353533 !important;
    color: #fff;
}

button:hover,
.vc_btn3:hover,
.vc_btn3.vc_btn3-size-md:hover {
    border: 4px solid #353533 !important;
}

img {
    border-radius: 0;
}

/*------------------------------------*\
02. UI
\*------------------------------------*/

/**** - 02a. BEGIN HEADER ****/
/* .site-header {
	display: none;
} */

/** Top Bar **/
.top-bar-wrap {
    background-color: #6b6a68;
    text-transform: uppercase;
    color: #fff;
    padding: 0.25em;
    letter-spacing: 0.03em;
    overflow: auto;
}

.top-bar-inner {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.617924em;
    position: relative;
}

.top-bar-copy a {
    color: #fff;
}

.top-bar-copy .feedback:before {
    content: "";
    background-image: url(images/ico-boomerang.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 2px;
}

.search-box {
    display: none;
}

.search-box input[type="search"] {
    padding: 0.2em 0.6180469716em;
}

.search-box .widget_search form::before,
.search-box .widget_product_search form::before {
}

.desktop-branding-nav {
    display: none;
}

.site-header {
    background-color: #fff;
    padding-bottom: 0;
    border-bottom: none;
}

.logo-wrapper {
    background-color: #353533;
    width: 325px;
    text-align: center;
    margin: 0 auto;
}

.logo-wrapper a img {
    margin: 0 auto;
    padding: 3em 1em 2em;
}

/**** - 02a. END HEADER ****/

/**** - 02b. BEGIN NAVIGATION ****/

.storefront-primary-navigation .col-full {
    margin-right: 0;
    margin-left: 0;
}

.site-branding {
    background-color: #353533;
    padding: 0.5em;
    border: 3px solid #f0b165;
    max-width: 325px;
    width: auto;
    position: relative;
    z-index: 9999;
}

.mobile-toggle {
    cursor: pointer;
    color: #6b6a68;
    border: 3px solid #6b6a68;
    text-align: center;
    padding: 0.5em;
    width: 75px;
    float: right;
    margin: 15px;
}

.mobile-menu {
    display: none;
    clear: both;
}

.mobile-menu li,
.left-menu li,
.right-menu li {
    list-style-type: none;
}

.mobile-show {
    display: block;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.mobile-menu .menu li a,
.left-menu .menu li a,
.right-menu .menu li a {
    display: block;
    width: 100%;
    background-color: #6b6a68;
    padding: 0.75em 0.5em;
    color: #fff;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.mobile-menu .menu li a:hover,
.mobile-menu .menu li a:focus {
    background-color: #353533;
}

.menu-toggle {
    max-width: 100px;
    border: 3px solid #353533;
}

.main-navigation ul li a {
    padding: 0.5em 0.875em;
}

.handheld-navigation .dropdown-toggle {
    border: none !important;
    width: auto;
}

.handheld-navigation .dropdown-toggle:hover,
.handheld-navigation .dropdown-toggle:focus {
    background-color: #fff;
    border: none;
}

.site-header ul.menu li.current-menu-item > a {
    color: #e8a053;
}

#masthead .widget_nav_menu ul li {
    margin-bottom: 0;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.menu > li > a:focus,
.main-navigation ul.nav-menu > li > a:focus {
    color: #e8a053;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a,
.site-header ul.menu li.current-menu-item > a {
    color: #e8a053;
}

.header-cta {
    background-color: #e8a053;
    width: 100%;
    padding: 0.25em;
    text-align: center;
    margin-top: 1em;
}

.header-cta a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.header-cta a span.big {
    font-size: 20px;
    margin-right: 0.5em;
}

/** Mega Menu Styles **/

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item:first-child {
    padding-bottom: 0;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-products
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item:first-child {
    height: 80px;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item:last-child {
    padding-top: 0;
}

#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    margin: 0;
    word-wrap: normal;
}

/** Breadcrumbs **/

.storefront-breadcrumb {
    margin-bottom: 0;
    border-top: 4px solid #cac8c4;
    border-bottom: 4px solid #cac8c4;
    padding: 0.35em 0;
}

/**** - 02b. END NAVIGATION ****/

/**** - 02c. BEGIN FOOTER ****/

#colophon {
    border-bottom: none;
    background-color: #353533;
    letter-spacing: 0.02em;
    color: #fff;
    border-top: 3px solid #e8a053;
}

#colophon a {
    text-transform: uppercase;
    color: #c5c3c4;
}

#colophon .footer-link {
    text-transform: none;
}

#colophon a:hover,
#colophon a:focus {
    color: #e8a053;
}

#colophon .label {
    text-transform: uppercase;
    color: #e8a053;
}

.widget .widget-title,
.widget .widgettitle {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0.5em;
}

.site-footer .widget .widget-title,
.site-footer .widget .widgettitle {
    color: #fff;
}

#colophon .footer-widget-1 {
    text-align: center;
}

#colophon .footer-widget-1 > div {
    margin: 0 0 1em;
}

#colophon .footer-widget-1 #custom_html-2,
#colophon .footer-widget-1 #custom_html-5 {
    margin: 0 0 1em;
}

#colophon .social-media .ico-fb,
#colophon .social-media .ico-tw,
#colophon .social-media .ico-go,
#colophon .social-media .ico-pi,
#colophon .social-media .ico-ho,
#colophon .social-media .ico-ig {
    display: inline-block;
    background-image: url(images/sprite-social.png;);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

#colophon .social-media .ico-tw {
    background-position: -40px 0;
}

#colophon .social-media .ico-go {
    background-position: -80px 0;
}

#colophon .social-media .ico-pi {
    background-position: -120px 0;
}

#colophon .social-media .ico-ho {
    background-position: -163px 0;
}

#colophon .social-media .ico-ig {
    background-position: -209px 0;
}

#colophon .copyright {
    color: #6b6a68;
    font-size: 13px;
}

.widget_nav_menu ul li::before {
    content: " ";
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
    padding-left: 0;
}

#colophon .site-info {
    display: none;
}

.storefront-handheld-footer-bar {
    padding: 1em;
}

.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul li a {
    background-color: #6b6a68;
}

.storefront-handheld-footer-bar ul li .mobile-search-toggle {
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    background-image: url(images/ico-search.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    margin: 0 auto;
}

.storefront-handheld-footer-bar .widget_search {
    display: none;
    margin: 0;
}

.storefront-handheld-footer-bar .widget_search.show {
    display: block;
}

/**** - 02c. END FOOTER ****/

/**** - 02d. BEGIN CONTENT ****/

/**** BASIC PAGE *****/
.content-area,
.widget-area,
.site-main,
.hentry {
    margin-bottom: 0;
}

/* Remove sidebar on basic pages */
.page .site-content #secondary {
    display: none;
}

.page-template-default .site-content .entry-header,
.page-template-template-hero .site-content .entry-header {
    display: none;
}

.site-content > .col-full {
    padding-top: 1.5em;
}

.page-template-template-hero #content > .col-full {
    padding-top: 0;
    top: -54px;
}

/**** - 02d. END CONTENT ****/

/*------------------------------------*\
03. PAGE SPECIFIC
\*------------------------------------*/
/** 404 page **/
.error404 .widget_product_categories > h2 {
    display: none;
}

/**** - 03a. BEGIN HOMEPAGE ****/
.page-template-template-homepage:not(.has-post-thumbnail) .site-main,
.page-template-template-homepage .type-page {
    padding-top: 0;
    padding-bottom: 0;
}

.home #primary {
    margin-bottom: 0;
}

.home .entry-header {
    display: none;
}

#row-hero {
    border-top: 4px solid #cac8c4;
}

#row-hero .wpb_wrapper,
#row-hero .vc_single_image-wrapper,
#row-hero img {
    width: 100%;
}

#row-hero img {
    border-top: 4px solid #cac8c4;
    border-bottom: 4px solid #cac8c4;
}

#section-home-products {
    margin-bottom: 2em;
}

#section-home-products .vc_row {
    max-width: 1280px;
    margin: 0 auto;
}

#section-home-products .wpb_single_image {
    margin-bottom: 0;
}

#section-home-products h3 {
    font-family: inherit;
}

#section-home-products h3 a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#section-about {
    border-top: 4px solid #cac8c4;
}

#section-about .about-text {
    max-width: 750px;
    margin: 0 auto;
    padding: 1em 1em 2em;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
}

#section-about p,
#section-why-careers p {
    font-size: 22px;
    font-style: italic;
    color: #353533;
    font-weight: bold;
    max-width: 370px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
}

#section-why-careers .vc_row.vc_row-flex > .vc_column_container {
    /*   display: block;*/
}

#section-why-careers .wpb_wrapper {
    position: relative;
}

#section-why-careers .col-why .empty-div {
    position: absolute;
    top: -24px;
    left: -7px;
    bottom: -24px;
    right: -5px;
    background-color: transparent;
    border: 2px dashed #fff;
    z-index: 500;
}

#section-why-careers .col-careers .empty-div {
    position: absolute;
    top: -25px;
    right: -5px;
    bottom: -25px;
    left: -5px;
    background-color: transparent;
    border: 10px solid #fff;
    z-index: 500;
}

#section-why-careers .wpb_single_image {
    padding: 1em 2em;
}

#section-why-careers h2 {
    color: #e8a053;
    font-size: 52px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.56);
}

#section-why-careers .content {
    z-index: 600;
    position: relative;
    margin-top: -120px;
    padding: 0 4em;
}

#section-why-careers .col-why p,
#section-why-careers .col-careers p {
    font-weight: normal;
    font-size: 27px;
    max-width: 550px;
}

#section-why-careers .col-why p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.56);
    color: #fff;
    font-style: normal;
}

#section-why-careers .bold {
    font-weight: bold;
}

#section-news .vc-gitem-zone-height-mode-auto:before {
    padding-top: 50%;
}

/**** - 03a. END HOMEPAGE ****/

/**** - 03b. BEGIN SINGLE POSTS ****/
.single-post .post .entry-header .post-author,
.single-post .post .entry-taxonomy {
    display: none;
}
/**** - 03b. END SINGLE POSTS ****/

/**** - 03c. BEGIN ARCHIVE WOOD FINISHES/SPECIES ****/
.tax-product_cat .filters-sidebar.desktop,
.tax-product_cat .widget-area.desktop {
    display: none;
}

.tax-product_cat .filters-sidebar,
.post-type-archive .filters-sidebar {
    margin-bottom: 2em;
    padding: 10px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.tax-product_cat .filters-sidebar h2,
.post-type-archive .filters-sidebar h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.filtering-wrap h2 {
    font-size: 18px;
}

.tax-product_cat .filters-sidebar h2::after,
.post-type-archive .filters-sidebar h2::after {
    display: inline-block;
    vertical-align: middle;
    content: "+";
    font-family: "FontAwesome";
    float: right;
    cursor: pointer;
}

.tax-product_cat .filters-sidebar.open h2::after,
.post-type-archive .filters-sidebar.open h2::after {
    content: "-";
}

.tax-product_cat .widget-area.mobile,
.post-type-archive .widget-area {
    display: none;
}

.tax-product_cat .widget-area.mobile.open,
.post-type-archive .widget-area.open {
    display: block;
}

.tax-product_cat .walzcraft-sorting .results .compare {
    margin-top: 2em;
    display: block;
    padding-top: 2em;
}

.tax-product_cat .walzcraft-sorting .results .compare .compare-selections {
    float: left;
}

.post-type-archive-wood-species .site-content > .col-full,
.post-type-archive-wood-finish .site-content > .col-full {
    padding-bottom: 2em;
}

.post-type-archive-wood-species .wood-species .entry-taxonomy,
.post-type-archive-wood-finish .wood-finish .entry-taxonomy {
    display: none;
}

.post-type-archive-wood-species .wood-species a img.wp-post-image,
.post-type-archive-wood-finish .wood-finish a img.wp-post-image {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.post-type-archive-wood-species .wood-species header span,
.post-type-archive-wood-finish .wood-finish header span,
.post-type-archive-wood-finish .wood-finish header p span {
    color: #353533 !important;
    font-weight: bold;
    font-size: 16px !important;
}

.post-type-archive-wood-finish .wood-finish header p {
    text-align: left !important;
    margin-bottom: 0 !important;
}

.post-type-archive-wood-finish .wood-finish header p br {
    display: none;
}

/* Wood Finishes Sidebar */
.finishes-sidebar-wrap .group h3 {
    cursor: pointer;
}

.finishes-sidebar-wrap .group .filters {
    display: none;
}

.finishes-sidebar-wrap .group.shown .filters {
    display: block;
}

.finishes-sidebar-wrap .group .filters.show {
    display: block;
}

html .finishes-sidebar-wrap .btn-reset {
    width: auto;
}

/**** - 03c. END ARCHIVE WOOD FINISHES/SPECIES ****/

/**** - 03d. BEGIN SINGLE WOOD FINISHES/SPECIES ****/
.single-wood-finish .title-wrap,
.single-wood-species .title-wrap {
    border-bottom: 1px solid #cac8c4;
    margin-bottom: 2em;
}

.single-wood-finish .thumbnail-wrap,
.single-wood-species .thumbnail-wrap {
    margin-bottom: 2em;
}

.single-wood-species .thumbnail-wrap img {
    max-height: 620px;
    width: auto;
}

.single-wood-finish .similar-wrap,
.single-wood-species .similar-wrap {
    border-bottom: 1px solid #cac8c4;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.single-wood-finish .similar-wrap .similar,
.single-wood-species .similar-wrap .similar,
.single-wood-finish .related-wrap .related,
.single-wood-species .related-wrap .related {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

.single-wood-finish .similar > div,
.single-wood-finish .related > div,
.single-wood-species .similar > div,
.single-wood-species .related > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.single-wood-finish .similar > div:nth-child(3),
.single-wood-finish .related > div:nth-child(3),
.single-wood-species .similar > div:nth-child(3),
.single-wood-species .related > div:nth-child(3) {
    margin-right: 0;
}

.single-wood-finish .similar > div .image img,
.single-wood-finish .related > div .image img,
.single-wood-species .similar > div .image img,
.single-wood-species .related > div .image img {
    margin: 0 auto;
}

.single-wood-finish .similar > div .image img,
.single-wood-species .similar > div .image img {
    max-width: 140px;
}

.single-wood-finish .related > div .image img,
.single-wood-species .related > div .image img {
    max-width: 100px;
}

.single-wood-finish .similar > div .title,
.single-wood-finish .related > div .title,
.single-wood-species .similar > div .title,
.single-wood-species .related > div .title {
    display: block;
    padding-top: 0.5em;
}

.single-wood-finish .content-wrap,
.single-wood-species .content-wrap {
    padding-top: 3em;
}

.single-wood-finish .content-wrap p span,
.single-wood-species .content-wrap p span,
.single-wood-finish .content-wrap ul li span,
.single-wood-species .content-wrap ul li span {
    color: #43454b !important;
}

/**** - 03d. END SINGLE WOOD FINISHES/SPECIES ****/

/** WOOCOMMERCE STYLES **/
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #fff;
}

.post-type-archive .product a.button {
    width: 85%;
    max-width: 270px;
}

.widget_product_categories ul li.current-cat::before,
.widget_product_categories ul li::before {
    content: "\f105";
    color: #191919;
}

/**** PRODUCT DETAIL ****/
.single-product .profile-image {
    max-width: 290px;
    margin-bottom: 1.617924em;
    clear: both;
    margin: 0 auto;
}

.single-product .profile-image p {
    margin: 0;
}

.single-product .related img.attachment-woocommerce_thumbnail {
    max-width: 200px;
}

.single-product .dynamic_tab ul li label {
    font-weight: bold;
    margin-right: 7px;
}

.single-product .dynamic_tab ul li label:after {
    content: ":";
    display: inline-block;
}

/** SHOWCASE **/
.grid-showcase .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    display: none;
}

/* Single */
.single-showcase .flexslider {
    border: none;
}

.single-showcase
    .other-room
    .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    display: none;
}

.post-type-archive-wood-finish img.attachment-.size-.wp-post-image,
.post-type-archive-wood-species img.attachment-.size-.wp-post-image {
    margin-bottom: 0;
}

.single-wood-finish .entry-header .posted-on,
.single-wood-species .entry-header .posted-on {
    display: none;
}

/** QUICK LINKS **/
#quicklinks p + h2 {
    margin-top: 0;
}

#quicklinks .wpb_wrapper p {
    margin: 0;
}

/** ONLINE CATALOG **/
.online-catalog #secondary {
    display: none;
}

.filterscolumn {
    background-color: #6b6a68;
    color: #fff;
    padding: 1em 1em 1.5em;
    max-width: 400px;
}

.filterscolumn h2 {
    color: #fff;
}

.filterscolumn ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
}

.filterscolumn ul li {
    padding: 5px 0;
    border-bottom: 1px solid #e59f59;
}

.filterscolumn ul li a {
    color: #fff;
    text-decoration: none;
}

.filterscolumn ul li a:hover,
.filterscolumn ul li a:focus {
    text-decoration: underline;
}

.filterscolumn ul div ul li {
    padding-left: 1em;
}

.onlinecatalog {
    margin-top: 15px;
}

.onlinecatalog .post {
    margin: 0 0 2em;
    text-align: center;
}

.onlinecatalog .post .postimage a img {
    margin: 0 auto;
}

.onlinecatalog .post h2 {
    line-height: 0.8;
}

.onlinecatalog .post h2 a {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 22px;
}

.onlinecatalog #post-27258 {
    width: 100%;
}

.onlinecatalog #post-27258 img,
.onlinecatalog #post-27258 .btn2 {
    display: none;
}

.onlinecatalog #post-27258 h3 {
    text-align: left;
}

.onlinecatalog #post-27258 > a {
    margin: 0 15px 0 0;
}

.onlinecatalog #post-27258 p {
    border-bottom: 1px solid #cac8c4;
    padding-bottom: 3em;
}

.onlinecatalog #post-27258 p:first-of-type {
    border-bottom: none;
}

/**** SEARCH RESULTS ****/
.search-results .results .sec-summary {
    background-color: #e79f53;
    padding: 1em;
    margin-bottom: 2em;
    overflow: overlay;
    overflow: auto;
}

.search-results .results .product,
.search-results .results .post,
.search-results .results .page {
    margin: 0 0 2em;
}

.search-results .results .product {
    text-align: center;
}

.search-results .results .post,
.search-results .results .page {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.search-results .results .page {
    margin: 0 0 1em;
}

.search-results .results h2,
.search-results .results h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.search-results .results h2 a,
.search-results .results h3 a {
    text-decoration: none;
}

.search-results .results h2 a:hover,
.search-results .results h2 a:focus,
.search-results .results h3 a:hover,
.search-results .results h3 a:focus {
    text-decoration: underline;
}

.search-results .results .product .post-thumb img {
    margin: 0 auto;
    max-width: 135px;
}

/*------------------------------------*\
04. MISC.
\*------------------------------------*/

.results .compare ul,
.results .results-compare ul {
    float: none;
    margin: 0 0 0 2em;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.results .compare ul li,
.results .results-compare ul li {
    float: left;
    width: 25px;
    height: 40px;
    border: #22211f solid 1px;
    margin-right: 10px;
}

.tax-product_cat.comapring-active .term-description,
.tax-product_cat.comparing-active .category-content > .walzcraft-sorting {
    display: none;
}

/** SIDEBAR **/
#secondary #custom_html-4 {
    border-top: 2px solid;
    padding-top: 2em;
}

#secondary .product-categories a {
    font-family: "Oswald", sans-serif;
}

#secondary .product-categories > .cat-item a {
    text-transform: uppercase;
    font-size: 22px;
    color: #191919;
    text-decoration: none;
}

.single-post #secondary,
.single-product #secondary,
.search-results #secondary,
.tag #secondary,
.single-wood-species #secondary,
.single-wood-finish #secondary,
.single-post .hentry.type-post .entry-meta,
.single-post .hentry .wp-post-image,
.single-post .hentry .post-navigation {
    display: none;
}

.single-post #primary,
.single-product #primary,
.search-results #primary,
.single-wood-species #primary,
.single-wood-finish #primary,
.tag #primary {
    width: 100%;
}

html .widget_recent_entries h2 {
    color: #353533 !important;
}

.widget_recent_entries ul li::before,
.widget_pages ul li::before {
    content: "";
}

table tbody td,
table tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
    background-color: #fff;
}

/* Visual Composer - Builder Element Styles */

/* Post Grids */
html .vc_grid-item .vc_gitem-zone {
    background-color: rgba(202, 200, 195, 0.25);
}

html .vc_grid-item .vc_gitem-zone.news-events-recent {
    background-color: #fff;
    max-height: 75px;
}

.home #section-news .vc_grid-item .vc_gitem-zone {
    background-color: transparent;
}

.vc_grid-item .vc_btn3-container.vc_btn3-left {
    text-align: center;
}

.vc_grid-item .vc_btn3.vc_btn3-color-juicy-pink,
.vc_grid-item .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #fff;
}

.vc_grid-item .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 0;
}

.term-moldings-accent-components .product .attachment-woocommerce_thumbnail {
    max-height: 160px;
    width: auto;
}

/** ANIMATIONS **/
/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/** Product Compare **/
.comparing-active #primary,
.comparing-active.tax-product_cat .category-content,
.comparing-active.post-type-archive .category-content {
    width: 100%;
    float: none;
}

.comparing-active #secondary,
.comparing-active.tax-product_cat .widget-area,
.comparing-active.post-type-archive .widget-area {
    display: none !important;
}

/*------------------------------------*\
05. MEDIA QUERIES 
\*------------------------------------*/

/** Tablet Width **/
@media screen and (min-width: 768px) {
    .home .site-footer {
        margin-top: -45px;
    }

    /**** HEADER ****/
    .top-bar-copy {
        text-align: right;
    }

    .top-bar-wrap .search-box {
        display: inline-block;
        float: right;
    }

    .top-bar-wrap .search-link {
        background: url(images/ico-search.png) no-repeat;
        display: inline-block;
        text-indent: -9999px;
        height: 30px;
        width: 30px;
        float: right;
        cursor: pointer;
        margin-left: 5px;
    }

    .top-bar-wrap .top-bar-copy {
        float: right;
        display: inline-block;
        margin-right: 15px;
    }

    .search-box .widget,
    .search-box .widget .search-form {
        margin-bottom: 0;
    }

    .widget_search form::before,
    .widget_product_search form::before {
        top: 0.5em;
        left: 0.5em;
    }

    .site-header {
        padding-top: 0;
        position: relative;
    }

    .woocommerce-active .site-header .site-header-cart,
    .site-search {
        display: none;
    }

    .site-header .site-branding img {
        max-width: none;
    }

    /*** NAVIGATION ****/
    .storefront-primary-navigation .col-full {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    #site-navigation {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .mobile-toggle {
        margin-top: -62px;
    }

    .woocommerce-active .site-header .main-navigation {
        padding-left: 25px;
    }

    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        padding: 0.5em;
        color: #6b6a68;
    }

    /** Mega Menu Styles **/
    html .woocommerce-active .site-header #mega-menu-wrap-primary {
        margin-right: auto;
        margin-left: auto;
        float: none;
        width: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        text-align: center;
    }

    html #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        border: none;
    }

    html
        #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-item
        > a.mega-menu-link {
        font-family: "Oswald", sans-serif;
        font-size: 17px;
    }

    html
        #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-company
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item:first-child {
        height: 90px;
    }

    html
        #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-company
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column:last-child
        > ul.mega-sub-menu
        > li.mega-menu-item:first-child {
        height: auto;
    }

    .header-cta {
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        float: right;
    }

    /**** FOOTER ****/
    .page .site-content #primary {
        width: 100%;
        float: none;
    }

    /**** HOMEPAGE ****/
    #section-about {
        padding-top: 0;
    }

    #section-about .wpb_raw_code {
        margin-bottom: 0;
    }

    #section-about .about-text {
        padding: 5em 2em;
    }

    #section-about .about-text p {
        max-width: 490px;
    }

    #section-news .vc_pageable-slide-wrapper > p {
        display: none;
    }

    #section-news .vc-gitem-zone-height-mode-auto:before {
        padding-top: 100%;
    }

    #section-why-careers .vc_col-sm-6 {
        width: 100%;
    }

    .hentry.type-post .entry-content {
        width: 100%;
        float: none;
    }

    /**** PRODUCT DETAIL ****/
    .single-product .product .col-left {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%;
        margin-bottom: 3.706325903em;
    }

    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        max-width: 290px;
        text-align: center;
        margin: 0 auto 1em;
        float: none;
    }

    /** ONLINE CATALOG **/
    .onlinecatalog .post {
        margin: 0 0 2em;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .onlinecatalog .post:nth-child(odd) {
        margin-right: 2%;
    }

    .post-right {
        margin: 0 0 2em;
        display: inline-block;
        width: 68%;
        vertical-align: top;
    }

    /**** SEARCH RESULTS ****/
    .search-results .results .product,
    .search-results .results .post {
        margin: 0 0 1em;
    }

    .search-results .results .sec-summary {
        padding: 0.5em 1em;
    }

    .search-results .results .sec-summary h3 {
        float: left;
        margin: 0;
    }

    .search-results .results .sec-summary .actions {
        float: right;
        margin-top: 8px;
    }

    .search-results .results .sec-summary .actions .view,
    .search-results .results .sec-summary .actions .paging {
        display: inline-block;
        vertical-align: top;
    }

    .search-results .results .sec-summary .actions .view {
        margin-right: 1.5em;
    }

    .search-results .results .product {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        margin-right: 1%;
    }

    /** ARCHIVES AND FILTERING **/
    .comparing-active .site-main ul.products.columns-4 li.product {
        margin-right: 2.8%;
    }

    .tax-product_cat.left-sidebar .content-area,
    .post-type-archive.left-sidebar .content-area {
        width: 100%;
        float: none;
    }

    .filters-sidebar {
        display: none;
    }

    .tax-product_cat .widget-area,
    .post-type-archive .widget-area,
    .tax-product_cat .widget-area.desktop {
        display: block;
        float: left;
    }

    .tax-product_cat .category-content,
    .post-type-archive .category-content {
        width: 73%;
        float: right;
    }
}

@media screen and (min-width: 980px) {
    /** SINGLE WOOD FINISHES AND SPECIES **/
    .single-wood-finish .thumbnail-wrap,
    .single-wood-species .thumbnail-wrap {
        margin-bottom: 0;
    }

    .single-wood-finish .thumbnail-wrap,
    .single-wood-finish .others-wrap,
    .single-wood-species .thumbnail-wrap,
    .single-wood-species .others-wrap {
        display: inline-block;
        vertical-align: top;
    }

    .single-wood-finish .thumbnail-wrap,
    .single-wood-species .thumbnail-wrap {
        width: 48%;
        margin-right: 1%;
    }

    .single-wood-finish .others-wrap,
    .single-wood-species .others-wrap {
        width: 50%;
    }

    .single-wood-finish .content-wrap,
    .single-wood-species .content-wrap {
        padding-top: 2em;
    }

    /** ONLINE CATALOG **/
    .filterscolumn,
    .onlinecatalog {
        display: inline-block;
        vertical-align: top;
    }

    .filterscolumn {
        width: 29%;
        margin-right: 2%;
    }

    .onlinecatalog {
        width: 68%;
        margin-top: 0;
    }
}

@media screen and (min-width: 1120px) {
    #masthead {
        background-color: transparent;
    }

    #masthead > .col-full {
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce-active .site-header .site-branding {
        width: 25%;
        box-shadow: 0px 0px 10px 0px rgba(7, 2, 4, 1);
        top: -10px;
        margin-bottom: 0;
    }

    .site-header .site-branding img {
        max-width: 230px;
    }

    /** NAVIGATION **/
    .mobile-branding-nav {
        display: none;
    }

    .storefront-primary-navigation .col-full {
        margin-right: auto;
        margin-left: auto;
    }

    .main-navigation ul.menu > li.menu-item-has-children > a::after,
    .main-navigation ul.menu > li.page_item_has_children > a::after,
    .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
    .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
        content: " ";
        display: none;
    }

    #menu-primary-nav > li::after {
        content: "|";
        position: absolute;
        top: 15px;
        right: -2px;
        color: #6b6a68;
    }

    #menu-primary-nav > li:last-child::after {
        content: " ";
    }

    .woocommerce-active .site-header .main-navigation {
        padding-left: 9em;
    }

    /** Mega Menu Styles **/
    .storefront-primary-navigation {
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -155px;
    }

    .home .storefront-primary-navigation {
        top: 10px;
    }

    html .woocommerce-active .site-header #mega-menu-wrap-primary {
        float: left;
        padding-right: 15px;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        text-align: left;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary[data-effect="fade_up"]
        li.mega-menu-item.mega-toggle-on
        > ul.mega-sub-menu,
    #mega-menu-wrap-primary
        #mega-menu-primary[data-effect="fade_up"]
        li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
        ul.mega-sub-menu {
        margin-top: 10px;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-resources
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item:first-child {
        height: 70px;
    }

    #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-resources
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column:last-child
        > ul.mega-sub-menu
        > li.mega-menu-item:first-child {
        height: auto;
    }

    html
        #mega-menu-wrap-primary
        #mega-menu-primary
        li.mega-company
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item:first-child {
        height: 75px;
    }

    .header-cta {
        margin-top: 0;
        clear: right;
        padding: 14px 6px;
        top: -22px;
    }

    .home .header-cta {
        padding: 3px 6px;
        top: -10px;
    }

    .header-cta a span.big {
        margin-right: 0;
        text-align: center;
    }

    .storefront-breadcrumb {
        margin: 0;
        /*     top: -9px;*/
        display: block;
        position: relative;
    }

    /**** CONTENT ****/
    #content > .col-full {
        /*top: -46px;*/
        position: relative;
    }

    /**** HOMEPAGE ****/
    .home #content > .col-full {
        top: -46px;
    }

    #section-why-careers .vc_col-sm-6 {
        width: 50%;
    }

    #section-why-careers .careers-text p {
        padding-bottom: 7em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -54px;
    }

    /**** PRODUCTS ****/
    .woocommerce-tabs {
        padding-top: 1.617924em;
        padding-bottom: 1.617924em;
        position: relative;
    }

    .woocommerce-tabs ul.tabs {
        width: 100%;
        float: none;
        margin-right: 0;
        border-top: none;
        margin-bottom: 0;
    }

    .woocommerce-tabs ul.tabs li {
        display: inline-block;
        border-bottom: 1px solid #908f8e;
        background-color: #f1f1f1;
        border-right: solid 1px #908f8e;
        border-top: solid 1px #908f8e;
        border-left: solid 1px #908f8e;
    }

    .woocommerce-tabs ul.tabs li.active {
        border-bottom: 1px solid #fff;
        z-index: 500;
        background-color: #fff;
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 1em 1.5em 1em;
        text-transform: uppercase;
        font-weight: bold;
        color: #191919;
        font-size: 17px;
    }

    .woocommerce-tabs ul.tabs li.active::after {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        position: absolute;
        content: " ";
        width: 100%;
        top: 88px;
        left: 0;
        border-bottom: 1px solid #414342;
        z-index: 1;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
        content: " ";
        display: table;
    }

    .woocommerce-tabs .panel {
        width: 100%;
        float: none;
        border-right: solid 1px #908f8e;
        border-bottom: solid 1px #908f8e;
        border-left: solid 1px #908f8e;
        padding: 1.5em;
    }

    /**** HERO TEMPLATE ****/
    .page-template-template-hero #content > .col-full {
        top: 0;
    }

    .page-template-template-hero .site-content {
        padding-bottom: 54px;
    }

    .page-template-template-hero #colophon {
        margin-top: -54px;
    }

    /** ONLINE CATALOG **/
    .onlinecatalog .post {
        width: 23%;
        margin-right: 2%;
    }

    .onlinecatalog .post:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1211px) {
    #section-why-careers .careers-text p {
        padding-bottom: 4em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -50px;
    }
}

@media screen and (min-width: 1267px) {
    #section-why-careers .careers-text p {
        padding-bottom: 5em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -67px;
    }
}

@media screen and (min-width: 1323px) {
    #section-why-careers .careers-text p {
        padding-bottom: 3em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -77px;
    }
}

@media screen and (min-width: 1145px) and (max-width: 1210px) {
    #section-why-careers .careers-text p {
        padding-bottom: 5em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -67px;
    }
}

@media screen and (min-width: 1456px) {
    #section-why-careers .careers-text p {
        padding-bottom: 1em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -87px;
    }
}

@media screen and (min-width: 1572px) {
    #section-why-careers .careers-text p {
        padding-bottom: 3em;
    }

    #section-why-careers .col-careers .empty-div {
        bottom: -97px;
    }
}

@media print {
    /** SINGLE PRODUCT **/
    .single-product .site-header,
    .single-product .storefront-breadcrumb,
    .single-product .site-footer,
    .single-product .related,
    .single-product .top-bar-wrap {
        display: none;
    }

    .single-product .woocommerce-product-gallery__image img {
        max-width: 200px;
    }

    .single-product h1.product_title {
        font-size: 18px;
    }

    .single-product .woocommerce-Tabs-panel {
        display: block !important;
    }
}
