
/*  - - - - - - - - - - - - - - - - - - - -  */
/*  BAS - header-desktop.css  */
/*  - - - - - - - - - - - - - - - - - - - -  */


	/*  - - - - - - - - - - - - - */
	/*  desktop - containers
	/*  - - - - - - - - - - - - - */
	
	#header_desktop {

		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 auto;
	}

	#header_desktop_inner {

		position: relative;
		width: 100%;
		max-width: 992px;
		height: 200px;
		margin: 0 auto;
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - logo
	/*  - - - - - - - - - - - - - */
	
	#desktop_logo_oil_lamp {

		position: absolute;
		top: 40px;
		left: 0;
		width: 100px;
		height: 125px;
	}

	#desktop_logo_text {

		position: absolute;
		top: 62px;
		left: 116px;
		width: 684px;
		height: 36px;
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - navigation
	/*  - - - - - - - - - - - - - */
	
	#desktop_navigation {

		position: relative;
		top: 120px;
		left: 120px;
		width: 800px;
	}

	#desktop_navigation ul {

		width: 100%;

		display: flex;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: space-between;
	}
	
	/*  - - - - - - - - - - - - - */
	/*  desktop - divider  */
	/*  - - - - - - - - - - - - - */
	
	#desktop_navigation_divider {

		position: absolute;
		top: 110px;
		left: 120px;
		width: calc(100% - 110px);
		height: 2px;
		background: #44535C;
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - hide mobile
	/*  - - - - - - - - - - - - - */
	
	#header_mobile {
	
		display: none;
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - subscribe
	/*  - - - - - - - - - - - - - */
	
	#header_subscribe {
	
		display: flex;
		box-sizing: border-box;
		position: absolute;
		bottom: -15px;
		right: 0px;
		padding: 4px 8px;
		color: white;
		font-size: 80%;
		background: #D09432;		
	}
	
	
	.header_subscribe_divider {
	
		position: relative;
		top: -1px;
		color: #E8BB99;
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - social media icons
	/*  - - - - - - - - - - - - - */
	
	#header_social_media {
	
		position: absolute;
		top: 38px;
		right: 22px;
		width: 32px;
		height: 200px;
	}

	.social_media_icon {
	
		height: 32px;
		width: 32px;
		margin-bottom: 10px;
		cursor: pointer;
	}

	.social_media_svg:hover .svg_style {
	
		fill: #44535C;
	}
	