/*
Theme Name: Mini Babybel
Theme URI: 
Author: 
Author URI: 
Description: Child of bootstrap-basic Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Template: bootstrap-basic
Version: 1.0.3.1
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

@import url("../bootstrap-basic/style.css");

/*//////// Bootstrap Overwrites ////////*/

html {
  background: #990202;
  font-size: .975em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .07);
}

body {
  background: #bf0101;
  color: #ffffff;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.275;
  padding: 0;
}

@-ms-viewport {
  width: auto !important;
}

footer {clear: both;}

/*//////// Global ////////*/

/*//// Navigation ////*/

.nav a {
  outline: 0;
}

.navbar .container-fluid {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar-toggle {
  margin-right: 4.5%;
  margin-top: .62em;
  padding: 0;
  border-color: transparent !important;
  border-radius: 0;
  width: 41px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle .icon-bar {
  width: 28px;
  height: 2px;
  border-radius: 0;
}

.navbar-nav {
  display: block;
  margin: 7.5px 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  border: 1px solid transparent;
  color: #354342;
  padding-left: 13px;
  padding-right: 12px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4e5c5b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #f9fafa;
  border: 1px solid #e0e6e6;
  border-bottom: 1px solid #f9fafa;
  color: #354342;
  z-index: 1050;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.navbar-collapse {
  max-height: none;
  box-shadow: none;
}

.dropdown-menu {
  background: #f9fafa;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  border: 1px solid #e0e6e6;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

.navbar-nav > li > .dropdown-menu-left {
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}

.dropdown-menu > li > a {
  color: #ffffff;
  max-width: 240px;
  min-width: 240px;
  padding: 9px 20px;
  white-space: normal;
  text-transform: none;
}

.sub-menu>li:last-child>a {
  border-top: 1px solid #bf0101;
  padding-top: 12px;
  font-style: italic;
}

.sub-menu > li:last-child a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fce59c;
  margin-top: 5px;
  margin-right: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	                         background: #bf0101;
	                         color: #fce59c;
                               }

.dropdown-submenu {
  position: relative;
  width: 100%;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: -6px;
  position: absolute;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

/*// Accordion //*/

.panel-default > .panel-heading {
  color: #dc291e;
  background-color: transparent;
  border: none;
  border-color: transparent;
  position: relative;
}

.panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel-title {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.15em;
  padding: 0 5px;
  text-transform: none;
}

.panel-title > a {
  color: #fce59c !important;
}

.panel-title > a:hover {
  color: #fce59c;
  text-decoration: none;
}

.panel-group {
  margin-bottom: 0;
}

.panel-body {
  padding: 5px 0 15px 35px;
}

.panel {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel a:focus {
  color: inherit;
  outline: 0;
  text-decoration: inherit;
}

.panel-group .panel {
  overflow: visible;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

/*//// Typography ////*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "LunchBox-Regular", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}

h1, .h1, h2, .h2 {
  margin-top: 10px;
}

h1, .h1 {
  color: #ffffff;
  font-size: 3.65em;
  font-size: 4.75em;
  line-height: .85em;
  margin-bottom: 20px;
}

h2, .h2 {
  color: #dc291e;
  font-size: 2.5em;
  line-height: .85em;
}
h3, .h3 {
  color: #fce59c;
  font-size: 2em;
  line-height: .9em;
  margin-bottom: 10px;
}

h3.entry-title {
  margin-bottom: 0;
  margin-top: .5em;
}

h4, .h4 {
  color: #fce59c;
  font-size: 1.65em;
  line-height: .9em;
  text-transform: none;
}

h5, .h5 {
  font-size: .85em;
}

h6, .h6 {
  font-size: .7em;
}

h4 small {
  font-size: 87%;
}

b, strong, .strong {
  font-weight: bold;
}

a {
  color: #fce59c;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:focus {
  color: #fcecba;
  text-decoration: underline;
}

a     {-webkit-transform: rotate(0);}
a img {-webkit-backface-visibility: hidden;}

/*//////// Forms ////////*/

label {
  font-weight: normal;
}

.form-control {
  border-color: #DBDBDB;
  padding: .25em .75em .15em;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

textarea.form-control,
select.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #95EC85;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(195, 238, 187, .9);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(195, 238, 187, .9);
}

input[type=text].form-control,
textarea.form-control {
  -webkit-appearance: none;
}

.input-group input {
  padding-bottom: 0;
  padding-top: 0;
  height: 34px;
}


/*//////// Buttons ////////*/

.btn {
  border: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  /*font-family: "LunchBox-Regular", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 28px;*/
  line-height: 1em;
  /*padding: 12px 20px 15px;*/
  text-transform: lowercase;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  padding: .55em 20px .65em;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s;
}

.btn-primary {
  background-color: #bf0101;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #dd0606;
}

.search-form .btn-primary {
  background-color: #dd0606;
}

.btn-default {
  background-color: #49a232;
  color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #37bf48;
  color: #ffffff;
}

.btn-info {
  background-color: #ffffff;
  color: #49a232;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #ffffff;
  color: #56b63d;
}

.btn-yellow {
  background-color: #f3f19c;
  color: #dc291e;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-color: #dad883;
  color: #dc291e;
}

.dropdown-toggle {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: .2em .8em .325em;
  font-size: 36px;
  line-height: 38px;
}

.input-group-btn {
  font-size: 100%;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  height: 34px;
  line-height: 1em;
  margin-left: 0;
  padding: 0 12px;
}


/*//////// Structure ////////*/

.row {
  clear: both;
  margin: auto;
  max-width: 100%;
  position: relative;
}

.container-wrapper {
  background: #bf0101;
  padding: 1.5em 0 2.5em;
  position: relative;
}

.container-wrapper-clean {
  background: transparent;
  padding: 0;
  position: relative;
}

.page-container {
  overflow: hidden;
  padding: 4.75em 0 2.5em;
  position: relative;
}

.page-home .page-container {
  background: #bf0101;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
}

#textureBar {
  background: #bc2217 url(img/bg-texture.jpg) 0 0 repeat;
  border-top: 1px solid #dc291e;
  height: 290px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 -7px 40px -7px rgba(45,7,4,0.5);
  box-shadow: inset 0 -7px 40px -7px rgba(45,7,4,0.5);
}

.container {
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: relative;
  max-width: 1150px !important;
  width: auto !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.container-fluid {
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
}

/*//// Navigation ////*/

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar, .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.navbar-nav {
  color: #ffffff;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-transform: lowercase;
}

#menu-item-203 {
  text-transform: none;
}

.navbar-nav li {
  margin: 0;
  vertical-align: middle;
}

.navbar-nav>li>a {
  /*line-height: 1em;*/
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.navbar-default .navbar-nav > li > a {
  border: 1px solid transparent;
  color: #cf0303;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e30c0c;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #FFFFFF;
  background-color: #cf0303;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #cf0303;
  border: 1px solid #BD0505;
  border-bottom: 1px solid #BD0505;
  color: #fce59c;
  z-index: 1050;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.navbar-collapse {
  max-height: none;
}

.dropdown>a>.caret {
  background: transparent url(img/icon-navplus.png) 0 0 no-repeat;
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 0;
  margin-top: -3px;
  vertical-align: middle;
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
}

.dropdown-menu {
  background: #cf0303;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  border: 1px solid #BD0505;
  z-index: 1100;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #59b648;
}

.dropdown-menu>.active:last-child>a,
.dropdown-menu>.active:last-child>a:focus {
  background-color: transparent;
}

.dropdown-menu>.active:last-child>a:hover {
  background: #bf0101;
  color: #fce59c;
}

/*//////// WordPress Overwrites ////////*/
/*//////// Global ////////*/
.attachment-post-thumbnail {
  height: auto;
  width: 100%;
  max-width: 100%;
}

/*//////// Structure ////////*/

#main-column .post,
#main-column .page {
  border: none;
  margin-bottom: 2em;
  padding: 0;
}

.widget-title {
  display: none;
}

#utility-bar .widget {
  display: inline-block;
}


/*//////// Brand Customization ////////*/

/*//////// Global ////////*/

ol,
ul {
  display: inline-block;
}

ol li,
ul li {
  margin: .25em 0 .75em;
}

ul.list-decimal {
  list-style-type: decimal;
}

ul.lower-alpha {
  list-style-type: lower-alpha;
}

ul.lower-disc {
  list-style-type: disc;
}

ul.list-square {
  list-style-type: square;
}

.copyright {padding-right: 0;}

/*//// Fancybox ////*/

#fancybox-outer {
  background: #990202 !important;
}

#fancybox-content {
  background: #990202 !important;
  border: 0px solid #990202 !important;
}

/*//// Social ////*/
.social {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social li a {
  display: block;
  height: 26px;
  padding: 3px;
  width: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

#utility-bar .social li {
  margin: 0 4px 0 0;
}

#utility-bar .social li a {
  height: 18px;
  padding: 10px 3px;
  width: 18px;
}

#utility-bar .social li.facebook {
  margin-right: 0;
}

.social li a img {
  height: auto;
  width: 100%;
}

/*//// Search ////*/

.search-wrapper {
  background: #bf0101;
  border: 1px solid #bf0101;
  border-top: none;
  display: none;
  max-width: 100%;
  overflow: hidden;
  padding: 1em;
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 100;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#search-btn {
  background: transparent url(img/icon-search.png) 46% 50% no-repeat;
  text-indent: -9999px;
  width: 44px;
}

#search-btn.selected {
  background-image: url(img/icon-search-x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.search-wrapper .form-group {
  margin: 0;
}

.search-wrapper .form-control,
.search-wrapper .btn,
#productSearchContainer .btn {
  border: 1px solid transparent;
}

/*//// Header Product Locator Form ////*/

#productSearchContainer {
  display: inline-block;
  padding: 1.5em 0;
  vertical-align: middle;
  width: auto;
}

#productSearchContainer .find {
  margin-right: 10px;
}

