/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}

.page-subheader .ph-content-wrap.banner-breadcrumbs {
  height: 300px;
  min-height: 300px;
}

.banner-breadcrumbs .container .subheader-titles {
  text-align: left;
}

.banner-breadcrumbs .container .breadcrumbs {
  float: right;
}

.error404-content {
  padding-top: 140px;
}

.site-logo {
  line-height: 1.4;
}

.site-logo.muamalat-life-logo img {
  max-height: 200px;
}

.footer-block-bottom {
  display: flex;
  width: 100%;
}

.header-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.kl-cta-ribbon strong {
  line-height: 60px;
  margin-top: -10px;
}

#page_wrapper.zn_res_menu_visible a{
  text-decoration: none;
}

.form-newsletter-body {
  width: 100%;
}

.email-input {
  width: calc(99% - 130px);
  display: inline-block;
}

.email-input input.form-control {
  width: 100%;
}

.button-input {
  display: inline-block;
}

.tally-tag-cover {
  height: 100px;
  width: 50%;
  position: absolute;
  margin-left: 50%;
  bottom: 0;
  background-color: #fbfbfb;
  z-index: 999;
}

.tbk__subtitle.fw-thin strong {
  font-weight: 600;
}

.donation-content-section {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

.donate-button-container {
  margin-bottom: 40px;
  margin-top: 25px;
  box-shadow: none;
}

.donate-button-container.screenshot-box {
  background: none;
}

.donation-content-section #donate-button img {
  width: 250px;
}

.sidebar.muamalat {
  padding: 0 25px 20px 25px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
}

.sidebar.muamalat .widget .widgettitle {
  color: #14542d;
  font-weight: 600;
}

.sidebar.muamalat .widget .widgettitle:after {
  border-bottom: 2px solid #14542d;
}

.sidebar.muamalat .widget ul.menu li a {
  margin-bottom: 15px;
  text-decoration: none;
}

.sidebar.muamalat .widget ul.menu li a:hover {
  color:#14542d;
  font-weight: 600;
}

.sidebar.muamalat .widget ul.menu li a::before {
  content: none;
}

.content-lesson {
  padding-left: 5px;
  padding-right: 5px;
}

.table-contents-wrapper {
  width: 80%;
  margin-bottom: 25px;
  border: 1px solid #ececec;
}

.article-content .table-contents-wrapper {
  margin: 50px auto;
  margin-bottom: 50px;
  border: 1px solid #54966c59;
}

.table-contents-wrapper .hg_accordion_element.style5 {
  position: relative;
}

.hg_accordion_element.style5 a.table-contents-header::before {
  width: 40px;
  height: 40px;
  background-color: #14542d;
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.hg_accordion_element.style5 a.table-contents-header.collapsed::before {
  content: "\f078";
  background-color: #D3D3D3;
}

.table-contents-wrapper .style5 .th-accordion a {
  text-decoration: none;
}

.table-contents-wrapper .style5 .th-accordion a:hover {
  font-weight: 600;
  color: #14542d;
}

.table-contents-title {
  color: #14542d;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 15px;
  padding: 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

.sidebar.muamalat .menu a[href="#"] {
  color: #14542d;
  font-weight: 600;
}

.chapter-block {
  padding-top: 85px;
}

.chapter-block.first {
  padding-top: 0;
}

.chapter-block p {
  padding-bottom: 20px;
}

.chapter-block p:last-child {
  padding-bottom: 0;
}

.chapter-block img,
.article-content img,
.image-block img {
  width: 230px;
  max-width: 100%;
  margin: 5px 5px 20px 20px;
}

.image-block.block-centered {
  width: 80%;
  margin: 0 auto;
}

.image-block.block-centered img {
  width: 100%;
}

.newsletter-section .elm-socialicons a {
  border: 1px #14542d solid;
  font-size: 24px;
}

.newsletter-section a.fab-6.fa-telegram:hover {
  color: #d5d5d5;
  background-color: #111;
}

.newsletter-section a.fab-6.fa-telegram {
  font-size: 40px;
  color: #239cd7;
  background-color: #fff;
}

.newsletter-section a.fab-6.fa-x-twitter {
  background-color: #111;
}

.newsletter-section .newsletter-signup {
  padding-bottom: 35px;
}

.newsletter-section .newsletter-signup input[type=submit] {
  background: #111;
}

#footer .elm-socialicons a {
  border: 1px #454545 solid;
  font-size: 24px;
}

#footer a.fab-6.fa-telegram:hover {
  color: #d5d5d5;
  background-color: #111;
}

