@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.wrap {
	text-align: left;
}

@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
@font-face {
	font-family: "Amissimo Regular";
	src: url("../css/fonts/Amissimo-Regular.otf");
	src: url("../css/fonts/Amissimo-Regular.otf") format("opentype");
}

.wrap > *:not(*:root) {
	margin-left: -4px;
} /*--- FIx for safari flexibleg grid--*/
*:focus {
	outline: 0;
}
html,
body {
	width: 100%;
	height: 100%;
	font-family: "Lora", serif !important;
}
body {
	font-size: 12px !important;
	line-height: 1.25em !important;
	background-color: #f5f5f5 !important;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
	max-width: initial !important;
}

[class*="_fullcontainer"] {
	width: calc(100% - 90px) !important;
	margin: 0px auto !important;
}
[class*="_container"] {
	width: 100% !important;
	margin: 0px auto !important;
	max-width: 1200px !important;
}
[class*="_smallcontainer"] {
	width: 100% !important;
	margin: 0px auto !important;
	max-width: 960px !important;
}
[class*="_narrowcontainer"] {
	width: 100% !important;
	margin: 0px auto !important;
	max-width: 680px !important;
}

/*---
[class*="col-"]{transition:0.5s !important;}
* {transition:0.5s !important;}
*:hover {transition:0.5s !important;}
div {transition:0.5s !important;}
---*/
a {
	transition: 0.5s linear !important;
	-ms-transition: 0.5s linear !important;
	-moz-transition: 0.5s linear !important;
	-webkit-transition: 0.5s linear !important;
	text-decoration: none !important;
}
body {
	font-size: 100% !important;
}
h2,
h3,
h4,
h5,
h6,
p,
a,
.catcta,
a.catgrid:before {
	font-family: "Lora", serif !important;
}

html {
	scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
	max-width: 100%;
	visibility: hidden;
}

/*---General---*/
#content {
	background-color: #f4f4f4;
	overflow: hidden;
}
.hideindesktop {
	display: none;
}

.floatimage {
	max-width: 340px;
	/* margin-top: 200px; */
	opacity: 0.6;
}

h1:not(.site-title):before,
h2:before {
	background: initial !important;
	content: initial !important;
	display: initial !important;
	height: initial !important;
	margin: initial !important;
	width: initial !important;
}

#rev_slider_1_1 h1:not(.site-title) {
	color: #ffffff !important;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.row.expandrow {
	width: calc(100% + 40px) !important;
	max-width: 1230px !important;
}
.row.expandrowmaxwidth1020 {
	width: calc(100% + 40px) !important;
	max-width: 1020px !important;
}

.col3solvemid .h_whitebox,
.col3solvemid .box_quote {
	margin-left: auto;
	margin-right: auto;
}
.col3solveright .h_whitebox,
.col3solveright .box_quote {
	margin-left: auto;
}

.nospacecontainer {
	width: calc(100% + 20px) !important;
	max-width: 1200px !important;
}

/*---Flexbox adjustment---*/
.row.raw > div {
	padding-left: 0px;
	padding-right: 0px;
}
.end-xs {
	text-align: initial !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

/*---Typography---*/
h1 {
	font-size: 90px;
	line-height: 1;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
	font-family: 'Have Heart One', sans-serif !important; 
	font-feature-settings: "salt" 1;
}
h2 {
	font-size: 46px;
	line-height: 1.2em;
	margin-bottom: 20px !important;
}
h3 {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
}
h4 {
	font-size: 2.6em;
	line-height: 1em;
	margin-bottom: 20px !important;
}
h5 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 20px !important;
}
h6 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 20px !important;
	opacity: 1 !important;
	text-transform: initial !important;
}
p.big {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 15px !important;
}
p {
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 20px !important;
}
p.small {
	font-size: 13px;
	line-height: 18px;
}
/*body {font-size:16px ;}*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	display: block;
}

/*--Color---*/
.whitetext * {
	color: #ffffff !important;
}
.lightgrey {
	color: #e1e1e1 !important;
}
.medgrey {
	color: #747474 !important;
}
.darkred {
	color: #b3102c !important;
}
.gold {
	color: #95694c !important;
}
.darkblue {
	color: #3f5564 !important;
}
.medbrown {
	color: #af856f !important;
}
.blacktext {
	color: #000000 !important;
}

/*---Text style---*/
.uppertext {
	text-transform: uppercase;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.lightf {
	font-weight: 400;
}
.mediumf {
	font-weight: 500;
}
.heavyf {
	font-weight: 700;
}

/*---Padding---*/
.padt5 {
	padding-top: 60px;
}
.padt10 {
	padding-top: 10%;
}

.padto35 {
	padding-top: 35px;
}
.padto70 {
	padding-top: 70px;
}
.padto90 {
	padding-top: 90px !important;
}
.padto100 {
	padding-top: 100px !important;
}
.padbo35 {
	padding-bottom: 35px;
}
.padbo90 {
	padding-bottom: 90px !important;
}

#pagecontent .page-spacing-top {
	padding-top: 90px;
}
.tbpad5 {
	padding-top: 60px;
	padding-bottom: 60px;
	/* padding-top: 5%;
	padding-bottom: 5%; */
}
.tbpad10 {
	padding-top: 10%;
	padding-bottom: 10%;
}
.tbpad12 {
	padding-top: 12%;
	padding-bottom: 12%;
}
.tbpad15 {
	padding-top: 15%;
	padding-bottom: 15%;
}
.padtb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padtb45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padtb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.padtb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.lfpad5 {
	padding-left: 5%;
	padding-right: 5%;
}
.padlf45 {
	padding-left: 45px;
	padding-right: 45px;
}

.padall5 {
	padding: 5%;
}
.padall10 {
	padding: 10%;
}
.pad30 {
	padding: 30px;
}
.pad35 {
	padding: 35px;
}

.padb5 {
	padding-bottom: 5%;
}
.padb10 {
	padding-bottom: 10%;
}
.padb15 {
	padding-bottom: 15%;
}
.par0 {
	padding-right: 0px;
}
.height_60 {
	height: 60vh;
}
.height_70 {
	height: 70vh;
}
.height_75 {
	height: 75vh;
}
.height_80 {
	height: 80vh;
}
.height_85 {
	height: 85vh;
}
.height_90 {
	height: 90vh;
}
.height_100 {
	height: 100vh;
}
.height_105 {
	height: 105vh;
}
.height_110 {
	height: 110vh;
}

.mgt20 {
	margin-top: 20px;
}

.minh240.productgridzoom {
	min-height: 240px;
}
.bck_lightgrey {
	background-color: #ece8e4;
}
.bck_medbrown {
	background-color: #af856f;
}
.bck_white {
	background-color: #ffffff;
}
.bck_darkblue {
	background-color: #3f5564;
}
.bck_lightblack {
	background-color: #212121;
}

.bck_cover {
	background-size: cover;
}
.bck_center {
	background-position: center;
}
.bck_atth {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: 9;
}

/*---Cta button---*/
.but_medbrown {
	background-color: #af856f;
	color: #ffffff;
	padding: 6px 35px;
	border: 1px solid #ffffff;
	margin: 20px auto;
	display: block;
	width: fit-content;
}
.but_medbrown:hover {
	background-color: #3f5564;
}
.but_black {
	background-color: #ffffff;
	color: #000000;
	padding: 6px 35px;
	border: 1px solid #000000;
	margin: 20px auto;
	display: block;
	width: fit-content;
}
.but_black:hover {
	background-color: #af856f;
	color: #ffffff;
	border: 1px solid #af856f;
}
.but_lightgrey {
	background-color: #ece8e4;
	color: #000000;
	padding: 6px 35px;
	border: 1px solid #000000;
	margin: 20px auto;
	display: block;
	width: fit-content;
}
.but_lightgrey:hover {
	background-color: #af856f;
	color: #ffffff;
	border: 1px solid #af856f;
}
.but_darkblue {
	background-color: #3f5564;
	color: #ffffff;
	padding: 6px 35px;
	border: 1px solid #ffffff;
	margin: 20px auto;
	display: block;
	width: fit-content;
}
.but_darkblue:hover {
	background-color: #af856f;
}

