/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* SPA category tree: keep title, hide sidebar */
.spa-tree-no-sidebar-title-on #right-sidebar,
.spa-tree-no-sidebar-title-on #secondary,
.spa-tree-no-sidebar-title-on .widget-area {
  display: none !important;
}

.spa-tree-no-sidebar-title-on #primary,
.spa-tree-no-sidebar-title-on .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* Keep archive page header visible */
.spa-tree-no-sidebar-title-on .page-header,
.spa-tree-no-sidebar-title-on .archive-header,
.spa-tree-no-sidebar-title-on .oceanwp-page-header {
  display: block !important;
}

/* Replace gray strip with background image on SPA tree categories */
.spa-tree-no-sidebar-title-on .page-header {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(12, 22, 34, 0.45), rgba(12, 22, 34, 0.45)), url("https://toptrip24.com/wp-content/uploads/slider_3.jpg");
  background-size: cover;
  background-position: center 58%;
  background-repeat: no-repeat;
}

.spa-tree-no-sidebar-title-on .page-header .page-header-title,
.spa-tree-no-sidebar-title-on .page-header .site-breadcrumbs,
.spa-tree-no-sidebar-title-on .page-header .site-breadcrumbs a {
  color: #ffffff !important;
}

.spa-tree-no-sidebar-title-on .page-header .container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.spa-tree-no-sidebar-title-on .page-header .page-header-title {
  font-size: 36px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.spa-tree-no-sidebar-title-on .page-header .site-breadcrumbs {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}