/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
*/

.site-header 
{
	padding: 0.25em;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.navigation-top
{
	background-color:#eaf3ff;
}

.navigation-top a
{
	color: #3253b5;
}

.page-header h1.page-title,
.entry-header h1.entry-title
{ 
	font-size: 22px;
	color: #3253b5;
	text-align: center;
	padding: 0.4em 0em;
	border-top: solid 2px #3253b5;
	border-bottom: solid 2px #3253b5;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.entry-header h2.entry-title a,
.entry-header h3.entry-title a
{
	font-size: 20px;
	color: #3253b5;
}

.single .entry-content h2
{
	font-size: 20px; 
	padding: 0.4em 0.5em;
	color: #516ab6;
	background: #eaf3ff;
	border-left: solid 5px #516ab6;
	border-bottom: solid 3px #D9E5FF;
}

.single .entry-content h3{
	font-size: 18px; 
	padding: 0.4em 0.5em;
	color: #516ab6;
	background: #eaf3ff;
	border-left: solid 5px #516ab6;
}

.single .entry-content h4,
.single .entry-content h5{
	font-size: 16px;
	padding: 0.4em 0.5em;
	color: #516ab6;
	background: #eaf3ff;
	border-radius: 0em;
}

@media only screen and (max-width: 959px){
	.site-title a {
		font-size: 22px;
	}	
	.page-header h1.page-title,
	.entry-header h1.entry-title{
		font-size: 18px; 
	}
	.entry-header h2.entry-title a,
	.entry-header h3.entry-title a{
	font-size: 16px;
	color: #3253b5;
	}
	.single .entry-content h2,
	.single .entry-content h3,
	.single .entry-content h4,
	.single .entry-content h5{
		font-size: 16px; 
	}
}

.widget-area1{
    margin-top: -30px;
    position: -webkit-sticky;
    position:sticky;
	top: 90px;
}

#itiran1{
	padding: 10px 10px 0px 20px;
	border-bottom: solid 1px #3253b5;
}

#itiran2{
	padding: 10px 5px 0px 0px;
	border-bottom: solid 1px #3253b5;
}

.site-footer{
	padding: 0px;
	margin-top: -10px;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
        box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
}
 
.entry-content a,
.entry-summary a,
.comment-content a,
.widget-area .s_vps a {
        color: #0000ff;
}

.entry-content a:visited,
.entry-summary a:visited,
.comment-content a:visited, 
.widget-area .s_vps a:visited {
        color:#934C7B;
}

.widget-area .s_vps a {
	font-weight: bold;
}

.c_share .c_facebook, .c_share .c_twitter, .c_share .c_hatena, .c_share .c_google, .c_share .c_pocket{
	display: inline-block;
	vertical-align: top;
}

.c_share{
	overflow: hidden;
	margin-top: 1.5em;
}