@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin-ext');

entry-header .entry-title > a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
.main-sidebar h3.widget-title {
    font-family: inherit;
    font-size: 1.3em;
    font-weight: inherit;
    margin-top: inherit;
    text-transform: inherit;
}
.entry-meta .posted-on a {
    color: inherit;
}
body {
    background: #fff url(../images/main_bg.jpg) no-repeat fixed center top;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #898888;
}
a, a:visited, h2 a:hover, h3 a:hover, .entry-header .entry-title > a, 
.entry-meta .posted-on a{
    color: #f51055;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6  {
    font-weight: inherit;
    color: inherit;
}
.site-title a {
    font-family: inherit;
    text-transform: inherit;
}
h1, h2, h3, h4, h5, h6, .main-sidebar h3.widget-title {
    color: #F51055;
    font-family: 'Merriweather', serif;
    font-style: italic;
}
.header-area {
    background-color: #8e8e8e;
}
.header-area .logo {
    position: absolute;
    z-index: 1000;
}
.main-sidebar aside ul li {
    border-bottom: dotted 1px #ccc;
    line-height: 13px;
    margin-left: 10px;
    padding: 0 !important;
    font-size: 120%;
    font-style: normal;
}
.main-sidebar aside ul li a {
    color: #595A5E;
	font-size: 1.3rem;
    padding: 10px 5px;
    display: block;
}
.mainmenu {
    background: none;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    z-index: 999;
    border-bottom: none;
}
.footer-area {
    background: none;
    border-top: 1px solid #ddd;
    font-size: 1.2rem;
}
.content-area article .entry-contents {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}
.main-sidebar .widget_search input[type="search"] {
	border: 1px solid #f51055;
	background: none;
    height: auto;
}
.main-sidebar .widget_search input[type="submit"] {
	background: #f51055;
    color: #fff;
    padding: 8px;
    font-size: 1rem;
    height: auto;
}
.copyright, 
.comments-link {
    font-size: inherit;
}
.entry-meta .posted-on {
    color: #000;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.entry-meta .posted-on a {
    font-style: italic;
}
.nav-previous a, 
.nav-next a {
    color: #fff;
	background: #f51055;
    font-size: 1.2rem;
	padding: 0.6rem 1rem;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-previous a:hover, 
.nav-next a:hover{
    color: #fff;
    background: #ff0000;
}
.comments-area {
	display:none;
}


@media (min-width: 769px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 768px) {
	.header-area {
		padding-bottom: 4rem;
		padding-top: 0;
	}
	.comments-area, 
	.site-main .comment-navigation, 
	.site-main .posts-navigation, 
	.site-main .post-navigation,
	.content-area article, 
	.site-title a {
		padding-left: 80px;
	}
	.main-sidebar {
		border-left: 1px dotted #ddd;
	}
	.nav.navbar-nav.navbar-right {
		text-align: right;
	}
}
@media (max-width: 767px) {
	.header-area .logo {
		left: 0;
		top: -4rem;
		height: 8rem;
	}
	.header-area .logo a {
		max-height: 8rem;
	}
	.header-area .logo a img {
		max-height: 100%;
		width: auto;
		max-width: inherit;
		height: 100%;
	}
	.navbar-toggle {
		border-color: #ddd;
		position: absolute;
		right: 1rem;
		top: -5.7rem;
	}
}