/*
 Theme Name:    Twenty Seventeen Child Diary
 Theme URI:    http://i-cweb.com/diarytest/
 Description:  Child theme for 2017 theme for diary of a bodybuilder.
 Author:       i-Create Web
 Author URI:   http://www.i-creatweb.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:         video home page, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-child-diary
*/

body {
	margin: 0;
	font-size:20px;
	
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #000;
    font-size: 34px;
    font-size: 2.8rem;
    font-weight: 100;
    letter-spacing: 0.14em;
    text-transform: none;
}


.site-title {
	font-size: 34px;
    font-size: 2.8rem;
}

.site-description {
	font-size: 24px;
    font-size: 2rem;
}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 20px;
		font-size: 1.8rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
		font-weight:100;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	
	h1 {
		font-size: 50px;
		font-size: 2.875rem;
	}

	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}
	
	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}
	
	h1.crew {
		margin-top: 0px;
		padding-top: 0px;
	}
	h2.widget-title {
    font-size: 18px;
    font-size: 1.4rem;
    margin-bottom: 1.5em; 
	font-weight: 300;
	
}
	
	.genericon {
    font-size: 56px!important;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
	
	}
	
	.widget ul li {
    border-bottom: 0px solid #fff;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}
@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 {
    margin-bottom: 2em;
}
}
.panel-content .entry-header {
    margin-bottom: 2.5em;
}
@media screen and ( min-width: 30em ) {
	.page-one-column .panel-content .wrap {
    max-width: 1000px;
}
	.panel-content .entry-header {
    margin-bottom: 2.5em;
}
}

	@media screen and ( max-width: 800px ) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h1.crew {
		margin-top: 16px;
		padding-top: 0px;
	}
	

	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}
	
	}
	
	@media screen and ( max-width: 400px ) {
		
	.wrap {
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 1em;
    padding-right: 1em;
	}
	
	.site-title {
	font-size: 28px;
    font-size: 1.8rem;
}

.site-description {
	font-size: 22px;
    font-size: 1.1rem;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #000;
    font-size: 32px;
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: 0.14em;
    text-transform: none;
	padding-bottom: 8px;
}

/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.0em;
		margin-bottom: 1.0em;
	}

	}