/*
 Theme Name:     Twenty Fifteen Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Twenty Fifteen Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       twentyfifteen
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

body:before {
	max-width: 413px;
	width: 29.4118%;
}

figcaption {
	font-size: 12px;
	font-size: 1.2rem;
}

.site {
	margin-left: 0;
}

.site-main {
	padding-top: 0;
}

.site-header {
	margin-top: 15%;
	margin-bottom: 7.5%;
}

.site-description {
	color: #ff0000;
}

.hentry {
	padding-top: 6.3333%;
	margin-left: 5.3333%;
}

.page-header {
	margin-left: 5.3333%;
}

.hentry + .hentry,
.page-header + .hentry,
.page-header + .page-content {
	margin-top: 3.6777%;
	margin-left: 5.3333%;
}

.entry-footer {
	padding-top: 0.75%;
	padding-bottom: 0.75%;
	padding-left: 5%;
	padding-right: 5%;
}

.entry-title {
	padding-top: 0;
	margin-top: 0;
	font-size: 2.4rem;
}

.entry-content, .entry-summary, .page-content, .comment-content, .pingback, .comment-body {
	font-size: 1.5em;
	font-size: 15px;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a
{
	border-bottom: none;
	color: #000099;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .pingback .comment-body > a:hover
{
	color: #ff0000;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1667;
	margin-top: 2.3333em;
	margin-bottom: 1.1667em;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 10px;
	font-size: 2.0rem;
	line-height: 1.3;
	margin-top: 1.9462em;
	margin-bottom: 1.5231em;
	text-transform: none;
}

.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 0.9538;
	margin-top: 1.5462em;
	margin-bottom: 0.5231em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 0.9538;
	margin-top: 0.5462em;
	margin-bottom: 0.5231em;
	margin-left: 1.5em;
	text-transform: none;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

@media screen and (min-width: 59.6875em) {
	.site{
		max-width: 1803px;
	}
}

.site-info {
	display: none;
}


/* Hide Menu Dropdown Arrow 
#sidebar .dropdown-toggle {
    display: none;
}*/