@font-face {
  font-family: 'Noto Naskh Arabic UI';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Naskh Arabic UI'), local('NotoNaskhArabicUI'),
    url(//fonts.gstatic.com/s/notonaskharabicui/v4/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyDnnw.woff2)
      format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC;
}

html,
body {
  min-height: 100vh;
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

body.rtl {
  font-family: 'Noto Naskh Arabic UI';
  font-size: 14px;
}

body.noscroll {
  overflow: hidden;
}

a {
  color: #2954ab;
}

a:hover {
  text-decoration: none;
  color: #264e9e;
}

img {
  width: 100%;
}

.page-header h4 {
  font-weight: 700;
}

.story-title {
  margin-bottom: 0.5em;
}
.story-title a {
  color: #050505;
}

h3.story-title {
  line-height: 1.4em;
  font-size: 1.3em;
  font-weight: 600;
}

h4.story-title {
  line-height: 1.3em;
  font-size: 1.1em;
  font-weight: 600;
}

.thumbnail-16-9,
.thumbnail-4-3 {
  overflow: hidden;
  position: relative;
}
.thumbnail-16-9 .story-thumbnail,
.thumbnail-4-3 .story-thumbnail {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-16-9 {
  padding: 56.25% 0 0 0;
}

.thumbnail-4-3 {
  padding: 75% 0 0 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #e8e8e8;
}
.section-header .section-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 -2px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #2954ab;
}
.section-header .more-link {
  font-size: 1.1em;
}
.section-header a {
  color: #172f5e;
}
.section-header a:hover {
  color: #264e9e;
}

#opinions ul {
  padding-left: 1rem;
}

.article-authors {
  font-size: 0.9em;
  font-style: italic;
  color: #808080;
}

.post-time {
  font-size: 0.95em;
  color: #888;
}
.post-time span.date {
  direction: ltr;
  display: inline-block;
}

html[lang='fa-IR'] .post-time {
  direction: rtl;
  text-align: right;
}

.advanced-search .form-check-input {
  margin-top: 0.2rem;
}

.rtl .form-check-input,
[dir='rtl'] .form-check-input {
  margin-right: 0;
}

@media (max-width: 576px) {
  .lead-story .thumbnail-wrapper,
  .lead-story-rs .thumbnail-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .latest-story {
    margin-bottom: 10px;
    display: flex;
  }
  .latest-story .thumbnail-wrapper {
    width: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }

  body.rtl .latest-story .thumbnail-wrapper {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 46px;
  }
}
.header.mobile-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid #2954ab;
}
.header.mobile-wrap .site-logo {
  margin: 5px 0;
  display: block;
}
.header.mobile-wrap .site-logo img {
  width: 36px;
  height: auto;
  display: block;
}
.header.mobile-wrap .menu-btn.nav-menu-close-btn {
  display: none;
}

.menu-btn {
  background: transparent;
  border: none;
  color: #666;
}

.menu-btn:active,
.menu-btn:focus {
  box-shadow: none;
  outline: none;
  border-color: #000;
}

.header.desktop-wrap {
  overflow: hidden;
}
.header.desktop-wrap .top-nav {
  background: #172f5e;
}
.header.desktop-wrap .top-nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.header.desktop-wrap .top-nav a {
  display: block;
  padding: 5px 10px 5px 0;
  color: #fff;
}
.header.desktop-wrap .site-logo {
  margin: 10px 0;
  display: block;
}
.header.desktop-wrap .site-logo img {
  width: auto;
  height: 80px;
  display: block;
}
.header.desktop-wrap .navigation-menu {
  border-top: 1px solid #ccc;
}
.header.desktop-wrap .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header.desktop-wrap .menu li {
  list-style: none;
  position: relative;
}
.header.desktop-wrap .menu li a {
  display: block;
  padding: 7px 10px;
  font-weight: 600;
  color: #000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}
.header.desktop-wrap .menu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1000px;
  width: 4000px;
  border-bottom: 1px solid #ccc;
}
.header.desktop-wrap .menu .current-menu-item a {
  border-bottom: 3px solid #2954ab;
}

body.rtl .header.desktop-wrap li:after {
  bottom: 0;
  left: unset;
  right: -1000px;
}

.overlay {
  display: none;
  flex-direction: column;
  position: fixed;
  padding: 0;
  top: 29px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
}
.overlay .search-form-wrap {
  width: 100vw;
  padding: 20px;
  background: #fff;
}
.overlay .search-form {
  background: #fff;
}
.overlay .search-form .search,
.overlay .search-form .mobile-search-btn,
.overlay .search-form label {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
}
.overlay .search-form label {
  display: none;
}
.overlay .search-form .search {
  flex-grow: 1;
  height: auto;
  padding: 5px 10px;
  width: 20px;
  border: 1px solid #172f5e;
  border-right: none;
}
.overlay .search-form .mobile-search-btn {
  flex-shrink: 0;
  background: #172f5e;
  width: 40px;
  height: 40px;
  color: #eaebed;
}

