/*
Theme Name: xParent
Theme URI: http://xanda.net
Author: the Xanda Team
Author URI: http://xanda.net
Description: xanda wp theme
Version: 5.6.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Text Domain: xParent
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.donation-row-wrapper .asp_product_item{
	color: white;
	background: #0796c6!important;
}

.donation-row-wrapper .asp_product_item .asp_product_name{
	line-height: 1.3;
}

.donation-row-wrapper .asp_product_item .asp_product_buy_btn{
	background: #50e590;
	transition: all 250ms ease-in-out;
    box-shadow: none;
    color: white !important;
}
.donation-row-wrapper .asp_product_item .asp_product_buy_btn span{
	text-shadow: none!important;
}
@media screen and (max-width: 991px) {
	.donation-row-wrapper.desktop-donation-row{
		visibility: hidden!important;
		width: 0px!important;
		padding: 0!important;
		margin: 0!important;
		height: 0!important;
	}
}
@media screen and (min-width: 992px) {
	.donation-row-wrapper.mobile-donation-row{
		display: none !important;
	}
}

.donation-row-wrapper .asp_product_item .asp_product_buy_btn:hover{
	background: #4ce094;
    border-color: #4ce094!important;
    color: white !important;
    box-shadow: none;
}

.donation_progress{
	text-align: center;
}

.donation_progress .donation_counter{
	color: #07c16a;
	font-size: 32px;
}

.donation-row-wrapper .asp_product_item span.asp_price_amount, .donation-row-wrapper .asp_product_item .asp_product_description{
	display: none;
}
