@charset "UTF-8";

/*
Theme Name: Chicken
Theme URI: https://wordpress.org/themes/chicken/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Chicken is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Chicken elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chicken
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Chicken WordPress Theme, (C) 2020 WordPress.org
Chicken is distributed under the terms of the GNU GPL.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
main{
    display: block;
    margin-top: -1px;
}
strong, b{
    font-weight: bold;
    color: #E16E38;
}

/**************************************************************

Header

*********************/
.order-now-section .cta-container a, .two-section .content a, .banner a,
.one-section .content a,
nav ul li a,
.footer-nav ul a,
.footer_text span,
.order_cta a,
.press-container article .content a,
h1, h2,h3,h4,h5,h6{
	font-family: cooper-black-std, serif;
font-weight: 400;
font-style: normal;
}

body{
	font-family: Arial, Helvetica, serif;
}
.desktop-menu nav,
.mobile-popup{
    display: none;
}

.mobile-popup{
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 90;
}

.mobile-menu a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 50px;
    color: #E16E38;
    border-top: 2px dotted;
    padding: 10px 3%;
}

header{
    background: #E16E38;
    padding: 10px 0;
}

.logo{
    width: 40%;
    max-width: 100px;
}
.mobile-popup .wrapper,
.desktop-nav .wrapper{
    display: flex;
    justify-content: space-between;
}

.cross {
    position: relative;
    width: 100px;
    height: 70px;
}
.cross span {
    background: #E16E38;
    width: 60px;
    height: 4px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 60%;
    left: 45%;
}

.mobile-menu{
    margin-top: 10px;
}

.overlay{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255,110,56,0.7);
    display: none;
}

.cross span:nth-of-type(2){
    transform: rotate(-45deg);
}

.handburger{
    width: 70px;
    display: flex;
    flex-flow: column;
}

