/*!
Theme Name: KickAss child
Theme URI: https://pegasync.com/
Author: Genesis Holdings
Author URI: https://pegasync.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Pegasync
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body.postid-2471 header, body.postid-2471 .elementor-location-footer {
	display: none;
}

.coming--soon-section #mc4wp-form-1 {
	background: transparent;
}

.coming--soon-section #mc4wp-form-1 input[type="email"] {
	background: #101010;
    width: 100%;
    border: 1px solid #363636;
    border-radius: 5px;
    color: #fff;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields {
	display: block;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields input[type="submit"] {    
    background: transparent;
    border: none;
    width: auto;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag {
	background: #5371ff;
    border: 1px solid #5371ff;
    min-height: 60px;
    border-radius: 5px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag .button--tag {
	width: 100;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag svg {
	width: 10px;
    height: 18px;
    transition: .3s all;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag svg path {
	stroke: #5371ff;
    fill: #5371ff;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag:hover {
	background: transparent;
    border-color: #fff;
}

.coming--soon-section #mc4wp-form-1 .mc4wp-form-fields .submit--tag:hover svg {
	width: 18px;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

.mc4wp-form {
	background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
}

.mc4wp-form .mc4wp-form-fields {
	justify-content: space-between;
    display: flex;
}

.mc4wp-form .mc4wp-form-fields input[type="email"] {
	width: 70%;
    padding: 20px;
    border: none;
    outline: none;
    font-family: "Manrope", sans-serif;
    color: #000;
    font-size: 16px;
}

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
	width: 30%;
    background-color: #000000;
    color: #ffffff;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px 8px 8px 8px;
}

.mc4wp-response .mc4wp-alert {
	padding: 10px 15px 0px;
    font-family: 'Manrope', sans-serif;
}

.ue-instagram-feed .ue-instagram-feed-inner .ue_instagram_grid_item::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 85px;
    background: url('/wp-content/uploads/2025/07/instagram-iamge.webp') center center no-repeat;
    background-size: contain;
}

.theme--btn .elementor-button-content-wrapper {
  min-width: 180px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme--btn.full .elementor-button-wrapper a {
  width: 100%;
}

.elementor-search-form--skin-full_screen .elementor-search-form img {
  margin-top: -35px;
}

.main--banner-slider .swiper-slide img {
  border-top-left-radius: 40px;
}

.main--banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 58px;
  border-radius: 40px;
}

.main--banner-slider .swiper-pagination span {
  background: #fff;
  opacity: 1;
}

.elementor-element.main--banner-section {
  position: relative;
}

.elementor-element.main--banner-section .absolute--col {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0px;
  width: calc(50% - 60px);
}

.main--banner-slider .swiper-slide {
  width: 100%;
}

.main--banner-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.main--banner-slider .swiper-pagination {
  position: absolute;
  top: 0;
  right: 70px;
  width: auto !important;
  height: 100% !important;
  transform: rotate(90deg);
}

.blog--card .e-con-inner .elementor-element.e-con-full {
  gap: 0px;
}

.blog--card .elementor-widget-container img {
  object-fit: none;
}

.blog--card .blog--info li:last-child {
  border-left: 1px solid #fff;
  padding-left: 30px;
}

.blog--card .elementor-widget-container .elementor-heading-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog--card .elementor-widget-text-editor .elementor-widget-container p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blogs--loop .elementor-swiper-button-prev,
.blogs--loop .elementor-swiper-button-next {
  top: -60px !important;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.blogs--loop .elementor-swiper-button-prev {
  right: 15px;
  left: auto !important;
}

.round--heading .elementor-heading-title {
  border: 1px solid #5371ff;
  display: inline-flex;
  border-radius: 50px;
  padding: 20px 60px;
}

.footer--form .elementor-form {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 2px;
  width: 100%;
}

.footer--form .elementor-form .elementor-form-fields-wrapper {
  width: 100%;
}

.footer--form .elementor-form .elementor-form-fields-wrapper .elementor-button {
  padding: 20px 10px;
}

.product--grid .woocommerce-review-link {
  display: none;
}

.product--grid .woocommerce-product-rating .star-rating {
  width: 100%;
}

.product--grid .star-rating::before,
.product--grid .star-rating span::before {
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 12px;
}

.product--grid .star-rating span.rating {
  display: none;
}

.product--grid .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.product--grid .yith-wcwl-add-to-wishlist-button {
  background: #fff;
  border-radius: 50px;
  width: 57px;
  height: 57px;
  position: absolute;
  top: -75px;
  right: 20px;
  transition: 0.4s all;
}

.product--grid:hover .yith-wcwl-add-to-wishlist-button {
  top: 20px;
}

.product--grid .grid--top {
  position: relative;
  overflow: hidden;
  min-height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product--grid .grid--top .wishlist--code {
  position: absolute;
  top: 0px;
  right: 0px;
}

.product--grid .grid--top .elementor-widget-button {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  transition: 0.4s all;
}

.product--grid:hover .grid--top .elementor-widget-button {
  bottom: 20px;
}

.product--grid .grid--top .elementor-widget-button a {
  width: 100%;
}

.product--grid .grid--top .elementor-widget-image img {
  transition: 0.4s all;
}

.product--grid:hover .grid--top .elementor-widget-image img {
  transform: scale(1.1);
}

.my-category-slider .swiper-slide .category--wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.my-category-slider .swiper-slide .category--wrap::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, #32449900 0%, #5371ff 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
  transition: 0.4s all;
}

.my-category-slider .swiper-slide .category--wrap:hover::after {
  opacity: 1;
}

.my-category-slider .swiper-slide .category--wrap img {
  width: 100%;
  min-height: 655px;
  max-height: 655px;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.my-category-slider .swiper-slide .category--wrap .category-tag {
  position: absolute;
  top: 35px;
  left: 0;
  background: #ffffffdb;
  color: #5371ff;
  font-size: 18px;
  font-family: "Manrope", Sans-serif;
  letter-spacing: 3px;
  padding: 10px 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: 0.4s all;
}

.my-category-slider .swiper-slide .category--wrap:hover .category-tag {
  background: #5371ff;
  color: #fff;
}

.my-category-slider .swiper-slide .category--wrap .category--bottom {
  position: absolute;
  bottom: 35px;
  left: 0px;
  width: 100%;
  padding: 0px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.my-category-slider
  .swiper-slide
  .category--wrap
  .category--bottom
  .category--info
  .category--title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.my-category-slider
  .swiper-slide
  .category--wrap
  .category--bottom
  .category--info
  .category--products {
  font-family: "Manrope", Sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
}

.my-category-slider
  .swiper-slide
  .category--wrap
  .category--bottom
  .category--link {
  background: #5371ff;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
}

.my-category-slider
  .swiper-slide
  .category--wrap:hover
  .category--bottom
  .category--link {
  background: #fff;
}

.my-category-slider
  .swiper-slide
  .category--wrap
  .category--bottom
  .category--link
  i {
  color: #fff;
  font-size: 26px;
  transform: rotate(-45deg);
  transition: 0.4s all;
}

.my-category-slider
  .swiper-slide
  .category--wrap:hover
  .category--bottom
  .category--link
  i {
  color: #5371ff;
  transform: rotate(0deg);
}

.custom-swiper-navigation {
  display: flex;
  gap: 15px;
}

.custom-swiper-navigation button {
  background: #000000;
  border: none;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
}

.custom-swiper-navigation button:hover {
  background: #5371ff;
}

.custom-swiper-navigation button i {
  color: #fff;
  font-size: 14px;
}

.vertical-video-swiper,
.vertical-video-swiper-right {
  height: 1080px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.video-embed-container iframe {
  pointer-events: none;
}

.video-embed-container {
  height: 460px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #000;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none !important;
  width: 220% !important;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.vertical-video-swiper .swiper-wrapper,
.vertical-video-swiper-right .swiper-wrapper {
  transition-timing-function: linear !important;
}

.video-embed-container .link--wrap {
  width: 100%;
  height: 100%;
}

.video-embed-container .link--wrap a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.video-embed-container .link--wrap a .inner--wrap {
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50px;
}

.theme--btn {
  transition: 0.4s all;
}

.colored--btn .elementor-button-icon {
  width: 0px;
  transition: 0.4s all;
}

.colored--btn:hover .elementor-button-icon {
  width: 18px;
}

.elementor-element.colored--btn:hover
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button {
  background-color: transparent;
  border-color: #fff;
}

.elementor-element.colored--btn:hover
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button
  .elementor-button-icon
  svg
  path {
  fill: #5371ff;
}

.elementor-element.transparent--bg
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button
  .elementor-button-icon
  svg
  path {
  fill: #5371ff;
}

.elementor-element.transparent--bg:hover
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button {
  background-color: #5371ff;
  border-color: #5371ff;
}

.transparent--bg .elementor-button-icon {
  width: 18px;
  transition: 0.4s all;
}

.transparent--bg:hover .elementor-button-icon {
  width: 0px;
}

.blogs--loop .blog--card {
  transition: 0.4s all;
}

.blogs--loop .blog--card:hover .blog--card-bottom {
  background-color: #5371ff;
}

.blogs--loop
  .blog--card:hover
  .blog--card-bottom
  .elementor-widget-button
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button-link {
  color: #000;
}

.blogs--loop
  .blog--card:hover
  .blog--card-bottom
  .elementor-widget-button
  .elementor-widget-container
  .elementor-button-wrapper
  .elementor-button-link
  .elementor-button-icon
  svg
  path {
  fill: #000;
}

.product--grid {
  overflow: hidden !important;
}

.product--grid .quick--view-btn .elementor-button-wrapper .elementor-button {
  position: absolute;
  top: 110px;
  right: -100px;
  z-index: 1;
  background: #fff;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.product--grid:hover
  .quick--view-btn
  .elementor-button-wrapper
  .elementor-button {
  right: 20px;
}

.product--grid
  .quick--view-btn
  .elementor-button-wrapper
  .elementor-button
  svg {
  width: 26px;
}

.recipe-category-filters {
	text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.recipe-category-filters button i {
	font-size: 14px;
    margin-left: 10px;
}

.recipe-category-filters .parent-category-wrap .child-categories {
	position: absolute;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
    min-width: 170px;
    transition: .2s all;
}

.recipe-category-filters .parent-category-wrap .child-categories:hover {
	opacity: 1 !important;
    z-index: 1 !important;
}

.recipe-category-filters .parent-category-wrap .parent-category:hover + .child-categories {
	opacity: 1 !important;
    z-index: 1 !important;
}

.recipe-category-filters button.parent-category {
	position: relative;
}

.recipe-category-filters .category-list {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.recipe-category-filters .parent-categories {
	display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.recipe-category-filters button {
  background-color: #f5f5f5;
  color: #000000;
  padding: 17px 25px;
  font-family: "Manrope", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: 0.4s all;
}

.recipe-category-filters .filter-dropdown {
	position: relative;
}

.recipe-category-filters .filter-dropdown .dropdown-content {
	position: absolute;
    left: 0px;
    width: 200px;
    background: #f5f5f5;
    padding: 10px 10px 5px;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    transition: .3s all;
}

.recipe-category-filters .filter-dropdown .dropdown-content:hover {
	opacity: 1;
    z-index: 1;
}

.recipe-category-filters .filter-dropdown .filter-button.parent-filter:hover + .dropdown-content {
	opacity: 1;
    z-index: 1;
}

.recipe-category-filters .filter-dropdown .dropdown-content .filter-button {
	padding: 0px 10px 10px;
}

.recipe-category-filters button.parent-filter i {
	margin-left: 5px;
    font-size: 16px;
}

.recipe-category-filters button.active {
  background-color: #5371ff;
  color: #fff;
}

.recipe-category-filters .child-categories .filter-button {
	background-color: transparent;
    border: none;
    padding: 0px;
    margin-bottom: 12px;
}

.recipe-category-filters .child-categories .filter-button:last-child {
	margin-bottom: 0px;
}

.recipe-category-filters .child-categories .filter-button.active {
	color: rgb(83, 113, 255);
}

.recipe-category-filters .filter-dropdown .dropdown-content .filter-button {
	width: 100%;
    text-align: left;
}

.recipe-category-filters .filter-dropdown .dropdown-content .filter-button.active {
	background-color: transparent;
    color: #000;
}

.premium-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.premium-articles.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.premium-articles .grid-item {
  transition: 0.4s all;
}

.grid-item {
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
  max-height: 1000px;
  width: 100%;
}

.grid-item.slide-up {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
  transform: scale(0);
  pointer-events: none;
  width: 0;
  display: none;
}

.grid-item.slide-down {
  opacity: 1;
  max-height: 1000px;
  transform: scale(1);
  pointer-events: auto;
  width: 100%;
}

.premium-articles .grid-item img {
  width: 100%;
}

.premium-articles .premium-article {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.premium-articles .premium-article a {
  position: relative;
  height: 100%;
  display: block;
}

.premium-articles .premium-article a .nutrition-info {
    position: absolute;
    bottom: 120px;
    padding: 10px 20px;
    left: 20px;
    background: #5371ffa3;
    width: 80%;
    border-radius: 12px;
    z-index: 1;
    opacity: 0;
    transition: .3s all;
}

.premium-articles .premium-article:hover .nutrition-info {
	opacity: 1;
}

.premium-articles .premium-article a .nutrition-info .macros-heading {
	font-family: "Barlow Semi Condensed", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.premium-articles .premium-article a .nutrition-info .nutrient {
	display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.premium-articles .premium-article a .nutrition-info .nutrient i {
	background: #fff;
    border-radius: 50px;
    font-size: 12px;
    color: #5371ff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.premium-articles .premium-article .image--article {
  height: 100%;
}

.premium-articles .premium-article a .content--area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 18px 24px;
  z-index: 1;
  gap: 10px;
}

.premium-articles .premium-article a .content--area .title {
  font-family: "Archivo", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
}

.premium-articles .premium-article a .content--area .text--content {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 18px;
  margin: 0px;
  font-weight: 300;
}

.premium-articles .premium-article a img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.premium-articles .premium-article a .content--area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premium-articles .premium-article a .content--area .link--area {
  max-width: 45px;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5371ff;
  border-radius: 50px;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.4s all;
}

.premium-articles .premium-article a .content--area .link--area i {
  font-size: 18px;
}

.premium-articles .premium-article:hover a .content--area .link--area {
  color: #5371ff;
  background-color: #fff;
  transform: rotate(0deg);
}

.premium-articles .premium-article:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, #32449900 0%, #5371ff 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
  border-radius: 16px;
  transition: 0.4s all;
}

.premium-articles .premium-article:hover:after {
  opacity: 1;
}

.elementor-shortcode .pagination-buttons {
  text-align: center;
  margin-top: 70px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.elementor-shortcode .pagination-buttons .page-numbers {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ebebeb;
  color: #000;
  border: none;
  font-weight: 600;
}

.elementor-shortcode .pagination-buttons .page-numbers[aria-current="page"] {
  background-color: #5371ff;
  color: #fff;
}

body.pmpro-login,
body.pmpro-checkout,
body.pmpro-cancel,
body.pmpro-invoice,
body.pmpro-account,
body.pmpro-billing,
body.pmpro-member-profile-edit,
body.pmpro-confirmation {
  background-color: #000;
}

body.pmpro-login .entry-title,
body.pmpro-checkout .entry-title,
body.pmpro-cancel .entry-title,
body.pmpro-invoice .entry-title,
body.pmpro-account .entry-title,
body.pmpro-billing .entry-title,
body.pmpro-member-profile-edit .entry-title,
body.pmpro-confirmation .entry-title {
  color: #fff;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

body.pmpro-cancel .entry-title,
body.pmpro-invoice .entry-title,
body.pmpro-account .entry-title,
body.pmpro-billing .entry-title,
body.pmpro-member-profile-edit .entry-title,
body.pmpro-confirmation .entry-title {
  margin-bottom: 50px;
}

body.pmpro-invoice .pmpro_card_content {
  padding: 0px;
  background: none;
}

body.pmpro-invoice .entry-content .pmpro .pmpro_section .pmpro_card {
  margin-top: 40px;
}

.pmpro_card {
  background: none !important;
  border: none !important;
}

body.pmpro-checkout {
  text-align: center;
  font-family: "Manrope", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9ca3af;
}

body.pmpro-checkout .pmpro .pmpro_form .pmpro_card,
body.pmpro-cancel #pmpro_cancel .pmpro_card,
body.pmpro-invoice .entry-content .pmpro .pmpro_section,
body.pmpro-account .pmpro .pmpro_section,
body.pmpro-billing .pmpro .pmpro_section,
body.pmpro-member-profile-edit .pmpro .pmpro_section,
body.pmpro-confirmation .pmpro .pmpro_section {
  background-color: #272727 !important;
  border: none !important;
  border-radius: 14px;
  text-align: left;
  padding: 50px;
  margin-bottom: 60px;
}

body.pmpro-member-profile-edit .pmpro .pmpro_section .pmpro_card_content {
  padding: 0px;
}

body.pmpro-account .pmpro .pmpro_section {
  padding: 50px 0px 0px;
}

body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_title,
body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_content,
body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_actions,
body.pmpro-billing .pmpro .pmpro_section .pmpro_card .pmpro_card_actions {
  padding: 0;
}

.pmpro-confirmation #pmpro_order_single .pmpro_card_content {
  padding: 50px;
}

.pmpro-confirmation #pmpro_order_single .pmpro_card_title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  padding: 60px 50px 0px;
}

.pmpro-confirmation
  #pmpro_order_single
  .pmpro_card_title
  .pmpro_list_item_value {
  background: #333c67;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
}

.pmpro-confirmation #pmpro_order_single .pmpro_list_item_label {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.pmpro-confirmation #pmpro_order_single .pmpro_list_item {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 500;
}

.pmpro-confirmation #pmpro_order_single #pmpro_order_single-items h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin: 60px 0px 40px;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  thead
  tr {
  border-bottom: 1px solid #939393;
  height: 50px;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  thead
  tr
  th {
  background: transparent !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tfoot
  td {
  background: transparent !important;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tfoot
  td {
  font-size: 20px;
  font-weight: 700;
}

.pmpro-confirmation .pmpro_actions_nav {
  display: block !important;
}

.pmpro-confirmation .pmpro_actions_nav span {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.pmpro-confirmation .pmpro_actions_nav span a {
  border-radius: 5px !important;
  background-color: #5371ff !important;
  font-size: 18px !important;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tfoot {
  border-top: 1px solid #939393;
  height: 80px;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tfoot
  td.total {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.75;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tbody
  tr
  th,
.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tbody
  tr
  td {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #a4a4a4;
  padding: 30px 0px !important;
  background: transparent !important;
}

.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tr
  th,
.pmpro-confirmation
  #pmpro_order_single
  #pmpro_order_single-items
  .pmpro_table
  tr
  td {
  padding: 0 !important;
}

.pmpro,
.pmpro_card {
  box-shadow: none !important;
}

body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_title {
  margin: 20px 0px 30px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 0px 50px 0px;
}

body.pmpro-account .pmpro .pmpro_section .pmpro_section_title {
  padding: 0px 50px !important;
}

body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_content {
  padding: 0px 50px 0px;
}

body.pmpro-checkout .pmpro .pmpro_form .pmpro_card .pmpro_card_title,
body.pmpro-checkout .pmpro .pmpro_form .pmpro_form_fieldset .pmpro_form_heading,
body.pmpro-cancel #pmpro_cancel .pmpro_card .pmpro_card_title,
body.pmpro-invoice .entry-content .pmpro .pmpro_section .pmpro_section_title,
body.pmpro-account .pmpro .pmpro_section .pmpro_section_title,
body.pmpro-billing .pmpro .pmpro_section .pmpro_card_title,
body.pmpro-billing .pmpro .pmpro_section .pmpro_form_heading,
body.pmpro-member-profile-edit .pmpro .pmpro_section .pmpro_form_heading {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}

body.pmpro-account .pmpro .pmpro_section#pmpro_account-orders {
  padding-bottom: 50px;
}

body.pmpro-account .pmpro .pmpro_section#pmpro_account-orders .pmpro_card {
  margin-top: 50px;
}

body.pmpro-cancel #pmpro_cancel .pmpro_card .pmpro_card_content {
  padding: 0px;
}

body.pmpro-checkout .pmpro .pmpro_form .pmpro_card .pmpro_card_content p {
  margin-bottom: 10px;
}

body.pmpro-checkout .pmpro .pmpro_form .pmpro_card .pmpro_card_content p,
body.pmpro-checkout .pmpro .pmpro_form .pmpro_card .pmpro_card_content div,
body.pmpro-cancel #pmpro_cancel .pmpro_card .pmpro_card_content p {
  color: #ffffff94;
}

body.pmpro-cancel #pmpro_cancel .pmpro_card .pmpro_card_content p {
  font-size: 17px;
  font-family: "Manrope", sans-serif;
}

body.pmpro-confirmation .pmpro_section p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: #ffffff94;
  font-weight: 400;
}

body.pmpro-confirmation .pmpro_section p:last-child {
  margin-bottom: 0;
}

body.pmpro-confirmation .pmpro_section .pmpro_card_actions {
  background: #575757;
  padding: 15px 50px;
  border-bottom: 0px;
}

.pmpro_section .pmpro_btn-print {
  color: #fff;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.pmpro-confirmation #pmpro_order_single {
  padding: 0px;
}

.pmpro_section .pmpro_btn-print svg {
  height: 24px;
  width: 24px;
  margin-right: 2px;
}

.pmpro_table {
  border-radius: 14px;
  overflow: hidden;
  border-color: transparent !important;
  background: transparent !important;
}

body.pmpro-billing .pmpro_card_content {
  padding: 0px;
}

.pmpro_table tr th,
.pmpro_table tr td,
body.pmpro-account .pmpro_section .pmpro_card_content ul li,
body.pmpro-billing .pmpro_card_content p {
  background: #333 !important;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px !important;
  font-family: "Manrope", Sans-serif;
  border: none !important;
  padding: 30px 50px !important;
}

body.pmpro-billing .pmpro_card_content p,
body.pmpro-account .pmpro_section .pmpro_card_content ul li {
  border-radius: 14px;
}

body.pmpro-billing .pmpro_card_content ul li span {
  color: #fff;
  font-size: 18px;
  font-family: "Manrope", Sans-serif;
}

.pmpro_table tr td.pmpro_table_cancel-action a {
  float: right;
}

.pmpro_table tr th a {
  color: #fff;
  text-decoration: none;
}

.pmpro_table tr td.pmpro_table_cancel-action a,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_submit
  #pmpro_submit_span
  #pmpro_btn-submit,
body.pmpro-billing .pmpro_card_content .pmpro_form_submit input,
body.pmpro-member-profile-edit .pmpro_card_content .pmpro_form_submit button {
  border-radius: 5px !important;
  background-color: #5371ff !important;
  font-size: 18px !important;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border: none;
}

body.pmpro-billing .pmpro_card_content .pmpro_form_submit {
  margin-top: 40px;
}

body.pmpro-checkout
  .pmpro_section
  .pmpro_form_submit
  #pmpro_submit_span
  #pmpro_btn-submit {
  width: 100%;
}

.pmpro_table tr td.pmpro_table_order-status span {
  border-radius: 5px !important;
  background-color: #5371ff !important;
  font-size: 18px !important;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  border: none;
}

body.pmpro-cancel .pmpro_actions_nav a,
body.pmpro-invoice .pmpro_actions_nav a {
  width: 100%;
  background-color: #5371ff !important;
  font-size: 18px !important;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

body.pmpro-checkout
  .pmpro
  .pmpro_form
  .pmpro_card
  .pmpro_card_content
  div.pmpro_form_field-username {
  margin-top: 50px;
}

body.pmpro-checkout
  .pmpro
  .pmpro_form
  .pmpro_card
  .pmpro_card_content
  div.pmpro_cols-2 {
  margin-top: 30px;
  gap: 50px;
}

body.pmpro-checkout
  .pmpro
  .pmpro_form
  .pmpro_card
  .pmpro_card_content
  div.pmpro_cols-2
  .pmpro_form_field {
  width: calc(50% - 25px);
}

body.pmpro-checkout .pmpro #pmpro_user_fields .pmpro_card_actions,
body.pmpro-account .pmpro_section .pmpro_card_actions {
  background-color: #575757;
  margin-top: 50px;
  padding: 15px 50px !important;
  border-radius: 0px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

body.pmpro-account .pmpro_section .pmpro_card_actions a {
  text-decoration: none;
}

body.pmpro-checkout .pmpro #pmpro_user_fields .pmpro_card_actions a {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #5371ff;
  text-decoration: none;
}

body.pmpro-checkout .pmpro #pmpro_user_fields .pmpro_card {
  padding: 0px;
}

body.pmpro-checkout .pmpro #pmpro_user_fields .pmpro_card .pmpro_card_content {
  padding: 50px 50px 0px;
}

body.pmpro-checkout
  .pmpro
  #pmpro_user_fields
  .pmpro_card
  .pmpro_card_content
  #pmpro_account_loggedin {
  padding-bottom: 50px;
}

body.pmpro-checkout
  .pmpro
  #pmpro_user_fields
  .pmpro_card
  .pmpro_card_content
  #pmpro_account_loggedin
  a,
body.pmpro-billing .pmpro_card_content p a {
  color: #5371ff;
  text-decoration: none;
}

body.pmpro-checkout
  .pmpro
  .pmpro_form
  .pmpro_card
  .pmpro_card_content
  div.pmpro_cols-2
  .pmpro_form_field-password-toggle {
  margin-bottom: 20px;
}

body.pmpro-checkout .pmpro .pmpro_form .pmpro_card .pmpro_card_content {
  padding: 0;
  margin-top: 10px;
}

#pmpro_login {
  margin-bottom: 0px;
}

body.pmpro-login .site-main.container,
body.pmpro-checkout .site-main.container,
body.pmpro-cancel .site-main.container,
body.pmpro-invoice .site-main.container,
body.pmpro-account .site-main.container,
body.pmpro-billing .site-main.container,
body.pmpro-confirmation .site-main.container,
body.pmpro-member-profile-edit .site-main.container {
  max-width: 100%;
}

body.pmpro-login .site-main.container article,
body.pmpro-checkout .site-main.container article,
body.pmpro-cancel .site-main.container article,
body.pmpro-invoice .site-main.container article,
body.pmpro-account .site-main.container article,
body.pmpro-billing .site-main.container article,
body.pmpro-member-profile-edit .site-main.container article,
body.pmpro-confirmation .site-main.container article {
  z-index: 1;
  padding: 140px 0px;
  position: relative;
  max-width: 1120px;
  margin: auto;
}

body.pmpro-login .pmpro .pmpro_section .pmpro_card {
  background-color: #272727 !important;
  border: none;
  border-radius: 14px;
  padding: 60px 100px 100px;
}

body.pmpro-login .pmpro .pmpro_section .pmpro_card .pmpro_card_content {
  padding: 0px;
}

body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-username
  label,
body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-password
  label,
body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-remember
  label,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_fieldset
  .pmpro_card
  .pmpro_card_content
  .pmpro_form_fields
  label,
body.pmpro-billing .pmpro_form_fields .pmpro_form_label,
body.pmpro-member-profile-edit .pmpro_form_fields .pmpro_form_label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px !important;
  font-weight: 400;
}

body.pmpro-checkout
  .pmpro
  .pmpro_form
  .pmpro_card
  .pmpro_card_content
  div
  #AccountNumber
  .__PrivateStripeElement
  iframe
  .ElementsApp
  .SplitCardField
  .CardNumberField
  .InputContainer
  .InputElement,
body.pmpro-billing .pmpro_card_content #AccountNumber,
body.pmpro-member-profile-edit
  .pmpro_form_fieldset
  .pmpro_form_fields
  .pmpro_form_input,
body.pmpro-member-profile-edit .pmpro_form_fieldset .pmpro_form_hint {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

body.pmpro-member-profile-edit .pmpro_form_fieldset .pmpro_form_hint {
  font-size: 14px !important;
  opacity: 1 !important;
}

body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-username
  input,
body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-password
  input,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_fieldset
  .pmpro_card
  .pmpro_card_content
  .pmpro_form_fields
  input,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_fieldset
  .pmpro_card
  .pmpro_card_content
  .pmpro_form_fields
  #AccountNumber,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_fieldset
  .pmpro_card
  .pmpro_card_content
  .pmpro_form_fields
  #Expiry,
body.pmpro-checkout
  .pmpro_section
  .pmpro_form_fieldset
  .pmpro_card
  .pmpro_card_content
  .pmpro_form_fields
  #CVV,
body.pmpro-billing .pmpro_card_content #AccountNumber,
body.pmpro-billing .pmpro_card_content #CVV,
body.pmpro-billing .pmpro_card_content #Expiry,
body.pmpro-member-profile-edit
  .pmpro_form_fieldset
  .pmpro_form_fields
  .pmpro_form_input {
  background: #333 !important;
  border: 1px solid #707070 !important;
  padding: 14px 10px !important;
  color: #fff !important;
  font-family: "Manrope", Sans-serif;
  font-size: 18px !important;
}

body.pmpro-checkout
  .pmpro_section
  #pmpro_payment_information_fields
  .pmpro_form_legend {
  margin-bottom: 50px;
}

body.pmpro-checkout .pmpro_section .pmpro_form_submit #pmpro_submit_span {
  width: 100%;
}

/* body.pmpro-checkout
  .pmpro_section
  .pmpro_form_submit
  #pmpro_submit_span
  #pmpro_btn-submit {
  background-color: #5371ff !important;
  width: 100%;
  border-radius: 5px;
} */

