/* 
Theme Name:     American Timber Child Theme
Theme URI:      https://www.splust.com
Description:    Bootstrap 5 child theme
Author:         Christy L
Author URI:     https://www.splust.com
Template:       bootstrap-starter-theme
Version:        1.0.0
*/

/* Font Metric Overrides - Prevents layout shift when Google Fonts load */
/* These values approximate the fallback fonts until the custom fonts arrive */
@font-face {
	font-family: "Nunito Sans";
	src: local("Arial");
	font-display: swap;
	ascent-override: 95%;
	descent-override: 20%;
	line-gap-override: 0%;
}

@font-face {
	font-family: "Roboto";
	src: local("Helvetica");
	font-display: swap;
	ascent-override: 95%;
	descent-override: 20%;
	line-gap-override: 0%;
}

/*
    Add your custom styles here
*/

/* Custom Variables */

:root {
    /* Base Spacing Unit */
    --spacing-unit: 15px;
  
    /* Colors */
    --primary-color: #EE3723;
    --text-color: #212529;
    --grey-color: #ECECED;
    --orange-color: #EE3723;
    --cream-color: #dbbe9c;
    --dark-red-overlay: 0,0,0, 0.75;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 107px;
}

body, p {
    font-family: "Nunito Sans", serif;
    font-weight: 200;
    line-height: 1.5;
    color: var(--text-color);
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    line-height: 1.4;
}

h1 {
    font-size: 45px;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
}

h1, h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 200;
}

h1 span, 
h2 span, 
h1 strong,
h2 strong,
h1 b,
h2 b {    
    font-weight: 700;
}

a {
    color: var(--primary-color);
    font-weight: 700;
}

a:hover {
    color: #000;
}

a span {
    font-weight: 300;
}

b, strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a,
.white-text li {
    color: #fff;
}

.white-text a:hover {
    color: var(--primary-color);
}

.orange-text {
    color: var(--primary-color) !important;
}

.black-text {
    color: #000;
}

a.black-text:hover {
    color: var(--primary-color) !important;
}

.btn, .gform_button {
    padding: 5px 30px 5px 12px;
    margin-bottom: 15px;
    margin-top: 30px;
    border: 1px solid var(--primary-color);
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    color: var(--primary-color) !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23EE3723'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: background-image .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn.no-arrow {
    background-image: unset !important;
    padding: 8px 14px !important;
}

.btn:hover, .gform_button:hover, .btn-black {
    border: 1px solid #000;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23000000'/%3E%3C/svg%3E");
}

.btn-white, .btn-hover-white:hover {
    color: #fff !important;
    border: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.btn-white:hover {
    border: 1px solid #000;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23000000'/%3E%3C/svg%3E");
}

.btn-black:hover, .slider-links .btn:hover { 
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23EE3723'/%3E%3C/svg%3E");
 }

.section-padded {
    padding-top: calc(4 * var(--spacing-unit));
    padding-bottom: calc(4 * var(--spacing-unit));
}

.section-padded-lg {
    padding-top: calc(8 * var(--spacing-unit)) !important;
    padding-bottom: calc(8 * var(--spacing-unit)) !important;
}

.block-padding {
    padding: calc(4 * var(--spacing-unit));
}

.right-padding {
    padding-right: calc(4 * var(--spacing-unit));
}

.left-padding {
    padding-left: calc(4 * var(--spacing-unit));
}

/*.side-padding {
    padding-right: calc(4 * var(--spacing-unit));
    padding-left: calc(4 * var(--spacing-unit));
}
*/
.orange-background,
.red-background {
    background: var(--primary-color);
}

.grey-background {
    background: var(--grey-color);
}

.black-background {
    background: #000;
}

.white-background {
    background: #fff;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}

.anchor {
    position: relative;
}

.anchor-link {
    position: absolute;
    left: 0px;
    top: -160px;
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out Background-color
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-background {
  0% {
    background-color: rgba(var(--dark-red-overlay));
  }
  100% {
    background-color: unset;
  }
}
@keyframes fade-out-background {
  0% {
    background-color: rgba(var(--dark-red-overlay));
  }
  100% {
    background-color: unset;
  }
}


/**
 * ----------------------------------------
 * animation fade-in Background-color
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-background {
  0% {
    background-color: unset;
  }
  100% {
    background-color: rgba(var(--dark-red-overlay));
  }
}
@keyframes fade-in-background {
  0% {
    background-color: unset;
  }
  100% {
    background-color: rgba(var(--dark-red-overlay));
  }
}



/*  Heading Styles  */

#main {
    margin-top: 0px;
    overflow: hidden;
}

#header {
    padding: 0px;
    background-color: transparent !important;
    transition: background-color .5s ease-in-out, border-bottom .5s ease-in-out;
}

#header.active {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.headernavswrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.headerWrap {
    margin: 0;
}