/*---Animation---*/
@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}
@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

/*---Button---*/
.pa_but_white,
.pa_but_red {
	font-size: 16px;
}

.pa_but_mid {
	display: block !important;
	margin: auto !important;
}
.pa_but_white {
	font-weight: 700;
	line-height: 1.3em;
}
.pa_but_white {
	background-color: #ffffff;
	color: #e01b2f !important;
	padding: 10px 15px;
	margin: 20px 0;
	width: fit-content;
	display: block;
}
.pa_but_white:hover {
	background-color: #e01b2f;
	color: #ffffff !important;
}

.pa_but_red {
	font-weight: 700;
	line-height: 1.3em;
}
.pa_but_red {
	background-color: #e01b2f;
	color: #ffffff !important;
	padding: 10px 15px !important;
	margin: 0 !important;
	width: fit-content;
	line-height: 20px !important;
	display: inline-block;
}
.pa_but_red:hover {
	background-color: #ffffff;
	color: #e01b2f !important;
}

.pa_but_white2 {
	background-color: #ffffff;
	color: #e01b2f;
	padding: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}
/*width: fit-content;*/
.pa_but_mid {
	margin: auto !important;
}

/*---Preloader---*/
/*PRELOADING------------ */
#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100001;
	background: #ffffff;
}

.loader {
	display: block;
	width: 200px;
	height: auto;
	position: fixed;
	z-index: 100002;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes loader {
	0% {
		width: 200px;
	}

	50% {
		width: 220px;
	}

	100% {
		width: 200px;
	}
}

/*---Splash Divider---*/
.sliderhome:before {
	content: " ";
	position: absolute;
	background-image: url(/wp-content/uploads/2026/08/divider_splashtop.svg);
	height: 65px;
	background-repeat: no-repeat;
	bottom: -1px !important;
	top: auto;
	width: 100%;
	z-index: 10;
	background-size: cover;
	transform:scaleY(-1);
	background-position: bottom;
}

#foodservice:before,
#ourservices:before,
#productrange:before,
#working:before,
#pafoodfamily:before,
#asianfusion:before {
	content: " ";
	position: absolute;
	background-image: url("/wp-content/uploads/2026/08/divider_splashtop.svg");
	height: 65px;
	background-repeat: no-repeat;
	top: 0px !important;
	top: inherit;
	width: 100%;
	background-size: cover;
	left: -50px !important;
	width: calc(100% + 100px) !important;
	background-position: bottom;
}
#foodservice:after,
#ourservices:after,
#productrange:after,
#productsubhead:after,
#pafoodfamily:after,
#asianfusion:after {
	content: " ";
	position: absolute;
	background-image: url("/wp-content/uploads/2026/08/divider_splashtop.svg");
	height: 65px;
	background-repeat: no-repeat;
	bottom: -1px !important;
	top: inherit;
	width: 100%;
	background-size: cover;
	left: -50px !important;
	width: calc(100% + 100px) !important;
	transform: scaleY(-1);
	background-position: bottom;
}

/*---Box---*/
.box_display {
	padding: 30px;
	width: 100%;
}
.box_display.left {
	margin-left: 90px;
	/*width: 110%;*/
}
.box_display h3 {
	line-height: 1.3em;
}
.box_display p {
	font-size: 14px;
	line-height: 1.5em;
}

.box_display ul {
	padding-left: 20px;
	list-style-type: disc;
	font-size: 14px;
}
.special_box_display {
	padding-left: 0;
}

.box_yellow {
	background-color: #ffd200;
}
.box_yellow_trans {
	background-color: #ffd200d9;
}
.box_green {
	background-color: #009a80;
}
.box_green_trans {
	background-color: #009a80d9;
}
.box_green_our_story {
	background-color: #009a80;
}
.box_inline {
	display: inline-block;
}
.box_verticalmid {
	vertical-align: middle;
}
.box_red {
	background-color: #e01b2f;
}
.box_black {
	background-color: #000000;
}

.box_people {
	padding: 20px;
	margin-bottom: 30px;
	z-index: 9;
	height: 100%;
}
#founder .box_people {
	height: auto;
}
#founder .box_people img {
	position: relative;
	top: 2px;
}
.box_people img {
	margin-bottom: 20px;
}
.founderimg,
.founderdesc {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.founderdesc {
	padding-left: 20px;
	/* padding-right: 20px; */
	width: calc(50% - 5px);
}

.h_whitebox {
	width: 100%;
	height: 300px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-size: 100%;
	max-width: 345px;
	transition: 0.5s !important;
}
.h_whitebox:hover {
	background-size: 105%;
	transition: 0.5s !important;
}
.h_whitebox:before {
	content: " ";
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 40%;
	background: linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all 0.2s ease-out 0s;
}
.h_whitebox:hover:before {
	opacity: 1;
	transition: 0.5s !important;
}
.h_whitebox:hover .pa_but_white2 {
	background-color: #e01b2f;
	color: #ffffff;
	transition: 0.5s !important;
}
.h_whitebox .pa_but_white2 {
	transition: 0.5s !important;
}

.box_yellow_trans > *:last-child {
	margin-bottom: 0px !important;
}

.marleft72 {
	margin-left: 72px;
}

/*---Icon Box---*/
.box_icon {
	margin-bottom: 30px;
	min-height: 230px;
}
.box_icon * {
	display: inline-block;
	vertical-align: middle;
}
.box_icon > h3 {
	min-width: 100px;
	max-width: fit-content;
	margin-bottom: 0px !important;
}
.box_icon > h2 {
	min-width: 100px;
	max-width: fit-content;
	font-size: 43px;
	line-height: 1.2em !important;
	margin-bottom: 0px !important;
	margin-left: 20px;
	font-weight: 700 !important;
	font-family: "Lora", serif !important;
}
.box_icon > p {
	margin-bottom: 0px !important;
}

/*---Quote---*/
.box_quote {
	position: relative;
	padding: 21px;
	font-style: italic;
	min-height: 200px;
	margin-bottom: 15px;
	max-width: 320px;
}
.quote {
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
.quoteby {
	text-align: right;
	font-weight: 700 !important;
	color: #fff;
	font: initial;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 20px;
	margin-bottom: 0px !important;
}

/*---Cert---*/
.certblush:before {
	content: " ";
	height: 92px;
	width: 12px;
	background-image: url("../img/logo-blush.png");
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	margin-left: 15px;
}

/*---Position---*/
.subhead {
	position: relative;
}
.midtop {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0%);
}
.midcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.midbot {
	position: absolute;
	bottom: 5%;
	transform: translate(-50%, 0%);
	left: 50%;
}

/*---Main Menu---*/
#masterhead {
	position: absolute;
	height: 80px;
	width: 100%;
	z-index: 10000;
}
.headwidth {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: auto;
	height: 80px;
}
.fixed-header .headwidth {
	background-color: #fff;
}

.menu-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu-register {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(0%, -50%);
}
.menu-burger {
	position: relative;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}
.menu-burger {
	display: none;
}
#masterhead.fixed-header {
	position: fixed;
	top: 0;
	z-index: 100000;
	height: initial;
}
.menu-register a {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.menu-register a:hover {
	background-color: #af856f;
}
.menu-logo img {
	width: 140px;
}
.fixed-header .menu-logo img {
	width: 140px;
}
.fixed-header .stickylogo {
	display: block;
}

.menu-left,
.menu-right {
	position: static;
}
.desktopmenu {
	position: static;
	max-width: 400px;
}
.menu-left {
	float: left;
	margin-left: 30px;
}
.menu-right {
	float: right;
	margin-right: 30px;
}

/*---Ubermneu---*/
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	padding-top: 30px;
	padding-bottom: 29px;
	color: #000000 !important;
}

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item a {
	padding: 15px;
}

