/*
Theme Name: Firnera Lite
Theme URI: http://www.firdaus.my.id/themes/firnera
Description: Responsive WordPress Blog Theme
Author: Firdaus
Author URI: http://www.firdaus.my.id/themes
Version: 1.3.0
Tags: blog, custom-logo, custom-background, right-sidebar, threaded-comments, translation-ready, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firnera-lite
*/


/*----------------------*/
/*-------- Body --------*/
/*----------------------*/

body {
	height:auto; 
	width:auto; 
	font-family:Sans-Serif; 
	color:#444; 
	}
.aligncenter,
.bypostauthor,
.sticky {}

* {
	padding: 0;
	margin: 0;
	line-height: 1.5em;}

li, a, blockquote, pre, code, input[type="submit"] {
    -moz-transition-property:background-color, border-top-color;  
 	-moz-transition-duration: 0.20s;  
 	-moz-transition-timing-function: linear;
 	
 	-webkit-transition-property:background-color, border-top-color;  
 	-webkit-transition-duration: 0.20s;  
 	-webkit-transition-timing-function: linear; 
 	
 	-o-transition-property:background-color, border-top-color;  
 	-o-transition-duration: 0.20s;  
 	-o-transition-timing-function: linear;   
}
a img, blockquote, pre, code, #respond form, .commentlist, .commentlist ul.children,
#firnera-lite-sidebar .widget_tag_cloud a, #commentform input, #commentform textarea {
    -moz-transition-property:margin, box-shadow;  
 	-moz-transition-duration: 0.20s;  
 	-moz-transition-timing-function: linear;
 	
 	-webkit-transition-property:margin, box-shadow;  
 	-webkit-transition-duration: 0.20s;  
 	-webkit-transition-timing-function: linear; 
 	
 	-o-transition-property:margin, box-shadow;  
 	-o-transition-duration: 0.20s;  
 	-o-transition-timing-function: linear;   
}

a{
	color: #79C753;
	text-decoration:none;
	}
a:hover {
	color:#333;
	text-decoration:none;
	}

p {
	font-size: 14px;
	line-height:1.5em;
	}
html{
	margin-top:20px;
	}
/*-----------------------*/
/* ----- H1 ==> H6 ----- */
/*-----------------------*/
h1,h2,h3, h4, h5, h6 {
	color: #333; 
	font-weight: normal;
	}
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {text-decoration:none;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {text-decoration:none;}




/*--------------------*/
/*------ Wrapper -----*/
/*--------------------*/
#firnera_lite_wrapbody{
	background: #ffffff;
	margin: 0 auto;
	height: 100%;
	width: 1020px;
	padding: 20px;
}

#firnera_lite_wrap {
	margin: 0 auto; 
	height: 100%;  
	background: #fff;
	padding: 0 25px 25px; 
	width: 960px; 
	border-top: 4px solid #444;
	z-index: -1;
	box-shadow: 0px 5px 13px 1px #C5FCAA;
	}
	
/*--------------------------*/
/*--------- Header ---------*/
/*--------------------------*/
#firnera-lite-header {
	position: relative;
	margin: 0 auto;  
	width:100%; 
	border: 4px solid #cccccc; 
	border-width: 4px 0;
	background-size: cover;
}

/*------------------------*/
/*----- Site title -------*/
/*------------------------*/
#firnera-lite-header #titlesites { 
	border-bottom: 1px solid #e9e9e9;  
	background: #fff; 
	background: rgba(255,255,255,.9);
	display: block;
	}
#firnera-lite-header .titlesites{
	width: auto;
	height: auto;
	
}
#firnera-lite-header .titlesites h1{
	float:left;
	width: 50%;
	line-height: 28px;
}
#firnera-lite-header .titlesites h1 a{
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
	font-weight:bold;
	text-align: left;
	
}
#firnera-lite-header .titlesites h1 a:hover{
	text-decoration: none;	
}
#firnera-lite-header .titlesites h3{
	font-weight: normal;
	font-size: 14px;
	display: block;
	line-height:36px;
	color:#666666;
	font-style: italic;
	float:right;
	text-align: right;
}

h1.firnera-no-logo{
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
h1.firnera-no-logo a{
	color: #333;
}
h1.firnera-no-logo:hover a{
	color: #79C753;
}
/*------------------------------*/
/*-------- Header Logo ---------*/
/*------------------------------*/
#firnera-lite-header #logos {
	text-align: left; 
	padding: 20px 0; 
	border-bottom:1px solid #e9e9e9;
	}
