@charset "utf-8";
/*
 Theme Name:   Ozeum Child
 Theme URI:    http://ozeum.themerex.net/
 Description:  Ozeum Child Theme
 Author:       ThemeRex
 Author URI:   https://themerex.net/
 Template:     ozeum
 Version:      1.0
 Tags:         inheritable theme options
 Text Domain:  ozeum
*/

/* --- MENU WIDTH & VISIBILITY OVERRIDE --- */

/* 1. I-stretch ang Menu Column para magkasya ang lahat ng items */
.elementor-element-75e95a58 { 
    display: none !important; /* Itago ang bakanteng column sa kaliwa para lumuwag */
}

.elementor-element-1cccb685 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
}

/* 2. Force Horizontal Layout (Isang linya lang) */
#menu_main {
    display: flex !important;
    flex-wrap: nowrap !important; /* Bawal bumaba sa next line */
    justify-content: flex-end !important; /* Panatilihin sa kanan ang alignment */
    width: 100% !important;
}

/* 3. Ilitaw ang mga nakatagong menu items (Work With Us, Answer Our Form) */
#menu_main > li {
    display: block !important;
    visibility: visible !important;
}

/* 4. Itago ang "More" icon/collapse menu icon */
.menu-collapse {
    display: none !important;
}

/* 5. Siguraduhin na hindi mag-double line ang mga mahahabang text */
#menu_main > li > a {
    white-space: nowrap !important;
}

/* 6. I-reset ang position para hindi siya maging fixed */
.sc_layouts_column {
    position: relative !important;
}

#menu_main li.menu-item.menu-collapse {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}



/* Submit button */
.wpcf7-submit {
  background: #ff7700;
  color: #fff;
  padding: 14px 40px;
  font-size: 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

/* Center submit */
.wpcf7-form p:last-of-type {
  text-align: center;
  margin-top: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }
}



.donation-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.donation-text {
  flex: 1;
}

.donation-qr {
  flex: 0 0 220px; /* fixed width sa flex */
  text-align: center;
}

.donation-qr img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .donation-flex {
    flex-direction: column;
    text-align: center;
  }

  .donation-qr {
    flex: unset;
  }
}


.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:before {
    color: #151414 !important;
}
 
.menu-home > a > span {
  color: #FF7700;
  font-weight: 700;
  transition: color 0.3s ease;
}

	.menu-home.current-menu-item > a > span {
  color: #FF7700;
   #FF7700;
  padding-bottom: 4px;
		font-size:16px !important;
}
	
	/* MENU LINK */
.menu-item .articles > a {
  font-family: 'Poppins', sans-serif;

  font-weight: 600;
  color: #333 !important;

  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
}

/* SPAN INSIDE MENU */
.menu-item .articles > a span {
  position: relative;
  padding-bottom: 4px;
}

/* HOVER EFFECT */
.menu-item .articles> a:hover span {
  color: #FF7700;
}
/* ARTICLES MENU - ACTIVE BACKGROUND */
/* .menu-item.articles.current-menu-item > a {
  background-color: #FF7700;
  
  transition: all 0.3s ease;
} */

/* TEXT STYLE */
/* .menu-item.articles.current-menu-item > a > span {
  color: #fff;
  
} */




/* UNDERLINE EFFECT (biyaya-style) */


.menu-item .articles > a:hover span::after,
.current-menu-item > a span::after {
  width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
  .menu-item > a {
  font-size: 15px;
    padding: 12px 16px;
  }
}

	

/* ===== HOME MENU ===== */
.menu-home > a > span {
  color: #FF7700;
  font-weight: 700;
  font-size: 15px;
  transition: color 0.3s ease;
}

.menu-home > a:hover > span {
  color: #FF7700;
}

.menu-home.current-menu-item > a > span {
  color: #FF7700;
  padding-bottom: 4px;
}


/* ===== ARTICLES MENU (GAYANG-GAYA SA HOME) ===== */
.articles > a > span {
  color: #f70;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s ease;
}

.articles > a:hover > span {
  color: #f70;
}

.articles.current-menu-item > a > span {
  color: #FF7700;
  padding-bottom: 4px;
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .menu-home > a > span,
  .articles > a > span {
    font-size: 17px;
  }
}

.sc_button_title {
  
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  
  letter-spacing: 0.5px;
}

/* HOVER EFFECT */

/* .sc_button.sc_button_default:hover {
  background-color: #000 !important;
} */

.sc_button.sc_button_default:hover {
  color: #fff !important;
}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover{
	color: #fff !important;
}
.scheme_dark .sc_layouts_menu_nav>li>a {
    color: #3a3530 !important;
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 64.666% !important
    }
}.elementor-2393 .elementor-element.elementor-element-39289531:not(.elementor-motion-effects-element-type-background){
margin: -20px;
}.sc_layouts_menu_mobile_button{
	background: #000;
}.scheme_dark .sc_layouts_row_fixed_on{
background-color: #fff !important}

@media (max-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 479px) {
    .content_wrap, .content_container {
        width: 320px !important;
    }
}

/* ===============================
   GLOBAL FONT: MONTSERRAT
   =============================== */

/* Import Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* Apply to everything */
html, body {
  font-family: 'Montserrat', sans-serif !important;
}

/* Force all common text elements */
h1, h2, h3, h4, h5, h6,
p, span, a, li,
button, input, textarea, select,
label, small, strong, em,
table, th, td {
  font-family: 'Montserrat', sans-serif !important;
} .wpcf7 select, .wpcf7 textarea, .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
        margin-bottom: 0px !important
    }
@media (max-width: 767px) {
    .wpcf7 select, .wpcf7 textarea, .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
        margin-bottom: 0px !important
    }
}



/* .elementor-widget-wrap{
	height: 50px  !important;
} */
/* .scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover{
	height:50px;
	background: #fff;
} */


/* .elementor-element-populated{
height: 65px;
}
}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover{
	height:65px;
} *
 */
/* .elementor-widget-container{
	height: 50px
} */
/* .elementor-col-66{
	height: 50px  !important;
} 

/

