/*
Theme Name: PIPD
Author: Morad Taleeb
Author URI: https://www.moradtaleeb.com
Description: PIPD WordPress theme built with Bootstarp 4.1.3 and FontAwesome 5.13.0. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.1.3 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder.
Tested up to: 5.6
Requires PHP: 5.6
Version: 10.1.6
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-menu,theme-options,threaded-comments,translation-ready,custom-background,custom-colors,custom-header,editor-style,featured-images,two-columns,blog,e-commerce,news
Text Domain: PIPD
*/

@font-face {
  font-family: "pipd-kollektif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/webfonts/Kollektif.eot);
  src: url(./assets/webfonts/Kollektif.eot?#iefix) format("embedded-opentype"),
    url(./assets/webfonts/Kollektif.woff2) format("woff2"),
    url(./assets/webfonts/Kollektif.woff) format("woff"),
    url(./assets/webfonts/Kollektif.ttf) format("truetype"),
    url(./assets/webfonts/Kollektif.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "pipd-usual";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/webfonts/Usual-Regular.eot);
  src: url(./assets/webfonts/Usual-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(./assets/webfonts/Usual-Regular.woff2) format("woff2"),
    url(./assets/webfonts/Usual-Regular.woff) format("woff"),
    url(./assets/webfonts/Usual-Regular.ttf) format("truetype"),
    url(./assets/webfonts/Usual-Regular.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "noto-arabic";
  font-display: swap;
  src: url(./assets/webfonts/NotoSansArabic-Regular.ttf) format("truetype"),;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sina-brand p,
.site-footer .brand p,
.footer-tagline p {
  font-family: "pipd-kollektif", sans-serif !important;
}

p,
a,
span {
  font-family: "pipd-usual", sans-serif !important;
}

p {
  font-size: 16px;
}

/* Header Title */
.menu-background {
  background-color: #222;
}

.site-branding h1,
.site-branding p {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  padding: 10px 20px;
}
.site-branding h1 a {
  color: #ffffff;
}
/* Blog Page */
.wpbstarter-page-title-area {
  position: relative;
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: center center;
  z-index: 1;
  margin-top: 0px;
  color: #fff;
}
.wpbstarter-page-title-area a {
  color: #fff;
  transition: all 0.3s;
}
.wpbstarter-page-title-area a:hover, 
.wpbstarter-page-title-area a:focus {
  color: #fff;
  text-decoration: underline;
}
.wpbstarter-content-area-padding {
  padding: 80px 0px;
}
.wpbstarter-blog-list {
  display: block;
}

.wpbstarter-blog-list article,
.widget-area .widget {
  border: 1px solid #f1f1f1;
  padding: 30px;
  margin-bottom: 35px;
  box-shadow: 0 0px 5px #f1f1f1;
  transition: 0.4s;
}

.wpbstarter-blog-list article:hover {
  box-shadow: 0 15px 50px #ddd;
}

.wpbstarter-blog-list a,
.widget-area .widget a {
  color: #333;
  overflow-wrap: break-word;
}

.wpbstarter-blog-list a.wp-block-button__link {
  color: inherit;
}

.wpbstarter-blog-list h2,
.widget-area .widget h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.entry-meta > span,
.entry-footer > span {
  font-size: 80%;
  padding-right: 15px;
}

.entry-meta > span i {
  color: #555;
}

.entry-meta > span > a,
.entry-footer > span > a {
  font-weight: 600;
}

.entry-meta {
  margin-bottom: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.wpbstarter-featured-content {
  margin-bottom: 20px;
}

/* Widget */
.widget-area .widget ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  line-height: 30px;
}

.widget ul.nav li a.nav-link {
  display: inline-block;
}

.widget-area .widget ul ul {
  padding-left: 10px;
}

/* Widget calender Table */
.calendar_wrap table th {
  background-color: #f1f1f1;
}

.calendar_wrap table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.calendar_wrap table th,
.calendar_wrap table td {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}
/* Widget RSS */
.widget_rss li {
  margin-bottom: 20px;
}

.widget_rss,
.widget_rss span {
  font-size: 90%;
  padding-left: 15px;
}

.widget-area .widget.widget_rss a {
  font-weight: 600;
}
/* Widget Search */
input[type="search"] {
  background: none;
  border: 1px solid #333;
  padding: 10px;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
input[type="submit"] {
  padding: 2px 20px;
  background-color: #46be25;
  border: 1px solid #46be25;
  margin: -2px 0 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
}
article.sticky {
  background-color: #f4f7f8;
}
.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: 0.4rem;
  position: absolute;
  top: 2.3rem;
  font-weight: 900;
}
h2.entry-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eaecef;
}
.blog-entry-meta {
  margin-top: 30px;
  font-size: 80%;
}

.blog-entry-meta span {
  padding-right: 20px;
}

.blog-entry-meta span i {
  color: #eee;
}

.wp-block-embed {
  overflow-x: auto;
}

/* Blog single calender Table */
.entry-title {
  overflow-wrap: break-word;
}
.entry-content table th {
  background-color: #f1f1f1;
}

.entry-content table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.entry-content table th,
.entry-content table td {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

/* Blog single normal table */
.entry-content table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}
.entry-content table th,
.entry-content table td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.entry-content table thead th {
  background-color: #ddd;
}
/* Definition and UL OL list */
.entry-content dd {
  margin-bottom: 20px;
}
.ulol ul,
.ulol ol {
  padding-left: 15px;
}
/* Comment Area normal table */
ul.children {
  list-style: none;
}

.comments-area {
  padding: 40px 0;
}

.comment-body {
  padding: 5px 0;
}

h2.comments-title {
  background-color: #46be25;
  padding: 10px;
  color: #fff;
}

.comments-area p.no-comments {
  padding: 10px;
  font-weight: 700;
  background-color: #e21b48;
  color: #fff;
  display: block;
}

.comments-area table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area table th,
.comments-area table td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.comments-area table thead th {
  background-color: #ddd;
}
/* Definition and UL OL list */
.comments-area dd {
  margin-bottom: 20px;
}
.comments-area ul.comment-list,
.comments-area ol.comment-list {
  padding-left: 15px;
  list-style: none;
}
/* address tag */
address {
  font-style: italic;
}
/* Single Blog nav */
.nav-links {
  overflow-wrap: break-word;
  word-break: break-all;
  margin-top: 50px;
}
.nav-links a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
}
.nav-previous,
.nav-next {
  max-width: 50%;
}
.nav-previous {
  float: left;
}
.nav-next {
  text-align: right;
}
.nav-link {
  padding: 0.3rem 1rem;
}
/* Page Links pagination */
.page-links a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 10px;
}
/* Comment form */
.comment-form input,
.comment-form textarea {
  max-width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

.comment-form input[type="submit"] {
  width: auto;
  background-color: #333;
  border-radius: 5px;
}

/* custom css */
.vc_gitem-is-link:focus h3 {
  text-decoration: underline !important;
}
.vc-hoverbox:focus .vc-hoverbox-front {
  transform: rotateY(-180deg);
}
.board-members .vc-hoverbox { 
  height: 400px;
}
.board-members .vc-hoverbox-block-inner.vc-hoverbox-back-inner { 
  height: 362px;
  overflow: auto;
}
@media (min-width: 1025px) {
  .sina-nav .sina-menu > .dropdown > .dropdown-toggle::after {
    top: 12px !important;
  }
}

.wpbstarter-content-area-padding {
  padding: 60px 0;
}
.site-footer {
  padding: 30px 0;
  background: #3c125c;
}
.sina-nav {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
/* .sina-nav .sina-brand:focus,
.site-footer .brand:focus,
a:focus {
  border: none;
} */
.sina-nav .sina-brand,
.site-footer .brand {
  padding: 0;
  position: relative;
  width: 100%;
}
.sina-nav .sina-brand p,
.site-footer .brand p {
  color: #000;
  position: absolute;
  left: 72px;
  top: 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-align: left;
}
.site-footer .brand p {
  color: #fff;
  left: 85px;
}
.site-footer .footer-tagline {
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
}
#footer-menu ul {
  text-align: right;
  padding: 30px 0;
  margin: 0;
}
@media (max-width: 767px) {
  #footer-menu ul {
    text-align: left;
  }
}
#footer-menu ul li {
  display: inline-block;
}
#footer-menu ul li a {
  color: #3c125c;
  background: #ffc10d;
  margin-left: 6px;
  transition: 0.3s all;
  border-radius: 20px;
  font-weight: bold;
}
#footer-menu ul li a:after,
.with-arrow a:after {
  content: "\2192";
  color: #3c125c;
  font-size: 16px;
  margin-left: 6px;
}
#footer-menu ul li a:hover,
#footer-menu ul li a:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.logo-wrapper {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.site-footer .brand {
  max-width: 260px;
  display: block;
}
.site-footer .logo-wrapper {
  background: #fff;
  border-radius: 50%;
}
.fab,
.fas {
  font-size: 36px;
  color: #fff;
  transition: 0.3s all;
}
.fab:hover, .fas:hover
.fab:focus, .fas:focus {
  color: rgba(255, 255, 255, 0.6);
}
.social-icons {
  padding: 25px 0;
  clear: both;
}
.social-icons ul {
  margin: 17px;
  margin-left: 86px;
}
.social-icons .rabet {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  float: left;
}

