/*
Theme Name: Savory Child
Theme URI: https://savory.qodeinteractive.com
Description: A child theme of Savory Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.3
Template: savory
Text Domain: savory
*/

@media only screen and (max-width : 5024px) {
   p.burger-title {
    color: #fff;
	}
   .icon_svg {
    cursor: pointer;
    height: 70px;
    display: inline-block;
    vertical-align: bottom;
    width: 58px;
	}
	svg {
    width: 50px;
    height: 53px;
    margin-top: -35px;
	}
}

@media screen and (min-width : 240px) and (max-width : 1024px) {
    p.burger-title {
    color: #000;
	}
	.icon_svg {
        cursor: pointer;
    height: 70px;
    display: inline-block;
    vertical-align: bottom;
    width: 58px;
    margin-left: -20px;
    margin-top: -4px;
	}
	svg {
    width: 50px;
    height: 53px;
    margin-top: -35px;
}
}



.eltd-position-right-inner .eltd-fullscreen-menu-opener.opened .icon_svg {
 display:none;
}
.eltd-position-right-inner .eltd-fullscreen-menu-opener .eltd-fullscreen-menu-opener-inner {
 display:none;
}
.eltd-position-right-inner .eltd-fullscreen-menu-opener.opened .eltd-fullscreen-menu-opener-inner {
 display:inline-block;
}

element.style {
}
.eltd-fullscreen-menu-opener.opened .eltd-line {
    background-color: transparent!important;
}
.eltd-fullscreen-menu-opener:hover .eltd-line {
    background-color: #333;
}
.eltd-fullscreen-menu-opener .eltd-line {

    left: -25px;

}




.squiggle {
      stroke-dasharray: 0 16 101 16;
    -webkit-animation: moveTheWave 8.4s linear infinite;
    animation: moveTheWave 8.4s linear infinite;
}
@-webkit-keyframes moveTheWave {
    0% {
        stroke-dashoffset: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        stroke-dashoffset: -133;
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
}

@keyframes moveTheWave {
    0% {
        stroke-dashoffset: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        stroke-dashoffset: -133;
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
}
.eltd-restaurant-menu .eltd-rstrnt-price-holder {
    float: right;
    width: 15%;
    text-align: left !important;
}