/*
Theme Name: Lekh
Theme URI: http://8degreethemes.com/wordpress-themes/lekh/
Author: 8DegreeThemes
Description: Lekh is a blog type theme. It contains all the functionality for a blog site. Fully responsive, bbPress compatible, Woocommerce compatible, translation ready, cross-browser compatible, SEO friendly, RTL support. Great customer support via online chat, email. View full demo here: http://8degreethemes.com/demo/lekh/ support: support@8degreethemes.com
Version: 100.0.1
Tested Up to: 5.5
Requires at least: 4.6
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lekh
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-logo, custom-background, threaded-comments, translation-ready

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.

Lekh is based on Underscores http://8degreethemes.com/, (C) 2012-2015 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-size: 16px;
	color: #555;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 20px 0;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	line-height: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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;
}
tr {
    border-bottom: 1px solid #eee;
}
td,
th {
	padding: 0;
	border-left: 1px solid #eee;
    padding-left: 10px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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;
}

body {
	font-family: 'Lato', sans-serif;
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	border-left: 4px solid #d5d5d5;
    color: #6a6a6a;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding-left: 15px;
    quotes: "" "";
    position: relative;
    margin-left: 60px;
}
blockquote::before, q::before {
    background-image: url(images/blockquote.png);
    content: "";
    height: 26px;
    left: -60px;
    position: absolute;
    top: 5px;
    width: 33px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #282828;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	font-family: 'roboto';
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 25px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #ed7d27;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"], 
input[type="tel"],
textarea {
	color: #555;
	border: 1px solid #ddd;
	border-radius: 0px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus, 
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"], 
input[type="tel"] {
	padding: 5px 10px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
COMMENT SECTION
---------------------------------------------------------------*/
.comments-area {
    margin-top: 40px;
}
.comment-respond {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.10);
}
.comment-respond .comment-reply-title {
	margin-top: 0;
}
.comments-area .comment-respond form p.comment-form-author, 
.comments-area .comment-respond form p.comment-form-email, 
.comments-area .comment-respond form p.comment-form-url {
	float: left;
	width: 30%;
	margin-right: 20px;
}
.comments-area .comment-respond form p.comment-form-url {
	margin-right: 0;
}
.comment-respond .comment-form .form-submit {
    clear: both;
    margin-bottom: 5px;
}
.required {
	color: red;
}
.comments-area .comment-respond form p.comment-form-author input[type="text"], 
.comments-area .comment-respond form p.comment-form-email input[type="email"], 
.comments-area .comment-respond form p.comment-form-url input[type="url"] {
	width: 100%;
}
#primary .site-main article.comment-body {
	margin-bottom: 30px;
}
.comments-area ol.comment-list, .comments-area ol.children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments-area ol.comment-list {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}
.comments-area ol.children {
	margin-left: 0px;
	position: relative;
}
.comments-area ol.children::before {
	border-bottom: 10px solid #eee;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	left: 10px;
	position: absolute;
	top: -10px;
}
.comments-area .comment-author.vcard {
	float: left;
	width: 50%;
}

.comments-area .comment-author.vcard img {
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 60px;
	height: auto;
	border-radius: 100%;
}
.comments-area p.comment-awaiting-moderation {
	margin-bottom: 0;
	margin-top: 0;
	font-style: italic;
	font-size: 13px;
	clear: both;
}
.comments-area .comment-metadata {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 13px;
}
.comments-area .comment-metadata a {
	border-left: 1px solid #ddbd85;
	padding-left: 10px;
	margin-left: 10px;
	color: #ddbd85;
}
.comments-area .comment-metadata a:hover {
	color: #ed7d27;	
}
.comments-area .comment-metadata a:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.comments-area ol.children li.comment {
	background: #eee;
	padding: 15px;
}
.comments-area .reply .comment-reply-link {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #ed7d27;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 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;
	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. */
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after,  
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.lekh-wrapper:before, .lekh-wrapper:after {
	content: "";
	display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-content:after, 
.site-footer:after, 
.lekh-wrapper:after {
	clear: both;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	width: 100%;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
.single article .entry-content .entry-meta, 
.single article .entry-content .post-categories {
    display: inline-block;
}
.single article .entry-content .post-categories li {
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.single article .entry-content .post-categories li::before {
    content: "/";
    left: -3px;
    position: absolute;
    top: 0;
}
.single article .entry-content .post-categories li a {
    border: medium none;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.single article .entry-content .post-categories li a:hover {
	color: #ed7d27;
}
.entry-meta span {
	color: #2b2b2b;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 15px;
}
.entry-meta span:first-child {
	padding-left: 0;
}
.entry-meta span:after {
	content: "/";
	position: absolute;
	right: -2px;
	top: 0px;
}
.entry-meta span:last-child:after, 
.entry-meta span span:after {
	content: "";
}
.entry-meta span span {
	margin-bottom: 0;
	padding: 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
-------------------- ------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
	width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 5px;
	line-height: 0;
}

.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 {
	background: #ddd none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px;
}

/*--------------------------------------------
POST NAVIGATION
---------------------------------------------*/
.nav-links::before, .nav-links::after {
    content: "";
    display: table;
}
.nav-links::after {
    clear: both;
}
.posts-navigation .nav-previous, .posts-navigation .nav-next, 
.post-navigation .nav-previous, .post-navigation .nav-next {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.posts-navigation .nav-next, 
.post-navigation .nav-next {
	float: right;
	text-align: right;
}
.posts-navigation .nav-links a, 
.post-navigation .nav-links a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}
.posts-navigation .nav-links a:hover, 
.post-navigation .nav-links a:hover {
	background: #ed7d27;
}
.posts-navigation .nav-links .nav-previous a, 
.post-navigation .nav-links .nav-previous a {
	padding-left: 50px;
}
.posts-navigation .nav-links .nav-previous a:before, 
.post-navigation .nav-links .nav-previous a:before {
	content: "\f104";
	font-family: fontawesome;
	background: #444;
	padding: 10px 20px;
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.posts-navigation .nav-links .nav-next a, 
.post-navigation .nav-links .nav-next a {
	padding-right: 50px;
}
.posts-navigation .nav-links .nav-next a:after, 
.post-navigation .nav-links .nav-next a:after {
	content: "\f105";
	font-family: fontawesome;
	background: #444;
	padding: 10px 20px;
	position: absolute;
	right: -10px;
	top: 0;
	height: 100%;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.posts-navigation .nav-links .nav-previous a:hover:before, 
.posts-navigation .nav-links .nav-next a:hover:after, 
.post-navigation .nav-links .nav-previous a:hover:before, 
.post-navigation .nav-links .nav-next a:hover:after {
	background: #cb6b21;
}

/*----------------------------------------------
COMMON CSS
-----------------------------------------------*/
nav, .layout2 nav.main-navigation {
	display: none;
}
#fancybox-wrap {
	z-index: 999999;
}
.lekh-wrapper {
	margin: 0 auto;
	width: 1140px;
}
.lekh-menu-toggle {
	display: none;
}
header.site-header {
	position: relative;
	/*z-index: 1;*/
}
.no-slider header.site-header{
	margin-bottom: 40px;
}
header.site-header::after {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: -1;*/
}
.widget-title::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.widget-title {
    color: #333;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.widget-title > span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
}
.home_pagination_link > a {
    border-bottom: 1px solid #777;
    color: #777;
    font-family: montserrat,sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.home_pagination_link > a:hover {
	color: #ed7d27;
	border-bottom-color: #ed7d27;
}

.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    color: #333;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}
.widget ul li .post-date {
    color: #999;
    display: block;
    font-family: lato;
    font-style: italic;
    font-weight: 400;
}
.content-area article {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.content-area article:last-child {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-area article.format-audio figure, 
.content-area article.format-video figure {
    margin: 0;
    position: relative;
}
.content-area article.format-audio figure::before, 
.content-area article.format-video figure::before {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    content: "\f028";
    font-family: fontawesome;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 9;
}
.content-area article.format-video figure::before {
	content: "\f03d";
}
.content-area article.format-video figure::after {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    content: "\f04b";
    font-family: fontawesome;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.content-area article.format-video figure:hover::after {
	background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
}
.entry-meta {
    line-height: 20px;
}
.entry-footer span {
    color: #666;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
}
.entry-footer span:first-child {
    padding-left: 0;
}
.entry-footer span::after {
    content: "/";
    position: absolute;
    right: -2px;
    top: -2px;
}
.entry-footer span:last-child::after, 
.entry-footer span.alreadyvoted::after {
	content: "";
}
.entry-footer span a {
	margin-left: 5px;
	color: #999;
	font-weight: 400;
}
.entry-footer span a:hover {
	color: #ed7d27;
}
.entry-header .entry-title {
    font-size: 20px;
    margin: 0;
}
.entry-header .entry-meta span {
    color: #999;
    margin-bottom: 0;
    /*margin-top: 5px;*/
}
.entry-summary p {
    margin-bottom: 15px;
    margin-top: 5px;
}
body.box_layout {
    background: #f5f5f5 none repeat scroll 0 0;
}
.box_layout #page {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 1200px;
}
.site-content .grid {
	background: none;
	border: none;
}
span.dropcap {
	display: inline;
    float: left;
    font-size: 4.5em;
    font-weight: 700;
    line-height: 0.6em;
    margin: 0;
    padding: 0.15em 0.08em 0 0;
    text-transform: capitalize;
}

/*------------------- AUDIO LAYOUT FOR MEDIUM LIST FEATURE -----------------*/
.medium-list .format-audio .entry-media-wrap {
    float: left;
    width: 40%;
}
.medium-list .format-audio .entry-media-wrap figure {
    float: none;
    width: 100%;
}
.medium-list .mejs-controls div.mejs-time-rail {
	width: 200px !important;
}
.medium-list .mejs-time-total.mejs-time-slider {
    width: 180px !important;
}
.medium-list .mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: auto !important;
}
.medium-list .mejs-controls a.mejs-horizontal-volume-slider {
	display: none !important;
}

/*----------------------------------------------
SIDEBARS
-----------------------------------------------*/
.right-sidebar #primary {
    float: left;
    padding-right: 40px;
    width: 70%;
    margin-bottom: 40px;
    border-right: 2px solid #e4e4e4;
}
.right-sidebar #secondary, .left-sidebar #secondary {
    float: left;
    width: 30%;
    padding-left: 40px;
    margin-bottom: 40px;
}
.left-sidebar #secondary {
	padding-left: 0;
	padding-right: 40px;
}
.left-sidebar #primary {
    float: right;
    padding-left: 40px;
    width: 70%;
    margin-bottom: 40px;
    border-left: 2px solid #e4e4e4; 
}
.both-sidebar .left-sidebar-right {
    float: left;
    padding-right: 30px;
    width: 75%;
}
.both-sidebar .left-sidebar-right #primary {
    float: right;
    padding-left: 30px;
    width: 70%;
}
.both-sidebar .left-sidebar-right .sidebar-left {
    float: left;
    width: 30%;
}
.both-sidebar .sidebar-right {
    float: right;
    width: 25%;
}
.home.no-sidebar #primary {
    margin: 0 auto;
    width: 900px;
}
.no-sidebar #primary {
	margin-bottom: 50px;
}

/*-----------------------------------------------
TOP HEADER
------------------------------------------------*/
.layout3-top-header:before,
.layout3-top-header:after, 
.layout3-bottom-header:before, 
.layout3-bottom-header:after {
	content: "";
	display: table;
}
.layout3-top-header:after, 
.layout3-bottom-header:after {
	clear: both;
}
.layout3-top-header {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	z-index: 3;
}
.layout3-top-header .main-navigation, 
.layout3-top-header .header-social-search {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
}
.layout3-top-header .header-social-search {
	width: 40%;
	text-align: right;
}
.layout3-top-header ul, 
.layout3-bottom-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.layout3-top-header ul li, .layout3-bottom-header ul li {
    display: inline-block;
    position: relative;
}
.layout3-top-header ul li a, .layout3-bottom-header ul li a {
    display: inline-block;
    padding: 10px 15px;
}
.header-social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.social-icons a {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    color: #444;
}
.social-icons a:hover {
	color: #ed7d27;
}
.social-icons a::after {
    border-right: 1px solid #ddd;
    content: "";
    height: 15px;
    position: absolute;
    right: -1px;
    top: 11px;
}
.social-icons a:last-child::after {
	border-right: none;
}
.header-social-search .search_header {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.search_header label {
    display: inline-block;
    vertical-align: middle;
    width: 89%;
}
.search_header label .search-field {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-family: "open sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
}
.search_header label .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-style: italic;
  font-family: serif;
  letter-spacing: 0.5px;
}
.search_header label .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-style: italic;
  font-family: serif;
  letter-spacing: 0.5px;
}
.search_header label .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-style: italic;
  font-family: serif;
  letter-spacing: 0.5px;
}
.search_header label .search-field:-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-style: italic;
  font-family: serif;
  letter-spacing: 0.5px;
}
.search_header .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    vertical-align: middle;
    width: 9%;
    cursor: pointer;
}
.search_header .search-submit:hover {
	background: none;
	color: #ed7d27;
}
.layout3 .main-navigation > .lekh-wrapper {
	width: auto;
}
.layout3-top-header ul li {
    font-family: "open sans";
    font-size: 12px;
    text-transform: uppercase;
}
.layout3-top-header div ul ul li a {
	color: #fff;
	padding: 15px 15px;
	outline: none;
	display: block;
}
.layout3-top-header div > ul > li:first-child > a {
	padding-left: 0;
}
.layout3-top-header ul li a:hover, 
.layout3-top-header ul li.current-menu-item > a, 
.layout3-top-header ul li.current_page_item > a {
	color: #ed7d27;
}

