*::selection {
  background: transparent !important;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body, html {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

p,
.has-text-align-center {
  font-size: 16px;
}

p.has-text-align-center {
  font-size: 16px !important;
}

b, strong {
  font-weight: bold !important;
}

.post, .page {
  margin: 0;
}

.vjs-icon-volume-high,
.vjs-icon-placeholder,
.video-js .vjs-play-progress:before {
  font-family: VideoJS !important;
}

.celsius-cooking-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.celsius-cooking-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body,
h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
  color: #3a3a3a;
}

img {
  max-width: 100%;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}

h1,
.entry-content h1 {
  font-size: 40px;
  font-size: 2.6666666667rem;
}

h2,
.entry-content h2 {
  font-size: 20px;
  font-size: 1.3rem;
}

h3,
.entry-content h3 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}

h4,
.entry-content h4 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}

h5,
.entry-content h5 {
  font-size: 18px;
  font-size: 1.2rem;
}

h6,
.entry-content h6 {
  font-size: 15px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Code  */
code,
pre {
  font-size: 0.9rem;
  line-height: 1.50001;
  font-variant-ligatures: none;
  word-wrap: break-word;
  word-break: normal;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4;
}

code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #e01e5a;
}

pre {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #f8f8f8;
}

blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb;
}

.gallery-columns-4 .gallery-item,
.gallery-item {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* align */
/* .alignleft,
.alignright{
    margin-top: 0;
} */
a:hover {
  transition: all 0.3s;
}

textarea {
  width: 100%;
}

form.wpcf7-form input:focus,
textarea:focus {
  outline: none;
}

form.wpcf7-form p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 49%;
  flex: 0 0 49%;
  margin-bottom: 15px;
}

.form-footer .wpcf7-form-control-wrap {
  width: auto;
  max-width: initial;
  flex: auto;
  margin-bottom: 0;
}

.wpcf7 {
  color: #010834;
}

span.wpcf7-form-control-wrap.your-message {
  max-width: 100%;
  flex: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #ff8500;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  height: auto;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #ee7d01;
}

form.wpcf7-form input::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #0B0B0B;
  opacity: 1;
}

span.wpcf7-spinner {
  position: absolute;
}

form.wpcf7-form input,
textarea.wpcf7-form-control.wpcf7-textarea {
  min-height: 40px;
  padding: 10px;
  border: 1px solid #707070;
  color: #000;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  max-height: 100px;
}

form.wpcf7-form input[type=checkbox] {
  height: 30px;
  width: 30px;
  margin: 0 10px 0 0;
}

.celsius-cooking-menu-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - 360px);
  /* sub menu */
}
.celsius-cooking-menu-wrapper button#menu-icon {
  display: none;
}
@media (max-width: 768px) {
  .celsius-cooking-menu-wrapper {
    max-width: 8%;
    flex: 0 0 8%;
    justify-content: flex-start;
    order: 1;
  }
  .celsius-cooking-menu-wrapper > nav {
    display: none;
  }
  .celsius-cooking-menu-wrapper button#menu-icon {
    display: block;
  }
}

