/*   
Theme Name: Sufi Theme
Theme URI: https://www.mysunnah.com/
Description: A custom resposive theme for sufi.co.za
Author: Riaz Sabjee
Author URI: https://www.mysunnah.com/
Version: 1.0
*/
/*
    VARIABLES
    
    ----------------------- */
/*
    COLORS
    
    ----------------------- */
/*
    MEDIA QUERIES
    
    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS
    
    ----------------------- */
body {
  font-family: 'Quattrocento', serif;
}

a {
  color: #d1ad3c;
}

h1, h2, h3 {
  font-family: 'Quattrocento', serif;
  font-weight: 800;
}

h2 span, h4 span {
  color: #d1ad3c;
  font-weight: 800;
}

h2::before, h4::before {
  background-image: linear-gradient(91deg, #2a486c 0%, rgba(80, 125, 179, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a486c',endColorstr='#507db3',GradientType=1 ) !important;
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: -10px;
}

/*  HEADER  */
header nav.navbar {
  padding: 20px 0;
}

header nav .navbar-brand {
	margin:0;
	width:180px;
}

header nav .navbar-brand img {
  max-width: 100%;
}

header nav ul.skeleto-main-menu {
  padding: 0;
  margin: 20px 0px 20px 0px;
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  text-align: right;
  display: inline-block;
}

header nav ul.skeleto-main-menu li {
  padding: 0px 22px 0px 0px;
  display: inline-block;
}

header nav ul.skeleto-main-menu li.current-menu-item a {
  font-weight: bold;
  color: #d1ad3c;
}

header nav ul.skeleto-main-menu li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

header nav ul.skeleto-main-menu li a:hover {
  color: #d1ad3c;
  text-decoration: none;
}

header nav ul.skeleto-main-menu li.menu-item-has-children .sub-menu {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  width: 200px;
  z-index: 30;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #bdbdbd;
  box-shadow: 0px 0px 10px 0px #bdbdbd;
}

header nav ul.skeleto-main-menu li.menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}

header nav ul.skeleto-main-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 5px;
}

header nav ul.skeleto-main-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

header nav .btn-donate {
  margin: 0 auto;
  color: #FFF;
  background-color: #d1ad3c;
  border-color: #d1ad3c;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  min-width: 100px;
}

header nav form {
  text-align: center;
}

/*  HOME PAGE  */
@media screen and (max-width: 1024px) {
  .home-banner {
    background-position: bottom;
  }
}

@media screen and (max-width: 1024px) {
  .home-about-banner {
    background-size: cover;
  }
}

.home-h2 h2 {
  font-size: 40px !important;
}

.home-h2-content {
  font-size: 19px !important;
}

/*  MAIN  */
main .banner {
  position: relative;
  min-height: 300px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

main .banner h1 {
  position: absolute;
  bottom: 30px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: normal;
}

main .banner h1::before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  top: 20px;
  left: 0;
  bottom: -15px;
  border-bottom: 5px solid #d1ad3c;
}

main .banner::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  main .banner {
    min-height: 150px;
  }
}

main .page {
  padding: 30px;
}

main .page.single-page p {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  main .page.single-page p {
    text-align: center;
  }
}

main .shajrah {
  margin: 0 auto;
  width: 600px;
}

.books-listing.pad, .lecture-listing.pad, .speeches-listing.pad {
  margin: 30px;
}

.books-listing .book, .books-listing .speech, .lecture-listing .book, .lecture-listing .speech, .speeches-listing .book, .speeches-listing .speech {
  margin-bottom: 50px;
  text-align: center;
}

.books-listing .book a, .books-listing .speech a, .lecture-listing .book a, .lecture-listing .speech a, .speeches-listing .book a, .speeches-listing .speech a {
  text-align: center;
}

.books-listing .book a strong, .books-listing .speech a strong, .lecture-listing .book a strong, .lecture-listing .speech a strong, .speeches-listing .book a strong, .speeches-listing .speech a strong {
  font-weight: bold;
}

