/*!
Theme Name: A-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

A-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
body {
    overflow-x: hidden;
}
section {
	padding: 100px 10px;
}
.nav-logo h2 {
    text-transform: uppercase;
    padding: 15px 0 0;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000f46;
    text-align: center;
}
.mobile-menu .navbar-header {
    display: none;
}
.main-header .logo-box .logo img {
    max-width: 150px;
}
.header-flex {
    display: flex;
    align-items: center;
}
.main-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffffe0;
    box-shadow: 0px 0px 3px 0px #000;
}
.row.top-bar h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px 3px 5px;
    font-size: 20px;
    font-family: 'Kugile';
    line-height: 1;
    letter-spacing: 1px;
}
.row.top-bar {
    background: #000f46;
}
.logo h2 {
    text-transform: uppercase;
    padding: 15px 0 0;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000f46;
}
section.banner-section {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.banner-section img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
section, .auto-container {
    position: relative;
}
section.banner-section .auto-container * {
    color: #fff;
    text-align: center;
}
section.banner-section .auto-container {
    background: #000f46d6;
    padding: 40px;
    margin-top: 100px;
}
span.banner-subtitle {
    padding: 0px 15px;
    line-height: 1.5;
    font-family: Kugile;
    margin-bottom: 11px;
    display: inline-block;
    padding-top: 4px;
}
span.banner-subtitle:first-child {
    border-right: solid;
}
.banner-btn a {
    background: #f65912;
    margin: 10px;
    padding: 10px 15px 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Kugile;
}
section.banner-section h1 {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    font-family: 'Eagle Horizon-Personal use';
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center !important;
    margin-left: -28px;
}
section.banner-section img.banner-icon {
    position: relative;
    width: 104px;
    display: block;
    margin: 0px auto 30px;
}
/* h2.title {
    font-size: 43px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: 'Eagle Horizon-Personal use';
} */
 h2.title {
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 10px;
    letter-spacing: 1px;
} 
.btn-primary {
    color: #fff;
    background-color: #000f46;
    border-color: #000f46;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    max-width: fit-content;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
	z-index:9;
}
/* .btn-primary {
    color: #fff;
    background-color: #000f46;
    border-color: #000f46;
    text-transform: uppercase;
    padding: 15px 19px 15px 15px;
    display: block;
    max-width: 350px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Eagle Horizon-Personal use';
} */
.btn-primary:hover {
    color: #fff;
    background-color: #ee5610;
    border-color: #f65911;
}
.under-banner .btn-primary {
    margin: 10px auto 0;
}
section.about {
    background-image: url(/wp-content/uploads/2025/11/bg1.webp);
    background-attachment: fixed;
}
section.about img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.about:before {
    content: "";
    position: absolute;
    background: #ffffffdb;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.about h2 {
    color: #f65912;
}
section.about .col-lg-6 {
    padding: 0 30px;
}
section.about .img-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.about .img-block {
    height: 100%;
}
section.team {
    background-image: url(/wp-content/uploads/2025/11/IMG_2054.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.team .auto-container {
    background-color: #f65912de;
    padding: 50px;
    color: #fff;
    text-align: center;
    max-width: 800px;
}
section.our-meat h2, section.our-meat p {
    color: #fff;
}
section.our-meat {
    background: #000f46;
}
section.our-meat .img-column img {
    max-height: 188px;
    opacity: 0.7;
}
section.our-meat .img-column
 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    row-gap: 50px;
	margin-top: 30px;
}
section.our-meat .img-column h4 {
    text-align: center;
    margin-top: 23px;
    opacity: 0.6;
    color: #d1d1d1;
    font-size: 22px;
    text-transform: uppercase;
	padding: 0 7px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f65912;
    border-color: #f65912;
}
section.our-meat .btn-primary {
    margin: 50px auto 0;
    background: #f65912;
    text-align: center;
}
section.map {
    padding: 0;
}
section.map .col-lg-6 {
    padding: 0;
}
.map iframe {
    margin-bottom: -8px;
}
section.map img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ti-widget {
    margin-top: 30px;
}
section.reviews h2 {
    color: #f65912;
}
section.reviews {
    background-image: url(/wp-content/uploads/2025/11/bg1.webp);
	background-attachment:fixed;
}
section.reviews:before {
    content: "";
    position: absolute;
    background: #f9f9f9e6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.orange-overlay {
    position: absolute;
    background: #541a0085;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.map .content-over-image {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    max-width: 690px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
	flex-direction: column;
}
.content-over-image h2 {
    color: #fff;
    font-size: 43px;
}
.instagram-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.instagram-image {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3px;
    row-gap: 3px;
    margin-top: 50px;
}
section.instagram-gal a.btn-primary {
    margin: 40px auto 0;
}
section.instagram-gal h2.title {
    color: #f65912;
}
section.instagram-gal {
    background-image: url(/wp-content/uploads/2025/11/bg1.webp);
	background-attachment:fixed;
}
section.instagram-gal:before {
    content: "";
    position: absolute;
    background: #f9f9f9e6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.footer-top {
    padding-bottom: 100px;
}
.footer-top h4 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}
ul.f-social {
    display: flex;
    column-gap: 20px;
}
.footer-top * {
    color: #fff;
}
.footer-top a {
    font-size: 19px;
}
.footer-top p {
    font-size: 16px;
    margin-bottom: 2px;
}
p.footer-right-menu a {
    font-size: 16px;
}
p.shop-time {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

p.shop-time strong {
    margin-right: 10px;
}
img.f-beef {
    position: absolute;
    height: 400px;
    left: -243px;
    top: 65px;
    opacity: 0.2;
}

img.f-butcher {
    position: absolute;
    height: 379px;
    right: -72px;
    opacity: 0.1;
    top: 40px;
}
.footer-top p {
    font-size: 16px;
    margin-bottom: 2px;
}
section.inner-banner-section * {
    text-align: center;
    color: #fff;
}
section.inner-banner-section {
    padding: 160px 15px 60px;
}
section.inner-banner-section .banner-overlay {
    background: #000f468f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.inner-banner-section img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
section.inner-banner-section img.banner-icon {
    position: relative;
    width: 104px;
    display: block;
    margin: 0px auto 30px;
}
section.inner-banner-section h1 {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    font-family: 'Eagle Horizon-Personal use';
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center !important;
    margin-left: -28px;
}
.dish-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.dish-name {
    font-size: 22px;
    padding: 0 20px 0 0px;
}
.dish-divider {
    border-top: 4px dotted #000;
    height: 1px;
    display: flex;
    flex-grow: 1;
	margin-top: 1px;
}
.dish-price {
    padding: 0 20px;
    font-size: 27px;
    font-family: serif;
}
section.product-list .row {
    align-items: center;
}
section.product-list.chicken, section.product-list.burgers {
    background-image: url(/wp-content/uploads/2025/11/bg21.webp);
    background-size: 100% 100%;
}
section.product-list.steaks-beef, section.product-list.pork, section.product-list.ground-meats {
    background-image: url(/wp-content/uploads/2025/11/bg1.webp);
    background-attachment: fixed;
}
section.product-list.steaks-beef:before, section.product-list.pork:before, section.product-list.ground-meats:before {
    content: "";
    position: absolute;
    background: #ffffffad;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.product-meat-selection ul {
    margin-top: 18px;
    margin-bottom: 18px;
}
section.product-meat-selection {
    background: #000f46;
}
section.product-meat-selection * {
    color: #fff;
}
section.product-meat-selection li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}
section.product-meat-selection li:before {
    content: "\f0f5 ";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
img.meat-selection-bg {
    position: absolute;
    right: -68px;
    opacity: 0.2;
    top: 40px;
}
section.dinner-options {
    background-image: url(/wp-content/uploads/2025/11/IMG_2054.webp);
    background-color: #ffffffc9;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
	text-align:center;
}
section.dinner-options ul li:before {
    content: "\2714";
    position: absolute;
    left: 0;
}
section.dinner-options ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}
section.dinner-options ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    margin: 15px auto;
    max-width: 900px;
    justify-content: center;
}
img.dinner-icon {
    max-width: 224px;
    margin-bottom: 25px;
}
section.call-cta {
    padding-top: 0;
    max-width: 850px;
    margin: 0 auto;
}
section.call-cta h3 {
    color: #000f46;
    font-size: 50px;
    text-transform: uppercase;
    font-family: Kugile;
}
section.call-cta h2 {
    color: #000f46;
    font-size: 70px;
    text-transform: uppercase;
}
section.call-cta .row {
    align-items: center;
}
section.visit-us * {
    color: #fff;
}
section.visit-us {
    background: #000f46;
}
section.visit-us .social-links {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    font-size: 32px;
}
section.big-text {
    padding-bottom: 40px;
}
section.big-text p {
    font-size: 30px;
}
section.call-cta p {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
	section.banner-section h1 {
		font-size:26px;
	}
	section.banner-section {
		height: 100vh;
	}
	span.banner-subtitle {
    margin-bottom: 0px;
}
        .banner-btn a {
        margin: 11px 3px 3px;
        padding: 10px 18px 4px;
        font-size: 15px;
    }
	section.banner-section .auto-container {
    padding: 25px 10px;
	margin-top: 125px;
}
   .main-header .header-upper .logo-box {
        min-width: 276px;
        text-align: left;
    }
	.main-header .header-upper .upper-right {
    max-width: 65px;
    padding: 0;
}
	section.our-meat .img-column {
    text-align: center;
	column-gap:40px;
}
	section.our-meat .img-column img {
    max-height: 66px;
    object-fit: contain;
}
	section.map .content-over-image {
    padding: 40px;
}
	img.f-butcher {
    height: 355px;
    bottom: 40px;
	top:unset;
}
	img.f-beef {
    height: 300px;
    left: -189px;
}
	.footer-top * {
    text-align: center;
    justify-content: center;
}
	p.shop-time {
    display: flex;
    column-gap: 15px;
}
	.row.top-bar h3 {
    line-height: 1.3;
    font-size: 18px;
}
	.content-over-image h2 {
    font-size: 29px;
}
	section.product-list .content-column {
    order: 2;
}
section.product-list .img-column {
    order: 1;
    margin-bottom: 15px;
}
	section.inner-banner-section h1 {
    font-size: 37px;
    margin-left: -10px;
	line-height: 1.6;
}
	section.product-list.chicken, section.product-list.burgers {
    background-size: cover;
}
	section.call-cta .row {
    row-gap: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	section.call-cta h3 {
    font-size: 33px;
}
	section.call-cta h2 {
    font-size: 50px;
}
	section.product-list.steaks-beef:before, section.product-list.pork:before, section.product-list.ground-meats:before {
    background: #ffffffc9;
}
}
@media only screen and (max-width: 550px) {
	span.banner-subtitle:first-child {
    border-right: none;
}
	h2.title {
    font-size: 26px;
}
	section.our-meat .img-column img {
    max-height: 50px;
    object-fit: contain;
}
	section.our-meat .img-column h4 {
    font-size: 14px;
}
	.logo h2 {
    font-size: 28px;
}
	.main-header .header-upper .logo-box {
        min-width: 240px;
    }
	.instagram-image img {
    height: 150px;
}
	.instagram-image {
    grid-template-columns: 1fr 1fr;
}
}