@media (min-width: 601px){
	.mobile-show {
		display: none !important;
	}
}
@media (max-width: 600px){
	.mobile-hide {
		display: none !important; 
	}
}

/* Menu colour change
#masthead .top-bar {
		background-color: #038781;
}

#primary-menu li a {
		color: #ffffff;
}*/

/*Menu text color*/
#primary-menu li a {
		color: #000000;
}

/* SO recent post widget post title. The setting inside the widget is not working */
.sow-recent-posts-title {
  font-size: 1.8em !important;
}

#edtech-watch-note p {
		font-size: 0.8em;
		color: #8e8e8e;
}

.home-category-list {
		font-weight: 700;
		font-size: 1.6em;
}

.home-category-list ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}

.home-category-list ul li::before {
		content: "-";
		margin-right: 8px;
}

#home-latest-articles .sow-recent-posts-title {
		line-height: 1.5em;
		margin-bottom: 15px;
}

#home-latest-articles .sow-recent-posts-date {
		margin-bottom: 15px;
}

#home-latest-articles .sow-recent-posts-excerpt {
		line-height: 1.86em;
}