﻿/*
Theme Name: Mekanews
Theme URI: http://underscores.me/
Author: ThemeCountry
Author URI: https://themecountry.com/themes/mekanewspro
Description: Mekanews Lite is a responsive, stylish, user-friendly and SEO-friendly theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mekanewspro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mekanews is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Google Fonts
# Normalize
# Typography
# Elements
# Forms
# Links
# Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Posts and pages
# Asides
# Comments
# Infinite scroll
# Media
# Captions
# Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div, 
span,
h1, h2, h3, h4, h5, h6,
p, 
blockquote, pre, a,
address, big, 
code, del, dfn, em, img, ins,
q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u,
i, dl, dt, dd, ol, ul, li,
form, label, legend, table,
caption, tbody, tfoot, thead, tr, th,
td, article, aside, 
embed, figure, figcaption, footer, header,
nav, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:	 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

.sticky{

}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
	padding: 1px 6px;
	margin: 0 2px;
}
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

:focus { outline: 0 }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Roboto' sans-serif;
	color: #323232;
	font-size: 14px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.3;
	color: #333333;
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0 0 18px;
	line-height: 24px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
address {
	margin: 0 0 20px;
	font-style: italic;
}

pre {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
}
code {
	padding: 2px 4px;
	color: #666666;
	white-space: nowrap;
	border-radius: 3px;
	background: #eff0f1;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
html {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
q {
	quotes: "" "";
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px 1.5em 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	content: open-quote;
	color: #ccc;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

hr {
	background-color: #f5f5f5;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0 35px;
	padding: 0 0 0.5em 0;
	overflow: hidden;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	text-align: left;
	width: 100%;
	border: 1px solid #e9e9e9;
}

thead th {
	background: #333333;
	color: #fff;
}

tbody th {
	font-weight: normal;
	border-bottom: 1px solid #e9e9e9;
}
table th, 
table td {
	padding: 8px 15px;
	text-align: left;
}
table td {
	border: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input, textarea, select {
	padding: 8px 10px;
	font-size: 14px;
	color: inherit;
	border: 1px solid #e2e2e2;
	font-family: inherit;
	background: #fdfdff;
	margin: 0 0 10px 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clearfix:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	color: #42b649;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Site-container
--------------------------------------------------------------*/
.site-container {
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	position: relative;
	margin-bottom: 30px;	
}

/*--------------------------------------------------------------
# Top Menu
--------------------------------------------------------------*/
.top-bar {
	background-color: #333333;
	position: relative;
}

.left-top-nav {
	float: left;
}

.primary-navigation ul li {
	float: left;
	position: relative;
}

.primary-navigation ul li a {
	color: #ccc;
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 30px;
}

.primary-navigation ul li.menu-item-has-children > a {
	padding-right: 15px;
}

.primary-navigation ul li > i {
	position: absolute;
	top: 10px;
	right: 3px;
	font-size: 12px;
	color: #ccc;
}

.primary-navigation ul li.menu-item-has-children > a:after {
	content: '\f103';
	position: absolute;
	font-family: FontAwesome;
	top: 1px;
	right: 4px;
	color: rgba(255, 255, 255, 0.5);
}

.primary-navigation .current_page_item > a,
.primary-navigation .current-menu-item > a, 
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation li:hover > a {
	background-color: #666666;
}

.primary-navigation ul ul {
	display: none;
}

.primary-navigation ul li:hover > ul {
	display: block;
}

.primary-navigation ul ul {
	position: absolute;
	z-index: 99;
	background: #252525;
	width: 170px;
}

.primary-navigation ul ul a {
	position: relative;
	width: 170px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-right: 3px;
}

.primary-navigation ul ul li:last-child a {
	border-bottom: none;
}

.primary-navigation ul ul ul {
	left: 170px;
	top: 0;
}

/*--------------------------------------------------------------
# Top Social Icons Menu
--------------------------------------------------------------*/
.top-nav-right {
	float: right;
	position: relative;
}
.socail-menu-wrapper {
	float: left;
}
.top-search {
	float: right;
}

/*Top Search*/
.top-search #trigger-overlay {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #42b649;
	text-align: center;
	cursor: pointer;
}

.top-search #trigger-overlay i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#trigger-overlay i:hover {	
	background-color: rgba(0, 0, 0, 0.1);
}

.overlay {
	width: 300px;
	height: 40px;
	position: absolute;	
	right: 0;
	top: inherit;
	z-index: 9;
}

.overlay-slideleft {
	visibility: hidden;
	-webkit-transform: translateY(60%);
	transform: translateY(60%);
	transition: -webkit-transform 0.4s linear, visibility 0.1s;
	transition: transform 0.4s linear, visibility 0.1s;
	margin-top: -40px;
}

