/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.10.1762200621
Updated: 2025-11-03 17:10:21

*/
/* ==== HEADER PERSONALIZADO - SAINDO DO MEU CASULO ==== */
/*
Theme Name: Astra Child
Template: astra
*/

 /* ===== HEADER SAINDO DO MEU CASULO ===== */

/* === CORREÇÃO FINAL - HEADER HORIZONTAL === */

/* Faz o container principal do header ficar lado a lado */
.ast-header-break-point .main-header-bar,
.main-header-bar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f3eee8 !important;
  padding: 25px 80px !important;
}

/* Mantém o nome do site à esquerda */
.site-branding,
.ast-site-identity {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  white-space: nowrap !important;
}

/* Força o menu para a direita e horizontal */
.main-header-bar .main-header-menu,
.main-header-bar .ast-main-header-bar-navigation,
.main-header-bar ul#primary-menu {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Estilo dos links do menu */
.main-header-bar ul#primary-menu > li > a {
  color: #444444 !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

/* Hover dourado */
.main-header-bar ul#primary-menu > li > a:hover {
  color: #c89b5d !important;
}

/* Título dourado */
.site-branding a,
.ast-site-identity a {
  color: #c89b5d !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600 !important;
  font-size: 1.9rem !important;
  text-decoration: none !important;
}