.ubermenu-skin-clean-white .ubermenu-submenu.ubermenu-submenu-drop {
	border: 0px !important;
}

.menu_yellow.ubermenu-active > * {
	background-color: #ffd200 !important;
}

.menu_green.ubermenu-active > * {
	background-color: #009a80 !important;
}

.ubermenu-skin-clean-white {
	background-color: transparent !important;
}

li.whitesticky.ubermenu-item > a.ubermenu-target {
	color: #ffffff !important;
	transition: 0.1s !important;
	font-size: 16px;
}

li.whitesticky.ubermenu-item:hover a {
	color: #000000 !important;
}

.fixed-header li.whitesticky.ubermenu-item > a.ubermenu-target {
	color: #000000 !important;
	transition: 0.1s !important;
}

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item a:hover {
	background-color: #e01b2f;
	color: #ffffff !important;
	transition: 0.2s;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
	width: 150px !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
	width: calc(100% - 150px) !important;
}

.ubermenu.ubermenu-disable-submenu-scroll
.ubermenu-item
> .ubermenu-submenu.ubermenu-submenu-type-mega {
	margin-left: 5%;
}

.menusubhead > a {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.ubermenu-skin-clean-white
.ubermenu-submenu
.ubermenu-item-header.ubermenu-has-submenu-stack
> .ubermenu-target {
	border-bottom: 0px !important;
	font-size: 16px !important;
}

.ubermenu-skin-clean-white .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-clean-white
.ubermenu-item-level-0.ubermenu-active
> .ubermenu-target {
	background: #ffffff !important;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
	content: " ";
	height: 3px;
	width: 0%;
	background-color: #e01b2f;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 0;
	transform: translate(15%, -0%);
	transition: 0.2s;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover:after {
	width: 75%;
	transition: 0.2s;
}

.ubermenu-submenu-type-flyout
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
	content: " ";
	height: 0px;
	width: 0%;
}

.ubermenu-tab-content-panel
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
	content: " ";
	height: 3px;
	width: 0%;
	background-color: #e01b2f;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: translate(15px, -0%);
	transition: 0.2s;
}

.ubermenu-tab-content-panel
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover:after {
	/* width: 75%; */
	width: calc(90% - 20px);
	transition: 0.2s;
}

.ubermenu
.ubermenu-submenu
.ubermenu-column-auto
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover:after {
	left: -5px;
}

.menusubhead.whitetext a.ubermenu-target span {
	color: #ffffff !important;
}

.ubermenu-skin-clean-white.ubermenu-responsive-toggle {
	text-align: right;
	font-size: 18px !important;
	color: #e01b2f !important;
	height: 80px;
}

.menu-mobile .fas.fa-bars {
	font-size: 24px;
	line-height: 34px;
}
.menu-mobile .ubermenu-sub-indicator {
	display: none;
}
ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-1-4.ubermenu-submenu.ubermenu-submenu-id-81.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group {
	border: 0px;
}

.darkeryellow {
	background-color: #f4c500;
	height: -webkit-fill-available;
	min-height: 480px;
}
.darkergreen {
	background-color: #008e73;
	height: -webkit-fill-available;
	min-height: 480px;
}
.darkeryellow,
.darkergreen {
	padding: 20px !important;
}
ul.ubermenu-submenu .ubermenu .ubermenu-target-text {
	font-size: 13px !important;
}
span.ubermenu-target-title.ubermenu-target-text {
	font-size: 15px;
}
.menusubhead > .ubermenu-submenu a.ubermenu-target span {
	font-size: 13px !important;
}

span.ubermenu-sub-indicator-close {
	display: none;
}

/*---New added for ubermenu underline fix---*/

/*---List Style---*/
.list2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.list3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.listbox li {
	list-style: disc;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 30px;
}

/*---Logos---*/
.logospace {
	margin-left: 12px;
	margin-right: 12px;
}
.companylogos {
	max-width: 220px;
}
.logomax {
	max-width: 120px;
}

/*---Profile---*/
.peopleimg {
	margin-bottom: 20px;
}
.peoplebox h6 {
	margin-bottom: 0px;
}

/*---Footer---*/
#footer {
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
}
#footer p,
#footercopyright {
	font-size: 13px !important;
}
#footer p.big {
	font-size: 15px !important;
}
#footer .box_red {
	padding: 30px 30px !important;
	min-height: initial !important;
}
.widgetline {
	border-left: 4px solid #e01b2f;
	padding-left: 10px;
	min-height: 160px;
}
.footerwidget {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	vertical-align: top;
}
#footercopyright {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	display: block;
	margin: auto;
}
#footercopyright a:hover {
	color: #e01b2f;
}
.socialicon a {
	max-width: 36px;
	display: inline-block;
}
#footer .gform_wrapper li.hidden_label input {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 4px solid #e01a30;
}
#footer .menu li a {
	font-size: 12px;
	color: black !important;
	padding: 3px 0;
}
#footer .menu li a:hover {
	color: #e01b2f !important;
}
#footer ul.menu > li + li {
	border-top: 0px;
}
div#footerwidget {
	padding-bottom: 10px;
}
.ginput_container.ginput_container_email {
	width: 100% !important;
	max-width: 100% !important;
}
input::placeholder {
	font-size: 13px;
	padding: 5px;
}

/*---Slick Slider
.slick-prev:before, .slick-next:before {;background-position: center !important;background-repeat: no-repeat !important;position: absolute;top: 0;left: 0;content: " ";background-size: 70px !important;width: 80px;height: 80px;}
.slick-prev:before {background: url(../img/sarrowleft.png);}
.slick-next:before {background: url(../img/sarrowright.png);}

.slick-prev:before, .slick-next:before {font-family: 'slick';font-size: 64px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 80px;height: 80px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: black;border: none;
outline: none;background: transparent;z-index: 10000;}
button.slick-next.slick-arrow {position: absolute;right: 0;}
.slick-dots {position: absolute;bottom: 10px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;
border: 0;outline: none;background: transparent;}
.slick-dots li.slick-active button:before {opacity: 1;color: #ffffff;}
.slick-dots li button:before {font-family: 'slick';font-size: 50px;line-height: 20px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;content: '•';text-align: center;opacity: .25;color: black;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-slider {overflow: hidden;}
.slidetextbox {padding: 5%;}
.slickslide ul li:before {content: '' !important;}
.sliderfield {max-width: 1200px;margin: auto;}
.inlineicon {margin-bottom: 5px;}
.inlineicon > * {display: inline-block !important;vertical-align: middle;margin-bottom: 0px;margin-right: 5px;}
.iconimg {max-width:64px;}
.photoslide {background-size:cover;background-position:center;}
#amenitiesslider .slick-dots li {width:auto;margin-left:20px;margin-right:20px;}
#amenitiesslider .slick-dots {bottom: 30px;}
#amenitiesslider .photoslide:before {content: " ";background-image: linear-gradient(transparent, black);width: 100%;height: 20vh;position: absolute;bottom: 0;}
#amenitiesslider .photoslide:after {content: " ";background-image: linear-gradient(#0000006b, transparent);width: 100%;height: 30vh;position: absolute;top: 0;}
a.slidetitle {color: #ffffff;}
.slick-active .slidetitle {color: #95694c;}
---*/

/*---Product Subheader---*/
div#productsubhead {
	padding-top: 25vh;
	padding-bottom: 15vh;
}
#productsubhead .col-lg-12,
#productsubhead .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
#productsubhead .breadcrumb a {
	color: #ffffff;
}

/*---Product Category Accordion---*/
.z-accordion.vertical {
	width: 100%;
}

.cattitle {
	font-size: 90px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Have Heart One', sans-serif !important; 
	font-feature-settings: "salt" 1;
	display: inline-block;
}