.overlay-slideleft.show {
	visibility: visible;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

.search-row {
	width: 100%;
	height: 40px;
	position: relative;
	background: #42b649;
}

.search-row .overlay-close {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 9px;
	cursor: pointer;
	z-index: 9;
}

.search-row .search-form #s {
	width: 100%;
	font-size: 13px;
	background: transparent;
	border: 0;
	margin: 0;
	height: 40px;
	padding-left: 12px;
	color: #ffffff;
}

.search-row .search-form ::-webkit-input-placeholder {
	color: #ffffff;
}

.search-row .search-form :-moz-placeholder { /* Firefox 18- */
 	color: #ffffff;
}

.search-row .search-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff;
}

.search-row .search-form :-ms-input-placeholder {  
	color: #ffffff;
}

.socail-menu-wrapper ul li {
	float: left;
	position: relative;
}

.socail-menu-wrapper ul li a {
	font-size: 0;
	display: block;
	padding: 0 8px;
	color: #cccccc;
	line-height: 1;
}

.socail-menu-wrapper ul li a:hover {
	color: #42b649;
}

.socail-menu-wrapper ul li a i {
	font-size: 12px;
	line-height: 30px;
}

/*--------------------------------------------------------------
# Site Branding
--------------------------------------------------------------*/
.site-branding {
	width: 100%;
	margin: 15px 0 15px 0;
}

.site-branding .site-title {
	float: left;
	line-height: normal;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 14px;
}

.site-branding .site-title.logo {
	margin-top: 0;
	margin-bottom: 0;
} 

.site-header .logo img {
	display: block;
	margin: 0 auto;
}

.site-title .title-logo {
	font-weight: 700;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-size: 36px;
	line-height: normal;
}

.site-title.logo h1,
.site-title.logo h2 {
	margin: 0;
}

.site-title a {
	color: #42b649;
}

.title-description {
	font-size: 16px;
	font-weight: 400;
	color: #595959;
	margin: 0;
}

/*--------------------------------------------------------------
# Ads Management
---------------------------------------------------------------*/
.header-widget {
	float: right;
	max-width: 76%;
}

.header-widget img {
	float: left;
}
.header-widget .widget {
	margin-bottom: 0;
}
.ad-center {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.ad-right {
	float: right;
	margin: 10px 0 10px 10px;
}

.ad-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.ads-970x90,
.ads-468x60 {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
	clear: both;
}

.ads-970x90 img,
.ads-468x60 img {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Second Navigation
--------------------------------------------------------------*/
#site-navigation {
	width: 100%;
	background-color: #333333;
	float: left;
}

.menu-container {
	background-color: transparent;
	position: relative;
}

.arrow-menu,
.mobile-only {
	display: none;
}

ul.menu li {
	float: left;
	position: relative;
}

ul#menu-main-menu li.menu-item-has-children > a {
	padding-right: 20px;
}

ul#menu-main-menu li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 18px;
	right: 7px;
	color: rgba(255, 255, 255, 0.8);
}

ul#menu-main-menu ul li.menu-item-has-children > a:after {
	content: "\f105";
	right: 15px;
}

ul#menu-main-menu ul li.menu-item-has-children > a:after {
	top: 10px;
}

ul.menu li a {
	display: block;
	padding: 17px 12px;
	text-transform: uppercase;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
	position: relative;
}


/*Home Menu Icons*/
ul.menu .menu-item-home {
	border-right: 1px solid #75dc7b;
}
ul.menu .menu-item-home a {
	font-size: 0;
	padding: 16px;
}
ul.menu .menu-item-home i {
	font-size: 18px;
}


.secondary-navigation .current_page_item > a,
.secondary-navigation .current-menu-item > a, 
.secondary-navigation .current_page_ancestor > a,
.secondary-navigation .current-menu-ancestor > a,
.secondary-navigation li:hover > a,
ul.menu .menu-item-home a {
	background-color: #42b649;
}

.secondary-navigation ul li:hover > ul {
	display: block;
}

.secondary-navigation ul ul {
	display: none;
	width: 220px;
	position: absolute;
	z-index: 47;
	background: #252525;
	padding: 0;
}

.secondary-navigation ul ul a {
	width: 220px;
	position: relative;
	padding: 9px 45px 9px 20px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 1.6;
}

.secondary-navigation ul ul ul {
	left: 220px;
	top: 0px;
}

/*# Sticky Menu*/
.sticky-nav {
	margin: 0 !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

/*-------------------------------------------------------
#Main Content
---------------------------------------------------------*/
.site-content {
	width: 100%;
	position: relative;
}

.content-area {
	width: 67%;
	max-width: 670px;
	float: left;
}

.sidebar-left .content-area {
	float: right;
}

.post-wrap {
	width: 100%;
	clear: both;
}


/*-----------------------------------------------------
#Slider
-------------------------------------------------------*/
.section-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 9;
	background: #333333;
	margin-bottom: 30px;
}