#firnera-lite-header a.custom-logo-link {
	outline:none;
}
#firnera-lite-header a.custom-logo-link img {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}


/*---------------------------*/
/*------ Primary Menu -------*/
/*---------------------------*/
#firnera-lite-header #navigation {
	width: 100%; 
	position: relative; 
	height: 40px; 
	background: #333;
	}
#firnera-lite-header #Primary-Menu {
	list-style:none; 
	position:relative; 
	width:100%; 
	z-index: 400;
	}
#firnera-lite-header #Primary-Menu li {
	list-style: none; 
	position:relative; 
	float:left; 
	line-height:1em; 
	padding: 11px 0 11px 15px;
	}
	
#firnera-lite-header #Primary-Menu > li:first-child {
	margin-left:1px; 
	}
#firnera-lite-header #Primary-Menu > li {
	border-top:1px solid #e9e9e9; 
	margin-top: -1px;
	}
#firnera-lite-header #Primary-Menu > li > a { 
	list-style: none; 
	display: block; 
	text-transform: uppercase; 
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	color: #fff; 
	border-right:1px solid #ccc; 
	padding-right: 15px; 
	vertical-align: baseline; 
}

#firnera-lite-header #Primary-Menu > li:hover {
	border: 1px solid #cccccc; 
	border-bottom: none; 
	border-top-color: #888; 
	border-top-color: #aaa; 
	padding: 0px 0 0px 15px; 
	margin:-1px 0 -1px -1px; 
	background: #79C753;  
	
	}
#firnera-lite-header #Primary-Menu > li:hover:first-child {
	margin-left:0px;
	}
#firnera-lite-header #Primary-Menu > li:hover > a {
	color: #ffffff;
	text-decoration: none; 
	border: none; 
	line-height: 40px;
	}
#firnera-lite-header #Primary-Menu li ul {
	list-style:none; 
	position:absolute; 
	width:180px; 
	z-index:300; 
	top:40px; 
	left: -1px;  
	border: 1px solid #cccccc;  
	border-top: none; 
	padding: 0 0 10px 15px;		
	display: block;
	visibility: hidden;
	background: #79C753;
	box-shadow: 2px 2px 5px 0px #ddd;
}
#firnera-lite-header #Primary-Menu li ul li {
	position:relative; 
	display: block; 
	float: none; 
	padding: 0;
	}
#firnera-lite-header #Primary-Menu li ul li:first-child {
	border-top: 4px solid #cccccc; 
	padding-top: 10px; 
	margin-right: -1px;
	}
#firnera-lite-header #Primary-Menu li ul li a{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;	
	display: block;  
	padding: 11px 15px 11px 0px;
	}
#firnera-lite-header #Primary-Menu li ul li a:hover {
	text-decoration: none; 
	color: #000000;
	}
#firnera-lite-header #Primary-Menu li ul li ul {
	position:absolute;
	top:0px; 
	left:180px; 
	border: 1px solid #cccccc; 
	}
#firnera-lite-header #Primary-Menu li ul li ul li:first-child {
	border-top: none;
	} 
#firnera-lite-header #Primary-Menu li:hover ul ul, 
#firnera-lite-header #Primary-Menu li:hover ul ul ul, 
#firnera-lite-header #Primary-Menu li:hover ul ul ul ul {
	display: block;
	}
#firnera-lite-header #Primary-Menu li:hover > ul, 
#firnera-lite-header #Primary-Menu li li:hover > ul, 
#firnera-lite-header #Primary-Menu li li li:hover > ul, 
#firnera-lite-header #Primary-Menu li li li li:hover > ul {
	display:block; visibility: visible; opacity: 1;
	-moz-transition-property:opacity;  
 	-moz-transition-duration: 0.15s;  
 	-moz-transition-timing-function: linear;
 	
 	-webkit-transition-property:opacity;  
 	-webkit-transition-duration: 0.15s;  
 	-webkit-transition-timing-function: linear; 
 	
 	-o-transition-property:opacity;  
 	-o-transition-duration: 0.15s;  
 	-o-transition-timing-function: linear;   

}
#firnera-lite-header #Primary-Menu > li.current-menu-item,
#firnera-lite-header #Primary-Menu > li.current-menu-ancestor,
#firnera-lite-header #Primary-Menu > li.current-menu-parent {
	border: 1px solid #cccccc;
	border-bottom: none; 
	border-top-color: #aaa; 
	padding: 11px 0 14px 15px; 
	margin:-1px 0 -1px -1px; 
	background: #79C753;
	}