#productSearchContainer .btn {
  background: #ffffff url(img/icon-mag.png) 50% 50% no-repeat;
  height: 44px;
  width: 44px;
}

#miniZIP-label {
  margin-right: 8px;
  color: #ffffff;
  float: left;
  font-size: 19px;
}

#miniZIP {
  border: 1px solid transparent;
  width: 110px;
  float: right;
  height: 44px;
  color: #49a232;
  font-size: 27px;
  padding-right: 3px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 500px 0 0 500px;
}

#productSearchContainer .input-group-btn {
  width: auto;
}

#icon-mapMarker {
  display: inline-block;
  float: left;
  margin: 5px 5px 5px 10px;
  width: 16px;
}

.gm-style .gm-style-iw {
  color: #777777;
}

/*//// Accordion ////*/

.masterAccordion {
  margin: 0 0 2em;
}

.panel-title a.collapsed {
  background: transparent url(img/icon-collapse-plus.png) 0 15px no-repeat;
}

.panel-title a {
  background: transparent url(img/icon-collapse-minus.png) 0 15px no-repeat;
  display: block;
  padding: 10px 0 10px 30px;
}

/*//// Forms ////*/

form {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

textarea {
  resize: none;
}

.req {
  color: #fce59c;
  display: inline-block;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  margin: -3px 4px 0 2px;
  vertical-align: text-top;
}

input[type=radio],
input[type=checkbox] {
  margin: 2px 0 0;
}

.form-group {
  margin-bottom: 15px;
}

.error,
#consobelForm .contact-form input.error {
  border: 1px solid #ff0000;
}

label.error {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  background: #ff0000;
  padding: 2px 5px;
  box-shadow: 0 1px 7px rgba(0,0,0,.3);
  margin-left: 15px;
  margin-top: 3px;
}

.sectionTitle {
  color: #fce59c;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: .25em;
}

#bg-splash-container {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#bg-splash {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 110%;
}

/*//// Miscellaneous Elements ////*/