.books-listing .book .book-container, .books-listing .book .speech-container, .books-listing .speech .book-container, .books-listing .speech .speech-container, .lecture-listing .book .book-container, .lecture-listing .book .speech-container, .lecture-listing .speech .book-container, .lecture-listing .speech .speech-container, .speeches-listing .book .book-container, .speeches-listing .book .speech-container, .speeches-listing .speech .book-container, .speeches-listing .speech .speech-container {
  position: relative;
  padding: 5px;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  width: 100%;
}

.books-listing .book .book-container a, .books-listing .book .speech-container a, .books-listing .speech .book-container a, .books-listing .speech .speech-container a, .lecture-listing .book .book-container a, .lecture-listing .book .speech-container a, .lecture-listing .speech .book-container a, .lecture-listing .speech .speech-container a, .speeches-listing .book .book-container a, .speeches-listing .book .speech-container a, .speeches-listing .speech .book-container a, .speeches-listing .speech .speech-container a {
  text-align: center;
}

.books-listing .book .book-container a strong, .books-listing .book .speech-container a strong, .books-listing .speech .book-container a strong, .books-listing .speech .speech-container a strong, .lecture-listing .book .book-container a strong, .lecture-listing .book .speech-container a strong, .lecture-listing .speech .book-container a strong, .lecture-listing .speech .speech-container a strong, .speeches-listing .book .book-container a strong, .speeches-listing .book .speech-container a strong, .speeches-listing .speech .book-container a strong, .speeches-listing .speech .speech-container a strong {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .books-listing .book .book-container .text-left, .books-listing .book .speech-container .text-left, .books-listing .speech .book-container .text-left, .books-listing .speech .speech-container .text-left, .lecture-listing .book .book-container .text-left, .lecture-listing .book .speech-container .text-left, .lecture-listing .speech .book-container .text-left, .lecture-listing .speech .speech-container .text-left, .speeches-listing .book .book-container .text-left, .speeches-listing .book .speech-container .text-left, .speeches-listing .speech .book-container .text-left, .speeches-listing .speech .speech-container .text-left {
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .books-listing .book h1, .books-listing .speech h1, .lecture-listing .book h1, .lecture-listing .speech h1, .speeches-listing .book h1, .speeches-listing .speech h1 {
    font-size: 25px;
  }
}

.books-listing .book .author, .books-listing .book .publisher, .books-listing .speech .author, .books-listing .speech .publisher, .lecture-listing .book .author, .lecture-listing .book .publisher, .lecture-listing .speech .author, .lecture-listing .speech .publisher, .speeches-listing .book .author, .speeches-listing .book .publisher, .speeches-listing .speech .author, .speeches-listing .speech .publisher {
  display: inline-block;
  font-weight: bold !important;
  padding: 0;
}

.books-listing .book .thumbnail, .books-listing .speech .thumbnail, .lecture-listing .book .thumbnail, .lecture-listing .speech .thumbnail, .speeches-listing .book .thumbnail, .speeches-listing .speech .thumbnail {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  padding: 20px;
}

.books-listing .book .thumbnail img, .books-listing .speech .thumbnail img, .lecture-listing .book .thumbnail img, .lecture-listing .speech .thumbnail img, .speeches-listing .book .thumbnail img, .speeches-listing .speech .thumbnail img {
  max-width: 100% !important;
}

.books-listing .book .thumbnail:hover, .books-listing .speech .thumbnail:hover, .lecture-listing .book .thumbnail:hover, .lecture-listing .speech .thumbnail:hover, .speeches-listing .book .thumbnail:hover, .speeches-listing .speech .thumbnail:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.books-listing .book .thumbnail.no-zoom:hover, .books-listing .speech .thumbnail.no-zoom:hover, .lecture-listing .book .thumbnail.no-zoom:hover, .lecture-listing .speech .thumbnail.no-zoom:hover, .speeches-listing .book .thumbnail.no-zoom:hover, .speeches-listing .speech .thumbnail.no-zoom:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.books-listing .book strong, .books-listing .speech strong, .lecture-listing .book strong, .lecture-listing .speech strong, .speeches-listing .book strong, .speeches-listing .speech strong {
  display: block;
  font-weight: normal;
  font-size: 15px;
  padding: 20px 10px;
}

.books-listing .book strong.no-pad, .books-listing .speech strong.no-pad, .lecture-listing .book strong.no-pad, .lecture-listing .speech strong.no-pad, .speeches-listing .book strong.no-pad, .speeches-listing .speech strong.no-pad {
  padding: 0;
}

.books-listing .book a, .books-listing .speech a, .lecture-listing .book a, .lecture-listing .speech a, .speeches-listing .book a, .speeches-listing .speech a {
  color: #000000;
  text-align: center;
}

.books-listing .book a.button, .books-listing .speech a.button, .lecture-listing .book a.button, .lecture-listing .speech a.button, .speeches-listing .book a.button, .speeches-listing .speech a.button {
  bottom: 20px;
  left: 5px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  padding: 10px;
  background-color: #000055;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  min-width: 150px;
  text-decoration: none;
}

.books-listing .book a.button:hover, .books-listing .speech a.button:hover, .lecture-listing .book a.button:hover, .lecture-listing .speech a.button:hover, .speeches-listing .book a.button:hover, .speeches-listing .speech a.button:hover {
  background-color: #d1ad3c;
  color: #000055;
}

.speeches-listing h4 {
  color: #000055;
  font-size: 25px !important;
}

@media screen and (max-width: 1024px) {
  .speeches-listing h4 {
    font-size: 20px !important;
    text-align: center;
  }
}

.select-fund {
  margin: 0 auto;
  background-color: #efefef;
  padding: 20px;
  width: 600px;
}

.select-fund a.fund-btn {
  display: block;
  padding: 10px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.select-fund a.fund-btn:hover {
  color: #FFFFFF;
  background-color: #000055;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .select-fund {
    width: 100%;
  }
}

/*  DONATION */
.donation-page input {
  font-size: 25px;
}

/*  PILLARS   */
.pillar {
  margin: 0 auto;
  border: 10px solid #e5d193;
  border-radius: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  width: 150px !important;
  height: 150px !important;
  -webkit-transition: 0.8;
  transition: 0.8;
}

.pillar:hover {
  background-color: #f1f1f1;
  border-color: #d1ad3c;
}

.pillar img {
  max-width: 100%;
}

/*  FOOTER  */
footer {
  color: #FFF;
  padding: 30px 0px;
  background-color: #383838;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #d1ad3c;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .copyright {
  margin: 20px 0;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}

footer .footer-1 {
  font-size: 15px;
  text-align: center;
}

footer .footer-1 img {
  margin-bottom: 20px;
}

footer .footer-1 strong, footer .footer-2 strong, footer .footer-3 strong, footer .footer-4 strong {
  display: block;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 40px;
}

footer .footer-1 strong::before, footer .footer-2 strong::before, footer .footer-3 strong::before, footer .footer-4 strong::before {
  background-image: linear-gradient(91deg, #d1ad3c 0%, rgba(175, 142, 38, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a486c',endColorstr='#507db3',GradientType=1 ) !important;
  content: "";
  position: absolute;
  left: 0;
  width: 150px;
  height: 3px;
  bottom: 0;
  top: 42px;
}

@media screen and (max-width: 1024px) {
  footer .footer-1 strong::before, footer .footer-2 strong::before, footer .footer-3 strong::before, footer .footer-4 strong::before {
    left: 30%;
  }
}

@media screen and (max-width: 1024px) {
  footer .col-md-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    text-align: center;
  }
}

/*

    HIJRI DATE

*/
.top-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #FFF;
  border-bottom: 1px solid #f1f1f1;
  background-color: #d1ad3c;
  z-index: 10;
}

