/*
Theme Name:   Shandon Bells
Description:  Shandon Bells Child Theme
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';

:root {
    --primary: #F7E7D5; /* set */
    --secondary: #8E1A22; /* set */
    --tertiary: #231F20; /* set */
    --accent1:#ED2D2F; /* set */
    --accent2:#BD3D28;
    --accent3:#F9D5C7;
    --accent4:#FEFBEB;
    --accent5:#f4a5a6;
    --white: #fff;
    --black: #000;
    --darkgrey: #373737;
}

h1, h2 {
    text-transform: none !important;
}

.tracking1 {
    letter-spacing:0.3em;
    margin-bottom:0 !important;
}

.tracking2 {
    letter-spacing:0.32em;
    margin-bottom:0 !important;
}

.tracking3 {
    letter-spacing:0.65em;
    margin-bottom:0 !important;
}

.tracking4 {
    letter-spacing:0.28em;
}

.line_1 {
    font-family: "new-spirit-condensed", serif;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 1.75rem;
    margin-top:2rem;
    color:var(--accent4);
}

.line_2 {
    font-family: "p22-underground", sans-serif;
    font-size: 1.875rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.line_3 {
    font-size: 1.333rem;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.078em;
    margin-top: 0.5rem;
}

h2 {
    font-family: "new-spirit-condensed", serif;   
    font-weight: bold !important;
    font-size: 3rem;
}

h3 {
    font-family: "p22-underground", sans-serif;   
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobmenu {
    background-color:var(--secondary) !important;
}

#block_715e1375436535108b3a881213a49386 {
    display: none !important;
}

.navbar {
    background-color: var(--tertiary);
}

.navbar a {
    color: var(--primary) !important;
}

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

footer .items h3 {
    color: var(--accent1);
    text-transform: uppercase;
}

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

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

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

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

.herovector {
    width: 90vw !important;
    max-width: 750px;
    margin-bottom: 120px;
}

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

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

// double class selector for specificity hack
.opening-times-content.opening-times-content {
    font-size: 1.11rem !important;
}

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

.sitelogo {
    max-width: 79px;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: inherit !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) {
    .line_1 { font-size:2.25rem;}
    .line_2 {font-size:1.75rem;}
    .line_3 {font-size:1.5rem;}

    .hero {
        min-height:1000px !important;
    }
    
    .sitelogo {
        max-width: 79px;
    }

    footer .visit {
        border-right: solid 1px var(--accent1);
        border-left: solid 1px var(--accent1);
    }

    .herovector {
        width:700px !important;
    }

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

.image-grid img {
    margin: auto 40px !important;
}

.image-grid > div {
    align-items: center !important;
}

.image-grid  > div > div:nth-child(1) img {
    max-width: 186px !important;
}

.image-grid  > div > div:nth-child(2) img {
    max-width: 176px !important;
}

.image-grid  > div > div:nth-child(3) img {
    max-width: 162px !important;
}