.catdesc {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 45px;
	font-family: "Lora", serif;
	display: inline-block;
	max-width: 340px;
}

.z-accordion.silver.vertical > .z-section > .z-header,
.z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
	text-shadow: none !important;
	color: #ffffff !important;
}

ul#catlistbanner > li .z-header,
ul#catlistbanner2 > li .z-header {
	padding: 45px;
	height: auto !important;
	border: 0px;
}

.z-active .z-title {
	font-weight: initial;
}

.catcta {
	background-color: #e01b2f;
	color: #ffffff;
	padding: 12px 15px;
	margin: 20px 0 0 0;
	width: fit-content;
	display: inline;
	font-size: 16px;
	line-height: 20px;
}
.catcta:hover {
	background-color: #fff;
	color: #e01b2f;
}

.catcta:hover:after {
	border-top: 14px solid #e01b2f !important;
	border-left: 8px solid #fff !important;
	border-right: 8px solid #fff !important;
}

.z-active .catcta {
	background-color: #009a80;
}
.z-active .catcta:hover {
	background-color: #fff;
	color: #009a80;
}
.z-active .catcta:hover:after {
	border-top: 14px solid #009a80 !important;
	border-left: 8px solid #fff !important;
	border-right: 8px solid #fff !important;
}

/*---Single Product Tabs---*/
.z-tabs {
	width: 100%;
}
a.z-link {
	padding: 0px 10px 10px 10px !important;
	box-shadow: none !important;
	border: 0px !important;
	background-color: transparent !important;
	text-align: center;
}
a.z-link-text {
	padding-top: 4px !important;
	padding-bottom: 10px !important;
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
	margin-top: -10px !important;
	text-align: center;
}
.z-link img {
	margin-bottom: 10px;
}
.z-container {
	border-left: 0px !important;
	border-right: 0px !important;
	background-color: transparent !important;
	box-shadow: inherit !important;
	border-top: 4px solid #e01b2f !important;
}
.z-tabs-nav {
	margin-bottom: 20px !important;
}
.z-tabs > ul {
	display: block;
	margin-left: -10px !important;
	width: calc(100% + 20px);
}
.z-tabs > .z-container > .z-content > .z-content-inner {
	padding: 0px !important;
}
.z-link:before {
	width: 125px;
	content: "View Product";
	display: block;
	z-index: 1000;
	position: absolute;
	background-color: #ffffff;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	color: #e01b2f;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	padding: 15px;
	opacity: 0;
	transition: 0.5s;
}
.z-link:after {
	content: " ";
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	width: calc(100% - 20px);
	height: 40%;
	background: linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all 0.2s ease-out 0s;
}
.z-link:hover:before,
.z-link:hover:after {
	opacity: 1;
}
a.catgrid.z-link {
	width: 100% !important;
	cursor: pointer !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*---Single Product Page---*/
#productlistingpage {
	padding-left: 20px;
	padding-right: 20px;
}
nav.woocommerce-breadcrumb.breadcrumbs {
	display: none;
}
.product_meta {
	display: none;
}
.social-icons.share-icons.share-row.relative {
	display: none;
}
.accordion .toggle {
	right: 0;
	left: inherit !important;
}
a.accordion-title {
	padding: 15px 0px;
	font-weight: 700;
	color: #000000;
	border-top: 4px solid #e01b2f;
}
.accordion-item:last-child {
	border-bottom: 4px solid #e01b2f;
}
.product-thumbnails a {
	width: 100px;
}
h1.product-title.product_title.entry-title {
	font-family: "Lora", serif !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	margin-bottom: 15px !important;
	margin-top: -7px;
}
.product-short-description .big {
	line-height: 1.5em;
}
.product-gallery.large-6.col {
	margin-bottom: 20px;
}
.accordion-inner {
	padding: 5px 20px 5px 0px !important;
}
.nutriimg {
	max-width: 480px;
	border: 1px solid black;
}
.product-gallery.large-6.col {
	max-width: 45%;
}

/*---Product Slide---*/
.slick-next::before {
	content: " " !important;
	background-image: url(../../../../wp-content/uploads/2019/06/catcta_arrow_red_right.png);
	width: 30px;
	height: 30px;
	background-size: 20px;
	background-position: 7px center;
	display: block;
	background-color: #ffffff;
	border-radius: 100%;
	padding: 10px;
	background-repeat: no-repeat;
	opacity: 1;
}

.slick-prev::before {
	content: " " !important;
	background-image: url(../../../../wp-content/uploads/2019/06/catcta_arrow_red_left.png);
	width: 30px;
	height: 30px;
	background-size: 20px;
	background-position: 3px center;
	display: block;
	background-color: #ffffff;
	border-radius: 100%;
	padding: 10px;
	background-repeat: no-repeat;
	opacity: 1;
}

#ninja-slider {
	max-width: 100%;
}

#ninja-slider-next.disabled,
#ninja-slider-prev.disabled {
	display: none !important;
}

/*---Product Short Description---*/
.product-short-description {
	color: #000000 !important;
}

.retailfood {
	max-width: 530px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	position: relative;
}

ul.retail-list.show-separator:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 4px;
	height: 100%;
	transform: translateX(-18px);
	background: #e01b2f;
}

ul.retail-list.hide-separator li:first-child {
	width: 100%;
	padding-right: 0;
}

/* .retailfood .retail-list li:first-child:before {
display: none;
} */
/* .retailfood .retail-list li:before {
content: "";
position: absolute;
left: 50%;
top: 0;
left: -5px;
width: 4px;
height: 100%;
transform: translateX(-18px);
background: #e01b2f;
} */

.retail,
.food {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.food {
	border-left: 4px solid #e01b2f;
	padding-left: 15px;
	margin-left: 15px;
}
.retailfood p {
	margin-bottom: 3px !important;
	font-size: 13px;
}
.retailfood .big {
	font-weight: 700;
}
.iconfea.row {
	border-top: 4px solid #e01b2f;
	padding-top: 20px;
	margin-left: 0px !important;
	width: 100% !important;
}
.product-info {
	padding-top: 0px !important;
}

/*---Slick slider---*/
.p_slidethumb {
	width: 50px;
	display: inline-block !important;
	vertical-align: top !important;
	/*display:none !important;*/
}

.p_slidemain {
	width: calc(100% - 55px);
	display: inline-block !important;
	vertical-align: top !important;
}
.tabgalleryimages {
	max-width: 600px;
}
.sky-tabs > label span {
	display: inline-block !important;
}

button.slick-prev.slick-arrow {
	left: 10px !important;
	z-index: 10000;
}

button.slick-next.slick-arrow {
	right: 10px !important;
	z-index: 10000;
}

.slick-slide img {
	width: 100%;
}

.slick-arrow {
	width: 30px !important;
	height: 30px !important;
}

.z-content .tabgalleryimages {
	max-width: 600px;
}

div#tabbed-nav {
	width: 100% !important;
}

.wrapthumb {
	width: calc(25% - 3.5px) !important;
}

.z-tabs.horizontal > ul > li {
	display: inline-block !important;
	float: none !important;
	vertical-align: top;
	/* padding-left: 10px;
	padding-right: 10px; */
}

.z-tabs > .z-container > .z-content {
	opacity: 0 !important;
}

.z-tabs > .z-container > .z-content.z-active {
	opacity: 1 !important;
}

.catcta:before {
	content: "Open ";
	transition: 0.1s;
}

.z-section.z-active .catcta:before {
	content: "Close ";
	transition: 0.1s;
}