#firnera-lite-header #Primary-Menu > li.current-menu-item:hover,
#firnera-lite-header #Primary-Menu > li.current-menu-ancestor:hover,
#firnera-lite-header #Primary-Menu > li.current-menu-parent:hover {
	padding: 0px 0 0px 15px;
	}
#firnera-lite-header #Primary-Menu > li.current-menu-item:first-child,
#firnera-lite-header #Primary-Menu > li.current-menu-ancestor:first-child,
#firnera-lite-header #Primary-Menu > li.current-menu-parent:first-child {
	margin-left:0px;
	}
#firnera-lite-header #Primary-Menu > li.current-menu-ancestor > a,
#firnera-lite-header #Primary-Menu > li.current-menu-item > a,
#firnera-lite-header #Primary-Menu > li.current-menu-parent > a {
	color: #ffffff;
	text-decoration: none; 
	border: none;}


#searchHeader.mobileOs input[type="text"] {display: block; visibility: hidden; opacity: 0;}
#searchHeader.mobileOs:hover input[type="text"] { visibility: visible; opacity: 1;}



/*-----------------*/
/*----- Posts -----*/
/*-----------------*/
.firnera-lite-listing > .post,
.firnera-lite-listing > .page {
	margin: 0 -40px 20px 0; 
	padding: 0 40px 20px 5px; 
	position: relative; 
	border-bottom: 1px solid #e9e9e9;}
.firnera-lite-listing > .post:first-child {
	padding:20px 40px 20px 5px; 
	margin: 0 -40px 20px 0; 
	overflow: hidden; 
	}
body.paged .firnera-lite-listing > .post:first-child {
	margin: 0 -40px 30px 0; 
	padding: 30px 40px 30px 10px; 
	position: relative; 
	border-bottom: 1px solid #e9e9e9;
	}

.firnera-lite-listing p {
	text-align: justify;
	}


.firnera-lite-listing .post:first-child .posttitle {
	font-size: 30px;
	}

.firnera-lite-listing .posttitle,
.firnera-lite-listing .entrytitle,
body.paged .firnera-lite-listing .post:first-child .posttitle {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px; 
	width: 85%;
	}

.firnera-lite-listing .posttitle a,
.firnera-lite-listing .entrytitle a {
	line-height: 1.1em; 
	}
.firnera-lite-single-title{
	font-size: 28px;
	margin: 30px 0; 
	width:85%;
	font-weight: bold;
}

.firnera-lite-entry {
	font-size: 14px;
	}
.firnera-lite-entry ,
body.single .firnera-lite-entry {
	text-align: left;
	}
	
.firnera-lite-entry img{
	max-width: 100%;
	height: auto;
}
.firnera-lite-entry ol,.firnera-lite-entry ul {
	margin:0 0 15px 15px; 
	padding: 0; 
	font-size: 14px;
	}
.firnera-lite-entry ol {
	margin: 0 0 15px 20px;
	}
.firnera-lite-entry li {
	padding:0 0 0 5px; 
	list-style-position:outside;
	line-height: 1.5em;
	}
.firnera-lite-entry p {
	margin: 0 0 15px;
	}
.details {
	font-size: 12px;
	margin-bottom: 35px;
	}
.firnera-lite-entry h1, .firnera-lite-entry h2, .firnera-lite-entry h3, .firnera-lite-entry h4,.firnera-lite-entry h5,.firnera-lite-entry h6 {
	margin: 28px 0  28px 0;
	font-weight: bold;
	}
.firnera-lite-entry h1{font-size: 32px;}
.firnera-lite-entry h2{font-size: 28px;}
.firnera-lite-entry h3{font-size: 24px;}
.firnera-lite-entry h4{font-size: 20px;}
.firnera-lite-entry h5{font-size: 18px;}
.firnera-lite-entry h6{font-size: 16px;}
div.wp-caption.aligncenter{
	clear:both;
	display:block;
	margin:10px auto;}
div.wp-caption.alignleft {
	margin: 0 20px 20px 0;
	}
div.wp-caption.alignright {
	margin: 0 0 20px 20px;
	}
.firnera-lite-entry img,
div.wp-caption img {
	box-shadow: 1px 1px 1px 1px #ddd;
	}

div.wp-caption p.wp-caption-text {
	font-size: 11px; 
	color: #666; 
	margin: 0; 
	padding-right: 8px;
	}
.firnera-lite-entry div.gallery img {
	box-shadow: 0px 0px 1px 0px #ddd; 
	border: none !important;
	padding: 5px;
	}
.firnera-lite-entry div.gallery a:hover img {
	box-shadow: 0px 8px 10px -2px #ddd;
	margin:-6px 0 6px 0;
	}
.firnera-lite-entry div.gallery .gallery-caption {
	font-size: 11px; 
	color: #A49F9F;
	}

blockquote {
	padding:25px 35px 10px; 
	margin:15px 0px 20px 20px; 
	border-left: 4px solid #555; 
	color: #666; 
	border-right: 1px solid #555;
	border-radius: 50px 0;
}
.firnera-lite-entry blockquote p {
	line-height: 1.6em;
	}
blockquote:hover{
	box-shadow: 2px 3px 2px 1px #ccc;
}



/*------------------------*/
/*----- Read More... -----*/
/*------------------------*/
.firnera-lite-readMore{
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	padding: 2px 4px;
	border-radius: 2px;
	color: #fff;
	background: #555;
}
.firnera-lite-readMore:hover{
	color: #fff;
	background: #79C753;
}
.firnera-lite-readMore .fa{
	margin-left: 5px;
}

.firnera-lite-entry p.postPages {
	text-align: right; 
	padding:0; 
	margin: 20px 0 -41px; 
	float: right;
	}
.postPages span {
	border-bottom: 1px dotted #666;
	padding: 0 4px 2px;
	font-size: 12px; 
	}
.postPages a span {
	border: none;
	}

/*---------------------*/
/*------ Content ------*/
/*---------------------*/
#firnera-lite-content {
	width: 100%; 
	position: relative; 
	background: #fff; 
	z-index: 0;
	}