h1.entry-title {
  font-size: 3.2rem;
}
.page-tagline {
  font-size: 25px;
  font-weight: bold;
  color: #ffc10d;
}
.page-summary {
  font-size: 18px;
}
article.page .vc_wp_search {
  width: 30%;
  float: right;
  margin-bottom: 0;
}
article.page .vc_wp_search .widget_search,
article.page .vc_wp_search .widget_search form {
  margin-bottom: 0;
}
article.page .vc_wp_search input:focus {
  outline: none;
  box-shadow: none;
}
.widget_tag_cloud .widgettitle {
  font-size: 21px;
}
ul.vc_grid-filter {
  padding: 4px 0;
}
@media (max-width: 767px) {
  article.page .vc_wp_search {
    width: 100%;
  }
  article.page .vc_wp_search .widget_search {
    margin-bottom: 1rem;
  }
  .vc_grid-filter-select select {
    height: 38px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .sina-nav .navbar-toggle:hover,
  .sina-nav .navbar-toggle:focus {
    background-color: transparent;
  }
  .sina-nav .navbar-toggle {
    z-index: 99;
    left: -10px;
  }
  .social-icons .list-inline-item:not(:last-child) {
    margin-right: 2px;
  }
}

.sina-nav .extension-nav > ul > li > a:hover, .sina-nav .extension-nav > ul > li > a:focus {
  border: 1px solid transparent !important;
}
@media (max-width: 1024px) {
  .search-box.searchmod {
    top: 55px !important;
  }
}
@media (min-width: 1025px) {
  .navbar-freez {
    /* background-color: rgba(0, 0, 0, 0.25) !important; */
    /* background: rgb(0,0,0); */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.7469362745098039) 50%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
  }
  .sina-nav .sina-brand,
  .site-footer .brand {
    padding: 16px 0;
  }
  .sina-nav .sina-brand p,
  .site-footer .brand p {
    color: #fff;
    left: 85px;
    top: 38px;
  }
  .logo-wrapper {
    background: #fff;
    border-radius: 50%;
  }
  .sina-nav.navbar-fixed {
    position: fixed !important;
    top: 0;
  }
  .sina-nav .navbar-collapse.collapse {
    padding: 30px 0;
    padding-right: 40px;
  }
  .extension-nav {
    margin-top: -70px !important;
  }
  .sina-nav .extension-nav > ul > li > a {
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 18px;
    padding: 10px;
  }
  .sina-nav .extension-nav > ul > li > a:hover,
  .sina-nav .extension-nav > ul > li > a:focus {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .search-box.searchmod {
    top: 70px !important;
  }
  .sina-nav .sina-menu > li > a {
    color: #fff;
    border: none;
    padding: 10px 4px;
    font-size: 10px;
  }
  .sina-nav .sina-menu > li:nth-child(7) {
    margin: 0 5px;
  }
  .sina-nav .sina-menu > li:nth-child(7) > a {
    background: #ffc10d;
    border-radius: 5px;
    color: #3c125c !important;
  }
  .sina-nav .sina-menu > li.active > a,
  .sina-nav .sina-menu > li > a:hover,
  .sina-nav .sina-menu > li > a:focus {
    color: #fff !important;
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    /* border-bottom: 1px solid #fff; */
  }
  @media (min-width: 1025px) {
    .sina-nav .sina-menu .dropdown .dropdown-menu {
      border-radius: 0 0 5px 5px !important;
    }
    .sina-nav .sina-menu .dropdown .dropdown-menu {
      border: none !important;
    }
    .sina-nav .sina-menu > li.dropdown.on > a {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 5px 5px 0 0;
    }
    .sina-nav .sina-menu .dropdown .dropdown-menu > li > a, .sina-nav .sina-menu .dropdown .dropdown-menu > li > a:hover, .sina-nav .sina-menu .dropdown .dropdown-menu > li > a:focus {
      border: none !important;
    }
    .sina-nav .sina-menu.sina-menu-right {
      margin-right: 0;
    }
  }
}

@media (min-width: 1200px) {
  .sina-nav .sina-menu > li > a {
    padding: 10px;
    font-size: 11px;
  }
}
.d3columns a {
  font-size: 20px;
}
.d3columns a:hover,
.d3columns a:focus {
  text-decoration: underline;
}
.d3columns p {
  color: #b3b3b3;
}
.d3columns em {
  font-style: normal;
}

@media (min-width: 768px) {
  .d3columns {
    column-count: 3;
  }
}

.wpbstarter-page-title-area {
  display: flex;
  min-height: 500px;
  background-color: #3c125c; /* <- light/main purple | secondary purple: 2d084a */
}
body.single .wpbstarter-page-title-area {
  min-height: 600px;
}
body.single .dimmer:after {
  content: "";
  width: 40px;
  height: 40px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
}
.home-video-container {
  /* padding: 0; */
  height: 60vh;
  min-height: 600px;
}
.home-video-container .vc_video-bg-container {
  height: 100%;
}
.home-video-container .vc_column-inner {
  z-index: 9;
  position: absolute;
  bottom: 50px;
}
.wpbstarter-page-title-area .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.vc_gitem-post-data-source-post_date {
  display: none;
}
.vc_gitem-col {
  padding: 15px !important;
}
/* .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  top: 0 !important;
  background: rgba(0, 0, 0, 0.75) !important;
} */
/* .vc_gitem-animate-slideBottom
  .vc_gitem-zone-b
  .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: none;
} */

.wpbstarter-featured-content {
  position: relative;
  margin: 0;
}
.wpbstarter-featured-content img {
  width: 100%;
}

.dimmer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vc_video-bg.vc_hidden-xs {
  display: block !important;
}

.hentry {
  margin: 0;
}

.home-video-container > div.wpb_column {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.home-video-container > div.wpb_column h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.content-item .vc_gitem-animated-block {
  width: 40%;
  float: left;
}
.content-item .vc_gitem-zone.vc_gitem-zone-c {
  width: 60%;
  float: right;
  background-color: #fff !important;
  padding-left: 15px;
}
.content-item.news-item .vc_gitem-animated-block {
  width: 25%;
}
.content-item.news-item .vc_gitem-zone.vc_gitem-zone-c {
  width: 75%;
}
.content-center {
  margin: 0 auto;
}
.image-block h3,
.image-block p {
  color: #fff;
}
.image-block a {
  background: #ffc10d; /* yellow */
  color: #333;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s;
}
.image-block a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.source-block .vc_column-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
.source-block .wpb_wrapper,
.mw-400 {
  max-width: 400px;
}

@media (max-width: 767px) {
  .content-item .vc_gitem-animated-block {
    width: 100%;
  }
  .content-item .vc_gitem-zone.vc_gitem-zone-c {
    width: 100%;
    padding-left: 0;
  }
  .source-block .wpb_wrapper,
  .mw-400 {
    max-width: none;
  }
}

.no-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vc_grid-container {
  margin-bottom: 0 !important;
}

a {
  color: #3c125c;
  transition: 0.3s all;
}
a:hover {
  color: #2d084a;
  /* text-decoration: underline; */
}

.vc_btn3.vc_btn3-color-juicy-pink {
  color: #333 !important;
  background-color: #ffc10d !important;
  font-weight: bold;
}
.vc_btn3.vc_btn3-color-black {
  background-color: #2a2a2a !important;
}

.vc_btn3-style-flat {
  padding: 6px 12px;
  border: 2px solid transparent !important;
  background-image: none !important;
}
.vc_btn3-style-flat:hover,
.vc_btn3-style-flat:focus {
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) !important;
}
.vc_btn3.vc_btn3-size-lg {
  padding: 14px 22px !important;
  font-size: 20px !important;
}
#wpcf7-submit {
  border-radius: 25px;
}

