/*
Theme Name:     Child of purdue-home-theme
Theme URI:      
Description:    Purdue-home-theme child theme.
Author:         Auto-generated
Author URI:     
Template:       purdue-home-theme
Version:        0.1.0
*/

/* This displays the hamburger menu top nav items  */
.navbar-find-info__menu {
	display: block !important;
}

/* custom sticky second nav */
.purdue-second-nav.is-pinned {
  position: fixed !important;
  top: var(--toolbar-offset, 0px);
  left: 0;
  width: 100%;
  z-index: 1001;
}

/* custom nav styling */
@media screen and (min-width: 1216px) {
	.navbar-find-info.is-global
		.navbar-find-info__items
		.navbar-other-links-wrapper {
		grid-column: 1 / 2;
		grid-row: 3 / 3 !important;
	}

	.navbar-find-info.is-global.is-active {
		position: fixed !important;
		top: 80px !important;
		left: 0 !important;
		width: 100% !important;
		height: calc(100vh - 19px) !important;
		overflow-y: auto !important;
	}
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global
		.navbar-find-info__items
		.navbar-other-links-wrapper {
		grid-column: 1 / 3 !important;
		grid-row: 4 / 5 !important;
		padding-top: 1rem !important;
	}
}

.navbar-find-info__items .purdue-header-cta-button-wrap {
	margin-bottom: 1rem;
}
