/*
 Theme Name:   Kitset Sheds
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       A-Z Web Solutions
 Author URI:   https://www.azwebsolutions.co.nz
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
:root {
    --base: #0B0B0B; /* global scope */
    --red: #ed1c24;
    --charcoal: #626466;
    --light-gray: #f8f8f8;
    --bg-colour: #fdfdfd;
    --blue: #0061FE;
}
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: var(--base);
    font-size: 18px;
    line-height: 28px;
}
h1 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--base);
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
}
h2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--base);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.home h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}
h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--base);
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
h4 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--base);
    font-size: 20px;
    line-height: 22px;
}
#page {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 20px;
}
.btn {
    border-radius: 50px;
    padding: 15px 50px 15px 25px;
    font-size: 16px;
    line-height: 16px;
}
.btn-alt {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
}
.btn-primary {
    color: #ffffff;
    background-color: var(--red);
    border-color: var(--red);
    transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: relative;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: var(--charcoal);
    border-color: var(--charcoal);
}
.btn-primary.black {
    background-color: var(--base);
    border-color: var(--base);
}
.btn-primary.black:hover {
    color: #ffffff;
    background-color: var(--charcoal);
    border-color: var(--charcoal);
}
.btn-primary.blue {
    background-color: var(--blue);
    border-color: var(--blue);
}
.btn-primary.blue:hover {
    color: #ffffff;
    background-color: var(--charcoal);
    border-color: var(--charcoal);
}
.btn:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 16px;
}
.submit-wrap input[type=submit] {
    border-radius: 50px;
    padding: 15px 50px 15px 25px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    background-color: var(--red);
    color: #ffffff;
}
.submit-wrap input[type=submit]:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 16px;
}
.nf-field-label label, .nf-field-label .nf-label-span {
    font-weight: 500 !important;
}
.label-above .nf-field-label {
    margin-bottom: 5px !important;
}
a {
    text-decoration: none;
}
.wrapper {
    box-shadow: rgba(128, 128, 128, 0.5) 0px -5px 10px -10px;
    background-color: var(--bg-colour);
}
.wrapper.no-page-title {
    padding-top: 50px;
}
.home .wrapper.no-page-title {
    padding-top: 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.inner-wrapper {
    display: flex;
    flex-direction: row;
}
#top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--light-gray);
    font-size: 15px;
    line-height: 16px;
    border-bottom: 1px solid #e4e4e4;
}
#top-bar .inner-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}
#top-bar a {
    color: var(--base);
}
#top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
#top-bar a.shed-designer {
    background-color: var(--base);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}