.vc_video-bg-container:before {
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 2;
}

.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0 !important;
}

iframe {
  border: none;
}
@media (min-width: 1025px) {
  .page-template-blank-page-with-container {
    background: #3c125c;
  }
  .page-template-blank-page-with-container .content-area {
    margin-top: 110px;
    background: #fff;
    padding: 35px 0;
  }
}
@media (max-width: 1024px) {
  .page-template-blank-page-with-container .content-area {
    border-top: 110px solid #3c125c;
    padding: 35px 0;
  }
}
/* .page-template-blank-page-with-container {
  padding-top: 70px;
} */
.page-template-blank-page-with-container .sina-nav.navbar-fixed {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7469362745098039) 50%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
@media (max-width: 1024px) {
  .page-template-blank-page-with-container .sina-nav.navbar-fixed {
    background: white !important;
  }
}
.edit-link {
  margin-bottom: 22px;
  display: inline-block;
}
.edit-link a {
  margin-right: 15px;
}

.mw-800 {
  max-width: 800px;
}

.maintenance-ribbon {
  position: fixed;
  bottom: 30px;
  left: 0;
  padding: 8px 12px;
  background: #feb510;
  z-index: 9999;
  border-bottom: 3px solid;
  color: #3c125c;
  font-weight: bold;
  font-size: 12px;
}