/*// Colors //*/
.c-white {color: #ffffff !important;}

.c-yellow {color: #fce59c !important;}

.c-red {color: #dc291e !important;}

.t-upper {text-transform: uppercase;}

.t-none {text-transform: none !important;}

.nmt {margin-top:0 !important;}

.tag {
  background-color: #3d649e;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  padding: .5em 25px;
}

.tag-mini {
  font-size: 15px;
  line-height: 17px;
  padding: 8px 12px;
}

.divide {
  border-bottom: 1px solid #ed2222;
  border-top: 1px solid #a60000;
  display: inline-block;
  height: 0;
  margin: 1em 0;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}


/*//////// Structure ////////*/

.container-full {
  padding: 0;
}

.boxedContainer {
  background: #cf0303;
  border: 1px solid #BD0505;
  float: left;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

/*//// Homepage ////*/
#frontWrap {
  overflow: hidden;
}

.shadow::before {
  display:block;
  content:'';
  position:absolute;
  top: 0;
  width:100%;
  height:100%;
  z-index: 1;
  -moz-box-shadow: inset 0 -3px 70px -7px rgba(0,0,0,.35);
  -webkit-box-shadow: inset 0 -3px 70px -7px rgba(0,0,0,.35);
  box-shadow: inset 0 -3px 70px -7px rgba(0,0,0,.35);
}

#landingHero {
  background: #cf0303;
  padding: 4.5em 0 6em;
}

#homeHero-container {
  background: #cf0303;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

#cheeses {
  bottom: -18%;
  max-width: 499px;
  position: absolute;
  right: 3%;
  z-index: 100;
}

#homeHero-img {
  position: absolute;
  top: -45%;
  right: 0;
}

#homeWriteup-container {
  max-width: 1400px !important;
}

#homeWriteup {
  font-size: 130%;
  max-width: 750px;
  position: relative;
  width: 70%;
  padding-left: 3%;
  padding-right: 3%;
}

#big-dreamers {
  background: #fff url(img/big_dreamer_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 2em;
}

#big-dreamers .logo {
  text-align: center;
}
@media (min-width: 992px) {
  #big-dreamers .logo {
    text-align: middle;
  }
}

#big-dreamers .title {
  font-size: 3.5em;
  text-transform: none;
  text-align: center;
  padding-top: 0;
}
@media (min-width: 992px) {
  #big-dreamers .title {
    text-align: left;
    padding-top: .9em;
  }
}

#big-dreamers .info {
  padding-top: 3em;
}

#big-dreamers .big-red-text {
  color: #dc291e;
  font-size: 2em;
  padding-top: 1em;
  text-align: center;
}
@media (min-width: 992px) {
  #big-dreamers .big-red-text {
    padding-top: 7em;
  }
}

#big-dreamers .bgca {
  color: #dc291e;
  text-align: left;
  font-size: .65em;
  background: transparent url(img/big_dreamer_bgca_logo.png) top left no-repeat;
  margin-top: 2em;
  padding-left: 140px;
}

#big-dreamers .bgca .smaller {
  font-size: .5em;
}

#big-dreamers .big-dreamers-photos-mobile {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  #big-dreamers .big-dreamers-photos-mobile {
    display: none;
  }
}

#big-dreamers .big-dreamers-photos-desktop {
  display: none;
}
@media (min-width: 992px) {
  #big-dreamers .big-dreamers-photos-desktop {
    display: block;
  }
}

#crayola-coloring-page {
  background-color: #990202;
  padding-top: 3em;
  padding-bottom: 4em;
  margin-bottom: -28px;
}

@media only screen and (max-width: 767px) {
  #crayola-coloring-page {
    padding-top: 5em;
  }
}

#crayola-color-alive {
  background-color: #990202;
  padding-top: 2em;
}

#crayola-link-logos {
  background-color: #990202;
  padding-top: 4em;
}

#crayola-link-logos .container > div {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #crayola-link-logos .container > div {
    padding-bottom: 2em;
  }
}
#crayola-color-alive h2 {
  color: #fff;
  padding-top: 1em;
  text-transform: none;
}

#crayola-tag {
  background: #990202 url(img/crayola-edge-crayon.png) left 60% no-repeat;
}  

@media only screen and (max-width: 1400px) {
  #crayola-tag {
    background-image: none;
  }
}

#crayola-tag h2 {
  padding-top: 2em;
  color: #fff;
  text-transform: none;
}

#middleHero {
  padding: 2.75em 3% 3.5em;
  position: relative;
}

#middleHero-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

#middleHero-img {
  bottom: 0;
  right: 0;
  max-width: none;
  position: absolute;
  width: 100%;
}

#homeMiddleWriteup {
  font-size: 110%;
  max-width: 700px;
  position: relative;
  width: 65%;
}

#supportingImg {
  display: inline-block;
  margin-right: 3%;
  max-width: 164px;
  vertical-align: top;
  width: 22%;
}

#homeMiddleWriteup-content {
  display: inline-block;
  width: 74%;
}

#homeMiddleWriteup .title {
  font-size: 3.75em;
}

#splash2 img {
  max-width: 53px;
}

#splash3 img,
#splash3-alt img {
  max-width: 72px;
}

#homeWriteup .btn,
#homeMiddleWriteup .btn {
  margin-top: .5em;
}

.homecta {
  padding-bottom: 4em;
  padding-top: 3em;
}

#homecta-video .icon {
  margin-top: .5em;
  width: 87px;
}

#homecta-social .icon {
  margin: 1em 5px;
  width: 56px;
}

#homecta-social a:hover {
  opacity: .8;
}

#homeSocial-facebook a {
  color: #3b5998;
}

#homeSocial-facebook a:hover,
#homeSocial-facebook a:focus {
  color: #4b6aac;
  text-decoration: none;
}

#homeSocial-twitter a {
  color: #3a92c8;
}

#homeSocial-twitter a:hover,
#homeSocial-twitter a:focus {
  color: #52abe2;
  text-decoration: none;
}

#homeSocial-youtube a {
  color: #dc291e;
}

#homeSocial-youtube a:hover,
#homeSocial-youtube a:focus {
  color: #ee392e;
  text-decoration: none;
}

.homeSocial-item a:hover .icon {
  opacity: .75;
}

/*//// Basic Page ////*/
#mainContainer {
  z-index: 100;
}

#entryHeaderContainer {
  border-bottom: 1px solid #a60000;
  margin: 0;
  padding: 1.85em 9% 1.5em;
}

#supportingTitleIntro {
  font-size: 120%;
  line-height: 1.4em;
  margin: 0 3%;
  display: inline-block;
  padding-bottom: 0.25em;
}

#entryContainer {
  border-top: 1px solid #ed2222;
  padding: 3em 1% 2.5em;
}

.single-product #entryContainer {
  border-top: none;
}

#entryContainer.narrow {
  padding: 3em 9% 4.5em;
}

