/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .black_overlay {
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }
    .white_content {
        display: none;
        position: absolute;
        top: -100%;
        left: 10%;
        width: 80%;
        height: auto;
        padding: 16px;
        border: 1px solid #d6d2d2;
        background-color: white;
        z-index: 1002;
        overflow: auto;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 1px 5px 2px #ccc;
    }
   .closebutton {
    background-color: #afafaf;
    border: none;
    color: white;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}
.event-image {
    margin: 10px 0px;
}
.popupfooter {
    border-top: 1px solid #ccc7c7;
    padding: 15px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
        text-align: right;
}
 .events .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c2cfd6;
    padding:15px;

}
 .events .d-flex {
    display: flex !important;
}
 .events .mr-4 {
    margin-right: 1.5rem !important;
}
.events h4.card-title.m-0{    margin:2px !important;  }
.badge-pill {
    line-height: 13px;
    border-radius: 10rem;
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.badge-primary {
    color: #fff;
    background-color: #20a8d8;
}
.events h3{margin: 18px 0px !important}

.madinaApps-newsletter input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.madinaApps-newsletter input[type=email]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.madinaApps-newsletter input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px
}

.madinaApps-newsletter input[type=submit]:hover {
    background-color: #45a049;
}

.madinaApps-newsletter {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
        max-width: 450px;
}
.star{color:red;}


 .events .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c2cfd6;
    padding:15px;

}
 .events .d-flex {
    display: flex !important;
}
 .events .mr-4 {
    margin-right: 1.5rem !important;
}
.card-body .event-image img {
    width: 100% !important;
    height: 100%;
}
.card-text p {
    text-align: left;
}
.events h4.card-title.m-0{    margin:2px !important;  }
.badge-pill {
    line-height: 13px;
    border-radius: 10rem;
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.badge-primary {
    color: #fff;
    background-color: #20a8d8;
}
.events h5{margin: 18px 0px !important}

.madinaApps-newsletter input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.madinaApps-newsletter input[type=email]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.madinaApps-newsletter input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px
}

.madinaApps-newsletter input[type=submit]:hover {
    background-color: #45a049;
}

.madinaApps-newsletter {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
        max-width: 450px;
}
.star{color:red;}

.jumuatime td {
    padding: 6px 6px !important;
}
.prayertime td {
    padding: 6px 6px !important;
}
.service-box {
    float: left;
    width: 225px;
    height: 150px;
    text-align: center;
    margin: 0px 10px 15px 0px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 1px 5px 2px #ccc;
    padding: 5px;
}
.service-box img{height: 80px; width: 100px}
@media (min-width: 320px) and (max-width: 480px) {
  
  .service-box {
    float: left;
    width: 280px;
    height: 150px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 1px 5px 2px #ccc;
    padding: 5px;
}
.white_content {
    display: none;
    position: absolute;
    top: -100%;
    left: 0%;
    width: 100%;
    height: auto;
    padding: 16px;
    border: 1px solid #d6d2d2;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 1px 5px 2px #ccc;
}

  
}



