/* Enter Your Custom CSS Here */
::-moz-selection {
	background-color: #eee;
	color: #333;
}

::selection {
	background-color: #eee;
	color: #333;
}
.entry-header img {
    border: 1px solid #ccc;
    padding: 5px;
    float: left;
}
.entry-header a img.post-image{ float:none;}
.entry-header-wrap {
    position: relative;
    bottom: 0px;
    z-index: 111;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
	display:inline-block;
}

body {
  background-color: #D2D2D2;
  color: #DADADA;
}
.sidebar .widget {
	color: #DADADA;
}
a {
	color:#F4B903;
}

.content .entry {
	background-color:	#1C1C1C;
}

.widget-title {
	color:#F4B903;
}

.site-inner {
	background-color: #000;
}

.entry-footer,.tag-links { display: none; }

/* Side Nav */
.sidebar .menu li, 
.sidebar li {
  padding:0;
  border:none;
}

.sidebar .menu li a {
	padding:10px;
  	display:block;
  	background-color:#000;
  	color:#fff;
    /*font-family: 'Kranky', cursive;*/
  	text-transform:uppercase;
}

.sidebar .menu li a:hover {
  background-color: #ccc;
  color:#000;
}

.sidebar ul.menu {
  position: relative;
  z-index: 397; 
}
.sidebar ul.menu li {
  min-height: 1px;
  vertical-align: middle;
}
.sidebar ul.menu li:hover {
  position: relative; 
  z-index: 399;
  cursor: default;
}
.sidebar ul.menu ul {
  visibility: hidden; /* hide sub menus by default */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 398; 
  width: 100%;
}

.sidebar ul.menu ul {
  visibility: hidden; /* hide sub menus by default */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 398; 
  width: 100%;
}
.sidebar ul.menu ul ul {
  top: 0px; 
  left: 99%;
}
.sidebar ul.menu li:hover > ul {
  visibility: visible; /* show sub menu */
}
.sidebar ul.menu ul {
  top: 0px;
  left: 99%;
}
/* END */

.entry-title a {
	color:#F60001;
  font-size:24px;
}

.entry-title a:hover, a:hover {
    color: #F4B903;
}

.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: #F4B903;
  color:#fff;
}

.archive-pagination li a {
  background-color: #fff;
  color:#333;
}

.footer-widgets {
    background-color: #666;
}

.site-footer {
    background-color: #333;
}


/* PLUGINS */
.juiz_last_tweet_inside {
    background-color: #0F1431 !important;
}

.juiz_last_tweet_inside .juiz_last_tweet_tweetlist {
	padding:20px 15px;
}

.juiz_last_tweet_widget .juiz_last_tweet_inside {
	margin-top:auto;
}

.tablepress {
  color:#fff;
}

.tablepress .odd td {
    background-color: #666;
}

.tablepress .even td {
    background-color: #999;
}

.tablepress .row-hover tr:hover td {
    background-color: #F4B903;
  color:#fff;
}

.tablepress tbody td {
    background: #666;
    color: #fff;
}

.entry-author{display: None;}
.entry-comments-link{display: None;}
i.fa.fa-comment-o{display: None;}
i.fa.fa-user{display: None;}

.alignleft {
    float: none;
    text-align: none;
}
.menu-toggle{
	padding:12px;
}
header.site-header{
	margin-top:59px;
}
@media only screen and (max-width: 767px){
	.content .entry{
		background:none;
	}
	.entry-header img{
		width:100%;
	}
}