/*
Theme Name: SocketSite 2014
Theme URI: https://socketsite.com/
Description: The 2014 theme for SocketSite.
Version: 2.0
*/
body
{
	/*padding: 46px 0 66px 0;*/
	padding: 0 0 66px 0;
	background-color: #fff;
}


/* Standard Wordpress Post CSS */
/* Responsive img */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid img for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure img with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure img with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin: 0 auto;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* img */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.7em;
}

img.alignleft
{
	margin-right: 1.15em;
}
img.alignright
{
	margin-left: 1.15em;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added img but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #757575;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	/*margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;*/
}

.comments-title {
	text-align: center;
}

.comment-reply-title,
.comments-title {
	font-size: 18px;
	/*text-transform: uppercase;*/
}
.comment-reply-title
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}


.comment-list {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.comment-author {
	font-size: 12px;
	line-height: 14px;
}

.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	font-size: 12px;
	line-height: 2;
	/*margin-top: 24px;*/
	float:right;
}

.comment-list .comment-body:after{
    clear: both;
    content: "";
    display: block;
}


.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

li.comment{
	/*border-bottom: 1px dotted #000;*/
	padding: 5px 0;
}

.comment-author {
	position: relative;
	display: inline-block;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.comment-meta
{
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
}

.comment-meta:after{
    clear: both;
    content: "";
    display: block;
}

li.comment p{
	margin: 10px 0 20px;
}


.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 0px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

/*
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
*/

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-content br {
   display: block;
   margin: 16px 0;
   content: " ";
}


.comment-list .children {
	list-style: none;
	/*margin-left: 15px;*/
	margin-left: 0px;
	padding-left: 20px;
	/*
	background-image:url('./img/indent-20.png');
	background-repeat:no-repeat;
	background-origin:padding-box;
	background-position: 0px 70px; 
	*/
}

.comment-respond {
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #dfdfdf;
	margin: 24px auto;
}

.comment .comment-respond {
	margin-top: 6px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 4px;
}

.comment-form textarea {
	display: block;
	height: 80px;
	min-width: 300px;
	width: 98.5%;
}

.comment-form code {
	white-space: normal;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 12px;
	line-height: 13px;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}


.comment-form label {
	display: inline-block;
	min-width: 50px;
	width: 10%;
	font-size: 12px;
}

.comment-form .recaptcha_text label {
	display: block;
	width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	min-width: 240px;
	width: 88%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	float: right;
	/*
	height: 19px;
	overflow: hidden;
	width: 19px;
	border: 1px solid #dfdfdf;
	*/
	font-size: 12px;
	line-height: 14px;
}

.comment-reply-title small a:hover {
}

/*
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
*/

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/*09-04-2019*/
.link-section{
	display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	/*text-decoration: inherit;*/
	text-decoration: none;
	vertical-align: text-bottom;
}

@media only screen and (max-width: 767px) {
	.sidebar-parent-container {
		border-left: 0px !important;
	}
	 
	.single .share_loop_container {
		display: inline-block;
		float: none;
	}
	.single .share_loop_container ul {
		list-style-type: none;
		margin-left: 0px;
	}
	 
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
div#div-gpt-ad-1399682874286-0 {
    /*margin-left: 0px !important;*/
}
}


.ad-block{
	/*border: 1px solid #fb0e0e;*/
	width: 300px;
    height: 250px;
	margin: 0 auto;
}
.fixed{
	position: fixed;
    top: 50px;
	margin: 0 auto 0 28px;
}
.static{
	position: static;
}
.relative{
	position: relative;
}
.fixedbottom{
	position: fixed;
    margin: 0 auto 0 28px;
}

@media only screen and (max-width: 991px) {
	.fixed{
		position: inherit;
		top: 0px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.single .share_loop_container ul{
		padding:0;
	}
	.text-center{
		text-align: center;
	}
}






