/*
Theme Name: Estavo
RTL: true
*/
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}
body.rtl .estavo-header-inner,
body.rtl .estavo-topbar-inner,
body.rtl .estavo-footer-bottom,
body.rtl .estavo-footer-brandrow .estavo-container,
body.rtl .estavo-footer-brandstrip-inner,
body.rtl .estavo-footer-newsletter-inner,
body.rtl .estavo-footer-ctablock,
body.rtl .estavo-hero-actions,
body.rtl .estavo-search {
	direction: rtl;
}
body.rtl .estavo-nav ul,
body.rtl .estavo-topbar-social ul,
body.rtl .estavo-footer-social ul,
body.rtl .estavo-share-buttons,
body.rtl .estavo-card-meta {
	direction: rtl;
}
body.rtl .estavo-nav .sub-menu {
	left: auto;
	right: 0;
	text-align: right;
}
body.rtl .estavo-nav .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}
body.rtl .estavo-back-to-top {
	right: auto;
	left: 24px;
}
body.rtl .alignleft {
	float: right;
	margin: .5em 0 1em 1.5em;
}
body.rtl .alignright {
	float: left;
	margin: .5em 1.5em 1em 0;
}