/* ADD image to menu item using ID from inspect element
or  in menu item class
	Screen options > Advanced > CSS Classes */
	#menu-item-10373 {
	width: 100%;
	background-image: url("http://skinart.co.nz/wp-content/uploads/2018/05/animated-arrow-image-red.gif")!important;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
}
div.seotext
{
position: absolute !important;
top: 0px !important;
left: -5000px !important;
}

/* Front Page header height half*/
@media screen and (min-width: 30em) {
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
				height: 60vh !important;
	}
}
@media screen and (min-width: 48em) {
	.has-header-image.twentyseventeen-front-page .custom-header, 
	.has-header-video.twentyseventeen-front-page .custom-header, 
	.has-header-image.home.blog .custom-header, 
	.has-header-video.home.blog .custom-header {
		
     	height: 60vh !important;
}
	}
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-media, 
	.twentyseventeen-front-page.has-header-video .custom-header-media, 
	.home.blog.has-header-image .custom-header-media, 
	.home.blog.has-header-video .custom-header-media 
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		
		height: 60vh !important;
	}}
	/* Structure for PAGE Width */

.wrap {
max-width: 80% !important;
}

.page.page-one-column:not(.twentyseventeen-front-page) #primary {
max-width: 100% !important;
}

@media screen and (min-width: 48em) {
.wrap {
max-width: 80% !important;
}
}

@media screen and (min-width: 30em) {

.page-one-column .panel-content .wrap {
max-width: 80% !important;
}
}

@media screen and (max-width: 650px) {

.wrap {
max-width: 95% !important;
}
}