/*
Theme Name: Stockholm
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 9.10
Text Domain: stockholm
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
}

.xpto{
	background: #fff;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.menu-item a {
    color: #000000;
  }
  
.menu-item a:hover {
  background: transparent !important;
  color: var(--e-global-color-accent) !important;
}

.current_page_item .elementor-item {
  position: relative;
  color: #000000 !important;
  background: transparent !important;
}

.current_page_item .elementor-item-active:hover {
  color: #000000 !important;
}

.current_page_item .elementor-item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0 !important;
  opacity: 1 !important;
  height: 20px !important;
    background-image: url(https://receitascomnatas.dev.wntech.com/wp-content/uploads/2021/11/Underline.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.hidden {
  display: none !important;
}
.receita-wrapper ul,
.receita-wrapper ol {
    padding-inline-start: 20px;
    margin-top: 15px;
}

.receita-wrapper li {
    margin-bottom: 6px;
	font-size: 18px;
    font-family: 'karla', sans-serif;
    font-weight: 400;
	padding-left: 16px;
}

.receita-wrapper li::marker {
  color: #008AD7;
}

.receita-wrapper li a {
  color: #008AD7;
}



.receita-wrapper li a:hover {
  color: #008AD7;
  text-decoration: underline;
}

.receita-wrapper .mt {
  margin-top: 15px;
}

.receita-wrapper h3 {
	font-size: 18px;
	font-family: 'karla', sans-serif;
	font-weight: 800;
	margin-top: 36px;
	position: relative;
	padding-left: 36px;
  margin-bottom: 0;
}

.receita-wrapper h3 + div {
  margin-top: 15px;
}

.receita-wrapper h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-image: url('https://receitascomnatas.dev.wntech.com/wp-content/uploads/2021/11/Path-915.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


/* PRODUCT-CONTROLLER (PRODUCT PAGE NEXT AND PREVIOUS PRODUCTS NAVIGATION) */
 .product-controller {
    width: 276px; 
    height: 124px;
    box-shadow: 0px 4px 20px #00000029 !important;
    display: flex;
    padding: 24px ;
    margin-bottom: 60px;
    background: #ffffff;
	z-index: 9;
	position: relative;
  font-size: 14px;
}

 .product-controller--left {
    margin-left: -12px;
    border-radius: 0 100px 100px 0;
    padding-left: 12px;
}

.product-controller--left img {
  margin-left: 10px;
}

 .product-controller--right {
    margin-left: auto;
    margin-right: -12px; 
    border-radius: 100px 0 0 100px;
    padding-right: 12px;
}

.product-controller--right img {
  margin-right: 10px;
}

.product-controller__title {
    font-size: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.product-controller--left  .product-controller__title {
	text-align: right;
}

.product-controller__image {
    
    height: 140px;
    margin-top: -60px;
}

.product-controller__icon {
	transition: .3s;
}
.product-controller__icon--reversed {
    transform: rotate(180deg);
}

.product-controller:hover .product-controller__icon {
	transform: translateX(5px);
	transition: .3s;
}

.product-controller:hover .product-controller__icon--reversed {
	transform: rotate(180deg) translateX(5px);
}

.product-controller__content {
    display: flex;
    flex-wrap: wrap;
}

.product-controller--left  .product-controller__content {
	justify-content: flex-end;
}

.product-controller--right  .product-controller__content {
	justify-content: flex-start;
}

.home-carousel__slide {
      height: 600px;
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      padding: 0 12px;
  }
  
  .home-carousel__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
  }
  
  .home-carousel__background:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(0deg, rgba(0,0,0,.4) 0%, #00000000 30%) 0% 0% no-repeat padding-box
  }
  
  .home-carousel__container {
      position: relative;
      max-width: 1140px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 120px;
      z-index: 2;
  }
  
  .home-carousel h1 {
      max-width: 520px;
      text-align: left;
      font-size: 58px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      color: #000000;
      margin-bottom: 24px;
      letter-spacing: -0.6px;
  }
  
  .home-carousel .home-carousel__button {
      font-family: "Karla", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      background-color: var( --e-global-color-primary );
      border-radius: 25px 25px 25px 25px;
      padding: 12px 40px 12px 40px;
      color: #FFFFFF;
      border: 1px solid var( --e-global-color-primary );
      transition: .4s;
  }
  
  .home-carousel .home-carousel__button:hover {
      border: 1px solid var(--e-global-color-accent);
      background: var(--e-global-color-accent);
  }
  
  .home-carousel .home-carousel__button svg {
      margin-left: 12px;
  }
  
  .home-carousel button.slick-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      position: absolute;
      left: 50%;
      margin-left: -570px;
      z-index: 9;
      bottom: 10%;
      width: 34px;
      height: 34px;
      padding: 0;
  }
  
  .home-carousel button.slick-arrow:hover {
      background: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
  }
  
  .home-carousel .slick-arrow.slick-next {
      margin-left: -477px;
  }
  
  .home-carousel .slick-dots {
      position: absolute;
      bottom: 11.5%;
      left: 50%;
      margin-left: -563px;
      z-index: 8;
      width: 74px;
      text-align: center;
  }
  
  @media(max-width: 1366px) {
    .home-carousel__slide {
      height: 500px;
    }
    
    .home-carousel__container {
      padding-top: 40px;
      padding-bottom: 120px;
    }
    
    .home-carousel h1 {
      font-size: 50px;
    }
  }
  
  @media(max-width: 1024px) {
    .home-carousel__slide {
      height: 400px;
    }
    
    .home-carousel h1 {
      font-size: 40px;
    }
  }
  
  @media(max-width: 767px) {
      .home-carousel__background {
          position: relative;
          height: 300px;
      }
      
      .home-carousel__slide { 
          min-height: 300px;
          height: auto;
          padding: 0;
      }
      
      .home-carousel__container {
          padding-top: 20px;
          padding-left: 12px;
          padding-right: 12px;
          padding-bottom: 0;
      }
      
      .home-carousel h1 {
          font-size: 30px;
          color: black !important;
      }
  }
  
  @media(min-width: 768px) and (max-width: 1160px) {
      .home-carousel button.slick-arrow {
          left: 12px;
          margin-left: 0;
      }
      
      .home-carousel .slick-arrow.slick-next {
          margin-left: 84px;
      }
      
      .home-carousel .slick-dots {
          position: absolute;
          bottom: 11%;
          left: 12px;
          margin-left: 24px;
          padding-inline-start: 0;
          color: #FFFFFF;
      }
  }
  
  @media(max-width: 767px) {
      .home-carousel button.slick-arrow {
          left: 12px;
          margin-left: 0;
          top: 230px;
      }
      
      .home-carousel .slick-arrow.slick-next {
          margin-left: 84px;
      }
      
      .home-carousel .slick-dots {
          position: absolute;
          bottom: 12%;
          left: 12px;
          margin-left: 23px;
          padding-inline-start: 0;
          color: #FFFFFF;
          top: 234px;
      }
  }


