/*
Theme Name: ESport
Theme URI: http://smthemes.com/esport/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 12/30/2018
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'latoregular';
	/*font-size:12px;*/
	background:#161825;
	color:#6a6d82;
}
h2 {
	color:#6a6d82;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#FFD800;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#FFCC00;
	color:#161825;
	text-transform: uppercase;
	font-family: 'ralewayregular';
	font-weight: bold;
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#FFD800;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	border-color:#222536;
	color:#b6b6b6;
	background:#222536;
	border-radius: 23px;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	color:#fff;
	border-color:#FFD800;
}
.accent {
	color:#FFD800;
	font-size: 24px;
	font-family:'oswald_regularregular';
	font-style: italic;
}
#comments .accent {}
.descent {
	color:#b6b6b6;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#b6b6b6;
	background:#222536;
	border-radius: 60px;
	padding:10px 20px;
	font-family:'ralewaysemibold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	background:#FFD800;
}

/* ========================================= Theme Header. ========================================= */
#thetoppest {
	background: #000;
	border-bottom: 1px solid #2f2f2f;
	position: relative;
	z-index:4;
}
#topper {
	background: url(images/top.jpg) top -2px center no-repeat;
	box-shadow: 5px 0 15px rgba(0,0,0,0.4);
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:208px;
	position: relative;
	z-index: 3;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:208px;
	color: #fff;
    text-transform: none;
	height:208px;
	position: relative;
	z-index: 3;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:208px;
	position: relative;
	z-index: 3;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b6b6b6;
	border:none;
	padding-right: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	color:#fff;
	background:none;
	font-weight:normal;
}
.headersearch .search-box {
	display:none;
	position:absolute;
	right: -4px;
	top: 50%;
	z-index:6;
	min-width: 300px;
	padding-right:0;
	margin-top: -24px;
}
.headersearch .search-box input[type="search"] {
	padding-right:120px;
	color:#FFD800;
	background:none;
	border-radius: 6px;
	border:2px solid #FFD800;
	line-height: 48px;
	height: 48px;
	font-size:14px;
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b6b6b6; }
.search-box input[type="search"]:-moz-placeholder { color:#b6b6b6; }
.search-box input[type="search"]::-moz-placeholder { color:#b6b6b6; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b6b6b6;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#FFD800; }
.headersearch input[type="search"]:-moz-placeholder { color:#FFD800; }
.headersearch input[type="search"]::-moz-placeholder { color:#FFD800; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#FFD800; }
#search-trigger {
	color:#000;
	position: relative;
	width:110px;
	height:40px;
	line-height: 40px;
	background:url(images/search.png) 50% no-repeat;
	z-index: 7;
	border-radius:2;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search-hover.png) 50% no-repeat;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:50px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 14px 20px;
		font-size:11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#FFCC00;
		text-shadow: 0 0 7px rgba(255,255,255,0.7);
	}
	.site-header ul.nav-menu  > li ul {
		background:#FFD800;
		opacity:0.7;
		text-align: center;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#000000;
		font-size:13px;
		font-weight: bold;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#808080;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		left:0;
		right:0;
		margin:0 auto;
		display:flex;
		align-items:center;
		height:208px;
		position: absolute;
		justify-content: center;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li > a {
		color:#787B82;
		font-size: 14px;
		font-weight: bold;
		padding:10px 20px 0px 5px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {color:#FFCC00;}
}

/* .......................................................................... Slider .......................................................................... */
.has-slider #sliderback {
	background:url(images/fp-back.jpg) center center no-repeat; 
	padding: 20px 0;	
}
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
}
.fp-slides {
	z-index:1;
	width: 50% !important;
	float: left;
	position: relative;
}
.fp-slides::after {
	content:'';
	position:absolute;
	top:100%;
	right:0;
	left:0;
	background:url(images/slider_shadow.png) top center no-repeat;
	background-size:100%;
	height:150px;
}
.fp-content-wrap {
	width:100%;
	left:100%;
	top:0;
	box-sizing: border-box;
	padding: 0 20px;
}
.fp-content {
	left: 20px;
	bottom: auto;
	overflow: visible;
	right: 20px;
	text-align: right;
}
.fp-title {
	font-family: 'oswald_regularregular';
	font-size: 34px;
	font-style:italic;
	text-transform: uppercase;
	color:#fff;
	font-weight: bold;
	text-shadow:10px 0 35px rgba(0,0,0,0.35);
}
.fp-description {
	color:#4a4c50;
	opacity: 0.6;
}
.fp-more {
	box-shadow: 7px 0 20px rgba(0,0,0,0.2);
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
	bottom: -30px;
	left:0;
	top: auto;
}
.fp-prev-next-wrap::after {
	content:'';
	position:absolute;
	left:50px;
	right:50px;
	top:50%;
	height:0;
	border-bottom:1px dashed rgba(255,255,255,0.2);
	color:#4a4c50;
}
.fp-prev-next-wrap a {
	top:-24px;
	height:48px;
	width:48px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) right top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-48px top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:0 top;
}
@media screen and (max-width:840px) {
	.fp-description {
		line-height:18px;
	}
	.has-slider #sliderback {
		padding:50px 0;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-slides {
		width:100% !important;
	}
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	color:#FFD800;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	text-align: center;
	font-family: 'oswald_regularregular';
	font-style: italic;
}
.entry-title a {
	color:#fff;
}
.entry-title a:hover { color:#FFD800;}
article {
	overflow:visible;
	padding: 18px;
	border:3px solid #222536;
	position: relative;
}
article .featured_image {
	vertical-align:bottom;
	margin-bottom: 15px;
}
article .button {
	margin-top:-15px;
	margin-right:-25px;
	margin-bottom:-55px;
	border:15px solid #161825;
}
@media screen and (max-width:450px) {
	article .button {
		margin:0 !important;
	} 	
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color:#fff;
	padding: 5px;
	margin-bottom: 15px;
	font-size:11px;
	background: #222536;
	border-radius: 60px;
	font-family: 'ralewaysemibold';
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	position: relative;
	color:#4f546e;
	padding: 0 10px;
}
article .post-date {
	font-family: 'ralewaysemibold';
	color:#fff;
	background:#161825;
	padding: 0 15px;
	text-shadow:3px 0 7px rgba(255,255,255,0.5);
	position:absolute;
	bottom:-15px;
	left:0;
	right:0;
	max-width: 110px;
	margin:0 auto;
	text-align:center;
}
.entry-meta .post-categories {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size: 14px;
    font-family: 'ralewaysemibold';
}
.widget a:hover {}
.widget .caption h4 {
	color:#5f6278;
	font-size:20px;
	text-shadow: 0 0 7px rgba(0,0,0,0.16);
	border-bottom:1px solid #1e2030;
	padding-bottom:10px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
    font-family: 'ralewayregular';
    color:#a7aaba;
    font-size: 13px;
    border:1px solid transparent;
    text-decoration:none;
    padding: 5px 15px;
    display: block;
    transition:0.3s;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
	background:url(images/list.png) right 10px center no-repeat;
	color:#fff;
	border:1px solid #222430;
	border-radius: 3px;
    transition:0.3s;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #373a50;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	font-family: 'ralewaysemibold';
	color:#fff;
	background:#161825;
	padding: 0 15px;
	text-shadow:3px 0 7px rgba(255,255,255,0.5);
	background:none;
	padding:0;
}
.widget_smt_posts .title {
    display: block;
    margin: 10px 0;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:rgba(255,255,255,0.6);
	background:url(images/footer.jpg) top center no-repeat;
	background-color:#152b67;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	padding:15px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
	border-color:rgba(255,255,255,0.15);
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	color:#a7aaba;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	color:#fff;
	border-color:rgba(255,255,255,0.4);
}
footer .widget_smt_posts .post-date {
	color:#fff;
}