/*
Theme Name: Twenty Fifteen
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Header
 * 9.0 - Widgets
 * 10.0 - Content
 *   10.1 - Posts and pages
 *   10.2 - Comments
 * 11.0 - Media Queries
 *    11.1 - Mobile Large
 *    11.2 - Tablet Small
 *    11.3 - Tablet Large
 *    11.4 - Desktop Small
 *    11.5 - Desktop Medium
 *    11.6 - Desktop Large
 *    11.7 - Desktop X-Large
 */


/**
 * 1.0 Reset
 */

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

caption,
th,
td {
	text-align: right;
}

/* Moqe3.Com */

.clear {
	clear: both;
}

.moqe3 {
	width:100%;
}

.moqe3-header-full{
   width:100%;
   height:80px;
   background-color:#ffffff;  
   border-top:5px solid #dcbb6e;
   -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.50);
   -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.50);
   box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.50);
}

.moqe3-nav {
   width:980px;
   height:75px;   
   margin:auto;
   padding-top:5px;
   padding-bottom:5px;
}

.moqe3-logo {
    float:left;
}

.moqe3-logo img {
    padding-top:0px;
}

.moqe3-menu{
    float:right;
	padding-top:10px;
}

.moqe3-menu ul {
    margin: 0;
}

.moqe3-menu ul li {
    float: right;
    list-style: none outside none;
}

.moqe3-menu-hover{
    padding-left:10px;
}

.moqe3-menu-hover  a{
    color:#6e6e6e;
    display: inline-block;
	padding: 10px;
    font-size:14px; 
}

.moqe3-menu-hover  a:hover{
    color:#dcbb6e;
    background-color:#f8f8f8;
}

.moqe3-menu-current{
    padding-left:10px;

}

.moqe3-menu-current a{
    color:#dcbb6e;
    background-color:#f8f8f8;
    display: inline-block;
	padding: 10px;
    font-size:14px; 
}

.moqe3-slider-full {
   width:100%;
   z-index: -1;
   position:relative;
}

.metaslider .caption {
	text-align:right;
}

#moqe3-a{
  position:relative;
  height:100px;
  width:100px;
  margin:0 auto;
}

#moqe3-a img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#moqe3-a img.moqe3-a-top:hover {
  opacity:0;
}


.moqe3-features-full{
   width:100%;
   margin-top: 50px;
   height: 250px;
}

.moqe3-features{
   width:980px;
   margin:auto;
}

.moqe3-fe1{
   width:327px;
   float:right;
   text-align:center;
}

.moqe3-fe2{
   width:326px;
   float:right;
   text-align:center;
}

.moqe3-fe3{
   width:327px;
   float:right;
   text-align:center;
}

.moqe3-fe-content{
   width:250px;
   margin:auto;
}

.moqe3-fe-title{
   width:250px;
   text-align:center;
   margin-top:20px;
   font-size:16px;
}

.moqe3-fe-txt{
   width:250px;
   text-align:justify;
    margin-top:10px;
}

.moqe3-about-full{
   width:100%;
   height:520px;
   margin-top:50px;
   background-color:#f7f7f8;
   border-bottom: 1px solid #dee2e4;
   border-top: 1px solid #dee2e4;
}

.moqe3-about{
   width:980px;
   margin:auto;
}

.moqe3-about-right{
   width:480px;
   float:right;
   margin-top:30px;
}

.moqe3-about-left{
   width:500px;
   float:left;
   margin-top:30px;
   direction:ltr;
}

.moqe3-about-title{
   font-size:16px;
   text-align:center;
   border-bottom: 1px solid #e1e1e1;
   line-height: 50px;
}

.moqe3-about-right p{
   text-align:justify;
}

.moqe3-about-buttons{
   width:340px;
   margin:auto;
   margin-top:40px;
}

.moqe3-about-button1{
   width:145px;
   height:45px;
   float:right;
}

.moqe3-about-button2{
   width:145px;
   height:45px;
   margin-right:50px;
   margin-left:0px;
   float:right;
}

#moqe3-a2{
  position:relative;
  height:45px;
  width:145px;
  margin:0 auto;
}

#moqe3-a2 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#moqe3-a2 img.moqe3-a2-top:hover {
  opacity:0;
}

.moqe3-allser {
	width:100%;
	margin-top: 40px;
}

.moqe3-serv {
	width:980px;
	margin:auto;
}

.moqe3-serv h2 {
	text-align:center;
	margin:auto;
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
	font-size:16px;
	width: 300px;
}