#header .navbar-brand  {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: calc(20% + 1px);
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.navbar-brand img {
    height: 45px;
    max-width: calc(100% - 30px);
}

#header.active .navbar-brand {
    border-bottom: none;
}

.header-links {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
    position: relative;
    height: 50px;
}

.header-links a {
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 12px 10px;
    font-size: 13px;
}

.header-links a:hover {
    color: #fff;
}

.header-links .phone-cta {
    color: #ffffff;
}

.header-links .phone-cta:hover {
    color: #EE3723!important;
}

.header-links a.btn {
    font-weight: 900;
    margin: 5px 0px;
    background-image: unset !important;
    padding: 5px 14px !important;
}

.header-line {
    position: absolute;
    top: 49px;
    right: 0px;
    height: 1px;
    background: #fff;
    width: 50%;
}

.header-line-2 {
    left: 20%;
}

#searchPopUpWrap {
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: #E02826!important;
    padding: 18px;
    height: 100%;
    color: #fff;
    width: 100%;
    right: -50px;
}

#searchPopUpInnerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.searchFormWrap .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    min-width: 320px;
}

.search-form ::placeholder {
    color: #fff;
}

.searchButton {
    color: #fff;
}

.search_container {
    padding: 8px 0px 0px 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1300;
    width: 0px;
}

.searchbox {
    position:relative;
    min-width:50px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 1;
}

.searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    background:transparent;
    width:100%;
    height: 40px;
    margin:0;
    padding:0px 50px 0px 0px;
    font-size:14px;
    color: #fff;
}

.searchbox-open {
    border-bottom: 1px solid #0E406A;
}

.searchbox-input::-webkit-input-placeholder,
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder,
.searchbox-input:-ms-input-placeholder,
.searchbox-input::placeholder {
    color: #fff;
}

.searchbox-icon,
.searchbox-submit {
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top: 2px;
    font-family:verdana;
    font-size:20px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color: var(--primary-color);
    background: transparent;
}

.searchbox-open .searchbox-submit {
    z-index: 1;
}

#searchCloseWrap img {
    max-width: 18px;
}

#searchCloseWrap {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 0px;
    margin-right: 0px;
    opacity: 0;
}

.searchbox-open {
    width:100%;
}

.search-results .cat-links,
.search-results .post-edit-link {
    display: none;
}

#navbar {
    width: 100%;
    position: relative;
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 18px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

#menu-main-nav {
    justify-content: flex-end;
    width: 100%;
}

ul#menu-main-nav li {
    margin-bottom: unset;
    font-weight: 400;
}

ul#menu-main-nav ul {
    display: none;
    float: left;
    position: absolute;
    z-index: 99999;
    text-align: left;
    font-size: 14px;
    border-radius: 0px;
    list-style: none;
    margin: 0px;
    padding: 0;
    width: auto;
    min-width: 180px;
    background-color: rgba(0,0,0,0.8);
}

ul#menu-main-nav ul li {
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

ul#menu-main-nav ul li:last-of-type {
    border-bottom: none;
}

ul#menu-main-nav li:hover > ul {
    display: block;
}


.dropdown-menu {
    background-color: unset;
    border: none;
}


.dropdown-menu ul {
    right: -179px;
    top: -1px;
}

.dropdown-item {
    padding: 10px 15px;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background: unset;
    color: #fff;
}

.dropdown-item:hover {
    background: #fff;
    color: var(--text-color);
}

#menu-item-68,
#menu-item-185,
#menu-item-186 {
    display: none;
}

/*  Footer Styles  */

#footer {
    background: #000;
    color: #fff;
    overflow: hidden;
}

#footer .navbar-brand {
    position: absolute;
    left: 0;
    top: 100px;
    width: 20%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

