/*
Theme Name: hofmans2
Theme URI: https://hofmanns2.tdmthemes.com/
Template: generatepress
Author: ecentura
Author URI: https://hofmanns2.tdmthemes.com/
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1764903901
Updated: 2025-12-05 03:05:01

*/

/* --- 2. Style cho Main Header (Logo + Menu + Ảnh nền) --- */
.site-header {
    display: none;
}

/* Đẩy Logo sang trái, Menu sang phải và căn giữa dòng */
.inside-header {
	position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}



/* Màu chữ Menu */
.main-navigation .main-nav ul li a {
    color: #f0f0f0; 
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
}

.main-navigation .main-nav ul li a:hover {
    color: #ffffff;
}

/* Ẩn widget thừa nếu có */
.header-widget {
    display: none;
}

.entry-header {
	display: none;
}

.container {
	margin-left: 0;
    margin-right: 0;
    max-width: unset;
}

.inside-article {
	padding: 0 !important;
}

.top-bar {
	background-color: #e30613;
}

.top-bar .inside-top-bar {
	justify-content: center;
}

.top-bar-align-right .widget:first-child {
	margin-left: 0;
	text-align: center;
}

/* content */

.site-content {
	padding: 0;
}

.header__menu {
	display: flex;
	align-items: center;
}

.header__navigate--lastchild {
	color: #4e4e4e;
}

/* Áp dụng cho màn hình rộng hơn 1024px (Tức là PC và Laptop) */
@media (min-width: 1025px) {
	.header__menu {
		gap: 50px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .header__menu  {
        gap: 10px;
    }
}

/* mobie */
@media (max-width: 767px) {
   
}