#footer a.fab-6.fa-telegram {
  font-size: 40px;
  color: #239cd7;
  background-color: #fff;
}

.media-section-title {
  margin-bottom: 25px;
}

#youtube-feed .youtube-feed {
  height: auto;
}

#spotify-rss-feed .spotify-feed {
  height: auto;
}

#spotify-rss-feed .spotify-feed img {
  height: 255px;
  width: 255px;
  max-width: 100%;
  background-color: #e9c994;
}

.row.media-section {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.media-section.more-button {
  width: 100%;
  text-align: center;
}

.media-section .btn {
  text-decoration: none;
  text-transform: uppercase;
}

.media-section .btn:hover {
  background: #000;
}

ol.article-ordered-list,
ul.article-bullet-list {
  padding-left: 25px;
}

ol.article-ordered-list li {
  list-style: decimal;
  padding-left: 10px;
  padding-bottom: 10px;
}

ul.article-bullet-list li {
  list-style: disc;
  padding-left: 10px;
  padding-bottom: 10px;
}

.article-content .chapter-block .subtitle {
  font-family: 'Open Sans';
  padding-bottom: 0;
  border-bottom: none;
}

h2.m_title.imgboxes-title,
h3.m_title.imgboxes-title {
  font-weight: 700;
}

.related-articles {
  margin-top: 50px;  
}

.related-articles h3.m_title.imgboxes-title {
  font-family: Montserrat;
  font-size: 1.9rem;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 30px;
}

h1.subheader-maintitle {
  font-family: Montserrat;
  font-size: 1.9rem;
  font-weight: 400;
  font-style: normal;
}

.itemHeader.right {
  text-align: right;
  padding-right: 5px;
}

.post_details.no-title::before {
  content: none;
}

.itemAuthor a:hover {
  color: #14542d;
  font-weight: 700;
}

.itemListView.muamalat-blog .itemIntroText .image-block img {
  width: 100%;
  height: 150px;
  max-width: 100%;
  object-fit: cover;
  margin: 20px 0 30px 0;
}

.itemListView.muamalat-blog .itemIntroText .image-block.top-centered img {
  object-position: 100% 0%;
}

.itemListView a {
  text-decoration: none;
}

.itemListView.muamalat-blog .itemContainer.first {
  padding-top: 0;
}

.itemListView.muamalat-blog .itemContainer::after {
  content: none;
}

.latest_posts h2.latest_articles-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.latest-articles-section .latest_posts.default-style .post .m_title {
  font-style: normal;
}

.latest-articles-section a,
.related-articles h5 a, 
.resources a {
  text-decoration: none;
}

.book-data-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}

.book-data-wrapper.one-column {
  grid-template-columns: none;
  grid-template-rows: auto;
}

.book-data-wrapper .book-data {
  margin-top: 5px;
}

.image-block.image-book img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 5px 20px 20px 5px;
}

.book-data strong {
  display: block;
}

.row.media-section.book-details {
  justify-content: left;
}

.row.media-section.seminar-details {
  justify-content: left;
}

.seminar-details h2.m_title.imgboxes-title{
  font-size: 1.5rem;
}

ul.book-details-list {
  margin-left: 20px;
}

ul.book-details-list li {
  list-style-type: disc;
  margin-bottom: 15px;
}

ul.seminar-details-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.imgboxes_style4 .imgboxes-wrapper.book-link-wrapper {
  height: 325px;
}

.buy-now-button {
  text-align: center;
}

.buy-now-button.bottom-section a {
  max-width: 200px;
}

.buy-now-button a {
  width: 80%;
  background-color: #be1e68;
}

.cover-buy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