nav > ul > li,
.navigation > ul > li {
  position: relative;
}
nav > ul > li .sub-menu,
nav > ul > li .children,
.navigation > ul > li .sub-menu,
.navigation > ul > li .children {
  position: absolute;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  width: 200px;
  transition: all 0.3s;
  box-shadow: 0 0 10px #00000014;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
nav > ul > li .sub-menu li a,
nav > ul > li .children li a,
.navigation > ul > li .sub-menu li a,
.navigation > ul > li .children li a {
  color: #000;
  display: block;
  padding: 5px 20px;
  transition: all 0.3s;
  margin-bottom: 9px;
  line-height: 20px;
  font-size: 14px;
}
nav > ul > li .sub-menu li a:hover,
nav > ul > li .children li a:hover,
.navigation > ul > li .sub-menu li a:hover,
.navigation > ul > li .children li a:hover {
  color: #f94d1c;
}
nav > ul > li .sub-menu li:last-child a,
nav > ul > li .children li:last-child a,
.navigation > ul > li .sub-menu li:last-child a,
.navigation > ul > li .children li:last-child a {
  margin-bottom: 0;
}
nav > ul > li .sub-menu .sub-menu, nav > ul > li .sub-menu .children,
nav > ul > li .children .sub-menu,
nav > ul > li .children .children,
.navigation > ul > li .sub-menu .sub-menu,
.navigation > ul > li .sub-menu .children,
.navigation > ul > li .children .sub-menu,
.navigation > ul > li .children .children {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
nav > ul > li:hover > .sub-menu, nav > ul > li:hover .children, nav > ul > li:focus-within > .sub-menu, nav > ul > li:focus-within .children,
.navigation > ul > li:hover > .sub-menu,
.navigation > ul > li:hover .children,
.navigation > ul > li:focus-within > .sub-menu,
.navigation > ul > li:focus-within .children {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
nav > ul > li .sub-menu li, nav > ul > li .children li,
.navigation > ul > li .sub-menu li,
.navigation > ul > li .children li {
  position: relative;
}
nav > ul > li .sub-menu li:hover > .sub-menu, nav > ul > li .sub-menu li:hover .children, nav > ul > li .sub-menu li:focus-within > .sub-menu, nav > ul > li .sub-menu li:focus-within .children, nav > ul > li .children li:hover > .sub-menu, nav > ul > li .children li:hover .children, nav > ul > li .children li:focus-within > .sub-menu, nav > ul > li .children li:focus-within .children,
.navigation > ul > li .sub-menu li:hover > .sub-menu,
.navigation > ul > li .sub-menu li:hover .children,
.navigation > ul > li .sub-menu li:focus-within > .sub-menu,
.navigation > ul > li .sub-menu li:focus-within .children,
.navigation > ul > li .children li:hover > .sub-menu,
.navigation > ul > li .children li:hover .children,
.navigation > ul > li .children li:focus-within > .sub-menu,
.navigation > ul > li .children li:focus-within .children {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
nav > ul > li .sub-menu .menu-item-has-children > a,
nav > ul > li .sub-menu .page_item_has_children > a, nav > ul > li .children .menu-item-has-children > a,
nav > ul > li .children .page_item_has_children > a,
.navigation > ul > li .sub-menu .menu-item-has-children > a,
.navigation > ul > li .sub-menu .page_item_has_children > a,
.navigation > ul > li .children .menu-item-has-children > a,
.navigation > ul > li .children .page_item_has_children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav > ul > li .sub-menu .menu-item-has-children > a:after,
nav > ul > li .sub-menu .page_item_has_children > a:after, nav > ul > li .children .menu-item-has-children > a:after,
nav > ul > li .children .page_item_has_children > a:after,
.navigation > ul > li .sub-menu .menu-item-has-children > a:after,
.navigation > ul > li .sub-menu .page_item_has_children > a:after,
.navigation > ul > li .children .menu-item-has-children > a:after,
.navigation > ul > li .children .page_item_has_children > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  top: 3px;
  position: relative;
  font-size: 14px;
}
nav > ul > li .current-menu-item a,
.navigation > ul > li .current-menu-item a {
  color: #f94d1c;
}
nav > ul > li.menu-item-has-children > a:after, nav > ul > li.page_item_has_children > a:after,
.navigation > ul > li.menu-item-has-children > a:after,
.navigation > ul > li.page_item_has_children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 11px;
  position: relative;
  bottom: 0;
  line-height: 0;
}

.celsius-cooking-site-button {
  display: flex;
}
.celsius-cooking-site-button .celsius-cooking-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  padding: 10px 15px;
  line-height: 1;
  background: #f94d1c;
  border: 1px solid transparent;
}
.celsius-cooking-site-button .celsius-cooking-primary-button:hover {
  background: #f04819;
  color: #fff;
  border: 1px solid #f04819;
}
.celsius-cooking-site-button a {
  background: no-repeat;
  padding: 0;
  border: none;
  height: auto;
  display: table;
  margin-top: 5px;
  color: #010834;
  width: auto;
}
.celsius-cooking-site-button a i {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .celsius-cooking-header-button {
    width: 100%;
    position: fixed;
    bottom: 50px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.3s;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .show-header-button .celsius-cooking-header-button {
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }
}

.wp-block-latest-posts__post-excerpt .celsius-cooking-site-button a {
  background: no-repeat;
  border: none;
  padding: 5px 0;
}
.wp-block-latest-posts__post-excerpt .celsius-cooking-site-button a:hover {
  background: no-repeat;
  border: none;
}

/* fs = font size */
.celsius-cooking-menu ul {
  margin: 0;
  padding: 0;
}
.celsius-cooking-menu a {
  text-decoration: none;
}

.celsius-cooking-mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.celsius-cooking-mobile-menu-overlay.celsius-cooking-menu-open {
  opacity: 1;
  visibility: visible;
}

body {
  overflow-X: hidden;
}
body.celsius-cooking-menu-open {
  overflow-y: hidden;
}

.celsius-cooking-mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  z-index: 99999;
  overflow-x: hidden;
  background: #fff;
  transition: all 0.3s;
  left: -100%;
}
.celsius-cooking-mobile-menu.celsius-cooking-menu-open {
  left: 0;
}
.celsius-cooking-mobile-menu ul.menu,
.celsius-cooking-mobile-menu ul.menu > ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.celsius-cooking-mobile-menu ul.menu > li > a,
.celsius-cooking-mobile-menu ul.menu > ul > li > a {
  padding: 10px 35px 20px 15px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  text-transform: initial;
  color: #000;
  position: relative;
}
.celsius-cooking-mobile-menu ul.menu > li ul,
.celsius-cooking-mobile-menu ul.menu > ul > li ul {
  background: transparent;
  display: none;
}
.celsius-cooking-mobile-menu ul.menu > li ul li,
.celsius-cooking-mobile-menu ul.menu > ul > li ul li {
  list-style: none;
  position: relative;
}
.celsius-cooking-mobile-menu ul.menu > li ul li a,
.celsius-cooking-mobile-menu ul.menu > ul > li ul li a {
  display: block;
  padding: 10px 30px 10px 0;
  color: #000;
  font-size: 15px;
  position: relative;
}
.celsius-cooking-mobile-menu ul.menu > li ul li ul li a,
.celsius-cooking-mobile-menu ul.menu > ul > li ul li ul li a {
  padding: 8px 0;
}

.celsius-cooking-arrow-box {
  display: inline-block;
  float: right;
  width: 30px;
  transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 30px;
  justify-content: center;
  padding: 12px 27px 0;
}
.celsius-cooking-arrow-box:focus {
  border: 1px dotted #fff;
}
.celsius-cooking-arrow-box .celsius-cooking-down-arrow {
  height: 8px;
  top: 46%;
  left: 7px;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.celsius-cooking-arrow-box .celsius-cooking-down-arrow:after, .celsius-cooking-arrow-box .celsius-cooking-down-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
}
.celsius-cooking-arrow-box .celsius-cooking-down-arrow:after {
  transform: rotate(45deg) translateX(3px);
  transform-origin: right;
}
.celsius-cooking-arrow-box .celsius-cooking-down-arrow:before {
  transform: rotate(-45deg) translateX(-3px);
  transform-origin: left;
}

.celsius-cooking-close-wrapper {
  text-align: right;
  padding: 10px 15px;
  background: #000;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.celsius-cooking-close-wrapper .celsius-cooking-inner-box {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.celsius-cooking-menu-open .celsius-cooking-close-wrapper .celsius-cooking-inner-box {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
.celsius-cooking-close-wrapper .celsius-cooking-inner-box .celsius-cooking-inner {
  display: inline-block;
}
.celsius-cooking-close-wrapper .celsius-cooking-inner-box .celsius-cooking-inner:after, .celsius-cooking-close-wrapper .celsius-cooking-inner-box .celsius-cooking-inner:before {
  content: "";
  position: absolute;
  background: white;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.celsius-cooking-close-wrapper .celsius-cooking-inner-box .celsius-cooking-inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggler, .sliding-menu-toggler {
  margin-top: 0;
  margin-left: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  font-size: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.menu-toggler:focus, .sliding-menu-toggler:focus {
  outline: none;
}
.menu-toggler .menu-toggler, .menu-toggler .sliding-menu-toggler, .sliding-menu-toggler .menu-toggler, .sliding-menu-toggler .sliding-menu-toggler {
  margin-top: 0.55rem;
  margin-left: 0.3rem;
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  font-size: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.menu-toggler .menu-toggler:focus, .menu-toggler .sliding-menu-toggler:focus, .sliding-menu-toggler .menu-toggler:focus, .sliding-menu-toggler .sliding-menu-toggler:focus {
  outline: 1px solid #fff;
}
.menu-toggler .menu-toggler span, .menu-toggler .sliding-menu-toggler span, .sliding-menu-toggler .menu-toggler span, .sliding-menu-toggler .sliding-menu-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.menu-toggler .menu-toggler span:nth-child(1), .menu-toggler .sliding-menu-toggler span:nth-child(1), .sliding-menu-toggler .menu-toggler span:nth-child(1), .sliding-menu-toggler .sliding-menu-toggler span:nth-child(1) {
  top: 0px;
}
.menu-toggler .menu-toggler span:nth-child(2), .menu-toggler .menu-toggler span:nth-child(3), .menu-toggler .sliding-menu-toggler span:nth-child(2), .menu-toggler .sliding-menu-toggler span:nth-child(3), .sliding-menu-toggler .menu-toggler span:nth-child(2), .sliding-menu-toggler .menu-toggler span:nth-child(3), .sliding-menu-toggler .sliding-menu-toggler span:nth-child(2), .sliding-menu-toggler .sliding-menu-toggler span:nth-child(3) {
  top: 8px;
}
.menu-toggler .menu-toggler span:nth-child(4), .menu-toggler .sliding-menu-toggler span:nth-child(4), .sliding-menu-toggler .menu-toggler span:nth-child(4), .sliding-menu-toggler .sliding-menu-toggler span:nth-child(4) {
  top: 16px;
}
.menu-toggler .menu-toggler.celsius-cooking-menu-open, .menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open, .sliding-menu-toggler .menu-toggler.celsius-cooking-menu-open, .sliding-menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open {
  z-index: 9;
}
.menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(1), .menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(1), .sliding-menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(1), .sliding-menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(2), .menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(2), .sliding-menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(2), .sliding-menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(3), .menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(3), .sliding-menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(3), .sliding-menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(4), .menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(4), .sliding-menu-toggler .menu-toggler.celsius-cooking-menu-open span:nth-child(4), .sliding-menu-toggler .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-toggler span, .sliding-menu-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.menu-toggler span:nth-child(1), .sliding-menu-toggler span:nth-child(1) {
  top: 0px;
}
.menu-toggler span:nth-child(2), .menu-toggler span:nth-child(3), .sliding-menu-toggler span:nth-child(2), .sliding-menu-toggler span:nth-child(3) {
  top: 8px;
}
.menu-toggler span:nth-child(4), .sliding-menu-toggler span:nth-child(4) {
  top: 16px;
}
.menu-toggler.celsius-cooking-menu-open, .sliding-menu-toggler.celsius-cooking-menu-open {
  z-index: 9;
}
.menu-toggler.celsius-cooking-menu-open span:nth-child(1), .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-toggler.celsius-cooking-menu-open span:nth-child(2), .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggler.celsius-cooking-menu-open span:nth-child(3), .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggler.celsius-cooking-menu-open span:nth-child(4), .sliding-menu-toggler.celsius-cooking-menu-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.celsius-cooking-close-wrapper:before {
  content: "Menu";
  position: absolute;
  color: #fff;
  z-index: 99;
  left: 15px;
  font-weight: 600;
}

.celsius-cooking-hide-sidebar .celsius-cooking-content-wrapper main.site-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.celsius-cooking-content-post-one .celsius-cooking-content-post {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.celsius-cooking-content-post-one .celsius-cooking-content-post .celsius-cooking-post-thumbnail a > img {
  max-height: 350px !important;
  height: 350px !important;
}

.celsius-cooking-content-post-two .celsius-cooking-content-post {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
@media (max-width: 992px) {
  .celsius-cooking-content-post-two .celsius-cooking-content-post {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.celsius-cooking-content-wrapper {
  padding: 50px 0;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content {
  background: #fff;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.03);
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content a img {
  max-height: 200px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-title a {
  color: #010834;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-title a:hover {
  color: #f04819;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #010834;
  margin: 0;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt p .celsius-cooking-readmore {
  display: table;
  margin-top: 5px;
  color: #010834;
  width: auto;
  font-weight: 500;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt p .celsius-cooking-readmore:hover {
  color: #f04819;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt .celsius-cooking-site-button {
  display: block;
  margin-left: 0;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt .celsius-cooking-site-button a {
  background: no-repeat;
  padding: 0;
  border: none;
  height: auto;
  display: table;
  margin-top: 5px;
  color: #010834;
  width: auto;
  font-weight: 500;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-excerpt .celsius-cooking-site-button a:hover {
  color: #f04819;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-category {
  margin: 10px 0;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-category ul li {
  margin-top: 0.3rem;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-category ul li a {
  background: #f94d1c;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  margin-right: 0.3rem;
  display: inline-block;
  transition: all 0.3s linear;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-category ul li a:hover {
  background: #010834;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  line-height: 1.6;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .celsius-cooking-author-wrapper .celsius-cooking-author-text {
  font-size: 0.95rem;
  color: #000;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .celsius-cooking-author-wrapper .celsius-cooking-author-link {
  color: #010834;
  font-weight: 600;
  font-size: 0.95rem;
  margin-right: 10px;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .celsius-cooking-author-wrapper .celsius-cooking-author-link:hover {
  color: #f04819;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .posted-on {
  margin-right: 10px;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .posted-on a {
  color: #010834;
  font-size: 0.95rem;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .posted-on a:hover {
  color: #f04819;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .posted-on a:before {
  font: 14px FontAwesome;
  content: "\f073";
  margin-right: 0.1rem;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .celsius-cooking-comments a {
  color: #010834;
  font-size: 0.95rem;
}
.celsius-cooking-content-wrapper main.site-main .celsius-cooking-content-post .celsius-cooking-content .celsius-cooking-post-meta .celsius-cooking-comments a:hover {
  color: #f04819;
}

.celsius-cooking-no-sidebar .celsius-cooking-single-post-wrapper main.site-main {
  padding-right: 15px;
  padding-left: 15px;
}

.celsius-cooking-single-post-wrapper {
  padding: 30px 0;
}
.celsius-cooking-single-post-wrapper main.site-main .celsius-cooking-single-content {
  padding: 0 15px;
  flex: auto;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper main.site-main .celsius-cooking-single-content {
    padding: 0;
  }
}
.celsius-cooking-single-post-wrapper main.site-main .celsius-cooking-single-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper main.site-main .celsius-cooking-single-content .celsius-cooking-single-thumbnail {
  width: 100%;
}
.celsius-cooking-single-post-wrapper main.site-main .celsius-cooking-single-content .celsius-cooking-single-thumbnail img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}

.celsius-cooking-transparent-header .celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner {
  padding-top: 160px;
}

.home .celsius-cooking-banner-wrapper {
  min-height: 250px;
}

.celsius-cooking-banner-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .celsius-cooking-banner-wrapper {
    margin-bottom: 35px;
    min-height: 300px;
  }
}
.celsius-cooking-banner-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.celsius-cooking-banner-wrapper:after {
  content: "";
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner {
  position: relative;
  z-index: 99;
  text-align: center;
  padding: 80px 0;
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content .entry-title {
  font-size: 42px;
  color: #fff;
  margin: 0 auto 10px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content .entry-title {
    font-size: 28px;
  }
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content .entry-description {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content .entry-description .celsius-cooking-site-button {
  display: none;
}
.celsius-cooking-banner-wrapper .celsius-cooking-banner-content-inner .celsius-cooking-banner-content .celsius-cooking-site-button {
  display: block;
  justify-content: flex-end;
  margin-left: 0;
  padding: 15px 0;
}

.celsius-cooking-banner-content h2 {
  font-size: 42px;
  color: #fff;
  margin: 0 auto 10px;
  line-height: 1.2;
  font-weight: 500;
}
.celsius-cooking-banner-content .celsius-banner-tags ul {
  justify-content: center;
}
.celsius-cooking-banner-content .description p, .celsius-cooking-banner-content .description {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.celsius-cooking-breadcrumb-wrapper {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
}
.celsius-cooking-breadcrumb-wrapper .trail-browse {
  display: none;
}
.celsius-cooking-breadcrumb-wrapper .breadcrumb-trail.breadcrumbs {
  max-width: 1300px;
  margin: auto;
  padding: 10px 30px;
}
.celsius-cooking-breadcrumb-wrapper .trail-items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.celsius-cooking-breadcrumb-wrapper .trail-items li {
  margin-right: 10px;
  color: #3F3F3F;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 300;
}
.celsius-cooking-breadcrumb-wrapper .trail-items li a {
  color: #3F3F3F;
  font-weight: 300;
}
.celsius-cooking-breadcrumb-wrapper .trail-items li:after {
  content: "/";
  margin-left: 10px;
}
.celsius-cooking-breadcrumb-wrapper .trail-items li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .celsius-cooking-breadcrumb-wrapper {
    display: none;
  }
}

.celsius-cooking-comment-wrapper h3#reply-title {
  font-size: 20px;
  font-weight: 600;
}
.celsius-cooking-comment-wrapper form#commentform p label, .celsius-cooking-comment-wrapper form#commentform p input, .celsius-cooking-comment-wrapper form#commentform p textarea {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.celsius-cooking-comment-wrapper form#commentform input[type=text],
.celsius-cooking-comment-wrapper form#commentform input[type=email], .celsius-cooking-comment-wrapper form#commentform input[type=url] {
  min-height: 40px;
  width: 100%;
}
.celsius-cooking-comment-wrapper form#commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  background: #e4e4e4;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
}
.celsius-cooking-comment-wrapper form#commentform .comment-form-cookies-consent label {
  margin-left: 6px;
}
.celsius-cooking-comment-wrapper form#commentform input#submit {
  align-items: center;
  justify-content: center;
  height: 40px;
  display: inline-flex !important;
  line-height: 1;
  background: #f94d1c;
  border: none;
  color: #ffff;
  transition: all 0.3s;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 16px;
}
.celsius-cooking-comment-wrapper form#commentform input#submit:hover {
  background: #010834;
  color: #fff;
}
.celsius-cooking-comment-wrapper h2.comments-title {
  font-size: 17px;
  margin-bottom: 35px;
}
.celsius-cooking-comment-wrapper .comment-list {
  margin: 0 0 30px;
  font-size: 13px;
}
.celsius-cooking-comment-wrapper .comment-list .comment-author.vcard {
  margin-bottom: 10px;
}
.celsius-cooking-comment-wrapper .comment-list .comment-author.vcard a {
  color: #2B9DFF;
}
.celsius-cooking-comment-wrapper .comment-list em.comment-awaiting-moderation {
  display: block;
}
.celsius-cooking-comment-wrapper .comment-list .comment-meta.commentmetadata {
  margin-bottom: 10px;
}
.celsius-cooking-comment-wrapper .comment-list .comment-meta.commentmetadata a {
  color: #2B9DFF;
}
.celsius-cooking-comment-wrapper .comment-list .reply a {
  color: #2B9DFF;
}
.celsius-cooking-comment-wrapper p.comment-notes {
  font-size: 13px;
}
.celsius-cooking-comment-wrapper h3#reply-title {
  margin-top: 20px;
}
.celsius-cooking-comment-wrapper h3#reply-title a {
  color: #2B9DFF;
}

ol.wp-block-latest-comments {
  margin-left: 0;
  padding: 0;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  background: #2b9dff;
  border: 1px solid #ccc;
  padding: 0 30px;
  color: #ffffff;
  margin-left: 0;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border-radius: 3px;
  cursor: pointer;
}

.wp-block-calendar {
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 1rem;
}
.wp-block-calendar #wp-calendar {
  border: none;
}
.wp-block-calendar #wp-calendar th {
  color: #a7a1a1;
  font-weight: 600;
  text-align: center;
}
.wp-block-calendar #wp-calendar th, .wp-block-calendar #wp-calendar td {
  border: none;
}
.wp-block-calendar #wp-calendar .caption {
  caption-side: top;
}
.wp-block-calendar #wp-calendar tbody th, .wp-block-calendar #wp-calendar tbody td {
  position: relative;
  text-align: center;
}
.wp-block-calendar #wp-calendar tbody th a, .wp-block-calendar #wp-calendar tbody td a {
  background: #f6f5f7;
  line-height: 2.2;
  border-radius: 0.3rem;
  color: #000;
  min-width: 33px;
  display: inline-block;
}

.footer-widget table {
  width: auto;
}

.wp-block-tag-cloud a {
  color: #282835;
  padding: 3px 10px;
  color: #5a5a77;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 2px;
  display: inline-block;
  font-size: 12px !important;
}

.wp-block-categories select,
.wp-block-archives select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 0.6rem;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.wp-block-archives {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-archives li {
  position: relative;
}
.wp-block-archives li:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.wp-block-archives li a {
  font-size: 0.95rem;
  line-height: 36px;
  color: #282835;
  text-decoration: underline;
}

.celsius-cooking-scroll-top {
  position: fixed;
  bottom: -200px;
  right: 15px;
  background: #f94d1c;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
@media (max-width: 992px) {
  .celsius-cooking-scroll-top {
    left: 15px;
    display: none;
  }
}

.celsius-cooking-scrolled-down .celsius-cooking-scroll-top {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  bottom: 30px;
  color: #fff;
}

.celsius-cooking-right-sidebar .content-order {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
@media (max-width: 768px) {
  .celsius-cooking-right-sidebar .content-order {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.celsius-cooking-right-sidebar .sidebar-order {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .celsius-cooking-right-sidebar .sidebar-order {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content-wrapper main#main {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .content-wrapper main#main {
    padding-right: 0;
  }
}

.celsius-cooking-left-sidebar .content-order {
  flex: 66.66%;
  max-width: 66.66%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .celsius-cooking-left-sidebar .content-order {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.celsius-cooking-left-sidebar .sidebar-order {
  flex: 33.33%;
  max-width: 33.33%;
}
@media (max-width: 768px) {
  .celsius-cooking-left-sidebar .sidebar-order {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

aside#secondary {
  padding-left: 15px;
}
aside#secondary section .wp-block-search .wp-block-search__label {
  font-weight: 500;
  font-size: 20px;
}
aside#secondary section .wp-block-search .wp-block-search__inside-wrapper {
  margin-top: 15px;
}
aside#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside#secondary ul li {
  margin-bottom: 13px;
}
aside#secondary ul li > a {
  color: #000;
  transition: all 0.3s;
  font-size: 16px;
  text-decoration: none;
}
aside#secondary ul li > a:hover {
  color: #f04819;
}
aside#secondary ul li > a:before {
  content: "\f178";
  margin-right: 5px;
  transition: all 0.3s linear;
  font: normal normal normal 14px FontAwesome;
}
aside#secondary ul li > a:hover {
  margin-left: 5px;
}
aside#secondary ul li .wp-block-latest-posts__post-excerpt .celsius-cooking-site-button > a {
  color: #010834;
}
aside#secondary .widget .wp-block-image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  aside#secondary {
    padding-left: 0;
    border-left: none;
    margin-top: 40px;
  }
}

.wp-container-1 .alignleft {
  margin-bottom: 1rem;
  margin-right: 1rem !important;
}

.wp-block-latest-posts__list li > a:before {
  content: "\f178";
  margin-right: 5px;
  transition: all 0.3s linear;
  font: normal normal normal 14px FontAwesome;
}
.wp-block-latest-posts__list li > a:hover {
  margin-left: 5px;
}

.celsius-cooking-left-sidebar .content-order {
  order: 2;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .celsius-cooking-left-sidebar .content-order {
    order: 1;
  }
}
.celsius-cooking-left-sidebar .sidebar-order {
  order: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .celsius-cooking-left-sidebar .sidebar-order {
    order: 2;
    padding-right: 15px;
  }
}

.celsius-cooking-right-sidebar .content-order {
  order: 1;
  padding-left: 15px;
}
.celsius-cooking-right-sidebar .sidebar-order {
  order: 2;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .celsius-cooking-right-sidebar .sidebar-order {
    padding-left: 15px;
  }
}

.celsius-cooking-page-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.celsius-cooking-page-navigation a, .celsius-cooking-page-navigation span {
  background: #f94d1c;
  color: #fff;
  display: inline-flex;
  min-width: 45px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px;
}
.celsius-cooking-page-navigation a:hover, .celsius-cooking-page-navigation a.current, .celsius-cooking-page-navigation span:hover, .celsius-cooking-page-navigation span.current {
  background: #010834;
  color: #fff;
  text-decoration: none;
}

.celsius-cooking-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.celsius-cooking-nav-wrapper > div {
  width: calc(50% - 15px);
  position: relative;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.celsius-cooking-nav-wrapper > div:empty {
  display: none !important;
}
.celsius-cooking-nav-wrapper > div:empty:before {
  content: "";
  display: none !important;
}
.celsius-cooking-nav-wrapper > div a {
  position: relative;
  color: #010834;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  padding-left: 6px;
  line-height: 1.3;
}
.celsius-cooking-nav-wrapper > div a:hover {
  color: #f04819;
}
.celsius-cooking-nav-wrapper .celsius-cooking-nav-next a {
  margin-right: 5px;
}
.celsius-cooking-nav-wrapper .celsius-cooking-nav-next a i {
  font-size: 16px;
}

.celsius-cooking-404-wrapper {
  max-width: 800px;
  margin: 80px auto;
  text-align: center;
}
.celsius-cooking-404-wrapper .celsius-cooking-404-content {
  color: #6c6c6c;
  font-size: 18px;
}
.celsius-cooking-404-wrapper .celsius-cooking-404-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
}
.celsius-cooking-404-wrapper a.btn.celsius-cooking-404-home-btn {
  background: #2B9DFF;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 30px;
}
.celsius-cooking-404-wrapper a.btn.celsius-cooking-404-home-btn i {
  margin-left: 10px;
}
.celsius-cooking-404-wrapper .search-form {
  position: relative;
  display: flex;
  max-width: 300px;
  margin: auto;
  margin-top: 30px;
}
.celsius-cooking-404-wrapper .search-form label {
  margin: 0;
  width: 100%;
  max-width: calc(100% - 40px);
}
.celsius-cooking-404-wrapper .search-form label input {
  border: 1px solid #e0e0e0;
  height: 40px;
  padding: 10px;
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.celsius-cooking-404-wrapper .search-form button.search-submit {
  background: #2B9DFF;
  border: none;
  height: 40px;
  width: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0 3px 3px 0;
}

.celsius-cooking-no-results.not-found {
  max-width: 800px;
  margin: 80px auto;
  text-align: center;
}
.celsius-cooking-no-results.not-found h1.page-title {
  margin-bottom: 30px;
  font-size: 38px;
}
.celsius-cooking-no-results.not-found .celsius-cooking-page-content {
  color: #6c6c6c;
}
.celsius-cooking-no-results.not-found .celsius-cooking-page-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
  margin-top: 25px;
}
.celsius-cooking-no-results.not-found .search-form {
  position: relative;
  display: flex;
  max-width: 300px;
  margin: auto;
}
.celsius-cooking-no-results.not-found .search-form label {
  margin: 0;
  width: 100%;
  max-width: calc(100% - 40px);
}
.celsius-cooking-no-results.not-found .search-form label input {
  border: 1px solid #e0e0e0;
  height: 40px;
  padding: 10px;
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.celsius-cooking-no-results.not-found .search-form button.search-submit {
  background: #2B9DFF;
  border: none;
  height: 40px;
  width: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0 3px 3px 0;
}
.celsius-cooking-no-results.not-found a.celsius-cooking-btn-primary {
  background: #2B9DFF;
  color: #fff;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 30px;
}

.celsius-cooking-transparent-header header#masthead .celsius-cooking-top-bar {
  background: transparent;
}

.celsius-cooking-top-bar {
  padding: 10px 0;
  background: #2B9DFF;
  width: 100%;
  position: relative;
}
.celsius-cooking-top-bar .celsius-cooking-top-bar-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .celsius-cooking-top-bar .celsius-cooking-top-bar-info ul {
    justify-content: center;
  }
}
.celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  .celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li:last-child {
    margin-right: 0;
  }
}
.celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li a {
  color: #fff;
}
.celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li a:hover {
  color: #f04819;
}
.celsius-cooking-top-bar .celsius-cooking-top-bar-info ul li a i {
  margin-right: 6px;
}

.celsius-cooking-tag-wrapper {
  display: flex;
  align-items: center;
}
.celsius-cooking-tag-wrapper h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}
.celsius-cooking-tag-wrapper .celsius-cooking-tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.celsius-cooking-tag-wrapper .celsius-cooking-tags-wrapper a {
  background: #f94d1c;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s linear;
}
.celsius-cooking-tag-wrapper .celsius-cooking-tags-wrapper a:hover {
  background: #f04819;
}

.dr-archive-single {
  background: #fffd;
  margin: 0 10px;
  width: 33.33% !important;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 10px;
}
.dr-archive-single:hover figure a:after {
  opacity: 0.2;
  z-index: 99;
  visibility: visible;
}
.dr-archive-single .dr-archive-details {
  text-align: left;
  padding: 0 0 10px;
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.dr-archive-single .dr-archive-details .dr-archive-list-title {
  padding: 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dr-archive-single .dr-archive-details .dr-archive-list-title a {
  color: #3F3F3F;
  margin-right: 27px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px;
}
.dr-archive-single .dr-archive-details .dr-archive-list-title a:hover {
  color: #000;
}
.dr-archive-single .dr-archive-details .dr-entry-meta {
  margin-top: 18px;
  justify-content: flex-start;
}
.dr-archive-single .dr-archive-details .dr-entry-meta span {
  margin: 0;
  font-family: "Inter", sans-serif !important;
  color: #000;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.dr-archive-single .dr-archive-details .dr-entry-meta span img {
  width: 16px;
  margin-right: 5px;
}
.dr-archive-single .dr-archive-details .dr-entry-meta span.dr-time {
  margin-right: 17px !important;
}
.dr-archive-single figure {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 280px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.dr-archive-single figure > a {
  display: block;
  position: relative;
}
.dr-archive-single figure > a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.dr-archive-single figure img {
  height: 280px;
  width: 100% !important;
  display: block !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .dr-archive-single {
    width: 100% !important;
    margin: 0 0 20px;
  }
}

.home-most-popular-section .dr-recipes-by-tax-block {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home-most-popular-section .dr-recipes-by-tax-block {
    padding: 0;
  }
}
.home-most-popular-section .dr-entry-title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-most-popular-section .dr-entry-title a {
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  position: relative;
  color: #000;
}
.home-most-popular-section .dr-entry-title a svg {
  margin-left: 5px;
}
.home-most-popular-section .dr-entry-title a:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  left: 0;
}
@media (max-width: 768px) {
  .home-most-popular-section .dr-entry-title {
    margin-left: 7px;
  }
}
.home-most-popular-section .dr-gb-block-wrap {
  margin-right: calc(-50vw + 50%) !important;
  white-space: nowrap;
  overflow: visible;
  display: block;
}
.home-most-popular-section .dr-gb-block-wrap span.dr-badge a {
  background-color: #fff;
  color: #000 !important;
  border-radius: 25px 0 0 25px;
}
.home-most-popular-section .dr-gb-block-wrap * {
  white-space: normal;
}
.home-most-popular-section .dr-gb-block-wrap .dr-archive-single {
  max-width: 23%;
  width: 100% !important;
  margin: 0;
  margin: 0 10px;
}
.home-most-popular-section .dr-gb-block-wrap .slick-slide {
  margin: 0 10px;
}
.home-most-popular-section .dr-gb-block-wrap .slick-slide .dr-archive-single {
  max-width: 100%;
}
.home-most-popular-section .dr-gb-block-wrap .slick-track {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.home-most-popular-section .dr-gb-block-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .home-most-popular-section .dr-gb-block-wrap {
    margin-right: -15px !important;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .home-most-popular-section .dr-gb-block-wrap::-webkit-scrollbar {
    display: none;
  }
}
.home-most-popular-section .slick-list {
  margin-right: -110px !important;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .home-most-popular-section .slick-list {
    margin-right: -80px !important;
  }
}
.home-most-popular-section .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  cursor: pointer;
  transform: translate(0, -50%);
  transition: all 0.3s;
  z-index: 98;
  height: 60px;
  width: 60px;
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home-most-popular-section .slick-arrow:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 32px;
}
.home-most-popular-section .slick-arrow.slick-next {
  right: 15px;
  left: initial;
}
.home-most-popular-section .slick-arrow.slick-next:before {
  content: "\f105";
}
.home-most-popular-section .slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden;
  z-index: -1;
}
.home-most-popular-section .slick-arrow:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .home-most-popular-section .dr-archive-single {
    width: 100% !important;
    margin: 0 0 20px;
    max-width: 320px !important;
  }
  .home-most-popular-section .dr-archive-single:empty {
    display: none;
  }
}

span.dr-meta-title b {
  margin-right: 4px;
}

.dr-archive-details .dr-entry-meta .icon,
.dr-archive-list-gridwrap .entry-footer > span .icon,
.dr-gb-block-wrap .recipe-post .entry-footer > span .icon {
  fill: #3F3F3F;
  filter: none !important;
}

.archive .dr-archive-list-gridwrap,
.archive .dr-gb-block-wrap,
.page-template-recipe-courses .dr-archive-list-gridwrap,
.page-template-recipe-courses .dr-gb-block-wrap {
  margin: 30px -25px 0;
}
@media (max-width: 768px) {
  .archive .dr-archive-list-gridwrap,
.archive .dr-gb-block-wrap,
.page-template-recipe-courses .dr-archive-list-gridwrap,
.page-template-recipe-courses .dr-gb-block-wrap {
    margin: 30px -25px 0;
  }
}
.archive .dr-gb-block-wrap.slick-slider,
.page-template-recipe-courses .dr-gb-block-wrap.slick-slider {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -20px;
}
.archive .celsius-cooking-footer-area-wrapper,
.page-template-recipe-courses .celsius-cooking-footer-area-wrapper {
  margin-top: 40px;
}
.archive .dr-entry-title,
.archive .dr-block-title,
.page-template-recipe-courses .dr-entry-title,
.page-template-recipe-courses .dr-block-title {
  color: #000 !important;
  font-size: 21px !important;
  font-weight: 700;
  margin-left: 0;
}
.archive .home-most-popular-section,
.page-template-recipe-courses .home-most-popular-section {
  padding: 0 20px;
}

.dr-equipment {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.dr-equipment svg, .dr-equipment img {
  width: 100%;
  height: 20px;
}
@media (max-width: 768px) {
  .dr-equipment svg, .dr-equipment img {
    width: 50px;
  }
}
.dr-equipment .cooking-ware-single {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.dr-equipment .cooking-ware-single span {
  line-height: 1;
}

.dr-archive-list-title svg {
  position: absolute;
  right: 8px;
  cursor: pointer;
}
.dr-archive-list-title svg.heart-sign-filled {
  display: none;
}
.dr-archive-list-title svg:hover path {
  fill: red;
}

.dr-archive-list-gridwrap, .dr-gb-block-wrap {
  margin: 0 0;
}

@media (min-width: 1200px) {
  .home-most-popular-section .slick-list {
    overflow: visible;
  }
}
.dr-gb-block-wrap p,
.dr-archive-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 80px;
}

@media (max-width: 768px) {
  .archive .dr-block-wrapper .dr-block,
.dr-recipe-post-wrap .dr-block-wrapper .dr-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .home .home-most-popular-section .dr-gb-block-wrap {
    margin-right: -14px !important;
  }
}

.celsius-favourite,
.heart-sign {
  display: none !important;
}

.drbxitem.order-4-s.drlikeitem,
.drbxitem.d-none-desktop.order-2-s.drtoggleitem {
  display: none;
}

.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input span {
  background-color: #dddddd;
}

.dr-floating-menu-wrapper button.starttimer,
.dr-floating-menu-wrapper .button.starttimer {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000;
}

.celsius-cooking-footer-copyright > div > div {
  margin-bottom: 0 !important;
}

.dr-floating-menu-wrapper {
  z-index: 999999;
}

.dr-floating-menu-wrapper .dr-floating-box {
  border-radius: 0 !important;
}

.dr-floating-menu-wrapper .dr-floating-box {
  background-color: #000;
}

.is-sticky header#masthead, .is-sticky .celsius-cooking-header-wrapper {
  z-index: 999 !important;
}

.celsius-cooking-transparent-header header#masthead {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.celsius-cooking-transparent-header header#masthead .celsius-cooking-header-wrapper {
  background: transparent;
}
.celsius-cooking-transparent-header.celsius-cooking-scrolled-down header#masthead .celsius-cooking-header-wrapper {
  background: #010834;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .celsius-cooking-transparent-header.celsius-cooking-scrolled-down header#masthead .celsius-cooking-header-wrapper {
    top: 0;
  }
}

.celsius-cooking-header-wrapper {
  background: #010834;
  width: 100%;
  transition: all 0.3s;
  position: relative;
}
.celsius-cooking-header-wrapper .celsius-cooking-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding {
  display: flex;
  align-items: center;
  flex: 180px;
}
@media (max-width: 768px) {
  .celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding {
    max-width: 45%;
    flex: 0 0 45%;
    order: 2;
    margin-top: -8px;
  }
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding > div {
  width: 100%;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding img {
  max-width: 180px;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding .site-title {
  font-size: 2rem;
  margin: 0;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding .site-title a {
  font-weight: 700;
  color: #fff;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding .site-title a:hover {
  color: #f04819 !important;
}
.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding .site-description {
  font-size: 0.95rem;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .celsius-cooking-header-wrapper .celsius-cooking-header {
    justify-content: space-between;
    position: relative;
  }
}
.celsius-cooking-header-wrapper nav,
.celsius-cooking-header-wrapper .navigation {
  flex-grow: 1;
}
.celsius-cooking-header-wrapper nav > ul,
.celsius-cooking-header-wrapper .navigation > ul {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.celsius-cooking-header-wrapper nav > ul > li,
.celsius-cooking-header-wrapper .navigation > ul > li {
  display: inline-block;
  margin-right: 55px;
  position: relative;
  padding: 15px 0;
}
.celsius-cooking-header-wrapper nav > ul > li:last-child,
.celsius-cooking-header-wrapper .navigation > ul > li:last-child {
  margin-right: 0;
}
.celsius-cooking-header-wrapper nav > ul > li a,
.celsius-cooking-header-wrapper .navigation > ul > li a {
  color: #fff;
  transition: all 0.3s;
  font-weight: 300;
}
.celsius-cooking-header-wrapper nav > ul > li a:hover,
.celsius-cooking-header-wrapper .navigation > ul > li a:hover {
  color: #f94d1c;
  text-decoration: none;
}
.celsius-cooking-header-wrapper nav > ul > li a:after,
.celsius-cooking-header-wrapper .navigation > ul > li a:after {
  content: "";
  position: absolute;
  width: 0;
  top: 80%;
  height: 2px;
  background-color: #000;
  left: 0;
  transition: all 0.3s;
}
.celsius-cooking-header-wrapper nav > ul > li a:hover:after,
.celsius-cooking-header-wrapper .navigation > ul > li a:hover:after {
  width: 100%;
}
.celsius-cooking-header-wrapper nav > ul > li.current-menu-item a:after,
.celsius-cooking-header-wrapper .navigation > ul > li.current-menu-item a:after {
  width: 100%;
}

.celsius-cooking-top-bar {
  transition: all 0.3s;
}

.celsius-cooking-sticky-header .celsius-cooking-header-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #010834;
  transition: all 0.3s;
}

.celsius-cooking-transparent-header.celsius-cooking-scrolled-down .celsius-cooking-top-bar {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
}

.admin-bar.celsius-cooking-scrolled-down .celsius-cooking-header-wrapper {
  top: 32px !important;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .admin-bar.celsius-cooking-scrolled-down .celsius-cooking-header-wrapper {
    top: 32px !important;
  }
}
@media (max-width: 560px) {
  .admin-bar.celsius-cooking-scrolled-down .celsius-cooking-header-wrapper {
    top: 0 !important;
  }
}

.menu-item-has-children ul li a:after {
  display: none;
}

@media only screen and (max-width: 1020px) and (min-width: 720px) {
  .celsius-cooking-header-wrapper nav > ul > li,
.celsius-cooking-header-wrapper .navigation > ul > li {
    margin-right: 13px;
  }
  .celsius-cooking-header-wrapper nav > ul > li a,
.celsius-cooking-header-wrapper .navigation > ul > li a {
    font-size: 14px !important;
  }

  .celsius-cooking-menu-wrapper {
    flex: 0 0 calc(100% - 300px);
  }
}
.celsius-cooking-footer-area-wrapper {
  background: #010834;
  padding: 50px 0 10px;
  border-top: 1px solid #eee;
}

.celsius-cooking-footer-area-wrapper .credit-link {
  text-align: right;
}
@media (max-width: 992px) {
  .celsius-cooking-footer-area-wrapper .credit-link {
    text-align: center;
  }
}
.celsius-cooking-footer-area-wrapper .credit-link a {
  color: #fff;
}
.celsius-cooking-footer-area-wrapper .credit-link a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .celsius-cooking-footer-area-wrapper #celsius-cooking-copyright {
    display: block;
    text-align: center;
  }
}
.celsius-cooking-footer-area-wrapper .social-menu {
  text-align: center;
}
.celsius-cooking-footer-area-wrapper span,
.celsius-cooking-footer-area-wrapper a {
  font-size: 16px;
}

.celsius-cooking-social-link-footer ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .celsius-cooking-social-link-footer ul {
    margin: 12px 0;
  }
}

.footer-widget .widget-title,
.footer-widget .footer-widget-wrapper section .widget-title,
.footer-widget .footer-widget-wrapper section h2 {
  padding-bottom: 10px;
}

.celsius-cooking-widget-area {
  color: #fff;
}
.celsius-cooking-widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.celsius-cooking-widget-area ul li {
  color: #fff;
  line-height: 1.6;
}
.celsius-cooking-widget-area ul li > a {
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}
.celsius-cooking-widget-area ul li > a:hover {
  text-decoration: none;
  color: #f04819;
}
.celsius-cooking-widget-area .widget-title, .celsius-cooking-widget-area h1, .celsius-cooking-widget-area h2, .celsius-cooking-widget-area h3, .celsius-cooking-widget-area h4, .celsius-cooking-widget-area h5, .celsius-cooking-widget-area h6 {
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
  text-transform: capitalize;
  padding: 0;
}
.celsius-cooking-widget-area p {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .celsius-cooking-widget-area .footer-widget-wrapper {
    flex-basis: 100%;
    flex: 0 0 100%;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}

.celsius-cooking-footer-copyright {
  background: #010834;
}
.celsius-cooking-footer-copyright > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
}
.celsius-cooking-footer-copyright > div > div {
  color: #fff;
  font-size: 16px;
}
.celsius-cooking-footer-copyright > div > div a {
  color: #fff;
}
.celsius-cooking-footer-copyright > div > div a:hover {
  color: #f04819;
}
@media (max-width: 768px) {
  .celsius-cooking-footer-copyright > div > div {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 6px;
  }
}
.celsius-cooking-footer-copyright > div .celsius-cooking-footer-credit {
  padding: 0 10px;
}

.widget_nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: auto;
}
.widget_nav_menu ul li {
  margin: 0 20px;
}
.widget_nav_menu ul li a {
  color: #646464;
}

.celsius-banner-search form button.search-submit, .celsius-banner-search form, .celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content, .celsius-cooking-home-banner-wrapper, .celsius-header-right a.search-toggler, .celsius-header-right .celsius-favourite, .celsius-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.celsius-header-right {
  flex: 110px;
  justify-content: flex-end;
}
.celsius-header-right .celsius-favourite a.celsius-wishlist-link {
  color: #3F3F3F;
  font-size: 20px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .celsius-header-right .celsius-favourite a.celsius-wishlist-link {
    margin-right: 0;
  }
}
.celsius-header-right a.search-toggler {
  width: 25px;
  height: 25px;
  justify-content: center;
  font-size: 19px;
  color: #3F3F3F;
  top: 0;
  position: relative;
  border-radius: 50%;
}
.celsius-header-right .header-search-form {
  position: absolute;
  right: 35px;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
  visibility: hidden;
  background: #fff;
  max-width: 600px;
  margin: auto;
  left: 0;
  right: 0;
}
.celsius-header-right .header-search-form input.search-field {
  height: 45px;
  border: 1px solid #E6E3E3;
  padding: 15px;
  font-size: 14px;
  color: #3F3F3F;
  border-radius: 8px;
  width: 100%;
}
.celsius-header-right .header-search-form button.search-submit {
  position: absolute;
  right: 1px;
  height: 86%;
  width: 50px;
  background: white;
  border: none;
  font-size: 17px;
  top: 2px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .celsius-header-right .header-search-form {
    width: 100%;
    max-width: calc(100% - 270px);
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .celsius-header-right .header-search-form {
    width: calc(100% - 62px);
    margin-right: 50px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .celsius-header-right {
    max-width: 125px;
    order: 3;
    margin-top: -2px;
  }
}

.celsius-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  background: #f2f2f2;
  z-index: -1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.celsius-close-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.celsius-close-icon:after, .celsius-close-icon:before {
  position: absolute;
  left: 11px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #fff;
}
.celsius-close-icon:after {
  transform: rotate(-45deg);
}
.celsius-close-icon:before {
  transform: rotate(45deg);
}

.header-search-show .celsius-overlay {
  z-index: 999;
  opacity: 0.5;
  visibility: visible;
}
.header-search-show .header-search-form,
.header-search-show .celsius-close-icon {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.header-search-show .celsius-favourite,
.header-search-show .celsius-cooking-menu-wrapper,
.header-search-show .search-toggler svg {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}
.header-search-show .celsius-header-right a.search-toggler {
  justify-content: center;
  border-radius: 50%;
  background: #3F3F3F;
  height: 25px;
  width: 25px;
}

.celsius-language-switcher {
  position: relative;
  margin-right: 25px;
}
.celsius-language-switcher > a {
  color: #3F3F3F;
  font-size: 20px;
  width: 30px;
}
.celsius-language-switcher > a:visited {
  color: #3F3F3F;
}
.celsius-language-switcher ul {
  margin: 0;
  position: absolute;
  right: 0;
  top: 140%;
  background: #fff;
  width: 300px;
  list-style: none;
  padding: 15px;
  line-height: 26px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 0 10px #00000014;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.celsius-language-switcher ul li {
  margin-bottom: 6px;
  flex: 0 0 50%;
}
.celsius-language-switcher ul li:last-child {
  margin-bottom: 0;
}
.celsius-language-switcher ul li.active a {
  font-weight: 600;
}
.celsius-language-switcher ul a {
  color: #3F3F3F;
  font-size: 14px;
}
.celsius-language-switcher ul a:hover {
  color: #000;
}
.celsius-language-switcher ul a:visited {
  color: #3F3F3F;
}
@media (max-width: 768px) {
  .celsius-language-switcher ul {
    left: 0;
    width: 100%;
  }
}
.celsius-language-switcher:hover ul {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  top: 100%;
}
@media (max-width: 768px) {
  .celsius-language-switcher {
    margin-right: 15px;
    position: inherit;
  }
}

.header-search-show .celsius-language-switcher {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.comments-area .comments-title {
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 2.5rem;
  position: relative;
}
.comments-area .comments-title:before {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list ol {
  list-style: none;
}
.comments-area .comment-list .comment-body {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 3rem;
}
.comments-area .comment-list .comment-body + .comment-respond {
  padding-left: 3rem;
  margin-bottom: 4rem;
}
.comments-area .comment-list .comment-body .comment-awaiting-moderation {
  display: block;
  padding: 0.8rem;
  font-size: 0.85rem;
  margin: 0.5rem 0;
  border-left: 2px solid #000;
}
.comments-area .comment-list .comment-body .comment-awaiting-moderation + br {
  display: none;
}
.comments-area .comment-list .comment-body .comment-meta {
  color: #000;
  font-size: 0.8rem;
}
.comments-area .comment-list .comment-body .comment-meta * {
  color: #767676;
}
.comments-area .comment-list .comment-body .comment-author cite {
  font-weight: 600;
  font-style: inherit;
}
.comments-area .comment-list .comment-body .comment-author cite a {
  color: #000;
  text-decoration: underline;
}
.comments-area .comment-list .comment-body p {
  margin-top: 0.5rem;
  padding: 0.8rem;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.comments-area .comment-list .comment-body .reply a {
  font-weight: 600;
  color: #000;
  font-size: 0.85rem;
}
.comments-area .comment-list .comment-body .comment-reply-link:before {
  font-size: 0.85rem;
}
.comments-area .comment-list .comment-body .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-respond .comment-reply-title a,
.comment-respond .logged-in-as a {
  font-size: 15px;
  color: #767676;
  text-decoration: underline;
}
.comment-respond .comment-reply-title a:hover,
.comment-respond .logged-in-as a:hover {
  color: #f04819;
  text-decoration: none;
}
.comment-respond .comment-reply-title a {
  float: right;
  margin-top: 0.5rem;
  margin-left: 0.7rem;
}
@media (max-width: 768px) {
  .comment-respond .comment-reply-title a {
    display: block;
    float: none;
    text-align: right;
  }
}

.comment-navigation + * {
  margin-top: 65px;
}

.comment-notes {
  padding: 1rem;
  border-left: 4px solid #000000;
  background: #fff;
  font-size: 0.9rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.0588235294);
}

.comment-respond .required {
  color: red;
}
.comment-respond .comment-reply-title {
  margin: 4rem 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.comment-respond .comment-reply-title:before {
  font-size: 1.8rem;
  margin-right: 0.8rem;
}
.comment-respond .comment-form input:not([type=checkbox]):not([type=submit]), .comment-respond .comment-form textarea {
  width: 100%;
  border: none;
  background-color: #efe3e3;
  font-size: 1rem;
  padding: 0.8rem;
}
.comment-respond .comment-form label {
  font-size: 0.9rem;
  color: #727272;
}

div#primary {
  max-width: 100%;
  padding: 0;
}

.hide-on-mobile {
  display: block;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.hide-on-desktop {
  display: none;
}
@media (max-width: 768px) {
  .hide-on-desktop {
    display: block;
  }
}

a.taxonomy-banner-link {
  border-radius: 4px;
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  line-height: 1;
  padding: 10px 40px;
  display: inline-flex;
  margin-top: 20px;
  min-width: 127px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
}
a.taxonomy-banner-link:hover {
  color: #fff;
}

.dr-floating-menu-wrapper {
  max-width: 100% !important;
}

.celsius-banner-search form button.search-submit, .celsius-banner-search form, .celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content, .celsius-cooking-home-banner-wrapper, .celsius-header-right, .celsius-header-right .celsius-favourite, .celsius-header-right a.search-toggler {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.celsius-cooking-home-banner-wrapper {
  height: 75vh;
  position: relative;
}
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) {
  position: absolute;
  width: 100%;
  height: 100%;
}
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) .video-js .vjs-tech,
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) .video-js video,
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) .video-js .vjs-control-bar {
  object-fit: cover;
}
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) button.vjs-big-play-button {
  display: none !important;
}
@media (max-width: 768px) {
  .celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) {
    display: none;
  }
}
.celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) + img {
  display: none;
}
@media (max-width: 768px) {
  .celsius-cooking-home-banner-wrapper > div:not(.celsius-cooking-home-banner-content) + img {
    display: block;
  }
}
@media (max-width: 768px) {
  .celsius-cooking-home-banner-wrapper {
    height: 60vh;
  }
}
.celsius-cooking-home-banner-wrapper img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  object-fit: cover;
}
.celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content {
  position: relative;
  z-index: 99;
  max-width: 680px;
  margin: auto;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
}
.celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content > * {
  width: 100%;
  display: block;
  text-align: center;
}
.celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content > h1 {
  font-size: 48px;
  color: #fff;
  max-width: 680px;
  margin: 0 auto 50px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .celsius-cooking-home-banner-wrapper .celsius-cooking-home-banner-content > h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.celsius-cooking-home-banner-wrapper:after {
  content: "";
  position: absolute;
  background: #000;
  z-index: 9;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  left: 0;
}

.celsius-banner-search form {
  justify-content: center;
}
.celsius-banner-search form button.search-submit {
  height: 55px;
  background: #000;
  color: #fff;
  font-size: 21px;
  justify-content: center;
  width: 70px;
  cursor: pointer;
  line-height: 1;
  border-radius: 0 25px 25px 0;
  border-left: 0;
  border: none;
}
@media (max-width: 768px) {
  .celsius-banner-search form button.search-submit {
    height: 45px;
  }
}
.celsius-banner-search form input.search-field {
  height: 55px;
  padding: 15px;
  margin: 0;
  width: 100%;
  color: #000;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 768px) {
  .celsius-banner-search form input.search-field {
    height: 45px;
  }
}
.celsius-banner-search form label {
  display: block;
  width: calc(100% - 70px);
}

.celsius-banner-tags ul {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.celsius-banner-tags ul li a {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  min-width: 85px;
  display: inline-block;
  border-radius: 8px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s;
}
.celsius-banner-tags ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .celsius-banner-tags ul li a {
    padding: 8px 10px;
  }
}
.celsius-banner-tags ul li:before {
  display: none;
}
@media (max-width: 768px) {
  .celsius-banner-tags ul {
    white-space: nowrap;
    overflow: auto;
    display: block;
    max-width: 100%;
    max-width: 360px;
    margin: 20px auto 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .celsius-banner-tags ul::-webkit-scrollbar {
    display: none;
  }
  .celsius-banner-tags ul li {
    display: inline-block;
  }
}

.features-section .wp-block-column figure {
  position: relative;
}
.features-section .wp-block-column figure:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.features-section .wp-block-column:hover figure:after {
  opacity: 0.2;
  z-index: 99;
  visibility: visible;
}

.dr-advance-search .celsius-banner-search {
  max-width: 650px;
  margin: 15px auto 0;
}
.dr-advance-search header.page-header {
  margin: 0;
  background: #fff;
  padding: 60px 15px;
}
.dr-advance-search header.page-header .container {
  margin: auto;
}
.dr-advance-search header.page-header .container form {
  background-color: transparent;
  box-shadow: none;
}
.dr-advance-search header.page-header .container form input.search-field {
  background: #FAF7F7;
  height: 55px;
  border-radius: 10px 0 0 10px;
}
.dr-advance-search header.page-header .container form button.search-submit {
  background: #000;
  height: 55px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}
.dr-advance-search .page-info {
  margin-left: 8px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dr-advance-search .page-info {
    margin-left: 0;
  }
}
.dr-advance-search .advance-search-options {
  background: #fff;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 0;
  border-top: 0;
}
.dr-advance-search .advance-search-options .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: center;
}
.dr-advance-search .advance-search-options .container span.dropdown-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  background: transparent;
  transform: none;
}
.dr-advance-search .advance-search-options .container span.dropdown-wrapper:after {
  content: "\f078";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3px;
  font-size: 15px;
  transition: all 0.3s;
}
.dr-advance-search .advance-search-options .container .select2-container--open span.dropdown-wrapper:after {
  transform: translate(0, -50%) rotate(180deg);
}
.dr-advance-search .advance-search-options .container span.select2-selection.select2-selection--multiple {
  background: transparent;
}
.dr-advance-search .advance-search-options .container .advance-search-field .select2-container .selection {
  width: 100%;
  position: relative;
  z-index: 9;
}
.dr-advance-search .advance-search-options .container .advance-search-block {
  margin-bottom: 12px;
}
.dr-advance-search .advance-search-options .container .advance-search-block label {
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .dr-advance-search .advance-search-options .container .advance-search-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.dr-advance-search .advance-search-options .container .select2-container {
  border: 1px solid #E6E3E3;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .dr-advance-search .advance-search-options .container {
    padding: 0 5px;
  }
}
.dr-advance-search > .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.dr-advance-search > .container .dr-search-item-wrap {
  margin: 0;
}

aside#secondary {
  display: none;
}

.advance-search-block:nth-last-child(2) {
  flex: 100%;
  display: flex;
  justify-content: center;
}
.advance-search-block:nth-last-child(2) label.advance-search-title {
  display: none;
}
.advance-search-block:nth-last-child(2) a#dr-recipes-clear-filters {
  min-width: 280px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .advance-search-block:nth-last-child(2) div {
    width: 100%;
  }
  .advance-search-block:nth-last-child(2) div a#dr-recipes-clear-filters {
    min-width: 100%;
  }
}

