@charset "UTF-8";
@import url(../paginas/produtos.css);
/*
* Banner
* ================================================== */
.banner-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: calc(761 / 1920 * 100%);
  display: block;
  overflow: hidden;
  height: 0;
}

.banner-inner .base-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  background: rgba(178, 94, 62, 0.8);
}

.banner-inner .base-content .b-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.banner-inner .base-content .b-txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.banner-inner .base-content .b-txt > a {
  color: white;
  font-style: italic;
}

.banner-inner .base-content .b-txt > a:hover {
  text-decoration: underline dotted;
}

/*
* Conteúdo
* ================================================== */
.content {
  margin: 30px 50px 150px 50px;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

.content .p-thumb {
  margin: 0;
}

.content .section-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.content .section-title:after {
  content: '';
  width: 30px;
  height: 4px;
  display: block;
  margin: 10px 0 15px 0;
}

.titulo-conteudo,
.texto-conteudo h1,
.texto-conteudo h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #8d4a2e;
  display: block;
  width: 100%;
}

.texto-conteudo h1, .texto-conteudo h2 {
  margin-top: 50px;
}

.texto-conteudo h3, .texto-conteudo h4, .texto-conteudo h5 {
  color: #666;
  margin-top: 40px;
}

/*
* Recipe header (Single)
* ================================================== */
.recipe-header {
  border-bottom: 4px solid #b45e3a;
}

.r-ico:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background: transparent url("../../imagens/icones/sprite-ico-recipe.png") no-repeat;
  float: left;
}

.recipe-intro {
  font-size: 15px;
  color: #b45e3a;
}

.recipe-intro .r-info {
  padding: 7px 10px;
}

.recipe-intro .time {
  border-right: 1px dotted #b45e3a;
  padding-left: 4px;
}

.recipe-intro .time:before {
  background-position: -35px 0;
}

/** Actions */
.recipe-actions {
  display: flex;
  align-items: center;
}

/** Print */
.btn-print {
  margin-right: 5%;
}

.btn-print:before {
  background-position: -144px 0;
  padding-right: 8px;
}

.btn-print:hover:before {
  background-position: -144px -32px;
}

