/*
Theme Name: Vraic Restaurant
Theme URI: https://www.gwenrestaurant.co.uk
Author: Natural Selection Design
Author URI: https://naturalselectiondesign.co.uk/
Version: 1.X
License: MIT
License URI: https://mit-license.org/
*/

/* @import 'css/styles.min.css?v=3'; */
:root {
    --just-white : #ffffff;
    --just-black : #231F20;
    --sandy-shore : #F1EAE5;
    --laurel : #ACB29E;
    --charred-dulse : #13160D;
    --grey : #707070;
}

.container-fluid {
    padding: 0 3rem !important;
}

body {
    font-size: 16px;
    overflow-x: hidden !important;
}

/* Typography */
.tiller,
h1, h2, h3,h4,h5,h6 {
    font-family: tiller, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}


h2, .h2 {
    letter-spacing: 3px !important;
    font-size: 2.45rem !important;
    margin-bottom: 40px !important;
}

.subtitle {
    /* font-size: 19px; */
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: 'indivisible', sans-serif !important;
    letter-spacing: 3px;
    color: var(--laurel);
    margin-bottom: 16px !important;
}

.indivisible,
p, li, ul, a {
    font-family: indivisible, sans-serif;
    font-weight: 400;
    font-style: normal;
}
p, li, ul, a {
    /* font-size: 1.25rem; */
    font-size: 1rem;
}

p {
    margin-bottom: 0 !important;
    line-height: 1.64;
}