.catcta:after {
	content: " ";
	/* height: 18px; */
	/* width: 18px; */
	/* background-image: url(../../../../wp-content/uploads/2019/06/catcta_arrow.png);
	background-size: 18px;
	background-repeat: no-repeat; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 5px;
	transform: rotate(0deg);
	transition: 0.5s;
	margin-left: 10px;
	margin-bottom: 5px;
	transform: rotate(0deg);
	transition: transform 0.5s ease;
	border-top: 14px solid #fff;
	border-left: 8px solid #e01b2f;
	border-right: 8px solid #e01b2f;
}

.viewcta:before {
	content: "View ";
}

.viewcta:after {
	content: inherit;
	width: 0;
	height: 0;
	background-image: inherit;
	margin-left: 0px;
}

.z-section.z-active .catcta:after {
	transform: rotate(180deg);
	transition: transform 0.5s ease;
	border-top: 14px solid #fff;
	border-left: 8px solid #009a80;
	border-right: 8px solid #009a80;
}

.z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
	padding: 15px 0px 0px 0px !important;
}

.z-auto-g {
	min-height: 300px;
}

span.z-arrow {
	display: none;
}

.product-small.box .product-title {
	text-align: center;
	font-size: 16px !important;
	line-height: 22px !important;
	color: #000000;
}

/*---Product small thumb---*/
.p_smallthumb {
	margin-right: 8px;
}

.p_smallthumb .slick-container {
	margin-bottom: 10px;
}

/*---Single product accordion---*/
.accordion-title.active {
	border-color: #e01b2f !important;
	color: #000000 !important;
	background-color: transparent !important;
}

/*---Product Category Accordion---*/
#catlistbanner .z-header,
#catlistbanner2 .z-header {
	background-size: cover;
	background-position: center;
	min-height: 200px;
}

div#productcatlisting {
	padding-left: 15px;
	padding-right: 15px;
}

#productcatlisting .z-content {
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
	margin: 0 auto 0 -10px;
	width: calc(100% + 20px);
	display: block !important;
}

#productcatlisting .z-section {
	box-shadow: none !important;
	margin-bottom: 30px;
}
#productcatlisting .z-section:last-child {
	margin-bottom: 0;
}

.z-accordion.z-shadows.vertical.z-grouped {
	box-shadow: none !important;
}

li.z-section {
	cursor: pointer;
}

.productgridzoom {
	/* background-color: #d6d6d6; */
	/* background-size: cover; */
	position: relative;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	content: " ";
	display: block;
	/* min-height: 280px; */
	padding-bottom: 100%;
	transition: 0.5s !important;
	margin-bottom: 5px;
}
a.catgrid:hover .productgridzoom {
	/* background-size: cover; */
	background-size: 105%;
	transition: 0.5s !important;
}

/*---Special for microwave---*/
a.catbanner {
	padding: 45px;
	height: auto !important;
	width: 100%;
	background-size: cover;
	color: #ffffff;
	cursor: pointer;
	min-height: 250px;
	margin-bottom: 35px;
}
a.catbanner:hover {
	color: #ffffff;
}
a.catbanner .catdesc {
	font-size: 14px;
}
a.catbanner .catcta {
	display: block;
	margin: 0;
}

/*---Product Category Box---*/
a.catgrid {
	width: calc(25% - 3px) !important;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	position: relative;
	transition: 0.5s;
	/* margin-bottom: 10px; */
	margin-bottom: 15px;
}

a.catgrid img {
	margin-bottom: 5px;
}

a.catgrid > .productgridzoom:before {
	width: 125px;
	content: "View Products";
	display: block;
	z-index: 1000;
	position: absolute;
	background-color: #ffffff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #e01b2f;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	padding: 15px;
	opacity: 0;
	transition: 0.5s;
}

a.catgrid > .productgridzoom:hover:before,
a.catgrid > .productgridzoom:hover:after {
	opacity: 1;
	transition: 0.5s;
}

a.catgrid > .productgridzoom:after {
	content: " ";
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	/* width: calc(100% - 20px); */
	width: 100%;
	/* height: 40%; */
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all 0.2s ease-out 0s;
}

main.textgrid {
	width: calc(50% - 22px);
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	padding: 30px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	position: relative;
	transition: 0.5s;
	background-color: #ffd200;
	margin-bottom: 20px;
	min-height: 280px;
}

main.textgrid p {
	font-size: 11px !important;
}

main.textgrid p:last-child {
	margin-bottom: 0px !important;
}

/*---Product icon row---*/
.iconfea > .col-lg-2 {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
}

.iconfea img {
	width: 75px;
	display: block;
	text-align: center;
	margin: 8px auto;
}

.iconfea.row p {
	font-size: 11px !important;
	margin-bottom: 0 !important;
}

.iconfea div {
	text-align: center;
	/* margin-bottom: 15px; */
	font-size: 11px;
	line-height: 15px;
}

a.catgrid.z-link:after {
	width: 100%;
}

a.catgrid.z-link {
	cursor: pointer;
}

/*---custom accordion arrow---*/
.product-page-accordian .accordion .toggle {
	width: 20px;
	height: 20px;
	top: 0.4em;
	opacity: 1;
}

.product-page-accordian i.icon-angle-down {
	width: 16px;
	height: 16px;
}

.product-page-accordian .icon-angle-down:before {
	content: "\f107";
	content: " ";
	background-image: url(../../../../wp-content/uploads/2019/06/catcta_arrow_red.png);
	width: 16px;
	height: 16px;
	background-size: 16px;
	display: block;
}

.product-page-accordian .accordion-inner p {
	line-height: 1.6em;
}

/*---Related Product---*/
.related.related-products-wrapper.product-section {
	display: none;
}

.relatedrow {
	width: calc(100% + 20px);
	margin-left: -10px;
}

/*---For Vector Graphic---*/
.vmax {
	max-width: 480px;
	margin: auto;
	margin-bottom: 35px;
}

/*---History timeline---*/
.stem-wrapper {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: calc(50% + 25px);
}
.stem-wrapper .stem {
	background: #ffabb7;
	height: 100%;
}
.stem-wrapper .stem,
.stem-wrapper .stem-background {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 8px;
}
.stem-wrapper .stem-background {
	background: #e01b2f;
	height: 50%;
	transition-duration: 0.5s;
}

#timeline {
	overflow: hidden;
}
.timelineother {
	background-color: #f4f4f4;
	position: relative;
	z-index: 100;
}
.timelineleft,
.timelineright {
	width: calc(92% - 90px);
	padding: 30px 30px 10px 30px;
	margin-top: 120px;
	position: relative;
}
.timelineleft {
	margin-left: 90px;
}
.timelineright {
	float: right;
	margin-right: 90px;
}
.timelineleft .year,
.timelineright .year {
	position: absolute;
	top: -80px;
	font-family: 'Have Heart One', sans-serif !important;
	font-feature-settings: "salt" 1;
	font-size: 90px;
	line-height: 1.2;
	color: #e01b2f !important;
}
.timelineleft .year {
	right: 0;
}

.timelineright .year {
	left: 0;
}
.timeline-item {
	position: relative;
	margin-bottom: 30px !important;
}
.redcircle {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #e01b2f;
	border-radius: 100%;
	left: calc(114.1% - 2px);
	top: 50%;
	transform: translate(-50%, -50%);
}
.timelineright .redcircle {
	right: calc(108% - 2px);
	left: initial;
}
.first .redcircle:before {
	height: 410px;
	background-color: #f4f4f4;
	width: 25px;
	position: absolute;
	top: -410px;
	content: " ";
	display: block;
	left: 5px;
}
/*.first .redcircle:after {content: ' ';display: block;left: 8px;}*/
.last .redcircle:before {
	height: 600px;
	background-color: #f4f4f4;
	width: 20px;
	position: absolute;
	bottom: -600px;
	content: " ";
	display: block;
	left: 5px;
}

/*---Gravity form---*/
.ginput_container input,
.ginput_container .textarea {
	border: 4px solid #e01a30 !important;
	margin-top: 5px;
}

/*---Contact us---*/
.socialmediarow a {
	display: inline-block;
	margin-right: 10px;
}
.socialmediarow img {
	margin-bottom: 0px;
}
.gform_footer.top_label {
	margin: 25px 0 0px 0;
	padding: 0px;
}
.gform_footer .gform_button {
	text-transform: initial;
	background-color: #e01a30 !important;
}

