/*
 Theme Name:   Vantage Child
 Theme URI:    https://siteorigin.com/
 Description:  Vantage Child Theme
 Author:       Ifor Darby-Hoskin
 Author URI:   http://www.iddatasolutions.com/
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         vantage bespoke
 Text Domain:  vantage
*/

/* Vantage hide header sidebar on tablet */


#masthead .hgroup {
    zoom: 1;
    position: relative;
    padding-top: 5px;
    padding-bottom: 0px;
}


#metaslider_11.flexslider {
	margin: 0px 0px 0px 0px;
}

#main {
    padding: 0px 60px 30px 60px;
	margin: 0px 0px 00px 0px;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
   
    font-size: 1.5em;
    
}


@media screen and (max-width: 960px) {
#masthead .hgroup {
display: none;
}