body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-submit
  input {
  border-radius: 5px;
  background-color: #5371ff;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

body.pmpro-login
  .pmpro
  .pmpro_section
  .pmpro_card
  .pmpro_card_content
  form
  .login-password {
  margin: 40px 0px !important;
}

.pmpro_section #loginform .login-submit .button {
  border-radius: 5px !important;
  background-color: #5371ff !important;
  font-size: 18px !important;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-weight: 500 !important;
}

.pmpro_card_content + .pmpro_card_actions {
  border-top: none !important;
  margin-top: 20px;
  background-color: #5371ff2b;
  border-radius: 5px;
  font-family: "Barlow Semi Condensed", Sans-serif;
}

.pmpro_card_content + .pmpro_card_actions a {
  color: #fff;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pmpro_form_field-password-toggle button {
  color: #fff !important;
}

.pmpro_form_field-password-toggle button svg {
  fill: #fff;
}

body.pmpro-login header,
body.pmpro-checkout header,
body.pmpro-cancel header,
body.pmpro-invoice header,
body.pmpro-account header,
body.pmpro-billing header,
body.page-id-1699 header,
body.pmpro-member-profile-edit header,
body.pmpro-confirmation header {
  z-index: 1;
  position: relative;
}

body.pmpro-checkout .site-main.container,
body.pmpro-account .site-main.container,
body.pmpro-billing .site-main.container,
body.page-id-1699 .main--body,
body.page-id-739 .main--body,
body.pmpro-member-profile-edit .site-main.container {
  position: relative;
}

