@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:extra-bold,black');
@import url("https://use.typekit.net/atz4epa.css");

#Content {
    max-width: 1170px !important;
    margin-left: auto;
    margin-right: auto;
}

.navbar-collapse.in {
  -webkit-overflow-y: visible;
  overflow-y: visible;

}

.navbar-default {
    padding-top: 43px;
    padding-bottom: 10px;
}

.navbar-nav li {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 15px;
}

.navbar-nav li .dropdown-menu{
  margin-top: -2px;
}



div#Footer {
    background-color: #ffffff;
}

h3.footer-list-heading {
  font-weight: 700;
  color: #E31937;
}

a.social-links {
  font-size: 2.5em;
}
  #facebook {
    color: #4267B2;
    margin-left: 35px;
  }

.svg-inline--fa {
    height: 1.25em;
    margin: 5px;
}


.container.utility-nav {
  margin-top: 20px;
}

.container.utility-nav a:focus, .container.utility-nav a:hover {
  color: #000000;
}

.retailer-logo {
    max-height: 100px;
    max-width: 300px;
    float: left;
    padding-right: 10px;
    margin-top: -43px;
}

.instacart-logo{
    height: 30px;
    float: left;
    margin-top: -40px;
}

#Header {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

a {
  color: #E31937;
}

.fa-lg {
    line-height: 1em;
}

.fa.pull-right {
    margin-left: 1em;
}

a.gray-icon, i.gray-icon, a.fa.fa-search {
    color: #696969;
}

.search-form-control {
 border-radius: 25px 0px 0px 25px;
}

button.btn.btn-default.header-search-button {
 border-radius: 0px 25px 25px 0px;
}

.carousel-caption {
  background-color: #E31937;
  display: none;

}

.carousel-indicators {
  bottom: -7px;
  display: none;
}
div#myCarousel a.carousel-control, div#myCarousel a.carousel-control:hover {
  display: none;
}
/* search stuff 2 */

.search-login-link {
    text-decoration: revert;
}


input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 0px 10px 0px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#mobile-search input[type=search] {
    width: 15px;
    padding-left: 10px;
    margin: 5px 10px;
    color: transparent;
    cursor: pointer;
}
#mobile-search input[type=search]:hover {
    background-color: #fff;
}
#mobile-search input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#mobile-search input:-moz-placeholder {
    color: transparent;
}
#mobile-search input::-webkit-input-placeholder {
    color: transparent;
}

/* end searc stuff 2 */


p.top-links a {
    color: #000000;
}

p.top-links a:hover {
    color: #E31937;
}

.top-links {
  padding-top: 10px;
}

.navbar-default .navbar-nav li a {
    color: #000000;
    font-weight: 600;
}
.navbar-default .navbar-nav li a:hover {
    color: #E31937;
}

.p-blocks {
  display: flex;
  flex-wrap: wrap;
}

.promo_block {
     margin-top: 25px;
}

.promo_block_lower {
     /* margin-top: 25px; renamed to lower and promo_recipes */
}

.promo_block img {
    margin: auto;
}

.carousel-indicators .active {
    /*display: none;*/
}

.promo-wrapper{
    background-color: #FFE716;
    max-width: 285px;
    margin: auto;
    height: 100%;
}