#entryContainer.col-sm-8 {
  padding: 3em 5% 4.5em;
}

.page-terms-of-service #mainContainer #entryContainer,
.page-privacy-policy #mainContainer #entryContainer {
  font-size: 95%;
}

/*//// Product Detail Page ////*/

#product-details,
#snack-details {
  padding-right: 6%;
  padding-top: 3em;
}

#product-intro {
  font-size: 115%;
}

#product_secondary {
  color: #fce59c;
}

.single-product #hero {
  padding-left: 4%;
  padding-right: 4%;
}

.single-product .hero-container {
  height: 0;
  max-width: 700px;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.single-product .hero-container .attachment-hero-full {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 100;
  width: 105%;
  max-width: none;
}


.single-product .hero-container .target {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.single-product .hero-container .target .target-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-detail {
  display: inline-block;
  margin: .25em 0 .5em;
}

.nutFacts {
  background: #ffffff;
  color: #cf0303;
  margin: 0 0 -1.5em;
  padding-top: .5em;
  padding-bottom: 4em;
  z-index: 0;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}

.section-title {
  line-height: .75em;
  margin-top: .5em;
  /*margin-bottom: 0;*/
}

.moreFlavors .section-title {
  margin-bottom: .5em;
}

.section-title .splash,
.entry-title .splash {
  margin-left: -30px;
}

.splash img {
  margin-top: -25px;
}

.moreFlavors {
  background: #bf0101;
  padding-top: 1em;
  position: relative;
  z-index: 50;
}

.thumbList {
  padding-top: 1.5em;
}

.thumbContainer {
  margin: 1em auto 2.5em;
  max-width: 420px;
}

.single-product .thumbContainer a {
  color: #FFFFFF;
}

.page-products .thumbContainer a {
  color: #fce59c;
}

.product-thumb img {
  margin-right: -15%;
}

.single-product .product-thumb .entry-title {
  font-size: 2em;
}

.thumbList .thumb-cheddar-variety .wp-post-image,
.thumbList .thumb-sharp-original .wp-post-image {
  margin-bottom: -3%;
  margin-top: 3%;
}

#nutFacts-lists {
  margin: 1.5em 0 .5em;
}

.nutFacts-list {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.nutFacts-list .listHead {
  font-size: 13px;
  border-bottom: 1px solid #cf0303;
  padding-bottom: 5px;
}

.nutFacts-list li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content:
  ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
}

.nutFacts-list li.noLeader:before {
  display: none;
}

.nutFacts-list .nutFact-title {
  padding-right: 0.45em;
  background: #ffffff;
}

.nutFacts-list .nutFact-amt {
  float: right;
  padding-left: 0.25em;
  background: #ffffff;
}

.nutFacts-list .indent {
  padding-left: 20px;
}

.note {
  font-size: 13px;
}

#moreFlavors-writeup {
  clear: both;
  margin: 0 auto 2em;
  width: 70%;
}

#hero {
  padding-bottom: 3em;
}

/*//// Products Page ////*/

.page-products .thumbContainer {
  margin: 1em auto 2em;
  max-width: 420px;
}

.page-products .thumbContainer .entry-title {
  color: #fce59c;
  font-size: 2.75em;
  margin-bottom: 7px;
  margin-top: 0;
}

.page-products .thumbContainer .product-detail,
.page-snack-ideas .thumbContainer .snack-idea-detail {
  float: none;
  margin: .25em 0 0;
}

/*//// Snacks Page ////*/

.single-snack-idea #entryContainer {
  border-top: none;
}

.snack-idea-container {
  margin: 1em auto;
  padding: 0 5%;
}

.snack-idea-content {
  margin: 0 auto;
  padding: .25em 0 1.5em;
}

#snack-illo-img {
  position: absolute;
  right: 15%;
  bottom: 20%;
  max-width: 500px;
  width: 90%;
}

.snack-idea-container .wp-post-image {
  background: #ffffff;
  border: 8px solid #ffffff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

#hero-img-container {
  position: relative;
}

.single-snack-idea #hero-img-container {
  padding-bottom: 70px;
  padding-left: 7%;
}

.single-snack-idea #hero-img-container .wp-post-image {
  background: #ffffff;
  border-radius: 500px;
  border: 13px solid #ffffff;
}

.single-snack-idea #hero-img-container #snack-product-image {
  bottom: 0;
  height: 170px;
  margin-left: -85px;
  position: absolute;
  right: 0;
  width: 170px;
}

#snack-details {
  padding-left: 3.5%;
}

.single-snack-idea #snack-idea-intro {
  font-size: 19px;
}

.single-snack-idea .snack-detail {
  margin-bottom: 1.25em;
}

#snack-idea-ingredients {
  background: transparent url(img/snack-prep-icon-milk.png) 0 0 no-repeat;
  margin-left: -5%;
  padding-left: 60px;
}

.ingredients-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

#snack-idea-preparation {
  background: transparent url(img/snack-prep-icon-clock.png) 0 -10px no-repeat;
  margin-left: -5%;
  padding-left: 60px;
}

#snack-idea-servings {
  margin-left: -5%;
  padding-left: 60px;
}

.page-snack-ideas .snack-idea-detail {
  font-size: 15px;
}

.moreSnacks {
  background: #ffffff;
  color: #FFFFFF !important;
  padding: 2.5em 1%;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}

.moreSnack {
  margin: .5em 0;
}

.moreSnack .snackContent {
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
}

.moreSnack .snackContent .snack-idea-intro {
  color: #7C7C7C;
}

.moreSnacks .snackThumb img {
  background: #ffffff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.moreSnacks .entry-title {
  margin-bottom: 10px;
  margin-top: 5%;
}

.snackContent:hover .entry-title {
  text-decoration: underline;
}

.moreSnacks .snack-idea-intro {
  font-size: 15px;
}

.moreSnacks .headline {
  font-size: 1.85em;
  margin-bottom: .5em;
}

.allSnacks-btn-container {
  display: inline-block;
  margin: 1em auto 0;
  width: 100%;
}

#splashOut {
  max-width: 150px;
  min-width: 120px;
  position: absolute;
  right: -20px;
  top: -15px;
  width: 15%;
  z-index: 100;
}

#snackIllo {
  bottom: 0;
  left: 8%;
  max-width: 138px;
  min-width: 100px;
  position: absolute;	
  width: 30%;
  z-index: 105;
}