.moqe3-serv p {
	text-align:center;
	margin-top: 10px;
	margin-bottom:30px;
}

.moqe3-serv1 {
	width:225px;
	height:350px;
	margin-right:10px;
	margin-left:10px;
	float:right;
	background-image:url("images/serv1.png");
	background-repeat:no-repeat;
	background-position:center 0px;
}

.moqe3-serv1:hover {
	background-image:url("images/serv2.png");
}

.moqe3-serv1 h3 {
	text-align:center;
	margin-top:140px;
}

.moqe3-serv1 p {
	text-align:justify;
}

.moqe3-allpack {
	width:100%;
    margin-top:50px;
    background-color:#f7f7f8;
    border-bottom: 1px solid #dee2e4;
    border-top: 1px solid #dee2e4;
}

.moqe3-pack {
	width:980px;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.moqe3-pack h2 {
	text-align:center;
	margin:auto;
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
	font-size:16px;
	width: 300px;
}

.moqe3-pack p {
	text-align:center;
	margin-top: 10px;
	margin-bottom:10px;
}

.moqe3-pack1 {
	width:245px;
	height:330px;
	padding:10px;
	float:right;
	border-left: 1px solid #e1e1e1;
	margin-top: 20px;
}

.moqe3-page .moqe3-pack1 {
	width:235px;
}

.moqe3-pack1 h3 {
	text-align:center;
	font-size:22px;
}

.moqe3-pack1 h4 {
	text-align:center;
	font-size:16px;
}

.moqe3-pack1 h3 span {
	font-size:10px;
}

.moqe3-pack1 ul {
	list-style-image:url("images/servicon.png");
	list-style-position: inside;
	margin-top: 20px;
}

.moqe3-serv-btn{
	text-align:center;
	margin-top:30px;
}

.moqe3-serv-btn a{
	padding:10px 20px;
	border:1px solid #dcbb6e;
	color:#dcbb6e;
}

.moqe3-serv-btn a:hover{
	background-color:#dcbb6e;
	color:#ffffff;
}

.moqe3-pack1 ul li {
padding-top: 5px;
border-bottom: 1px dotted #e1e1e1;
height: 35px;
}

.mmap iframe {
	margin:0px;
	padding:0px;
}

.moqe3-head {
    background-image: url("images/head.jpg");
    height: 150px;
    width: 100%;
}

.moqe3-page {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 30px auto;
    padding: 20px 10px;
    width: 980px;
}

.moqe3-page h2 {
    background-color: #dcbb6e;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    margin: 30px 0 10px;
    max-width: 250px;
    padding: 0 10px;
}

.moqe3-page-h h1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    margin: 0 0px 20px 0;
    padding: 0px 10px 0px 10px;
    background-color: #dcbb6e;
    max-width: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.moqe3-footer-full{
   width:100%;
   height:308px;
   background: url("images/fbg.png") repeat-x;
   font-size:12px;
}

.moqe3-footer{
   width:980px;
   margin:auto;
   color:#8c8989;
}

.moqe3-footer .moqe3-social-icon{
   margin-right:0px;
}

.moqe3-footers{
   width:980px;
   margin:auto;
   padding-top:20px;
   height:245px;
}

.moqe3-footer1{
   width:326px;
   float:right;
   border-left: 1px solid #505152;
   border-right: 0px solid #505152;
   height:210px;
}

.moqe3-footer1 p{
   padding-left:10px;
   font-size:11px;
   padding-right:0px;
   text-align:justify;
}

.moqe3-footer-title{
   color:#dddddd;
   font-size:16px;
   text-align:center;
}

.moqe3-footer2{
   width:326px;
   float:right;
   border-left: 1px solid #505152;
   border-right: 0px solid #505152;
   height:210px;
}

.moqe3-footer2 ul{
    list-style-image:url('images/list.png');
    padding-right:40px;
} 

.moqe3-footer2 ul li{
  padding-top:5px;
  border-bottom: 1px solid #505152;
  width: 250px;
  height:35px;
}

.moqe3-footer2 ul li:hover{
  border-bottom: 1px dotted #999999;
}

.moqe3-footer2 ul li a{
  color:#bfbfbf;
  display:block;
}

.moqe3-footer2 ul li a:hover{
  color:#999999;
}

.moqe3-footer3{
   width:326px;
   float:right;
   height:210px;
}

.moqe3-footer3 img{
   vertical-align:middle;
   padding-right:5px;
}

.moqe3-footer-icons{
   margin-top:20px;  
}

.moqe3-footer-rights{
   width:980px;  
   height:20px;
   font-size:10px;
   margin-top:25px;
}

.moqe3-footer-aasam{
   float:right;  
}

.moqe3-footer-moqe3{
   float:left;  
}

.moqe3-footer-moqe3 a{
   color:#bfbfbf; 
	display:inline;
}

.moqe3-footer-moqe3 a:hover{
   color:#999999;  
}

.moqe3-rights{
   float:right;  
   margin-left:5px;
}

.moqe3-social-icon {
	float:left;
	margin-top: 4px;
}

.moqe3-social-icon:hover {
	float:left;
	margin-top: 2px;
}

/* Moqe3.Com */


/**
 * 2.0 Typography
 */

body,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input,
select,
textarea,
blockquote cite,
blockquote small,
.post-password-form label,
.main-navigation .menu-item-description,
.post-navigation .meta-nav,
.post-navigation .post-title,
.pagination,
.image-navigation,
.comment-navigation,
.site-title,
.site-description,
.widget-title,
.widget_calendar caption,
.widget_rss .rss-date,
.widget_rss cite,
.author-heading,
.entry-footer,
.page-title,
.page-links,
.entry-caption,
.comments-title,
.comment-reply-title,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply a,
.comment-form label,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.no-comments,
.wp-caption-text,
.gallery-caption {
	font-family:"Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}

::-webkit-input-placeholder {
	font-family:"Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}

:-moz-placeholder {
	font-family:"Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}

::-moz-placeholder {
	font-family:"Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}

:-ms-input-placeholder {
	font-family:"Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}

blockquote {
	border-right: 4px solid rgba(51, 51, 51, 0.7);
	border-left: 0;
	padding-right: 0.7778em;
	padding-left: 0;
}


/**
 * 3.0 Elements
 */

ul,
ol {
	margin: 0 1.3333em 1.6em 0;
}

caption,
th,
td {
	text-align: right;
}


/**
 * 4.0 Forms
 */

.post-password-form input[type="submit"] {
	right: auto;
	left: 0;
}


/**
 * 5.0 Navigations
 */

.main-navigation ul ul {
	margin-right: 0.8em;
	margin-left: auto;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 0;
	padding-left: 48px;
}

.dropdown-toggle {
	right: auto;
	left: 0;
}

.dropdown-toggle:after {
	right: -1px;
	left: auto;
}

.social-navigation li {
	float: right;
}

.social-navigation a:before {
	right: 0;
	left: auto;
}

.secondary-toggle {
	right: auto;
	left: 0;
}

.post-navigation .has-post-thumbnail a:before {
	right: 0;
	left: auto;
}

.pagination .prev {
	right: 0;
	left: auto;
}

.pagination .prev:before {
	content: "\f429";
	right: -1px;
	left: auto;
}

.pagination .next {
	right: auto;
	left: 0;
}

.pagination .next:before {
	content: "\f430";
	right: auto;
	left: -1px;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f429";
	margin-right: auto;
	margin-left: 0.2em;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f430";
	margin-right: 0.2em;
	margin-left: auto;
}


/**
 * 6.0 Accessibility
 */

.screen-reader-text:hover,
.screen-reader-text:focus {
	right: 5px;
	left: auto;
}


/**
 * 7.0 Alignments
 */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}


/**
 * 8.0 Header
 */

.site-branding {
	padding-right: 0;
	padding-left: 60px;
}


/**
 * 9.0 Widgets
 */

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin: 0.7667em 0.8em 0 0;
}


/**
 * 10.0 Content
 */

/**
 * 10.1 Posts and pages
 */

.entry-content .more-link:after {
	content: "\f430";
}

.author-link:after {
	content: "\f430";
}

.author-info .avatar {
	float: right;
	margin: 0 0 1.6em 1.6em;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: auto;
	margin-left: 2px;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: auto;
	margin-left: 1em;
}

.page-links a,
.page-links > span {
	margin: 0 0 0.3333em 0.3333em;
}

.page-links > .page-links-title {
	padding-right: 0;
	padding-left: 0.5em;
}

.type-attachment .entry-header {
	clear: left;
}

.format-link .entry-title a:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}


/**
 * 10.2 Comments
 */

.comment-list .children > li {
	padding-right: 0.8em;
	padding-left: 0;
}

.comment-author .avatar {
	float: right;
	margin-right: 0;
	margin-left: 0.4em;
}

.bypostauthor > article .fn:after {
	right: 3px;
	left: auto;
}

.comment-metadata .edit-link {
	margin-right: 1em;
	margin-left: auto;
}

.pingback .edit-link {
	margin-right: 1em;
	margin-left: auto;
}

.comment-content ul,
.comment-content ol {
	margin: 0 1.3333em 1.6em 0;
}

.comment-reply-title small a {
	float: left;
}


/**
 * 11.0 Media Queries
 */


/**
 * 11.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-right: 0;
		margin-left: auto;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-right: 1.3333em;
		margin-left: auto;
	}

	blockquote {
		margin-right: -1em;
		margin-left: auto;
	}

	blockquote > blockquote {
		margin-right: 0;
		margin-left: auto;
	}

	.page-header {
		border-color: inherit;
		border-left: none;
		border-style: solid;
		border-width: 0 7px 0 0;
	}

	.page-title,
	.taxonomy-description {
		margin-right: -7px;
		margin-left: auto;
	}

	.comment-content ul,
	.comment-content ol {
		margin-right: 0;
		margin-left: auto;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-right: 1.3333em;
		margin-left: auto;
	}
}


/**
 * 11.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	blockquote {
		margin-right: -1.05em;
		margin-left: auto;
		padding-right: 0.85em;
		padding-left: 0;
	}

	.main-navigation ul ul {
		margin-right: 1em;
		margin-left: auto;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	.site-branding {
		padding-right: 0;
		padding-left: 66px;
	}

	.widget blockquote {
		margin-right: -1.2353em;
		margin-left: auto;
		padding-right: 1em;
		padding-left: 0;
	}

	.widget blockquote > blockquote {
		margin-right: 0;
		margin-left: auto;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.2857em 0.2857em;
	}

	.author-info .avatar {
		margin: 0 0 1.6471em 1.6471em;
	}

	.comment-list .children > li {
		padding-right: 1.2353em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}

	.bypostauthor > article .fn:after {
		right: 6px;
		left: auto;
	}
}


/**
 * 11.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	blockquote {
		margin-right: -1.0909em;
		margin-left: auto;
		padding-right: 0.9091em;
		padding-left: 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	.site-branding {
		padding-right: 0;
		padding-left: 74px;
	}

	.widget blockquote {
		margin-right: -1.2632em;
		margin-left: auto;
		padding-right: 1.0526em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.7188em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.25em 0.25em;
	}

	.author-info .avatar {
		margin: 0 0 1.6842em 1.6842em;
	}

	.comment-list .children > li {
		padding-right: 1.4737em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.6842em;
	}
}


/**
 * 11.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

	.sidebar {
		float: right;
		margin-right: auto;
		margin-left: -100%;
	}

	.site-content {
		float: right;
		margin-right: 29.4118%;
		margin-left: auto;
	}

	blockquote {
		margin-right: -1.3333em;
		margin-left: auto;
		padding-right: 1.1111em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 30px;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	.widget blockquote {
		margin-right: -1.5em;
		margin-left: auto;
		padding-right: 1.1667em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4583em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.3333em 0.3333em;
	}

	.author-info .avatar {
		margin: 0 0 1.5em 1.5em;
	}

	.comment-list .children > li {
		padding-right: 0.8em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 0.8em;
	}

	.bypostauthor > article .fn:after {
		right: 3px;
		left: auto;
	}

	.site-branding {
		padding: 0;
	}

	.site-footer {
		float: right;
		margin: 0 35.2941% 0 0;
	}
}


/**
 * 11.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	blockquote {
		margin-right: -1.05em;
		margin-left: auto;
		padding-right: 0.85em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 34px;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	.widget blockquote {
		padding-right: 1.2143em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.2857em 0.2857em;
	}

	.author-info .avatar {
		margin: 0 0 1.6471em 1.6471em;
	}

	.comment-list .children > li {
		padding-right: 1.1667em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}

	.bypostauthor > article .fn:after {
		right: 6px;
		left: auto;
	}
}


/**
 * 11.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	blockquote {
		margin-right: -1.0909em;
		margin-left: auto;
		padding-right: 0.9091em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 38px;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	.widget blockquote {
		padding-right: 1.25em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.25em 0.25em;
	}

	.author-info .avatar {
		margin: 0 0 1.6842em 1.6842em;
	}

	.comment-list .children > li {
		padding-right: 1.4737em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}
}


/**
 * 11.7 Desktop X-Large 1403px
 */
