/*
	Theme Name:	Xtra Child
	Theme URI:	https://www.rtl-theme.com/xtra-corporate-woocommerce-theme/
	Description:Sample child theme of Xtra theme for customization.
	Author:		Xtra Theme
	Author URI:	http://xtratheme.ir
	Template:	xtra
	Version:	1.0.0
*/

/* 
 * Edited styles 
 */
/* Post */
.cz_post_content h2.wp-block-heading,
.cz_post_content h3.wp-block-heading,
.cz_post_content h4.wp-block-heading,
.cz_post_content h5.wp-block-heading,
.cz_post_content h6.wp-block-heading {
	margin-bottom: 20px !important;
}
.cz_post_content ul {
	margin-bottom: 20px !important;
	font-size: 18px;
}
/* Post sidebar */
#codevzpostslist-2 .item-details a {
	color: #000 !important;
}
/* Easy Table of Contents plugin */ 
#ez-toc-container {
	box-sizing: border-box;
	padding: 25px !important;
}
#ez-toc-container .ez-toc-btn-xs {
	padding: 0px !important;
}
#ez-toc-container .ez-toc-pull-right {
	margin-left: 20px !important;
}
#ez-toc-container .ez-toc-js-icon-con {
	left: 0 !important;
}
#ez-toc-container nav > ul {
	margin: 20px 0 0 0 !important;
}
#ez-toc-container nav > ul ul {
	padding-right: 20px;
	margin: 10px 0 0 0 !important;
}
#ez-toc-container nav li {
	margin-bottom: 8px;
}
#ez-toc-container nav a {
	font-weight: normal !important;
}

