/*
Theme Name: Savory
Theme URI: http://savory.elated-themes.com
Description: A Beautiful Restaurant WordPress Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.3
Text Domain: savory
License: GNU General Public License
License URI: licence/GPL.txt
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
*/
.eltd-woocommerce-page .product, .woocommerce .product {
    padding: 5% !important;
}
.wp-social-link {
    padding: 0 !important;
}
.wp-block-social-links .wp-social-link svg {
    width: 25px;
    height: 25px;
}
.eltd-header-dual .eltd-page-header .eltd-logo-area {
    width: 15%;
}
.eltd-header-dual .eltd-page-header .eltd-menu-area {
    width: 100%;
    float: right;
    margin-top: -4%;
}
.eltd-main-menu>ul>li>a .item_text {
    color: #ccc;
}

/*responsive*/
.eltd-content .eltd-content-inner>.eltd-container>.eltd-container-inner, .eltd-content .eltd-content-inner>.eltd-full-width>.eltd-full-width-inner {
    width: 95%;
}

@media(max-width : 800px){
	.eltd-section-title{
		font-size: 200% !important;
	}
}