body.fikra {
  font-family: 'Roboto', 'Arial', sans-serif;
  }
  body.fikra .content-container {
    background: white;
  }
  body.fikra .main-nav li.fikra-forum {
    position: relative;
  }
  body.fikra .main-nav li.fikra-forum::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: calc(50% - 7px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #0672b4;
  }

.fikra-header {
  background-color: #0672b4;
  text-align: center;
  padding: 20px 0;
  direction: ltr !important;
  }
  .fikra-header > a > * {
    padding: 0 20px !important;
    display: inline-block;
    vertical-align: middle;
  }
  .fikra-header h1 {
    font-family: "Droid Serif", "garamond", "adobe garamond", Georgia, serif !important;
    font-size: 42px !important;
    line-height: 42px !important;
    font-weight: normal;
    position: relative;

  }
  .fikra-header h1:last-child::before {
    position: absolute;
    left: -11px;
    top: -3px;
    font-family: "Droid Serif", "garamond", "adobe garamond", Georgia, serif;
    font-size: 42px;
    content: '|';
    color: #002e4b;
  }
  .fikra-slogans {
    font-size: 100% !important;
  }
  .fikra-slogans p {
    display: inline-block;
    color: white;
    width: 40%;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 15px !important;
  }
  .fikra-slogans p:first-child {
    text-align: right;
  }


  .fikra-content-header .flowout {
    background-size: contain;
  }
  .fikra-content-header .title-header-b,
  .fikra-content-header .title-header {
    font-family: "Droid Serif", "garamond", "adobe garamond", Georgia, serif;
    font-weight: normal;
  }
  .fikra-content-header .title-header-b {
    font-size: 24px;
    line-height: 28px;
  }
  .fikra-content-header .title-header {
    font-size: 18px;
    line-height: 22px;
  }
  .fikra-content-header .collection-controls {
    background: #0672b4;
  }
  .fikra-content-header .toggle {
    width: auto;
    }
    .fikra-content-header .toggle span {
      background: none !important;
    }
    .fikra-content-header .toggle a {
      background: none;
    }
    .fikra-content-header .toggle.open a:before {
      content: '× ';
      font-weight: 900;
      font-size: 120%;
    }
    .fikra-content-header .feature-scrollable {
      background-color: #333132;
    }

body.fikra .content-item-title {
  font-size: 36px;
  line-height: 1.2;
}
body.fikra .abstract {
  background: transparent;
  border: none;
}

/* sidebar and widgets */
body.fikra .sub-inner,
body.fikra .widget-side-content {
  background: white;
}
body.fikra .widget-side {
  border: none;
}

body.fikra .widget-side a:hover {
  text-decoration: none;
}
body.fikra .sub.last .button {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}
body.fikra .button.feed:before {
  display: inline-block;
  vertical-align: middle;
  background-image: url('/images/feed.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  content: '';
  margin-right: 5px;
}

.fikra-article-list {
  margin-bottom: 30px;
}
.fikra-article-list a {
  color: #0672b4;
  font-family: "Droid Serif", "garamond", "adobe garamond", Georgia, serif;
  font-size: 18px;
}

.fikra-category-list-container {
  overflow: auto;
}

.fikra-category-list {
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 10px; }
  .fikra-category-list h2 {
    font-size: 16px;
  }
  .fikra-category-list hr {
    height: 3px;
  }

.fikra-footer {
  margin: 0 auto;
  overflow: hidden;
  }
  .fikra-footer p {
    font-size: 12px !important;
  }
  .fikra-footer-left {
    width: 45%;
    float: left;
    text-align: left !important;
  }
  .fikra-footer-right {
    width: 45%;
    float: right;
  }

.fikra-author {
  margin-bottom: 10px;
}

.disqus-wrapper {
  margin-top: 40px;
}

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

@media screen and (max-width: 490px) {
  .fikra-header {
    padding: 20px 10px;
  }
  .fikra-header h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .fikra-header img {
    max-width: 50%;
  }
  h1.title-bar::before {
    display: none;
  }
  .fikra-slogans p {
    display: block;
    padding: 0;
    width: 100%;
  }

  .wrapper-inner {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .fikra-category-list {
    width: 100%;
    float: none;
  }

  .fikra-footer {
    width: 100%;
    padding: 0 10px;
  }

  /* override the mobile default */
  body.fikra .sub aside {
    display: inherit !important;
    padding: 0 10px;
  }
}
