/*!
Theme Name: Pointify
Author: Astoundify
Theme URI: https://astoundify.com/products/pointify-wp/
Author URI: https://astoundify.com/
Description: Pointify - Listing Directory WordPress Theme is more than just a WordPress theme; it's a comprehensive solution for building and managing a successful listing directory. Whether you're launching a local business directory, an event listing site, a real estate platform, or a travel guide, Pointify provides all the tools you need to excel in today's competitive digital landscape. Features Includes: # WP job Manager Ready # RTL Ready  # WooCommerce Ready # Responsive # Extendible with premium addons called Extensify # Regularly updated # Designed & Developed, Maintained & Supported by Astoundify.com.
Version: 1.5.3.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pointify
Requires at least: 6.2
Tested up to: 6.5.2
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	direction: rtl;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}

/* RTL */
body.rtl .pointify .site-header .user-icon .custom-user-menu-container {
    right: auto;
    left: 0;
}
body.rtl .pointify .site-header .user-icon .custom-user-menu-container ul {
    margin: 0;
    padding: 0;
}
body.rtl .pointify .user-icon .custom-user-menu-container ul:before {
    right: auto;
    left: 0px;
}
body.rtl .pointify .user-icon .custom-user-menu-container ul {
    border-radius: 10px;
}
body.rtl .pointify .user-icon .custom-user-menu-container ul, 
body.rtl .pointify .user-icon .custom-user-menu-container ul li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}
.rtl .pointify .site-header .header-right {
    text-align: left;
}
.rtl .search_popup_content .search-field{
	padding-left:0px;
	padding-right: 60px;
}
.rtl .search_popup_content .close-btn {
	right:unset;
    left: 42px;
}
.rtl .search_popup_content .search-submit {
    left: unset;
    right: 30px;
}
.rtl input[type="search"]:focus{
	color:#fff;
}
.rtl .site_logo{
	margin:0px;
} 
.rtl .post-main-box {
	padding-right: 0;
	padding-left: 66px;
}
.rtl .single-post-main-section .single-content-wrapper {  
	padding-right: 0;
	padding-left: 70px;
}
.rtl .post-pagination-sec .page-numbers:first-child {
    margin-right: 0;
}
.rtl .post-pagination-sec .page-numbers:last-child {
    margin-right: 13px;
}
.rtl .footer-widget .widget.widget_text .textwidget ul li {
    padding-left: unset;
	padding-right:30px;
}
.rtl .footer-widget .widget.widget_text .textwidget ul li:before {
	right:0px;
}
.rtl .fa-angle-right:before {
    content: "\f104";
}
.rtl .fa-angle-left:before {
    content: "\f105";
}
.rtl .latest-post .post-content p{
	padding-right:0px;
}
.rtl .sidebar-content p.sidebar_description,
.rtl .sidebar-content .latest-post .post-content h4 a{
	text-align:right;
}
.rtl .sidebar-content .post-category span.post-cat-cls {
    right: 4px;
}
.rtl .single-post-main-section span.post-cat-cls{
	right:16px;
	left:unset;
}
.rtl .single-post-main-section .comments-area ol.comment-list li{
	padding-left:0px;
	padding-right: 75px;
}
.rtl .single-post-main-section .comments-area ol {
    margin: 0;
}
.rtl .single-post-main-section .comments-area ol{
	padding-left: 0;
    padding-right: 2rem;
}
.rtl .single-post-main-section .comments-area ol.comment-list li {
	padding-left: 0;
    padding-right: 75px;
}
.rtl .single-post-main-section .comments-area ol.comment-list li:before {   
    border-left: solid 12px #D9D9D9;
	border-right: unset;
    left: unset;
	right:63px;
}
.rtl .single-post-main-section .comments-area article .comment-author img {
    left:unset;
    right: -108px;
}
.rtl .single-post-main-section .comments-area article .comment-author b {
    padding-left: 15px;
	padding-right: 0;
}
.rtl .single-post-main-section .comments-area article .comment-author b:after {
    top: 12px;
    left: 4px;
	right:unset;
}
.rtl .single-post-main-section .comments-area footer.comment-meta .edit-link {
    left: 50px;
	right:unset;
}
.rtl .single-post-main-section .comments-area footer.comment-meta {
    gap: 10px;
}
.rtl .single-post-main-section .post-nav-wrap-sec img{
	height:285px;
}
.rtl .pointify .site-header .mobile-navigation ul{
	padding-right:0px;
	margin-right:0px;
}
.rtl .single-post-main-section .comment-reply-title small{	
	padding-right: 10px
}
.rtl .pointify .site-header .mobile-navigation ul li a, 
.rtl .pointify .site-header .main-navigation ul li a{
	text-align:right;
}
.rtl .pointify .custom-menu-container .custom-menu li ul li ul {
    left: -100%;
}
.rtl .pointify .custom-menu-container .menu-item-has-children ul .menu-item-has-children:after {
    content: "\f104";
	left:25px;
    right: unset;
}
.rtl .pointify .site-header .mobile-navigation ul.sub-menu {
    padding-left: unset;
	padding-right: 20px;
}
.rtl .page_breadcrumb_sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rtl article {
    margin-bottom: 50px;
}

