/*
 Theme Name:   Lodestar Child
 Theme URI:    http://example.com/lodestar-child/
 Description:  Lodestar Child Theme
 Author:       Stacy Dean Britt
 Author URI:   http://example.com
 Template:     lodestar
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         featured-image-header, featured-images, flexible-header, rtl-language-support, theme-options, threaded-comments, translation-ready, one-column, two-columns, right-sidebar
 Text Domain:  lodestarchild
*/


/* Remove the overlay from the header images */
body:not(.no-header-image) .custom-header-image::before,
.lodestar-front-page .custom-header-image::before {
	background: rgba(0,0,0,0);
}

/* Hide the site title since we're using the logo instead */
p.site-title {
	display:none;
}

/* Make the site description (tagline) look like H1 */
p.site-description {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Make the site description (tagline) look like H1 */
p.site-description {
	clear: both;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin: 0 0 0.75em;
	padding: 0.75em 0 0 0;
	text-transform: uppercase;
}

/* Make the site description (tagline) look like H1 */
p.site-description {
	font-size: 30px;
	font-size: 1.875rem;
}

@media screen and (min-width: 60em) {
	/* Make the site description (tagline) look like H1 */
	p.site-description {
		font-size: 34px;
		font-size: 2.125rem;
	}
	
	/* Make the portfolio three columns instead of 2 */
	.portfolio-projects article {
		width: 33%;
		width: calc( 33% - 20px );
	}	
	
	/*Make the text above the portfolio left rather than center aligned */
	.page-template-portfolio-page:not(.lodestar-front-page) .entry-content {
			text-align: left;
	}	

}

/* Hide the footer containing the theme information */
div.site-info {
	display:none;
}

/* Style All Projects nav */
	nav.post-navigation {
		clear:both;
	}
	
	.nav-all {
		text-align: center;
	}

/*



body:not(.lodestar-front-page) #primary {
	max-width: 100%;
	width: 100%;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    display: none !important;
}

.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause {
	display: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets {
	display: none;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
	align-items:flex-start !important;
}

.site-header {
	background-color: #FFF !important;
}

#tagline {
    background-color: #000;
    opacity: 0.84;
    text-align: left;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 1em;
}

@media screen and (min-width: 60em) {

	#tagline {
		font-size: 50px;
		font-size: 3rem;
		padding-bottom: 5em;
		margin-top: -10em;
		letter-spacing: normal;
		margin-left: -10em;
	}
}

#logo {
	padding:0;
	display:inline-block;
}

#logo:hover {
	background:none;
}
*/