/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/
 Description:  Twenty Seventeen Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-child
*/

.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1800px ! important;
	}
	.panel-image {
		max-height: 1800px ! important;
	}
  .entry-content ul{
    margin:0 0 25px 14px;
}
 .entry-content>ul>li ul{
    margin:0 0 5px 20px;
}
 .entry-content>ul>li, .entry>ul>li ul li ul li{
     list-style-position:inside;
     list-style:circle;
     margin-bottom: 10px;
}