/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

.blog-post .content-article {
	font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
	color: #000000;
}

.single-post h2.entry-title {
	font-weight: bold;
    font-size: 32px;
    margin-bottom: 24px;
    margin-top: 32px;
}

.single-post .content {
	color: #000000;
	font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
	font-weight: normal;
}

.single-post .content p {
	font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
}

.single-post .content h2 {
	font-size: 24px;
    margin-bottom: 28px;
    margin-top: 32px;
	font-weight: bold;
}

.single-post .content h3 {
	font-size: 18px;
    margin-bottom: 22px;
	font-weight: bold;
}

.single-post .content ul,
.single-post .content ol {
	padding-left: 34px;
	margin-bottom: 24px
}