.copy-right-text {
	display: inline;
}
ul.main-banner-display {
	display: inline-block;
	vertical-align: middle;
}
ul.main-banner-display li {
	float: left;
}

#rev_slider_1_1_wrapper h1 {
	font-size: 66px;
	line-height: 1.2em !important ;
}
#rev_slider_1_1_wrapper p {
	line-height: 1.4em !important ;
}
#iubenda-pp {
	z-index: 1000000 !important;
}
#iubenda-pp-overlay {
	z-index: 100000 !important;
}

.iubenda-nostyle {
	display: inline-block;
	padding-left: 130px;
	/*float:left;*/
}

.newaletter {
	position: relative;
}
#newsletter {
	/*position: relative;*/
	background-color: #fff;
	/*    height: 30px;
	padding: 10px;
	width: 212px;
	margin-left: -13px;
	font-size: 10px;*/
	border: 4px solid #e01a30;
}

.newaletter input[type="submit"]:hover {
	box-shadow: none !important;
}
.newaletter input[type="submit"] {
	background-image: url(../img/mail-icon.png);
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: center center;
	border: 0;
	width: 13px;
	height: 13px;
	color: transparent;
	position: absolute;
	background-color: transparent;
	right: 0px;
	top: 0px;
	padding: 0;
}
.signup .newaletter .wpcf7-form-control-wrap {
	display: flex;
	max-width: 400px;
	margin: 0 auto;
}
.signup .newaletter input[type="submit"] {
	background-image: none;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
	border: 0;
	width: initial;
	height: initial;
	color: #fff;
	position: initial;
	background-color: #e01a31;
	right: initial;
	top: initial;
	padding: 0px 20px;
	margin-left: 10px;
	font-size: 15px;
	text-transform: capitalize;
}
.signup .newaletter input[type="submit"]:hover {
	background-color: #fff;
	color: #e01a31;
}
.mc4wp-success p {
	color: green;
	margin-bottom: 0px;
	margin-top: -10px;
}

.pleft100 {
	padding-left: 115px;
}
.pleft60 {
	padding-left: 60px;
}

.pright100 {
	padding-right: 115px;
}
.pleft90 {
	padding-left: 90px;
}

.pright90 {
	padding-right: 90px;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mright100 {
	margin-right: 100px;
}
.mright90 {
	margin-right: 90px;
}

.mtop100 {
	margin-top: 100px !important;
}

.p100 {
	padding-left: 100px;
	padding-right: 100px;
}
.p90 {
	padding-left: 90px;
	padding-right: 90px;
}
.p60 {
	padding-left: 60px;
	padding-right: 60px;
}

.box_people p:last-child {
	margin-bottom: 0 !important;
}

#contactdesc {
	position: relative;
	/*overflow: hidden;*/
	padding: 100px 0 90px 0;
	height: 400px;
}

#contactdesc .title {
	padding-top: 30px;
}
#contactdesc .floatimage {
	transform: translate3d(0px, 0px, 0px) !important;
}
.row {
	position: relative;
}

.zindex {
	z-index: 999;
}
.amissimo {
	font-family: 'Have Heart One', sans-serif !important; 
	font-feature-settings: "salt" 1;
	font-weight: normal !important;
	font-size: 90px;
}

.box_quote.quote-cs-m {
	margin-top: 45px;
}

.gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
}
.gform_wrapper .validation_message {
	color: #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	box-sizing: initial !important;
}
.gform_wrapper .ginput_container {
	max-width: 100% !important;
}

.box_display a.link {
	color: #e01b2f;
	font-weight: bold;
	display: inline-block;
}
.services-kitchen-partner-box {
	display: inline-grid;
	/* width: 19.5%; */
	width: 230px;
}
.services-kitchen-partner-box .logomax {
	max-width: 200px;
	margin: 0 auto;
}
.services-kitchen-partner-box p {
	font-weight: bold;
	margin-top: 5px !important;
	/* width: 114px; */
	margin: 0 auto;
}

.blog-list .blog-inner {
	max-width: 315px;
	margin: 0 auto;
}
.entry-category a {
	display: inline-block;
	margin-bottom: 5px !important;
	font-size: 15px;
	margin-top: 0px;
	font-weight: bold;
	color: #000;
}

.blog-list .blog-inner h2 {
	display: inline-block;
	margin-bottom: 0px !important;
	font-size: 36px;
	font-weight: bold;
}
.blog-list .imgbox {
	position: relative;
	max-width: 315px;
	width: 315px;
	height: 245px;
	border: 10px solid #ffd200;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: 0.5s !important;
	background-position-y: 50%;
}
.blog-list a:hover .imgbox {
	transition: 0.5s !important;
	background-size: auto 105%;
	background-position-x: 5%;
}
.blog-list a .readmore {
	display: none;
	transition: 2s !important;
}
.blog-list a:hover .readmore {
	display: block;
	width: 110px;
	height: 95px;
	background-color: #e01b2f;
	color: #fff;
	padding: 13px 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	transition: 0.5s !important;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s; /* Firefox */
	-webkit-animation: fadein 0.5s; /* Safari and Chrome */
	-o-animation: fadein 0.5s; /* Opera */
}

.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover {
	border-color: transparent;
	background-color: transparent;
	color: #e01a30;
}

.nav-pagination > li > span,
.nav-pagination > li > a {
	font-size: 18px;
	min-width: initial;
	border-radius: 0;
	border: 0px;
}
.social-icons-profile a {
	display: inline-block !important;
	margin: 0 12px;
	width: 45px;
}
.social-icons a {
	display: inline-block !important;
}

.blog-list .blog-inner.first_child {
	margin-left: 0;
}
.blog-list .blog-inner.third_child {
	float: right;
}
ul.blog-filtering {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
ul.blog-filtering li {
	display: inline-block;
	/* float: left; */
	position: relative;
	margin-bottom: 20px;
}
ul.blog-filtering li a {
	padding: 10px 20px;
	background: #e01a31;
	color: #fff;
	min-width: 105px;
	text-align: center;
	margin: 0 28px;
	font-weight: bold;
}
ul.blog-filtering li a:hover {
	background-color: #ffffff;
	color: #e01b2f !important;
}
.social-icons-share a img {
	width: 45px;
	height: 45px;
}
.social-icons-share a {
	display: inline-block;
	margin: 0 2px;
}
.blog-detail h3 {
	font-size: 36px;
	margin-top: 10px;
}

ul.blog-filtering li:before {
	content: " ";
	position: absolute;
	background: #e01a30;
	height: 10px;
	width: 10px;
	right: -4px;
	top: 15px;
	border-radius: 100%;
}
ul.blog-filtering li:last-child:before {
	display: none;
}

.news-list .news-item {
	position: relative;
	background: #ffd200;
	padding: 20px;
	min-height: 320px;
	margin-bottom: 40px;
}
.news-image {
	position: relative;
	/* max-width: 315px; */
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s !important;
}
.news-content {
	min-height: 280px;
	padding-bottom: 40px;
}
.news-content .readmore {
	background: #e01b2f;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-weight: bold;
	float: right;
	position: absolute;
	bottom: 0;
	right: 15px;
}
.news-content .date {
	font-weight: bold;
}

.breadcrumb {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.breadcrumb > a {
	color: inherit;
}

.breadcrumb > a:hover {
	color: #e01b2f;
}

#productsubhead:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2b1600;
	opacity: 0.4;
	left: 0;
	top: 0px;
}
ul.carreer-list {
	border-top: 4px #e01b2f solid;
}
ul.carreer-list li {
	padding: 20px 0;
	border-bottom: 4px #e01b2f solid;
}
ul.carreer-list li h3 {
	margin-bottom: 0 !important;
}
ul.carreer-list li .readmore {
	background: #e01b2f;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-weight: bold;
	float: right;
}

a.focus_image:hover .productgridzoom {
	background-size: 105%;
	transition: 0.5s !important;
}

.bold {
	font-weight: bold;
}

.ubermenu-skin-clean-white
.ubermenu-submenu
.ubermenu-target
> .ubermenu-target-description {
	display: none;
}

ul.retail-list {
	display: block;
}

ul.retail-list li {
	position: relative;
	margin: 0;
	width: 50%;
	/* max-width: 45%; */
	float: left;
	padding-right: 50px;
}

.displayworkingwithyou {
	padding-top: 90px;
	padding-bottom: 90px;
}

.logoorder2 {
	padding-right: 15px;
}

.container_1200 {
	max-width: 1200px !important;
}

/* #productcatlisting .z-section.z-active {
margin-bottom: 0px;
} */

/* #productmaindesc h3 {
margin-bottom: 40px !important;
} */

#catlistbanner a.catgrid > .productgridzoom:before {
	width: 135px;
}
#homebanner {
	background-image: url('/wp-content/uploads/2023/09/CookingandProduction-5compressed.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
#homebanner #cert {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	padding: 15px 0 15px 0;
	margin-top: -100px;
}
.product-gallery .item {
	display: flex;
}
@media (max-width: 767px) {
	.product-gallery .item #thumbnail-slider {
		display: none;
	}
}
/* #productcatlisting .z-content{
overflow: initial !important;
}
#productcatlisting .z-section.z-active .z-content .z-auto-g{
margin-bottom: -30px;
} */

