/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.susu { 
/* 
   Left to Right =>
 background: linear-gradient(to right, #7980d8 0%, #568a74 100%);
background: linear-gradient(to right, #eb79b8 0%, #eba36f 100%);
background-image: linear-gradient( to right, #9ABEED 0%, #66DBC7 100%);	
	
	Top to Bottom =>
background-image: linear-gradient(180deg, #FF5131 0%, #FFB700 88%);	
	
	Center =>
background-image: radial-gradient(at center center, #FCC233 0%, #FB6A75 99%);	
 */	

background-image: linear-gradient( to right, #ed9ae7 0%, #5dd6af 100%)!important;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
   background:#ff3e3e;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.55);
	-webkit-border-radius: 50px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background:white;
}
#logo a{
    position: relative;
}
#logo a:before {
    right: -5%;
    animation: light-right 3s infinite alternate linear;
}
#logo a:after {
    left: -5%;
    animation: light-left 3s infinite alternate linear;
}
#logo a:after, #logo a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 100%;
    transform: translateY(-50%);
    background-color: white;
}
@keyframes light-left{0%{left:-5%;opacity:0}50%{left:50%;opacity:1}100%{left:105%;opacity:0}}
@keyframes light-right{0%{right:-5%;opacity:0}50%{right:50%;opacity:1}100%{right:105%;opacity:0}}

.up_down {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;

}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.pulse,.wplwl_show{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}

.fix{
	    position: fixed;
    height: 192px;
    z-index: 99;
}

 .heart {
    position: relative;
    width: 45px;
    overflow: inherit;
    -webkit-animation: animateHeart 1.5s infinite;
    animation: animateHeart 1.5s infinite;
    display: inline-block;
    margin: 0px 0px 22px 8px;
}
    .heart:before, .heart:after {
    position: absolute;
    content: '';
    top: 0;
    left: 17px;
    width: 17px;
    height: 27px;
    background: #cc0000;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
    .heart:after {
    left: 0;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
@keyframes animateHeart {  0% {    transform: scale(1);  }  5% {    transform: scale(1.2);  }  10% {    transform: scale(1.1);  }  15% {    transform: scale(1.3);  }  50% {    transform: scale(1);  }  100% {    transform: scale(1);  }}

.comment-content {
    line-height: 36px;
    margin: 11px 0px 11px 0px;
    background: #f7f7f7;
    padding: 10px;
}

#header-newsletter-signup .wpcf7-response-output{color:white}
.home_contact_form .wpcf7{font-size:15px}

.wpcf7-submit {
    background: linear-gradient(to right, #ad1d1d 0%,#f53535  100%);
    box-shadow: rgb(0 0 0 / 25%) 0px 10px 20px 0px;
    border-radius: 5px!important;
}

 .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
  
  .hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}
    .hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230,8,8,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
    .hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
    .hotline-bar {
    position: absolute;
    background: rgba(230,8,8,.75);
    height: 40px;
    width: 160px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}
    .hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 35px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
    
    .hotline-phone-ring-wrap {
    position: fixed;
    bottom: -12px;
    left: 9px;
    z-index: 99999;
}



@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}

@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}

@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}

