:root {
  --color-bg-grey: #e8e8e8;
  --color-bg-dark-grey: #c7c5c5;
  --color-blue: #0194de;
}

@media(min-width: 767px) {
	header .ast-container {
		max-width: 1200px !important;
		margin: auto !important;
	}
	
	.site-header {
		width: 100%;
	}
	.main-header-bar {
		background-color: transparent !important;
		border-bottom-color: transparent !important;
	}
	ul.sub-menu li{
		background-color:white;
	}
}

@media(min-width: 921px) {
    .site-header {
		position: absolute !important;
     }
}
@media(min-width: 767px) and (max-width: 921px) {
	section.header img { 
		width: 60vw !important;
    	vertical-align: top;
	}
	section.header span {
		width: calc(40vw - 350px);
    	top: 40px;
	}
    .site-header {
        position: relative;
     }
}