/*
Theme Name: Ninety Nine Street Foods
Author: Cactusman07
Author URI: 
Description: Custom built WordPress theme for 99St Foods by Cactusman07
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ninety Nine Street

Custom built theme for Ninety Nine Street foods by Cactusman07.
Single page front page functionality.
*/

/* -------------------------------------------------------------------
Typography - 99Street Font
--------------------------------------------------------------------*/ 

*{ margin: 0; padding: 0;}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Chewy', cursive;
}
p {
	font-family: 'Acme', sans-serif;
}
a:hover,
a:active,
a:focus{
	color:#f8a327;
	text-decoration: none;
}
footer{
	height: 60px;
    background-color: black;
    color: white;
    padding: 20px 0;
	margin-top: -60px;
	width: 100%;
    z-index: 20000;
	position: absolute;
	font-family: 'Chewy', cursive;
}
footer a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
footer a:hover,
footer a:active,
footer a:focus{
	color:#f8a327;
	text-decoration: none;
}
#monkeyContainer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 220px;
	overflow: hidden;
}
#footerMonkey{
	width:200px;
	position: absolute;
	bottom:-180px;
	right: 15%;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.left {
	float:left;
}
.right{
	float:right;
}
/* Menu style */
header{
	position:fixed;
	top:20px;
	left: 20px;
	z-index: 1000;
}
#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .75s ease-in-out;
  -moz-transition: .75s ease-in-out;
  -o-transition: .75s ease-in-out;
  transition: .75s ease-in-out;
  cursor: pointer;
  z-index:10000;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f8a327;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 12px;
}
#nav-icon span:nth-child(3) {
  top: 24px;
}
#nav-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#menu{
	position: fixed;
	top:0;
	left:0;
	z-index: 500;
	padding:60px 20px 50px 20px;
    margin-top: -500px;
    transition: 1s;
}
#main-menu{
	list-style:none;
	padding: 20px 0;
}
.menu-item{
	padding-top:18px;
}
#main-menu li a{
	color: #000000;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: 'Chewy', cursive;
}
#main-menu li a:hover,
#main-menu li a:active,
#main-menu li a:focus{
	color: #f8a327;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}
.not-visible{
	display:none;
}
/* Sky and clouds */
.amin-cloud{
	width: 140px; height: 50px; 
	background: rgba(255,255,255,1);
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px; 
	position: relative;
}
.x1{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.9; 
	top: 45px;
	left:50px;
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}
.x2{
	left: 200px;
    top: 80px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; 
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}
.x3{
	left: 50px;
    top: 120px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8;
	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}
.x4{
	left: 450px;
    top: 120px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75;
	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}
.amin-cloud:before,
.amin-cloud:after {
	content: '';
	position:absolute;
	top: -15px;
	left:10px;
	background:rgba(255,255,255,1);
	width:100px;
	height: 70px;
	border: 1px solid white;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px; 
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}
.amin-cloud:after{
	width: 70px; 
	height: 75px;
	top: -30px;
	left: auto; 
	right: 15px;
}
@-webkit-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -110%;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -110%;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -110%;}
}
#sky{
	position:relative;
	width: 100%;
	min-height: 50%;
	overflow: hidden;
}
#cloud1{	
	width: 350px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: -180px;
    left: -100px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%; 
    z-index: 1;
}
#cloud2{	
	width: 260px;
    height: 220px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 85%;
	-moz-border-radius: 85%;
	-webkit-border-radius: 85%; 
    z-index: 1;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}
