/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  box-sizing: border-box; }

html {
  font-family: 'Montserrat', sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  color: #585857;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: block;
  max-width: 100%;
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0em 3em;
  background: #ffffff;
  background: url("../images/site/background-line.jpg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-bottom: 50px; }
  @media screen and (max-width: 1280px) {
    .header {
      padding: 0em 3em;
      padding-bottom: 3em; } }
  .header h1 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .header h2 {
    margin: 0px;
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 10px; }

@media screen and (max-width: 500px) {
  .facebook {
    text-align: center; } }

.header-left {
  width: 20%;
  float: left; }
  @media screen and (max-width: 1100px) {
    .header-left {
      width: 30%; } }
  @media screen and (max-width: 860px) {
    .header-left {
      width: 100%; } }
  @media screen and (max-width: 710px) {
    .header-left {
      margin-top: 20px; } }
  @media screen and (max-width: 860px) {
    .header-left img {
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .header-left img {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .header-left img {
      width: 70%; } }

.header-right {
  width: 80%;
  text-align: center;
  padding-top: 110px;
  float: left;
  color: #2e3c8b; }
  .header-right p {
    color: #585857; }
  @media screen and (max-width: 1100px) {
    .header-right {
      width: 70%; } }
  @media screen and (max-width: 980px) {
    .header-right {
      font-size: 0.9em; } }
  @media screen and (max-width: 860px) {
    .header-right {
      width: 100%;
      padding-top: 20px; } }
  .header-right p {
    width: 82%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .header-right p {
        width: 100%; } }

@media screen and (max-width: 500px) {
  .recipe-detail-header {
    display: none; } }

.main.ng-enter {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 0; }

.main.ng-enter.ng-enter-active {
  opacity: 1; }

body {
  background-image: url("../images/backgrounds/background-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed; }

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0em 3em;
  background: #ffffff; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      padding: 0em 1em; } }

.row:after {
  content: "";
  display: table;
  clear: both; }

.main-container:after {
  content: "";
  display: table;
  clear: both; }

.filters-container {
  width: 25%;
  float: left;
  margin-bottom: 20px; }
  @media screen and (max-width: 920px) {
    .filters-container {
      width: 100%;
      float: left;
      margin-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .filters-container {
      margin-bottom: 0px; } }

.filters {
  margin-right: 20px; }
  @media screen and (max-width: 920px) {
    .filters {
      margin: 0px; } }

.filter-heading {
  color: #ffffff;
  padding: 1px 10px;
  background: #2e3c8b; }
  .filter-heading:after {
    content: "";
    display: table;
    clear: both; }
  .filter-heading p {
    float: left; }

.navicon {
  float: right;
  padding: 5px;
  padding-top: 7px; }
  @media screen and (min-width: 500px) {
    .navicon {
      display: none; } }

.filter {
  padding: 1px 20px;
  margin: 3px 0px;
  background: #e4e6f0; }
  @media screen and (max-width: 920px) {
    .filter {
      width: 50%;
      float: left;
      height: 130px;
      margin: 0px; }
      .filter:nth-of-type(4n) {
        height: 260px; }
      .filter:nth-of-type(5n) {
        height: 260px; } }
  @media screen and (max-width: 500px) {
    .filter {
      width: 100%;
      float: left;
      display: none; }
      .filter:nth-of-type(5n) {
        height: 220px;
        margin-bottom: 20px; } }
  .filter p {
    color: #2e3c8b; }
  .filter label {
    color: #2e3c8b; }
  .filter input[type="text"] {
    width: 100%; }
  .filter input[type="checkbox"] {
    margin-right: 5px; }

.coffee-pod {
  padding: 20px 20px 0px 0px; }
  .coffee-pod img {
    width: 100%; }
    @media screen and (max-width: 920px) {
      .coffee-pod img {
        margin-top: 20px;
        display: none; } }

.recipes-container {
  width: 75%;
  float: left; }
  @media screen and (max-width: 920px) {
    .recipes-container {
      width: 100%;
      float: left; } }

.recipe-advert img {
  width: 100%; }

.recipe-container {
  padding: 20px; }
  .recipe-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 560px) {
    .recipe-container {
      padding: 10px; } }

@media screen and (min-width: 740px) {
  .recipe-clearfix:nth-of-type(3n):after {
    content: "";
    display: table;
    clear: both; } }
@media screen and (max-width: 740px) {
  .recipe-clearfix:nth-of-type(2n):after {
    content: "";
    display: table;
    clear: both; } }

.recipe.short {
  width: 33.33333%;
  float: left;
  padding: 30px;
  text-align: center; }
  @media screen and (max-width: 1090px) {
    .recipe.short {
      padding: 20px; } }
  @media screen and (max-width: 740px) {
    .recipe.short {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 560px) {
    .recipe.short {
      padding: 10px; } }
  @media screen and (max-width: 500px) {
    .recipe.short {
      width: 100%;
      float: left; } }
  .recipe.short a {
    text-decoration: none;
    color: #585857; }
    .recipe.short a:hover {
      color: #8b8b8a; }

.recipe-intro-container {
  width: 75%;
  float: left;
  padding-right: 40px; }
  @media screen and (max-width: 890px) {
    .recipe-intro-container {
      width: 100%;
      float: left;
      padding-right: 0px; } }

.recipe-intro {
  background: #e4e6f0; }
  .recipe-intro:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1000px) {
    .recipe-intro {
      margin-bottom: 20px; } }
  .recipe-intro.text {
    width: 50%;
    float: left;
    padding: 10px 20px; }
    @media screen and (max-width: 1170px) {
      .recipe-intro.text {
        font-size: 0.9em; } }
    @media screen and (max-width: 1000px) {
      .recipe-intro.text {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 640px) {
      .recipe-intro.text {
        width: 100%;
        float: left; } }
    .recipe-intro.text h1 {
      font-size: 1.5em;
      color: #2e3c8b; }

.recipe-ad {
  width: 25%;
  float: left; }
  @media screen and (max-width: 890px) {
    .recipe-ad {
      display: none; } }
  .recipe-ad img {
    width: 100%; }

.recipe-image.thumbnail {
  margin-bottom: 10px; }
.recipe-image.full {
  width: 50%;
  float: left;
  padding: 20px; }
  @media screen and (max-width: 1000px) {
    .recipe-image.full {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 640px) {
    .recipe-image.full {
      width: 100%;
      float: left; } }

.recipe-divider {
  margin-top: 10px;
  margin-bottom: 5px; }

.recipe-details-container {
  width: 75%;
  float: left;
  padding: 20px;
  padding-left: 0px;
  padding-right: 40px; }
  .recipe-details-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1050px) {
    .recipe-details-container {
      width: 100%;
      float: left;
      padding-right: 0px; } }
  .recipe-details-container hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b3b8d5;
    margin: 1em 0;
    padding: 0; }

.recipe-details {
  padding: 20px;
  background-image: url("../images/site/paper-top.jpg"), url("../images/site/paper-base.jpg");
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
  background-color: #f2f2f2; }
  .recipe-details:after {
    content: "";
    display: table;
    clear: both; }
  .recipe-details h3 {
    color: #2e3c8b; }

.ingredients-section {
  width: 50%;
  float: left;
  padding-right: 30px; }
  @media screen and (max-width: 875px) {
    .ingredients-section {
      width: 100%;
      float: left;
      padding-right: 0px; } }

.method-section {
  width: 50%;
  float: left;
  padding-right: 20px; }
  @media screen and (max-width: 875px) {
    .method-section {
      width: 100%;
      float: left;
      padding-right: 0px; } }
  .method-section ol {
    list-style-type: none;
    padding: 0; }
    .method-section ol li {
      margin-bottom: 10px; }
      .method-section ol li span {
        font-size: 1.25em; }

.recipe-links {
  width: 25%;
  float: left;
  margin-top: 20px; }
  @media screen and (max-width: 875px) {
    .recipe-links {
      width: 100%;
      float: left;
      text-align: center; } }

.info-block:after {
  content: "";
  display: table;
  clear: both; }
.info-block p {
  margin-bottom: 0px; }
  .info-block p:after {
    content: "";
    display: table;
    clear: both; }

.info-icon {
  display: block;
  float: left;
  margin-right: 10px; }

.info-text {
  float: left;
  padding-top: 5px; }

.sidebar-button {
  cursor: pointer;
  border-radius: 7px;
  padding: 15px 10px;
  border: 1px solid #bebebd;
  margin-bottom: 10px;
  background: #e4e6f0;
  color: #2e3c8b; }
  .sidebar-button a {
    color: #2e3c8b;
    text-decoration: none; }
  .sidebar-button img {
    height: 27px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: -3px; }
  .sidebar-button span {
    text-decoration: none; }
  .sidebar-button:hover {
    background: #eeeff5; }

.sidebar-button-link {
  text-decoration: none; }

.twitter-top-pad {
  margin-left: 12px; }

.twitter-base-pad {
  margin-left: 20px; }

.facebook-button {
  float: right;
  padding: 10px;
  padding-bottom: 6px;
  border-radius: 0px 0px 5px 5px;
  background: #2e3c8b;
  color: #ffffff;
  text-decoration: none; }
  @media screen and (max-width: 860px) {
    .facebook-button {
      font-size: 0.8em; } }
  @media screen and (max-width: 500px) {
    .facebook-button {
      margin: 0 2%;
      width: 46%; }
      .facebook-button span {
        display: none; } }
  .facebook-button span {
    vertical-align: top; }
    @media screen and (max-width: 860px) {
      .facebook-button span {
        vertical-align: center; } }
  .facebook-button img {
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 860px) {
      .facebook-button img {
        height: 20px; } }
    @media screen and (max-width: 500px) {
      .facebook-button img {
        margin-right: 0; } }
  .facebook-button:hover {
    background: #324196; }

.pagination-button {
  cursor: pointer;
  border-radius: 7px;
  padding: 5px 10px;
  border: 1px solid #bebebd;
  margin-bottom: 10px;
  background: #e4e6f0;
  color: #2e3c8b;
  margin-left: 20px;
  margin-right: 20px; }
  .pagination-button:hover {
    background: #eeeff5; }
  .pagination-button:disabled {
    color: #bebebd;
    background: #f2f2f2; }

.pagination {
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .pagination {
      font-size: 0.8em; } }
  .pagination ul {
    padding: 0px; }
    .pagination ul li {
      display: inline; }

.call-to-action {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em;
  padding-bottom: 1em;
  background: #ffffff;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .call-to-action {
      padding: 2em 1em; } }
  .call-to-action hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2e3c8b;
    margin: 1em 0;
    padding: 0; }
  .call-to-action p {
    margin-top: 20px; }
  .call-to-action a {
    color: #585857;
    text-decoration: none; }
  .call-to-action a:hover {
    color: #2e3c8b; }
  .call-to-action strong {
    color: #2e3c8b; }

footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 3em;
  background: #2e3c8b; }
  @media screen and (max-width: 1280px) {
    footer {
      padding: 2em 1em; } }

.footer-top {
  margin-bottom: 20px; }
  .footer-top:after {
    content: "";
    display: table;
    clear: both; }

.footer-facebook {
  margin-top: 35px;
  float: left; }
  @media screen and (max-width: 420px) {
    .footer-facebook {
      margin-top: 10px; }
      .footer-facebook span {
        display: none; } }
  .footer-facebook img {
    display: inline;
    margin-right: 4px; }
  .footer-facebook a {
    color: #e4e6f0;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.5em; }

.footer-logo {
  float: right; }
  @media screen and (max-width: 420px) {
    .footer-logo {
      width: 100%;
      float: left;
      margin-top: 20px; } }

.footer-bottom:after {
  content: "";
  display: table;
  clear: both; }

.footer-copyright {
  font-size: 0.75em;
  color: #ffffff;
  float: left; }
  @media screen and (max-width: 600px) {
    .footer-copyright {
      width: 100%; } }

.footer-contact {
  font-size: 0.75em;
  color: #ffffff;
  float: right; }
  @media screen and (max-width: 600px) {
    .footer-contact {
      float: left;
      display: block; } }
  .footer-contact a {
    color: #ffffff;
    text-decoration: none; }

.no-recipes {
  text-align: center;
  margin-bottom: 40px; }

/*# sourceMappingURL=style.css.map */
