/*
Theme Name: Kappa
Theme URI: http://themeforest.net/user/phpface
Author: Toan Nguyen
Author URI: http://themeforest.net/user/phpface
Description: A Gaming WordPress Theme
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: black, white, light, dark, one-column, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: marstheme
*/

/*------------------------------------------------------------------
[Table of contents]

1. Global Reset
2. General
3. Header
4. Navigation
5. Featured Area
6. Posts
7. Comments
8. Pagination
9. Archive
10. Sidebar & Widgets
11. Footer
-------------------------------------------------------------------*/

/********************************/
/* 1. Global General
/********************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
img{
	max-width: 100%;
	height: auto;
}
figure{
	max-width: 100%;
	height: auto;	
}
figcaption{
	padding: 20px;
	text-align: center;
	font-style: italic;	
}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

strong { font-weight: bold }
em { font-style: italic }
a img { border:none }

/********************************/
/* 2. General
/********************************/

body {
	font-family:"Open Sans", sans-serif;
	background:#f2f2f2;
	font-size:14px;
}

a {
	text-decoration:none;
	color:#ef3418;
}

h1, h2, h3, h4, h5, h6, #navigation .menu li a {
	font-family:"Oswald", sans-serif;
}

p {
	font-size:14px;
	line-height:24px;
	color:#323232;
}

.italic {
	font-family:"Georgia";
	font-size:13px;
	font-style:italic;
	color:#999;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
i, cite, em, var, address, dfn {
  font-style: italic;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
s, strike, del {
  text-decoration: line-through;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.left-sidebar #main{
	float: right;
}
.left-sidebar #sidebar{
	float: left;
}
.fullwidth #main{
	width: 100%;
}
.container {
	width:1100px;
	margin:0 auto;
}

#content {
	background:#fff;
	overflow:hidden;
	padding:30px;
}

#main {
	width:700px;
	float:left;
	margin-bottom:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:300px;
	float:right;
}

/********************************/
/* 3. Header
/********************************/
#header {
	height:160px;
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -moz-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
	border-bottom:1px solid #000;
}

/* Top Social *****/
#logo {
	float:left;
	padding-top:46px;
}
#logo .site-title{
	font-size: 50px;
}
#logo .site-title a{
	color: #fff;
	text-transform: uppercase;
	letter-spacing:3px;
	font-weight:700;
}
/* Header Banner *****/
#header-banner {
	float:right;
	padding-top:35px;
}
#header-banner img {
	max-width:100%;
	height:auto;
}

/********************************/
/* 4. Navigation
/********************************/
#navigation {
	height:58px;
	background:#222325;
	border-top:1px solid #343434;
	-webkit-backface-visibility: hidden;
	z-index:9999;
	position:relative;
}
#navigation .container {
	position:relative;
	z-index:9999;
}
.slicknav_menu { display:none; }

/* Menu *****/
#navigation .menu {
	float:left;
	font-size: 0;
}

#navigation .menu li {
	display:inline-block;
	position:relative;
}

#navigation .menu li a {
	color:#fff;
	line-height:58px;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	padding:0 16px;
}

#navigation .menu li a:hover, #navigation .menu .current-menu-item a {
	color:#fff !important;
	background:#303030;
	border-bottom:4px solid #EF3418;
	height:58px;
	box-sizing:border-box;
	-o-transition:.22s;
	-ms-transition:.22s;
	-moz-transition:.22s;
	-webkit-transition:.22s;
	transition:.22s;
}
	
	/* Dropdown */
	#navigation .menu .sub-menu,
	#navigation .menu .children {
		background-color: #222325;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		border:1px solid #000;
		
	}
		
	#navigation ul.menu ul a,
	#navigation .menu ul ul a {
		color: #fff;
		height:auto !important;
		border-bottom:none !important;
		box-sizing:content-box !important;
		margin: 0;
		padding:7px 10px;
		min-width: 170px;
		line-height:20px;
		-o-transition:.22s;
		-ms-transition:.22s;
		-moz-transition:.22s;
		-webkit-transition:.22s;
		transition:.22s;
		font-size:11px;
		letter-spacing:1px;
		border-top:1px solid #343434;
	}
	
	#navigation ul.menu ul li,
	#navigation .menu ul ul li {
		padding-right:0;
		margin-right:0;
	}

	#navigation ul.menu ul a:hover,
	#navigation .menu ul ul a:hover {
		color: #fff;
		background:#303030 !important;
	}

	#navigation ul.menu li:hover > ul,
	#navigation .menu ul li:hover > ul {
		display: block;
	}
	
	#navigation .menu .sub-menu ul,
	#navigation .menu .children ul {	
		left: 100%;
		top: 0;
		
	}

