/*** FONTS ***/
@import url('https://fonts.googleapis.com/css?family=Oswald:500');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Rokkitt');
/*
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Rokkitt', serif;
*/

/*** ROWS ***/
.row.full { width: 100%; max-width: 100%; }
.full-width { width: 100%; }  
.full { width: 100%; }
.container { width: 1300px; max-width: 100%; }
.container-fluid { padding-left: 30px; padding-right: 30px; }
.no-padding { padding-left: 0px; padding-right: 0px; }

/*** DEFAULTS ***/
.wrap { position: relative; }
img { max-width: 100%; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.hide { display: none; }
.bold { font-weight: bold !important; }
.mobile-detail { display: none; }
.label { display: block; }
.contourField { position: relative; }
form { margin-bottom: 30px; }
.search form { margin: 0px; }
.panel-heading h4 {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.product .nav-tabs { margin-top: 50px; }
.img.productDetail { margin-bottom: 30px; }
span.u-email a {
    word-wrap: break-word;
    display: block;
}

/*** BODY ***/ 
html,body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: #FFF;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
}

/*** TRANSITIONS ***/
* {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*** LINKS ***/
a { color: #000; }
a:hover { color: #000; }
p a { text-decoration: underline; }
p a:hover { text-decoration: none; }

button.center, .button.center { margin-left: auto; margin-right: auto; }
button, .button, .btn {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px 50px 10px 10px;
    max-width: 180px;
    width: 100%;
    color: #000;
    border: 0px;
    border-radius: 0px;
    border-bottom: 3px solid #000;
    background: url("/images/button.png") no-repeat;
    background-position: right 10px center;
    text-align: left;
}
button:hover, .button:hover, .btn:hover, .button.light:hover, .btn.light:hover, .btn:active, .btn:focus {
    border-bottom: 3px solid #A59775;
    background: url("/images/button-hover.png") no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    text-decoration: none;
    color: #A59775;
}
.button.light, button.light {
    color: #FFF;
    border-bottom: 3px solid #FFF;
    background: url("/images/button-light.png") no-repeat;
    background-position: right 10px center;
}
.button.back, button.back, .btn.back {
    background: url("/images/button-left.png") no-repeat;
    background-position: left 10px center;
    text-align: right;
    padding: 10px 10px 10px 50px;
}
.button.back:hover, button.back:hover, .btn.back:hover {
    background: url("/images/button-left-hover.png") no-repeat;
    background-position: left 10px center;
}
.button.full-width, .btn.full-width {
    width: 100%;
    max-width: 100%;
}
.button.full {
    color: #FFF;
    background: #000 url(/images/button-arrow-right.png) no-repeat;
    background-position: right 15px center;
}
.button.full:hover {
    border-bottom: 3px solid #A59775;
}
.checkoutBTN {
    width: 32px;
    height: 32px;
    display: inline-block;
}
.checkoutBTN.wishlist { background: #000 url(/images/wishlist.png) no-repeat; background-position: center; }
.checkoutBTN.wishlist:hover { background: #ccc url(/images/wishlist-hover.png) no-repeat; background-position: center; }
.checkoutBTN.remove { background: #000 url(/images/remove.png) no-repeat; background-position: center; }
.checkoutBTN.remove:hover { background: #ccc url(/images/remove-hover.png) no-repeat; background-position: center; }

/*** INPUT ***/
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
select.form-control {
    background: #FFF;
    color: #000;
    box-shadow: none;
    border: 1px solid #666;
    padding: 15px;
    height: 50px;
    width: 100%;
    outline: none;
    margin: 0px 0px 15px 0px;
    max-width: 100% !important;
    font-size: 0.875rem;
}
input, select {
    font-size: 0.875rem;
    font-weight: normal;
}
select { padding: 0px 10px; }
textarea {
    height: 150px;
    max-width: 100%;
    margin-bottom: 10px;
}
label {
    font-weight: normal;
    color: #000;
}
.address { white-space: pre; display: block; margin-bottom: 15px; }

/*** VIDEOS ***/
.video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 138px;
    margin-bottom: -2px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.video .caption {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
    color: #fff;
    text-rendering: optimizeLegibility;
}
.video .caption h2 {
    font-size: 60px;
    line-height: 1.4;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.video .caption h2 span {
    font-size: 0.6em;
    display: block;
}
.video .caption .btn-cta {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
}
.video .caption .btn-cta:hover {
    background: #fff;
    color: #000;
}

/*** HEADERS ***/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}
h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }
  
/*** SECONDARIES ***/
p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 15px;
}
p.small { font-size: 0.875rem; }
p.error {
    background: red;
    padding: 5px;
    color: #FFF;
    font-size: 0.875rem;
}

/*** MISC ***/
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    cursor: pointer;
}

/*** HEAD ***/
.section.head {
    background: #000;
    height: 40px;
    position: fixed;
    z-index: 9997;
    width: 100%;
    top: 0px;
}
.section.head p {
    display: inline-block;
    color: #FFF;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.section.head a p {
    background: url("/images/button-arrow-right.png") no-repeat;
    background-position: right center;
    padding-right: 18px;
    margin-right: 18px;
}
.section.head a p.uppercase { text-transform: uppercase; }
.section.head a:hover p { text-decoration: underline; }
.section.head a.no-arrow p { background: transparent;  border-right: 1px solid #C6A559; }
.section.head a p img { margin: 0px 10px; }
.section.head .account { text-align: right; }
.section.head .account a:last-child p { margin-right: 0px; }
.section.head .container-fluid { padding-left: 15px; padding-right: 15px; }

/*** HEADER ***/
header {
    background: #FFF;
    height: 100px;
    position: fixed;
    z-index: 9996;
    width: 100%;
    top: 40px;
    box-shadow: 0px 0px 5px #444;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
header a.logo {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: left;
}
header a.logo img { padding: 5px 0px; }
header nav ul {
    font-size: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
header nav ul li { position: relative; display: inline-block; }
header nav ul li a {
    text-align: center;
    padding: 36px 18px 36px 18px;
    display: block;
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}
header nav ul li a.active,
header nav ul li a:hover {
    border-bottom: 4px solid #000;
    text-decoration: none;
}
header nav ul li:hover ul { display: block; }
header nav ul li ul {
    width: 200px;
    position: absolute;
    margin-top: -1px;
    display: none;
}
header nav ul li ul li { width: 100%; }
header nav ul li ul li a {
    line-height: normal;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.65);
    color: #FFF;
    text-align: left;
    font-size: 1rem;
}
header nav ul li ul li a:hover,
header nav ul li ul li a.active {
    color: #FFF;
    background: #000;
}
header .clicks { text-align: right; }
header .search,
header .cart {
    border-bottom: 4px solid #000;
    max-width: 45%;
    width: 175px;
    margin: 15px 5px;
    padding: 10px 0px 10px 40px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}
header .cart:hover,
header .cart.active,
header .cart:hover .items { color: #A59775; }
header .search input[type=text] {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 23px;
    text-transform: uppercase;
}
header .search { 
    background: url("/images/search.png") no-repeat;
    background-position: left center;
}
header .cart { 
    background: url("/images/cart.png") no-repeat;
    background-position: left center;
}
header .search .items { text-align: left; }
header .items {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-family: 'Rokkitt', serif;
    font-size: 14px;
    text-transform: none;
    color: #7d7d7d;
}

/*** HERO ***/
.section.hero { position: relative; }
.section.hero .hero-slider .slide {
    width: 100%;
    height: 100vh;
    outline: none;
    position: relative;
}
.section.hero .hero-slider .slick-next { right: 15px; background: #fff url(/images/arrow-right.png) no-repeat center; }
.section.hero .hero-slider .slick-next:hover { right: 15px; background: #333 url(/images/arrow-right-hover.png) no-repeat center; }
.section.hero .hero-slider .slick-prev { left: 15px; background: #fff url(/images/arrow-left.png) no-repeat center; }
.section.hero .hero-slider .slick-prev:hover { left: 15px; background: #333 url(/images/arrow-left-hover.png) no-repeat center; }
.section.hero .hero-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 198;
    border: 0px;
    font-size: 0px;
    height: 48px;
    width: 48px;
    padding: 0px;
    outline: none;
}
.section.hero .slide .feature {
    width: 700px;
    max-width: 100%;
    background: #FFF;
    color: #333;
    position: absolute;
    left: 80px;
    top: 50%;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section.hero .slide .feature .inner {
    margin: 15px;
    padding: 30px;
    border: 15px solid #000;
}
.section.hero .slide .feature h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
}
.section.hero .slide .feature p.medium {
    font-weight: bold;
    font-size: 1.25rem;
}
.section.hero .slide .feature p.medium.green {
    font-size: 1.625rem;
    color: #888;
}
.section.hero .slide .feature .button {
    padding: 5px;
    margin-top: 14px;
}

/*** SUB HERO ***/
.section.hero.subhero .slide { height: auto; }
.section.hero.subhero .slide h1,
.section.hero.subhero .slide h2 {
    text-shadow: 0px 2px 20px #333;
    padding: 250px 0px 200px 0px;
    text-align: center;
    color: #FFF;
    font-size: 3rem;
    margin-bottom: 0px;
}

/*** INFORMATION ***/
.section.information {
    background: url(/images/black-background.jpg);
    padding: 67px 0px 0px 0px;
}
.section.information a { text-decoration: none; }
.section.information .box { transition: border-color 0.5s ease; border-bottom: 1px solid #8A8A8A; margin-bottom: 15px; }
.section.information .box:hover { border-bottom: 1px solid #A59775; }
.section.information .box p.title {
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    padding-left: 50px;
    font-family: 'Oswald', sans-serif;
}
.section.information .box:hover { background: url(/images/arrow-right-yellow.png) no-repeat; background-position: right top 3px; }
.section.information .box p.title.shipping { background: url(/images/shipping.png) no-repeat; background-position: left center; }
.section.information .box p.title.returns { background: url(/images/returns.png) no-repeat; background-position: left center; }
.section.information .box p.title.payments { background: url(/images/payments.png) no-repeat; background-position: left center; }
.section.information .box p.title.mail { background: url(/images/mail.png) no-repeat; background-position: left center; }
.section.information .box p.desc {
    font-size: 16px;
    color: #c2c2c2;
    font-family: 'Rokkitt', serif;
}

/*** TESTIMONIALS ***/
.section.testimonials {
    padding: 100px 0px;
    margin: 50px 0px 0px 0px;
    color: #FFF;
}

/*** FEATURES ***/
.section.features { background: url(/images/black-background.jpg); }
.section.features .container-fluid {
    margin-top: -180px;
    position: relative;
    z-index: 95;
    padding-left: 50px;
    padding-right: 50px;
}
.section.features.has-video .container-fluid {
    margin-top: 0;
    padding: 0;
}

.section.features.down .container-fluid { margin-top: 0px; }
.section.features a:hover { text-decoration: none; }
.section.features .box {
    background: #FFF;
    height: 400px;
    overflow: hidden;
    border-right: 1px solid #D8C7B6;
}
.section.features a:last-child .box { border-right: 0px; }
.section.features .box .content {
    height: 100%;
    margin: 0px -15px;
    background: #FFF;
    border: 15px solid #FFF;
    transition: all .2s linear;
    padding: 5px 0px;
}
.section.features .box .content:hover { border: 15px solid #eee; background: rgba(0, 0, 0, 0.2); }
.section.features .box .content .icon { height: 150px; margin-bottom: 11px; }
.section.features .box .content .icon.shop { background: url(/images/shop.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.shop { background: url(/images/shop-hover.png) no-repeat; background-position: center; }
.section.features .box .content .icon.products { background: url(/images/products.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.products { background: url(/images/products-hover.png) no-repeat; background-position: center; }
.section.features .box .content .icon.recipes { background: url(/images/recipes.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.recipes { background: url(/images/recipes-hover.png) no-repeat; background-position: center; }
.section.features .box .content .icon.corporate { background: url(/images/corporate.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.corporate { background: url(/images/corporate-hover.png) no-repeat; background-position: center; }
.section.features .box .content .icon.seasonal { background: url(/images/seasonal.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.seasonal { background: url(/images/seasonal-hover.png) no-repeat; background-position: center; }
.section.features .box .content .icon.platters { background: url(/images/platters.png) no-repeat; background-position: center; }
.section.features .box:hover .content .icon.platters { background: url(/images/platters-hover.png) no-repeat; background-position: center; }
.section.features .box .content .title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #000;
}
.section.features .box .content p {
    color: #FFF;
    font-size: 1rem;
    text-align: center;
}
.section.features .box .content .cross {
    background: url(/images/x.png) no-repeat;
    background-position: center;
    height: 100px;
}

.section.features .box:hover .content .title { color: #FFF; }
.section.features .box:hover .content .cross { background: url(/images/x-hover.png) no-repeat; background-position: center; }

.section.features .box .testmonial {
    height: 100%;
    margin: 0px -15px;
    background: #FFF;
    color: #000;
    border: 15px solid #FFF;
    transition: all .2s linear;
    padding: 30px 30px;
}
.section.features .box .testmonial p { font-size: 18px; line-height: 30px; }
.section.features .box .testmonial p.title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 900;
}
.section.features .box .testmonial p.customer {
    font-style: italic;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 30px;
}

/*** FEATURE BOXES ***/
.section.features.feature-boxes {
    margin-top: 15px;
    margin-bottom: 15px;
}
.section.features.feature-boxes .box .content  { padding: 100px 200px; }
.section.features.feature-boxes .box .content .button {
    width: 40%;
    left: 30%;
}

/*** LINE BREAK ***/
.section.line-break hr { 
    margin: 30px 0px 60px 0px;
    padding: 0px;
}

/*** CAPTION ***/
p.caption {
    margin-top: -27px;
    background: rgba(255, 255, 255, 0.61);
    position: relative;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-style: italic;
}

/*** CONTENT ***/
.section.content.content-bg { background: url(/images/black-background.jpg) no-repeat; background-size: cover; }
.section.content {
    padding: 85px 0px 150px 0px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.section.content .flour-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/flour-left.png) no-repeat;
    background-position: left;
    background-size: contain;
    height: 100%;
    width: 350px;
}
.section.content .flour-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/flour-right.png) no-repeat;
    background-position: right;
    background-size: contain;
    height: 100%;
    width: 350px;
}
.section.content .grid-section ul li { margin-bottom: 10px; }
.section.content .description { 
    padding-bottom: 15px;
    font-size: 16px;
    margin: 0px -15px;
}

/*** GALLERY ***/
.section.content .gall .grid-item {
    float: left;
    width: 25%;
    padding: 5px;
}
.section.content .filters {
    background: #E7F4FC;
    padding: 15px 15px 5px 15px;
    margin: 0px;
}
.section.content .filters p {
    font-size: 0.875rem;
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    position: relative;
    top: -4px;
}
.section.content .filters span.tag {
    background: #FFF;
    color: #002e42;
    border: 2px solid #E7F4FC;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 22px;
    font-size: 0.875rem;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.section.content .filters span.tag:hover,
.section.content .filters span.tag.active {
    background: #E7F4FC;
    border: 2px solid #FFF;
    cursor: pointer;
}
.section.content .filters span.tag .hole {
    background: #E7F4FC;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
}
.section.content .filters span.tag:hover .hole,
.section.content .filters span.tag.active .hole { background: #FFF; }

/*** CONTENT NAV ***/
.section.content nav { margin-bottom: 30px; }
.section.content nav ul {
    margin: 0px;
    padding: 0px;
}
.section.content nav ul li {
    list-style: none;
}
.section.content nav ul li a {
    padding: 15px 30px 15px 15px;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #353142;
    background: #EAF1F9;
    font-size: 0.875rem;
}
.section.content nav ul li a:hover,
.section.content nav ul li a.active {
    background: #000;
    color: #FFF;
    transition: all 0.3s ease;
}
.section.content nav ul li a.active { background: #000; }

/*** CONTENT PAGE ***/
.section.content.page {
    margin-top: -82px;
    padding: 30px 0px 30px 0px;
    color: #000;
}
.section.content.page .backed {
    background: #FFF;
    padding: 30px 30px;
}

/*** SHOP ***/
.section.shop .block {
    background: #eee;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
}
.section.shop .block:hover {
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
}
.section.shop .block-link { text-decoration: none; }
.section.shop label {
    display: block;
}
.section.shop .nav-tabs>li { width: 100%; }
.section.shop .nav-tabs>li a {
    color: #000;
    background: #E0E0E0;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    border-radius: 0px;
    margin: 0px;
    padding: 30px 0px;
}
.section.shop .nav-tabs>li a:hover { background: #ccc; }
.section.shop .nav-tabs>li.active { margin-top: 2px; }
.section.shop .nav-tabs>li.active a { border: 0px; background: #FFF; }

/*** SHOP - PRODUCT ***/
.section.shop.product .page-header {
    margin-top: 0px;
}
.section.shop.product .nav-tabs>li { width: 33.33%; }
.section.shop.product .nav-tabs>li a { font-size: 20px; }
.section.shop.product .product-tab { padding: 15px; }
/*** AWARDS ***/
.section.awards { padding: 0px 15px; }
.section.awards .award-box {
    border: 2px solid #FFF;
    padding: 30px 60px;
    text-align: center;
    position: relative;
}
.section.awards .award-box .award-slider {
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    position: static;
    padding: 30px 0px;
}
.section.awards .award-box .award {
    color: #000;  
    background: #E0E0E0;
    text-align: center;
    margin: 0px 15px;
    height: 240px;
}
.section.awards .award-box img { margin: 5px auto; }
.section.awards .award-box .award p.title { font-weight: 900; margin: 15px 0px 5px 0px; }
.section.awards .award-box .award p { padding: 0px 15px; font-size: 12px; margin-bottom: 15px; }
.section.awards .slick-prev {
    background: #fff url(/images/arrow-left.png) no-repeat;
    background-position: center;
    font-size: 0px;
    position: absolute;
    top: calc(50% - 25px);
    left: 0px;
    border: 0px;
    height: 50px;
    width: 50px;
    padding: 0px;
}
.section.awards .slick-next {
    background: #fff url(/images/arrow-right.png) no-repeat;
    background-position: center;
    font-size: 0px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    border: 0px;
    height: 50px;
    width: 50px;
    padding: 0px;
}
.section.awards .slick-next:hover {
    background: #333 url(/images/arrow-right-hover.png) no-repeat;
    background-position: center;
}
.section.awards .slick-prev:hover {
    background: #333 url(/images/arrow-left-hover.png) no-repeat;
    background-position: center;
}

/*** FOOT ***/
.section.foot .contdetail { margin-bottom: 10px; }
.section.foot .contdetail.opening { white-space: pre-line; }
.section.foot p.title {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    text-align: center;
}
.section.foot p.desc {
    font-size: 1rem;
    text-align: center;
}
.section.foot img {
    display: block;
    margin: 0px auto;
}
.section.foot .field {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}
.section.foot input[type=text] {
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #222;
    margin-bottom: 15px;
    color: #222;
    outline: none;
    padding-left: 70px;
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.section.foot label {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    position: absolute;
    top: 0px; 
    font-size: 0.875rem;
    left: 15px;
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
}
.section.foot .contact .button.directions,
.section.foot .button.newsletter { margin-top: 20px; }
.section.foot .contact .button { margin: 15px auto; }
.section.foot .contact {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
}
.section.foot .contact span { font-weight: 900; }
.section.foot .gallery-bg {
    background: url(/images/gallery-image.jpg) no-repeat;
    background-position: center;
    padding: 60px 0px;
}
.section.foot .container-fluid {
    background: #FFF;
    padding: 30px 0px;
    margin: 0px 30px;
}

footer .icon-wrap {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    border-bottom: 1px solid #eee;
}
footer a.icon {
    padding: 15px 75px 15px 50px;
    height: 50px;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
footer .icons { margin-top: 12px; }
footer a.icon:hover { text-decoration: underline; }
footer a.icon:last-child { border-right: 0px; }
footer a.icon.instagram { background: url("/images/instagram-grey.png") no-repeat; background-size: 24px; background-position: left 10px center; }
footer a.icon.instagram:hover { background: url("/images/instagram-grey-hover.png") no-repeat; background-size: 24px; background-position: left 10px center; }
footer a.icon.twitter { background: url("/images/twitter.png") no-repeat; background-position: left center; }
footer a.icon.twitter:hover { background: url("/images/twitter-hover.png") no-repeat; background-position: left center; }
footer a.icon.facebook { background: url("/images/facebook.png") no-repeat; background-position: left 15px center; }
footer a.icon.facebook:hover { background: url("/images/facebook-hover.png") no-repeat; background-position: left 15px center; }

/*** FOOTER ***/
footer {
    background: url(/images/black-background.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px;
}
footer .social {
    background: #888;
    padding: 15px 0px;
    position: relative;
    margin-top: 30px;
}
footer .social a.icon {
    padding: 0px 50px;
    width: 32px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #FFF;
}
footer .social .icons { margin-top: 12px; }
footer .social a.icon:last-child { border-right: 0px; }
footer .social a.icon.youtube { background: url("/images/youtube.png") no-repeat; background-position: center; }
footer .social a.icon.youtube:hover { background: url("/images/youtube-hover.png") no-repeat; background-position: center; }
footer .social a.icon.instagram { background: url("/images/instagram.png") no-repeat; background-position: center; }
footer .social a.icon.instagram:hover { background: url("/images/instagram-hover.png") no-repeat; background-position: center; }
footer .social a.icon.facebook { background: url("/images/facebook.png") no-repeat; background-position: center; }
footer .social a.icon.facebook:hover { background: url("/images/facebook-hover.png") no-repeat; background-position: center; }
footer .social a.icon.twitter { background: url("/images/twitter.png") no-repeat; background-position: center; }
footer .social a.icon.twitter:hover { background: url("/images/twitter-hover.png") no-repeat; background-position: center; }
footer .copyright {
    padding: 15px 0px;
    text-align: center;
    background: #FFF;
    margin-top: 50px;
}
footer .copyright { color: #000; font-size: 0.75rem; }
footer .copyright a { color: #000; }

/*** TABLE ***/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    padding: 10px 5px;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-bottom: 0px;
}
table p.availability {
    font-size: 12px;
    margin-top: 5px;
}
table input[type=number] {
    padding: 0px;
    text-align: center;
}

/*** PRODUCT BOX ***/
.product-box {
    margin: 0px 0px 30px 0px;
    border: 1px solid #eee;
    margin-top: 15px;
}
.product-box form { margin: 0px; }
.product-box .form-group { margin: 0px; }
.product-box.equal { position: relative; }
.product-box .img {
    height: 270px;
    margin-bottom: 15px;
}
.product-box.single .img {
    margin-top: -15px;
}
.product-box p.title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px 15px;
}
.product-box p.availability {
    font-size: 12px;
    text-align: center;
}
.product-box .desc {
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 15px;
    font-size: 16px;
}

.product-box .basket {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0px 15px 45px;
    background: url(/images/add.png) no-repeat;
    background-position: left center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.product-box.equal .basket {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: calc(100% - 30px);
}
.product-box .basket:hover { 
    background: url(/images/add-hover.png) no-repeat;
    background-position: left center;
    cursor: pointer;
}
.product-box .basket:hover::after {
    content: '/';
    height: 14px;
    width: 189px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 0px;
    background: url(/images/line-hover.png) no-repeat;
    background-position: left center;
}
.product-box .basket input[type=submit] {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0px;
    background: transparent;
    outline: none;
}
.shop.product .product-box.equal.fixed { height: 325px !important; margin-top: 0px; }
.shop.product .product-box.equal.fixed .basket { border-top: 0px; }

/*** SECTION BG ***/
.section.bakebg {
    padding: 100px 0px 0px 0px;
    background: url(/images/black-background.jpg);
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.section.bakebg .flour-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/flour-bottom-left.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    height: 100%;
    width: 350px;
}
.section.bakebg .flour-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/flour-bottom-right.png) no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 100%;
    width: 350px;
}

/*** MISC ***/
.arrow.top { display: none; }
.slick-slide { outline: none; }
.related-products { padding-top: 30px; border-top: 1px solid #eee; }
.field-validation-error {
    background: #FF0000;
    font-size: 12px;
    color: #FFF;
    position: relative;
    margin-top: -15px;
    display: block;
    padding: 5px 15px;
    margin-bottom: 16px;
}
.contourNavigation .button { margin: 0px auto; }
form.search {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}
form.search input[type=text] {
    padding-right: 200px;
    height: 44px;
}
form.search button {
    background: #000;
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
    height: 44px;
    line-height: 44px;
    padding: 0px;
    width: 180px;
    text-align: center;
}

/*** SEARCH BOX ***/
.search-box { border: 1px solid #eee; }
.search-box a { text-decoration: none; }
.search-box .title {
    background: #000;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.search-box .item {
    padding: 10px 15px;
    position: relative;
}
.search-box .item.sub { font-size: 16px; padding: 10px 30px; }
.search-box .item:hover,
.search-box .item.active {
    background: #eee;
    border-right: 4px solid #000;
}
.search-box .item .quantity {
    background: #000;
    color: #FFF;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 11px;
    top: 11px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
}

/*** RESPONSIVE DESKTOP ***/
@media only screen and (min-width: 993px) { header .nav { display: block !important; } }
@media only screen and (max-width: 1550px) {
    header .search .items { display: none !important; }
}
@media only screen and (max-width: 1780px) {
    .flour-left { display: none; }
    .flour-right { display: none; }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    
    /*** HEADER ***/
    header nav ul li a {
        font-size: 0.9rem;
        padding: 39px 10px 39px 10px;
    }
    header .search,
    header .cart {
        width: 120px;
        color: #000;
        background: transparent;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-size: 15px;
    }
    header .cart .items { font-size: 14px; }

    /*** FEATURE BOXES ***/
    .section.features.feature-boxes .box .content { padding: 70px 130px; }

    /*** HERO ***/
    .section.hero .visit-park { right: 5%; }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {


    /*** HEADER ***/
    header nav ul li a {
        font-size: 0.7rem;
        padding: 41px 7px 40px 7px;
    }
    header .search,
    header .cart {
        width: 90px;
        color: #000;
        background: transparent;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 15px;
        text-align: center;
    }
    header .cart .items { font-size: 12px; }

    /*** FEATURES ***/
    .section.features { 
        padding: 15px 0px 0px 0px;
        margin: 0px;
    }
    .section.features .box {
        margin-bottom: 15px;
    }
    .section.features.has-video {
        padding: 0;
    }
    .section.features.has-video .box {
        margin: 0;
        border-bottom: 1px solid #D8C7B6;
    }
    .section.features .box .title { font-size: 1.125rem; }
    .section.features .box .content { padding-top: 20px; }

    /*** FEATURE BOXES ***/
    .section.features.feature-boxes .box .content { padding: 20px; }
    .section.features.feature-boxes .box .content p { font-size: 0.8125rem; }

    /*** HERO ***/
    .section.hero .visit-park {
        right: 1%;
        bottom: 15px;
    }

    /*** MISC ***/
    .address {
        white-space: normal;
    }
}

/*** RESPONSIVE TABLET ***/
@media only screen and (max-width: 991px) {
    /*** VIDEO ***/
    .video .caption {
        top: 50%;
    }
    .video .caption h2 {
        font-size: 36px;
    }
    .video .caption .btn-cta {
        font-size: 15px;
    }
    
    /*** MISC ***/
    form.search button { width: 140px; }
    form.search input[type=text] { padding-right: 150px; }

    /*** SHOP - PRODUCT ***/
    .section.shop.product .nav-tabs>li a { font-size: 16px; }
    .shop.product .product-box.equal.fixed { height: auto !important; }

    /*** FEATURES ***/
    .section.features .container-fluid { background: #FFF; padding: 5px; margin: 0px; }
    .section.features .box.test { height: auto; }
    .section.features .box .testmonial { padding: 15px; }
    .section.features .box {
        margin-bottom: 0px;
        height: 150px;
    }
    .section.features .box .content {
        background: rgba(255, 255, 255, 0.9);
        border: 5px solid #fff;
        padding: 15px;
    }
    .section.features .box .content:hover {
        border: 5px solid #FFF;
    }
    .section.features .box .content .icon {
        height: 50px;
        margin-top: 5px;
        margin-bottom: 15px;
        background-size: contain !important;
    }
    .section.features .box .content .title { font-size: 24px; }
    .section.features .box .content .cross { display: none; }
    
    /*** MOBILE DETAIL ***/
    .mobile-detail {
        display: block;
        position: fixed;
        height: 50px;
        background: #000;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 99999;
        text-align: center;
    }
    .mobile-detail .col-xs-6.first { border-right: 1px solid #FFF; }
    .mobile-detail p {
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }
    .mobile-detail .call {
        background: url("/images/call.png") no-repeat;
        background-position: center;
        height: 50px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    .mobile-detail .book {
        background: url("/images/book.png") no-repeat;
        background-position: center;
        height: 50px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    .mobile-detail .basket {
        background: url("/images/cart-mobile.png") no-repeat;
        background-position: center;
        height: 50px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    .mobile-detail .basket span {
        color: #222;
        background: #FFF;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 360px;
        display: block;
        font-size: 12px;
        position: relative;
        right: -13px;
        top: 7px;
    }
    .mobile-detail .directions {
        background: url("/images/directions.png") no-repeat;
        background-position: center;
        height: 50px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    .mobile-detail 

    /*** FEATURE BOXES ***/
    .section.features.feature-boxes .box .content { padding: 20px; }
    .section.features.feature-boxes .box .content p { font-size: 0.8125rem; }
    .section.features.feature-boxes .box .content .button {
        width: 70%;
        left: 15%;
    }
    .section.features .box .content .button-holder { bottom: 25px; }

    /*** HERO ***/
    .section.hero .slide { min-height: 600px; }
    .section.hero.subhero .slide { min-height: auto; }
    .section.hero .slide .feature {
        width: 100%;
        max-width: 100%;
        color: #333;
        left: 0px;
        bottom: 0px;
        position: absolute;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .section.hero.subhero .slide h1,
    .section.hero.subhero .slide h2 {
        padding: 200px 0px 100px 0px;
    }

    /*** MISC ***/
    .visit-park { display: none; }

    /*** LOGO ***/
    header a.logo { }

    /*** HEADER ***/
    header.menu-active { position: static; }
    header .menu { right: 15px; }
    header .nav {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #FFFFFF;
        z-index: 100000;
        padding: 0px;
        margin: 0px;
        height: 100%;
        width: 320px;
        box-shadow: 1px 0px 7px #222;
        display: none;
    }
    header .nav nav a.nav-title {
        height: 81px;
        line-height: 81px;
        padding: 0px 15px;
        background: #FFFFFF;
        color: #222;
        font-size: 1.125rem;
    }
    header .nav nav ul li { width: 100%; }
    header .nav nav ul li a,
    header nav ul li ul li a {
        padding: 15px 15px;
        margin-bottom: 0px;
        display: block;
        width: 100%;
        text-decoration: none;
        color: #353142;
        background: #FFFFFF url(/images/button-arrow-right.png) no-repeat;
        background-position: right 15px center;
        font-size: 0.875rem;
        font-weight: normal;
        line-height: normal;
        text-align: left;
        border: 0px;
    }
    header nav ul li ul li a { padding-left: 30px !important; }
    header nav ul li ul {
        width: 100%;
        position: relative;
        background: transparent;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.2s linear;
        margin: 0px;
        padding: 0px;
        display: block;
    }
    header nav ul li a.active,
    header nav ul li a:hover,
    header nav ul li ul li a:active,
    header nav ul li ul li a:hover {
        color: #FFF;
        background: #000;
    }

    /*** MENU ***/
    header .menu {
        position: absolute;
        right: 15px;
        top: 35px;
        width: 40px;
        z-index: 100001;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    header .menu.active { right: -312px; top: 26px; }
    header .menu span {
        display: block;
        height: 6px;
        background: #000;
        margin-bottom: 4px;
        max-width: 64px;
        margin-left: auto;
        margin-right: auto;
    }
    header .menu.active span:nth-child(1),
    header .menu.active span:nth-child(4) { display: none; }
    header .menu.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 10px;
    }
    header .menu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*** LINE BREAK ***/
    .section.line-break hr {
        margin: 15px 0px 30px 0px;
        padding: 0px;
    }
    footer { margin-bottom: 50px; }
    footer .social {
        padding-top: 0px;
        font-size: 0px;
        min-height: 175px;
    }
    footer .social .icons {
        width: 100%;
        padding: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    footer .social a.icon {
        height: 75px;
        padding: 0px;
        width: 25%;
        border-bottom: 1px solid #FFF;
    }
    footer .awards img { margin-right: 15px; }


    /*** CONTACT ***/
    .section.content { padding: 0px 0px 30px 0px; }
    .section.bakebg { padding: 0px; }
    .section.bakebg .section.content { padding: 30px 0px 0px 0px; }

    /*** SHOP ***/
    .section.shop .nav-tabs>li a { font-size: 18px; }

    /*** PRODUCT ***/
    .product-box .img { height: 180px; }

    /*** MISC ***/
    .address { white-space: normal; }
    .arrow.top { display: none; }
}

/*** RESPONSIVE MOBILE ***/
@media only screen and (max-width: 767px) {
    /*** VIDEO ***/
    .video .caption h2 {
        font-size: 30px;
    }
    .video .caption .btn-cta {
        margin-top: 0;
        font-size: 14px;
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
    }

    /*** SHOP - PRODUCT ***/
    .section.shop.product .nav-tabs>li a { font-size: 12px; }
    .section.shop.product .extra { display: none; }

    /*** LINE BREAK ***/
    .break {
        border-top: 1px solid #eee;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /*** FOOT ***/
    .section.foot .container-fluid { padding: 30px 0px; }
    .section.foot .contact { text-align: center; padding: 0px 30px; }
    .section.foot .contact .detail { text-align: left; }
    .section.foot .contact .button { margin: 0px auto 15px auto; }
    .section.foot .contact p.title { text-align: center; }
    .section.foot .contact p.desc { text-align: center; }

    /*** HERO ***/
    .section.hero .hero-slider .slick-next,
    .section.hero .hero-slider .slick-next:hover { right: 0px; top: 0px; }
    .section.hero .hero-slider .slick-prev,
    .section.hero .hero-slider .slick-prev:hover { left: 0px; top: 0px; }
}






/*** BOOTSTRAP ADD ON ***/
.row-centered {
    text-align:center;
    font-size: 0px;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

.sundayError, .saturdayError {
    display: none;
    color: red;
    font-size: 14px;
}