/* ----------------------------------------------------------------
	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: 50px;
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 50px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -50px - 2px );
	}

	.header-size-custom.sticky-header-shrink #header-wrap #logo img {
		height: 50px;
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 24px; /* (70px - 22px)/2 */
		padding-bottom: 24px; /* (70px - 22px)/2 */
	}

	.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
		padding-top: 24px; /* (70px - 22px)/2 */
		padding-bottom: 24px; /* (70px - 22px)/2 */
	}

}
