/*
Theme Name: Vantage GPWA
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.1
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	#menu-primary-menu > .menu-item-has-children > a::after {
		content: '\f107';
		font-family: FontAwesome;
		margin: 0 0 0 10px;
		font-size: 18px;
		line-height: 0;
		position: relative;
		color: #FFFFFF;
	}
	
	#menu-primary-menu .sub-menu > .menu-item-has-children > a::after {
		content: '\f105';
		font-family: FontAwesome;
		margin: 0 0 0 10px;
		font-size: 18px;
		line-height: 0;
		position: relative;
		color: #FFFFFF;
	}
	
	.main-navigation ul li.focus > a {
		background-color: #16742B
	}
}

.main-navigation ul ul a {
	width: 260px;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	font-weight:600;
}

.widget img, .widget iframe, .widget object, .widget select, .widget input {
    width: 100%;
}

.widget textarea {
	width: 100%;
}
/*800 max with template*/
.max-width-800px {
 	max-width: 800px;
}
/*adjustment to the single-facebook_events.php page*/
#facebook-events-content {
	max-width: 800px;
}

/*
@media screen and (min-width: 768px) {
	#home-buttons-row {
		position: relative;
		top: -130px;
	}
}
*/
