/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}
.disable {
  pointer-events: none !important;
  opacity: 0.5;
}
.categoria-ricetta {
  bottom: 190px;
  left: 45px;
  border-radius: 4px;
}
.wrapper-tag-cat {
  position: absolute;
  top: 200px;
  background-color: #fff;
  z-index: 1;
  left: 45px;
  border-radius: 4px;
  padding: 5px;
}
.wrapper-tag-cat .nome-cat {
  background-color: var(--awb-color2);
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 5px 20px;
  border-radius: 4px;
}
.wrapper-tag-cat .nome-cat a {
  color: var(--awb-color4) !important;
  text-transform: uppercase;
}
.wrapper-tag-cat .nome-cat span {
  margin: 0 7px;
  font-size: 10px;
  top: -1px;
  position: relative;
  opacity: 0.5;
}
.button a.btn_lista,
.button a.btn_author {
  cursor: pointer;
  color: var(--awb-color1) !important;
  padding: 15px;
  display: block;
}
.button a.btn_author {
  background-color: #bfd430;
  transition: all 0.3s;
}
.button a.btn_author:hover {
  background-color: #98d430;
}
.button a.btn_lista {
  background-color: #ffba00;
  transition: all 0.3s;
}
.button a.btn_lista:hover {
  background-color: #eaad07;
}
.ricetta-header a {
  background-color: var(--awb-color2);
  font-size: 14px;
  line-height: 14px;
  color: var(--awb-color4);
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
}
.ricetta-header a:hover {
  color: var(--awb-color4);
}
.ricetta-header span {
  color: #fff;
  margin: 0 5px;
}
.ricetta-header .difficulty {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 30px;
}
.ricetta-header .difficulty.easy {
  background-color: rgb(108, 179, 108);
  color: rgb(18, 54, 18);
}
.ricetta-header .difficulty.medium {
  background-color: rgb(216, 205, 123);
  color: rgb(54, 50, 18);
}
.ricetta-header .difficulty.hard {
  background-color: rgb(207, 155, 155);
  color: rgb(54, 18, 18);
}
ul.ingredienti {
  list-style: none;
  padding: 0;
  columns: 3;
  column-gap: 50px;
}
ul.ingredienti li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--awb-color2);
  margin-bottom: 20px;
}
ul.ingredienti li .value {
  margin-right: 5px;
  font-weight: bold;
}
.ricetta-actions {
  display: flex;
  justify-content: space-between;
}
.ricetta-actions .col-30 {
  width: 32%;
  position: relative;
}
.ricetta-actions .input-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.ricetta-actions input::-webkit-outer-spin-button,
.ricetta-actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ricetta-actions input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
  position: relative;
  padding-top: 8px;
}
.ricetta-actions .input-wrapper .sub-num {
  position: absolute;
  z-index: 1;
  left: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 48px;
  height: 100%;
  background-color: var(--awb-color2);
  width: 30px;
  text-align: center;
  color: var(--awb-color4);
  cursor: pointer;
}
.ricetta-actions .input-wrapper .sub-num.disable {
  opacity: 0.3;
}
.ricetta-actions .input-wrapper .add-num {
  position: absolute;
  z-index: 1;
  right: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 48px;
  height: 100%;
  background-color: var(--awb-color2);
  width: 30px;
  text-align: center;
  color: var(--awb-color4);
  cursor: pointer;
}
.ricetta-actions small {
  width: 100%;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  left: 0;
  opacity: 0.5;
}
.ricetta-actions .add-spesa {
  height: 100%;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  background-color: var(--awb-color2);
  color: var(--awb-color4);
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.ricetta-actions .add-spesa:hover {
  background-color: var(--awb-color5);
  color: white;
}
.ricetta-actions .add-spesa.disable {
  pointer-events: none;
  background-color: rgb(215, 215, 215) !important;
}
.ricetta-actions .time-wrapper {
  border: 2px solid var(--awb-color2);
  height: calc(100% - 4px);
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: var(--awb-color4);
}
.ricetta-actions .time-wrapper i {
  font-size: 20px !important;
  opacity: 0.5;
}
.lista-spesa {
  list-style: none;
  padding: 0;
}
.lista-spesa li {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}
h6.titolo {
  margin: 0 0 10px;
}
.ricetta-delete {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--awb-color2);
  margin-bottom: 10px;
}
.ricetta-delete i {
  line-height: 26px;
  cursor: pointer;
}
.ricette-autore {
  list-style: none;
  padding: 0;
}
.ricette-autore li {
  background-color: var(--awb-color2);
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 5px;
}
.ricette-autore li .fa-edit {
  margin-right: 10px;
}
.acf-form {
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 50px;
}
#message {
  border-radius: 5px;
  padding: 20px 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#message.updated {
  background-color: #80b670;
  color: #395331;
  font-size: 18px;
  font-weight: bold;
}
#message.updated p {
  margin: 0 !important;
}
.wrapper-ricetta {
  margin-bottom: 25px;
}
.wrapper-ricetta h2 {
  min-height: 60px;
}
@media screen and (max-width: 1024px) {
  ul.ingredienti {
    columns: 1;
    column-gap: 0px;
  }
  .ricetta-actions {
    flex-direction: column;
  }
  .ricetta-actions .col-30 {
    width: 100%;
    margin-bottom: 30px;
  }
  .ricetta-actions .time-wrapper {
    padding: 10px 20px;
  }
  .acf-form {
    padding: 30px 15px;
  }
}
