body.page-blog{
	background-color:#000;
}

h3, h3 a{
	color:#fff;
}

h3 a:hover{
	color:#00BAFF;
	text-decoration:none;
}

h3.category-title{
	margin-top:20px;
	padding-left:20px;
}

div.breadcrumbs {
	color:#fff;
	margin-bottom: 20px;
}

div#blog-container{
	display:table;
	table-layout: fixed;
	margin-top:20px;
}

div#left-panel{
	display:table-cell;
	vertical-align:top;
}

div#right-panel{
	display:table-cell;
	width:300px;
	vertical-align:top;
}

div.blog-post > div.details > div.date{
	color: #FFFFFF;
	font-size:14px;
}

div.blog-post > div.details > div.title h2{
	font-weight:bold;
	font-size:20px;
}

div.blog-post > div.details > div.title a{
	color:#000;
}


div.blog-post > div.details > div.title a:hover{
	color:#00BAFF;
	text-decoration:none;
}

div.blog-post > div.details > div.description a{
	color:#FFFFFF;
}

div.blog-post > div.details > div.description a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

div.blog-post.featured{
	display:table;
	padding-right:30px;
	padding-left:20px;
	margin-bottom:40px;
}

div.blog-post.featured > div.thumbnail-image{
	display:table-cell;
	width:60%;
	font-size:0;
}

div.blog-post.featured > div.thumbnail-image a{
	display: block;
}

div.blog-post.featured > div.thumbnail-image a img{
	width:100%;
	height: auto;
}

div.blog-post.featured > div.thumbnail-image a .thumbnail-default{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100%;
	width: 100%;
	background: #333333 url('../../images/theme/logo-shotgrid.svg') no-repeat center center;
	background-size: 80%;
}

div.blog-post.featured > div.details{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	background-color:#222020;
	height:100%;
	text-align:center;
	padding:20px;
}

div.blog-post.featured > div.details > div.date{
	font-size:18px;
}

div.blog-post.featured > div.details > div.title{
	margin-top: 20px;
}

div.blog-post.featured > div.details > div.title h2{
	font-size:20px;
}

div.blog-post.featured > div.details > div.description{
	margin-top: 20px;
}

div.blog-posts-row{
	display:block;
	margin-left:10px;
	margin-right:20px;
	box-sizing:border-box;
	margin-top:20px;
}

div.blog-posts-row div.blog-post{
	width:33.33%;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	box-sizing:border-box;
	/*height:390px;*/
	overflow:hidden;
}

div.blog-posts-row div.blog-post > div.thumbnail-image{
	width:100%;
	font-size:0;
}

div.blog-posts-row div.blog-post > div.thumbnail-image a{
	display: block;
}

div.blog-posts-row div.blog-post > div.thumbnail-image a img{
	width:100%;
	height: auto;
}

div.blog-posts-row div.blog-post > div.thumbnail-image a .thumbnail-default{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100%;
	width: 100%;
	background: #333333 url('../../images/theme/logo-shotgrid.svg') no-repeat center center;
	background-size: 80%;
}

div.blog-post > div.details{
	background-color:#222020;
	text-align:center;
	padding:20px;
	/*height:100%;*/
}

div.blog-post > div.details > div.title{
	margin-top: 10px;
}

form#subscribe-form{
	margin-top:20px;
}

form#subscribe-form input[type="text"]{
}

form#subscribe-form button{
	background-color: #00BAFF;
	border:none;
	color:#fff;
	text-transform:uppercase;
	border-radius:2px;
	box-sizing:border-box;
	padding:10px;
	cursor:pointer;
	width:100%;
	margin-top:10px;
}

div#follow-container{
	text-align:left;
}

div#follow-container img{
	margin-top:10px;
	margin-right:20px;
}

ul#category-list{
	color:#fff;
	margin-top:10px;
}

ul#category-list li{
}

ul#category-list li::before {
    content: "● ";
    color: rgb(0, 186, 255);
    font-size: 20px;
}

ul#category-list li a{
	color:#fff;
}

ul#category-list li a:hover{
	color:#00BAFF;
	text-decoration:none;
}

div#blog-post-container{
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
}

div#blog-post-container div.blog-post-header{
}

div#blog-post-container div.details{
	margin-top:10px;
}

div#blog-post-container div.share-icons{
	margin-top:10px;
}

div#blog-post-container div.share-icons img{
	margin-right:10px;
}

div#blog-post-container div.blog-post-content{
	margin-top:20px;
}

div#blog-post-container div.blog-post-content img[style*="float: left"] {
	padding:20px;
	padding-left:0;
	padding-top:0;
}

div#blog-post-container div.blog-post-content img[style*="float: right"] {
	padding:20px;
	padding-right:0;
	padding-top:0;
}

div.blog-post-content{
	font-family: "arial" , "helvetica" , sans-serif;"
}

div.blog-post-content h2, div.blog-post-content h3, div.blog-post-content h4{
	margin-top:20px;
	margin-bottom:10px;
}

div.blog-post-content img{
	max-width:100%;
	height:auto;
}

div.blog-post-content p{
	font-size:16px;
}

div.blog-post-content ul{
	list-style:none;
	margin-left:0;
}

div.blog-post-content li{
	list-style:none;
}