#firnera-lite-main {
	float: left; 
	padding-right: 40px; 
	width: 600px;
	}


/*-----------------*/
/*----- Meta ------*/
/*-----------------*/
.firnera-lite-metaPost {
	margin: -8px 0 15px;
	font-size: 12px;
	border: 1px solid;
	padding: 2px 8px;
	border-color: #555555 transparent transparent transparent;
	box-shadow: 0px 2px 3px 0px #eee;
}
.firnera-lite-metaPost img {
	vertical-align: middle;
	}
body.single .firnera-lite-metaPost {

	color: #888;
	background: none;
	border: none;
	padding: 0;
	margin: -23px 0 15px;
}
.firnera-lite-listing .post .firnera-lite-metaPost .fa, body.single .firnera-lite-metaPost .fa{
	margin-left: 15px;
	margin-right: 5px;
}
.firnera-lite-listing .post .firnera-lite-metaPost .fa:first-child, body.single .firnera-lite-metaPost .fa:first-child{
	margin-left: 0;
}
#firnera-lite-metaPost {
	background: #ffffff; 
	border: 1px dotted #cccccc; 
	padding:22px 25px 22px 35px;
	font-size: 12px;
	clear: both;
	border-radius: 5px;
}
#firnera-lite-metaPost li {
	margin-bottom: 6px;
	list-style-type:none;
	border-bottom: 1px dotted #ddd;
	}
#firnera-lite-metaPost li .fa{
	margin-right: 15px;
}

/*------------------------*/
/*---- Excerpt Post ------*/
/*------------------------*/
#postExcerpt {
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 28px; }
#postExcerpt p {
	font-size: 15px;
	line-height:1.3em; 
	color: #838383; 
	padding-bottom: 25px;
	
	}

/*--------------------------------*/
/*---- Next And Prev Articles ----*/
/*--------------------------------*/
#firnera-lite-nextPrevPosts {
	margin-top: 35px; 
	padding-left: 0px;
	}
#firnera-lite-nextPrevPosts a {
	padding: 5px 7px;
	display: block;
	background-color: #ddd;
	color: #333;
	}