.handburger span{
    background: #fff;
    width: 100%;
    height: 4px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.desktop-menu{
    display: flex;
    align-items: center;
}

.wrapper{
    width: 94%;
    margin: 0 auto;
}

figure img{
    width: 100%;
    display: block;
}



h1{
    font-size: 50px;
}

h2{
    font-size: 40px;
}
h3{
    font-size: 30px;
}

h4{
    font-size: 20px;
}

p{
    font-size: 18px;
    line-height: 22px;
}

.mobile{
    display: block;
}

.desktop{
    display: none;
}

@media (min-width: 900px){
    .handburger{
        display: none;
    }
    .desktop-menu nav{
        display: block;
    }
    .desktop-menu nav ul {
        display: flex;
        flex-flow: row;
    }
    .desktop-menu nav ul a{
        text-decoration: none;
        color: #fff;
        margin-right: 30px;
        font-size: 30px;
    }
    .desktop-menu nav ul li:nth-last-of-type(1) a{
        margin-right: 0;
    }

    h1{
        font-size: 80px;
    }
    h2{
        font-size: 60px;
    }
    h3{
        font-size: 50px;
    }
    h4{
        font-size: 30px;
    }
    .mobile{
        display: none;
    }
    
    .desktop{
        display: block;
    }

}

/*************************************************
Footer
************************************************/

.social ul {
	list-style-type: none;
	display: flex;
}

.social ul li{
	width: 50px;
	margin-right: 15px;
}

.social ul li a{
    width: 50px;
    display: flex;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 2px solid #E16E38;
    border-radius: 50%;
    color: #E16E38;
}

.social ul li a svg{
  font-size: 30px;
  height: 30px;
}

.footer-nav ul{
	display: flex;
	flex-flow: column;
	margin-top: 30px;

}

.footer-nav ul a{
	text-decoration: none;
	color: #E16E38;
	font-size: 30px;
}

footer .top{
	border-bottom: 2px dotted #E16E38;
	padding: 30px 0 ;
}
.policy{
	margin: 30px 0;
}

.policy .footer_text{
	color: #777;
}
.policy .footer_text span{
	color: #E16E38;
	font-weight: bold;
}

.policy-nav {
	margin-top: 20px;
}

.policy-nav ul {
	display: flex;
	flex-flow: column;
}

.policy-nav ul li {
	margin-bottom: 10px;;
}

.policy-nav a{
	text-decoration: none;
	color: #777;
}

@media (min-width: 900px){
	footer .policy .wrapper,
	footer .top .wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.policy-nav ul,
	.footer-nav ul{
		flex-flow: row;
		align-items: center;
	}
	.policy-nav ul li{
		margin-right: 20px;
	}
	.footer-nav ul li{
		margin-right: 30px;
	}
	.policy-nav ul li:nth-last-of-type(1), 
.footer-nav ul li:nth-last-of-type(1){
	margin-right: 0;
}

}

/***************************************************
Home
*****************************************/

.banner h1{
    color: #fff;
    margin-bottom: 30px;
}

.banner {
    background: #E16E38;
    padding-top: 50px;
}

.banner .wrapper{
    display: flex;
    flex-flow: column;
}
.order_cta a,
.order-now-section .cta-container a,
.two-section  .content a,
.banner a {
    width: 100%;
    display: inline-block;
    color: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 35px;
    font-size: 30px;
}

.banner figure{
    margin-top: -10px;
}

.scroll-content{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 20px 0 20px;
    color: #E16E38;
    font-weight: bold;
}

.scroll-content::-webkit-scrollbar {
    display: none;
  }

.two-section,
.one-section {
    display: flex;
    flex-flow: column;
}

.one-section .content {
    padding: 45px 3%;
    color: #E16E38;
}

.two-section .content h2,
.one-section .content h2{
    margin-bottom: 30px;
}

.one-section .content a{
    width: 100%;
    display: inline-block;
    color: #E16E38;
    border: 3px solid #E16E38;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 35px;
    font-size: 30px;
}

.two-section .content{
    padding: 45px 3%;
    background: #E16E38;
    color: #fff;
}

.img-three-section{
    display: flex;
    flex-flow: row;
    overflow-y: auto;
}
.img-three-section div{
    min-width: 100vw;
}
.img-three-section div img{
    width: 100%;
    display: block;
}
@media (min-width: 900px){
    .banner .wrapper{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
    .two-section .content h2, .one-section .content h2{
        margin-bottom: 50px;
    }

    .one-section .content a,
    .two-section  .content a,
    .banner a{
        width: 360px;
    } 
    .order_cta a,
    .order-now-section .cta-container a,
    .two-section  .content a,
    .banner a {
        padding: 15px 10px;
    }
    .banner .content {
        max-width: 537px;
    }

    .banner{
        padding-top: 20px;
    }

    .banner h1{
        margin-bottom: 50px;
    }

    .two-section {
        flex-flow: row;
        align-items: center;
        background: #E16E38;
        justify-content: space-between;
    }

    .one-section .content h2{
        max-width: 970px;
    }

    .two-section figure{
        order: 2;
    }
    .two-section .content{
        order: 1;
        max-width: 560px;
    }

    .img-three-section{
        flex-flow: row;
    }
    .img-three-section div{
        min-width: calc(33.33% - 1px);
        width: calc(33.33% - 1px);
        border-right: 1px solid #fff;
    }

    .img-three-section div:nth-last-of-type(1){
        min-width: 33.33%;
        width: 33.33%;
        border-right: 0;
    }
    .two-section .content h2,
.one-section .content h2{
    margin-bottom: 50px;
}
.img-three-section{
    overflow: hidden;
}
}

/****************************************************************************
Our Menu
***************************************************************************/
.txt-banner{
    background: #E16E38;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.three-our-menu{
    border-bottom: 2px dotted #E16E38;
}

.three-our-menu .content{
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
}

.three-our-menu .content h3{
    color: #E16E38;
    margin-bottom: 10px;
}

.single-section p,
.three-our-menu .content p{
    color: #777;
}
.three-our-menu section{
    display: flex;
    flex-flow: column;
}
.single-section-text{
    width: 94%;
    padding: 45px 0; 
    margin: 0 auto;
}
.single-section,
.sauces{
    padding: 45px 0;
    border-bottom: 2px dotted #E16E38;
}
.single-section-text h3{
    color: #E16E38;
    width: 100%;
    margin: 0 auto 30px;
}
.single-section-text p{
    color: #777;
}
.single-section h3,
.sauces h3{
    color: #E16E38;
    width: 94%;
    margin: 0 auto 30px;
}
.single-section .content h3{
    width: 100%;
}
.sauces article{
    width: 94%;
    margin: 30px auto 0;
}
.sauces article .right_collection,
.sauces article .left_collection{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 30px;
}

.single-section-text h4,
.single-section h4,
.sauces h4{
    color: #E16E38;
    
}
.single-section-text h4,
.single-section h4{
    margin: 45px 0 5px;
}
.sauces h4{
    margin: 10px 0;
}

.sauces p {
    color: #777;
    line-height: 22px;
}

.sauces article figure{
    width: 25%;
}

.sauces article .content{
    width: 70%;
}

.single-section .main-content .content{
    width: 94%;
    margin: 0 auto;
}

.single-section:nth-last-of-type(1){
    border: 0;
}

.order-now-section{
    background: #E16E38;
    color: #fff;
    padding: 45px 0;;
}

.order-now-section .cta-container a{
    text-decoration: none;
    color: #fff;
}

.order-now-section .cta-container a:hover{
    text-decoration: underline;
}

.order-now-section p{
    font-size: 15px;
    margin-bottom: 15px;
}
.order-now-section .cta-container a{
    margin-bottom: 45px;
}


@media (min-width: 900px){
    .three-our-menu section{
        flex-flow: row;
        align-items: center;
    }

    .three-our-menu figure{
        width: 50%;
    }
    .three-our-menu .content{
        max-width: 560px;
		width: 50%;
		padding: 30px;
		box-sizing: border-box;
    }

    .three-our-menu section:nth-of-type(2n+1) figure{
        order: 1;
    }

    .three-our-menu section:nth-of-type(2n+1) .content{
        order: 2;
    }

    .three-our-menu section:nth-of-type(2n) figure{
        order: 2;
    }
    .three-our-menu section:nth-of-type(2n) .content{
        order: 1;
    }

    .sauces .main-content{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .sauces .main-content article{
        width: 45%;
    }

    .sauces .main-content .content{
        margin-top: 30px;
    }

    .single-section .main-content{
        display: flex;
        flex-flow: row;
    }
    .single-section .main-content figure{
        width: 50%;
    }

    .single-section h3.desktop{
        width: 100%;
    }

    .single-section figure{
        width: 50%;
    }

    .single-section .main-content .content{
        width: auto;
    }

    .single-section{
        padding: 0;
    }

    .single-section-text{
        color: #E16E38;
    }

    .single-section .main-content{
        align-items: center;
    }
    .single-section{
        border: 0;
    }
    .single-section:nth-last-of-type(2){
       border-bottom: 2px dotted #E16E38;
    }
    .single-section:nth-of-type(2n+1) figure{
        order: 2;
    }

    .order-now-section .wrapper{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
    .order_cta a,
    .order-now-section .cta-container a{
        max-width: 360px;
    }

    .order-now-section .cta-container {
        width: 35%;
    }
    .order-now-section .content{
        width: 70%;
    }

    .order-now-section .content a{
        text-decoration: none;
        color: #fff;
    }
    .order-now-section .content a:hover{
        text-decoration: underline;
    }


    .single-section.first_food_type h3.mobile{
        display: block;
        margin-top: 30px;

    }

    .single-section:not(:nth-of-last-type(1)) .main-content h3{
        margin-top: 30px;
        margin-left: 0;
    }

    .single-section.first_food_type h3.desktop{
        display: none;
    }

    .single-section.first_food_type .main-content{
        border-top: 2px dotted #E16E38;
    }
    .sauces article .right_collection,
    .sauces article .left_collection{
        margin-bottom: 60px;
    }

}

/********************************************************
Press
***********************************************************/

.press-container .wrapper{
    width: 100%;
}

.press-container h2{
    color: #E16E38;
    font-size: 40px;
    margin-bottom: 10px;
}

.press-container article .content{
    width: 94%;
    margin: 40px auto 30px;
    color: #777;
}

.press-container article .content a{
    color: #E16E38;
    text-decoration: none;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;

}

@media (min-width: 900px){
    .press-container .wrapper{
        width: 90%;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .press-container .wrapper article{
        width: 47%;
    }

	.press-container {
		margin-top: 80px;
	}

}

/***********************************************************************
 page
************************************************************************/




.page-content .wrapper {
	width: 100%;
    padding-left: 3%;
	padding-right: 3%;
    margin: 40px 0;
    max-width: 840px;
	box-sizing: border-box;
}

.page-content .wrapper p {
	font-size: 16px;
	color: #777;
	margin-bottom: 20px;
}

@media (min-width: 900px){
    .page-content .wrapper{
        margin: 60px 0;
    }
}

.video {
	position: relative;
	padding-bottom: 56.5%;
}

iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.franchising-content h2,
.franchising-content h3,
.franchising-content h4,
.franchising-content h5{
	color:#E16E38;
}

.ginput_container select{
    border: 0;
    padding: 14px 10px !important;
    border-radius: 5px;
    color: #777;
    margin-top: 10px;
}

.franchising-content p{
	color: #777;
}

.video_container .wrapper{
	padding: 80px 0;
}

.video_container .wrapper p {
	margin-top: 10px;
	max-width: 840px;
}

.form_container{
	padding: 80px 0;
	background: #E16E38;
}

.form_container textarea,
input[type="search"],
.form_container input[type="text"]{
	border-radius: 5px;
	border: none;
	padding: 10px !important;
}

.form_container h2,
.form_container h3,
.form_container h4{
	color: #fff;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 0;
	font-family: cooper-black-std, serif;
	font-weight: 400;
	cursor: pointer;
	outline: inherit;
	font-size: 30px !important;
	width: 100% !important;
	padding: 0 20px;
	border-radius: 30px;
}

@media (min-width: 900px){
	button, input[type="submit"], input[type="reset"]{
		max-width: 360px;
		padding: 5px 20px;
	}

    .form_container textarea,
input[type="search"],
.form_container input[type="text"]{
    padding: 14px 10px !important;
}

	.image_data{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.image_data .wrapper,
	.image_data figure{
		width: 50%;
	}

	.image_data figure{
		order: 2;
	}

	.image_data .wrapper{
		max-width: 560px;
		padding: 20px 3%;
		box-sizing: border-box;
	}
}


/************************************************
Location
************************************************/

.order_container{
    background: #E16E38;
    color: #fff;
    padding: 50px 0;
}

.order_cta a{
    width: 100%;
}

.order_text{
    font-size: 22px;
    line-height: 26px;
}
.listings .content,
.location-content .image_data{
    color: #777;
}



.location-list .cta_container a,
.more-info,
.direction{
    color: #E16E38;
    border: 2px solid #E16E38;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-family: cooper-black-std, serif;
font-weight: 400;
font-style: normal;
}

.single-location .direction{
    margin-bottom: 10px;
}
.direction a {
    text-decoration: none;
}
.location-content .image_data a{
    color: #E16E38;
}

.timimg{
    margin-top: 45px;
    line-height: 1.4;
}

.video_container .wrapper p.telno,
.video_container .wrapper p.instagram,
.video_container .wrapper p.email,
.video_container .wrapper p.direction{
    margin-top: 20px;
}

.location-list h3{
    color: #E16E38;
}

.listings .title {
    color: #E16E38;
    text-decoration: none;
    font-family: cooper-black-std, serif;
    font-size: 30px;
}

.location-container{
    display: flex;
    flex-flow: column;
}

.location-container .location-list li{
    border-bottom: 2px dotted #E16E38;
    padding: 30px 10%;
}

.location-container .location-list li h3{
    margin-bottom: 10px;
    font-size: 30px;
}

input[type="search"]{
    width: 80%;
    max-width: 490px;
    box-sizing: border-box;
    margin-top: 10px;

}
.location-container  .location-list .cta_container{
    display: flex;
    flex-flow: row;
    margin-top: 10px;

}

.location-list .cta_container a:nth-of-type(1){
    margin-right: 10px;
}

.location-container  .location-list{
    color: #777;
}

  .listings .item {
    display: block;
    border-bottom: 2px dotted #E16E38;
    padding: 10px 10px 30px 10px;
    text-decoration: none;
  }

  .listings .item:last-child {
    border-bottom: none;
  }
  .listings .item .title {
    display: block;
    color: #E16E38;
    font-weight: 700;
  }

  .listings .item .title small {
    font-weight: 400;
  }
  .listings .item.active .title,
  .listings .item .title:hover {
    color: #E16E38;
  }
  .listings .item.active {
    background-color: #f8f8f8;
  }
  .listings::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .listings::-webkit-scrollbar-track {
    background: none;
  }
  .listings::-webkit-scrollbar-thumb {
    background: #E16E38;
    border-radius: 0;
  }

  .marker {
    border: none;
    cursor: pointer;
    height: 32px;
    width: 28px;
    background-image: url(../../uploads/2021/10/pin-1.png);
    background-repeat: no-repeat;
  }

  /* Marker tweaks */
  .mapboxgl-popup {
    padding-bottom: 50px;
  }

  .mapboxgl-popup-close-button {
    display: none;
  }
  .mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    width: 180px;
  }
  .mapboxgl-popup-content h3 {
    background: #E16E38;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
  }

  .mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
  }

  .mapboxgl-popup-content div {
    padding: 10px;
  }

  .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    padding-top: 15px;
  }

  .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #E16E38;
  }

  .listings .item .content,
  .listings .item  .cta-content{
      width: 94%;
      margin: 0 auto;
  }
  .direction{
      margin-right: 10px;
  }

  .listings .item .content{
      margin-bottom: 25px;
      margin-top: 35px;
  }
  .listings .item  .cta-content{
      margin-bottom: 10px;
  }

  .listings .item .content .title{
      margin-bottom: 10px;
  }

  .mapboxgl-popup-content h5{
      color: #E16E38;
  }

  .mapboxgl-popup-content p{
      color: #777;
      font-size: 15px;
  }

  .mapboxgl-popup-content .cta-content{
      display: flex;
      flex-direction: column;
  }

  .mapboxgl-popup-content .cta-content a:nth-of-type(1){
      margin-bottom: 5px;
  }

  .mapboxgl-popup-content .cta-content a{
      color: #E16E38;
      text-decoration: none;
      font-family: cooper-black-std, serif;
      border: 1px solid #E16E38;
      border-radius: 20px;
      text-align: center;
      padding: 5px 10px;
  }

  .social_links{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .social_links a{
    display: flex;
    color: #E16E38;
    width: 40px;
    height: 40px;
    border: 1px solid #E16E38;
    border-radius: 20px;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-decoration: none;

  }

  .single-location .social_links,
  .listings .social_links{
    justify-content: flex-start;
    margin-left: 20px;
  }
  .single-location .social_links{
    margin-top: 20px;
}

  .single-location .social_links a,
  .listings .social_links a{
      margin-right: 20px;
  }

.social_links a:not(nth-of-type(1)){
    margin-left: 0;
}

  .mapboxgl-popup-content .cta-content a
  a:active,
  a:focus {
    outline: 0;
  }
@media (min-width: 900px){
    .order_container .wrapper{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }

    .map-contrainer,
    .location-container .sidebar,
    .order_cta,
    .order_text{
        width: 50%;
    }

    .order_cta{
        text-align: end;
    }
    .location-container{
        flex-flow: row;
    }

    .location-container .location-list li{
        display: flex;
        justify-content: space-between;
    }

    .location-container  .location-list .cta_container{
        display: flex;
        flex-flow: column;
        margin-top: 0;
    }

    .location-list .cta_container a{
        white-space: nowrap;
    }

    .location-list .cta_container a:nth-of-type(1){
        margin-bottom: 10px;
        margin-right: 0;
    }

    .location-container .listings{
        height: 70vh;
        overflow-y: auto;
    }
}

.timimg,
.telno,
.instagram,
.email{
    position: relative;
    padding-left: 30px;
}

.timimg span,
.telno span,
.instagram span,
.email span{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.timimg span img,
.telno span img,
.instagram span img,
.email span img{
    width: 100%;
}

/* Temp desable */

input[type="search"]{
    display: none;
}


/* popup */

.popup{
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #fff;
    border: 7px solid #E16E38;
    border-radius: 20px;
    padding: 50px 20px;
    display: none;
    text-align: center;
    z-index: 9999;
}

.popup .title h3{
color: #E16E38;
}
.popup .location_container{
    margin-top: 20px;
    position: relative;
}

.popup .error{
    margin-top: 20px;
    display: none;
}

.popup .location_container span{
    display: inline-block;
    border: 1px solid #E16E38;
    color: #E16E38;
    padding: 10px 25px 10px;
    border-radius: 5px;

}

.popup .location_container ul{
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    border: 1px solid #E16E38;
    z-index: 10;
    width: 250px;
    display: none;
    transform: translate(-50%, 0px);
    max-height: 200px;
    overflow: auto;
}

.popup .location_container ul li{
    border-bottom: 1px solid #E16E38;
}

.popup .location_container ul li a{
    color: #E16E38;
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px 8px;
    width: 100%;
    box-sizing: border-box;
}

.popup-overlay{
    position: fixed;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}