/*
 Theme Name:   Partnership
 Theme URI:    http://umesh.info.np/themes/
 Description:  twentyseventeen custom theme
 Author:       Umesh Balayar
 Author URI:   http://umesh.info.np
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         News, School, Nepal, Kathmandu
 Text Domain:  ums
*/
@import url("../twentyseventeen/style.css");
.site-header {
	background-color: #fff;
}
.logo {
    float: left;
    width: 25%;
}
.logo img {
	width: 35%;
}
.site-branding-text {
	margin-top: 35px;
	width: 50%;
}
.project_logo {
    float: right;
    width: 25%;
}
.project_logo > img {
    width: 50%;
}
.site-branding {
    padding: 1em 0;
}
.site-title, .site-title a {
    color: #00adef;
    opacity: 1;
}
.site-content {
    margin-top: -50px;
}
.edit-link {
    display: none !important;
}
.navigation-top {
	background: #fafafa;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #00adef;
}
.main-navigation a:hover {
    color: #00adef;
}

.post-5 h2 {
    display: none;
}
.post-5 header.entry-header {
    margin-bottom: 0px !important;
}
section#slider {
    margin-top: -45px;
}
.page-one-column .panel-content .wrap, .navigation-top .wrap, .wrap, .single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	max-width: 1170px;
}