/*
	Theme Name: My Vantage Child Theme
	Version: 1.0
	Description: This is a child theme for Vantage
	Author: MAS
	Author URI: http://surrenderexperiment.com/
	Template: vantage
*/

/*
Theme Name: Vantage-Child
Author: me
Template: vantage
Version: 1.0
*/

/* import of parent css is done in vantage-child functions.php
* @import url("../vantage/style.css");
* @import url("../vantage/styles/blue.css");
*/


/* remove blank lines top of homepage IF mobile rendering */
@media only screen and (max-width: 781px) 
{
 h1.remove-on-mobile {display: none;}
 .page-id-7 div#pg-7-0.panel-grid div.panel-row-style {background-position: center top;}
 .page-id-7 #main {padding-top: 0;}
 .page-id-7 div#pgc-7-0-2.panel-grid-cell {padding-top: 40px;}
 .page-id-7 div#pg-7-2.panel-grid {display: none;}


}
