/************************************************* RESET *************************************************/
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
b,
u,
i,
center,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

/********************************************* RECIPE-STEPS **********************************************/
/************************************************ GENERAL ************************************************/
* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Lato", sans-serif;
  color: white;
  padding: 50px 0;
  background: #050517;
  font-size: 16px; }

h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 2.5vmax; }

h2 {
  font-family: "Comfortaa", sans-serif;
  font-size: 4.5vmax; }

.white-link {
  color: white; }

/************************************************* HEADER ************************************************/
header {
  background: #050517;
  border-bottom: 1px solid #BB571E;
  color: #BB571E;
  display: flex;
  align-items: center;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50px; }

header .logo {
  text-decoration: none;
  font-weight: bold;
  border-right: 1px solid #BB571E;
  margin-left: 10px;
  padding-right: 10px;
  margin-right: 10px; }
  header .logo img,
  header .logo span.logo-text {
    display: none; }
  header .logo:after {
    content: '';
    width: 40px;
    height: 43px;
    display: block;
    background: url("images/logo.png");
    background-size: 100% 100%; }

header .logo img {
  width: 150px;
  height: 50px;
  margin-top: -5px; }

header .recipe-title {
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

header #close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  border-radius: 0;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  background: #BB571E;
  animation: all 0.3s ease-in-out; }
  header #close-btn .fa {
    color: black !important; }
  header #close-btn:hover {
    background: #D8973C; }