#dr-recipes-clear-filters {
  background: #000 !important;
  color: #fff !important;
  border-radius: 10px;
  min-width: 150px;
  text-align: center;
}

.select2-container--default .select2-results__option {
  color: #000000 !important;
  opacity: 1;
}

.search-results .dr-archive-list-gridwrap,
.search-results .dr-gb-block-wrap,
.search-no-results .dr-archive-list-gridwrap,
.search-no-results .dr-gb-block-wrap {
  margin: 0 -20px;
}
@media (max-width: 992px) {
  .search-results .dr-archive-list-gridwrap,
.search-results .dr-gb-block-wrap,
.search-no-results .dr-archive-list-gridwrap,
.search-no-results .dr-gb-block-wrap {
    margin: 0 15px;
  }
}
.search-results .page-info,
.search-no-results .page-info {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .search-results .page-info,
.search-no-results .page-info {
    margin-left: 15px;
  }
}
.search-results .celsius-banner-search,
.search-no-results .celsius-banner-search {
  max-width: 650px;
  margin: 15px auto 0;
}
.search-results .celsius-cooking-container,
.search-no-results .celsius-cooking-container {
  width: 100%;
}

span.dr-badge a {
  color: #000 !important;
  max-width: 160px;
  width: 100%;
}

.dr-badge a svg {
  height: 36px;
  width: 100%;
}