#footer .left-padding {
    padding-right: 0;
    padding-left: 20%;
}

#footer .footer-content {
    position: relative;
    padding: 100px 60px 30px;
}

#footer p {
    color: #fff;
    line-height: 1.2;
    margin: 0px 0px 25px;
}

#footer a:hover {
    color: #fff;
}

#footer #menu-footer-menu {
    max-height: 150px;
    flex-wrap: wrap;
}

#footer .footer-menu .menu-item {
    margin-bottom: 15px;
}

#footer .footer-menu .nav-link {
    line-height: 1;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border-left: 3px solid var(--primary-color);
}

#footer .footer-menu .nav-link:hover {
    color: var(--primary-color);
}

#footer .social-icons {
    display: flex;
}

#footer .social-icons a {
    min-width: 28px;
    height: 28px;
    border: 1px solid var(--primary-color);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .social-icons i {
    font-size: 16px;
    color: #fff;
}

#footer .social-icons a:hover i {
    color: var(--primary-color);
}

#footer .copyright {
    font-size: 12px;
    padding-top: 60px;
}

#footer .copyright a {
    padding: 0px 5px;
}



/*  Homepage Styles  */

#slider .left-padding-fluid {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 20%;
}

.slideimg {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.slideimg a:hover {
    color: var(--primary-color);
}

.slide-overlay-1 {
    background-color: rgba(0,0,0,0.5) !important;
    mix-blend-mode: multiply;
    z-index: 1;
}

.slide-overlay-2 {
    clip-path: polygon(0 110px, 20% 110px, 20% 100%, 0% 100%);
    background-color: var(--primary-color) !important;
    mix-blend-mode: multiply;
    z-index: 2;
}

.slideimg-content {
    position: absolute !important;
    z-index: 3 !important;
}

.slide-size {
    min-width: 890px;
    min-height: 637px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: 1;
    background: transparent;
    transition: none;
}

.overlay-text {
    color:  #fff;
    font-size: 45px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.white-overlay {
    background-color: rgba(255,255,255,0.6);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 20% 100%);
}

.background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 1000%);
}

.product-cat-overlay {
    clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 1000%);
}

.product-cat-container {
    padding-bottom: calc(8 * var(--spacing-unit)) !important;
}

p.callout {
    font-size: 20px;
}

.catalog-container {
    justify-content: flex-end;
    display: flex;
}

.catalog-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-link img {
    max-width: 100px;
    border: 1px solid #fff;
}

.catalog-link:hover img {
    border: 1px solid #000;
}

.catalog-link:hover .btn {
    border: 1px solid #000;
    color: #000 !important;
}

/*.left-padding {
    position: relative;
    padding-left: 15%;
}
*/
.red-line, .white-line {
    height: 100%;
    width: 1px;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 1;
}

.white-line {
    background: #fff;
}

.wood-image {
    width: 650px;
    position: absolute;
    bottom: 100px;
    right: -250px;
    z-index: 2;
    filter: drop-shadow(-25px 10px 18px rgba(0,0,0,0.5));
}

#product-section {
    padding-bottom: 150px;
}

#product-list {
    position: relative;
    margin-top: -275px;
    padding-bottom: 9px;
}

#product-list h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-item {
    margin-bottom: 15px;
    padding-right: 0px;
}

.product-item .product-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    height: 240px;
}

.product-item  .product-image {
    height: 240px;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item .product-title,
.product-image div  {
    position: absolute;
    bottom: 0px;
    height: 75px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    color: #fff !important;
}

.product-item .btn {
    margin: 0px;
    display: none;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23EE3723'/%3E%3C/svg%3E") !important;
}

.product-item:hover .product-inner,
.product-item:hover .product-image {
    background-blend-mode: multiply;
}

.product-item:hover .btn {
    display: block;
}

#project-section {
    padding-bottom: 150px;
}

#project-list {
    position: relative;
    margin-top: -275px;
    padding-bottom: 90px;
}

#project-list .project-list-background {
    background-color: #fff;
    clip-path: polygon(0 275px, 100% 275px, 100% 100%, 0 100%);
}

#project-list h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#project-list .product-item .product-inner {
    height: 500px;
}

#project-list .product-item .product-title {
    flex-direction: column;
    text-align: left;
    height: 250px;
    align-items: unset;
}