.flex-caption {
	margin: 0;
	position: absolute;
	background: #42b649;
	color: #fff;
	left: 20px;
	bottom: 30px;
	padding: 16px 20px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	max-width: 520px;
	overflow: hidden;
	line-height: 1;
	text-align:left;
}

.flex-caption a {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
}

#slider .item{
	padding: 0;
	margin: 0;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#controlNav .owl-item {
	display: block;
	border: 3px solid #E8E8E6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#controlNav .owl-item.synced {
	border: 3px solid #035ec6;
}

#controlNav .item {
	margin: 0;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog.no-sidebar-post #controlNav .owl-item {
	padding: 1px;
}

.blog.no-sidebar-post #controlNav .item {
	width: 100%;
}

#controlNav .item h1{
  font-size: 18px;
}

#slider .date {
	color: #fff;
	background: #666666;
	padding: 9px 20px;
	display: block;
	float: left;
	position: absolute;
	left: 20px;
	bottom: 79px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

#slider .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	float: left;
	display: none;
	visibility: hidden;
}

.loading {
	background: transparent;
}

.loading:before  { 
	content: 'Loading Slider...'; 
	display: block; margin: 0; 
	text-align: center;
	color: #42b649; 
	font-size: 15px;
}

/* ----- Post List ------------*/
.post-item {
	width: 100%;
	margin: 0 0 30px 0;
	clear: left;
}

.post-item .post-thumbnail  {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 4px;
	display: block;

}

.featured-thumbnail {
	max-width: 100%;
	position: relative;
	float: left;
}

.post-item .post-thumbnail img {
	width: 100%;
	float: left;
}

.post-item .post-content {
	float: none;
	vertical-align: top;
	box-sizing: border-box;
}

.entry-content {
	line-height: 1.6;
	margin-bottom: 10px;
}

.entry-title {
	font-weight: 700;
	margin-bottom: 7px;

}

.entry-title a {
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.entry-title a:hover {
	color: #4e84d4;
}

.entry-meta {
	font-size: 12px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0;
	line-height: normal;
	margin-bottom: 10px;
	overflow: hidden;
}

.entry-meta *  {
	color: #999999;
}

.entry-meta span {
	display: inline-block;
	margin-right: 5px;
}

.entry-meta span a:hover,
.entry-meta span a:hover * {
	color: #42b649;
}

.entry-meta span i {
	margin-right: 4px;
}

.post-content p {
	line-height: 22px;
	margin-bottom: 7px;
}

.btn-read-more {
	float: right;
	width: 0px;	
	height: 30px;
	line-height: 30px;
	background: #42b649;
	text-align: center;	
}

.btn-read-more span {
	width: 100px;	
	height: 30px;
	line-height: 30px;
	text-align: center;	
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}

.btn-read-more span:hover {
	background-color: rgba(0, 0, 0, 0.1);
	}

/* ----- Post Grid ------------*/
.post-grid {
	width: 48%;
	max-width: 320px;
	float: left;
	margin: 0 30px 30px 0;
	}

.post-grid:nth-of-type(even){
	margin-right: 0;
	}

.post-grid:nth-child(2n+1) {
	clear: left;
}

.post-grid .post-thumbnail {	
	position: relative;
	margin-bottom: 10px;
}

.post-grid .post-thumbnail img {
	display: block;
}

.post-grid  .post-content {
	overflow: hidden;
}

/* ----- Post Two Grid ------------*/
.post-grid-two {
	width: 48%;
	max-width: 320px;
	float: left;
	margin: 0 30px 30px 0;
}
.post-grid-two:nth-of-type(even){
	margin-right: 0;
	}

.post-grid-two .post-thumbnail {	
	position: relative;
	margin-bottom: 10px;
}

.post-grid-two .post-thumbnail img {
	display: block;
}

/* ----- Post Three Grid ------------*/
.post-grid-three {
	width: 31.33%;
	max-width: 210px;
	margin: 0 20px 20px 0;
	float: left;
	margin-right: 3%;
}

.post-grid-three:nth-child(3n) {
	margin-right: 0;
}

.post-grid-three:nth-child(3n+1) {
	clear: left;
}

.post-grid-three .post-thumbnail {
	position: relative;
	margin-bottom: 10px;
}

.post-grid-three .post-thumbnail img {
	display: block;
}

/* ----- Title Backgroud Title Select Categories ------------*/
.tc-shortcode-title {
	font-size: 16px;
	text-transform: uppercase;
	background: #333333;
	color: #fff;
	line-height: 1;
	padding: 13px 20px 11px;
	font-weight: 300;
	margin-bottom: 30px;
}

.tc-shortcode-list .tc-shortcode-title {
	margin-bottom: 26px;
}

/*--------------------------------------------------------------
# No Sidebar Post
---------------------------------------------------------------*/
.no-sidebar-post .content-area {
	width: 100%;
	max-width: 100%;
	float: none;
}
.no-sidebar .content-area {
	width: 100%;
	max-width: 100%;
	float: none;
}

.no-sidebar-post .sidebar-right  .content-area {
	width: 67%;
	max-width: 670px;
}

.no-sidebar-post .sidebar-left  .content-area {
	width: 67%;
	max-width: 670px;
	float: right;
}

.no-sidebar-post .post-grid:nth-child(2n+1) {
	float: left;
}

.no-sidebar-post .post-grid:nth-child(3n) {
	margin-right: 0;
	float: left;
}

.no-sidebar-post .post-grid:nth-child(2n+1) {
	float: left;
	clear: none;
}

.no-sidebar-post .post-grid {
	margin: 0 20px 20px 0;
}

.no-sidebar-post .post-grid:nth-child(3n+1) {
	clear: left;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination-default {
	text-align: center;
}

.pagination-default .nav-previous,
.pagination-default .nav-next {
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.pagination-default .nav-previous {
	float: left;
}

.pagination-default .nav-next {
	float: right;	
}

.pagination-default .nav-previous a,
.pagination-default .nav-next a {
	background: #333333;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

/* pagination numberic */
.pagination .nav-links {
	width: 100%;
	text-align: center;
	display: block;
}

.pagination .nav-links a,
.pagination .nav-links span {
	width: 40px;
	line-height: 40px;
	display: inline-block;	
	margin-left: -1px;
}

.pagination .nav-links a {
	background-color: #333333;
	color: #ffffff;
}

.pagination .nav-links span.current {
	color: #ffffff;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover,
.pagination-default .nav-next a:hover,
.pagination-default .nav-previous a:hover {
	background-color: #42b649;
}

.pagination .nav-links span.dots {
	color: #000000;
}

/* click loading */
#load-more-wrap {
	width: 160px;
	background: #42b649;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #DDDDDD;
	margin: 20px auto;
}
#load-more-wrap a {
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 16px;
}

#load-more-wrap span {
	padding: 10px 20px;
	border-radius: 4px;
	width: 100%;
	color: #fff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* Infinite Scroll */
.infinite-scroll {
	width: 100%;
	margin: 40px 0 0;
	display: none;
}

.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-spin-clockwise {
	display: block;
	font-size: 0;
	color: #ffffff;
}

.la-ball-spin-clockwise.la-dark {
	color: #42b649;
}

.la-ball-spin-clockwise > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
	width: 32px;
	height: 32px;
}

.la-ball-spin-clockwise > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	-webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
	  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
		-o-animation: ball-spin-clockwise 1s infinite ease-in-out;
		  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise > div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -.875s;
	   -moz-animation-delay: -.875s;
		 -o-animation-delay: -.875s;
		   animation-delay: -.875s;
}

.la-ball-spin-clockwise > div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.75s;
	   -moz-animation-delay: -.75s;
		  -o-animation-delay: -.75s;
			 animation-delay: -.75s;
}