body.pmpro-account .site-main.container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/06/background-checkout.webp") bottom
    no-repeat;
  background-size: cover;
}

body.pmpro-login header .elementor-element-df443cb,
body.pmpro-checkout header .elementor-element-df443cb,
body.pmpro-cancel header .elementor-element-df443cb,
body.pmpro-invoice header .elementor-element-df443cb,
body.pmpro-account header .elementor-element-df443cb,
body.pmpro-billing header .elementor-element-df443cb,
body.page-id-1699 header .elementor-element-df443cb,
body.pmpro-member-profile-edit .elementor-element-df443cb,
body.pmpro-confirmation .elementor-element-df443cb {
  background-color: transparent !important;
}

body.pmpro-login .site-main,
body.pmpro-checkout .site-main,
body.pmpro-cancel .site-main,
body.pmpro-invoice .site-main,
body.pmpro-account .site-main,
body.pmpro-billing .site-main,
body.page-id-1699 .main--body,
body.page-id-739 .main--body,
body.pmpro-member-profile-edit .site-main,
body.pmpro-confirmation .site-main {
  position: relative;
  margin-top: -135px;
  padding-top: 135px;
}

body.pmpro-login .site-main.container::before,
body.pmpro-cancel .site-main.container::before,
body.pmpro-invoice .site-main.container::before,
body.pmpro-billing .site-main.container::before,
body.page-id-1699 .main--body::before,
body.page-id-739 .main--body::before,
body.pmpro-member-profile-edit .site-main.container::before,
body.pmpro-confirmation .site-main.container::before,
body.pmpro-checkout .site-main.container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/06/Group-1321318322.webp) bottom
    no-repeat;
  background-size: cover;
}

