/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */
.widget_dp_comments ol {padding-left: 0px;}

.widget_dp_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 12px
}

.widget_dp_comments li > p {
	background: url('../images/lc_comment.png') no-repeat 14px 100%;
	line-height: 1.5;
	padding-bottom: 10px;	
}
.widget_dp_comments li > p a { 
    background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #888;
    display: block;   
	padding: 10px 15px;	
}
.widget_dp_comments li > img,
.widget_dp_comments li > strong,
.widget_dp_comments li > small {
	float: left;
}

.widget_dp_comments li > img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
}

.widget_dp_comments li > strong,
.widget_dp_comments li > small {
	line-height: 18px;
	width: 65%;
}

/* 9.2. GK Social
==================================== */

.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-rss-icon,
.gk-linkedin-icon,
.gk-dribble-icon,
.gk-flickr-icon {
	display: block;
	float: none!important;
	height: 32px;
	width:32px
	margin: 2px 5px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-bottom:5px;opacity:0.7;
}

.gk-facebook-icon {
	background: url('../images/icons/socialshare/facebook32.png') no-repeat center center;
	
}

.gk-twitter-icon {
	background: url('../images/icons/socialshare/twitter32.png') no-repeat center center;
}

.gk-gplus-icon {
	background: url('../images/icons/socialshare/google32.png') no-repeat center center;
}

.gk-rss-icon {
	background: url('../images/icons/socialshare/rss32.png') no-repeat center center;
}
.gk-linkedin-icon {
	background: url('../images/icons/socialshare/linkedin32.png') no-repeat center center;
}
.gk-dribble-icon {
	background: url('../images/icons/socialshare/dribble32.png') no-repeat center center;
}
.gk-flickr-icon {
	background: url('../images/icons/socialshare/flickr32.png') no-repeat center center;
}
.gk-facebook-icon:hover{
	background: url('../images/icons/socialshare/facebook32-hover.png') no-repeat center center;
	opacity:1;
}
.gk-twitter-icon:hover{
	background: url('../images/icons/socialshare/twitter32-hover.png') no-repeat center center;
	opacity:1;
}
.gk-gplus-icon:hover {
	background: url('../images/icons/socialshare/google32-hover.png') no-repeat center center;
	opacity:1;
}
.gk-rss-icon:hover {
	background: url('../images/icons/socialshare/rss32-hover.png') no-repeat center center;
	opacity:1;
}
.gk-linkedin-icon:hover {
	background: url('../images/icons/socialshare/linkedin32-hover.png') no-repeat center center;
}
.gk-dribble-icon:hover {
	background: url('../images/icons/socialshare/dribble32-hover.png') no-repeat center center;
}
.gk-flickr-icon:hover {
	background: url('../images/icons/socialshare/flickr32-hover.png') no-repeat center center;
}

#gk-social-icons {
	background: #414d4b;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 0 0 6px #939393;
	-moz-box-shadow: 0 0 6px #939393;
	-ms-box-shadow: 0 0 6px #939393;
	-o-box-shadow: 0 0 6px #939393;
	box-shadow: 0 0 6px #939393;
	left: 0;
	padding: 10px 0 5px 0;
	position: fixed;
	text-align: center;
	top: 20%;
	width: 48px;
	z-index: 1001;
}

#gk-social-icons.right {
	left: auto;
	right: 0;
}

/* 9.4. DP Tweets
==================================== */

.dp_tweets_widget blockquote {
	background: transparent url('../images/dp_tweet_icon.png') no-repeat 0 3px;
	font-size: 13px;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-indent: 34px;
}

.dp_tweets_widget blockquote p {
	margin: 0;
}

.dp_tweets_widget blockquote p a {
	color: #676767!important;
}

.dp_tweets_widget blockquote p a:active,
.dp_tweets_widget blockquote p a:focus,
.dp_tweets_widget blockquote p a:hover {
	color: #fff!important;
}

.dp_tweets_widget time,
.dp_tweets_widget cite {
	color: #999999;
	float: left;
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
	text-indent: 0!important;
}
