/*
Css Author : Modalku.co.id
*/
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 400;
	src: ;
}

body {
	background: #fff;
}

body,.post-content,.post-title {
	font-family: 'OpenSans', sans-serif;
}

.nav-toggle {
	display: none;
}

.section-inner {
	position: relative;
}

.social-menu a {
	border: 0;
	color: #399ee6;
	height: 18px;
	width: 20px;
}

.social-menu li a.search-toggle {
	display: none;
}

.header-top-menu {
	position: absolute;
	right: 0;
	padding-top: 60px;
	z-index: 999;
}

.header-top-menu li > a {
	padding: 10px;
	color: #999;
}

.header-top-menu li:hover a {
	background: transparent;
	color: #0096ff;
}

.header-top-menu li.current-menu-item > a {
	color: #0096ff !important;
}

.header-top-menu li:nth-child(1) a, .header-top-menu li:nth-child(2) a, .header-top-menu li:nth-child(3) a {
	color: #000 !important;
	border-right: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
}

.header-top-menu li:nth-child(4) a {
	color: #000 !important;
	font-size: 16px;
	font-weight: bold;
}

.header {
	padding: 15px 0;
	background: #fff;
	height: 80px;
}

li.current-menu-item {
	background: #fff !important;
}

li.current-menu-item > a {
	color: rgb(57,158,230);
}

.navigation {
	height: 300px;
	position: relative;
	background: url('http://promo.modalku.co.id/learning/banner_readersdigest_blog.jpg');
}

.navigation .section-inner {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,0);
	background: transparent;
}

.navigation .section-inner ul {
	text-align: center;
	display: block;
	margin: 0 auto;
	background: transparent;
}

.navigation .section-inner li {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 25%;
	background: rgb(57,158,230);
	margin: 0 2px;
	float: none;
	display: inline-block;
	border: 0;
}

@media screen and (max-width:480px) {
	.navigation .section-inner li {
		width: 100%;
	}
}

.navigation .section-inner li a {
	font-size: 12px;
	font-weight: normal;
	line-height: .4;
	text-align: center;
}

.wrapper {
	background: #fff;
}

.single-post .post-meta, .single-post .post-inner {
	width: 100%;
}

.post-content img {
	width: 100%;
}

.single-post .post-meta > span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.single-post .post-meta {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0;
}

.site-footer .attribution {
	display: none;
}

#infinite-footer {
	display: none;
}

.social-menu {
	z-index: 1000;
	position: relative;
}

@media screen and (max-width:1024px) {
	.header-top-menu {
		display: none !important;
	}
	
	.navigation .section-inner li a {
		line-height: 1.3;
	}
	
	.navigation .section-inner li {
		width: 30%;
	}
}

img.sdg-icon {
  max-width: 80px;
  height: auto;
}

img.sdg-icon2 {
  max-width: 50px;
  height: auto;
}