#project-list .product-item .product-title p {
    font-size: 16px;
    text-transform: initial;
    color: #fff;
}

#project-list .product-item .btn {
    position: absolute;
    top: 125px;
}

#project-list .product-title {
    background-image: unset;
}

#project-list .product-inner {
    background-color: #000;
}

.product-info {
    display: flex;
}

.bbb_viewed_nav_container {
    margin-top: 60px;
    display: flex;
}

.bbb_viewed_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease
}

.bbb_viewed_nav:hover {
    border: 1px solid #000;
}

.bbb_viewed_nav:hover i {
    color: #000;
}

.bbb_viewed_prev {
     margin-right: 8px
}

.bbb_viewed_item {
    width: 100%;
    min-width: 200px;
}

.bbb_viewed_image {
    width: 100%;
    height: 250px;
    border: 1px solid #efefef;
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.bbb_viewed_content .btn {
    margin: 15px 0px;
}

.industry-terms a {
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid var(--primary-color);
    padding-left: 10px;
    display: flex;
    margin-bottom: 25px;
    line-height: 1.2;
}

.industry-terms a:hover {
    color: var(--primary-color);
}


/* Site Styles */

#VideoPopUpWrap {
    position: absolute;
    z-index: 1021;
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#VideoPopUpWrap .contentWrap {
    width: 100%;
    height: 100%;
}

.videoWrap {
    width: 87%;
    height: auto;
    display: block;
    margin-left: -43.5%;
    left: 50%;
    top: 60px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#VideoPopUpWrap iframe {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoPopUpCloseButton {
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 60px;
    cursor: pointer;
    z-index: 20;
    color: #fff;
}

#VideoPopUpWrap .transparentBckgrnd {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.resource-item {
    margin-bottom: 30px;
    border: 1px solid var(--primary-color);
    width: 100%;
}

.gallery-vidthumb {
    width: 100%;
    min-height: 250px;
}

.resource-item .copy {
    padding: 30px 45px 15px 45px;
    position: relative;
}

.resource-item h3 {
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    font-size: 20px;
}


.pagination {
    justify-content: center;
}

#header-image {
    height: 300px;
    display: flex;
    align-items: center;
}

.accordion-header > span {
    position: absolute;
    top: -80px;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion {
    border-top:  1px solid #000;
    border-bottom:  1px solid #000;
}

.accordion-item + .accordion-item .accordion-header {
    border-top:  1px solid #000;
}


.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px !important;
    font-size: 16px;
    color: #000 !important;
    text-decoration:  none !important;
    background-color: unset !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

.accordion-button:after {
    display: none !important;
}

.accordion-button span {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 0;
    font-weight: 100;
    margin-top: -3px;
    transition: 0.5s all;
}

.accordion-header .minus {
    font-size: 30px;
}

.accordion-button:hover, .accordion-button[aria-expanded="true"] {
    color: var(--primary-color) !important;
}

.accordion-body {
    padding: 15px 30px 15px 0px;
    color: #54585A !important;
}

#subpage-header {
    padding-top: 107px;
}
/* 404 Page (Subpage Header) */

#subpage-header {
  padding-top: 107px;

  &.not-found {
    position: relative;
    color: #ffffff;

    .subpage-image {
      width: 100%;
    }

    .container-md {
      position: relative;

      .row {
        padding-left: calc(20% + 1px);

        @media (max-width: 767px) {
          padding-left: calc(150px + 1px);
        }
      }
    }

    @media (max-width: 767px) {
      .white-line {
        left: calc(150px - 1px);
      }
    }
  }
}

#subpage-header .row {
    padding: 100px 0px;
}

#subpage-header.subpage-no-image .row {
    padding: 60px 0px;
}

.subpage-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
}

#yellow-pine .timber-image {
    position: absolute;
    bottom: -75px;
    left: -150px;
    z-index: 1;
    max-width: 50%;
}

.fluid-content {
    padding-left: calc(100% - 476px);
}

.fluid-content-2-thirds {
    padding-left: calc(100% - 720.6666733px);
}

.icon-container {
    display: flex;
}

.icon-container .icon-item {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 30px 45px;
    color: #000;
    text-align: center;
}

.icon-container .icon-item + .icon-item {
    border-left: 1px solid #000;
}

