@charset "UTF-8";

/*
Theme Name: Diff 2021
Theme URI: https://mistyrose-chinchilla-283562.hostingersite.com
Author: Chandan Bora
Author URI: 
Description: 2021 theme for diff site.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Loading bar*/
/* .ldBar {
    position: absolute;
    z-index: 10;
    left: 48%;
    top: 48%;
} */
 
.ldBar {
    /* position: absolute;
    z-index: 10;
    left: 45%;
    top: 45%; */
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
}

.ldBar img {
    width: 100px;
    position: absolute;
    z-index: 10;
    left: 46%;
    top: 40%;
}

@media screen and (max-width: 576px){
    .ldBar img {
    width: 80px;
    left: 40%;
    }
}

@media screen and (min-width: 1700px){
    .ldBar img {
    width: 80px;
    left: 48%;
    top:42%;
    }
}

/* styling of bar omitted */

/* Edit post/page */
.post-edit-link { bottom:5%; left:8%; position: fixed; font-size: 20px; z-index: 5;}
.post-edit-link {color:red !important;}

/* .program-wrapper .program-content .inner-block p {
    line-height: 25px;
} */
/* campaigns */
.campaign-donation-stats {display: none;}
.campaign-description {
    font-size: 19px;
    line-height: 26px;
    font-family: Overpass,sans-serif;
    font-weight: 300;
}

.campaign h3 {
    font-size: 32px !important;
}

.charitable-modal{
    background-color: #000 !important;
    border: 2px solid gray;
}

.charitable-modal p{ 
    font-size: 19px;
    line-height: 26px;
}

.donate-button {
    font-size: 22px;
}

.charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper, .charitable-donation-form .donation-amounts .donation-amount>label {
    font-size: 22px !important;
}

.single-campaign .entry-content {
    width: 70%;
    margin: 0 auto;
    padding-top: 6%;
}

p.has-small-font-size {
    font-size: 18px;
    line-height: 26px;
}