/* Top Social *****/
.top-social {
	position:absolute;
	right:0;
	top:0;
	background:#141516;
	box-shadow: rgba(225,225,225,0.15) -1px 0 0,rgba(225,225,225,0.15) 1px 0 0,rgba(0,0,0,0.65) 2px 2px 10px inset;
	padding:0 18px;
}
.top-social a {
	line-height:58px;
	color:#fff;
	margin-left:14px;
	font-size:15px;
}
.top-social a:first-child {
	margin-left:0;
}
.top-social a:hover {
	color:#ef3418;
}


/********************************/
/* 5. Featured Area
/********************************/

#featured-area {
	position:relative;
	border-top:1px solid #050505;
}

.feat-item {
	position:relative;
	z-index:1;
}
.feat-overlay {
	-webkit-box-shadow: inset 0 0 4em black;
	-moz-box-shadow: inset 0 0 4em black;
	-ms-box-shadow: inset 0 0 4em black;
	-o-box-shadow: inset 0 0 4em black;
	box-shadow: inset 0 0 4em black;
	background:rgba(5,5,5,.30);
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	z-index:999;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
}
.feat-item:hover > .feat-overlay {
	-webkit-box-shadow: inset 0 0 7em black;
	-moz-box-shadow: inset 0 0 7em black;
	-ms-box-shadow: inset 0 0 7em black;
	-o-box-shadow: inset 0 0 7em black;
	box-shadow: inset 0 0 7em black;
	background:rgba(5,5,5,.45);
}
.feat-item img {
	max-width:100%;
	height:auto;
	vertical-align: middle;
}

