/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */
:root {
    --header-height: 150px
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #212121;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semi-bold {
    font-weight: 600;
}

.font-weight-extra-bold {
    font-weight: 800;
}

.font-weight-black {
    font-weight: 900;
}

.sub-heading {
    letter-spacing: 3px;
}

.c-1600 {
    max-width: 1600px;
}

.c-1500 {
    max-width: 1500px;
}

.c-1400 {
    max-width: 1400px;
}

.c-1300 {
    max-width: 1300px;
}

.c-1000 {
    max-width: 1000px;
}

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button {
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-width: 3px;
    border-style: solid;
    border-radius: 30px;
    padding: 11px 40px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.button-green {
    background-color: #3C8C24;
    border-color: #3C8C24;
    color: #fff !important;
}

.button-green:hover {
    background-color: transparent;
    color: #3C8C24 !important;
    border-color: #3C8C24;
}

.button-outline-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button-outline-white:hover {
    background-color: #fff;
}

.button-outline-black {
    background-color: transparent;
    border-color: #3B3B3B;
    color: #3B3B3B;
}

.button-outline-black:hover {
    background-color: #3B3B3B;
    border-color: #3B3B3B;
    color: #fff;
}

.button-outline-light-green {
    background-color: transparent;
    border-color: #60BE44;
    color: #60BE44;
}

.button-outline-light-green:hover {
    background-color: #60BE44;
    border-color: #60BE44;
    color: #fff;
}

.button-outline-green {
    background-color: transparent;
    border-color: #3C8C24;
    color: #3C8C24;
}

.button-outline-green:hover {
    background-color: #3C8C24;
    border-color: #3C8C24;
    color: #fff;
}

header .top-bar {
    font-size: 13px;
    background-color: #3C8C24;
    height: 50px;
    padding: 20px 30px;
}

header .top-bar-left p {
    margin-left: 40px;
}

header .main-header {
    padding: 0 30px;
    z-index: 1;
}

header .main-header nav ul li a {
    color: #1B290F;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

header .main-header nav ul li.current-menu-item a,
header .main-header nav ul li a:hover {
    color: #3C8C24;
}

header .main-header nav ul li.button-order a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #60BE44;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 150px;
    min-height: 120px;
    border-radius: 0 0 12px 12px;
}

header .main-header nav ul li.button-order a:hover {
    background-color: #3FA720;
}

header .main-container .order-button-mobile {
    display: none;
    top: -50px;
    left: 0;
}

header .order-button-mobile {
    display: none;
}

#home_hero {
    height: 60vh;
}

#home_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#home_hero .main-container {
    max-width: 660px;
    width: 100%;
    margin: auto;
}

#home_hero h1 {
    line-height: 1;
}

#home_about .section-column {
    min-height: 700px;
}

#home_about .section-column > div {
    max-width: 610px;
    width: 100%;
    padding: 30px;
    margin: auto;
}

#home_about .column-left {
    background-color: #3C8C24;
}

#home_about .description {
    margin: 30px 0 0;
}

#home_about .button-container {
    margin: 60px 0 0;
}

#home_about .column-left .button-container a:hover {
    color: #3C8C24;
}

#services_mini {
    background-color: #212121;
    min-height: 660px;
    padding: 70px 30px;
}

#services_mini .service-item {
    margin: 0 0 50px;
}

#services_mini .service-image {
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
}

#services_mini .button-container {
    margin: 50px 0 0;
}

#services_mini .button-container a:hover {
    color: #212121;
}

#products,
#projects {
    padding: 6px;
}

#products .product-item,
#projects .project-item {
    background-color: #212121;
    width: calc(33.33% - 12px);
    height: 800px;
    margin: 6px;
}

#products .product-item:not(.product-view)::before,
#projects .project-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

#products .product-item:hover:not(.product-view)::before,
#projects .project-item:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

#products .product-view {
    background-color: #3C8C24;
}

#products .product-content,
#projects .project-content {
    width: 100%;
    padding: 0 50px;
    margin: auto;
}

#products .description,
#products .button-container {
    margin: 35px 0 0;
}

#products .product-view .button:hover {
    color: #3C8C24;
}

#gallery {
    padding: 20px 12px;
}

#gallery .eapps-instagram-feed-title-container {
    display: none;
}

#page_banner {
    background-color: #212121;
    height: 350px;
}

#page_intro {
    background-color: #3C8C24;
    min-height: 550px;
    padding: 100px 0;
}

#page_intro .main-container {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

#page_intro .description {
    margin: 30px 0 0;
}