body.pmpro-login #pmpro_login .pmpro_card_actions {
  background: #5371ff;
  font-size: 18px;
}

body.pmpro-billing .site-main.container .pmpro_divider {
  margin: 50px 0px;
}

body.pmpro-login #pmpro_login .pmpro_card_title a {
  color: #5371ff;
}

.image--100 .elementor-widget-image {
  height: 100%;
}

.custom--accordion .e-n-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.custom--accordion .e-n-accordion details {
  flex-basis: calc(50% - 15px);
}

.elementor-element.custom--accordion .e-n-accordion details[open] {
  border-radius: 16px;
  background-color: #5371ff;
}

.elementor-element.custom--accordion .e-n-accordion details[open] summary {
  background-color: #5371ff !important;
  padding: 27px !important;
}

.elementor-element.custom--accordion .e-n-accordion details summary {
  justify-content: space-between;
}

.elementor-element.custom--accordion
  .e-n-accordion
  details
  summary
  .e-n-accordion-item-title-icon {
  background: #5371ff;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #7a91ff;
}

.elementor-element.custom--accordion
  .e-n-accordion
  details[open]
  summary
  .e-n-accordion-item-title-icon {
  background: #000;
  border-color: #000;
}

.box--image {
  min-width: 130px !important;
  min-height: 130px;
  margin: auto;
  background: #ffffff3b;
  border-radius: 14px;
  transition: 0.3s all;
}

