/*
Theme Name: Onepot Catering
Template: hello-elementor
Author: Fresh Digital
Author URI: https://freshdigital.com.au/
Description: A theme develop for Onepot Catering by Fresh Digital.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1731049452
Updated: 2024-11-08 07:04:12

*/

.primary-color {
	color: var(--e-global-color-primary);
}
.secondary-color {
	color: var(--e-global-color-secondary);
}
.accent-color {
	color: var(--e-global-color-accent);
}

.service-box .elementor-flip-box__layer__overlay {
	background: linear-gradient(0deg, rgba(12,42,76,1) 0%, rgba(12,42,76,0) 60%);
}
.service-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
	border: 1px solid #fff;
}
.service-box .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__inner {
	height: 100%;
	border: 1px solid #fff;
	border-radius: 20px;
	align-content: end;
	padding: 2em;
}

div#on-btn {
    animation-iteration-count: infinite !important;
}

.menu-title .elementor-heading-title a:nth-child(2) {
	font-weight: 700 !important;
}

.slidebox {
	background-color: rgba(255,255,255,0.5);
	padding: 0.25em 1em;
}

ul {
	margin-bottom: 1em;
}

.custom-h1-seo {
    font-size: 38px;
}

@media(max-width:767px) {
	.pricetable > div {
		overflow-x: scroll !important;
	}
	.custom-h1-seo {
        font-size: 32px !important;
    }
}