.top-bar .row {
  margin: 0;
  padding: 0;
}

.hijri-date .mix {
  display: inline-block;
  margin: 10px;
  font-size: 20px;
}

.zakaat-table,
#mysunnah_99names {
  color: #000;
  padding: 0 20px;
  min-height: 320px;
  overflow: auto;
}

.zakaat-table {
  line-height: 33px;
}

/*
    AUDIO CONTROLS
*/
.ai-wrap .ai-audio-control,
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background-color: #d1ad3c !important;
}

.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background-color: yellow !important;
}

/*
  
    MOBILE ONLY

*/
@media screen and (max-width: 1024px) {
  .mobile-text-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-text-15 {
    font-size: 15px !important;
  }
}

/*
  
    DONATION

*/
section.fund {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

section.fund h2 {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  section.fund h2 {
    font-size: 15px;
  }
}

section.fund > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
}

.select-fund .form-text {
  display: none;
  color: #FF0000 !important;
}

/*

    MICELLENOUS

*/
.no-header h2::before, .no-header h4::before {
  background-image: none !important;
}

.btn-blue {
  margin: 0 auto;
  color: #FFF !important;
  background-color: #000055 !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
}

.btn-blue:hover {
  background-color: #d1ad3c !important;
}

.errorField {
  border: 2px solid #FF0000;
}

