/*
Theme Name:   Vogue Child
Theme URI:    https://kairaweb.com/wordpress-theme/vogue/
Description:  Vogue Child is a child theme for the Vogue WordPress theme. It currently has mo theme changes, as it's just set up and ready for you to start your own editing.
Author:       Kaira
Author URI:   https://kairaweb.com/
Template:     vogue
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, news
Text Domain:  vogue-child
*/

/* -- Add your Own Custom CSS Here -- */
.custom-vogue-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: transparent;
}

.custom-vogue-header__inner {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 30px 50px;
	box-sizing: border-box;
}

.custom-vogue-header__logo {
	display: flex;
	align-items: center;
}

.custom-vogue-header__logo img {
	display: block;
	width: auto;
	max-width: 130px;
	height: auto;
}