.la-ball-spin-clockwise > div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -.625s;
	   -moz-animation-delay: -.625s;
		-o-animation-delay: -.625s;
		   animation-delay: -.625s;
}

.la-ball-spin-clockwise > div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.5s;
	  -moz-animation-delay: -.5s;
		-o-animation-delay: -.5s;
		  animation-delay: -.5s;
}

.la-ball-spin-clockwise > div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -.375s;
	  -moz-animation-delay: -.375s;
	   -o-animation-delay: -.375s;
		 animation-delay: -.375s;
}

.la-ball-spin-clockwise > div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -.25s;
	  -moz-animation-delay: -.25s;
		-o-animation-delay: -.25s;
		  animation-delay: -.25s;
}

.la-ball-spin-clockwise > div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -.125s;
	   -moz-animation-delay: -.125s;
		 -o-animation-delay: -.125s;
		   animation-delay: -.125s;
}

.la-ball-spin-clockwise > div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: 0s;
	   -moz-animation-delay: 0s;
		 -o-animation-delay: 0s;
			animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.la-ball-spin-clockwise.la-sm > div {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
	height: 40px;
	margin: 0 auto;
	width: 40px;
}

.la-ball-spin-clockwise.la-2x > div {
	height: 5px;
	margin-left: -8px;
	margin-top: -8px;
	width: 5px;
}

.la-ball-spin-clockwise.la-3x {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}

.la-ball-spin-clockwise.la-3x > div {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
				transform: scale(0);
	}
}
@-moz-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-moz-transform: scale(1);
			 transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-moz-transform: scale(0);
			 transform: scale(0);
	}
}
@-o-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-o-transform: scale(0);
		   transform: scale(0);
	}
}
@keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}
}
/*-----------------------------------------------------------
# Single Post
-----------------------------------------------------------*/
.single-title {
	font-size: 36px;
	color: #3F83D1;
	line-height: 1.3;
}

article ul {
	margin: 0 0 1.5em 2.5em;
	list-style-type: square;
}