/*

    RADIO BUTTONS

*/
input[type="radio"] {
  display: none;
}

input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

label {
  display: block;
  position: relative;
  background: white;
  border: 2px solid #d39e00;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
          box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
}

input[type="radio"]:checked + label {
  background: #d39e00;
  color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(222, 170, 12, 0.5);
          box-shadow: 0px 0px 20px rgba(222, 170, 12, 0.5);
}

input[type="radio"]:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #d39e00;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1024px) {
  input[type="radio"]:checked + label::after {
    top: -26px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 700px) {
  section.fund {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*

    WPFORMS

*/
.wpforms-container {
  margin-top: 0 !important;
}

.wpforms-container .wpforms-form .wpforms-field-label {
  text-align: left;
}

.wpforms-container .wpforms-form .wpforms-submit {
  color: #FFFFFF !important;
  background-color: #000055 !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  min-width: 150px !important;
  text-decoration: none !important;
}

.wpforms-container .wpforms-form .wpforms-submit:hover {
  background-color: #d1ad3c !important;
  color: #000055 !important;
}

/*
  MOBILE MENU
  ----------------------------------- */
.mobile-main-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.mobile-main-menu ul {
  padding: 0;
  text-align: center;
}

.mobile-main-menu ul li {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  line-height: 50px;
}

.mobile-main-menu ul li a {
  color: #FFF;
  font-size: 4vh;
  font-weight: 600;
}

.mobile-main-menu ul li.menu-item-has-children a {
  color: #d1ad3c;
}

.mobile-main-menu ul li.menu-item-has-children .sub-menu li a {
  color: #FFFFFF;
  font-size: 2.5vh;
}

.nav-open .mobile-main-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}

.nav-open .mobile-main-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform .2s,opacity .2s;
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

.mobile-main-menu .nav li.delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mobile-main-menu .nav li.delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mobile-main-menu .nav li.delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mobile-main-menu .nav li.delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mobile-main-menu .nav li.delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mobile-main-menu .nav li.delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mobile-main-menu .nav li.delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mobile-main-menu .nav li.delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mobile-main-menu .nav li.delay-9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #f8f8f8;
  height: 42px;
  display: block;
  width: 50px;
  padding: 12px;
}

.nav-button #nav-icon3 {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}

.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px;
}

.nav-button #nav-icon3 span:nth-child(4) {
  top: 14px;
}

.nav-open .nav-button #nav-icon3 span {
  background-color: #FFFFFF;
}

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */