/*
Theme Name: Flash Child
Theme URI: https://themegrill.com/themes/flash
Description: Flash Child Theme for usherinmaking
Author: usherinmaking
Template: flash
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flash-child
*/

/* ===== Primary content area - full width ===== */
#primary {
	width: 100%;
}

.full-width-center #primary {
	width: 98%;
}

/* ===== Section title - remove uppercase ===== */
.section-title {
	text-transform: none;
}

/* ===== Breadcrumb adjustments ===== */
.breadcrumb-trail.breadcrumbs {
	margin-top: 25px;
	text-align: center;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	font-size: 23px;
}

/* ===== Preloader - round spinners ===== */
#spinners span {
	border-radius: 50%;
}

/* ===== Sticky header fix ===== */
#masthead-sticky-wrapper {
	width: 100%;
	position: relative;
	z-index: 999 !important;
	height: 65px !important;
}

/* ===== Navigation padding ===== */
#site-navigation.main-navigation {
	padding-left: 30px;
}
