/*
Theme Name: GreatNight
Theme URI: http://smthemes.com/greatnight/
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: 12/21/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:'latoregular';
	font-size:13px;
	background: url(images/top.png) top center no-repeat,         url(images/back.png) left top repeat;
	color:#7f7f7f;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#161616;
	text-decoration:none;
}
a:hover {
	color:#7f7f7f;
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding: 5px 16px;
	line-height:27px;
	font-size:12px;
	font-family:'latobold';
	background:#e3e12b;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,0.36);
	float: right;
}
article .button {
	margin-right:-15px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#303030;
	color:#fff;
	text-decoration:none;
}
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:#fff;
	color:#898989;
	font-size:14px;
}
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:#898989;
	border-color:#e3e3e3;
	background:#ededed;
}
.accent {
	color:#262626;
	font-size:18px;
	font-family:'oswaldregular';
	text-transform:uppercase;
}
#comments .accent { font-size:16px; }
.descent {
	color:#7f7f7f;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	background:#fff;
	padding:15px 25px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#b2b2b2;
	font-family:'latobold';
	border-left:3px solid #dfdfdf;
	box-sizing:border-box;
	background: #f8f8f8;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#e3e12b; 
	border-color:#e3e12b;
	color:#fff;
	text-shadow:0  0 3px rgba(0,0,0,0.35);
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#e3e12b; 
	border-color:#e3e12b;
	color:#fff;
	text-shadow:0  0 3px rgba(0,0,0,0.35);
}

/* ========================================= Theme Header. ========================================= */
.menu-and-logo {
	height:94px;
	background:url(images/menu.png) left top repeat;
}
#logo {
	float:left;
	height:94px;
	display:flex;
	margin-left:15px;
	align-items:center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.page-title {
	text-transform:none;
	color:#262626;
	font-family:'oswaldregular';
}
.menu-and-search {
	height:50px;
	position:relative;
	background:url(images/menu.png) left top repeat;
}
.menu-and-search::after {
	content:'';
	position:absolute;
	top:100%;
	height:50px;
	width:100%;
	left:0;
	background:url(images/shadow.png) top center no-repeat;
	background-size:100%;
}
.headersearch {
	float: left;
	height:50px;
	display:flex;
	margin-left: 25px;
	align-items:center;
}
@media screen and (min-width:1024px) {
	.headersearch {
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ababab;
	font-size:16px;
	background:none;
	border:none;
	background: #fff;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#fff;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	box-shadow:none;
}
.headersearch .search-box input[type="search"] {	
	font-size:13px;
	color:#fff;
	background:#252525;
	line-height:30px;
	height:30px;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#ababab; }
.search-box input[type="search"]:-moz-placeholder { color:#ababab; }
.search-box input[type="search"]::-moz-placeholder { color:#ababab; }
.search-box input[type="search"]:-ms-input-placeholder { color:#ababab;}
.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; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		height:94px;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li {
		padding:27px 20px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		height:40px;
		display: inline-block;
		font-size:16px;
		line-height: 40px;
		box-sizing:border-box;
		font-family:'oswaldregular';
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fefc3f;
		border-bottom:2px solid #fefc3f;
	}
	header ul.nav-menu  > li ul {
		background:#222;
	}
	header ul.nav-menu  > li ul li a {
		color:#ececec;
		font-size:15px;
		font-family:'latobold';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fefc3f;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: right;
		height:50px;
		align-items:center;
		display:flex;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:15px;
		line-height: 16px;
		font-family:'latobold';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fefc3f;
		text-decoration:none;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:30px 45px;
	bottom:30px;
	box-sizing:border-box;
	width:100%;
	background:rgba(0,0,0,0.2);
	font-family:'oswaldregular';
}
.fp-title {
	color:#fff;
	font-size:30px;
	text-decoration:none !important;
}
.fp-description {
	color:#cacaca;
	font-size:14px;
}
.fp-prev-next-wrap {
	position:absolute;
	top:50%;
	width:100%;
}
.fp-prev-next-wrap a {
	top:-12px;
	height:45px;
	width:25px;
	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-prev:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-25px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:40px 25px;
	width:1000px;
	max-width:100%;
	margin:0 auto;
	box-sizing:border-box;
	box-shadow:0 5px 21px rgba(0,0,0,0.35);
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family:'oswaldregular';
	text-transform:uppercase;
	font-size:18px;	
	color:#262626;
	font-weight:normal;
}
.entry-title a {
	color:#262626;
}
.entry-title a:hover { color:#d4d218; text-decoration:none; }
article {
	background:#fff;
	position:relative;
	padding:20px 20px 20px 60px;
	margin-bottom:0;
	border: none;
}
article::after {
	content:'';
	height:100%;
	top:0;
	left: 30px;
	width:1px;
	background:#eaeaea;
	position: absolute;
	z-index: 0;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 10px 10px 0;
}
.post-categories {
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	margin: 5px 0 !important;
}
.post-categories a {
	color:#262626;
}
article .post-date {
	position:absolute;
	height:90px;
	box-sizing:border-box;
	width:60px;
	top: 20px;
	left: 0;
	background: url(images/date.png) top 7px center no-repeat;
	padding-top:55px;
	z-index: 1;
}
article .post-date .text {
	color:#e3e12b;
	background:#303030;
	font-size:12px;
	line-height: 16px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	padding: 10px 10px;
	text-align:center;
}
.entry-content {
	border:1px solid #e3e3e3;
	border-width:1px 1px 1px 5px;
	padding:15px;
	margin: 0;
}
/* .......................................................................... Entry Meta .......................................................................... */
body:not(.single) .entry-meta {
	display:block;
	font-family:'latobold';
	font-size:12px;
	border:1px solid #e3e3e3;
	border-width:1px 0 0;
	margin: 0 -15px -15px !important;
}
body.single .entry-meta {
	display:block;
	font-family:'latobold';
	font-size:12px;
	border:1px solid #e3e3e3;
	border-width:1px 0;
	margin: 0 -15px 20px !important;
}
.entry-meta a {
	color:#7f7f7f;
}
.entry-meta > span::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	background:#e3e3e3;
}
.entry-meta > span:hover a {
	text-decoration:none;
	color:#fff;
}
.entry-meta > span {
	padding: 5px 16px;
	line-height:24px;
	display: inline-block;
}
.entry-meta > span:hover {
	background:#e3e12b;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.entry-meta > span .icon {
	color:#cdcdcd;
	padding-right: 5px;
}
.entry-meta > span:hover .icon {
	color:#f4f3be;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px;
}
.widget .caption h4 {
	color:#3d3d3d;
	font-size:23px;
	font-weight:normal;
	font-family:'oswaldregular';
	margin-bottom: 10px;
}
.widget a {
	font-size:18px;
	font-family:'oswaldregular';
	color:#484848;
}
.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 {
	color:#3d3d3d;
	font-family:'oswaldregular';
	font-size:18px;
	padding: 15px 0;
	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 {
	text-decoration:none;
	background:#e3e12b;
	padding:15px 20px;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	width:100%;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	font-family:'oswaldregular';
	color:#303030;
	font-size:12px;
	text-transform:uppercase;
	float:none;
	display:block;
	margin:5px 0;
}
.widget_smt_posts .title {
}
.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:#7f7f7f;
	margin-bottom:40px;
}
footer .boxed-container {	
	background-color:#262626;
	box-sizing:border-box;
	padding:0 25px;
}
footer .widget {
	padding-top:30px;
}
footer .widget a, footer a {
	color:#fff;
	font-size:18px;
	font-family:'oswaldregular';
}
footer .widget a:hover, footer a:hover {
	color:#e3e12b;
	text-decoration:none;
}
footer .footer_txt {
	background:#181818;
	padding:15px 15px;
	text-align:center;
	font-family:'oswaldregular';
	box-sizing:border-box;
	font-size:13px;
	margin:0 -25px;
}
footer .footer_txt a {
	font-size:13px;
}
footer .widget .caption  h4 {
	color:#e3e12b;
}
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 {
	color:#fff;
}
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 {
	
}
footer .widget_smt_posts .post-date {
	color:#e3e12b;
}