/*
	Theme Name: Sleek Child
	Theme URI: http://
	Template: sleek
	Version: 1.0
	Description: Child Theme for Sleek
	Author: korra.io
	Author URI: http://korra.io/
	Text Domain: sleek
*/



/*------------------------------------------------------------
 * Theme customization starts here
 *------------------------------------------------------------*/

/* general */
html {
	margin-top: 0px !important;
}
.clear,
.clearboth {
	clear: both;
}
h1 {
	font-weight: 400;
}

/*.home #main-content .nano-content article {
	display: none !important; 
}
.home #main-content .nano-content article:first-of-type {
	display: block !important;
}*/

/* header */
#header .header__logo {
	display: none;
}
#twoB_header_logo {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
#twoB_header_logo:after {
	content: '';
	display: table;
	clear: both;
}

/* posts */
/*.loop-container--style-list .format-standard h2, 
.loop-container--style-list .format-video h2, 
.loop-container--style-list .format-audio h2, 
.loop-container--style-list .type-page h2 {
	font-weight: 800;
}*/

/* teen-chat */
.chatform {
	padding-right: 20px;
}
.chatform,
#logintext,
#loginlinks {
	width: 100%;
	float: none;
}
.chatform #logintext {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 0px;
}
#logintext h3 {
	margin: 0 0 5px;
}
#logintext .chatUserAcct {
}
#loginlink {
	margin-right: 20px;
}
.leftphoto {
	float: left;
	max-width: 80px; 
}
.leftphoto:after {
	clear: both;
}
.chat-content-box,
.chat-content-box-inside {
	background-color: #eeeeee;
	width: auto;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.chatComment {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;	
}
.allcomments {
	max-width: 800px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #777;
}
.allcomments .chatComment {
	/*padding-top: 20px;*/
	margin-top: 20px;
	margin-left: 40px;
	/*border-top: 1px dotted #a0a0a0;*/
}
.allcomments .chatComment:after {
	clear: both;
}
.chatMeta {
	text-align: right;
	float: right;
	margin-top: 10px;
}
.chatMeta span:hover {
	color: #eee;
}

/* state directory */
.post__inwrap .post__text .excerpt h3 {
	font-size: 18px;
}
.resourceDirectory .post__meta {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}
.resourceDirectoryCat h2 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 42px;
	font-weight: 600;
}
.resourceDirectorySubCat {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.resourceDirectorySubCat > h3 {
	margin: 20px 0; 
	text-align: center;
	font-size: 28px;
	font-weight: 400;
}
.resourceDirectorySubCat .results_content {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
	text-align: center;
}
.resourceDirectorySubCat .results_content h4 {
	margin-top: 0;
}

.resourceDirectorySubCat

/* comment widget */
#recentcomments li.recentcomments {
	padding: 10px;
}
#recentcomments li.recentcomments a {
	display: inline;
	padding: 0px;
}

@media (max-width: 580px) {
	.resourceDirectorySubCat .results_content {
		width: 100%;
		float: left;
		padding: 0 20px;
		text-align: center;
	}
}