.icon-container .img-box {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container svg {
    width: 60px;
    max-height: 100%;
    overflow: visible;
}

.icon-container .icon-item:hover {
    color: var(--primary-color);
}

.icon-container .icon-item:hover svg .cls-1,
.icon-container .icon-item:hover svg .cls-2,
.icon-container .icon-item:hover svg .cls-3,
.icon-container .icon-item:hover svg .st0 {
    stroke: var(--primary-color);
}

#productTab {
    position: fixed;
    top: 110px;
    z-index: 2;
    left: 20%;
    flex-wrap: nowrap;
    text-align: center;
    border-bottom: unset;
}

#productTab .nav-item {
    background: #000;
}

#productTab.productTab-relative {
    position: absolute;
    bottom: 0;
    top: unset;
}

.nav-tabs .nav-link {
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
}

.product-cat-item {
    position: relative;
}

.product-cat-item .product-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cat-item .product-image .btn {
    display: none;
}

.product-cat-item:hover .product-image {
    background-blend-mode: multiply;
}

.product-type-title {
    margin-top: 25px;
}

.product-cat-item h2 {
    font-size: 16px;
    margin-top: 10px;
}

.product-cat-item h2 a {
    color: var(--text-color);
}

.product-cat-item h3 {
    font-size: 16px;
    margin-top: 10px;
}

.product-cat-item h2 a {
    color: var(--text-color);
}

.rotate {
    transform: rotate(90deg);
    transition: 0.5s all;
}

.product-cat-item:hover .btn {
    display: inline-block;
    color: #fff !important;
    border: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.industry-products {
    max-width: 350px;
}

.industry-products a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0px;
}

/* .industry-products a:hover {
    margin-left: 50px;
    color: white;
} */

.industry-products a + a {
    border-top: 1px solid #fff;
}

#industry_scroll {
    height: calc(300vh - 321px);
}

.scroll-content {
    width: 100%;
    height: calc(100vh - 107px);
    top: 107px;
    display: none;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scroll-content.active {
    display: block;
}

.industry-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 107px);
    min-height: 400px;
    top: 0px;
    right: 0;
    z-index: 1;
}

.industry-image {
    position: relative;
    min-height: 400px;
    height: calc(100vh - 107px);
}

.industry-image .content {
    position: absolute;
    top: 25vh;
    padding: 60px 60px;
    left: 20%;
    height: calc(75vh - 107px);
    background-color: rgba(238, 55, 35, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industry-image .black-overlay {
    position: absolute;
    height: 25vh;
    width: 20%;
    top: 0vh;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    mix-blend-mode: multiply;
}

.industry-image .red-line {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 20%;
    background-color: var(--primary-color);
}

.industry-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(213, 30, 10, 0.7);
    z-index: 1;
    -webkit-animation: fade-in-background 0.7s ease-out 0s both;
            animation: fade-in-background 0.7s ease-out 0s both;
}

.industry-image.active .industry-image-overlay {
    /*    background: unset!important;*/
    -webkit-animation: fade-out-background 0.7s ease-out 0s both;
            animation: fade-out-background 0.7s ease-out 0s both;
}

.single-prod-tabs {
    padding-top: 90px;
}

.single-prod-tabs .nav-tabs {
    border-bottom: 1px solid var(--primary-color);
}

.single-prod-tabs .nav-tabs .nav-link {
    color: var(--text-color) !important;
}

.single-prod-tabs .nav-tabs .nav-link:hover,
.single-prod-tabs .nav-tabs .nav-link.active {
    color: #fff !important;
}

.single-prod-tabs table {
    margin-bottom: 45px;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 15px;

  &.gridFix {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;

    @media (min-width: 500px){ grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 800px){ grid-template-columns: repeat(3, 1fr); }

    .gallery-item {
      width: 100%;
      aspect-ratio: 1/1;
      overflow: hidden;
      margin-bottom: 0;

      * {
        display: block;
        width: 100%;
        height: 100%;
      }

      source {
        display: none;
      }

      img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
      }
    }
  }
}

.specs-table {
  .empty {
    border: none;
    margin-top: -1px;

    td {
      padding: 0;
    }
  }
}

/*.left-padding-fluid {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 20%;
}*/

.left-padding-fluid .row {
    margin: 0px;
}

.single-product table caption { 
    color: #000;
    font-weight: 600; 
}

