/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1721994130
Updated: 2024-07-26 11:42:10

*/
html, body {
	overflow-x: hidden;
}
#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.site-main {
	flex: 1;
}

p {
	margin-bottom: 0px;
}

.container.food-page {
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px;
}
.food-page .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.food-page .grid-item {
	width: calc(25% - 15px);
	margin-bottom: 50px;
}
.grid-item-image img {
	box-shadow: 0 0px 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.food-page .grid-item-image {
    margin-bottom: 10px;
}
.food-page .grid-item-title {
	position: relative;
}
.grid-item-content h2 a {
	font-size: 16px;
	font-weight: 700;
	font-family: "Open Sans", Sans-serif;
	text-align: center;
	color: #000;
	display: block;
	min-height: 39px;
	text-transform: uppercase;
}
.grid-item-title::after {
	content: "";
	width: 100px;
	height: 5px;
	background: #fbb900;
	position: absolute;
	left: calc(50% - 50px);
	border-radius: 5px;
	margin-top: 10px;
}
.pagination {
  text-align: right;
  display: block;
}
.pagination .nav-links .page-numbers {
  color: #000;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  border-left: 2px solid #000;
  line-height: 20px;
  display: inline-block;
  padding: 0 7px;
}
.pagination .nav-links .next.page-numbers {
  border: none;
}
.pagination .nav-links .page-numbers:first-child {
  border: none;
}
.paged-2 .pagination .nav-links a.page-numbers {
	border: none;
}
.pagination .nav-links .page-numbers.current {
	color: #153b68;
}
.next.page-numbers::after {
	content: "\f105";
	font-family: FontAwesome !important;
	font-size: 26px;
	line-height: 24px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.prev.page-numbers::before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 24px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.white-popup {
	position: relative;
	background: #fff;
	padding: 40px 30px;
	max-width: 850px;
	margin: 40px auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border-radius: 2px;
	font-family: "Open Sans", Sans-serif;
}

.mfp-hide {
    display: none;
}

.popup-content {
	display: flex;
}
.popup-image {
    flex: 1;
    padding-right: 20px;
}

.popup-details {
    flex: 2;
}

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

.signature_brand {
  transform: translateY(-50%);
}
.signature_brand h2 span {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  color: #000;
}
.popup-details h2 {
	font-weight: 700;
	font-family: "Open Sans", Sans-serif;
	font-size: 36px;
	line-height: 1.1;
	margin-top: 0px;
}
.white-popup .mfp-close {
	border: 1px solid #000 !important;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 1.1;
	opacity: 1;
}
.mfp-close:hover {
	background: #fbb900;
	border-color: transparent !important;
	color: #fff !important;
}
.popup-details p {
	margin-bottom: 2px;
	font-family: "Open Sans", Sans-serif;
	line-height: 24px;
	font-size: 16px;
}
.popup-details strong {
	margin-top: 10px;
	display: inline-block;
}
.popup-details h5 {
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contact_information .elementor-icon-list-icon {
	background: #F17E21;
	width: 36px !important;
	min-width: 36px !important;
	border-radius: 50%;
	padding: 8px 0px !important;
	justify-content: center;
}
.contact_information .elementor-icon-list-icon svg {
	margin-right: 0px !important;
}
.about_p {
	transform: translateY(-40%);
}
.product_inner_pages {
	position: relative;
	text-align: center;
}
.product_inner_pages::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/08/design_3.png);
	width: 280px;
	height: 420px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: -130px;
	top: 55%;
}
.product_inner_pages p {
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  max-width: 700px;
  margin: 0px auto;
  padding-top: 30px;
}
.product_inner_pages h3 {
  font-family: "Playfair Display", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #153B68;
  margin-bottom: 0px;
}
.brand_name {
  color: #F17E21;
  border: 2px solid #F17E21;
  font-family: "Playfair Display", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  margin: 100px 0;
  padding: 10px 30px;
}
.brand_name:hover {
	border: 2px solid #F17E21;
	background: #F17E21;
}
.grid p {
	text-align: center;
	width: 100%;
	font-size: 20px;
	margin-bottom: 50px;
	font-style: italic;
	font-weight: 600;
	font-family: "Open Sans", Sans-serif;
}
.elementor-icon-list-item.elementor-inline-item {
	list-style: none;
}



@media (max-width: 480px) {
.food-page .grid-item {
	width: 100% !important;
}
.grid-item-image img {
	height: auto;
}
}

@media (max-width: 768px) {
.food-page .grid-item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.product_inner_pages h3 {
	font-size: 26px;
}
.brand_name {
	font-size: 20px;
	margin: 40px 0;
}
.about_list h2 br {
  display: none;
}
.about_list .elementor-icon-list-text br {
	display: none;
}
.hfe-flyout-close, .hfe-flyout-close svg {
	top: 17px;
	right: 6px;
}
.grid-item-image img {
	border-radius: 30px;
}
.popup-content {
	display: unset;
}
.popup-details h2 {
	font-size: 30px;
	margin-top: 20px;
}
.next.page-numbers::after {
	display: none;
}
.prev.page-numbers::before {
	display: none;
}
	
}



@media (max-width: 1024px) {
	
.product_inner_pages::before {
	display: none;
}
.pft_home{
	position: unset;
}
.pft_home br{
	display: none;
}
.pft_home p, .pft_home .elementor-widget-container{
	color: #000;
}

.about_design {
  display: none;
}
}