.very_bottom {
      bottom: 0;
    position: absolute !important;
    color: #f00;
    z-index: 99;
}
.very_top {
      top: 0;
    position: absolute !important;
    color: #f00;
    z-index: 99;
}

.btn {border-radius: 0px !important}
.trans {background:transparent !important}












.glide__slide a {
    font-weight: bold;
}


.glide h1 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 7px 20px;
  background: #fff;
  font-size:25px;
  line-height: 23px;
  color: #4D4F53;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
  transform: skewY(-3deg);
  z-index: 2;
}
.glide h2 {
display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    background: #0096d6;
    color: #fff;
    font-size: 30px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
    transform: skewY(-3deg);
}


/*===============================*/

.glide .sdesc {
display: inline-block;
    position: relative;
/*    margin-bottom: 20%;*/
    padding: 20px;
    background: #fff;
    font-size: 13px;
    color: #000;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.5);
    transform: skewY(-3deg);
    z-index: 2;
    width:  75%;
}



/*slideshow*/
.glide {
  max-width: 100%;
width: 100%;
height: 60vh;
position: relative;
}

.glide__slide {
  max-width: 100%;
height: 60vh;
position: relative;
overflow: hidden;
}
.image_wrapper {
width: 100%;
height: 60vh;
position: absolute;
z-index: -1;
border-radius: 9px 9px 0 0;
overflow: hidden;
}
img.glide__slide__img {
width: 100%;
height: 100%;
border-radius: 9px 9px 0 0;
overflow: hidden;
}
img.glide__slide__img.animated-img {
animation:pulse 10s linear infinite alternate-reverse;
position: absolute;
}
@keyframes zoomIn {
0% {
transform:scale(1);
}
100% {
transform:scale(1.5);
}
}
@-webkit-keyframes pulse {
0% {
transform: scale(0.8);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.8);
}
}
@keyframes pulse {
0% {
transform: scale(0.8);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.8);
}
}
.glide__slide {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glide__bullets {
display: flex;
justify-content: center;
    background: #7a7a7a;
    padding: 10px;

    border-radius: 0 0 9px 9px;
    box-shadow: inset 0px -4px 0px 0px #006230;
}
.glide__bullet {
    cursor: pointer;
    position: relative;
    /* display: flex; */
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0;
    border: 0;
    overflow: hidden;
    color: #fff;
    height: 40px;
    margin-right: 10px;
    /* margin-left: 10px; */
    background-color: transparent;
    box-shadow: inset 0px -4px 0px 0px #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
}
.glide__bullet::before {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
display: block;
opacity: 0;
transform: translateX(-100%);
background-color: #D30731;
transition: transform 10s;
}
.glide__bullet--active {
&:before {
opacity: 1;
transform: translateX(0);
}
}
.donate_slide {
     background: #D30731; 
    padding: 10px;

    right: 10px;
    bottom: 0;
    border-radius: 7px 7px 0 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: right;
    color: #fff;
    width: 100%;
}
.donate_slide a{
  color:#fff !important;
}
.slideshow_read {
      text-align: center;
    padding-top: 10px;
}
a.rmore {
background: #D30731;
    padding: 0px 10px;
    font-size: .7em;
    border-radius: 5px 0 0 0 !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
}
h1.slideshow_h1 {
font-family: roboto condensed,Sans-serif;
font-size: 47px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-top: 15%;
margin-left: 10px;
width: 35vw;
line-height: 47px;
text-shadow:
0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
0 10px 10px rgba(0,0,0,.2),
0 20px 20px rgba(0,0,0,.15);
}

.slideshow_verified {


}
.slideshow_short {
display: inline-block;
background: #fff;
padding: 10px 10px 0px 20px;
position: absolute;
bottom: 20%;
width: 30%;
border-radius: 0px 9px 9px 0px;
font-size: 13px;
line-height: 16px;
}

.slideshow_short span{
text-align: right;
display: inline;
}
.slideshow_hasvideo {
display: inline-block;
/*position: absolute;*/
/*top: 20px;*/
/*margin-right: 20px;*/
color: #fff;
text-align: center;
font-size: small;
}
.slideshow_campaigner {
background: #fff;
display: block;
    margin-top: -20px;
}
.slideshow_campaigner .wpneo-campaign-creator-info-wrapper {
padding: 0px;
margin: 0px;
}
.slideshow_campaigner  .info-text{
font-size: 11px;
}

.countdown-wrap {
width: 100%;
background: rgba(255,255,255,0.5);
display: table;
margin-top:-30px;
}
/*.countdown-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(10px); /* Adjust the blur radius as needed 
z-index: -1;
}*/
.goal {
font-size: 25px;
text-align: right;
color: #000;
display: block;
padding-bottom: 10px;
font-weight: bold;
font-family: 'Roboto Condensed';
}
@media only screen and (max-width: 640px) {
#goal {
text-align: center;
}
}
.glass {
width: 100%;
height: 10px;
background: #efefef;
border-radius: 10px;
float: left;
overflow: hidden;
}
.countdown-wrap .progress {
float: left;
width: 16%;
height: 20px;
background: #D30731;
z-index: 333;
}
.goal-stat {
width: 25%;
float: left;
margin: 0;
color: #000;
}
@media only screen and (max-width: 640px) {
.goal-stat {
width: 50%;
text-align: center;
}
}
.goal-number,
.goal-label {
display: block;
}
.goal-number {
font-weight: bold;
}
.goal-label {
font-size: 12px;
}

p.author_ex {
      margin-left: 45px;
    margin-top: -15px;
    font-size: .7rem;
}

  /* CSS rules for mobile devices */

@media only screen and (max-width: 767px) {

  /* Add your styles here */

.sdesc .stext, .floater.sub_title,.glide__bullets {
  display: none !important;
}
.glide h1 {
font-size: 19px;
}

.glide .sdesc {

}

.donate_slide {
  position: relative;
  transform: scale(0.9);
}
.slideshow_campaigner {
  position: relative;
    width: 100%;
    padding: 0px;
    font-size: .6rem;
}
}







}/* end of query */