.hotspot-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 5%;
}

.hotspot-container .hotspot-img {
    width: 100%;
    max-height: 300px;
}

.hotspot-container .dot {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    cursor: default
}

.hotspot-container .line {
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
}

.hotspot-container .line-mobile {
    display: none;
}

.about-a {
    position: absolute;
    right: 0;
    top: 110px;
    height: calc(100% - 110px);
    opacity: 0.1;
}

.about-item {
    font-weight: 300;
    padding: 0px 0px 30px 20px;
    position: relative;
    font-size: 20px;
}

.about-item::before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 22px;
}


.location-item {
    margin-bottom: 45px;
}

.location-item span {
    color: #fff;
}

.location-item .location-image {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    height: 400px;
    -webkit-animation: fade-in 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.location-item span,
.location-item .btn {
    display: none;
    -webkit-animation: fade-in 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.location-item:hover .location-image {
    background-blend-mode: multiply;
}

.location-item:hover span {
    display: block;
}

.location-item:hover .btn {
    display: inline-block;
    align-self: flex-end;
    border: 1px solid #fff;
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.saw-blade {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 350px;
}

.process-slider-info {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}   

.process-slider-info p {
    min-height: 90px;
}

.carousel-control-container {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    width: 30px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease
}

.controls i {
    color: var(--primary-color);
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease
}

.controls:hover {
    border: 1px solid #fff;
}

.controls:hover i {
    color: #fff;
}

.carousel-control-prev {
     margin-right: 8px
}

.pressure-item + .pressure-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--primary-color);
}

.wood-chips {
    position: absolute;
    height: 100%;
    top: 0px;
    right: -200px;
    z-index: 1;
}

.search-submit {
    margin: 0px;
}

.search-field {
    border-radius: 0px;
    border: 1px solid #000;
    outline: none !important;
    padding: 5px;
    font-size: 14px;
}

.timeline_component {
  align-items: center;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 0px 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 45px;
}

.timeline_center {
  justify-content: center;
  display: flex;
}

.timeline_right {    
  display: flex;
  align-items: center;
  padding-left: 45px;
}

.timeline_date-text {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  position: sticky;
  top: calc(50vh - 25px);
}

.timeline_text h2 {
    font-size: 28px;
}

.timeline_image {
    width: 300px;
    height: 250px;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--primary-color);
  width: 1px;
  height: 100%;
  position: absolute;
  left: calc(50% - 0.5px);
}

.timeline_progress-bar {
  z-index: -1;
  background: var(--primary-color);
  width: 6px;
  height: 75px;
  top: calc(50% - 37.5px);
  margin-left: -3px;
  position: fixed;
}

/*  Mobile Styles  */

@media (min-width: 1200px){
    
    .container {
        max-width: 1000px;
    }

}

@media (min-width: 1400px){
    
    .container {
        max-width: 1100px;
    }

    .fluid-content {
        padding-left: calc(100% - 526px);
    }

    .fluid-content-2-thirds {
        padding-left: calc(100% - 787.3333333px)
    }

    .max-hero-size {
        max-height: 700px;
    }

}

/*@media (min-width: 992px) and (max-width: 1135px) {
    .mid-size-constr {
        min-width: 1134px;
    }
}*/

@media (min-width:991px) and (max-width: 1100px){
    
    .wood-image {
        width: 550px;
    }

}

@media (max-width: 1200px) {
    .wood-chips {
        right: -200px;
    }

    .fluid-content {
        padding-left: calc(100% - 456px);
    }

    .fluid-content-2-thirds {
        padding-left: calc(100% - 640px);
    }

}