article ol {
	margin: 0 0 1.5em 2.5em;
	list-style-type: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
}


/*-------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	width: 100%;
	line-height: 1;
	padding: 13px 20px;
	background: #333;
	color: #fff;
	font-size: 14px;
	position: relative;
}

#crumbs {
	width: 100%;
	position: relative;
}

#crumbs span {
	display: inline-block;
	margin-left: 8px;
	position: absolute;
	top: -5px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
}

#crumbs a {
	color: #fff;
	display: inline-block;
	margin: 0 4px 0px 4px;
}

#crumbs a:first-child {
	margin-left: 0;
}

#crumbs a i {
	margin-right: 4px;
}

#crumbs a:hover,
#breadcrumbs a:hover {
	color: #42b649;
}

/*-------------------------------------------------------------
# Yoast Breadcrumb
--------------------------------------------------------------*/
#breadcrumbs a {
	color: #fff;
	margin-right: 4px;
}

#breadcrumbs .breadcrumb_last {
	display: inline-block;
	margin-left: 7px;
	position: absolute;
	top: 8px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.single .content-area .post-thumbnail {
	margin-bottom: 10px;
}

.single .content-area .post-thumbnail img {
	display: block;
}

.no-sidebar-post.single .content-area .post-thumbnail img {
	width: 100%;
}

.single .content-area .entry-header {
	margin-bottom: 10px;
}

.page-header .page-title,
.page article .entry-title {
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
	font-size: 26px;
	text-transform: uppercase;
	color: #232F5F;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.content-wrap-form {
	width: 100%;
}
.contact-form-box {
	width: 50%;
	float: left;
}
.contact-title {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.form-left {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	width: 400px;
}
.form-left input[type="text"],
.form-left input[type="email"] {
	width: 48%;
	border: 1px solid #BCBCBC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 18px;
	padding: 12px;
	font-size: 14px;
	color: #A4A4A4;
	float: left;
}
.form-left #tctxt_name {
	margin-right: 16px;
}
.form-left #tctxt_message {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form-left input[type="submit"] {
	border: 1px solid #404040;
	background-image: -moz-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(68, 68, 68) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	font-size: 15px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 0px;
	width: 100%;
	clear: both;
	height: 48px;
	cursor: pointer;
}
.tc-contact-fo {
	width: 100%;
	float: left;
}
.tc-contact-fo h3 {
	font-size: 14px;
	color: #404040;
	margin-bottom: 10px;
	font-style: italic;
}
.page-title-single {
	margin-bottom: 10px;
}
ul.contact-info {
	margin-left: 20px;
}
.tc-contact-fo ul li {
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
}
.tc-contact-fo ul li .fa {
	margin-right: 3px;
	width: 20px;
}
.form-left .msg {
	color: #1bbc9b;
	text-align: center;
	padding: 20px 0 0 0;
	display: inline-block;
	width: 100%;
}
div.pp_default .pp_description {
	font-size: 12px;
	margin: 10px 50px 5px 0;
}

/*------------------------------------------------------------
# Related Post In Single Post
-------------------------------------------------------------*/

/*# Grid*/

.related-posts {
	margin-bottom: 20px;
}

.related-posts h3 {
	margin-bottom: 15px;
}

.related-posts ul {
	list-style: square;
	list-style-position: inside;
}

.related-posts ul.have-thumbnail {
	list-style: none;
}

.entry-meta-single {
	font-size: 12px;
	line-height: normal;
	color: #999999;
	font-weight: normal;
}