.posts-grid {
  padding: 15px 0;
}
.posts-grid .row,
.posts-grid .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.posts-grid .row > [class*='col-'],
.posts-grid .vc_pageable-slide-wrapper > .vc_grid-item {
  display: flex;
  flex-direction: column;
}
.post-block {
  background: #f9f9f9;
  margin: 15px 0;
  height: 100%;
}
.posts-grid .vc_grid-item-mini {
  background: #f9f9f9;
  height: 100%;
}
.post-block .post-title {
  font-size: 1.5rem;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0;
}

/* blog */
.tagcloud {
  margin: 0 -5px;
}
.tagcloud a {
  font-size: 16px !important;
  padding: 0 5px;
}
body.single-post {
  border-top: 100px solid #3c125c;
}
body.single-post .post-title {
  color: #3c125c;
  font-weight: bold;
  font-size: 3.5rem;
}
body.single-post .post-cover p {
  font-size: 80%;
  color: #666;
}
body.single-post .related-posts {
  position: sticky;
  top: 120px;
  left: 0;
}
body.single-post .terms-list a {
  color: #212529 !important;
}
body.single-post .terms-list li {
  padding: 2px 10px;
  margin: 0 5px 5px 0;
  border-radius: 30px;
  transition: 0.3s all;
}
body.single-post .terms-list li:hover {
  background-color: #ebebeb;
}
body.single-post .terms-list li:hover a {
  color: #666 !important;
}

