/*
Theme Name:   Masonic Arms
Description:  Masonic Arms
Author:       Stride
Author URI:   https://stridestudio.co.uk
Template:     nineteenthirtysix
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import '../nineteenthirtysix/colours.css';

@font-face {
    font-family: 'Lucida Blackletter';
    src: url('./fonts/LucidaBlackletter.woff');
}


:root {
    --primary: #231F20;
    --secondary: #ffffff;
    --tertiary: #F9F7EF;
    --accent1:#B58C43;
    --accent2:#B58C43;
    --accent3:#B58C43;
    --accent4:#B58C43;
    --white: #fff;
    --black: #231F20;
    --darkgrey: #231F20;
}

body {
    font-family: "p22-underground", sans-serif !important;
}

h1, h2 {
    font-family: "Lucida Blackletter", serif!important;
}

.line_1 {
    text-transform:uppercase;
    font-size:clamp(1rem, 0.838rem + 0.9vw, 1.5rem);
    margin-top:2rem;
    font-weight: 300;
    color: var(--secondary);
}

.wp-block-heading.has-small-font-size {
    font-size: 24px;
    font-weight: 600;
}
.line_2 {
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.078em;
}

.is-layout-grid {
    display: grid;
    width: 100%;
}

.wp-block-group:has(.is-layout-grid) {
    width: 100%;
}

#findus {
    width: 100%;
}

@media all and (max-width: 1070px) {
    .is-layout-grid:has(.wp-block-heading:nth-child(4)) {
        grid-template-columns: 1fr 1fr;
        row-gap: 2rem;
    }
}
@media all and (max-width: 500px) {
    .is-layout-grid:has(.wp-block-heading:nth-child(4)) {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }
}

.has-large-font-size {
    font-size: 48px;
}

h2 {
    font-size: 2.667rem;
    letter-spacing: 0.078em;
    text-transform: none;
}

#block_715e1375436535108b3a881213a49386 {
    display: none !important;
}

.navbar a:hover, .navbar a:focus {
    color: var(--accent1);
}
.navbar a:hover path, .navbar a:focus path{
    fill: var(--accent1);
}

.navbar a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.mobmenu  li {
    margin-block: 1rem;
}

.footer-container {
    padding-bottom: 0 !important;
}

footer .items h3 {
    font-family: "p22-underground", sans-serif !important;
    color: var(--accent1);
    font-size: 20px;
    text-transform: uppercase;
}

footer .items p {
    color: var(--tertiary);
    font-size: 17px;
}

footer .footer {
    border-top: solid 1px var(--accent1);
}

.footer-meta {
    font-size: 0.83rem !important;
    color: var(--accent1)!important;
}

.hero {
    aspect-ratio:auto !important;
    height:90vh !important;
    min-height:750px !important;
}

.herogroup {
    margin-top:4rem;
    padding:0 20px;
}

.herovector {
    width: 90vw !important;
    margin-bottom: 0px;
}

.arrow {
    margin-top: 6rem !important;
}

.opening-times-heading {
    text-transform: uppercase;
    font-size: 1.333rem !important;
    letter-spacing: 0.078em;
}

.opening-times-content.opening-times-content {
    font-size: 1.11rem !important;
}

p.has-accent-1-color   {
    color: var(--accent1) ;
}

.sitelogo {
    max-width: 55px;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: inherit !important;
    /* text-decoration: none!important; */
}

@media only screen and (max-width : 768px) {
    #block_1440fe3eeaa0e817ed51dc525dc66a58 {
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}

@media only screen and (min-width : 768px) {
    .hero {
        min-height:1000px !important;
    }
    footer .visit {
        border-right: solid 1px var(--tertiary);
        border-left: solid 1px var(--tertiary);
    }

    .herovector {
        width: 948px !important;
    }

    .herogroup {
        margin-top:3rem;
        padding:0 10px;
    }
}

@media only screen and (max-width: 460px) {
    .herovector {
        width: 80vw!important;
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 360px) {
    .line_2 {
        font-size: 1.7rem;
    }
}



.mt-0.bg-secondary .relative.grow:has(img) {
    background-color: var(--tertiary);
    display: flex;
    align-items: center;
}