@charset "UTF-8";

:root {
  --main-bg-color: #282828;
}

html,
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #666;
  background-color: #fff !important;
  /*background-image: url(../images/tile.png) !important;*/
  background-image: url(../images/White-Background-9B1-1.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
}
h1,
h3 {
  font-family: "Lobster", cursive !important;
}
h2,
h4,
h5 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
}
/*h4.ui.header {
	font-family: "Lobster", cursive !important;
	font-weight: normal !important;
}*/
h2.ui.header {
  font-family: "Open Sans Condensed", Arial, sans-serif;
}
.navigation.menu .item {
  font-weight: bold !important;
  margin: 0 10px !important;
}
.header > a {
  color: inherit !important;
}
a i {
  color: #767676 !important;
  text-decoration: none;
}
p {
  line-height: 1.8 !important;
}
.set-counter {
  counter-reset: ordered calc(var(--start) - 1) !important;
}
.blog-header p {
  line-height: normal !important;
}
.fullscreen_recipe .ingredients {
  display: none;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  width: 30%;
  height: -moz-calc(100vh - 3.5rem);
  height: -webkit-calc(100vh - 3.5rem);
  height: calc(100vh - 3.5rem);
  background: #f9f9f9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 3.5rem;
  left: 0;
}
.fullscreen_recipe.directions {
  display: none;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  width: 70%;
  height: -moz-calc(100vh - 3.5rem);
  height: -webkit-calc(100vh - 3.5rem);
  height: calc(100vh - 3.5rem);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 3.5rem;
  left: 30%;
}
.fullscreen_recipe.top {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #767676;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border-bottom: 5px solid #00b5ad;
}
.fullscreen_recipe.container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99998;
}
.fullscreen_recipe.mobile_nav {
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 3.5rem;
  left: 0;
  margin: -1px 0 0;
  width: 100%;
  padding: 0;
  line-height: 3.5rem;
  z-index: 9999999;
}
.fullscreen_recipe.mobile_nav a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(25, 25, 25, 0.3);
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.15);
}
.fullscreen_recipe.mobile_nav a.active {
  background-color: #00b5ad;
}
.active {
  display: block !important;
}
@media (max-width: 767px) {
  .mobile-center-align {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  .ui.ui.ui.container:not(.fluid) {
    width: 970px;
  }
}
@media screen and (min-width: 750px) {
  .fullscreen_recipe.ingredients,
  .fullscreen_recipe.directions {
    display: block;
  }
  .left.menu {
    display: flex;
  }
  i.hamburger {
    display: none;
  }
  #overlay_search > .ui.header {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 30%;
    border: 0px;
  }
  #overlay_search > .ui.header > .ui.input {
    width: 500px;
    font-size: 3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .recipe_header {
    padding-left: 0;
  }
  #overlay_search > .ui.header {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 30%;
    border: 0px;
  }
  #overlay_search > .ui.header > .ui.input {
    width: 250px;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .fullscreen_recipe.ingredients,
  .fullscreen_recipe.directions {
    width: 100%;
    height: -moz-calc(100vh - 7rem);
    height: -webkit-calc(100vh - 7rem);
    height: calc(100vh - 7rem);
    top: 7rem;
    left: 0;
  }
  .fullscreen_recipe.mobile_nav {
    display: block;
  }
  a.some {
    display: none !important;
  }
  i.hamburger {
    display: flex;
  }
  .ui.container > .navigation.ui.menu > div.menu {
    display: none;
  }
  .ui.container > .navigation.ui.menu > .ui.right.item {
    display: none;
  }
  .foo {
    font-size: 1.07142857rem !important;
  }
  .container > .navigation > .item.hamburger > .close.icon {
    display: none;
  }
  .ui.mobile.stackable.grid > .row > .sixteen.wide.column {
    order: 0;
  }
  .ui.mobile.stackable.grid > .row > .ten.wide.column {
    order: 2;
  }
  .ui.mobile.stackable.grid > .row > .six.wide.column {
    order: 1;
  }
}
.list .item::before {
  font-size: 26px;
  color: #9e9e9e !important;
  font-weight: bold;
  margin-left: -1.5rem;
  margin-top: 4px;
  right: 100%;
}
.list .item p {
  margin-left: 0.5em !important;
}
.hero-image {
  margin: 0px;
  height: 300px;
  position: relative;
  background-size: 100% auto !important;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-text p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: normal !important;
  margin: 5px;
  line-height: 70px;
  padding: 5px 20px 0px 20px;
  font-size: 60px;
  font-family: "Lobster", cursive;
  color: #fff;
  background-color: var(--main-bg-color) !important;
}
.blog-header p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 36px;
  margin: 5px 0px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  color: #333 !important;
}
.recipe-header p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 44px;
  margin: 5px 0px;
  font-size: 40px;
  font-weight: normal;
  font-family: "Lobster", cursive !important;
  color: #767676 !important;
}
.ui.supermassive.header {
  font-size: 2.5em !important;
}
.ui.thin.header {
  font-weight: normal !important;
}
.blog-header p a,
.blog-header p a:hover {
  color: rgba(0, 0, 0, 0.6) !important;

  font-weight: bold !important;
}
.strike {
  text-decoration: line-through !important;
}
.ui.link.items > .item:hover .content .header {
  color: #00b5ad !important;
}
.ui.comments .comment a.author:hover {
  color: #00b5ad !important;
}
.ltr.content {
  padding-right: 1.5em !important;
  padding-left: 0 !important;
}
.ui.items > .item > [class*="middle aligned"].content {
  -ms-flex-item-align: center;
  align-self: center;
}
.ui[class*="right floated"].segment {
  margin-right: 0 !important;
}
.ui.items > .item > .content > a.header:hover {
  color: #00b5ad !important;
}