/*//// Contact Us Page ////*/

.page-contact-us iframe {
  display: none;
}

#sidebar-contact .illo-img {
  margin-bottom: 2em;
}

#sidebar-contact .flagContainer {
  background: transparent url(img/us-flag.png) 0 25px no-repeat;
  border-top: 1px solid #a60000;
  display: inline-block;
  font-size: 14px;
  line-height: 1.25em;
  margin-top: 1em;
  padding: 25px 0 1.5em 85px;
}

/*//// About Us Page ////*/

.page-about-us #entryContainer {
  padding-right: 0 !important;
}

.about-writeup-container {
  clear: both;
  display: inline-block;
  margin-bottom: 2em;
  padding-right: 5%;
}

.about-title {
  font-size: 3em
}

.about-logo {
  max-width: 150px;
  padding: 0;
  width: 25%;
  float: left;
  margin: 0 2% 1.5em 0;
}

.about-writeup {
  float: right;
  line-height: 1.45em;
  width: 73%;
}

#timeline {
  list-style-type: none;
  font-style: italic;
  margin: 3em 0 0;
  padding: 0;
}

#timeline li {
  border-left: 4px dashed #ffffff;
  margin: 1.5em 0 1.5em 15%;
  min-height: 120px;
  padding-bottom: 1em;
  padding-left: 12%;
  position: relative;
}

#timeline li:last-child {
  border: none;
}

#timeline li .splashdate {
  left: -11%;
  position: absolute;
  top: -35px;
  width: 20%;
  max-width: 111px;
}

#sidebar-about {
  padding-left: 2.25%;
  padding-right: 2.25%; 
}

#sidebar-about .intro {
  font-size: 15px;
}

#sidebar-about .thumb img {
  display: inline-block;
  margin-left: -8%;
  margin-right: 5%;
  width: 35%;
}

#sidebar-about .entry-title {
  display: inline-block;
  margin: 0 -10% 0 0;
  vertical-align: middle;
  width: 75%;
}

#sidebar-about .thumb:hover {
  text-decoration: none;
}

#sidebar-about .thumb:hover .entry-title {
  text-decoration: underline;
}

#sidebar-about .thumbContainer {
  clear: both;
  float: left;
  margin: 1em auto;
  max-width: none;
}

/*//// FAQs Page ////*/

.page-faq .entry-title {
  text-transform: none;
}

/*//// Product Locator Page ////*/

#map_canvas img { max-width: none !important; }

.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

#product_map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#product_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-not {
  margin-top: 1.5em;
}

.filter {
  background: #E70707;
  margin: 1.5em auto;
  padding: 1.5em 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.filter .refineTitle {
  margin-bottom: .5em;
  margin-top: 0;
}

#select_productid {
  max-width: 230px;
}

.page-product-locator #entryContainer .form-control,
.page-product-locator #entryContainer .zip-submit {
  height: 39px;
  margin: 8px 1px;
}

.page-product-locator .zip-submit {
  border:1px solid transparent;
  line-height: 1em;
  padding: .35em 20px;
}

.results {
  margin: 1.75em auto;
}

.results .locationZip {
  margin-top: 0;
}

.resultNumber {
  font-size: 2.5em;
  margin-bottom: 1em;
}

#resultsTable {
  background: #E70707;
  border-color: #AD0404;
  border-radius: 5px;
  padding: .5em 0 0;
}

#location_list {
  font-size: 15px;
}

#location_list .distance {
  text-align: right;
}

#location_list .phone {
  text-align: center;
}

#location_list th {
  /*text-transform: uppercase;*/
}

#location_list tbody tr {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#location_list tbody tr:hover {
  background: #C50202;
}

#location_list th:first-child,
#location_list td:first-child {
  padding-left: 3%;
}

#location_list th:last-child,
#location_list td:last-child {
  padding-right: 3%;
}

/*#location_list thead tr {
	border-bottom: 1px solid;
	border-top: 3px solid;
}

#location_list tbody tr:first-child td {border-top: none;}*/

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent; 
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: 1px solid #cf0303;
  padding: 12px 8px;
}

/*//// Header ////*/

#header {
  background: #ffffff;
  padding: 0;
}

#headerNav {
  padding: 20px 0;
}

#utility-bar {
  background: #cf0303;
  font-size: 13px;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 1000;
}

#utility-bar .btn {
  border-left: 1px solid #bf0101;
  border-right: 1px solid #bf0101;
  display: inline-block;
  font-size: 100%;
  line-height: 1.75em;
  padding: 9px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#utility-bar .open .btn {
  background: #f9fafa;
}

#utility-bar > .container-fluid > .row > .pull-right > .dropdown {
  display: inline-block;
}

#utility-bar .btn-link:hover,
#utility-bar .btn-link:focus {
  text-decoration: none;
}

#utility-bar .selected {
  background-color: #bf0101;
}

#logo {
  left: 1.5%;
  margin: 0;
  max-width: 144px;
  padding: 0;
  position: absolute;
  top: -22px;
  z-index: 1100;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

#logo a {
  display: block;
}

#logo img {
  height: auto;
  width: 100%;
}

/*//// Footer ////*/

#footer {
  background: #990202;
  border-top: 1px solid #860000;
  color: #e4cfcf;
  font-size: 12px;
  padding-bottom: 2.5em;
}

#footer a,
#footer a:visited {
  color: #ffffff;
}

#footer a:hover {
  color: #fcecba;
}

#footer .socialContainer {
  position: relative;
  text-align: right;
  z-index: 1000;
}

#footer .social img a {
  width: 26px;
}

.footer-links {
  list-style-type: none;
  line-height: 1.5;
  margin: 0 0 2px;
  padding: 0;
}

.footer-links li {
  display: inline-block;
  margin: 3px 4px 3px;
  white-space: nowrap;
}

.social li {
  display: inline-block;
  float: none;
  margin: 0 7px;
}

.footer-links li:first-child {
  margin-left: 0 !important;
}

#footer .social li.facebook {
  margin-right: 0;
}

.footer-links li:last-child {
  margin-right: 0 !important;
}

.social a:hover {
  opacity: .8;
}

/*//// Sidebar ////*/

