/***
 * Global
 ***/
.brand-color-1{
    color: #003729!important;
}
.brand-color-2{
    color: #006837!important;
}
.brand-background-color-1{
    background-color: #003729!important;
}
.brand-background-color-2{
    background-color: #006837!important;
}
.row{margin-bottom:0;}
.btn {
    background-color: #fff;
    box-shadow: none;
    color: black;
    border: 1px solid black;
}
/**placeholder colors**/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}
::-moz-placeholder { /* Firefox 19+ */
    color: black;
}
:-ms-input-placeholder { /* IE 10+ */
    color: black;
}
:-moz-placeholder { /* Firefox 18- */
    color: black;
}

/***
 * CTA (footer)
 ***/
#cta-grid {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 50px;
    align-items: center;
}

#cta-grid h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 900;
}
#cta-btn {
    background-color: #003729;
    color: #fff;
    border: unset;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
}

/***
 * Brands
 ***/
#home-brand-strip-1 {
    display: flex;
}


/***
 * Header
 ***/
/*header top*/
div#ht-side-fill {
    width: 25vw;
    height: 50px;
    position: absolute;
}
#header-top {
    max-height: 50px;
}
#ht-grid {
    display: grid;
    grid-template-columns: 300px auto auto;
}
#ht-side {
    width: 300px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 85% 0);
}
#social-icons-header {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: start;
    justify-content: start;
    grid-column-gap: 20px;
    padding-top: 10px;
    z-index:99;
}
#social-icons-header img {
    max-width: 25px;
}
#ht-text {
    display: grid;
    align-items: center;
    justify-content: end;
}
/*main links (email/tel)*/
#header-main {
    height: 150px;
}
#hm-grid {
    display: grid;
    grid-template-columns: auto auto;
}
#logo-header {
    margin-top: -50px;
    margin-left: 50px;
    z-index: 9;
}
#logo-header img.logo {
    max-width: 180px;
}
#header-main-links {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-items: start;
    justify-content: end;
    grid-column-gap: 50px;
}
#header-main-links a, #header-main-links span {
    color: white;
}
.hml-grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: start;
    justify-content: start;
    grid-column-gap: 10px;
}
.hml-grid img {
    max-width: 40px;
}
.hml-phone-num{
    margin-left: -30px;
    padding-left: 30px;
    height: 55px;
    line-height: 55px;
    padding-right: 30px;
}
#hml-phone-icon {
    z-index: 9;
}

/*nav bar links*/
nav.white {
    position: relative;
    z-index: 9;
}
#nav-bar {
    margin-top: -30px;
}
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
#dropdown_products {
    top: 65px!important;
    width: 200px!important;
}

.active-menu-tab {
    background-color: #006837;
    color: #fff!important;
}

/****
 ** Footer
 ***/
#footer-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-column-gap: 50px;
    justify-content: space-between;
}
#footer-logo {
    max-width: 150px;
}
.fg-inner-grid h2 {
    font-size: 25px;
}
.fg-inner-grid {
    display: grid;
}
#footer-hr {
    margin-bottom: 15px;
}

/***
 * Slider/s
 ***/

/** {box-sizing:border-box}*/

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    margin-top: -35px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.s-prev, .s-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.s-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.s-prev:hover, .s-next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/***
 * Home Page
 ***/
/**brand strip**/
#home-brand-strip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    margin-top: 50px;
}
#hbs-text h2 {
    font-size: 30px;
    font-weight:900;
}
.hbs-brand img {
    max-width: 100%;
}
/**about**/
#home-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    margin-top: 50px;
}
#ha-text h2 {
    font-size: 30px;
}
#ha-text h2 {
    font-size: 30px;
    /*margin-bottom: -30px;
    margin-top: 0px;*/
    font-weight:900;
}
#ha-text h3 {
    font-size: 20px;
    letter-spacing: 4.5px;
}
/**best services**/
#home-best-service {
    margin-top: 50px;
    background: #e8e8e8;
    padding: 50px;
    margin-bottom: 30px;
}
#home-best-service h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: -30px;
}
#home-best-service h3{
    font-size: 20px;
    letter-spacing: 4.5px;
    margin-bottom:50px;
}
#hbs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
}

#hbs-grid img {
    max-width: 100%;
}

#bsi1{
    background: url(../image/s-strip-m-1-b.png);
}
#bsi2{
    background: url(../image/s-strip-m-2-b.png);
}
#bsi3{
    background: url(../image/s-strip-m-3-b.png);
}
#bsi4{
    background: url(../image/s-strip-m-4-b.png);
}

#bsi1, #bsi2, #bsi3, #bsi4 {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px;
}
div[id^="bsi"] h3 {
    color: #fff;
    margin: 0!important;
    padding-bottom: 20px;
    font-size: 20px!important;
    text-align: left;
    margin-top: 20px!important;
    letter-spacing: -1.5px!important;
}
div[id^="bsi"] p {
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -1px;
    max-width: 200px;
    line-height:1;
}

