/*
Theme Name: cakhia-v2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Mirror-like cleanup: hide default Flatsome placeholders/widgets not present on source UI. */
.html_topbar_left,
.header-newsletter-item,
.header-social-icons,
.element-error,
.header-search {
	display: none !important;
}

/* Keep top navigation centered and similar spacing to mirrored layout. */
#top-bar .nav-center {
	justify-content: center;
}

#logo img {
	max-height: 58px !important;
	width: 165px !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-newsletter-item,
	.header-social-icons,
	.element-error {
		display: none !important;
	}

}