@media (max-width: 991px) {

    #header .left-padding {
        padding-left: 20%;
        padding-right: 0px;
    }

    .header-links a {
        padding: 12px 8px;
        font-size: 13px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 18.75px 10px;
    }

    .overlay-text {
        font-size: 30px;
    }

    .slideimg {
        height: 500px;
    }

    .red-line {
        border-left: 0px;
        border-top: 1px solid var(--primary-color);
    }

    .white-line {
        border-right: 0px;
        border-bottom: 1px solid #fff;
    }

    #footer .footer-content {
        padding: 60px 30px 30px;
    }

    #footer .footer-menu {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #footer .copyright {
        padding-top: 30px;
    }

    .section-padded-lg {
        padding-top: calc(6 * var(--spacing-unit)) !important;
        padding-bottom: calc(6 * var(--spacing-unit)) !important;
    }

    .fluid-content-2-thirds {
        padding-left: calc(100% - 504px);
    }

    #subpage-header .background-overlay {
        clip-path: unset;
    }

    .wood-image {
        width: 500px;
    }

    .hotspot-container .line {
        display: none;
    }

    .hotspot-container .line-mobile {
        width: 2px;
        background-color: var(--primary-color);
        position: absolute;
        top: 0;
        display: block;
    }

    #yellow-pine .left-padding {
        padding-bottom: 175px;
    }

    #yellow-pine .timber-image {
        max-width: 450px;
        bottom: -50px;
    }

    .fluid-content {
        padding: 0px 12px;
        margin: auto;
        max-width: 720px;
    }

    .location-item {
        margin-bottom: 30px;
    }

    .location-item .location-image {
        margin-bottom: 15px;
        height: unset;
    }

    .saw-blade {
        width: 225px;
        right: 15px;
    }

    .wood-chips {
        right: -400px;
    }

    .industry-item {
        height: 800px;
    }

    .industry-container {
        min-height: 600px;
    }

    .industry-overlay {
        width: 20%;
        height: 200px;
    }

    .industry-red-overlay {
        clip-path: polygon( 20% 200px, 100% 200px, 100% 100%, 20% 100%);
        padding-top: 200px;
    }

    .product-cat-overlay {
        clip-path: unset;
    }

    .icon-container { 
        flex-wrap: wrap;
    }

    .icon-container .icon-item {
        width: 50%;
    }

    .icon-container .icon-item + .icon-item {
        border-left: unset;
    }

    .icon-container > .icon-item:nth-child(n+3) {
        border-top: 1px solid #000;
    }

    .icon-container > .icon-item:nth-child(even) {
        border-left: 1px solid #000;
    }

    .product-cat-container {
        padding-top: 30px;
    }

}

@media (max-width: 850px){
    
    #foter .left-padding,
    #slider .left-padding {
        padding-left: 18%;
    }

    #footer .left-padding {
        padding-left: 18%;
    }
}


