/*
 Theme Name:   Responsive Child Theme
 description:  A child theme of the Responsive theme
 Author:       insprana
 Template:     responsive	
 Version:      1.1.0
*/


/*
 * remove the title on the events page
 */

.site-content-header .page-header .page-title, .site-content-header .page-title {
    display: none !important;
}

/*
 * remove the extra white space between menu and events views
 */ 

.tribe-events-header {
    margin-top: -180px !important;
}

/*
 * remove "return to cart" link in checkout page
 */

.tribe-checkout-backlinks { display: none !important;}
