/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Birthstone+Bounce:wght@400;500&family=Poppins:wght@200&family=Roboto:ital,wght@0,100;0,400;1,300&display=swap');
h2.entry-title {
	background-color:#ff0000;
}
h1.entry-title {
	background-color:#ff0000;	
}

h2.chw-title {
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: small;
    background-color: #feffce;
    width: 130px;
    padding: 2px;
    }

div#header-widget-area {
    width: 100%;
    background-color: #359B41;
border-bottom:1px solid #eeeeee;
    text-align: center;
      padding: 0px;
}
h2.chw-title {
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: small;
    background-color: #feffce;
    width: 130px;
    padding: 5px;
    }
body{

    background-image: url("/wp-content/uploads/2022/04/background-9.jpg");
}
P{
	font-size: 15px;
    line-height: 1.6em;
	color:black;
}
.site-logo img {
	max-height: 7rem !important;
}
.header-inner {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.chw-widget {
    width: calc(100% - 8rem);
    max-width: 168rem;
    margin: auto;
}
#site-header {
  background: #ededed;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.top-header {
  display: flex;
  justify-content: space-between;
}
.top-headone, .top-header-icon, .top-headtwo {
  display: flex;
}
.top-header-icon.mail svg {
    width: 24px;
    height: 41px;
}
.top-header-icon.call svg {
    height: 39px;
    width: 23px;
}
.top-header-icon.mail h6, .top-header-icon.call h6 {
  margin: 10px 10px 0px 5px;
  color: #fff;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
}
.top-headtwo svg {
  height: 41px;
  width: 24px;
}
.top-headtwo .icon.icon-tabler.icon-tabler-brand-instagram {
  margin-left: 6px;
  margin-right: 6px;
}
body:not(.overlay-header) .primary-menu > li > a{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color:#2B2B2B !important;
    text-decoration: none;
	text-transform: uppercase;
}
.header-toggles.hide-no-js {
  display: none;
}
ul.primary-menu.reset-list-style li:hover {
    text-decoration: none;
}
body:not(.overlay-header) .primary-menu > li > a:hover {
  color: #518F2B !important;
}
.food-heading{
	color:#ff7800;
}
#neonShadow{
  width:222px;
  border:none;
  border-radius:50px;
  background-size: 200% auto;
  background-image: linear-gradient(314deg, #1b8b00 0%, #a2d240 74%);
  transition: all 0.2s ease-in-out;
}
button#neonShadow:hover {
    background-position: right center;
}
#neonShadow span{
    font-weight: 500;
    margin-right: 0px;
	font-size: 15px;
    width: 100%;
    height: 100%;
    font-family: poppins;
	letter-spacing: 1.1px;
    padding-right: 2.5%;
    transition: 0.3s;
    }
#neonShadow span a{
	color:#fff;
}
#neonShadow:hover{
   text-decoration:none;
}
.special-offer {
  display: flex;
  background: #518F2B;
  position: absolute;
  z-index: 1;
  width: 43%;
  padding: 6px 0px 16px 25px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  top: 32px;
}
.heart-image h4{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.1px;
  margin: 0px;
  padding-top: 20px;
  padding-left: 5px;
  font-family: poppins;
}
.heart-image img{
	width:35px;
	padding-top: 12px;
}
.Vegetable-benifit.Meat-time {
  max-height: 217px;
}
.delivery{
  top: -113px;
  left: 267px;
}
.veg img {
  width: 90%;
}
.veg {
  width: 50%;
}
.veg h4 {
  color: #fff;
  font-family: castro;
  letter-spacing: 0px;
  font-size: 27px;
  margin-top: 23px;
}
.Vegetable-benifit {
  display: flex;
  background: #518F2B;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
   padding: 35px 0px 25px 26px;
  border-radius: 15px;
}
.discount {
  background: #A0CB5B;
  padding: 3% 7% 3% 8%;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient( -225deg, #FFFB00D6 70%, #fff 29%, #ffda14 100%, #ffef02 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 16px;
}
.contact-animate h6 {
  margin: 0px;
  font-family: poppins;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.Vegetable-benifit.organic.farm {
  background: #A0CB5B;
}
.discount.farm {
  background: none;
  box-shadow: none;
  letter-spacing: 0.1px;
  padding: 0px;
  letter-spacing: ;
  text-transform: uppercase;
  font-weight: 500;
}
.Meat-time{
	background:#FF892B;
}
.Vegetable-benifit.organic.farm img {
  width: 73%;
}
.veg.\32 4-hourstruck {
  width: 43%;
}
.Vegetable-benifit.Meat-time img {
  width: 100%;
}
.Vegetable-benifit.food-drink {
  min-height: 221px;
}
.follow-subscribe{
    background: #A0CB5B;
}
.follow-subscribe {
  background-image: url(/wp-content/uploads/2022/04/Group-25.png); 
   background-position: bottom left;
   background-repeat: no-repeat;
   background-size: contain;
}
.update-form {
  display: flex;
	max-width: 50%;
   margin: auto;
}
.update-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 200px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 9px;
 box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.update-form .wpcf7-form-control.has-spinner.wpcf7-submit {
 margin-top: 20px;
  width: 214px;
 border-radius: 40px;
 background: green;
 margin:auto;
 font-size: 15px;
 padding: 15px;
 margin-top: 20px;
 font-family: poppins;
 letter-spacing: 1.1px;
 max-height: 49px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.update-form .wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	text-decoration:none;
}
.at-home img:hover{
	transform: translatey(-3px);
}
.at-home img {
    transition: 0.38s;
}
#site-footer {
    background-image: linear-gradient(#2bb31ac2, #38f33536),url(/wp-content/uploads/2022/04/a57a6a97a07ea7d57fa84b2034983e12.gif);
    background-size: 100%;
    background-position: bottom;
    overflow-x: hidden;
    padding-top: 90px;
	height:74vh;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}
#footer-sidebar1 img {
  width: 75%;
}
.cust-footer {
    display: flex;
    width: 1300px;
    margin: auto;
}
div#footer-sidebar1, div#footer-sidebar2, div#footer-sidebar3, div#footer-sidebar4 {
    width: 25%;
}
div#footer-sidebar2, div#footer-sidebar3 , div#footer-sidebar4  {
    margin-left: 7%;
}
h3.widget-title {
    letter-spacing: 1.1px;
    color: #ffffff;
	font-weight: 400;
    margin-bottom: 26px !important;
    font-size: 20px;
	font-family: 'Castoro';
    white-space: nowrap;
    text-transform: capitalize;
}
ul#menu-primary-pages li a ,ul.contact-us li {
    font-family: 'Poppins';
     font-size: 17px;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-weight: 400;
}
ul.contact-us li {
    width: 260px;
    display: flex;
	margin-bottom:10px;
}
.social-section {
    max-width: 181rem !important;
    background: #359B41 !important;
 }   
