@charset "utf-8";
/* Orlando Bread - responsive layout styles */
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  /* Subcategory Page styles (prod-listing class)
-----------------------------------*/
  /* -------History Sliders / Pager ------*/
  .page-history #bx-pager a img {
    width: 66px !important;
    margin-top: -65px;
  }
  h1 {
    font-size: 2.2em !important;
  }
  /* ----------- Product Paging and Sorting Form ----------- */
  /* -=-=- Product Sort / Per Page -=-=- */
  .prod-sort-form .sort-by {
    max-width: 120px;
    margin: 0;
  }
  /* ----------- Product Listing (used on subcategory, product, category) ----------- */
  .prod-listing {
    margin: 0 ;
  }
  .prod-listing .cat-select label {
    float: left;
    margin-left: 140px;
  }
  .prod-listing .prod-item.columns {
    width: 114px;
  }
  .pi-cart {
    margin: 0 0 10px;
  }
  /* -------------- Header -------------*/
  #main-nav ul li.mn-lvl1 {
    margin: 14px 11px 0 11px;
  }
  #main-nav ul li a.mn-lvl1 {
    font-size: 1em;
  }
  #main-nav {
    margin-top: 70px;
  }
  .top-bar .right span {
    position: relative;
    left: -65px;
  }
  /* -------------footer ------------*/
  #social-links li span {
    width: 32px;
    height: 32px;
  }
  /*------------- content  --------------------*/
  #contact-form .short {
    width: 50%;
  }
  #product-thumbs li {
    width: 100px;
    margin: 0 4px 8px;
  }
  /* 404 Page
-----------------------------------*/
  #four-o-four p {
    width: 140px;
    font-size: 1em;
    line-height: 1.5em;
  }
  #four-o-four form {
    width: 440px;
  }
  #product-image-blog {
    float: none;
  }
}
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* Subcategory Page styles (prod-listing class)
-----------------------------------*/
  /* -------History Sliders / Pager ------*/
  .page-history #bx-pager a img {
    width: 66px !important;
    margin-top: -65px;
  }
  h1 {
    font-size: 2.2em !important;
  }
  /* ----------- Product Paging and Sorting Form ----------- */
  /* -=-=- Product Sort / Per Page -=-=- */
  .prod-sort-form .sort-by {
    max-width: 120px;
    margin: 0;
  }
  /* ----------- Product Listing (used on subcategory, product, category) ----------- */
  .prod-listing {
    margin: 0 ;
  }
  .prod-listing .cat-select label {
    float: left;
    margin-left: 140px;
  }
  .prod-listing .prod-item.columns {
    width: 114px;
  }
  .pi-cart {
    margin: 0 0 10px;
  }
  /* -------------- Header -------------*/
  #main-nav ul li.mn-lvl1 {
    margin: 14px 11px 0 11px;
  }
  #main-nav ul li a.mn-lvl1 {
    font-size: 1em;
  }
  #main-nav {
    margin-top: 70px;
  }
  .top-bar .right span {
    position: relative;
    left: -65px;
  }
  /* -------------footer ------------*/
  #social-links li span {
    width: 32px;
    height: 32px;
  }
  /*------------- content  --------------------*/
  #contact-form .short {
    width: 50%;
  }
  #product-thumbs li {
    width: 100px;
    margin: 0 4px 8px;
  }
  /* 404 Page
-----------------------------------*/
  #four-o-four p {
    width: 140px;
    font-size: 1em;
    line-height: 1.5em;
  }
  #four-o-four form {
    width: 440px;
  }
  #product-image-blog {
    float: none;
  }
}
/* Note: Design for a width of 768px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .page-history #bx-pager a img {
    width: 70px !important;
    margin-top: -65px;
  }
  /* HOME PAGE */
  .home-page #content {
    padding: 0 !important;
  }
  #home-blog article.blog-article {
    width: 276px !important;
  }
  #home-blog article.blog-article img {
    width: 100%;
  }
  #home-blog article.primary-article {
    width: 572px !important;
  }
  /* ----------- Account Navigation  ----------- */
  #account-wrapper {
    padding: 0;
  }
  #account-nav {
    text-align: center;
  }
  #account-nav li {
    float: left;
    margin: 0;
    border-right: 1px solid #fcf8ee;
  }
  #account-nav a {
    float: left;
    padding: 5px 15px;
  }
  /* -=-=- General Options -=-=- */
  #account-nav #an-account,
  #account-nav #an-wish,
  #account-nav #an-mycart {
    margin: 0;
  }
  #account-nav #an-wish,
  #account-nav #an-viewcart,
  #account-nav #an-logout {
    display: none;
  }
  /* -=-=- Account -=-=- */
  #an-account a:after {
    display: none;
  }
  /* -=-=- My Cart -=-=- */
  #account-nav #an-mycart {
    border: none;
  }
  #an-mycart span {
    float: left;
    width: 25px;
    height: 19px;
    margin: 0 0 3px;
    background: url('../img/main-sprite.png') no-repeat -52px -29px;
  }
  #an-mycart a:after {
    display: none;
  }
  /* ----------- Header - Logo / Search / Promotion ----------- */
  #logo-search {
    margin-bottom: 0;
  }
  #logo {
    width: 75%;
    margin: 0 auto;
    position: absolute !important;
    top: -175px;
    left: 10px;
  }
  #logo img {
    width: 100%;
  }
  .logo-m {
    display: block !important;
    position: absolute !important;
    top: 45px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .logo-m img {
    margin: 0 auto;
    display: block;
  }
  /* -=-=- Promotion -=-=- */
  #promotion {
    display: none;
  }
  /* ----------- Header - Main Navigation ----------- */
  #main-nav {
    margin-top: 165px !important;
    min-height: 44px;
    height: auto;
  }
  #main-nav ul li.mn-lvl1 {
    margin: 14px 9px 0 9px;
  }
  #main-nav ul li.first {
    margin-left: 45px;
  }
  .no-js #main-nav ul li.mn-lvl1 {
    float: none;
  }
  .no-js #main-nav ul li.first {
    margin-left: 9px;
    padding-top: 10px;
  }
  .no-js #main-nav ul li.mfirst {
    margin-left: 9px;
  }
  #main-nav ul li.mfirst {
    margin-left: 15px;
  }
  #mobile-nav-toggle {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
  }
  #mobile-nav-toggle.active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #main-nav ul li a.mn-lvl1 {
    font-size: 1.1em;
    white-space: nowrap;
  }
  .special {
    font-size: 2em;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .top-bar form {
    width: 36%;
  }
  .top-bar form input[type="text"] {
    width: 180px;
  }
  .top-bar .left {
    font-size: 1.1em;
  }
  .top-bar .right span {
    position: relative;
    left: -165px;
  }
  .nomobile {
    display: none !important;
  }
  /* Prod Listing */
  .prod-listing .cat-select label {
    margin-left: 30px;
  }
  .learnmore {
    width: 155px !important;
  }
  .heading-special {
    font-size: 1.3em;
  }
  .content-tabs {
    top: 35px;
  }
  #content-area {
    margin-top: 20px;
  }
  #breadcrumb {
    top: -36px;
  }
  .bottom-content {
    height: 142px;
  }
  #contact-form label {
    font-size: 11px;
  }
  /* Store locator */
  #locator-form label {
    font-size: 1em;
  }
  #locator-form button {
    margin-top: 24px;
  }
  .location-heading {
    font-size: 1em;
  }
  .location-heading .two.columns {
    width: 70px;
  }
  .bx-wrapper .bx-next {
    right: -30px;
  }
  #bx-pager a {
    margin: 0 3px !important;
  }
  .page-history #bx-pager a img {
    width: 50px !important;
  }
  #product-thumbs li {
    margin: 0 3px 8px !important;
  }
  #product-thumbs li a img {
    width: 75px;
  }
  #newsletter-form .form-body .columns.four,
  #newsletter-form .form-body .columns.two {
    width: 100px !important;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 599px) {
  .owl-pagination {
    display: none;
  }
  /* ----------- Outer Layers ----------- */
  h1,
  .faux-h1 {
    font-size: 1.5em;
  }
  h2,
  .faux-h2 {
    font-size: 1.3em;
    font-family: 'ptsans_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  /* ----------- Account Navigation  ----------- */
  #account-wrapper {
    padding: 0;
  }
  #account-nav {
    text-align: center;
  }
  #account-nav li {
    float: left;
    margin: 0;
    border-right: 1px solid #fcf8ee;
  }
  #account-nav a {
    float: left;
    padding: 5px 15px;
  }
  /* -=-=- General Options -=-=- */
  #account-nav #an-account,
  #account-nav #an-wish,
  #account-nav #an-mycart {
    margin: 0;
  }
  #account-nav #an-wish,
  #account-nav #an-viewcart,
  #account-nav #an-logout {
    display: none;
  }
  /* -=-=- Account -=-=- */
  #an-account a:after {
    display: none;
  }
  /* -=-=- My Cart -=-=- */
  #account-nav #an-mycart {
    border: none;
  }
  #an-mycart span {
    float: left;
    width: 25px;
    height: 19px;
    margin: 0 0 3px;
    background: url('../img/main-sprite.png') no-repeat -52px -29px;
  }
  #an-mycart a:after {
    display: none;
  }
  /* ----------- Header - Logo / Search / Promotion ----------- */
  #logo-search {
    margin-bottom: 0;
  }
  #logo {
    width: 75%;
    margin: 0 auto;
    position: absolute !important;
    top: -175px;
    left: 10px;
  }
  #logo img {
    width: 100%;
  }
  .logo-m {
    display: block !important;
    position: absolute !important;
    top: 45px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .logo-m img {
    margin: 0 auto;
    display: block;
  }
  /* -=-=- Promotion -=-=- */
  #promotion {
    display: none;
  }
  /* ----------- Header - Main Navigation ----------- */
  #main-nav {
    margin-top: 210px !important;
    min-height: 44px;
    height: auto;
  }
  #main-nav ul li.mn-lvl1 {
    margin: 14px 9px 0 9px;
  }
  #main-nav ul li.first {
    margin-left: 15px;
  }
  .no-js #main-nav ul li.mn-lvl1 {
    float: none;
  }
  .no-js #main-nav ul li.first {
    margin-left: 9px;
    padding-top: 10px;
  }
  .no-js #main-nav ul li.mfirst {
    margin-left: 9px;
  }
  #main-nav ul li.mfirst {
    margin-left: 15px;
  }
  #mobile-nav-toggle {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
  }
  #mobile-nav-toggle.active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #main-nav ul li a.mn-lvl1 {
    font-size: 1.1em;
    white-space: nowrap;
  }
  .special {
    font-size: 1.8em;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .top-bar form {
    width: 100%;
    top: 175px;
  }
  .top-bar form input[type="text"] {
    width: 265px;
    margin-left: 10px;
  }
  .top-bar .left {
    font-size: .9em;
  }
  .top-bar .right span {
    margin-top: -21px;
    float: right;
    font-size: .9em;
  }
  .nomobile {
    display: none !important;
  }
  /* ----------- Content Area / Breadcrumb ----------- */
  img.home,
  img.business {
    height: auto;
  }
  img.business {
    margin-top: 20px;
  }
  #content-wrapper {
    background: none;
  }
  #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .prod-listing .cat-select form {
    width: 100%;
  }
  .prod-listing .cat-select form .styled-select {
    width: 210px !important;
    margin: 0 auto;
  }
  .content-tabs {
    top: 35px !important;
    left: 0;
  }
  .content-tabs.hometab div {
    width: auto;
    padding: 13px 14px;
  }
  .content-tabs.businesstab div {
    width: auto;
    padding: 13px 16px;
  }
  .content-tabs.abouttab div {
    width: auto;
    padding: 13px 17px;
  }
  #breadcrumb {
    display: none;
  }
  #content-area {
    margin-top: 10px !important;
  }
  #services .row .main {
    float: none;
  }
  #product-thumbs {
    display: none;
  }
  .cat-select label {
    display: none;
  }
  #prod-id {
    margin-top: 0;
  }
  section.table {
    margin-top: 40px;
  }
  #contact-form .short {
    width: 50%;
  }
  .bottom-content div {
    margin-top: 0;
  }
  .bottom-content div:first-child {
    display: none;
  }
  .learnmore {
    font-size: .9em;
  }
  #bx-pager {
    display: none;
  }
  .bx-content {
    top: 185px;
  }
  .bx-controls {
    top: 164px;
    position: absolute;
  }
  .bx-wrapper .bx-viewport {
    min-height: 700px;
  }
  .bxslider li {
    min-height: 700px;
  }
  .bx-wrapper .bx-next {
    right: -291px;
    top: 5px !important;
  }
  .bx-wrapper .bx-prev {
    left: 10px;
    top: 5px !important;
  }
  .ex-toggle {
    background: #fcf8ee;
    padding: 10px 0;
  }
  #footer-wrapper {
    background: #e9d8b9 !important;
  }
  #newsletter-form {
    display: none;
  }
  #social-links {
    border: none;
    padding-left: 0 !important;
    float: left !important;
    margin-left: 10px;
  }
  .blog-article {
    margin-left: 10px !important;
    padding: 0 10px !important;
  }
  .blog-article img {
    width: 100%;
    margin-top: 10px;
  }
  .ba-img {
    float: none;
    margin: 0;
  }
  #home-carousel p {
    width: 100%;
    position: static;
  }
  /*
  //This replaces the banner on mobile for some reason with a static motto that doesn't exist.
  #home-carousel img {
    display: none; 
  }
  .motto {
    display: block;
  }
  */
  /* ----------- Addition Navigation (Sidebar) ----------- */
  #additional-nav {
    display: none;
  }
  /* -=-=- Additional Nav Headings -=-=- */
  .an-heading {
    margin: 0;
  }
  /* ----------- Footer ----------- */
  #footer-wrapper {
    margin: 10px 0 0;
    background: #41241c;
  }
  #footer {
    padding: 0;
  }
  /* -=-=- General Footer Navigation -=-=- */
  #footer-category-nav,
  #footer-main-nav,
  #social-links {
    min-height: 0;
  }
  #footer .vert-separator {
    padding: 0;
    background: none;
  }
  /* -=-=- Footer Nav Headings (mobile specific) -=-=- */
  .footer-heading {
    display: block;
    margin: 0;
    background: #fcf8ee;
  }
  .footer-heading > a,
  .footer-heading > span {
    display: inline-block;
    padding: 12px 10px 12px 15px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .footer-heading .heading-special {
    float: left;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 183px;
    margin: 0;
    border-right: 1px solid #fcf8ee;
    font-family: 'ptsans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.23em;
    line-height: 1.25em;
    font-weight: bold;
  }
  .footer-heading .back {
    display: block;
    float: right;
    width: 86px;
  }
  .footer-heading a.heading-special:active,
  .footer-heading .back:active {
    background: #41241c;
  }
  /* -=-=- Footer Navigation -=-=- */
  .footer-heading {
    background: #e9d8b9 !important;
  }
  .footer-heading .heading-special {
    border: none !important;
    text-transform: uppercase;
    font-size: 1.5em !important;
  }
  #footer-business-nav .footer-nav li {
    width: 100% !important;
  }
  .footer-nav {
    background: #e9d8b9 !important;
    border-bottom: 1px solid #41241c;
    width: 280px !important;
  }
  .footer-nav div {
    width: 280px !important;
  }
  .footer-nav li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0;
    border: none;
  }
  .footer-nav li a {
    display: block;
    padding: 8px 10px 8px 15px;
    background: #e9d8b9 !important;
    color: #41241c !important;
    font-size: 1.3em !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
  }
  .footer-nav li a:hover,
  .footer-nav li a:focus {
    color: #00834f !important;
  }
  /* -=-=- Footer Category Navigation -=-=- */
  #footer-category-nav {
    padding-left: 0;
  }
  /* -=-=- Newsletter Form -=-=- */
  #newsletter-form .row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  /* -=-=- Social Links -=-=- */
  #social-links .footer-heading {
    display: none;
  }
  /* -=-=- Trademark -=-=- */
  #trade {
    padding: 20px 0 0 0;
    margin-left: 10px;
  }
  #trade a {
    display: block;
    margin-top: 1em;
  }
  /* Product Page Styles
-----------------------------------*/
  /* ----------- Product Tabs ----------- */
  #section-nav {
    border-top: 1px solid #fcf8ee;
  }
  #section-nav li {
    width: 100%;
  }
  #section-nav li:first-child a {
    border-left: 1px solid #fcf8ee;
  }
  #section-nav a {
    padding: 6px 15px;
    border-top: none;
    font-size: 1em;
  }
  /* ----------- Tiered Pricing ----------- */
  .tiered-price-table .visible-phone {
    margin: 0 10px 0 0;
    font-weight: bold;
  }
  .tiered-price-table .visible-phone:after {
    content: ": ";
  }
  /* ----------- Product-Home Styles ----------- */
  #nutrition {
    width: 280px;
  }
  #nutrition div {
    width: auto;
    margin: 0 5px;
  }
  .prod-listing .row:nth-of-type(2n),
  #services .row {
    background: none;
  }
  /* Subcategory Page styles (prod-listing class)
-----------------------------------*/
  /* ----------- Product Paging and Sorting Form ----------- */
  /* -=-=- Product Sort / Per Page -=-=- */
  .prod-sort-form .sort-by {
    max-width: 120px;
    margin: 0;
  }
  /* -=-=- Paging  -=-=- */
  .paging {
    margin-top: 10px;
    text-align: left;
  }
  /* ----------- Product Listing (used on subcategory, product, category) ----------- */
  .prod-listing .prod-item.columns {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  /* Blog Listing Page 
-----------------------------------*/
  /* ----------- Blog Article Listing ----------- */
  .blog-article {
    padding: 0;
  }
  /* -=-=- Box Date -=-=- */
  .box-date {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
  }
  .bd-month {
    display: inline;
    line-height: 1.25em;
  }
  .bd-day {
    font-size: 1.08em;
    line-height: 1.25em;
  }
  /* 404 Page
-----------------------------------*/
  #four-o-four img {
    display: none;
  }
  #four-o-four h1 {
    position: static;
    font-size: 4.62em;
    line-height: 1em;
    margin: 0 0 5px;
    color: #b94a48;
  }
  #four-o-four h2 {
    position: static;
    font-size: 1.85em;
    line-height: 1em;
  }
  #four-o-four p {
    position: static;
    width: auto;
    font-size: 1em;
    line-height: 1.54em;
  }
  #four-o-four a {
    text-decoration: underline;
    color: #00834f;
  }
  #four-o-four form {
    position: static;
    width: auto;
    margin: 0 0 10px;
  }
  #four-o-four input {
    width: 60%;
    font-size: 1.23em;
  }
  #four-o-four button {
    width: 38%;
    font-size: 1.23em;
  }
  #content {
    width: 320px;
  }
  img.main {
    width: 100%;
  }
  .top-bar {
    padding-left: 10px;
  }
}
