﻿html {
    scroll-behavior: smooth;
}

.text-primary {
    color: #96a353 !important;
}

.bg-primary {
    background-color: #96a353 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-lightwhite {
    background-color: #f4f6ed !important;
}

.bg-black-primary {
    background: linear-gradient(#000 40%, #96a353 40%);
}

.bg-primary-black {
    background: linear-gradient(#96a353 40%, #000 40%);
}

.bg-grey {
    background-color: #e6e6e6 !important;
}

.bg-darkgrey {
    background-color: #dadada !important;
}

body {
    font-family: 'Josefin Sans', sans-serif;
}

a {
    color: #96a353;
}

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

.btn {
    transition: .5s;
}

.btn-primary {
    background-color: #96a353 !important;
    border-color: #96a353 !important;
}

.btn-primary:hover {
    border-radius: 2rem !important;
}

.btn-outline-primary {
    border-color: #96a353 !important;
    color: #96a353 !important;
    background-color: #fff;
}

.btn-outline-primary:hover {
    background-color: #96a353 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #000 !important;
    color: #96a353 !important;
    border-bottom: 5px solid #96a353;
    border-left: none;
    border-right: none;
    border-top: none;
}

.btn-secondary:hover {
    border-radius: 2rem !important;
    background-color: #96a353 !important;
    color: #000 !important;
}

.btn-dark:hover {
    border-radius: 2rem !important;
}

.w-100 img {
    width: 100%;
}

.w-auto img {
    width: auto;
}

.h-auto img {
    height: auto;
}

.h-100 img {
    height: 100%;
}

.z-1 {
    z-index: 1;
}

.h2, h2 {
    font-weight: 600;
}

.fs125 {
    font-size: 1.25rem;
}

.filter_white {
    filter: contrast(0) brightness(2);
}

a.border-bottom-5-only {
    border-bottom: 5px solid #96a353;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 1.25rem;
}

a.border-bottom-5-only:hover {
    background-color: #96a353;
    color: #000 !important;
}

header {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/banner.webp);
    background-attachment: fixed;
}

header #menu-main li.active a {
    position: relative;
}

header #menu-main li.active a:after {
    content: "";
    position: absolute;
    width: 86%;
    height: 3px;
    background-color: #96a353;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.specials_section {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/msb.webp);
}

.specials_section .card {
    background-color: rgba(255, 255, 255, .7);
}

.highlights_section .card {
    border: 2px solid #000;
}

.highlights_section .card .card-icon img {
    z-index: 1;
    position: relative;
}

.highlights_section .card .card-icon:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.highlights_section .card .card-body {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/hcb.webp);
}

.formmap_section .map {
    top: 50%;
    transform: translateY(-50%);
}

.formmap_section .wpcf7 input, .formmap_section .wpcf7 select, .formmap_section .wpcf7 textarea {
    background-color: #b9c18c;
}

.formmap_section .wpcf7 textarea {
    height: 92px;
}

.footer_menus .menu-item a {
    color: #fff;
    font-weight: 300;
}

.features .btn-body .btn-primary {
    border: 2px solid #fff !important;
}

.features .btn-body .btn-dark {
    border: 2px solid #96a353 !important;
}

.features .btn-body .btn-dark:hover {
    color: #96a353 !important;
}

.led_section {
    background-image: url(../images/ldfb.webp);
}

.services_btn .icon img {
    z-index: 1;
    position: relative;
    filter: contrast(0) brightness(2);
    transform: scale(.6);
}

.services_btn .icon:before {
    position: absolute;
    content: '';
    background-color: #96a353;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3rem;
    border: 2px solid #fff;
}

.contact_form .wpcf7 .wpcf7-list-item {
    margin-left: 0;
    display: block;
}

.services_tab .nav-tabs a {
    color: #dadada !important;
}

.services_tab .nav-tabs a p:last-child {
    border-bottom: 2px solid transparent;
}

.services_tab .nav-tabs a .icon img {
    z-index: 1;
    position: relative;
    filter: contrast(0) brightness(2);
    transform: scale(.6);
}

.services_tab .nav-tabs a .icon:before {
    position: absolute;
    content: '';
    background-color: #dadada;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3rem;
    border: 2px solid #fff;
}

.services_tab .nav-tabs a.active {
    color: #96a353 !important;
}

.services_tab .nav-tabs a.active .icon:before {
    background-color: #96a353;
}

.services_tab .nav-tabs a.active p:last-child {
    border-color: #96a353;
}

.services_tab .right_content p i {
    opacity: 0;
    transition: ease .3s;
}

.services_tab .right_content p:hover i {
    opacity: 1;
}

