/*
Theme Name: Kinomania
Theme URI: http://smthemes.com/kinomania/
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: 08/23/2016
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:'robotoregular';
	font-size:14px;
	background:#fff;
	color:#88939e;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#253444;
	text-decoration:none;
}
a:hover {
	color:#298ef5;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#f59b29;
	color:#fff;
	border-radius:3px;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	font-family:'montserratregular';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#e08a1c;
	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:1px solid #e1e1e1;
	color:#253444;
}
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 { 
	border-color:#94c7fa;
}
.accent {
	color:#253444;
	font-family:'oswaldregular';
	font-size:24px;
}
#comments .accent {
	font-size:14px;}
.descent {
	color:#253444;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#5c85c3;
	color:#fff;
	font-size:10px;
	border-radius:3px;
	text-align:center;
	min-width:50px;
	line-height: 27px;
	max-height: 50px;
	box-sizing: border-box;
	font-family:'montserratregular';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#f59b29;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#f59b29;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:#253444;
	position: relative;
	padding-bottom: 60px;
}
header .with-logo {
	position: relative;
	z-index: 2;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
#logo {
	float:left;
	height: 112px;
	display:flex;
	align-items:center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	width: 100%;
	position:relative;
}
.headersearch > form {
	width:100%;
	position: relative;
	z-index: 1;
	background:#fff;
	height: 150px;
	display:flex;
	align-items:center;
	border-radius:3px;
	padding:0 30px;
	z-index: 3;
	box-sizing: border-box;
}
@media screen and (min-width:1360px) {
	.headersearch::after {
		content:'';
		position:absolute;
		bottom: -82px;
		width: 1331px;
		height:197px;
		left: -160px;
		background: url(images/undersearch.png) bottom center no-repeat;
		background-size: 100%;
		z-index: 1;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border:2px solid #e1e1e1;
	border-radius:2px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #253444;
	background:none;
	border:none;
	font-size:13px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	color:#6a96cd;
	border:none;
	background: none;
	font-size: 15px;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	padding-right:150px;
	border:none;
	width: 100%;
	box-sizing:border-box;
}
.headersearch .search-box input[type="search"] {
	color:#707070;
	font-size:21px;
	height: 56px;
	line-height: 52px;
	border:2px solid #e1e1e1;
	box-sizing:border-box;
	border-radius:2px;
	z-index: 2;
	position: relative;
}
.headersearch .search-box input[type="submit"] {
	width:140px;
	text-indent:-999999px;
	overflow:hidden;
	height:56px;
	cursor:pointer;
	line-height:56px;
	background:url(images/search.png) 50% no-repeat;
	z-index: 2;
}
.headersearch .search-box input[type="submit"]:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#253444; }
.search-box input[type="search"]:-moz-placeholder { color:#253444; }
.search-box input[type="search"]::-moz-placeholder { color:#253444; }
.search-box input[type="search"]:-ms-input-placeholder { color:#253444;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#707070; }
.headersearch input[type="search"]:-moz-placeholder { color:#707070; }
.headersearch input[type="search"]::-moz-placeholder { color:#707070; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#707070; }
@media screen and (max-width:640px) {
	.headersearch .search-box input[type="submit"]  {
		width:30%;
	}
	.headersearch .search-box {
		padding-right:31%;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		height: 50px;
		display:flex;
		align-items:center;
		position: relative;
		z-index: 3;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 14px 20px;
		font-size:12px;
		text-transform:uppercase;
		font-family:'robotoregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#f59b29;
		background:#202c39;
	}
	header ul.nav-menu  > li ul {
		background:#151515;
		min-width:230px;
	}
	header ul.nav-menu  > li ul li:not(:last-child) > a {
		border-bottom: 1px solid #2b2b2b;
	}
	header ul.nav-menu  > li ul li {
		padding:0 15px;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		padding:15px 0;
		font-size:10px;
		font-family:'montserratregular';
		text-transform:uppercase;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#f59b29;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		height: 112px;
		display:flex;
		align-items:center;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-family:'oswaldregular';
		font-size:15px;
		text-transform:uppercase;
		padding: 45px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#f59b29;
	}
}

@media only screen and (max-width:1023px) {
	.admin-bar #mobile-menu-trigger {
		top:0;
	}
	#mobile-menu-trigger a { margin:42px 0; color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top: -112px;
	margin-bottom: -187px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.4); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fp-content {
	position:relative;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
}
.fp-title {
	color:#fff;
	font-size:33px;
	font-family:'oswaldregular';
}
.fp-description {
	color:#fff;
	margin: 10px 0 20px;
}
.fp-more {
	float:none;
	display:inline-block;
	padding: 16px 39px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:1180px;
	top:50%;
	margin-top:-26px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.fp-prev-next-wrap a {
	top:0;
	height:52px;
	width:52px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:left 0;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:right 0;
}
@media screen and (max-width:1200px) {
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:801px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:40px 0;
}
.entry-title {
	margin:15px 0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	color:#253444;
	font-weight:normal;
	font-style:italic;
}
article {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #f5f5f5;
}
article .post-date {
	width:60px;
	height:80px;
	background:url(images/date.png) top center no-repeat;
	font-family:'oswaldregular';
	font-size: 23px;
	text-transform:uppercase;
	text-align:center;
	line-height: 26px;
	color: #fff;
	padding: 6px 0 0;
	display:block;
	margin:0 15px 10px 0;
	float: left;
}
article .post-date > span {
	display:block;
}
.featured-img-container .post-date {
	width:60px;
	height:80px;
	background:url(images/date.png) top center no-repeat;
	left: 0;
	right: 0;
	margin: 0 auto;
	float: none;
}
.featured-img-container {
	position:relative;
	padding:0 15px 15px 0;
	background:#fff;
	float:left;
}
.featured-img-container .featured-text {
	position:absolute;
	left: 0;
	right: 15px;
	top:0;
	z-index:2;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
@media screen and (max-width:640px) {
	article .featured_image {
		width:100%;
	}
	.featured-img-container {
		float:none;
		margin:0;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#cfcfcf;
	font-size:13px;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #e7e7e7;
}
.entry-meta a {
	color:#cfcfcf;
}
.entry-meta a:hover {
	color:#253444;
}
.entry-meta > span {
	
}
.entry-meta > span .icon {
	color:#f59b29;
}
.entry-meta .post-categories {
	
}
.entry-meta .post-comments {
	float: right;
}
.entry-meta .post-comments a {
	padding-left: 5px;
	float:right;
	color:#f59b29;
}
.entry-meta .post-comments a:hover,
.entry-meta .post-comments:hover .icon {
	color:#298ef5;
}
article .post-author  {
	padding-bottom:10px;
	display:block;
	margin-bottom:15px;
	border-bottom:1px solid #e7e7e7;
}
article .post-author img {
	float:left;
	border-radius:50px;
	margin:0 10px 0 0;
}
article .post-author a {
	line-height:50px;
	display:block;
	color:#000;
}
article .post-author a:hover {
	color:#298ef5;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px;
	font-size:13px;	
}
.widget .caption h4 {
	color:#253444;
	font-family:'oswaldregular';
	font-size:22px;
	font-weight: normal;
}
.widget a {
	color:#253444;
	font-family:'robotobold';
	font-size:15px;
	text-transform: uppercase;
}
.widget a:hover {
	color:#f59b29;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li {
	overflow: visible !important;
}
.widget_recent_entries ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_meta ul li:not(:last-child),
.widget_nav_menu ul li:not(:last-child),
.widget_pages ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
	position:relative;
	border-bottom:1px solid #eee;
}
.widget_recent_entries ul li:not(:last-child)::after,
.widget_archive ul li:not(:last-child)::after,
.widget_meta ul li:not(:last-child)::after,
.widget_nav_menu ul li:not(:last-child)::after,
.widget_pages ul li:not(:last-child)::after,
.widget_categories ul li:not(:last-child)::after {
	content:'';
	position:absolute;
	background:url(images/list.png) 50% no-repeat;
	right: 0;
	top:100%;
	width:8px;
	height:9px;
	margin-top:-4px;
	background-color: #fff;
}
.widget_recent_entries ul li:not(:last-child):hover::after,
.widget_archive ul li:not(:last-child):hover::after,
.widget_meta ul li:not(:last-child):hover::after,
.widget_nav_menu ul li:not(:last-child):hover::after,
.widget_pages ul li:not(:last-child):hover::after,
.widget_categories ul li:not(:last-child):hover::after {
	background:url(images/list-hover.png) 50% no-repeat;
	background-color: #fff;
}
.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 {
	padding: 15px 0;
	display:block;
}
.widget_smt_comments .comment_avatar {
	float:left;
	border-radius:2px;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	float:right;
	border-radius:2px;
	margin: 0 0 10px 10px;
	background: #fff;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#acacac;
	border-bottom:1px solid #eee;
	float: none;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.widget_smt_posts .title {
}
.widget_smt_posts p {
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#88939e;
	background-color:#253444;
}
footer .footer_txt {
	padding:15px 0;
	text-align:center;
	border-top:1px solid #394755;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#f59b29;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget {
	padding-top:30px;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_recent_entries ul li:not(:last-child),
footer .widget_archive ul li:not(:last-child),
footer .widget_meta ul li:not(:last-child),
footer .widget_nav_menu ul li:not(:last-child),
footer .widget_pages ul li:not(:last-child),
footer .widget_categories ul li:not(:last-child) {
	border-bottom:1px solid #394755;
}
footer .widget_recent_entries ul li:not(:last-child)::after,
footer .widget_archive ul li:not(:last-child)::after,
footer .widget_meta ul li:not(:last-child)::after,
footer .widget_nav_menu ul li:not(:last-child)::after,
footer .widget_pages ul li:not(:last-child)::after,
footer .widget_categories ul li:not(:last-child)::after {
	background:url(images/flist.png) 50% no-repeat;
	background-color: #253444;
}
footer .widget_recent_entries ul li:not(:last-child):hover::after,
footer .widget_archive ul li:not(:last-child):hover::after,
footer .widget_meta ul li:not(:last-child):hover::after,
footer .widget_nav_menu ul li:not(:last-child):hover::after,
footer .widget_pages ul li:not(:last-child):hover::after,
footer .widget_categories ul li:not(:last-child):hover::after {
	background:url(images/flist-hover.png) 50% no-repeat;
	background-color: #253444;
}
footer .widget_smt_posts .post-date {
	border-color: #394755;
}
footer .widget_smt_posts img {
	background: #253444;
}