/*
Theme Name: alliedwallet

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/


body {
	direction: rtl;
	unicode-bidi: embed;

	text-align: right;
	overflow-x: hidden;
}

.wrapper {
	text-align: right;
}
.col--alignLeft {
	text-align: right;
}
/*.col-6 h2 {
	text-align: right;
}*/

/*.site-main ul li::before {
	content: '';
	height: ;
}

.site-main ul li::after {
    content: '\00ba';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
	right: -20px;
    top: -22px;
    color: #fe5000;
    font-size: 1.7em;
}*/

.site-main ul.ddlist li::before, .site-main ul.ddlist li::after {
	content: '';
}
ul.ddlist .fa-chevron-down {
	left: 10px;
}

/*.top-navigation ul ul {
	padding: 10px 0;
	margin: 0;
}
.top-navigation  ul li {
	float: right;
}

.top-navigation ul ul li {
	float: right;
}*/

/******************************************************
   language switcher ♠
******************************************************/
.pll-parent-menu-item:before {
  content: '';
}

.pll-parent-menu-item:after {
  content: '';
}

a.pp_close {
	text-indent: 10000px;
}

.pp_close {
    position: absolute!important;
    top: -510px!important;
    right: -15px!important;
    z-index: 9!important;
    left: auto;
}


/******************************************************
   footer ♠
******************************************************/
.footer-menus ul, .footer-menus h2 {
	text-align: right;
}

.footer-text.pullRight, .footer-text.pullRight p, .footer-text.pullRight a {
	float: left;
}
.footer-text, .footer-text p, .footer-text a {
	text-align: right;
}

/******************************************************
   forms ♠
******************************************************/
.support-contact-form p, 
.support-contact-form .captcha-container, 
.big-idea-form .captcha-container,
.big-idea-form p,
.support-contact-form input,
.big-idea-form input {
	text-align: right;
	float: right;
}

.support-contact-form .contact-form-left-field, .big-idea-form .contact-form-left-field {
	margin-left: 1%;
	margin-right: 0;
}

.tabs li {
	padding-right: 40px;
	padding-left: 18px;
}