/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
	height: 70px;
}

@media (min-width: 992px) {

	.header-size-custom #logo {
		height: 70px;
		bottom: 0px;
	}

	.header-size-custom #logo img {
		height: 150px;
	}

	.header-size-custom .header-wrap-clone {
		height: calc( 70px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -70px - 2px );
	}

	.header-size-custom.sticky-header-shrink #header-wrap #logo img {
		height: 70px;
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 39px; /* (70px - 22px)/2 */
		padding-bottom: 39px; /* (70px - 22px)/2 */
	}

	.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
		padding-top: 39px; /* (70px - 22px)/2 */
		padding-bottom: 39px; /* (70px - 22px)/2 */
	}

}