#firnera-lite-nextPrevPosts a small {
	color: #333;
	font-weight:normal; 
	font-size:10px;
	padding: 2px 5px;
	display: inline-block;
	border-radius: 2px;
	}
#firnera-lite-nextPrevPosts a:hover {
	text-decoration: none; 
	color: #fff;
	background: #79C753;
	}
#firnera-lite-nextPrevPosts a small:hover{
	color:#fff;
}
#firnera-lite-nextPrevPosts p {
	width:48%; 
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	}
#firnera-lite-nextPrevPosts p.alignright {
	text-align: right;
	margin-top: 0;
	}
	
/*---------------*/
/*--- Author ----*/
/*---------------*/
#firnera-lite-bioAuthor {
	padding: 0 0 35px 35px;
	text-align: center;
	}
#firnera-lite-bioAuthor h3 {
	text-transform: uppercase; 
	font-size: 13px;
	font-weight:bold;
	line-height:40px;
	margin: 40px -35px 30px -35px;
	letter-spacing: .5px;
	box-shadow: 0px -17px 19px -19px #333;
}
#firnera-lite-bioAuthor h4 {
	font-size: 22px;
	line-height:32px;
	margin-bottom: 0;
	}
#firnera-lite-bioAuthor h4 a {
	line-height:32px;
	margin: 0 0 20px 0;
	}
#firnera-lite-bioAuthor img.avatar {
	margin: 0 0 10px 0;
	border-radius: 15%;
	}
#firnera-lite-bioAuthor #bioLink {
	width:auto;
	color: #999; 
	font-size: 13px;
	font-weight:bold;
	}
#firnera-lite-bioAuthor p.bioAuthorP {
	clear: left;
	margin-bottom: 15px;
	text-align: center;
	width: auto;
	}
#firnera-lite-bioAuthor p.positionTitle {
	margin-bottom: 15px; 
	color: #777;
	}

/*--------------------*/
/*---- Author Bio ----*/
/*--------------------*/
#firnera-lite-bioAuthor ul.columnists {
	clear: left; 
	margin-bottom: 45px;
	}
ul.columnists li {
	margin-bottom: 3px;
	}
.firnera-lite-entry > img.avatar {
	float: left; 
	margin: 0 15px 15px 0;
	}
#firnera-lite-bioAuthor p.listBio {
	clear: left; 
	margin-top: 15px; 
	text-align: justify;
	}
#firnera-lite-bioAuthor h2.authorName {
	margin-bottom: 0; 
	font-size: 24px;
	line-height:1em;
	}
#firnera-lite-bioAuthor h3.positionTitle {
	margin-bottom: 5px; 
	color: #777; 
	font-size: 16px;
	}
#firnera-lite-bioAuthor .author-lists{
	padding: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px #eeeeee;
}
/*---------------------*/
/*----- Universal -----*/
/*---------------------*/

.firnera-lite-entry pre, .firnera-lite-entry code {
	margin: 5px auto 10px auto;
	text-align: left;
	padding: 0px 4px 0px 2px;
	background: url(images/background-code.png);
	line-height: 19px;
	font-size: 14px;
	margin-right: 4px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	border: 1px solid #ddd;
	}
.firnera-lite-entry pre, .firnera-lite-entry code{
	display:block;
}
.firnera-lite-entry pre:hover,.firnera-lite-entry code:hover{
	background-color:#ffffff;
	color:#303030;
	box-shadow: 4px 4px 10px 0px #eee;
	
}
.firnera-lite-entry pre:hover{
	margin-top: -5px;
	margin-bottom: 15px;
}
acronym, abbr, span.caps {
	font-size:.9em;
	letter-spacing:.07em;
	cursor:help;
	}
p img {
	max-width:100%;
	}
img.centered {
	display:block;
	margin:0 auto;
	}
img.alignright {
	display:inline;
	margin:0 0 10px 10px;
	}
img.alignleft {
	display:inline;
	margin:0 10px 10px 0;
	}
.alignright {
	float:right;
	}
.alignleft {
	float:left;
	}
acronym.abbr {
	border-bottom:1px dashed #999;
	}
blockquote cite {
	display:block;
	margin:5px 0 0;
	}
.aligncenter, .center {
	text-align:center;
	}
hr {
	display:none;
	}
a img {
	border:none;
	}