@media only screen and (min-width:600px) and (max-width:1700px){
    #bsi1, #bsi2, #bsi3, #bsi4 {
	padding: 10px;
    }
    div[id^="bsi"] h3 {
	padding-bottom: 10px;
	font-size: 14px!important;
	text-align: left;
	margin-top: 5px!important;
	font-weight:900;
	letter-spacing: -1.5px!important;
    }
    div[id^="bsi"] p {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: left;
	letter-spacing: -1px;
	max-width: 130px;
    }
}
@media only screen and (max-width:600px){
    #bsi1, #bsi2, #bsi3, #bsi4 {
	background-size: 100%!important;
    }
}

/*latest news*/
div#home-latest-news {
    display: none;
}
#home-latest-news h3 {
    font-size: 20px;
    letter-spacing: 4.5px;
    color: grey;
    margin-bottom: 0;
}
#home-latest-news h2 {
    font-size: 30px;
    margin-top:0px;
    margin-bottom:30px;
    font-weight:900;
}
#hln-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}
.hln-g-inner img {
    height: 100%;
}
#hln-date {
    color: #fff;
    margin-top: -100px;
    margin-bottom: 0px;
    font-size: 20px;
    padding-left:30px;
}
#hln-title {
    padding-bottom: 30px;
    padding-left:30px;
}
#hln-title a {
    color: #fff;
    font-size: 30px;
}

#hln-g-inner-0 {
    grid-row: 1/3;
    grid-column: 1/3;
}


/****
 * Blog Archive
 ****/
#ln-top {
    margin-top: -35px;
}
#blog-archive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-top:50px;
    margin-bottom:50px;
}
.post-archive-elem {
    border: 1px solid #e8e8e8;
}
#blog-archive-date {
    margin-top: -50px;
    margin-bottom: 50px;
    padding-left: 30px;
    color: #fff;
}
#blog-archive-title a {
    font-size: 30px;
    color: black;
    padding-left:30px;
}
#blog-archive-excerpt {
    padding: 0 30px 10px;
}
#blog-archive-paginate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    grid-column: 1/3;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

/***
 * Blog Single
 ***/
#blog-single-slide{
    margin-top:-35px;
    margin-bottom:50px;
    overflow-y: hidden;
    max-height: 500px;
}
#blog-single-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}
div#blog-single-content {
    margin-bottom: 50px;
}


/***
 * Product single
 ***/
#psi-text li {
    list-style-type: circle!important;
    list-style-position: outside;
    margin-left: 20px;
}
.product-single-slide {
    max-height: unset!important;
    position: relative;
}
#bs-caption {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 50%;
    padding-left: 100px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
    clip-path: polygon(5% 100%, 0 100%, 100% 100%, 100% 0%, 0% 0);
}
#bs-caption h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: auto;
    padding: 15px 0;
    font-weight: 900;
    color: #003729;
}

/**category grid**/
#product-single-categories {
    margin-top: 50px;
    margin-bottom: 50px;
}
#psc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
#psc-grid img {
    max-width: 100%;
}

#psc-inner-1, #psc-inner-2, #psc-inner-3, #psc-inner-4, #psc-inner-5, #psc-inner-6, #psc-inner-7, #psc-inner-8 {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: right!important;
    padding: 15px;
}

div[id^="psc-inner-"] h3 {
    color: #fff;
    margin: 0!important;
    padding-bottom: 20px;
    font-size: 20px!important;
    text-align: left;
    margin-top: 20px!important;
    letter-spacing: -1.5px!important;
}
div[id^="psc-inner-"] p {
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -1px;
    max-width: 200px;
    line-height:1;
}

@media only screen and (min-width:600px) and (max-width:1700px){
    #psc-inner-1, #psc-inner-2, #psc-inner-3, #psc-inner-4, #psc-inner-5, #psc-inner-6, #psc-inner-7, #psc-inner-8 {
	padding: 10px;
    }
    div[id^="psc-inner-"] h3 {
	padding-bottom: 10px;
	font-size: 14px!important;
	text-align: left;
	margin-top: 5px!important;
	font-weight:900;
	letter-spacing: -1.5px!important;
    }
    div[id^="psc-inner-"] p {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: left;
	letter-spacing: -1px;
	max-width: 130px;
    }
}
@media only screen and (max-width:600px){
    #psc-inner-1, #psc-inner-2, #psc-inner-3, #psc-inner-4, #psc-inner-5, #psc-inner-6, #psc-inner-7, #psc-inner-8 {
	background-size: 100%!important;
    }
}