.ui.form .inline.fields {
  margin: 0px !important;
}

.blog-date p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 40px;
  border-bottom: 5px solid #21ba45;
  margin: 5px 0px 20px 0px !important;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #999 !important;
}
.recipe-date p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 40px;
  border-bottom: 5px solid #00b5ad;
  margin: 5px 0px 10px 0px !important;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #999 !important;
}
.meta,
.meta a,
.meta a:hover {
  color: #aeafb3 !important;
}
.card > .image > img {
  /*object-fit:cover;
  height: 200px !important;
  width: 302px !important;*/
  padding: 0 1em;
}
.ui.card > .content {
  padding: 0px;
}
.ui.cards > .card > .content {
  border: 0 !important;
}
.card > .image {
  background: transparent !important;
}
.extra.content {
  padding-top: 8px !important;
  margin-top: 8px !important;
}
.hero-text {
  text-align: center;
}
.testing {
  color: #fff;
  float: right;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 70px;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 5px 5px 0 0;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(
    to top,
    var(--main-bg-color) 8px,
    rgba(41, 39, 38, 0.75) 100%
  );
}
.testing::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 8px solid #fcfcfc;
}
.testing2::after {
  content: "";
  width: 2em;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #fcfcfc 100%
  );
}

.ingredient-field .field::before {
  content: "\283F";
  float: left;
  margin-left: -20px;
  color: #ccc;
  margin-top: 10px;
}
input,
.ql-editor {
  font-family: "Lobster", cursive !important;
  color: #767676 !important;
}
button[class*="ql-"] {
  color: #767676;
  stroke: #767676;
}
#recipeForewordEditor {
  height: 240px;
  width: 100%;
}
#recipeStepsEditor {
  height: 300px;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
#step-container {
  counter-reset: steps;
  /*margin: 16px 0px;*/
}
#step-container > .step-field.item::before {
  font-size: 16px;
  content: "\283F";
  float: left;
  color: #ccc;
  margin: 10px 0px;
}
#step-container > .step-field.item > .field::before {
  font-size: 26px;
  color: #9e9e9e !important;
  font-weight: bold;
  counter-increment: steps;
  content: counters(steps, ".") " ";
  float: left;
  color: #ccc;
  margin: 8px 5px 0px 20px;
}
#tip-container {
  margin: 16px 0px;
}
#tip-container > .tip-field.item::before {
  font-size: 16px;
  content: "\283F";
  float: left;
  color: #ccc;
  margin: 10px 0px;
}
#tip-container > .tip-field.item > .field {
  margin-left: 20px;
}
.ui.multiple.dropdown > .label {
  margin: 0.14285714rem 0.35714286em 0.14285714rem 0;
  background-color: #00b5ad;
  color: #fff;
}
.ui.labels a.active.label:hover,
a.ui.active.label:hover {
  background-color: #009c95;
  color: #fff;
}
.ui.selection.active.dropdown > .menu {
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
}
.ingredient_name.ui.fluid.search.selection.dropdown {
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0.28571429rem !important;
  border-bottom-right-radius: 0.28571429rem !important;
}

/* CUSTOM CHECKBOXES START */
/* The container */
label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a teal background */
label.container input:checked ~ .checkmark {
  background-color: #00b5ad;
}

label.container input:checked ~ p {
  text-decoration: line-through !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
label.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  box-sizing: content-box !important;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.units.ui.dropdown.label {
  background-color: transparent;
  border: 0px;
  color: #9e9e9e;
}
.inline.fields > label {
  font-weight: normal !important;
  color: #767676 !important;
  font-family: "Lobster", cursive !important;
  font-size: 1.14285714rem !important;
}
.units.ui.dropdown.label {
  font-weight: normal !important;
  padding-left: 0.5em;
  font-family: "Lobster", cursive !important;
  font-size: 1.14285714rem !important;
}
.units.ui.transparent.input > input {
  padding: 0.67857143em 0px !important;
  text-align: right !important;
  font-family: "Lobster", cursive !important;
  font-size: 1.14285714rem !important;
  text-indent: 1px;
  direction: rtl;
  text-align: right;
}

/* CKEDITOR CUSTOM STYLES */
.ck-content {
  color: #666;
  font-family: "Source Sans Pro", Arial, sans-serif;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
}

.cke_bottom,
.cke_top {
  background: transparent !important;
}
.cke_chrome {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.cke_toolgroup {
  background: #e0e1e2 !important;
}
.cke_combo_button {
  background: #e0e1e2 !important;
}
.cke_contents {
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  border-radius: 0px !important;
}
.cke_combo_button {
  border-radius: 0px !important;
}
.cke_toolgroup {
  border-radius: 0px !important;
}
.cke_wysiwyg_div,
.cke_wysiwyg_frame {
  background: transparent !important;
}
.cke_reset_all,
.cke_reset_all * {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
/* CUSTOM CHECKBOXES END */
