/*
 Theme Name:   Neve Child (nathan.tlabs.ac.za)
 Theme URI:    https://saynps.org/
 Description:  Neve Child Theme
 Author:       Shane Carelse
 Template:     neve
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/



/* Override parent CSS */
.site-logo p.site-title {
	font-size: 2em;
}

.widget p.widget-title {
	font-size: 1em;
}

.footer--row .footer--row-inner .container .nv-footer-content.row {
	align-items: start;
}

.excerpt-wrap ol > li,.excerpt-wrap ul > li, .nv-content-wrap ol > li, .nv-content-wrap ul > li {
	margin-top: 0;
}
.excerpt-wrap ol.spaced > li, .excerpt-wrap ul.spaced > li, .nv-content-wrap ol.spaced > li, .nv-content-wrap ul.spaced > li {
	margin-bottom: 10px;
}
.excerpt-wrap ul > li, .nv-content-wrap ul > li {
	list-style-type: disc;
}



/* General classes */
.justify-center {
	display: flex;
	justify-content: center;
}

table.borderless th, table.borderless td, .wp-block-table.borderless th, .wp-block-table.borderless td {
	border: none;
}

figure.w-auto {
	width: auto;
}
figure.w-auto > * {
	width: auto;
}






/* Coloured captions */
.red-caption .blocks-gallery-grid .blocks-gallery-item figcaption {
	background: linear-gradient(0deg,rgba(128,0,0,.8),rgba(0,0,0,.3));
}
.blue-caption .blocks-gallery-grid .blocks-gallery-item figcaption {
	background: linear-gradient(0deg,rgba(0,0,128,.8),rgba(0,0,0,.3));
}
.purple-caption .blocks-gallery-grid .blocks-gallery-item figcaption {
	background: linear-gradient(0deg,rgba(128,0,128,.8),rgba(0,0,0,.3));
}

