/*
Theme Name: Gracer
Theme URI: http://smthemes.com/gracer/
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: 11/12/2012
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:Arial;
	font-size:14px;
	background: url(images/background.jpg) 50% top no-repeat,#000;
	color:#ffffff;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#efb525;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding: 2px 25px;
	line-height:27px;
	background:#000;
	border: 1px solid #a0773d;
	color:#ad711f;
	border-radius:3px;
	font-family:'merienda_oneregular';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ad711f;
	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:#e0e0e0;
	color:#fff;
}
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:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#fff;
	font-size:20px;
	padding:5px 10px;
	font-size: 13px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#ad711f;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	overflow:hidden;
}
#topper {
	background:url(images/menu.png) left top repeat-x;
	position: relative;
	z-index: 4;
}
#logo {
	width: 100%;
	display:flex;
	align-items:center;
	height:120px;
	position: absolute;
	top:0;
	margin: 0 auto;
	justify-content: center;
	z-index: 1;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
	position: absolute;
	top:0;
	margin: 0 auto;
	justify-content: center;
	z-index: 1;
    font-family: 'uncial_antiquaregular';
}
.headersearch {
	float:left;
	display:flex;
	align-items:center;
	height:120px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		
	}
}
@media screen and (max-width:800px) {
	#logo {	
		position:relative;
	}
	.headersearch, .headersearch form .search-box input[type="search"], .site-header form .search-box,
	.site-header .search-form {
		width:100%;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#000;
	border:1px solid #a0773d;
	border-radius:3px;
	box-sizing: border-box;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color:#fff;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	top: 0;
	border:none;
	color:#fff;
	font-family:'FontAwesome';
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color:#fff; }
.search-box input[type="search"]::-moz-placeholder { color:#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#fff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height: 54px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:29px 20px;
		text-decoration:none;
		color:#fff;
		text-decoration:none;
		font-family: 'uncial_antiquaregular';
		padding:18px 20px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#efb525;
	}
	.site-header ul.nav-menu  > li ul {
		background: rgb(0 0 0 / 30%);
		border:1px solid #977039;
		border-radius:3px;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		text-decoration:underline;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:120px;
		position: relative;
		z-index: 3;
	}
	#main-menu ul.nav-menu > li > a {
		text-decoration:none;
		padding:8px 10px;
		display:block;
		color:#fff;
		font-family:'Overlock';
		font-size:15px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#efb525;
	}
}

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

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	padding:16px 0;
	background:url(images/slider.png) left top no-repeat;
	margin:10px -34px;
	width:1068px;
	height:354px;
}
.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: 20px 80px;
	background: rgb(0 0 0 / 30%);
	border-top: 1px solid rgb(204 204 204 / 30%);
}
.fp-title {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	font-family: 'Overlock';
	margin-bottom: 0;
}
.fp-description {
	color:#fff;
	font-size:13px;
	margin: 5px 0;
}
.fp-more {
	float:none;
	background:none;
	padding: 2px 22px;
	text-decoration: none;
	color: #efb525;
}
.fp-more:hover {
	text-decoration: underline;
	background:#ad711f;
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top: -215px;
	height: 420px;
	width: 85px;
	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;
}
@media only screen and (max-width:1024px) {
	.slider-container {
		width:100%;
		background:none;
		margin:0 auto;
		height: auto;
	}
	.fp-prev-next-wrap {
		display:none;
	}
	.fp-content {
		padding:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 10px auto 30px;
	width: 1000px;
	padding: 25px;
	box-sizing: border-box;
	max-width: 100%;
	background: url(images/content/top-n.png) top center no-repeat,
	url(images/content/bottom-n.png) bottom center no-repeat,
	url(images/content/main-n.png)  top left repeat-y;
}
.site-content {
	margin: 16px auto;
}
.page-title {	
	font-family:'Overlock';
	font-size:20px;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;	
	color:#fff;
	font-weight:normal;
	text-transform:none;
	font-family:'Overlock';
}
.entry-title a {
	color: #fff;
}
.entry-title a:hover {text-decoration:none;}
article {border:none;padding-bottom:25px;margin-bottom:25px;}
article .featured_image {
	vertical-align:bottom;
	padding:4px;
	margin-top:12px;
	background:#ad711f;
	float:left;
	margin:0 10px 15px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:12px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
    font-family: 'merienda_oneregular';
    margin:5px 0 15px;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	color:#dfa923;
	float:right;
}
.entry-meta .post-categories {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	position: relative;
}
.sidebar .widget {
	padding-top: 65px;
	margin-bottom: 40px !important;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {}
.sidebar .caption h4 {
	color:#efb525;
	font-family:'Overlock';
	margin: 0 -38px 15px -10px;
	padding:0 10px;
	font-size:20px;
	height:46px;
	line-height:46px;
	position: absolute;
	width: 270px;
	top: 0;
}
.site-content.sidebar-right .widget .caption h4{
	background:url(images/widget-r.png) left top no-repeat;
	right: 7px;
	left:auto;
}
.site-content.sidebar-left .widget .caption h4{
	background:url(images/widget-l.png) right top no-repeat;
	left: -21px;
	right:auto;
}
.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 {
	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 {
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date .day {display: block;font-size: 21px;}
.widget_smt_posts .post-date {float: left;text-align: center;margin: 0 8px 10px 0;font-size: 12px;padding: 8px 0;}
.widget_smt_posts .title {
	font-size:14px;
}
.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; }
@media screen and (max-width:1024px) {
	.site-content {
		background:none;
		margin:0 !important;
		width: 100%;
	}
	.sidebar .widget .caption h4 {
		background:none !important;
		width:100%;
		padding:0;
		margin:0;
	}
}

/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
	background:none !important;
}
footer .widget {
	padding-top:25px;
}
footer .widget a, footer a {
	
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	padding:15px 50px;	
	padding:14px 0;
	border-top:1px solid #363636;
}
footer .footer_txt a {
}
footer .widget .caption  h4 {
	color:#fff;
    font-family: 'Overlock';
}
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 {
}
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:#fff;
	background: #363636;
}