/*
Theme Name: MMD
Theme URI: https://www.mmediadesign.co.uk/
Author: MMD
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.09.24
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
    color: #6f6f6f;
    font-family: "Source Sans 3", sans-serif;
}
a {
    color: #eb8a36;
    text-decoration: none;
}
p {
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6 {
    color: #6f6f6f;
}
.text-color1 {
    color: #eb8a36;
}
.bg-color1 {
    background-color: #eb8a36;
}
.text-color2 {
    color: #08afab;
}
.bg-color2 {
    background-color: #08afab;
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.btn-1 {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    background-color: #eb8a36;
    padding: 16px 45px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}
.btn-1:hover {
    background-color: rgb(235 138 54 / 65%);;
}
#mobile-menu {
    background-color: #212529;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 1029;
    padding: 130px 30px 0;
    transition: 0.4s; 
}
#mobile-menu.show {
    left: 0;
}
#burger-menu {
    position: relative;
    float: right;
    top: 0;
    z-index: 8;
}
#burger {
    cursor: pointer;
    display: block;
}
#burger span {
    background: #fff;
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 8px;
    position: relative;
    top: 0;
    border-radius: 20px;
    transition: all ease-in-out 0.2s;
}
#burger-menu:hover span:last-child {
    width: 40px;
}
#burger span:last-child {
    width: 25px;
    float: right;
    margin: 0;
}
#burger-menu.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -12px;
    width: 40px;
}
#burger-menu.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
#burger-menu.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 12px;
}
.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
}
.accordion-item h2 {
    color: #141414;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(235 138 54 / 25%);
}
.accordion-button:not(.collapsed) {
    background-color: rgb(8 175 171 / 25%);
}
#get-in-touch label {
    display: block;
    margin-bottom: 5px;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 20px;
    height: 60px;
    border-radius: 6px;
}
textarea.wpcf7-form-control {
    height: 120px;
}
input.wpcf7-submit {
    background-color: #eb8a36;
    color: #ffffff;
    border: 0;
    width: 120px;
    height: 50px;
    padding: 0;
    float: right;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: 0.4s;
    outline: 0;
}
input.wpcf7-submit:hover {
    background-color: rgb(235 138 54 / 65%);
}
span.wpcf7-spinner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#header {
    padding: 66px 0;
    transition: 0.4s;
}
#header.fixed {
    padding: 20px 0;
    background-color: rgb(0 0 0 / 50%);
}
#header img.custom-logo {
    width: 220px;
    height: auto;
    transition: 0.4s;
}
#header.fixed img.custom-logo {
    width: 150px;
}
#home-banner .info h2 {
    font-size: 120px;
}
#home-banner .info h3 {
    font-size: 60px;
}
ul#menu-main-menu > li {
    display: inline;
    margin-left: 70px;
    position: relative;
}
ul#menu-main-menu > li::after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #eb8a36;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 0;
}
ul#menu-main-menu > li:hover::after {
    width: 45px;
    opacity: 1;
}
ul#menu-main-menu > li:first-child {
    margin-left: 0;
}
ul#menu-main-menu > li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
}
ul#menu-main-menu > li:last-child a {
    background-color: #eb8a36;
    padding: 15px 35px;
}
ul#menu-main-menu > li:last-child a:hover {
    background-color: rgb(235 138 54 / 65%);
}
ul#menu-main-menu > li:last-child::after {
    display: none;
}
ul#mobile-ul li {
    list-style: none;
    margin-bottom: 15px;
}
ul#mobile-ul li a {
    color: #ffffff;
    text-transform: uppercase;
}
#home-slider .slick-list,
#home-slider .slick-track {
	height: 100%;
}
#about-us h1,
#get-in-touch h2,
#our-kitchens h2,
.kitches-pods h2,
#included h2,
#faqs h3 {
    font-size: 24px;
    color: #141414;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}
#about-us h1::after,
#get-in-touch h2::after,
#our-kitchens h2::after,
.kitches-pods h2::after,
#included h2::after,
#faqs h3::after {
    content: "";
    width: 45px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #eb8a36;
    transform: translateX(-50%);
}
#our-kitchens .photo {
    height: 350px;
}
#our-kitchens .info {
    top: 0;
    left: -100px;
    visibility: hidden;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
#our-kitchens .info h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#our-kitchens .info h4::after {
    content: "";
    background-color: #ffffff;
    width: 45px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#our-kitchens .photo:hover .info {
    visibility: visible;
    left: 0;
    opacity: 1;
    z-index: 1;
}
.kitches-pods .text-area p:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #141414;
    margin-bottom: 20px;
}
#included .item {
    flex: 0 0 auto;
    width: 20%;
}