.entry-meta-single span {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.entry-meta-single span:after {
	content: '/';
	position: absolute;
	right: -10px;
	top: 0;
	font-size: 12px;
}

.entry-meta-single span:last-child:after {
	content: '';
}

.related-posts ul li {
	width: 48%;
	float: left;
	margin-right: 2%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.related-posts ul li .thumbnail {
	float: left;
	margin-right: 10px;
}

.related-posts ul li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.related-posts ul li:nth-child(2n+1) {
	clear: left;
}

.related-posts ul li a {
	color: #666666;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	display: block;
}

.related-posts ul li a:hover {
	color: #42b649;
}

/*# List */
.related-posts ul.related-list li {
	width: 100%;
	float: none;
	margin-right: 0;
}
.related-posts ul.related-list li:last-child {
	margin-bottom: 30px;
}

/* Post Navigation */
.post-navigation {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 40%;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	padding: 12px 30px 12px 35px;
	white-space: nowrap;
	line-height: 1;
	background: #333333;
	display: none;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	text-overflow: ellipsis;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background-color: #42B649;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	font: normal normal normal 14px/1 'FontAwesome';
	margin-top: -7px;
	position: absolute;
	top: 50%;
}

.post-navigation .nav-previous a:before {
	content: '\f104';
	left: 20px;
}

.post-navigation .nav-next a:before {
	content: '\f105';
	right: 20px;
}

/*--------------------------------------------------------------
# Social Sharing
--------------------------------------------------------------*/
.tc-social-sharing {
	margin: 15px 0 0 0;
	clear: both;
}

.after-content {
	margin-bottom: 15px;
}

.tc-social-sharing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.tc-social-sharing li {
	display: inline-block;
	margin: 0 6px 0 0;
}

.tc-social-sharing li a {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	width: 100px;
	height: 30px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	display: block;
	color: #ffffff;
	padding: 0 10px;
	font-weight: bold;
}

.tc-social-sharing li a i {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	z-index: 2;
	left: -1px;
}

.tc-social-sharing li a span {
	position: relative;
	z-index: 2;
	font-size: 12px;
	float: right;
	text-transform: capitalize;
}

.tc-social-sharing li a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.tc-social-sharing .facebook a:before {
	border-top: 30px solid #324A7E;
	border-right: 30px solid #324A7E;
	transition: all 1.2s ease;
}

.tc-social-sharing .facebook a {
	background-color: rgba(61, 90, 152, 1);
}

.tc-social-sharing .facebook a:hover:before {
	border-top: 130px solid #324A7E;
	border-right: 130px solid #324A7E;
}

.tc-social-sharing .twitter a:before {
	border-top: 30px solid #0690C2;
	border-right: 30px solid #0690C2;
	transition: all 1.2s ease;
}

.tc-social-sharing .twitter a:hover:before {
	border-top: 130px solid #0690C2;
	border-right: 130px solid #0690C2;
}

.tc-social-sharing .twitter a {
	background-color: rgba(9, 176, 237, 1);
}

.tc-social-sharing .googleplus a {
	background-color: rgba(209, 71, 53, 1);
}

.tc-social-sharing .googleplus a:before {
	border-top: 30px solid #e75c3c;
	border-right: 30px solid #e75c3c;
	transition: all 1.2s ease;
}

.tc-social-sharing .googleplus a:hover:before {
	border-top: 130px solid #e75c3c;
	border-right: 130px solid #e75c3c;
}

.tc-social-sharing .pinterest a {
	background-color: rgba(203, 33, 39, 1);
}

.tc-social-sharing .pinterest a:before {
	border-top: 30px solid #AD1B20;
	border-right: 30px solid #AD1B20;
	transition: all 1.2s ease;
}

.tc-social-sharing .pinterest a:hover:before {
	border-top: 130px solid #AD1B20;
	border-right: 130px solid #AD1B20;
}

.tc-social-sharing .linkedin a {
	background-color: rgba(3, 90, 135, 1);
}

.tc-social-sharing .linkedin a:before {
	border-top: 30px solid #03496E;
	border-right: 30px solid #03496E;
	transition: all 1.2s ease;
}

.tc-social-sharing .linkedin a:hover:before {
	border-top: 130px solid #03496E;
	border-right: 130px solid #03496E;
}

/* #Sticky Social */
.sticky-social {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.sticky-left {
	position: fixed;
	margin: 0;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}

.sticky-left.hide-social {
	-ms-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}

.btn-hide {
	font-size: 20px;
	width: 44px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: -50px 2px 2px 2px;
	-webkit-transition: all 500ms ease-out 100ms;
	-moz-transition: all 500ms ease-out 100ms;
	-o-transition: all 500ms ease-out 100ms;
	transition: all 500ms ease-out 100ms;
}

.btn-hide.active, .btn-hide:hover {
	background: rgba(49, 49, 49, 0.03);
	color: #ff0000;
}

.btn-hide.active {
	-ms-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}

.sticky-social .btn-hide.active i:before {
	content: "\f1e0";
}

.social-sharing-left li {
	width: 20%;
	margin: 2px;
	display: block;
	padding: 0;	
}

.sticky-left ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: width 0.4s ease-in-out;
}

.sticky-social  .tc-social-sharing  a:before,
.sticky-social .tc-social-sharing a:hover:before {
	border-top: 0;
	border-bottom: 0;
}

.sticky-left ul li:hover a {
	width: 52px;
}

/*------------------------------------------------------------
# About Author
-------------------------------------------------------------*/
.author-bio {
	width: 100%;
	margin: 0 0 30px 0;
	display: inline-block;
}

.comments-area .comment-respond .comment-reply-title,
.related-posts h3,
.title-bio,
.comments-area .comments-title {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #333333;
	color: #fff;
	font-weight: normal;
	padding: 13px 20px 11px;
	line-height: 1;
}

.title-bio {
	margin-bottom: 0;
}

.wrap-bio {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.bio-avatar {
	float: left;
	margin: 0 20px 0 0;
}

.bio-avatar img {
	display: block;
}

.bio-name, .bio-desc {
	margin: 0;
}

.bio-name {
	font-size: 18px;	
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 7px 0;
	line-height: 1;
}

.bio-name a {
	font-size: 18px;
	margin-bottom: 10px;
	color: #42b649;
}

.bio-name a:hover {
	color: #42b649;
}

.autor-color {
	color: #81c84f;	
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
}

.comments-area .comment-meta {
	position: relative;
}

.comments-area .comment-meta .comment-metadata {
	position: absolute;
	top: 0;
	right: 0;
	background: #42b649;
	padding: 2px 9px;
	color: #fff;
}

.comments-area .comments-title {
	margin-bottom: 30px;
}

.comments-area .comment-meta .comment-metadata a {
	color: #ffffff;
}

.comment-meta .vcard img{
	float: left;
	margin-right: 14px;
	border-radius: 50%;
}

.comments-area .comment-author {
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.comments-area .comment-author .fn,
.comments-area .comment-author .says {
	display: inline-block;
}

.comments-area .comment-author .fn a {
	color: #333333;
	text-transform: capitalize;
}

.comments-area .comment-metadata {
	font-size: 12px;
}

.comments-area .comment-content {
	padding: 10px 8px 0px 92px;
}

.comments-area ol {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.comments-area .reply .comment-reply-link {
	background: #333;
	padding: 5px 8px;
	color: #ffffff;
	border-radius: 3px;
}

.comments-area .reply .comment-reply-link:hover {
	background: #42b649;
}

.comments-area .reply .comment-reply-link i {
	font-size: 10px;
}

.comments-area .comment-content p {
	margin-bottom: 5px;
	line-height: 21px;	
}

.comments-area p.form-submit {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.comments-area p.form-submit input {	
	border: none;
	background: #333333;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 13px 20px;
	text-shadow: none;
	box-shadow: none;
	border-radius: inherit;
	outline: none;
}

.comments-area p.form-submit input:hover {
	background: #42b649;
}

.comments-area ol.comment-list li {
	margin-bottom: 20px;
	position: relative;
}

#comments li.comment.depth-1:nth-child(even) {
	background: #f5f5f5;
	padding: 20px 0 0 0;
}

.comments-area ol.comment-list ol.children {
	padding-top: 20px;
	padding-left: 70px;
}

.comment-list ol li  {
	overflow: hidden;
}
.comments-area.author-highlight ol.comment-list li.bypostauthor {
	border-left: 7px solid #cccccc;
	padding-left: 10px;
}

.comments-area .reply {
	padding-left: 95px;
	padding-bottom: 15px;
	font-size: 12px;
}

.comment-respond p {
	position: relative;
	width: 100%;
}

.comment-form-comment:before,
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before {
	position: absolute;
	font-size: 14px;
	color: #B0B3B5;
	font-family: FontAwesome;
	top: 7px;
	left: 12px;
}

.comment-form-comment:before {
	content: '\f075';
}
.comment-form-author:before {
	content: '\f007';
}

.comment-form-email:before {
	content: '\f0e0';
}
.comment-form-url:before {
	content: '\f0ac';
}
#comments li.comment .comment-respond {
	margin-left: 136px
}

.comment-respond .comment-reply-title {
	margin: 0;
}


.comment-respond .logged-in-as a {
	color: #666;
}
 .comment-respond .logged-in-as a:hover {
	color: #42b649;
}

.comment-respond .comment-form {
	width: 100%;
	padding: 16px 20px 0;
	position: relative;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	margin-bottom: 18px;
}

.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"] {
	padding: 10px 32px;
	width: 100%;
	max-width: 430px;
	box-sizing: border-box;
}

.comments-area .comment-respond textarea {
	padding: 10px 32px;
	width: 100%;
	margin-bottom: 4px;
}

.highlight-author .bypostauthor > article {
	border: 1px solid #e2e2e2;
	padding: 5px;
}

.comment-respond input,
.comment-respond textarea
{
	transition: all 0.25s ease-in-out;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid #e7e7e7;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
	background: #ffffff;
	border: 1px solid #e2e2e2;
}

/*--------------------------------------------------------------
# Asides Widgets
--------------------------------------------------------------*/
.widget-area {
	float: right;
	max-width: 300px;	
	width: 28%;	
	background-color: whitesmoke;
}

.sidebar-left .widget-area {
	float: left;
}

.widget {
	margin: 0 0 0 0;
	line-height: 1.6;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	clear: both;
}

.widget .widget-title {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #333333;
	padding: 13px 20px 11px;
	margin-bottom: 0;
	line-height: 1;
}

/*Widget search*/
.widget_search {
	position: relative;
}

.search-form {
	width: 100%;
	position: relative;
}

.search-form label {
	display: block;
}

.search-form .search-field {
	width: 100%;
	height: 40px;
	margin: 0;
}

.search-form .search-submit {
	position: absolute;		
	color: #ffffff;
	margin: 0;
	background: #333333;
	top: 0;
	right: 0;
	border: none;
	height: 40px;
	text-transform: uppercase;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*
.widget ul li {	
	padding-bottom: 10px;
	border-bottom: 1px solid #035EC6;
	margin-bottom: 11px;
}
*/

.widget ul li a {
	color: #666666;
	display: block;
	line-height: 1.4;
	font-weight: normal;
}

.widget ul li a:hover {
	color: #42b649;
}
.widget_recent_comments ul li a {
	color: #42b649;
}
.widget_recent_comments ul li .comment-author-link a {
	color: #666666;
}

.widget ul ul {
	margin-top: 12px;
}

.widget ul li p {
	margin-bottom: 0;
}

/*-------------------------------------------------
# Tags Cloud
--------------------------------------------------*/
.tagcloud a {
	background: #333333;
	color: #ffffff;
	padding: 4px 12px;
	margin: 3px;
	text-transform: capitalize;
	float: left;
}

.tagcloud a:hover {
	opacity: 0.9;
}

/* widget Calendar */
#wp-calendar {
	margin-bottom: 0;
	border: 0;
}

#wp-calendar caption {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;	
	background: #333333;
	color: #fff;
	line-height: 1;
	padding: 12px 0;
}

#wp-calendar thead th {
	background: #ffffff;
	color: #666666;
	padding: 10px 0;
	text-align: center;
}

#wp-calendar thead th:first-child {
	border-left: 1px solid #e9e9e9;
}

