/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team and Hilson Designs
Author URI: https://wordpress.org/
Description: Child Theme of 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.1544060168
Updated: 2018-12-06 01:36:08

*/

.edit-link {display: none !important;}
.home .panel-content .wrap,
.top-bar { 
	background: #EEEEEE;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); 
    color: #949494;
	padding: 6px 0;
}
.site .wrap {
    padding-bottom: 0em;
    padding-top: 0;
}
.site-branding {
	margin-bottom: 0px !important;
	z-index: unset;
    float: left;
}
.frontpage-showcase {
	color: #ffffff;
}
.frontpage-showcase .title-slogan {
	font-weight: 600;
}
.site .custom-header {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 48em){
	.wrap {
		max-width: 1140px;
		padding-left: 3em;
		padding-right: 3em;
	}
	.site-content {
		padding: 1.5em 0 0;
	}
	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: unset;
		right: 0;
		width: 70%;
		z-index: unset;
		float: right;
		padding: 1em 0;
	}
	.main-navigation > div > ul {
		/*border: 0;
		margin-bottom: 0;
		padding: 0;*/
		float: right;
	}
	.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: 0;
	}
}

@media screen and (min-width: 30em){
	.page-one-column .panel-content .wrap {
		max-width: 1140px;
	}
	.site-branding {
		padding: 1em 0;
	}
}