/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.slideshow_caption {
    width: 60%; !important
}

/*.slideshow_inner_caption {
    width: 100%; !important
}*/

.avia-slideshow-button{ 
	font-size:11px !important;
	margin-left: 7px !important;
	padding: 9px 11px !important;
}

.donate-button {
    	font-size: 18px !important;	
	padding: 10px !important;	
}
.donate-text {
	font-size:17px !important;
}

h2.avia-caption-title {
	font-size:18px !important;
}

div.avia-caption {
    bottom: 0px;
    left: 5px !important;
    padding: 5px 4px !important;
	
}
.responsive .ppdonate_button  {
	padding: 2% 35% !important;
	float:left !important;
	
}
.responsive img.imgpp {
    background: white;
    border-radius: 13px;
    object-fit: cover;
    object-position: 40% 0;
    width: 145px;
    height: 51px !important;
}
.help_now {
	display:none !important;
	
}

.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin{
	margin-bottom:0px !important;
	
}



}

@media only screen and (max-width: 540px) {
  /* Add your Mobile Styles here */
 .responsive img.imgpp{
	object-position: 36% 0;
    height: 35px !important;
    width: 100%;
}

 }
  
}
