/*=== Query Classes =================*/.clearer {	clear: both;}.rtek-header-title {	float: left;}.rtek-search-form {	float: right;	width: 400px;}.rtek-post {	display: block;	float: left;	margin: 5px;	width: 100%;	background: #eee;	-webkit-box-sizing: border-box;	-moz-box-sizing: 	  border-box;	box-sizing: 		  border-box;}		.rtek-post-thumb {			width: 15%;			float:left;			margin-bottom: -8px;		}				.rtek-post-thumb img {					margin-bottom: 0!important; /*Overriding Theme Margin*/				}		.rtek-post-excerpt {			float: left;			width: 85%;		}		.rtek-post-title {			margin-bottom: 10px;			font-size: 28px;			line-height: auto;			display: block;					}		.rtek-post-excerpt {			padding: 20px;		}		.rtek-post-thumb img {			width: 100%;		}		.rtek-post [class*="fa-"] {			padding-left: 5px;			width: auto;			height: auto;		}.rtek-btn {	padding: 5px 15px 5px 15px;	color: #fff;	background-color: #343434;	display: inline-block;}.rtek-btn:hover {	color: #fff;	background-color: #505050;}.rtek-pagination {	padding-top: 10px;	text-align: center;	font-weight: normal;	font-size: 18px;	line-height: normal;		border-top: 1px solid #eee;}		.rtek-pagination H2 {			display: none;		}				.rtek-pagination .page-numbers {			padding: 0 8px;					}				.rtek-pagination .current,				.rtek-pagination .page-numbers:hover {					background: #eee;					-webkit-border-radius: 100%;	      		-moz-border-radius:    100%;	      		border-radius:         100%;				}		.rtek-pagination .next,		.rtek-pagination .prev,		.rtek-pagination .next:hover,		.rtek-pagination .prev:hover,		.rtek-pagination .dots:hover {			background: transparent;		}/*=== Single Post Template ============*/.rtek-single-thumb,.rtek-single-content {	float: left;}.rtek-single-thumb {	width: 30%;}.rtek-single-content {	width: 69%;}/*=== Responsive Classes ============*/@media (max-width: 1200px) {	.rtek-post-thumb {		width: 30%;	}	.rtek-single-thumb {		width: 40%;	}	.rtek-single-content {		width: 60%;	}}@media (max-width: 1200px) {	.rtek-single-thumb,	.rtek-single-content {		width: 50%;	}}@media (max-width: 768px) {	.rtek-post {		width: 100%;	}}@media (max-width: 690px) {	.rtek-post-thumb,	.rtek-post-excerpt,	.rtek-single-thumb,	.rtek-single-content {		width: 100%;	}	.rtek-post-thumb {		padding: 20px;		text-align: center;	}}