/*
Theme Name: What's On
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.post header.title{
	border: none;
	margin: 0;
	padding: 0;
}
.comment-panel a.comment-reply-link:before{background-position:-17px -101px;}
#commentform label{display: block;}
.comment-form input[type=text],
.comment-form input[type=email]{
	border:none;
	margin:0;
	padding:0 15px;
	width:100% !important;
	font:11px/16px 'Quicksand', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:auto;
	height:30px;
	color:#383838;
	
}
.related article .title a{
	text-decoration: none;
	color: #1A1A1A;
}
.related article .title a:hover{text-decoration: underline;}
#reply-title{margin: 0;}
.zaki_like_dislike_box .zaki_like_dislike_count{float: left;}
.zaki_like_dislike_box .zaki_like_dislike{
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.navigation{
	
	color:#383838;
	font:1em/30px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	overflow: hidden;
	padding: 0 10px;
}
.navigation .next, .navigation .prev {
	width: 100%;
}
.navigation a{
	text-decoration: none;
	text-align: center;
	padding: 5px 15px;
	display: block;
	color: #383838;
	margin: 0 0 15px 0;
	background-color: #f3f3f3;
	}

.navigation .prev a {
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
}
.navigation  a:hover {
	background-color: #000000;
	color: #ffffff;
}
.detail-info .col .heading .rating{
	margin: 0;
	height: auto;
	width: 100%;
}
.recent-comments a {
	text-decoration: none;
	color: #333333;
}
div.star-rating,
div.star-rating a{background:url(images/star.gif) no-repeat 0 0px !important;}
div.star-rating-hover a{background-position:0 -32px !important;}
.comments .crfp-rating{
	float:left;
	list-style:none;
	margin:0 11px 0 3px;
	padding:0;
	overflow:hidden;
}
.social-networks span{
	background: url(images/sprite.png) no-repeat 0 -85px;
	float:left;
	margin:0 0 0 10px;
	display:block;
	height:15px;
	width:15px;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
}
.social-networks span.st_facebook_custom{background-position:-17px -85px;}
.social-networks span.st_twitter_custom{
	background-position:-34px -85px;
	width:14px;
}
.social-networks span.st_pinterest_custom{
	background-position:-50px -85px;
	width:16px;
}
.article.not-found .holder{border: 1px solid #D9D9D9;}
@media screen and (max-width: 767px){
	.social-networks span{
		background-position:0 -146px;
		width:17px;
		height:17px;
		margin:0 0 0 12px;
	}
	.social-networks span.st_facebook_custom{
		width:18px;
		background-position:-18px -146px;
	}
	.social-networks span.st_twitter_custom{
		width:17px;
		background-position:-37px -146px;
	}
	.social-networks span.st_pinterest_custom{
		width:17px;
		background-position:-55px -146px;
	}
	.comment-panel a.comment-reply-link:before{background-position:-19px -243px;}
}
@media screen and (max-width: 767px){
	.social-networks span{
		background-position: 0 -347px;
		height: 22px;
		width: 20px;
		margin:0 0 0 15px;
	}
	.social-networks span.st_facebook_custom{
		background-position: -23px -347px;
		width: 21px;
	}
	.social-networks span.st_twitter_custom{
		width:19px;
		background-position: -45px -347px;
	}
	.social-networks span.st_pinterest_custom{
		background-position: -66px -347px;
		width: 21px;
	}
	.comment-panel a.comment-reply-link:before {background-position: -17px -101px;}
	.crfp-field{
		float: left;
		margin: 0 0 10px;
	}
}