/*
Theme Name: CenterBox
Theme URI: http://smthemes.com/centerbox/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 11/05/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:'roboto_monoregular';
	font-size:13px;
	background:#0c1218;
	color:#9e9e9e;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#2a3239;
	text-decoration:none;
}
a:hover {
	color:#27a3f6;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#27a3f6;
	color:#fff;
	float:right;
	border-radius:2px;
	font-family:'ralewaysemibold';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#2a3239;
	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:#eee;
	background:#eee;
	color: rgba(42,50,57,0.6);
}
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:#eee;
	color:#2a3239;
}
.accent {
	color:#2a3239;
	font-size:26px;
	font-family:'ralewaybold';
}
#comments .accent { font-size:14px; }
.descent {
	color:#2a3239;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	background:#eee;
	border-radius:2px;
	width:100%;
	padding: 0 20px 5px;
	box-sizing: border-box;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#2a3239;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	color:#2a3239;
	opacity:0.6;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#2a3239;
	opacity:0.6;
}

/* ========================================= Theme Header. ========================================= */
header .boxed-container {
	background:#2a3239;
}
.has-slider #logo {
	float:left;
}
#logo {
	height:110px;
	display:flex;
	justify-content:center;
	align-items:center;
	float:none;
	width:30%;
	margin: 0 auto;
}
.has-slider #logo {
	width: 100%;
}
#logo img {
	max-height:100%;
	max-width:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
}
@media screen and (min-width:1024px) {
	.has-slider #slider-with-menu {
		width:70%;
		float: right;
	}
	#slider-with-menu {
		width:100%;
	}
	.has-slider #left-header-box {
		float:left;
		width:30%;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	background:#eee;
	border-radius:2px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2a3239;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	display:none;
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	background:#3c464f;
	margin: 20px auto;
	width: auto;
	float: right;
}
.has-slider header .search-box {
	float:none;
	clear: both;
	margin: 20px;
}
.headersearch .search-box input[type="search"] {	
	font-family:'ralewaybold';
	color:#a6a6a6;
}
.headersearch .search-box input[type="submit"] {
	color:#289eed;
	font-size:15px;
	display:block;
	background: none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#2a3239; }
.search-box input[type="search"]:-moz-placeholder { color:#2a3239; }
.search-box input[type="search"]::-moz-placeholder { color:#2a3239; }
.search-box input[type="search"]:-ms-input-placeholder { color:#2a3239;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#fff; }
@media screen and (max-width:1024px) {
	header .headersearch .search-box {
		width: 100%;
		box-sizing: border-box;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		height:110px;
		display:flex;
		align-items:center;
		background:#fff;
		justify-content:center;
		width: 100%;
	}
	#extra-menu ul.nav-menu > li > a {
		color: #b5b5b5;
		padding: 44px 20px;
		font-size:16px;
		font-family:'ralewaybold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#525252;
	}
	header ul.nav-menu  > li ul ul {
		text-align:left;
	}
	header ul.nav-menu  > li ul li {
		padding:0;
	}
	header ul.nav-menu  > li ul li a {
		color:#515963;
		padding: 15px 25px;
		background:#2a3239;
		font-family:'ralewaysemibold';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#27a3f6;
	}
	
}
@media only screen and (min-width:1024px) {
	.has-slider #main-menu {
		clear:both;
		padding: 50px 0;
		text-align: center;
		height: auto;
		width: 100%;
		display:block;
	}
	#main-menu {
		height:80px;
		display:flex;
		float:left;
		align-items:center;
	}
	#main-menu ul.nav-menu > li > a {
		color:#515963;
		font-size:22px;
		height: 50px;
		box-sizing:border-box;
		text-transform:uppercase;
		font-family:'ralewaysemibold';
		padding:15px 20px;
		line-height: 22px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		font-family:'ralewaybold';
	}
	.has-slider #main-menu ul.nav-menu > li {
		float: none;
		width: 100%;
	}
	.has-slider #main-menu ul.nav-menu > li > ul {
		position:relative;
		top:100%;
		z-index:2;
		left:0 !important;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
		color: #27a3f6;		
		margin: 50px 0;
	}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
    height: auto !important;
    width: 100%;
}
.fp-content-wrap {
	width:100%;
	position:relative;
	text-align:center;
	height:210px;
	display:flex;
	align-items:center;
	background: #fff;
}
.fp-content {
	position:relative;
	box-sizing:border-box;
	padding:20px;
}
.fp-title {
	color:#2a3239;
	font-size:26px;
	font-family:'ralewaybold';
}
.fp-description {
	color:#828c95;
	font-size:16px;
	font-family:'ralewayregular';
}
.fp-more {
	float:none;
	background:#e7eff5;
	display:inline-block;
	color:#879aa9;
	font-family:'ralewaybold';
	font-size:13px;
	padding: 10px 35px;
}
.fp-more:hover {
	background:#27a3f6;
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:30px;
	width:1000px;
	box-sizing:border-box;
	margin:0 auto;
	max-width: 100%;
	background: #fff;
}
.entry-title {
	margin:0 0 15px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	font-family: 'ralewaybold';
	background:url(images/titile.png) left bottom no-repeat;
	color:#2a3239;
}
.entry-title a {
	color:#2a3239;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#27a3f6;}
article {
	padding:0 0 56px;
	border:none;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 10px 0;
}
@media screen and (max-width:640px) {
	article .featured_image {
		width:100%;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#2a3239;
	background:#eee;
	display:block;
	padding: 5px 20px;
	margin: 0 0 15px;
}
.entry-meta a {
	color:#2a3239;
}
.entry-meta a:hover {
	color:#27a3f6;
}
.entry-meta > span:not(:last-child)::after {
	padding:0 10px;
	color:#2a3239;
	content:'/';
}
article .post-categories {
	background:#eee;
	float:right;
	border-radius:2px;
	margin: 15px 0 25px;
	padding:0 10px;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px; 
}
.sidebar a {
	color:#27a3f6;
}
.sidebar a:hover {
	color:#2a3239;
}
.widget a {
	font-size:16px;
	font-family:'ralewaybold';
}
.widget .caption h4 {
	font-size:20px;
	font-family:'ralewaybold';
	margin-bottom:15px;
	color:#2a3239;
}
.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 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 {
	background:url(images/list.png) left center no-repeat;
	transition:all 0.3s;
	padding: 15px 15px;
	display:inline-block;
}
.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 {
	background:url(images/list-hover.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:none;
	display:block;
	margin: 0 auto 15px;
	border-radius:150px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_comments .comment-wrapper {
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	padding:15px;
	position:relative;
}
.widget_smt_comments .comment-wrapper::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:15px;
	height: 9px;
	background:url(images/comment.png) 50% no-repeat;
	bottom:100%;
}
.widget_smt_posts .featured-img-container {
	position:relative;
}
.widget_smt_posts .featured-img-container .post-date {
	position:absolute;
	left: 0;
	right: 0;
	margin: 24px auto;
}
.widget_smt_posts img {

}
.widget_smt_posts .post-date {
	color:#fff;
	font-family:'ralewaybold';
	font-size:15px;
	background:rgba(0,0,0,0.4);
	border-radius:60px;
	width:75px;
	height:75px;
	box-sizing:border-box;
	text-align:center;
	margin: 0 15px 15px 0;
	padding: 15px;
	float: left;
}
.widget_smt_posts .post-date .day {
	font-size:28px;
}
.widget_smt_posts .title {margin: 0 0 10px;display: block;}
.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:#fff;
	background-color:#0c1218;
	padding-top:40px;
}
footer a {
	color:#27a3f6 !important;
}
footer a:hover {
	color:#fff !important;
}
footer .footer_txt {
	text-align:center;
	color:#fff;
	margin:15px auto;
	background:#0a0e12;
}
footer .footer_txt > div {
	display:inline-block;
	padding:10px 15px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#ffffff;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
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 {
	background:url(images/list.png) left center no-repeat;
}
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 {
	background:url(images/flist-hover.png) left center no-repeat;
}
footer .widget_smt_comments .comment-wrapper {
	border-color:#27333f;
}
footer .widget_smt_comments .comment-wrapper::after {
	background:url(images/fcomment.png) 50% no-repeat;
}
footer .widget_smt_posts .post-date {
	
}