.Content {

   /* background-image: url('https://core.graphics.grocerywebsite.com/G_Home/farm_scene_bg.jpg');*/

    background-size: contain;
    background-repeat: no-repeat;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

.promo-label {
  color: #000000;
  text-align: left;
  margin-top: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  font-family: "proxima-nova", sans-serif;
  background-color: #FFE716;
  font-style: normal;
  font-size: 1em;
  /*height: 88px;
  padding-bottom: 20px;*/
  border-top: solid #fff 9px;
}

.promo-wrapper a:hover{
    text-decoration: none !important;
}



.underline{
    text-decoration: underline;
}

.feature-wrapper{
    background-color: #0054a4;
    max-width: 568px;
    margin: auto;
    padding-bottom: 10px;
    min-height: 270px;
}

a.feature-content {
    color: white;
    margin: 20px;
    text-decoration: underline;
}

.recipe-wrapper{
    background-color: #fff;
    max-width: 285px;
    margin: auto;
}

.recipe-image-wrapper {

}



.feature-wrapper a:hover, .recipe-wrapper a:hover{
    text-decoration: none;
}

.OddRow a:visited, .EvenRow a:visited {
    color: red;
}
.OddRow a, .EvenRow a {
    color: black;
}

.feature-title{
    color: #fff;
    padding: 0 15px 0 15px;
    font-weight: bold;
}

.feature-description{
    color: #fff;
    padding-left: 20px;
    min-height: 42px;
}

.feature-description a{
    margin: 0;
    text-decoration: underline;
}

.feature-link{
    color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
}


.separator {
    width: 100%;
    height: 15px;
    border-bottom: 3px solid #0054a4;
    text-align: center;
    margin: 20px 0 20px 0;
}

.separator-text {
    font-size: 20px;
    background-color: #faf5ef;
    color: #0054a4;
    padding: 0 20px;
}

.recipe-title{
    color: #0054a4;
    padding-left: 5px;
    text-decoration: none;
    font-weight: bold;
    /*min-height: 76px;*/
}

a .recipe-description{
    color: #0054a4;
    padding-left: 10px;
    text-decoration: none;
    padding-right: 2px;
}

a .recipe-link{
    color: #0054a4;
    padding-left: 10px;
    padding-bottom: 4px; /* 20px */
}

.store-directions-link, .store-phone-link, .StoreViewLink, .comment-link {
    text-decoration: revert;
}


li.footer-link a {
    color: #333;
    font-weight: 500;
}

li.footer-link a:hover {
    color: #E31937;
}

.intro-heading {
	font-family: Libre Franklin, Impact, sans-serif;
	font-weight: 800;
}

.FooterList h4 {
    color: #333;
}

.Footer h4 {
    color: black;
}

.footer h4.footer-download{
    margin-top: 10px;
}

li.footer-link a{
}

ul.FooterList{
    padding-left: 0px;
    /*margin-left: 20px;*/
    list-style-type: none;
}

ul.list-inline a {
  color: black;
}

ul.list-inline a:hover {
  color: #E31937 !important;
}

.badge-wrapper img {
}


li.footer-link {
    list-style-type: none;
    margin-bottom: 5px;
}

.mobile-nav-icon {
    font-size: 24px;
    text-decoration: none;
}

.footer .footer-mobile-app-icon {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

a.glyphicon.glyphicon-map-marker {
    color: #EA1720;
    text-decoration: none;
}

a.fa.fa-search{
    text-decoration: none;
    margin-left: 0;
    margin-right: 10px;
}

a.fa.fa-youtube-play, a.fa.fa-facebook-f {
    text-decoration: none;
}

.mobile-menu-left.pull-left {
    margin-left: 15px;
}

a.glyphicon.glyphicon-map-marker, a.fa.fa-search
 {
    padding-top: 10px;
    margin-right: 10px;
}


.glyphicon.glyphicon-chevron-right, .glyphicon.glyphicon-chevron-left {
    display: none;
}

div#footer-wrapper {
    padding-top: 50px;

}

.disclaimer p {
  font-size: 0.7em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}
.dropdown-submenu {
    position: relative;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-left: 5px;
}

.caret-left {
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-left: -15px;
    margin-right: 10px;
}

.gray-icon.hidden-xs {
    padding-left: 15px;
    padding-top: 12px;
}

.dropdown-menu .sub-menu{
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


ul.dropdown-menu.sub-menu.pull-left {
    top: 0;
    right: 100% !important;
    left: auto;
}

body {
    background-color: #ffffff;
    font-family: "proxima-nova", sans-serif;
}

.user-acct{
    margin-left: 15px;
}

img.img-responsive.icon-logo {
    max-height: 60px;
    margin-bottom: 20px;
}


.social-mobile {
    height: 20px;
    padding-left: 15px;
}

a.navbar-brand.mobile-logo {
    margin-bottom: -10px;
}

.glyphicon-map-marker {
    margin-right: -10px;
    margin-left: 15px;
    margin-top: 2px;
}

.state-list {
  font-size: 24px;
}

/*#Content .container-fluid {
    background: #dedede;
}*/

form.standardform-bs {
    background: #faf5ef;
}

/*Sunoco page*/
table.dataTable tr.odd, tr.even, table.dataTable tr.odd td.sorting_1 {
    background-color: #d3242a40;
}

table.dataTable tr.even td.sorting_1 {
    background-color: transparent;
}

.sunoco-description{
    color: black;
}

.sunoco-description a{
    color: black;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .navbar-default{
      padding-bottom: 30px;
    }
    .navbar-brand {
      padding: 0px 15px;
    }
    .home-top-margin-xs {
        margin-top: 25px;
    }

    .promo-wrapper {
        padding-bottom: 10px;
    }
    .recipe-wrapper {
        height: 350px;
    }
    .feature-description{
        /*display: none;*/
    }

    .footer h4.footer-download{
        margin-top: 20px;
    }
    .search-form {
        display: none;
    }

    .intro-heading {
        font-size: 2em;
        font-weight: 900;
        text-shadow: 2px 2px 4px #000000;
        height: 3em;
        margin: auto;
    }
    .recipe-image-wrapper {
        position: relative;
        padding-bottom: 80%;
        overflow: hidden;
        width: 100%;
    }
    .recipe-image {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height: 100% /* 80%; */
    }
    /*search stuff for mobile*/
    a.navbar-brand.mobile-logo {
        margin-top: 30px;
        margin-bottom: -30px;
    }
    .navbar-brand>img {
        height: 110%;
    }
    .instacart-logo {
        margin-left: 15px;
        margin-top: 12px;
    }
    .retailer-logo {
        max-height: 100px;
        max-width: 300px;
        float: left;
        padding-right: 10px;
        margin-top: -30px;
        margin-bottom: 15px;
        margin-left: -15px;
    }
    a.navbar-brand.mobile-logo {
        margin-left: -15px;
    }

    .navbar-brand>img {
        max-width: 270px;
        height: auto;
    }
    .btn:visited {
        color: #ffffff;
    }

    .station-data {
        font-size: .4em;
    }

    table.dataTable td, table.dataTable th {
        padding: 3px 1px;
    }
}

@media only screen and (min-width: 768px) {
    .container-fluid {
        max-width: 750px;
    }

    /*.promo-wrapper {
        height: 150px;
    }*/
    .recipe-wrapper{
        height: 300px;
    }
    .navbar-default {
        background-color: transparent;
    }

    .container>.navbar-header {
    }

    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 3em;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-header {
        max-width: 300px;
    }

    .navbar>.container-fluid .navbar-brand {
        position: relative;
        top: -50px;
        margin-left: -15px;
    }

}


@media screen and (min-width: 767px) and (max-width: 991px) {
    .instacart-logo {
        margin-left: 440px;
        margin-top: -33px;
    }

    .retailer-logo {
        max-height: 100px;
        max-width: 300px;
        float: left;
        padding-right: 10px;
        margin-top: 0;
        margin-bottom: -35px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        position: relative;
        /*top: 0;*/
        margin-left: -15px;
    }
}


@media only screen and (min-width: 992px) {

    .container-fluid {
        max-width: 970px;
    }

    .badge-wrapper img {
    }

    /*.promo-wrapper {
        height: 180px;
    }*/
    .recipe-wrapper{
        height: 350px; /* 98%; */
    }
    .feature-description{
        display: block;
    }
    .border-left{
        border-left: 1px solid #000;
    }

    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 4em;
        text-shadow: 2px 2px 4px #000000;
    }
    .retailer_logo_custom {
      max-width: 110%;
      width: 110%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar-header {
    max-width: 245px;
  }
}
@media only screen and (min-width: 1200px) {
    .container-fluid {
        max-width: 1170px;
    }
    /*.promo-wrapper {
        height: 220px;
    }*/
    .recipe-wrapper{
        height: 380px; /* 98%; */
    }
    .navbar-default .navbar-nav>li>a {
        letter-spacing: 1px;
    }

    .intro-heading {
        font-size: 3em;
        margin: auto;
        height: 4.5em;
        text-shadow: 2px 2px 4px #000000;
    }
}

a:hover {
  text-decoration: underline !important;
}

.form-control {
        border: 1px solid #000;
}


  .CMSPage ul.items li {
    list-style: none;
    font-family: 'proxima-nova', sans-serif;
    color: black;
    font-size: 18px;
  }
  h2.ch-header {
    font-family: 'proxima-nova', sans-serif;
    color: black;
    font-weight: 600;
    margin-bottom: 21px;
  }
  h1.page-title {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    text-align: center;
    color: black;
    font-size: 48px;
  }
  .CMSPage #usda {
    width: 200px;
  }
  .CMSPage.logo {
    width: 100%;
    padding: 50px;
    margin-top: -50px !important;
  }
  .CMSPage div.page-divider {
    height: 2px;
    background: #000000;
    width: 100%;
    margin-bottom: 15px;
  }
  .CMSPage #wild-harvest {
    width: 200px;
  }
  .CMSPage p.pet-text {
    font-family: 'proxima-nova', sans-serif;
    font-size: 25px;
    color: black;
    font-weight: 400;
    margin-bottom: 55px;
    line-height: 30px;
    padding: 50px;
    text-align: left;
  }

  .CMSPage p.info-text {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: 30px;
    text-align: left;
  }

  .CMSPage p.info-text-center {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: 30px;
    text-align: center;
  }

  .CMSPage p.info-text-justified {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: 30px;
    text-align: justify;
  }

  .dept-button {
	background:    #e51936;
	border-radius: 0px;
	padding:       20px 45px;
	color:         #ffffff !important;
	display:       inline-block;
	font:          normal bold 26px/1 "Open Sans", sans-serif;
	text-align:    center;
  }
  .dept-button:hover {
	   background:    #000000;
   }

.CMSPage a {
  color: #E31937;
}