body.rtl .overlay .search-form .search {
  border: 1px solid #172f5e;
  border-left: none;
}

.mobile-overlay {
  width: 100vw;
  height: calc(100vh - 40px);
  position: fixed;
  top: 45px;
  background: #f7f9fd;
  z-index: 999;
  overflow-y: scroll;
}
.mobile-overlay a {
  color: #050505;
}
.mobile-overlay h4 {
  margin-bottom: 1em;
  padding: 0.5em 0;
  border-top: 2px solid #7fa3eb;
  border-bottom: 2px solid #dae6fc;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  color: #172f5e;
}
.mobile-overlay ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.mobile-overlay ul li {
  margin-bottom: 0.7em;
}
.mobile-overlay ul a {
  font-size: 1.1em;
  font-weight: 600;
}
.mobile-overlay .menu {
  padding-top: 1em;
  border-top: 2px solid #dae6fc;
}
.mobile-overlay .social-links {
  margin-top: 3em;
}
.mobile-overlay .social-links li {
  flex-grow: 1;
  text-align: center;
}
.mobile-overlay .social-links li a {
  display: block;
  padding: 7px 0 5px;
  color: #172f5e;
}

.user-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.user-overlay .content-wrap {
  margin: 10px auto;
  width: 95vw;
  height: calc(100vh - 20px);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  position: relative;
}
.user-overlay .content-wrap .user-overlay-close {
  position: fixed;
  top: 20px;
  right: 10px;
  opacity: 0.7;
}
.user-overlay .content-wrap-scrollable {
  overflow-y: scroll;
  position: relative;
}
.user-overlay .content-wrap-scrollable .user-overlay-close {
  position: absolute;
  top: 10px;
  right: 5px;
}
.user-overlay .sign-in {
  border-bottom: 1px solid #dae6fc;
}
.user-overlay .register {
  background: #f7f9fd;
}
.user-overlay .sign-in,
.user-overlay .register {
  padding: 20px 40px;
  flex-grow: 1;
}
.user-overlay .app-store-badges {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.user-overlay .app-store-badges a img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 35px;
}

