/**
 * Theme Name:     Seedlet Child
 * Author:         DGS Technology
 * Template:       seedlet
 * Text Domain:	   seedlet-child
 * Description:    Zkitchen
 */


html {
    padding: 0 !important;
    margin: 0 !important;
}

body {
	/*background-image: url('/wp-content/uploads/2023/12/bg.png');*/
	background-image: url('/wp-content/uploads/2024/01/zkitchenbg2.png');
	background-size: 100%;
}

body.page-id-199 {
	background-image: url('/wp-content/uploads/2023/12/bg.png');
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111111111;
    background-image: url(/wp-content/uploads/2023/12/cropped-zkitchen-logo-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
	animation: blinkAnimation 1s infinite alternate;
	top: 0;
	left: 0;
}

body:after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #ffc2a1;*/
	background-color: #fff;
    z-index: 11111111;
	top: 0;
	left: 0;
}

@keyframes blinkAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.loaded:before, body.loaded:after  {
	display: none;
}

header.entry-header {
    display: none;
}



.site-branding {
    display: none;
}

footer#colophon {
    display: none;
}

.site-logo img {
    max-width: 90px !important;
    height: auto;
    margin-top: 20px;
}

body.home header#masthead {
    display: none;
}

header#masthead {
    padding: 0;
    margin: 0;
}

nav#site-navigation {
    display: none;
}
.wprm-wrapper {
    overflow: hidden !important;
}

#wprmenu_bar {
    background-color: transparent;
    top: 80px !important;
    left: 24px;
	width: 50%;
}

ul#wprmenu_menu_ul {
    width: 100%;
}

#mg-wprm-wrap li.menu-item a {
    padding: 7px 14px;
}

.menu_title {
    display: none !important;
}

#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 0px !important;
    /* padding-top: 120px; */
    /* background-color: #fe501f; */
    max-width: 210px;
    background-image: url('/wp-content/uploads/2023/12/menubg.png');
    background-size: 100%;
    background-position: top;
    display: flex;
    align-items: center;
}

.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
    width: 60px;
	background: #fe501f;
	height: 2px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
	background: transparent !important;
}

.hamburger.hamburger--slider.is-active {
    margin-left: -22px !important;
}

#mg-wprm-wrap ul li.current-menu-item a {
    background: transparent;
    color: #ffc2a1 !important;
}

.hamburger.hamburger--slider.is-active .hamburger-inner, 
.hamburger.hamburger--slider.is-active .hamburger-inner::before, 
.hamburger.hamburger--slider.is-active .hamburger-inner::after {
	width: 40px;
	background: rgb(255, 244, 255, 0.6);
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
    text-align: center;
    text-transform: uppercase;
    color: #ffc2a1;
	font-size: 16px;
    font-family: "MADE Tommy Soft Medium PERSONAL USE";
    font-weight: normal;
    font-style: normal;
	border: 0;
}

li.btnMakeReservation a {
    font-size: 15px !important;
	padding-top: 26px !important;
    padding-bottom: 26px !important;
}

li.btnMakeReservation a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffc2a1;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

li.btnMakeReservation a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffc2a1;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.homepagelogo {
    position: fixed;
    top: 10vh;
}

.homepagelogo img {
    max-height: 40vh;
    width: auto !important;
}

.homepageButton {
    position: fixed;
    right: 40px;
    top: 30px;
	font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: NeutraTextBold;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    background: #fe501f;
    padding: 17px 26px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    z-index: 111111;
}

.homepageButton a.wp-element-button {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: NeutraTextBold;
    font-weight: 700;
    font-style: normal;
	border-radius: 0;
	background: #fe501f;
}

.maxwidth900 {
    max-width: 70% !important;
}

h2.wp-block-heading {
    font-family: "Brandon Grotesque Bold";
    font-weight: 400;
    font-style: normal;
    color: #ff4e1c;
    text-transform: uppercase;
    font-size: 38px;
	margin-bottom: 20px !important;
}

.entry-content p {
    font-family: "Neutra Text Book";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ff4e1c;
    line-height: 1.2;
    width: 80%;
    margin-left: 15%;
    padding: 0 !important;
    float: right;
    /* margin: 0 auto !important; */
    margin-top: 0 !important;
}

