/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@font-face {
    font-family: "Meatball";
    src: url("fonts/Meatball.eot");
    src: url("fonts/Meatball.woff2")format("woff2"),
    url("fonts/Meatball.woff")format("woff"),
    url("fonts/Meatball.ttf")format("truetype");
	font-display: swap;
}

.meatball{
	font-family: "Meatball";
}

.age-gate-buttons, .age-gate__buttons{
	flex-direction:row-reverse;
	padding: 20px 0;
	gap:45px;
}

p.age-gate__challenge {
    font-size: 36px;
}

.age-gate{
	max-width:1000px;
}

.age-gate__buttons button {
    font-size: 32px;
    font-weight: 700;
    padding: 16px 65px;
    border-radius: 18px;
    background: #fff;
    color: #000;
    border: 2px solid #000 !important;
	text-transform:uppercase;
}

.age-gate__buttons button.age-gate__submit.age-gate__submit--yes{
	background:#FF9C00;
	border:2px solid #FF9C00 !important;
}

.faq-list .elementor-accordion-item {
    margin-bottom: 15px;
}


.posts-listing {
    display: flex;
	flex-wrap: wrap;
	justify-content:center;
    gap: 20px;
}
.post-item{
	display:inline-flex;
	width:18%;
}
.post-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.posts-listing h4{
	font-size:14px;
	margin-bottom:5px;
}



.post-item .post-thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
}

.post-thumbnail {
	position:relative;
}

.post-thumbnail .state-hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	visibility:hidden;
	transition:all .4s;
}

.post-item:hover .state-hover{
	opacity:1;
	visibility:visible;
}

.posts-listing .acf-field {
    padding-bottom: 5px;
    font-size: 12px;
	color: #000;
}

.flavour-list {
    display: flex;
	
    flex-wrap: wrap;
    gap: 0 5px;
    margin-bottom: 10px;
}

.post-flavours{
	margin:0;
	font-size: 12px;
    line-height: 16px;
}

h2.custom-category-title {
    text-align: center;
    font-size: 36px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: var(--e-global-color-primary);
}

.mdc-text-field--outlined {
    padding: 0;
    display: block;
}

.mdc-notched-outline {
    position: unset;
    height: auto;
    background: transparent;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
        width: 0;
}

.mdc-text-field .mdc-floating-label {
    top: unset;
    transform: none !important;
    font-size: 16px !important;
}
.mdc-text-field--outlined{
	height:auto;
}

.mc4wp-form-fields{
	display:flex;
	width:100%;
	gap:10px;
}

.mc4wp-form-fields input[type=email]{
	border:0;
}

.mc4wp-form-fields input[type=email]:focus{
	outline:none;
	border:0;
}


.cool-form__field-group .mdc-text-field, .cool-form__field-group .mdc-select {
    background-color: transparent;
}

.tnp-field.tnp-field-email label {
    display: none;
}

.tnp-field.tnp-field-email input {
    background: transparent;
    padding: 7px 0;
}

.tnp-field.tnp-field-email input:focus{
	outline:none;
	border:0;
}

.tnp-field input[type="submit"] {
    position: inherit;
    background: #FF8A00;
    border-radius: 8px;
	padding:10px 16px;
}

.tnp.tnp-subscription form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	gap:10px;
}

.tnp.tnp-subscription {
    margin: 0;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: 0 !important;
}

.tnp-field.tnp-field-email {
    width: 100%;
}

.term-item .term-img { position: relative; }

.term-item .term-img img{border-radius:21px;}
.term-item .hover-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.3s ease; }
.term-item:hover .hover-img { opacity: 1; }
.term-item:hover .normal-img { opacity: 0; }

.term-title {
    color: #FF9C00;
}

.cat-mobile-img{display:none;}

@media (max-width:1024px){
	.post-item {
		display: inline-flex;
		width: 22%;
	}
	
	.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > a{
		min-height:auto;
		padding:10px 15px;		
	}
	
	.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li {
		border-radius: 20px;
        overflow: hidden;
        margin-bottom: 12px;
	}
	
	
}

@media (max-width:767px){
	.cat-desktop-img{display:none;}
	.cat-mobile-img{display:block; margin:0 auto;}
	.post-item{
		display:inline-flex;
		width:47%;
		min-width: 47%;
	}
	
	
	.age-gate-buttons, .age-gate__buttons{
		gap:20px;
	}
	
	p.age-gate__challenge {
		font-size: 20px;
	}
	
	.age-gate__buttons button {
		font-size:20px;
		padding:12px 25px;
	}
	
	.all-product .posts-listing {
		flex-wrap: nowrap;
		overflow-x: scroll;
		 scroll-behavior: smooth;
		 justify-content: flex-start;
	}
	
	.term-title {
		font-size: 21px !important;
	}
	.term-item .term-img img {
		height: 160px !important;
	}

		.term-item {
			max-width: 226px;
			margin: 0 auto;
	}

}

