/*
 Theme Name:   Xtra Child
 Theme URI:    https://xtratheme.com/
 Description:  Child theme for Xtra
 Author:       Esmaeil golzar
 Author URI:   https://englishmedia.com
 Template:     xtra
 Version:      1.0.0
*/

/* styles here */


/* وسط‌چین کردن عنوان نوشته در همه حالت‌های Xtra */
body.single-post h1.entry-title,
body.single-post .titlebar h1,
body.single-post .page-title h1,
body.single-post .post-title {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  margin: 20px auto !important;
}

/* اگر عنوان داخل Titlebar با Flex چیده شده */
body.single-post .titlebar .cv-container,
body.single-post .titlebar .cv-row,
body.single-post .titlebar .content,
body.single-post .page-title .cv-container,
body.single-post .page-title .cv-row,
body.single-post .page-title .content {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

/* اگر Elementor/WPBakery دست دارد */
body.single-post .elementor .page-title,
body.single-post .elementor .post-title,
body.single-post .elementor h1.entry-title,
body.single-post .vc_row .page-title,
body.single-post .vc_row h1.entry-title {
  text-align: center !important;
}



h1 {
	font-size: 38px !important;
	text-align: unset !important;
}


.single-post h1.entry-title {
  text-align: center !important;
  display: block !important;
  margin: 20px auto;
}


@media(max-width: 1024px) {
	.single-post h1.entry-title {
		font-size: 24px !important;
	}
}
}

