<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all  and (max-width:1023px) {
   html {
      font-size: 15.5px;
   }
   #topNav ul {
      display: none;
   }
   .navMobile {
      display: block;
   }
   .mobileClick {
      display: block;
      width: 100%;
      height: 70px;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      color: #fff;
      -webkit-transition: all .3s;
      font: 1.1rem 'Droid Arabic Naskh', Arial, sans-serif;
      line-height: 70px;
      -o-transition: all .3s;
      transition: all .3s;
   }
   .mobileClick:hover {
      background-color: rgba(0, 0, 0, 0.3);
   }
   .navMobile {
      display: none;
      width: 60%;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      z-index: 100;
      background: rgb(40, 118, 146);
      background: -moz-linear-gradient(-45deg, rgba(40, 118, 146, 1) 0%, rgba(50, 95, 112, 1) 100%);
      background: -webkit-linear-gradient(-45deg, rgba(40, 118, 146, 1) 0%, rgba(50, 95, 112, 1) 100%);
      background: linear-gradient(135deg, rgba(40, 118, 146, 1) 0%, rgba(50, 95, 112, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287692', endColorstr='#325f70', GradientType=1);
   }
   .navMobile .menu {
      padding: 50px 0 0 0;
   }
   .navMobile .menu li {
      list-style: none;
      display: block;
      font: 1rem 'Droid Arabic Naskh', Arial, sans-serif;
   }
   .navMobile .menu li a {
      color: #fff;
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 10px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
   }
   .navMobile .menu li a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: #ccc;
      padding-right: 15px;
   }
   .navMobile .closeMnu {
      color: #fff;
      position: absolute;
      top: 0;
      right: 0px;
      display: block;
      width: 100%;
      color: #fff;
      text-align: center;
      z-index: 120;
      background-color: rgba(0, 0, 0, 0.6);
      height: 50px;
      line-height: 50px;
      font-size: 1.5rem;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   }
   .navMobile .closeMnu:hover {
      background-color: rgba(0, 0, 0, 0.7);
   }
   .navMobile .menu li a .fa {
      margin-left: 10px !important;
   }
   #header {
      width: 100%;
      height: 110px;
   }
   #header #index {
      display: block;
      width: 90%;
      height: 52px;
      background: url('../img/logo.png') center;
      position: absolute;
      top: 10px;
      right: 0;
      left: 0;
      margin: 0 auto;
      background-repeat: no-repeat;
      -webkit-background-size: contain !important;
      background-size: contain !important;
   }
   #header .socialHeader {
      top: 65px;
   }
   .advertise {
      display: none;
   }
   #topHeader {}
   .navbar-fixed {
      position: fixed !important;
      top: 0;
      right: 0;
      z-index: 500;
      height: 70px;
      -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: #2b7893 url('img/bar_pattern.png') repeat-x bottom !important;
   }
   #liveBreodcast {
      margin: 0px auto 20px;
   }
   #featuredPosts {
      margin: 20px auto 20px;
      padding: 20px 30px;
      -
   }
   #featuredPosts::after {
      width: 50px;
   }
   .mainAds {
      display: none;
   }
   ._mi {
      margin-left: 5px;
   }
   #recentPosts .Post {
      margin-bottom: 10px;
   }
   #recentPosts .Post p, #recentPosts .Post .meta {
      display: none;
   }
   #recentPosts .Post h3 {
      font: 0.8em 'Droid Arabic Naskh', Arial, sans-serif;
      margin-top: 10px;
      line-height: 1.5;
   }
   .Post .postThum {
      float: none;
      margin-bottom: 10px;
   }
   #tabs li a {
      width: calc(100% / 3);
      float: right;
   }
   .tabItem li:nth-child(1) {
      display: none;
   }
   .tabItem li:nth-child(2) {
      flex: 1;
   }
  
.tabItem li:nth-child(3) {
   width: fit-content;
}