.sidebar {
  background: #c70000;
  border-top: 1px solid #ed2222;
  padding: 3em 4% 4.5em;
}

.sidebar .sidebar-title:first-child {
  /*margin-top: 0;*/
}

.sidebar .sidebar-title {
  color: #fce59c;
}


/*//////// Plugin Overwrites ////////*/

/*//////// Media Queries ////////*/

@media only screen and (min-width: 1200px) {
  .page-container {
    background-image: url(img/bg-splash.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  #entryContainer {
    min-height: 400px;
  }

  #cheeses {
    bottom: -18%;
    position: absolute;
    right: 8%;
    z-index: 100;
  }

  #homeHero-img {
    right: -23%;
  }

  #homeWriteup {
    max-width: 750px;
    width: 55%;
    padding-left: 3%;
    padding-right: 3%;
  }

  #middleHero-img {
    right: -15%;
    width: 130%;
    bottom: -5%;
  }
}

@media only screen and (min-width: 1500px) {
  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  /*#homeHero-img {
		margin-bottom: -3%;
		margin-top: -2%;
		max-width: 2000px;
		width: 100%;
	}*/

  #cheeses {
    bottom: -19%;
    position: absolute;
    right: 15%;
    z-index: 100;
  }

  #homeHero-img {
    right: 0;
    right: -18%;
  }

  #homeWriteup {
    /*margin-left: 3%;*/
  }

  #middleHero-img {
    right: 0;
    width: 100%;
    bottom: -5%;
  }

}

@media only screen and (max-width: 1199px) {
  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  #cheeses {
    right: 1%;
    width: 44%;
  }

  #homeHero-img {
    position: absolute;
    top: auto;
    right: -30%;
    max-width: 788px;
    width: 67%;
    bottom: -20%;
  }

  #homeWriteup {
    font-size: 115%;
    max-width: 610px;
    position: relative;
    width: 55%;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
  }

  #middleHero-img {
    right: -22%;
    width: 160%;
  }

  #homeMiddleWriteup .title {
    font-size: 3.5em;
  }
}

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

@media only screen and (max-width: 991px) {
  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  #cheeses {
    width: 49%;
    right: -5%;
  }

  #homeHero-img {
    right: -37%;
    width: 71%;
    bottom: -12%;
  }
  /*#homecta-social .icon {
		width: 36px;
	}*/
  /*//// Product Detail Page ////*/
  .single-product .cow-img {
    right: 12%;
  }

  /*//// Snack Page ////*/

  .moreSnack .snackThumb {
    padding-right: 0;
  }

  .moreSnack .snackTitle {
    padding-right: 1.5%;
  }

  .moreSnack .entry-title {
    margin-top: 10%;
  }

  .moreSnacks .snack-idea-intro {
    display: none;
  }

  #snack-illo-img {
    right: 5%;
  }

  /*//// About Us Page ////*/