.note {
    color: var(--laurel);
    /* font-size: 1rem; */
    font-size: 0.875rem;
}
@media screen and (max-width: 1300px) {
    h2, .h2 {
        font-size: 1.875rem !important;
        max-width: 260px;
    }
    .subtitle {
        font-size: 10px;
    }

    p, li, ul, a {
        font-size: 0.875rem;
    }
    .note {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 760px) {
    h2, .h2 {
        font-size: 1.875rem !important;
        max-width: 260px;
    }
    .subtitle {
        font-size: 10px;
    }

    p, li, ul, a {
        font-size: 0.875rem;
    }
    .note {
        font-size: 0.75rem;
    }
    
}

.fw-bold {font-weight: bold;}
.text-light {
    color: var()
}


.laurel {
    color: var(--laurel);
}

img {
    max-width: 100%;
}

/* Alignment */
.align-self-end {
    align-self: end;
}
/* Backgrounds */
.bg-charred-dulse {background-color: var(--charred-dulse); color:var(--sandy-shore)}

/* Padding / Margin */
.pt-75 {
    padding-top: 75px;
}
.pt-80 {padding-top: 80px;}
.pb-80 {padding-bottom: 80px;}
.pl-40 {
    padding-left: 40px !important;
}

.logoMobile {
    align-items: center;
    display: flex;
    height: 47px;
}
@media screen and (max-width: 760px) {
    .pl-40 {
        padding-left: 0px !important;
    }
    .pt-80 {
        padding-top: 28px;
    }

    .container-fluid{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .row {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row > * {
        padding-left:0 !important;
        padding-right: 0 !important;
    }

    .logoMobile {
        width: 120px;
        height: 40px;
        align-content: center;
    }
}
/* Links */
p a {text-decoration: none;}
p a:hover,
a:hover {
    text-decoration: underline !important;
}

/* buttons */
.btn {
    border: 1px solid var(--just-white);
    color: var(--just-white);
    text-transform: uppercase;
    border-radius: 0 !important;
    /* padding: 18px 40px !important; */
    padding: 10px 20px !important;
    font-family: tiller, sans-serif !important;
    letter-spacing: 2px;
    display: flex;
    margin-bottom: 20px; 
    text-decoration: none !important;
}
.btn:hover {
    background-color: var(--laurel) !important;
    border: 1px solid var(--laurel) !important;
    color: var(--just-black) !important;
    text-decoration: none !important;
}
.btn-outline-dark {
    border: 1px solid var(--just-black);
    color: var(--just-black);
}
.btn-outline-dark:hover {
    background-color: var(--just-black) !important;
    border: 1px solid var(--just-black) !important;
    color: var(--laurel) !important;
}
.btn-outline-light {
    border: 1px solid var(--just-white);
    color: var(--just-white);
}

.gform_button.button {
    border: 1px solid var(--just-white) !important;
    color: var(--just-white) !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    /* padding: 18px 40px !important; */
    padding: 14px 24px !important;
    font-family: tiller, sans-serif !important;
    letter-spacing: 2px !important;
    display: flex;
    margin-bottom: 20px;
    background-color: transparent !important;
}
.gform_button.button:focus {
      outline: none !important;
      border-color: var(--laurel) !important;
}

.gform_button.button:hover {
    background-color: var(--laurel) !important;
    border-color: var(--laurel) !important;
    color: var(--just-black) !important;
}
/* 
body .gform_ajax_spinner {
  display: none !important;
}

body .gform_ajax_spinner img {
  display: none !important;
} */
/* img.gform_ajax_spinner {
  position: fixed !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba( 0, 0, 0, 0.7 );
  background-image: url('data:image/svg+xml,<svg width="24" height="24" stroke="%23fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g><circle cx="12" cy="12" r="9.5" fill="none" stroke-width="3" stroke-linecap="round"><animate attributeName="stroke-dasharray" dur="1.5s" calcMode="spline" values="0 150;42 150;42 150;42 150" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/><animate attributeName="stroke-dashoffset" dur="1.5s" calcMode="spline" values="0;-16;-59;-59" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/></circle><animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite"/></g></svg>' );
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center center;
  content: "";
} */

/* Hide the default spinner image */
.gform_ajax_spinner img {
    display: none !important;
}

/* Create a CSS-based spinner */
.gform_ajax_spinner::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


@keyframes spin {
  to { transform: rotate(360deg); }
}

@media screen and (max-width: 760px) {
    .btn {
        font-size: 11px !important;
        padding: 13px 16px !important;
    }
}

/* nav */
.nav-header {
    position: absolute;
    width: 100%;
    padding: 3rem 0 0 0;
    z-index: 10000;
    transition: all 0.3s ease;
}
@media screen and (max-width: 760px) {
.nav-header {
    padding: 16px 0 0 0;
}
}

.nav-header.fixed {
    position: fixed;
    width: 100%;
    padding: 20px 0 20px 0;
    background: rgba(0,0,0,1);
    z-index: 10000;
    transition: all 0.53s ease;
}

.nav-header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.nav-header .container-fluid .btn {
    color: white;
    border: 1px solid white;
    padding: 10px 20px !important;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media screen and (max-width: 760px) {
    .nav-header {
        padding: 35px 0 0 0;
    }
    .nav-header .container-fluid .btn {
        font-size: 11px;
        padding: 15px 20px !important;
    }
}
/* Sections */
.section-100 {
    min-height: 100vh;
}
.section-hero {
    background: var(--charred-dulse);
    background-position: center;
}

    .section-hero h1 {
        width: 41.66666667%;
        max-width: 600px;
        color: var(--sandy-shore); 
        position: absolute;
        bottom: 3rem;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    @media screen and (max-width: 760px) {
        .section-hero h1 {
            width:100%;
            max-width: 275px;
            bottom: auto;
            top: 200px;
        }
    }

.section-sample-menu {

}
@media screen and (max-width: 760px) {
    .section-sample-menu img {
        margin-bottom: 38px;
    }
}


.section-video {
    position: relative;
    background-color: var(--sandy-shore);
}
    .video-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
        .video-overlay .container-fluid {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /* height: 100%; */
            /* height: calc(100% - 150px); */
            height: 95%;
            padding-bottom: 50px;
            /* max-height: 100vh; */
            /* min-height: 900px; */

            position: relative;
        }
        @media screen and (max-width: 760px) {
            .video-overlay .container-fluid { min-height: 800px; }
        }
        .video-icon-overlay { 
            /* position: absolute;
            top: 65px;
            right: 3rem; */

            width: 78px;
            height: 94px;
            margin: 0 auto;
        }
        .video-icon-overlay img { 
            width: 100%;
        }
        .video-overlay .subtitle {
            padding-top: 75px;
            color: white;
        }
            .video-overlay-content {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                color: white;
            }
            .video-overlay-content h2 {
                width: 400px;
            }
            .video-overlay-content p {
                width: 60%;
            }

    #vraicVideo {
        right: 0;
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
        max-width: 100%;
    }


@media screen and (max-width: 760px) {
    #vraicVideo {
        min-height: 950px;
    }

    .section-video {
        position: relative;
        width: 100%;
        height: 950px;
        overflow: hidden;
    }
    
    .section-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 1;
        transform: translate(-50%, -50%);
        object-fit: cover;
        pointer-events: none; /* Prevent interaction */
    }
    
    .video-overlay {
        position: relative;
        z-index: 2;
        color: white; 
        /* background: rgba(0, 0, 0, 0.4);  */
        padding: 65px 0 0 0;
        /* height: 100%; */
        height: 950px;
    }


    .video-overlay .subtitle {
        padding-top: 0;
        color: white;
    }
    .video-overlay-content {
        flex-direction: column;
    }
    .video-overlay-content h2 {
        margin-bottom: 25px !important;
    }
    .video-overlay-content p {
        width: 100%;
    }
    .video-icon-overlay {
        /* text-align: center;
        margin: 95px 0;
        position: relative;
        align-self: center;
        top: 0;

        .video-icon-overlay { */
        /* position: absolute;
        left: 50%;
        width: 86px;
        top: 18%;
        transform: translateX(-50%); */
    }
}
      

.section-team {
    padding-top: 76px;
    padding-bottom: 146px;
    background-color: var(--sandy-shore);
}

.section-team .subtitle {
    color: var(--just-black);
}
.section-team .team-overview .insta {
    margin-top: 50px;
}


.section-team .team_1 {
    padding: 0 1rem 80px;
}
.section-team .team_2 {
    padding: 80px 0;
}
.section-team .team_3 {
    padding: 80px 0 0 0;
}

.section-team .insta:hover .instaFill {
    fill: var(--charred-dulse) !important
}

.team-img-wrap {
        /* max-height: 300px; */
        overflow: hidden;
        margin-bottom: 26px;
        padding: 0 !important;
}

@media screen and (max-width: 760px) {
    .section-team .team_1 {
        padding: 32px 0 80px;
    }
    .section-team .team_2 {
        padding: 0;
        flex-direction: column-reverse;
    }
    .team-img-wrap {
        /* max-height: 223px; */
        overflow: hidden;
        margin-bottom: 26px;
        padding: 0 !important;
    }
    
    .section-team .team-overview { 
        padding: 0;
    }
}




.section-recruit {
    background-color: var(--laurel);
    color: var(--just-black);
}
.section-recruit a {
    color: var(--just-black);
}
.section-recruit  {
    min-height: 100vh;
    align-items: end;
    padding-bottom: 120px;
}
.section-recruit-title {
    padding-top: 50vh !important;
}
.section-recruit-description {

}
.section-recruit .subtitle {
    color: var(--just-black);
}
.section-recruit .job-title {
    color: var(--sandy-shore);
    max-width: 700px;
}

@media screen and (max-width: 760px) {
    .section-recruit  {
        padding-bottom: 55px;
        min-height: auto;
    }
    .section-recruit-title {
        padding-top: 200px !important;
    }
    .section-recruit-description {
        flex-direction: column-reverse;
    }
    .section-recruit-description a {
        margin-top: 32px;
    }
}


.section-contact {
    background-color: var(--charred-dulse);
    color: var(--just-white);
}

.section-contact .map {
    margin-bottom: 150px;
    width:100%;
    /* background:#f3f3f3; */
}

.section-contact .map img {
    width: 100%;
}

.section-contact h3 {
    margin-bottom: 32px;
}
.section-contact p {
    margin-bottom: 64px !important;
}
.section-contact a {
    color: white !important;
    text-decoration: none;
    /* text-decoration: underline; */
    margin-bottom: 32px !important;
    display: flex;
    max-width: fit-content;
}
.section-contact .row-contact-details {
    padding-top: 75px;
}
.section-contact .row-contact-details .subtitle {
    font-size: 0.9375rem;
    color: var(--sandy-shore);
    margin-bottom: 48px !important;
}
.section-contact .row-contact-details p, 
.section-contact .row-contact-details a,
.section-contact .row-contact-details li {
    color: var(--sandy-shore);
    margin-bottom: 32px !important;
}

.section-contact form {
    margin-bottom: 16px;
}
.section-contact form input {
    color: white !important;
}
.section-contact form input::placeholder {
    color: var(--grey) !important;
}

.section-contact .insta:hover .instaFill {
    fill: var(--laurel) !important
}

.section-contact .directions-wrap a,
    .section-contact .directions-wrap p {
    margin-bottom: 0 !important;
}
.section-contact .directions-wrap a {
    text-decoration: underline;
}

@media screen and (max-width: 760px) {
    .section-contact .row-contact-details {
        padding-top: 16px;
    }
    .section-contact .map {
        margin-bottom: 30px;
    }
    .section-contact p {
        margin-bottom: 32px !important;
    }
    .section-contact .row-contact-details .subtitle {
        margin-bottom: 16px !important;
        font-size: 0.625rem;
    }
    .section-contact .row-contact-details p, 
    .section-contact .row-contact-details a,
    .section-contact .row-contact-details li {
        font-size: 0.875rem;
    }

    
}

/* Forms */
.ginput_container.ginput_container_email input {
    border: 1px solid var(--just-white) !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}


/* Footer */
.footer-site {
    background-color: var(--charred-dulse);
    padding-bottom: 32px;
}
.footer-site .container-fluid {
    display: flex !important;
    padding: 90px 1rem;
    justify-content: space-between !important;
}
.footer-site a {
    align-content: center;
}
.footer-site .container-fluid img {
    max-width: 200px;
}
.footer-site .insta .instaFill {
    fill: var(--laurel) !important
}
.footer-site .insta:hover .instaFill {
    fill: var(--just-white) !important
}
@media screen and (max-width: 760px) {
    .footer-site {
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .footer-site .container-fluid {
        padding: 0;
    }
    .footer-site .container-fluid img {
        max-width: 100%;
    }
}

