/*
Theme Name: GBWebOne
Version: 1.0.0.0
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

*/

/* Reset */

body {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	text-align: right;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-align: right;
}

::-ms-input-placeholder { /* Microsoft Edge */
	text-align: right;
}

th {
	text-align: right;
}

/* Accessibility */

.screen-reader-text:focus {
	left: auto;
	right: 5px;
}
#comments{
	text-align: left;
}


body.archive-type #main > article{
	text-align: right;
}

.post-template-default #main{
	text-align: right;
}

#masthead .navigation-top .navigation-wrap{
	justify-items: left;
}
form.search-form input[type="search"].search-field:focus,
form.search-form input[type="search"].search-field{
	padding: 0 50px 0 0;
}
form.search-form button[type="submit"].search-submit{
	left: inherit;
	right: 0;
}
#breadcrumbs{
	left: inherit;
	right: 50px;
}
.rtl.post-template-default{
    text-align: right;
}
.mih-info{
	text-align: right;
}

.mih-info li i{
	margin-right: inherit;
	margin-left: 20px;
}

#masthead ul.top_left_menu > li:first-child{
	margin-left: 10px;
	margin-right: 0;
}

.is_shop_single .product .summary.entry-summary{
	padding-left: inherit;
	padding-right: 40px;
}

.is_shop_single .product .summary.entry-summary *{
	text-align: right;
}
#masthead ul.gbweb-cart-items > li{
    text-align: right;
}
ol, ul {
	margin: 10px 0 40px 0;
}
li {
	margin: .5rem 2rem 0 0;
}