/*#sidebar-about .entry-title {
		vertical-align: top;
	}*/
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  #landingHero {
    padding: 3.5em 0 4em;
  }

  h1.heroHeadline {
    font-size: 3.75em;
  }

  #homeHero-img {
    right: -43%;
    width: 77%;
    bottom: -17%;
  }

  #middleHero {
    padding: 2.75em 3% 13.5em;
  }

  #middleHero-img {
    right: 0;
    width: 160%;
  }

  #homeMiddleWriteup {
    max-width: none;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (min-width: 768px) {
  /*//////// Bootstrap Overwrites ////////*/
  /*//////// Global ////////*/
  /*//// Navigation ////*/

  .navbar-collapse.collapse {
    display: inline-block !important;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) {
  /*//////// Bootstrap Overwrites /////////*/
  /*//////// Global ////////*/
  /*//// Typography ////*/
  h1, .h1 {
    font-size: 3.75em;
  }

  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  /*//// Product Detail Page ////*/
/*#product-details,
	#snack-details {
		margin-top: 1.5em;
	}*/
}

@media only screen and (max-width: 767px) {

  /*//////// Bootstrap Overwrites /////////*/
  /*//////// Global ////////*/
  /*//// Navigation ////*/
  .navbar-nav {
    background: #cf0303;
    border-top: 1px solid #e8291d;
    margin-bottom: 0;
    margin-top: 0;
  }

  .navbar-nav > li > a {
    font-size: 1.25em;
    /*padding: .25em 6% .25em 8%;*/
    padding: .5em 6% .5em 8%;
    line-height: 1.25em;
  }

  .navbar-nav > li:first-child a {
    padding-top: 1.5em;
  }

  .dropdown>a>.caret {
    float: right;
    margin-top: .3em;
  }

  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    border-bottom: 1px solid #bf0101;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: #B10000;
    color: #ffffff;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-top: 1px solid #AC0000;
    color: #ffffff;
    max-width: 100%;
    min-width: 100%;
    padding: 13px 5% 13px 11%;
    white-space: normal;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li:first-child > a {
    border-top: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background: #B10000;
    color: #fce59c;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #59b648;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #59b648;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #bf0101;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .dropdown>a>.caret {
    background: transparent url(img/icon-navplus-2x.jpg) 0 0 no-repeat;
    width: 22px;
    height: 24px;
    margin-right: 5px;
  }

  /*//////// Structure ////////*/
  .page-container .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/
  #logo {
    left: 3.5%;
    max-width: 110px;
    top: -18px;
  }
  /*//////// Structure ////////*/

  .page-container {
    padding: 2em 0 1.5em;
  }

  /*//// Homepage ////*/
  #landingHero {
    padding: 1.5em 0 75%;
  }

  #cheeses {
    width: 66%;
    right: 24%;
    bottom: -9%;
  }

  #splash3-xs {
    display: inline-block !important;
  }

  #homeHero-img {
    width: 100%;
    right: -35%;
  }

  h1.heroHeadline {
    font-size: 10em;
    line-height: 100px;
  }

  #flavor-headline {
    font-size: 65%;
  }

  #homeWriteup {
    font-size: 115%;
    max-width: none;
    padding: 1.5em 5.5% 3em;
    width: 100%;
  }

  #homeMiddleWriteup-container {
    padding-left: 1%;
    padding-right: 1%;
  }

  #middleHero {
    padding: 4.25em 3% 13.5em;
  }

  #middleHero-img {
    right: -20%;
    width: 200%
  }

  #homeMiddleWriteup .title {
    font-size: 3.25em;
  }

  #homeMiddleWriteup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .homecta {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    font-size: 135%;
    border-bottom: 1px solid #a60000;
    border-top: 1px solid #DB0E0E;
  }

  .homecta:first-of-type {
    border-top: none;
  }

  .homecta:last-of-type {
    border-bottom: none;
  }

  /*//// Basic Page ////*/
  #entryHeaderContainer {
    margin: 0;
    padding: 1em 4% .25em;
  }

  #supportingTitleIntro {
    font-size: 110%;
    line-height: 1.35em;
    margin: 0;
    padding-bottom: 1em;
  }

  #entryContainer,
  #entryContainer.narrow,
  #entryContainer.col-sm-8 {
    padding: 1.5em 5.5% 2.5em;
  }

  #entryContainer.col-sm-8 {
    border-bottom: 1px solid #a60000;
  }

  #panel-container {
    padding: 0;
  }

  /*//// Product Detail Page ////*/
  #entryContainer .col-sm-6,
  .page-contact-us #entryContainer .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-contact-us #entryContainer .col-xs-4.firstCol {
    padding-left: 0;
  }

  .page-contact-us #entryContainer .col-xs-4.midCol {
    padding-left: 0;
    padding-right: 0;
  }

  .page-contact-us #entryContainer .col-xs-4.lastCol {
    padding-right: 0;
  }

  #product-details {
    padding: 0 4% !important;
  }

  #snack-details {
    padding: 1.5em 4% 0 !important;
  }

  .single-product .hero-container {
    max-width: 700px;
  }

  .moreFlavors .section-title {
    margin-bottom: 0;
  }

  #moreFlavors-writeup {
    margin: 1.5em auto 2em;
    width: 100%;
  }

  /*//// Contact Us Page ////*/
  .page-contact-us #entryContainer {
    clear: both;
  }

  .sidebar {
    clear: both;
  }

  #sidebar-contact {
    border-bottom: 1px solid #a60000;
    float: left;
  }

  #sidebar-contact .illo-img {
    max-width: 237px;
  }

  /*//// About Us Page ////*/
  .page-about-us .cow-img {
    max-width: 140px;
    width: 40%;
  }

  #sidebar-about {
    float: left;
    text-align: center;
  }

  #sidebar-about .thumbContainer {
    clear: both;
    float: none;
    margin: 1em auto;
    max-width: 350px;
  }

  #sidebar-about .thumb img {
    margin-left: 0;
    margin-right: 0;
    width: 70%;
  }

  #sidebar-about .entry-title {
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }

  /*//// Product Locator Page ////*/

  #product_map {
    padding-bottom: 65%;
  }

  #select_productid {
    margin: 8px auto;
    max-width: none;
    width: 98%;
  }

  .page-product-locator #entryContainer .btn {
    display: block;
    height: inherit;
    margin: 10px auto;
    padding: 12px;
    width: 98%;
  }

  #ZIPinput, #select_radius {
    width: 48.35%;
    display: inline-block;
    margin: 4px 0;
  }

  /*//// Snack Ideas Page ////*/

  .snack-idea-container {
    margin: 1em auto;
  }

  /*//// Snack Page ////*/

  .single-snack-idea #hero-img-container {
    padding-left: 0;
  }

  .moreSnack {
    display: inline-block;
  }

  .moreSnacks-container {
    padding-left: 0;
    padding-right: 0;
  }

  .moreSnack .entry-title {
    margin-top: 15%;
  }

  #snackIllo {
    bottom: 2em;
    left: -2.5%;
  }

  .moreSnack .snackContent {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  /*//// Header ////*/

  #headerNav {
    padding: 0;
  }

  .navbar-header {
    border-bottom: 1px solid #bc1c12 !important;
  }

  .navbar-toggle {
    margin: 20px 4.5% 20px 0;
  }

  /*//// Footer ////*/

  #footer .socialContainer,
  #footer .copyright {
    padding-right: 15px;
    text-align: center;
  }

  #footer .copyright .footer-links {
    margin-bottom: .75em;
  }

  #footer .socialContainer {
    margin: 0 auto 2em;
  }

  /*//// Sidebar ////*/
  .sidebar,
  #sidebar-about {
    padding: 2em 5.5% 2.5em;
  }

}

@media only screen and (max-width: 640px) {

  /*//////// Brand Customization ////////*/
  /*//////// Global ////////*/

  .search-wrapper {
    padding-bottom: 2em;
    position: relative;
    width: 100%;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*//////// Structure ////////*/

  /*//// Basic Page ////*/
  .boxedContainer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #entryContainer {
    padding-bottom: 2.5em;
    padding-top: 5.5%;
  }

  /*//// Homepage ////*/

  /*//// Products Page ////*/

  .page-products .thumbContainer .product-detail {
    font-size: 13px;
  }

  /*//// Product Detail Page ////*/

  .thumbContainer,
  .page-products .thumbContainer {
    margin: 1em auto 1.5em;
    /*max-width: 280px;*/
  }

  .page-snack-ideas .thumbContainer {
    max-width: 400px;
  }

  .thumbList {
    text-align: center;
  }

  .thumbList img {
    max-width: 100%;
  }

  /*//// Snack Page ////*/

  .single-snack-idea #hero-img-container {
    padding-bottom: 100px;
  }

  .single-snack-idea #hero-img-container #snack-product-image {
    bottom: 8%;
    height: 150px;
    right: -5%;
    width: 150px;
  }

  #ess-container {
    right: 0;
    width: auto;
  }

  /*//// About Us Page ////*/

  .about-logo {
    width: 45%;
    float: none;
    margin: 0 0 .75em;
  }

  .about-writeup {
    float: left;
    width: 100%;
  }

  #timeline li {
    margin: 1.5em 0 1.5em 5%;
  }

  /*//// Contact Us Page ////*/

  #sidebar-contact .illo-img {
    width: 70%;
    margin-right: 30%;
    max-width: none;
  }

}