/*Nov Revision Overrides*/
#productcatlisting .z-section .z-auto-g {
	min-height: initial;
}

#contactdesc .box {
	max-width: 414px;
}

#contactdesc br {
	display: none;
}

#contactdesc h3 {
	margin-bottom: 28px !important;
}
#contactdesc p {
	margin-bottom: 28px !important;
}
#contactdesc a.pa_but_mid {
	display: block !important;
}

.timelineleft.image-display,
.timelineright.image-display {
	padding: 0;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto .ubermenu-target {
	padding-left: 13px !important;
	padding-right: 13px !important;
}

#banner-display-title {
	overflow: initial !important;
	padding-bottom: 50px !important;
}

/*---Responsive---*/
/*---For bigger desktop---*/
@media only screen and (min-width: 960px) and (max-width: 1320px) {
	.marrow {
		max-width: calc(100% - 120px) !important;
	}
	.gform_wrapper .ginput_container {
		max-width: 100% !important;
	}
	[class*="_container"] {
		max-width: calc(100% - 120px) !important;
	}
	.row.expandrow {
		width: calc(100% + 40px) !important;
		max-width: calc(100% - 90px) !important;
	}
	.row.expandrowmaxwidth1020 {
		width: calc(100% + 40px) !important;
		max-width: calc(100% - 90px) !important;
	}
	.menu-left {
		margin-left: 30px;
	}
	.menu-right {
		margin-left: 30px;
	}
	.displayworkingwithyou {
		padding-bottom: 150px;
	}
	.page-template-page-news-events .col-md-6.wow {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 1320px) {
	#thumbnail-slider {
		display: none;
	}
}

@media only screen and (max-width: 1260px) {
	.displayworkingwithyou {
		padding-bottom: 200px;
	}
	.slidermargin {
		margin-left: 15px !important;
	}
	.box_icon {
		min-height: 295px;
	}
	.box_icon > h2 {
		font-size: 27px;
		margin-left: 8px;
	}
	.z-tabs > ul {
		display: block;
		margin-left: -25px !important;
		width: calc(100% + 25px);
	}

	.redcircle {
		left: calc(115.1% - 2px);
	}
}

@media only screen and (max-width: 1200px) {
	.fwidget {
		margin-bottom: 25px;
	}
	.logoorder1 {
		margin-right: 0px !important;
		order: 1;
	}
	.logoorder2 {
		order: 2;
	}
	.logoorder3 {
		order: 3;
	}
	.row > div.logoorder3:not(.col):not([class^="col-"]) {
		width: 100% !important;
	}
	.logoorder3.certblush:before {
		display: none;
	}
	.logoorder2 {
		padding-right: 30px;
	}
	/* .productgridzoom {
	height: 200px;
	min-height: 280px;
} */

	.blog-list .blog-inner.first_child {
		margin-left: initial;
		margin: 0 auto;
	}
	.blog-list .blog-inner.third_child {
		float: initial;
	}
	.blog-list .imgbox {
		width: initial;
	}
	.timelineleft .year.res {
		font-size: 48px;
	}
}

/*---For desktop---*/
@media only screen and (min-width: 850px) and (max-width: 1320px) {
	.product-gallery #ninja-slider {
		width: 100%;
	}
}

@media only screen and (min-width: 960px) {
	/*---General---*/
	/*---.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {padding-left: 0px !important;padding-right: 0px !important;}---*/
	.menu-mobile {
		display: none;
	}
	#footer {
		padding-left: 45px;
		padding-right: 45px;
	}
	.n-plr-min-960 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.n-plr-min-768 {
		padding-left: 0;
		padding-right: 0;
	}
}

/*---For mobile to bigger screen---*/
@media only screen and (max-width: 1104px) {
	.retail,
	.food {
		display: block;
		border-left: initial;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 20px;
	}
	.redcircle {
		left: calc(116.1% - 2px);
	}
	.displayworkingwithyou {
		padding-bottom: 300px;
	}
	#ourfactory {
		min-height: 650px;
	}
}

@media only screen and (max-width: 1030px) {
	.redcircle {
		left: calc(116.1% - 0px);
	}
	.timelineright .redcircle {
		right: calc(108% - 5px);
	}
}

