/*
Theme Name: MMD
Theme URI: https://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.
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
body {
    font-family: "Archivo", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Merriweather", serif;
}
p {
    margin-bottom: 2rem !important;
}
.font-2 {
    font-family: "Merriweather", serif;
}
b,strong {
    font-weight: 900 !important;
}
#header {
    padding: 40px 50px;
}
#header.scrolled {
    padding: 15px 50px;
}
#header img.custom-logo {
    width: 110px;
    height: auto;
}
#header ul#menu-main-menu > li {
    display: inline-block;
    margin-left: 30px;
}
#header ul#menu-main-menu > li.current-menu-item > a {
    font-weight: bold;
}
#header ul#menu-main-menu > li:first-child {
    margin-left: 0;
}
#header ul#menu-main-menu > li a {
    color: #222222;
    letter-spacing: 0.1em;
}
.gallery-title.active {
    color: #222222;
}
#address h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 30px;
}
.row-2 h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #000;
}
.contact-info h3 {
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: bold;
    color: #222222;
}
#footer-menu > li {
    margin-bottom: 20px;
}
#footer-menu > li:last-child {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border: 1px solid #a9a9a9;
    padding: 15px 20px;
    border-radius: 8px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #a9a9a9;
    padding: 15px 20px;
    border-radius: 8px;
}
.contact-form h2 {
    font-size: 32px;
    font-weight: bold;
    color: #222222;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
}
button.gm-ui-hover-effect {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: 5px;
}
.wpcf7-response-output {
    padding: 20px !important;
}
.wpcf7-spinner {
    top: 10px;
}

@keyframes pulse {
    0%{transform:scale(.1);opacity: 0;}
    50%{ opacity: .4;}
    100%{transform: scale(1.6); opacity: 0;}
}
.preloader {
    width: 200px;
    height: 200px;
}
.preloader > div {
    background-color: #222222;
    border-radius: 50%;
    position: absolute;
    margin: auto auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
}
.preloader > div:nth-child(1){
    animation: pulse 2s infinite;
}
.preloader > div:nth-child(2){
    animation: pulse 2s infinite .3s;
}
.preloader > div:nth-child(3){
    animation: pulse 2s infinite .6s;
}
.preloader > div:nth-child(4){
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    width: 80px;
    height: 80px;
}
.filter-button-group button.is-checked {
    color: #a9a9a9;
}
.lb-data .lb-caption {
    font-weight: normal;
}
.grid-item.show-item {
    display: block;
}