@charset "UTF-8";
/*
	Project: HurryTheFoodUp
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 638px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Fonts
	========================================================================== */
/* Font sizes
	========================================================================== */
/* Breakpoints
	========================================================================== */
/* Colors
	========================================================================== */
.c-header .c-nav__btn:before,
.c-post-content .c-post-intro .c-post-meta-intro .accuracy-check:before,
.c-post-content .c-post-intro .c-post-nav li a:before,
.c-post-content .c-post-category-meta .tags:before,
.c-post-content .c-post-category-meta .categories:before,
.c-post-content .entry-content .c-share-social .o-holder:before,
.c-recipes-grid-three-col-section .thumbnail.gradient:before,
.c-all-recipes-section .thumbnail.gradient:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.c-link--external:before,
.c-footer .o-additional-content .utility-menu li:after,
.c-all-recipes-section .search-results-data .filter:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}

@media screen and (min-width: 992px) {
  .c-header .menu-item-has-children:before,
  .c-header .sub-menu .menu-item-has-children:after,
  .c-all-recipes-section .search-results-data .filter:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
  }
}

/* ==========================================================================
	#RESET
	========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* iOS orientation bug fix */
html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
  height: auto;
}

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

ol,
ul {
  list-style: none;
}

ol li {
  margin-bottom: 0.23529em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

a[href],
label[for],
select,
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
}

input[type='checkbox'] {
  -webkit-appearance: initial;
}

button,
input[type='button'],
input[type='image'],
input[type='reset'],
input[type='submit'] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='image']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
}

.form-control {
  transition: all 300ms ease-out;
}

.form-control:focus {
  box-shadow: none;
  border-color: #a6a3a3;
}

/* ==========================================================================
	#FONTS
	========================================================================== */
/* Lora 600 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v17/0QIvMX1D_JOuMwr7I_FMl_E.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* Lora 700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v17/0QIvMX1D_JOuMwr7I_FMl_E.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'MetropolisRegular';
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Regular.woff2')
      format('woff2'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Regular.woff')
      format('woff'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Regular.ttf')
      format('truetype');
  /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: 'MetropolisRegularItalic';
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-RegularItalic.eot');
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-RegularItalic.eot?#iefix')
      format('embedded-opentype'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-RegularItalic.woff2')
      format('woff2'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-RegularItalic.woff')
      format('woff'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-RegularItalic.ttf')
      format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'MetropolisMedium';
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Medium.eot');
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Medium.woff2')
      format('woff2'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Medium.woff')
      format('woff'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-Medium.ttf')
      format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'MetropolisSemiBold';
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-SemiBold.eot');
  src: url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-SemiBold.woff2')
      format('woff2'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-SemiBold.woff')
      format('woff'),
    url('../../../themes/htfu/assets/fonts/metropolis/Metropolis-SemiBold.ttf')
      format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Icomoon';
  src: url('../../../themes/htfu/assets/fonts/icomoon/icomoon.eot?na1vrf');
  src: url('../../../themes/htfu/assets/fonts/icomoon/icomoon.eot?na1vrf#iefix')
      format('embedded-opentype'),
    url('../../../themes/htfu/assets/fonts/icomoon/icomoon.ttf?na1vrf')
      format('truetype'),
    url('../../../themes/htfu/assets/fonts/icomoon/icomoon.woff?na1vrf')
      format('woff'),
    url('../../../themes/htfu/assets/fonts/icomoon/icomoon.svg?na1vrf#icomoon')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
  content: '\e90e';
  color: #e2eece;
}

.icon-folder:before {
  content: '\e90d';
  color: #e2eece;
}

.icon-arrow_down_2:before {
  content: '\e900';
  color: #e2eece;
}

.icon-heart_2:before {
  content: '\e901';
  color: #e2eece;
}

.icon-star:before {
  content: '\e902';
  color: #e2eece;
}

.icon-check:before {
  content: '\e914';
  color: #e2eece;
}

.icon-arrow_up:before {
  content: '\e913';
}

.icon-menu:before {
  content: '\e912';
}

.icon-arrow_down:before {
  content: '\e903';
}

.icon-arrow-nav-left:before {
  content: '\e904';
}

.icon-arrow-nav-right:before {
  content: '\e905';
}

.icon-arrow_right:before {
  content: '\e90a';
}

.icon-facebook:before {
  content: '\e90b';
}

.icon-heart:before {
  content: '\e90c';
  color: #ec473a;
}

.icon-instagram:before {
  content: '\e906';
}

.icon-person:before {
  content: '\e907';
}

.icon-pinterest:before {
  content: '\e908';
}

.icon-search:before {
  content: '\e909';
}

.icon-twitter:before {
  content: '\e910';
}

.icon-youtube:before {
  content: '\e911';
}

/* ==========================================================================
	#PAGE
	========================================================================== */
/**
* Simple page-level setup.
*
* 1. Set the default `font-size` and `line-height` for the entire project.
* 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
*    navigating between pages that do/do not have enough content to produce
*    scrollbars naturally.
* 3. Ensure the page always fills at least the entire height of the viewport.
*/
html {
  font-size: 16px;
}

body {
  font-size: 106.25%;
  line-height: 1.88235em;
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  background: #fff;
  color: #000;
}

em {
  font-family: 'MetropolisRegularItalic', 'Helvetica', 'Arial', sans-serif;
}

/* ==========================================================================
	#HEADINGS
	========================================================================== */
h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #000;
}

br {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 9px;
}

/* ==========================================================================
	#HR
	========================================================================== */
hr {
  display: block;
}

/**
* Shared declarations for certain elements.
*/
.page-default .entry-content address,
.page-default .entry-content h1,
.page-default .entry-content h2,
.page-default .entry-content h3,
.page-default .entry-content h4,
.page-default .entry-content h5,
.page-default .entry-content h6,
.page-default .entry-content blockquote,
.page-default .entry-content p,
.page-default .entry-content pre,
.page-default .entry-content dl,
.page-default .entry-content ol,
.page-default .entry-content ul,
.page-default .entry-content figure,
.page-default .entry-content hr,
.page-default .entry-content table,
.page-default .entry-content fieldset {
  margin-bottom: 1.3rem;
}

em,
it {
  font-style: italic;
}

strong,
b {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
}

/* ==========================================================================
	#LISTS
	========================================================================== */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* ==========================================================================
	#IMAGES
	========================================================================== */
/**
* 1. Fluid images for responsive purposes.
* 2. Offset `alt` text from surrounding copy.
* 3. Setting `vertical-align` removes the whitespace that appears under `img`
*    elements when they are dropped into a page as-is. Safer alternative to
*    using `display: block;`.
*/
img {
  font-style: italic;
  max-width: 100%;
  vertical-align: middle;
}

/* ==========================================================================
	#LINKS
	========================================================================== */
a {
  text-decoration: underline;
  transition: all 150ms ease-out;
  color: #000;
}

a:hover {
  color: #80b313;
}

/* ==========================================================================
	#PLACEHOLDERS
	========================================================================== */
::-webkit-input-placeholder {
  color: #bfbfbf;
}

:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bfbfbf;
}

/* ==========================================================================
	#Custom select
	========================================================================== */
select {
  -webkit-appearance: none;
  appearance: none;
  width: 136px;
  height: 2.1875rem;
  margin-left: 1px;
  padding-left: 15px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03);
  background: #fff
    url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6891 4.87123L0.128784 1.31089C-0.0429278 1.13918 -0.0429278 0.860792 0.128784 0.689099L0.544038 0.273844C0.715456 0.102426 0.993276 0.102096 1.1651 0.273111L4.00001 3.09474L6.8349 0.273112C7.00672 0.102097 7.28454 0.102426 7.45596 0.273844L7.87122 0.689099C8.04293 0.86081 8.04293 1.1392 7.87122 1.31089L4.3109 4.87121C4.1392 5.04292 3.86082 5.04292 3.6891 4.87123Z' fill='black'/%3E%3C/svg%3E%0A")
    94% 50% no-repeat;
  background-size: 10px auto;
}

select::-ms-expand {
  display: none;
}

select.wprm-add-to-collection-tooltip {
  text-align: center;
  background: white;
}

/* ==========================================================================
	#BLOCKQUOTES
	========================================================================== */
blockquote {
  quotes: '“' '”' '‘' '’';
  font-style: italic;
}

blockquote p:first-child:before {
  content: open-quote;
}

blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
	#TABLES
	========================================================================== */
/**
* 1. Ensure tables fill up as much space as possible.
*/
table {
  width: 100%;
}

.responsive-table {
  overflow: auto;
}

/* ==========================================================================
	#FORMS
	========================================================================== */
input,
button,
textarea {
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  -webkit-appearance: none;
  outline: none;
  border: none;
}

/* Label */
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative;
  padding-left: 42px;
  font-size: 1.0625rem;
  line-height: 1.64706em;
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  cursor: pointer;
}

/* Checkbox */
.wpforms [type='checkbox']:not(:checked) + label:before,
.wpforms [type='checkbox']:checked + label:before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  transition: all 0.275s;
}

/* Checkbox checked */
.wpforms [type='checkbox']:not(:checked) + label:after,
.wpforms [type='checkbox']:checked + label:after {
  content: '\e914';
  font-family: 'Icomoon';
  font-size: 0.875rem;
  position: absolute;
  top: 0.3375rem;
  left: 6.5px;
}

/* Checkbox mark changes */
.wpforms [type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

.wpforms [type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type='checkbox']:disabled:checked + label:after {
  color: #777;
}

[type='checkbox']:disabled + label {
  color: #aaa;
}

@media screen and (min-width: 768px) {
  /* Checkbox */
  .wpforms [type='checkbox']:not(:checked) + label:before,
  .wpforms [type='checkbox']:checked + label:before {
    left: 0;
    top: 31.6%;
    transform: translateY(-50%);
  }
  /* Checkbox checked */
  .wpforms [type='checkbox']:not(:checked) + label:after,
  .wpforms [type='checkbox']:checked + label:after {
    top: 32%;
    transform: translateY(-50%);
    left: 7px;
  }
}

@media screen and (min-width: 992px) {
  /* Checkbox */
  .wpforms [type='checkbox']:not(:checked) + label:before,
  .wpforms [type='checkbox']:checked + label:before {
    top: 41%;
  }
  /* Checkbox checked */
  .wpforms [type='checkbox']:not(:checked) + label:after,
  .wpforms [type='checkbox']:checked + label:after {
    top: 41.6%;
  }
}

/* ==========================================================================
	#WRAPPER
	========================================================================== */
/**
* Page-level constraining and wrapping elements.
*/
.o-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.125%;
}

@media screen and (min-width: 768px) {
  .o-container {
    padding: 0 1.95312%;
  }
}

@media screen and (min-width: 992px) {
  .o-container {
    padding: 0;
  }
}

.o-holder {
  float: left;
  width: 100%;
}

/* ==========================================================================
	#LAYOUT
	========================================================================== */
.o-halves {
  display: flex;
  /* define flex container */
  flex-wrap: wrap;
  /* wrap flex items to the next line */
  justify-content: flex-start;
}

.o-halves__half {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-halves__half {
    width: 48.7%;
    max-width: 570px;
  }
}

.o-thirds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.o-thirds__third {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-thirds__third {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .o-thirds__third {
    width: 31.7%;
    max-width: 370px;
  }
}

/* ==========================================================================
	#BUTTONS
	========================================================================== */
/**
	* Extend inuitcss by building components that make up the UI.
	* Component classes are prefixed with a `c-`.
	*/
.c-btn {
  display: inline-block;
  padding: 1.0625rem 28px 0.875rem;
  border-radius: 8px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.53333em;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  transition: all 300ms ease-out;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-btn:hover,
.c-btn:focus {
  background-color: #2f2f2f;
}

@media screen and (min-width: 768px) {
  .c-btn {
    padding: 1.375rem 51px 1.1875rem;
  }
}

.c-link--external {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 1rem;
  line-height: 1.625em;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.1px;
  text-decoration: none;
  color: #000;
}

.c-link--external:before {
  font-family: 'Icomoon';
  content: '\e90a';
  font-size: 0.625rem;
}

.c-link--external:hover {
  color: #80b313;
}

.c-btn.c-btn--cta {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 56px rgba(23, 46, 15, 0.09);
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667em;
  letter-spacing: 0.8px;
  color: white;
  background: #7fb214;
}

.c-btn.c-btn--cta:hover {
  background: #6eb017;
}

/* Style variants
	========================================================================== */
.c-btn--no-fill {
  display: table;
  margin: 0 auto;
  padding: 1rem 68px 0.9375rem;
  border-radius: 8px;
  border: 1px solid #000;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
  text-decoration: none;
  background: transparent;
  color: #000;
}

.c-btn--no-fill:hover {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-btn--no-fill {
    padding: 1rem 44px 0.9375rem;
  }
}

/* Size variants
	========================================================================== */
.c-btn--medium {
  padding: 1.5rem 47px 1.375rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .c-btn--medium {
    padding: 1.4375rem 45px 1.25rem;
  }
}

/* Sidebar - Mobile */
.c-sidebar {
  float: left;
  width: 100%;
  padding: 10.625rem 0 0 90px;
}

/* Comments - Mobile */
.c-comments {
  float: left;
  width: 100%;
  word-wrap: break-word;
}

.c-comments .comments-title {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0.4375rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.375rem;
  line-height: 1.31818em;
  border-bottom: 1px solid #f2f3ef;
}

.c-comments .comment-respond {
  float: left;
  width: 100%;
  padding: 1rem 13px 0 0;
  font-size: 1rem;
  line-height: 1.875em;
}

.c-comments .comment-respond .comment-reply-title {
  margin-bottom: 0.5625rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #373737;
}

.c-comments .comment-respond .comment-form {
  float: left;
  width: 100%;
  margin-bottom: 2.75rem;
}

.c-comments .comment-respond .comments-notes {
  margin-bottom: 2.375rem;
  font-family: 'MetropolisRegularItalic', 'Helvetica', 'Arial', sans-serif;
}

.c-comments .comment-respond .form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.75rem;
}

.c-comments .comment-respond label {
  float: left;
  width: 100%;
  margin-bottom: 0.875rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1em;
}

.c-comments .comment-respond input,
.c-comments .comment-respond textarea {
  float: left;
  width: 100%;
  padding-left: 14px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03);
  font-size: 0.9375rem;
  line-height: 1.5625em;
}

.c-comments .comment-respond input {
  height: 3.125rem;
}

.c-comments .comment-respond textarea {
  height: 11.25rem;
  padding-top: 0.625rem;
  resize: vertical;
}