.feat-info-wrapper {
	position:absolute;
	bottom:30px;
	width:100%;
	z-index:1000;
}
.feat-info {
	padding:0 30px;
}
.feat-info h2 {
	margin-bottom:6px;
}
.feat-info h2 a {
	color:#fff;
	font-size:30px;
	font-weight:700;
	text-shadow: 0 0 5px rgba(0,0,0,.55);
	line-height:38px;
}
.feat-info span.cat a {
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.feat-info .meta, .feat-info .meta a {
	color:rgba(255,255,255,.7);
	text-shadow: 0 0 5px rgba(0,0,0,.4);
}

/********************************/
/* 6. Posts
/********************************/

.post {
	margin-bottom:48px;
	/* padding-bottom:50px; */
	border-bottom:1px solid #e5e5e5;
}

.post.single {
	margin-bottom:35px;
	padding-bottom:35px;
}
.search-not-found .search-wrapper button{
	float: left;
}
.search-not-found .search-wrapper input{
	width: 93%;
}
/* Post Header *****/
.post-header {
	margin-bottom:20px;
}

.post-header h2, .post-header h1 {
	margin-bottom:10px;
}
.post-header h2 a, .post-header h1 {
	color:#000;
	font-size:30px;
	font-weight:700;
	line-height:38px;
}
.post-header h2 a:hover {
	text-decoration:underline;
}

.post_tags a,
span.cat a {
	background:#ef3418;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:700;
	padding:3px 7px 4px;
	display:inline-block;
	margin-bottom:9px;
	letter-spacing:1px;
}
.post_tags a:hover{
	text-decoration: none!important;
	background: #bbbbbb;
	color: #fff;
}
.comment-box {
	float:right;
    background-color: #bbb;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    position: relative;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
}
.comment-box a{
	color: #fff;
}
.comment-box:after,
.comment-box:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #bbb;
    bottom: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.feat-info .meta, .post-header .post-meta {
	font-family:"Georgia";
	font-size:13px;
	font-style:italic;
}
.post-header .post-meta,.post-header .post-meta a{
	color:#999;
}

/* Post Image *****/
.post-image {
	margin-bottom:20px;
}
.post-image.full {
	margin-bottom:30px;
}
.post-image img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.fullwidth .post-image img,
.fullimage .post-image img{
	width: 100%;
}
/* Post Entry *****/
.breadcrumbs{
	margin: 0 0 15px 0;	
}
.breadcrumbs a{
	color:#222325;
	font-weight:bold;
}
.post-entry {
	margin-bottom:30px;
}
.list-more-link,
.post-entry a.more-link {
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:8px 18px;
	border-radius:20px;
	display:inline-block;
	color:#fff;
	background: -webkit-linear-gradient(#494949, #393939);
	background: -o-linear-gradient(#494949, #393939);
	background: -moz-linear-gradient(#494949, #393939);
	background: linear-gradient(#494949, #393939);
}
.list-more-link:hover,
.post-entry a.more-link:hover {
	text-decoration:none!important;
	background: -webkit-linear-gradient(#646464, #484848);
	background: -o-linear-gradient(#646464, #484848);
	background: -moz-linear-gradient(#646464, #484848);
	background: linear-gradient(#646464, #484848);
}

.list-more-link {
	font-weight:700;
	display: table;
	margin-top: 20px;
}

.comment-text p,
.post-entry p {
	margin-bottom:18px;
}
.comment-text img,
.post-entry img {
	max-width:100%;
	height:auto;
}
.comment-text a:hover,
.post-entry a:hover {
	text-decoration:underline;
}
.comment-text p, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6, .comment-text hr,
.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
	margin-bottom:20px;
}
.comment-text h1, .comment-text h2, .comment-texth3, .comment-text h4, .comment-text h5, .comment-text h6,
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color:#000;
	font-weight:400;
}
.comment-text h1,
.post-entry h1 {
	font-size:27px;
}
.comment-text h2,
.post-entry h2 {
	font-size:24px;
}
.comment-text h3,
.post-entry h3 {
	font-size:21px;
}
.comment-text h4,
.post-entry h4 {
	font-size:19px;
}
.comment-text h5,
.post-entry h5 {
	font-size:17px;
}
.comment-text h6,
.post-entry h6 {
	font-size:15px;
}
.comment-text hr,
.post-entry hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}
.comment-text blockquote p, 
.post-entry blockquote p {
	border-left:3px solid #EF9D87;
	color:#999;
	padding:0 18px;
	font-family:"Georgia";
	line-height:28px;
	font-style:italic;
}
.comment-text ul, .comment-text ol,
.post-entry ul, .post-entry ol {
	padding-left:45px;
	margin-bottom:20px;
}
.comment-text ul li,
.post-entry ul li {
	margin:10px;
	list-style:square;
}
.comment-text ol li,
.post-entry ol li {
	margin:10px;
	list-style:decimal;
}
.comment-text dt,
.post-entry dt{
	font-weight: bold;
}
.post-entry address{
	font-style: italic;
}
.sticky.post .post-header {  }
.bypostauthor  {}
.comment-text table, .post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.comment-text td, .comment-text th, .post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.comment-text th, .post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.comment-text tr:hover, .post-entry tr:hover {
	background:#f9f9f9;
}

/* Post Review *****/
.post-review {
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -moz-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
	padding:20px 30px;
	border-top:5px solid #ef3418;
	margin: 0 0 30px 0px;
}
.review-header {
	overflow:hidden;
}
.review-score {
	float:right;
}
.review-score span {
	font-size:40px;
	color:#fff;
	font-family:"Oswald";
	height:80px;
	width:80px;
	text-align:center;
	line-height:80px;
	border: 5px solid #ef3418;
	border-radius:50%;
	display:inline-block;
}
.review-summary {
	float:left;
	width:500px;
}
.review-summary h4 {
	color:#fff;
	font-size:26px;
	margin-bottom:4px;
}
.review-summary p {
	font-size:13px;
	line-height:20px;
	color:#888;
}
.review-criteria {
	margin-top:20px;
}
.criteria {
	background: #363636;
	position: relative;
	color: #FFF;
	margin-bottom: 20px;
	width: 100%;
}
.criteria:last-child {
	margin-bottom:15px;
}
.thescore {
	background:#ef3418;
	color:#fff;
	padding:1px 10px 4px;
	box-sizing: border-box;
}
.criteria-name {
	font-size:12px;
	font-style:italic;
	color:rgba(255,255,255,1);
}
.criteria-score {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 13px;
	font-weight: 700;
}

.side-content .meta a{
	font-family: "Georgia";
	font-size: 13px;
	font-style: italic;
	color: #999;
}

/* Post share *****/
.post-share .share-button {
	display: inline-block;
	color: #ffffff;
	font-size:14px;
	margin-right:10px;
	margin-bottom:5px;
}

.post-share .share-button i{
	width:30px;
	height:29px;
	line-height:29px;
	text-align:center;
}
.post-share .share-button .count {
	display:inline-block;
	font-size:12px;
	width:50px;
	font-weight:normal;
	height:29px;
	line-height:29px;
	text-align:center;
	background: rgba( 255, 255, 255, 0.15 );
}
.post-share .share-button:hover > .count {
	background: rgba( 255, 255, 255, 0.25 );
}

.post-share .share-button.facebook-button {
	background:#3b5998;
}
.post-share .share-button.twitter-button {
	background:#09b0ed;
}
.post-share .share-button.google-button {
	background:#dd4b39;
}
.post-share .share-button.reddit-button {
	background:#ff4500;
}

/* Post Related *****/
.block-heading {
	border-left:5px solid #d5d5d5;
	padding-left:10px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:20px;
}

.post-related {
	margin-bottom:15px;
	overflow:hidden;
}

.related-item {
	float:left;
	width:220px;
	margin-right:20px;
}
	
	.fullwidth .related-item {
		width:332px;
		margin-right:22px;
	}

.related-item:last-child {
	margin-right:0;
}
.related-item img {
	max-width:100%;
	height:auto;
	margin-bottom:2px;
}
.related-item h3 {
	margin-bottom:2px;
}
.related-item h3 a {
	color:#000;
	font-size:14px;
}
.related-item .date a{
  font-family: "Georgia";
  font-size: 13px;
  font-style: italic;
  color: #999;	
}
/* Post banner *****/
.post-banner {
	text-align:center;
	margin-bottom:35px;
}

/****
/* List Post Layout
/*************************/
.list-item {
	margin-bottom:25px;
	padding-bottom:25px;
	display: inline-block;
}
.list-item .post-image {
	float:left;
	margin-right:20px;
	margin-bottom:0;
}
.list-item .post-image img {
	max-width:240px;
}
.list-content {
	overflow:hidden;
}
.list-item .post-header h2 a {
	font-size:18px;
	line-height:26px;
}
.list-item .post-header h2 {
	margin-bottom:9px;
}
.list-item .post-header .cat a {
	margin-bottom:9px;
}
.list-item .post-header {
	margin-bottom:10px;
}
.list-item .post-entry {
	margin-bottom:0;
}
.list-item .post-entry p  {
	font-size:13px;
	line-height:21px;
}

/********************************/
/* 7. Comments
/********************************/

.post-comments .block-heading {
	margin-bottom:30px;
}
.post-comments ul.children {
  margin: 0 0 0 55px;
}
li.the-comment {
	border-bottom:1px solid #eee;
	padding-bottom:25px;
	margin-bottom:25px;
}

ul.children li.the-comment:first-child {
	border-top:1px solid #eee;
	padding-top:25px;
	margin-top:25px;	
}
ul.children li.the-comment:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.comment-avatar {
	float:left;
	margin-right:20px;
}
.comment-avatar img {
	width:60px;
	height:60px;
	border-radius:50%;
}

.comment-content {
	overflow:hidden;
}

.comment-header {
	margin-bottom:6px;
}
.comment-reply-link,
.reply {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
	background:#eee;
	padding:3px 5px 3px 6px;
	border-radius:4px;
}
.comment-text p {
	font-size:13px;
	line-height:22px;
}

/* Comment Reply *****/
.comment-form .form-submit{
	margin: 20px 0 0 0;	
}
.comment-reply-title,
.post-reply .block-heading {
	margin-bottom:25px;
}
.comment-reply-title{
  border-left: 5px solid #d5d5d5;
  padding-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.comment-notes{
	font-style: italic;
}
.required{
	color: red;
}
input, textarea {
	border:1px solid #ddd;
	padding:10px;
	border-radius:4px;
}
input:focus, textarea:focus {
	outline:none;
	border:1px solid #bbb;
}
input[type=submit] {
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 19px 13px;
	border-radius:20px;
	display:inline-block;
	color:#fff;
	background: -webkit-linear-gradient(#494949, #393939);
	background: -o-linear-gradient(#494949, #393939);
	background: -moz-linear-gradient(#494949, #393939);
	background: linear-gradient(#494949, #393939);
	cursor:pointer;
	border:none;
	font-family:"Open Sans";
}
input[type=submit]:hover {
	background:#222;
	color:#fff;
}

.post-reply input {
	display:block;
	margin-bottom:14px;
	width: 50%;
}
.post-reply textarea {
	width: 100%;
	height:130px;
	margin-bottom:20px;
}

.post-reply input[type=submit] {
	width:auto;
}

/********************************/
/* 8. Pagination
/********************************/
.pagination {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.pagination .screen-reader-text{
	display: none;
}
.pagination a {
	border:1px solid #d5d5d5;
	color:#888;
	padding:6px 12px 7px;
	font-size:14px;
	margin:0 2px;
}
.pagination a.active, .pagination a:hover {
	background:#ef3418;
	border:1px solid #ef3418;
	color:#fff;
}
.page-numbers.current{
	background: #ef3418;
	border: 1px solid #ef3418;
	color: #fff;
	padding: 6px 12px 7px;
	font-size: 14px;
	margin: 0 2px;
}

/********************************/
/* 9. Archive
/********************************/
.archive-box  h1 {
	border-left:5px solid #ef3418;
	background:#222325;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	padding: 9px 10px 10px;
	margin-bottom:30px;
}
.archive-box .archive-description{
	border-left: 5px solid #d5d5d5;
	padding: 9px 10px 10px;
	margin-bottom: 20px;
}
.error-404 .search-wrapper{
  margin: 20px 0 0 0;	
}
.error-404 .search-wrapper input[type="text"]{
	width: 100%;
}
.error-404 .search-wrapper button[type="submit"]{
	display: none;
}

/********************************/
/* 10. Sidebar & Widgets
/********************************/
.widget {
	margin-bottom:35px;
	overflow:hidden;
}

.widget img{
	max-width: 100%;
	height: auto;
}

.widget select{
	max-width: 100%;
	padding: 5px;
}

.widget-title {
	border-left:5px solid #ef3418;
	background:#222325;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	padding: 9px 10px 10px;
	margin-bottom:20px;
}

.widget ul li {
	margin: 10px 0 0 0;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}
.widget ul li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.widget a {
	color: #000;
	font-family: "Oswald", sans-serif;
}
.widget a:hover {
	color:#ef3418;
}
.widget .children{
	margin: 0 0 0 25px;
}

/* Social Widget *****/
.social-widget {
	text-align:center;
}
.social-widget a {
	height:33px;
	width:33px;
	line-height:33px;
	text-align:center;
	display:inline-block;
	margin-bottom:3px;
	color: #fff!important;
}
.social-widget a.social-facebook { background:#3b5998; }
.social-widget a.social-twitter { background:#09b0ed; }
.social-widget a.social-twitch { background:#6441a5; }
.social-widget a.social-google-plus { background:#dd4b39; }
.social-widget a.social-instagram { background:#3f729b; }
.social-widget a.social-steam { background:#181818; }
.social-widget a.social-youtube { background:#b31217; }
.social-widget a.social-rss { background:#f26522; }
.social-widget a.social-tumblr { background:#32506d; }
.social-widget a.social-linkedin { background:#517fa4; }
.social-widget a.social-flickr { background:#ff0084; }
.social-widget a.social-pinterest { background:#cb2027; }
.social-widget a.social-reddit { background:orangered; }
.social-widget a.social-github { background:#000; }
.social-widget a.social-weibo { background:rgb(213, 43, 42); }

/* Search bar *****/ 
.search-wrapper {
	width: 100%;
}
.search-wrapper input {
	width: 255px;
	height: 40px;
	padding: 10px 10px;
	float: left;
	border: 0;
	background: #EEE;
	border-radius: 3px 0 0 3px;
	box-sizing:border-box;
}
.search-wrapper input:focus {
    outline: 0;
}
.search-wrapper input::-webkit-input-placeholder, .search-wrapper input:-moz-placeholder, .search-wrapper input:-ms-input-placeholder {
   color: #777;
   font-weight: normal;
   font-style: italic;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 45px;
	color: #fff;
	background: #ef3418;
	border-radius: 0 3px 3px 0;
}
.search-wrapper button:hover{     
    background: #222325;
}   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #222325;
    outline: 0;   
}
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #ef3418 transparent;
    top: 12px;
    left: -6px;
}
.search-wrapper button:focus:before,
.search-wrapper button:active:before,
.search-wrapper button:hover:before{
        border-right-color: #222325;
}      
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/* Popular Post Widget *****/
.popular-item {
	position:relative;
	margin-bottom:20px;
	padding-bottom: 0;
	border: 0;
}
.popular-item:last-child {
	margin-bottom:0;
}
.popular-overlay {
	-webkit-box-shadow: inset 0 0 4em black;
	-moz-box-shadow: inset 0 0 4em black;
	-ms-box-shadow: inset 0 0 4em black;
	-o-box-shadow: inset 0 0 4em black;
	box-shadow: inset 0 0 4em black;
	background:rgba(5,5,5,.20);
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	z-index:999;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
}
.popular-item:hover > .popular-overlay {
	-webkit-box-shadow: inset 0 0 7em black;
	-moz-box-shadow: inset 0 0 7em black;
	-ms-box-shadow: inset 0 0 7em black;
	-o-box-shadow: inset 0 0 7em black;
	box-shadow: inset 0 0 7em black;
	background:rgba(5,5,5,.35);
}
.popular-item img {
	max-width:100%;
	height:auto;
	vertical-align: middle;
	width: 100%;
}

.popular-info-wrapper {
	position:absolute;
	bottom:20px;
	width:100%;
	z-index:1000;
}
.popular-info {
	padding:0 20px;
}
.popular-info h2 {
	margin-bottom:4px;
}
.popular-info h2 a {
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-shadow: 0 0 5px rgba(0,0,0,.55);
	line-height:26px;
}
.popular-info .meta a {
	color:rgba(255,255,255,.7);
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	font-size:13px;
	font-family:"Georgia";
	font-style:italic;
}
/* Latest posts widget *****/
.side-item {
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom: 0;
	border: none;
}
.side-item:last-child {
	margin-bottom:0;
}
.side-image {
	float:left;
	margin-right:12px;
	position:relative;
}
.side-image img {
	max-width:100px;
	height:auto;
}
.side-item-review {
	position:absolute;
	height:100%;
	width:100%;
	top:17px;
	text-align:center;
}
.side-item-review .score {
	color:#fff;
	display:inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:#ef3418;
	border-radius:50%;
	font-weight:700;
	font-size:13px;
}
.side-content {
	overflow:hidden;
}
.side-content h2 {
	margin-bottom:4px;
}
.side-content h2 a {
	color:#000;
}

/* Widget Tag cloud */
.widget_tag_cloud a {
	margin-bottom: .2em;
	display: inline-block!important;
	color: #ADA49B;
	background: #fff;
	display: block;
	padding: 0.5em;
	font-size: .9em;
	position: relative;
	border: 1px solid #F0E8E7;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-weight: normal;
}
.widget_tag_cloud a:hover{
	background: #ef3418;
	color: #fff;
}
.widget_calendar table{
	width: 99%;
	text-align: center;
}
.widget_calendar table caption{
	text-align:center;
	font-weight: bold;
	margin-bottom: 11px;
}
.widget_calendar table th{
	background: rgb(34, 35, 37);
	color:#fff;
	text-align: center;
}
.widget_calendar table td, .widget_calendar table th{
	border: 1px solid #222325;
	padding:10px;
}
/********************************/
/* 11. Footer
/********************************/
#footer {
	padding:40px 0;
	overflow:hidden;
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -moz-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
	border-bottom:1px solid #000;
}
.footer-logo {
	float:left;
}
.footer-social {
	float:right;
}
.footer-social a {
	margin-left:10px;
	font-size:18px;
	color:#888;
}
.footer-social a:first-of-type {
	margin-left:0;
}
.footer-social h4 {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	text-align:right;
	margin-bottom:6px;
}

#copyright {
	height:50px;
	background:#222325;
	border-top:1px solid #333;
}

#copyright p.left {
	float:left;
	color:#888;
	font-size:12px;
	line-height:50px;
}
#copyright p.left a {
	color:#fff;
}

.to-top {
	float:right;
	height:50px;
	line-height:50px;
	font-size:11px;
	color:#888;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

/****
/* Contact form 7
/***********************/
.wpcf7-form textarea{
	width: 100%;
	box-sizing:border-box;
}
.wpcf7-form input {
	margin-top:4px;
}