.author-field {
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.author-field .author-image {
  margin-right: 0.5rem;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}
.author-field .author-image img {
  width: 100%;
  height: auto;
}
.author-field .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-field .author-name,
.author-field .author-link {
  font-style: normal;
  line-height: 1.375;
  color: #222f3a;
  font-size: 0.8rem;
}
.author-field .author-link {
  font-weight: 700;
  font-style: normal;
}
.author-field .author-link:after {
  content: ', ';
}
.author-field .author-link:last-child:after {
  content: '';
}
.author-field .publish-date {
  line-height: 1.25em;
  color: #55687b;
}

body.rtl .author-field {
  font-family: 'Noto Naskh Arabic UI';
}
body.rtl .author-field .author-image {
  margin-left: 0.5rem;
  margin-right: 0;
}

.category-field {
  line-height: 1em;
}
.category-field a {
  display: inline-block;
  color: #2954ab;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.category-field a:hover {
  color: #204185;
}
.category-field a:after {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0 0 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2954ab;
}
.category-field a:last-child:after {
  content: none;
}

.archive-navigation a {
  display: block;
  border: 1px solid #050505;
  padding: 0.7em;
  color: #050505;
}
.archive-navigation a:hover {
  color: #000;
  border-color: #000;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .story-teaser {
    display: flex;
  }
  .story-teaser .thumbnail-wrapper {
    width: 300px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  body.rtl .story-teaser .thumbnail-wrapper {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .story-teaser .thumbnail-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
article.article h1,
article.article h2,
article.article h3,
article.article h4,
article.article h5,
article.article h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
article.article .article-content {
  font-family: 'Merriweather', serif;
  font-size: 1.2em;
}
article.article .article-content p {
  line-height: 1.8em;
}
article.article .article-content img {
  height: auto;
}
article.article .article-content img.alignleft {
  width: auto;
  float: left;
}
article.article .article-content img.alignright {
  width: auto;
  float: right;
}
article.article .article-content img.aligncenter {
  width: auto;
  display: block;
  margin: 5px auto;
}
article.article .article-content::after,
article.article .article-content::before {
  content: ' ';
  display: block;
  clear: both;
}
article.article .article-content h1,
article.article h2,
article.article h3,
article.article h4,
article.article h5,
article.article h6 {
  font-size: 1.65em;
  margin-bottom: 0.75em;
  line-height: 1.5em;
}
article.article .article-header.mobile-wrap h3 {
  line-height: 1.4em;
}

body.rtl article.article h1,
body.rtl article.article h2,
body.rtl article.article h3,
body.rtl article.article h4,
body.rtl article.article h5,
body.rtl article.article h6 {
  font-family: 'Noto Naskh Arabic UI';
}
body.rtl article.article .article-content {
  font-family: 'Noto Naskh Arabic UI';
}

.tags h4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tags a {
  display: inline-block;
  border: 2px solid #aaa;
  color: #050505;
  padding: 0.6em 0.8em;
  margin-right: 1em;
}

body.rtl .tags a {
  margin-right: 0;
  margin-left: 1em;
}

@media (max-width: 576px) {
  .mobile-wrap.article-header .thumbnail-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sticky-ad-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.ad.mobile-horizontal {
  display: flex;
  justify-content: center;
}

.ad.desktop-header-ad {
  margin-left: 50px;
}

body.rtl .ad.desktop-header-ad {
  margin-left: 0;
  margin-right: 50px;
}

.ad.horizontal-ad {
  display: flex;
  justify-content: center;
  background: #f8f8f8;
  padding: 1em 0;
}
.ad.horizontal-ad img {
  max-width: 728px;
}

.ad.square-ad {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.ad.square-ad img {
  max-width: 300px;
}

.sidebar-ads-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ads-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
  color: #666;
  font-size: 0.9em;
  text-align: center;
}

#ads-sidebar {
  background: #f8f8f8;
}

@media (min-width: 576px) {
  .ad.mobile-horizontal img {
    max-width: 510px;
  }

  .ad.horizontal-ad img {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .ad.horizontal-ad img {
    max-width: 690px;
  }
}
@media (min-width: 960px) {
  .ad.horizontal-ad img {
    max-width: 728px;
  }
}
.gallery .thumbnail-wrapper {
  position: relative;
}
.gallery .thumbnail-wrapper .play-icon {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

@media (max-width: 576px) {
  .gallery .thumbnail-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#social {
  border-top: 1px solid #e8e8e8;
}
#social .section-title {
  border-bottom: none;
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 1em;
  padding-bottom: 1em;
}

#footer {
  color: #909090;
  border-top: 2px solid #e8e8e8;
  font-size: 0.8em;
  background: #f8f8f8;
  padding: 20px 0;
}

.column {
  border-right: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.column:last-child {
  border-right: none;
}

body.rtl .column:last-child {
  border-left: none;
  border-right: 1px solid #e8e8e8;
}

body.rtl .column:first-child {
  border-right: none;
}

.social-icons-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.social-icons-horizontal a {
  display: flex;
  font-size: 2.6em;
  text-align: center;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
}
.social-icons-horizontal a:hover {
  color: #fff;
}
.social-icons-horizontal .facebook {
  color: #3d5a98;
}
.social-icons-horizontal .twitter {
  color: #1da1f2;
}
.social-icons-horizontal .instagram {
  color: #d93175;
}
.social-icons-horizontal .youtube {
  color: #ff0000;
}
.social-icons-horizontal .tiktok {
  color: #000000;
}
.social-icons-horizontal .linkedin {
  color: #0e76a8;
}
.social-icons-horizontal .facebook:hover {
  background: #3d5a98;
}
.social-icons-horizontal .twitter:hover {
  background: #1da1f2;
}

.social-icons-horizontal .instagram:hover {
  background: #d93175;
}

.social-icons-horizontal .youtube:hover {
  background: #ff0000;
}

.social-icons-horizontal .tiktok:hover {
  background: #000000 !important;
}

.social-icons-horizontal .linkedin:hover {
  background: #0e76a8 !important;
}

@media (max-width: 768px) {
  .column {
    border-right: none;
  }
}
#rcp_registration_form input[type='checkbox'],
#rcp_registration_form input[type='radio'] {
  margin: 0 5px 0 0;
  top: 2px;
  position: relative;
}
#rcp_registration_form input[type='text'],
#rcp_registration_form input[type='password'],
#rcp_registration_form select {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
#rcp_registration_form input[type='text']:focus,
#rcp_registration_form input[type='password']:focus,
#rcp_registration_form select:focus {
  outline: none;
}
#rcp_registration_form .card-expiry-month,
#rcp_registration_form .card-expiry-year {
  width: 100px;
}
#rcp_registration_form input.rcp-button {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
#rcp_registration_form input.rcp-button:hover {
  border-color: #aaa;
}

#rcp_subscription_levels {
  margin: 0 0 1em 0;
  padding: 0;
}
#rcp_subscription_levels input[type='radio'],
#rcp_subscription_levels input[type='checkbox'] {
  top: -5px;
}

.rcp_subscription_level {
  list-style-type: none;
  margin-bottom: 1em;
}

.rcp_subscription_level .rcp_level {
  margin: 3px 10px 0 0 !important;
}

.rcp_subscription_level input {
  margin-right: 1em;
}

.rcp_form input[type='checkbox'] {
  margin: 3px 8px 0 0 !important;
}

.rcp_level_description {
  border-left: none !important;
  padding-left: 0 !important;
  color: gray;
}

.rcp_gateway_option_label {
  margin-right: 1em;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 1em !important;
  line-height: 1.3em !important;
  margin-top: 0.8em !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
  font-weight: bold !important;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  h4.jp-relatedposts-post-title
  a:hover {
  text-decoration: none !important;
}

#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-title
  a {
  text-decoration: none !important;
}

/*# sourceMappingURL=style.css.map */