/* homepage products slider */
.product-slider {
      display: flex;
      flex-wrap: wrap;
  }
  
  .product-slider__content {
      max-width: 280px;
  }
  
  .product-slider__subtitle {
      font-family: 'Gochi Hand', sans-serif;
      font-size: 40px;
      color: var(--e-global-color-primary);
  }
  
  .product-slider__title {
      font-family: Arial, sans-serif;
      font-size: 38px;
      font-weight: 800;
  }
  
  .product-slider__wrapper {
      width: calc(100% - 280px);
  }
  
  .product-slider__slide {
      padding: 24px;
      position: relative;
  }
  
.product-slider__wrapper img {
  max-height: 250px;
  margin: 0 auto;
}

.product-slider__slide.hidden {display: inherit !important;}
  
  .product-slider__text {
      color: #000000;
      font-family: 'Karla', sans-serif;
      font-size: 16px;
  }
  
  .product-slider__text svg {
      margin-left: 6px;
  }
  
  .product-slider__text span,
  .product-slider__text a {
      color: #008AD7;
  }
  
  .product-slider__cta {
      margin-top: 0px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .product-slider__cta a {
      font-family: "Karla", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      background-color: var( --e-global-color-primary );
      border-radius: 25px 25px 25px 25px;
      padding: 12px 40px 12px 40px;
      color: #FFFFFF;
      border: 1px solid var( --e-global-color-primary );
  }
  
  .product-slider__cta a:hover {
      background: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
  }
  
  .product-slider__cta a svg {
      margin-left: 12px;
  }
  
  .product-slider__controls {
      margin-top: 48px;    
  }
  
  .product-slider__prev,
  .product-slider__next,
  .product-slider__dots {
      display: inline-block;
  }
  
  .product-slider__prev-arrow,
  .product-slider__next-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      padding: 0;
  }
  
  .product-slider__prev-arrow:hover,
  .product-slider__next-arrow:hover {
      background-color: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
      color: #FFFFFF;
  }
  
  .product-slider__dots .slick-dots {
      width: 50px;
      text-align: center;
      padding-inline-start: 0;
  }
  
  .product-slider__new-tag {
      position: absolute;
      left: 60%;
  }
  
  @media(max-width: 767px) {
      .product-slider__content {
          max-width: 100%;
      }
      .product-slider__wrapper {
          width: 100%;
      }
      
      .product-slider .slick-list {
          padding: 0 25% 0 0 !important;
      }
      
      .product-slider__controls {
          position: absolute;
          top: 12px;
          right: 0;
          margin-top: 0;
      }
  }
  
  
/*
categories 
*/

.recipes-category-list {
  display: flex;
  flex-wrap: wrap;
}

.recipes-category-list .recipe-category {
  width: 25%;
  text-align: center;
  padding: 15px 0;
}

.recipes-category-list .recipe-category a {
  display: block;
  color: #000000;
  font-family: "Karla", Sans-serif;
  font-size: 24px;
}

.recipes-category-list .recipe-category a:hover {
  color: var(--e-global-color-accent);
}

