/*!
Theme Name: Palomar Twenty Twenty-Two
Theme URI: http://www.palomar.edu/atrc/
Author: cnorcross, khelming
Author URI: https://www.palomar.edu/atrc/
Description: The official Palomar College WordPress theme.
Version: 1.15.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: palomar-twentytwentytwo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Palomar Twenty Twenty-Two is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import './assets/css/app.css';

/* Bread Crumb custom styles */
.breadcrumb {
	padding-top: 0.5rem !important;
	/*padding-bottom:  1rem !important;*/
	padding-left: 0.5rem !important;
}

.trail-items li::after {
	content:  "" !important;
	padding: 0 0 0 0.5em !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

.breadcrumbs .trail-items {
	display:  flex !important;
}

/* A-Z Index */
#loading-icon-container {
	padding: 2rem;
}

/* Off Canvas Menu */
.current-menu-parent ul {
	display: block;
}

/* Blog page */
#content {
	padding: 0 3rem 6rem;
}

/* Cludo Autocomplete */
ul#search_autocomplete{
	margin-top: 1.5rem !important;
}
ul#search_autocomplete li{
	cursor: pointer !important;
}
ul#search_autocomplete li:hover{
	background-color: #ECEDEE !important;
}