/*!
Theme Name: Foods with Judes
Theme URI: http://foodswithjudes.com/
Author: katcheCode
Author URI: http://katchecode.com/
Description: 2017 theme for Foods with Judes.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fwj
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Foods With Judes is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: Bebas;
  src: url(fonts/BebasModified.ttf);
  font-weight: normal; }
@font-face {
  font-family: PenelopeAnne;
  src: url(fonts/Penelope\ Anne.ttf);
  font-weight: normal; }
/* Site header */
/* Site primary */
/* Site secondary */
/* Site tertiary */
/* Site footer */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0 0 0.67em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #212121;
  font-family: "Bebas", sans-serif; }

h1 {
  font-size: 2em;
  font-weight: 600; }

h2 {
  font-size: 1.5em;
  font-weight: 400; }

h3 {
  font-size: 1.2em;
  font-weight: 400; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 0.8571428571em;
  font-weight: 400; }

h6 {
  font-size: 0.75em;
  font-weight: 400; }

p, ul, body {
  font-size: 1em;
  font-weight: 100; }

p {
  margin-bottom: 1.5em;
  color: #212121; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #F1F1F1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #212121;
  cursor: help; }

mark, ins {
  background: #F1F1F1;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #F1F1F1;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #F1F1F1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em .5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: .5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Add custom button classes here */
button:focus {
  outline: 0; }

.fwj_button, .product-page .woocommerce-message a, .product-page .product .entry-summary .reset_variations, .product-page .product .entry-summary .woocommerce-variation-add-to-cart button, .product-page .product .entry-summary .woocommerce-variation-add-to-cart-disabled button, .checkout-wrapper .place-order .button, .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads {
  font-family: 'PenelopeAnne', sans-serif;
  border: 1px solid #F16017;
  padding: .1em .7em;
  display: inline-block;
  border-radius: .3em;
  cursor: pointer;
  background-color: transparent; }
  .fwj_button a, .product-page .woocommerce-message a a, .product-page .product .entry-summary .reset_variations a, .product-page .product .entry-summary .woocommerce-variation-add-to-cart button a, .product-page .product .entry-summary .woocommerce-variation-add-to-cart-disabled button a, .checkout-wrapper .place-order .button a, .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads a {
    text-decoration: none !important; }
  .fwj_button a:hover, .product-page .woocommerce-message a a:hover, .product-page .product .entry-summary .reset_variations a:hover, .product-page .product .entry-summary .woocommerce-variation-add-to-cart button a:hover, .product-page .product .entry-summary .woocommerce-variation-add-to-cart-disabled button a:hover, .checkout-wrapper .place-order .button a:hover, .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads a:hover {
    text-decoration: none !important; }

.ad_button, .ad_button_white, .ad_button_red, form.es_shortcode_form .es_button input {
  font-family: 'PenelopeAnne', sans-serif;
  border-width: 1px;
  border-style: solid;
  padding: .1em 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .3em;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.7em; }
  .ad_button a, .ad_button_white a, .ad_button_red a, form.es_shortcode_form .es_button input a {
    text-decoration: none !important; }
  .ad_button a:hover, .ad_button_white a:hover, .ad_button_red a:hover, form.es_shortcode_form .es_button input a:hover {
    text-decoration: none !important; }

.ad_button_white {
  color: #F1F1F1;
  border-color: #F1F1F1; }

.ad_button_red {
  color: #EB3520 !important;
  border-color: #EB3520; }

@media (max-width: 769px) {
  .ad_button, .ad_button_white, .ad_button_red, form.es_shortcode_form .es_button input {
    padding-right: .5em;
    padding-left: .5em;
    text-align: center;
    width: 100%; }

  .ad_button_white {
    margin-top: 1em; } }
/* Add custom field classes here */
form.es_shortcode_form {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: flex-center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  align-items: center; }
  form.es_shortcode_form div {
    margin: 0 .5em; }
  form.es_shortcode_form .es_labelbox label {
    margin-bottom: 0; }
  form.es_shortcode_form .es_textbox {
    padding-bottom: 0; }
  form.es_shortcode_form .es_button {
    padding: 0; }
  form.es_shortcode_form .es_button input {
    padding: .1em 3em;
    font-size: 1.3em;
    width: auto;
    color: #F1F1F1 !important;
    border-color: #F1F1F1; }
  form.es_shortcode_form .es_msg {
    color: #F1F1F1; }

@media (max-width: 475px) {
  form.es_shortcode_form {
    flex-wrap: wrap; }

  .es_button {
    margin-top: .5em; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #F16017;
  text-decoration: none; }
  a:visited {
    color: #ED7234; }
  a:hover, a:focus, a:active {
    color: #ED7234; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Bootstrap Navigation
--------------------------------------------------------------*/
.dropdown-item a:hover {
  text-decoration: none; }

a.nav-sub-item {
  border-bottom: 1px solid #F1F1F1;
  color: #F1F1F1 !important;
  background-color: #313131; }

.dropdown-button {
  display: inline-block;
  padding-left: 0em !important; }

@media (max-width: 768px) {
  .dropdown-button {
    padding-left: .5em !important; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #F1F1F1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #212121;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body {
  width: auto;
  margin-right: auto;
  margin-left: auto; }

#print_header {
  display: none; }

.site-title {
  font-size: 1.5em;
  margin: 0em; }

.site-description {
  font-size: .7em; }

.site-logo {
  padding-left: 1.3em; }

.site-logo-img img {
  max-height: 1.5em; }

.site-header {
  background-color: #F16017;
  border-bottom-color: #ED7234;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.5em;
  overflow: visible;
  color: #F1F1F1; }

.site-header a,
.site-header h1,
.site-header p {
  color: #F1F1F1; }

.site-header p {
  margin-bottom: 0em; }

.site-search-bar-style {
  border-top: #F1F1F1 solid 1px;
  margin: 1em -2.5em 0em;
  padding: 1em 3em 0em; }
  .site-search-bar-style h1, .site-search-bar-style h2, .site-search-bar-style h3, .site-search-bar-style h4, .site-search-bar-style h5, .site-search-bar-style h6, .site-search-bar-style p {
    color: #F1F1F1;
    margin-bottom: 0; }
  .site-search-bar-style select {
    border: 0;
    color: #F1F1F1;
    background: url("icons/images/ic-white-arrow-down.png") no-repeat;
    background-position: right;
    background-size: 1.5em;
    margin-left: 1em; }

#search-terms .term {
  background-color: #F1F1F1;
  border-radius: 50em;
  padding: .4em .9em;
  font-size: .7em;
  margin-left: .6em;
  margin-bottom: .6em;
  display: inline-block; }
#search-terms .circle-button {
  margin-left: 1em; }

.search-section {
  margin: 0em 0em 1em; }

.section-title {
  display: block;
  padding: .25em .7em .25em 0;
  margin-bottom: 0em;
  border-right: #F1F1F1 solid 0.05em; }

.dropdown-toggle::after {
  content: none; }

@media (max-width: 544px) {
  .site-header {
    padding: 0em; } }
@media (max-width: 768px) {
  header .navbar {
    padding: .2em 0; }
    header .navbar button {
      padding: .2em 0; }

  body:not(.home) .site-logo {
    display: none; }

  .section-title {
    border: none;
    padding-left: 0;
    padding-right: 0; }

  .hidden-sm-up {
    display: inline-block !important; }

  .search-section h4 {
    margin-bottom: .5em; }

  .site-search-bar-style {
    margin-right: -.9em; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.tag {
  font-size: 1.3em;
  margin-right: .2em; }

.landing-content {
  padding: 2em; }
  .landing-content h1, .landing-content h2, .landing-content h3, .landing-content h4, .landing-content h5 {
    color: #EB3520; }
  .landing-content h2, .landing-content h3, .landing-content h4, .landing-content h5 {
    font-family: "Open Sans", sans-serif; }

@media (max-width: 769px) {
  .landing-content {
    padding: 1em 15px; } }
.miniseries h1, .miniseries h2, .miniseries h3, .miniseries h4, .miniseries h5 {
  margin-bottom: 0; }

.miniseries-badge {
  background-color: #00cfd4;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  display: inline-block;
  border-radius: 50%;
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
  margin: .5em 1em .5em .5em; }

.miniseries-badge-sm {
  background-color: #00cfd4;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  display: inline-block;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin: .25em .25em .25em .25em; }

.miniseries-description {
  margin: 1.5em 0em;
  background-color: #e6e6e6;
  padding: 1em; }
  .miniseries-description h2 {
    margin-top: .5em; }
  .miniseries-description p {
    font-style: italic;
    font-weight: 300; }

@media (max-width: 768px) {
  .miniseries-badge {
    height: 2.3em;
    min-width: 2.3em; }

  .miniseries-badge-sm {
    min-width: 1.5em;
    margin-right: .7em; } }
.site-content {
  margin-top: auto; }

#main {
  display: block; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 2em 0 0;
  height: auto !important;
  overflow: visible; }
  .comments-area h2 {
    font-size: 1.3em;
    color: #FE9609;
    padding: 2em 1em 1.5em 2em; }

@media (max-width: 769px) {
  .comments-area {
    margin-bottom: -2em !important; } }
.comment-content a {
  word-wrap: break-word; }

.comment-body {
  padding-left: 2em; }

.bypostauthor {
  display: block; }

.comment-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .comment-list ul {
    margin: 0; }
  .comment-list li > ul {
    list-style: none; }
  .comment-list li article {
    background-color: #FE9609;
    margin-bottom: .5em;
    padding: .7em 1.4em .7em 3em;
    box-shadow: 0em 0em .5em #ddd;
    color: #F1F1F1; }
    .comment-list li article p {
      color: #F1F1F1; }
    .comment-list li article a {
      text-decoration: underline; }
  .comment-list ul.children {
    list-style: none; }
    .comment-list ul.children li article {
      border-top-left-radius: .3em;
      border-bottom-left-radius: .3em;
      background-color: #F9A849; }

.comment-author {
  font-size: 0.8em;
  padding-bottom: .7em; }

.comment-metadata {
  text-align: right;
  font-size: .7em; }

.reply {
  border-color: #F1F1F1;
  color: #F1F1F1; }
  .reply a {
    color: #F1F1F1; }

.comment-respond {
  padding: 1.5em .5em .5em;
  margin: 2em auto;
  background-color: #FE9609;
  color: #F1F1F1; }
  .comment-respond h1, .comment-respond h2, .comment-respond h3, .comment-respond h4, .comment-respond h5, .comment-respond a, .comment-respond a:hover, .comment-respond p {
    color: #F1F1F1; }
  .comment-respond a {
    text-decoration: underline; }
  .comment-respond #submit {
    border-color: #F1F1F1;
    color: #F1F1F1; }
    .comment-respond #submit a {
      color: #F1F1F1; }
  .comment-respond .comment-form-comment textarea {
    border: 0;
    width: 100%; }
    .comment-respond .comment-form-comment textarea :focus {
      border: 0;
      outline: 0;
      padding: 0; }
  .comment-respond .comment-form-comment textarea:focus {
    outline-color: #ffffff; }

.form-submit {
  display: flex !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/*--------------------------------------------------------------
## Secondary
--------------------------------------------------------------*/
#secondary {
  padding: 2em; }

#secondary ul {
  list-style-position: inside;
  padding-left: 0em; }

.secondary-color {
  background-color: #FE9609;
  color: #F1F1F1; }
  .secondary-color h1, .secondary-color h2, .secondary-color h3, .secondary-color h4, .secondary-color h5, .secondary-color h6 {
    color: #F1F1F1; }

.widget-area {
  text-align: center; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #313131;
  color: #F1F1F1;
  padding: 1% 5%;
  overflow: hidden; }

.site-footer a {
  color: #F1F1F1; }

.site-info {
  float: right;
  font-size: .7em; }

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
.error-404 {
  margin: 1.5em auto;
  max-width: 50em; }
  .error-404 h1, .error-404 h2, .error-404 h3, .error-404 h4, .error-404 h5, .error-404 h6 {
    color: #212121; }
  .error-404 a {
    color: #212121; }
    .error-404 a:visited {
      color: #313131; }
    .error-404 a:hover, .error-404 a:focus, .error-404 a:active {
      color: #313131; }
    .error-404 a:focus {
      outline: thin dotted; }
    .error-404 a:hover, .error-404 a:active {
      outline: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-scroll-wrapper .info-bar-color {
  margin-top: 2em;
  margin-bottom: 2em; }

.infinite-scroll-divider {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  margin-top: 1.5em; }
  .infinite-scroll-divider article {
    display: inline-block;
    width: 100%; }

@media (max-width: 769px) {
  .infinite-scroll-divider {
    column-count: 2; } }
@media (max-width: 426px) {
  .infinite-scroll-divider {
    column-count: 1; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center;
  font-size: .7em; }

/*--------------------------------------------------------------
## Custom Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.edge-to-edge {
  margin-left: -15px;
  margin-right: -15px;
  height: 27em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed; }

@media (max-width: 1025px) {
  .edge-to-edge {
    background-attachment: local;
    background-position: center; } }
.parallax-mirror {
  z-index: auto !important; }

.circle-button {
  cursor: pointer; }

.info-bar-color {
  background-color: #00cfd4;
  color: #F1F1F1;
  padding: 1.5em 2em;
  margin-right: -15px;
  margin-left: -15px; }
  .info-bar-color a {
    color: #F1F1F1; }
    .info-bar-color a:visited {
      color: #F1F1F1; }
    .info-bar-color a:hover, .info-bar-color a:focus, .info-bar-color a:active {
      color: #F1F1F1; }
    .info-bar-color a:focus {
      outline: thin dotted; }
    .info-bar-color a:hover, .info-bar-color a:active {
      outline: 0; }
  .info-bar-color h1, .info-bar-color h2, .info-bar-color h3, .info-bar-color h4, .info-bar-color h5, .info-bar-color h6 {
    color: #F1F1F1;
    font-family: 'Open Sans', sans-serif; }

.bar-info {
  padding-left: 1em;
  font-family: 'PenelopeAnne', sans-serif;
  font-size: 1em; }

/*--------------------------------------------------------------
## Articles
--------------------------------------------------------------*/
.blog-article {
  margin: 1.5em auto;
  max-width: 50em; }
  .blog-article h1, .blog-article h2, .blog-article h3, .blog-article h4, .blog-article h5, .blog-article h6 {
    color: #00cfd4; }
  .blog-article a {
    color: #00cfd4; }
    .blog-article a:visited {
      color: #80CFD4; }
    .blog-article a:hover, .blog-article a:focus, .blog-article a:active {
      color: #80CFD4; }
    .blog-article a:focus {
      outline: thin dotted; }
    .blog-article a:hover, .blog-article a:active {
      outline: 0; }

.article-archive .card {
  border-radius: 1em;
  color: #757575; }
  .article-archive .card a, .article-archive .card a:hover, .article-archive .card a:active, .article-archive .card a:visited {
    color: #00cfd4; }
.article-archive .card-img-top {
  border-top-right-radius: calc(1em - 1px);
  border-top-left-radius: calc(1em - 1px); }

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.card-wrapper {
  flex: 0 0 30%;
  padding-bottom: .5em; }

.card {
  margin-bottom: 1em; }

.card-link {
  display: block;
  margin: 0 !important;
  text-decoration: none !important; }

.card-overlay-right {
  width: 50%;
  padding: 2em;
  display: block;
  border: solid #F1F1F1 0.05em;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #F1F1F1;
  box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em; }

.card-overlay-left {
  width: 50%;
  padding: 2em;
  display: block;
  border: solid #F1F1F1 0.05em;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #F1F1F1;
  box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em; }

.cards-wrapper-left {
  flex: 1;
  margin-left: -16px; }
  .cards-wrapper-left a:hover, .cards-wrapper-left a:active, .cards-wrapper-left a:visited {
    text-decoration: none; }
  .cards-wrapper-left .card-overlay-right {
    padding: 0;
    height: 27em;
    overflow: hidden;
    width: 100%; }
    .cards-wrapper-left .card-overlay-right .card-overlay-image {
      border-top-left-radius: calc(1em - 1px);
      border-bottom-left-radius: calc(1em - 1px); }
    .cards-wrapper-left .card-overlay-right .card-overlay-image-content img {
      right: -1em; }
  .cards-wrapper-left .card-overlay-left {
    padding: 0;
    height: 27em;
    overflow: hidden;
    width: 100%; }
    .cards-wrapper-left .card-overlay-left .card-overlay-image {
      border-top-right-radius: calc(1em - 1px);
      border-bottom-right-radius: calc(1em - 1px); }
    .cards-wrapper-left .card-overlay-left .card-overlay-image-content img {
      left: -1em; }

.cards-wrapper-right {
  flex: 1;
  margin-right: -16px;
  margin-left: 32px; }
  .cards-wrapper-right a:hover, .cards-wrapper-right a:active, .cards-wrapper-right a:visited {
    text-decoration: none; }
  .cards-wrapper-right .card-overlay-right {
    padding: 0;
    height: 27em;
    overflow: hidden;
    width: 100%; }
    .cards-wrapper-right .card-overlay-right .card-overlay-image {
      border-top-left-radius: calc(1em - 1px);
      border-bottom-left-radius: calc(1em - 1px); }
    .cards-wrapper-right .card-overlay-right .card-overlay-image-content img {
      right: -1em; }
  .cards-wrapper-right .card-overlay-left {
    padding: 0;
    height: 27em;
    overflow: hidden;
    width: 100%; }
    .cards-wrapper-right .card-overlay-left .card-overlay-image {
      border-top-right-radius: calc(1em - 1px);
      border-bottom-right-radius: calc(1em - 1px); }
    .cards-wrapper-right .card-overlay-left .card-overlay-image-content img {
      left: -1em; }

@media (max-width: 769px) {
  .card-overlay-right {
    border: none;
    border-top: solid #80CFD4 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0; }

  .card-overlay-left {
    border: none;
    border-top: solid #80CFD4 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0; }

  .cards-wrapper-left {
    flex: auto;
    margin-left: -15px;
    margin-right: -15px; }

  .cards-wrapper-right {
    flex: auto;
    margin-left: -15px;
    margin-right: -15px; } }
.card-overlay-image {
  min-width: 40%;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover !important; }

.card-overlay-image-content {
  width: 60%;
  padding: 2em 1em;
  color: #F1F1F1;
  position: relative; }
  .card-overlay-image-content img {
    position: absolute;
    top: 3em;
    width: 80%;
    height: auto;
    opacity: 0.3; }
  .card-overlay-image-content h1, .card-overlay-image-content h2, .card-overlay-image-content h3, .card-overlay-image-content h4, .card-overlay-image-content h5 {
    color: #F1F1F1;
    margin-bottom: 1em; }
  .card-overlay-image-content p {
    line-height: 1.5em;
    font-size: 1.1em;
    color: #F1F1F1; }

@media (max-width: 769px) {
  .card-overlay-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 0 !important; }

  .card-overlay-image-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media (max-width: 426px) {
  .card-overlay-left {
    flex-wrap: wrap;
    height: auto !important; }

  .card-overlay-right {
    flex-wrap: wrap;
    height: auto !important; }

  .card-overlay-image {
    width: 100%;
    height: 10em; }

  .card-overlay-image-content {
    width: 100%; } }
/*--------------------------------------------------------------
## Ads
--------------------------------------------------------------*/
.front-page-ad h2 {
  padding-bottom: 1em; }
.front-page-ad .see-more {
  padding-top: 1em; }
  .front-page-ad .see-more h3 {
    margin-bottom: 0; }

.ad h1, .ad h2, .ad h3, .ad h4, .ad h5, .ad h6 {
  color: #F1F1F1; }
.ad img {
  max-height: 75%;
  max-width: 80%; }

@media (max-width: 769px) {
  .ad {
    margin-left: -15px;
    margin-right: -15px; }
    .ad .card-overlay-right {
      padding-top: 2em;
      padding-bottom: 2em; } }
.ad-page {
  margin-bottom: 2em; }
  .ad-page header {
    height: 90vh;
    margin-right: -15px;
    margin-left: -15px;
    padding: 2em 5em;
    background-color: #EB3520;
    position: relative; }
    .ad-page header h1, .ad-page header h2, .ad-page header h3, .ad-page header h4, .ad-page header h5, .ad-page header h6 {
      color: #F1F1F1; }
    .ad-page header img {
      margin: 2em 0;
      max-height: 60vh; }
    .ad-page header .down-indicator {
      width: 3em;
      height: 3em;
      position: absolute;
      bottom: 2em; }

.ad-page-lean-body-smart-life {
  margin-bottom: 2em; }
  .ad-page-lean-body-smart-life header {
    height: 60vh;
    margin-right: -15px;
    margin-left: -15px;
    padding: 2em 5em;
    position: relative; }
    .ad-page-lean-body-smart-life header h1, .ad-page-lean-body-smart-life header h2, .ad-page-lean-body-smart-life header h3, .ad-page-lean-body-smart-life header h4, .ad-page-lean-body-smart-life header h5, .ad-page-lean-body-smart-life header h6 {
      color: #EB3520; }
    .ad-page-lean-body-smart-life header h2 {
      font-family: 'Open Sans';
      padding-bottom: .3em;
      font-size: 1.3em; }
    .ad-page-lean-body-smart-life header img {
      margin: 2em 0;
      max-height: 60vh; }
    .ad-page-lean-body-smart-life header .wrapper-left {
      flex: 1;
      margin-left: 1em; }
    .ad-page-lean-body-smart-life header .wrapper-right {
      flex: 1;
      margin-right: 1em;
      margin-left: 6em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials h1 {
    font-family: 'BebasModified';
    text-align: center;
    width: 100%; }
  .ad-page-lean-body-smart-life .lbsl-testimonials p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 1.3em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-rt-quotes-large {
      background-image: url("images/RQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 10em 0em 0em 27em; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-lt-quotes-large {
      background-image: url("images/LQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 0em 0em 0em -27em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .carousel {
    align-self: center;
    width: 100%;
    height: 40vh; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner {
      width: 80%;
      padding-left: 20%;
      margin-top: 1em; }
      .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item {
        flex-wrap: wrap; }
        .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item .lbsl-testimonial-author {
          font-weight: 600;
          font-size: 1.1em; }
        .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item p {
          margin-bottom: .5em; }
  .ad-page-lean-body-smart-life .lbsl-feature {
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: center; }
    .ad-page-lean-body-smart-life .lbsl-feature p {
      max-width: 65%;
      font-size: 1.5em;
      color: #EB3520;
      font-weight: 600; }
    .ad-page-lean-body-smart-life .lbsl-feature div {
      display: flex;
      align-items: center;
      justify-content: center; }
    .ad-page-lean-body-smart-life .lbsl-feature .lbsl-feature-image {
      max-height: 70vh;
      align-self: center;
      padding: 1em; }
  .ad-page-lean-body-smart-life .selling-point, .ad-page-lean-body-smart-life .second-selling-point, .ad-page-lean-body-smart-life .third-selling-point {
    margin: 6em 4em 6em 4em; }
    .ad-page-lean-body-smart-life .selling-point h1, .ad-page-lean-body-smart-life .second-selling-point h1, .ad-page-lean-body-smart-life .third-selling-point h1 {
      margin-bottom: 4em;
      text-align: center;
      width: 100%; }
    .ad-page-lean-body-smart-life .selling-point .sell-point, .ad-page-lean-body-smart-life .second-selling-point .sell-point, .ad-page-lean-body-smart-life .third-selling-point .sell-point {
      text-align: center;
      margin: 1em 1em 3em;
      width: 25%; }
      .ad-page-lean-body-smart-life .selling-point .sell-point p, .ad-page-lean-body-smart-life .second-selling-point .sell-point p, .ad-page-lean-body-smart-life .third-selling-point .sell-point p {
        font-size: 1.1em;
        white-space: pre-wrap;
        font-weight: 500; }
      .ad-page-lean-body-smart-life .selling-point .sell-point img, .ad-page-lean-body-smart-life .second-selling-point .sell-point img, .ad-page-lean-body-smart-life .third-selling-point .sell-point img {
        width: 8em;
        height: 8em;
        margin-bottom: 1em; }

.wrapper-left {
  flex: 1;
  margin-left: -16px; }

.wrapper-right {
  flex: 1;
  margin-right: -16px;
  margin-left: 32px; }

.selling-point, .second-selling-point, .third-selling-point {
  margin: 9em 7em 6em 5em; }
  .selling-point h1, .second-selling-point h1, .third-selling-point h1 {
    margin-bottom: 1.5em; }
  .selling-point p, .second-selling-point p, .third-selling-point p {
    font-size: 1.2em;
    white-space: pre-wrap; }

.second-selling-point h1 {
  text-align: center;
  max-width: 50em; }
.second-selling-point p {
  max-width: 50em; }

.third-sell-image {
  padding: 2em; }

@media (max-width: 1023px) {
  .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-rt-quotes-large {
      background-image: url("images/RQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 10em 0em 0em 20em; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-lt-quotes-large {
      background-image: url("images/LQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 0em 0em 0em -20em; } }
@media (max-width: 769px) {
  .ad-page h1 {
    text-align: center; }
  .ad-page header {
    padding: 1em 15px;
    height: auto; }
    .ad-page header img {
      height: auto; }
    .ad-page header .down-indicator {
      bottom: 0; }

  .ad-page-lean-body-smart-life header {
    padding: 1em 15px;
    height: auto;
    flex-wrap: wrap; }
    .ad-page-lean-body-smart-life header .wrapper-left {
      flex: auto;
      margin-left: 0; }
    .ad-page-lean-body-smart-life header .wrapper-right {
      flex: auto;
      margin-right: 0;
      margin-left: 0; }
  .ad-page-lean-body-smart-life .lbsl-testimonials p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 1em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-rt-quotes-large {
      background-image: url("images/RQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 10em 0em 0em 17em; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-lt-quotes-large {
      background-image: url("images/LQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 0em 0em 0em -17em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .carousel {
    align-self: center;
    width: 100%;
    height: 40vh; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner {
      width: 85%;
      padding-left: 15%;
      margin-top: 1.1em; }
      .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item {
        flex-wrap: wrap; }
        .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item .lbsl-testimonial-author {
          font-weight: 600;
          font-size: 1em; }
        .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .carousel-item p {
          margin-bottom: .5em; }

  .wrapper-left {
    flex: auto;
    margin-left: 0; }

  .wrapper-right {
    flex: auto;
    margin-right: 0;
    margin-left: 0; }

  .selling-point, .second-selling-point, .third-selling-point {
    margin: 2em 0; }
    .selling-point h1, .second-selling-point h1, .third-selling-point h1 {
      margin-bottom: 1em; }
    .selling-point p, .second-selling-point p, .third-selling-point p {
      font-size: 1.2em; }

  .second-selling-point p {
    max-width: 50em; } }
@media (max-width: 650px) {
  .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-rt-quotes-large {
      background-image: url("images/RQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 20em 0em 0em 10em; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-lt-quotes-large {
      background-image: url("images/LQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 0em 0em 0em -10em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .carousel {
    align-self: center;
    width: 100%;
    height: 65vh; }
  .ad-page-lean-body-smart-life .selling-point .sell-point, .ad-page-lean-body-smart-life .second-selling-point .sell-point, .ad-page-lean-body-smart-life .third-selling-point .sell-point,
  .ad-page-lean-body-smart-life .second-selling-point .sell-point,
  .ad-page-lean-body-smart-life .third-selling-point .sell-point {
    width: 100%; } }
@media (max-width: 450px) {
  .ad-page-lean-body-smart-life .lbsl-testimonials p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: .9em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-rt-quotes-large {
      background-image: url("images/RQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 15em 0em 0em 5em; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .testimonial-background .ic-black-lt-quotes-large {
      background-image: url("images/LQuotes-01.png");
      width: 7em;
      height: 7em;
      position: absolute;
      background-size: cover;
      opacity: .1;
      margin: 3em 0em 0em -5em; }
  .ad-page-lean-body-smart-life .lbsl-testimonials .carousel {
    align-self: center;
    width: 100%;
    height: 65vh; }
    .ad-page-lean-body-smart-life .lbsl-testimonials .carousel .carousel-inner .lbsl-testimonial-author {
      font-size: .7em; }
  .ad-page-lean-body-smart-life .selling-point, .ad-page-lean-body-smart-life .second-selling-point, .ad-page-lean-body-smart-life .third-selling-point {
    margin-left: 0em;
    margin-right: 0em; } }
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.landing-service-wrapper {
  min-height: 17em; }
  .landing-service-wrapper h1, .landing-service-wrapper h2, .landing-service-wrapper h3, .landing-service-wrapper h4, .landing-service-wrapper h5, .landing-service-wrapper h6 {
    font-family: "Bebas", sans-serif !important; }

.landing-service {
  flex: 1;
  position: relative;
  text-align: center;
  font-weight: 300;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

@media (max-width: 769px) {
  .landing-service {
    flex: auto;
    margin-top: .5em;
    margin-bottom: .5em; } }
.service-area {
  background-color: #851d2d;
  margin-left: -15px;
  margin-right: -15px;
  padding: 2em; }

.services-wrapper {
  background-color: #F1F1F1;
  display: inline-block;
  border: solid #afafaf .05em;
  box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  margin: 2em;
  padding: 2em;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .services-wrapper h1, .services-wrapper h2, .services-wrapper h3, .services-wrapper h4, .services-wrapper h5, .services-wrapper h6 {
    color: #851d2d; }

@media (max-width: 769px) {
  .service-area {
    padding-left: 0;
    padding-right: 0; }

  .services-wrapper {
    margin: .5em 15px; } }
/*--------------------------------------------------------------
## Book Content
--------------------------------------------------------------*/
.book-heading, .book-articles h2, .book-recipes h2, .book-videos h2 {
  color: #F1F1F1;
  margin-bottom: .7em;
  padding: .2em; }

.book-articles {
  color: #00cfd4; }
  .book-articles h2 {
    background-color: #00cfd4; }
  .book-articles a {
    color: #00cfd4; }
  .book-articles div {
    display: block;
    flex: 1; }

.book-recipes h2 {
  background-color: #F16017; }
.book-recipes a {
  display: block; }

.book-videos h2 {
  background-color: #313131; }
.book-videos a {
  display: block; }

.chapter-title {
  color: #F1F1F1;
  margin-bottom: .2em;
  margin-left: .3em; }

.chapter-number {
  display: inline-block;
  color: #212121;
  background-color: #F1F1F1;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  border-radius: 50%; }
  .chapter-number h1 {
    color: #212121;
    vertical-align: middle;
    margin-bottom: .2em;
    font-size: 1.5em; }

.chapter-heading {
  background-color: #212121;
  padding: .8em .8em .8em 3em;
  margin: 0 -15px 2.5em; }

.chapter {
  margin-bottom: 5em; }

.column-left,
.column-right {
  margin-left: 2em; }

.column-left {
  flex: 2; }

.column-right {
  flex: 1; }

@media (max-width: 769px) {
  .chapter {
    flex-wrap: wrap; }
    .chapter .column-left,
    .chapter .column-right {
      margin-left: 0; }
    .chapter .column-left {
      flex: auto;
      width: 100%; }
    .chapter .column-right {
      flex: 1;
      width: 100%; } }
/*--------------------------------------------------------------
## Video Content
--------------------------------------------------------------*/
.video-post {
  margin: 1.5em auto;
  max-width: 50em;
  min-height: 80vh; }
  .video-post h1, .video-post h2, .video-post h3, .video-post h4, .video-post h5, .video-post h6 {
    color: #FFFFFF; }
  .video-post a {
    color: #FFFFFF; }
    .video-post a:visited {
      color: #FFFFFF; }
    .video-post a:hover, .video-post a:focus, .video-post a:active {
      color: #FFFFFF; }
    .video-post a:focus {
      outline: thin dotted; }
    .video-post a:hover, .video-post a:active {
      outline: 0; }
  .video-post iframe {
    width: 100%;
    height: 60vh; }
  @media (max-width: 426px) {
    .video-post iframe {
      width: 100%;
      height: 30vh; } }

/*--------------------------------------------------------------
## Search Suggestions
--------------------------------------------------------------*/
.dataset, #recipe-datasets, #article-datasets {
  min-width: 40%;
  margin-left: 1em;
  display: flex; }
  .dataset input, #recipe-datasets input, #article-datasets input {
    border: none;
    box-shadow: none;
    color: #FFFFFF; }
    .dataset input:focus, #recipe-datasets input:focus, #article-datasets input:focus {
      outline-color: #FFFFFF; }
  .dataset .tt-menu, #recipe-datasets .tt-menu, #article-datasets .tt-menu {
    max-height: 25em;
    width: 160%;
    overflow-y: auto;
    background-color: #FFFFFF;
    color: #313131;
    padding: .5em 1em .5em .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    border: #F1F1F1 solid 0.1em; }
  .dataset .tt-dataset, #recipe-datasets .tt-dataset, #article-datasets .tt-dataset {
    margin-bottom: 1em; }
    .dataset .tt-dataset h3, #recipe-datasets .tt-dataset h3, #article-datasets .tt-dataset h3 {
      border-bottom-style: solid;
      border-bottom-width: .1em;
      padding-bottom: .2em; }
    .dataset .tt-dataset .tt-selectable, #recipe-datasets .tt-dataset .tt-selectable, #article-datasets .tt-dataset .tt-selectable {
      padding: 0 .3em;
      margin-bottom: .2em; }
      .dataset .tt-dataset .tt-selectable:hover, #recipe-datasets .tt-dataset .tt-selectable:hover, #article-datasets .tt-dataset .tt-selectable:hover {
        background-color: #F1F1F1;
        cursor: pointer; }

#recipe-datasets input {
  background-color: #ED7234; }
#recipe-datasets .tt-dataset h3 {
  border-bottom-color: #F16017;
  color: #F16017; }

#article-datasets input {
  background-color: #80CFD4; }
#article-datasets .tt-dataset h3 {
  border-bottom-color: #00cfd4;
  color: #00cfd4; }

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
.floating-ad {
  z-index: 300;
  background-color: #fe9609;
  position: fixed;
  right: -30%;
  margin-top: 3%;
  padding: 2em;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .floating-ad img {
    padding-right: 20px; }
  .floating-ad h2 {
    color: #ffffff; }
  .floating-ad p {
    color: #ffffff; }

@media (max-width: 768px) {
  .floating-ad {
    position: relative;
    right: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    margin-top: 0px; }
    .floating-ad .floating-img {
      display: none !important;
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .floating-ad h2 {
      color: #ffffff; }
    .floating-ad p {
      color: #ffffff; } }
.home-share {
  position: absolute;
  right: 0;
  top: 1em; }

.landing-banner {
  height: 80vh; }
  .landing-banner h1, .landing-banner h2, .landing-banner h3, .landing-banner h4, .landing-banner h5, .landing-banner h6 {
    font-family: 'Bebas', sans-serif !important;
    color: #F1F1F1;
    text-align: center; }
  .landing-banner img {
    width: 45%;
    margin-bottom: 3em; }

.feature-recipe {
  margin-bottom: 2em; }
  .feature-recipe .card-overlay-right {
    background-color: #F16017;
    border-color: #ED7234;
    color: #F1F1F1;
    overflow: hidden; }
    .feature-recipe .card-overlay-right h1, .feature-recipe .card-overlay-right h2, .feature-recipe .card-overlay-right h3, .feature-recipe .card-overlay-right h4, .feature-recipe .card-overlay-right h5, .feature-recipe .card-overlay-right p, .feature-recipe .card-overlay-right a, .feature-recipe .card-overlay-right a:hover {
      color: #F1F1F1; }

.front-page-logo {
  opacity: 0; }

@media (max-width: 769px) {
  .feature-recipe .card-overlay-right {
    border-top-left-radius: calc(1em - 1px);
    border-bottom-left-radius: calc(1em - 1px); }

  .feature-articles {
    margin-top: -2em; } }
@media (max-width: 426px) {
  .feature-recipe {
    background-size: 426px !important;
    background-position: center top !important; }

  .feature-recipe .card-overlay-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-top: 10em;
    overflow: scroll; }

  .feature-articles {
    margin-top: -3em; } }
/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.product-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  flex-wrap: wrap; }
  .product-page ins {
    background-color: transparent; }
  .product-page del {
    color: #EB3520; }
  .product-page .onsale {
    color: #EB3520; }
  .product-page .woocommerce-message a {
    background-image: url("../foodswithjudes/icons/images/ic-white-cart.png");
    background-size: 2.5em;
    background-repeat: no-repeat;
    background-position: 0 .2em;
    padding-left: 2.5em;
    margin: .1em;
    margin-right: .5em;
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: .3em; }
  .product-page .product {
    width: 50%;
    padding: 2em;
    display: block;
    border: solid #F1F1F1 0.05em;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #F1F1F1;
    box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    border-radius: 1em;
    border: none;
    width: 75%;
    min-height: 70vh;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .product-page .product h1, .product-page .product p {
      color: #FFFFFF; }
    .product-page .product .woocommerce-product-gallery {
      flex: 3;
      align-self: center;
      padding-right: 2em;
      flex-direction: row; }
      .product-page .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
        display: flex;
        justify-content: center;
        width: 100%; }
      .product-page .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
        display: flex;
        justify-content: center;
        width: 20%; }
    .product-page .product .entry-summary {
      flex: 2;
      padding: 3em;
      margin: -2em;
      background-color: #00cfd4;
      border-top-right-radius: 1em;
      border-bottom-right-radius: 1em;
      color: #FFFFFF; }
      .product-page .product .entry-summary select {
        border: 0;
        color: #FFFFFF;
        border-radius: 0;
        background-color: #80CFD4; }
        .product-page .product .entry-summary select:after {
          content: none; }
      .product-page .product .entry-summary .reset_variations {
        margin: .2em;
        color: #FFFFFF;
        border-color: #FFFFFF; }
      .product-page .product .entry-summary .woocommerce-variation-add-to-cart > * {
        margin: .2em; }
      .product-page .product .entry-summary .woocommerce-variation-add-to-cart button {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
        color: #00cfd4;
        width: 100%;
        font-size: 1.3em; }
      .product-page .product .entry-summary .woocommerce-variation-add-to-cart-disabled button {
        border-color: #757575;
        background-color: #757575;
        color: #FFFFFF;
        opacity: .3; }

@media (max-width: 769px) {
  .product-page .product {
    width: 95%; }
    .product-page .product .woocommerce-product-gallery,
    .product-page .product .entry-summary {
      width: 100%;
      flex: 1;
      padding: 1em; }
    .product-page .product .woocommerce-product-gallery {
      min-width: 50%; } }
@media (max-width: 426px) {
  .product-page .product {
    width: 98%; }
    .product-page .product .woocommerce-product-gallery,
    .product-page .product .entry-summary {
      width: 100%;
      padding: 1em; }
    .product-page .product .entry-summary {
      border-top-right-radius: 0;
      border-bottom-left-radius: 1em; } }
.cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  flex-wrap: wrap; }
  .cart-wrapper a {
    color: #00cfd4; }
  .cart-wrapper .cart-card {
    width: 50%;
    padding: 2em;
    display: block;
    border: solid #F1F1F1 0.05em;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #F1F1F1;
    box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
    border-radius: 1em;
    border: none;
    width: 75%;
    min-height: 70vh;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #FFFFFF;
    font-size: .9em; }
    .cart-wrapper .cart-card .cart {
      margin-bottom: 2em; }
    .cart-wrapper .cart-card .woocommerce-cart-form {
      width: 100%; }
    .cart-wrapper .cart-card .cart-table-header {
      width: 100%;
      color: #313131;
      border-top: #F1F1F1 solid 1px; }
      .cart-wrapper .cart-card .cart-table-header .table-cell, .cart-wrapper .cart-card .cart-table-header .product-remove, .cart-wrapper .cart-card .cart-table-header .product-thumbnail, .cart-wrapper .cart-card .cart-table-header .product-name, .cart-wrapper .cart-card .cart-table-header .product-price, .cart-wrapper .cart-card .cart-table-header .product-quantity, .cart-wrapper .cart-card .cart-table-header .product-subtotal {
        border-top: none; }
      .cart-wrapper .cart-card .cart-table-header .product-price {
        color: #313131; }
    .cart-wrapper .cart-card .cart-table-row {
      width: 100%;
      display: flex;
      flex-wrap: nowrap; }
      .cart-wrapper .cart-card .cart-table-row:last-child {
        border-bottom: #F1F1F1 solid 1px; }
    .cart-wrapper .cart-card .table-cell, .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .product-subtotal {
      overflow: hidden;
      align-items: center;
      display: flex;
      border-top: #F1F1F1 solid 1px;
      border-left: #F1F1F1 solid 1px;
      padding: .5em; }
      .cart-wrapper .cart-card .table-cell:last-child, .cart-wrapper .cart-card .product-remove:last-child, .cart-wrapper .cart-card .product-thumbnail:last-child, .cart-wrapper .cart-card .product-name:last-child, .cart-wrapper .cart-card .product-price:last-child, .cart-wrapper .cart-card .product-quantity:last-child, .cart-wrapper .cart-card .product-subtotal:last-child {
        border-right: #F1F1F1 solid 1px; }
    .cart-wrapper .cart-card .product-remove {
      max-width: 5%;
      flex: 1; }
    .cart-wrapper .cart-card .product-thumbnail {
      max-width: 15%;
      flex: 3; }
      .cart-wrapper .cart-card .product-thumbnail img {
        max-width: 90%;
        margin: auto; }
    .cart-wrapper .cart-card .product-name {
      max-width: 35%;
      flex: 7; }
    .cart-wrapper .cart-card .product-price {
      max-width: 15%;
      flex: 3;
      color: #00cfd4; }
    .cart-wrapper .cart-card .product-quantity {
      max-width: 15%;
      flex: 3; }
      .cart-wrapper .cart-card .product-quantity .quantity {
        max-width: 100%; }
        .cart-wrapper .cart-card .product-quantity .quantity input {
          max-width: 90%; }
    .cart-wrapper .cart-card .product-subtotal {
      max-width: 15%;
      flex: 3; }
    .cart-wrapper .cart-card .action-wrapper {
      width: 100%;
      border: #F1F1F1 solid 1px; }
      .cart-wrapper .cart-card .action-wrapper .actions {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .5em 1em; }
        .cart-wrapper .cart-card .action-wrapper .actions .input-group input {
          border-color: #F1F1F1;
          font-size: .9em; }
          .cart-wrapper .cart-card .action-wrapper .actions .input-group input.button {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            font-weight: 300;
            background-color: #00cfd4;
            border-color: #00cfd4;
            color: #F1F1F1; }
    .cart-wrapper .cart-card .cart-collaterals {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .cart-wrapper .cart-card .cart-collaterals .cart_totals {
        width: 50%; }
        .cart-wrapper .cart-card .cart-collaterals .cart_totals .cart-table-row {
          width: 100%; }
        .cart-wrapper .cart-card .cart-collaterals .cart_totals .table-cell, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-remove, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-thumbnail, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-name, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-price, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-quantity, .cart-wrapper .cart-card .cart-collaterals .cart_totals .product-subtotal {
          min-width: 50%; }
    .cart-wrapper .cart-card .button-outline, .cart-wrapper .cart-card .woocommerce-remove-coupon {
      border: #00cfd4 1px solid;
      background-color: transparent;
      font-size: .9em;
      color: #00cfd4;
      outline: none;
      border-radius: .25rem;
      padding: .4rem .75rem;
      font-weight: 300; }
    .cart-wrapper .cart-card .woocommerce-remove-coupon {
      padding: .1rem .3rem;
      margin-left: .5em;
      font-size: .7em; }
    .cart-wrapper .cart-card .wc-proceed-to-checkout {
      margin-top: 1em;
      display: flex;
      justify-content: flex-end; }
      .cart-wrapper .cart-card .wc-proceed-to-checkout .checkout-button {
        font-size: .9em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-weight: 300;
        background-color: #00cfd4;
        border-color: #00cfd4;
        color: #F1F1F1;
        border-radius: .25rem;
        padding: .4rem .75rem;
        font-weight: 300; }

@media (max-width: 769px) {
  .cart-wrapper .cart-card {
    width: 95%; } }
@media (max-width: 426px) {
  .cart-wrapper .cart-card {
    width: 98%; }
    .cart-wrapper .cart-card .cart-table-header {
      display: none !important; }
    .cart-wrapper .cart-card .product-subtotal {
      display: none !important; }
    .cart-wrapper .cart-card .cart-table-row {
      flex-wrap: wrap;
      border: #F1F1F1 solid 1px; }
      .cart-wrapper .cart-card .cart-table-row > * {
        min-width: 100%;
        width: 100%; }
    .cart-wrapper .cart-card .table-cell, .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .product-subtotal {
      flex: 1;
      border-top: none;
      border-left: none; }
      .cart-wrapper .cart-card .table-cell:last-child, .cart-wrapper .cart-card .product-remove:last-child, .cart-wrapper .cart-card .product-thumbnail:last-child, .cart-wrapper .cart-card .product-name:last-child, .cart-wrapper .cart-card .product-price:last-child, .cart-wrapper .cart-card .product-quantity:last-child, .cart-wrapper .cart-card .product-subtotal:last-child {
        border-right: none; }
    .cart-wrapper .cart-card .cart-collaterals {
      justify-content: flex-start; }
      .cart-wrapper .cart-card .cart-collaterals .cart_totals {
        width: 100%; } }
.checkout-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  flex-wrap: wrap; }
  .checkout-wrapper a {
    color: #00cfd4; }
  .checkout-wrapper .woocommerce {
    width: 100%; }
  .checkout-wrapper .checkout-card {
    width: 50%;
    padding: 2em;
    display: block;
    border: solid #F1F1F1 0.05em;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #F1F1F1;
    box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3);
    border-radius: 1em;
    border: none;
    width: 75%;
    min-height: 70vh;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #FFFFFF;
    font-size: .9em;
    padding: 0; }
    .checkout-wrapper .checkout-card .checkout {
      display: flex; }
    .checkout-wrapper .checkout-card #customer_details {
      display: flex;
      flex-wrap: wrap;
      width: 49%;
      margin-right: 2%;
      padding: 2em; }
      .checkout-wrapper .checkout-card #customer_details .billing {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .checkout-wrapper .checkout-card #customer_details .billing .form-row {
          margin-bottom: .5em; }
          .checkout-wrapper .checkout-card #customer_details .billing .form-row label {
            width: 100%;
            font-size: .7em;
            margin-bottom: .3em; }
          .checkout-wrapper .checkout-card #customer_details .billing .form-row input {
            width: 100%;
            border: #F1F1F1 solid 1px;
            border-radius: .2em;
            font-size: .9em;
            padding: .2em .3em; }
            .checkout-wrapper .checkout-card #customer_details .billing .form-row input:focus {
              outline: 0;
              border: #00cfd4 solid 1px;
              box-shadow: none; }
        .checkout-wrapper .checkout-card #customer_details .billing .woocommerce-billing-fields__field-wrapper {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_first_name_field {
          width: 50%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_last_name_field {
          width: 50%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_company_field {
          width: 100%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_country_field {
          width: 100%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_address_1_field {
          width: 75%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_address_2_field {
          margin-top: calc(1.5em + 1px);
          width: 25%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_city_field {
          width: 50%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_state_field {
          width: 25%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_postcode_field {
          width: 25%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_phone_field {
          width: 100%; }
        .checkout-wrapper .checkout-card #customer_details .billing #billing_email_field {
          width: 100%; }
      .checkout-wrapper .checkout-card #customer_details .information {
        width: 100%;
        margin-top: 2em; }
        .checkout-wrapper .checkout-card #customer_details .information #order_comments_field label {
          width: 100%;
          font-size: .7em;
          margin-bottom: .3em; }
        .checkout-wrapper .checkout-card #customer_details .information #order_comments_field textarea {
          width: 100%;
          border: #F1F1F1 solid 1px;
          border-radius: .2em;
          font-size: .9em;
          padding: .2em .3em; }
          .checkout-wrapper .checkout-card #customer_details .information #order_comments_field textarea:focus {
            outline: 0;
            border: #00cfd4 solid 1px;
            box-shadow: none; }
    .checkout-wrapper .checkout-card .order-review {
      width: 49%;
      color: #F1F1F1; }
      .checkout-wrapper .checkout-card .order-review h3 {
        color: #F1F1F1; }
      .checkout-wrapper .checkout-card .order-review .order-review-wrapper {
        background-color: #00cfd4;
        height: 100%;
        padding: 2em;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em; }
      .checkout-wrapper .checkout-card .order-review .checkout-table {
        display: flex;
        font-size: .9em;
        flex-wrap: wrap; }
      .checkout-wrapper .checkout-card .order-review .checkout-table-header {
        width: 100%;
        display: flex;
        border-top: #80CFD4 solid 1px; }
        .checkout-wrapper .checkout-card .order-review .checkout-table-header .table-cell, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-remove, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-thumbnail, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-name, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-price, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-quantity, .checkout-wrapper .checkout-card .order-review .checkout-table-header .cart-wrapper .cart-card .product-subtotal, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .checkout-table-header .product-subtotal {
          border-top: none; }
        .checkout-wrapper .checkout-card .order-review .checkout-table-header:last-child {
          border-bottom: #80CFD4 solid 1px; }
      .checkout-wrapper .checkout-card .order-review .checkout-table-row {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        font-size: .9em; }
        .checkout-wrapper .checkout-card .order-review .checkout-table-row:last-child {
          border-bottom: #80CFD4 solid 1px; }
      .checkout-wrapper .checkout-card .order-review .table-cell, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-remove, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-thumbnail, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-name, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-price, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-quantity, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-subtotal, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-subtotal {
        overflow: hidden;
        align-items: center;
        display: flex;
        border-top: #80CFD4 solid 1px;
        border-left: #80CFD4 solid 1px;
        padding: .5em;
        width: 75%; }
        .checkout-wrapper .checkout-card .order-review .table-cell:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-remove:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-remove:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-thumbnail:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-thumbnail:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-name:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-name:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-price:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-price:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-quantity:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-quantity:last-child, .checkout-wrapper .checkout-card .order-review .cart-wrapper .cart-card .product-subtotal:last-child, .cart-wrapper .cart-card .checkout-wrapper .checkout-card .order-review .product-subtotal:last-child {
          border-right: #80CFD4 solid 1px;
          width: 25%; }
      .checkout-wrapper .checkout-card .order-review .table-cell-shipping {
        overflow: hidden;
        align-items: center;
        display: flex;
        border-top: #80CFD4 solid 1px;
        border-left: #80CFD4 solid 1px;
        border-right: #80CFD4 solid 1px;
        padding: .5em;
        width: 100%; }
  .checkout-wrapper .wc_payment_methods {
    list-style: none;
    margin-top: 2em;
    padding-left: 0;
    margin-left: 0; }
    .checkout-wrapper .wc_payment_methods .wc_payment_method {
      display: block;
      border: #80CFD4 solid 1px;
      padding: 1em;
      background-color: #FFFFFF;
      color: #313131; }
    .checkout-wrapper .wc_payment_methods .payment_box {
      font-size: .8em; }
      .checkout-wrapper .wc_payment_methods .payment_box > div {
        width: 100%; }
      .checkout-wrapper .wc_payment_methods .payment_box .gateway-icon > * {
        width: 100%; }
      .checkout-wrapper .wc_payment_methods .payment_box .gateway-icon img {
        max-width: 20%;
        margin-top: .3em;
        margin-bottom: .3em; }
  .checkout-wrapper .place-order {
    margin-bottom: 1em; }
    .checkout-wrapper .place-order .button {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF;
      width: 100%;
      font-size: 1.3em; }

.select2-selection {
  border: #F1F1F1 solid 1px !important;
  border-radius: .2em; }
  .select2-selection:focus {
    outline: 0;
    border: #00cfd4 solid 1px;
    box-shadow: none; }

.select2-dropdown {
  border-color: #F1F1F1;
  font-size: .9em; }

.select2-search--dropdown input {
  border-color: #F1F1F1;
  font-size: .9em; }
  .select2-search--dropdown input:focus {
    outline: 0;
    border: #00cfd4 solid 1px !important;
    box-shadow: none; }

.select2-container--default {
  font-size: .9em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00cfd4 !important; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F1F1F1; }

@media (max-width: 769px) {
  .checkout-wrapper .checkout-card {
    width: 95%; }
    .checkout-wrapper .checkout-card .checkout {
      flex-wrap: wrap; }
    .checkout-wrapper .checkout-card #customer_details,
    .checkout-wrapper .checkout-card .order-review {
      width: 100%;
      flex: 1;
      min-width: 50%; }
    .checkout-wrapper .checkout-card .order-review .order-review-wrapper {
      border-top-right-radius: 0;
      border-bottom-left-radius: 1em; } }
@media (max-width: 426px) {
  .checkout-wrapper .checkout-card {
    width: 98%; } }
.woocommerce-order {
  display: flex;
  align-items: center;
  height: 100%; }
  .woocommerce-order p {
    display: none; }
  .woocommerce-order .thank-you {
    width: 50%;
    padding: 2em; }
    .woocommerce-order .thank-you ul {
      list-style: none; }
      .woocommerce-order .thank-you ul li strong {
        color: #00cfd4; }
  .woocommerce-order .woocommerce-order-details {
    height: 100%;
    width: 50%;
    background-color: #00cfd4;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 2em;
    color: #FFFFFF; }
    .woocommerce-order .woocommerce-order-details a, .woocommerce-order .woocommerce-order-details h2, .woocommerce-order .woocommerce-order-details h3 {
      color: #FFFFFF; }
    .woocommerce-order .woocommerce-order-details .order-details-table {
      display: flex;
      font-size: .9em;
      flex-wrap: wrap; }
    .woocommerce-order .woocommerce-order-details .order_details {
      margin-bottom: 1em; }
    .woocommerce-order .woocommerce-order-details .order-details-table-header {
      width: 100%;
      display: flex;
      border-top: #80CFD4 solid 1px; }
      .woocommerce-order .woocommerce-order-details .order-details-table-header .table-cell, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-remove, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-thumbnail, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-name, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-price, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-quantity, .woocommerce-order .woocommerce-order-details .order-details-table-header .cart-wrapper .cart-card .product-subtotal, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .order-details-table-header .product-subtotal {
        border-top: none; }
      .woocommerce-order .woocommerce-order-details .order-details-table-header:last-child {
        border-bottom: #80CFD4 solid 1px; }
    .woocommerce-order .woocommerce-order-details .order-details-table-row {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      font-size: .9em; }
      .woocommerce-order .woocommerce-order-details .order-details-table-row:last-child {
        border-bottom: #80CFD4 solid 1px; }
      .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name {
        display: flex;
        flex-direction: column; }
        .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads {
          font-family: "Open Sans", sans-serif;
          border-color: #FFFFFF;
          background-color: #FFFFFF;
          color: #00cfd4;
          font-size: 1.3em;
          list-style: none;
          margin: .5em 1em .5em;
          font-size: 1em; }
          .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads div {
            width: 100%; }
          .woocommerce-order .woocommerce-order-details .order-details-table-row .product-name .wc-item-downloads a {
            color: #00cfd4; }
    .woocommerce-order .woocommerce-order-details .table-cell, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-remove, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-remove, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-thumbnail, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-thumbnail, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-name, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-name, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-price, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-price, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-quantity, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-quantity, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-subtotal, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-subtotal {
      overflow: hidden;
      align-items: center;
      display: flex;
      border-top: #80CFD4 solid 1px;
      border-left: #80CFD4 solid 1px;
      padding: .5em;
      width: 75%; }
      .woocommerce-order .woocommerce-order-details .table-cell:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-remove:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-remove:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-thumbnail:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-thumbnail:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-name:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-name:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-price:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-price:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-quantity:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-quantity:last-child, .woocommerce-order .woocommerce-order-details .cart-wrapper .cart-card .product-subtotal:last-child, .cart-wrapper .cart-card .woocommerce-order .woocommerce-order-details .product-subtotal:last-child {
        border-right: #80CFD4 solid 1px;
        width: 25%; }

@media (max-width: 769px) {
  .checkout-wrapper .woocommerce-order {
    width: 100%; } }
@media (max-width: 426px) {
  .checkout-wrapper .woocommerce-order {
    width: 100%;
    flex-wrap: wrap; }
    .checkout-wrapper .woocommerce-order .thank-you,
    .checkout-wrapper .woocommerce-order .woocommerce-order-details {
      width: 100%;
      flex: 1; }
    .checkout-wrapper .woocommerce-order .woocommerce-order-details {
      border-top-right-radius: 0;
      border-bottom-left-radius: 1em;
      min-height: auto;
      height: auto; } }
.notice, .woocommerce-message, .woocommerce-error, .woocommerce-info {
  display: block;
  padding: .5em;
  margin-bottom: .5em;
  color: #F1F1F1;
  font-size: .7em; }
  .notice a, .woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
    color: #FFFFFF; }
  .notice div, .woocommerce-message div, .woocommerce-error div, .woocommerce-info div {
    width: 100%; }

.woocommerce-message {
  background-color: #76C043; }

.woocommerce-error {
  background-color: #EB3520;
  list-style: none;
  margin-left: 0; }

.woocommerce-info {
  background-color: #FE9609; }

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