body.single-post .wpbstarter-content-area-padding {
  padding: 32px 0;
}

/* a[href*=".pdf"] {
  padding: 10px 10px 10px 0;
  border-left: 5px solid;
  text-transform: uppercase;
  margin: 10px 0 !important;
  display: inline-block;
  background: #f4f4f4;
}
a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: 'Font Awesome\ 5 Free' !important;
  margin: 0 10px;
} */


/* rtl styles */
body.rtl a[href*=".pdf"] {
  border-left: none;
  border-right: 5px solid;
}
body.rtl {
  text-align: right;
  direction: rtl;
}
body.rtl .entry-meta > span,
body.rtl .entry-footer > span {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .terms-list {
  padding-right: 0;
  padding-left: 0;
}
body.rtl .sina-nav .sina-brand {
  float: right;
}
body.rtl .sina-nav-header {
  direction: ltr;
}
body.rtl .sina-nav .extension-nav {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
body.rtl footer .rabet {
  float: right;
}
body.rtl .social-icons li {
  margin-right: 0.5rem !important;
}
body.rtl .sina-nav .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
body.rtl .sina-nav .sina-brand p, 
body.rtl .site-footer .brand p {
  left: auto;
  right: 72px;
  text-align: right;
}
body.rtl .site-footer .brand,
body.rtl .sina-nav .sina-brand {
  max-width: 230px;
}
body.rtl .sina-nav .sina-brand .logo-wrapper {
  float: right;
}
body.rtl .vc_grid-filter.vc_grid-filter-left {
  text-align: right;
}
body.rtl article.page .vc_wp_search {
  float: left;
}

body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl .sina-brand p,
body.rtl .site-footer .brand p,
body.rtl .footer-tagline p {
  font-family: "noto-arabic" !important;
  font-weight: bold;
}

body.rtl p,
body.rtl a,
body.rtl span,
body.rtl .entry-footer,
body.rtl small {
  font-family: "noto-arabic" !important;
}

body.rtl #footer-menu ul li a:after,
body.rtl .with-arrow a:after {
  content: "\2190";
  color: #3c125c;
  font-size: 16px;
  margin-right: 6px;
}
body.rtl .wpcf7-form {
  direction: rtl;
}

@media (min-width: 768px) {
  body.rtl .vc_col-sm-1, body.rtl .vc_col-sm-10, body.rtl .vc_col-sm-11, 
  body.rtl .vc_col-sm-12, body.rtl .vc_col-sm-2, body.rtl .vc_col-sm-3, body.rtl .vc_col-sm-4, 
  body.rtl .vc_col-sm-5, body.rtl .vc_col-sm-6, body.rtl .vc_col-sm-7, body.rtl .vc_col-sm-8, body.rtl .vc_col-sm-9 {
    float: right !important;
  }
}

@media (min-width: 1025px) {
  body.rtl .sina-nav .sina-menu.sina-menu-right, 
  body.rtl .sina-nav .sina-menu.sina-menu-list-right > li {
    float: left;
    margin-left: 50px;
    margin-right: 0;
  }
  body.rtl .sina-nav .sina-menu > li {
    float: right;
  }
  body.rtl .sina-nav .sina-menu > .dropdown > .dropdown-toggle::after {
    right: auto;
    left: 5px;
  }
  body.rtl .sina-nav .sina-menu > .dropdown > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 10px;
  }
  body.rtl .sina-nav .sina-brand p, 
  body.rtl .site-footer .brand p {
    left: auto;
    right: 85px;
  }
}

.open-user-map .oum_location_description {
  padding-bottom: 10px;
}
.open-user-map .oum_location_description a {
  word-break: break-all;
  font-size: 12px;
}
.open-user-map .oum_location_source {
  font-size: 12px;
  padding-bottom: 15px;
}
.open-user-map .oum_location_type {
  margin-bottom: 15px;
}
.open-user-map .oum_location_type .action-type {
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff !important;
  background: #333;
  font-size: 11px;
  display: inline-block;
  margin: 2px 2px 2px 0 !important;
}
.open-user-map .oum_location_type .action-type.political {
  background: #b10202;
}
.open-user-map .oum_location_type .action-type.arms {
  background: #0a53a8;
}
.open-user-map .oum_location_type .action-type.cultural {
  background: #11734b;
}
.open-user-map .oum_location_type .action-type.economic {
  background: #5a3286;
}
.open-user-map .oum_location_type .action-type.supporting {
  background: #215a6c;
}
.open-user-map .oum_location_type [class*='legal'] {
  background: #a1b78c;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.use-collapse .oum-filter-toggle,
.leaflet-bottom {
  display: none !important;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
  opacity: 1 !important;
  visibility: visible !important;
  right: 10px !important;
}

/* .open-user-map .oum_location_text a,
.open-user-map .oum_location_source a {
  color: #3c125c !important; // set elements colors from settings
} */
.mb-0 .wpb_content_element {
  margin-bottom: 0;
}
.leaflet-top {
  top: 100px !important;
}

#map figure {
  position: relative;
}
#map .organize-tour-btn {
  position: sticky;
  top: 150px;
  right: 0;
  margin-top: 30px;
  height: 0;
}
#map .location {
  position: absolute;
}
#map .icon-wrapper {
  text-align: center;
}
#map .vc_icon_element-icon {
  color: #feb510 !important;
}
#map .popup-content-wrapper {
  display: none;
  position: absolute;
  bottom: 45px;
  left: -135px;
  width: 300px;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 5px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  z-index: 9;
}
#map .popup-content-wrapper .fa-close {
  font-family: 'Font Awesome\ 5 Free' !important;
  color: #000000 !important;
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
#map .popup-content-wrapper h5 {
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: normal;
  margin-right: 20px;
}
#map .popup-content-wrapper .video-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #map .vc_icon_element-icon {
    font-size: 24px;
  }
  #map .popup-content-wrapper {
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  #map .vc_icon_element-icon {
    font-size: 18px;
  }
  #map .popup-content-wrapper {
    bottom: 25px;
  }
}
#map .wpb_text_column {
  display: none;
}
#map .location#ramallah {
  top: 39%;
  left: 36%;
}
#map .location#yaffa {
  top: 36%;
  left: 26%;
}
#map .fa-map-marker-alt {
  cursor: pointer;
}
#map #scroll-down {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  z-index: 9;
}
#map #scroll-down a {
  position: relative;
}
#map #scroll-down a:after {
  content: "\203A";
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  top: -72px;
  left: 25px;
  width: 100%;
  font-size: 166px;
}
/* #map .wpb_single_image img {
  width: 690px;
  text-align: center;
} */

@media (min-width: 1025px) {
  .single-videos {
    border-top: 110px solid #3c125c;
  }
}
.single-videos .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.single-videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.watch-btn .vc_btn3-icon {
  color: #333;
}

.fa-map-marker-alt::before {
  font-family: 'Font Awesome\ 5 Free' !important;
}

.monthly-donation-tabs .vc_tta-panel-body {
  background-color: #fff !important;
}
.monthly-donation-tabs .vc_tta-tab.vc_active a {
  color: #ffc10d !important;
  background-color: #3c125c !important;
}
.monthly-donation-tabs .vc_tta-tab a {
  padding: 14px 18px !important;
}
@media (max-width: 1199px) {
  .monthly-donation-tabs .vc_tta-tab a {
    padding: 14px 8px !important;
  }
}

/* .entry-content {
  text-align: justify;
} */
.entry-content ul li, 
.entry-content ol li {
  padding: 5px 0;
}

/* hide Arabic language temporarily */
.dropdown-item:lang(ar) {
  display: none !important;
}