p.no-recipe-found {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button {
  height: 100px;
  width: 100px;
  background: #ffffffe0;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button span.vjs-icon-placeholder, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button span.vjs-icon-placeholder {
  line-height: 1;
  top: 0;
  position: relative;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button span.vjs-icon-placeholder:before, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button span.vjs-icon-placeholder:before {
  position: initial;
  font-size: 57px;
  color: #b4b4b4;
  line-height: 1;
  top: 0;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button:hover, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button:hover {
  background-color: #000;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button:hover span.vjs-icon-placeholder, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button:hover span.vjs-icon-placeholder {
  line-height: 1;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.first-col button.vjs-big-play-button:hover span.vjs-icon-placeholder:before, .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js button.vjs-big-play-button:hover span.vjs-icon-placeholder:before {
  color: #fff;
}

.instruction-video-trigger {
  position: relative;
  display: inline-block;
}
.instruction-video-trigger img {
  height: 350px;
  object-fit: cover;
}
.instruction-video-trigger span {
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 50%;
  color: #000;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  border: 6px solid #0000002e;
}
.instruction-video-trigger span path {
  fill: #000;
}
.instruction-video-trigger:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.4;
}

.instruction-video-box {
  top: 30% !important;
}

button.vjs-big-play-button {
  left: 0 !important;
  margin: auto;
  right: 0;
  top: 50% !important;
  transform: translate(0, -50%);
}

/* single reciepe page */
.celsius-cooking-single-post-wrapper {
  background: #fff;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper {
    padding-top: 0;
  }
}
.celsius-cooking-single-post-wrapper .celsius-cooking-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.celsius-cooking-single-post-wrapper .dr-summary {
  padding: 0;
  font-family: "Inter", sans-serif !important;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper .dr-summary p {
  margin-bottom: 0;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper .dr-summary p:empty {
  display: none;
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image {
  margin-top: 20px;
  position: relative;
  height: 550px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper figure.dr-feature-image {
    height: 55vh;
    margin-top: 0;
  }
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper figure.dr-feature-image img {
    height: 55vh;
  }
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js.vjs-fullscreen {
  height: 100vh !important;
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js.vjs-fullscreen video {
  height: 100vh !important;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper figure.dr-feature-image .video-js {
    height: 55vh;
  }
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image video {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper figure.dr-feature-image video {
    height: 55vh;
  }
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image .dr-feature-image-ribbon {
  position: absolute;
  top: 25px;
  background: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  z-index: 999;
  min-width: 170px;
}
.celsius-cooking-single-post-wrapper figure.dr-feature-image .dr-feature-image-ribbon svg {
  height: 36px;
  width: 100%;
}
.celsius-cooking-single-post-wrapper .dr-entry-header {
  margin-bottom: 0;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper .celsius-favourite {
  position: absolute;
  right: 0;
  top: 10px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper .celsius-cooking-recipe-titles {
  padding-right: 34px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper .dr-entry-title {
  margin: 0 !important;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper .dr-entry-title {
    font-size: 21px;
  }
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-title-wrapper .celsius-wishlist-link {
  font-size: 24px;
  color: #000;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta .icon, .celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta span.dr-meta-title {
  margin-right: 3px;
  display: flex;
  align-items: center;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta span.dr-meta-title span {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta span.dr-meta-text {
  line-height: 1;
  margin-left: 2px;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta > div {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0 !important;
  font-size: 16px;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta > div a {
  margin: 0 !important;
  font-size: 16px !important;
  color: #3F3F3F !important;
  padding: 0 !important;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .celsius-cooking-recipe-extra-meta > div {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    margin-right: 0 !important;
    flex: 0 0 100%;
    width: 100%;
  }
}
.celsius-cooking-single-post-wrapper .dr-recipe-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a {
  margin: 0 10px;
  background: #3F3F3F;
  color: #fff;
  border-radius: 25px;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
  height: 45px;
}
.celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a svg, .celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a i {
  margin-right: 10px;
  width: 20px;
}
.celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a span {
  display: none;
}
.celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a:hover {
  background-color: #000;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-recipe-tags ul {
    white-space: nowrap;
    overflow: auto;
    justify-content: flex-start;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .celsius-cooking-single-post-wrapper .dr-recipe-tags ul li {
    display: inline-block;
  }
  .celsius-cooking-single-post-wrapper .dr-recipe-tags ul li a {
    min-width: 140px;
    margin: 0 10px 0 0;
  }
  .celsius-cooking-single-post-wrapper .dr-recipe-tags ul::-webkit-scrollbar {
    display: none;
  }
}
.celsius-cooking-single-post-wrapper .dr-extra-meta {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  margin-top: 33px;
}
.celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif !important;
  justify-content: space-between;
  width: 100%;
}
.celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time > span {
  padding: 0;
  color: #3F3F3F !important;
  font-size: 16px;
  text-align: center;
}
.celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time > span.dr-meta-title {
  position: relative;
  top: 0px;
  line-height: 1;
}
.celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time > span span {
  margin-bottom: 0;
  color: #3F3F3F !important;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time span.dr-meta-title {
    flex: 0 0 100% !important;
    margin-bottom: 5px;
  }
  .celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-sim-metaa.dr-cook-time > span {
    font-size: 14px;
  }
}
.celsius-cooking-single-post-wrapper .dr-extra-meta span.dr-meta-title svg {
  font-size: 30px;
  color: #3F3F3F;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-extra-meta {
    border-top: 0;
    margin-top: 15px;
  }
}
.celsius-cooking-single-post-wrapper .dr-servings-wrapper h3 {
  font-size: 21px;
  margin: 20px 0;
  color: #3F3F3F;
  font-weight: 700;
}
.celsius-cooking-single-post-wrapper .dr-servings-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.celsius-cooking-single-post-wrapper .dr-servings-wrapper ul li a {
  background: #fff;
  color: #000;
  margin-right: 20px;
  padding: 5px 30px;
  border-radius: 25px;
  display: inline-block;
  border: 1px solid #000;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 700;
}
.celsius-cooking-single-post-wrapper .dr-servings-wrapper ul li a:hover {
  background: #3F3F3F;
  color: #fff;
}
.celsius-cooking-single-post-wrapper .dr-servings-wrapper ul li.active a {
  background: #3F3F3F;
  color: #fff;
}
.celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-ingrd-title-wrap {
  margin: 0 0 20px;
  border-bottom: 1px solid #d1d1d1;
}
.celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-title, .celsius-cooking-single-post-wrapper .dr-ingredients-list h4 {
  font-size: 21px;
  color: #3F3F3F;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-title, .celsius-cooking-single-post-wrapper .dr-ingredients-list h4 {
    margin-bottom: 8px;
  }
}
.celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-unordered-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
}
.celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-unordered-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper .dr-ingredients-list .dr-unordered-list li span:first-child {
  max-width: 70%;
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .dr-ingredients-list {
  flex: 0 0 50%;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .dr-ingredients-list {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools {
  flex: 0 0 50%;
  padding-left: 50px;
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools .dr-ingrd-title-wrap {
  margin: 0 0 20px;
  border-bottom: 1px solid #d1d1d1;
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools .dr-ingrd-title-wrap .dr-title {
  font-size: 21px;
  color: #3F3F3F;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools .dr-ingrd-title-wrap .dr-title {
    margin-bottom: 8px;
  }
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
}
.celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools ul li {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .ingredient-tools-wrapper .tools {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .ingredient-tools-wrapper {
    margin-top: 50px;
  }
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-title {
  border-bottom: 1px solid #d1d1d1;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #3F3F3F;
  min-height: 40px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-title {
    border-bottom: none;
    margin-bottom: 2px;
  }
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single {
    left: 0;
    width: 98.6%;
  }
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single.active {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div {
  flex: 0 0 50%;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .i-video-0-dimensions,
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .instruction-step-video {
  width: 100%;
  height: 350px;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .i-video-0-dimensions video,
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .instruction-step-video video {
  object-fit: cover;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .i-video-0-dimensions,
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div .instruction-step-video {
    height: 240px;
  }
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col {
  padding-left: 50px;
  position: relative;
  padding-bottom: 55px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  min-height: 355px;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col p {
    margin-top: 6px;
  }
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col table, .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col tr, .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col td {
  border: none;
  font-size: 16px;
}
.celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col table {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col table {
    background: #f6f6f6;
  }
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col {
    padding-left: 0;
    margin-top: 15px;
    min-height: auto;
  }
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div.second-col h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-step-wrapper .dr-instruction-single > div {
    flex: 100%;
  }
}
.celsius-cooking-single-post-wrapper .vjs-playing button.vjs-big-play-button {
  display: none !important;
}
.celsius-cooking-single-post-wrapper .dr-instructions-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
}
.celsius-cooking-single-post-wrapper .dr-instructions-navigation a {
  flex: 0 0 48%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.celsius-cooking-single-post-wrapper .dr-instructions-navigation a:hover, .celsius-cooking-single-post-wrapper .dr-instructions-navigation a.dr-instruction-next {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-navigation a {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .dr-instructions-navigation {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.celsius-cooking-single-post-wrapper .tools-brand {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}
.celsius-cooking-single-post-wrapper .tools-brand img {
  max-width: 190px;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .celsius-cooking-single-post-wrapper .tools-brand img {
    margin-left: -13px;
  }
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper .cooking-ware-single {
  margin-right: 40px;
  max-width: 160px;
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper .cooking-ware-single span {
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  font-weight: 300;
  color: #3F3F3F;
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper .cooking-ware-single span:last-child {
  margin-top: 10px;
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper .cooking-ware-single span svg {
  height: 30px;
  width: 100%;
}
.celsius-cooking-single-post-wrapper .cooking-ware-wrapper .cooking-ware-single:last-child {
  margin-right: 0;
}

.dr-category .cat-name {
  min-width: 80px;
}

.dr-instructions-step-container {
  background: #f6f6f6;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.dr-instructions-step-container .dr-instructions-step-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 45px 15px;
  margin-top: 20px;
  min-height: 550px;
}

.dr-featured-video-poster.video-js {
  position: absolute;
  z-index: 9;
  opacity: 1;
  top: 0;
}
.dr-featured-video-poster.video-js.playing {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.celsius-cooking-recipe-extra-meta img {
  max-width: 20px;
  margin-right: 8px;
}

/* cooking steps */
.dr-instructions-step-wrapper .dr-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.dr-instructions-step-wrapper .dr-title span.instruction-tag {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.dr-instructions-step-wrapper .dr-title span.instruction-tag svg {
  width: 20px;
  margin-right: 8px;
  height: 20px;
}
.dr-instructions-step-wrapper .dr-title span.instruction-tag span.tag-prep,
.dr-instructions-step-wrapper .dr-title span.instruction-tag span.tag-cook {
  display: none;
}
.dr-instructions-step-wrapper .dr-title span.instruction-tag span.tag-prep.show,
.dr-instructions-step-wrapper .dr-title span.instruction-tag span.tag-cook.show {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .dr-instructions-step-wrapper .dr-title span.instruction-tag {
    order: 2;
    top: 4px;
  }
}
.dr-instructions-step-wrapper .dr-title span.progress-wrapper {
  max-width: 78%;
  flex: 78%;
  height: 20px;
  width: 100%;
  margin-right: 120px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 66px;
  position: relative;
}
.dr-instructions-step-wrapper .dr-title span.progress-wrapper .bar {
  background: #000;
  left: 0;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  width: 10%;
  z-index: 1;
  transition: all 0.3s;
}
.dr-instructions-step-wrapper .dr-title span.progress-wrapper > span {
  position: absolute;
  color: #fff;
  z-index: 999;
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
  left: 1%;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .dr-instructions-step-wrapper .dr-title span.progress-wrapper {
    order: 3;
    max-width: 100%;
    flex: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .dr-instructions-step-wrapper .dr-title span.progress-wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #c3c3c3;
    top: -16px;
    position: absolute;
  }
}

.hide-in-desktop.mobile-instruction-step-header {
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hide-in-desktop.mobile-instruction-step-header path {
  fill: #fff;
}
.hide-in-desktop.mobile-instruction-step-header span {
  display: flex;
  align-items: center;
  position: relative;
}
.hide-in-desktop.mobile-instruction-step-header span svg {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.hide-in-desktop.mobile-instruction-step-header span span {
  line-height: 1;
  font-weight: 500;
}
.hide-in-desktop.mobile-instruction-step-header button.instruction-popup-close {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .dr-floating-menu-wrapper.dr-floating-visible {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .instruction-step-popup {
    overflow: hidden !important;
  }
  .instruction-step-popup .dr-floating-menu-wrapper.dr-floating-visible {
    display: block !important;
  }
  .instruction-step-popup .mobile-instruction-step-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
  }
  .instruction-step-popup .dr-instructions-step-wrapper {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: 0 !important;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    height: 100vh;
    width: 100%;
    left: 0;
    padding-top: 75px;
    padding-bottom: 120px;
  }
  .instruction-step-popup .dr-instructions-step-wrapper span.title {
    display: none;
  }
  .instruction-step-popup .dr-instructions-step-wrapper span.progress-wrapper {
    margin-top: 0;
  }
  .instruction-step-popup .dr-instructions-step-wrapper span.progress-wrapper:before {
    display: none;
  }
  .instruction-step-popup .dr-instructions-step-wrapper .dr-title span.progress-wrapper {
    max-width: 72%;
    flex: 72%;
  }
  .instruction-step-popup .dr-instructions-step-wrapper .dr-title span.instruction-tag {
    top: 0;
  }
  .instruction-step-popup .dr-instructions-navigation {
    position: fixed;
    bottom: 54px;
    z-index: 9999;
    left: 0;
    padding: 15px;
    background: #fff;
  }
}

.down-to-recipe {
  background: #000;
  text-align: center;
  padding: 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
  left: 0;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  display: block !important;
  transition: all 0.3s;
}
.down-to-recipe i, .down-to-recipe svg {
  margin-left: 8px;
}

.celsius-cooking-scrolled-down .down-to-recipe {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.single-recipe .dr-badge {
  right: 0;
  z-index: 99;
  left: 0;
  right: auto;
}
.single-recipe .dr-badge a {
  border-radius: 0 25px 25px 0;
}

.cooking-step-visible a.down-to-recipe.hide-on-desktop {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.vjs-poster {
  background-size: cover !important;
}

.timer-ended .dr-floating-menu-wrapper .dr-floating-box {
  background: black;
  animation: bganimation 1s infinite;
}

@keyframes bganimation {
  from {
    background-color: red;
  }
  to {
    background-color: black;
  }
}
.dr-post-carousel .dr-archive-single {
  width: 100% !important;
}

.archive .dr-block-wrapper .dr-block-header, .dr-recipe-post-wrap .dr-block-wrapper .dr-block-header {
  border-bottom: none;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .archive .dr-block-wrapper .dr-block-header, .dr-recipe-post-wrap .dr-block-wrapper .dr-block-header {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 7px;
  }
}

.dr-button-holder a {
  font-weight: 600;
  text-decoration: none !important;
  font-size: 16px !important;
  padding: 0 !important;
  position: relative;
}
.dr-button-holder a:hover {
  color: #000 !important;
}
.dr-button-holder a svg path {
  stroke: #000000 !important;
}
.dr-button-holder a:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  left: 0;
}

.archive header.dr-block-header,
.page-template-recipe-courses header.dr-block-header {
  margin: 0 !important;
  padding: 0 !important;
}
.archive .celsius-cooking-banner-wrapper,
.page-template-recipe-courses .celsius-cooking-banner-wrapper {
  margin-bottom: 30px;
}

.page-info {
  margin: 0 -14px;
}
@media (max-width: 768px) {
  .page-info {
    margin: 0;
  }
}

@media (max-width: 992px) {
  body[class*=tax-recipe] .dr-archive-list-gridwrap {
    margin: 30px 0 0;
    padding: 15px;
  }
  body[class*=tax-recipe] .page-info {
    margin: 0 15px;
  }
}

.privacy-policy div#cookie-law-info-bar {
  bottom: 15px;
  top: auto !important;
  transform: translate(0) !important;
  right: 15px !important;
  left: auto !important;
  padding: 18px !important;
}
@media (max-width: 768px) {
  .privacy-policy div#cookie-law-info-bar {
    width: 100% !important;
  }
}
.privacy-policy .cli-modal-backdrop.cli-show {
  display: none;
}
.privacy-policy.cli-barmodal-open {
  overflow: visible;
}

a#wt-cli-reject-btn {
  color: #fff !important;
}

a#wt-cli-accept-btn {
  color: #fff !important;
}

a#wt-cli-settings-btn,
a#wt-cli-policy-link {
  color: #000 !important;
}

.wc-block-sort-select__select {
  height: 50px;
  border-radius: 5px;
  padding: 0 10px;
}

/* product list from wp_woo_block */
ul.wc-block-grid__products {
  margin: 0 -15px 16px -15px !important;
}
ul.wc-block-grid__products li.wc-block-grid__product {
  position: relative;
  padding: 0 10px 20px 10px;
  border-bottom: 8px solid transparent;
}
ul.wc-block-grid__products li.wc-block-grid__product button,
ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link {
  font-size: 14px;
  padding: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: relative;
  font-weight: normal;
  flex-direction: row;
  line-height: 1;
}
ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:not(.added):after {
  content: "\f07a";
  font-family: fontAwesome;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  background: #2B9DFF;
  color: #fff;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  border-radius: 3px;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a {
  color: #000;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: #2B9DFF;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.wc-block-grid__products li.wc-block-grid__product del {
  margin-top: 0;
  margin-right: 6px;
  font-size: 14px !important;
}
ul.wc-block-grid__products li.wc-block-grid__product ins {
  color: #000;
  font-size: 14px;
}
ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/*product list from default woocommerce */
.woocommerce .page-title {
  width: 100%;
}
.woocommerce select.orderby {
  height: 50px;
  margin-left: 10px;
  border-radius: 3px;
}
.woocommerce ul.products {
  width: 100%;
}
.woocommerce ul.products:after, .woocommerce ul.products:before {
  content: "";
  clear: both;
  display: table;
}
.woocommerce ul.products li.product {
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.03);
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-7px);
}
.woocommerce ul.products li.product .star-rating {
  margin: auto auto 10px !important;
  left: 0;
  right: 0;
  color: #2B9DFF;
}
.woocommerce ul.products li.product span.price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce ul.products li.product .onsale {
  background: #2B9DFF;
  color: #fff;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: auto;
  margin: 0;
  min-height: auto;
  min-width: auto;
  font-weight: normal;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: flex;
  max-width: 63%;
  margin: 15px 48px 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  background-color: #2B9DFF;
}
.woocommerce ul.products li.product .button:after,
.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
  font-family: "FontAwesome";
  margin-left: 6px;
  font-weight: 600;
}
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:after,
.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
  content: "\f07a";
}
.woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after,
.woocommerce ul.products li.product .product_type_grouped:after {
  content: "\f061";
}
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  margin-top: 8px;
  line-height: 1;
  padding: 10px;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
  content: "\f06e";
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  text-align: center;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a {
  color: #000;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover {
  color: #2B9DFF;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wc-block-grid__product-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link del {
  order: 2;
  margin-right: 0;
  padding-left: 10px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link ins {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination {
  display: none;
}
.woocommerce ul.products li.product .button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 63%;
  right: 0;
  left: 0;
  padding: 10px;
  margin: 15px auto 20px;
}
.woocommerce .page-description {
  width: 100%;
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: #2B9DFF;
}

.woocommerce-result-count {
  display: flex;
  align-items: center;
}

body.post-type-archive-product .products {
  margin-top: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  margin-bottom: 40px;
  padding: 30px 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon {
  min-width: 300px;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon input#coupon_code {
  width: 165px;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table button.button {
  background: #2B9DFF;
  font-weight: 400;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding-top: 10px;
  padding: 30px 0;
  height: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 18px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  background: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
  width: 200px;
  font-size: 14px;
  background: #2B9DFF;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:after {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-weight: 900;
}

form.woocommerce-checkout {
  flex-wrap: wrap;
  justify-content: space-between;
}
form.woocommerce-checkout div#customer_details {
  flex: 0 0 55%;
}
form.woocommerce-checkout div#customer_details > div {
  width: 100%;
  float: none;
  max-width: initial;
}
form.woocommerce-checkout div#customer_details > div input,
form.woocommerce-checkout div#customer_details > div select,
form.woocommerce-checkout div#customer_details > div span.select2-selection {
  height: 45px;
  padding: 10px !important;
}
form.woocommerce-checkout div#customer_details > div .form-row label {
  font-size: 13px;
}
form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox {
  height: auto;
}
form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span {
  font-size: 13px;
}
form.woocommerce-checkout h3#order_review_heading {
  display: none;
}
form.woocommerce-checkout div#order_review {
  flex: 0 0 40%;
  background: #f7f7f7;
  padding: 30px;
}
form.woocommerce-checkout div#order_review table {
  background: #fff;
}
form.woocommerce-checkout div#order_review #payment {
  background: #fff;
  border-radius: 0;
}
form.woocommerce-checkout div#order_review #payment button#place_order {
  background: #2B9DFF;
  border-radius: 0;
  font-weight: 400;
  display: block;
  width: 100%;
}
form.woocommerce-checkout div#order_review #payment button#place_order:after {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-weight: 600;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-additional-fields__field-wrapper {
  padding: 0 30px;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  flex: 0 0 33.33%;
  position: relative;
  padding-top: 26px;
  margin-bottom: 3px;
}
form.woocommerce-checkout form.woocommerce-checkout {
  padding: 30px;
  justify-content: space-between;
  margin: auto;
}
form.woocommerce-checkout form.woocommerce-checkout div#order_review #payment button#place_order {
  width: auto;
  float: left;
}
form.woocommerce-checkout form.woocommerce-checkout div#customer_details > div .form-row label {
  position: absolute;
  top: 0;
}

.entry-content h3 {
  text-align: center;
  font-size: 1.5rem;
}

.woocommerce form .form-row {
  position: relative;
  padding-top: 26px;
  margin: 0;
}
.woocommerce form .form-row textarea {
  height: 150px;
}
.woocommerce form .form-row input.input-text {
  height: 35px;
}

.woocommerce-additional-fields {
  padding: 30px 0;
}

.single-product .product .onsale {
  background: #2B9DFF;
  color: #fff;
  border: none;
  position: absolute;
  top: 10px;
  border-radius: 3px;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0;
  min-height: auto;
  min-width: auto;
  font-weight: normal;
  left: 10px;
}
.single-product .product .images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 10px;
  padding: 10px;
}
.single-product .product .entry-summary {
  margin-top: 0;
}
.single-product .product .entry-summary .product_title {
  font-size: 20px;
}
.single-product .product .entry-summary .price {
  color: #000;
  font-weight: 600;
}
.single-product .product .entry-summary .price del {
  color: #2B9DFF;
  opacity: 1;
}
.single-product .product .entry-summary .product_meta > span {
  display: block;
  color: #000;
}
.single-product .product .entry-summary .product_meta > span a {
  color: #2B9DFF;
}
.single-product .product .entry-summary .star-rating span::before,
.single-product .product .entry-summary a.woocommerce-review-link {
  color: #2B9DFF;
}
.single-product .product .entry-summary table.variations select {
  height: 45px;
  border-radius: 3px;
}
.single-product .product .entry-summary .quantity input {
  height: 45px;
  min-width: 80px;
}
.single-product .product .entry-summary button.button {
  background: #2B9DFF;
  height: 45px;
  position: relative;
}
.single-product .product .entry-summary button.button:after {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-weight: 600;
}
.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 15px;
  font-size: 18px;
}
.single-product .related.products h2 {
  font-size: 24px;
  text-align: center;
  margin: 40px 0;
}
.single-product .reset_variations {
  color: red;
}
.single-product .stars a,
.single-product .star-rating span::before {
  color: #2B9DFF;
}
.single-product span#reply-title {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}

.wp-block-woocommerce-product-search {
  padding: 15px;
}
.wp-block-woocommerce-product-search label.wc-block-product-search__label {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.woocommerce ul.products li.product-category.product {
  overflow: visible;
  box-shadow: none;
}
.woocommerce ul.products li.product-category.product h2 {
  position: absolute;
  bottom: -5px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products li.product-category.product h2 mark.count {
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff3afb;
  margin-left: 10px;
}

.woocommerce.widget_price_filter .price_slider_amount .button {
  color: #fff !important;
}

.widget .woocommerce-product-search input {
  height: 45px;
  vertical-align: top;
}
.widget .woocommerce-product-search button {
  background: #000;
  border: none;
  color: #fff;
  height: 45px;
  border-radius: 3px;
  font-size: 17px;
  cursor: pointer;
}
.widget .select2-selection.select2-selection--single {
  height: 45px;
}
.widget .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.widget .star-rating {
  margin: 0 0 13px;
}

.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 100%;
  width: 100%;
}
.woocommerce-order-received h2,
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.woocommerce-order-received h2.woocommerce-column__title,
.woocommerce-order-received h2.woocommerce-order-details__title {
  padding-left: 40px;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received th,
.woocommerce-order-received tr,
.woocommerce-order-received td {
  border: 0;
  padding-left: 30px;
}
.woocommerce-order-received address {
  background: #fcfcfc;
  border: 0;
}

.woocommerce-notices-wrapper {
  flex: 0 0 100%;
}

.woocommerce-order p {
  padding-left: 40px;
}

.woocommerce .woocommerce-customer-details address {
  padding-left: 40px;
}

a.cart-icon {
  margin-left: 20px;
  font-size: 18px;
  position: relative;
}
a.cart-icon span {
  position: absolute;
  font-size: 8px;
  height: 15px;
  width: 15px;
  background: #3431d6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -13px;
}
@media (max-width: 768px) {
  a.cart-icon {
    margin-right: 0;
    margin-left: 0;
  }
}

.woocommerce ul.products li.product .button.loading:after {
  content: "\f013";
}

body.celsius-cooking-layout-box {
  max-width: 1160px;
  margin: 20px auto;
  width: 100%;
  box-shadow: 0 0 10px #eee;
}

a, input {
  outline: none !important;
}

.mlp-quicklinks.mlp-quicklinks--bottom-left {
  display: none;
}

.celsius-cooking-header-wrapper .celsius-cooking-header .celsius-cooking-site-branding img {
  height: 45px;
}

@media all and (orientation: portrait) {
  .rotate-your-phone {
    display: none;
  }
}
@media (min-width: 1000px) {
  .rotate-your-phone {
    display: none !important;
  }
}
.rotate-your-phone {
  display: none;
}

@media all and (orientation: landscape) {
  .single-recipe .rotate-your-phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rotate-your-phone {
  position: fixed;
  background: #000000f0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.rotate-your-phone > div {
  max-width: 320px;
  margin: auto;
  color: #fff;
}
.rotate-your-phone > div h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 35px;
  font-weight: 600;
}
.rotate-your-phone > div img {
  max-width: 75px;
}

/* language switcher popup */
.language-switcher-popoup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.language-switcher-popoup-wrapper .language-switcher-popoup {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  padding: 30px;
  max-width: 700px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}
.language-switcher-popoup-wrapper .language-switcher-popoup a {
  background: #000;
  display: inline-block;
  margin: 0 5px;
  padding: 10px 20px;
  min-width: 70px;
  color: #fff;
  font-size: 13px;
}
.language-switcher-popoup-wrapper .language-switcher-popoup a:nth-of-type(1) {
  background: #707070;
}
.language-switcher-popoup-wrapper .language-switcher-popoup p {
  color: #707070;
  font-size: 18px;
}
.language-switcher-popoup-wrapper .overlay {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
  opacity: 0.7;
}

.language-switcher-open .language-switcher-popoup-wrapper {
  z-index: 99999999;
  visibility: visible;
  opacity: 1;
}
.language-switcher-open .wt-cli-cookie-bar-container {
  display: none !important;
}

/*# sourceMappingURL=celsius-cooking-style.css.map */