/**product info & pic**/
#product-single-info {
    margin-top: 50px;
    margin-bottom: 50px;
}
#psi-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 2%;
    background-color: #e8e8e8;
    padding: 30px;
}
#psi-text h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight:900;
}
#psi-text h3 {
    font-size: 20px;
    letter-spacing:4.5px;
    margin-top:0;
}
#psi-image img {
    max-width: 100%;
}
/**contact form**/
#product-single-contact h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight:900;
}
#product-single-contact h3 {
    font-size: 20px;
    letter-spacing:4.5px;
    margin-top:0;
}
#ps-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
    margin: 30px 0px;
}
#ps-c-g-inner-left, #ps-c-g-inner-right {
    display: grid;
    grid-gap: 30px;
}
.ps-c-g-inner {
    background-color: #e8e8e8;
    padding: 10px;
}
#ps-c-g-b{
    background-color:#fff!important
}
.ps-c-g-inner button.btn {
    float: right;
    background-color: #006837;
    color: #fff;
}

/**
 *Accessories Page
 **/
#accessories-slide {
    margin-top: -35px;
}
#accessories {
    margin-top: 30px;
    margin-bottom: 30px;
}
#a-inner-grid {
    display: grid;
    grid-gap: 30px;
}
.a-inner-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 30px;
    background-color: #e8e8e8;
}
.a-inner-item img {
    width: 100%;
}
.item-grid h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight:900;
}
.item-grid h3 {
    font-size: 20px;
    letter-spacing:4.5px;
    margin-top:0;
}

/**
 ** FAQ page
 **/
#faq-slide {
    margin-top: -35px;
}
.faq-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
#faq-items {
    margin-top: 30px;
    margin-bottom: 30px;
}
li.active > .collapsible-header {
    background-color: #006837;
    color: #fff;
}

/**
 ** Contact Us Page
 **/
#contact-slide {
    margin-top: -35px;
}
#cb-grid {
    margin-top:30px;
    margin-bottom:30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.cbg-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
    grid-gap: 30px;
    padding: 30px;
    border: 1px solid #e8e8e8;
}
.cbg-item img {
    width: 100%;
}
.cbg-item p, .cbg-item p a {
    font-size: 14px;
    color: grey;
}
#error {
    background-color: red;
    padding: 30px;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}

/***
 ** Search Page
 ***/
input.search_button {
    background-color: #003729;
    color: #fff;
    border: unset;
    height: 50px;
    font-size: 20px;
    font-weight: 900;
    padding: 5px 20px;
    line-height: 20px;
}
#search-results h3 a{
    color: #003729;
}


/***************
 *** MOBILE CSS
 ***************/
@media only screen and (max-width:600px)
{
    /***
     * General
     ***/
    h3{
	letter-spacing: normal!important;
    }
    /***
     * CTA 
     ***/
    #cta-grid {
	grid-template-columns: auto;
    }
    #cta-grid h2 {
	padding: 0;
	margin-bottom: 0;
	text-align: center;
    }
    #cta-grid a#cta-btn {
	margin-bottom: 30px;
    }
    
    /***
     * Header
     ***/
    #header-main {
	height: 180px;
    }
    #ht-grid {
	grid-template-columns: 125px auto auto;
    }
    div#hm-grid {
	grid-template-columns: auto;
	justify-content: center;
    }
    div#logo-header {
	margin: unset;
    }
    #logo-header img.logo {
	max-width: 130px;
    }
    #nav-bar {
	margin-top: -60px;
    }

    /***
     * Footer
     ***/
    #footer-grid {
	grid-template-columns: 100%;
	display: grid;
	justify-content: center;
    }
    .fg-inner-grid {
	text-align: center;
    }
    #footer-logo {
	max-width: 150px;
	text-align: center;
	margin: auto;
    }

    /***
     * Home
     ***/
    #home-brand-strip {
	grid-template-columns: auto;
	justify-items: center;
    }
    #home-about-grid {
	grid-template-columns: auto;
    }
    #home-about-grid img {
	max-width: 100%;
    }
    #hbs-grid {
	grid-template-columns: auto;
	grid-row-gap: 50px;
    }
    #hln-grid {
	grid-template-columns: auto;
    }
    #hln-title a {
	font-size: 30px;
    }
    #hln-date {
	font-size: 20px;
    }
    #hln-g-inner-0 {
	grid-row: unset;
	grid-column: unset;
    }

    /***
     * Products
     ***/
    #blog-single-slide {
	overflow-y: unset;
    }
    #psc-grid {
	grid-template-columns: auto;
    }
    #psi-grid {
	grid-template-columns: auto;
    }
    #ps-contact-grid {
	grid-template-columns: auto;
    }

    /***
     * Accessories
     ***/
    .a-inner-item {
	grid-template-columns: auto;
    }
    .aii-right img {
	grid-row: 1;
    }

    /***
     * Blog Archive
     ***/
    #blog-archive-grid {
	display: block;
	margin-top: 45px;
	margin-bottom: 30px;
    }
    .post-archive-elem {
	margin-bottom: 30px;
    }

    /***
     * FAQ page
     ***/
    .faq-grid {
	grid-template-columns: auto;
	grid-gap: 0;
    }

    /***
     * Contact 
     ***/
    #cb-grid {
	grid-template-columns: auto;
    }
}