#page_intro .button-container {
    margin: 40px 0 0;
}

#page_intro .button-container a:hover {
    color: #3C8C24;
}

#single_product {
    font-size: 16px;
    padding: 100px 0 150px;
}

#single_product .column-text > div {
    padding: 0 20px;
}

#single_product .description {
    margin: 20px 0 0;
}

#single_product .available {
    margin: 40px 0 0;
}

#single_product .available h6 {
    font-size: 16px;
}

#single_product .button-container {
    margin: 35px 0 0;
}

#single_product .button-container a:first-child {
    margin-right: 10px;
}

#project_banner {
    height: 570px;
}

#project_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#single_project {
    padding: 90px 0 150px;
}

#single_project img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 15px;
}

.single-divider {
    background-color: #DEDEDE;
    width: 100%;
    height: 7px;
}

.related-products .section-head {
    padding: 100px 0 70px;
}

#services {
    background-color: #212121;
    padding: 150px 30px;
}

#services .service-item {
    background-color: #2B2B2B;
    width: calc( 50% - 10px );
    height: 650px;
    padding: 50px;
    margin: 0 0 20px;
    transition: all 0.3s ease-in-out;
}

#services .service-item > div {
    max-width: 530px;
    width: 100%;
    margin: auto;
}

#services .service-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

#services .service-item .description {
    margin: 45px 0 0;
}

#delivery {
    padding: 180px 0;
}

#order_intro {
    padding: 130px 0;
}

#calculator .section-column {
    height: 970px;
}

#calculator .section-column .box {
    max-width: 640px;
    width: 100%;
    height: 670px;
    padding: 0 70px;
    margin: auto;
}

#calculator .section-column .box .head {
    padding: 80px 0 40px;
}

#calculator .section-column .description {
    margin: 20px 0 0;
}

#calculator .column-left {
    background-color: rgb(60 140 36 / 90%);
}

#calculator .column-left .box {
    background-color: #4A9D31;
}

#calculator .column-left .box .button:hover {
    color: #4A9D31;
}

#calculator .column-right {
    background-color: rgb(20 73 27 / 90%);
}

#calculator .column-right .box {
    background-color: #1E6027;
}

#calculator .column-right .box .sub-heading {
    color: #60BE44;
}

#calculator .column-right .box .button:hover {
    color: #1E6027;
}

#calculator .calc-field {
    margin: 0 0 15px;
}

#calculator .calculator input {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 6px;
    padding: 20px 25px;
}

#cta {
    padding: 60px 30px;
}

#cta .button-container a {
    margin: 0 5px;
}

#contact_form {
    background-color: #EFEFEF;
    padding: 120px 0 200px;
}

#contact_form .head {
    max-width: 580px;
    width: 100%;
    margin: auto;
}

#contact_form .head .opening-hours,
#contact_form .head .address {
    margin: 45px 0 0;
}

#contact_form .body {
    max-width: 900px;
    width: 100%;
    margin: 70px auto 0;
}

#contact_form input,
#contact_form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    border: none;
    padding: 28px;
}

#contact_form input {
    height: 80px;
}

#contact_form .gform_footer {
    text-align: center;
}

#contact_cta {
    padding: 70px 30px;
}

#contact_cta h2 {
    color: #3C8C24;
}

#order .container {
    max-width: 900px;
}

#order input:not([type='radio']),
#order textarea {
    font-size: 12px;
    background-color: #FFFFFF;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px 20px;
}

#order input:not([type='radio']) {
    height: 50px;
}

#order .order-container {
    background-color: #EFEFEF;
    padding: 115px 50px 100px;
}

#order .order-errors {
    margin: 0 0 50px;
}

#order .order-progress {
    background-color: #212121;
    max-width: 870px;
    width: 100%;
    min-height: 80px;
    top: -155px;
    padding: 28px 100px;
    border-radius: 10px;
    pointer-events: none;
}

#order .order-progress span {
    color: #9B9B9B;
}

#order .order-progress span.done {
    color: #FFF;
}

#order .order-progress span.current {
    color: #3C8C24;
}

#order .order-field {
    margin: 0 0 15px;
}

#order .product-item:not(:last-child) {
    border-bottom: 3px solid #3C8C24;
    padding: 0 0 85px;
    margin: 0 0 25px;
}

#order .product-item h2 {
    color: #3C8C24;
}

#order .sub-product-item {
    margin: 0 0 15px
}

#order .product-item .sub-product-item .basic-details {
    max-width: 600px;
    width: 100%;
}

