/* rtl layout */
.rtl-layout {
	direction: rtl;
}
.rtl-layout .pageContent .item .post-image-wrapper {
	margin-right: initial;
	margin-left: 25px;
}
.rtl-layout .item .post-content {
	text-align: right;
}
.rtl-layout .s-dash-full-footer .footer-items .footer-column .footer-link-items .social-media-items {
  justify-content: left;
}