#wp-calendar thead th:last-child {
	border-right: 1px solid #e9e9e9;
}

#wp-calendar td {
	text-align: center;
	padding: 7px 0;
}

/*-------------------------------------------------
# widget post with thumbnail
--------------------------------------------------*/
.widget ul .post-img {
	float: left;
	margin: 4px 15px 0 0;
}
.widget ul li.no-thumbnail .post-img {
	margin: 0;
}

.widget ul .post-data .post-meta {
	color: #999;
	position: relative;
	padding-top: 3px;
}

.post-data .post-meta span {
	position: relative;
	display: inline-block;
	font-size: 12px;

}
.post-data .post-meta span:nth-child(even) {
	margin-left: 12px;
}

.post-data .post-meta span:nth-child(even):before {
	content: '/';
	position: absolute;
	top: 0;
	left: -10px;
}
.widget ul .post-data {
	color: #777;
}
.widget ul .post-data p {
	font-size: 13px;
}

/*--------------------------------------------------------------
# #Banner-125
--------------------------------------------------------------*/
.widget .banner-125 ul li {
	border: 0;
}

.tc_banner_300_widget .widget-title,
.tc_banner_widget .widget-title,
.widget_tag_cloud .widget-title  {
	margin-bottom: 0;
}

.banner-125 ul li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 0 10px 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	font-weight: normal;
	font-size: 14px;
	color: #cccccc;
}