li.submenu {
  padding-left: 15px;
}

li.submenu-2 {
  padding-left: 30px;
}

.glossary-title {
  color: #14542d;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding-bottom: 20px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.glossary-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ececec;
}

.glossary-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 50px;
  height: 0;
  border-bottom: 2px solid #14542d;
}

.glossary-content {
  margin-bottom: 40px;
}

.glossary-content li {
  list-style: disc;
  margin-left: 20px;
}

.glossary-content li a {
  text-decoration: none;
}

.social-media-row {
  display: flex;
  width: 100%;
}

.icons-bg-black .elm-social-icons.sc--colored .elm-sc-icon,
#footer .elm-social-icons.sc--colored .elm-sc-icon {
  background: #be1e68;
}

.icons-bg-black .elm-social-icons.sc--colored .elm-sc-icon:hover,
#footer .elm-social-icons.sc--colored .elm-sc-icon:hover {
  background: #000;
  font-size: 30px;
}

.icons-bg-black .elm-social-icons.sc--colored .elm-sc-icon.fa-telegram,
#footer .elm-social-icons.sc--colored .elm-sc-icon.fa-telegram {
  font-size: 26px;
  color: #fff;
}

.icons-bg-black .elm-social-icons.sc--colored .elm-sc-icon.fa-telegram:hover,
#footer .elm-social-icons.sc--colored .elm-sc-icon.fa-telegram:hover {
  background: #000;
  font-size: 34px;
}

.icons-bg-black .elm-social-icons li {
  margin-right: 20px;
}

.muamalat-latest-articles .hoverBorderWrapper img {
  width: 54px;
}

.muamalat-latest-articles.latest_posts.style3 ul.posts .title {
  margin: 10px;
}

.muamalat-latest-articles a {
  text-decoration: none;
}

.eventbox-muamalat.eventbox .eventpic .btn {
  top: -20px;
  bottom: auto;
}

.widget_books a {
  text-decoration: none;
}

.widget_newsletter .af-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget_newsletter .af-element.email-input {
  width: 100%;
}

.widget_newsletter .af-body input.text {
  background-color: #f4f4f4;
}

.widget_newsletter .newsletter-signup {
  margin-top: 30px;
  margin-bottom: 50px;
}

.loading-rss {
  padding-bottom: 50px;
  width: 100%;
  justify-content: center;
}

.no-paypal-warning.desktop {
  display: block;
  margin-top: 10px;
}

.no-paypal-warning.mobile {
  display: none;
  margin-top: -25px;
  text-align: center;
}

.no-paypal-warning i {
  color: #ff9800;
  margin-right: 10px;
  font-size: 20px;
}

.seminar-poster-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}

.seminar-poster-block .dates {
  color: #14542d;
}

.seminar-poster {
  width: 50%;
}

.itemListView.muamalat-blog .itemIntroText .seminar-poster-block .seminar-poster img {
  height: auto;
  margin-top: 0;
}

.centered {
  text-align: center;
}

.m_title.imgboxes-title.block_title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.m_title.imgboxes-title.block_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ececec;
}

.m_title.imgboxes-title.block_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 0;
  border-bottom: 2px solid #14542d;
}


/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {
  .site-header[data-header-style="7"] .site-header-right-wrapper.col {
    padding-left: 0;
  }

  .book-data-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  #spotify-rss-feed .spotify-feed img {
    height: 210px;
    width: 210px;
  }

}


/** Laptop+ **/
@media (min-width: 991px) {
  .sub-menu-muamalat li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #be1e68;
    bottom: 0;
    -webkit-transition: width .15s cubic-bezier(0.680, 0, 0.265, 1);
    transition: width .15s cubic-bezier(0.680, 0, 0.265, 1);
  }

  .sub-menu-muamalat li a {
    padding: 10px 0;
    font-size: 13px;
    color: #757575;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }

  .sub-menu-muamalat li a:hover::before {
    width: 90%;
  }

  .sub-menu-muamalat li a:hover {
    color: #323232;
  }

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {
  .siteheader-container {
    display: grid !important;
  }

  #zn-res-menuwrapper {
    position: fixed;
    top: 20px;
    left: 20px;
  }

  .quote-ribbon {
    position: fixed;
    top: 15px;
    right: 20px;
  }

  .site-header-left-wrapper {
    max-width: 70%;
    margin: 0 auto;
  }

  .content-lesson {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar.muamalat {
    padding: 50px 25px 20px 25px;
  }

  .book-data-wrapper .book-data {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }

  #spotify-rss-feed .spotify-feed img {
    height: 330px;
    width: 330px;
  }

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}