a.to-the-top {
    display: none;
}
ul.contact-us svg {
    width: 25px;
	stroke:#fff;
    height: 25px;
   stroke-width: 1.5;
	
    margin-right: 7px;
}
.contact-us li a {
    display: flex;
}
#site-footer a:hover, #site-footer li:hover  {
    text-decoration:none; 
    margin-left: 4px;
    color: #FF892B;
}
#site-footer a ,#site-footer li {
	transition: all .3s ease;
}
.follow-icons {
    display: flex;
	width:100%;
}
.contact{
	width:255%;
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-facebook {
    background: green;
    height: 44px;
    width: 44px;
    border-radius: 6px;
    padding: 4px;
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-instagram {
    background: green;
    height: 44px;
    width: 44px;
    margin-left: 7px;
    margin-right: 7px;
	 border-radius: 6px;
    padding: 4px;
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-twitter {
    background: green;
    height: 44px;
    width: 44px;
    border-radius: 6px;
    padding: 4px;
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-instagram:hover ,.follow-icons svg.icon.icon-tabler.icon-tabler-brand-twitter:hover, .follow-icons svg.icon.icon-tabler.icon-tabler-brand-facebook:hover {
     background-image: linear-gradient(314deg, #ff5d0f 0%, #ff5d0f 74%);
	transition:0.38s;
}
.footer-last {
    background: #359B41;
    padding: 8px;
	margin-left: 0;
    margin-right: 0;
}
.footer-copyright {
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins';
    letter-spacing: 1px;
}
.footer-sidebarone p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1px;
    font-weight: 400;
    padding-top: 17px;
}
.powered-by-wordpress a  {
    font-family: 'Poppins';
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight:400;   
	text-decoration:none;
    padding-top: 17px;
}
.footer-credits{
	justify-content:center;
}
.signup-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 82%;
    margin: auto;
	background: #ffffff38 !important;
    height: 47px;
    border-radius: 8px;
}
.signup-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 82%;
    margin: auto;
	background: #ffffff38 !important;
    height: 101px;
   border-radius: 8px;
}
.sub-mit {
    width: 32%;
    margin: auto;
}
.signup-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 190px;
    border-radius: 40px;
    background-image: linear-gradient(314deg, #1b8b00 0%, #9cc34d 74%);
    margin: auto;
    background-size: 200% auto;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    padding: 15px;
    margin-top: 12px;
    font-family: poppins;
    letter-spacing: 1.1px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.signup-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	background-position:right center;
}
.signup-form  input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	text-decoration:none;
}
.cal-toaction{
	 max-width: 50%;
    margin: auto;
}
.fourty-nine{
    margin-bottom: 0px !important;
}
.end-to-end h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.hunderedk {
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.Our-experienced {
	margin-bottom:10px !important;
}
.who-weare {
    margin-bottom: 0px !important;
}
.elemntor-contact a.elementor-button-link.elementor-button.elementor-size-sm{
		transition:0.38s;
}
.elemntor-contact a.elementor-button-link.elementor-button.elementor-size-sm:hover {
    background-image: linear-gradient(314deg, #1b8b00 0%, #2a3a09 74%);
}
.get-in-touch{
	box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 20%);
}
.end-to-end:hover img {
  transform: rotateY(360deg);
  transition: 0.38s;
}
.Vegetable-benifit {
    transition: all 0.4s ease-in-out;
}
.Vegetable-benifit:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px -6px #4caf50bf;
}
.Vegetable-benifit.Meat-time:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px -6px #ff9800ad;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
}


