/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.category-c2-faq .content-archive .featured-thumbnail {
	display: none;
}

.content-archive .post-meta {
	display: none;
}

.category-c2-faq div.post-meta {
	display: none;
}

#logo {
	display: none;
}

.header-widgets {
	float: none;
	max-width: 100%;
	text-align: center;
}

.header-widgets img {
	height: 100%;
}

div.widget.sidebar-small-widget.advanced-sidebar-menu.advanced-sidebar-category > ul > li > a {
	font-size: 17px;
}

/* Fix problems from jqm */
.breadcrumbs a {
	color: #333 !important;
	font-weight: normal;
}

#navigation a, .main-navigation a {
	color: #fff !important;
}

/*
a, a:hover, .title a:hover, .meta a, .post-cats a:hover, .post-meta a, .star-rating, .reply:hover i, .reply:hover a, .rating-star-top, .rating-star-bottom {
	color: #1e73be;
	font-weight: normal;
}
*/
/* excerpt in module-a */
.module-a-content .post-content {
	clear: none;
}

/* float fix in module-c */
.col-post-c {
	height: 195px;
}

@media screen and (max-width: 768px) {
	.col-post-c {
		height: 210px;
	}
	
	.col-post {
		border-bottom: none;
	}
}

@media screen and (max-width: 480px) {
	.col-post-c {
		height: 208px;
	}
}

.wysija-paragraph .formError {
	position: static !important;
	font-weight: bold;
}

.formErrorContent {
	font-size: 1em !important;
	font-family: inherit !important;
}

.site-header .textwidget img {
	max-height: 180px;
}

/* search form */
.searchform {
	background: #bbb;
	padding: 1px;
}

.searchform input {
	color: #000;
	background-color: #fff;
}

.error404 .searchform {
	background-color: #fff;
	float: right;
}

.error404 .searchform input {
	border: 1px solid #bbb;
	width: 70%;
	height: 14px;
}