@media only screen and (max-width: 550px) {

  /*//////// Bootstrap Overwrites /////////*/
  /*//////// Global ////////*/
  /*//// Typography ////*/
  h1, .h1 {
    font-size: 3.25em;
  }

  h2, .h2 {
    font-size: 2.85em;
  }

  h3.entry-title,
  .page-products .thumbContainer .entry-title {
    /*font-size: 1.25em;
		line-height: 1.35em*/
  }

  /*//////// Structure ////////*/
  .page-container .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  /*//////// Brand Customization /////////*/
  /*//////// Global ////////*/
  /*//// Miscellaneous Elements ////*/
  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  h1.heroHeadline {
    font-size: 6.5em;
    line-height: 65px;
  }

  #middleHero {
    padding: 3.75em 3% 21.5em;
  }

  #supportingImg {
    display: block;
    margin: 0 auto 1em;
    width: 100%;
  }

  #homeMiddleWriteup-content {
    text-align: center;
    display: block;
    width: 100%;
  }

  #middleHero-img {
    right: -45%;
    width: 350%;
  }

  .homecta {
    font-size: 110%;
  }

  /*//// Basic Page ////*/
  #entryHeaderContainer {
    margin: 0;
    padding: 1em 4% .5em;
  }

  #supportingTitleIntro {
    font-size: 110%;
    line-height: 1.15em;
    padding-bottom: .75em;
  }

  /*//// Snacks Page ////*/
  .page-snack-ideas .snack-idea-detail {
    font-size: 14px;
  }

  .moreSnacks .snackThumb img {
    border: 3px solid #ffffff;
  }

  .moreSnacks {
    padding: 2.5em 1% 0;
  }

  .allSnacks-btn-container {
    margin: 20px 0 -20px;
  }
}


@media only screen and (max-width: 400px) {
  /*//////// Brand Customization /////////*/
  /*//////// Global ////////*/
  /*//// Header ////*/
  /*#logo {
		left: 3.5%;
		max-width: 110px;
		top: -18px;
	}*/

  /*.navbar-nav > li:first-child a {
		padding-top: .5em;
		padding-top: 1.5em;
	}*/

  /*//////// Structure ////////*/
  /*//// Homepage ////*/
  #landingHero {
    background: #cf0303;
    padding: .5em 0 63%;
  }

  h1.heroHeadline {
    font-size: 6.5em;
    line-height: 64px;
    margin-bottom: 35px;
    margin-top: 25px;
  }

  #splash2 img {
    width: 30px;
  }

  #splash3 img,
  #splash3-alt img {
    width: 35px;
  }

  #flavor-headline {
    font-size: 65%;
  }

  #homeWriteup {
    padding: 1.5em 2.5% 3em;
  }

  #homeSocial-img {
    margin: 0 0 0 -138%;
    width: 250%;
  }

  #middleHero {
    padding: 3.75em 3% 19em;
  }

  #homeMiddleWriteup {
    font-size: 100%;
  }

  #homeMiddleWriteup .title {
    font-size: 2.55em;
  }

  #middleHero-img {
    right: -70%;
    width: 450%;
  }

  /*//// Contact Us Page ////*/
  #sidebar-contact .cow-img {
    width: 70%;
    margin: -1em 30% 1em  0;
  }

  #reCapt {
    margin-left: -9%;
  }

  /*//// Product Locator Page ////*/

  #product_map {
    padding-bottom: 85%;
  }

  /*//// About Us Page ////*/

  .about-logo {
    width: 45%;
    float: none;
    margin: 0 auto;
  }

  #timeline li .splashdate {
    top: -20px;
  }

  /*//// Snack Page ////*/

  .moreSnack .snackTitle {
    padding-left: 2.5%;
    padding-right: 2%;
  }

  .moreSnack .entry-title {
    font-size: 2.4em;
    margin-top: 12%;
  }
}


/* High Res Devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  

  /*//////// Bootstrap Overwrites /////////*/
  /*//////// Global ////////*/
  /*//// Navigation ////*/
  .dropdown>a>.caret {
    background: transparent url(img/icon-navplus-2x.jpg) 0 0 no-repeat;
    background-size: 11px 12px;
  }

  /*// Accordion //*/
  .panel-title a.collapsed {
    background: transparent url(img/icon-collapse-plus-2x.jpg) 0 15px no-repeat;
    background-size: 16px 18px;
  }

  .panel-title a {
    background: transparent url(img/icon-collapse-minus-2x.jpg) 0 15px no-repeat;
    background-size: 16px 18px;
  }

  /*//////// WordPress Overwrites /////////*/
  /*//////// Global ////////*/
  /*//// Search ////*/

  #search-btn {
    background-image: url(img/icon-search-2x.jpg);
    background-size: 14px 19px;
  }
  
  #search-btn.selected {
    background-image: url(img/icon-search-x-2x.jpg);
    background-size: 14px 19px;
  }

  /*//////// Brand Customization /////////*/
  /*//////// Global ////////*/
  /*//////// Structure ////////*/
  #textureBar {
    background: #bc2217 url(img/bg-texture-2x.jpg) 0 0 repeat;
    background-size: 400px 396px;
  }

  /*//// Homepage ////*/
  #productSearchContainer .btn {
    background: #ffffff url(img/icon-mag-2x.jpg) 50% 50% no-repeat;
    background-size: 20px 26px;
  }

  /*//// Contact Us Page ////*/
  #sidebar-contact .flagContainer {
    background: transparent url(img/us-flag-2x.jpg) 0 25px no-repeat;
    background-size: 64px 40px;
  }

  /*//// Snack Page ////*/
  #snack-idea-ingredients {
    background: transparent url(img/snack-prep-icon-milk-2x.jpg) 0 0 no-repeat;
    background-size: 50px 69px;
  }

  #snack-idea-preparation {
    background: transparent url(img/snack-prep-icon-clock-2x.jpg) 0 -10px no-repeat;
    background-size: 50px 69px;
  }

}


/* High Res Devices & Max-width 767px*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (min-resolution: 192dpi) and (max-width: 767px),
only screen and (min-resolution: 2dppx) and (max-width: 767px) {

  .dropdown>a>.caret {
    background: transparent url(img/icon-navplus-md-2x.jpg) 0 0 no-repeat;
    background-size: 22px 23px;
  }
}


/*//////// Plugin Overwrites ////////*/

/*//// Advanced Browser Check ////*/
.adv_browser_check h1 {
  color: #dc291e;
  font-weight: normal !important;
  font-size: 30px !important;
  margin: 0 0 10px 0;
  text-transform: lowercase !important;
}