/*
    Theme Name: HTML5blank Child
    Theme URI:  n/a
    Description: HTML5blank Child Theme
    Author: Pete_Maister
    Author URI: n/a
    Template: html5blank
    Version: 1.0.0
    Tags: n/a
    Text Domain: html5blank-child
*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
html {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
}

.yellow {
    color: #fea420;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* Header */

header {
    height: 100px;
    background: #241e20;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header-wrapper {
    max-width: 85%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    width: 230px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 95%;
    height: 50%;
}

.nav {
    width: 450px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

nav ul li {
    list-style: none;

}

.nav ul li a {
    font-size: 25px;
    color: white;
    text-decoration: none;
}

.nav ul li a:hover {
    color: #fea420;
}

/* Hambuger Menu */

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fea420;
}

/* Hambuger Menu */

/* Header */

/* Home page */

.potato-section-1 {
    height: 700px;
    background: #bda590;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.section-1-paragraph {
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.light-text {
    font-size: 25px;
    font-weight: 100;
}

.potato-img-1 {
    background-image: url(../html5blank-child/img/potato-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 700px;
    height: 450px;
    background-position: center;
}

.potato-section-2 {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative
}

.blur-background {
    background-image: url(../html5blank-child/img/potato-bg-blur-1.png);
    width: 100%;
    height: 800px;
    z-index: -1;
    background-repeat: repeat;
    background-size: contain;
    filter: blur(15px);
    position: absolute;
    background-position: 0px center;
}

.section-2-main-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.section-2-paragraph {
    font-size: 40px;
    text-align: center;
    color: #414141;
}

.potato-img-2 {
    background-image: url(../html5blank-child/img/potato-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 500px;
    background-position: center;
}

.potato-section-3 {
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #80a76f;
}

.potato-bags {
    background-image: url(../html5blank-child/img/potato-bg-blur-2.png);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.section-3-main-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-3-paragraph {
    font-size: 40px;
    text-align: center;
    color: white;
}

.potato-img-3 {
    background-image: url(../html5blank-child/img/potato-bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 500px;
    background-position: center;
}

.section-3-nutrition-facts {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    position: relative;
    bottom: 50px;
}

.section-3-nutrition-facts div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.arrow-up {
    filter:  brightness(0) invert(1);
    height: 125px!important;
    width: 100px!important;
    position: absolute;
    bottom: 90px;
}

.arrow-rotate-right {
    transform: rotate(20deg);
    position: absolute;
    bottom: 90px;
    left: 13px;
}

.arrow-rotate-left {
    transform: rotate(-20deg);
    position: absolute;
    bottom: 90px;
    right: 5px;
}

.section-3-nutrition-facts div p {
    font-size: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.potato-section-4 {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #edddb3;
}

.mashed-potato-fries-bg {
    background-image: url(../html5blank-child/img/potato-bg-blur-3.png);
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background-repeat: space;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
}

.section-4-main-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
}

.section-4-paragraph {
    font-size: 40px;
    text-align: center;
    color: #414141;
}

.potato-img-4 {
    background-image: url(../html5blank-child/img/potato-bg-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 850px;
    height: 465px;
    background-position: center;
}

/* Home page */

/* Company page */

.slick-prev {
    left: 0px!important;
}

.slick-prev:before {
    content: '\276E'!important;
    font-size: 32px!important;
}

.slick-next {
    right: 0px!important;
}

.slick-next:before {
    content: '\276F'!important;
    font-size: 32px!important;
}

.slick-prev, .slick-next {
    background: rgba(0,0,0,.5)!important;
    width: 60px!important;
    height: 60px!important;
}

.company-wrapper {
    width: 1300px;
    margin: 0 auto;
}

h1 {
    margin: 0!important;
}

.company-slider-container {
    height: 900px;
}

.company-slider-container h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50px;
}

.slider-container {
    top: 100px;
}

.slider-container div {
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 750px;
    position: relative;
    z-index: -1;
}

.store-img {
    width: 1300px;
    height: 100%;
}

.company-description {
    margin: 30px 0;
}

.company-description h2 {
    font-size: 25px;
}

.company-description p {
    font-size: 20px;
    color: #777;
}  

ol li {
    font-size: 20px;
    list-style: decimal;
    color: #777;
    margin-left: 25px;
}

/* Company page */

/* Contact page */

.contact-wrapper {
    width: 1300px;
    margin: 0 auto;
}

.contact-wrapper h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50px;
}

#wpgmza_map_1 {
    margin-top: 100px;
}

.contact-with-us-text {
    max-width: 100%;
    margin: 50px auto;
}

.contact-with-us-text h3, .contact-with-us-text p {
    text-align: center;
}

.contact-with-us-text h3 {
    font-size: 25px;
}

.contact-with-us-text p {
    font-size: 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    max-width: 60%;
    margin: 0 auto!important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    max-width: 60%;
    margin: 0 auto!important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    margin: 0 auto!important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    max-width: 82px;
    margin: 0 auto!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    padding-bottom: 10px!important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #241e20!important;
    color: white!important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    color: #fea420!important;
}


/* Contact page */

/* Footer */

footer {
    height: 350px;
    background: #241e20;
}

.footer-wrapper {
    max-width: 85%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logo-container {
    display: flex;
    width: fit-content;
    height: 100px;
    width: 230px;
}

footer .logo-container img {
    width: 95%;
    height: 50%;
}

footer .nav {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: 250px;
}

footer .nav h3, .contact-info-container h3, .schedule-container h3 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dotted #fea420;
}

.nav #menu-quick-links {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 150px;
}

footer .nav ul li a {
    font-size: 18px;
}

.contact-info-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: 250px;
}

.contact-info-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: fit-content;
}

.contact-info-container p, .contact-info-container a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    margin-left: 30px;
}

.location-text span {
    color: #fea420;
    margin-right: 10px;
}

.phone-text span {
    color: #fea420;
    margin-right: 10px;
}

.email-text span {
    color: #fea420;
    margin-right: 10px;
}

.instagram-text span, .facebook-text span {
    color: #fea420;
    margin-right: 10px;
}

.schedule-container {
    width: fit-content;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-container h3 {
    width: fit-content;
}

.schedule-container ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50%;
}

.schedule-container ul li {
    list-style: none;
    font-size: 18px;
    color: white;
    text-align: center;
}

.copyright-container {
    background: #241e20;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
}

/* Footer */