/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {
  .footer-block-bottom {
    flex-direction: column-reverse;
    height: 100%;
    gap: 15px;
  }

  .footer-block-bottom div {
    display: flex;
    justify-content: center !important;
  }

  .footer-block-bottom div ul {
    margin: 0;
  }

  .footer-block-bottom div ul li {
    text-align: center;
    margin-right: 20px;
  }

  .page-subheader .ph-content-wrap.banner-breadcrumbs {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }

  .page-subheader.site-subheader-cst.uh_flat_dark_blue {
    max-height: 200px;
    min-height: 200px;
    margin-top: 95px;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }

  .ctabutton strong {
    font-size: 14px;
  }

  body #header.site-header {
    position: fixed !important;
  }

  .static-content__wrapper {
    margin-top: 95px;
  }

  .email-input {
    width: calc(99% - 80px);
  }

  .image-block {
    width: 90%;
    margin: 0 auto;
  }

  .itemListView .itemIntroText .image-block {
    width: 100%;
  }

  .image-block.float-right {
    float: none !important;
  }

  .image-block img {
    width: 100%;
    margin: 5px;
  }

  .image-block.block-centered {
    width: 100%;
  }

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

  .book-data-wrapper {
    grid-template-columns: none;
    grid-template-rows: auto;
  }

  .imgboxes_style4 .imgboxes-wrapper.book-link-wrapper {
    height: auto;
  }

  .banner-breadcrumbs .row .col-sm-12.col-md-6.col-lg-6 {
    display: flex;
    justify-content: center;
  }

  #spotify-rss-feed .spotify-feed img {
    height: 510px;
    width: 510px;
  }

  .no-paypal-warning.desktop {
    display: none;
  }
  
  .no-paypal-warning.mobile {
    display: block;
  }

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {  
  .ctabutton strong {
    font-size: 12px;
  }

  .quote-ribbon {
    top: 20px;
  }

  .kl-cta-ribbon strong {
    line-height: 40px;
    margin-top: -5px;
  }

  .site-header[data-header-style="7"] .logo-container {
    padding-right: 20px;
  }

  .site-logo {
    padding-bottom: 5px;
  }

  .row.media-section.seminar-details {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

/** Custom **/
@media (max-width: 575px) {  
  .banner-breadcrumbs .container .subheader-titles {
    text-align: center;
  }

  .breadcrumbs-container {
    display: grid;
    justify-items: center;
  }

  .breadcrumbs {
    margin-top: 20px;
  }

  .form-newsletter-body {
    width: 95%;
    margin: 0 auto;
  }

  #spotify-rss-feed .spotify-feed img {
    height: 100%;
    width: 100%;
  }

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {
  .site-header[data-header-style="7"] .logo-container {
    padding-right: 25px;
  }

  .site-logo {
    padding-bottom: 10px;
  }

  .ctabutton {
    padding: 7px 7px 4px;
  }

  .ctabutton strong {
    font-size: 10px;
  }

  .form-newsletter-body {
    width: 90%;
  }

  .email-input {
    display: block;
    width: 100%;
  }

  .button-input {
    display: block;
    width: 100px;
  }

  .newsletter-signup input[type=submit] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  .icons-bg-black .elm-social-icons li {
    margin-right: 0;
  }

  .social-media-row {
    justify-content: center;
  }

}

/** Normal phone portrait mode+ **/
@media (min-width: 320px) {

}

/** Special media query size **/
@media (max-width: 350px) {
  h1.subheader-maintitle {
    font-size: 1.5rem;
  }

  .breadcrumbs li {
    font-size: 0.7rem;
  }
}


