/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.thn_post_wrap a.btn:link, .thn_post_wrap a.btn:visited {
	color: #fff !important;
}

#wpcf7-f511-p110-o1 .wpcf7-text, #wpcf7-f688-p642-o1 .wpcf7-text, #wpcf7-f782-p783-o1 .wpcf7-text {
	padding: 3px !important;
	border: 1px solid #d8d8d8;
	width: 99% !important;
}

#wpcf7-f511-p110-o1 .wpcf7-textarea,  #wpcf7-f782-p783-o1 .wpcf7-textarea {
	width: 99% !important;
	border: 1px solid #d8d8d8;
	min-height: 100px;
}

#wpcf7-f511-p110-o1 .wpcf7-captchar, #wpcf7-f688-p642-o1 .wpcf7-captchar, #wpcf7-f782-p783-o1 .wpcf7-captchar {
	padding: 3px;
	border: none;
	background: rgba(0,0,0,0.03);
	width: 50%;
	border: 1px solid;
	border-color: rgba(0,0,0,0.05);
}

#wpcf7-f511-p110-o1 .wpcf7-submit, #wpcf7-f688-p642-o1 .wpcf7-submit, #wpcf7-f782-p783-o1 .wpcf7-submit {
	padding: 5px 35px !important;
	background: #5bc0de !important;
	color: #fff !important;
	font-size: 14px !important;
	float: none;
}

.thn_post_wrap .col-xs-12 {
	padding-bottom: 5px;
}

#cboxClose {
	top: 0 !important;
	right: 0 !important;
}

#cboxContent {
	overflow: hidden !important;
}

.page #content {
	margin-top: 5px !important;
}

.single_post {
	padding: 0 !important;
}

.col-lg-3 {
	padding-right: 0 !important;
}

.panel {
	margin-bottom: 20px;
	background-color: #FFF;
	border: 3px solid transparent;
	border-radius: 7px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-orange {
	border-color: #f9a61b;
	font-size: 18px !important;
	line-height: 28px;
}

.panel-orange > .panel-heading {
	color: #000;
	background-color: #f9a61b;
	border-color: #f9a61b;
	font-weight: bold;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-body {
	padding: 15px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
	.sign-up-free {
		position: fixed;
		top: 65%;
		right: 10px;
		text-decoration: none;
		z-index: 1000;
	}
}

@media only screen and (max-device-width : 360px) {
	#wpcf7-f511-p110-o1 .wpcf7-text, #wpcf7-f511-p110-o1 .wpcf7-textarea, #wpcf7-f688-p642-o1 .wpcf7-text {
		width: 75% !important;
	}
	
	#wpcf7-f511-p110-o1 .wpcf7-captchar, #wpcf7-f688-p642-o1 .wpcf7-captchar {
		width: 50% !important;
	}
}