/** Share box */
.share-box {
  font-size: 0;
  box-sizing: border-box;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.share-box .lb {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  color: #b45e3a;
}

.share-box .social-btn {
  display: inline-block;
  border-left: 1px dotted #b45e3a;
  padding: 4px 10px;
  line-height: 0;
}

.share-box .social-btn .fa {
  display: inline-block;
  height: 22px;
  width: 24px;
  background: transparent url("../../imagens/icones/sprite-ico-recipe.png") no-repeat;
  background-position-y: 0;
}

.share-box .social-btn .fa.fa-facebook {
  background-position-x: -73px;
}

.share-box .social-btn .fa.fa-twitter {
  background-position-x: -108px;
}

.share-box .social-btn .fa.fa-email {
  background-position-x: 0;
}

.share-box .social-btn:hover.social-facebook {
  background-color: #3b5998;
}

.share-box .social-btn:hover.social-mail-btn {
  background-color: #b45e3a;
}

.share-box .social-btn:hover.social-twitter {
  background-color: #00aced;
}

.share-box .social-btn:hover .fa {
  background-position-y: -32px;
}

/*
* Recipe main (Single)
* ================================================== */
.recipe-main {
  padding-bottom: 3vw;
  overflow: hidden;
  border-bottom: 1px dotted #94a7b4;
}

.recipe-main .column:nth-child(2) {
  flex: 1.35;
}

.recipe-main .dash-t {
  color: #b45e3a;
}

.recipe-main .dash-t:after {
  background-color: #b45e3a;
}

.recipe-main .prep-subt {
  font-size: 18px;
}

.recipe-main .prep-list {
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.recipe-main .prep-list .hlight {
  color: #b45e3a;
}

.recipe-main .ingredients,
.recipe-main .directions {
  height: 100%;
}

.recipe-main .ingredients .p-title,
.recipe-main .directions .p-title {
  margin-top: 8px;
}

.recipe-main .ingredients .prep-item {
  padding: 10px;
}

.recipe-main .ingredients .prep-item:nth-child(2n+1) {
  background-color: #f4f6f7;
}

.recipe-main .directions .prep-item {
  counter-increment: step-counter;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 0 0 0 15px;
}

.recipe-main .directions .prep-item:last-child {
  margin-bottom: 0;
}

.recipe-main .directions .prep-item:before {
  content: counter(step-counter);
  min-width: 19px;
  padding: 7px;
  background-color: #f4f6f7;
  color: #b45e3a;
  font-weight: 800;
  text-align: center;
  float: left;
  margin-right: 7px;
  margin-left: -43px;
}

.recipe-main .recipe-tips {
  background-color: #f4f6f7;
  padding: 12px 18px;
  margin-top: 45px;
}

.recipe-main .recipe-tips .tip-title {
  margin: 0 0 10px 0;
  color: #b45e3a;
  font-style: italic;
}

.recipe-main .recipe-tips ul li,
.recipe-main .recipe-tips p {
  font-size: 14px;
  line-height: 1.6;
}

.recipe-main .recipe-tips p {
  margin: 0 0 7px 0;
}

.recipe-main .recipe-tips ul {
  padding-left: 20px;
  list-style: none;
  margin: 0;
}

.recipe-main .recipe-tips ul li {
  margin-bottom: 7px;
}

.recipe-main .recipe-tips ul li:before {
  content: "\2022";
  color: #b45e3a;
  font-weight: bold;
  display: inline-block;
  width: 1.1em;
  margin-left: -1em;
}

/* Products
* ================================================== */
.recipe .prods-itens .section-title,
.recipe .prods-itens .prod-item .prod-title,
.recipe .bl-receitas > .section-title {
  color: #b45e3a;
}

.recipe .prods-itens .section-title:after,
.recipe .prods-itens .prod-item .prod-title:before,
.recipe .bl-receitas > .section-title:after {
  background-color: #b45e3a;
}

.bl-prods-used .prod-box {
  text-align: center;
}

.bl-prods-used .carousel .slick-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* Recipes list
* ================================================== */
.recipes-list {
  border-bottom: 1px solid #b45e3a;
  margin-bottom: 0;
}

.recipes-list .box-recipe {
  margin: 0 0.47188vw 0.9436vw 0.47188vw;
}

.recipes-list .box-recipe .post-item {
  width: 100%;
  height: 100%;
}

.recipes-list .box-recipe .post-item .p-text {
  z-index: 2;
}

.recipes-list .box-recipe .p-link {
  width: 100%;
  display: block;
  max-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-more {
  padding-right: 15px;
}

.btn-more:after {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: transparent url("../../imagens/icones/sprite-ico-recipe.png") no-repeat;
  background-position: -186px -30px;
  margin-left: 7px;
}

/* Filters
* ================================================== */
.controls {
  margin-bottom: 30px;
  overflow: hidden;
}

.controls .lb,
.controls .orderby {
  text-transform: uppercase;
  color: #b45e3a;
  font-size: 13px;
}

.controls .lb {
  padding: 0.61vw 0.81vw;
}

.controls .order-options .orderby {
  cursor: pointer;
}

.controls .order-options .orderby:hover {
  background-color: #8d4a2e;
  color: #fff;
}

.controls .order-options .o-selected {
  background-color: #b45e3a;
  color: #fff;
}

.controls .order-options .o-selected:hover {
  background-color: #b45e3a;
  cursor: default;
}

.controls .filter-option {
  margin-right: 0.879vw;
}

.controls .filter-option .custom-select {
  max-height: 42px;
}

/* ==================================================
   Responsive: Moible only
 * ================================================== */
@media (max-width: 600px) {
  /* Lista de receitas
	 * ================================================== */
  .recipes-list .box-recipe {
    flex: 0 1 100%;
  }
  .recipes-list .box-recipe .p-link {
    height: 76.667vw;
  }
  .recipes-list .box-recipe .post-item .p-text .p-title {
    font-size: 5.2vw;
  }
  .share-box .lb {
    display: none;
  }
  .btn-print {
    text-indent: -9999px;
    padding-right: 5px;
    display: inline-block;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  /* Lista de receitas
	 * ================================================== */
  .recipes-list .box-recipe {
    flex: 0 1 calc(49.992% - 0.9436vw);
  }
  .recipes-list .box-recipe .p-link {
    height: 43.750vw;
  }
  .recipes-list .box-recipe .post-item .p-text .p-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* Banner
	 * ================================================== */
  .banner-inner .base-content .b-title {
    font-size: 6vw;
    line-height: 1.1em;
  }
}

@media (max-width: 768px) {
  /* Filters
	 * ================================================== */
  .controls {
    text-align: center;
  }
  .controls .lb,
  .controls .filter-option {
    display: block;
    width: 100%;
  }
  .controls .filter-option {
    margin-bottom: 5px;
  }
  .controls .order-options {
    padding-bottom: 2vw;
  }
  .controls .order-options .lb {
    margin-bottom: 10px;
  }
  .controls .order-options .orderby {
    display: block;
    border-top: 1px dotted #b45e3a;
  }
  .controls .order-options .orderby:last-child {
    border-bottom: 1px dotted #b45e3a;
  }
  .recipe-header .column {
    flex: 0 1 100%;
  }
  .recipe-intro {
    padding-bottom: 5px;
  }
  .btn-print {
    border: 1px solid #b45e3a;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    height: auto;
  }
  .recipe-main {
    margin-top: 20px;
  }
  .recipe-main .directions {
    margin-top: 20px;
  }
  .recipe-main .p-title {
    padding: 10px;
    font-size: 18px;
    background-color: #f5eae7;
  }
  .recipe-main .p-title:after {
    display: none;
  }
}

/* ==================================================
   Responsive: Tablets only
 * ================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  /* Banner
	 * ================================================== */
  .banner-inner .base-content .b-title {
    font-size: 24px;
  }
  .banner-inner .base-content .b-txt {
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  /* Lista de receitas
	 * ================================================== */
  .recipes-list .post-item .p-text .p-title {
    font-size: 1.9vw;
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.65);
  }
  .recipes-list .post-item .p-text .p-time .txt {
    font-size: 1.5vw;
  }
  /* Filters
	 * ================================================== */
  .controls .filter-option {
    width: 28.435%;
  }
  .controls .order-options {
    min-height: 42px;
  }
}

/* ==================================================
   Responsive: Moible and Tablets
 * ================================================== */
@media (max-width: 980px) {
  /* Banner
	 * ================================================== */
  .banner-inner {
    padding-bottom: 80px;
  }
  .banner-inner .base-content {
    padding: 8px 8px 8px 40px;
  }
  .banner-inner .base-content .b-title {
    margin-top: 5px;
  }
  /* Conteúdo
	 * ================================================== */
  .content {
    margin: 40px;
  }
  .titulo-conteudo,
  .texto-conteudo h1,
  .texto-conteudo h2 {
    font-size: 21px;
    margin-top: 0;
  }
  /* Filters
	 * ================================================== */
  .controls .order-options {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .controls .order-options .orderby {
    padding: 1.51vw 1.81vw;
  }
}

/* Responsive: Desktop only
* ================================================== */
@media (min-width: 769px) {
  .recipes-list .box-recipe {
    flex: 0 1 calc(24.992% - 0.9436vw);
  }
  .recipes-list .box-recipe .p-link {
    height: 19.212vw;
  }
  .controls .order-options .orderby {
    border-right: 1px dotted #b45e3a;
    margin-left: 0.15vw;
  }
  .controls .order-options .orderby:last-child {
    border: none;
  }
  .recipe-header {
    padding-bottom: 8px;
  }
  .recipe-header .column:first-child {
    justify-content: center;
  }
  .recipe-header .column:last-child {
    flex: 1.5;
  }
  .recipe-header .recipe-actions {
    justify-content: flex-end;
  }
  .recipe-header .btn-print {
    padding-left: 20px;
  }
  .recipe-main {
    margin-top: 40px;
  }
  .recipe-main .ingredients {
    padding-right: 2.5vw;
    margin-right: 1.6vw;
    border-right: 1px dotted #94a7b4;
  }
  .recipe-main .directions {
    padding-right: 10%;
  }
  .recipe-main .bl-prods-used {
    max-width: 28.938vw;
  }
}

@media (min-width: 981px) {
  /* Banner
	 * ================================================== */
  .banner-vazio {
    height: 140px;
  }
  .banner-inner .base-content {
    padding-left: 60px;
    padding-bottom: 25px;
  }
  /* Conteúdo
	 * ================================================== */
  .content {
    margin: 30px 50px 150px 50px;
  }
  .titulo-conteudo,
  .texto-conteudo h1,
  .texto-conteudo h2 {
    font-size: 24px;
  }
  .texto-conteudo .wp-block-image,
  .texto-conteudo .thum-image,
  .texto-conteudo > img,
  .texto-conteudo > p > img {
    margin: 0;
    padding: 20px 0;
  }
  /* Filters
	 * ================================================== */
  .controls {
    max-height: 42px;
  }
  .controls .order-options {
    display: flex;
    margin-left: auto;
  }
  .controls .order-options .orderby {
    padding: 0.61vw 0.81vw;
  }
  .controls .filter-option {
    min-width: 14.342vw;
  }
}
