/*
Theme Name: GMolot
Theme URI: http://smthemes.com/gmolot/
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:13px;
	background:url(images/top.png) left top repeat-x,
				url(images/background.png) left top repeat;
	color:#a1a1a1;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#c8cb78;
	text-decoration:none;
}
a:hover {
	color:#dbe20c;
}
.submit, .button, input[type="submit"] {
	padding: 5px 20px;
	/* line-height:27px; */
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #979797 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	border:none;
	border-top:2px solid #e1e1e1;
	color:#ffffff;
	text-shadow:0 1px 1px #2b2b2b;
	border-radius:3px;
}
.submit:hover, .button:hover, input[type="submit"]:hover {
	background: #c2ce0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2ce0b 0%, #7a9405 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ce0b), color-stop(100%,#7a9405)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c2ce0b 0%,#7a9405 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ce0b', endColorstr='#7a9405',GradientType=0 ); /* IE6-9 */
	border-top-color:#eef113;
}
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:#4a4a4a;
}
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:#fff;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #979797 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	border:none;
	border-top:2px solid #e1e1e1;
	color:#ffffff;
	text-shadow:0 1px 1px #2b2b2b;
	border-radius:3px;
	padding: 2px 13px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #c2ce0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2ce0b 0%, #7a9405 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ce0b), color-stop(100%,#7a9405)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c2ce0b 0%,#7a9405 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ce0b', endColorstr='#7a9405',GradientType=0 ); /* IE6-9 */
	border-top-color:#eef113;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	align-items:center;
	height: 140px;
	margin-top: 11px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height: 25px;
	margin-top:11px;
	clear: right;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:40px;
		height:140px;
	}
	#logo {
		height:100px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 25px;
	position: relative;
	background:#292929;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	border-radius:4px;
	box-shadow:1px 1px 2px #000 inset;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 25px;
	line-height: 25px;
	height:25px;
	line-height:25px;
	color:#fff;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width:25px;
	height:25px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	color:#fff;
}
@media screen and (max-width:780px) {
	.headersearch {	
		margin-right:0;
		height:40px;
	    width:100%;
	}
	.headersearch form {
		width:100%;
	}
	.headersearch form input.search-field, .headersearch .search-box {
		width: 100% !important;
		box-sizing:border-box;
	}
}
.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:right;
		display:flex;
		align-items:center;
		height: 60px;
		margin-top: 24px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#333;
		padding:29px 20px;
		padding:6px 9px;
		display:block;
		color:#fff;
		font-family: 'cuprumregular', sans-serif;
		text-transform:uppercase;
		font-size:15px;
		border-radius:3px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background: #c2ce0b; /* Old browsers */
		background: -moz-linear-gradient(top,  #c2ce0b 0%, #7a9405 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ce0b), color-stop(100%,#7a9405)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c2ce0b 0%,#7a9405 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c2ce0b 0%,#7a9405 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ce0b', endColorstr='#7a9405',GradientType=0 ); /* IE6-9 */
		box-shadow:0 0 3px #000;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		width:1000px;
		max-width: 100%;
		display:flex;
		align-items:center;
		height:52px;
		background:url(images/menu.png) left top repeat-x;
	}
	#main-menu ul.nav-menu > li > a {
		text-decoration:none;
		padding:15px 20px;
		font-size:16px;
		color:#fff;
		font-family: 'cuprumregular', sans-serif;
		text-transform:uppercase;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#000;
	}
	.site-header ul.nav-menu  > li ul {
		background:#252525;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#90a607;
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
        color: #90a607;
        margin-top: 68px;
    }
	#mobile-menu-trigger a:hover {color:#fff;}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:url(images/slider-shadow.png) 50% bottom no-repeat;
}
.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;
	background: rgb(0 0 0 / 30%);
	border-top: 1px solid rgb(131 131 131);
}
.fp-title {
	color:#fff;
	font-weight:normal;
}
.fp-description {
	color:#fff;
}
.fp-more {
	float:none;
	padding:10px 25px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-nav {
	display:flex;
	align-items:center;
	justify-content:center;
}
.fp-pager a {
	background:url(images/slider-page.png) no-repeat;
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	background:url(images/slider-page-active.png) no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	width:1000px;
	margin:0 auto;
	max-width:100%;
	box-sizing:border-box;
	padding:30px 20px;
	background:#1a1a1a;
	padding-top:20px;
}
.page-title {	
	font-size:25px;
	color:#fff;
	font-family: 'cuprumregular', sans-serif;
	text-transform:uppercase;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 25px;
	color:#fff;
	font-family: 'cuprumregular', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	border-top:3px solid #d9e00c;
	padding-top:15px;
	padding-bottom:10px;
}
.entry-title a {
	color:#fff;
	text-decoration:none;
}
.entry-title a:hover { color:#fff;}
article {
    border: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
article .featured_image {
	vertical-align:bottom;
    border:1px solid #656565;
	box-shadow:0 0 3px #000;
	float:left;
	margin:0 15px 15px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	color:#dbe20c;
	float:right;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {}
.widget .caption h4 {
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #979797 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	font-weight: normal;
	color:#fff;
	margin:0 0 15px;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 15px;
	font-family: 'cuprumregular';
}
.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;
	border:1px solid #656565;
	box-shadow:0 0 3px #000;
}
.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; }


/* ========================================= FOOTER. ========================================= */
footer {}
footer .boxed-container {	
	background:#1a1a1a;
	color:#ffffff;
}
footer > .boxed-container {
    padding: 20px 40px;
    box-sizing:border-box;
    background:url(images/footer.png) 50% top no-repeat,#1a1a1a;
    padding-top:30px;
}
footer .footer_txt .boxed-container {
	border-top:1px solid #777777;
	padding: 15px 40px;
	box-sizing: border-box;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
	font-family: 'cuprumregular', sans-serif;
	text-transform:uppercase;
	font-size:19px;
}