#cloud3{	
	width: 350px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: -160px;
    border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%; 
    z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#menu-clouds{
	opacity:.95;
	position: fixed;
    top: 0;
	left:0;
    margin-top: -500px;
    transition: 1s;
    z-index: 10;
}
.appear{
	margin-top:0px !important;
}
.fullScreen{
	width:100%;
	height:100%;
}
/* Sun & Moon */
#sun, #moon { 
	position: absolute;
	margin: auto;  
	border-radius:50%;	
	opacity:0.9;			
	box-shadow: 0px 0px 40px 15px white;  
}
#sun{
	background-color:rgba(255,255,248,1);
	width:70px;
	height:70px;	
}
#moon{
	background-color:white;
	width:55px;
	height:55px;
}
.ray_box {
	position: absolute;
	margin: auto;
	top:0px;
	left:0;
	right:0;
	bottom:0;	
	width:70px;  
	-webkit-animation: ray_anim 120s linear infinite;
	animation: ray_anim 120s linear infinite;
}
.ray {  
    background: -webkit-linear-gradient(top, rgba(255,255,248,0) 0%, rgba(255,255,248,0.8) 50%, rgba(255,255,248,0) 100%);
	background: linear-gradient(top, rgba(255,255,248,0) 0%, rgba(255,255,248,0.8) 50%, rgba(255,255,248,0) 100%); 
    margin-left:10px;
    border-radius:80% 80% 0 0;
    position:absolute;
    opacity:0.5;
}
.ray1 {    
	height:170px;
	width:30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	top:-175px;
	left: 15px;
}
.ray2 {
    height:100px;
    width:8px;
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
	-moz-transform: rotate(220deg);
    top:-90px;
    left: 75px;
}
.ray3 {
    height:170px;
    width:50px;
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
	-moz-transform: rotate(250deg);
    top:-80px;
    left: 100px;
}
.ray4 {
    height:120px;
    width:14px;
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
	-moz-transform: rotate(305deg);
    top:30px;
    left: 100px;
}
.ray5 {
    height:140px;
    width:30px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
    top:60px;
    left: 40px;
}
.ray6 {
    height:90px;
    width:50px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
	-moz-transform: rotate(30deg);
    top:60px;
    left: -40px;
}
.ray7 {
    height:180px;
    width:10px;
    -webkit-transform: rotate(70deg);
	transform: rotate(70deg);
	-moz-transform: rotate(70deg);
    top:-35px;
    left: -40px;
}
.ray8 {
    height:120px;
    width:30px;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
	-moz-transform: rotate(100deg);
    top:-45px;
    left:-90px;
}
.ray9 {
    height:80px;
    width:10px;
    -webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-moz-transform: rotate(120deg);
    top:-65px;
    left:-60px;
}
.ray10 {
    height:190px;
    width:23px;
    -webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-moz-transform: rotate(150deg);
    top:-185px;
    left: -60px;
}
@-webkit-keyframes ray_anim { 
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform: rotate(0deg);}    
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
/*wheat image, monkey and home logo images */
#wheat-container{
	position: relative;
	width: 100%;
	min-height:65%;
	overflow: hidden;
	bottom: 65px;
}
#wheet-img {
	width: 100%;
	position: fixed;
	height: 65%;
	display: block;
	max-width: 100%;
	object-fit: cover;
    object-position: 30% 0%;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	z-index: 10005;
}
#scrollSign {
    position: fixed;
    width: 150px;
    bottom: 0;
    right: 0;
    z-index: 10015;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#scrollDownTxt {
	position: fixed;
    width: 75px;
    height: 375px;
    bottom: 0;
    right: 44px;
    z-index: 10025;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-align: center;
}
#bounce {
  position:fixed;
  height:300px;
  width:60px;
  right: 47px;
  bottom:0;
  -webkit-animation:bounce 1s infinite;
  animation:bounce 1s infinite;
  -moz-animation:bounce 1s infinite;
  z-index: 11100;
}
#arrow{
	position: relative;
    left: 0;
	right: 0; 
    height: 50px;
    width: 50px;
    z-index: 11010;
    border-left: solid #f8a327 8px;
    border-bottom: solid rgba(0,0,0,0) 0px;
    border-right: solid rgba(0,0,0,0) 0px;
    border-top: solid #f8a327 8px;
    transform: rotate(225deg);
}
@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}
#home-logo{
	position: absolute;
	height: auto;
	max-height: 450px;
	max-width: 375px;
	width:375px;
	left:50%;
	margin-top:0px;
	margin-left: -187.5px;
	top:0;
}
#monkey{
	width: 120px;
    height: auto;
    position: absolute;
    bottom: 0;
    top: 290px;
    left: -10px;
    z-index: 1;
 	-webkit-transform: rotate(-10deg); transform: rotate(-10deg); -moz-transform: rotate(-10deg); 
}
/* styling for below the fold content */
.addBtmMargin{
	margin-bottom: 65px;
}
#front-page-content {
    padding: 30px 60px;
	display:none;
}
#products, #about,
#contact{
	min-height:100%;
	position: relative;
	margin-top: -65px;
}
#products{
	background: linear-gradient(-180deg, rgba(255,255,255,0.9) 2%, rgba(230,239,243,0.95) 15%, rgba(255,255,255,0) 70%);	
}
#about{
	background: linear-gradient(-180deg, rgba(255,255,255,0.9) 2%, rgba(230,239,243,0.95) 50%, rgba(200,75,75,0.20) 70%, rgba(255,255,255,0) 85%);
}
#contact{
	background: linear-gradient(-180deg, rgba(255,255,255,0.9) 10%, rgba(0,0,0,0.2) 25%, rgba(200,75,75,0.20) 90%, rgba(255,255,255,0) 100%);
}
iframe#gMap {
    width: 100%;
    margin: 40px 0px;
    min-height: 400px;
}
.sub-content{
	width: 75%;
	padding: 50px 0px;
}
.sub-content h3{
	text-align: center;
}
.about-icons-holder,			
.product-icons-holder{
	text-align: center;
}
.about-icons,
.product-icons {
	max-width: 200px;
	height: auto;
}
.page-container {
	min-height: 30%;
	position:relative;
}
.contact-container{
	min-height: 80%;
	overflow-x: hidden;
}
.hiding{
	opacity:0;
}
.showing{
	opacity:1;
}
.row{
	overflow:hidden;
}
#nf-form-1-cont{
width:60% !important;
padding-bottom: 20px !important;
}
.nf-field-container{
margin-bottom: 5px !important;
}
input[type="button"]{
    width: 100% !important;
    height: 40px !important;
    max-width: 300px !important;
    color: #fff !important;
    background-color: #f8a327 !important;	
}

/* media queries */
@media (max-width: 1200px) {

}
@media (max-width: 967px) {
	#wheet-img{
		object-position: 36% 0%;
	}
	#wheat-container{
		min-height: 68%;
		bottom: 45px;
	}
	.sub-content{
		width: 100%;
	}
	#scrollSign{
		width: 100px;
	}
	#scrollDownTxt{
		width: 50px;
		height: 250px;
		right: 30px;
	}
	#bounce{
		height: 200px;
		width: 50px;
		right: 17px;
	}
	#arrow{
		height: 25px;
		width: 25px;
		border-top: solid #f8a327 5px;
		border-left: solid #f8a327 5px;
	}
}
@media (max-width: 700px) {
	#home-logo{
		max-height: 300px;
		max-width: 250px;
		width:250px;
		margin-left: -125px;
	}
	#menu-clouds {
		opacity: 0.98;
	}
#nf-form-1-cont{
width:100% !important;
padding-bottom: 180px !important;
}
}
@media (max-height: 590px) {
	#home-logo{
		max-height: 180px;
		max-width: 180px;
		width: 180px;
		margin-left: -90px;
	}
}

