/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.header-wrapper {
	box-shadow: none;
	z-index: 9;
	margin-bottom: 1px;
}

#header .header-main {
	background-color: transparent;
	padding-top: 25px !important;
	padding-bottom: 0 !important;
}

#header.sticky-header .header-main.sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index: 1001;
	box-shadow: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: transparent !important;
}

/* Logged-in desktop: show My Account Icon (overrides Bootstrap d-sm-none) */
@media (min-width: 576px) {
	body.logged-in #header .porto-child-account-icon-logged-in {
		display: inline-flex !important;
		align-items: center;
	}
	body.logged-in #header .porto-child-account-icon-logged-in .d-sm-none,
	body.logged-in #header .porto-child-account-icon-logged-in .my-account,
	body.logged-in #header .porto-child-account-icon-logged-in .account-dropdown {
		display: inline-flex !important;
		align-items: center;
	}
	body.logged-in #header .porto-child-account-icon-logged-in .account-dropdown {
		display: block !important;
	}
}
