/*
 * Theme Name:  Spotlight Child
 * Theme URI:   https://codesupply.co/themes/spotlight/
 * Description: Spotlight Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    spotlight
 * Version:     1.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.widgettitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 0;
}

.widget_nav_menu a {
    padding: 8px 0 0;
    line-height: 22px;
}

.widget_nav_menu .menu > .menu-item:not(:first-child) {
    border-top: none;
}

.site-footer .textwidget {
    margin-top: 8px;
	font-size: 0.8rem;
	line-height: 22px;
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
    position: relative;
    padding: 1.1rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    border-left: 8px #174460 solid!important;
    border-top:none;
    border-bottom:none;
    border-right:none;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.4rem;
    background-color: #f9f9f9;
}