/*
 Theme Name:     Vantage Child
 Author:         SiteOrigin
 Template:       vantage
 Version:        1.0.0
*/

@import url("../vantage/style.css");


/*** CiviCRM layout changes ***/

/* Hide the page title coming from CiviCRM
(since we already have a title set by Wordpress) */
div.crm-title > h1.title {
	display: none;
}

/* Hide the title on the Thank You page after a donation is made */
div#thankyou_text > h2 {
	display: none;
}

/* Increase space between radio button and amount on donation pages */
.crm-price-amount-amount {
	margin-left: 4px;
}
label[for="CIVICRM_QFID_0_12"], label[for="CIVICRM_QFID_0_14"] {
	margin-left: 4px;
}


	/*** WooCommerce ***/

/* Hide the initial order details on the Order Received page */
.woocommerce-thankyou-order-details {
	display: none;
}



/* Vantage Hide Grid Loop Excerpt */

.vantage-grid-loop article .excerpt p { display: none; }