.recipes-category-list .recipe-category img {
  max-width: 100%;
}

.recipes-search-form {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.recipes-search-form .row {
  display: flex;
  flex-wrap: wrap;
}

.recipes-search-form .row .col {
  width: 25%;
  padding: 2px;
}

.recipes-search-form .row .col-double {
  width: 50%;
}

.recipes-search-form input[type="text"] {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 13px 1.4em 13px .8em;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  color: #444;
}

.select-css {
      display: block;
      font-size: 16px;
      font-family: 'Karla', sans-serif;
      font-weight: 700;
      color: #444;
      line-height: 22px;
      padding: 13px 1.4em 13px .8em;
      width: 100%;
      max-width: 100%; /* useful when width is set to anything other than 100% */
      box-sizing: border-box;
      margin: 0;
      border: 1px solid white;
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
      */
      background-image: url('assets/img/arrow_down.svg');
      background-repeat: no-repeat;
      /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
      background-position: right .7em top 50%;
      /* icon size, then gradient */
      background-size: .65em auto;
  }
    /* Hide arrow icon in IE browsers */
  .select-css::-ms-expand {
      display: none;
  }
    /* Hover style */
  /*.select-css:hover {
      border-color: wi;
  }*/
    /* Focus style */
  .select-css:focus {
      /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
      box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
      box-shadow: 0 0 0 3px -moz-mac-focusring;
      color: #222; 
      outline: none;
  }
    
    /* Set options to normal weight */
  .select-css option {
      font-weight:normal;
  }
  
  .recipes-search-form .for-checkbox span {
    width: 32px;
    height: 32px;
    background: white;
    border: 6px solid white;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    transition: background .5s;
  }
  
  .recipes-search-form .for-checkbox {
    cursor: pointer;
  }
  
  .recipes-search-form .for-checkbox input {
    display: none;
  }
  
  .recipes-search-form .for-checkbox input:checked + span {
    background: var( --e-global-color-primary );
  }
  
  .recipes-search-form .row-for-video {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    z-index: 90;
  }
  
  .form-toggler span {
    position: relative;
    cursor: pointer;
    padding: 0 10px;
  }
  
  .form-toggler span:before,
  .form-toggler span:after {
    content: '';
    width: 20px;
    height: 10px;
    background: url(/wp-content/themes/receitascomnatas/assets/img/search_toggler.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transition: all .5s;
  }
  
  .form-toggler span:before {
    right: 100%;
  }
  
  .form-toggler span:after {
    left: 100%;
  }
  
  .form-toggler span.active:before {
    transform: rotate(-180deg);
  }
  
  .form-toggler span.active:after {
      transform: rotate(180deg);
    }
  
  .form-container {
    display: none;
  }
  
  .form-container.start-active {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    .recipes-search-form .row .col {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 510px) {
      .recipes-search-form {
        margin-bottom: 0;
        padding-bottom: 0;
      }
      
      .recipes-search-form .row-for-video {
        position: static;
        bottom: auto;
        left: auto;
        margin-top: 16px;
      }
      
      .go-search {
        text-align: center !important;
      }
    }
  
  .receitas-slider img {
    max-height: 250px;
    object-fit: cover;
  }
  
  .receitas-slider__prev,
  .receitas-slider__next,
  .receitas-slider__dots {
      display: inline-block;
  }
  
  .receitas-slider__prev-arrow,
  .receitas-slider__next-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      padding: 0;
  }
  
  .receitas-slider__prev-arrow:hover,
  .receitas-slider__next-arrow:hover {
      background-color: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
      color: #FFFFFF;
  }
  
  .receitas-slider__dots {
     width: 50px;
     text-align: center;
  }
  
  @media(min-width: 767px) {
      .receitas-slider__controls {
          position: absolute;
          top: -50px;
          right: 0;
      }
  }
  
.filter-list__item {
      width: 245px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .filter-list__img {
      width: 100%;
      object-fit: cover;
      display: block;
  }
  
  .filter-list__text {
      font-family: 'Karla', sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
  }
  
  .filter-list .slick-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .filter-list .slick-next {
      right: 0;
  }
  
  .filter-list .slick-prev {
      left: 0;
  }
  
  .filter-list a {
    color: #000;
  }
  
  .filter-list a:hover,
  .filter-list a.highlight {
    color: var( --e-global-color-accent );
  }
  
  .filter-list .slick-arrow:hover {
      background-color: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
      color: #FFFFFF;
  }
  
  .filter-list .slick-list {
      margin: 0 50px;
  }
  
  .filter-list .slick-dots {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 16px 0;
      list-style-type: none;
      margin-top: 32px;
  }
  
  .filter-list .slick-dots li { 
      margin: 0 0.25rem;
  }
  
  .filter-list .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 100%;
    background-color: var(--e-global-color-primary);
    
    text-indent: -9999px;
  }
  
  .filter-list .slick-dots li.slick-active button {
    background-color: var(--e-global-color-accent);
  }
  
  
  
  /* product page odd e even */
@media(min-width: 767px) {
	.product-display-list article:nth-child(even)  .elementor-column[data-element_type="column"]:nth-child(odd) {
		order: 1;
	}
}

.product-display-list article:nth-child(even) [data-widget_type="image.default"] {
	background-image: url('https://receitascomnatas.dev.wntech.com/wp-content/uploads/2021/11/Path-906.png');
}

/* PAGINATION */
.coloured-pagination .elementor-pagination{
	margin-top: 120px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

@media(max-width: 1024px) {
	.coloured-pagination .elementor-pagination { 
		margin-top: 40px;
	}
}

.coloured-pagination .page-numbers.current {
	color: #008AD7;
	border: 1px solid #008AD7;
	background: #ffffff;
}

.coloured-pagination .page-numbers {
	border: 1px solid #F0F0F0;
	background: #F0F0F0;
	border-radius: 4px;
	color: #999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.coloured-pagination .page-numbers.next,
.coloured-pagination .page-numbers.prev {
	background: #008AD7;
	color: #ffffff;
	border: 1px solid #008AD7;
  background-position: center center;
  background-repeat: no-repeat;
}

.coloured-pagination .page-numbers.prev {
  background-image: url(/wp-content/uploads/2021/11/left-arrow.svg);
}

.coloured-pagination .page-numbers.next {
    background-image: url(/wp-content/uploads/2021/11/right-arrow-1.svg);
  }

.coloured-pagination a.page-numbers:hover {
	background-color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
	color: #ffffff;
}

.coloured-pagination span.page-numbers {
	background-color: #F0F0F0 !important;
	border: 1px solid #F0F0F0 !important;
	cursor: not-allowed;
}
    
/* Product package size */
.product-package-size p {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .product-package-size {
        margin-top: -8px;
    }
}

/* Product custom headline */
@media(max-width: 767px) {
    .product-custom-headline h2 {
        font-size: 54px !important;
    }
}

.product-layout-wrapper .product-title-line-1 {
  margin: 0;
}

.product-layout-wrapper .image-box a {
  margin-bottom: 50px
}

.product-layout-wrapper .image-box img {
  max-width: 250px
}

/* Product Layout Wrapper */
@media(max-width: 1024px) {
    .product-layout-wrapper {
        margin-top: 24px;
		margin-bottom: 24px;
    }
}

@media(max-width: 767px) {
    .product-layout-wrapper {
        margin-top: 16px;
		margin-bottom: 16px;
    }
    
    .product-layout-wrapper .product-title-line-1 {
      font-size: 16px !important;
    }
}

/* FOOTER */
@media(max-width: 767px) {
	.mobile-footer-newsletter .elementor-widget-wrap {
		background-color: transparent !important;
	}
	
	.mobile-footer-newsletter {
		background-color: #0082CE
	}
}

/* PRODUCTS NUTRITIONAL TABLE */
.nutritional-table {
	transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
	height: 0;
}

.nutritional-table.active {
	transform: scaleY(1);
	height: auto;
}

.nutritional-table .elementor-container {
    justify-content: center;
    flex-wrap: wrap;
}

.nutritional-table__size {
	width: 100% !important;
}

.ver {
	display: none;
}

.ver.active {
	display: inline-block;
}

.esconder {
	display: none;
}

.esconder.active {
	display: inline-block;
}

/* RECIPE MOBILE */
@media(max-width: 480px) {
	.mobile-recipe-icons {
    margin-left: 15px;
    margin-right: 5px;		
	}
  
  .mobile-recipe-icons:first-child {
    margin-left: 0;
  }
	
	.mobile-recipe-icons .elementor-widget-container {
		margin: 0 !important;
	}
	
	
	.mobile-recipe-text {
		line-height: 42px;
	}
	.mobile-recipe-text .elementor-widget-container {
		margin: 0 !important;
	}
}

/* SHARE */
.share-toggle .elementor-button-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #008AD7;
}

.share-toggle .elementor-button-icon i {
    color: white;
    font-size: 18px;
}

.share-toggle .elementor-button-content-wrapper {
    align-items: center;
    gap: 12px;
}

/* DICAS WITH ICON */

.arrow-inline-block-text h1,
.arrow-inline-block-text p {
	display: inline;	
}

.arrow-inline-block-text .elementor-widget-container:after {
    content: '';
    width: 20px;
    height: 11px;
    background-image: url('https://receitascomnatas.dev.wntech.com/wp-content/uploads/2021/11/right-arrow-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
	margin-left: 4px
}

/* newsletter form */
.footer-newsletter .email-newsletter {
    border-radius: 100px !important;
    height: 57px;
    margin-bottom: 16px;
    background: transparent;
    border: 1px solid #ffffff !important;
	color: #fff !important;
}

.footer-newsletter .email-newsletter::placeholder {
    color: #ffffff !important;
}

.footer-newsletter .checkbox-wrapper {
    color: #fff !important;
    margin: 8px 0;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 24px;
	display: block;
}

.footer-newsletter .checkbox-wrapper + br {
	display: none;
}

.footer-newsletter .checkbox-wrapper input {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none !important;
    margin-right: 10px;
    margin-left: -38px;
}

.footer-newsletter .checkbox-wrapper a {
    color: #fff;
    text-decoration: underline;
}

.footer-newsletter .submit-newsletter {
    background: #fff;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 100px;
    width: 169px;
    height: 57px;
    margin-top: 16px;
}

.footer-newsletter .submit-newsletter:hover,
.footer-newsletter .submit-neewsletter:focus {
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
	color: white !important;
}

@media(max-width: 767px) {
    .footer-newsletter .submit-newsletter,
    .footer-newsletter .email-newsletter {
        height: 46px;
    }
    
    .footer-newsletter .email-newsletter {
        margin-bottom: 16px;
    }
    
    .footer-newsletter .submit-newsletter {
        margin-top: 16px;
    }
    
    .footer-newsletter .checkbox-wrapper {
        margin: 16px 0;
    }
}

@media(max-width: 767px) {
	.mobile-block {
		display: block;
		margin-top: 12px;
	}
}





/* breadcrumbs */
.breadcrumbs {
  font-family: 'karla', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  color: var( --e-global-color-primary );
  display: inline-block;
}

.breadcrumbs a {
  color: var( --e-global-color-primary );
  text-decoration: none;
	margin: 0 10px;
	color: #008AD7
}

.breadcrumbs .separator {
  margin: 0 0px;
}

.breadcrumbs .text {
  color: #00245B;
  margin: 0 15px;
}


/* custom receitas */

@media(max-width: 390px) { 
	.recipe-icon-medium .elementor-widget-container {
	
	}
	
	.recipe-icon-text-medium .elementor-widget-container {
		margin: 0 !important;
	}
	
	.recipe-icon-parent-medium .elementor-widget-wrap {
      
    }
}

@media(max-width: 767px) {
    .recipe-icon-parent-medium  {
        display: flex !important;
    }
}

.recipe-photo-slider ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.recipe-photo-slider img {
  display: inline-block;
}

.recipe-photo-slider .slick-slider {
  position: relative;
}

.recipe-photo-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  border-color: var( --e-global-color-primary );
  background: var( --e-global-color-primary );
  z-index: 90;
  outline: 0;
}

.recipe-photo-slider .slick-arrow:hover {
  border-color: var(--e-global-color-accent); 
  background: var(--e-global-color-accent); 
}

.recipe-photo-slider .slick-arrow.slick-prev {
  left: 0;
}

.recipe-photo-slider .slick-arrow.slick-next {
    right: 0;
  }

.recipe-photo-slider img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .recipe-photo-slider .slick-track
  {
      display: flex !important;
  }
  
  .recipe-photo-slider .slick-slide
  {
      height: inherit !important;
  }
  
  .recipe-photo-slider .slick-initialized .slick-slide {
    display: flex;
  }
}


.ae-element-post-image.ae-element-post-image {
	display: flex;
	justify-content: flex-start;
}

.ae-post-collection.display-flex {
	display: flex !important;
}

/* Slide In From The Top Option */

.header-2 {
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */


.back-to-products {
  color: #008AD7;
  font-family: karla;
}

.back-to-products img {
  transform: rotate(180deg);
}

.back-to-products:hover {
  color: #008AD7;
  text-decoration: underline;
}


/* RELATED RECIPES */
.related-recipes-image .ae_thumb_wrapper,
.related-recipes-image .ae_thumb_wrapper a,
.related-recipes-image .ae_thumb_wrapper a img {
	width: 100%;
}

.related-recipes-image img {
	object-fit: cover;
	height: 238px;
}

@media(min-width: 480px) {
	.related-recipes-image img {
		height: 288px;
	}
}

@media(min-width: 991px) {
	.related-recipes-image img {
		height: 376px;
	}
}

.box-recipe-homepage .elementor-widget-wrap {
  position: relative;
}

.box-recipe-homepage .post-title {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.box-recipe-homepage .small-product {
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 100px;
}

.box-recipe-homepage .elementor-widget-image {
  position: relative;
}

.box-recipe-homepage .elementor-widget-image:after {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100px;
  content: '';
}

.receitas-full-title h1 {
  min-height: 52px;
}

@media screen and (max-width: 767px) {
  .receitas-full-title h1 {
    min-height: 15px;
  }  
}


.homepage-search {
  width: 250px;
  margin: 0 auto;
}

.homepage-search fieldset {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

.homepage-search .text {
  background: #f4f3f3;
  border: 1px solid #eae9e9;
  height: 52px;
  display: block;
  width: 100%;
  padding: 0 40px 0 20px;
  border-radius: 26px;
}

.homepage-search .text:focus {
  border-color: var( --e-global-color-primary );
}

.homepage-search button {
  background: var( --e-global-color-primary );
  color: white;
  width: 52px;
  height: 52px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 26px;
  border: 0;
}

.homepage-search button:hover {
  background-color: var( --e-global-color-accent );
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 2em;
  padding: 1em;
  order: -1;
  color: white;
}

.degrees {
  font-family: Arial, sans-serif !important;
}
.filter-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 auto;
}

.filter-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #80bdff;
    outline: none;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.btn-primary:hover {
    background-color: #0056b3;
}
.recipes-results {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.recipe-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: calc(33.333% - 20px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.recipe-image img {
    width: 100%;
    height: auto;
}

.recipe-info {
    padding: 15px;
}

.recipe-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
}


.recipes-category-list {
  display: flex;
  flex-wrap: wrap;
}

.recipes-category-list .recipe-category {
  width: 25%;
  text-align: center;
  padding: 15px 0;
}

.recipes-category-list .recipe-category a {
  display: block;
  color: #000000;
  font-family: "Karla", Sans-serif;
  font-size: 24px;
}

.recipes-category-list .recipe-category a:hover {
  color: var(--e-global-color-accent);
}

.recipes-category-list .recipe-category img {
  max-width: 100%;
}

.recipes-search-form {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.recipes-search-form .row {
  display: flex;
  flex-wrap: wrap;
}

.recipes-search-form .row .col {
  width: 25%;
  padding: 2px;
}

.recipes-search-form .row .col-double {
  width: 50%;
}

.recipes-search-form input[type="text"] {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 13px 1.4em 13px .8em;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  color: #444;
}




.select-css {
      display: block;
      font-size: 16px;
      font-family: 'Karla', sans-serif;
      font-weight: 700;
      color: #444;
      line-height: 22px;
      padding: 13px 1.4em 13px .8em;
      width: 100%;
      max-width: 100%; /* useful when width is set to anything other than 100% */
      box-sizing: border-box;
      margin: 0;
      border: 1px solid white;
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
      */
      background-image: url('assets/img/arrow_down.svg');
      background-repeat: no-repeat;
      /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
      background-position: right .7em top 50%;
      /* icon size, then gradient */
      background-size: .65em auto;
  }
    /* Hide arrow icon in IE browsers */
  .select-css::-ms-expand {
      display: none;
  }
    /* Hover style */
  /*.select-css:hover {
      border-color: wi;
  }*/
    /* Focus style */
  .select-css:focus {
      /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
      box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
      box-shadow: 0 0 0 3px -moz-mac-focusring;
      color: #222; 
      outline: none;
  }
    
    /* Set options to normal weight */
  .select-css option {
      font-weight:normal;
  }
  
  .recipes-search-form .for-checkbox span {
    width: 32px;
    height: 32px;
    background: white;
    border: 6px solid white;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    transition: background .5s;
  }
  
  .recipes-search-form .for-checkbox {
    cursor: pointer;
  }
  
  .recipes-search-form .for-checkbox input {
    display: none;
  }
  
  .recipes-search-form .for-checkbox input:checked + span {
    background: var( --e-global-color-primary );
  }
  
  .recipes-search-form .row-for-video {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    z-index: 90;
  }
  
  .form-toggler span {
    position: relative;
    cursor: pointer;
    padding: 0 10px;
  }
  
  .form-toggler span:before,
  .form-toggler span:after {
    content: '';
    width: 20px;
    height: 10px;
    background: url(/wp-content/themes/receitascomnatas/assets/img/search_toggler.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transition: all .5s;
  }
  
  .form-toggler span:before {
    right: 100%;
  }
  
  .form-toggler span:after {
    left: 100%;
  }
  
  .form-toggler span.active:before {
    transform: rotate(-180deg);
  }
  
  .form-toggler span.active:after {
      transform: rotate(180deg);
    }
  
  .form-container {
    display: none;
  }
  
  .form-container.start-active {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    .recipes-search-form .row .col {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 510px) {
      .recipes-search-form {
        margin-bottom: 0;
        padding-bottom: 0;
      }
      
      .recipes-search-form .row-for-video {
        position: static;
        bottom: auto;
        left: auto;
        margin-top: 16px;
      }
      
      .go-search {
        text-align: center !important;
      }
    }
  
  .receitas-slider img {
    max-height: 250px;
    object-fit: cover;
  }
  
  .receitas-slider__prev,
  .receitas-slider__next,
  .receitas-slider__dots {
      display: inline-block;
  }
  
  .receitas-slider__prev-arrow,
  .receitas-slider__next-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      padding: 0;
  }
  
  .receitas-slider__prev-arrow:hover,
  .receitas-slider__next-arrow:hover {
      background-color: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
      color: #FFFFFF;
  }
  
  .receitas-slider__dots {
     width: 50px;
     text-align: center;
  }
  
  @media(min-width: 767px) {
      .receitas-slider__controls {
          position: absolute;
          top: -50px;
          right: 0;
      }
  }
  
.filter-list__item {
      width: 245px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .filter-list__img {
      width: 100%;
      object-fit: cover;
      display: block;
  }
  
  .filter-list__text {
      font-family: 'Karla', sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
  }
  
  .filter-list .slick-arrow {
      background-color: var( --e-global-color-primary );
      border: 1px solid var( --e-global-color-primary );
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .filter-list .slick-next {
      right: 0;
  }
  
  .filter-list .slick-prev {
      left: 0;
  }
  
  .filter-list a {
    color: #000;
  }
  
  .filter-list a:hover,
  .filter-list a.highlight {
    color: var( --e-global-color-accent );
  }
  
  .filter-list .slick-arrow:hover {
      background-color: var(--e-global-color-accent);
      border: 1px solid var(--e-global-color-accent);
      color: #FFFFFF;
  }
  
  .filter-list .slick-list {
      margin: 0 50px;
  }
  
  .filter-list .slick-dots {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 16px 0;
      list-style-type: none;
      margin-top: 32px;
  }
  
  .filter-list .slick-dots li { 
      margin: 0 0.25rem;
  }
  
  .filter-list .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 100%;
    background-color: var(--e-global-color-primary);
    
    text-indent: -9999px;
  }
  
  .filter-list .slick-dots li.slick-active button {
    background-color: var(--e-global-color-accent);
  }

.related-recipes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.recipe-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.recipe-card:hover {
    transform: translateY(-5px);
}

.recipe-image {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.recipe-content {
    padding: 15px;
}

.recipe-title {
    font-size: 20px;
    margin: 10px 0;
}

.recipe-meta {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 0.9em;
    color: #666;
}

.recipe-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.related-product {
            display: flex;
            align-items: flex-start;
            background-color:#F4F4F4 !important
        }
.product-link {
            margin-right: 20px;
        }
.product-image {
            max-width: 150px;
            height: auto;
            border-radius: 8px;
        }
.product-info {
            max-width: 300px;
        }
        .product-title {
            font-size: 24px;
            font-weight: bold;
            color: #1a1a1a;
            margin-bottom: 5px;
        }
.product-size {
            font-size: 16px;
            color: #666;
            margin-bottom: 10px;
        }
.product-description {
            font-size: 14px;
            color: #666;
        }

/*! elementor-pro - v3.22.0 - 24-06-2024 */
.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
    color: #d5d8dc !important;
    border: 0px solid !important;
    border-right: none !important;
    border-left: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
    height: 100% !important;
    width: 1px !important;
    margin: 0 auto !important;
    background-color: #d5d8dc !important;
}

.elementor-post-navigation {
    overflow: hidden !important;
    display: flex !important;
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
    color: #d5d8dc !important;
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    font-size: 30px !important;
    padding-inline-end: 15px !important;
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    font-size: 30px !important;
    padding-inline-start: 15px !important;
}

.elementor-post-navigation .post-navigation__arrow-wrapper i {
    transform: translateY(-5%) !important;
}

.elementor-post-navigation .elementor-post-navigation__link__next,
.elementor-post-navigation .elementor-post-navigation__link__prev {
    overflow: hidden !important;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    display: flex !important;
    align-items: center !important;
    max-width: 100% !important;
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__prev--label {
    text-transform: uppercase !important;
    font-size: .8em !important;
}

.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--title {
    font-size: .7em !important;
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__prev--title {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.elementor-post-navigation span.elementor-post-navigation__link__next {
    text-align: end !important;
}

.elementor-post-navigation span.elementor-post-navigation__link__next,
.elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: flex !important;
    flex-direction: column !important;
}

.elementor-post-navigation .elementor-grid {
    justify-content: space-between !important;
}

.elementor-post-navigation .elementor-post-navigation__link {
    width: calc(50% - 1px / 2) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    text-align: center !important;
}

.elementor-post-navigation .elementor-post-navigation__next {
    text-align: end !important;
}

.elementor-post-navigation .elementor-post-navigation__next a {
    justify-content: flex-end !important;
}

.elementor-search-form {
    display: flex !important;
    justify-content: flex-end !important;
    transition: .2s !important;
    margin: 20px 0 !important;
}

.elementor-search-form .e-font-icon-svg-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
    margin: 0 !important;
    border: 0 !important;
    padding: 0px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    white-space: normal  !important;
    background: none !important;
    line-height: 1 !important;
    min-width: 0 !important;
    font-size: 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
    outline: 0  !important;
    color: inherit !important;
}

.elementor-search-form button {
    background-color: #69727d !important;
    font-size: var(--e-search-form-submit-icon-size, 16px) !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    cursor: pointer !important;
}

.elementor-search-form__container {
    display: flex !important;
    transition: .2s !important;
    overflow: hidden !important;
    border: 0 solid transparent !important;
    min-height: 50px !important;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #f1f2f3 !important;
}

.elementor-search-form__input {
    flex-basis: 100% !important;
    color: #3f444b !important;
    transition: color .2s !important;
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #ccc !important;
}
.shortcode2 {
    font-size: 23px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.elementor-search-form__input::-moz-placeholder {
    color: inherit !important;
    font-family: inherit !important;
    opacity: .6 !important;
}

.elementor-search-form__input::placeholder {
    color: inherit !important;
    font-family: inherit !important;
    opacity: .6 !important;
}

.elementor-search-form__submit {
    transition: color .2s, background .2s !important;
    font-size: var(--e-search-form-submit-icon-size, 16px) !important;
}

.elementor-search-form__submit svg {
    fill: var(--e-search-form-submit-text-color, #fff) !important;
    width: var(--e-search-form-submit-icon-size, 16px) !important;
    height: var(--e-search-form-submit-icon-size, 16px) !important;
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    color: var(--e-search-form-submit-text-color, #fff) !important;
    border: none !important;
    border-radius: 0 !important;
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    flex-shrink: 0 !important;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: .6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    color: #3f444b !important;
    fill: #3f444b !important;
    font-size: var(--e-search-form-icon-size-minimal, 15px) !important;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
    width: var(--e-search-form-icon-size-minimal, 15px) !important;
    height: var(--e-search-form-icon-size-minimal, 15px) !important;
}

.elementor-search-form--skin-minimal:focus-within {
    outline-width: 2px !important;
    outline-style: solid !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    font-size: 25px !important;
    text-align: center !important;
    border: solid #000 !important;
    border-width: 1px 1px 1px !important;
    line-height: 1.5 !important;
    color: #000 !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    display: inline-block !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    color: var(--e-search-form-toggle-color, #33373d) !important;
    font-size: var(--e-search-form-toggle-size, 33px) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
    position: relative !important;
    display: block !important;
    transition: .2s !important;
    width: var(--e-search-form-toggle-size, 33px) !important;
    height: var(--e-search-form-toggle-size, 33px) !important;
    background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05)) !important;
    border: var(--e-search-form-toggle-border-width, 0) solid var(--e-search-form-toggle-color, #33373d) !important;
    border-radius: var(--e-search-form-toggle-border-radius, 3px) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    font-size: var(--e-search-form-toggle-icon-size, .55em) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
    fill: var(--e-search-form-toggle-color, #33373d) !important;
    width: var(--e-search-form-toggle-icon-size, .55em) !important;
    height: var(--e-search-form-toggle-icon-size, .55em) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    transition: .3s !important;
    align-items: center !important;
    position: fixed !important;
    z-index: 9998 !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 15vh !important;
    padding: 28px 5% 2% 60% !important;
    background-color: rgb(255 255 255) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    overflow: hidden !important;
    opacity: 0 !important;
    transform: scale(0) !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
    display: none !important;
}

.elementor-author-box {
    display: flex !important;
    align-items: center !important;
}

.elementor-author-box__avatar {
    flex-shrink: 0 !important;
    margin-inline-end: 25px !important;
}

.elementor-author-box__avatar img {
    width: 100px !important;
    border-radius: 500px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.elementor-author-box__text {
    flex-grow: 1 !important;
    font-size: 17px !important;
}

.elementor-author-box__name {
    font-size: 24px !important;
    margin-bottom: 5px !important;
}

.elementor-author-box__bio,
.elementor-author-box__bio p {
    margin-bottom: .8em !important;
}

.elementor-author-box__bio p:last-of-type {
    margin-bottom: 0 !important;
}

.elementor-author-box--layout-image-left .elementor-author-box {
    flex-direction: row !important;
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
    margin-left: 0 !important;
    margin-right: 25px !important;
}

.elementor-author-box--layout-image-right .elementor-author-box {
    flex-direction: row-reverse !important;
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
    margin-right: 0 !important;
    margin-left: 25px !important;
}

.elementor-author-box--layout-image-above .elementor-author-box {
    display: block !important;
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
    margin: 0 auto 15px !important;
    display: inline-block !important;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
    margin-left: 0 !important;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
    margin-right: 0 !important;
}

.elementor-author-box--align-left .elementor-author-box {
    text-align: left !important;
}

.elementor-author-box--align-right .elementor-author-box {
    text-align: right !important;
}

.elementor-author-box--align-center .elementor-author-box {
    text-align: center !important;
}

.elementor-button.elementor-author-box__button {
    border: 2px solid #3f444b !important;
    font-size: 15px !important;
    font-weight: 100 !important;
    padding: 10px 18px !important;
}

.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
    background: transparent !important;
    color: #3f444b !important;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
    align-self: flex-start !important;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
    align-self: center !important;
}

.elementor-post-info__terms-list {
    display: inline-block !important;
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
    border-radius: 100% !important;
}

.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
    margin: initial !important;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: inline-block !important;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    display: inline !important;
}

.elementor-widget-breadcrumbs {
    font-size: .85em !important;
}

.elementor-widget-breadcrumbs p {
    margin-bottom: 0 !important;
}

.elementor-sitemap-wrap {
    display: flex !important;
    flex-flow: row wrap !important;
}
.dialog-close-button {
    cursor: pointer !important;
	margin-top: 0px !important;
    position: absolute  !important;
    right: 15px  !important;
    color: var(--e-a-color-txt)  !important;
    font-size: 15px !important;
    line-height: 1 !important;
    transition: var(--e-a-transition-hover) !important;
}