/*
Theme Name: MMD
Theme URI: https://www.mmediadesign.co.uk/
Author: MMD
Author URI: https://www.mmediadesign.co.uk/
Description: Formed in 2005, MMD are an award-winning Website Design and Marketing Agency working with clients across the UK and Ireland. We have a proven track record in building powerful brands across a range of industries.
Version: 2024.03.05
*/
html {
    height: 100%;
}
body {
    color: #314200;
    height: 100%;
    font-family: "canada-type-gibson", sans-serif;
}
a {
    text-decoration: none;
}
iframe {
    vertical-align: middle;
}
.text-color1 {
    color: #8db02c;
}
.bg-color1 {
    background-color: #8db02c;
}
.text-color2 {
    color: #2b2b2b;
}
.bg-color2 {
    background-color: #2b2b2b;
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.button-1 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #8db02c;
    border-radius: 6px;
    padding: 17px 34px;
    display: inline-block;
    transition: 0.4s;
    border: 1px solid #8db02c;
}
.button-1:hover {
    background-color: transparent !important;
    color: #8db02c;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.slick-list,
.slick-track {
    height: 100%;
}
.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#homepage-services ul.slick-dots {
    top: 50px;
    left: 0;
}
.slick-dots li {
    list-style: none;
}
#testimonials .slick-dots {
    bottom: -20px;
    position: relative;
}
#testimonials .slick-dots li {
    display: inline;
    margin: 0 6px;
}
.slick-dots li button {
    background-color: #8db02c;
    color: transparent;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.slick-dots li.slick-active button {
    background-color: #ffffff;
}
#header {
    padding: 75px 100px;
    transition: 0.4s;
    background: linear-gradient(#2b2b2b, transparent);
}
#header.fixed {
    padding: 15px 20px;
}
#main-navigation ul.menu {
    padding: 0;
    margin: 0;
}
#main-navigation ul.menu > li {
    display: inline;
    margin-right: 30px;
}
#main-navigation ul.menu > li:last-child {
    margin-right: 0;
}
#main-navigation ul.menu > li a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#main-navigation ul.menu > li.current-menu-item a {
    color: #8db02c;
}
#main-navigation ul.menu > li:last-child > a {
    background-color: #8db02c;
    border-radius: 6px;
    padding: 16px 26px;
    transition: 0.4s;
}
#main-navigation ul.menu > li:last-child > a:hover {
    background-color: #2b2b2b;
}
.after-slider h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
}
.after-slider .button-1 {
    bottom: -26px;
    background-color: #8db02c !important;
    color: #ffffff !important;
}
#gallery-area .item {
    height: 300px;
    cursor: zoom-in;
}
#homepage-services .photos {
    min-height: 600px;
}
#homepage-services .textarea h2 {
    font-size: 40px;
    margin-bottom: 50px;
}
#homepage-services .photos .photo {
    width: 75%;
    height: 360px;
}
#homepage-services .photos .photo:nth-child(1) {
    top: 0;
    right: 0;
}
#homepage-services .photos .photo:nth-child(2) {
    left: 0;
    bottom: 0;
}
.page-banner {
    height: 500px;
}
input.wpcf7-form-control,
textarea.wpcf7-textarea {
    width: 100%;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
    color: #efefefaa;
}
span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-submit.button-1 {
    border-color: #8db02c;
    background-color: #8db02c;
}
#services .item {
    min-height: 600px;
}
#services .item a {
    border: 1px solid #8db02c;
    display: block;
    width: 100%;
    color: #8db02c;
    text-transform: uppercase;
    padding: 12px 0;
    border-radius: 4px;
    transition: 0.4s;
}
#services .item a:hover {
    background-color: #8db02c;
    color: #ffffff;
}
#services .item .content ul {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #707070;
}
#services .item .content ul li {
    list-style: none;
    position: relative;
    padding: 18px 0;
    font-size: 14px;
}
#services .item .content ul li::after {
    content: "";
    background-color: #707070;
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: 0;
}
#footer {
    border-top: 100px solid #2b2b2b;
}