/* CSS Document */
.addthis_inline_share_toolbox
{ 
	max-width: 48px; 
}
.login
{
	max-width:50%;
	margin:0px auto;
	text-align:center;
}
.row:hover
{
	cursor:pointer;
	background-color:#cccccc;
}
table
{
	width:100%;
	text-align:left;
}
tr hover td
{
	background-color:#cccccc;
}
.errors
{
	color:#C00;
}
.flex-wrapper:hover .grid-item:not(:hover) 
{
	opacity: 0.4;
}
.dropzone
{
	border:0px;
}
#dropzone_content
{
	width:100%;
	padding:20px;
	height:460px;
}
.dz-success-mark
{
	display:none;
}
.dz-error-mark
{
	display:none;
}

blog input[type="text"]{ padding:12px; }
blog input[type="password"]{ padding:12px; }
blog select{ padding:12px; }
blog input[type="submit"]:disabled{	opacity:0.5; }

.profile
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
}
.profile_image
{
	float:left;
	display:inline-block;
	width:10%;
}
.profile_image img
{
	width:100%;
}
.profile_content
{
	float:left;
	display:inline-block;
	width:90%;
}
.profile_content_inner
{
	padding:10px;
}
.warning_section
{
	background-color:rgba(121, 15, 0, 0.24);
	padding:30px;
}
.info_section
{
	background-color:rgba(0, 121, 19, 0.24);
	padding:30px;
}
.option
{
	padding:12px;
}
#twitter-widget-0
{
	vertical-align:bottom;
}
.blog-image
{
	width:100%;
}
.empty
{
	text-align: center;
    border-radius: 25px;
    border-style: dashed;
    border-color: #cccccc;
    background-color: #ffffff;
    color: #cccccc;
    font-weight: bold;
    vertical-align: middle;
    height: 300px;
}

.grid-sizer{ width: 25%; }
.grid-item{	width:25%; }
.grid-item--width-2{ width: 50%; }

@media screen and (max-width: 912px) 
{
	.grid-sizer{ width: 50%; }
	.grid-item{	width: 50%;	}
}

@media screen and (max-width: 380px) 
{
	.grid-sizer{ width: 100%; }
	.grid-item{	width:100%;	}
}

select[name=blog_title]
{
	background-color:transparent;
	font-size:2.5em !important;
	font-weight:bold;
	color:#ffffff;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	padding:0px;
	margin:0px;
	-webkit-appearance:none;
}

select[name=blog_title] option
{
	font-size:medium !important;
	color:#000000;
}
/*
article.grid-item img {
    max-width: 100%;
	width: auto;
    max-height: 340px;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}

article.grid-item span.section-container{ z-index: 2; }

article.grid-item .blog-cover-img-container{ background-color: black; position: relative; overflow: hidden; }
article.grid-item .blog-cover-img{ filter: blur(8px); -webkit-filter: blur(8px); z-index: 0; background-size: cover; background-position: center center; position: absolute; top: 0px; width: 100%; height: 100%; opacity: 0.5; }
*/