/*remove page title in home page*/
.page-id-292 .headline {
	display: none;
}

.page-id-292 .postarea.full {
	padding: 0;
}

/*remove page title in post page*/
.headline.img-headline {
	color: #fff0;
}

/*remove page title in QC*/
.page-id-700 .headline {
	display: none;
}

.page-id-700 .postarea.full {
	padding: 0;
}

/*remove page title in Recruiter Registration*/
.page-id-569 .headline {
	display: none;
}

.page-id-569 .postarea.full {
	padding: 0;
}

/*remove page title in Respondent Registration*/
.page-id-866 .headline {
	display: none;
}

.page-id-866 .postarea.full {
	padding: 0;
}

/*resize logo*/
#header #logo .site-logo-link img {
	max-height: 80px;
	width: auto;
}

/*fix header*/
#header .five.columns, #header .eleven.columns {
	width: 100%;
	height: 80px;
}

#header.header-large #navigation {
	padding-top: 20px;
}

#header.header-small #navigation {
	padding-top: 20px;
}

.content.no-thumb, .no-thumb {
	padding-top: 80px;
}

.page-id-455 .wp-block-cover.alignfull .wp-block-cover__inner-container, .wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	transition: all 1s ease-in-out;
	transition-delay: .5s;
	z-index: 7;
}

form input, form input[type=url], form input[type=tel], form input[type=email], form input[type=text], form input[type=password] {
	border-radius: 0;
}

.page-id-22 .wp-block-cover.alignfull .wp-block-cover__inner-container, .wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	transition: all 1s ease-in-out;
	transition-delay: .5s;
	z-index: 7;
}

/*add footer logo*/
.c-footer > div:first-child:before {
	content: url('https://qmi.com.hk/wp-content/uploads/2020/07/esomar_member_rgb.png');
	display: block;
	margin-top: 55px;
	margin-bottom: 100px;
}

/* Logo next to Footer Credit | 3184990-zen (KK) */
@media only screen and (min-width: 1025px) {
	.footer-information:before {
		content: "";
		background: url('https://qmi.com.hk/wp-content/uploads/2020/07/esomar_member_rgb.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 100px;
		height: 41px;
		float: left;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.footer-information:before {
		content: "";
		background: url('https://qmi.com.hk/wp-content/uploads/2020/07/esomar_member_rgb.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 100px;
		height: 41px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.postarea.full {
	max-width: 1080px !important;
}