/*
Theme Name: WanderAway
Theme URI: https://wanderaway.qodeinteractive.com
Description: Travel Blog WordPress Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: wanderaway
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Keep sidebar sticky only on category archive pages */
body.category .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--sidebar {
	align-self: start;
	position: sticky;
	top: 30px;
}

body.category #qodef-page-sidebar {
	position: relative;
}

/* Sticky won't work if a parent clips overflow (passepartout layout) */
body.category.qodef--passepartout #qodef-page-outer {
	overflow: visible;
}

@media only screen and (max-width: 1024px) {
	body.category #qodef-page-sidebar {
		position: relative;
		top: 0;
	}

	body.category .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--sidebar {
		position: relative;
		top: 0;
	}
}