/*
Theme Name: mmediadesign
Theme URI: http://www.mmediadesign.co.uk/
Author: mmd
Author URI: http://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: 2023.10.13
*/
@import url('https://fonts.googleapis.com/css?family=Bitter:400,700|Roboto:300,400,500,700');
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    /* font-family: 'Bitter', serif; */
    height: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a {
    transition: 0.3s;
    text-decoration: none;
}
iframe {
    width: 100%;
}
#teamup-widget-6432344-0-container {
	overflow: scroll
}
#teamup-widget-6432344-0-container iframe {
	min-height: 5000px !important;
}
.text-color1 {
    color: #2677ab;
}
.bg-color1 {
    background-color: #2677ab;
}
.btn-custom {
    background-color: #2677ab;
    color: #ffffff !important;
}
.btn-custom:hover {
    background-color: #0d6efd;
}
#header {
    z-index: 99;
}
#main-header {
    padding: 10px 0;
    transition: 0.5s;
}
#logo img {
    width: 150px;
}
#navigation ul {
    padding: 0;
    margin: 0;
}
#navigation > ul > li {
    display: inline;
    margin-right: 35px;
}
#navigation > ul > li.current-menu-item a {
    color: #2677ab;
}
#navigation ul li.menu-item-has-children {
    position: relative;
}
#navigation ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}
#navigation ul li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 300px;
    background-color: #2677ab;
    text-align: left;
    margin: 0;
    padding: 20px;
    display: none;
    z-index: 1;
}
#navigation ul li.menu-item-has-children .sub-menu::after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -24px;
    left: 0;
}
#navigation ul li.menu-item-has-children .sub-menu::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: 20px;
    background-color: #2677ab;
    transform: rotate(45deg);
}
#navigation ul li.menu-item-has-children .sub-menu > li {
    display: block;
    margin-bottom: 10px;
}
#navigation ul li.menu-item-has-children .sub-menu > li:last-child {
    margin-bottom: 0;
}
#navigation ul li.menu-item-has-children .sub-menu > li > a {
    color: #ffffff;
}
#navigation > ul > li:nth-last-child(-n+2) {
    margin-right: 5px;
}
#navigation > ul > li:nth-last-child(-n+2) > a {
    color: #ffffff;
    background-color: #2677ab;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding: 2px 0;
}
#navigation > ul > li:nth-last-child(-n+2) > a:hover {
    color: #000;
}
#navigation ul li a {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
}
#navigation ul li a:hover {
    color: #2677ab;
}
#homepage-banner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#welcome-section h2 {
    font-size: 48px;
    margin-bottom: 50px;
}
#layout ol,
#welcome-section .right ol {
    padding: 0;
    list-style: none;
    counter-reset: item;
}
#layout ol li,
#welcome-section .right ol li {
    position: relative;
    font-size: 26px;
    font-weight: 100;
    padding: 30px 0 30px 95px;
}
#layout ol li::before,
#welcome-section .right ol li::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #BB2D3A;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1px 0;
}
#welcome-section ul {
    padding: 0 0 0 40px;
}
#welcome-section ul li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 100;
    position: relative;
}
#welcome-section ul li strong {
    font-size: 18px;
    font-weight: bold;
}
#services .item .thumbnail {
    min-height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-title h2 {
    margin: 0 10px 0;
    font-size: 48px;
}
ul.slick-dots {
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    text-align: center;
}
ul.slick-dots > li {
    display: inline;
    margin: 0 5px;
}
ul.slick-dots > li button {
    border: 0;
    color: transparent !important;
    width: 20px;
    height: 20px;
    background-color: #2677ab;
    border-radius: 100%;;
}
ul.slick-dots > li.slick-active button {
    color: var(--bs-body-color);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
#guide-section .left::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #212529;
    top: 0;
    left: -50%;
    z-index: -1;
}
#guide-section .right {
    height: 500px;
}
#guide-section .right .photo {
    width: 150%;
    right: -50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#layout h2,
#layout h3,
#layout h4,
#layout h5 {
    margin-bottom: 40px;
}
#layout .thumbnail {
    background-size: cover;
    background-position: center;
}
#layout ul {
    padding: 0;
}
#layout ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    list-style-type: none;
    background: url('/wp-content/uploads/2023/11/tick.png') no-repeat top 2px left;
    background-size: 20px;
}
#layout ul li strong {
    font-weight: bold;
}
.layout-3 h2 {
    font-size: 48px;
    font-weight: 700;
}
.layout-3 p {
    margin-bottom: 0;
}
#single-page img {
    width: 100%;
    margin-bottom: 20px;
}
.inner-page {
    margin-top: 147px;
}
#mobile-navigation {
    position: fixed;
    top: 0;
    left: -400px;
    width: 300px;
    height: 100%;
    background-color: #2b2b2b;
    z-index: 4;
    transition: 0.3s;
    box-shadow: 0 0 15px #000;
}
#mobile-navigation ul.menu {
    padding: 0;
    margin: 0;
}
#mobile-navigation ul li a {
    display: block;
    text-align: left;
    color: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid #191919;
}
#mobile-navigation .menu-item-has-children {
    position: relative;
}
#mobile-navigation .menu-item-has-children .fa-plus,
#mobile-navigation .menu-item-has-children .fa-minus {
    position: absolute;
    right: 10px;
    color: #ffffff;
    top: 5px;
    z-index: 1;
    display: block;
    width: 30px;
    padding: 8px;
    height: 30px;
}
#mobile-navigation .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #212121;
}
#footer-navigation ul.menu {
    padding: 0;
    margin: 0;
}
#footer-navigation ul.menu > li {
    display: inline;
}
#footer-navigation ul.menu > li a {
    color: #ffffff;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #7d7d7d;
}
#footer-navigation ul.menu > li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    font-weight: 300;
}
/* Contact Form 7 */
form.wpcf7-form {
    position: relative;
}
span.wpcf7-spinner {
    left: 50%;
    position: absolute;
    background: #2677ab;
    bottom: -40px;
    transform: translateX(-50%);
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    border: 1px solid;
    padding: 20px 10px;
    text-align: center;
}
#mc_embed_signup form {
    margin: 0;
}
#mc_embed_signup .button {
    height: auto;
    padding: 10px 22px;
}