/* Consent */
.comment-respond .comment-form-cookies-consent {
  float: left;
  width: 100%;
}
.comment-respond .comment-form-cookies-consent input {
  display: none;
}
.comment-respond .comment-form-cookies-consent label {
  float: left;
  width: 100%;
  margin-left: 0;
}
.comment-respond p:not(.comment-notes) {
  max-width: 58rem;
}
.comment-respond input[type='checkbox'] + label {
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial', sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.comment-respond label.inline,
input[type='checkbox'] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

.c-comments .comment-respond input[type='submit'] {
  margin-top: 0.625rem;
  width: 169px;
  height: 3.5rem;
  padding-left: 0;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  transition: all 300ms ease-out;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.c-comments .comment-respond input[type='submit']:hover {
  background-color: #2f2f2f;
}

/* Comments */
.c-comments .comment-list {
  float: left;
  width: 100%;
}

.c-comments .comment-list .comment {
  float: left;
  width: 100%;
  margin-top: 16px;
  padding: 1rem 0;
  border-bottom: 1px solid #f2f3ef;
}

.c-comments .comment-list .comment:nth-child(1) {
  margin-top: 0;
}

.c-comments .comment-list .comment-body {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
  padding: 0.375rem 0 0;
}

.c-comments .comment-list .children {
  float: left;
  width: 100%;
  padding: 2rem 15px 0 8px;
}

.c-comments .comment-list .children .comment {
  border-bottom: none;
}

.c-comments .comment-list .children .children {
  margin-left: 0;
  padding-left: 0;
}

.c-comments .comment-list .children .comment-body {
  padding-bottom: 0;
  border-bottom: none;
}

.c-comments .comment-list .children .comment {
  padding: 1.125rem 0 0;
}

.c-comments .comment-list .children .comment-info {
  width: 100%;
}

.c-comments .comment-list .children .comment-author {
  height: 88px;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.c-comments .comment-list .comment-author {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
  margin-top: -0.1875rem;
}

.c-comments .comment-list img {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background: #efefef;
  border-radius: 50%;
  overflow: hidden;
}

.c-comments .comment-list .wprm-comment-rating {
  float: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.c-comments .comment-list br {
  display: block;
}

.c-comments .comment-list .fn {
  float: left;
  width: 100%;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}

.c-comments .comment-list .fn a {
  text-decoration: none !important;
}

.c-comments .comment-list .comment-info {
  width: 100%;
  max-width: 520px;
}

.c-comments .comment-list .comment-metadata {
  float: left;
  width: 68%;
  margin-bottom: 50px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66667em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.c-comments .comment-list .comment-date,
.c-comments .comment-list .comment-edit-link {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66667em;
  color: #adadad;
}

.c-comments .comment-list a {
  text-decoration: none;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.c-comments .comment-list .wprm-comment-rating {
  float: left;
  clear: left;
  margin-bottom: 8px !important;
}

.c-comments .comment-list p {
  float: left;
  width: 100%;
}

.c-comments .comment-list .reply {
  float: left;
  clear: left;
  margin-top: 17px;
}

.c-comments .comment-awaiting-moderation {
  float: left;
  width: 100%;
  padding: 30px 0 0;
  font-size: 15px;
  line-height: 25px;
}

.c-comments .comment-list .reply a {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-decoration: none;
}

.c-comments .comment-respond .logged-in-as a:hover,
.c-comments .comment-respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.c-comments .comment-respond .commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}

.c-comments .comment-respond #cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}

.c-comments .comment-respond #cancel-comment-reply-link:focus,
.c-comments .comment-respond #cancel-comment-reply-link:active,
.c-comments .comment-respond #cancel-comment-reply-link:hover {
  color: #ff4b33;
}

.c-comments .comment-respond .form-allowed-tags {
  display: none;
}

.comment-form-wprm-rating {
  float: left;
  width: 100%;
  margin: 0 0 50px !important;
}
.c-comments .wprm-rating-stars {
  float: left;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .c-comments .comment-list .comment-metadata {
    margin-bottom: 30px;
  }
  .c-comments .comment-list .children {
    padding: 2rem 0 0 72px;
  }
  .c-comments .comment-list .children .comment-meta {
    width: 82%;
  }
  .c-comments .comment-list .comment-meta {
    width: 55%;
  }
  .c-comments .comment-list .comment-text {
    padding-left: 91px;
  }
}

@media screen and (min-width: 992px) {
  .c-comments .comment-respond {
    font-size: 1.0625rem;
    line-height: 1.88235em;
  }
  .c-comments .comment-respond .comment-reply-title {
    margin-bottom: 0.8125rem;
  }
  .c-comments .comment-respond .comments-notes {
    margin-bottom: 1.9375rem;
  }
  .c-comments .comment-respond label {
    margin-bottom: 0.4375rem;
    font-size: 1.1875rem;
    line-height: 1em;
  }
  .c-comments .comment-respond textarea {
    height: 12.0625rem;
  }
  .c-comments .comment-respond input[type='submit'] {
    width: 176px;
    height: 3.75rem;
  }
  .c-comments .comment-list .children .comment-meta {
    width: 52%;
  }
  .c-comments .comment-list .comment-info {
    width: 82%;
  }
  .c-comments .comment-list .comment-meta {
    width: 300px;
    margin: -45px 0 0.1875rem 90px;
  }
  .c-comments .comment-list .children .comment-meta {
    margin-left: 90px !important;
  }

  .c-comments .comment-body p {
    margin-top: -12px !important;
    margin-bottom: 10px;
    padding-left: 90px;
  }
  .c-comments .comment-list .reply {
    margin-left: 90px;
  }
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  float: left;
  width: 100%;
  padding: 3.5rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.42857em;
  background: #0e2831;
  color: #fff;
}

.c-footer .column {
  margin-bottom: 1.625rem;
}

.c-footer .c-logo {
  float: left;
  font-size: 0;
  line-height: 0;
}
.c-footer .c-logo:hover {
  opacity: 1;
}

.c-footer h1,
.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer h5,
.c-footer h6 {
  margin-bottom: 1rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #fff;
}

.c-footer a {
  text-decoration: none;
  transition: all 300ms ease-out;
  color: #fff;
}

.c-footer a:hover {
  opacity: 0.8;
}

.c-footer .o-main-content {
  float: left;
  width: 100%;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #484848;
}

.c-footer .o-main-content li {
  margin-bottom: 0.6875rem;
}

.c-footer .o-main-content form {
  position: relative;
  float: left;
  max-width: 330px;
  width: 100%;
  height: 48px;
  margin-bottom: 0.875rem;
  border-radius: 8px;
  background: #fff;
}

.c-footer .wpforms-field-container {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 87% !important;
  height: 48px !important;
  padding: 0 !important;
}

.c-footer .wpforms-field {
  padding: 0 !important;
  height: 48px !important;
  overflow: visible !important;
}
.c-footer .o-main-content form input[type='email'] {
  float: left;
  width: 100%;
  max-width: none !important;
  height: 100% !important;
  padding-left: 17px !important;
  border: none !important;
  border-radius: 8px 0 0 8px !important;
  font-size: 0.9375rem;
  line-height: 1.28571em;
  background: none;
}
.c-footer .wpforms-submit-container {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 13% !important;
  height: 48px;
  padding: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}
.c-footer .o-main-content form button[type='submit'] {
  position: relative;
  float: right;
  width: 50px !important;
  height: 48px;
  border: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
  background: transparent
    url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.24686 1.21507L8.0092 1.45223C7.85188 1.60923 7.85188 1.86309 8.0092 2.02008L13.9841 7.97914L1.40167 7.97915C1.18075 7.97915 1 8.15952 1 8.37998L1 8.71401C1 8.93447 1.18075 9.11484 1.40167 9.11484L13.9841 9.11484L8.0092 15.0772C7.85188 15.2342 7.85188 15.4881 8.0092 15.6451L8.24686 15.8823C8.40418 16.0392 8.65858 16.0392 8.8159 15.8823L15.882 8.83426C16.0393 8.67726 16.0393 8.4234 15.882 8.26641L8.8159 1.21841C8.65523 1.05808 8.40418 1.05808 8.24686 1.21507Z' stroke='black'/%3E%3C/svg%3E%0A")
    50% 50% no-repeat !important;
  transition: all 300ms ease-out;
}

.c-footer .o-main-content form button[type='submit']:hover {
  background: #fff
    url("data:image/svg+xml,%3Csvg fill='none' height='17' viewBox='0 0 17 17' width='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.24686 1.21507-.23766.23716c-.15732.157-.15732.41086 0 .56785l5.9749 5.95906-12.58243.00001c-.22092 0-.40167.18037-.40167.40083v.33403c0 .22046.18075.40083.40167.40083h12.58243l-5.9749 5.96236c-.15732.157-.15732.4109 0 .5679l.23766.2372c.15732.1569.41172.1569.56904 0l7.0661-7.04804c.1573-.157.1573-.41086 0-.56785l-7.0661-7.048c-.16067-.16033-.41172-.16033-.56904-.00334z' stroke='%23686767'/%3E%3C/svg%3E")
    50% 50% no-repeat !important;
}

/* WP Forms confirmation box */
.wpforms-confirmation-container-full {
  font-size: 16px;
  line-height: 26px;
  padding: 17px 20px 16px !important;
  border-radius: 8px;
  border: none !important;
  background: #ecf3f4 !important;
  color: #0f303b !important;
}

/* WPForms error message */
.c-footer label.wpforms-error {
  float: left;
  width: 100%;
  margin: 2px 0 0 1px !important;
  font-size: 13px !important;
  color: white !important;
}

/* WPForms fix for displayed form description when it should be hidden */
.c-footer .wpforms-head-container {
  display: none;
}

.c-footer .o-main-content .c-social-btns {
  margin-left: -3px;
}

.c-footer .o-additional-content {
  float: left;
  width: 100%;
  padding-top: 1.875rem;
  text-align: center;
}

.c-footer .o-additional-content .utility-menu ul {
  margin-bottom: 1rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.c-footer .o-additional-content .utility-menu li {
  position: relative;
  display: inline-block;
  width: auto;
}

.c-footer .o-additional-content .utility-menu li:after {
  top: 0.1875rem;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.c-footer .o-additional-content .utility-menu li:last-child {
  border-right: 0;
}

.c-footer .o-additional-content .utility-menu li:last-child:after {
  display: none;
}

.c-footer .o-additional-content .utility-menu a {
  padding: 0 10px;
}

@media screen and (min-width: 540px) {
  .c-footer {
    padding: 3.875rem 0 1rem;
  }
  .c-footer .column {
    margin-bottom: 1.625rem;
  }
  .c-footer h1,
  .c-footer h2,
  .c-footer h3,
  .c-footer h4,
  .c-footer h5,
  .c-footer h6 {
    margin-bottom: 1rem;
  }
  .c-footer .o-main-content {
    padding-bottom: 1.25rem;
  }
  .c-footer .o-main-content form {
    max-width: 416px;
  }
  .c-footer .o-main-content form input[type='email'] {
    width: 87%;
  }
  .c-footer .o-main-content form button[type='submit'] {
    width: 13%;
  }
  .c-footer .o-additional-content {
    float: left;
    width: 100%;
    padding-top: 1.875rem;
    text-align: center;
  }
  .c-footer .o-additional-content .utility-menu {
    margin-bottom: 1rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-footer .o-additional-content .utility-menu li {
    position: relative;
    display: inline-block;
    width: auto;
  }
  .c-footer .o-additional-content .utility-menu li:after {
    top: 0.1875rem;
    width: 1px;
    height: 12px;
    background-color: #fff;
  }
  .c-footer .o-additional-content .utility-menu li:last-child {
    border-right: 0;
  }
  .c-footer .o-additional-content .utility-menu li:last-child:after {
    display: none;
  }
  .c-footer .o-additional-content .utility-menu a {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .c-footer {
    padding: 3.5rem 0 1rem;
  }
  .c-footer .c-logo {
    margin-top: -0.3125rem;
  }
  .c-footer h1,
  .c-footer h2,
  .c-footer h3,
  .c-footer h4,
  .c-footer h5,
  .c-footer h6 {
    margin-bottom: 1.375rem;
  }
  .c-footer .o-main-content {
    padding-bottom: 2.5rem;
  }
  .c-footer .o-main-content form {
    width: 330px;
    margin-bottom: 1.0625rem;
  }
  .c-footer .o-main-content form input[type='email'] {
    width: 280px;
    max-width: none !important;
    height: 100% !important;
  }
  .c-footer .o-main-content form button[type='submit'] {
    width: 50px;
  }
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
.c-header {
  position: relative;
  z-index: 11;
  float: left;
  width: 100%;
  padding: 0.625rem 0;
}

.c-header .c-logo {
  z-index: 2;
  position: relative;
  top: 0.25rem;
  float: left;
  font-size: 0;
  line-height: 0;
}

.c-header .c-logo a {
  float: left;
  width: 100%;
  height: 100%;
}

.c-header .c-nav {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-header .c-nav.opened .c-nav__btn:before {
  color: #000;
}

.c-header .c-nav .wp-search-btn {
  position: relative;
  top: -1px;
  width: 40px;
  height: 40px;
}

.c-header .c-nav .wp-search-btn a {
  font-size: 0;
  line-height: 0;
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.9046 12.8209-3.3194-3.31941c-.0629-.06289-.1449-.0957-.2324-.0957h-.36091c.86131-.998 1.38351-2.29676 1.38351-3.71857 0-3.14164-2.54556-5.68722-5.6872-5.68722s-5.68722344 2.54558-5.68722344 5.68722c0 3.14165 2.54558344 5.68718 5.68722344 5.68718 1.4218 0 2.72057-.5222 3.71857-1.38348v.36088c0 .0875.03554.1696.0957.2324l3.31933 3.3194c.1285.1285.3363.1285.4649 0l.6179-.6179c.1285-.1285.1285-.3363 0-.4648zm-8.2164-2.7589c-2.41707 0-4.37479-1.95771-4.37479-4.37478s1.95772-4.37478 4.37479-4.37478 4.3748 1.95771 4.3748 4.37478-1.95773 4.37478-4.3748 4.37478z' fill='%23000'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 16px auto;
}
.c-header .c-nav .wp-search-btn a:hover {
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.9046 12.8209-3.3194-3.31941c-.0629-.06289-.1449-.0957-.2324-.0957h-.36091c.86131-.998 1.38351-2.29676 1.38351-3.71857 0-3.14164-2.54556-5.68722-5.6872-5.68722s-5.68722344 2.54558-5.68722344 5.68722c0 3.14165 2.54558344 5.68718 5.68722344 5.68718 1.4218 0 2.72057-.5222 3.71857-1.38348v.36088c0 .0875.03554.1696.0957.2324l3.31933 3.3194c.1285.1285.3363.1285.4649 0l.6179-.6179c.1285-.1285.1285-.3363 0-.4648zm-8.2164-2.7589c-2.41707 0-4.37479-1.95771-4.37479-4.37478s1.95772-4.37478 4.37479-4.37478 4.3748 1.95771 4.3748 4.37478-1.95773 4.37478-4.3748 4.37478z' fill='%23000'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 16px auto;
  opacity: 0.6;
}

.c-header .c-nav .wp-personal-account-btn {
  position: relative;
  top: -1px;
  width: 40px;
  height: 40px;
}

.c-header .c-nav .wp-personal-account-btn a {
  font-size: 0 !important;
  line-height: 0;
  text-decoration: none;
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='15' viewBox='0 0 15 15' width='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m3.76233 5.1329c0-2.0064 1.62651-3.6329 3.6329-3.6329 2.0064 0 3.63287 1.6265 3.63287 3.6329 0 1.99639-1.61029 3.61667-3.60289 3.63278-.01014-.00004-.02029-.00006-.03044-.00006-.00995 0-.0199.00002-.02985.00006-1.99244-.01629-3.60259-1.6365-3.60259-3.63278zm.65066 4.17816c-1.30202-.93101-2.15066-2.45548-2.15066-4.17816 0-2.83482 2.29808-5.1329 5.1329-5.1329 2.83487 0 5.13287 2.29808 5.13287 5.1329 0 1.72285-.8488 3.24745-2.151 4.17843.4228.16008.8335.35452 1.228.58217 1.2801.7389 2.3433 1.8016 3.0827 3.0815.2072.3586.0844.8174-.2743 1.0246-.3586.2072-.8174.0844-1.0246-.2743-.6077-1.0519-1.4815-1.9254-2.5337-2.5327-1.0427-.6018-2.22419-.9212-3.42776-.9269-.01072.0001-.02146.0001-.03221.0001-.0109 0-.02179 0-.03268-.0001-1.20373.0056-2.3854.325-3.42828.9269-1.05218.6072-1.92603 1.4807-2.53376 2.5326-.20721.3587-.665936.4814-1.024596.2742-.3586596-.2072-.481434-.6659-.274223-1.0246.739411-1.2798 1.802599-2.3425 3.082769-3.08139.39461-.22774.80554-.42224 1.22853-.58235z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 16px auto;
}

.c-header .c-nav .wp-personal-account-btn a:hover {
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='15' viewBox='0 0 15 15' width='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m3.76233 5.1329c0-2.0064 1.62651-3.6329 3.6329-3.6329 2.0064 0 3.63287 1.6265 3.63287 3.6329 0 1.99639-1.61029 3.61667-3.60289 3.63278-.01014-.00004-.02029-.00006-.03044-.00006-.00995 0-.0199.00002-.02985.00006-1.99244-.01629-3.60259-1.6365-3.60259-3.63278zm.65066 4.17816c-1.30202-.93101-2.15066-2.45548-2.15066-4.17816 0-2.83482 2.29808-5.1329 5.1329-5.1329 2.83487 0 5.13287 2.29808 5.13287 5.1329 0 1.72285-.8488 3.24745-2.151 4.17843.4228.16008.8335.35452 1.228.58217 1.2801.7389 2.3433 1.8016 3.0827 3.0815.2072.3586.0844.8174-.2743 1.0246-.3586.2072-.8174.0844-1.0246-.2743-.6077-1.0519-1.4815-1.9254-2.5337-2.5327-1.0427-.6018-2.22419-.9212-3.42776-.9269-.01072.0001-.02146.0001-.03221.0001-.0109 0-.02179 0-.03268-.0001-1.20373.0056-2.3854.325-3.42828.9269-1.05218.6072-1.92603 1.4807-2.53376 2.5326-.20721.3587-.665936.4814-1.024596.2742-.3586596-.2072-.481434-.6659-.274223-1.0246.739411-1.2798 1.802599-2.3425 3.082769-3.08139.39461-.22774.80554-.42224 1.22853-.58235z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 16px auto;
  opacity: 0.6;
}

.c-header .c-nav .wp-search-btn,
.c-header .c-nav .wp-personal-account-btn {
  display: none;
}

.c-header .c-nav__btn {
  position: relative;
  top: -0.125rem;
  right: 9px;
  float: right;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.c-header .c-nav__btn:before {
  top: 0.75rem;
  left: 17px;
  font-family: 'Icomoon';
  content: '\e912';
  font-size: 1.125rem;
  transition: all 300ms ease-out;
  background: none;
  color: #000;
}

.c-header .c-nav__btn:hover:before {
  color: #80b313 !important;
}

.c-header .c-nav__menu {
  display: none;
  float: left;
  width: 100%;
  padding-top: 0.625rem;
  background: #fff;
}

.c-header .c-nav__menu li {
  float: left;
  width: 100%;
}

.c-header .c-nav__menu li.current-menu-item a {
  color: #2f2f2f;
}

.c-header .c-nav__menu li.current-menu-item a:hover {
  color: #80b313;
}

.c-header .c-nav__menu a {
  float: left;
  width: 100%;
  height: 100%;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  padding: 1rem 0 1.0625rem 25px;
  border-bottom: 1px solid #efefef;
  font-size: 0.9375rem;
  line-height: 1.6em;
  letter-spacing: 0.3px;
  transition: all 300ms ease-out;
  text-decoration: none;
  background: #fff;
  color: #2f2f2f;
}
.c-header .c-logged-in-menu a {
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.c-header .c-logged-in-menu .menu-item-has-children:before {
  top: -5px;
}
.c-header .c-nav__menu a:hover {
  text-decoration: none;
  color: #80b313;
}

.c-header .menu-item-has-children {
  position: relative;
}

.c-header .sub-menu {
  z-index: 1;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.c-header .sub-menu a {
  padding-left: 40px;
  font-size: 0.875rem;
}

.c-header .sub-menu .sub-menu a {
  padding-left: 55px;
}

.c-header .c-nav__open-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 3.5625rem;
  border-radius: 8px 0 0 8px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #f7fdff;
  color: #fff;
}

.c-header .c-nav__open-menu-btn:before {
  position: absolute;
  top: 18px;
  right: 26px;
  content: '';
  width: 8px;
  height: 20px;
  transition: all 300ms ease-out;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6891 4.87123L0.128784 1.31089C-0.0429278 1.13918 -0.0429278 0.860792 0.128784 0.689099L0.544038 0.273844C0.715456 0.102426 0.993276 0.102096 1.1651 0.273111L4.00001 3.09474L6.8349 0.273112C7.00672 0.102097 7.28454 0.102426 7.45596 0.273844L7.87122 0.689099C8.04293 0.86081 8.04293 1.1392 7.87122 1.31089L4.3109 4.87121C4.1392 5.04292 3.86082 5.04292 3.6891 4.87123Z' fill='black'/%3E%3C/svg%3E%0A");
  color: #000;
}

.c-header .c-nav__open-menu-btn:hover:before {
  opacity: 0.9;
}

.c-header .c-nav__open-menu-btn.toggled:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3109 0.12877L7.87122 3.68911C8.04293 3.86082 8.04293 4.13921 7.87122 4.3109L7.45596 4.72616C7.28454 4.89757 7.00672 4.8979 6.8349 4.72689L3.99999 1.90526L1.1651 4.72689C0.993275 4.8979 0.715456 4.89757 0.544038 4.72616L0.128783 4.3109C-0.0429278 4.13919 -0.0429278 3.8608 0.128784 3.68911L3.6891 0.128788C3.8608 -0.0429233 4.13918 -0.0429237 4.3109 0.12877Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 992px) {
  .c-header {
    padding: 1.25rem 0 1rem;
  }
  .logged-in .c-header {
    padding: 0 0 14px;
  }
  .logged-in .c-logo {
    top: 37px;
  }
  .logged-in .c-header .c-nav__menu .menu {
    z-index: 99;
    margin-top: -7px;
  }
  .c-header .c-nav {
    position: relative;
    top: 0.6875rem;
    float: right;
    width: 745px;
  }
  .c-header .c-nav__btn {
    display: none;
  }
  .c-header .c-nav__menu {
    float: right;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    width: auto;
    background: none;
  }
  .c-header .c-nav__menu > ul {
    z-index: 99;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .c-header .c-nav__menu .menu {
    order: 2;
  }
  .logged-in .c-header .c-nav .menu .wp-search-btn,
  .logged-in .c-header .c-nav .menu .wp-personal-account-btn {
    display: none !important;
  }

  .c-header .c-nav__menu li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 3px;
    padding: 0;
  }
  .c-header .c-nav__menu li.current-menu-item > a,
  .c-header .c-nav__menu li.current_page_parent > a {
    color: #000;
  }
  .c-header .c-nav__menu a {
    position: relative;
    padding: 0 12px 0.875rem;
    border: none;
    background: none;
  }
  .c-header .c-nav__menu a:hover {
    background: none;
    color: #80b313;
  }
  .c-header .c-nav__open-menu-btn {
    display: none;
  }
  .c-header .menu-item-has-children {
    position: relative;
    overflow: hidden;
  }
  .c-header .menu-item-has-children:before {
    top: -0.1875rem;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6891 4.87123L0.128784 1.31089C-0.0429278 1.13918 -0.0429278 0.860792 0.128784 0.689099L0.544038 0.273844C0.715456 0.102426 0.993276 0.102096 1.1651 0.273111L4.00001 3.09474L6.8349 0.273112C7.00672 0.102097 7.28454 0.102426 7.45596 0.273844L7.87122 0.689099C8.04293 0.86081 8.04293 1.1392 7.87122 1.31089L4.3109 4.87121C4.1392 5.04292 3.86082 5.04292 3.6891 4.87123Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 13px;
    width: 8px;
    height: 30px;
  }
  .c-header .menu-item-has-children:hover {
    overflow: visible;
  }
  .c-header .menu-item-has-children:hover .c-nav__open-menu-btn {
    display: none;
  }
  .c-header .menu-item-has-children:hover .sub-menu {
    opacity: 1;
  }
  .c-header .sub-menu {
    position: absolute;
    display: block !important;
    top: 40px;
    left: -18px;
    width: 222px;
    padding-top: 0.625rem;
    overflow: visible;
    background: #f7fdff;
    opacity: 1;
  }
  .c-header .sub-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .c-header .sub-menu a {
    border-bottom: 1px solid #efefef;
    padding: 0.4375rem 30px 0.8125rem 30px;
    font-size: 0.875rem;
    background: #f7fdff;
  }
  .c-header .sub-menu a:hover {
    background: #f7fdff;
  }
  .c-header .sub-menu .menu-item-has-children {
    position: relative;
  }
  .c-header .sub-menu .menu-item-has-children:after {
    top: 50%;
    transform: translateY(-64%);
    right: 20px;
    content: '';
    width: 8px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6891 4.87123L0.128784 1.31089C-0.0429278 1.13918 -0.0429278 0.860792 0.128784 0.689099L0.544038 0.273844C0.715456 0.102426 0.993276 0.102096 1.1651 0.273111L4.00001 3.09474L6.8349 0.273112C7.00672 0.102097 7.28454 0.102426 7.45596 0.273844L7.87122 0.689099C8.04293 0.86081 8.04293 1.1392 7.87122 1.31089L4.3109 4.87121C4.1392 5.04292 3.86082 5.04292 3.6891 4.87123Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: 90% 6px;
    background-repeat: no-repeat;
  }
  .c-header .sub-menu .menu-item-has-children:hover .sub-menu {
    top: -0.625rem;
    left: 222px;
  }
  .c-header .c-nav__menu .menu > li:last-child .sub-menu {
    left: -117px;
  }
  .c-header .wp-search-btn,
  .c-header .wp-personal-account-btn {
    display: inline-block !important;
  }
  .c-header .wp-search-btn a,
  .c-header .wp-personal-account-btn a {
    position: relative;
    top: -8px;
    font-size: 0 !important;
    line-height: 0;
  }
  .c-header .wp-search-btn span,
  .c-header .wp-personal-account-btn span {
    font-size: 0.875rem !important;
  }
  .c-header .wp-personal-account-btn span {
    font-size: 0.9375rem !important;
  }
  .error404 .current_page_parent > a {
    color: #000;
  }
}
@media screen and (min-width: 1235px) {
  .c-header .c-nav {
  	width: 875px;
  }
}

/* Search area - Mobile */
.c-mobile-search {
  position: absolute;
  top: 8px;
  right: 54px;
  width: 132px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-mobile-search > li {
	display: block !important;
}
.c-mobile-search a {
  display: block !important;
  float: left;
  width: auto;
  width: 30px;
  height: 38px;
  padding: 13px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.c-site-search {
  float: left;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-out;
  background: #f7fdff;
  overflow: hidden;
}

.c-site-search.opened {
  height: 12.25rem;
}

.c-site-search .form-group {
  float: left;
  width: 100%;
  margin: 1.5625rem 0 1.6875rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.c-site-search input[type='text'] {
  float: left;
  width: 608px;
  padding: 1.4375rem 20px 1.25rem;
  border: none;
  border-radius: 8px;
  height: 68px;
  box-shadow: 0 0 56px rgba(0, 0, 0, 0.06);
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  font-size: 1.0625rem;
  line-height: 1.52941em;
  letter-spacing: 0.5px;
  background-size: 19px auto;
  text-align: center;
}

.c-site-search input[type='text']::-webkit-input-placeholder {
  color: #bfbfbf;
}

.c-site-search input[type='text']::-moz-placeholder {
  color: #bfbfbf;
}

.c-site-search input[type='text']:-moz-placeholder {
  color: #bfbfbf;
}

.c-site-search input[type='text']:-ms-input-placeholder {
  color: #bfbfbf;
}

.c-site-search input[type='submit'] {
  float: left;
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.4375rem 20px 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-site-search.opened {
    height: 7.625rem;
  }
  .c-site-search input[type='text'] {
    width: 394px;
    text-align: left;
  }
  .c-site-search input[type='submit'] {
    width: 198px;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .c-mobile-search {
    display: none !important;
  }
  .c-mobile-search {
    display: none;
  }
  .c-site-search input[type='text'] {
    width: 490px;
  }
}

@media screen and (min-width: 1200px) {
  .c-site-search input[type='text'] {
    width: 608px;
  }
}

/* Post content - Mobile */
.c-post-content {
  float: left;
  width: 100%;
  overflow-x: hidden;
}

.c-post-content .c-post-intro {
  float: left;
  width: 100%;
  padding: 1.375rem 0 0 0;
}

.c-post-content .c-post-intro .post-title {
  margin: 0 0 1.375rem -5px;
  font-size: 1.8125rem;
  line-height: 1.04082em;
  letter-spacing: -1px;
}

.c-post-content .c-post-intro .c-post-meta-intro {
  position: relative;
  padding-bottom: 0.75rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  border-bottom: 1px solid #f2f3ef;
  font-size: 0.8125rem;
  line-height: 1.58333em;
}

.c-post-content .c-post-intro .c-post-meta-intro .author-thumbnail {
  width: 60px;
  top: 0;
}

.c-post-content .c-post-intro .c-post-meta-intro .author-thumbnail img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.c-post-content .c-post-intro .c-post-meta-intro ul {
  float: left;
  width: 200px;
  margin-top: 0.375rem;
}

.c-post-content .c-post-intro .c-post-meta-intro .author-name {
  float: left;
  width: 100%;
  padding-right: 13px;
  font-family: 'MetropolisMedium', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.875rem;
}

.c-post-content .c-post-intro .c-post-meta-intro .date {
  float: left;
  width: 100%;
  color: #bfbfbf;
}

.c-post-content .c-post-intro .c-post-meta-intro .accuracy-check {
  position: relative;
  float: left;
  width: 100%;
  margin: 0.9375rem 0 0 34px;
  padding-left: 26px;
  font-family: 'MetropolisMedium', 'Helvetica', 'Arial', sans-serif;
}

.c-post-content .c-post-intro .c-post-meta-intro .accuracy-check:before {
  top: -0.0625rem;
  width: 20px;
  height: 20px;
  font-family: 'Icomoon';
  content: '\e914';
  color: #e2eece;
}

.c-post-content .c-post-intro .c-post-nav {
  float: left;
  width: 100%;
  padding: 1.3125rem 0 0.3125rem;
  border-bottom: 1px solid #f2f3ef;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Post top nav */
.c-post-content .entry-content .wprm-recipe-template-snippet-basic-buttons-edited {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.c-post-content .wprm-recipe-template-snippet-basic-buttons-edited .c-post-nav {
  float: left;
  width: 100%;
  margin: 0 0 10px !important;
  padding: 24px 0 0;
  border-bottom: 1px solid #f2f3ef;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-post-content .entry-content .c-post-nav .wprm-recipe-link {
  font-size: 14px;
  background: none !important;
}

.c-post-content .entry-content .c-post-nav li {
  padding-left: 0 !important;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li
  a {
  position: relative;
  float: none;
  margin: 0;
  padding: 1.4375rem 5px 0 !important;
  text-decoration: none;
  font-size: 0.5625rem;
  line-height: 1.08333em;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li
  a:hover {
  background: none !important;
  color: #80b313 !important;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li
  a:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Icomoon';
  font-size: 0.875rem;
  color: #e2eece;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li::marker {
  color: transparent;
}
.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li.leave-comment
  a:before {
  content: '\e902';
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li.save-post
  a:before {
  top: 0.0625rem;
  content: '\e901';
  font-size: 0.75rem;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-snippet-basic-buttons-edited
  .c-post-nav
  li.go-to-recipe
  a:before {
  content: '\e900';
  font-size: 1rem;
}

/* Content */
.c-post-content .entry-content {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 1.9375em;
  overflow-x: hidden;
}

.c-post-content .entry-content p {
  margin-bottom: 0.75rem;
}

.entry-content h1 {
  font-size: 2.25rem;
  line-height: 1.16667em;
}

.entry-content h2 {
  margin: 2rem 0 1.25rem;
  font-size: 2rem;
  line-height: 1.11538em;
}

.entry-content h3 {
  margin: 1.1875rem 0 1.1875rem;
  font-size: 1.3125rem;
  line-height: 1.28571em;
}

.entry-content h4 {
  margin: 1.25rem 0 0.8125rem;
  font-size: 1.25rem;
  line-height: 1.44444em;
}

.entry-content h5 {
  margin: 1.25rem 0 1.3125rem;
  font-size: 1.125rem;
  line-height: 1.44444em;
}

.entry-content h6 {
  margin: 1.25rem 0 0.875rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.875em;
}

.entry-content img {
  margin: 0.625rem 0;
}

/*
.entry-content a:not(.wp-block-button__link):not(.button.view) {
  text-decoration: none;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  background: linear-gradient(to bottom, #e8f7fa, #e8f7fa);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 7px;
  transition: all 100ms ease-out;
}

.entry-content a:not(.wp-block-button__link):not(.button.view):hover {
  background-size: 1px 100%;
  color: #000;
}
*/
.entry-content p a,
.entry-content .wprm-recipe a,
.c-toc-box a {
  text-decoration: none;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  background: linear-gradient(to bottom, #e8f7fa, #e8f7fa);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 7px;
  transition: all 100ms ease-out;
}

.entry-content p a:hover,
.entry-content .wprm-recipe a:hover,
.c-toc-box a:hover {
  background-size: 1px 100%;
  color: #000;
}

/* Affiliate links warning */
.c-blog-affiliate-warning {
  float: left;
  width: 100%;
  padding: 15px 0 5px;
  border-bottom: 1px solid #eaedee;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .c-blog-affiliate-warning {
    padding: 12px 90px 0px;
    font-size: 13px;
    line-height: 21px;
  }
}

.c-post-content .entry-content .box {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.125rem 22px 1.125rem;
  border-radius: 8px;
  box-shadow: none !important;
  background: #e8f7fa;
}

.c-post-content .entry-content .box h4,
.c-post-content .entry-content .box h5,
.c-post-content .entry-content .box h6 {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
}

.c-post-content .entry-content .box h3 {
  margin-bottom: 2.125rem;
}

.c-post-content .entry-content .box h4 {
  margin-bottom: 1rem;
}

.c-post-content .entry-content .box h5 {
  margin-bottom: 0.75rem;
}

.c-post-content .entry-content .box p {
  margin-bottom: 0.625rem;
}

.c-post-content .entry-content .box li {
  padding-left: 6px;
}

.c-post-content .entry-content .box a {
  background: linear-gradient(to bottom, #fff, #fff);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 7px;
}

.c-post-content .entry-content .box a:hover {
  background-size: 1px 100%;
}

.c-post-content .entry-content .wp-block-quote {
  float: left;
  width: 100%;
  margin: 0.625rem 0;
  padding-left: 20px;
  border-left: 4px solid #80b314;
}

.c-post-content .entry-content .wp-block-quote cite {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1em;
}

.c-post-content .c-recipes-grid-three-col-section {
  padding: 0;
}

.c-post-content .c-recipes-grid-three-col-section .heading h1,
.c-post-content .c-recipes-grid-three-col-section .heading h2,
.c-post-content .c-recipes-grid-three-col-section .heading h3,
.c-post-content .c-recipes-grid-three-col-section .heading h4,
.c-post-content .c-recipes-grid-three-col-section .heading h5,
.c-post-content .c-recipes-grid-three-col-section .heading h6 {
  margin: 1.1875rem 0 1.1875rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.3125rem;
  line-height: 1.28571em;
}

.c-post-content .c-recipes-grid-three-col-section .c-grid-slider {
  margin-bottom: 1.5625rem;
}

.c-recipes-grid-three-col-section .wprm-recipe-meta-container {
  position: absolute;
  bottom: 0;
}
.c-recipes-grid-three-col-section .embla__slide__inner {
  height: 335px !important;
}
@media screen and (min-width: 768px) {
  .c-recipes-grid-three-col-section .embla__slide__inner {
    height: 322px !important;
  }
}

/* Calories count */
.c-recipes-grid-three-col-section .wprm-recipe-meta-container {
  z-index: 9;
  position: absolute;
  right: 13px;
  font-family: 'MetropolisSemiBold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: white;
}
.c-recipes-grid-three-col-section .wprm-recipe-details-unit {
  padding-left: 1px;
}

/* Add to favourites */
.c-recipes-grid-three-col-section .wprm-recipe-add-to-collection {
  position: absolute;
  top: 0;
  top: 0.5625rem;
  right: 10px;
  width: 36px;
  height: 36px;
  border: none !important;
  border-radius: 50% !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23ec483a'/%3E%3C/svg%3E")
    50% 55% no-repeat;
  background-size: 20px auto;
}
.c-recipes-grid-three-col-section .wprm-recipe-add-to-collection:hover {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 55% no-repeat !important;
  background-size: 20px auto !important;
}
.c-recipes-grid-three-col-section
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 55% no-repeat !important;
  background-size: 20px auto !important;
}
/* Post Title */
.c-recipes-grid-three-col-section .wprm-recipe-name a {
  float: left;
  width: 100%;
  font-family: MetropolisSemiBold, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.61111em;
  letter-spacing: 0.1px;
  color: rgb(0, 0, 0);
  text-decoration: none !important;
}
.c-recipes-grid-three-col-section .wprm-recipe-name a:hover {
  color: rgb(128, 179, 19);
}

@media screen and (min-width: 768px) {
  .c-recipes-grid-three-col-section .wprm-recipe-name {
    font-size: 0.9375rem;
    line-height: 1.53333em;
  }
}
@media screen and (min-width: 992px) {
  .c-recipes-grid-three-col-section .wprm-recipe-name {
    font-size: 1.125rem;
    line-height: 1.61111em;
  }
}

.c-post-content .c-post-category-meta {
  float: left;
  width: 100%;
  padding: 1.25rem 6px;
  border-top: 1px solid #f2f3ef;
  border-bottom: 1px solid #f2f3ef;
  font-size: 0.9375rem;
  line-height: 2em;
  font-family: 'MetropolisMedium', 'Helvetica', 'Arial', sans-serif;
}

.c-post-content .c-post-category-meta .tags,
.c-post-content .c-post-category-meta .categories {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.3125rem;
  padding-left: 43px;
}

.c-post-content .c-post-category-meta .tags ul,
.c-post-content .c-post-category-meta .categories ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.c-post-content .c-post-category-meta .tags li,
.c-post-content .c-post-category-meta .categories li {
  list-style: none;
  margin-right: 12px;
  padding: 0;
}

.c-post-content .c-post-category-meta .tags:before,
.c-post-content .c-post-category-meta .categories:before {
  font-family: 'Icomoon';
  color: #e2eece;
}

.c-post-content .c-post-category-meta .tags:before {
  content: '\e90e';
  font-size: 1rem;
}

.c-post-content .c-post-category-meta .categories:before {
  content: '\e90d';
  font-size: 0.875rem;
}

.c-post-content .c-post-category-meta a {
  text-decoration: none;
}

.c-post-content .c-post-category-meta a:hover {
  color: #80b313;
}

@media screen and (min-width: 340px) {
  .c-post-content .c-post-intro .c-post-meta-intro ul {
    width: 170px;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .accuracy-check {
    position: absolute;
    top: -0.5rem;
    right: 5px;
    width: 120px;
    text-align: right;
    line-height: 19px;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .accuracy-check:before {
    left: 21px;
  }
}

@media screen and (min-width: 768px) {
  .c-post-content .c-post-intro {
    padding: 3.8125rem 0 0 0;
  }
  .c-post-content .c-post-intro .post-title {
    margin: 0 0 1.3125rem -5px;
    font-size: 3rem;
    line-height: 1.04167em;
  }
  .c-post-content .c-post-intro .c-post-meta-intro {
    padding-bottom: 1.1875rem;
    font-size: 0.875rem;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .author-thumbnail {
    width: 66px;
  }
  .c-post-content .c-post-intro .c-post-meta-intro ul {
    width: 360px;
    margin-top: 1rem;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .author-name {
    width: auto;
    border-right: 1px solid #d9d9d9;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .date {
    width: auto;
    padding: 1px 0 0 13px;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .accuracy-check {
    width: auto;
    margin: 0;
    top: 1rem;
    right: 0;
    height: 18px;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .accuracy-check:before {
    left: 0;
  }

  /* Post top nav */
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav {
    margin-bottom: 18px !important;
    padding: 14px 0 12px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li {
    padding: 0;
    text-align: left;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li
    a {
    padding: 0 0 0 29px !important;
    font-size: 0.8125rem;
    line-height: 1.17647em;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li
    a:before {
    position: absolute;
    top: 0;
    left: 0;
    top: -0.125rem;
    left: 0;
    transform: none;
    font-size: 1.25rem;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li:nth-child(1) {
    text-align: left;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li:nth-child(2) {
    text-align: center;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li:nth-child(3) {
    text-align: right;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li.save-post
    a:before {
    top: -0.0625rem;
    font-size: 1.0625rem;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li.go-to-recipe
    a:before {
    font-size: 1.1875rem;
  }

  /* Content */
  .c-post-content .entry-content h2 {
    margin: 2.25rem 0 1.625rem;
    font-size: 2.0625rem;
    line-height: 1.0303em;
  }
  .c-post-content .entry-content h3 {
    margin: 1.75rem 0 1.25rem;
    font-size: 1.375rem;
    line-height: 1.19231em;
  }
  .c-post-content .entry-content h4 {
    margin-top: 1.625rem;
  }
  .c-post-content .entry-content h5 {
    margin-top: 1.625rem;
  }
  .c-post-content .entry-content h6 {
    margin-top: 1.8125rem;
  }
  .c-post-content .entry-content img {
    margin: 1.25rem 0 0.25rem;
  }
  .c-post-content .entry-content .box {
    padding: 1.625rem 40px 1.75rem;
  }
  .c-post-content .entry-content .box p {
    margin-bottom: 0.9375rem;
  }
  .c-post-content .entry-content .wp-block-quote {
    padding-left: 35px;
  }
  .c-post-content .c-recipes-grid-three-col-section {
    margin-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .c-post-content .c-post-intro {
    padding: 5rem 12px 0 0;
  }
  .c-post-content .c-post-intro .post-title {
    margin: 0 0 1.375rem -5px;
    font-size: 3.0625rem;
    line-height: 1.04082em;
  }
  .c-post-content .c-post-intro .c-post-meta-intro {
    padding-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.42857em;
  }
  .c-post-content .c-post-intro .c-post-meta-intro ul {
    width: 200px;
    margin-top: 0.375rem;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .author-name {
    border-right: none;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .date {
    width: 100%;
    padding-left: 0;
    color: #bfbfbf;
  }
  .c-post-content .c-post-intro .c-post-meta-intro .accuracy-check {
    top: 1.75rem;
  }

  /* Post top nav */
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav {
    margin-bottom: 16px !important;
    padding: 1.25rem 0 11px;

    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-snippet-basic-buttons-edited
    .c-post-nav
    li {
    width: 33.3%;
    font-size: 0.8125rem;
    line-height: 1.17647em;
  }

  /* Content*/
  .c-post-content .entry-content {
    padding-right: 12px;
    font-size: 1.0625rem;
    line-height: 1.88235em;
  }
  .c-post-content .entry-content h2 {
    margin: 2.5rem 0 1.5625rem;
  }
  .c-post-content .c-post-category-meta {
    float: left;
    width: 100%;
    padding: 1.25rem 6px;
    border-top: 1px solid #f2f3ef;
    border-bottom: 1px solid #f2f3ef;
    font-size: 0.9375rem;
    line-height: 2em;
    font-family: 'MetropolisMedium', 'Helvetica', 'Arial', sans-serif;
  }
  .c-post-content .c-post-category-meta .tags,
  .c-post-content .c-post-category-meta .categories {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0.3125rem;
    padding-left: 43px;
  }
  .c-post-content .c-post-category-meta .tags ul,
  .c-post-content .c-post-category-meta .categories ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .c-post-content .c-post-category-meta .tags li,
  .c-post-content .c-post-category-meta .categories li {
    list-style: none;
    margin-right: 12px;
    padding: 0;
  }
  .c-post-content .c-post-category-meta .tags:before,
  .c-post-content .c-post-category-meta .categories:before {
    font-family: 'Icomoon';
    color: #e2eece;
  }
  .c-post-content .c-post-category-meta .tags:before {
    content: '\e90e';
    font-size: 1rem;
  }
  .c-post-content .c-post-category-meta .categories:before {
    content: '\e90d';
    font-size: 0.875rem;
  }
  .c-post-content .c-post-category-meta a {
    text-decoration: none;
  }
  .c-post-content .c-post-category-meta a:hover {
    color: #80b313;
  }
}

@media screen and (min-width: 1200px) {
  .c-post-content .c-post-intro {
    padding: 5rem 12px 0 0;
  }
  .c-post-content .c-post-intro .meta-info {
    padding-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.42857em;
  }
  .c-post-content .c-post-intro .meta-info .author-thumbnail {
    width: 66px;
  }
  .c-post-content .c-post-intro .meta-info ul {
    width: 360px;
    margin-top: 1rem;
  }
  .c-post-content .c-post-intro .meta-info .author-name {
    width: auto;
    border-right: 1px solid #d9d9d9;
  }
  .c-post-content .c-post-intro .meta-info .date {
    width: auto;
    padding: 1px 0 0 13px;
  }
  .c-post-content .c-post-intro .meta-info .accuracy-check {
    top: 1rem;
  }
  /* Recipe */
  .c-post-content .entry-content .wprm-recipe a {
      color: #000;
  }
  .c-post-content .entry-content .wprm-container {
    padding: 0 20px;
  }
  .c-post-content .entry-content .wprm-container .recipe-actions {
    right: 20px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-name {
    width: 340px;
  }
  .c-post-content .entry-content .wprm-recipe-summary {
    width: 370px;
  }
  .c-post-content .entry-content .wprm-recipe-block-container-columns,
  .c-post-content .entry-content .wprm-recipe-ingredients-container,
  .c-post-content .entry-content .wprm-recipe-instructions-container,
  .c-post-content .entry-content .wprm-recipe-nutrition-header,
  .c-post-content .entry-content .wprm-nutrition-label-container,
  .c-post-content .entry-content .wprm-recipe-rating {
    padding: 0 30px;
  }
  .c-post-content .entry-content .c-share-social {
    padding: 1.75rem 104px 1rem;
  }
}

.c-social-btns {
  float: left;
  width: 100%;
  clear: both;
}

.c-social-btns li {
  float: left;
  margin: 0 2px;
}

.c-social-btns a {
  position: relative;
  float: left;
  width: 30px;
  height: 28px;
  font-size: 0.9375rem;
  line-height: 1.47619em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.c-social-btns a:hover {
  opacity: 0.7;
}

.c-social-btns [class^='icon-']:before,
.c-social-btns [class*=' icon-']:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* WordPress Default Styling
========================================================================== */
.alignnone {
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

.aligncenter {
  display: block;
  margin: 0.625rem auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

.alignleft {
  float: left;
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

a .alignright {
  float: right;
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

a .alignleft {
  float: left;
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

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

.wp-caption,
figcaption {
  padding: 0.625rem 3px 0 3px;
  text-align: center;
  background: #fff;
}

.wp-caption.aligncenter,
figcaption.aligncenter {
  margin: 0.625rem auto 0.9375rem auto;
}

.wp-caption.alignnone,
figcaption.alignnone {
  margin: 0.625rem auto 0.9375rem auto;
}

.wp-caption.alignleft,
figcaption.alignleft {
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

.wp-caption.alignright,
figcaption.alignright {
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

.wp-caption img,
figcaption img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption .wp-caption-text,
figcaption {
  margin: 0;
  padding: 0 0 0.625rem;

  font-size: 0.875rem;
  line-height: 1.71429em;
  color: #939393;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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: #21759b;
  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;
}

/* Posts and Pages */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Blog page
------------------------------------------------------------------------------*/
.page-default .c-content {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.entry-header {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 1.625rem;
  height: 24.375rem;
  text-align: center;
  background: #444;
}

.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 30px;
  font-size: 3.125rem;
  line-height: 1.08em;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.entry-header h2 a {
  text-decoration: none;
  transition: color 0.2s ease;
  color: #212121;
}

.entry-header h2 a:hover {
  color: rgba(46, 55, 71, 0.04);
}

.blog .content {
  padding-bottom: 80px;
}

.blog .entry-header {
  margin-top: 5rem;
}

.entry-content iframe {
  //min-height: 500px;
}

.blog .post-navigation {
  margin-bottom: 2.5rem;
}

.entry-meta {
  float: left;
  width: 100%;
  margin: 40px 0 10px;
}

.blog .entry-meta {
  margin-bottom: 0;
}

.c-content {
  float: left;
  width: 100%;
}

.entry-content {
  float: left;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.66667em;
}
.page-template-default .entry-content {
  padding: 45px 0;
}

.entry-content h1 {
  font-size: 4.3125rem;
  line-height: 1.13043em;
  margin: 0.8125rem 0 1.625rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content pre,
.entry-content table,
.entry-content blockquote {
  margin: 0 0 0.8125rem;
}

.entry-content blockquote {
  padding: 0 0 0 40px;
}

.entry-content ul,
.entry-content ol {
  margin-left: 18px;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0;
}

.entry-content hr {
  border: 1px solid;
  margin: -1px 0;
}

.entry-content small,
.entry-content code {
  line-height: 1;
}

.entry-content sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.entry-content sub {
  bottom: -0.25em;
}

.entry-content table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  background: #fff;
}

.entry-content table td,
.entry-content table th {
  padding: 0.75rem 12px;
}

.entry-content table thead th {
  font-size: 0.9375rem;
  background-color: #273f5b;
  color: #fff;
}

.entry-content table thead th:first-child {
  border: none;
}

.entry-content table tbody td {
  border-left: 1px solid rgba(46, 55, 71, 0.04);
  font-size: 0.9375rem;
  color: #0f2b38;
}

.entry-content table tbody tr:nth-child(even) td {
  background: rgba(46, 55, 71, 0.04);
  color: #00557f;
}

.entry-content table tbody td:first-child {
  border-left: none;
}

.entry-content table tbody tr:last-child td {
  border-bottom: none;
}

.entry-content table tfoot td div {
  border-top: 1px solid rgba(46, 55, 71, 0.04);
  background: rgba(46, 55, 71, 0.04);
}

.entry-content table tfoot td {
  padding: 0;
  font-size: 0.8125rem;
}

.entry-content table tfoot td div {
  padding: 2px;
}

.entry-content table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.entry-content table tfoot li {
  display: inline;
}

.entry-content table tfoot li a {
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  border: 1px solid #006699;
  text-decoration: none;
  background: #006699;
  color: #fff;
}

.entry-footer {
  float: left;
  width: 100%;
  margin: 0 0 2.5rem;
}

.entry-footer .cat-links {
  float: left;
  width: 100%;
}

.entry-footer .tag-links {
  float: left;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .entry-header {
    min-height: 30rem;
    margin-bottom: 1.875rem;
  }
  .entry-header h2 {
    font-size: 3.375rem;
    line-height: 1.01852em;
  }
}

@media screen and (min-width: 980px) {
  .content .container {
    padding: 3.0612244898%;
  }
  .entry-header h2 {
    padding: 0 120px;
  }
}

/* 404 error page */
.error404 .c-content {
  float: left;
  width: 100%;
  min-height: 70vh;
  padding: 17vh 0 0;
}

.error404 p {
  margin-bottom: 12px;
}

/* ==========================================================================
	#CONTENT WITH SIDEBAR
	========================================================================== */

.page-template-default.w-sidebar .c-sidebar {
  padding-top: 6rem;
}

/* Recipes grid two column section - Mobile */
/* Displayed in Two column grid block and in Featured recipes on Category pages */
.c-recipes-grid-two-col-section {
  float: left;
  width: 100%;
  padding: 3.0625rem 0 1.25rem;
  overflow-x: hidden;
}

.c-recipes-grid-two-col-section .heading h1,
.c-recipes-grid-two-col-section .heading h2,
.c-recipes-grid-two-col-section .heading h3,
.c-recipes-grid-two-col-section .heading h4,
.c-recipes-grid-two-col-section .heading h5,
.c-recipes-grid-two-col-section .heading h6 {
  float: left;
  width: 100%;
  margin-left: -1px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #f2f3ef;
  font-size: 2.0625rem;
  line-height: 0.90909em;
  letter-spacing: -0.1px;
}

.c-recipes-grid-two-col-section .c-grid-slider {
  margin-bottom: 2.5rem;
}

.c-recipes-grid-two-col-section .thumbnail {
  position: relative;
  float: left;
  margin-bottom: 0.875rem;
  width: 262px;
  height: 262px;
  border-radius: 8px;
  background: #ededed;
}

.c-recipes-grid-two-col-section .thumbnail .c-post-link {
  float: left;
  width: 100%;
}

.c-recipes-grid-two-col-section .thumbnail img {
  width: 262px;
  height: 262px;
  border-radius: 8px;
}

.c-recipes-grid-two-col-section .thumbnail .c-btn-fav {
  position: absolute;
  top: 0.75rem;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: white;
}

.c-recipes-grid-two-col-section .thumbnail .c-btn-fav span {
  position: relative;
  top: 0.83125rem;
  left: 11px;
  font-size: 1.25rem;
}

.c-recipes-grid-two-col-section .thumbnail .c-btn-fav:hover {
  background: #ec473a;
}

.c-recipes-grid-two-col-section .thumbnail .c-btn-fav:hover span:before {
  color: white;
}

.c-recipes-grid-two-col-section .title {
  float: left;
  width: 100%;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.125rem;
  line-height: 1.61111em;
  text-decoration: none;
  letter-spacing: 0.1px;
  color: #000;
}

.c-recipes-grid-two-col-section .title:hover {
  color: #80b313;
}

.c-recipes-grid-two-col-section .embla {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-recipes-grid-two-col-section .embla__viewport {
  width: 100%;
  padding: 0 7px 0 1.5rem;
}

.c-recipes-grid-two-col-section .embla__viewport:before {
  display: none;
  content: '{ "slidesToScroll": 1, "draggable": true }';
}

.c-recipes-grid-two-col-section .embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.c-recipes-grid-two-col-section .embla__viewport.is-dragging {
  cursor: grabbing;
}

.c-recipes-grid-two-col-section .embla__container {
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: 0;
}

.c-recipes-grid-two-col-section .embla__slide {
  position: relative;
  min-width: 280px;
  padding: 0 18px 0 0;
}

.c-recipes-grid-two-col-section .embla__slide__inner {
  position: relative;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-recipes-grid-two-col-section {
    padding: 3.0625rem 0 0.625rem;
  }
  .c-recipes-grid-two-col-section .container-fluid {
    max-width: 610px;
  }
  .c-recipes-grid-two-col-section .heading h1,
  .c-recipes-grid-two-col-section .heading h2,
  .c-recipes-grid-two-col-section .heading h3,
  .c-recipes-grid-two-col-section .heading h4,
  .c-recipes-grid-two-col-section .heading h5,
  .c-recipes-grid-two-col-section .heading h6 {
    margin-bottom: 2.125rem;
  }
  .c-recipes-grid-two-col-section .thumbnail {
    float: left;
    width: 108px;
    height: 108px;
    margin: 0 18px 0.625rem 0;
  }
  .c-recipes-grid-two-col-section .thumbnail img {
    width: 108px;
    height: 108px;
  }
  .c-recipes-grid-two-col-section .thumbnail .c-btn-fav {
    top: 0.3125rem;
    right: 5px;
    width: 36px;
    height: 36px;
  }
  .c-recipes-grid-two-col-section .thumbnail .c-btn-fav span {
    position: relative;
    top: 0.6875rem;
    left: 9.5px;
    font-size: 1rem;
  }
  .c-recipes-grid-two-col-section .title {
    float: left;
    width: 160px;
    font-size: 0.9375rem;
    line-height: 1.53333em;
  }
  .c-recipes-grid-two-col-section .embla__viewport {
    padding: 0;
  }
  .c-recipes-grid-two-col-section .embla__viewport:before {
    content: '{ "slidesToScroll": 2, "draggable": false }';
  }
  .c-recipes-grid-two-col-section .embla__container {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-recipes-grid-two-col-section .embla__slide {
    min-width: 280px;
    width: 297px;
    margin-bottom: 1.875rem;
    padding: 0;
  }
  .c-recipes-grid-two-col-section .additional-info {
    margin-top: -2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .c-recipes-grid-two-col-section {
    padding: 3.5rem 0 0.9375rem;
  }
  .c-recipes-grid-two-col-section .container-fluid {
    max-width: 930px;
  }
  .c-recipes-grid-two-col-section .heading h1,
  .c-recipes-grid-two-col-section .heading h2,
  .c-recipes-grid-two-col-section .heading h3,
  .c-recipes-grid-two-col-section .heading h4,
  .c-recipes-grid-two-col-section .heading h5,
  .c-recipes-grid-two-col-section .heading h6 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.125rem;
    font-size: 2.25rem;
    line-height: 1.12em;
  }
  .c-recipes-grid-two-col-section .thumbnail {
    width: 130px;
    height: 130px;
    margin-bottom: 0.6875rem;
  }
  .c-recipes-grid-two-col-section .thumbnail img {
    width: 130px;
    height: 130px;
  }
  .c-recipes-grid-two-col-section .title {
    width: 247px;
    font-size: 1.125rem;
    line-height: 1.61111em;
  }
  .c-recipes-grid-two-col-section .embla__slide {
    width: 465px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .c-recipes-grid-two-col-section .container-fluid {
    max-width: 1100px;
  }
  .c-recipes-grid-two-col-section .embla__slide {
    width: 530px;
    margin-bottom: 1.5625rem;
  }
  .c-recipes-grid-two-col-section .additional-info {
    margin-top: -2rem;
  }
}
/* ==========================================================================
	#CATEGORY PAGE
	========================================================================== */

.archive .c-recipes-grid-two-col-section .wprm-recipe-container {
  margin: 0;
}
.archive .c-recipes-grid-two-col-section .wprm-recipe-name {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.125rem;
  line-height: 1.61111em;
  text-decoration: none;
  letter-spacing: 0.1px;
  color: #000;
  text-decoration: none;
}

.archive .c-recipes-grid-two-col-section .wprm-recipe-name a {
  text-decoration: none;
}

.archive .c-recipes-grid-two-col-section .wprm-recipe-details-container {
  z-index: 9;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-family: 'MetropolisSemiBold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
}

.archive .c-recipes-grid-two-col-section .thumbnail:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 79%,
    rgba(2, 3, 3, 0.38) 100%
  );
  pointer-events: none;
}
.archive .c-recipes-grid-two-col-section .wprm-recipe-add-to-collection {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 36px;
  height: 36px;
  border: none !important;
  border-radius: 50% !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23ec483a'/%3E%3C/svg%3E")
    50% 55% no-repeat;
  background-size: 20px auto;
}
.archive .c-recipes-grid-two-col-section .wprm-recipe-add-to-collection:hover,
.archive
  .c-recipes-grid-two-col-section
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 55% no-repeat !important;
  background-size: 20px auto !important;
}

/* Desktop */
@media screen and (min-width: 992px) {
  .archive .c-recipes-grid-two-col-section .thumbnail {
    width: 130px;
    position: relative;
    height: 130px;
  }
}

/* ==========================================================================
	#MAIN SEARCH SECTION
	========================================================================== */

.c-main-search-section {
  float: left;
  width: 100%;
  padding: 3.5625rem 0 3.0625rem;
  background: #fbfbfb;
}

.c-main-search-section .heading {
  display: table;
  margin: 0 auto 1.75rem;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}

.c-main-search-section .form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.125rem;
}

.c-main-search-section input[type='text'] {
  float: left;
  width: 100%;
  padding-top: 0.25rem;
  border: none;
  border-radius: 8px;
  height: 68px;
  padding-left: 50px;
  box-shadow: 0 0 56px rgba(0, 0, 0, 0.06);
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  font-size: 1.0625rem;
  line-height: 1.52941em;
  letter-spacing: 0.5px;
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.9046 12.8209-3.3194-3.31941c-.0629-.06289-.1449-.0957-.2324-.0957h-.36091c.86131-.998 1.38351-2.29676 1.38351-3.71857 0-3.14164-2.54556-5.68722-5.6872-5.68722s-5.68722344 2.54558-5.68722344 5.68722c0 3.14165 2.54558344 5.68718 5.68722344 5.68718 1.4218 0 2.72057-.5222 3.71857-1.38348v.36088c0 .0875.03554.1696.0957.2324l3.31933 3.3194c.1285.1285.3363.1285.4649 0l.6179-.6179c.1285-.1285.1285-.3363 0-.4648zm-8.2164-2.7589c-2.41707 0-4.37479-1.95771-4.37479-4.37478s1.95772-4.37478 4.37479-4.37478 4.3748 1.95771 4.3748 4.37478-1.95773 4.37478-4.3748 4.37478z' fill='%23000'/%3E%3C/svg%3E")
    20px 26px no-repeat;
  background-size: 19px auto;
}

.c-main-search-section input[type='text']::-webkit-input-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']::-moz-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']:-moz-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']:-ms-input-placeholder {
  color: #bfbfbf;
}

.c-main-search-section .c-link--external {
  display: table;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-main-search-section {
    padding: 3.125rem 56px 2.6875rem;
  }
  .c-main-search-section .heading {
    margin-bottom: 2rem;
    font-size: 2.0625rem;
    line-height: 1.18182em;
  }
}

@media screen and (min-width: 992px) {
  .c-main-search-section {
    padding: 4rem 0 4.5625rem;
  }
  .c-main-search-section .heading {
    margin: 0 auto 1.75rem;
    font-size: 2.8125rem;
    line-height: 1.19231em;
  }
  .c-main-search-section input[type='text'] {
    padding-left: 69px;
    font-size: 1.125rem;
    line-height: 1.5em;
    background-position: 30px 26px;
  }
}

/* WPMR Recipe - Mobile */
.c-post-content .entry-content .wprm-recipe {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #eaedee;
}
.wprm-recipe-container {
  display: table;
  margin: 0 auto;
}

/* Long recipe */
.wprm-recipe-template-classic-edited-for-round-ups {
  float: left;
  width: 100%;
  padding: 35px 0 0 !important;
  border-top: 1px solid #eaedee;
  font-size: 1rem !important;
  line-height: 1.625em !important;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-name {
  float: left;
  width: 100%;
  margin: 0 0 27px !important;
  font-size: 2rem !important;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #000;
  line-height: 0.9375em !important;
  text-align: center;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-details-unit {
  font-size: 1rem !important;
}

.wprm-recipe-template-classic-edited-for-round-ups a {
  color: #000 !important;
}
.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-link {
  color: #fff !important;
}
.wprm-recipe-template-classic-edited-for-round-ups .recipe-actions {
  position: relative;
  display: table;
  margin: 0 auto 31px;
  width: 240px;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-image img {
  margin-bottom: -2px;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-link-wide-button {
  width: 100% !important;
  margin-bottom: -2px !important;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-ingredients-container,
 .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-equipment-container,
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-instructions-container,
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-nutrition-header {
  margin-top: 19px !important;
}
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-block-container-separate {
  float: left;
  width: 100%;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-header {
  margin-top: 9px !important;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-nutrition-label {
  float: left;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-block-container-columns
  .wprm-recipe-details-label {
  min-width: 0 !important;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-unit-conversion-container {
  margin-top: 14px !important;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-header {
  margin-bottom: 14px !important;
}
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-video-container {
  margin-top: 43px;
}

.wprm-recipe-template-classic-edited-for-round-ups .wprm-call-to-action {
  display: block !important;
  float: left;
  width: 100%;
  margin-top: 50px !important;
  padding: 26px 15px !important;
  border-radius: 8px;
  background: #9cbc57;
  color: white !important;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-call-to-action
  .wprm-recipe-icon {
  height: 57px !important;
  display: block !important;
  margin: 0 0 28px !important;
  font-size: 54px !important;
}
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-call-to-action-text-container
  .wprm-call-to-action-header {
  margin: 0 0 3px !important;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem !important;
  line-height: 1.64706em !important;
  text-transform: uppercase !important;
  color: white !important;
}

.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-call-to-action-text-container {
  float: left;
  width: 100%;
}
.wprm-recipe-template-classic-edited-for-round-ups .wprm-call-to-action-text {
  font-size: 16px !important;
  line-height: 20px !important;
}
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-call-to-action-text-container
  a {
  background: none;
  color: white !important;
}
.wprm-recipe-template-classic-edited-for-round-ups
  .wprm-call-to-action-text-container
  a:hover {
  opacity: 0.7;
}

/* Tablet */
@media screen and (min-width: 768px) {
  .wprm-recipe-template-classic-edited-for-round-ups {
    position: relative;
    float: left;
    width: 100%;
    padding: 2.1875rem 0 0 !important;
    border: 1px solid #eaedee;
    font-size: 1rem !important;
    line-height: 1.625em;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-name {
    width: 390px !important;
    margin: 0 0 0 -4px;
    padding-left: 36px;
    font-size: 37px !important;
    line-height: 0.97619em !important;
    text-align: left;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-name {
    padding: 0 0 0 40px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-header {
    padding: 0 !important;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .recipe-actions {
    position: absolute !important;
    top: 24px;
    right: 20px !important;
    width: 130px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-recipe-block-container-separate {
    padding: 0 40px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-recipe-video-container {
    padding: 0 40px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-recipe-nutrition-header {
    padding: 0 30px !important;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-call-to-action {
    padding: 26px 104px 27px !important;
    border-radius: 0 !important;
  }
  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-call-to-action
    .wprm-recipe-icon {
    float: left;
    margin: 0 22px 0 0 !important;
  }
  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-call-to-action-text-container {
    width: 270px;
    margin: 0 !important;
  }
}

/* Desktop */
@media screen and (min-width: 992px) {
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-name {
    width: 440px;
    margin-bottom: 31px;
    padding: 0 40px !important;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .recipe-actions {
    float: right;
    margin: -16px 20px 0 0;
    width: 120px;
  }

  .wprm-recipe-template-classic-edited-for-round-ups .wprm-call-to-action {
    padding: 31px 22px !important;
  }

  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-call-to-action-text-container {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-recipe-name {
    width: 340px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .recipe-actions {
    right: 20px;
  }
  .wprm-recipe-template-classic-edited-for-round-ups .wprm-call-to-action {
    padding: 33px 103px !important;
  }

  .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-call-to-action-text-container {
    width: 290px;
  }
}

/* ==========================================================================
	#SHORT RECIPE
	========================================================================== */
.wprm-recipe-template-recipe-round-up-htfu {
  margin-top: 20px !important;
}
.wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-roundup-summary-container {
  padding: 32px 0 0px !important;
}
@media screen and (min-width: 768px) {
  .wprm-recipe-template-recipe-round-up-htfu
    .wprm-recipe-roundup-summary-container {
    padding: 0 !important;
  }
}
.wprm-recipe-template-recipe-round-up-htfu {
  margin-bottom: 0;
  text-align: center;
}

.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-block-container {
  float: left;
  width: 100%;
  text-align: center;
}

.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-image img {
  margin-bottom: 10px !important;
}

.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-image a {
  float: left;
  width: 100%;
  background: none;
}

.wprm-recipe-template-recipe-round-up-htfu .thumbnail {
  position: relative;
  display: table;
  margin: 0 auto;
}

/* Add to favourites */
.c-post-content
  .entry-content
  .wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none;
  background: #fff !important;
}
.c-post-content
  .entry-content
  .wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection:before {
  position: absolute;
  content: '\e90c';
  font-family: 'Icomoon';
  content: '\e90c';
  color: #ec473a;
  top: 10px;
  right: 9px;
  width: 20px;
  height: 20px;
  top: 19px;
  font-size: 18px;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection:hover,
.wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection {
  background: rgb(236, 71, 58) !important;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection:hover:before,
.wprm-recipe-template-recipe-round-up-htfu
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection:before {
  color: white;
}

/* Recipe link */
.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-roundup-link {
  float: none !important;
  display: table !important;
  margin: 0 auto !important;
}

/* Time */
.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-total-time-container,
.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-author-container {
  text-align: left !important;
}

.wprm-recipe-template-recipe-round-up-htfu .wprm-recipe-details-unit {
  font-size: 16px;
}

.c-post-content .entry-content .wprm-recipe ul,
.c-post-content .entry-content .wprm-recipe ol {
  margin-left: 23px;
}

.c-post-content .entry-content .wprm-recipe ul li,
.c-post-content .entry-content .wprm-recipe ol li {
  margin: 0 0 0.4375rem;
  padding-left: 10px;
}

.c-post-content .entry-content .wprm-container,
.c-post-content .entry-content .wprm-recipe-roundup-summary-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.75rem;
}

.c-post-content .entry-content .wprm-container .wprm-recipe-name,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-name {
  float: left;
  width: 100%;
  margin: 0 0 2.25rem;
  font-size: 2rem;
  line-height: 0.9375em;
  text-align: center;
  font-weight: 700 !important;
}

.c-post-content .entry-content .wprm-container .recipe-actions,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .recipe-actions {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 240px;
}

.c-post-content .entry-content .wprm-container .wprm-recipe-image,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image {
  position: relative;
  float: left;
  width: 100%;
}

.c-post-content .entry-content .wprm-container .wprm-recipe-image img,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  img {
  float: right;
  width: 100%;
  margin: 0 auto 0.1875rem;
  border-radius: 8px;
  max-width: 240px;
  height: auto;
}

.c-post-content .entry-content .wprm-container .wprm-recipe-image .c-btn-fav,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  .c-btn-fav {
  position: absolute;
  top: 0.5625rem;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: white;
}

.c-post-content
  .entry-content
  .wprm-container
  .wprm-recipe-image
  .c-btn-fav
  span,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  .c-btn-fav
  span {
  position: relative;
  top: 0.6875rem;
  left: 8.5px;
  font-size: 1rem;
}

.c-post-content
  .entry-content
  .wprm-container
  .wprm-recipe-image
  .c-btn-fav:hover,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  .c-btn-fav:hover {
  background: #ec473a;
}

.c-post-content
  .entry-content
  .wprm-container
  .wprm-recipe-image
  .c-btn-fav:hover
  span:before,
.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  .c-btn-fav:hover
  span:before {
  color: white;
}

.c-post-content .entry-content .wprm-buttons a {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.1875rem;
  text-align: center;
  font-size: 0.6875rem;
}

.c-post-content .entry-content .wprm-buttons a span {
  left: -1px;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-add-to-collection.wprm-recipe-link {
  position: absolute;
  top: 0;
  top: 15px;
  right: 8px;
  width: 36px !important;
  height: 36px !important;
  border: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23ec483a'/%3E%3C/svg%3E")
    50% 51% no-repeat !important;
  background-size: 20px auto !important;
}

.c-post-content
  .entry-content
  .wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-add-to-collection:hover {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 51% no-repeat !important;
  background-size: 20px auto !important;
}
.c-post-content
  .entry-content
  .wprm-recipe-template-classic-edited-for-round-ups
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 51% no-repeat !important;
  background-size: 20px auto !important;
}

.c-post-content .entry-content .wprm-recipe-link {
  float: left;
  margin-bottom: 1.875rem;
  padding: 12px 28px 11px !important;
  border-radius: 8px !important;
  font-size: 0.6875rem;
  text-transform: uppercase;
  background: #7fb214 !important;
  line-height: 15px;
}

.c-post-content .entry-content .wprm-recipe-link:hover {
  background-color: #6eb017 !important;
}

.c-post-content .entry-content .wprm-recipe-link span {
  position: relative;
  top: -1px;
  left: -1px;
}

.c-post-content .entry-content .wprm-recipe-rating {
  margin-bottom: 1.25rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.c-post-content .entry-content .wprm-recipe-rating-details {
  float: left;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
}

.c-post-content .entry-content .wprm-recipe-summary {
  float: left;
  width: 100%;
  margin-bottom: 1.875rem;
  text-align: center;
}

.c-post-content .entry-content .wprm-recipe-block-container-columns,
.c-post-content .entry-content .wprm-recipe-equipment-container,
.c-post-content .entry-content .wprm-recipe-ingredients-container,
.c-post-content .entry-content .wprm-recipe-instructions-container,
.c-post-content .entry-content .wprm-recipe-nutrition-header,
.c-post-content .entry-content .wprm-nutrition-label-container,
.c-post-content .entry-content .wprm-recipe-rating {
  float: left;
  width: 100%;
}

.c-post-content .entry-content .wprm-recipe-header {
  margin: 2rem 0 1rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.29412em;
  text-transform: uppercase;
}

.c-post-content .entry-content input {
  display: inline-block;
  width: 52px;
  height: 1.9375rem;
  margin-left: 1px;
  padding-left: 8px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03);
}

.c-post-content .entry-content input[type=checkbox]:checked {
	background: #fff url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2413 0.139743L5.78222 10.5988L1.93916 6.75578C1.75284 6.56946 1.45073 6.56946 1.26436 6.75578L0.139743 7.8804C-0.0465809 8.06673 -0.0465809 8.36884 0.139743 8.5552L5.4448 13.8603C5.63112 14.0466 5.93323 14.0466 6.1196 13.8603L18.0407 1.93916C18.227 1.75284 18.227 1.45073 18.0407 1.26436L16.9161 0.139743C16.7297 -0.0465809 16.4276 -0.0465809 16.2413 0.139743Z' fill='black'/%3E%3C/svg%3E%0A") 57% 4px no-repeat;
  background-size: 13px auto;
}

.c-post-content .entry-content input[type=radio] {
   border-radius: 50%; 
}

.c-post-content .entry-content input[type=radio]:checked {
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-circle fa-w-16 fa-7x'%3E%3Cpath fill='currentColor' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z' class=''%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
  background-size: 8px auto;
}

.c-post-content .entry-content .wprm-recipe-group-name {
  margin-top: 25px !important;
  margin-bottom: 0.75rem !important;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.29412em;
}

.c-post-content .entry-content .wprm-recipe-details-label {
  position: relative;
  margin-right: 4px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.53846em;
}

.c-post-content .entry-content .wprm-recipe-instruction-group {
  float: left;
  width: 100%;
}

.c-post-content .entry-content .wprm-recipe-notes-container {
  float: left;
  width: 100%;
  margin-top: 43px;
  margin-bottom: 1.25rem;
  padding: 18px 20px 1.375rem !important;
  border-radius: 8px;
  background: #e8f7fa;
}

.c-post-content .entry-content .wprm-recipe-notes-container span {
  margin-bottom: 1rem;
}

.c-post-content .entry-content .wprm-recipe-notes-container a {
  background: linear-gradient(to bottom, #fff, #fff);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 7px;
}

.c-post-content .entry-content .wprm-recipe-notes-container a:hover {
  background-size: 1px 100%;
}

.c-post-content .entry-content .wprm-recipe-roundup-summary-container {
  margin-bottom: 0;
}

.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-image
  img {
  float: none;
  display: table;
  max-width: 280px;
  margin: 0 auto 1.25rem;
  height: auto;
}

.c-post-content
  .entry-content
  .wprm-recipe-roundup-summary-container
  .wprm-recipe-link {
  margin-bottom: 0.875rem;
  padding-top: 12px !important;
}

.c-post-content .entry-content .c-share-social {
  float: left;
  width: 100%;
  margin-bottom: 2.125rem;
  padding: 1.25rem 15px 1rem;
  border-radius: 8px;
  background: #9cbc57;
  text-align: left;
  color: white;
}

.c-post-content .entry-content .c-share-social .o-holder {
  position: relative;
  display: inline-block;
  padding: 6.375rem 3px 0;
}

.c-post-content .entry-content .c-share-social .o-holder:before {
  top: 0.25rem;
  font-family: 'Icomoon';
  content: '\e906';
  font-size: 4.625rem;
  line-height: 1em;
}

.c-post-content .entry-content .c-share-social h1,
.c-post-content .entry-content .c-share-social h2,
.c-post-content .entry-content .c-share-social h3,
.c-post-content .entry-content .c-share-social h4,
.c-post-content .entry-content .c-share-social h5,
.c-post-content .entry-content .c-share-social h6 {
  margin: 0 0 0.6875rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.05882em;
  text-transform: uppercase;
  color: white;
}

.c-post-content .entry-content .c-share-social p {
  font-size: 1rem;
  line-height: 1.3125em;
}

.c-post-content .entry-content .c-share-social a {
  background: none;
  color: white;
}

.c-post-content .entry-content .c-share-social a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .c-post-content .entry-content .wprm-recipe {
    float: left;
    width: 100%;
    padding: 2.1875rem 0 0;
    border: 1px solid #eaedee;
    font-size: 1rem;
    line-height: 1.625em;
  }
  .c-post-content .entry-content .wprm-recipe ul,
  .c-post-content .entry-content .wprm-recipe ol {
    margin-left: 23px;
  }
  .c-post-content .entry-content .wprm-recipe ul li,
  .c-post-content .entry-content .wprm-recipe ol li {
    margin: 0 0 0.4375rem;
    padding-left: 10px;
  }
  .c-post-content .entry-content .wprm-container {
    padding: 0 40px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-name {
    width: 400px;
    margin: 0;
    font-size: 2.625rem;
    line-height: 0.97619em;
    text-align: left;
  }
  .c-post-content .entry-content .wprm-container .recipe-actions {
    position: absolute;
    top: -0.375rem;
    right: 40px;
    width: 130px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-image img {
    margin: 0 0 0.125rem;
    max-width: 130px;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-template-classic-edited-for-round-ups
    .wprm-recipe-add-to-collection.wprm-recipe-link {
    top: 22px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-rating {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-post-content .entry-content .wprm-buttons a {
    height: 2.375rem;
    margin-bottom: 0.125rem;
  }
  .c-post-content .entry-content .wprm-recipe-rating {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .c-post-content .entry-content .wprm-recipe-rating-details {
    text-align: left;
  }
  .c-post-content .entry-content .wprm-recipe-summary {
    width: 340px;
    margin-left: 40px;
    text-align: left;
  }
  .c-post-content .entry-content .wprm-recipe-block-container-columns,
  .c-post-content .entry-content .wprm-recipe-equipment-container,
  .c-post-content .entry-content .wprm-recipe-ingredients-container,
  .c-post-content .entry-content .wprm-recipe-instructions-container,
  .c-post-content .entry-content .wprm-recipe-nutrition-header,
  .c-post-content .entry-content .wprm-nutrition-label-container,
  .c-post-content .entry-content .wprm-recipe-rating {
    padding: 0 40px !important;
  }
  .c-post-content .entry-content .wprm-recipe-notes-container {
    margin: 43px 0 32px !important;
    padding: 16px 42px 1.4375rem !important;
    border-radius: 0;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-notes-container
    .wprm-recipe-header {
    padding-left: 0 !important;
  }
  .c-post-content .entry-content .wprm-recipe.wprm-recipe-roundup-item {
    margin-top: 1.125rem;
    border: none;
    border-top: 1px solid #eaedee;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-image
    img {
    max-width: 608px;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-link {
    width: auto;
    margin-bottom: 0.875rem;
    padding-top: 12px !important;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-rating {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-rating-details {
    text-align: center;
  }
  .c-post-content .entry-content .c-share-social {
    padding: 1.75rem 104px 1rem;
    border-radius: 0;
  }
  .c-post-content .entry-content .c-share-social .o-holder {
    padding: 0 20px 0 94px;
  }
  .c-post-content .entry-content .c-share-social .o-holder:before {
    top: -0.1875rem;
  }
  .c-post-content .entry-content .c-share-social h1,
  .c-post-content .entry-content .c-share-social h2,
  .c-post-content .entry-content .c-share-social h3,
  .c-post-content .entry-content .c-share-social h4,
  .c-post-content .entry-content .c-share-social h5,
  .c-post-content .entry-content .c-share-social h6 {
    margin: 0 0 0.375rem;
  }
}

@media screen and (min-width: 992px) {
  .c-post-content .entry-content {
    /* Recipe */
    /* Short recipe */
    /* Social share */
  }
  .c-post-content .entry-content .wprm-container {
    padding: 0 20px;
  }
  .c-post-content .entry-content .wprm-container .recipe-actions {
    right: 20px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-name {
    width: 330px;
  }
  .c-post-content .entry-content .wprm-recipe-summary {
    width: 300px;
    margin-left: 20px;
  }
  .c-post-content .entry-content .wprm-recipe-block-container-columns,
  .c-post-content .entry-content .wprm-recipe-ingredients-container,
  .c-post-content .entry-content .wprm-recipe-instructions-container,
  .c-post-content .entry-content .wprm-recipe-nutrition-header,
  .c-post-content .entry-content .wprm-nutrition-label-container,
  .c-post-content .entry-content .wprm-recipe-rating {
    padding: 0 20px;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-image
    img {
    max-width: 518px;
  }
  .c-post-content .entry-content .c-share-social {
    float: left;
    width: 100%;
    margin-bottom: 2.125rem;
    padding: 1.75rem 22px 1rem;
    background: #9cbc57;
    text-align: left;
    color: white;
  }
  .c-post-content .entry-content .c-share-social .o-holder {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 94px;
  }
  .c-post-content .entry-content .c-share-social .o-holder:before {
    top: 0.25rem;
    font-family: 'Icomoon';
    content: '\e906';
    font-size: 4.625rem;
    line-height: 1em;
  }
  .c-post-content .entry-content .c-share-social h1,
  .c-post-content .entry-content .c-share-social h2,
  .c-post-content .entry-content .c-share-social h3,
  .c-post-content .entry-content .c-share-social h4,
  .c-post-content .entry-content .c-share-social h5,
  .c-post-content .entry-content .c-share-social h6 {
    margin: 0 0 0.375rem;
    font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.64706em;
    text-transform: uppercase;
    color: white;
  }
  .c-post-content .entry-content .c-share-social p {
    font-size: 1rem;
    line-height: 1.3125em;
  }
  .c-post-content .entry-content .c-share-social a {
    background: none;
    color: white;
  }
  .c-post-content .entry-content .c-share-social a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .c-post-content .entry-content .wprm-container {
    padding: 0 20px;
  }
  .c-post-content .entry-content .wprm-container .recipe-actions {
    right: 20px;
  }
  .c-post-content .entry-content .wprm-container .wprm-recipe-name {
    width: 340px;
  }
  .c-post-content .entry-content .wprm-recipe-summary {
    width: 370px;
    margin-left: 40px;
  }
  .c-post-content .entry-content .wprm-recipe-block-container-columns,
  .c-post-content .entry-content .wprm-recipe-ingredients-container,
  .c-post-content .entry-content .wprm-recipe-instructions-container,
  .c-post-content .entry-content .wprm-recipe-nutrition-header,
  .c-post-content .entry-content .wprm-nutrition-label-container,
  .c-post-content .entry-content .wprm-recipe-rating {
    padding: 0 30px;
  }
  .c-post-content
    .entry-content
    .wprm-recipe-roundup-summary-container
    .wprm-recipe-image
    img {
    max-width: 618px;
  }
  .c-post-content .entry-content .c-share-social {
    padding: 1.75rem 104px 1rem;
  }
}

/* ==========================================================================
	#RECIPES GRID THREE COLUMN SECTION
	========================================================================== */

.c-recipes-grid-three-col-section {
  float: left;
  width: 100%;
  padding: 3.0625rem 0 1.25rem;
}

.c-recipes-grid-three-col-section .heading h1,
.c-recipes-grid-three-col-section .heading h2,
.c-recipes-grid-three-col-section .heading h3,
.c-recipes-grid-three-col-section .heading h4,
.c-recipes-grid-three-col-section .heading h5,
.c-recipes-grid-three-col-section .heading h6 {
  float: left;
  width: 100%;
  margin-left: -1px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #f2f3ef;
  font-size: 2.0625rem;
  line-height: 0.90909em;
  letter-spacing: -0.1px;
}

.c-recipes-grid-three-col-section .c-grid-slider {
  margin-bottom: 2.5rem;
}

.c-recipes-grid-three-col-section .thumbnail {
  position: relative;
  float: left;
  margin-bottom: 0.875rem;
}

.c-recipes-grid-three-col-section .thumbnail.gradient:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 79%,
    rgba(2, 3, 3, 0.38) 100%
  );
  pointer-events: none;
}

.c-recipes-grid-three-col-section .thumbnail .c-post-link {
  float: left;
  width: 100%;
}

.c-recipes-grid-three-col-section .thumbnail img {
  border-radius: 8px;
}

.c-recipes-grid-three-col-section .thumbnail .c-btn-fav {
  position: absolute;
  top: 0.75rem;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: white;
}

.c-recipes-grid-three-col-section .thumbnail .c-btn-fav span {
  position: relative;
  top: 0.90625rem;
  left: 12px;
  font-size: 1.3125rem;
}

.c-recipes-grid-three-col-section .thumbnail .c-btn-fav:hover {
  background: #ec473a;
}

.c-recipes-grid-three-col-section .thumbnail .c-btn-fav:hover span:before {
  color: white;
}

.c-recipes-grid-three-col-section .thumbnail .calories-count {
  z-index: 2;
  position: absolute;
  bottom: 0.4375rem;
  right: 18px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1rem;
  color: white;
}

.c-recipes-grid-three-col-section .title {
  float: left;
  width: 100%;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.125rem;
  line-height: 1.61111em;
  text-decoration: none;
  letter-spacing: 0.1px;
  color: #000;
}

.c-recipes-grid-three-col-section .title:hover {
  color: #80b313;
}

.c-recipes-grid-three-col-section .embla {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-recipes-grid-three-col-section .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 7px 0 1.5rem;
}

.c-recipes-grid-three-col-section .embla__viewport:before {
  display: none;
  content: '{ "slidesToScroll": 1, "draggable": true }';
}

.c-recipes-grid-three-col-section .embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.c-recipes-grid-three-col-section .embla__viewport.is-dragging {
  cursor: grabbing;
}

.c-recipes-grid-three-col-section .embla__container {
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: 0;
}

.c-recipes-grid-three-col-section .embla__slide {
  position: relative;
  min-width: 280px;
  padding: 0 18px 0 0;
}

.c-recipes-grid-three-col-section .embla__slide__inner {
  position: relative;
  overflow: hidden;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-recipes-grid-three-col-section {
    padding: 3.0625rem 0 0.625rem;
  }
  .c-recipes-grid-three-col-section .container-fluid {
    max-width: 610px;
  }
  .c-recipes-grid-three-col-section .heading h1,
  .c-recipes-grid-three-col-section .heading h2,
  .c-recipes-grid-three-col-section .heading h3,
  .c-recipes-grid-three-col-section .heading h4,
  .c-recipes-grid-three-col-section .heading h5,
  .c-recipes-grid-three-col-section .heading h6 {
    margin-bottom: 2.125rem;
  }
  .c-recipes-grid-three-col-section .thumbnail {
    margin-bottom: 0.625rem;
  }
  .c-recipes-grid-three-col-section .thumbnail .c-btn-fav {
    top: 0.5625rem;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .c-recipes-grid-three-col-section .thumbnail .c-btn-fav span {
    position: relative;
    top: 0.6875rem;
    left: 8.5px;
    font-size: 1rem;
  }
  .c-recipes-grid-three-col-section .title {
    font-size: 0.9375rem;
    line-height: 1.53333em;
  }
  .c-recipes-grid-three-col-section .embla__viewport {
    padding: 0;
  }
  .c-recipes-grid-three-col-section .embla__viewport:before {
    content: '{ "slidesToScroll": 2, "draggable": false }';
  }
  .c-recipes-grid-three-col-section .embla__container {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-recipes-grid-three-col-section .embla__slide {
    min-width: 32.5%;
    width: 30%;
    max-width: 194px;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .c-recipes-grid-three-col-section {
    padding: 3.5rem 0 0.9375rem;
  }
  .c-recipes-grid-three-col-section .container-fluid {
    max-width: 930px;
  }
  .c-recipes-grid-three-col-section .heading h1,
  .c-recipes-grid-three-col-section .heading h2,
  .c-recipes-grid-three-col-section .heading h3,
  .c-recipes-grid-three-col-section .heading h4,
  .c-recipes-grid-three-col-section .heading h5,
  .c-recipes-grid-three-col-section .heading h6 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.125rem;
    font-size: 2.25rem;
    line-height: 1.12em;
  }
  .c-recipes-grid-three-col-section .thumbnail {
    margin-bottom: 0.6875rem;
  }
  .c-recipes-grid-three-col-section .thumbnail .calories-count {
    bottom: 0.3125rem;
    right: 13px;
    font-size: 0.9375rem;
  }
  .c-recipes-grid-three-col-section .title {
    font-size: 1.125rem;
    line-height: 1.61111em;
  }
}

@media screen and (min-width: 1200px) {
  .c-recipes-grid-three-col-section .container-fluid {
    max-width: 1100px;
  }
}

/* Page content */
.c-content-section {
  float: left;
  width: 100%;
}

/* ==========================================================================
	#INTRO SECTION
	========================================================================== */
.c-intro-section {
  float: left;
  width: 100%;
  padding: 3.4375rem 0 3.0625rem;
  text-align: center;
  background: #fbfbfb;
}

.c-intro-section h1,
.c-intro-section h2,
.c-intro-section h3,
.c-intro-section h4,
.c-intro-section h5,
.c-intro-section h6 {
  display: table;
  margin: 0 auto 1.125rem;
  font-size: 2.5625rem;
  line-height: 0.95652em;
}

@media screen and (min-width: 768px) {
  .c-intro-section {
    padding: 4.9375rem 0 3.3125rem;
  }
}

@media screen and (min-width: 992px) {
  .c-intro-section {
    padding: 5.1875rem 0 2.1875rem;
  }
  .c-intro-section h1,
  .c-intro-section h2,
  .c-intro-section h3,
  .c-intro-section h4,
  .c-intro-section h5,
  .c-intro-section h6 {
    margin: 0 auto 1.75rem;
    font-size: 3rem;
  }
}

/* ==========================================================================
	#SEARCH SECTION
	========================================================================== */
.c-main-search-section {
  float: left;
  width: 100%;
  padding: 3.5625rem 0 3.0625rem;
  background: #fbfbfb;
}

.c-main-search-section.w-filters {
  padding-bottom: 1.75rem;
}

.c-main-search-section .heading {
  display: table;
  margin: 0 auto 1.75rem;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}

.c-main-search-section .form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.125rem;
}

.c-main-search-section input[type='text'] {
  float: left;
  width: 100%;
  padding-top: 0.25rem;
  border: none;
  border-radius: 8px;
  height: 68px;
  padding-left: 50px;
  box-shadow: 0 0 56px rgba(0, 0, 0, 0.06);
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
  font-size: 1.0625rem;
  line-height: 1.52941em;
  letter-spacing: 0.5px;
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.9046 12.8209-3.3194-3.31941c-.0629-.06289-.1449-.0957-.2324-.0957h-.36091c.86131-.998 1.38351-2.29676 1.38351-3.71857 0-3.14164-2.54556-5.68722-5.6872-5.68722s-5.68722344 2.54558-5.68722344 5.68722c0 3.14165 2.54558344 5.68718 5.68722344 5.68718 1.4218 0 2.72057-.5222 3.71857-1.38348v.36088c0 .0875.03554.1696.0957.2324l3.31933 3.3194c.1285.1285.3363.1285.4649 0l.6179-.6179c.1285-.1285.1285-.3363 0-.4648zm-8.2164-2.7589c-2.41707 0-4.37479-1.95771-4.37479-4.37478s1.95772-4.37478 4.37479-4.37478 4.3748 1.95771 4.3748 4.37478-1.95773 4.37478-4.3748 4.37478z' fill='%23000'/%3E%3C/svg%3E")
    20px 26px no-repeat;
  background-size: 19px auto;
}

.c-main-search-section input[type='text']::-webkit-input-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']::-moz-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']:-moz-placeholder {
  color: #bfbfbf;
}

.c-main-search-section input[type='text']:-ms-input-placeholder {
  color: #bfbfbf;
}

.c-main-search-section .c-link--external {
  display: table;
  margin: 0 auto;
}

.c-main-search-section .o-holder {
  float: left;
  width: 100%;
  text-align: center;
}

.c-main-search-section .o-holder .c-btn {
  margin: 1.875rem 0 1.1875rem;
}

@media screen and (min-width: 992px) {
  .c-main-search-section {
    padding: 4rem 0 4.5625rem;
  }
  .c-main-search-section.w-filters {
    padding-bottom: 3rem;
  }
  .c-main-search-section .heading {
    margin: 0 auto 1.75rem;
    font-size: 2.8125rem;
    line-height: 1.19231em;
  }
  .c-main-search-section input[type='text'] {
    padding-left: 69px;
    font-size: 1.125rem;
    line-height: 1.5em;
    background-position: 30px 26px;
  }
}

.c-filters {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.c-filters li {
  position: relative;
  margin: 0 11px;
  padding: 0;
}

.c-filters a {
  text-decoration: none;
  text-transform: none;
}

.c-filters .filter-group {
  float: left;
  padding: 0.125rem 0 0.625rem;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.c-filters .filter-group:before {
  content: '\e903';
  left: 50%;
  bottom: -0.125rem;
  transform: translateX(-50%);
  font-family: 'Icomoon';
  font-size: 0.25rem;
}

.c-filters .filter-group:hover {
  border-bottom-color: #000;
}

.c-filters .filter-group:hover .filters {
  display: block !important;
}

.c-filters .filters {
  display: none;
  z-index: 99;
  position: absolute;
  top: 2.3125rem;
  left: -37px;
  width: 196px;
  padding: 1.25rem 14px 1.0625rem;
  border-radius: 4px;
  box-shadow: 0 0 56px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.c-filters .filters li {
  margin: 0 0 -0.0625rem;
}

.c-filters .filters li:last-child {
  margin-bottom: 0;
}

.c-filters .filters [type='checkbox']:not(:checked) + label,
.c-filters .filters [type='checkbox']:checked + label {
  padding-left: 25px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57143em;
  transition: all 300ms ease-out;
}

.c-filters .filters [type='checkbox']:not(:checked) + label:hover,
.c-filters .filters [type='checkbox']:checked + label:hover {
  opacity: 0.8;
}

.c-filters .filters [type='checkbox']:not(:checked) + label:before,
.c-filters .filters [type='checkbox']:checked + label:before {
  top: -0.0625rem;
  width: 14px;
  height: 14px;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  border-radius: 4px;
}

.c-filters .filters [type='checkbox']:not(:checked) + label:after,
.c-filters .filters [type='checkbox']:checked + label:after {
  top: -0.3125rem;
  left: 2.5px;
  font-size: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .c-filters {
    margin-top: 0.375rem;
  }
  .c-filters .filter-group {
    padding: 0.125rem 14px 0.625rem 0;
  }
  .c-filters .filter-group:before {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0.625rem;
    transform: none;
  }
  .c-filters .filters [type='checkbox']:not(:checked) + label:before,
  .c-filters .filters [type='checkbox']:checked + label:before {
    top: 0.375rem;
  }
  .c-filters .filters [type='checkbox']:not(:checked) + label:after,
  .c-filters .filters [type='checkbox']:checked + label:after {
    top: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-main-search-section {
    padding: 3.125rem 56px 2.6875rem;
  }
  .c-main-search-section.w-filters {
    padding-bottom: 1.125rem;
  }
  .c-main-search-section .heading {
    margin-bottom: 2rem;
    font-size: 2.0625rem;
    line-height: 1.18182em;
  }
}

@media screen and (min-width: 992px) {
  .c-filters {
    margin-top: 0;
    margin-left: 0;
  }
}

/* ==========================================================================
	#Recipes section
  Displayed on Category/Archive and Search Results pages
	========================================================================== */
.c-all-recipes-section {
  float: left;
  width: 100%;
  margin-bottom: 6.125rem;
  padding: 3.0625rem 0 1.25rem;
  overflow-x: hidden;
}

.c-all-recipes-section.w-search-results {
  padding-top: 0.25rem;
}

.c-all-recipes-section .heading h1,
.c-all-recipes-section .heading h2,
.c-all-recipes-section .heading h3,
.c-all-recipes-section .heading h4,
.c-all-recipes-section .heading h5,
.c-all-recipes-section .heading h6 {
  float: left;
  width: 100%;
  margin-left: -1px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #f2f3ef;
  font-size: 2.0625rem;
  line-height: 0.90909em;
  letter-spacing: -0.1px;
}

.c-all-recipes-section .search-results-data {
  display: table;
  width: 282px;
  margin: 0 auto 1.0625rem;
  padding-top: 0.9375rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 0.9375rem;
  letter-spacing: 0.2px;
}

.c-all-recipes-section .search-results-data .results-count,
.c-all-recipes-section .search-results-data .filter {
  width: 100%;

  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.c-all-recipes-section .search-results-data .filters {
  padding: 1.25rem 23px 1.0625rem;
}

.c-all-recipes-section .search-results-data li:nth-child(1) {
  order: 2;

  margin-top: 1.875rem;
}

.c-all-recipes-section .search-results-data .filter {
  position: relative;
  padding-right: 16px;
}

.c-all-recipes-section .search-results-data .filter:before {
  content: '\e903';
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Icomoon';
  font-size: 0.375rem;
}

.c-all-recipes-section .posts {
  margin-bottom: 2.25rem;
}

.c-all-recipes-section .o-holder {
  float: none;
  width: 282px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.c-all-recipes-section .c-post {
  width: 134px;
  margin-bottom: 0.875rem;
}

.c-all-recipes-section .thumbnail {
  position: relative;
  float: left;
  height: 134px;
  margin-bottom: 0.625rem;
  border-radius: 8px;
}

.c-all-recipes-section .thumbnail.gradient:before {
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 79%,
    rgba(2, 3, 3, 0.38) 100%
  );
  pointer-events: none;
}

.c-all-recipes-section .thumbnail img {
  width: 134px;
  height: 134px;
  border-radius: 8px;
}

.c-all-recipes-section .thumbnail .c-btn-fav {
  position: absolute;
  top: 0.5rem;
  right: 9.2px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: white;
}
.c-all-recipes-section .wprm-recipe-add-to-collection {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 36px;
  height: 36px;
  border: none !important;
  border-radius: 50% !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23ec483a'/%3E%3C/svg%3E")
    50% 55% no-repeat;
  background-size: 20px auto;
}
.c-all-recipes-section .wprm-recipe-add-to-collection:hover,
.c-all-recipes-section
  .wprm-recipe-add-to-collection.wprm-recipe-in-collection {
  background: rgb(236, 71, 58)
    url("data:image/svg+xml,%3Csvg enable-background='new 200 55.976 560 490.133' height='490.133' viewBox='200 55.976 560 490.133' width='560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m701.375 91.328c-63.219-53.156-160.891-45.172-221.375 16.406-60.484-61.578-158.156-69.672-221.375-16.406-82.25 69.234-70.219 182.109-11.594 241.938l191.844 195.453c10.938 11.156 25.594 17.391 41.125 17.391 15.641 0 30.188-6.125 41.125-17.281l191.844-195.453c58.515-59.829 70.765-172.704-11.594-242.048zm-25.813 205.078-191.843 195.453c-2.625 2.625-4.812 2.625-7.438 0l-191.843-195.453c-39.922-40.688-48.016-117.687 7.984-164.828 42.547-35.766 108.172-30.406 149.297 11.484l38.281 39.047 38.281-39.047c41.344-42.109 106.969-47.25 149.297-11.594 55.891 47.141 47.578 124.579 7.984 164.938z' fill='%23fff'/%3E%3C/svg%3E")
    50% 55% no-repeat !important;
  background-size: 20px auto !important;
}

/* Calories count */
.c-all-recipes-section .wprm-recipe-nutrition-container {
  z-index: 2;
  position: absolute;
  bottom: -1px;
  right: 13px;
  font-family: 'MetropolisSemiBold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: white;
}
.c-all-recipes-section .wprm-recipe-details-unit {
  padding-left: 1px;
}

.c-all-recipes-section .title {
  float: left;
  width: 100%;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.8125rem;
  line-height: 1.53846em;
  text-decoration: none;
  letter-spacing: 0.1px;
  color: #000;
}

.c-all-recipes-section .title a {
  text-decoration: none;
}

.c-all-recipes-section .title a:hover {
  color: #80b313;
}

.c-all-recipes-section .posts-nav a {
  float: right;
  width: 133px;
  padding: 16px 25px;
}

.c-all-recipes-section .posts-nav .next a {
  float: left;
}

@media screen and (min-width: 768px) {
    .c-all-recipes-section .posts-nav a {
        float: left;
    }

    .c-all-recipes-section .posts-nav .next a {
        float: right;
    }
  
  .c-all-recipes-section .wprm-recipe-nutrition-container {
  	bottom: 6px;
  }
}

@media screen and (min-width: 583px) {
  .c-all-recipes-section .o-holder {
    float: none;
    width: 426px;
  }
  .c-all-recipes-section .search-results-data {
    width: 426px;
  }
}

@media screen and (min-width: 768px) {
  .c-all-recipes-section .container-fluid {
    max-width: 610px;
  }
  .c-all-recipes-section.w-search-results {
    padding-top: 3.375rem;
  }
  .c-all-recipes-section .search-results-data {
    width: 614px;
    padding-bottom: 0.625rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-all-recipes-section .search-results-data .results-count,
  .c-all-recipes-section .search-results-data .filter {
    width: auto;
  }
  .c-all-recipes-section .search-results-data li:nth-child(1) {
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }
  .c-all-recipes-section .search-results-data li:nth-child(2) {
    order: 2;
  }
  .c-all-recipes-section .o-holder {
    width: 610px;
  }
  .c-all-recipes-section .c-post {
    width: 140px;
    margin-bottom: 1.125rem;
  }
  .c-all-recipes-section .thumbnail {
    height: 140px;
  }
  .c-all-recipes-section .thumbnail img {
    width: 140px;
    height: 140px;
  }
  .c-all-recipes-section .title {
    font-size: 0.875rem;
    line-height: 1.57143em;
  }
}

@media screen and (min-width: 992px) {
  .c-all-recipes-section {
    padding: 3.5rem 0 2rem;
  }
  .c-all-recipes-section .container-fluid {
    max-width: 880px;
  }
  .c-all-recipes-section .heading h1,
  .c-all-recipes-section .heading h2,
  .c-all-recipes-section .heading h3,
  .c-all-recipes-section .heading h4,
  .c-all-recipes-section .heading h5,
  .c-all-recipes-section .heading h6 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.125rem;
    font-size: 2.25rem;
    line-height: 1.12em;
  }
  .c-all-recipes-section .search-results-data {
    width: 880px;
    margin-bottom: 1.25rem;
    padding-top: 0.9375rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 0.9375rem;
  }
  .c-all-recipes-section .search-results-data .results-count,
  .c-all-recipes-section .search-results-data .filter {
    font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
  }
  .c-all-recipes-section .search-results-data .filter {
    position: relative;
    padding-right: 16px;
  }
  .c-all-recipes-section .search-results-data .filter:before {
    content: '\e903';
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Icomoon';
    font-size: 0.375rem;
  }
  .c-all-recipes-section .posts {
    margin-bottom: 2.125rem;
  }
  .c-all-recipes-section .o-holder {
    width: 100%;
  }
  .c-all-recipes-section .c-post {
    width: 200px;
    margin-bottom: 1.625rem;
  }
  .c-all-recipes-section .thumbnail {
    width: 200px;
    height: 200px;
    margin-bottom: 0.625rem;
  }
  .c-all-recipes-section .thumbnail img {
    width: 200px;
    height: 200px;
  }
  .c-all-recipes-section .thumbnail .calories-count {
    bottom: 0.5rem;
    right: 13px;
    font-size: 0.9375rem;
  }
  .c-all-recipes-section .title {
    font-size: 0.9375rem;
    line-height: 1.6em;
  }
}

/* Post content - Mobile */
.c-post-content .c-post-authors {
  float: left;
  width: 100%;
}

.c-post-content .c-post-authors .c-post-author:last-child {
  border: none;
}

.c-post-content .c-post-author {
  float: left;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 2.25rem 0 3.5625rem;
  border-bottom: 1px solid #f2f3ef;
  text-align: center;
  font-size: 1rem;
  line-height: 1.9375em;
}

.c-post-content .c-post-author .reviewed-note {
  float: left;
  width: 100%;
  margin: -1.25rem 0 1.1875rem;
  padding: 0 40px 0.8125rem;
  border-bottom: 1px solid #f2f3ef;
  font-family: 'MetropolisRegularItalic', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.75em;
}

.c-post-content .c-post-author .reviewed-note p {
  margin-bottom: 0;
}

.c-post-content .c-post-author .thumb {
  display: table;
  margin: 0 auto 0.75rem;
}

.c-post-content .c-post-author .thumb img {
  border-radius: 50%;
}

.c-post-content .c-post-author .info {
  padding: 0.125rem 0 0;
}

.c-post-content .c-post-author .name {
  margin-bottom: 1.1875rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.41176em;
  text-transform: uppercase;
}

.c-post-content .c-post-author .c-social-btns {
  margin-top: 0.5625rem;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.c-post-content .c-post-author .c-social-btns li {
  display: inline-block;
  margin: 0 5px;
}

.c-post-content .c-post-author .c-social-btns li:nth-child(1) {
  margin-left: 0;
}

.c-post-content .c-post-author .c-social-btns .icon-facebook:before {
  font-size: 1.125rem;
}

.c-post-content .c-post-author .c-social-btns a {
  width: 28px;
  font-size: 1rem;
  color: black;
}

.c-post-content .c-post-author .c-social-btns a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  /* Author box */
  .c-post-content .c-post-author {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1.75rem 0 3.5625rem;
    border-bottom: 1px solid #f2f3ef;
    text-align: center;
    font-size: 1rem;
    line-height: 1.9375em;
  }
  .c-post-content .c-post-author .reviewed-note {
    float: left;
    width: 100%;
    margin: -0.625rem 0 1.75rem;
    padding: 0 40px 1rem;
    border-bottom: 1px solid #f2f3ef;
    font-family: 'MetropolisRegularItalic', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.75em;
  }
  .c-post-content .c-post-author .reviewed-note p {
    margin-bottom: 0;
  }
  .c-post-content .c-post-author .thumb {
    float: left;
    width: 146px;
    display: table;
    margin: 0;
  }
  .c-post-content .c-post-author .info {
    width: 439px;
    padding: 0.25rem 0 0;
    text-align: left;
  }
  .c-post-content .c-post-author .name {
    margin-bottom: 1.5625rem;
    font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.41176em;
    text-transform: uppercase;
  }
  .c-post-content .c-post-author .c-social-btns {
    margin-top: 0.5625rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -5px;
  }
  .c-post-content .c-post-author .c-social-btns li {
    display: inline-block;
    margin: 0 5px;
  }
  .c-post-content .c-post-author .c-social-btns li:nth-child(1) {
    margin-left: 0;
  }
  .c-post-content .c-post-author .c-social-btns .icon-facebook:before {
    font-size: 1.125rem;
  }
  .c-post-content .c-post-author .c-social-btns a {
    width: 28px;
    font-size: 1rem;
    color: black;
  }
  .c-post-content .c-post-author .c-social-btns a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 992px) {
  .c-post-content .c-post-author {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-post-content .c-post-author .info {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .c-post-content .c-post-author {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-post-content .c-post-author .info {
    width: 76%;
  }
}

/* Blog signup - Mobile */
.c-blog-signup-section {
  float: left;
  width: 100%;
  padding: 1.8125rem 0 1.6875rem;
  background: #f5fbfc;
}

.c-blog-signup-section .o-holder {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.c-blog-signup-section .intro {
  width: 62%;
}

.c-blog-signup-section .subtitle {
  font-family: 'MetropolisMedium', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.6875rem;
  line-height: 1.05263em;
  letter-spacing: 0.5px;
}

.c-blog-signup-section .title {
  font-size: 1.875rem;
  line-height: 0.9em;
  font-weight: 700;
  letter-spacing: -0.5px;
  word-spacing: -1px;
}

.c-blog-signup-section .c-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-56%);
  right: 14px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  background: black
    url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17px' height='17px' viewBox='0 0 17 17' enable-background='new 0 0 17 17' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' d='M8.247,1.215L8.009,1.452c-0.157,0.157-0.157,0.411,0,0.568l5.975,5.959l-12.582,0 C1.181,7.979,1,8.16,1,8.38v0.334c0,0.22,0.181,0.401,0.402,0.401h12.582l-5.975,5.962c-0.157,0.157-0.157,0.411,0,0.568 l0.238,0.237c0.157,0.157,0.412,0.157,0.569,0l7.066-7.048c0.157-0.157,0.157-0.411,0-0.568L8.816,1.218 C8.655,1.058,8.404,1.058,8.247,1.215z'/%3E%3C/svg%3E%0A")
    center 13px no-repeat;
  background-size: 16px auto;
}

.c-blog-signup-section .c-btn:hover {
  background-color: #2f2f2f;
}

.c-blog-signup-section .wpforms-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-blog-signup-section .o-holder {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-blog-signup-section .intro {
    width: 44%;
    padding-top: 0.6875rem;
  }
  .c-blog-signup-section .subtitle {
    margin-bottom: -0.25rem;
  }
  .c-blog-signup-section .title {
    font-size: 1.9375rem;
    line-height: 1em;
  }
  .c-blog-signup-section .wpforms-container {
    display: block;
  }
  .c-blog-signup-section .wpforms-container {
    margin: 0 !important;
    width: 51.2%;
    padding: 0;
  }
  .c-blog-signup-section .wpforms-container form {
    width: 100%;
  }
  .c-blog-signup-section .wpforms-field-email {
    position: relative;
    width: 100% !important;
    height: 3.625rem !important;
    padding: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 56px rgb(0 0 0 / 6%) !important;
    font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
    overflow: hidden;
    background: white !important;
  }
  .c-blog-signup-section .wpforms-field-email input {
    float: left;
    width: 90% !important;
    max-width: none !important;
    height: 100% !important;
    padding-left: 23px !important;
    border-radius: 8px !important;
    border: none !important;
    font-family: 'MetropolisRegular', 'Helvetica', 'Arial' !important;
    font-size: 1.0625rem;
    line-height: 1.52941em;
    letter-spacing: 0.5px;
  }
  .c-blog-signup-section
    .form-group
    input[type='email']::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  .c-blog-signup-section .form-group input[type='email']::-moz-placeholder {
    color: #bfbfbf;
  }
  .c-blog-signup-section .form-group input[type='email']:-moz-placeholder {
    color: #bfbfbf;
  }
  .c-blog-signup-section .form-group input[type='email']:-ms-input-placeholder {
    color: #bfbfbf;
  }
  .c-blog-signup-section .wpforms-submit-container {
    position: absolute !important;
    top: 0 !important;
    left: 99% !important;
  }
  .c-blog-signup-section button[type='submit'] {
    background: #000;
    border-radius: 50%;
    position: absolute !important;
    top: 4px !important;
    right: 19px !important;
    width: 42px !important;
    height: 40px !important;
    margin-top: 5px !important;
    border: none !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background: black
      url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17px' height='17px' viewBox='0 0 17 17' enable-background='new 0 0 17 17' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' d='M8.247,1.215L8.009,1.452c-0.157,0.157-0.157,0.411,0,0.568l5.975,5.959l-12.582,0 C1.181,7.979,1,8.16,1,8.38v0.334c0,0.22,0.181,0.401,0.402,0.401h12.582l-5.975,5.962c-0.157,0.157-0.157,0.411,0,0.568 l0.238,0.237c0.157,0.157,0.412,0.157,0.569,0l7.066-7.048c0.157-0.157,0.157-0.411,0-0.568L8.816,1.218 C8.655,1.058,8.404,1.058,8.247,1.215z'/%3E%3C/svg%3E%0A")
      13px 11px no-repeat !important;
    background-size: 16px auto;
    transition: all 200ms ease-out;
  }
  .c-blog-signup-section button[type='submit']:hover {
    background-color: #2f2f2f !important;
  }
}

@media screen and (min-width: 992px) {
  .c-blog-signup-section .intro {
    width: 37%;
  }
  .c-blog-signup-section .wpforms-container {
    width: 61%;
  }
  .c-blog-signup-section input[type='email'] {
    padding: 0.25rem 0 0 30px;
  }
  .c-blog-signup-section button[type='submit'] {
    right: 15px !important;
  }
}

/* ==========================================================================
	#Category page
	========================================================================== */
@media screen and (min-width: 768px) {
  .container.inner-page {
    max-width: 638px;
  }
}

@media screen and (min-width: 992px) {
  .container.inner-page {
    max-width: 912px !important;
  }
}

@media screen and (min-width: 992px) {
  .page-category .c-recipes-grid-two-col-section {
    float: left;
    width: 100%;
    padding-top: 4.6875rem;
  }
  .page-category .c-recipes-grid-two-col-section .container-fluid {
    max-width: 880px;
  }
  .page-category .c-recipes-grid-two-col-section h1,
  .page-category .c-recipes-grid-two-col-section h2,
  .page-category .c-recipes-grid-two-col-section h3,
  .page-category .c-recipes-grid-two-col-section h4,
  .page-category .c-recipes-grid-two-col-section h5,
  .page-category .c-recipes-grid-two-col-section h6 {
    margin-bottom: 3.75rem;
    padding-bottom: 0.875rem;
  }
  .page-category .c-recipes-grid-two-col-section .embla__slide {
    width: 425px;
  }
}

/* ==========================================================================
	#Register page
	========================================================================== */
.page-signup .c-register-section {
  float: left;
  width: 100%;
  padding: 4.4375rem 0 1.1875rem;
}

.page-signup .c-register-section .o-holder {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.page-signup .c-register-section .c-register-form {
  float: left;
  width: 100%;
  margin-bottom: 5.75rem;
}

.page-signup .c-register-section .form-group {
  float: left;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.page-signup .c-register-section label {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.625rem;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0625rem;
  line-height: 1em;
}

.page-signup .c-register-section label .required {
  position: absolute;
  top: -0.125rem;
  padding-left: 1px;
  color: red;
}

.page-signup .c-register-section input[type='text'],
.page-signup .c-register-section input[type='email'],
.page-signup .c-register-section input[type='password'] {
  float: left;
  width: 100%;
  height: 3.9375rem;
  padding-left: 14px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03);
  font-size: 0.9375rem;
  line-height: 1.5625em;
}

.page-signup .c-register-section .subscribe {
  margin-top: 0.75rem;
}

.page-signup .c-register-section .subscribe img {
  position: relative;
  width: 169px;
  display: inline-block;
}

.page-signup .c-register-section .subscribe label {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  text-align: center;
}

.page-signup .c-register-section .subscribe label span {
  float: left;
  width: 100%;
  padding-top: 1rem;
  line-height: 30px;
}

.page-signup
  .c-register-section
  .subscribe
  [type='checkbox']:not(:checked)
  + label,
.page-signup .c-register-section .subscribe [type='checkbox']:checked + label {
  padding-left: 0;
  font-family: 'MetropolisRegular', 'Helvetica', 'Arial';
}

.page-signup
  .c-register-section
  .subscribe
  [type='checkbox']:not(:checked)
  + label:before,
.page-signup
  .c-register-section
  .subscribe
  [type='checkbox']:checked
  + label:before {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.8);
}

.page-signup .c-register-section .submit {
  margin-top: 2.625rem;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

.page-signup .c-register-section .submit input[type='submit'] {
  float: none;
  width: 282px;
  height: 4.125rem;
  margin-bottom: 0.8125rem;
  display: inline-block;
  padding-left: 0;
}

.page-signup .c-register-section a {
  text-decoration: none;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  background: linear-gradient(to bottom, #e8f7fa, #e8f7fa);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 7px;
  transition: all 100ms ease-out;
}

.page-signup .c-register-section a:hover {
  background-size: 1px 100%;
  color: #000;
}

@media screen and (min-width: 768px) {
  .page-signup .c-register-section {
    padding: 5.0625rem 0 0.9375rem;
  }
  .page-signup .c-register-section .form-group {
    width: 46%;
    margin-bottom: 3.25rem;
  }
  .page-signup .c-register-section .subscribe img {
    width: 130px;
    margin-left: 63px;
  }
  .page-signup .c-register-section .subscribe label {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
  }
  .page-signup .c-register-section .subscribe label span {
    width: 64%;
  }
  .page-signup .c-register-section .submit {
    margin-top: 3.75rem;
  }
  .page-signup .c-register-section .submit input[type='submit'] {
    width: 226px;
    margin-right: 24px;
  }
}

@media screen and (min-width: 992px) {
  .page-signup .c-register-section {
    padding: 77px 0 1.4375rem;
  }
  .page-signup .c-register-section .c-register-form {
    margin-bottom: 9rem;
  }
  .page-signup .c-register-section .form-group {
    width: 47.8%;
    margin-bottom: 2.25rem;
  }
  .page-signup .c-register-section label {
    margin-bottom: 0.4375rem;
    font-size: 1.1875rem;
    line-height: 1em;
  }
  .page-signup .c-register-section .subscribe {
    margin-top: -1.5rem;
  }
  .page-signup .c-register-section .subscribe img {
    top: 0.9375rem;
    width: 130px;
  }
  .page-signup .c-register-section .subscribe label span {
    width: 75%;
  }
  .page-signup .c-register-section .submit {
    margin-top: 3.75rem;
  }
  .page-signup .c-register-section .submit input[type='submit'] {
    position: relative;
    top: 0.4375rem;
    width: 225px;
  }
}

.o-halves.wpforms-container-full {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden !important;
}

.o-halves.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 !important;
}

@media screen and (min-width: 992px) {
	.o-halves .wpforms-field-container {
		width: 100%;
		display: flex !important;
		justify-content: space-between;
		flex-flow: wrap;
		padding-bottom: 65px !important;
	}
}

.o-halves .wpforms-field-container .wpforms-field {
	float: left;
	width: 100% !important;
	margin-bottom: 0.9375rem !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: none !important;
}

@media screen and (min-width: 992px) {
	.o-halves .wpforms-field-container .wpforms-field {
		width: 47.8% !important;
		margin-bottom: 2.25rem !important;
	}
	.o-halves .wpforms-field-container .wpforms-field {
		width: 46% !important;
		margin-bottom: 3.25rem !important;
	}
}


/* Input */

.o-halves.wpforms-container input[type="text"],
.o-halves.wpforms-container input[type="email"],
.wpforms-container input[type="password"] {
	float: left;
	width: 100%;
	height: 3.9375rem !important;
	padding-left: 14px !important;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 2px;
	font-size: 0.9375rem !important;
	line-height: 1.5625em !important;
	border: 1px solid rgb(239, 239, 239) !important;
	border-radius: 8px !important;
}


/* Label */

.o-halves .wpforms-field-label {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0.625rem !important;
	font-family: MetropolisSemiBold, Helvetica, Arial, sans-serif;
	font-size: 1.0625rem !important;
	line-height: 1em !important;
}

@media screen and (min-width: 992px) {
	.o-halves .wpforms-field-label {
		margin-bottom: 0.4375rem !important;
		font-size: 1.1875rem !important;
	}
}


/* Checkbox with image */

div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-checkbox {
	position: relative !important;
	width: 100% !important;
	padding-top: 250px !important;
}

@media screen and (min-width: 992px) {
	div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-checkbox {
		padding-top: 20px !important;
	}
}

div.wpforms-container-full.o-halves .wpforms-form input[type=checkbox],
div.wpforms-container-full.o-halves .wpforms-form input[type=radio] {
	position: relative;
	top: -230px !important;
	left: 0;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 0px;
}

div.wpforms-container-full.o-halves .wpforms-form input[type=checkbox]:checked {
	background: #fff url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2413 0.139743L5.78222 10.5988L1.93916 6.75578C1.75284 6.56946 1.45073 6.56946 1.26436 6.75578L0.139743 7.8804C-0.0465809 8.06673 -0.0465809 8.36884 0.139743 8.5552L5.4448 13.8603C5.63112 14.0466 5.93323 14.0466 6.1196 13.8603L18.0407 1.93916C18.227 1.75284 18.227 1.45073 18.0407 1.26436L16.9161 0.139743C16.7297 -0.0465809 16.4276 -0.0465809 16.2413 0.139743Z' fill='black'/%3E%3C/svg%3E%0A") 57% 7px no-repeat;
}

div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-checkbox label {
	float: left !important;
	width: 100% !important;
}

.o-halves .wpforms-image-choices-image img {
	position: absolute !important;
	top: -246px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	max-height: 238px !important;
}

@media screen and (min-width: 992px) {
	div.wpforms-container-full.o-halves .wpforms-form .wpforms-image-choices input[type=checkbox] {
		position: relative !important;
		top: 6px !important;
	}
	.o-halves .wpforms-image-choices-image {
		top: -23px !important;
		width: 40%;
		margin-left: 62px !important;
		position: absolute !important;
	}
	.o-halves .wpforms-image-choices-image img {
		position: absolute !important;
		top: -20px !important;
		left: 3px !important;
		max-width: 130px;
		transform: none !important;
		height: auto !important;
	}
}

.o-halves .wpforms-image-choices-label {
	float: left !important;
	width: 100% !important;
	font-size: 17px !important;
	line-height: 30px !important;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.o-halves .wpforms-image-choices-label {
		width: 640px !important;
		margin-left: 175px !important;
		font-size: 1.1875rem !important;
		line-height: 30px !important;
		margin: 0;
		max-width: 100%;
		text-align: left;
		margin-left: 179px !important;
	}
}


/* Login link */

div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-html {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100% !important;
	display: table !important;
	margin: auto !important;
	padding: 0 !important;
	font-size: 17px;
	text-align: center !important;
}
div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-html a {
    text-decoration: none;
    font-family: "MetropolisSemiBold", "Helvetica", "Arial", sans-serif;
    background: linear-gradient(to bottom, #e8f7fa, #e8f7fa);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 7px;
    transition: all 100ms ease-out;
}
div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-html a:hover {
    background-size: 1px 100%;
    color: #000;
}

@media screen and (min-width: 992px) {
	div.wpforms-container-full.o-halves .wpforms-form .wpforms-field.wpforms-field-html {
		bottom: 4px;
		left: 440px;
		width: 50% !important;
		text-align: left !important;
	}
}


/* Submit button */
div.wpforms-container-full.o-halves .wpforms-form button[type=submit] {
	float: none;
	display: table !important;
	margin: auto !important;
	width: 282px !important;
	height: 4.125rem !important;
	display: inline-block;
	padding: 0 !Important;
	border: none;
	border-radius: 8px !important;
	box-shadow: 0 0 56px rgb(23 46 15 / 9%) !important;
	font-family: "MetropolisSemiBold", "Helvetica", "Arial", sans-serif !important;
	font-size: 0.9375rem !important;
	line-height: 1.66667em !important;
	letter-spacing: 0.8px !important;
	color: white !important;
	background: #7fb214 !important;
	transition: all 300ms ease-out;
}
div.wpforms-container-full.o-halves .wpforms-form button[type=submit]:hover {
    background: #6eb017 !important;
}

@media screen and (min-width: 992px) {
	div.wpforms-container-full.o-halves .wpforms-form button[type=submit] {
		width: 226px !important;
	}
	div.wpforms-container-full.o-halves .wpforms-form .wpforms-submit-container {
		position: absolute;
		bottom: 0;
	}
	div.wpforms-container-full.o-halves .wpforms-form button[type=submit] {
		position: absolute;
		bottom: 0 !important;
		left: 190px !important;
		width: 227px !important;
		height: 65px !important;
	}
}

/* ==========================================================================
	#CLEARFIX
	========================================================================== */
/**
* Attach our clearfix mixin to a utility class.
*/
.u-clearfix:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
	#HIDE
	========================================================================== */
/**
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
* Hide visually and from screen readers.
*/
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}

@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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: #21759b;
  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. */
}

/* Default login page fix for woocommerce class .u-column */
[class^='u-column'], div[class*=' u-column'] {
  max-width: none;
}


/* ==========================================================================
	#PRINT
	========================================================================== */
@media print {
  body {
    font: normal normal 12pt/1.5em 'Times New Roman', Times, serif;
  }
  a[href]:after {
    content: ' (' attr(href) ') ';
    font-size: 90%;
  }
  a[href^='/']:after {
    content: ' (http://domain.com' attr(href) ') ';
  }
  .hide {
    display: none !important;
  }
}

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