/*
Theme Name: Hope Jerky
Theme URI: http://www.hopejerky.com
Author: Charlie Holmes
Author URI: http://www.charlieholmes.net    
Description: Beef Jerky Store Website
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 
*/

.body-container {
    position: absolute;
    text-align: center;
}

#header {
    background-color: #f1e9d6;
    color: #000;
    height: 100px;
    /* position: relative; */
    max-width: 90vw !important;
}

#header a {
    color: #000;
}

.logo {
    color: #5e3c2d;
    font-family: "distress";
    font-size: 60px;
    /* background-image: url(images/logo.png);
    background-repeat: no-repeat; */
    /* float: left; */
    /* max-width: 300px;
    height: 40px; */
    /* position: relative;
    left: 0px;
    top: 0px; */
    text-align: left !important;
}

.logo-container {
    width: 100%;
    text-align: right;
}

.login-container {
    width: 100%;
    position: relative;
    top: -50px;
}

.login {
    background-color: #4d2020;
    color: white;
    border-radius: 10px;
    width: 100px;
    border: 2px solid white;
    text-align: center;
    margin: 10px 10px auto auto;
}

.shopping-cart {
    position: relative;
    left: 48%;
    bottom: 55px;
}

.header-menu {
    position: relative;
    bottom: 50px;
    height: 50px;
    /* margin-top: 30px; */
}

.login a {
    color: white !important;
}

.navbar {
    height: 150px;
    font-size: 1.2rem;
}

.navbar a:hover {
    border-bottom: 5px solid #a94c4c !important;
}

.navbar a:active {
    border-bottom: 5px solid #a94c4c !important;
    color: #4d2020;
}

.content-area {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80vh;
    max-width: 90vw !important;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.spacer {
    height: 15vh;
}

.hero {
    background-image: url(images/header-bg.jpg);
    box-shadow: inset 0 20px 50px #000, inset 0 1px 6px rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 90vw !important;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    height: 70%;
    top: -28px;
    clip-path: polygon(0% 0%, 0% 80%, 50% 100%, 100% 80%, 100% 0%);
    z-index: -10;
    color: white;
}

.hr {
    border-bottom: 5px solid #a94c4c !important;
    width: 200px;
    height: 10px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -35px;
}

h1 {
    font-size: 4vw !important;
}

h2 {
    font-size: 2vw !important;
}

.entry-title {
    display: none;
}

p {
    font-size: 1.5vw !important;
}

.box {
    border: 5px solid #4d2020;
    background-color: transparent;
    height: 25vw;
    width: 50vw;
    font-size: 1.2rem;
    color: #000;
    overflow: hidden;
    /* text-shadow: 2px 2px 5px #000; */
    z-index: 100;
    margin-bottom: 50px !important;
}

.featured-products-h1 h1 {
    color: #5e3c2d;
    font-family: "distress";
    font-size: 60px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

@font-face {
    font-family: distress;
    src: url(fonts/dcc_sharp_distress_black_by_dccanim.otf);
}

.left-bg {
    position: absolute;
}

.wp-block-product-category {
    -webkit-box-shadow: 5px 5px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 22px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
    position: relative;
    /* top: -450px; */
    padding-top: 80px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-image: url(images/right-bg.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
}

.wc-block-grid__product-image img {
    width: 90% !important;
    height: auto;
}

.contact {
    background-image: url(images/contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 600px;
    text-align: center !important;
    max-width: 90vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact-us-text-1 {
    padding-top: 10px;
    color: white;
    font-size: 2rem;
}

.contact-us-text-2 {
    color: orange;
    font-size: 3rem;
}

.contact-us-form-area {
    text-align: center;
    margin: auto;
    width: 80%;
    color: white;
}

.nf-forms-field-required {
    display: none;
}

#nf-field-1-container {
    float: left;
    width: 47%;
}

#nf-field-1 {
    height: 30px;
}

#nf-field-2-container {
    float: right;
    position: relative;
    top: -94px;
    width: 47%;
}

#nf-field-2 {
    height: 30px;
}

#nf-field-3-container {
    position: relative;
    top: -110px;
}

#nf-field-4 {
    background-color: orange;
    border-radius: 5px;
    box-shadow: white;
    position: relative;
    top: -110px;
}

label {
    text-align: left;
}

form {
    box-sizing: border-box;
}

.submit {
    background-color: #4d2020;
    color: white;
    border-radius: 10px;
    width: 100px;
    border: 2px solid white;
    text-align: center;
}

.footer {
    background-color: #1c1c1c;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px;
    padding: 10px;
    max-width: 90vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* position: absolute;
    bottom: 0px; */
}

@media (max-width: 1100px) {
    /* .logo h1 {
        font-size: xx-large !important;
    } */
    .box {
        border: 5px solid #4d2020;
        height: 25vw;
        width: 50vw;
        font-size: 1.3rem;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 700px) {
    .logo h1 {
        font-size: xx-large !important;
    }
    .box {
        border: 5px solid #4d2020;
        height: 25vw;
        width: 60vw;
        font-size: 1.4rem;
        margin-bottom: 50px !important;
    }
}