header .navigation {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -40px; }
  header .navigation .btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 0px;
    border-radius: 0;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    background: #BB571E;
    color: #050517;
    animation: all 0.3s ease-in-out; }
    header .navigation .btn:hover {
      background: #D8973C; }
    header .navigation .btn .fa {
      font-size: 28px; }

/********************************************** STEPS-CONTAINER **********************************************/
#steps-container {
  position: relative;
  z-index: 1;
  line-height: 100%;
  height: calc( 100vh - 150px);
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
  overflow-y: scroll;
  background: #050517; }

.step-section {
  opacity: 0;
  display: none;
  width: 96vw;
  max-width: 800px;
  margin: 0 auto; }

.step-section.active {
  opacity: 1;
  display: block; }

/************************************************ STEP-HEADER ************************************************/
.step-section .step-header {
  padding: 20px 0 0; }

.step-section .step-header .step-title {
  color: white;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 120%;
  font-size: 16px;
  padding-bottom: 10px; }

.step-section .step-header .step-title small {
  font-size: 80%; }

.step-section .giro-inverso {
  background: #bb571e;
  color: white;
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 5px;
  padding: 5px 0;
  margin: 0 0 15px 0;
  text-decoration: none;
  line-height: 120%; }
  .step-section .giro-inverso span {
    background: #050517;
    margin-left: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.step-section .step-image-featured {
  text-align: center; }

.step-section .step-image-featured img {
  width: 90%;
  max-width: 600px; }

.step-section .step-header .step-comment {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  width: 94%;
  margin: 0 auto;
  color: white;
  padding-bottom: 10px; }

.step-section .step-header .step-comment i {
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.5); }

/************************************************ STEP-NUMBER ************************************************/
.step-number {
  font-size: 9px;
  color: white;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 100px;
  right: 5px;
  color: rgba(255, 255, 255, 0.8); }

.step-number span {
  font-size: 18px; }

/****************************************** STEP-THERMOMIX SELECTION *******************************************/
.step-thermomix-selection {
  max-width: none; }

.step-thermomix {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }

.step-thermomix input[type="radio"] {
  display: none; }

.step-thermomix label {
  width: 150px;
  font-family: "Comfortaa", sans-serif;
  cursor: pointer;
  border: 1px solid rgba(216, 151, 60, 0.05);
  border-radius: 0;
  padding: 0;
  background: white;
  color: #050517;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  position: relative;
  display: inline-block;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
  margin: 10px; }

/*
.step-thermomix label small {
  font-size: 22px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}*/
.step-thermomix label:hover {
  color: white;
  background: rgba(189, 87, 15, 0.2);
  border: 1px solid #BB571E; }

.step-thermomix label:before {
  display: block;
  content: "";
  height: 100px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px; }

.step-thermomix label.toggle-tm5:before {
  background-image: url("images/steps/robots/tm5.png"); }

.step-thermomix label.toggle-tm6:before {
  background-image: url("images/steps/robots/tm6.png"); }

.step-thermomix label.toggle-tm31:before {
  background-image: url("images/steps/robots/tm31.png"); }

.step-thermomix label.toggle-cecotec:before {
  background-image: url("images/steps/robots/cecotec.png"); }

.step-thermomix label.monsieur-cuisine:before {
  background-image: url("images/steps/robots/monsieur-cuisine.png"); }

.step-thermomix label.toggle-tm:before {
  background-image: url("images/steps/robots/tm_.png");
  opacity: 0.3; }

.step-thermomix input[type="radio"]:checked + label {
  border: 1px solid #D8973C;
  cursor: default;
  -webkit-animation: flickerAnimation 0.3s 2;
  -moz-animation: flickerAnimation 0.3s 2;
  -o-animation: flickerAnimation 0.3s 2;
  animation: flickerAnimation 0.3s 2; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

/************************************************ INGREDIENTS-LIST ************************************************/
.ingredients-list {
  margin-left: 5px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  justify-content: stretch; }

.ingredients-list li {
  align-self: stretch;
  flex-grow: 1;
  border: 2px solid rgba(255, 255, 255, 0.05);
  margin: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 110%;
  padding: 6px; }

/************************************************ STEP-SECTION ************************************************/
/***************************************** STEP-SECTION ADD INGREDIENT ****************************************/
/*
.step-section .step-quantity-unit {
	font-size: 16px;
	width: 100%;
	text-align: center;
	display: block;
}
*/
.step-section .weight-icon {
  font-size: 10vmax;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.01);
  margin-top: 20px; }

.step-section .step-content .optional {
  display: block;
  font-size: 3vmax; }

.step-section .fa-warning {
  color: #d8c99b; }

/*************************************** STEP-SECTION WHEEL (CUT / SLICE ) ************************************/
.step-section .step-content .wheel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto; }

.step-section .step-content .wheel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  cursor: default;
  border: 3px solid #BB571E;
  background: rgba(0, 204, 188, 0.1);
  color: #D8C99B;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -2px;
  font-family: "Comfortaa", sans-serif;
  text-align: center;
  box-shadow: rgba(0, 204, 188, 0.1) 0px 3px 20px 0px;
  width: 140px;
  max-width: 140px;
  height: 140px; }
  .step-section .step-content .wheel i {
    position: absolute;
    bottom: 5px;
    font-size: 20px;
    color: #BB571E; }
  .step-section .step-content .wheel .detail {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: white;
    letter-spacing: 0;
    color: #BB571E; }
  .step-section .step-content .wheel:before {
    content: "";
    display: inline-block;
    padding-top: 100%; }
  .step-section .step-content .wheel.step-temperature {
    font-size: 40px; }
    .step-section .step-content .wheel.step-temperature small {
      font-size: 80%;
      margin-left: 5px; }
  .step-section .step-content .wheel.step-speed {
    font-size: 50px; }
    .step-section .step-content .wheel.step-speed small {
      font-size: 50%; }

.step-section .step-content .step-timer {
  display: block;
  position: relative;
  line-height: 100%;
  cursor: default;
  color: #D8C99B;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -2px;
  font-family: "Comfortaa", sans-serif;
  text-align: center;
  font-size: 50px;
  margin: 10px auto 15px; }
  .step-section .step-content .step-timer .detail {
    display: block;
    letter-spacing: 0;
    line-height: 100%;
    font-size: 12px;
    color: #BB571E; }

/************************************************ NEXT BUTTONS ************************************************/
.step-section .step-nav-right {
  border: none;
  outline: none;
  font-size: 20px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100vw;
  cursor: pointer;
  background: #BB571E;
  /* #141105 */
  color: #050517;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px 0px;
  transition: all 0.3s ease-in-out; }

.step-section .step-nav-right .fa {
  padding-left: 1vw; }

.step-section .step-nav-right:hover {
  background: #D8973C; }

/******************************************** WPFORM  **********************************************/
#recipe-rate-form,
#recipe-comment-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px; }
  #recipe-rate-form .forms-field,
  #recipe-comment-form .forms-field {
    margin-top: 15px; }
  #recipe-rate-form label,
  #recipe-comment-form label {
    margin-bottom: 12px;
    display: block; }
  #recipe-rate-form input[type='text'],
  #recipe-comment-form input[type='text'] {
    width: 100%;
    height: 42px;
    padding: 12px; }
  #recipe-rate-form textarea,
  #recipe-comment-form textarea {
    width: 100%;
    height: 60px; }
  #recipe-rate-form .field-radio ul,
  #recipe-comment-form .field-radio ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 60px; }
    #recipe-rate-form .field-radio ul li,
    #recipe-comment-form .field-radio ul li {
      width: 9%;
      min-width: 28px;
      min-height: 35px; }
      #recipe-rate-form .field-radio ul li label,
      #recipe-comment-form .field-radio ul li label {
        width: 100%;
        display: block;
        font-weight: bold;
        color: #050517;
        border-radius: 0;
        text-align: center;
        padding: 6px 0;
        transition: all 0.3s ease-in-out;
        font-size: 24px;
        background-color: #666666; }
        #recipe-rate-form .field-radio ul li label:hover,
        #recipe-comment-form .field-radio ul li label:hover {
          cursor: pointer; }
      #recipe-rate-form .field-radio ul li input,
      #recipe-comment-form .field-radio ul li input {
        display: none; }
      #recipe-rate-form .field-radio ul li:nth-child(10) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(10) label:hover {
        background-color: #2CDE00; }
      #recipe-rate-form .field-radio ul li:nth-child(9) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(9) label:hover {
        background-color: #59DE00; }
      #recipe-rate-form .field-radio ul li:nth-child(8) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(8) label:hover {
        background-color: #85DE00; }
      #recipe-rate-form .field-radio ul li:nth-child(7) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(7) label:hover {
        background-color: #B1DE00; }
      #recipe-rate-form .field-radio ul li:nth-child(6) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(6) label:hover {
        background-color: #DEDE00; }
      #recipe-rate-form .field-radio ul li:nth-child(5) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(5) label:hover {
        background-color: #DEB100; }
      #recipe-rate-form .field-radio ul li:nth-child(4) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(4) label:hover {
        background-color: #DE8500; }
      #recipe-rate-form .field-radio ul li:nth-child(3) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(3) label:hover {
        background-color: #DE5900; }
      #recipe-rate-form .field-radio ul li:nth-child(2) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(2) label:hover {
        background-color: #DE2C00; }
      #recipe-rate-form .field-radio ul li:nth-child(1) label:hover,
      #recipe-comment-form .field-radio ul li:nth-child(1) label:hover {
        background-color: #DE0000; }
      #recipe-rate-form .field-radio ul li input[type="radio"]:checked + label,
      #recipe-comment-form .field-radio ul li input[type="radio"]:checked + label {
        padding: 14px 0;
        font-size: 28px;
        letter-spacing: -4px; }
  #recipe-rate-form .wpforms-submit,
  #recipe-comment-form .wpforms-submit {
    border: none;
    outline: none;
    font-size: 18px;
    height: 50px;
    display: flex;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100vw;
    cursor: pointer;
    background: #D8973C;
    color: #050517;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px 0px;
    transition: all 0.3s ease-in-out; }

/***********************************************  FOOTER  *************************************************/
footer {
  border: none;
  outline: none;
  font-size: 18px;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw; }

/******************************************** PORTRAIT FIXES **********************************************/
@media only screen and (orientation: portrait) {
  .step-thermomix label {
    width: 80px;
    font-size: 14px;
    line-height: 14px; }
    .step-thermomix label:before {
      height: 50px; }
  .step-section {
    padding-bottom: 25px; }
    .step-section .step-content .wheel {
      width: 100px;
      max-width: 100px;
      height: 100px; }
      .step-section .step-content .wheel.step-temperature {
        font-size: 30px; }
      .step-section .step-content .wheel.step-speed {
        font-size: 40px; } }