.tabItem li:nth-child(4), .tabItem li:nth-child(5), .tabItem li:nth-child(6) {
      display: none;
}



   #sidebar {
      display: none;
   }
   .ItemDesc h2 {
      font-family: 'Droid Arabic Naskh', arial;
   }
   ul.tabItem {
      padding: 22px 10px !important;
      overflow: hidden;
      height: auto;
   }

   .stats {
      display: none;
   }
  
   #tabs2 li a {
      width: calc(100% / 3);
      padding: 20px 0;
      border-left: 1px solid #fff;
      overflow: hidden;
   }
   #secondtabs ul.tabItem {
      padding: 22px 10px !important;
      height: auto;
   }
   #secondtabs .tabItem li h4 {
      margin: 0;
      font: 0.9rem 'Droid Arabic Naskh', Arial, sans-serif;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   }
   #secondtabs .tabItem li h4 a:hover {
      color: #d5f4ff;
      text-decoration: none;
      padding-right: 2px;
   }
   .wrapTab2 .tabItem li:nth-child(1) {
      display: inline;
      width: 5%;
      float: right;
      text-align: right;
   }
   .wrapTab2 .tabItem li:nth-child(2) {
      display: inline;
      width: 95%;
      float: right;
      text-align: right;
   }
   .wrapTab2 .tabItem li:nth-child(3) {
      display: none !important
   }
   .wrapTab2 .tabItem li:nth-child(4) {
      display: none !important;
   }
   .wrapTab2 .tabItem li:nth-child(5) {
      display: none !important
   }
   .wrapTab2 .tabItem li:nth-child(6) {
      display: none !important;
   }
   #prayTimes {
      margin: 20px auto 0;
      padding: 15px 10px;
   }
   #footer {
      width: 100%;
      height: auto;
      background-image: url('../img/footer_top.png'), url('img/footer_pat.png');
      position: relative;
      padding: 110px 0 15px;
      background-repeat: repeat-x, repeat-x;
      background-position: top center, bottom center;
      background-color: #6c6c6c;
      margin-top: 50px;
      overflow: hidden;
   }
   .footerStats, .socialFooter {
      display: none;
   }
   .siteSections {
      margin-bottom: 15px;
      overflow: hidden;
   }
   .mailForm h2 {
      text-align: center;
      display: block;
      margin-bottom: 10px;
   }
   .mailForm #mailInput {
      width: 100%;
      display: block;
   }
   .mailForm #mailSubmit {
      display: block;
      width: 100%;
      position: relative;
      margin: 15px auto;
      top: 0;
      right: 0;
   }
   .rights {
      text-align: center;
   }
   .TopLink a {
      bottom: 0px;
      left: 5px;
   }
   .post h2 {
      padding-bottom: 10px;
      overflow: hidden;
      margin-bottom: 0;
   }
   .post h2.entry-title {
      padding-bottom: 0px;
      overflow: hidden;
   }
   .post h2::after {
      content: none;
   }
   .entry-content ul.meta {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 10px;
      left: 10px;
      display: none !important;
   }
   .entry-header h1 {
      font-size: 1.2rem;
      font-family: 'Droid Arabic Naskh';
   }
   .wpcf7-form::before {
      content: none
   }
   .wpcf7-form {
      width: 100%;
      padding: 10px 0px;
   }
   #recentPostsWrap {
      width: 100%;
      background-color: #f6f6f6;
      padding: 20px 15px 0;
      margin: 35px auto 30px;
      position: relative;
      text-align: right;
      overflow: hidden !important;
      direction: ltr !important;
      display: none !important;
   }







   .searchWrap .searchform {width: 90%; margin: 0 auto; padding-top:50%;}
   #searchinput {width: 80%; font: 1rem 'Droid Arabic Naskh',Arial,sans-serif; float: right;  border: 1px solid rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2); padding: 15px;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.2); }
   #searchsubmit {width: 20%; float: right; border: none;background-color: #166784; color: #fff; font: 1rem 'Droid Arabic Naskh',Arial,sans-serif; padding: 16px 0;}
   #searchsubmit:hover {background-color: #195065;}


   .closeSearch {display: block; width: 150px;  color: #fff;  position: absolute; top:5%; right: 0; left: 0; margin: 0 auto; font: 1rem 'Droid Arabic Naskh',Arial,sans-serif; background-color: #166784;  text-align: center; padding: 10px 0; border-radius: 25px;  -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;}


   a.sm2_playing {background: rgba(0,0,0,0.6) !important;}
   a.sm2_paused {background-color: #40748e !important;}
   a.sm2_paused i::before {content: "\f28c" !important; font-family: 'fontAwesome';}


}

@media screen and (min-width:1024px) {
   #topNav ul li a {
      color: #fff;
      font: 0.75rem 'Droid Arabic Naskh', Arial, sans-serif;
      display: block;
      float: right;
      line-height: 70px;
      padding: 0 5px;
      position: relative;
   }
   .socialFooter ul li a {
      display: inline;
      width: 30px;
      float: left;
      text-align: center;
      color: #fff;
      border: 2px solid #fff;
      font-size: 0.75rem;
      margin-left: 5px;
      line-height: 15px;
      border-radius: 30px;
   }
}
</pre></body></html>