#header {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header .inner-wrapper {
    align-items: center;
    column-gap: 50px;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;
}
#header .logo {
    width: 250px;
    margin-right: auto;
}
#header.fixed {
    position:fixed;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    width: 100%;
    z-index: 9999;
    top: 0;
    border-bottom-width: 0;
}
#header.fixed .logo {
    width:150px;
}
@-webkit-keyframes slide-down { 0% { opacity:1; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}

@-moz-keyframes slide-down { 0% { opacity:1; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}

@keyframes slide-down { 0% { opacity:1; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}}
.main-header-wrapper {
    margin-bottom: 20px;
}
.main-header-wrapper h1 {
    position: relative;
    z-index: 2;
}
.main-header-wrapper span {
    -webkit-animation: 0.5s highlight 2ms 1 normal forwards;
    animation: 0.5s highlight 2ms 1 normal forwards;
    background: linear-gradient(90deg, #ed1c24 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 5px;
    height: 100%;
    right: 50px;
    position: absolute;
    top: -4px;
    transform: rotate(-2.5deg) scaleX(.95) translateY(8%);
    width: 220px;
    z-index: -1;
}
.main-header-wrapper h1 strong {
    font-weight: 700;
    color: #ffffff;
}
.site-main {
    position: relative;
}
.page-title-wrapper {
    background-color: var(--red);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    display: none;
}
.page-title-wrapper h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}
.why-kiwi-sheds-wrapper .inner-wrapper {
    column-gap: 20px;
    flex-wrap: wrap;
}
.why-kiwi-sheds-wrapper .inner-wrapper > div {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.why-kiwi-sheds-wrapper .inner-wrapper > div p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.why-kiwi-sheds-wrapper .inner-wrapper > div i {
    font-size: 30px;
}
.why-kiwi-sheds-wrapper {
    padding-top: 40px;
}
.section {
    margin-bottom: 50px;
}
.section-large {
    margin-bottom: 80px;
}
.home-panel {
    text-align: center;
}
.home-panel > .vc_column-inner > .wpb_wrapper {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 20px 20px 0;
    border-radius: 5px;
    height: 100%;
}
.home-panel img {
    border-radius: 5px;
}
.home-panel p {
    font-size: 18px;
    line-height: 26px;
}
.home-panel ul {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.home-panel ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}
.home-panel ul li:before {
    content: "";
    background-color: var(--red);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.parallax {
    height: 500px;
}
.parallax h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}
.parallax p {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 80px !important;
}
.flex-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
}
.parallax .btn-primary {
    background-color: var(--base);
    border-color: var(--base);
}
#footer {
    background-color: #ffffff;
    padding-top: 50px;
    font-size: 18px;
    box-shadow: 0 -5px 10px -10px rgba(128, 128, 128, 0.5);
}
#footer .inner-wrapper.first-row {
    justify-content: flex-start !important;
    column-gap: 50px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
ul.socials li {
    background-color: var(--base);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
ul.socials li:hover {
    background-color: var(--red);
}
ul.socials a {
    color: #ffffff;
    font-size: 20px;
}
.follow-us {
    display: flex;
    flex-direction: row;
    column-gap: 100px;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}
.breadcrumb-wrapper {
    margin-bottom: 20px !important;
}
ul.kitset-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    color: var(--red);
}
ul.kitset-breadcrumb li {
    position: relative;
}
ul.kitset-breadcrumb li a {
    color: var(--base);
}
ul.kitset-breadcrumb li:after {
    content: "|";
    position: absolute;
    right: -10px;
    color: var(--base);
}
ul.kitset-breadcrumb li:last-child:after {
    content: "";
}
.colour-block-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.colour-block-wrapper span {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 20px 0;
    margin-bottom: 5px;
}
.colours-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
#footer .f-left-col {
    padding-bottom: 50px;
}
#footer .f-left-col p {
    width: 90%;
}
#footer .f-right-col {
    padding-bottom: 50px;
    position: relative;
}
#footer .f-right-col .inner-wrapper {
    justify-content: space-between;
}
#footer .f-left-col .inner-wrapper {
    column-gap: 100px;
}
#footer h3 {
    font-size: 22px;
}
.brochure-download {
    text-align: center;
}
.brochure-download a {
    display: block;
}
.brochure-download a span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--base);
    margin-top: 5px;
}
.brochure-download img {
    width: 150px;
}
.brochure-download strong {
    display: block;
}
.brochure-download span {
    display: block;
}
.f-right-col:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #e4e4e4;
}
.alt-page-title-wrapper {
    padding-bottom: 50px;
}
.category-page-title-wrapper .image-wrapper {
    display: flex;
    justify-content: flex-end;
}
.category-page-title-wrapper .left-col {
    position: relative;
}
.category-page-title-wrapper .left-col:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.category-page-title-wrapper .description {
    width: 95%;
}
.category-grid-wrapper .sub-title {
    margin-bottom: 15px;
}
.category-grid {
    margin-bottom: 30px;
}
.category-grid.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.category-grid .grid-inner-wrapper {
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    padding: 20px 20px 0px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.category-grid .image-wrapper {
    margin-bottom: 35px;
}
.category-grid .image-wrapper img {
    border-radius: 5px;
}
.category-grid .content-wrapper {
    text-align: center;
    margin-bottom: 10px;
}
.category-slider .slick-track {
    display: flex !important;
    /* align-items: stretch is the default, which makes children equal height */
}
.category-slider .slick-slide {
    height: auto !important; /* Ensures flexbox can calculate height correctly */
}
/* Ensure content inside the slide also takes up full height if needed */
.category-slider .slick-slide > div {
    height: 100%;
}
.category-grid p {
    font-size: 18px;
    line-height: 26px;
}
.category-grid .grid-inner-wrapper .btn {
    margin: auto auto 20px;
}
.category-grid.feature-card .image-wrapper {
    text-align: center;
    margin-bottom: 15px;
}
.category-grid.feature-card h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.category-grid.feature-card p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.product-grid {
    margin-bottom: 30px;
}
.category-grid.shed-estimate .description {
    text-align: left;
}
.category-grid.shed-estimate h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.category-grid.shed-estimate .image-wrapper {
    margin-bottom: 10px;
    min-height: 130px;
}
.category-grid.shed-estimate {
    font-size: 16px;
    line-height: 24px;
}
.category-grid.shed-estimate ul {
    margin-bottom: 20px;
}
.category-grid.shed-estimate ul li {
    margin-bottom: 3px;
}
.category-grid.shed-estimate .btn {
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    line-height: 15px;
}
.category-grid.shed-estimate .btn:after {
    top: 10px;
}
.category-grid.shed-estimate .content-wrapper {
    margin-bottom: 20px;
}
.product-grid .grid-inner-wrapper {
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    padding: 20px 20px 0;
    border-radius: 5px;
}
.product-grid .image-wrapper {
    margin-bottom: 20px;
}
.product-grid .image-wrapper img {
    border-radius: 5px;
}
.product-grid .content-wrapper {
    text-align: center;
    margin-bottom: 35px;
}
.product-grid h3 {
    margin-bottom: 30px;
}
.product-grid .action-btns-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
}
.product-banner-wrapper {
    margin-bottom: 50px;
    position: relative;
}
.product-banner-wrapper span {
    height: 100%;
    left: 0;
    position: absolute;
    top: -4px;
    transform: rotate(-2.5deg) scaleX(0.95) translateY(8%);
    width: 100%;
    z-index: -1;
    animation: 0.5s ease 2ms 1 normal forwards running highlight;
    background: linear-gradient(90deg, rgb(237, 28, 36) 50%, rgba(255, 255, 255, 0) 50%) 100% 0px / 200% 100%;
    background-position: 100% 0px;
    border-radius: 5px;
}
.product-banner-wrapper h1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}
#single-object-wrapper .kitset-breadcrumb {
    margin-bottom: 20px;
}
.product-title {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    bottom:50px;
}
.faqs-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    margin-top: 50px;
    margin-bottom: 50px;
}
.faqs-wrapper .inner-wrapper {
    align-items: center;
}
.faqs-wrapper h3 {
    font-size: 35px;
    line-height: 40px;
    width: 90%;
}
.faqs-wrapper .left-col {
    flex: 0 0 30%;
}
.faqs-wrapper .right-col {
    flex: 0 0 70%;
}
.faqs-wrapper .left-col ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.faqs-wrapper .left-col ul li a {
    color: var(--base);
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.faqs-wrapper .left-col ul li a span {
    font-size: 20px;
    font-weight: 500;
}
.faqs-wrapper .left-col ul li a i {
    font-size: 30px;
    margin-right: 5px;
}
.brochure-slider-wrapper {
    width: 90%;
    margin: 0 auto;
}
.brochure-slider-wrapper a {
    background-color: #ffffff;
    display: block;
    text-align: center;
    color: var(--base);
    border: 1px solid #e4e4e4;
    padding:40px 0;
    border-radius: 5px;
}
.brochure-item.slick-slide img {
    display: inline-block;
    width: 180px;
}
.brochure-item.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.brochure-slider-wrapper .slick-dots {
    bottom: -40px;
}
.accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    color: var(--base);
}
.accordion-button {
    font-size: 18px;
    padding: 10px 20px;
}
.accordion p {
    margin-bottom: 0;
}
.shed-specs-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.shed-specs-wrapper ul li {
    padding: 5px 5px 5px 45px;
    background: var(--light-gray);
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.shed-specs-wrapper ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    color: var(--red);
}
.other-sheds-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.other-sheds-list li {
    background-color: var(--light-gray);
    padding: 20px;
    margin-bottom: 5px;
}
.other-sheds-list a {
    color: var(--base);
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.other-sheds-list a img {
    width: 100px;
}
.other-sheds-list strong {
    font-size: 15px;
}
.contact-form-row {
    margin-bottom: 0;
}
#copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--light-gray);
    font-size: 15px;
    line-height: 16px;
    border-top: 1px solid #e4e4e4;
}
#copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
}
#copyright a {
    color: var(--base);
}
.footer-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-wrapper ul li {
    margin-bottom: 5px;
}
.footer-menu-wrapper a {
    color: var(--base);
}
.footer-image-wrapper {
    width: 250px;
}
ul.contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.contacts li {
    margin-bottom: 5px;
}
ul.contacts li a {
    color: var(--base);
}
@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
    }
}
@keyframes highlight {
    to {
        background-position: 0 0;
    }
}
.widget-wrapper {
    position: fixed;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 20vw;
    height: auto;
    transition: transform 0.3s ease-out;
}
.widget-wrapper.left {
    transition: transform 0.3s ease-out;
}
.widget-wrapper.right {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}
.widget-wrapper.top {
    transition: transform 0.3s ease-out;
}
.widget-wrapper.top-left-to-right {
    top: 0;
    bottom: unset;
}
.widget-wrapper.top-right-to-left {
    top: 0;
    bottom: unset;
}
.widget-wrapper.bottom {
    transition: transform 0.3s ease-out;
}
.widget-wrapper .widget-container {
    border-style: solid;
    border-width: 2px;
    border-color: var(--blue);
    border-radius: 20px;
    background-color: var(--blue);
    box-shadow: -7px 7px 30px 1px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 10px 30px;
}
.widget-wrapper .widget-container a {
    display: block;
    color: var(--light-gray);
    margin-bottom: 20px;
}
.widget-wrapper .widget-container a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--light-gray);
}
.move-widget {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.move-widget.left {
    left: auto;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto 0;
}
.move-widget.bottom {
    top: 100%;
    bottom: auto;
}
.move-widget.right {
    left: 100%;
    top: 0;
    right: auto;
    bottom: 0;
    margin: auto 0;
}
.move-widget i {
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.widget-wrapper:hover .move-widget {
    opacity: 0.5;
}
.move-widget.left:hover {
    opacity: 1;
}
.move-widget.right:hover {
    opacity: 1;
}
.move-widget.top:hover {
    opacity: 1;
}
.move-widget.bottom:hover {
    opacity: 1;
}
.help-widget .help-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor:pointer;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--blue);
    text-align: center;
    border-radius: 50%;
    z-index: 99999;
    display: block;
}
.help-widget i {
    color: #ffffff;
    font-size: 30px;
    line-height: 80px;
}
.help-widget i:hover, .help-widget i:focus, .help-widget i:visited  {
    color: #ffffff;
}
.close-widget {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
}
.category-slider i {
    position: absolute;
    color: var(--base);
    font-size: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 99;
}
.category-slider i.fa-angle-left {
    left: -20px;
    z-index: 2;
}
.category-slider i.fa-angle-right {
    right: -20px;
    z-index: 2;
}
.modal {
    position: fixed;
    z-index: 999999;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal.show {
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal .modal-content {
    margin: 0 auto;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0 #0000004D;
    border: 0;
    padding: 40px;
    position: relative;
    width:50%;
}
.modal .modal-content i.fa-chevron-right {
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    position: absolute;
}
.modal .modal-content i.fa-chevron-left {
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    position: absolute;
}
.modal .slick-dots li button:before {
    font-size: 10px;
}
.modal .slick-slide img {
    width: 100%;
}
.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: var(--base);
    font-size: 30px;
}
.modal .action-btns-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-top: 20px;
    justify-content: center;
}
.shed ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}
.shed ul li {
    flex: 0 0 calc(25% - 20px);
    font-size: 16px;
}
.southisland-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}
.southisland-wrap ul li {
    flex: 0 0 calc(25% - 20px);
    font-size: 16px;
}
.workscope ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}
.workscope ul li {
    flex: 0 0 calc(25% - 20px);
    font-size: 16px;
}
.footer-img {
    width:90%;
}
.copy-btn {
    background: #555;
    color: #fff;
    padding: 4px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 16px;
}
.sample-reviews-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 36px;
    box-shadow: 0px 3px 6px 0 #0000004D;
}
.kitsets-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kitsets-sub-menu > li > a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--base);
    margin-bottom: 15px;
    display: block;
}
.kitsets-sub-menu ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kitsets-sub-menu ul.sub-menu li {
    margin-bottom: 5px;
}
.kitsets-sub-menu ul.sub-menu li a {
    color: #9d9d9d;
    font-size: 18px;
}
.kitsets-sub-menu ul.sub-menu li a:hover {
    color: var(--base);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link {
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 300;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--base);
    font-weight: 300;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item {
    margin-bottom: 5px;
}
.mega-menu-img-wrapper {
    width: 300px;
}
.mega-menu-img-wrapper .grid-inner-wrapper {
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mega-menu-img-wrapper img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.mega-menu-img-wrapper strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--base);
    margin-bottom: 10px;
}
.mega-menu-img-wrapper .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}
.mega-menu-img-wrapper .btn:after {
    top: 9px;
}
#header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 24px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 20px 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--base);
    margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover {
    font-weight: 500;
    color: var(--base);
}
.mega-menu-brochure-img {
    width: 150px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: auto !important;
}
.reviews-wrapper {
    position: relative;
    left: -20px;
}
.action-buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
}
html {
    scroll-behavior:smooth;
}
.sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sitemap li {
    margin-bottom: 5px;
}
.sitemap li a {
    color: var(--base);
}
.faqs-wrapper.hide-cta .inner-wrapper .left-col {
    display: none;
}
.faqs-wrapper.hide-cta .inner-wrapper .right-col {
    flex: 0 0 100%;
}
.faqs-wrapper.hide-cta {
    border: 0;
    padding: 0;
}