img#wpstats {
	width:0;
	height:0;
	border:none;
	overflow:hidden;
	}
#hideme {
	visibility:hidden;
	}
.hidden {
	visibility: hidden;
	display: none;
	}
.rssSummary {
	padding-bottom:15px;
	}
.clear {
	clear: both;
	}
p.clear {
	height:1px; width:1px;
	}
.hide {
	display: none;
	} 
.red, .required {
	color: red;
	}
button{
	cursor: pointer;
	vertical-align: middle;
	padding: 2px 4px;
}


/*--------------------------*/
/*----- Post Thumbnail -----*/
/*--------------------------*/
div.post a.thumbLink {
	float: left; 
	display: block; 
	}
div.post a.thumbLink img {

	margin:0 20px 0 0; 
	transition: opacity 0.3s linear;

	}
div.post a.thumbLink:hover img {

	
	opacity: 0.8;
	}

.firnera-lite-listing > div img{
	width: 220px; 
	height: auto;
	}
.firnera-lite-listing > div:first-child img {
	width: auto; 
	height: auto;
	}

/*-----------------------------*/
/*------- Pagination ----------*/
/*-----------------------------*/
#firnera-lite-navigation {
	display:block;
}
#firnera-lite-navigation .navigation{
	width: 100%;
	height: auto;
	padding: 5px 0;
	margin: 10px 5px;
}

#firnera-lite-navigation .navigation a{
	color: #fff;
	background-color: #79C753;
	text-decoration:none;
}
#firnera-lite-navigation .navigation a:hover{
	color: #fff;
	background-color: #444444;
}
#firnera-lite-navigation .navigation a,
#firnera-lite-navigation .navigation span.current{
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 6px;
	line-height:20px
}
#firnera-lite-navigation .navigation span.current{
	color: #fff;
	background-color: #444444;
}


/*--------------------------*/
/*----- Primary Sidebar ----*/
/*--------------------------*/
#firnera-lite-sidebar {
	float: right; 
	width: 316px; 
	border-left: 1px solid #e9e9e9;
	}
#firnera-lite-sidebar ul li.widget {
	list-style: none; 
	margin: 0; 
	font-size: 14px; 
	border-top: 5px solid #cccccc; 
	width: 281px;
	padding: 15px 0 30px 35px;
	background: #fff;
	color: #333;
}
#firnera-lite-sidebar ul li.widget a{
	color: #333;
}
#firnera-lite-sidebar > ul > li.widget:first-child {
	border: none;
	}
#firnera-lite-sidebar ul li.widget h2.widgettitle {
	color: #fff; 
	text-transform: uppercase;	
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #e9e9e9; 
	margin: -15px 0 30px -35px;
	letter-spacing: .5px;
	background: #79C753;
	padding: 0 7px;
	text-align: center;
}
#firnera-lite-sidebar ul li.widget img{
	max-width: 99%;
	height: auto;
}
#firnera-lite-sidebar ul li.widget h2.widgettitle a {
	color: inherit;
	}
#firnera-lite-sidebar ul li.widget_rss h2.widgettitle img {
	vertical-align: middle; 
	padding-right: 5px;
	}
#firnera-lite-sidebar ul li.widget ul li {
	list-style-type:square; 
	list-style-position: outside; 
	margin: 0 15px 10px 5px; 
	}
#firnera-lite-sidebar ul li.widget ul li ul li {
	padding: 0 0 0 15px; 
	list-style-type:square; 
	list-style-position: inside;
	}

#firnera-lite-sidebar li.widget:last-child {
	box-shadow: -1px 0px 0px 0px #e9e9e9;
}

/*-------------------------------------------------*/
/*----------Category in Primary Sidebar------------*/
/*-------------------------------------------------*/
#firnera-lite-sidebar ul li.widget .cat-item a{
	background: #79C753;
	padding: 5px 20px 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}
#firnera-lite-sidebar ul li.widget .cat-item a:hover{
	background: #333333;
	color: #ffffff;
}
#firnera-lite-sidebar ul li.widget a:hover{
	color: #79C753;
	text-decoration: none;
}
#firnera-lite-sidebar ul li.widget ul li.cat-item{
	list-style-type: none;
}
#firnera-lite-sidebar ul li.widget ul li.cat-item:before {
  content: '\f07c'; /*-----------------FontAwesome------------*/
  font-family: 'FontAwesome';
  float: left;
  font-size: 14px;
  margin-left: -1.5em;
  color: #79C753;
}
#firnera-lite-sidebar ul li.widget ul li.cat-item:hover:before{
	color:#333333;
}

