#internal-box {
	width: 100%;
}


.mobile {
	display: none;
}
.desktop {
	display: block;
}
#top-header .desktop {
	display: block;
}
	#top-header .desktop * {
		text-align: center !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
#top-header .mobile {
	display: none;
}
#top-header {
	display: block;
	margin: 0 auto;
}
	#top-header img {
		margin-top: 5px;
		width: 98%;
		height: auto;
	}
	

	

#menu-categories {
	
}
	#menu-categories-title {
		font-size: 12px;
		background-size: 12px 32px;
		background-position: 10px 8px;
		padding:7px 15px 7px 27px;
	}
		#menu-categories-title:active, #menu-categories-title.active {
			background-position: 10px -14px;
		} 
	#menu-categories-complete {
		left: 0;
	}
		#menu-categories-complete li {
			font-size: 12px;
		}
			
	#menu-categories-desktop {
		overflow: hidden;
		height: 27px;
		list-style: none;
		position: absolute;
		display: block;
		top: 0; left: 90px;
	}
		#menu-categories-desktop li {
			float: left;
		}
			#menu-categories-desktop li a {		
				font-family: "museo-sans",sans-serif;
				font-style: normal;
				font-weight: 500;
				display: block;
				float: left;
				text-decoration: none;
				color: #000;
				font-size: 11px;
				line-height: 14px;
				padding: 7px 10px 5px 10px;
				border: 1px solid transparent;
			}
			#menu-categories-desktop li a:hover {
				color: #FD3997;		
			}	

	
/* new first page */
.posthome h2 {
	max-width: 600px;
}
.posthome-thumb {
	min-height: 180px;
	max-height: 230px;
}
.posthome .postlist-category { 
	display: inline-block;
}
.posthome p {
	display: block;
	font-size: 10px;
	max-width: 100% !important;
}
.posthome h2 {
	max-width: 100% !important;
}
/* ------- */

/*
FROM GENERAL STYLE
*/ 
.postselect-tag {
	display: block !important;
}
.postlist p {
	display: block;
	font-size: 10px;
}
.postlist .postlist-thumb {
	width: 100px;
}
.postlist .postlist-thumb img {
	width: 200px;
	height: 200px;
}
	.post-infohead .postlist-category {
		display: block; margin: 0 0 5px 0;
		position: relative; top: 0; left: 0;
	}
	.post-infohead small {
		display: block;
	}

.postlist-content {
	margin-left: 110px;
	max-width: 520px;
}
	.postlist-content h2 a {
	}
#stripe-support {
	font-size: 12px;
}



