/*
Theme Name:     Sidewalk Child
Theme URI:      https://mekshq.com/theme/sidewalk/
Description:    Child theme for the Sidewalk theme
Author:         meks
Author URI:     https://mekshq.com
Template:       sidewalk
Version:        0.1.0
*/

#login h1 a, .login h1 a {
	background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/new-logo.png);
	height:65px;
	width:320px;
	background-size: 320px 65px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

ul.wpb_page_list {
    list-style: none;
    list-style-type: none;
    background-color: #eee;
    border: 1px solid #CCC;
    padding: 20px;
}