.fab:before {
    content: "Food Truck Locator";
    transition: opacity .12s cubic-bezier(.4,0,1,1);
    position: absolute;
    z-index: -1;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #333;
    left: 62px;
    top: 27%;
    background-color: #ffd057;
    font-size: 12px;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 32px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.inner-fab-icon {
    height: 40px;
    width: 40px;
}
.inner-fabs .fab {
    width: 48px;
    height: 48px;
    right: 35px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
    box-shadow: 0px 3px 10px rgba(0,0,0,.04), 0px 3px 10px rgba(0,0,0,.04);
}
.fab {
    transition: all .12s ease-in-out;
    width: 56px;
    height: 56px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 19px;
    bottom: 18px;
    user-select: none;
    cursor: pointer;
    color: #ff9500;
    font-size: 5em;
    box-shadow: 0px 3px 10px rgba(0,0,0,.08), 0px 3px 10px rgba(0,0,0,.08);
}
.roundCool {
    border-radius: 50%;
    z-index: 99999;
}
.fab, .far {
    font-weight: 400;
    bottom: 92px;
}
.new_footer_area {
    overflow: hidden;
}
	#custom_html-3{margin-bottom:0px}

	.new_footer_top .footer_bg {
    background: url(https://1.bp.blogspot.com/-QQey_baZ1f4/YBPOFhK_6vI/AAAAAAAACTo/QYUuTcLIs8gAFD6jsgaXSPw8sjUNVr8JACLcBGAsYHQ/s16000/footer_bg.png) no-repeat scroll center 0 !important;
}

.new_footer_top .footer_bg {
    /*position: absolute;*/
    bottom: 0;
    background: url(https://1.bp.blogspot.com/-QQey_baZ1f4/YBPOFhK_6vI/AAAAAAAACTo/QYUuTcLIs8gAFD6jsgaXSPw8sjUNVr8JACLcBGAsYHQ/s16000/footer_bg.png) no-repeat center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(https://1.bp.blogspot.com/-8dJyiKjfHK0/YBPOFTfPSjI/AAAAAAAACTk/-1teyZPv8cUjl62zT_HeIHsUcxb3ZY4awCLcBGAsYHQ/s16000/car.png) no-repeat center center !important;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(https://1.bp.blogspot.com/-8dJyiKjfHK0/YBPOFTfPSjI/AAAAAAAACTk/-1teyZPv8cUjl62zT_HeIHsUcxb3ZY4awCLcBGAsYHQ/s16000/car.png) no-repeat center center;
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_two {
    background: url(https://1.bp.blogspot.com/-DdZHe95RsJM/YBPOFf4emII/AAAAAAAACTg/Dfvx4Iyw4kYphv1kpGZ-cJY0olpLv8c2QCLcBGAsYHQ/s16000/bike.png) no-repeat center center !important;
}
.new_footer_top .footer_bg .footer_bg_two {
    background: url(https://1.bp.blogspot.com/-DdZHe95RsJM/YBPOFf4emII/AAAAAAAACTg/Dfvx4Iyw4kYphv1kpGZ-cJY0olpLv8c2QCLcBGAsYHQ/s16000/bike.png) no-repeat center center;
    width: 50px;
    height: 52px;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
@-moz-keyframes myfirst{0%{left:-25%}to{left:100%}}@-webkit-keyframes myfirst{0%{left:-25%}to{left:100%}}@keyframes myfirst{0%{left:-25%}to{left:100%}}



.new_footer_top .footer_bg .footer_bg_three {
    background: url(https://1.bp.blogspot.com/-GZcU57RkAQE/YBPSFSq2cuI/AAAAAAAACUI/tiISgmLsP0AkJW33yCx-nwQxiHusaopTACLcBGAsYHQ/s16000/Untitled-design-11.png) no-repeat center center !important;
}

.new_footer_top .footer_bg .footer_bg_three {
    background: url(https://1.bp.blogspot.com/-GZcU57RkAQE/YBPSFSq2cuI/AAAAAAAACUI/tiISgmLsP0AkJW33yCx-nwQxiHusaopTACLcBGAsYHQ/s16000/Untitled-design-11.png) no-repeat center center;
    width: 369px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 38%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}
.blog-archive .entry-meta,.checkout-breadcrumbs  {
    display: none;
}	

input[type=submit]{text-transform:inherit}
.attract {
	   animation: attract 3s infinite;
    -webkit-animation: attract 3s infinite;
    -moz-animation: attract 3s infinite;
    -o-animation: attract 3s infinite;
}
@-webkit-keyframes attract {  0% {    color: #ff0000;  }  25% {    color: #800080;  }  50% {    color: #69d64d;  }  60% {    color: #ffa500;  }  100% {    color: white;  }}
@-moz-keyframes attract {  0% {    color: #ff0000;  }  25% {    color: #800080;  }  50% {    color: #69d64d;  }  60% {    color: #ffa500;  }  100% {    color: white;  }}


.marquee {
  height: 29px;
background: #ede548;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  position: absolute;
  overflow: hidden;

  animation: marquee 29s linear infinite;
}	
	.marquee div span{
    font-size: 18px;
    color: #e51921;
}


@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.marquee div span.adidaphat{color:white}

.circle-halo{
  width: 128px;
  height: 128px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
margin:auto
}

.pulse-halo {
  animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}


.animate-border-center {
    position: relative;
    display: block;
    width: 179px;
    height: 3px;
    background: #ffc220;
    overflow: hidden;
    margin: 15px auto 30px;
}
.animate-border-center:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 4s linear infinite;
}

@-webkit-keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}@keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}

.message-container a.showcoupon {color: #ff8d00;}

.notification-content {
    padding: 15px;
    font-size: 19px;
color:white;
    background-image: linear-gradient( to right, #ed9ae7 0%, #5dd6af 100%);
    text-align:center;
	font-style:italic;
    
}
span.om-mani-padme-hum {
    font-weight: bold;
    color:#cc0000;
    font-style: italic;
}
.address-foodvan{
	font-weight:bold;
	color:#ffd068;
	
}

a.scroll-up.shad {
	z-index:99999;
    border: 0px;
    background: url(https://i.imgur.com/ehrW1OQ.png);
        background-size: cover;
    width: 90px;
    height: 70px;
    position:fixed;
    bottom:58px;
    right:5px;
box-shadow: none;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
a.scroll-up.shad:focus {
	outline: none;}

a.scroll-up.shad:before {
    content: '';
    display: block;
    background: transparent url(https://i.imgur.com/vSXUHct.png) no-repeat 50% 100%;
    background-size: cover;
    width: 52px;
    height: 14px;
    animation-name: spining;
    -webkit-animation-name: spining;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
a.scroll-up.shad:after {
    content: '';
    display: block;
    margin-top:8px;
    margin-left: 59px;
    background: transparent url(https://i.imgur.com/F1zI87H.png) no-repeat 50% 100%;
    background-size: cover;
    width: 8px;
    height: 30px;
    animation-name: rotating;
    -webkit-animation-name: rotating;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
@keyframes floating {
    0% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
    50% {transform: translateY(8%) rotate3d(0,0,-1,3deg);}
    100% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@-webkit-keyframes floating {
    0% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
    50% {-webkit-transform: translateY(8%) rotate3d(0,0,-1,3deg);}
    100% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@keyframes rotating {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
@-webkit-keyframes rotating {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(-360deg);}
}
@keyframes spining {
    from {transform:rotateY(0deg);}
    to {transform:rotateY(-360deg);}
}
@-webkit-keyframes spining {
    from {-webkit-transform:rotateY(0deg);}
    to {-webkit-transform:rotateY(-360deg);}
}
a.scroll-up i {
    display:none
} 



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.hotline-phone-ring-wrap, #challenges-fab{display:none}

}