/*---For mobile---*/
/* @media only screen and (min-width: 959px) and (max-width: 1200px) {

} */
@media only screen and (max-width: 959px) {
	.news-content {
		min-height: auto;
		padding-bottom: 40px;
	}

	.timelineleft.image-display,
	.timelineright.image-display {
		padding: 20px;
	}
	.timelineleft,
	.timelineright {
		margin-top: 60px;
	}
	.timelineleft.image-display,
	.timelineright.image-display {
		margin-top: 20px;
	}

	.whowearewriteup > h3 > br {
		display: contents;
	}

	#pafoodfamily .box_yellow_trans > h3 > br {
		display: contents;
	}
	.z-tabs > ul {
		display: block;
		margin-left: -15px !important;
		width: calc(100% + 25px);
	}
	.mtextleft {
		text-align: left !important;
	}
	.mtextcenter {
		text-align: center !important;
	}
	.mtextright {
		text-align: right !important;
	}
	.menu-left,
	.menu-right {
		display: none;
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
		background-color: #ffffff !important;
	}
	.menu-logo {
		left: 0%;
		transform: translate(0%, -50%);
		margin-left: 20px;
	}
	#masterhead {
		background-color: white;
	}
	a.ubermenu-responsive-toggle i {
		margin-top: 7px;
	}
	a.catgrid {
		width: calc(50% - 3px) !important;
		display: inline-block;
	}
	main.textgrid {
		width: calc(100% - 20px);
	}
	.wrapthumb {
		width: calc(50% - 2px) !important;
	}
	.p_smallthumb {
		display: none !important;
	}
	.p_slidemain {
		width: 100%;
	}
	.hideinmobile {
		display: none;
	}
	.hideindesktop {
		display: block;
	}
	.hideindesktop.vmax.img-illus {
		width: 90%;
	}
	/* .product-main {
	padding: 25px 0 0 0 !important;
} */
	.iconfea > .col-lg-2 {
		/* -ms-flex-preferred-size: 25%; */
		/* flex-basis: 25%;
		max-width: 25%; */
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
	.product-info {
		padding-bottom: 5px;
	}
	.row._container {
		padding-left: 15px;
		padding-right: 15px;
	}
	div#footerwidget,
	div#footerredline,
	div#footercopyright {
		padding-left: 15px;
		padding-right: 15px;
	}
	.marleft72 {
		margin-left: 0px;
	}
	.floatcolinitiate {
		position: inherit !important;
		top: inherit !important;
		right: inherit !important;
		transform: inherit !important;
	}
	.row.expandrow {
		width: initial !important;
		max-width: initial !important;
	}
	.row.expandrowmaxwidth1020 {
		width: initial !important;
		max-width: initial !important;
	}
	.h_whitebox,
	.box_quote {
		max-width: 100%;
		width: 100%;
	}
	.nospacecontainer {
		margin: auto !important;
		padding-left: 10px !important;
		padding-right: 30px !important;
	}
	.product-gallery.large-6.col {
		max-width: 100%;
	}
	.timelineleft,
	.timelineright {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.timelineleft .year,
	.timelineright .year {
		left: initial;
		right: 10px;
		font-size: 70px;
		top: -60px;
	}
	.redcircle {
		top: 0;
		right: -30px;
		left: initial;
		z-index: 1000;
	}
	.timelineright .redcircle {
		right: -30px;
	}
	.stem-wrapper {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: initial;
		z-index: 50;
		right: 5px;
	}
	.sarrange1 {
		order: 1;
	}
	.sarrange2 {
		order: 2;
	}
	.founderimg,
	.founderdesc {
		width: 100% !important;
	}
	.founderdesc {
		padding-left: 0px;
	}
	.founderimg {
		margin-bottom: 30px;
	}
	.ubermenu .ubermenu-item .ubermenu-submenu-drop {
		position: relative !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive
	.ubermenu-nav
	.ubermenu-item
	.ubermenu-submenu.ubermenu-submenu-drop {
		margin-top: 0;
	}
	.ubermenu-responsive-default.ubermenu-responsive {
		max-height: initial !important;
	}
	.ubermenu-skin-clean-white .ubermenu-submenu.ubermenu-submenu-drop {
		background-color: #ffffff !important;
		box-shadow: none !important;
		margin-left: 30px !important;
	}
	a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
		display: none;
	}
	a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
		color: #e01b2f !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
		display: none;
	}
	ul#catlistbanner > li .z-header,
	ul#catlistbanner2 > li .z-header,
	a.catbanner {
		padding: 30px;
	}
	.iubenda-nostyle {
		padding-left: 70px;
	}
	a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.box_display {
		/*margin-left:auto;*/
		width: 100%;
	}
	.box_display.left {
		margin-left: auto;
		/*width:100%;*/
	}

	.pleft100 {
		padding-left: 15px;
	}
	.pleft90 {
		padding-left: 15px;
	}
	.pleft60 {
		padding-left: 15px;
	}

	.pright100 {
		padding-right: 15px;
	}
	.pright90 {
		padding-right: 15px;
	}

	.mright100 {
		margin-right: auto;
	}
	.mright90 {
		margin-right: auto;
	}
	.p100,
	.p90,
	.p60 {
		padding-left: initial;
		padding-right: initial;
	}
	.box_icon {
		min-height: 250px;
	}
	.box_icon > img {
		display: block;
		margin: 0 auto;
	}
	.box_icon > h2 {
		font-size: 30px;
		margin-left: 0;
	}
	.box_quote.quote-cs-m {
		margin-top: initial;
	}
	.services-kitchen-partner-box {
		width: 200px;
		padding: 0 10px;
	}
	.first .redcircle:before {
		height: 850px;
		top: -850px;
	}
	.news-list .news-item .news-content {
		margin-top: 20px;
	}
	.news-list .news-item {
		margin-right: 20px;
		margin-left: 20px;
	}

	.displayworkingwithyou .box_verticalmid {
		max-width: initial !important;
	}
	.displayworkingwithyou {
		padding-top: 90px;
		padding-bottom: 0px;
	}

	#contactdesc {
		height: auto !important;
	}
}

@media only screen and (max-width: 848px) {
	.product-gallery.large-6.col {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}

	.iconfea.row {
		padding-bottom: 28px;
	}

	ul.retail-list.show-separator li:first-child {
		padding-right: 45px;
	}

	ul.retail-list.show-separator li:last-child {
		padding-right: 0;
		padding-left: 30px;
	}
}
@media only screen and (min-width: 768px) {
	ul.blog-filtering br {
		display: contents;
	}
}
@media only screen and (max-width: 768px) {
	/* ul.blog-filtering li:nth-child(2):before,
	ul.blog-filtering li:nth-child(5):before,
	ul.blog-filtering li:nth-child(8):before,
	ul.blog-filtering li:nth-child(11):before,
	ul.blog-filtering li:nth-child(14):before {
	display: none;
} */
	ul.blog-filtering li:before {
		display: none;
	}
	ul.blog-filtering li {
		margin-bottom: 15px;
	}
	ul.blog-filtering li a {
		margin: 0px 10px;
	}
	/* ul.blog-filtering li:nth-child(3n + 0) {
	display: block;
	content: " ";
	clear:both;
} */

	#pagecontent .page-spacing-top {
		padding-top: 50px;
	}
	#contactdesc {
		padding: 50px 0 80px 0;
	}

	.pt0-xs {
		padding-top: 0;
	}

	.pb0-xs {
		padding-bottom: 0px !important;
	}

	#rev_slider_1_1_wrapper h1 {
		font-size: 66px;
		line-height: 1.2em;
	}
	h1 {
		font-size: 44px;
		line-height: 48px;
	}
	h3 {
		font-size: 28px;
		line-height: 1.2em;
	}
	p {
		font-size: 13px;
	}
	.tpad5-bpad2-xs {
		padding-top: 40px !important;
		padding-bottom: 25px !important;
	}
	.tbpad15,
	.tbpad12 {
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.box_quote {
		min-height: initial;
		padding-bottom: 65px;
	}
	.mlist2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.list2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.list3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.mheight50 {
		height: 50vh;
	}
	.mheight70 {
		height: 70vh;
	}
	.mpadlr0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.bck_atth {
		background-attachment: initial;
	}
	.photoslide {
		height: 50vh !important;
	}
	.slick-prev:before,
	.slick-next:before {
		background-size: 20px !important;
	}
	.menu-register a {
		text-align: center;
		width: 100px !important;
		display: inline-block;
		line-height: 14px;
		font-size: 12px;
	}
	a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:after {
		transform: translate(5%, -0%);
	}
	.floatimage {
		max-width: 200px !important;
	}
	.rightfloat {
		right: -20% !important;
	}
	.leftfloat {
		left: -20% !important;
	}
	div#contactdesc img {
		display: none;
	}
	.iubenda-nostyle {
		display: block;
		padding-left: 0;
	}

	.copy-right-text {
		display: flex;
	}
	.copy-right-text .left {
		display: inline-block;
		width: 50%;
		text-align: left !important;
	}
	.copy-right-text .right {
		display: inline-block;
		width: 50%;
		text-align: right !important;
	}
	.first .redcircle:before {
		height: 710px;
		top: -710px;
	}
	.sliderhome:before {
		display: none;
	}
	ul.main-banner-display {
		max-width: 340px;
	}
	.logoorder1 {
		padding-left: 0 !important;
	}
	.logoorder2 {
		padding-right: 10px !important;
		/* margin-left: 15px; */
	}
	#cert {
		margin-top: 0 !important;
		transform: translateY(-70px) !important;
	}
	.page-id-1209 .remove_m_pad {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-id-1209 .remove_m_padb {
		/* padding-top: 0; */
		padding-bottom: 0;
	}


}

@media only screen and (max-width: 600px) {
	.first .redcircle:before {
		height: 600px;
		top: -600px;
	}
}
@media only screen and (max-width: 494px) {
	#rev_slider_1_1_wrapper h1 {
		font-size: 44px !important;
		line-height: 1.2em;
	}
	.box_icon > h2.remove-br-mobile br {
		display: contents;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Internet Explorer */
@-ms-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