/*----------------------*/
/*----- Tag Cloud ------*/
/*----------------------*/
.widget_tag_cloud a{
	margin: 0 0 20px 10px;
	border-left: 3px double #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 2px 8px;
}
.widget_tag_cloud a:hover{
	margin: -2px 0 22px 10px;
	text-decoration: none;
}
.widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}
.widget_tag_cloud a:before {
    content: "\f02b"; /*---------FontAwesome------------*/
	font-family:FontAwesome;
    clear: left;
	margin-right: 4px;
}
#firnera-lite-sidebar .widget_tag_cloud a{
	color: #ffffff !important;
	background: #79C753;
}
#firnera-lite-sidebar .widget_tag_cloud a:hover{ 
	color:#79C753;
	background: #333333;
}


/*--------------------------------------*/
/*----- Search & Search in sidebar -----*/
/*--------------------------------------*/
#searchform {
	background: transparent; 
	border: 1px solid #ddd;
	border: none; 
	width: 260px; 
	height: 35px;
	}
#searchform #s {
	width:190px;
	padding:0 10px;
	height: 35px;
	color: #000000; 
	line-height: 35px;
	margin: 0 0 0 5px;
	background: #fff; 
	border-bottom: 2px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: 0px 2px 7px -5px #ccc;
	}
#searchform #searchsubmit {
	cursor: pointer; 
	padding:2px;
	float: left;
	background: #555555;
	margin: 6.5px 2px 2px 8px;
	border-radius: 3px;
	} 
#searchform #searchsubmit:hover {
	text-decoration: none;
	}


/*------------------*/
/*-----Comments-----*/ 
/*------------------*/
#commentsection {
	font-size: 12px;
	margin-bottom: 60px;
	}
h3#comments,
#respond > h3 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	margin: 40px -40px 30px 0;
	letter-spacing: .5px;
	box-shadow: 0px -17px 19px -19px #333;
}
li.comment #respond > h3 {
	margin: 40px 0 30px;
	}
.commentlist {
	list-style:none; 
	margin-left: 35px;
	text-align:justify;
	padding:2px 2px 30px 2px;
	}
.commentlist:hover{
	box-shadow: 1px 1px 1px 1px #ddd;
}
h3.comments {
	margin:40px auto 20px;
	}
#commentform input,#commentform textarea {
	font-size: 12px;
	line-height: normal;
	background: #f0f0f0;
	border-radius: 0px;
	border-top-width: 2px;
	border-color: #b0b0b0;
	color:#333333;
	}
#commentform input:hover,
#commentform textarea:hover{
	background:#fff;
	color:#444444;
	box-shadow: 1px 1px 1px 1px #ddd;
}
.commentlist li {
	font-weight: bold;
	list-style: none;
	padding: 10px;
	font-size: 12px;
	margin: 5px;
	}
.commentlist li img.avatar {
	float:left; 
	margin-right:15px;
	}
.commentlist cite,.commentlist cite a {
	font-weight:bold;
	font-style:normal;
	}
.commentlist cite{
	color: #333333;
}
.commentlist cite a{
	color: #000fff;
}
.commentlist p {
	font-weight:normal;
	text-transform:none;
	margin:10px 5px 10px 48px;
	font-size: 12px;
	}
.commentlist .pingback p {
	margin:10px 5px 10px;
	}
#commentform p {
	margin:5px 0;
	}
.commentmetadata {
	font-weight:normal;
	display:block; 
	font-size:10px; 
	padding:3px 0 0; 
	text-transform:uppercase;
	}
.commentmetadata a{
	color:#333; 
}
.CommentNavigation{
	width: auto;
	margin: 15px 0 0 35px;
}
.CommentNavigation a{
	color:#ffffff;
	background-color: #79C753;
	margin: 2px 8px;
	padding: 2px 8px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 12px;
}
.CommentNavigation .alignleft,
.CommentNavigation .alignright{
	
}
.CommentNavigation a:hover{
	color:#ffffff;
	background-color: #231F20;
}


cite.fn {
	text-transform:uppercase;
	}