/* WooCommerce Page Start */

body.rtl .product-main-section .products {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
body.rtl .woocommerce-pagination {
    position: absolute;
    bottom: 0px;
}
body.rtl .product-sidebar button {
    right: auto;
    left: 15px;
}
body.rtl .product-sidebar .widget ul li {
    display: flex;
    justify-content: space-between;
}
body.rtl .product-main-section form.woocommerce-ordering {
    float: left;
}
body.rtl .product span.onsale {
    left: auto;
    right: 5px;
    z-index: 2;
}
body.rtl .product span.onsale:before {
    left: auto;
    right: 3px;
    border-top: 5px solid transparent;
    border-right: 5px solid #AF662D;
    border-bottom: 5px solid transparent;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.rtl.single-product div.product .woocommerce-product-gallery {
    float: right;
}
body.rtl.single-product div.product .summary.entry-summary {
    margin-top: 0;
}
body.rtl .quantity-sec-cls button.plus {
    left: auto;
    right: 5px;
    border-radius: 0px 50px 50px 0px;
}
body.rtl .quantity-sec-cls button.minus {
    left: auto;
    right: 84px;
    border-radius: 50px 0px 0px 50px;
}
body.rtl .woocommerce-Reviews ol.commentlist {
    margin-right: 0;
}
body.rtl .woocommerce-Reviews ol.commentlist li.review .comment_container img {
    height: 60px;
}
body.rtl .woocommerce-Reviews ol.commentlist li.review .comment_container .comment-text:before {
    border-left: solid 12px #D9D9D9;
    border-bottom: solid 12px transparent;
    border-top: solid 12px transparent;
    border-right: 0;
    left: auto;
    right: -12px;
}
body.rtl.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item th {
    border-left: 1px solid #D8D8D8;
    border-right: 0px;
}
body.rtl.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:last-child {
    margin-right: 30px;
}
body.rtl.single-product tr.woocommerce-shipping-totals.shipping span.select2.select2-container {
    text-align: right;
}
body.rtl .cart-collaterals .cart_totals table.shop_table tr td {
    text-align: right;
}
body.rtl .cart-collaterals .cart_totals table.shop_table tr td ul#shipping_method {
    margin-right: 0;
}
body.rtl table.shop_table tbody tr td.actions button.button[name="update_cart"] {
    right: auto;
    left: 55px;
}
body.rtl table.shop_table tbody tr td.actions .coupon button.button {
    right: auto;
    left: 17px;
}
body.rtl table.shop_table tbody tr td.actions .coupon button.button:before {
    right: auto;
    left: 130px;
}

body.rtl form.checkout .col-2 {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl form.checkout .col-1 {
    padding-right: 0;
    padding-left: 20px;
}
body.rtl form.checkout #customer_details h3#ship-to-different-address input {
    right: auto;
    left: 0;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input,
body.rtl section.woocommerce-order-details table.woocommerce-table thead tr th,
body.rtl form.checkout #customer_details input,
body.rtl .woocommerce-checkout-review-order table.shop_table thead tr th,
body.rtl .woocommerce-checkout-review-order table.shop_table tr.cart_item td {
    text-align: right;
}
body.rtl .woocommerce-checkout-review-order table.shop_table tfoot tr.woocommerce-shipping-totals td ul {
    padding-left: 0;
    padding-right: 18px;
    margin-right: 0;
}
body.rtl .woocommerce-checkout-review-order div#payment ul {
    padding-left: 0;
    padding-right: 20px;
    margin-right: 0;
}
body.rtl section.woocommerce-order-details table.woocommerce-table tbody tr.woocommerce-table__line-item.order_item td ul.wc-item-meta {
    padding-right: 0;
	margin-right: 20px;
}
body.rtl form.woocommerce-ResetPassword label, 
body.rtl form.woocommerce-form.woocommerce-form-register.register label, 
body.rtl form.woocommerce-form.woocommerce-form-login.login label, 
body.rtl .woocommerce-MyAccount-content form.woocommerce-EditAccountForm label, 
body.rtl .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper label, 
body.rtl form.checkout #customer_details label {
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .account-notice-cls {
    display: flex;
    gap: 5px;
}
body.rtl .close {
    right: auto;
    left: 30px;
}
body.rtl .popup-section .popup-form form.woocommerce-form.woocommerce-form-login .lost_password {
    right: auto;
    left: 0;
}
body.rtl form.woocommerce-ResetPassword button.woocommerce-Button.button {
    margin-right: 0;
}
body.rtl .close .cross-span {
    top: -4px;
    left: 0;
}
body.rtl form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme {
    padding-right: 0;
}

/* WooCommerce Page End */

/* WP Job Manager Start */

body.rtl .pointify .site-header .header-right .header_btn a i {
    margin-left: 5px;
    margin-right: 5px;
}
body.rtl .pointify .site-header .header-right .header_btn {
    margin-left: 0;
    margin-right: 45px;
}
body.rtl .pointify .site-header .header-right .header_btn a {
    display: inline-block;
    width: auto;
}
body.rtl form.job_filters .search_jobs .search_keywords {
    float: right;
    padding-right: 0;
    padding-left: .5em;
}
body.rtl form.job_filters .search_jobs .search_location {
    padding-left: 0;
    padding-right: 0.5em;
}
body.rtl form.job_filters .search_jobs .search_categories {
    padding-left: 0;
    padding-right: 0.7em;
}
body.rtl form.job_filters .search_jobs .search_keywords input,
body.rtl form.job_filters .search_jobs .search_location input {
    border-radius: 0;
}
body.rtl form.job_filters ul.job_types li {
    float: right;
}
body.rtl .job_listings ul.job_listings li.job_listing a img {
    left: auto;
    right: 1em;
    margin-left: 1em;
    margin-right: 0;
}
body.rtl .job_listings ul.job_listings li.job_listing a .position {
    padding: 0 42px 0 0;
}
body.rtl .job_listings ul.job_listings li.job_listing a {
    padding: 1em 2em 1em 1em;
}
body.rtl .job_listings ul.job_listings li.job_listing a ul.meta {
    padding: 0 1em 0 0;
    text-align: left;
}
body.rtl .job_listings ul.job_listings li.job_listing a ul.meta li.job-type {
    float: left;
}
body.rtl .job_listings ul.job_listings li.job_listing a .location {
    padding: 0 1em 0 0;
	text-align: right;
}
body.rtl .job_listings ul.job_listings li.job_listing a .location:before {
    left: auto;
    right: 0;
}
body.rtl .showing_jobs.wp-job-manager-showing-all a {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
body.rtl form.job_filters .select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-right: 0;
    margin-left: 10px;
}
body.rtl .single-listing-section .single_job_listing {
    padding-left: 0;
}
body.rtl .single-listing-section .single_job_listing .company .twitter_site a::before {
    display: inline;
}
/* body.rtl table.job-manager-jobs thead tr th, 
body.rtl table.job-manager-jobs tbody tr td {
    text-align: right !important;
} */
body.rtl table.job-manager-jobs tbody tr td.job_title {
    text-align: right;
}
body.rtl div#job-manager-job-dashboard .account-sign-in .button, 
body.rtl .job-manager-form fieldset .field.account-sign-in a.button {
    right: auto;
    left: 60px;
}
body.rtl .job-manager-form input.button {
    margin-right: 0;
    margin-left: 10px;
}
body.rtl form#job_preview .single_job_listing .meta li {
    margin: 0 1em 0 0;
}
body.rtl form#job_preview .single_job_listing .meta li::before {
    margin-left: 5px;
    margin-right: 0;
}
body.rtl .job_listing_preview.single_job_listing .single_job_listing .company img {
    left: auto;
    right: 1em;
}
body.rtl .job_listing_preview.single_job_listing .single_job_listing .company .company_header p {
    margin: 0 3em 0 0;
    text-align: right;
    padding: 0 1em 0 0;
}
body.rtl .job_listing_preview.single_job_listing .single_job_listing .company .company_header p a {
    float: left;
    margin-right: 1em;
    margin-left: 0;
}
body.rtl .job_listing_preview.single_job_listing .single_job_listing .company .company_header p a::before {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl.single-job_listing .wpjmr-list-reviews .star-rating-title {
    text-align: right;
}

body.rtl .application_details form label {
    padding-left: 0px;
    padding-right: 10px;
}
body.rtl .job-manager-form fieldset.fieldset-remote_position label {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl form.job_filters .search_jobs .search_region {
    padding-left: 0;
    padding-right: .5em;
}
body.rtl form.job_filters .showing_jobs a {
    float: left;
}
body.rtl .job-manager-form fieldset .field span.select2 span.select2-selection span.select2-selection__arrow {
    right: auto;
    left: 20px;
}
body.rtl .job-manager-form fieldset .field span.select2 span.select2-selection ul.select2-selection__rendered span.select2-selection__clear {
    float: left;
    margin-right: 0;
    margin-left: 0;
}
body.rtl .map-canvas-options .map-action-lock {
    padding: 0 32px 0 0;
    background-position: right !important;
}

/* WP Job Manager End */

/* WP fav */

body.rtl .astoundify-favorites-submit-field .astoundify-favorites-remove-favorite {
    margin-right: auto;
    margin-left: 0;
}
body.rtl .mfp-content .mfp-close {
    right: auto;
}
body.rtl span.astoundify-favorites-icon {
    margin-right: 0px;
	margin-left: 4px;
}
.astoundify-favorites-popup .astoundify-favorites-form-favorite-edit h3,
body.rtl .astoundify-favorites-popup .astoundify-favorites-notices p,
body.rtl form.astoundify-favorites-form-list-edit h3 {
    text-align: right;
}

/* Home */

body.rtl.page {
    margin-bottom: 0;
}
body.rtl.page .widget {
    margin-bottom: 0;
}
/* body.rtl .btn-primary:visited {
    color: #fff;
} */
body.rtl .pointify-hero-search form.job_search_form .search_jobs .search_region span.select2-selection span#select2-search_region-container {
    text-align: right;
}
body.rtl .taxonomy-widget-section .widget-title-desc-caption h3 {
    text-align: right;
}
body.rtl .taxonomy-widget-section .widget-title-desc-caption p {
    margin-right: auto;
    margin-left: 0;
}
body.rtl .feature-image-section .post-thumbnail-img {
    right: auto;
    left: 30px;
}
body.rtl ul.job_listings li.job-listing {
    margin-right: auto;
    margin-left: 30px;
}
body.rtl ul.job_listings li.job-listing:nth-child(3n) {
    margin-left: 0;
}
body.rtl .job_listing-recently_viewed_badge {
    right: auto;
    left: 10px;
}
body.rtl .feature-image-section .listing-pricing {
    left: auto;
    right: 12px;
}
body.rtl ul.tabbed-listings-tabs li:last-child a:before {
    content: '';
}
body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(4n) {
    margin-right: 0px;
}
body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:first-child {
    margin-right: 0;
}
body.rtl .job_listings ul.job_listings li.job_listing .content-box a {
    padding: 0;
}
body.rtl .job-location span:before {
    left: auto;
    right: 0;
}
body.rtl .job-location span {
    padding-left: 0;
    padding-right: 17px;
}
body.rtl .job_listings ul.job_listings li.job_listing .job_listing-recently_viewed_badge {
    left: 10px;
    right: auto;
}
body.rtl .woocommerce-MyAccount-avatar~.woocommerce-MyAccount-content {
    margin-right: 125px;
    margin-left: 0;
}
body.rtl .woocommerce-MyAccount-avatar {
    float: right;
}
body.rtl nav.tertiary-navigation ul.tertiary li a {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl .ion-navicon-round:before, 
body.rtl nav.tertiary-navigation ul.tertiary li.ion-ios-settings a::before, 
body.rtl nav.tertiary-navigation ul.tertiary li.ion-ios-gear-outline a::before, 
body.rtl nav.tertiary-navigation ul.tertiary li.ion-ios-plus-outline a::before, 
body.rtl nav.tertiary-navigation ul.tertiary li.ion-ios-compose-outline a::before, 
body.rtl nav.tertiary-navigation ul.tertiary li.ion-ios-speedometer-outline a::before {
    left: auto;
    right: 0;
}
body.rtl table.job-manager-jobs tbody tr td:last-child, 
body.rtl table.job-manager-jobs thead tr th:last-child {
    border-right: 1px solid #D9D9D9;
}

/* Other Add ons */

body.rtl table.pm-table.pm-table--messages-list td.pm-column.pm-column--actions {
    text-align: left;
}
body.rtl form#job_package_selection .job_listing_packages_title input.button {
    float: left;
    margin-left: 0;
}
body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(3n) {
    margin-right: 30px;
}

/* Job Board */

/* Home Page */

body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_keywords input {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	text-align: right;
}
body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_submit input[type="submit"] {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_region:before, 
body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_location:before, 
body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_keywords:before {
    right: auto;
    left: 0;
}
body.rtl.job_board .popular-listing-caption .shape_one {
    left: auto;
}
body.rtl.job_board .taxonomy-widget-section .widget-title-desc-caption p {
    margin: 0 auto;
}
body.rtl.job_board .taxonomy-widget-section .widget-title-desc-caption h3 {
    text-align: center;
}
body.rtl.job_board .job_board_list .job-listing-details .job-title h4,
body.rtl .job-bottom-content .listing-pricing h5 {
    text-align: right;
}
/* body.rtl.job_board a:visited {
    color: #000;
} */
body.rtl.job_board .job_board_list .feature-image-section .post-thumbnail-img {
    left: auto;
}
body.rtl.job_board ul.tabbed-listings-tabs li:last-child {
    margin-right: 10px;
}
body.rtl.job_board ul.tabbed-listings-tabs li:first-child {
    margin-right: 0;
}
body.rtl.job_board ul.tabbed-listings-tabs li:last-child a:before {
    content: none;
}
body.rtl.job_board span.post-cat-cls {
    right: 40px;
    left: auto;
}
body.rtl.job_board .post-section .post-grid-section .post-content .btn-primary {
    margin-left: auto;
    margin-right: 0;
}
body.rtl.job_board .recently-viewed-jobs ul.recently-viewed-job_listings .slick-next {
    right: auto;
}
body.rtl.job_board .recently-viewed-jobs ul.recently-viewed-job_listings .slick-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl.woocommerce-cart a.remove:after {
    padding-left: 0;
    padding-right: 7px;
}

body.rtl.job_board .gallery-slider .swiper-slide {
    width: 100%;
}

body.rtl.job_board .gallery.testimonial-wrapper .swiper-slide {
    overflow: visible;
}
body.rtl.job_board .gallery.testimonial-wrapper .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .review_author_img:before {
    top: 0;
    left: -12px;
    width: 120px;
    height: 120px;
}

/* Lawyer */
body.rtl.lawyer .listing-pricing h5,
body.rtl.lawyer .testimonial_content h5,
body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption p,
body.rtl.lawyer .content-box .job-listing-details span.job-type-cls,
body.rtl.lawyer .term-list .term-details,
body.rtl.lawyer .taxonomy-widget-section .widget-title-desc-caption p,
body.rtl.lawyer .taxonomy-widget-section .widget-title-desc-caption h4,
body.rtl.lawyer .pointify-hero-search form.job_search_form .search_keywords input,
body.rtl.lawyer .content-section {
    text-align: right;
}

body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption p,
body.rtl.lawyer .taxonomy-widget-section .widget-title-desc-caption p,
body.rtl.lawyer .content-section h2.hero-title {
    margin-right: 0;
}
body.rtl.lawyer .feature-image-section .post-thumbnail-img,
body.rtl.lawyer form.job_search_form {
    left: 0;
	right: unset;
}
body.rtl.lawyer .listing_fav_sec {
    left: 5px;
	right: unset;
}
body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing:nth-child(3n){
	margin-left: 0px;
}
body.rtl.lawyer .recently-viewed-jobs ul.job_listings.recently-viewed-job_listings button.slick-prev{
	right:50%;
}
body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing {
	margin-left: 20px;
}
body.rtl.lawyer ul.job-packages{
	padding-right: 0;
}
body.rtl.lawyer ul.job-packages li.job-package .job-package-includes ul{
	margin-right: 0;
    padding-right: 0;
}
body.rtl.lawyer .how-it-work-main-content-caption.right-content-cls {
    padding-left: 30px;
    padding-right: 0px;
}
body.rtl.lawyer span.post-cat-cls {
    left: unset;
    right: 40px;
}
body.rtl.lawyer .recently-viewed-jobs ul.job_listings li.job-listing{
	margin-left:30px;
}
body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption h4,
body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption h3 {
    text-align: left;
}
body.rtl.lawyer .widget_pointify_popular_listings_widget .popular-listing-caption {
    overflow-x: hidden;
}
body.rtl.lawyer .listing-location-info .job-add-detail-content h4,
body.rtl.lawyer .listing-location-info .job-add-detail-content p {
    text-align: right;
}
body.rtl.lawyer .how-it-work-main-content>.row {
    flex-direction: row-reverse;
}
body.rtl.lawyer .how-it-work-main-content-caption.right-content-cls {
    padding-left: 30px;
    padding-right: 0;
}


@media screen and (max-width: 1199px){	
	.rtl .single-post-main-section .single-content-wrapper,
	.rtl .post-main-box {
		padding-left: 30px;
	}
	body.rtl .pointify .site-header .header-icons span {
		margin-left: 0px;
	}
	body.rtl .pointify .site-header .header-right .header_btn {
		margin-right: 15px;
	}
}

@media screen and (max-width: 1099px){
	body.rtl .pointify .site-header .header-right .header_btn {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1024px){
	body.rtl .product-sidebar button {
		left: 0;
	}
	body.rtl .job-manager-form fieldset .field span.select2 span.select2-selection span.select2-selection__arrow {
		left: 13px;
	}
	body.rtl ul.job_listings li.job-listing {
		margin-bottom: 20px;
	}
	body.rtl ul.job_listings li.job-listing:last-child {
		margin-bottom: 0;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing {
		margin-right: 0;
		margin-left: 20px;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(3n) {
		margin-left: 0;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(4n) {
		margin-right: 0;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(2n) {
		margin-left: 0;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(3n) {
		margin-right: 0;
		margin-left: 20px;
	}
	
	/* Lawyer */
	body.rtl.lawyer .recently-viewed-jobs ul.job_listings li.job-listing,
	body.rtl.lawyer ul.job_listings li.job-listing:nth-child(2n),
	body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing:nth-child(2n){
		margin-left: 0;
	}	
	body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing {
		margin-left: 20px;
		width: 48%;
    }		
	body.rtl.lawyer .job_listings ul.job_listings li.job-listing:nth-child(3n){
		margin-left: 30px;
	}	
	body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing:nth-child(3n){
		margin-left: 25px;
	}
}

@media screen and (max-width: 991px){
	.rtl .pointify .site-header .header-right {
		justify-content: left;
	} 
	.rtl .pointify .site-header .pontify_header_content .menu-toggle{
		text-align: left;
	}
	body.rtl .pointify .site-header .header-icons span {
		margin-left: 15px;
		margin-right: 0;
	}

	/* Home Page */

	body.rtl ul.job_listings li.job-listing:nth-child(2n) {
		margin-left: 0;
	}
	body.rtl ul.job_listings li.job-listing,
	body.rtl ul.job_listings li.job-listing:nth-child(3n) {
		margin-left: 18px;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(2n) {
		margin-left: 0 !important;
	}
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(3n) {
		margin-left: 20px;
	}
	
	
	/* Lawyer */
	body.rtl.lawyer .job_listings ul.job_listings li.job-listing:nth-child(3n) {
        margin-left: 18px;
    }
	body.rtl.lawyer .tertiary-navigation .navigation-bar-toggle i{
		padding-left: 30px;
	}
}

@media screen and (min-width: 768px) {
	.rtl .offset-md-1 {
		margin-right: 8.33333333%;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px){
	.rtl .single-post-main-section .single-content-wrapper,
	.rtl .post-main-box {
		padding-left: 0px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 767px){
	body.rtl .product-main-section form.woocommerce-ordering {
		float: unset;
	}
	body.rtl table.shop_table tbody tr td.actions button.button[name="update_cart"] {
		left: auto;
	}
	body.rtl table.shop_table tbody tr td.actions .coupon button.button:before {
		left: 110px;
	}
	body.rtl .cart-collaterals .cart_totals table.shop_table tr td::before {
		float: right;
		padding-left: 20px;
		padding-right: 0;
	}
	body.rtl form.checkout .col-2 {
		padding-right: 0px;
	}
	body.rtl form.checkout .col-1 {
		padding-left: 0px;
	}
	body.rtl .close {
		left: 20px;
	}

	/* WP Job Manager */
	body.rtl form.job_filters .search_jobs .search_location, body.rtl form.job_filters .search_jobs .search_categories {
		padding-right: 0;
	}
	body.rtl .job_listings ul.job_listings li.job_listing a .position {
		padding: 0;
	}
	body.rtl .job_listings ul.job_listings li.job_listing a ul.meta {
		text-align: right;
		padding: 0;
	}
	body.rtl .job_listings ul.job_listings li.job_listing a ul.meta li.job-type {
		float: right;
	}
	body.rtl .job_listings ul.job_listings li.job_listing a {
		padding: 1em;
	}
	body.rtl div#job-manager-job-dashboard .account-sign-in .button, 
	body.rtl .job-manager-form fieldset .field.account-sign-in a.button {
		left: auto;
	}
	body.rtl .job_listing_preview.single_job_listing .single_job_listing .company .company_header p {
		padding: 0;
		margin: 0;
	}
	body.rtl .job_listing_preview.single_job_listing .single_job_listing .company img {
		right: 0;
	}
	body.rtl form#job_preview .single_job_listing .meta li {
		margin: 0;
	}
	body.rtl form.job_filters .search_jobs .search_region {
		padding: 0;
		padding-top: 10px;
	}
	body.rtl .listing-pricing h5 {
		text-align: right;
	}

	/* Home Page */
	body.rtl .pointify-hero-search form.job_search_form .search_jobs .search_submit input[type="submit"] {
		margin: 20px auto 10px;
		left: 0;
		transform: unset;
	}
	body.rtl ul.job_listings li.job-listing, 
	body.rtl ul.job_listings li.job-listing:nth-child(3n),
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing,
	body.rtl .tabbed-listings-tabs-wrapper .listings-tab .job-listing:nth-child(3n) {
		margin-left: 0;
	}

	/* Job Board */

	body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_keywords input,
	body.rtl.job_board .pointify-hero-search form.job_search_form .search_jobs .search_submit input[type="submit"] {
		border-radius: 50px;
	}
	
	/* Lawyer */
	body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption p,
	body.rtl.lawyer  .taxonomy-widget-section .widget-title-desc-caption h3,
	body.rtl.lawyer .taxonomy-widget-section .widget-title-desc-caption h4,
	body.rtl.lawyer .taxonomy-widget-section .widget-title-desc-caption p{
		text-align:center;
		max-width:100%;
	}
	body.rtl.lawyer .popular-listing-section ul.job_listings li.job-listing {
		margin-left: 0;
		width: 100%;
	}
	body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption h4, 
	body.rtl.lawyer .pointify-how-it-works .widget-title-desc-caption h3 {
		text-align: center;
	}
	body.rtl.lawyer .listing-location-info {
		margin-top: 30px;
	}
	body.rtl.lawyer .how-it-work-main-content-caption.right-content-cls {
		padding-left: 0;
	}

}

@media screen and (max-width: 588px){
	body.rtl .job-manager-form input.button {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px){
	body.rtl.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:last-child {
		margin-right: 0px;
	}
}

/* Job Board */

@media screen and (max-width: 495px){
	body.rtl.job_board .gallery-slider .swiper-slide {
		width: 100% !important;
	}
	body.rtl.job_board .gallery.testimonial-wrapper .swiper-slide {
		max-width: 320px;
	}
}

@media screen and (max-width: 470px){
	.rtl .single-post-main-section .comments-area ol ol.children {
		padding-right: 0;
		margin-left: 0px;
		margin-right: -40px;
	}
	.rtl .single-post-main-section .comments-area ol.comment-list li {
		padding-right: 40px;
		padding-left: 0px;
	}
	.rtl .single-post-main-section .comments-area article .comment-author img {
		right: -75px;
		left: unset;
	}
	.rtl .single-post-main-section .comments-area ol.comment-list li:before {
		right: 29px;
		left: unset;
	}
	.rtl .single-post-main-section .comments-area footer.comment-meta .edit-link {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 420px){
	.rtl .post-details-info-sec .post-time-info,
	.rtl .author-info .author-name {
		text-align: right;
	}
	body.rtl .popup-section .popup-form form.woocommerce-form.woocommerce-form-login .lost_password {
		left: auto;
	}
}