#order .products .name {
    max-width: 300px;
    width: 100%;
}

#order .products .name svg {
    color: #939393;
    margin-left: 10px;
}

#order .products .product-tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    top: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 16px 25px;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
/*
#order .products .product-tooltip::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #fff;
}
 */

#order .products .name:hover .product-tooltip {
    visibility: visible;
    opacity: 1;
}

#order .products .field {
    max-width: 230px;
    width: 100%;
}

#order .products .field span {
    margin-right: 10px;
}

#order .products .field input {
    width: 100px;
    text-align: right;
}

#order .overview {
    background-color: #f4f4f4;
    border: 1px solid #c2c2c2;
    padding: 20px;
    margin: 0 0 30px;
}

#order .overview .overview-product-item {
    width: 600px;
}

#order .total-price-container {
    position: absolute;
    width: 100%;
    border-radius: 10px;
    bottom: -150px;
    overflow: hidden;
}

#order .total-price-container .section-column {
    height: 100px;
    padding: 25px 45px;
}

#order .total-price-container .column-left {
    background-color: #3C8C24;
}

#order .total-price-container .column-right {
    background-color: #60BE44;
}

#order .button-container {
    padding: 115px 50px 185px;
}

footer {
    padding: 60px 30px;
    background-color: #212121;
}

footer a {
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    opacity: 0.7;
}

footer .footer-left {
    width: 40%;
    column-count: 2;
    column-gap: 50px;
}

footer .footer-right {
    width: 60%;
    align-items: center;
}

footer .footer-right > div {
    justify-content: space-between;
}

footer .footer-right > div {
    font-size: 12px;
    padding: 20px 0 0;
}

footer .footer-right > div h6 {
    color: #60BE44;
    font-size: 12px;
}

footer .footer-right .contact {
    max-width: 125px;
    width: 100%;
}

footer .footer-right .opening-hours {
    max-width: 165px;
    width: 100%;
}

footer img {
	width: 250px;
	filter: brightness(0) invert(1)
}

footer .footer-about {
    color: #B1B1B1;
    font-size: 11px;
    max-width: 250px;
    width: 100%;
}

footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 90px;
}

footer .menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

#copyright {
    font-size: 11px;
    background-color: #292929;
    padding: 30px;
}

@media (max-width: 1700px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 1500px) {
    nav ul li a {
        padding: 0 20px;
    }

    footer .footer-right > div {
        justify-content: space-around;
    }

    footer .menu {
        column-gap: 30px;
    }
}

@media (max-width: 1400px) {
    h1 {
        font-size: 50px;
    }

    #projects .project-item,
    #products .product-item {
        height: 600px;
    }

    footer .footer-right > div {
        padding: 0;
    }

    footer .menu {
        column-count: 1;
        column-gap: 0;
    }
}

@media (max-width: 1300px) {
    h1 {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }

    .button {
        font-size: 14px;
    }

    header .main-header nav ul li a {
        font-size: 14px;
    }

    #home_about .section-column {
        min-height: 500px;
        padding: 50px 0;
    }

    #page_banner {
        height: 250px;
    }

    #page_intro {
        min-height: 400px;
    }

    #project_banner {
        height: 400px;
    }

    #order .order-progress {
        padding: 28px 50px;
    }

    #contact_form input,
    #contact_form textarea {
        font-size: 18px;
    }

    #contact_form input {
        height: 70px;
    }

    #products .product-item {
        width: calc( 50% - 12px );
    }

    footer .footer-left,
    footer .footer-right {
        width: 100%;
    }

    footer .footer-left {
        justify-content: center;
        margin: 0 0 30px
    }
}

@media (max-width: 1100px) {
    nav {
        display: none;
    }

    trigger.menu-bttn {
        display: block;
    }

    #nav-icon3 {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    #projects.home-projects .project-item {
        width: 100%;
    }

    #projects:not(.home-projects) .project-item,
    #products .product-item {
        width: calc( 50% - 12px );
    }

    #single_product .column-text {
        margin: 50px 0 0;
    }

    #cta {
        text-align: center !important;
    }

    #cta .column-right {
        width: 100%;
    }

    #cta .column-right .button-container {
        width: 100%;
        justify-content: center;
    }

    #services .service-item {
        width: 550px;
        max-width: 100%;
        height: auto;
        margin: 0 auto 20px;
    }

    #contact_form input,
    #contact_form textarea {
        font-size: 17px;
    }

    #contact_form input {
        height: 60px;
    }

    #copyright .section-column {
        width: 100%;
    }

    #copyright .section-column:first-child {
        margin: 0 0 10px;
    }
}

