/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/



/* add a little padding between copy and box edge for material list block groups*/
.is-layout-constrained {padding:5px !important; border-radius: 10px;}


/* remove white space before moved sharing links (see code snippets) and therefore rest of post*/

#socialicons-sticky {padding: 0px; margin-top:-30px;}

.sd-content {width:100%; padding:5px;}
.sd-title {width: 100%; padding:0px !important; }
.sd-block {background:gold; border-radius: 10px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:5px; width:fit-content; /* Add a shadow effect */ }
.contentwrap {}

.contentwrap .entry-thumbnail{display:none;}

/* end of remove white space at top of post */


/* remove dividing lines between sidebar widgets */
.widget {border:none !important;} 

.widget_block {}
/* end remove dividing lines between sidebar widgets */


/* customize testimonial sidebar */
.testemonials_box {border-radius:10px; background: transparent; padding:10px 40px 0px 40px;}

.quotes_box_and_tips {background: black; border-radius: 10px;}
/* end customize testimonial sidebar */



.single-post .attachment-post-thumbnail {
	display: none;
}

.wq_quizCtr img {
    width: 600px !important;
}
/* this hides the title "latest posts" 
div #primary h3 {display:none;}
*/


/* use this code to hide all latest post section
 * 
.home .blog-wrap {
    display: none !important;
}


*/




/*
.widget-area .widget ul li {
	list-style: none;
	display: block;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom: none;
	background: none;
}
*/

.widget ul li:after {
	display: inline;
	content: '  ';
}

.widget-area .widget ul {
	margin: 0;
	padding: 0;
}


.widget .sbs-latest-comments ul li {display: block;}


.widget-area .widget .wpforo-list-item {padding-bottom:8px; }

/*
 * reduce white space after menu and before content
 */
.front-section:first-of-type,
.page .content-wrap,
.search-no-results .content-wrap,
.search-results .blog-wrap,
.archive .blog-wrap,
.error404 .content-wrap {
	padding-top: 12px;
}
.home .blog-wrap {
	padding-bottom: 12px;
}

.featured-content {
	padding-bottom: 12px;
}

/*
 * end reduce white space
 */


div.quick-chat-linkhome {display:none;}


.wcMessageTime {float:right; background-color:#eee;}
.wcCurrentUserName {float:left;}

.wcControls { background-color: #eee; color: #000000; text-align:center; }

.wcWindowTitle {background-color: #eee; height: 30px; padding-top:20px; font-weight:bold; text-align:center;}




/* */

div.quick-chat-history-header {background-color:transparent; height:30px;}

div.quick-chat-history-header img {float:left; }






div.quick-chat-history-alias {display:block; position:relative; bottom:38px; left:36px;}

div.quick-chat-history-timestring {display:block; position:relative; bottom:42px; left:36px;} 

div.quick-chat-alias-container {display:none;}

div.quick-chat-history-links {clear:right;}

div.quick-chat-smile-container {width:20px; }

div.quick-chat-history-message {position:relative; top:0px;}

/* place the comment box above the comments BEGIN*/

/* not displaying well on mobile 


div#comments {
     position: relative;
     padding-top: 350px;
}
div#respond {
		 width: 90%;
     position: absolute;
     top: 0;
     left: 0;
}


*/

/* place the comment box above the comments END*/


