/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://www.webmasakini.com/
 Description:  Twenty Seventeen Child Theme
 Author:       Munib Rofiqi
 Author URI:   https://www.webmasakini.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 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

 Text Domain:  twentyseventeenchild
*/

.site-title {
	text-transform: capitalize;
	font-size: 2.1rem;
	letter-spacing: 0.02em;
}
.site-description {
	font-size: 0.6rem;
        text-transform: uppercase;
}
.site-content-contain {
	background-color: #f9f9f9;
}

.site-footer {
	border-top: 1px solid #eee;
	background-color: #f1f1f1;
}
.site-info {
	font-size: 14px;
	font-size: 0.70rem;
	margin-bottom: 1em;
}
.site-info a {
	color: #666;
}

.navigation-top {
    text-transform: uppercase;
    font-size: 0.8rem;
}
/*
 * .navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
mark {
	background-color: #bbb;
	color: #f8f8f8;
}
*/
hr {
    border: 0;
    margin-bottom: 1em;
    background-color: transparent;
    height: 0;
    border-top: 0;
    border-bottom: 1px dashed #eee;
}

.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #bbb;
	font-size: 14px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/*
.site-content-contain p {
    font-family: Georgia;
}
*/