.nocomments {
	padding-left: 35px;
	}
#recentcomments li { 
	color:#79C753;
	}
.cancel-comment-reply,
#respond form {
	margin-left: 35px;
	background: #ffffff;
	padding: 8px;
	}
.cancel-comment-reply:hover,
#respond form:hover{
	box-shadow: 1px 1px 1px 1px #ccc;
}
.reply {
	text-align: right;
	}
.cancel-comment-reply a,
.reply a {
	display: inline-block; 
	padding: 3px 8px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height:18px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #79C753;
	}
.cancel-comment-reply a:hover,
.reply a:hover {
	color:#ffffff;
	text-decoration: none; 
	background: #231F20;
	box-shadow: 1px 1px 1px 1px #cccccc;
	}
.commentlist ul.children {
	margin: 15px 0 10px 40px;
	padding: 0;
	border-top: 3px solid #ccc;
	}
.commentlist ul.children:hover{
	box-shadow: 1px 1px 1px 1px #ddd;
	border-radius: 5px;
}
.commentlist cite a{
	color: #79C753;
}
.commentlist cite a:hover{
	color: #333;
}



/*----------------*/
/*----- FORM -----*/
/*----------------*/
select,input[type="file"],input[type="email"],input[type="text"],input[type="password"] {
	padding: 5px; 
	width:170px; 
	margin:5px 5px 0 0;  
	border: 1px solid #ccc; 
	border-radius: 3px;
	}
textarea {
	padding: 4px; 
	width:90%; 
	font-size:12px; 
	border: 1px solid #ccc; 
	margin: 5px 0 0; 
	border-radius: 3px;
	}

#commentform input[type="submit"], 
input[type="submit"] {
	cursor: pointer; 
	background: #79C753; 
	border: none; 
	color: #ffffff; 
	padding: 5px 10px; 
	border-radius: 3px;
	font-weight:bold;
	}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover {
	background: #231F20;
	color: #ffffff; 
	}
select {
	width: 182px;
	}

#firnera-lite-sidebar input[type="email"],#firnera-lite-sidebar input[type="text"], #firnera-lite-sidebar textarea{
	margin-bottom: 8px; 
	width: 90%
	}
#firnera-lite-sidebar input[type="submit"]{
	cursor:pointer;
	}

span.wpcf7-not-valid-tip {
	width: 170px !important;
	}

#commentform input[type="text"] {
	float: left;
	clear: left;
	margin: 0 15px 5px 0;
	width: 75%;
	}
#commentform > p {
	line-height: 30px;
	}
#commentform p.form-allowed-tags {
	line-height: 1.3em;
	}
#commentform p.form-allowed-tags code {
	font: 12px "Courier New";
	}
.formExample {
	color: #999; 
	font-style: italic;
	}

/*-------------------------------------------*/
/*------ Advertisement custom sidebar ------ */
/*-------------------------------------------*/
#custom-sidebar-after-menu,
#custom-sidebar-before-footer{
	background-color: #fff;
	}
#custom-sidebar-after-menu img,
#custom-sidebar-before-footer img{
	max-width: 100%;
	height: auto;
	}
#custom-sidebar-after-menu > ul > li,
#custom-sidebar-before-footer > ul > li{
	padding: 5px;
}
#custom-sidebar-after-menu > ul,
#custom-sidebar-before-footer > ul {
	list-style:none;
	border-width: 0 1px;
	border-style: solid;
	border-color: #e9e9e9;
}
#custom-sidebar-after-menu ul li ul,
#custom-sidebar-before-footer ul li ul{
	list-style: disc;
	padding-left: 15px;
}

/*-----------------------*/
/*------- Footer --------*/
/*-----------------------*/
#firnera-lite-footer {
	clear:both; 
	position: relative;
	height: auto;
	width: 100%; 
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}


#firnera-lite-footer-copyright{
	font-size: 14px;
	margin-top: 16px;
	border-bottom: 1px solid #ddd;	
	line-height:35px; 
	color: #333333;
	display: block;
	padding: 0 0 10px 0;
}
#firnera-lite-footer-copyright a{
	color:#79C753;
}
#firnera-lite-footer-copyright a:hover{
	color: #444444;
}
#firnera-lite-footer-copyright .copyrightblog{
	float:left;
}
#firnera-lite-footer-copyright .credit{
	float:right;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}