.image--box:hover .box--image {
  background: #5371ff;
}

.box--image .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text--hidden {
  max-height: 220px;
  overflow-y: scroll;
}

.contact--form {
  margin-top: 30px;
}

.contact--form input,
.contact--form textarea,
.contact--form label {
  width: 100%;
}

.contact--form label {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact--form input,
.contact--form textarea {
  margin-top: 10px;
  background: #2a2a2a;
  border: 1px solid #ffffff5e;
  border-radius: 5px;
  min-height: 60px;
  padding: 0px 20px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.contact--form textarea {
  padding: 20px;
  max-height: 170px;
  resize: none;
}

.contact--form input[type="submit"] {
  background: #5371ff;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.wpcf7-response-output {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  border-color: #5371ff !important;
}

.single-recipe-container .single--recipe-banner {
  min-height: 420px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.single-recipe-container .single--recipe-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/06/Rectangle-5.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-recipe-container .single--recipe-banner .banner--title {
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5371ff;
  z-index: 1;
}

.single-recipe-container .single--recipe-banner p {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
}

.single-recipe-container .single--recipe-banner p a {
  color: #ffffff;
  text-decoration: none;
}

.single-recipe-container article {
  margin: 150px 0px 130px;
}

.single-recipe-container .container {
  max-width: 1660px;
}

.single-recipe-container .recipe-title {
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 77px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.single-recipe-container .recipe-title .title-part2 {
  color: #5371ff;
}

.single-recipe-container .recipe-thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  text-align: center;
}

.single-recipe-container .recipe-thumbnail img {
	border-radius: 20px;
    max-height: 779px;
    max-width: 1000px;
    width: 100%;
}

.single-recipe-container .recipe--instructions .instructions--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.single-recipe-container .recipe--instructions.ingredients {
  height: 100%;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box {
  flex-basis: calc(50% - 8px);
}

.single-recipe-container .container--40 {
  display: flex;
  margin-top: 100px;
  gap: 30px;
}

.single-recipe-container .container--40 .col-40 {
  flex-basis: 40%;
}

.single-recipe-container .container--40 .col-60 {
  flex-basis: 60%;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  h2 {
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  p,
.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  ul
  li {
  font-family: "Manrope", Sans-serif;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
}

.single-recipe-container .recipe--instructions {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 55px 80px;
  border-bottom: 6px solid #5371ff;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 20px 50px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  ul
  li {
  list-style-type: none;
  flex-basis: calc(50% - 25px);
  position: relative;
  padding-left: 30px;
}

.single-recipe-container
  .recipe--instructions
  .instructions--wrap
  .instruction--box
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2025/06/list-arrow.webp") center center
    no-repeat;
}

.single-recipe-container
  .recipe--instructions.ingredients
  .instructions--wrap
  .instruction--box {
  flex-basis: 100%;
}

.single-recipe-container .directions--wrap {
  margin-top: 100px;
}

.single-recipe-container .directions--wrap .title {
  color: #000;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 65px;
}

/* .single-recipe-container .container--50 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.single-recipe-container .container--50 .col-50 {
  flex-basis: calc(50% - 15px);
} */

.single-recipe-container .container--50 .col-50 {
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-top: 70px;
}

.single-recipe-container .container--50 .col-50 .steps--wrap {
  display: flex;
  gap: 60px 20px;
}

.single-recipe-container .container--50 .col-50 .steps--wrap .step--box {
    width: 50%;
}

.single-recipe-container .container--50 .col-50 .steps--wrap .step--box p {
  font-size: 20px;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
  color: #5c5c5c;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-recipe-container .container--50 .col-50 .steps--wrap .step--box ul {
  margin-top: 15px;
}

.single-recipe-container .container--50 .col-50 .steps--wrap .step--box ul li {
    font-size: 18px;
    font-family: "Manrope", Sans-serif;
    font-weight: 400;
    color: #5c5c5c;
}

.single-recipe-container .notes--section { 
	background: #f3f3f3;
    border-radius: 12px;
    padding: 40px 25px;
    border-bottom: 6px solid #5371ff;
    max-width: 60%;
    margin-top: 80px;
}

.single-recipe-container .notes--section .title {
	font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.single-recipe-container .notes--section p {
	font-size: 20px;
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    color: rgba(92, 92, 92, 1);
}


.ebook--comments #comments {
  color: #fafafa;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 30px;
}

.ebook--comments .commentlist {
  padding: 0;
}

.ebook--comments
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author
  img {
  display: none;
}

.ebook--comments
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author
  .says {
  display: none;
}

.ebook--comments
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author
  .fn
  a {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  pointer-events: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.ebook--comments
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-metadata
  a {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  pointer-events: none;
  color: #889aa9;
  font-size: 16px;
}

.ebook--comments .commentlist .comment::marker {
  display: none;
  color: #000;
}

.ebook--comments .commentlist .comment .comment-body .comment-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.ebook--comments .commentlist .comment .comment-content p,
.ebook--comments .commentlist .comment-awaiting-moderation {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fafafa;
  line-height: 32px;
}

.ebook--comments
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-metadata {
  width: 100%;
}

.ebook--comments .commentlist .comment-content {
  display: none;
}

.ebook--comments .commentlist .comment .reply a {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  color: #889aa9;
  font-weight: 700;
}

.ebook--comments .comment-respond .comment-reply-title {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 80px;
}

.ebook--comments .comment-respond .comment-form .comment-notes span,
.ebook--comments .comment-respond .logged-in-as,
.ebook--comments .comment-respond .logged-in-as span,
.ebook--comments .comment-respond .logged-in-as a {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  font-size: 18px;
  font-weight: 300;
}

.ebook--comments .comment-respond .comment-form {
  background: #424141;
  border-radius: 14px;
  padding: 50px;
  margin-top: 40px;
}

.ebook--comments .comment-respond .comment-form label {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

.ebook--comments .comment-respond .comment-form input,
.ebook--comments .comment-respond .comment-form textarea {
  background: #333333;
  border: 2px solid #484848;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  color: #fafafa;
  outline: none;
}

.ebook--comments
  .comment-respond
  .comment-form
  .comment-form-cookies-consent
  input {
  width: auto;
}

.ebook--comments .comment-respond .comment-form .form-submit {
  text-align: end;
}

.ebook--comments .comment-respond .comment-form .form-submit input {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  background: #5371ff;
  border: none;
  border-radius: 5px;
  width: auto;
  padding: 10px 20px;
}

.ebook--comments .children {
  margin-top: 50px;
}

.ebook--comments .children .fn {
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  pointer-events: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.custom--package-tabs .e-n-tabs-heading {
  background: #191919;
  width: 100%;
  display: inline-flex;
  flex-basis: auto;
  max-width: 390px;
  margin: auto;
  border-radius: 50px;
  padding: 10px 0px;
}

.custom--package-tabs
  .e-n-tabs-heading
  .e-n-tab-title[aria-selected="true"]
  .e-n-tab-title-text
  span {
  color: #fff !important;
}

.recipe--category-content .container {
  max-width: 1660px;
}

.recipe--category-content .recipe--category-banner {
  background-color: #000000;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.recipe--category-content
  .recipe--category-banner
  .section--heading
  .archive-title {
  text-align: center;
  font-family: "Barlow Semi Condensed", Sans-serif;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5371ff;
}

.recipe--category-content .recipe-category-archive {
  margin: 140px 0px;
}

@media (max-width: 1620px) {
  .video-embed-container iframe {
    width: 250% !important;
  }
}

@media (max-width: 1440px) {
  .video-embed-container iframe {
    width: 280% !important;
  }

  .my-category-slider .swiper-slide .category--wrap img {
    min-height: 500px;
    max-height: 500px;
  }
}

@media (max-width: 1340px) {
  .video-embed-container iframe {
    width: 300% !important;
  }
}

@media (max-width: 1230px) {
  .video-embed-container iframe {
    width: 330% !important;
  }

  .video-embed-container {
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .premium-articles.grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.pmpro-login .site-main.container article,
  body.pmpro-cancel .site-main.container article,
  body.pmpro-invoice .site-main.container article,
  body.pmpro-account .site-main.container article,
  body.pmpro-billing .site-main.container article,
  body.pmpro-confirmation .site-main.container article {
    padding: 50px 0px;
  }

  body.pmpro-login .pmpro .pmpro_section .pmpro_card {
    padding: 60px 50px 100px;
  }

  body.pmpro-login .pmpro {
    padding: 0px 20px;
  }

  body.pmpro-member-profile-edit .site-main.container article,
  body.pmpro-checkout .site-main.container article {
    padding: 50px 0px 0px;
  }

  body.pmpro-checkout .site-main.container article #pmpro_level-1 {
    margin-bottom: 0px;
  }

  .single-recipe-container .single--recipe-banner .banner--title {
    font-size: 60px;
  }

  .single-recipe-container .recipe-title {
    font-size: 50px;
  }

  .single-recipe-container article {
    margin: 70px 0px 70px;
  }

  .single-recipe-container .recipe--instructions {
    padding: 55px 30px;
  }
}

@media (max-width: 1024px) {
	.single-recipe-container .notes--section {
    	max-width: 100%;
    }


	.single-recipe-container .container--50 .col-50:first-child {
        margin-top: 0px;
    }

	.single-recipe-container .container--50 .col-50 {
    	margin-top: 50px;
    }
    
    

	.ue-instagram-feed .ue-instagram-feed-inner .ue_instagram_grid_item:last-child {
    display: none;
    }

  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box
    h2 {
    font-size: 22px;
  }

  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box
    p,
  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box
    ul
    li,
  .single-recipe-container .container--50 .col-50 .steps--wrap .step--box p {
    font-size: 16px;
  }

  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box
    ul
    li,
  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box {
    flex-basis: 100%;
  }

  .single-recipe-container .container--50 .col-50 .steps--wrap .step--box p {
    margin-top: 20px;
  }

  .single-recipe-container
    .recipe--instructions
    .instructions--wrap
    .instruction--box
    ul
    li::before {
    top: 4px;
    transform: translateY(0%);
  }

  .single-recipe-container .container--40,
  .single-recipe-container .directions--wrap {
    margin-top: 50px;
  }

  .single-recipe-container .directions--wrap .title {
    font-size: 32px;
  }

  .single-recipe-container .container--50 .col-50 {
    flex-basis: 100%;
  }

  body.pmpro-login
    .pmpro
    .pmpro_section
    .pmpro_card
    .pmpro_card_content
    form
    .login-username
    label,
  body.pmpro-login
    .pmpro
    .pmpro_section
    .pmpro_card
    .pmpro_card_content
    form
    .login-password
    label,
  body.pmpro-login
    .pmpro
    .pmpro_section
    .pmpro_card
    .pmpro_card_content
    form
    .login-remember
    label,
  body.pmpro-checkout
    .pmpro_section
    .pmpro_form_fieldset
    .pmpro_card
    .pmpro_card_content
    .pmpro_form_fields
    label,
  body.pmpro-billing .pmpro_form_fields .pmpro_form_label,
  body.pmpro-member-profile-edit .pmpro_form_fields .pmpro_form_label {
    font-size: 16px;
  }

  body.pmpro-login header .elementor-element-f49a8b2,
  body.pmpro-checkout header .elementor-element-f49a8b2,
  body.pmpro-cancel header .elementor-element-f49a8b2,
  body.pmpro-invoice header .elementor-element-f49a8b2,
  body.pmpro-account header .elementor-element-f49a8b2,
  body.pmpro-billing header .elementor-element-f49a8b2,
  body.page-id-1699 header .elementor-element-f49a8b2,
  body.pmpro-member-profile-edit .elementor-element-f49a8b2,
  body.pmpro-confirmation .elementor-element-f49a8b2 {
    background-color: transparent !important;
  }

  body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_content,
  body.pmpro-account .pmpro .pmpro_section .pmpro_card .pmpro_card_title,
  body.pmpro-account .pmpro .pmpro_section .pmpro_section_title {
    padding: 0px 20px 0px !important;
  }

  body.pmpro-checkout .pmpro #pmpro_user_fields .pmpro_card_actions,
  body.pmpro-account .pmpro_section .pmpro_card_actions {
    padding: 15px 20px !important;
  }

  body.pmpro-checkout .pmpro .pmpro_form .pmpro_card,
  body.pmpro-cancel #pmpro_cancel .pmpro_card,
  body.pmpro-invoice .entry-content .pmpro .pmpro_section,
  body.pmpro-account .pmpro .pmpro_section,
  body.pmpro-billing .pmpro .pmpro_section,
  body.pmpro-member-profile-edit .pmpro .pmpro_section,
  body.pmpro-confirmation .pmpro .pmpro_section,
  .pmpro-confirmation #pmpro_order_single .pmpro_card_content {
    padding: 30px 20px;
  }

  body.pmpro-checkout
    .pmpro
    #pmpro_user_fields
    .pmpro_card
    .pmpro_card_content {
    padding: 30px 20px 0px;
  }

  body.pmpro-confirmation .pmpro_section .pmpro_card_actions {
    padding: 15px 20px;
  }

  .pmpro-confirmation #pmpro_order_single .pmpro_card_title {
    padding: 30px 20px 0px;
  }
}

@media (max-width: 920px) {
  .elementor-element.main--banner-section .e-con-inner {
    display: block;
  }

  .elementor-element.main--banner-section .absolute--col {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 0px 12px;
  }

  .main--banner-slider .swiper-slide img {
    border-radius: 0px;
  }

  .elementor-element.main--banner-section
    .e-con-inner
    .elementor-element-6a2bd41 {
    width: 100%;
  }

  .elementor-element.main--banner-section {
    padding-top: 75px;
  }

  .premium-articles .premium-article a .content--area .title {
    font-size: 18px;
  }

  .recipe-category-filters button {
    padding: 14px 25px;
  }

  .premium-articles .premium-article a .content--area .text--content {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
    .single-recipe-container .container--50 .col-50 .steps--wrap {
        display: block;
    }

    .single-recipe-container .container--50 .col-50 .steps--wrap .step--box {
        width: 100%;
        margin-top: 50px;
    }

    .single-recipe-container .container--50 .col-50 {
        margin-top: 0px;
    }

  .vertical-video-swiper,
  .vertical-video-swiper-right {
    max-width: 100%;
    height: 100%;
  }

  .elementor-12 .elementor-element.elementor-element-227351c {
    width: 100% !important;
  }
  .single-recipe-container .directions--wrap .title {
    margin-bottom: 35px;
  }

  .single-recipe-container .container--40 {
    flex-wrap: wrap;
  }

  .single-recipe-container .container--40 .col-40,
  .single-recipe-container .container--40 .col-60 {
    flex-basis: 100%;
  }

  .single-recipe-container .recipe-title {
    font-size: 40px;
  }

  .single-recipe-container .single--recipe-banner {
    min-height: 301px;
  }

  .single-recipe-container .single--recipe-banner .banner--title {
    font-size: 55px;
  }

  .pmpro-confirmation
    #pmpro_order_single
    #pmpro_order_single-items
    .pmpro_table
    tr
    td {
    padding-top: 30px !important;
  }

  body.pmpro-checkout .pmpro .pmpro_form .pmpro_card {
    margin-bottom: 30px;
  }

  body.pmpro-checkout
    .pmpro
    .pmpro_form
    .pmpro_card
    .pmpro_card_content
    div.pmpro_cols-2
    .pmpro_form_field {
    width: 100%;
  }

  .premium-articles.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-category-filters button {
    font-size: 14px;
  }

  .pmpro_table tr th,
  .pmpro_table tr td,
  body.pmpro-account .pmpro_section .pmpro_card_content ul li,
  body.pmpro-billing .pmpro_card_content p {
    border-radius: 14px;
  }

  .pmpro_table tr td.pmpro_table_cancel-action a {
    float: none;
  }

  body.pmpro-cancel #pmpro_cancel .pmpro_card {
    margin-bottom: 0px;
  }

  body.pmpro-cancel .site-main.container article {
    padding-bottom: 0px;
  }
}

@media (max-width: 600px) {
	.recipe-category-filters .category-list {
    	flex-direction: column;
        width: 100%;
    }
    
    .recipe-category-filters button {
    	width: 100%;
    }
    
    .recipe-category-filters button {
    	justify-content: space-between;
    }
    
    .recipe-category-filters .parent-category-wrap .child-categories {
    	width: 100%;
    }

	.ue-instagram-feed .ue-instagram-feed-inner {
    	grid-template-columns: none !important;
    }
	
	.ue-instagram-feed .ue-instagram-feed-inner .ue_instagram_grid_item:nth-child(2) {
    	display: none;
    }
    
  .single-recipe-container .single--recipe-banner {
    min-height: 219px;
  }

  .single-recipe-container .single--recipe-banner .banner--title {
    font-size: 50px;
  }

  .premium-articles .premium-article .image--article {
    min-height: 425px;
    max-height: 425px;
  }

  header .e-con-inner .elementor-element-bbe0a46,
  header .e-con-inner .elementor-element-d2b703d {
    width: 50%;
  }

  header .e-con-inner .elementor-menu-toggle {
    padding-right: 0px;
  }

  .elementor-element.main--banner-section {
    padding-top: 40px;
  }

  .premium-articles.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .recipe-category-filters {
    gap: 15px 15px;
  }

  .elementor-shortcode .pagination-buttons {
    margin-top: 50px;
  }

  .my-category-slider .swiper-slide .category--wrap img {
    min-height: auto;
  }

  body.pmpro-login .pmpro .pmpro_section .pmpro_card {
    padding: 40px 25px 60px;
  }

  body.pmpro-login .entry-title,
  body.pmpro-checkout .entry-title,
  body.pmpro-cancel .entry-title,
  body.pmpro-invoice .entry-title,
  body.pmpro-account .entry-title,
  body.pmpro-billing .entry-title,
  body.pmpro-member-profile-edit .entry-title,
  body.pmpro-confirmation .entry-title {
    font-size: 50px;
  }

  .pmpro_table tr th,
  .pmpro_table tr td,
  body.pmpro-account .pmpro_section .pmpro_card_content ul li,
  body.pmpro-billing .pmpro_card_content p {
    padding: 30px 20px !important;
  }

  .single-recipe-container .recipe--instructions .instructions--wrap .instruction--box ul {
    gap: 15px 50px;
  }
 
  
}


@media (max-width: 475px) {
  .theme--btn .elementor-button-content-wrapper {
    min-width: 150px;
  }
}