.end-to-end img {
    background: #518f2bc4;
    padding: 14px;
    width: 35%;
    animation: blobbing 25s ease-in-out infinite both alternate;;
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}

@keyframes blobbing{
0%, 100% {
  border-radius: 67% 33% 43% 57% / 27% 28% 72% 73%;
}
7% {
  border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%;
}
14% {
  border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%;
}
21% {
  border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%;
}
28% {
  border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%;
}
35% {
  border-radius: 33% 67% 29% 71% / 43% 46% 54% 57%;
}
42% {
  border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%;
}
49% {
  border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%;
}
56% {
  border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%;
}
63% {
  border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%;
}
70% {
  border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%;
}
77% {
  border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%;
}
84% {
  border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%;
}
91% {
  border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%;
}
}

.contact-call h3{
	margin-top:15px;
	margin-bottom: 0px;
}
.contact-call:hover img{
transform: rotateY(360deg);
	transition: 0.38s;
}
.contact-call{
	transition: 0.38s;
}
.want-foodtrucks p{
	color:#fff;
	letter-spacing:0.1px;
	
}

/*----------- MEDIA QUERRY ------------*/
@media (min-width:320px)  and  (max-width:767px){
P {
	font-size: 14px;
}
.site-logo img {
    max-height: 5rem !important;
}
.chw-widget {
  width: 18em;
}
.top-header-icon.mail h6, .top-header-icon.call h6 {
    font-size: 10px;	
}
.top-header-icon.call svg {
    height: 34px;
    width: 16px;
}
.top-header-icon.mail svg {
    width: 18px;
    height: 35px;
}
.top-headtwo svg {
    height: 33px;
    width: 19px;
}
.special-offer {
    width: 70%;	
}
.delivery {
    top: -67px;
    left: 110px;
}	
.cust-footer{
		display:block;
}	
#site-footer {
    padding-top: 33px;
    height: 34vh;
}	
div#footer-sidebar2, div#footer-sidebar3, div#footer-sidebar4 {
    margin-left: 1%;
}	
.footer-sidebarone p {
    margin-left: 5%;
}
div#footer-sidebar4 {
    padding-bottom: 18px;
}	
.veg h4 {
    font-size: 25px;	
}
.sub-mit {
    width: 50%;
    margin: auto;
}	
.toggle-inner .toggle-text {
    top: calc(100% + -0.5rem);
}
.nav-toggle .toggle-inner {
    padding-top: 0px;
}
.footer-sidebarone p, ul#menu-primary-pages li a, ul.contact-us li {
    font-size: 15px;
}
#footer-sidebar1 img {
    width: 60%;
}	
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-facebook {
    height: 38px;
    width: 38px;
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-instagram {
    height: 38px;
    width: 40px;	
}
.follow-icons svg.icon.icon-tabler.icon-tabler-brand-twitter {
    height: 37px;
    width: 40px;
}
#neonShadow {
    width: 178px;
}
.powered-by-wordpress{
	display:block !important;
}
.powered-by-wordpress a {
    font-size: 13px;
}

@media (min-width:768px)  and  (max-width:1024px){
.Vegetable-benifit.food-drink {
    min-height: 0px; 
}	
.Vegetable-benifit img {
    width: 88%;
	margin-top: 17px;
}	
.veg h4 {
    font-size: 19px;	
}
.veg.\32 4-hourstruck {
    width: 54%;
}	
.contact-animate h6 {
    font-size: 13px;
}
.Vegetable-benifit.organic.farm img {
    width: 83%;
}	
.Vegetable-benifit.Meat-time img {
    width: 92%;
    margin-top: 27px;
}
.special-offer {
    width: 66%;	
}
.delivery {
    top: -66px;
    left: 114px;
}	
#site-footer {
    height: 39vh;
    padding-top: 50px;
}	
.footer-sidebarone p {
    font-size: 17px;	
}
.cust-footer {
    width: calc(100% - 8rem);
    margin: auto;
}	
div#footer-sidebar3, div#footer-sidebar4 {
     margin-left: 0px; 
}	
div#footer-sidebar2 {
    margin-left: 20px;
}	
div#footer-sidebar4 {
    margin-left: 38px;
}	
.contact {
    width: 395%;
}
.follow-icons {
    width: 89%;
}	
.sub-mit {
    width: 57%;
    margin: auto;
}	
.powered-by-wordpress{
	display:block !important;
}
.powered-by-wordpress a {
    font-size: 14px;
}	
	
	
}