/*
 Theme Name:   PBR 
 Theme URI:    https://poweredbyrio.com
 Description:  Powered by RIO Child Theme
 Author:       Mistie Crovo
 Author URI:   https://mistiecrovo.com
 Template:     generatepress
 Version:     1.0
*/

.inside-article {
	padding: 0px !important;
}
.site-main {
	margin-top: 0px;
}

.inside-header {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -75px;
    margin-top: -35px;
}
.site-logo {
	z-index: 10;
}

.gb-gallery-filters {
  display:flex;
  gap:10px;
  margin-bottom:20px;
  flex-wrap:wrap;
}

.gb-gallery-filters button {
  padding:8px 16px;
  border:none;
  background:#eee;
  cursor:pointer;
}

.gb-gallery-filters button.active {
  background:#111;
  color:#fff;
}

.gb-masonry-grid {
  column-count:3;
  column-gap:20px;
}

.gb-item {
  break-inside:avoid;
  margin-bottom:20px;
}

.gb-item img {
  width:100%;
  height:auto;
  display:block;
  border-radius:6px;
}

/* Responsive */
@media (max-width:1024px) {
  .gb-masonry-grid {
    column-count:2;
  }
}

@media (max-width:600px) {
  .gb-masonry-grid {
    column-count:1;
  }
}
.site-header {
	height: 170px;
}
.site-main {
	margin-top: 0px !important;
}

.navigation-branding img, .site-logo.mobile-header-logo img{
        height: 150px !important;
        width: auto !important;
        margin-bottom: -40px !important;
        margin-top: -20px !important;
        display: block; /* Ensures margins behave correctly */
    }
/* Change mobile logo only when stuck/scrolling */
@media (max-width: 768px){
#mobile-header.is_stuck .site-logo img {
    content: url('https://newphs.riowebandtech.com/wp-content/uploads/2026/02/ph-logo-cropped-e1774553239187.png');
}
}
/* Force hide mobile menu toggle on desktop screens */
@media (min-width: 769px) {
    .menu-toggle,
    #mobile-header .menu-toggle {
        display: none !important;
    }

    /* Ensure the main navigation is visible on desktop */
    #site-navigation {
        display: block !important;
    }
}