/*---------------------------------------------
BOTTOM HEADER
----------------------------------------------*/
.layout3-bottom-header {
    font-family: "montserrat";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.secondary-left-navigation {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
.layout3-bottom-header .lekh-wrapper {
	width: auto;
}
.layout3 .site-branding {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 19%;
    padding: 25px 0;
}
.site-logo + .site-text {
	margin-top: 10px;
}
.site-text h1 {
    color: #333;
    font-family: open sans;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.site-text .site-description {
    color: #999;
    font-family: "open sans";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}
.secondary-right-navigation {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 40%;
}
.layout3-bottom-header .menu li a {
	line-height: 2;
    padding: 40px 25px;
    color: #1a1a1a;
}
.layout3-bottom-header .menu li a:hover, 
.layout3-bottom-header .menu li.current-menu-item a, 
.layout3-bottom-header .menu li.current_page_item a {
	color: #ed7d27;
}
.layout3-bottom-header .secondary-left-navigation .menu > li:first-child > a {
	padding-left: 0;
}
.layout3-bottom-header .secondary-right-navigation .menu > li:last-child > a {
	padding-right: 0;
}
.site-header nav ul ul {
    background: #333 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.site-header nav .nav-menu li:hover > ul, 
.site-header nav .menu li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.site-header nav ul ul li {
    display: block;
}
.site-header nav ul ul li a {
    border-bottom: 1px solid #444;
    color: #fff;
    padding: 15px;
    width: 100%;
}
.site-header nav ul ul li a:hover {
	background: #444;
}
.site-header nav .nav-menu li ul > li:last-child > a, 
.site-header nav .menu li ul > li:last-child > a {
	border-bottom: none; 
}
.site-header nav ul ul ul {
	top: 0;
	left: 100%;
}
.site-header nav.secondary-right-navigation ul ul {
	left: inherit;
	right: 0;
}
.site-header nav.secondary-right-navigation ul ul ul {
	right: 100%;
}

/*----------------------------------------
LAYOUT TWO
-----------------------------------------*/
.layout2 .layout2-main-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding: 10px 0;
    z-index: 99999;
    position: relative;
}
.layout2 .site-branding {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    width: 21%;
}
.layout2 .right .site-branding {
    float: right;
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 0;
    text-align: right;
}
.layout2 .main-navigation {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.layout2 .main-navigation > .lekh-wrapper {
    width: auto;
}
.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.layout2 .main-navigation .nav-menu li {
    display: inline-block;
    font-family: montserrat;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.layout2 .main-navigation .nav-menu li a {
    color: #222;
    display: inline-block;
    padding: 28px 8px;
    outline: none;
}
.layout2 .main-navigation .nav-menu li a:hover, 
.layout2 .main-navigation .nav-menu li.current-menu-item a, 
.layout2 .main-navigation .nav-menu li.current_page_item a {
	color: #ed7d27;
}
.layout2 .main-navigation .nav-menu li ul li {
	font-family: 'lato';
	font-weight: 400;
	width: 100%;
}
.layout2 .main-navigation .nav-menu li ul li a {
	padding: 15px;
	color: #fff;
}
.layout2 .main-navigation .nav-menu li ul li a:hover, 
.layout2 .main-navigation .nav-menu li ul li.current-menu-item a, 
.layout2 .main-navigation .nav-menu li ul li.current_page_item a {
	color: #fff;
	background: #444;
}
.layout2 .header-social-search {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    text-align: right;
}
.layout2 .right .header-social-search {
    float: left;
    margin-top: 18px;
    text-align: left;
}
.layout2 .header-social {
	width: auto;
}
.layout2 .social-icons a {
	padding: 10px;
}
.layout2 .social-icons a::after {
	display: none;
}
.layout2 .header-social-search .header-social + .search_header {
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
}
.layout2 .header-social-search .search_header {
    width: auto;
}
.layout2 .search_header > .fa {
	cursor: pointer;
	transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.layout2 .search_header > .fa:hover {
	color: #ed7d27;
}
.layout2 .search_form_wrap {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.layout2.admin-bar .search_form_wrap {
	top: 32px;
}
.layout2.admin-bar .fixed .search_form_wrap {
	top: 0;
}
.layout2 .search-open .search_form_wrap {
	opacity: 1;
	filter: alpha(100);
	visibility: visible;
}
.layout2 .search_header .search-form {
    border-bottom: 2px solid #666;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.layout2 .search_header label .search-field {
    font-size: 20px;
    height: 60px;
}
.layout2 .search_header .search-submit {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    height: 60px;
    width: 10.5%;
}
.layout2 .search_header .search-submit:hover {
	background: #999;
}
.layout2 .search_header .search_close {
    background: #ddd none repeat scroll 0 0;
    color: #333;
    font-family: montserrat;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}
.layout2 .search_header .search_close:hover {
	background: #999;
}
.layout2 .layout2-secondary-menu {
	display: none;
}

/*-------------------------------------------
LAYOUT ONE
--------------------------------------------*/
.layout1 .logo-below {
    margin-top: 51px;
}
.layout1 .logo-below.fixed {
    margin-top: 40px;
}
.layout1 .layout1-header {
	position: relative;
	z-index: 9999;
	padding: 30px 10px;
}
.layout1 .header-social-search {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.layout1 .header-social {
    width: 100%;
}
.layout1 .site-branding {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.layout1 .search_header {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    padding-right: 15px;
}
.layout1 .search_header .search-form {
	background: #f8f8f8;
}
.layout1 .search_header label .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  font-style: normal;
  font-family: 'open sans';
  letter-spacing: 0px;
  opacity: 1;
  font-size: 13px;
}
.layout1 .search_header label .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  font-style: normal;
  font-family: 'open sans';
  letter-spacing: 0px;
  opacity: 1;
  font-size: 13px;
}
.layout1 .search_header label .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-style: normal;
  font-family: 'open sans';
  letter-spacing: 0px;
  opacity: 1;
  font-size: 13px;
}
.layout1 .search_header label .search-field:-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-style: normal;
  font-family: 'open sans';
  letter-spacing: 0px;
  opacity: 1;
  font-size: 13px;
}
.layout1 .main-navigation {
    background: #333 none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
    text-align: center;
}
.layout1 .logo-below .main-navigation {
    left: 0;
    position: absolute;
    right: 0;
    top: -51px;
}
.layout1 .logo-below.fixed .main-navigation {
	top: -40px;
}
.layout1 .main-navigation .nav-menu li {
    display: inline-block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.layout1 .main-navigation .nav-menu li a {
    color: #fff;
    display: inline-block;
    padding: 15px 22px;
    letter-spacing: 0.7px;
    outline: none;
}
.layout1 .main-navigation .nav-menu li a:hover, 
.layout1 .main-navigation .nav-menu li.current-menu-item > a, 
.layout1 .main-navigation .nav-menu li.current_page_item > a {
	background: #53cae2;
}
.layout1 .main-navigation .nav-menu li ul li {
    font-weight: normal;
    width: 100%;
    text-align: left;
}

/*----------------------------------------
FIXED HEADER
-----------------------------------------*/
.box_layout .sticky-header.fixed {
    margin: 0 auto;
    width: 1200px;
}
.sticky-header.fixed {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.sticky-header.fixed .layout3-top-header .nav-menu li a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.sticky-header.fixed .layout3-bottom-header .secondary-left-navigation ul li a, 
.sticky-header.fixed .layout3-bottom-header .secondary-right-navigation ul li a {
    padding-bottom: 20px;
    padding-top: 20px;
}
.layout3 .sticky-header.fixed .site-branding {
    padding-bottom: 15px;
    padding-top: 15px;
}
.layout2 .sticky-header.fixed .layout2-main-header {
    border-bottom: medium none;
    margin-bottom: 0;
}
.layout2 .sticky-header.fixed .main-navigation .nav-menu li a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.sticky-header.fixed .layout1-header {
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.layout1 .sticky-header.fixed .main-navigation .nav-menu li {
    font-size: 13px;
}
.layout1 .sticky-header.fixed .main-navigation .nav-menu li a {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*----------------------------------------
MAIN SLIDER
-----------------------------------------*/
.lekh-slider-wrapper .lekh-container {
    margin: 0 auto;
    width: 1140px;
}
.bx-wrapper {
	position: relative;
	margin-bottom: 0;
	overflow: hidden; 
}
.bx-wrapper .bx-viewport {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: 0;
}
.lekh-slider-wrapper ul, .bx-viewport > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lekh-slider-wrapper ul {
	overflow: hidden;
}
.slick-list {
	height: 70vh !important;
}
.slick-initialized .slick-slide {
	position: relative;
	height: 70vh;
	background-size: cover;
}
.slider-caption-wrap {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 400px;
}
.double .slider-caption-wrap,
.triple .slider-caption-wrap {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
}
.slider-caption {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-inner-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.slider-caption a:hover {
	color: #222;
}
.post-categories {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0 55px;
    position: relative;
}
.total-posts-4 .post-categories {
	padding: 0;
	margin: 0;
}
.single .post-categories {
	padding: 0;
}
.medium-list article .post-categories {
    padding: 0;
    margin: 0;
}
.post-categories::before, .post-categories::after {
    background: #424242 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    max-width: 50px;
    position: absolute;
    top: 55%;
    width: 100%;
    z-index: 1;
}

.total-posts-4 .post-categories::before,
.total-posts-4 .post-categories::after,
.medium-list article .post-categories::before, 
.medium-list article .post-categories::after, 
.single article .post-categories::before, 
.single article .post-categories::after {
	display: none;
}
.post-categories::after {
    left: inherit;
    right: 0;
}
.lekh-slider-wrapper .post-categories::before, 
.lekh-slider-wrapper .post-categories::after {
	display: none;
}
.overlay .post-categories::before, .overlay .post-categories::after {
	background: #fff;
}
.post-categories > li {
    display: inline-block;
    margin: 0 3px;
}
.post-categories > li a {
    /*border-bottom: 1px solid #424242;*/
    color: #424242;
    font-weight: 600;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.double .post-categories > li a, 
.triple .post-categories > li a {
	color: #fff;
}
.lekh-slider-wrapper .post-categories > li a {
	border-bottom: 1px solid #424242;
}
.overlay .post-categories > li a {
    /*border-bottom-color: #fff;*/
    color: #fff;
}
.slider-title {
    color: #424242;
    font-family: "Montserrat",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}
.slide-date-author {
	color: #424242;
}
.slide-date-author span::after {
    content: "/";
    position: absolute;
    right: -4px;
    top: -2px;
}
.slide-date-author span:last-child::after, .slide-date-author span span::after {
	content: "";
}
.slide-date-author span {
    padding: 0 15px;
    position: relative;
}
.slide-date-author span:first-child {
    padding-left: 0;
}
.slide-date-author span:last-child {
    padding-right: 0;
}
.slide-date-author span span {
	padding: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto, 
#bp-slider .slick-dots {
    bottom: 25px;
    position: absolute;
    right: 5px;
    width: auto;
}
.bx-pager .bx-pager-item, #bp-slider .slick-dots li {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a, #bp-slider .slick-dots li button {
    background: #111 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    overflow: hidden;
    text-indent: 20px;
    width: 10px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#bp-slider .slick-dots li button {
	font: 0px/0px a;
	padding: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
#bp-slider .slick-dots li:hover button, 
#bp-slider .slick-dots li.slick-active button {
	background: #ed7d27;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.shortcode-slider .bx-wrapper .bx-controls-direction a, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a, 
.lekh-slider-wrapper button.slick-arrow {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: 90px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 80px;
    z-index: 9;
}
.lekh-slider-wrapper button.slick-arrow {
	margin-top: -50px;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a:hover, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a:hover,
.lekh-slider-wrapper button.slick-arrow {
	color: #333;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-prev, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-prev, 
.lekh-slider-wrapper .slick-arrow.slick-prev, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -40px;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-prev::before, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-prev::before, 
.lekh-slider-wrapper .slick-arrow.slick-prev:before, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover::before, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover::before, 
.lekh-slider-wrapper .slick-arrow.slick-prev:hover:before {
	color: rgba(0, 0, 0, 0.8);
	text-indent: 30px;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-next, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-next,  
.lekh-slider-wrapper .slick-arrow.slick-next, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-next {
	right: -40px;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-next::after, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-next::after, 
.lekh-slider-wrapper .slick-arrow.slick-next:after, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: -40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a.bx-next:hover::after, 
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-next:hover::after, 
.lekh-slider-wrapper .slick-arrow.slick-next:hover:after {
	color: rgba(0, 0, 0, 0.8);
	text-indent: -30px;
}

/*--------------------------------------------
TWO POST SLIDER
---------------------------------------------*/
.lekh-slider-wrapper.double .lekh-container, 
.lekh-slider-wrapper.triple .lekh-container {
	width: auto;
}
.double .slides {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 1px;
}
.triple .slides {
    float: left;
    position: relative;
    width: 33.33%;
    padding: 0 1px;
    margin: 0 3px;
}
.slides.overlay::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slides.overlay {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.double .slider-caption, 
.triple .slider-caption {
    bottom: 0;
    margin: 0;
    position: static;
    top: inherit;
}
.double .slider-title, 
.triple .slider-title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
    margin: 10px 0;
    text-transform: inherit;
}
.double .slider-caption a:hover, 
.triple .slider-caption a:hover {
	color: #ed7d27;
}
.double .bx-wrapper .bx-pager, .double .bx-wrapper .bx-controls-auto, 
.triple .bx-wrapper .bx-pager, .triple .bx-wrapper .bx-controls-auto {
	bottom: 0;
}
.double .bx-wrapper .bx-controls-direction a, 
.triple .bx-wrapper .bx-controls-direction a {
	top: 40%;
}
.lekh-slider-wrapper.double .post-categories > li a, 
.lekh-slider-wrapper.triple .post-categories > li a {
    border-bottom-color: #fff;
}
.double .slide-date-author, .triple .slide-date-author {
    color: #fff;
}

/*--------------------------------------------
BELOW SLIDER SECTION
---------------------------------------------*/
.lekh-slider-wrapper + .lekh-wrapper{
	margin-top: 40px;
}
.lekh-widget-area-one {
	/*margin-top: 40px;*/
	margin-bottom: 60px;
}
.lekh-category-post::before, .lekh-category-post::after {
    content: "";
    display: table;
}
.lekh-category-post::after {
    clear: both;
}
.lekh-category-post .featured-title {
    font-family: montserrat;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.total-posts-5.lekh-category-post .featured-title {
    font-family: lato;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
}
.lekh-category-post .featured-title span {
    padding: 0 120px;
    position: relative;
}
.lekh-category-post .featured-title span::before, 
.lekh-category-post .featured-title span::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100px;
}
.total-posts-5.lekh-category-post .featured-title span::before, 
.total-posts-5.lekh-category-post .featured-title span::after {
    top: 23px;
}
.lekh-category-post .featured-title span::after {
    left: inherit;
    right: 0;
}
.total-posts-3.lekh-category-post > div .feat-post {
    float: left;
    overflow: hidden;
    margin-right: 3%;
    width: 31.3%;
    position: relative;
}
.total-posts-3.lekh-category-post > div .feat-post:last-child {
	margin-right: 0;
}
.total-posts-3.lekh-category-post > div .feat-post::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.total-posts-3 .post-desc-wrap {
    bottom: 0;
    left: 15px;
    padding: 15px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    z-index: 1;
}
.post-desc-wrap .post-title {
    color: #222;
    font-family: montserrat,sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.total-posts-3 .post-desc-wrap .post-title {
	 color: #fff;
    display: table;
    font-size: 25px;
    height: 100%;
    padding: 0 50px;
    text-transform: uppercase;
    width: 100%;
}
.total-posts-3 .post-desc-wrap .post-title a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.total-posts-3 .post-desc-wrap .post-title a:before, 
.total-posts-3 .post-desc-wrap .post-title a:after {
	content: "";
	background: #fff;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	margin-top: 0;
	left: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.total-posts-3 .post-desc-wrap .post-title a:after {
	left: inherit;
	right: 0;
}
.total-posts-3 .post-desc-wrap .post-title a:hover {
	color: #fff;
}
.total-posts-3 .post-desc-wrap .post-date-author, 
.total-posts-3 .post-excerpt {
    display: none;
}
.lekh-category-post figure {
	overflow: hidden;
	position: relative;
}
.lekh-category-post.total-posts-4 figure::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.lekh-category-post.total-posts-4 > div .feat-post:hover figure::after {
	opacity: 1;
	filter: alpha(opacity= 100);
	visibility: visible;
}
.total-posts-4 figure a {
	border: 1px solid transparent;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    height: 40px;
    left: 0;
    line-height: 35px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 150px;
    word-spacing: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: none;
    -webkit-transition: none;
}
.total-posts-4 > div .feat-post:hover figure a {
	opacity: 1;
	filter: alpha(opacity= 100);
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.4s ease 0.3s;
	-webkit-transition: all 0.4s ease 0.3s;
}
.total-posts-4 figure a:hover {
	border-color: #fff;
}
.total-posts-4 figure a span {
    font-size: 22px;
    padding-left: 5px;
}
.lekh-category-post.total-posts-3 > div figure img, 
.lekh-category-post.total-posts-4 > div figure img, 
.lekh-category-post.total-posts-5 > div > div figure img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.lekh-category-post.total-posts-3 > div .feat-post:hover figure img, 
.lekh-category-post.total-posts-4 > div .feat-post:hover figure img, 
.lekh-category-post.total-posts-5 > div .feat-post > div:hover figure img {
    transform: scale(1.3) rotate(15deg);
    -webkit-transform: scale(1.3) rotate(15deg);
    opacity: 0.7;
    filter: alpha(opacity=75);
}
/*---------------- FOUR POST LAYOUT ----------------*/
.total-posts-4 > div .feat-post {
    float: left;
    margin-right: 3%;
    width: 22.7%;
}
.total-posts-4 > div .feat-post:last-child {
    margin-right: 0;
}
.total-posts-4 .post-desc-wrap {
    margin-top: 20px;
    text-align: center;
}
.post-category::after {
    background: #555 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    margin-top: -3px;
}
.lekh-category-post.total-posts-4 .post-categories > li {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.lekh-category-post.total-posts-4 .post-categories > li::after {
    content: "/";
    position: absolute;
    right: -3px;
    z-index: 1;
}
.lekh-category-post.total-posts-4 .post-categories > li:last-child::after {
    display: none;
}
.lekh-category-post.total-posts-4 .post-categories > li a {
	border-bottom: none;
}
.lekh-category-post.total-posts-4 .post-categories > li a:hover {
	color: #ed7d27;
}
.post-category {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.post-date-author {
    color: #999;
    font-size: 12px;
}
.post-date-author > span {
    padding: 0 3px;
}
.post-date-author > span a {
    text-decoration: underline;
}
.total-posts-4 .post-excerpt {
    display: none;
}
/*------------ FIVE POST LAYOUT --------------*/
.total-posts-5 {
	padding-bottom: 30px;
}
.total-posts-5 .postwrap-1, .total-posts-5 .postwrap-3 {
    float: left;
    width: 25%;
    text-align: center;
}
.total-posts-5 .postwrap-1 .post-excerpt, .total-posts-5 .postwrap-3 .post-excerpt {
	display: none;
}
.total-posts-5 .postwrap-1 .postnum-1, .total-posts-5 .postwrap-3 .postnum-4 {
    margin-bottom: 30px;
}
.total-posts-5 .post-desc-wrap .post-title {
    font-size: 22px;
    line-height: 30px;
}
.total-posts-5 .postwrap-2 {
    float: left;
    padding: 0 30px;
    width: 50%;
    text-align: center;
}
.total-posts-5 .post-desc-wrap {
    margin-top: 20px;
}
.total-posts-5 .postwrap-2 .post-desc-wrap .post-title {
    font-size: 30px;
    line-height: 35px;
}
.total-posts-5 .post-date-author {
    color: #333;
    font-size: 13px;
}
.total-posts-5 .post-excerpt {
    color: #333;
    font-weight: 400;
    line-height: 25px;
}
.total-posts-5 .post-excerpt p {
	margin-bottom: 0;
}

/*--------------------------------------------
POST MEDIUM LIST VIEW
---------------------------------------------*/
.medium-list article::before, .medium-list article::after, 
.list-grid.medium-list article::before, .list-grid.medium-list article::after, 
.large-list article .entry-content .entry-footer:before, 
.large-list article .entry-content .entry-footer:after {
    content: "";
    display: table;
}
.medium-list article::after, 
.list-grid.medium-list article::after, 
.large-list article .entry-content .entry-footer:after {
    clear: both;
}
.medium-list article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.medium-list article figure, 
.medium-list article .entry-image,  
.list-grid.medium-list article figure, 
.list-grid.medium-list article .entry-image{
    float: left;
    width: 40%;
}
.medium-list article .bx-wrapper figure, 
.list-grid.medium-list article .bx-wrapper figure {
    float: none;
    width: 100%;
}
.site-main .lekh-wrap-image .bx-wrapper .bx-controls-direction a {
	background: rgba(255, 255, 255, 0.85);
    height: 45px;
    line-height: 45px;
    margin-top: 0;
    right: 1px;
    top: 1px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 45px;
}
.site-main .lekh-wrap-image .bx-wrapper .bx-controls-direction a.bx-prev {
    left: inherit;
    right: 1px;
}
.site-main .lekh-wrap-image .bx-wrapper .bx-controls-direction a.bx-next {
	top: 47px;
}
.site-main .lekh-wrap-image .bx-wrapper .bx-controls-direction a.bx-prev::before, 
.site-main .lekh-wrap-image .bx-wrapper .bx-controls-direction a.bx-next::after {
	font-size: 22px;
	text-indent: 0px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.medium-list article figure + .content-wrap, 
.medium-list article .entry-video + .content-wrap, 
.medium-list article .entry-media-wrap + .content-wrap, 
.medium-list article .entry-image + .content-wrap, 
.list-grid.medium-list article figure + .content-wrap, 
.list-grid.medium-list article .entry-video + .content-wrap, 
.list-grid.medium-list article .entry-media-wrap + .content-wrap, 
.list-grid.medium-list article .entry-image + .content-wrap {
    float: left;
    margin-top: 0;
    padding: 0 0 0 30px;
    text-align: left;
    width: 60%;
}
.list-grid .list-grid.medium-list .content-wrap .entry-header {
	text-align: left;
	margin-bottom: 5px;
}
.content-wrap .lekh_cat {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content-wrap .lekh_cat {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.large-list .content-wrap .lekh_cat {
	font-size: 13px;
	font-weight: 600;
}
.content-wrap .entry-header .lekh-post-title {
    color: #222;
    display: inline-block;
    font-family: montserrat,sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.content-wrap .entry-header .lekh-post-title:hover {
	color: #ed7d27;
}
.large-list .content-wrap .entry-header .lekh-post-title {
    font-size: 35px;
}
.excerpt-post-content {
    color: #555;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: left;
}
.excerpt-post-content > p {
	margin-top: 0;
}
.entry-content .continue-link {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    letter-spacing: 1.8px;
    line-height: 32px;
    min-width: 120px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.entry-content .continue-link:after {
	content: "";
	background: #ed7d27;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	z-index: -1;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.entry-content .continue-link:hover:after {
	height: 100%;
}
.entry-content .entry-footer {
	margin-top: 30px;
	position: relative;
	text-align: left;
}
.medium-list .entry-content .entry-footer {
	margin-top: 20px;
}
.large-list article .entry-footer .blog-comment-views {
    float: left;
    /*margin-top: 15px;*/
}
.entry-content .entry-footer > div, 
.entry-content .entry-footer > span {
    color: #2b2b2b;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    vertical-align: middle;
}
.entry-content .entry-footer > div:first-child, 
.entry-content .entry-footer span:first-child {
	padding-left: 0;
}
.entry-content .entry-footer > div div, 
.entry-content .entry-footer > span span {
	padding: 0;
}
.entry-footer > div p {
	margin: 0; 
}
.entry-footer > div span {
	padding-left: 10px;
}
.entry-content .entry-footer .blog-comment-views > div {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
}
.no-sidebar .medium-grid .entry-content .entry-footer .blog-comment-views > div {
	padding-right: 10px;
	padding-left: 10px;
}
.entry-content .entry-footer .blog-comment-views > div:first-child, 
.no-sidebar .medium-grid .entry-content .entry-footer .blog-comment-views > div:first-child {
	padding-left: 0;
}
.entry-content .entry-footer .blog-comment-views > div::after {
    content: "/";
    position: absolute;
    right: -5px;
    top: 0;
}
.entry-content .entry-footer .blog-comment-views > div:last-child::after {
	content: "";
}
.entry-footer .share-icon, .entry-content .entry-footer .share-icon {
    float: right;
    padding: 0;
    position: relative;
    text-align: right;
}
.entry-footer .share-this {
	cursor: pointer;
	z-index: 999;
	padding-right: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.large-list .entry-footer .share-this, 
.list-grid.list .entry-footer .share-this {
    display: none;
}
.entry-content .entry-footer .blog-comment-views > div span {
	padding: 0;
}
.entry-footer > div .fa {
	padding-right: 15px;
}
.no-sidebar .medium-grid .entry-footer > div .fa {
	padding-right: 10px;
}
.entry-footer div.apss-social-share .apss-icon-block .fa {
	padding-right: 0px;
}
.entry-footer .share-this:hover {
	color: #ed7d27;
}
.entry-footer .share-this::before {
     border-left: 1px solid #ddd;
    content: "";
    height: 15px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: -22px;
    visibility: hidden;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.entry-footer .share-this::after {
    border-right: 1px solid #ddd;
    content: "";
    height: 15px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -22px;
    visibility: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.entry-footer .share-icon .fa.fa-share-alt {
    padding-right: 0;
}
.entry-footer .share-icon .fa.fa-share-alt::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: -23px;
    visibility: hidden;
    width: 19px;
}
.entry-content .entry-footer .share-icon .apss-social-share {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 16px 20px;
    position: absolute;
    right: -20px;
    top: -80px;
    z-index: 1
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    min-width: 107px;
    white-space: nowrap;
}
.list-grid.list .entry-content .entry-footer .share-icon .apss-social-share, 
.large-list .entry-content .entry-footer .share-icon .apss-social-share {
    position: static;
    visibility: visible;
    background: none;
    border: none;
    padding: 0;
    white-space: normal;
    min-width: inherit;
}
.entry-footer .apss-social-share .apss-single-icon a, 
.entry-footer .apss-theme-6 .apss-single-icon a, 
.entry-footer .apss-social-share .apss-single-icon a:before, 
.entry-footer .apss-theme-6 .apss-single-icon a:before {
	transition: none;
	-webkit-transition: none;
}
.entry-footer .share-this.share-open::before, 
.entry-footer .share-this.share-open::after, 
.entry-footer .share-this.share-open .fa::after, 
.entry-content .entry-footer .share-this.share-open + .apss-social-share {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.entry-footer .apss-social-share .apss-single-icon {
    margin-bottom: 0;
    display: inline-block;
}
.entry-footer .apss-theme-6 .apss-single-icon a::before {
	display: none;
}
.entry-footer .apss-theme-6 .apss-single-icon a {
	color: #444;
	margin: 0;
	padding: 0;
	float: none;
}
.entry-footer .apss-theme-6 .apss-single-icon a:hover {
	background: #eee !important;
}
.entry-footer .apss-theme-6 .apss-single-icon .fa {
	color: #444;
	font-size: 18px;
}

/*--------------------------------------
MEDIUM GRID VIEW
---------------------------------------*/
.large-list article header .entry-meta {
    margin-bottom: 20px;
}
.content-area .medium-grid article {
    border-bottom: medium none;
    float: left;
    padding: 0 15px;
    margin-bottom: 60px;
}
.content-area .medium-grid.grid-2 article {
	width: 50%;
}
.content-area .medium-grid.grid-2 article:nth-child(2n+1) {
	clear: both;
}
.content-area .medium-grid.grid-3 article {
	width: 33.33%;
}
.content-area .medium-grid.grid-3 article:nth-child(3n+1) {
	clear: both;
}
.content-area .medium-grid.grid-4 article {
	width: 25%;
}
.content-area .medium-grid.grid-4 article:nth-child(4n+1) {
	clear: both;
}
.grid-4 .entry-header .entry-meta span {
	padding: 0 10px;
}
.grid-4 .entry-header .entry-meta span:first-child {
	padding-left: 0;
}
.grid-4 .entry-header .entry-meta span:last-child {
	padding-right: 0;
}
.medium-grid .home_pagination_link, .list-grid .home_pagination_link {
    clear: both;
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a {
	background: rgba(255, 255, 255, 0.75);
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    top: 2px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	position: absolute;
	text-indent: -9999px;
    width: 50px;
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev {
    left: inherit;
    right: 2px;
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev:before {
	text-indent: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-next {
    right: 2px;
    top: 54px;
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev:before, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-next:after {
	text-indent: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-prev:hover:before, 
.content-area article .entry-image .bx-wrapper .bx-controls-direction a.bx-next:hover:after {
	color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------
IMAGE LIST GRID VIEW
---------------------------------------*/
.list-grid .list-grid.list {
    clear: both;
}
.list-grid .list-grid figure + .content-wrap, 
.list-grid .list-grid .entry-media-wrap + .content-wrap, 
.list-grid .list-grid .entry-video + .content-wrap, 
.list-grid .list-grid .entry-image + .content-wrap, 
.large-list article figure + .content-wrap, 
.large-list article .entry-media-wrap + .content-wrap, 
.large-list article .entry-video + .content-wrap, 
.large-list article .entry-image + .content-wrap {
    background: #fff none repeat scroll 0 0;
    margin: -70px auto 0 auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    width: 95%;
    text-align: center;
}
.template3 .list-grid .list-grid figure + .content-wrap, 
.template3 .list-grid .list-grid .entry-media-wrap + .content-wrap, 
.template3 .list-grid .list-grid .entry-video + .content-wrap, 
.template3 .list-grid .list-grid .entry-image + .content-wrap {
	margin-top: 0;
}
.list-grid .content-wrap:after, 
.large-list .content-wrap:after {
	content: "";
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
	z-index: -1;
}
.list-grid .list-grid .content-wrap .entry-header {
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
}
.list-grid .list-grid.list .content-wrap .entry-header, 
.large-list .content-wrap .entry-header {
	line-height: 45px;
}
.list-grid .list-grid.grid {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    margin-right: 3%;
    width: 48.4%;
}
.list-grid .list-grid.list + .list-grid.grid + .list-grid.grid, 
.list-grid .list-grid.list + .list-grid.grid + .list-grid.grid + .list-grid.grid.overlay + .list-grid.grid.overlay {
	margin-right: 0;
}
.content-area .list-grid article:last-child {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.entry-media-wrap {
    position: relative;
}
.entry-media-wrap figure + .entry-audio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.list-grid .entry-media-wrap figure + .entry-audio, 
.large-list .entry-media-wrap figure + .entry-audio {
	bottom: 70px;
}
.template3 .list-grid .entry-media-wrap figure + .entry-audio, 
.grid-wrap1 .list-grid .entry-media-wrap figure + .entry-audio, 
.grid-wrap2 .list-grid .entry-media-wrap figure + .entry-audio {
	bottom: 0;
}
.grid-wrap1 .list-grid.grid, .grid-wrap2 .list-grid.grid {
    float: none;
    margin-right: 0;
    width: 100%;
}
.grid-wrap1, .grid-wrap2 {
    float: left;
    width: 48.33%;
}
.grid-wrap1 {
	margin-right: 3%;
}
.grid-wrap2 + .list-grid.medium-list {
	display: inline-block;
	clear: both;
}


/*---------------------------------------------
LIST GRID AND LARGE LIST VIEW
----------------------------------------------*/
.overlay {
	margin-bottom: 60px;
}
.grid.overlay {
	margin-bottom: 30px;
}
.grid.overlay + .list-grid.grid {
	clear: both;
}
.grid.overlay + .list-grid.grid.overlay {
	clear: none;
}
.content-area .large-list .overlay article, 
.content-area .list-grid .overlay article {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
}
.list-grid .overlay figure::after, .large-list .overlay figure::after {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.list-grid .overlay .content-wrap::after, 
.large-list .overlay .content-wrap::after {
    display: none;
}
.list-grid .overlay.list-grid figure + .content-wrap, 
.list-grid .overlay.list-grid .entry-media-wrap + .content-wrap, 
.list-grid .overlay.list-grid .entry-video + .content-wrap, 
.list-grid .list-grid.overlay .entry-image + .content-wrap, 
.large-list .overlay article figure + .content-wrap, 
.large-list .overlay article .entry-media-wrap + .content-wrap, 
.large-list .overlay article .entry-video + .content-wrap, 
.large-list .overlay article .entry-image + .content-wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   	left: 0;
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
    z-index: 3;
}
.list-grid .list-grid.list .content-wrap .entry-header .lekh-post-title, 
.large-list .content-wrap .entry-header .lekh-post-title {
	font-size: 40px;
}
.overlay .content-wrap .entry-header .lekh-post-title {
    color: #fff;
}
.overlay .content-wrap .entry-header .lekh-post-title:hover {
	color: #ed7d27;
}
.overlay .entry-header .entry-meta span {
    color: #fff;
}
.overlay .entry-content {
	display: none;
}
.grid.overlay .entry-content {
	display: block;
}
.grid.overlay .entry-content .excerpt-post-content, 
.grid.overlay .entry-content .entry-footer {
	display: none;
}
.list-grid.medium-list .excerpt-post-content {
	margin-bottom: 20px;
}
.list-grid .overlay .entry-media-wrap figure + .entry-audio {
    bottom: 0;
    z-index: 9;
}

/*------------------------------------
WIDGET VIDEO
-------------------------------------*/
.video-bkg-img {
    margin-bottom: 20px;
    position: relative;
}
.video-bkg-img .fa {
    background: #df3535;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -20px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 80px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.video-bkg-img .fa:hover {
	background: #bc2d2d;
}
.widget_lekh_cta_video .widget-title::after {
	display: none;
}
.widget_lekh_cta_video .widget-title {
	text-align: left;
	margin-bottom: 10px;
}
.widget_lekh_cta_video .widget-title span {
	padding: 0;
}
.cta-desc {
    color: #555;
    font-size: 16px;
    line-height: 25px;
}

/*------------------------------------------
WIDGET PERSOAL INFO
-------------------------------------------*/
.lekh-personal-info {
    background-size: 100% auto;
    padding-top: 80px;
    text-align: center;
}
.personal-info-image {
    border: 5px solid #fff;
    border-radius: 100%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 100px;
}
.lekh-personal-info > h4 {
    color: #000;
    font-family: lato;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 5px;
}
.lekh-personal-info > span {
    color: #a3a4a4;
    font-size: 13px;
    letter-spacing: 1px;
}
.lekh-personal-info > p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 15px;
}

/*-----------------------------------------
WIDGET ACCORDION
------------------------------------------*/
.widget_lekh_accordion .widget-title {
    background: #eee none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 5px 15px 5px 35px;
    text-align: left;
    text-transform: inherit;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_accordion .widget-title:hover, 
.widget_lekh_accordion .open .widget-title {
	color: #fff;
	background: #ed7d27;
}
.widget_lekh_accordion .widget-title span {
	padding: 0;
	background: none;
}
.widget_lekh_accordion .widget-title::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "\f067";
    font-family: fontawesome;
    height: auto;
    left: 15px;
    top: 6px;
    width: auto;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_accordion .open .widget-title::after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.widget_lekh_accordion .ed-toggle-content {
    background: #eee none repeat scroll 0 0;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    padding: 15px;
}

/*-----------------------------------------------
WIDGET PROGRESS BAR
------------------------------------------------*/
.widget_lekh_progress_bar .widget-title {
    font-family: lato;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}
.widget_lekh_progress_bar .widget-title:after {
	display: none;
}
.widget_lekh_progress_bar .widget-title span {
	background: none;
	padding: 0;
}
.ed-progress-bar-wrap > span {
	display: none;
}
.ed-progress-bar {
    background: #eee none repeat scroll 0 0;
    clear: both;
    display: block;
    height: 10px;
    margin-top: 5px;
}
.ed-progress-bar-percentage {
	background: #ed7d27;
	display: block !important;
	height: 100%;
	width: 0;
	position: relative;
	overflow: visible !important;
}
.ed-progress-bar-percentage::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    position: absolute;
    right: -5px;
}
.ed-progress-bar-percentage::after {
    background: #333 none repeat scroll 0 0;
    bottom: -25px;
    color: #fff;
    content: "" attr(data-value) "";
    font-size: 11px;
    padding: 2px 10px;
    position: absolute;
    right: -16px;
}

/*--------------------------------------------
WIDGET STAT COUNTER
---------------------------------------------*/
.widget.widget_lekh_progress_bar {
	margin-bottom: 60px;
}
.ed-stat-counter:before, .ed-stat-counter:after {
	content: "";
	display: table;
}
.ed-stat-counter:after {
	clear: both;
}
.ed-stat_counter-icon {
    background: #ed7d27 none repeat scroll 0 0;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.8em;
    height: 60px;
    line-height: 60px;
    margin: 12px;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    width: 60px;
}
.ed-stat_counter-icon .fa {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.counter-text-wrap {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.ed-stat_counter-number {
    font-family: "roboto";
    font-size: 3em;
    line-height: 40px;
}
.widget_lekh_stat_counter .widget-title {
    color: #999;
    font-family: "lato";
    font-size: 18px;
    margin: 0;
    text-align: left;
    text-transform: inherit;
}
.widget_lekh_stat_counter .widget-title:after {
	display: none;
}
.widget_lekh_stat_counter .widget-title span {
	padding: 0;
	background: none;
}

/*-------------------------------------------------
WIDGET SLIDER
--------------------------------------------------*/
.widgets-slider-caption {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.widget_lekh_slider .widget-title {
    font-size: 16px;
    margin: 0;
    text-align: left;
    text-transform: inherit;
}
.widget_lekh_slider .widget-title:after {
	display: none;
}
.widget_lekh_slider .widget-title span {
	background: none;
	padding: 0;
}
.widgets-slider-caption > p {
	margin: 0;
}
.widget_lekh_slider .bx-wrapper .bx-controls-direction a {
    height: 60px;
    line-height: 60px;
    margin-top: -50px;
    width: 60px;
}
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-prev::before {
    font-size: 25px;
    text-indent: 43px;
}
.widget_lekh_slider .bx-wrapper .bx-controls-direction a.bx-next::after {
	font-size: 25px;
	text-indent: -43px;
}

/*-----------------------------------
WIDGET TAG CLOUDS
------------------------------------*/
.widget_tag_cloud .tagcloud:before, 
.widget_tag_cloud .tagcloud:after {
    content: "";
    display: table;
}
.widget_tag_cloud .tagcloud:after {
	clear: both;
}
.widget_tag_cloud a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    color: #666;
    float: left;
    font-size: 12px !important;
    margin: 3px;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget_tag_cloud a:hover {
	border-color: #999;
	color: #333;
}

/*---------------------------------------
WIDGET INSTAGRAM
----------------------------------------*/
.widget_apif_sidewidget .instagram-header:before, 
.widget_apif_sidewidget .instagram-header:after {
	content: "";
	display: table;
}
.widget_apif_sidewidget .instagram-header:after {
	clear: both;
}
.widget_apif_sidewidget .instagram-widget li {
	position: relative;
}
.lekh-top-footer .widget_apif_sidewidget .instagram-widget li {
    margin: 0;
    padding: 0;
    width: 12.5%;
    line-height: 0;
}
.widget_apif_sidewidget .instagram-widget li {
	margin: 0;
	padding: 3px;
	line-height: 0;
}
.widget_apif_sidewidget .instagram-widget li a::after {
    bottom: 0;
    color: #fff;
    content: "\f16d";
    font-family: fontawesome;
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_apif_sidewidget .instagram-widget li a:hover::after {
	animation-name: bounce-front;
	-webkit-animation-name: bounce-front;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
@-webkit-keyframes bounce-front {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
	}
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@keyframes bounce-front {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
	}
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
.widget_apif_sidewidget li img, 
.widget_apif_sidewidget li img:hover {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

/*-------------------------------------------
WIDGET CALENDAR
--------------------------------------------*/
.widget_calendar table caption {
    background: #ed7d27 none repeat scroll 0 0;
    color: #fff;
    font-family: montserrat;
    padding: 5px;
}
.widget_calendar table tr th, .widget_calendar table tr td {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.widget_calendar table tfoot tr td#prev {
    padding: 5px 10px;
    text-align: left;
}
.widget_calendar table tfoot tr td#next {
    padding: 5px 10px;
    text-align: right;
}
.widget_calendar table tfoot tr td a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.widget_calendar table tbody tr td a {
    color: #ed7d27;
    display: block;
}
.widget_calendar table tbody tr td#today {
    background: #ed7d27;
    color: #fff;
}

/*--------------------------------------------
WIDGET CALL TO ACTION SIMPLE
---------------------------------------------*/
.ed-align-center {
    margin: 0 auto;
    text-align: center !important;
}
.ed-align-left {
	text-align: left !important;
}
.ed-align-right {
	text-align: right !important;
}
.cta-simple-content {
    background: #eee none repeat scroll 0 0;
    padding: 20px;
}
.widget_lekh_cta_simple .widget-title {
    margin-bottom: 10px;
}
.ed-align-left .widget_lekh_cta_simple .widget-title, 
.ed-align-left .widget_lekh_cta_advance .widget-title {
	text-align: left;
}
.ed-align-left .widget_lekh_cta_simple .widget-title, 
.ed-align-right .widget_lekh_cta_advance .widget-title {
	text-align: right;
}
.widget_lekh_cta_simple .widget-title::after {
    display: none;
}
.widget_lekh_cta_simple .widget-title span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.widget_lekh_cta_simple .banner-btn {
    margin-top: 15px;
}
.widget_lekh_cta_simple .banner-btn .btn {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
}
.widget_lekh_cta_simple .banner-btn .btn::after {
    background: #ed7d27 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_cta_simple .banner-btn .btn:hover::after {
	height: 100%;
}

/*------------------------------------------
WIDGET CTA WITH FORM
-------------------------------------------*/
.cta-content-wrap {
    margin-bottom: 20px;
}
#primary .widget_lekh_cta_form .cta-content-wrap {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding-right: 30px;
}
#primary .widget_lekh_cta_form .cta-form {
	display: inline-block;
	vertical-align: top;
	width: 39%;
}
.ufbl-form-wrapper.ufbl-default-template {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}
.ufbl-default-template .ufbl-form-title {
	display: none;
}
.ufbl-default-template .ufbl-form-field-wrap {
	padding-bottom: 0;
}

/*-----------------------------------------
WIDGET CTA WITH IMAGE IN BACKGROUND
------------------------------------------*/
.cta-banner {
    margin-bottom: 40px;
}
.cta-advance-content {
    background-size: cover;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.cta-advance-content::after {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
}
.widget_lekh_cta_advance .widget-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.widget_lekh_cta_advance .widget-title::after {
    display: none;
}
.widget_lekh_cta_advance .widget-title span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.widget_lekh_cta_advance .cta-desc_advance {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.widget_lekh_cta_advance .banner-btn {
    margin-top: 15px;
}
.widget_lekh_cta_advance .banner-btn .btn {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
}
.widget_lekh_cta_advance .banner-btn .btn:hover {
	background: #ed7d27 none repeat scroll 0 0;
	color: #fff;
}
.widget_lekh_cta_advance .banner-btn .btn .fa {
	margin-right: 10px;
}

/*--------------------------------------------
WIDGET CONTACT INFORMATION
---------------------------------------------*/
.widget_lekh_contact_info ul li {
    /*display: inline-block;*/
    line-height: 35px;
    min-height: 35px;
    padding-left: 45px;
    position: relative;
    vertical-align: middle;
}
.widget_lekh_contact_info ul li .fa {
    background: #ed7d27 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    width: 35px;
}

/*------------------------------------------
WIDGET FEATURE
-------------------------------------------*/
.widget_lekh_feature ul.el-list li {
    position: relative;
}
.widget_lekh_feature ul.el-list li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.widget_lekh_feature ul.el-list.el-list1 li, 
.widget_lekh_feature ul.el-list.el-list2 li, 
.widget_lekh_feature ul.el-list.el-list5 li, 
.widget_lekh_feature ul.el-list.el-list6 li {
	padding-left: 15px;
}
.widget_lekh_feature ul.el-list.el-list1 li::before {
	content: "\f0e7";
}
.widget_lekh_feature ul.el-list.el-list2 li::before {
	content: "\f08d";
}
.widget_lekh_feature ul.el-list.el-list3 li, 
.widget_lekh_feature ul.el-list.el-list4 li {
	padding-left: 20px;
}
.widget_lekh_feature ul.el-list.el-list3 li::before {
	content: "\f00c";
}
.widget_lekh_feature ul.el-list.el-list4 li::before {
	content: "\f005";
}
.widget_lekh_feature ul.el-list.el-list5 li::before {
	content: "\f101";
}
.widget_lekh_feature ul.el-list.el-list6 li::before {
	background: #222;
	width: 7px;
	height: 7px;
	top: 6px;
}

/*-------------------------------------------
WIDGET ICON TEXT
--------------------------------------------*/
/*#primary .widget_lekh_icon_text {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
}*/
.widget_lekh_icon_text .ed-icon-text {
	text-align: center;
}
.widget_lekh_icon_text .style1 > a {
    background: #ccc none repeat scroll 0 0;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    margin: 20px auto;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 80px;
    display: inline-block;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_icon_text .style1 > a:hover {
	background: #ed7d27;
	color: #fff;
}
.widget_lekh_icon_text .style1 > a::before {
    border-bottom: 20px solid #ccc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_icon_text .style1 > a:hover:before {
	border-bottom-color: #ed7d27;
}
.widget_lekh_icon_text .style1 > a::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ccc;
    bottom: -20px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_icon_text .style1 a:hover:after {
	border-top-color: #ed7d27;
}
.style1 .ed-icon-text-content-wrap {
    padding-top: 15px;
}
.widget_lekh_icon_text .ed-icon-text-content-wrap .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: inherit;
}
.widget_lekh_icon_text .ed-icon-text-content-wrap .widget-title::after {
    display: none;
}
.widget_lekh_icon_text .ed-icon-text-content-wrap .widget-title span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.widget_lekh_icon_text .ed-icon-text-content {
    color: #777;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.widget_lekh_icon_text .ed-icon-text-readmore {
    text-align: center;
}
.widget_lekh_icon_text .ed-icon-text-readmore .bttn {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    position: relative;
    z-index: 1
}
.widget_lekh_icon_text .ed-icon-text-readmore .bttn:after {
	content: "";
	background: #ed7d27;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.widget_lekh_icon_text .ed-icon-text-readmore .bttn:hover:after {
	height: 100%;
}
/*------------- STYLE TWO ---------------*/
.style2 > .bttn {
    background: #ed7d27 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 80px;
}
.style2 > .bttn::after {
    border: 7px solid rgba(165, 81, 16, 0.5);
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.style2 > .bttn:hover::after {
	border-width: 0px;
}
/*------------ STYLE THREE ------------*/
.style3 > .bttn {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    width: 80px;
}
.style3 > .bttn:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.style3 > .bttn .ed-icon-text-icon::after {
    background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 50%) repeat scroll 0 0;
    -webkit-background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 50%) repeat scroll 0 0;
    -moz-background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 50%) repeat scroll 0 0;
    -ms-background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 50%) repeat scroll 0 0;
    -o-background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 50%) repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto; 
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.style3 > .bttn:hover .ed-icon-text-icon::after {
	width: 100%;
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;	
}
/*------------ STYLE FOUR ----------*/
.widget_lekh_icon_text .ed-icon-text.style4, 
.widget_lekh_icon_text .style4 .ed-icon-text-content-wrap .widget-title, 
.widget_lekh_icon_text .style4 .ed-icon-text-content, 
.widget_lekh_icon_text .style4 .ed-icon-text-readmore {
	text-align: left;
}
.style4 > .bttn {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    width: 30%;
}
.style4 > .bttn .ed-icon-text-icon {
    background: #333 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 13px auto;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 70px;
}
.style4 > .bttn:hover .ed-icon-text-icon {
	background: #ed7d27;
}
.style4 > .bttn .ed-icon-text-icon .fa {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.style4 .ed-icon-text-content-wrap {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
    width: 69%;
}

/*-------------------------------------------
WIDGET SOCIAL ICON
--------------------------------------------*/
.widget_lekh_social_icons .widget-social-icons > li {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}
.widget_lekh_social_icons .widget-social-icons > li a {
    display: block;
    padding: 5px 3px;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa { 
    color: #fff;
    font-size: 30px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 3px;
    text-align: center;
    width: 50px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-twitter {
	background: #00acee;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-facebook {
	background: #3b5999;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-linkedin {
	background: #0875ba;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-google-plus {
	background: #db4736;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-pinterest {
	background: #ad0b03;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-youtube {
	background: #dc2629;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-vimeo-square {
	background: #2ab6e8;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-flickr {
	background: #fe0084;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-stumbleupon {
	background: #ef4e2a;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-tumblr {
	background: #32506c;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-instagram {
	background: #8f6857;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-skype {
	background: #00acec;
}
.widget_lekh_social_icons .widget-social-icons > li a .fa.fa-soundcloud {
	background: #fd4602;
}

/*------------------------------------------
WIDGET TEAM
-------------------------------------------*/
.widget_lekh_team .team-image.square {
    height: auto;
    line-height: 0;
    margin-bottom: 20px;
    width: auto;
}
.widget_lekh_team .member-name {
    color: #222;
    font-family: montserrat;
    font-size: 18px;
    line-height: 25px;
}
.widget_lekh_team .designation, 
.widget_lekh_testimonial .client-designation {
    color: #777;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}
.widget_lekh_team .designation::before, 
.widget_lekh_testimonial .client-designation:before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px;
}
.widget_lekh_team .team-content {
    color: #666;
}
.widget_lekh_team .social-links {
    margin-top: 20px;
}
.widget_lekh_team .social-links a {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.widget_lekh_team .social-links a:hover {
	background: #ed7d27;
	color: #fff;
}

/*---------------------------------------------
WIDGET TESTIMONIAL
----------------------------------------------*/
.widget_lekh_testimonial .testimonial-title > span {
    color: #333;
    display: block;
    font-family: montserrat;
    margin-bottom: 15px;
}	
.widget_lekh_testimonial .testimonial-image {
    border: 5px solid #fff;
    box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.5);
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.widget_lekh_testimonial .client-detail {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 110px);
}
.widget_lekh_testimonial .testimonial-content {
    border-top: 2px solid #ddd;
    color: #666;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
}
.widget_lekh_testimonial .testimonial-content::before {
    border-bottom: 15px solid #ddd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 40px;
    position: absolute;
    top: -16px;
}
.widget_lekh_testimonial .bottom .testimonial-content {
	border-top: none;
	border-bottom: 2px solid #ddd;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}
.widget_lekh_testimonial .bottom .testimonial-content::before {
	border-bottom: none;
	border-top: 15px solid #ddd;
	top: inherit;
	bottom: -16px; 
}
.widget_lekh_testimonial .client-name {
    color: #222;
    font-weight: 600;
}
.widget_lekh_testimonial .client-designation {
	margin-bottom: 0;
}

/*--------------------------------------------
WIDGET SEARCH
---------------------------------------------*/
.widget_search .search-form:before, 
.widget_search .search-form:after {
	content: "";
	display: table;
}
.widget_search .search-form:after {
	clear: both;
}
.widget_search .search-form > label {
    float: left;
    width: 75%;
}
.widget_search .search-form .search-field {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 45px;
}
.widget_search .search-submit {
    float: left;
    height: 45px;
    padding: 0;
    width: 25%;
}

/*------------------------------------------
TOP FOOTER
-------------------------------------------*/
.home .site-content {
    margin-bottom: 60px;
}
.lekh-top-footer, .lekh-mid-footer {
	/*margin-top: 60px;*/
	margin-bottom: 60px;
}
.lekh-top-footer .widget-title::after {
	display: none;
}
.lekh-top-footer .widget-title span {
	position: relative;
	display: inline-block;
    padding: 0 110px;
    width: auto;
}
.lekh-top-footer .widget-title span::before, 
.lekh-top-footer .widget-title span::after {
	content: "";
	background: #333;
	height: 2px;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 0;
}
.lekh-top-footer .widget-title span::after {
	left: inherit;
	right: 0;
}

/*---------------------------------------------
MID FOOTER
----------------------------------------------*/
.lekh-mid-footer .footer-column-one, 
.lekh-mid-footer .footer-column-two, 
.lekh-mid-footer .footer-column-three {
	float: left;
	width: 33.33%;
	padding: 0 20px;
}
.lekh-mid-footer .widget_apif_sidewidget .instagram-widget li {
	width: 33%;
}
.lekh-mid-footer .widget_apif_sidewidget .instagram-widget li:first-child {
    width: 65.66%;
}

/*------------------------------------------
BOTTOM FOOTER 
-------------------------------------------*/
.lekh-bottom-footer-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
    border-bottom: 1px solid #d2d2d2; 
}
.lekh-bottom-footer .widget-title {
    color: #000;
    font-weight: 600;
}
.lekh-bottom-footer .widget-title:after {
	display: none;
}
.lekh-bottom-footer .widget-title span {
	background: none;
	padding: 0;
}
.lekh-bottom-footer-wrap .textwidget {
    color: #676767;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
    width: 55%;
}
.lekh-footer-social {
	text-align: center;
}
.lekh-footer-social .social-icons a {
    color: #000;
    font-family: montserrat;
    font-size: 12px;
    padding: 10px 25px;
}
.lekh-footer-social .social-icons a .fa {
	display: none;
}
.lekh-footer-social .social-icons a:hover {
	background: #ed7d27;
	color: #fff;
}
.lekh-footer-social .social-icons a::after {
    border-right: medium none;
    content: "" attr(data-title) "";
    height: auto;
    position: static;
    text-transform: uppercase;
    display: block;
}
.move_to_top_lekh {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d5d5;
    border-radius: 100%;
    color: #9b9b9b;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    left: 0;
    line-height: 45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -25px;
    width: 50px;
}
.move_to_top_lekh:hover {
	background: #ed7d27;
	border-color: #ed7d27;
	color: #fff;
}

/*------------------------------------------
SITE FOOTER
-------------------------------------------*/
.site-info {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #676767;
    font-family: montserrat;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

/*---------------- TEMPLATE 2 ---------------*/
.template2 .lekh-top-footer {
	margin-bottom: 0;
}
.template2 .lekh-top-footer .widget.widget_apif_sidewidget {
    margin-bottom: 30px;
    position: relative;
}
.template2 .lekh-top-footer .widget.widget_apif_sidewidget .widget-title {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}
.template2 .lekh-top-footer .widget-title span::after {
	display: none;
}
.template2 .lekh-top-footer .widget-title span::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "\f16d";
    font-family: fontawesome;
    height: auto;
    top: 0;
    width: auto;
}
.template2 .lekh-top-footer .widget-title span {
	padding: 0 0 0 20px;
	background: none;
}
.template2 .lekh-top-footer .widget_apif_sidewidget .instagram-widget li {
	width: 16.66%;
}
.template2 .lekh-mid-footer {
    background: #242424 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 40px 0 0 0;
    border-top: 3px solid #444;
}
.template2 .site-footer .lekh-mid-footer .widget-title {
    color: #fff;
    font-family: lato;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
}
.template2 .site-footer .lekh-mid-footer .widget-title::after {
    display: none;
}
.template2 .site-footer .lekh-mid-footer .widget-title span {
	padding: 0;
	background: none;
}
.template2 .lekh-personal-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-top: 0;
}
.template2 .personal-info-image {
    border: medium none;
    border-radius: 0;
    height: auto;
    width: auto;
}
.template2 .site-footer .lekh-personal-info > h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.template2 .site-footer .lekh-personal-info > span {
    color: #fff;
    font-weight: 600;
}
.template2 .site-footer .lekh-personal-info > p {
    color: #999;
    font-size: 15px;
}
.template2 .site-footer .widget.widget_recent_entries ul li, 
.template2 .site-footer .widget.widget_archive ul li, 
.template2 .site-footer .widget_categories ul li, 
.template2 .site-footer .widget_nav_menu ul li, 
.template2 .site-footer .widget_pages ul li, 
.template2 .site-footer .widget_recent_comments ul li {
    border-bottom-color: #333;
}
.template2 .site-footer .widget ul li {
    color: #fff;
    font-family: lato;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.widget_categories ul li {
    clear: both;
    display: table;
    text-align: right;
    width: 100%;
}
.widget_categories ul li a {
    display: inline-block;
    float: left;
    text-align: left;
    width: 87%;
}
.template2 .lekh-bottom-footer-wrap {
    margin-top: 0;
}
.template2 .move_to_top_lekh {
	position: fixed;
    bottom: 10px;
    left: inherit;
    right: 10px;
    top: inherit;
    z-index: 9999;
}
.template2 .lekh-bottom-footer .widget_lekh_social_icons .widget-title {
    display: none;
}
.template2 .lekh-bottom-footer-wrap {
    background: #242424 none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: 1px solid #444;
    margin-top: 0;
    padding: 20px 0 15px 0;
}
.template2 .lekh-footer-social .social-icons a {
	color: #fff;
    font-family: lato;
    letter-spacing: 1px;
    padding: 15px;
}
.template2 .lekh-footer-social .social-icons a::after {
	display: inline-block;
}
.template2 .lekh-footer-social .social-icons a:hover {
	background: none;
	color: #ed7d27;
}
.template2 .lekh-footer-social .social-icons a .fa {
    display: inline-block;
    margin-right: 5px;
}
.template2 .site-info {
    background: #242424 none repeat scroll 0 0;
    padding: 0 0 30px;
    color: #afaeae;
    font-weight: 400;
}
.template2 .lekh-bottom-footer .widget-title span, .template2 .lekh-mid-footer .ed-stat_counter-number {
    color: #fff;
}

/*--------------------------------------------
DEFAULT WIDGETS
---------------------------------------------*/
.widget.widget_recent_entries ul li, 
.widget.widget_archive ul li, 
.widget_categories > ul > li, 
.widget_nav_menu ul li, 
.widget_pages ul li, 
.widget_recent_comments ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
#secondary .widget_nav_menu ul li.menu-item-has-children {
    border-bottom: medium none;
    padding-bottom: 0;
}
.widget_nav_menu ul li .sub-menu {
	margin-left: 15px;
}
#secondary .widget_nav_menu ul li.menu-item-has-children .sub-menu li:first-child {
	padding-top: 10px;
}
.site-footer .widget_nav_menu ul li .sub-menu {
	display: none;
}
.widget_text .textwidget > p {
	margin: 0;
}

/*----------------------------------------
WIDGET CATEGORY POST AND POPUAR POST
-----------------------------------------*/
.category-post-wrap::before, 
.category-post-wrap::after, 
.lekh-widget-popular:before, 
.lekh-widget-popular:after {
    content: "";
    display: table;
}
.category-post-wrap::after, 
.lekh-widget-popular:after {
    clear: both;
}
.category-post-wrap {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.category-post-wrap:last-child {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;	
}
.widget_lekh_category_post .category-post-wrap > img {
    float: left;
    height: auto;
    width: 35%;
}
.widget_lekh_category_post .category-post-content {
    float: left;
    padding-left: 15px;
    width: 65%;
}
.category-post-content > a, 
.widget_lekh_popular_post .popular-post-wrap > a {
    color: #222;
    display: block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 5px;
}
.template2 .site-footer .category-post-content > a, 
.template2 .site-footer .widget_lekh_popular_post .popular-post-wrap > a {
	color: #fff;
}
.category-post-content > a:hover, 
.widget_lekh_popular_post .popular-post-wrap > a:hover, 
.template2 .site-footer .category-post-content > a:hover, 
.template2 .site-footer .widget_lekh_popular_post .popular-post-wrap > a:hover {
	color: #ed7d27;
}
.widget_lekh_category_post .category-post-date {
    color: #2b2b2b;
    font-size: 13px;
}
.template2 .site-footer .widget_lekh_category_post .category-post-date {
	color: #fff;
}
.widget_lekh_category_post .category-post-date .posted-on {
	position: relative;
	padding-right: 10px;
}
.widget_lekh_category_post .category-post-date .posted-on:after {
	content: "/";
	position: absolute;
	right: -3px;
    top: -2px;
}
.widget_lekh_category_post .category-post-date .byline {
	padding-left: 10px;
}
.widget.widget_lekh_popular_post {
	margin-bottom: 20px;
}
.widget_lekh_popular_post .popular-post-wrap {
    float: left;
    margin-bottom: 20px;
    margin-right: 5%;
    width: 47%;
}
.widget_lekh_popular_post .popular-post-wrap:nth-child(2n) {
    margin-right: 0;
}

/*----------------------------------------
HOMEPAGE PAGINATION
-----------------------------------------*/
.pagination {
    font-family: montserrat;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.pagination > a, .pagination > span {
    color: #8e8e8e;
    padding: 5px 10px;
}
.pagination > a.pagination-latest, 
.pagination > a.pagination-older {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #8e8e8e;
}
.pagination > a.pagination-latest {
	margin-right: 20px;
}
.pagination > a.pagination-older {
	margin-left: 20px;
}
.pagination > a:hover, .pagination > span.current {
	color: #000;
	border-bottom-color: #000;
}
.gotofirst > a, .gotolast > a {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: 0;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}
.gotofirst > a:hover, .gotolast > a:hover {
	color: #000;
}

/*----------------------------------------
INNER PAGE
-----------------------------------------*/
header.page-header {
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 40px;
}
header.page-header.overlay::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
header.page-header .page-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}
#lekh-breadcrumbs {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
#lekh-breadcrumbs a {
    color: #999;
}
#lekh-breadcrumbs a:hover, 
#lekh-breadcrumbs .current {
    color: #fff;
}
#lekh-breadcrumbs .current {
	font-weight: 600;
}

/*---------------------------------
GALLERY PAGE
----------------------------------*/
.sortable .button-group {
    list-style: outside none none;
    margin: 40px 0 30px 0;
    padding: 0;
    text-align: center;
}
.sortable .button-group li.button {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    float: none;
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
}
.sortable .button-group li.button:first-child, 
.sortable .button-group li.button:last-child {
    border-radius: 0;
}
.sortable .button-group li.button:hover, 
.sortable .button-group li.button.is-checked {
	background: #ed7d27;
	color: #fff;
}
.archive-gallery:before, 
.archive-gallery:after {
	content: "";
	display: table;
}
.archive-gallery:after {
	clear: both;
}
.grid-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    margin: 0;
    width: 33.33%;
}
.gallery-content {
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.gallery-content .grid-details {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    line-height: initial;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.gallery-content:hover .grid-details {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.grid-details .grid-details-inner {
    color: #fff;
    font-family: montserrat;
    font-size: 18px;
    left: 0;
    margin-top: -50px;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg) scale(1.5);
    -webkit-transform: rotate(45deg) scale(1.5);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.gallery-content:hover .grid-details-inner {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
}
.grid-details .grid-details-inner a {
	position: relative;
	color: #fff;
	display: inline-block;
}
.grid-details .grid-details-inner .gallery-title a:before, 
.grid-details .grid-details-inner .gallery-title a:after {
	content: "";
	background: #fff;
	height: 1px;
	width: 0%;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.grid-details .grid-details-inner .gallery-title a:after {
	bottom: -8px;
}
.grid-details .grid-details-inner .gallery-title a:hover:before {
	width: 40%;
}
.grid-details .grid-details-inner .gallery-title a:hover:after {
	width: 30%;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
.grid-details .grid-details-inner a.fancybox-gallery {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #333;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    width: 40px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}
.gallery-content:hover .grid-details .grid-details-inner a.fancybox-gallery {
	opacity: 1;
	filter: alpha(opacity= 100);
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.grid-details .grid-details-inner a.fancybox-gallery:hover {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

/*---------- SIMPLE GRID LAYOUT ------------*/
.ed-gallery {
    float: left;
    padding: 10px;
}
.grid2 .ed-gallery {
	width: 50%;
}
.grid2 .ed-gallery:nth-child(2n+1) {
	clear: both;
}
.grid3 .ed-gallery {
	width: 33.33%;
}
.grid3 .ed-gallery:nth-child(3n+1) {
	clear: both;
}
.grid4 .ed-gallery {
	width: 25%;
}
.grid4 .ed-gallery:nth-child(4n+1) {
	clear: both;
}
.grid5 .ed-gallery {
	width: 20%;
}
.grid5 .ed-gallery:nth-child(5n+1) {
	clear: both;
}
.grid6 .ed-gallery {
    width: 16.666%;
}
.grid6 .ed-gallery:nth-child(6n+1) {
    clear: both;
}
.grid5 .grid-details .grid-details-inner, 
.grid6 .grid-details .grid-details-inner {
	font-size: 14px;
}

/*--------------------------------------------
GRID SHORTCODE
---------------------------------------------*/
.lekh_column {
	float:left;
	-webkit-box-sizing:border-box;
	background-clip:padding-box !important;
}

.lekh_column {
	padding:0 0%;
}

.lekh-row .lekh_column:first-child {
	margin-left:0;
}

.lekh-span1 {
	margin-left: 0;
	padding: 2%;
	width: 16.55%;
}
.lekh-span2 {
	padding: 15px;
	width: 33.33%;
}
.lekh-span3 {
	padding: 15px;
	width: 50%;
}
.lekh-span4 {
	padding: 15px;
	width: 66.66%;
}
.lekh-span5 {
	padding: 15px;
	width: 83%;
}
.lekh-span6 {
	padding: 15px;
	width: 100%;
}

/*-----------------------------------
TESTIMONIAL SHORTCODE
------------------------------------*/
.lekh-testimonial {
    margin-bottom: 40px;
}
.lekh-client-message {
    background: #eee none repeat scroll 0 0;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.lekh-client-message::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid #eee;
    bottom: -30px;
    content: "";
    left: 110px;
    position: absolute;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
}
.lekh-client-image {
    border: 8px solid #eee;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    width: 100px;
}
.round {
    border-radius: 100%;
    overflow: hidden;
}
.square {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.lekh-client-testimonial-heading {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 100px);
}
.lekh-client-name {
    color: #222;
    font-size: 16px;
    margin: 0;
}
.lekh-client-position {
    color: #777;
    font-family: lato;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

/*--------------------------------------
TEAM SHORTCODE
---------------------------------------*/
.lekh-team {
    text-align: center;
}
.lekh-member-image {
    border: 8px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    height: 200px;
    margin: 0 auto;
    width: 200px;
}
.lekh-member-name {
    font-size: 18px;
    margin: 20px 0 0;
}
.lekh-member-position {
    color: #777;
    font-family: "lato";
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.lekh-member-message {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

/*-------------------------------------
SOCIAL SHORTCODE
--------------------------------------*/
.social-shortcode > a {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 3px;
    text-align: center;
    width: 50px;
}
.social-shortcode > a:hover {
	background: #ed7d27;
	color: #fff;
}

/*------------------------------------------------------------
TOGGLE SHORTCODE
-------------------------------------------------------------*/
.lekh-toggle {
	margin-bottom: 20px;
}
.lekh-toggle .lekh-toggle-title {
	background: #444 none repeat scroll 0 0;
	font-size: 19px;
	color: #fff;
	padding: 5px 20px 5px 40px;
	position: relative;
	cursor: pointer;
	margin: 0;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.toggle.close .lekh-toggle-title:before {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	left: 15px;
	top: 7px;
}
.toggle.open .lekh-toggle-title:before {
	content: "\f068";
	font-family: fontawesome;
	position: absolute;
	left: 15px;
	top: 7px;
}
.toggle .lekh-toggle-title:hover {
	background: #ed7d27 none repeat scroll 0 0;
	color: #fff;
}
.toggle.open .lekh-toggle-title {
	background: #ed7d27 none repeat scroll 0 0;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.toggle .lekh-toggle-content {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 20px;
	font-size: 16px;
	color: #666;
}

/*----------------------------------------
CALL TO ACTION
-----------------------------------------*/
.center {
    margin: 0 auto;
    text-align: center;
}
.lekh_call_to_action {
    background: #eee none repeat scroll 0 0;
    padding: 20px;
    position: relative;
}
.lekh_call_to_action::after {
    background: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%) repeat scroll 0 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%) repeat scroll 0 0;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%) repeat scroll 0 0;
    background: -ms-radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%) repeat scroll 0 0;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%) repeat scroll 0 0;;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.lekh_call_to_action_content {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.lekh_call_to_action_button {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.lekh_call_to_action_button:hover, 
.lekh_call_to_action_button:visited {
    color: #fff;
}
.lekh_call_to_action_button::after {
    background: #ed7d27 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    z-index: -1;
}
.lekh_call_to_action_button:hover::after {
	height: 100%;
}

/*----------------------------------------------------------
TABS SHORTCODE
-----------------------------------------------------------*/
.lekh_tab_wrap.horizontal .lekh_tab_group {
	padding-left: 10px;
}   
.lekh_tab_wrap.horizontal .tab-title {
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 8px 25px;
	margin-right: 5px;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.lekh_tab_wrap.horizontal .tab-title:last-child {
	margin-right: 0;
}
.lekh_tab_wrap.horizontal .lekh_tab_group .tab-title:hover{
	background: linear-gradient(#fff, #f5f4f4);
	background: -webkit-linear-gradient(#fff, #f5f4f4);
	background: -moz-linear-gradient(#fff, #f5f4f4);
	background: -ms-linear-gradient(#fff, #f5f4f4);
	background: -o-linear-gradient(#fff, #f5f4f4);
}
.lekh_tab_wrap.horizontal .lekh_tab_group .active, 
.lekh_tab_wrap.horizontal .lekh_tab_group .tab-title:hover.active {
	background: linear-gradient(#f5f4f4, #fff);
	background: -webkit-linear-gradient(#f5f4f4, #fff);
	background: -moz-linear-gradient(#f5f4f4, #fff);
	background: -ms-linear-gradient(#f5f4f4, #fff);
	background: -o-linear-gradient(#f5f4f4, #fff);
	position: relative;
	top: 1px;
}
.lekh_tab_content .lekh_tab {
	display: none;
}
.lekh_tab_content {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 22px 15px;
	border: 1px solid #ddd;
	color: #666;
}
/*--------------------- VERTICLE TABS GROUP -----------------------*/
.lekh_tab_wrap.vertical .lekh_tab_group {
	float: left;
	width: 30%;
}
.lekh_tab_wrap.vertical .tab-title {
	border: 1px solid #ddd;
	border-bottom: medium none;
	padding: 8px 10px;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.lekh_tab_wrap.vertical .tab-title:hover, 
.lekh_tab_wrap.vertical .tab-title.active {
	background: #f5f4f4;
}
.lekh_tab_wrap.vertical .tab-title.active {
	border-right: none;
}
.lekh_tab_wrap.vertical .tab-title:last-child {
	border-bottom: 1px solid #ddd;
}
.lekh_tab_wrap.vertical .tab-title.active{
	position: relative;
}
.lekh_tab_wrap.vertical .lekh_tab_content {
	float: left;
	width: 70%;
	border-left: none;
	background: #f5f4f4;
}

/*----------------------------------------------------
LIST ITEMS SHORTCODE 
-----------------------------------------------------*/
ul.lekh-list {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}
ul.lekh-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
ul.lekh-list.lekh-thunder li::before {
	content: "\f0e7";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.lekh-list.lekh-pin li::before {
	content: "\f08d";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.lekh-list.lekh-tick li::before {
	content: "\f00c";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.lekh-list.lekh-star li::before {
	content: "\f005";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.lekh-list.lekh-money li::before {
	content: "\f0f2";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.lekh-list.lekh-square li::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 7px;
}

/*------------------------------------------
SLIDER SHORTCODE
-------------------------------------------*/
.shortcode-slider .lekh-slide {
    line-height: 0;
}
.shortcode-slider .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: initial;
    text-align: center;
    font-family: lato;
    font-weight: 300;
    font-size: 20px;
}
.shortcode-slider .bx-wrapper .bx-controls-direction a {
	top: 40%;
}

/*------------------------------------------
CONTACT PAGE
-------------------------------------------*/
.ufbl-form-field-wrap {
    margin-bottom: 20px;
}
.ufbl-form-field-wrap > label {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*---------------------------------------
SEARCH NO RESULT AND ERROR 404
----------------------------------------*/
.search.search-no-results #primary {
	border: none;
}
.error-404 {
    margin: 0 auto;
    padding: 120px 0;
    position: relative;
    text-align: center;
    width: 60%;
    z-index: 1;
}
.error-404::after {
    color: #eee;
    content: "ERROR 404";
    font-size: 10em;
    font-weight: 900;
    left: 0;
    line-height: 150px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: -1;
}
.error-404 .page-content > p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.no-results .search-form label, 
.error-404 .search-form label {
    display: inline-block;
    vertical-align: middle;
    width: 86%;
}
.no-results .search-form label .search-field, 
.error-404 .search-form label .search-field {
    border-width: 7px;
    height: 60px;
}
.no-results .search-form .search-submit, 
.error-404 .search-form .search-submit {
    height: 60px;
    padding: 0;
    vertical-align: middle;
    width: 13%;
}

/*-----------------------------------------
RELATED POSTS
------------------------------------------*/
.related-products > h5, .upsells > h2 {
    border-bottom: 2px solid #e4e4e4;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.post-related-single-wrap::before, .post-related-single-wrap::after {
    content: "";
    display: table;
}
.post-related-single-wrap::after {
    clear: both;
}
.content-area .post-related-single-wrap article {
    border-bottom: medium none;
    float: left;
    margin: 0 2% 0 0;
    width: 32%;

}
.content-area .post-related-single-wrap article:nth-child(3n) {
    margin-right: 0;
}
.content-area .post-related-single-wrap article figure {
	overflow: hidden;
}
.content-area .post-related-single-wrap article figure img {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.content-area .post-related-single-wrap article:hover figure img {
	transform: scale(1.3) rotate(15deg);
	-webkit-transform: scale(1.3) rotate(15deg);
}
.content-area .post-related-single-wrap article a {
    color: #222;
    display: inline-block;
    font-family: montserrat;
    font-size: 16px;
    position: relative;
}
.content-area .post-related-single-wrap article a:hover {
	color: #ed7d27;
}
.content-area .post-related-single-wrap article a:after {
	content: "";
	border-bottom: 2px solid #ed7d27;
	width: 0;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.content-area .post-related-single-wrap article a:hover:after {
	width: 25%;
}

/*-------------------------------------------
WOOCOMMERCE DESIGN
--------------------------------------------*/
.woocommerce #review_form_wrapper .comment-respond, 
.woocommerce #review_form #respond {
    border: 1px solid #eee;
    padding: 20px;
}
.woocommerce .products li .yith-wcqv-button {
    font: 0px/55px arial;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 27%;
    transform: translateY(-20px) translate(25px);
    -webkit-transform: translateY(-20px) translate(25px);
    visibility: visible;
    width: 40px;
}
.woocommerce .products li:hover .yith-wcqv-button {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translateY(0px) translate(25px);
    -webkit-transform: translateY(0px) translate(25px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.woocommerce .products li .yith-wcqv-button:hover {
	background: #ed7d27;
	color: #fff;
}
.woocommerce .products li .yith-wcqv-button::after {
    content: "\f00e";
    font: 20px/0px fontawesome;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 20px 0;
    padding: 0 10px;
    width: 33.33%;
}
.woocommerce .products li .yith-wcwl-add-button {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 27%;
}
.woocommerce .products li .yith-wcwl-add-button .add_to_wishlist {
    font: 0px/0px arial;
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px) translate(-10px);
    -webkit-transform: translateY(-20px) translate(-10px);
}
.woocommerce .products li:hover .yith-wcwl-add-button .add_to_wishlist {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translateY(0) translate(-10px);
	-webkit-transform: translateY(0) translate(-10px);
}
.woocommerce .products li .yith-wcwl-add-button .add_to_wishlist::after {
    content: "\f004";
    font: 19px/0 fontawesome;
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.woocommerce .products li .yith-wcwl-add-button .add_to_wishlist:hover::after {
	background: #ed7d27;
	color: #fff;
}
.woocommerce .products li .yith-wcwl-wishlistexistsbrowse, 
.woocommerce .products li .yith-wcwl-wishlistaddedbrowse {
    border: 1px solid #cc444d;
    color: #cc444d;
    font-size: 12px;
    padding: 5px;
}
.related.products > h2, .upsells.products > h2 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
}
.related.products > h2::after, .upsells.products > h2:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    bottom: -10px;
    content: "";
    left: 20px;
    position: absolute;
}
.woocommerce-MyAccount-navigation > ul {
    list-style: outside none none;
    margin: 0 0 30px 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation > ul li a {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 1px;
    padding: 10px 15px;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul li a:hover, 
.woocommerce-MyAccount-navigation > ul li.is-active a {
	background: #ed7d27;
	color: #fff;
}
.woocommerce-MyAccount-content > p:first-child {
    margin-top: 0;
}
.woocommerce-MyAccount-content a {
    color: #ed7d27;
    font-style: italic;
}
.woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	width: 80%;
}
.woocommerce .woocommerce-ordering select {
	padding: 5px;
}
.single-product .add_to_wishlist {
    background: #a46497 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
}
.single-product .related .add_to_wishlist, 
.single-product .upsells .add_to_wishlist {
	background: none;
	padding: 0;
}
.single-product .add_to_wishlist:hover {
	background: #935386;
	color: #fff;
}
.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse {
	font-style: italic;
}
.yith-wcwl-wishlistaddedbrowse > a, 
.yith-wcwl-wishlistexistsbrowse > a {
    color: #ed7d27;
}
.yith-wcwl-wishlistaddedbrowse > a:hover, 
.yith-wcwl-wishlistexistsbrowse > a:hover {
    text-decoration: underline;
}
.woocommerce ul.products li.product:nth-child(3n+1), 
.woocommerce-page ul.products li.product:nth-child(3n+1) {
	clear: both;
}

.post-password-required label {
    margin-bottom: 10px;
    display: block;
}
.layout2 nav.main-navigation {
	display: none;
}
span.apss-social-text {
    color: #fff;
}
.site-logo, .site-text {
    display: inline-block;
    vertical-align: middle;
}