/*
Selamat datang di CSS Kustom!

Untuk mempelajari cara kerjanya, kunjungi http://wp.me/PEmnE-Bt
*/
/****** Style FOnt dan Link ******/
a {
	color: #428BCA;
	text-decoration: none;
}

a:hover {
	color: #428BCA;
	text-decoration: underline;
}

.entry-content a {
	color: #428BCA;
}

.mh-comment-meta-links .comment-reply-link:before {
	color: #428BCA;
}

.mh-meta:hover, .mh-meta a:hover {
	color:  #428BCA;
}

.entry-content a:hover {
	color: #359BED;
	text-shadow: 1px 2px 5px #CCC;
	text-decoration: none;
}

body {
	font-family: Arial;
}

blockquote {
	border-left: 3px solid #359BED;
	border-right: 3px solid #359BED;
}

/************ Widget Title ***********/
.mh-widget-title {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 3px;
}

.mh-footer-widget-title {
	border-bottom: 3px solid #428BCA;
	padding-bottom: 3px;
}

.page-title {
	background: #f7f7f7;
}

/*********** Pagination ******************/
.page-numbers:hover, .current, a:hover .pagelink, .mh-loop-pagination .current {
	background: #428BCA;
}

.pagelink {
	background: #428BCA;
}

/************** TAG ***********************/
.tagcloud a:hover, .sb-widget .tagcloud a:hover, .footer-widget .tagcloud a:hover {
	background: #428BCA;
}

.post-tags li:hover {
	background: #428BCA;
}

.entry-tags .fa {
	background: #428BCA;
}

.entry-tags li:hover {
	background: #428BCA;
}

/*****Menu Atas******/
.menuatas {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 3px solid #359BED;
	text-decoration: none;
}

.menuatas li {
	float: left;
	position: relative;
	border-left: 1px solid #e5e5e5;
	-webkit-transition: background .6s ease-out;
	-moz-transition: background .6s ease-out;
	transition: background .6s ease-out;
}

.menuatas li:first-child {
	border: none;
}

.menuatas li:hover {
	background: #e5e5e5;
}

.menuatas li a {
	display: block;
	color: #444;
	padding: .36em 1em;
	text-decoration: none;
	font-size: .85em;
}

.menuatas ul li:hover > ul {
	display: block;
	background: #e5e5e5;
	z-index: 9999;
	box-shadow: #AAAAAA 4px 4px 4px;
	border: 1px solid #E1E1E1;
}

.menuatas ul li:hover > ul a {
	color: #000000;
}

.menuatas ul li:hover > ul li:hover a {
	color: #FFFFFF;
}

.menuatas ul ul {
	display: none;
	position: absolute;
}

.menuatas ul ul li {
	width: 13em;
	border: none;
}

.menuatas ul ul ul {
	left: 100%;
	top: 0;
}

.menuatas .current-menu-item {
	background: #e5e5e5;
}

/*************Navigation ****************/
.mh-main-nav {
	background: #359BED;
	text-transform: none;
	border-bottom: 1px solid #41B6FE;
	border-top: 1px solid #41B6FE;
	text-decoration: bold;
}

.mh-main-nav li:hover {
	background: #41B6FE;
}

.mh-main-nav li {
	border-left: none;
}

.mh-main-nav li a {
	display: block;
	color: #FFFFFF;
	padding: .65em 1em;
	text-decoration: none;
}

.mh-main-nav .menu>.current-menu-item {
	background: #76adff;
}

.slicknav_menu, .slicknav_nav a:hover, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover {
	background: #359BED;
}

/*********Comment********/
input[type=submit] {
	background: #359BED;
}

input[type=text]:hover, textarea:hover {
	border: 1px solid #359BED;
}

.commentlist .bypostauthor .vcard {
	border-left: 3px solid #359BED;
}

/********* Gambar ***********/
.wp-caption {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.mh-container {
		width: 100%;
		min-width: 300px;
	}
}

/**** KBBI ***************/
b.num {
    background: #dfe9ff;
    border-radius: 50%;
    padding: 1px 5px;
}
i.text-green {
	font-style: italic;
    color: #079000;
}
b.highlight {
    background-color: #f6ffc9;
}
.entry-content hr {
	border-color: #efefef;
  border-style: dashed;
}
/********** Tanda centang di komentar ************/
.bypostauthor .mh-comment-meta-author:after {
    color: #3578E5;
    content: '\f058';
}

/****** Sidebar Recent Post ****/
@media screen and (max-width: 767px){
	.mh-header-title, .entry-title 	{
			font-size: 100%;
	}
	/* Hide Footer di mobile */
	#nav_menu-6, #nav_menu-7, #archives-4 {display:none;}
}