/*
 Theme Name: Sunway-child
Child
 Theme URI: http://tropicana.freevision.me/
 Author: freevision
 Author URI: http://themeforest.net/user/freevision/portfolio
 Description: Sunway is a vacation rental WordPress theme crafted to help you build a profitable vacation rental business. If
you rent out a chalet, cabin, inn, resort residence, hotel, B&B, guest house or the like, the theme is going to fully suit your needs!
 Version: 7.2
 Text Domain: sunway
 Domain Path: /lang
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post- formats, sticky-post, translation-ready
This child theme inherits
templates from a parent theme, Sunway.
style.css functions.php
 Template: sunway
 */
.sunway-primary-nav > li > a {
    padding-left: 25px !important;
		margin-left: 25px !important;
}

ul#menu-primary-menu {
    display: flex;
    justify-content: center;
    margin-left: 100px;
}

@media only screen and (max-width: 767px) and (min-width: 350px) {
    .sunway-primary-nav > li > a {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
	ul#menu-primary-menu {
    margin: 0px;
    padding-left: 10px;
}
}