/* استيراد ملف ستايل وعدم تكرار الشيفرات*/
@import "style.css";

/*--------------------------------------------------
=>> font family changing to Cairo 
--------------------------------------------------*/

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v17/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}


body,
button,
input,
select,p,a,
textarea , h1, .h1, h2, .h2, .h3, h3,
h4, .h4, h5, .h5, .h6, h6 {
    font-family:'Cairo' !important;
    letter-spacing: 0em;
}




/*نقل حميع المحتويات من اليسار الى اليمين*/
body{
  direction: rtl;
  text-align: right;
}

/* جعل الشعار يرتفع قليلا كي لا يظهر فوق القائمة الرئيسية*/
.logo{
  top: -90px;
}

/*جعل نقاط احدث التعليقات على اقصى اليمين وليس في الوسط*/
.wp-block-latest-comments{
  padding-right: 0;
}

/*ازالة الخط من اليسار على الاقتباسات*/
.wp-block-quote{
  border-left: none;
}

/*التهيئة الاضافة خط على يمين الاقتباسات*/
.wp-block-quote:not(.is-large):not(.is-style-large){
  position: relative;
}

/* اضافة خط على يمين الاقتباسات*/
.wp-block-quote:not(.is-large):not(.is-style-large)::before{
   content:'';
   width:4px;
   height:100%;
   background: #f68121;
   position:absolute;
   right:2px;
   top:0;
}

/* لجعل الزر على المقالات التي بداخلها صورة على جهة اليمين*/
article.has-post-thumbnail .page-box .box-content .readmore-btn{
  float: left; 
}

/* جعل سهم للأعلى يظهر داخل الدائرة*/
.fa-arrow-up{
  right: 17px;
}

.logo h1 a {
  font-size: large;
}