@media (max-width: 767px) {    
    
    #header .navbar-brand {
        width: 150px;
        height: 90px;
    }

    .header-line, .header-line-2 {
        display: none;
    }

    .navbar-brand img {
        max-width: calc(100% - 20px);
    }

    #header .left-padding {
        padding-left: 150px;
    }

    #header #navbar {
        height: 40px;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        align-self: flex-end;
        padding: 5px 12px;
    }

    #menu-main-nav {
        width: calc(100% + 130px);
        left: -130px;
        position: relative;
    }

    .header-links a.desktop-only {
        display: none;
    }

    #footer .navbar-brand {
        position: relative;
        top: unset;
        padding: 30px;
        width: 100%;
        border-bottom: 1px solid var(--primary-color);
        display: flex;
        justify-content: center;
        margin: auto;
    }

    #footer .footer-menu {
        margin-top: 30px;
    }

    #footer p {
        margin-bottom: 5px;
    }

    #footer .social-icons {
        justify-content: center;
    }

    #footer .copyright {
        padding-top: 30px;
        text-align: center;
    }

    #footer .social-icons a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .left-padding-fluid {
        padding-left: 12%;
    } 

    .container-md {
        padding-left: 17px;
        padding-right: 17px;
    } 

    #footer .left-padding {
        padding-left: 19%;
    }

    .fluid-content {
        max-width: 540px;
    }

    .fluid-content-2-thirds {
        padding-left: 24px;
        padding-right: 24px !important;
        max-width: 540px;
        margin: auto;
    }

    .red-line, .white-line {
        left: 12%;
    }

    .background-overlay {
        clip-path: polygon(12% 0%, 100% 0, 100% 100%, 12% 100%);
    }

    .slide-overlay-2 {
        clip-path: polygon(0 90px, 12% 90px, 12% 100%, 0% 100%);
    }

    .slideimg {
        padding-top: 90px;
    }

    .slideimg .white-line {
        top: 90px;
    }

    .slideimg .slider-links {
        padding-left: 30px;
    }

    .slideimg .slider-links .btn {
        margin-top: 10px;
    }

    .overlay-text {
        margin-bottom: 0px;
    }

    #menu-main-nav {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    ul#menu-main-nav ul {
        position: static !important;
    }

    ul#menu-main-nav li:hover > ul {
        display: unset !important;
    }

    .dropdown-menu a {
        padding: 5px 15px;
    }

    .navbar-nav .nav-link {
        padding: 5px 10px;
    }

    #menu-item-68,
    #menu-item-185,
    #menu-item-186 {
        display: list-item;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    p.callout {
        font-size: 18px;
    }
    
    .section-padded-lg {
        padding-top: calc(3 * var(--spacing-unit)) !important;
        padding-bottom: calc(3 * var(--spacing-unit)) !important;
    }

    .section-padded {
        padding-top: calc(2 * var(--spacing-unit)) !important;
        padding-bottom: calc(2 * var(--spacing-unit)) !important;
    }

    .block-padding {
        padding: calc(2 * var(--spacing-unit));
    }

    .right-padding {
        padding-right: inherit;
    }

    .left-padding {
        padding-left: calc(2 * var(--spacing-unit));
    }

  /*  .side-padding {
        padding-right: calc(2 * var(--spacing-unit));
        padding-left: calc(2 * var(--spacing-unit));
    }*/

    #product-section {
        padding-bottom: 240px;
    }

    .catalog-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .catalog-container a {
        margin-right: 15px;
    }

    #industry-section {
        padding-bottom: 90px;
    }

    #choose-wood {
        padding-top: 160px;
    }

    .wood-image {
        width: 335px;
        right: -150px;
        bottom: unset;
        top: -150px;
    }

    #subpage-header {
        padding-top: 90px;
    }

    #subpage-header h1 {
        font-size: 30px;
    }

    .subpage-image {
        width: 12%;
    }

    .industry-product-headline {
        padding: 15px 12px 5px 17px;
    }

    .scroll-content {
        height: calc(100vh - 90px);
        top: 90px;
    }

    #industry_scroll {
        height: calc(300vh - 270px);
    }

    .industry-container {
        height: calc(100vh - 90px);
        min-height: 400px;
    }

    .industry-image {
        min-height: 400px;
        height: calc(100vh - 90px);
    }

    .industry-image .content {
        top: 12vw;
        padding: 30px 30px;
        left: 12%;
        height: calc(100% - 90px);
    }

    .industry-image .content h3, p {
        line-height: 1.2;
    }

    .industry-image .content p {
        line-height: 1.2;
        font-size: 16px;
    }

    .industry-image .black-overlay {
      height: 12vw;
      width: 12%;
    }

    .industry-image .red-line {
      left: 12%;
    }

    .wood-chips {    
        transform: rotate(90deg);
        right: 0;
        height: 100%;
        top: unset;
        bottom: -58%;
    }

    .timeline_right,
    .timeline_left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .timeline_date-text {
        font-size: 20px;
        line-height: 1.4;
    }

    .timeline_text h2 {
        font-size: 18px;
    }


    #project-list {
        margin-top: -175px;
    }

    #project-list .project-list-background {
        clip-path: polygon(0 175px, 100% 175px, 100% 100%, 0 100%);
    }

    #project-list .product-item {
        margin-bottom: 30px;
    }

    #project-list .product-item .product-inner {
        height: 400px;
    }

    #project-list .product-item .product-title {
        height: 150px;
    }

}

@media (max-width: 575px) {

    #footer #menu-footer-menu {
        max-height: unset;
    }

    #footer .footer-content {
        padding: 30px 15px 20px;
    }

    .slideimg, #header-image {
        background-attachment: unset !important;
    }

    .header-links a.btn {
        padding: 4px 10px !important;
        font-size: 12px;
    }

    .search_container {
        width: calc(100% + 135px);
    }

    .icon-container .icon-item {
        width: 100%;
    }

    .icon-container > .icon-item + .icon-item {
        border-top: 1px solid #000;
        border-left: unset !important;
    }

    .product-item {
        padding-right: 12px;
    }

    .fluid-content {
        padding: unset !important;
    }

    .timeline_right,
    .timeline_left {
        padding-left: 15px;
        padding-right: 15px;
    }


}

@media (max-width: 350px) {

    #footer .left-padding {
        padding-left: 15%;
    }

}




