/*
Theme Name: GTreat
Theme URI: http://smthemes.com/gtreat/
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 {
	background:#fff;
	font-family:'opensansregular';
	font-size:14px;
	color:#000;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#000;
}
a:hover {
	color:#2795d5;
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding: 3px 25px;
	line-height:27px;
	background: #70c113;
	color:#fff;
	border-radius:10px;
	font-family:arial;
	font-size:12px;
	float:left;
	border:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#2795d5;
	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:#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:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #70c113;
	color:#000;
	border-radius:10px;
	text-decoration:none;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #2795d5;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background: url(images/pattern_top.png) repeat;
	display:none;
}
#secondline {

}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:136px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:136px;
	color: #000;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:52px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
margin-right: 45px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:url(images/bg_searchform.png);
	border-radius:8px;
}
form .search-box input[type="search"] {
	width: 100%;
	background:none;
	border:none;
	height:23px;
	line-height:25px;
	color:#fff;
	font-family:Tahoma-Regular;
	font-size:14px;
	text-transform:lowercase;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width:25px;
	height: 25px;
	top: 0;
	border:none;
	text-indent: -9999px;
	font-family:'FontAwesome';
	background: url(images/search.png) 50% no-repeat;
	background-size: 16px;
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {}
.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:52px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:5px 15px;
		color:#fff;
		font-family:Tahoma-Regular;
		font-size:14px;
		text-decoration: none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background:#70c113;
		border-radius:12px;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:36px;
		background: powderblue;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 12px 7px;
		color:#153757;
		font-family:Tahoma-Regular;
		font-size: 16px;
		 font-weight: bold;
	}
	#main-menu ul.nav-menu > li:hover > a {
		text-decoration:underline;
		color:red;
	}
	.site-header ul.nav-menu  > li ul {
		background:#70c113;
		border-radius:6px;
		overflow: hidden;
	}
	.site-header ul.nav-menu  > li ul li {
	}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#0384ce;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
		padding:5px 0;
		font-family:Tahoma-Regular;
		font-size:14px;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
}

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

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	overflow:hidden;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-slides-item img {
	width:100%;
	height:auto !important;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
	right:0;
}
.fp-title {
	font-size:42px;
	font-weight:normal;
	color:#fff;
	font-family:Tahoma-Regular;
	text-decoration:none;
	background:url(images/title_layer.png) repeat;
	display:inline;
	float:right;
	margin-bottom:5px;
	padding:20px;
	padding: 5px 20px;
}
.fp-description {
	color:#fff;
	font-size:18px;
	clear:right;
	color:#122f4a;
	font-family:Tahoma-Regular;
	background:url(images/layer_p.png) repeat;
	float:right;
	padding:10px 15px;
	margin: 0 0 5px;
}
.fp-more {
	float:right;
	padding: 5px 20px;
	font-size: 14px;
}
.fp-more:hover {	
	background:#2795d5;
	color:#fff;
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-next, .fp-prev {
	width:29px;
	height:108px;
	top:0;
}
.fp-prev-next-wrap{
	margin:0 auto;
	left:0;
	right:0;
	top: 50%;
	width:1000px;
	position:absolute;
}
.fp-next {
	right: -45px;
	background:url(images/next_slide.png) no-repeat;
	height:108px;
	top: -70px;
	width:29px;
	position:absolute;
	z-index:99;
	float:right: ;
}
.fp-next:hover{
	background:url(images/next_hover.png) no-repeat;
	height:124px;
	width:45px;
	z-index:9;
}
.fp-prev {
	top: -70px;
	left: -45px;
	background:url(images/prev_slide.png) no-repeat;
	height:108px;
	width:29px;
	position:absolute;
	z-index:99;
}
.fp-prev:hover{
	background:url(images/prev_hover.png) no-repeat;
	height:124px;
	width:45px;
	z-index:9;
	}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:5px auto;
	border-top:1px solid#b5b8ba;
	padding-bottom:0px;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.site-content.sidebar-left {
	background: url(images/content_l.png) top left 25px repeat-y;
}
.site-content.sidebar-right {
	background: url(images/content_r.png) top right 25px repeat-y;
}
@media screen and (max-width:1024px) {
	.site-content {
		background:#fff !important;
	}
}
.page-title {	
	color:#a278d1;
	font-size: 22px;
	font-family: 'opensansregular';	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color:#34b4ff;
	font-family:Tahoma-Regular;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#34b4ff;
}
.entry-title a:hover { color:#34b4ff;}
article {}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 10px 0;
	border-radius: 10px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:12px;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}
article .post-date {
	padding:5px 20px;
	background: #2795d5;
	border-radius: 10px;
	z-index: 99;
	margin:0 10px 10px 0;
	color: #fff;
	float: left;
}
article .featured_image + .post-date {
	margin-left: -190px;
	top: 10px;
	position: relative;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	margin-bottom:35px !important;
}
.sidebar .widget a {	
	color:#5b5b58;
	font-family:arial;
	font-size:14px;
	padding:5px;
	text-decoration:none;
}
.sidebar .widget a:hover {	
	border:1px solid #5b5b58;
	border-radius:8px;
	padding:4px;
}
.sidebar {}
.widget .caption h4 {
	color:#0384ce;
	font-family:Tahoma-Regular;
	font-size:24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.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 {
	color: #004fff;
	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 {
	display:none;
	background:#5b5b58;
	color:#fff;
}
footer .widget {
	padding-top:25px;
}
footer .widget a, footer a {}
footer .widget a:hover, footer a:hover {}
footer .footer_txt {
	padding:15px 0;	
	font-size:12px;
}
footer .footer_txt a {
}
footer .widget .caption  h4 {
	color:#fff;
	font-family:Tahoma-Regular;
	font-size:24px;
	border-bottom:1px solid #8d8d8a;
	margin-bottom:10px;
}
footer .widget_smt_posts .post-date {
	color:#fff;
	background: #363636;
}	