/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.7.1534609178
Updated: 2018-08-18 12:19:38

*/
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 36px;
    text-transform: capitalize;
    color: #292929;
    font-weight: 500;
    /*font-family: 'Poppins', sans-serif;*/
}

#post-286 .panel-content:first-child {
	/*background-color: #ccc;*/
}


/** Footer styles **/
.site-footer p, .site-footer span {color: #8d949c;}
.site-footer .site-info a:hover {color: #fff; box-shadow: none}

/* Increase the width of the site content area */
@media screen and (min-width: 48em) {
	.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, 
	.archive.page-one-column:not(.has-sidebar) .page-header {
		display: none;
	}
	body.page-template-default .site #primary,
	body.page-template-page-full-width .page-full-width #primary {
		max-width: 100% !important;
	}
	.panel-content .wrap {
		/*padding-bottom: 0.5em;
		padding-top: 1.75em;*/
		padding-bottom: 0;
		padding-top: 0;
	}
	.site-content {
		/*padding: 2.5em 0 0;*/
		padding: 0;
	}
	.page:not(.home) #content {
		padding-bottom: 1.5em;
	}
	.page.page-one-column .entry-header, 
	.twentyseventeen-front-page.page-one-column .entry-header, 
	.archive.page-one-column:not(.has-sidebar) .page-header {
    	margin-bottom: 1em;
	}
	.reunion-header:before {
		content: "";
		width: 7px;
		height: 30px;
		display: block;
		position: absolute;
		margin-left: -26px;
		margin-top: 13px;
		background-image: linear-gradient(to top, #FF9800, #FFC107);
	}
	
	
	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 0;
		background-color: #0f0f0f;
	}
}


@media screen and (min-width: 30em){
	.page-one-column .panel-content .wrap {
		max-width: 1000px;
	}
}