@media (max-width: 900px) {
    :root {
        --header-height: 120px;
    }

    header .top-bar {
        height: 40px;
    }

    header .top-bar .top-bar-desktop {
        display: none !important;
    }

    header .main-header .order-button-mobile {
        top: -40px;
        left: 20px;
        width: 85px;
        height: 65px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        background-color: #60BE44;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 12px 12px;
    }

    logo {
        width: 180px;
        margin: -30px auto 0;
    }

    logo img {
        max-width: 180px;
    }

    #nav-icon3 {
        margin-top: 30px;
    }

    content.fixed {
        padding-top: 120px
    }

    #contact_cta .section-column {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    body,
    #single_product {
        font-size: 15px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 15px;
    }

    .button {
        font-size: 13px;
        padding: 11px 30px;
    }

	#home_hero {
		height: 400px
	}

    #products h1 {
        font-size: 30px;
    }

    #projects.home-projects .project-item,
    #products .product-item {
        width: 100%;
        height: 400px;
        margin: 0;
    }

    #products .product-item:not(:last-child) {
        margin: 0 0 5px;
    }

    #single_product .column-text > div {
        padding: 0;
    }

    #projects {
        padding: 5px 0 0;
    }

    #projects .project-item {
        margin: 0;
    }

    #gallery {
        padding: 0;
    }

    #project_banner {
        height: 300px;
    }

    #services {
        padding: 70px 0;
    }

    #order_intro {
        padding: 50px 0 100px;
    }

    #order .total-price-container {
        bottom: -185px;
    }

    #order .total-price-container .section-column {
        height: 70px;
    }

    #order .order-container {
        padding: 115px 0 100px;
    }

    #order .button-container {
        padding: 100px 0;
    }

    #order .button-container .button {
        padding: 11px 25px;
    }

    #contact_form input,
    #contact_form textarea {
        font-size: 16px;
    }

    #contact_form input {
        height: 50px;
    }

    footer .footer-left {
        flex-wrap: wrap;
        margin: 0 0 60px;
    }

    footer .footer-left > div {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    footer .footer-left .footer-logo {
        margin: 0 0 30px;
    }

    footer .footer-right > div > div {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }

    footer .footer-right > div > div {
        margin: 0 0 20px;
    }

    footer .footer-right > div > div:first-child {
        margin: 0 0 50px;
    }

    footer .menu li {
        margin: 0 0 25px;
    }

    footer .menu li a {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    #projects:not(.home-projects) .project-item,
    #products .product-item {
        width: 100%;
    }

    #single_product .button-container a {
        margin-bottom: 10px;
    }

    #order .order-progress {
        flex-wrap: wrap;
        top: -200px;
        padding: 28px 50px;
    }

    #order .order-progress span {
        width: 100%;
    }

    #cta {
        padding: 60px 0;
    }

    #cta .button-container {
        flex-wrap: wrap;
    }

    #cta .button-container a {
        margin: 0 5px 10px;
    }

    #contact_form input,
    #contact_form textarea {
        font-size: 15px;
    }

    footer .footer-logo img {
        width: 135px;
    }
}

@media (max-width: 480px) {
    #products {
        padding: 5px;
    }

    #products .product-item {
        height: auto;
        min-height: 170px;
        padding: 70px 0;
    }

    #single_product {
        padding: 50px 0 70px;
    }

    #project_banner {
        height: 250px;
    }

    #order .order-progress {
        padding: 28px 30px;
    }

    #order .products .field input {
        width: 70px;
    }

    #order .total-price-container .section-column {
        padding: 25px;
    }

    #contact_form {
        padding: 70px 0;
    }

    #contact_form .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #calculator .section-column {
        height: auto;
        padding: 0;
    }

    #calculator .section-column .box {
        height: auto;
        padding: 0 40px 50px;
    }

    footer {
        padding: 60px 0;
    }

    footer .footer-left > div {
        font-size: 10px;
    }

    footer .footer-logo img {
        width: 135px;
    }
}

@media (max-width: 420px) {
    #order .products .field {
        width: unset;
        max-width: unset;
        flex-wrap: wrap;
    }

    #order .products .field span {
        font-size: 12px;
        text-align: right;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    header .main-header .order-button-mobile {
        left: 10px;
    }

    #services .service-item {
        padding: 50px 30px;
    }
}

@media (max-width: 350px) {
    logo {
        width: 150px;
        margin: -20px auto 0;
    }

    logo img {
        max-width: 150px;
    }
}