/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* */
#jp-relatedposts, .sharedaddy {
	display: none !important;
}
#phocode-course-menu ul.sub-menu {
	display: block;
}
ins.adsbygoogle { 
	background: #fff !important; 
}

/* Previous-Next links */
.cmd_post_nav li {
	list-style: none;
}

.cmd_post_nav .cmd_previous {
	float: left;
	width: 48%;
}

.cmd_post_nav .cmd_next {
	float: right;
	width: 48%;
	text-align: right;
}

.cmd_post_nav a {
	font-size: 16px;
	font-weight: 300;
}

.cmd_previous .meta-nav {
	float: left;
	font-size: 44px;
	font-weight: 500;
	line-height: 30px;
	padding-right: 10px;
}

.cmd_next .meta-nav {
	float: right;
	font-size: 44px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 10px;
}

.cmd_right {
	float: right;
	width: 85%;
	word-wrap: break-word;
}

.cmd_left {
	float: left;
	width: 85%;
	word-wrap: break-word;
}

/* Current custom menu item styling */
#secondary .current-menu-item > a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.sub-menu {
	list-style-type: disc;
}

.sub-menu .menu-item > a:hover {
	font-weight: bold;
	color: #000;
}

.menu .current-menu-parent > a:hover {
	font-weight: bold;
	color: #000;
}

/* Tuy chinh trong related post*/
.jp-relatedposts-post-title {
/* color: 0066cc; */
}

a.jp-relatedposts-post-a {
	color: #000099;
	font-family: 'Verdana';
	font-weight: bold;
}

/* Tuy chinh recent post shortcode*/
ul.display-posts-listing {
	width: 500px;
}

li.listing-item {
	font: 15px/1.5 Helvetica, Verdana, sans-serif;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 5px;
	overflow: auto;
	transition: background-color .5s ease;
}

li.listing-item:hover {
	background-color: #eee;
}	

a {
	font: bold;
	color: #0026FF;
	text-decoration: none;
}



/* */
li.menu-item-object-post:hover {
}

/* lam sticky header*/
/*
.main-navigation {
	position: fixed;
}
*/
/* Nut Read More */
/* OLD
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
*/
.pt-cv-wrapper .btn-success {
	color: #000;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

/* remove nut 'Continue Reading' | 'Tiep tuc doc' */
.more-link {
	display: none;
}

/* Thay doi mau the a */
.entry-content a:visited, .comment-content a:visited {
	color: #0026FF;
}

.pt-cv-readmore > a:visited {
	color: #000000;
}

.widget-area .widget a:visited {
	color: #000000;
}

.widget-area .widget a {
	color: #000000;
}

.pt-cv-content > a:visited {
	color: #000000;
}

.pt-cv-content > a:hover {
	background-color: #e6e6e6;
}

.pt-cv-content > a {
	display: none;
}

.pt-cv-readmore {
	display: none !important;
}

.pt-cv-title > a {
	color: #636363;
}

.pt-cv-title > a:visited {
	color: #636363;
}

/* Lam avatar vong tron*/
.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/* Most visited posts link */
a.bump-view:hover {
	color: #000 !important;
	font-weight: bold;
}

/* Remove category trong cac bai lien quan*/
.jp-relatedposts-post-context,
footer.entry-meta {
	display: none !important;
}

/* Hide 'Tra loi' */
span.leave-reply {
	display: none;
}

/* Hide phan hoi text */
div.comments-link {
	display: none;
}

/* Doi label Nhan Vien thanh admin */
.dwqa-answer-meta .dwqa-label.dwqa-staff {
	display: none;
}
.dwqa-answer-meta:after {
	background: #ff0000;
	padding: 2px 10px;
	margin-left: 5px;
	border-radius: 10px;
	content: 'Admin';
	color: #fff;
}

.dwqa-comment-meta .dwqa-label.dwqa-staff {
	display: none;
}
.dwqa-comment-meta:after {
	background:#ff0000;
	padding: 2px 10px;
	margin-left: 5px;
	border-radius: 10px;
	content: 'Admin';
	color: #fff;
}

@media screen and (max-width: 768px) {
	#topdev_container {
		display: none;
	}
}

// hide original next/prev buttons
.nav-single{
	display:none;
}
.nav-previous {
	display:none;
}
.nav-next {
	display:none;
}