.quote_form .card {
    border-color: #96a353;
}

.quote_form .card .icon img {
    z-index: 1;
    position: relative;
    filter: contrast(0) brightness(2);
    transform: scale(.6);
}

.quote_form .card .icon:before {
    position: absolute;
    content: '';
    background-color: #96a353;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3rem;
    border: 2px solid #fff;
}

.quote_form .wpcf7-checkbox {
    margin: auto;
}

.quote_form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.quote_form .wpcf7-checkbox .wpcf7-list-item label input {
    margin-right: 10px;
}

.choose_service .icon:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3rem;
    border: 2px solid #96a353;
}

.choose_service .icon img {
    z-index: 1;
    position: relative;
    transform: scale(.7);
}

.choose_service .heading {
    transform: translate(-80%, -50%);
    top: 40%;
    left: 0%;
    max-width: 160px;
    z-index: 1;
}

.choose_service .footer_cta {
    bottom: 0;
    left: 0;
}

.areas__ul2 {
    column-count: 2;
}

.areas__ul2.more {
    height: 260px;
    overflow: hidden;
}

.fullcol .areas__ul2 {
    column-count: 3;
}

.testi-section .content {
    overflow: auto;
    max-height: 150px;
}

.service-image-container {
    padding: 0.25rem;
}

.service-image-container picture {
    position: relative;
}

.service-image-container picture:hover:before {
    background-color: #7d8a3a;
}

.service-image-container picture:before {
    transition: 0.35s all ease;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-color: #96a353;
    padding: 0.375rem 0.5rem;
    width: 100%;
}

.service-image-container img {
    /* border-radius: 6px;
    overflow: hidden;
    margin: 0.1rem 0.6rem;
    width: 99%; */
}

.services_covers a:before {
    /* left: .5rem;
    border-radius: .5rem; */
}

.services_covers a:before {
    /* content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: ease .2s; */
}

.services_covers a picture:before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transition: ease .2s; */
}

.services_covers a picture.wh1:before {
    content: "Linen >>";
}

.services_covers a picture.wh2:before {
    content: "Tables and Chairs >>";
}

.services_covers a picture.wh3:before {
    content: "Centrepieces >>";
}

.services_covers a picture.wh4:before {
    content: "Ceremony Deco >>";
}

.services_covers a picture.wh5:before {
    content: "Others >>";
}

.services_covers a picture.eh1:before {
    content: "Lighting >>";
}

.services_covers a picture.eh2:before {
    content: "Tables and Chairs >>";
}

.services_covers a picture.eh3:before {
    content: "Flooring >>";
}

.services_covers a picture.eh4:before {
    content: "Accessories >>";
}

.services_covers a picture.mh1:before {
    content: "Smaller Wedding and Event Marquees >>";
}

.services_covers a picture.mh2:before {
    content: "Larger Wedding and Event Marquees >>";
}

.services_covers a picture.mh3:before {
    content: "Easy Pop Up Gazebos >>";
}

.services_covers a:hover:before {
    opacity: 1;
}

.services_covers a:hover picture:before {
    opacity: 1;
}

.no-webp header {
    background-image: url(../images/banner.jpg);
}

.no-webp .specials_section {
    background-image: url(../images/msb.jpg);
}

.no-webp .highlights_section .card {
    background-image: url(../images/hcb.jpg);
}

.no-webp .led_section {
    background-image: url(../images/ldfb.webp);
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../webfonts/JosefinSans-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../webfonts/JosefinSans-Thin.ttf) format("truetype");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../webfonts/JosefinSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../webfonts/JosefinSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../webfonts/JosefinSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap;
}

/* 
select::-ms-expand {
    display: none !important;
    }
select {
       -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
    } */

/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

@media (max-width: 768px) {
    .quote_form textarea {
        height: 146px;
    }
}

.choose_service .content {
    /* max-height:230px;
    overflow:auto; */
}

.selectdiv {
    position: relative;
    min-width: 100%;
}

.selectdiv:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    color: #fff;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    /* padding: 15px 0px 0px 8px; */
    position: absolute;
    pointer-events: none;
}

select.custom-select {
    font-size: 1.5rem;
    font-weight: bold;
    height: auto !important;
    padding: 0.25rem 1.25rem;
    margin: 0;
    font-family: Arial,s sans-serif;
}

.inner-service-content-container {
    padding: 1.5rem;
}    

.inner-service-content > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {    
    .inner-service-content-container {
        padding-left: 3rem;
    }    
}

@media only screen and (min-width: 1500px) {
    .inner-service-content-container {
        padding: 3rem;
    }    

    .inner-service-content > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}