.fullwidth p {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.padleft15pc {
    padding-left: 10%;
}

.noPaddingBottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.noPaddingTop {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


.noPaddingTopBottom {
    padding-top: 0 !important;
    margin-top: 0 !important;
	padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

hr.wp-block-separator.alignfull.has-text-color.has-alpha-channel-opacity.has-background.is-style-wide {
    width: 85%;
    margin-left: 15%;
}

button.eedee-gutenslider-nav.eedee-gutenslider-prev, button.eedee-gutenslider-nav.eedee-gutenslider-next {
    display: none;
}

span.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
	margin: 0 10px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff4e1c !important;
}

.single-press header.entry-header {
    display: block;
}

.press_item {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.press_item_image {
	float: left;
    width: 100%;
	padding: 0;
}

.press_item_image img {
    max-width: 250px;
    margin-bottom: 20px;
}

.press_item_content {
	float: left;
    width: 100%;
}

.press_item_content h2.wp-block-heading {
    font-size: 18px;
    width: 90%;
    float: left;
}

.press_item_content h4 {
	color: #ff4e1c;
	font-size: 16px;
	 font-family: "Neutra Text Book";
    font-weight: 400;
    font-style: normal;
	text-transform: capitalize;
}

a.custom_button {
    background: #ff4e1c;
    padding: 10px 20px;
    color: #fff !important;
	font-size: 16px;
	 font-family: "Neutra Text Book";
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	border: 0;
}

.wp-block-buttons {
    float: none;
    width: 100%;
}

.wp-block-buttons a.wp-block-button__link {
    background: #ff4e1c;
    color: #fff;
    font-family: "Neutra Text Book";
    font-weight: 400 !important;
    font-style: normal;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}



.press_item_content h4 span {
	text-transform: lowercase;
}

.press_item:nth-child(2n) {
    direction: rtl;
}

.readmore {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

li.menuSocialIcon {
    float: left;
    text-align: center;
    position: relative;
    left: 31px;
    margin-right: 10px !important;
}

li.menuSocialIcon a {
    background: #ffc2a1;
    width: 35px;
    height: 35px;
    color: #ff4e1c !important;
    display: inline-block;
    align-items: center;
    border-radius: 40px;
    margin: 13px auto !important;
    padding: 5px !important;
    text-align: center !important;
}

.three_logos {
    position: fixed;
    bottom: 0;
    left: 20%;
}

.three_logos img {
    max-height: 18vh;
    width: auto;
}

.three_logos .wp-block-column {
    margin-left: 20px;
    margin-right: 20px;
}

.three_logos a, .three_logos a img {
    text-decoration: none !important;
    border: 0;
}


div#mg-wprm-wrap ul li span.wprmenu_icon:before {
    content: "+";
    font-size: 26px;
    margin-top: -9px;
}


div#mg-wprm-wrap ul li span.wprmenu_icon.wprmenu_par_opened:before { 
	content: "-";
}

.fullpageScroll .site-logo {
    display: none;
}

.fullpageScroll .homepagelogo {
    position: initial;
}

.fullpageScroll .three_logos {
	position: initial;
}

.fullpageScroll div#zkHomepage {
    width: 100%;
    height: 40vh;
	margin-bottom: 100px;
}

.fullpageScroll .press_item {
    width: 50% !important;
    /* background: red; */
    float: left;
    max-width: 50% !important;
	display: block;
	min-height: 300px;
}

.wprmenu_bar .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .wprmenu_bar .hamburger:hover .hamburger-inner::after {
    background: #fe501f !important;
}

.hamburger.hamburger--slider.is-active .wprmenu_bar .hamburger:hover .hamburger-inner, 
.hamburger.hamburger--slider.is-active .hamburger:hover .hamburger-inner::before, 
.hamburger.hamburger--slider.is-active .wprmenu_bar .hamburger:hover .hamburger-inner::after {
    background: #fff !important;
}


div#page::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2024/01/zkitchenbg2.png');
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100%;
}

.threeColumnsFix p {
    width: 100% !important;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 159px;
}

.threeColumnsFix .slider {
    float: left !important;
    width: 100% !important;
}

.threeColumnsFix h2 {
    height: 100px;
    border-bottom: 1px solid;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

@media (max-width: 425px) {
	
	h2.wp-block-heading.padleft15pc {
		text-align: center;
		padding-left: 0 !important;
	}
	
	.smallonmobile img {
		max-width: 100px;
		margin-left: -22px;
	}
	
	
	
	.homepagelogo img {
		max-height: 50vh;
		width: auto;
	}
	
	.homepageButton {
		
		padding: 10px 15px;
	}
	
	.three_logos .wp-block-column  {
		display: none;
	}
	
	.three_logos .wp-block-column.three_logos_current {
		display: flex;
	}
	
	#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
		max-width: 100%;
	}
	
	ul#wprmenu_menu_ul {
		width: 100%;
	}
	
	li.menuSocialIcon {
		float: none;
		width: 100%;
		text-align: center;
		left: auto;
	}
	
	button#primary-open-menu {
		display: none;
	}
	
	.site-logo {
		float: right;
	}
	
	.maxwidth900 {
		max-width: 100% !important;
	}
	
	h2.wp-block-heading {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100% !important;
	}
	
	.entry-content p {
		max-width: 100% !important;
		width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left: 0 !important;
	}
	
	
	.press_item {
		float: left;
		width: 100%;
		display: block;
		align-items: center;
		text-align: center;
	}
	
	.press_item_image {
		float: none;
		width: 100%;
		padding-bottom: 40px;
		margin: 0px auto;
		padding: 40px;
	}
	
	.press_item_content {
		float: left;
		width: 100%;
	}
	
	.fullpageScroll .homepagelogo {
		margin-top: 100px !important;
	}
	
	.fullpageScroll .three_logos_current figure {
		text-align: center;
		width: 100%;
	}
	
	.fullpageScroll #wprmenu_bar {
		top: 55px !important;
	}
	
	.fullpageScroll .homepageButton {
		color: #fe501f;
		background: transparent;
	}
	
	body.scrolled #page::before {
		background: white;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		content: "";
		height: 80px;
		z-index: 11;
	}
	
	body.scrolled.fullpageScroll #wprmenu_bar {
		top: 20px !important;
	}
	
	body.scrolled.fullpageScroll .homepageButton {
		top: 0 !important;
	}
	
	div#zkAbout h2.wp-block-heading {
		margin-top: 100px;
	}
	
	div#zkZgroup .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		float: left;
		width: 100% !important;
	}
	
	div#zkZgroup .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .press_item {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center !important;
	}
	
	div#zkZgroup .readmore {
		text-align: center !important;
	}

}