/*
Theme Name: NGNGSupport
Theme URI:  https://ngngenterprises.com
Author:     Brett Kelly
Author URI: https://ngngenterprises.com
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/

#page {
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}
.admin-bar #page{
	min-height: calc(100vh - 32px);
}
#page .site-content{
    flex-grow: 1;
}

@media only screen and (min-width:991px) {
	h1.entry-title div.ngng_client_title {
		display:flex;
		align-items:baseline;
		gap:1rem;
	}
}

/* Video Grid */
body.single-client .astra-advanced-hook-217 {
	max-width:100%;
	margin:0;
}
section.client-video-grid {
	display:grid;
	grid-template-columns: 1fr !important;
}
@media only screen and (max-width:600px) {
	section.client-video-grid {
		grid-template-columns: 1fr;	
	}	
}