﻿/*fonts*/
@font-face {
    font-family: 'Archer-Bold';
    src: url('/Fonts/Archer-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Archer-Semibold';
    src: url('/Fonts/Archer-Semibold.otf') format('opentype');
}
@font-face {
    font-family: 'Archer-Medium';
    src: url('/Fonts/Archer-Medium.otf') format('opentype');
}

/*foundation overrides*/
.row {
    max-width: 1300px;
}
.row.full-width {
    width: 100%;
	max-width: 100%;
}
.row.small-row {
    max-width: 900px;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: .9375rem;
}
.row.collapse > .column:last-child, .row.collapse > .columns:last-child {
    padding-right: 0;
}
@media only screen and (max-width: 40em) {
    .row.collapse > .small-12.column, .row.collapse > .small-12.columns {
        padding-right: 0;
    }
}
@media only screen and (max-width: 64em) {
    .row.collapse > .medium-12.column, .row.collapse > .medium-12.columns {
        padding-right: 0;
    }
}
body, 
p, 
label, 
[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, 
textarea {
    font-family: Archer-Medium, sans-serif;
    box-shadow: none;
    font-weight: 400;
    color: #a03123;
}
h1,
h2,
h3 {
    font-family: Archer-Bold, sans-serif;
    font-weight: inherit;
    color: #a03123;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.inline-list {
    margin: 0;
}
.inline-list li {
    list-style: none;
    display: inline-block;
    padding: .25rem;
}
label {
    font-weight: 600;
}
label > input[type=search] {
    font-weight: 400;
}
ul li label {
    font-weight: 400;
}

/*small navigation*/
.logo-small {
    float: right;
}
.title-bar {
    padding: .5rem;
    background-color: #fff;
    color: #333;
    border-bottom: 2px solid #a03123;
}
.menu-icon, .title-bar-title {
    position: relative;
    top: 10px;
}
#top-level-container {
    background: #fdefb6;
    background: -webkit-linear-gradient(#fdefb6 0px, #fff 200px);
    background: -o-linear-gradient(#fdefb6 0px, #fff 200px);
    background: -moz-linear-gradient(#fdefb6 0px, #fff 200px);
    background: linear-gradient(#fdefb6 0px, #fff 200px);
}
#top-level-container:after {
    clear: both;
}

/*top-bar*/
.top-bar {
    width: 100%;
    padding: 1.75rem;
    z-index: 100;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.menu-icon:after {
    background: #a03123;
    box-shadow: 0 7px 0 #a03123, 0 14px 0 #a03123;
}
.top-bar .menu li a {
    font-size: 20px;
    text-transform: uppercase;
}
.top-bar .menu li a {
    font-family: Archer-Bold, sans-serif;
    color: #a03123;
}
@media only screen and (orientation: landscape) and (max-width: 55em) {
    .top-bar .menu li {
        font-size: 12px;
    }
}
.social-media-nav ul {
    list-style: none;
    float: right;
    display: flex;
    margin-right: 25px;
    padding-top: 5px;
}
.social-media-nav li {
    padding: 7px;
}

/*large-up navigation*/
@media only screen and (min-width: 64.063em) {
    header, .header {
        height: 160px;
    }
    .logo-wrapper {
        position: relative;
    }
    .logo-wrapper .logo {
        width: 225px;
        height: 175px;
        position: absolute;
        left: 50%;
        right: 50%;
        top: -25px;
        margin-left: -120px;
    }
    .top-bar-right {
        width: 50%;
    }
    .top-bar-right ul {
        float: left;
    }
    .top-bar-left {
        width: 50%;
    }
    .top-bar-left ul {
        float: right;
    }
    #background-red {
        height: 96px;
        width: 100%;
        background-color: #f33;
        position: fixed;
        top: 10px;
        z-index: 100;
    }
    #top-level-container {
        padding-bottom: 40px;
    }
}

/* upper large screen navigation only */
@media only screen and (min-width: 69.5em) {
    .menu:not(.submenu) > li > a {
        margin: 0 2.5rem;
    }
}

/*medium through large navigation*/
@media only screen and (max-width: 69.462em) and (min-width: 50em) {
    .menu:not(.submenu) > li > a {
        margin: 0 1.4rem;
    }
}

@media only screen and (max-width: 40em) {
    .menu > li:first-child > a {
        border-top: 1px solid #fff;
    }
}

/*medium-down navigation*/
@media only screen and (max-width: 64em) {
    .top-bar {
        border-bottom: 2px solid #692f25;
        position: initial;
    }
    .top-bar, .top-bar ul {
        padding: inherit;
        box-shadow: none;
        background-color: #b22625;
    }
    .top-bar .menu li a {
        color: #fff;
    }
    .menu > li > a {
        border-bottom: 1px solid #fff;
    }
    .top-bar-right .menu > li:last-child > a {
        border-bottom: none;
    }
    .section.home-banner {
        padding-top: 20px;
        background: #fdefb6;
        background: -webkit-linear-gradient(#fdefb6, #fff, #fff);
        background: -o-linear-gradient(#fdefb6, #fff, #fff);
        background: -moz-linear-gradient(#fdefb6, #fff, #fff);
        background: linear-gradient(#fdefb6, #fff, #fff);
    }
    #top-level-container {
        background: transparent;
        padding-bottom: 20px;
    }
}

/*medium-only navigation*/
@media only screen and (min-width: 40em) and (max-width: 64em) {
    .menu > li > a {
        border-bottom: none;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        border-top: none;
        margin-top: 2px;
    }
}

/*home page styles*/
.full-image img {
    width: 100%;
}

/*product locator styles*/
.product-locator {
    background-color: #fdefb6;
}
.product-locator h2 {
    color: #a03123;
    font-size: 30px;
}
.copyright p, .copyright a {
    font-family: Archer-Semibold, sans-serif;
    color: #a03123;
}
.copyright a {
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: none;
}
.copyright {
    text-align: center;
    margin-bottom: 10px;
}
/* Medium-up product locator */
@media screen and (min-width: 40em) {
    .product-locator h2 {
        font-size: 50px;
    }
    .product-locator {
        background-color: #fdefb6;
        padding-top: 50px;
    }
}
/*large-up product locator*/
@media only screen and (min-width: 64.063em) {
    .product-locator iframe {
        width: 80%;
        display: block;
        margin: 0 auto 0 auto;
    }
}

/*owl carousel styles*/
.product-carousel {
    padding-bottom: 20px;
}
.product-carousel img {
    width: 325px;
}
/*.product-carousel h2 {
    font-size: 30px;
    color: #D5242A;
}*/
.product-carousel #product-carousel {
    width:95%;
    display: block;
    margin: 0 auto;
}
#product-carousel img {
    display: block;
    margin: 0 auto;
}
.owl-pagination {
    display: none !important;
}
.product-carousel a {
    /*text-transform: uppercase;*/
    font-family: Archer-Semibold, sans-serif;
    color: #a03123;
    text-decoration: underline;
}
.product-carousel a:hover {
    text-decoration: none;
}
.owl-item p {
    width: 180px;
    display: block;
    margin: 0 auto;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -65px;
  top: 85px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -65px;
  top: 85px;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('/Images/Icon/glyphicons-halflings-white.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 18px 22px !important;
}
/* Medium-up owl carousel */
@media screen and (min-width: 40em) {
    .product-carousel h2 {
        font-size: 60px;
    }
    .product-carousel {
        padding-bottom: 40px;
    }
    .product-carousel #product-carousel {
        width:80%;
    }
    .product-carousel img {
        width: 320px;
    }
}
/* Medium only owl carousel */
@media screen and (min-width: 40em) and (max-width: 77em) {
    .product-carousel img {
        width: 250px;
    }
}

/* Small only owl carousel */
@media screen and (max-width: 39.9375em) {
    .owl-theme .owl-controls {
        margin-top: 0px !important;
    }
    .owl-theme .owl-controls .owl-buttons div {
        position: initial;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-right: 50px;
    }
}

/*product pages styles*/
.product-info {
    /*background-color: #2876b8;*/
    padding: 30px 0 30px 0;
}
.product-info img {
    display: block;
    margin: 0 auto;
    width: 500px;
}
.product-description h2, .product-description p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.product-description h2 {
    color: #a03123;
    font-size: 40px;
}
.product-description p {
    color: #a03123;
    font-size: 25px;
}
.nutritionals {
    /*background-color: #fff;*/
    padding: 30px 0 30px 0;
}
.nutritionals h2 {
    color: #a03123;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}
.nfp_tableDisplay p, .nfp_tableDisplay h5, .ingredients p {
    font-family: Archer-Medium, sans-serif !important;
} 
.vertical-container {
	height: 100%;
	display: table;
}
.align-vertical {
	display: table-cell;
	vertical-align: middle;
}
.ingredients p {
    padding: 0 15px;
}
/* Medium-up product page */
@media screen and (min-width: 40em) {
    .product-description {
        border-left: 1px #a03123 solid;
     }
    .product-description h2, .product-description p {
        margin-left: 30px;
        padding: 0 10px 0 0;
        text-align: left;
    }
    .nutritionals h2, .ingredients p {
        margin-left: 30px;
        text-align: left;
        padding: 0;
    }
    .nfp_tableDisplay {
        margin-left: 30px;
    }
}
/*large-up product page*/
@media only screen and (min-width: 64.063em) {
    .ingredients-text {
        width: 85%;
        display: block;
        margin: 0 auto;
    }
}

/*cms login page styles*/
.cms-login #imgSubmitButton {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#divCMSAuth table tbody tr:nth-child(even) {
    background-color: transparent;
}
#divCMSAuth table td {
    padding: 5px;
}
#divCMSAuth table td input {
    margin-bottom: 0;
}

/*contact page*/
.contact-form input[type="text"] {
    width: 75%;
}
.contact .coupon img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
    .contact-form {
        width: 95%;
    }
}