.footer-widget {
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px 0;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}

.col-3 {
	max-width: 300px;
	width: 30%;
	position: relative;
	float: left;
	margin-right: 5%;
}

.col-3.last {
	margin-right: 0;
}
.col-3 .widget {
	margin: 0 0 20px 0;
}
.col-3 .widget:last-child {
	margin-bottom: 10px;
}

.col-2 {
	width: 48%;
	position: relative;
	float: left;
	margin-right: 4%;
}

.col-2.last {
	margin-right: 0;
}

.site-info {
	float: left;
	width: 100%;
	line-height: 1;
	clear: both;
	padding: 23px 0;
	background-color: #333333;
}

.site-info .copyright {
	float: left;
}

.site-info .footer-menu-wrapper {
	float: right;
}

.copyright,
.copyright a {
	color: #ffffff;
}

/*menu footer*/
ul#menu-footer li {
	float: left;
	position: relative;
}

ul#menu-footer li a {
	display: block;
	font-size: 14px;
	position: relative;
	color: #ffffff;
	padding: 0px 16px;
}

ul#menu-footer li a:hover,
.copyright a:hover {
	text-decoration: underline;
}

ul#menu-footer li:before {
	content: '|';
	position: absolute;
	top: -1px;
	right: 0;
	font-size: 13px;
}

ul#menu-footer li:last-child:before {
	content: '';
}

ul#menu-footer ul {
	display: none;
}

/*--------------------------------------------------------------
# Back to top
---------------------------------------------------------------*/
.back-to-top {
	display: none;
	position: fixed;
	background: #42b649;
	padding: 12px 15px;
	color: #fff;
	line-height: 1;
	z-index: 9;
	right: 20px;
	bottom: 40px;
	cursor: pointer;	
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}
.back-to-top:hover {
	opacity: 0.8;
}

.cat_list {
margin-bottom: 20px;
}

.cat_list_tn {
float: left;
margin-right: 10px;
}

.authors-page-box td {
    width: 100%;
    margin-top: 18px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #232f5f;
    border-top: 26px solid #232f5f;
    border-right: 1px solid #232f5f;
    border-bottom: 1px solid #232f5f;
    text-align: left;
}