
/* write custom css after this line */

/*
	Theme Name:   unlock
	Theme URI:    http://jannah.tielabs.com/
	Description:  Unlock Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: Right to left design
	Text Domain:  jannah-child
*/


	
/* RTL*/
	
	/*Page advertise with us*/
body.rtl .wrapper_advertise_with_us .wrapper{
       float: right;
}
	
body.rtl .country-select.inside .flag-dropdown{
    left: auto;
    right: 0;		
	}
body.rtl .country-select .selected-flag{
	padding: 0 8px 0 0px;	
	}
body.rtl .country-select .selected-flag .arrow{
	right: 35px;
    left: 0;	
	}
body.rtl .country-select.inside input, 
body.rtl .country-select.inside input[type=text]{
		padding-right: 52px;
    padding-left: 6px;
    margin-right: 0;
	}
body.rtl.sidebar-right .main-content{
		float:right;
	}
	
body.rtl .wp-block-quote{
 border-right: 0.25em solid;
 border-left:none;	    
	}
	
	
/*Maipoet RTL*/

body.rtl .mailpoet-manage-subscription div.mailpoet_paragraph {
    float: right;
    margin-left: 3%;
    width: 205px;
    margin-right: inherit;
}

body.rtl  .single-mailpoet_page .entry-header-outer #breadcrumb {
    margin-right: 191px;
    margin-left: 0;
}

body.rtl  .single-mailpoet_page .header-chain-space-img {
    right: 10px;
    left: 0px;
}

body.rtl  .mailpoet_captcha_form .mailpoet_submit {
 
    right: 167px;
    left:0;
    top: 126px;
}


