/*
 Theme Name:     moheet
 Theme URI:      https://www.ar-themes.com/wordpress-themes/moheet
 Author:         ar-themes.com
 Author URI:     https://www.ar-themes.com/
 Description:    moheet is an elegantly designed premium WordPress magazine theme ideal for online newspaper, magazines, journals, professional blogs and other review publishing sites.
 Version:        2.0
 Tested up to: 5.9
 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:    moheet
 Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images, full-width-template, sticky-post, 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.
 
moheet is based on Underscores http://underscores.me/, (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%;
    overflow-x: hidden;
}
body {
    position: relative;
    margin: 0;
}
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;
}
a:hover {
    color: #43d6e8;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 30px;
}
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: 1em 40px;
}
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-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;
}
td,
th {
    padding: 0;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 23px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 13px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
}
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: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
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 {
    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 {
    background: #F2F2F2;
    font-size: 14px;
    color: #777777;
    font-family: "Open Sans", sans-serif;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
blockquote:before, 
blockquote:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f10d";
    position: absolute;
    left: 21px;
    font-size: 19px;
    top: 11px;
}
blockquote {
    overflow: hidden;
    font-weight: normal;
    padding: 34px 50px 22px;
    position: relative;
    margin: 0 0 15px 0;
    font-size: 18px;
    border-top: 7px solid #eee;
    line-height: 1.5;
    border-bottom: 7px solid #eee;
    text-align: center;
}
blockquote:after {
    content: "\f10e";
    right: 21px;
    left: auto;
    bottom: 21px;
    top: auto;
}
hr {
    background-color: #f5f5f5;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
    padding:0; 
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
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"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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 {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 2px solid #ccc;
    border-radius: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 15px;
    font-weight: 500;
}
.entry-content ul{
    list-style-type: disc;
    margin: 0px 0 15px 30px;
}
.entry-content ol{
    list-style-type: decimal;
    margin: 0px 0 15px 30px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul { 
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
/*--------------------------------------------------------------
# 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. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 1.5em;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area ol.children {
    margin: 0 0 0 25px;
}
.comments-area .logged-in-as {
    margin-bottom: 10px;
}
.comments-area .logged-in-as a {
    color: #777777;
    font-style: italic;
}
.comments-area .logged-in-as a:hover {
    color: #f00;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    padding: 5px;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text,
.wp-caption {
    background: #f5f5f5;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery figure{
    margin: 0;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.moheet-container {
    max-width: 1070px;
    margin: 0 auto; 
}
.wow {
    visibility:   hidden;
}
p {
    margin: 0; 
}
a {
    text-decoration: none;
    color: #43d6e8;
}
img {
    vertical-align: top;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
}
body {
    line-height: 1.8;
}
.entry-content a{
    color: #000;
}
.alignleft {
  display: block;
  float: left;
  margin-top: 0;
  margin: 5px 25px 15px 0;
}
.alignright {
  display: inline;
  float: right;
  margin-right: 0;
  margin: 5px 0 15px 25px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
## Header sections
--------------------------------------------------------------*/
#page { 
    background: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; 
}
.moheet-top-header {
    background: #fbfbfb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);    
    font-size: 13px;
    height: 35px;
    overflow: hidden;
}

.moheet-top-header .top-navigation {
    float: right;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
.moheet-top-header .top-navigation li {
    position: relative;
}
.moheet-top-header .top-navigation .menu li {
    display: inline-block;
}
.moheet-top-header .top-navigation .menu li > a {
    color: #777;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 35px;
    font-size: 11px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.moheet-top-header .top-navigation ul ul a {
    padding: 0 !important;
}
.moheet-top-header .top-navigation .menu a:hover {
    color: #e5e5e5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.moheet-top-header .top-navigation .menu ul {
    background: #fbfbfb;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
}
.moheet-top-header .top-navigation ul li:hover ul {
    left: 0;
    opacity: 1;
    top: 32px;
    visibility: visible;
    z-index: 9;
}
.moheet-top-header .top-navigation .menu ul li {
    width: 100%;
    padding: 5px 10px;
}
.moheet-top-header .top-navigation .menu ul li {
    border-left: none;
}
.moheet-top-header .top-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.moheet-top-header .top-navigation ul ul ul{
    left: 100% !important;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    display: none;
}
.moheet-top-header .top-navigation ul ul li:hover > ul{
    display: block;
}
.site-header.header-layout2 .logo-ad-wrapper { background: #232323; }
.site-header .logo-ad-wrapper .moheet-container {
    padding: 0;
}
.site-header .logo-ad-wrapper {
    padding: 25px 0 25px;
}
.site-header .site-branding {
    float: left;
    max-width: 28%;
}
.site-header .site-branding a.custom-logo-link,
.site-header .site-branding .site-title-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.site-header .site-branding a.custom-logo-link {
    width: 90%;
}
.site-header .site-branding a.custom-logo-link img {
    vertical-align: top;
}
.header-ad-wrapper .moheet_leaderboard_ad {
    margin: 0;
}
.site-header .site-branding .site-title-wrapper .site-title a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
}
.site-header.header-layout2 .site-branding .site-title-wrapper .site-title a { color: #fff;  }
.site-header .header-ad-wrapper {
    float: right;
    width: auto;
    max-width: 728px;
}
.site-header .main-navigation {
    border-bottom: 4px solid #43d6e8;
    background: #353537;
    position: relative;
}
.site-header .main-navigation{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.site-header .is-sticky .main-navigation{
    z-index: 99999; 
}
.nav-wrapper {
    float: left;
    width: 85%;
}
.site-header .main-navigation li {
    float: left;
}
.site-header .main-navigation li a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 0 17.5px;
    color: #fff;
    position: relative;
    line-height: 56px;   
}
#primary-menu > li > a:hover {
    background: #232323;
}
.site-header.header-layout1 .main-navigation .menu-primary-menu-container > ul > li.current-menu-item a,  
.site-header.header-layout1 .main-navigation .menu-primary-menu-container > ul > li > a:hover,
.site-header.header-layout2 .main-navigation .menu-primary-menu-container > ul > li.current-menu-item a,  
.site-header.header-layout2 .main-navigation .menu-primary-menu-container > ul > li > a:hover,
.header-layout2 .main-navigation .index-icon:hover,
.header-layout1 .main-navigation .index-icon:hover{
    background-color: #43d6e8;
}
.site-header .main-navigation .menu-primary-menu-container {
    float: left;
    width: 93%;
}
.site-header .main-navigation .icons-wrapper {
    color: #fff;
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    padding: 0 27px 0 10px;
    position: relative;
}

.site-header .main-navigation .icons-wrapper .icon-search,
.site-header .main-navigation .icons-wrapper .icon-random {
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 56px;
    margin-left: 20px;
    color: #fff;
}
.site-header .main-navigation .icons-wrapper .icon-search:before {
    content: '\f002';
}
.site-header .main-navigation .moheet-search-form-primary .search-form {
    right: 0;
    position: absolute;
    top: 100px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
    width: 300px;
    background: #353537;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 0;
    z-index: 999999;
}
.site-header .main-navigation .moheet-search-form-primary.search-in .search-form {
    right: 0;
    opacity: 1;
    top: 60px;
    visibility: visible;
    z-index: 999999;   
}
.site-header .main-navigation .moheet-search-form-primary .search-form .search-field {
    border-radius: 0;
    height: 32px;
    float: left;
    background: #f2f2f2;
    border: none;
}
.site-header .main-navigation .moheet-search-form-primary .search-form .search-submit {
    background: #43d6e8;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 32px;
    float: left;
    padding: 10px 0 12px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 57px;
}
@-moz-document url-prefix() {
    .site-header .main-navigation .moheet-search-form-primary .search-form .search-submit {
        width: 70px;
    }
}
.site-header .main-navigation .moheet-search-form-primary.search-in .search-form .search-submit:hover {
    background: #43d6e8;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;       
}

/*--------------------------------------------------------------
## drop down menu css
--------------------------------------------------------------*/
.site-header .main-navigation ul ul {
    background: #353537;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    visibility: hidden;
    width: 200px;
}
.site-header .main-navigation ul li:hover > ul {
    opacity: 1;
    top: 56px;
    visibility: visible;
    z-index: 9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.site-header .main-navigation ul#primary-menu > li > ul {
    border-top: 4px solid #43d6e8;
}

.site-header .main-navigation ul ul ul{
    left: 100%;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    display: none;
}
.site-header .main-navigation ul ul li:hover > ul{
    display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.nav-wrapper > li > a:hover {
    background: #43d6e8;
}
.header-layout2 .main-navigation .current_page_item > a,
.header-layout2 .main-navigation .current-menu-item > a,
.header-layout2 .main-navigation .current_page_ancestor > a,
.header-layout2 .main-navigation .current-menu-ancestor > a,
.header-layout2 .nav-wrapper > li > a:hover {
    background: #232323;
}
.site-header #site-navigation.show_home li.menu-item-home a {
    background-image: url(assets/images/home-icon.png)  ;
    background-repeat: no-repeat ;
    background-position: center center  ;
    text-indent: -9999px;
    width: 62px;
}

.site-header .main-navigation ul li ul li a {
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 1.8;
}
.site-header .main-navigation ul li ul li:last-child a {
    border: none;
}
.site-header .main-navigation ul li ul li a:hover {
    color: #43d6e8;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;  
}
.site-header .main-navigation li ul a:hover::before {
    border: none;
} 

/*--------------------------------------------------------------
## content sections
--------------------------------------------------------------*/
.site-content {
    padding: 10px 0;
}
/*--------------------------------------------------------------
## moheet-newsticker-wrapper
--------------------------------------------------------------*/
.moheet-top-header .moheet-current-date {
    float: left;
    line-height: 35px;
}
.moheet-top-header .social-profiles {
	float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 5px;
}
.moheet-top-header .social-profiles a {
    line-height: 35px;
    width: 25px;
    text-align: center;
    color: #777;
    font-size: 16px;
}
.social-profiles span {
	display: none;
}
.moheet-top-header a:hover {
    color: #000 !important;
}
.header-layout2  a:hover {
	color: #fff !important;
}
.moheet-top-header .news-ticker {
    max-width: 500px;
    float: left;
}
.moheet-top-header  .moheet-ticker-caption {
    float: left;
    max-width: 100%;
    margin-right: 5px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    color: rgba(153,153,153,1.0);
}
.moheet-top-header  .lSSlideOuter { height: 35px; }
.moheet-top-header  #moheet-news-ticker {
    margin-left: 50px;
}
.moheet-top-header   .lSAction {
    position: absolute;
    left: 0;
    top: 5px;
}
.moheet-top-header  .lSAction .lSPrev, 
.moheet-top-header  .lSAction .lSNext {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    color: rgba(153,153,153,1.0);
}
.moheet-top-header  .lSSlideOuter.vertical .lSAction > a {
    margin: 2px;
}
.moheet-top-header   .lSAction .lSPrev:before,
.moheet-top-header  .lSAction .lSNext:before  {
    font-size: 15px;
    position: relative;
    color: rgba(153,153,153,1.0);
}
.moheet-top-header  .lSSlideOuter.vertical .lSAction > .lSPrev,
.moheet-top-header  .lSAction .lSPrev:before,
.moheet-top-header  .lSSlideOuter.vertical .lSAction > .lSNext,
.moheet-top-header  .lSAction .lSNext:before {
    top: auto;
    left: auto;
    bottom: auto;
}
.moheet-top-header  .single-news a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    height: 35px;
}
.moheet-newsticker-wrapper {
    margin: 0 0 5px;
    overflow: hidden;
}
.moheet-newsticker-wrapper .moheet-container.default-layout{
    overflow: hidden;
    height: 37px;
}
.moheet-newsticker-wrapper .moheet-ticker-caption {
    float: left;
    max-width: 100%;
}
.moheet-newsticker-wrapper .moheet-ticker-caption {
    margin-right: 20px;
    margin-left: 1px;
}
.moheet-newsticker-wrapper .moheet-ticker-caption span {
    background: #353537;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}
/*********ticker layout 1*******/
.news-ticker.default-layout {
    margin-top: 10px;
}
.moheet-top-header .news-ticker.default-layout {
    margin-top: 0;
}
.moheet-newsticker-wrapper .moheet-ticker-caption span{
    position: relative;
}
.moheet-newsticker-wrapper .ticker-control-layout1 .lSSlideOuter.vertical .lSAction > .lSPrev,
.moheet-newsticker-wrapper .ticker-control-layout1 .lSSlideOuter.vertical .lSAction > .lSNext{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.moheet-newsticker-wrapper .ticker-control-layout1 .lSSlideOuter.vertical .lSAction > .lSPrev:before,
.moheet-newsticker-wrapper .ticker-control-layout1 .lSSlideOuter.vertical .lSAction > .lSNext:before{
    left:5px;
}
/*ticker layout 2*/
.moheet-newsticker-wrapper .ticker-control-layout2 .lSSlideOuter.vertical .lSAction > .lSPrev:before{
    content: "\f176";
    left: 0;
    top: -6px;
    font-size: 16px;
}
.moheet-newsticker-wrapper .ticker-control-layout2 .lSSlideOuter.vertical .lSAction > .lSNext:before{
    content: "\f175";
    left: 0;
    top: -6px;
    font-size: 16px;
}
.moheet-newsticker-wrapper .ticker-control-layout2 .lSSlideOuter.vertical .lSAction .lSPrev, 
.moheet-newsticker-wrapper .ticker-control-layout2 .lSSlideOuter.vertical .lSAction .lSNext{
    width: 8px;
    border: 0;
}

.moheet-newsticker-wrapper .lSSlideWrapper {
    line-height: 34px;
    height: 38px !important;
}
.moheet-newsticker-wrapper .lSSlideOuter.vertical ul.lightSlider,
.moheet-newsticker-wrapper .lSSlideOuter.vertical .lSAction {
   float: right;
}
.moheet-newsticker-wrapper .lSSlideOuter.vertical .lSAction {
    text-align: right;
}
.moheet-newsticker-wrapper .lSSlideOuter.vertical ul.lightSlider {
    width: 84%;
    overflow: hidden;
    float: left;
}
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSPrev,
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSNext {
    height: 22px;
    width: 22px;
    border: 1px solid #f1f1f1;
    color: #d0d0d0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    position: relative;
    font-family: FontAwesome;
    font-size: 19px;
    top:0;
    left: 0 !important;
}
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSPrev:hover ,
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSNext:hover {
    background: rgba(241, 241, 241, 0.5);
}
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSNext:before {
    position: absolute;
    content: '\f106';
    display: block;
    top: -8px;
    left: 4px;
    color: #d0d0d0;
}
.moheet-newsticker-wrapper .lSSlideWrapper .lSAction .lSPrev:before {
    position: absolute;
    content: '\f107';
    display: block;
    top: -6px;
    left: 4px;
    color: #d0d0d0;
}
.moheet-newsticker-wrapper ul li a {
    color: #333333;
    font-size: 14px;
     transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.moheet-newsticker-wrapper ul li a:hover,
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper ul li .single-news a:hover {
    color: #43d6e8;
     transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}


/*--------------------------------------------------------------
## homepage-slider-section
--------------------------------------------------------------*/
.site-content .homepage-slider-section .widget_moheet_featured_slider .lSSlideOuter .lightSlider {
    height: 460px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section {
    float: left;
    width: 49.6%;
    height: 460px;
    position: relative;
    background-color: #ccc;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .lSSlideOuter  .lSAction {
    display: none !important;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .lSSlideOuter:hover .lSAction {
    display: block !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section.slider-fullwidth{
    float: none;
    width: 100%;
    height: 100%;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .lSSlideOuter  li.slide{
    position: relative;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .slide a.slider-img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .slider-caption {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 20px;
}
.slider-caption .post-meta a,
.page-template-home-template .widget_moheet_featured_slider .post-meta .post-view {
    color: #fff;
    text-transform: capitalize;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .slider-caption .post-meta .posted-on,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .posted-on{
    float: left;
    margin-right: 5px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section {
    float: right;
    width: 50%;
    height: 460px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 49.6%;
    background-color: #ccc;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .post-caption {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.left .post-caption h3,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right .post-caption h3 {
    font-size: 16px;
    margin: 0px;
    text-transform: capitalize;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .post-caption h3 {
    margin: 0 0 5px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.left .post-meta,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right .post-meta {
    display: none;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .author a,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .posted-on a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.8;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .slider-caption .post-meta .post-author,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .post-author,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .posted-on {
    float: left;
    margin-right: 10px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .posted-on a {
    position: relative;
    padding: 0 5px; 
} 
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta .posted-on a:before {
    content: '\f017';
    font-family: FontAwesome;
    font-size: 12px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article a img {
    width: 100%;
    vertical-align: top;
    height: auto;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.left,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right {
    float: left;
    width: 49.6%;
    vertical-align: top;
    margin-top: 0.7%;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right {
    float: right;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right {
    margin-left: 0.8%; 
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .featured-img{
    height: 100%;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article a.featured-img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%); 
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article a:hover:before {
    opacity: 1;
}
h3.featured-small-font a {
    color: #fff;
}
/* ==========tags================ */
.widget .post-tags-links {
    position: static;
    bottom: 15px;
    left: 15px;
}
.widget .slider-fullwidth .post-tags-links {
    bottom: 55px;
}
.site-content .homepage-slider-section .widget_moheet_featured_slider .slider-caption .post-tags-links a,
.site-content .homepage-slider-section .widget_moheet_featured_slider .post-caption .post-tags-links a {
    position: static;
}
.footer-widgets-wrapper .widget.widget_tag_cloud .tagcloud a {
    color: #fff;
}

/*===========homepage-content-wrapper=============*/

.homepage-content-wrapper {
    padding: 20px 0 0;
}
.homepage-content-wrapper .moheet-main-content,
.moheet-bottom-main-content,
.homepage-fullwidth-wrapper .moheet_block_posts_list {
    width: 66%;
    float: left;
}
.homepage-fullwidth-wrapper .moheet_block_posts_list:nth-child(odd) {
    float: left;
}
.homepage-fullwidth-wrapper .moheet_block_posts_list:nth-child(even) {
    float: right;
}
.widget .moheet-main-content h4.block-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin: 0 0 29px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    text-transform: uppercase;
}
/*=================================
        Widget Block style 1
=================================*/
.moheet_block_posts_style1 .left-post-wrapper,
.moheet_block_posts_ajax .left-post-wrapper {
    float: left;
    width: 46.5%;
}
.moheet_block_posts_style1 .left-post-wrapper .post-thumb,
.moheet_block_posts_ajax .left-post-wrapper .post-thumb {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
}
.moheet_block_posts_style1 .left-post-wrapper .post-thumb img,
.moheet_block_posts_ajax .left-post-wrapper .post-thumb img {
    height: auto;
    width: 100%;
    vertical-align: top;
}
.moheet_block_posts_style1 .left-post-wrapper .single-post .post-meta,
.moheet_block_posts_ajax .left-post-wrapper .single-post .post-meta {
    margin: 0 0 15px;
}

.moheet_block_posts_ajax .left-post-wrapper span.cat-links a {
    padding: 3px 6px 4px;
    color: #fff ;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper,
.widget.moheet_block_posts_ajax .right-posts-wrapper {
    float: right ;
    width: 47.7%;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post {
    padding-bottom: 14px;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper div + div.single-post,
.widget.moheet_block_posts_ajax .right-posts-wrapper div + div.single-post {
    padding-top: 14px;
} 
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post:last-child,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post:last-child {
    border: none;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-thumb,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-thumb {
    display: inline-block;
    width: 30%;
    position: relative;   
    vertical-align: top;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper {
    display: inline-block;
    width: 65%;
    margin-left: 9px;
    vertical-align: top;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .posted-on a,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .posted-on a,
.widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post .post-meta .posted-on a,
.widget.moheet_block_posts_style1 .left-post-wrapper .single-post .post-meta .posted-on a,
.widget.moheet_block_posts_ajax .left-post-wrapper .single-post .post-meta .posted-on a,
.widget.moheet_block_posts_list .single-post .post-content-wrapper .post-meta .posted-on a,
.widget .single-post .post-meta .posted-on a,
.widget.moheet_category_posts_list .single-post .post-meta .posted-on a,
.widget.moheet_block_posts_column .single-post .post-meta .posted-on a,
.widget .moheet_block_posts_carousel .single-post .post-caption .post-meta .posted-on a{
    position: relative;
    display: inline-block;
}
#secondary .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post {
    margin: 0;
}
.widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .posted-on a:before,
.widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .posted-on a:before,
.widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post .post-meta .posted-on a:before,
.widget.moheet_block_posts_style1 .left-post-wrapper .single-post .post-meta .posted-on a:before,
.widget.moheet_block_posts_ajax .left-post-wrapper .single-post .post-meta .posted-on a:before,
.widget.moheet_block_posts_list .single-post .post-content-wrapper .post-meta .posted-on a:before,
.widget .single-post .post-meta .posted-on a:before,
.widget.moheet_category_posts_list .single-post .post-meta .posted-on a:before,
.widget.moheet_block_posts_column .single-post .post-meta .posted-on a:before,
.widget_recent_entries span:before,
.posted-on a:before {
    content: "\f017";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}
.sidebar_style1 .moheet-home-aside .widget, 
.sidebar_style1 #secondary .widget, 
.sidebar_style1 .moheet-home-bottom-aside .widget {
    background: #f9f9f9;
    padding: 20px;
}

.moheet-home-aside .widget.moheet_block_posts_style1 .left-post-wrapper,
#secondary .widget.moheet_block_posts_style1 .left-post-wrapper,
.moheet-home-aside .widget.moheet_block_posts_ajax .left-post-wrapper,
#secondary .widget.moheet_block_posts_ajax .left-post-wrapper {
    float: none;
    width: 100%;
}
.moheet-home-aside .widget.moheet_block_posts_style1 .right-posts-wrapper,
#secondary .widget.moheet_block_posts_style1 .right-posts-wrapper,
.moheet-home-aside .widget.moheet_block_posts_ajax .right-posts-wrapper,
#secondary .widget.moheet_block_posts_ajax .right-posts-wrapper {
    float: none;
    width: 100%;
}
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .left-post-wrapper .single-post h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .left-post-wrapper .single-post .post-meta .post-author a,
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .post-author a,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .left-post-wrapper .single-post h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .left-post-wrapper .single-post .post-meta .post-author a,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper .post-meta .post-author a {
    color: #aaaaaa;
}
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .left-post-wrapper,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .left-post-wrapper {
    float: none;
    width: 100%;
    color: #fff;
}
.footer-widgets-wrapper .widget.moheet_block_posts_style1 .right-posts-wrapper,
.footer-widgets-wrapper .widget.moheet_block_posts_ajax .right-posts-wrapper {
    float: none;
    width: 100%;
    color: #fff;
}
/*=================================
        Widget Block style 2
=================================*/
.widget.moheet_block_posts_style2 .block-post-wrapper.column2-layout .single-post {
    width: 49%;
    padding-bottom: 30px;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column2-layout .single-post:nth-child(odd) {
    float: left;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column2-layout .single-post:nth-child(even) {
    float: right;
}
.block-post-wrapper.column2-layout .single-post .post-thumb,
.block-post-wrapper.column1-layout .single-post .post-thumb {
    margin-bottom: 10px;
}

.widget.moheet_block_posts_style2 .block-post-wrapper.column2-layout .single-post:nth-child(odd) {
    margin-left: 0;
    clear: both;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post {
    display: inline-block;
    width: 32.33%;
    margin: 0 1.5% 5px 0;
    vertical-align: top;
    float: left;
}
.moheet_block_posts_style2 .post-meta,
.moheet_block_posts_style3 .post-meta {
    margin-bottom: 0 !important;
}
.moheet_block_posts_style2  .block-post-wrapper.column3-layout .single-post:nth-child(3n) {
    margin-right: 0 !important;
    clear: right;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post .post-thumb {
    position: relative;
    margin: 0 0 10px;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column3-layout .single-post .post-thumb:before {
    left: 10px;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post {
    float: left;
    width: 23.875%;
    margin-left: 1.5%;
}
.block-post-wrapper.column1-layout .single-post .post-thumb {
    height: 350px;
}
.block-post-wrapper.column2-layout .single-post .post-thumb {
    height: 250px;
}
.block-post-wrapper.column3-layout .single-post .post-thumb {
    height: 200px;
}
.block-post-wrapper.column4-layout .single-post .post-thumb {
    height: 150px;
}
.moheet_fullwidth_block_posts .fw_block_layout_1  .post-thumb {
    height: 350px;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post:first-child {
    margin-left: 0;
}
.widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post:nth-child(4n+1){
    margin-left: 0;
    clear: both;
}
.moheet-home-aside .widget.moheet_block_posts_style2 .block-post-wrapper .single-post,
#secondary .widget.moheet_block_posts_style2 .block-post-wrapper .single-post,
.footer-widgets-wrapper .widget.moheet_block_posts_style2 .block-post-wrapper .single-post {
    width: 100%;
}
.footer-widgets-wrapper .widget.moheet_block_posts_style2 .single-post h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_style2 .single-post .post-meta .post-author a{
    color: #aaaaaa;
}
.moheet_block_posts_style2 .post-meta .post-author .author:before,
.moheet_block_posts_style1 .post-meta .post-author .author:before,
.moheet_category_posts_list .post-meta .post-author .author:before {
    
}
/*==========================================
    Widget Block posts List
=========================================*/
.widget.moheet_block_posts_list .single-post {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.widget.moheet_block_posts_list div.single-post + div.single-post {
    padding-top: 14px;
}
.widget.moheet_block_posts_list .single-post:last-child {
    border: none;
} 
.widget.moheet_block_posts_list .single-post .post-thumb,
.widget.moheet_block_posts_list .single-post .post-content-wrapper {
    float: left;
}
.widget.moheet_block_posts_list .single-post .post-thumb {
    width: 34%;
    height: 150px;
    margin-right: 4%;
    position: relative;
    margin-bottom: 10px;
}
.moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post .post-thumb,
.moheet-home-bottom-aside .widget.moheet_block_posts_list .single-post .post-thumb  {
    height: 70px;
}
.widget.moheet_block_posts_list .single-post .post-content-wrapper {
    width: 61.60%;
    color: #777777;
    font-size: 13px;
}
.moheet-home-bottom-aside .widget.moheet_block_posts_list .single-post .post-content-wrapper {

}
.widget.moheet_block_posts_list .single-post .post-content-wrapper .post-meta {
    margin: 0 0 10px; 
}
.widget.moheet_block_posts_list .single-post .post-content-wrapper .post-meta span.posted-on {
    margin-right: 10px;
    text-transform: capitalize;
}

.widget .single-post .post-meta span.comments-count a:hover,
.widget .single-post .post-meta span.comments-count a:hover:before,
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .single-post .post-meta .comments-count:hover a {
    color: #43d6e8;
}
#secondary .widget.moheet_block_posts_list .single-post .post-thumb,
.footer-widgets-wrapper .widget.moheet_block_posts_list .single-post .post-thumb{
    width: 100%;
    margin-right: 0px;
    float: none;
}
#secondary .widget.moheet_block_posts_list .single-post .post-content-wrapper,
.footer-widgets-wrapper .widget.moheet_block_posts_list .single-post .post-content-wrapper{
    width: 100%;
    float: none;
}
.moheet-home-aside .widget.moheet_block_posts_list .single-post .post-thumb:before,
#secondary .widget.moheet_block_posts_list .single-post .post-thumb:before,
.footer-widgets-wrapper .widget.moheet_block_posts_list .single-post .post-thumb:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
    bottom:-1px;
    right: 10px;
    top: auto;
}
.footer-widgets-wrapper .widget.moheet_block_posts_list .single-post .post-content-wrapper h3 a,
.footer-widgets-wrapper .widget.moheet_block_posts_list .single-post .post-content-wrapper .post-meta span.post-author a {
    color: #aaaaaa;
}

/*=============================
    Widget category Slider and layout
==============================*/

.moheet-home-aside .widget.moheet_category_posts_slider,
#secondary .widget.moheet_category_posts_slider {
    width: 100%;
    float: none;
}
.widget.moheet_category_posts_slider .lSSlideOuter {
    position: relative;
}
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg{
    bottom: 30px;
}
.widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -33px !important;
}
.widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg > li a {
    background: #fff;
}
.widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg > li.active a,
.widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg > li a:hover {
    background: #428bca;
}
.widget.moheet_category_posts_slider li.single-post .post-thumb {
    position: relative;
    height: 300px;
}
.homepage-fullwidth-wrapper  .widget.moheet_category_posts_slider li.single-post .post-thumb {
    height: 350px;
}
.widget.moheet_category_posts_slider .single-post .post-thumb:before {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.widget.moheet_category_posts_slider .single-post .post-caption .post-tags-links a {
    position: static;
    display: inline-block;
    float: none;
}
.widget.moheet_category_posts_slider .single-post {
    position: relative;
}
.widget.moheet_category_posts_slider .single-post .post-caption {
   position: absolute;
   bottom: 70px;
   text-align: center;
   z-index: 2;
   width: 90%;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.widget.moheet_category_posts_slider .single-post .post-caption .posted-on{
    margin-right: 10px;
}
.widget.moheet_category_posts_slider .single-post .post-caption .post-view,
.widget.moheet_category_posts_slider .single-post .post-caption .comments-count a {
    color: #fff;
}
.widget.cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption h3 a{
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.widget.cat_slider_layout_2.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg {
    bottom: 15px;
}
.widget.cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption{
    bottom: 60px;
}
/*****home aside*****/
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-caption,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-caption{
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-template-home-template .widget.moheet_category_posts_slider .post-meta .post-view{
    margin-right: 10px;
    color: #fff;
}
.widget.moheet_category_posts_slider .single-post .post-meta span.comments-count a::before{
    top: -2px;
}
.page-template-home-template .moheet-home-aside .widget.moheet_category_posts_slider .post-meta .post-view,
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count,
.page-template-home-template .moheet-home-bottom-aside .widget.moheet_category_posts_slider .post-meta .post-view,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count{
    display: inline-block;
    float: none;
}
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count a,
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-meta .post-view,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count a,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-meta .post-view{
        color: #fff;
}
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count a:hover,
.moheet-home-aside .widget.moheet_category_posts_slider .single-post .post-meta .post-view:hover a,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-meta .comments-count a:hover,
.moheet-home-bottom-aside .widget.moheet_category_posts_slider .single-post .post-meta .post-view:hover a{
        color: #43d6e8;
}
.widget.moheet_category_posts_slider .single-post .post-caption h3 a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px; 
}
.widget.moheet_category_posts_slider .single-post .post-meta a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;   
}
.widget.moheet_category_posts_slider .single-post .post-meta .post-author .author:before{
    color: #fff;
}
.widget.moheet_category_posts_slider .single-post .post-meta .post-author .author:hover:before{
    color: #43d6e8;
}
.widget .single-post .post-meta .post-author {
    float: none;
}
.widget .single-post .post-meta a:hover {
    color: #43d6e8;
}
.moheet_category_posts_slider .cat_slider_layout_1 .cat-links a,
.moheet_category_posts_slider .cat_slider_layout_1 .post-tags-links a {
    color: #fff;
    padding: 4px 9px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-bottom: 5px;
}
.moheet_category_posts_slider .cat_slider_layout_1 .cat-links a:hover,
.moheet_category_posts_slider .cat_slider_layout_1 .post-tags-links a:hover, {
    background: #333;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider,
.homepage-fullwidth-wrapper .cat_slider_layout_2.moheet_category_posts_slider,
.homepage-bottom-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider,
.homepage-bottom-fullwidth-wrapper .cat_slider_layout_2.moheet_category_posts_slider {
    width: 100%;
}
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .single-post .post-meta .comments-count{
    float: none;
}
.page-template-home-template .homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .single-post .post-meta .post-view{
    float: none;
    color: #fff;
    margin-right: 13px;
}
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .single-post .post-meta .posted-on{
    margin-right: 7px;
}
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .post-meta .post-author .author:before,
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .single-post .post-meta .comments-count a{
    color: #fff;
}
.homepage-bottom-content-wrapper .cat_slider_layout_2.widget.moheet_category_posts_slider .post-meta .post-author .author:hover:before{
    color: #43d6e8;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption,
.homepage-fullwidth-wrapper .cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption,
.homepage-bottom-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption,
.homepage-bottom-fullwidth-wrapper .cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 0;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .lSAction .lSPrev,
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .lSAction .lSNext {
    width: 22px;
    background-color: #fff;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .lSAction .lSPrev:before {
    left: 5px;
    color: #000;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .lSNext:before {
    left: 10px;
    color: #000;
}
.homepage-content-wrapper .cat_slider_layout_2.moheet_category_posts_slider .single-post .post-caption {
    bottom: 70px;
}
.widget.cat_slider_layout_2.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg {
    bottom: 35px;
}
.moheet-home-aside, #secondary,
.moheet-home-bottom-aside {
    width: 30%;
    float: right;
    font-size: 13px;
    color: #777777;
}
h4.block-title,
h4.widget-title {
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.homepage-fullwidth-wrapper  h4.block-title ,
.homepage-fullwidth-wrapper  h4.widget-title ,
.homepage-bottom-fullwidth-wrapper h4.block-title ,
.homepage-bottom-fullwidth-wrapper h4.widget-title ,
.moheet-main-content   h4.widget-title,
.moheet-main-content h4.block-title,
.moheet-bottom-main-content  h4.widget-title,
.moheet-bottom-main-content h4.block-title {
    border-bottom: 2px solid #ebebeb;
}
.homepage-fullwidth-wrapper  h4.block-title:after ,
.homepage-fullwidth-wrapper  h4.widget-title:after ,
.homepage-bottom-fullwidth-wrapper h4.block-title:after ,
.homepage-bottom-fullwidth-wrapper h4.widget-title:after ,
.moheet-main-content   h4.widget-title:after,
.moheet-main-content h4.block-title:after,
.moheet-bottom-main-content  h4.widget-title:after,
.moheet-bottom-main-content h4.block-title:after, 
.homepage-slider-section h4.block-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #43d6e8;
    position: absolute;
    bottom: -2px;
    left: 0;
}
/**
======================
block header css
======================
**/
.block-header {
    position: relative;
}
.block-header .view-all {
    position: absolute;
    right: 0;
    top: -2px;
    padding-left: 10px;
}
.block-header .view-all a {
    color: #777777;
    font-size: 14px;
     transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    text-transform: uppercase;
}
.block-header .view-all a:hover {
    color: #43d6e8;
     transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.widget h4.block-title a {
    color: #333;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.widget h4.block-title a:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.widget .block-post-wrapper .single-post {
    width: 100%;
    padding-bottom: 14px;
}
.moheet_category_posts_list .block-post-wrapper .single-post {
    padding-bottom: 14px;
}
.widget .single-post:last-child {
    border: none;
}
.widget .single-post .post-thumb {
    position: relative;
}
.widget.moheet_block_posts_style2 .single-post .post-thumb {
    margin-bottom: 10px;
}
.moheet_block_posts_style3 .post-thumb {
    margin-bottom: 19px;
}
.widget .single-post .post-thumb 
.widget .single-post .post-thumb img {
    width: 100%;
}
.widget .single-post.first-post h3 a {
    font-size: 20px;
}
.widget .single-post .post-meta {
    margin: 0 0 5px;    
}
.widget .single-post .post-meta .post-author,
.post-meta .posted-on {
    display: inline-block;
    margin-right: 7px;
}
.post-meta span.post-author {
    text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a,
.tags-links a {
    border: 1px solid #cecccc;
    color: #333333;
    display: inline-block;
    font-size: 12px !important;
    line-height: 12px;
    margin: 0 5px 9px 0;
    padding: 9px 15px 9px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
/******site footer cat-post slider****/
.site-footer .widget_tag_cloud .tagcloud a{
    color: #fff;
}
.site-footer .widget.moheet_category_posts_slider, 
.moheet-home-aside .widget.moheet_category_posts_slider, 
.moheet-home-bottom-aside .widget.moheet_category_posts_slider{
    width: 100%;
}
.site-footer .widget.moheet_category_posts_slider .single-post .post-meta .comments-count,
.page-template-home-template .site-footer .moheet_category_posts_slider .post-meta .post-view{
    float: none;
}
.site-footer .widget.moheet_category_posts_slider .post-meta:before,
.site-footer .widget.moheet_category_posts_slider .single-post .post-meta span.comments-count a,
.page-template-home-template .site-footer .post-meta .post-view,
.site-footer .widget.moheet_category_posts_slider .post-meta .post-view{
    color: #fff;
}
.site-footer .widget.moheet_category_posts_slider .post-caption .post-meta .posted-on,
.site-footer .widget.moheet_category_posts_slider .post-caption .post-meta .post-view,
.site-footer .widget.moheet_category_posts_slider .post-meta .post-view{
    margin-right: 10px;
}
.site-footer .widget.moheet_category_posts_slider .post-caption .post-meta .posted-on a{
    padding-right: 0;
}
.site-footer .widget.moheet_category_posts_slider .single-post .post-meta span.comments-count a:before{
    font-size: 10px;
}
.page-template-home-template .site-footer .widget.moheet_category_posts_slider .post-meta .post-view{
    line-height: 1.5;
}
.site-footer .moheet_category_posts_slider .post-meta .post-author .author:before{
    color: #fff;
    top: 0;
}
.site-footer .moheet_category_posts_slider .single-post .post-meta span.comments-count a:before{
    top: 0;
}
.site-footer .widget.moheet_category_posts_slider .single-post .post-meta a{
    color: #fff;
}
.site-footer .widget.moheet_category_posts_slider .lSSlideOuter ul.lSPager.lSpg{
    bottom: 35px;
}
.widget_tag_cloud .tagcloud a:hover,
.tags-links a:hover {
    background: #43d6e8;
    color: #fff;
    border: 1px solid #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
/*
=========================== homepage-fullwidth-wrapper ===============================
*/
.moheet_block_posts_carousel .lSAction,
.moheet_category_posts_slider .lSAction  { display: none !important ; }
.moheet_block_posts_carousel:hover .lSAction,
.moheet_category_posts_slider:hover .lSAction  { display: block !important; }
.widget.moheet_block_posts_carousel ul li.single-post {
    float: left;
    position: relative;
}
.widget.moheet_block_posts_carousel ul li.single-post .post-thumb img {
    width: 100%;
}
.widget.moheet_block_posts_carousel ul li.single-post .post-thumb {
    position: relative;
    height: 200px;
}
.widget.moheet_block_posts_carousel ul li.single-post .post-thumb:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
}
.widget.moheet_block_posts_carousel .single-post .post-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    width: 100%;
    z-index: 2;
    padding: 0 20px;
}
.widget.moheet_block_posts_carousel .block_crs_layout_1 .single-post .post-caption{
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    bottom: 5%;
}
.widget.moheet_block_posts_carousel .single-post .post-caption h3 a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin: 0 0 5px;
}
.widget.moheet_block_posts_carousel .block_crs_layout_2 .single-post .post-caption .post-meta span.author a {
    padding-left: 0;
    padding-right: 0;
}
.widget.moheet_block_posts_carousel .block_crs_layout_2 .single-post .post-caption .post-meta {
    margin: 0 0 5px;
}
.widget.moheet_block_posts_carousel .post-meta .post-author {
    float: none;
}
.widget.moheet_block_posts_carousel .block_crs_layout_1 .single-post .post-caption h3 a,
.widget.moheet_block_posts_carousel .block_crs_layout_1 .post-meta,
.widget.moheet_block_posts_carousel .block_crs_layout_1 .post-meta .post-author .author:before,
.widget.moheet_block_posts_carousel .block_crs_layout_1 .single-post .post-meta a{
    color: #fff;
}
.widget.moheet_block_posts_carousel .block_crs_layout_1.block-post-wrapper .single-post{
    padding-bottom: 0;
}
.widget.moheet_block_posts_carousel .block_crs_layout_1.block-post-wrapper .lSSlideWrapper.usingCss{
    margin-bottom: 14px;
}
/*=======
Carousel layout2
=========*/
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .lightSlider {
    height: auto !important; 
}
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .post-caption {
    position: static;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    text-align: left;
    padding: 0;
}
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .post-caption h3 a {
    font-size: 14px;
} 
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .post-caption span.cat-links {
    margin-bottom: 3px;
}
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .post-thumb {
    margin-bottom: 10px;
}
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .post-thumb:before {
    display: none !important;
}
.moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .lSAction {
    display: none !important;
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action {
    position: absolute;
    right: 0;
    top: 0;
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSPrev,
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSNext {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #d0d0d0;
    cursor: pointer;
    line-height: 25px;
    padding: 0 9px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSPrev:hover,
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSNext:hover {
    background: rgba(241, 241, 241, 0.5);
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSPrev:before,
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSNext:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSPrev:before {
    content: '\f104';
}
.moheet_block_posts_carousel .block_crs_layout_2 .block-header .crs-layout2-action .moheet-lSNext:before {
    content: '\f105';
}
/*
=========================== prev/next button ===============================
*/
.lSAction .lSPrev {
    background: rgba(255,255,255,0.7);
    width: 35px;
    height: 35px;
    opacity: 1;
    left: 0;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.lSAction .lSPrev:before {
    content: '\f104';
    position: absolute;
    left: 10px;
    font-family:FontAwesome;
    color: #000;
    font-size: 18px;
    top: 2px;
}
.lSNext:before {
    content: '\f105';
    position: absolute;
    left: 13px;
    font-family:FontAwesome;
    color: #000;
    font-size: 18px;
    top: 2px;
}
.lSAction .lSNext {
    right: 0;
    background: rgba(255,255,255,0.7);
    width: 35px;
    height: 35px;
    opacity: 1;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.lSAction .lSPrev:hover,
.lSAction .lSNext:hover {
    background: rgba(255,255,255,1);
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.moheet_block_posts_carousel .lSAction .lSPrev,
.widget_moheet_featured_slider .lSAction .lSPrev{
    left: 0;
}
.moheet_block_posts_carousel .lSAction .lSNext,
.widget_moheet_featured_slider .lSAction .lSNext {
    right: 0;
}
/*
=========================== homepage-second-fullwidth-wrapper css ===============================
*/
.widget.moheet_block_posts_column {
    color: #777777;
    font-size: 13px;
}
.widget.moheet_block_posts_column .single-post {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 10px;
    padding-bottom: 10px;
    width: 100%;
}
.widget.moheet_block_posts_column .single-post:last-child {
    border: none;
}
.widget-column-3 .moheet_block_posts_column {
    float: left;
    margin-right: 29px;
    width: 31.5%
}
.widget-column-4 .moheet_block_posts_column {
    float: left;
    margin-right: 13px;
    width: 24%;
}
.widget-column-3 .moheet_block_posts_column:last-child {
    margin-right:0; 
}
.widget-column-4 .moheet_block_posts_column:last-child {
    margin-right:0; 
}
.widget.moheet_block_posts_column .block-post-wrapper .post-thumb {
    position: relative;
    margin-bottom: 15px; 
}
.widget.moheet_block_posts_column .block-post-wrapper .post-thumb img {
    width: 100%;
}
.widget.moheet_block_posts_column .moheet_block_posts_column .post-tags-links a {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.widget .post-tags-links a:hover {
    background: #000;
}
.widget .single-post.first-post h3 a {
    font-size: 20px;
}
.widget .single-post .post-meta {
    margin: 5px 0 5px; 
}
.widget .single-post .post-meta a {
    color: #797979;
    font-size: 11px;
    text-transform: uppercase;
}
.widget.moheet_block_posts_column .single-post .post-meta .post-author, 
.widget.moheet_block_posts_column .single-post .post-meta .posted-on {
    margin-right: 5px;
}
.widget.moheet_block_posts_column .single-post .post-meta .comments-count {
    float: right;
}
.widget.moheet_block_posts_column .single-post .post-meta .comments-count {
    display: none;
}
.widget_social-widget .social-profiles {
    text-align: center;
}
.widget_social-widget a {
    margin: 0 6px 8px;
    background: #43d6e8;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff !important;
}
.widget_social-widget a:hover {
    background: #333;
    color: #fff;
}
/*================================
******************  footer css *******************
=========================================*/
.footer-widgets-wrapper {
    background: #222222;
    padding: 45px 0 40px;
    font-size: 13px;
    color: #aaaaaa;
}
.footer-widgets-wrapper ul {
    padding: 0;
    margin:0; 
}
.footer-widgets-wrapper ul li {
    list-style: none;
}
.footer-widgets-wrapper h4.widget-title,
.footer-widgets-wrapper .widget h4.block-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin: 0 0 15px;
    border: none;
}

.footer-widgets-wrapper .widget_categories li a,
.footer-widgets-wrapper .widget_nav_menu li a {
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.widget_categories li a:before,
.widget_nav_menu li a:before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
}
.widget_categories li a {
    width: calc(100% - 28px);
    width: -moz-calc(100% - 28px);
    width: -webkit-calc(100% - 28px);    
}
.widget_categories li,
#secondary ul li {
    color: #aaaaaa;
    transition: all 0.5s ease;
}
.widget_categories li:hover,
#secondary ul li:hover {
    margin-left: 7px;
    transition: all 0.5s ease;
}

.footer-widgets-wrapper .widget_categories li a:hover,
.footer-widgets-wrapper .widget_nav_menu li a:hover,
.footer-widgets-wrapper .widget .single-post h3 a:hover,
.footer-widgets-wrapper .widget .single-post .post-meta .post-author a:hover {
    color: #43d6e8;
}

.moheet-footer-widget h4.widget-title,
.moheet-footer-widget h4.block-title,
.moheet-footer-widget .block-header {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
}
.moheet-top-footer {
    padding: 20px 0;
}
.moheet-top-footer.footer_column_two .moheet-footer-widget {
    width: 49%;
}
.moheet-top-footer.footer_column_two .moheet-footer-widget.column-first {
    float: left;
}
.moheet-top-footer.footer_column_two .moheet-footer-widget.column-second {
    float: right;
}
.moheet-top-footer.footer_column_three .moheet-footer-widget-wrapper {
    margin-left: -3%;
}
.moheet-top-footer.footer_column_three .moheet-footer-widget {
    width: 30%;
    float: left;
    margin-left: 3%;
}
.moheet-top-footer.footer_column_four .moheet-footer-widget-wrapper {
    margin-left: -3%;
}
.moheet-top-footer.footer_column_four .moheet-footer-widget {
    width: 22%;
    float: left;
    margin-left: 3%;
}
.moheet-footer-widget .menu li a {
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 11px;
    padding-left: 15px;
    position: relative;
}
.footer_column_one {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.footer_column_one a {
    color: #fff;
}
.moheet-footer-widget .widget_text {
    font-size: 14px;
}
.moheet-footer-widget .widget.moheet_category_posts_list {
    width: 100%;
}
.moheet-footer-widget .moheet_category_posts_list .single-post .post-thumb::before {
    right: 2px;
}

.moheet-footer-widget-wrapper .cat-links {
    display: none;
}
.moheet-footer-widget-wrapper .widget .block-post-wrapper .single-post {
    padding-bottom: 5px;
}
.moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post {
    border-bottom: 1px solid rgba(225, 225, 225, 0.25);
}
.moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post:last-child {
    border-bottom: none;
}
.site-footer {
    background: #000;
    color: #aaaaaa;
    font-size: 12px;
    padding: 10px 0; 
} 
.site-footer a {
    color: #aaaaaa;
}
.site-footer .footer-menu-wrapper li{
    border-left: 1px solid rgba(170, 170, 170, 0.41);
    padding-left: 10px;
}
.site-footer .footer-menu-wrapper li:first-child{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
.site-footer a:hover {
    color: #43d6e8;
}
.site-footer .site-info {
    float: left;
}
.site-footer .footer-menu-wrapper {
    float: right;
}
.site-footer .footer-menu-wrapper li {
    display: inline-block;
    margin-left: 5px;
}
.site-footer .aps-social-icon-wrapper .aps-each-icon a{
    margin-bottom: 5px;
}
#designed-by {
    float: left;
    width: 100%;
    margin: 20px auto 10px;
    text-align: center;
    font-size: 12px;
    opacity: .4;
}
#designed-by a {
    margin-top: 6px;
    padding: 0 6px;
    line-height: 0;
}
#designed-by img {
    width: 19px;
    height: 22px;
}
#designed-by:hover {
    opacity: 1;
    cursor: pointer;
}
/*
==================================
primary css
==================================
*/
#primary {
    width: 65%;
    float: left;
    padding: 10px 0 20px;
}
#primary .entry-header {
    margin-bottom: 15px;
}
h1.entry-title {
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
    word-wrap: break-word;
}
#primary .entry-thumb {
    margin: 0 0 20px;
    position: relative;
}
#primary .entry-content {
    margin: 0 0 10px;
}
#primary .entry-footer {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}
#primary .entry-footer .cat-links,
#primary .entry-footer .tags-links,
#primary .entry-footer .post-tags-links {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #404040;
}
#primary .entry-footer .cat-links:before,
#primary .entry-footer .tags-links:before {
    position: absolute;
    content: '\f07c';
    font-family: FontAwesome;
    left: 0;
    color: #777777;
}
#primary .entry-footer .tags-links:before {
    content: '\f02c';
}
#primary .entry-footer a:hover {
    color: #777777;
}
/*
==================================
leave reply
==================================
*/
#primary h3.comment-reply-title small {
    display: inline-block;
}
#primary h3.comment-reply-title small a {
    color: #f00;
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 12px;
}
#primary .comment-notes {
    color: #f00;
    font-size: 12px;
    margin-bottom: 15px; 
}
#primary .comments-area {
    overflow: hidden;
    padding-bottom: 10px;
}
#primary .comments-area span.required {
    color: red;
}
#primary .comments-area input[type=text],
#primary .comments-area input[type=email],
#primary .comments-area input[type=url],
#primary .comments-area textarea {
    width: 100%;
    border-radius: 0; 
}
#primary .comments-area input[type=text],
#primary .comments-area input[type=email],
#primary .comments-area input[type=url] {
    height: 38px;
}
#primary .comments-area .comment-form-author,
#primary .comments-area .comment-form-email,
#primary .comments-area .comment-form-url {
    float: left;
    width: 32%;
    margin-right: 13px;
    margin-bottom: 10px; 
}
#primary .comments-area .comment-form-comment {
    margin-bottom: 10px;
}
#primary .comments-area .comment-form-url {
    margin-right: 0;
}
#primary .comments-area .comment-form-author label,
#primary .comments-area .comment-form-email label,
#primary .comments-area .comment-form-url label,
#primary .comments-area .comment-form-comment label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}
#primary .comments-area .form-submit input[type=submit] {
    background: #43d6e8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: none;
    padding: 10px 10px;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    font-size: 14px;

}
#primary .comments-area .form-submit input[type=submit]:hover {
    background: #555;
}
#primary .comment-respond {
    margin-bottom: 15px;
}
/*
==================================
secondary css
==================================
*/
#secondary {
    width: 30%;
    float: right;
    padding: 10px 0 0;
}
#secondary ul {
    padding: 0;
    margin:0; 
}
#secondary ul li {
    list-style: none;
}
#secondary .widget_search {
    overflow: hidden;
    margin: 0 0 25px; 
}
#secondary .widget_search label {
    width: 213px;
    float: left;
    margin-right: -3px;
}
#secondary .widget_search input.search-field {
    border-radius: 0;
    color: #000;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    width: 100%; 
    border: none;
    background: rgba(0, 0, 0, 0.05);
}
#secondary .widget_search input.search-submit {
    float: left;
    background: #43d6e8;
    border-radius: 0;
    box-shadow: none;
    border: none;
    color: #fff;
    text-shadow: none;
    width: 60px;
    padding: 9px 10px;
}
#secondary .widget_search input.search-submit:hover {
    background: #43d6e8;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_comments li a {
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 11px;
    padding-left: 15px;
    position: relative;
}
.widget_recent_entries li a {
    margin-bottom: 0px;
}
.widget_recent_entries li {
    margin-bottom: 11px;
}
.widget_recent_entries span {
    display: inline-block;
    width: 100%;
    padding-left: 32px;
    position: relative;
}
.widget_recent_entries span:before {
    padding-left: 15px;
}
.widget_recent_entries li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_meta li a:before {
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
} 
.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.moheet-footer-widget .menu li a:hover {
    color: #43d6e8;
}
/*
=======================
Admin page css
=======================
*/
.page-header h1.page-title {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 32px;
    color: #000;
}
h2.entry-title a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
h2.entry-title a:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.archive #primary article {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.archive #primary article:last-child {
    border:none;
}
.archive #primary .taxonomy-description {
    margin-bottom: 25px;
    font-style: italic;
}
.archive h2.entry-title a,
.single #primary h2.entry-title a {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
.archive #primary h2.entry-title a {
    margin-bottom: 0;
}
/*
=======================
time watch css
=======================
*/
.entry-meta .post-author a:before,
.entry-meta .posted-on a:before,
.entry-meta .cat-links:before,
.comments-count a:before {
    position: relative;
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 12px;
}
.entry-meta .posted-on a:before {
    content: '\f017';
}
.entry-meta .post-author a:before {
    content: '\f007';
}
.entry-meta .cat-links:before {
    content: '\f07c';
}
.comments-count a:before {
    content: '\f0e5';
}
article  .entry-meta .cat-links {
    display: inline-block;
    margin: 0 14px 0 0;
}
article .entry-meta .cat-links a {
    background: none !important;
    color: #777 !important;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 7px;
    line-height: 1.8;
}

.entry-meta .cat-links:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.post-view {
    margin-right: 10px;
}
.post-view:before {
    font-family: FontAwesome;
    content: '\f06e';
    display: inline-block;
    margin-right: 5px;
}
/*
=======================
moheet-author-metabox css
=======================
*/
#primary .moheet-author-metabox {
    margin: 0 0 30px;
}
#primary .moheet-author-metabox .author-avatar {
    float: left;
    border-radius: 100%;
    overflow: hidden;
}
#primary .moheet-author-metabox .author-avatar a {
    display: block;
}
#primary .moheet-author-metabox .author-avatar a {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#primary .moheet-author-metabox .author-desc-wrapper {
    float: left;
    width: 73%;
    margin-left: 6%;
    padding-top: 10px;
    font-size: 12px;    
}
#primary .moheet-author-metabox .author-desc-wrapper .author-description {
    margin: 10px 0;
    font-size: 14px;
}
#primary .moheet-author-metabox .author-desc-wrapper a.author-title {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    text-transform: uppercase;
}
#primary .moheet-author-metabox .author-desc-wrapper a.author-title:hover,
#primary .moheet-author-metabox .author-desc-wrapper a:hover {
    color: #43d6e8;
}
#primary .moheet-author-metabox .author-desc-wrapper a {
    color: #777777;
    font-style: italic;
}
#primary .author-desc-wrapper .author-social {
    display: block;
    margin-bottom: 14px;
}
#primary .author-desc-wrapper .author-social span.social-icon-wrap a,
#primary .author-desc-wrapper  .admin-dec {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: left;
    padding: 3px;
    color: #555;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
#primary .author-desc-wrapper .author-social span.social-icon-wrap a:hover {
    color: #43d6e8;
}
/*
====================
Related Article
====================
*/
.moheet-related-wrapper {
    overflow: hidden;
    margin: 0 0 30px;
}
.moheet-related-wrapper h4.related-title,
h3.comment-reply-title {
    border-bottom: 2px solid #e1e1e1;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.moheet-related-wrapper .post-thumb {
    margin: 0 0 10px;
}
.moheet-related-wrapper .single-post {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
}
.moheet-related-wrapper .single-post:last-child {
    margin-right: 0;
}
.moheet-related-wrapper .post-meta span a {
    font-size: 12px;
    text-transform: capitalize;
}
.moheet-related-wrapper .post-meta span a:hover {
    color: #43d6e8
}
.moheet-related-wrapper .post-meta .post-author a {
    margin: 0 5px 0 0;
}
.moheet-related-wrapper .post-meta .posted-on a {
    padding-left: 15px;
    position: relative;
}
.moheet-related-wrapper .post-meta .posted-on a:before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -2px;
}
/*====================
reply css
====================*/
.comments-area h2.comments-title {
    border-bottom: 2px solid #e1e1e1;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.comments-area ol {
    margin:0;
    padding: 0;
    list-style: none; 
    margin-bottom: 25px;
}
.comments-area ol ul {
    margin-left: 50px;
}
.comments-area ol li {
    margin-bottom: 10px;
}
.comments-area ol li:last-child{
    border-bottom: 0;
}
.comments-area ol li .comment-body {
    background: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.comments-area ol li .comment-author {
    float: left;
    width: 20%;
    margin-top: 8px; 
    margin-bottom: 10px;
}
.comments-area li .cmt-main-content {
    float: left;
    width: 80%;
    margin-bottom: 5px;
    padding-left: 10px;
}
.comments-area ol li .cmt-main-content cite.fn {
    font-style: normal;
    text-transform: uppercase;
}
.comments-area ol li .cmt-main-content cite.fn a {
    color: #000;
    font-size: 15px;
}
.comments-area ol li .cmt-main-content {
    font-size: 13px;
}
.comments-area ol li .cmt-main-content .cmt-content-wrap {
    margin-bottom: 2px;
    font-size: 15px;
    color: #3d3d3e;
}
.comments-area .comment-meta,
.comments-area .reply {
    float: left;
}
.comments-area .comment-meta a {
    position: relative;
    padding-left: 15px;
    color: #767676;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.comments-area .comment-meta > a:before,
.comments-area .comment-meta a.comment-edit-link:before {
    position: absolute;
    content: '\f017';
    font-family: FontAwesome;
    left: 0;
    top: -1px;
    display: block;
}
.comments-area .comment-meta a.comment-edit-link:before {
    content: '\f044';
}
.comments-area .comment-metadata a:hover {
    color: #43d6e8;
}
.comments-area .comment-content {
    font-size: 12px;
    margin: 0 0 10px; 
}
.comments-area .reply {
    margin-left: 10px;
}
.comments-area .reply a {
    display: inline-block;
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 15px;
}
.comments-area .reply a:before {
    position: absolute;
    content: '\f112';
    font-family: FontAwesome;
    display: block;
    left: 0;
}
/*
======================
error-404 css
======================
*/
.error-404 {
    padding: 20px 0 40px;
    text-align: center;
    color: #777777;
    font-style: italic;
}
.moheet-404 {
    font-size: 160px;
    display: inline-block;
    margin-bottom: 20px;
    color: #777777;
    font-weight: 700;
    line-height: 90px;
}
.moheet-404 span {
    border-radius: 5px;
    display: inline-block;
    line-height: 73px;
    margin: 0 -5px;
    text-align: center;
    vertical-align: top;
    font-style: italic;
}
.error-404 .page-header h1.page-title {
    color: #777777;
    margin: 0 0 10px; 
}
.error-404 .page-content {
    font-style: italic;
    font-size: 14px;
    margin: 0;
}
/*
==============
edit-link
==============
*/
span.edit-link a.post-edit-link {
    background: #000;
    padding: 3px 6px 3px 27px;
    color: #fff !important;
    display: inline-block;
    font-style: normal;
    position: relative;
    margin-top: 5px;
}
span.edit-link a.post-edit-link:before {
    content: '\f044';
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 8px;
}
/*
==============
recent entries
==============
*/
.widget_recent_comments .recentcomments {
    margin-bottom: 11px;
    font-size: 14px;
    color: #aaaaaa !important;
}
.widget_recent_comments .recentcomments span {
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
}
.widget_recent_comments .recentcomments {
    position: relative;
    padding-left: 15px !important;
    color: #000;
}
.widget_recent_comments .recentcomments:before {
    color: #aaaaaa;
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
/*
==============
widget_pages
==============
*/
.widget_pages li {
    margin-bottom: 11px;
}
.widget_pages li a {
    position: relative;
    padding-left: 15px !important;
    color: #aaaaaa;
    font-size: 14px;
}
.widget_pages li a:before {
    color: #aaaaaa;
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
.widget_pages li ul {
    padding-left: 10px !important;
    margin-top: 10px !important;
}
.widget_pages ul ul a {
    font-size: 12px;
}
/*===========================
  Widget Block style 3
===========================*/
.widget.moheet_block_posts_style3 .block-post-wrapper.column2-layout .single-post {
    width: 49%;
    float: left;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column2-layout .single-post + .single-post {
    float: right;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column3-layout .single-post {
    width: 32.5%;
    float: left;
    margin-right: 1%;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column3-layout .single-post + .single-post + .single-post {
    margin-right: 0;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post {
    width: 24.2%;
    float: left;
    margin-right: 1%;
}
.widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post + .single-post + .single-post + .single-post {
    margin-right: 0;
}

/*=================================
        Widget Tabbed
=================================*/
.moheet_categories_tabbed ul {
    display: table;
    width: 100%;
}
.moheet_categories_tabbed ul li {
    display: table-cell;
    text-align: center;
}
.moheet_categories_tabbed ul li:first-child {
    text-align: left;
}
.moheet_categories_tabbed ul li:last-child {
    text-align: right;
}
.moheet_categories_tabbed ul li a {
    display: block;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    padding: 0 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold
}
.moheet_categories_tabbed ul li:first-child a {
    margin-left: 0;
}
.moheet_categories_tabbed ul {
    border-bottom: 2px solid #ccc;
}
.moheet_categories_tabbed ul li.active a,
.moheet_categories_tabbed ul li:hover a {
    color: #333;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.moheet_categories_tabbed .moheet-tabbed-section {
    padding-top: 30px;
}
.moheet_categories_tabbed .moheet-tabbed-section .single-post {
    padding-bottom: 14px;
}
.moheet_categories_tabbed .moheet-tabbed-section .post-thumb,
.moheet_categories_tabbed .moheet-tabbed-section .post-caption {
    float: left;
}
.moheet_categories_tabbed .moheet-tabbed-section .post-thumb {
    position: relative;
}

.moheet_categories_tabbed .moheet-tabbed-section .post-thumb {
    width: 30%;
}
.moheet_categories_tabbed .moheet-tabbed-section .post-caption {
    width: 65%;
}
.moheet_categories_tabbed .moheet-tabbed-section .post-thumb .post-caption h3 a {
    font-size: 14px;
    color: #333333;
}
.moheet_categories_tabbed .moheet-tabbed-section .post-caption {
    margin-left: 9px;
}
/*
=======================
widget authors list
=======================
*/
.moheet_authors_list .single-user {
    float:  right;  
    position: relative;   
    cursor: pointer;
    height: auto;
    width:  33.33%;
}

.moheet_authors_list .single-user img {
    border-radius:  50%;
}
.moheet_authors_list .single-user:hover .user-name {
    opacity: 1;
    visibility: visible;
}
.moheet_authors_list .single-user .user-name {
    background: rgba(103, 103, 103, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
/*
h3 for all pages and sizes
*/
h3 a {
    color: #333;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    line-height: 1.4;
}
h3 a:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
h3.large-font a {
    font-size: 20px;
}
h3.small-font a {
    font-size: 14px;
    font-weight: 400;
}
h3.featured-large-font a {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
    color: #fff;
}
h3.featured-small-font a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
/*
========================
post-meta a color
========================
*/
.post-meta a,
.entry-meta a {
    color: #777;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    font-size: 12px;
}
#primary .entry-footer a {
    font-size: 14px;
    color: #777;
}
.post-meta a:hover,
.entry-meta a:hover,
#primary .entry-footer a:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.entry-meta {
    margin-bottom: 18px;
}
.entry-meta a {
    font-size: 13px;
}
.entry-meta > span {
    margin-right: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    color: #777;
}
/*
moheet-breadcrumbs css
*/
#moheet-breadcrumbs {
    margin-bottom: 20px;
}
#moheet-breadcrumbs span a {
    color: #777777;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
#moheet-breadcrumbs span a:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
/*
archive read more button
*/
article p {
    margin-bottom: 20px;
}
.archive .moheet-archive-more,
.search .moheet-archive-more,
.blog .moheet-archive-more {
    display: inline-block;
    padding: 6px 15px;
    color: #777777;
    border: 1px solid #ddd;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.archive .moheet-archive-more:hover,
.search .moheet-archive-more:hover,
.blog .moheet-archive-more:hover {
    background: #43d6e8;
    border: 1px solid #43d6e8;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.archive .tags-links {
    display: block;
}
/*
cat links css
*/

.entry-meta .cat-links:hover {
    color: #43d6e8;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
/*
pagination nav links
*/
.pagination .nav-links span,
.pagination .nav-links a {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 10px;
    color: #333;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s; 
}
.pagination .nav-links span:hover,
.pagination .nav-links a:hover {
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    background: #43d6e8;
    border-color: #43d6e8;
}
.pagination .nav-links span.current {
    background: #43d6e8;
    border-color: #43d6e8;
    color: #fff;
}
/*
post-navigation css
*/
.post-navigation .nav-links {
    margin: 0 auto 40px;
    overflow: hidden;
    display: table;
    width: 100%;
    border-bottom: 2px solid #efefef;
    border-top: 2px solid #efefef;
    padding: 20px 0;
}
.post-navigation .nav-links a {
    color: #777777;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5;
}
.post-navigation .nav-links .nav-next:before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #efefef;
    right: 100%;
    margin-right: -1px;
    height: calc(100% - 4px);
}
.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
  text-align: left;
}
.post-navigation .nav-links .nav-next {
    padding-left: 30px;
    text-align: right;
}
.post-navigation .nav-links .nav-previous a {
    color: #777777;
    display: block;
    float: right;
    width: 100%;
}
.post-navigation .nav-links .nav-next a {
    color: #777777;
    display: block;
    float: left;
    width: 100%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    position: relative;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span {
    position: relative;
    display: block;
    margin-bottom: 7px;
    font-weight: 300;
    color: #000;
}
.post-navigation .nav-links .nav-previous a span {
    padding-left: 15px;
}
.post-navigation .nav-links .nav-next a span {
    padding-right: 15px;
}
.post-navigation .nav-links .nav-previous a span:before,
.post-navigation .nav-links .nav-next a span:before {
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
}
.post-navigation .nav-links .nav-previous a span:before {
    content:'\f104';
    left: 0;
    font-size: 16px;
}
.post-navigation .nav-links .nav-next a span:before {
    content:'\f105';
    right: 0;
    font-size: 16px;
}
.post-navigation .nav-links a p {
    color: #555;
    margin: 0;
    font-size: 14px;
}
/*
single page entry content img
*/
.single .entry-content p img.aligncenter {
    margin: 15px auto;
}
.single .entry-content p img.alignright,
.single .entry-content p img.alignleft {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*
span.sub-toggle css
*/
.sub-toggle,
.sub-toggle-children {
    display: none;
}
.moheet-main-content .widget.moheet_block_posts_carousel .single-post .post-caption {
    top: auto;
    bottom: 8px;
}
.moheet-main-content .widget.moheet_block_posts_carousel .single-post .post-caption .large-font a{
    overflow: hidden;
}

/*========================================================================================================================================*/
/*
===============
sidebar
===============
*/
.left-sidebar #secondary {
    float: left;
}
.left-sidebar #primary {
    float: right;
}
.no-sidebar-center #primary {
    margin: 0 auto;
    float: none;
    width: 70%;
}
.no-sidebar #primary {
    width: 100%;
}
.no-sidebar #primary article .entry-thumb img {
    width: 100%;
}

/*
==============================================
picture animation
==============================================
*/
.cover-image {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.thumb-zoom {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.thumb-zoom .image-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px; 
}
.thumb-zoom .image-overlay:before {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top: 1px solid rgba(255,255,255,0.6);
    content: '';
    position: absolute;
    display: inline-block;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.thumb-zoom .image-overlay:after {
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
    content: '';
    position: absolute;
    display: inline-block;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.thumb-zoom .image-overlay::before, 
.thumb-zoom .image-overlay::after {
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;;
    -webkit-transition:opacity 0.35s ease 0s, transform 0.35s ease 0s;;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;;
}
.thumb-zoom .image-overlay::before, 
.thumb-zoom .image-overlay::after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;  
}
.thumb-zoom:hover .image-overlay::before,
.thumb-zoom:hover .image-overlay::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.thumb-zoom img,
.thumb-zoom .cover-image {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transition-duration: 1s;
    -webkit-duration:1s;
    transition-property: transform;
    -webkit-transition-property: transform;
}
.thumb-zoom:hover img,
.thumb-zoom:hover .cover-image {
    display: inline-block;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.thumb-zoom > img {
    width: 100%;
}
/*
post format icon
*/
.post-format-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.7;
    font: normal normal normal 14px/1 FontAwesome;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.post-thumb a:hover .post-format-icon {
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 1;
}
.post-format-icon:before {
    line-height: 26px;
    font-size: 12px;
}
.video-icon:before {
    content: "\f04b";
}
.audio-icon:before {
    content: "\f001";
}
.gallery-icon:before {
    content: "\f03e";
}
span.format-icon {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 6px;
    bottom: 10px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    color: #fff;
    display: block;
    height: 32px;
    right: 10px;
    position: absolute;
    transition: all 0.7s ease 0s;
    width: 32px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 999;
}
span.format-icon:hover {
    background: #43d6e8;
}
/*
================================
img hover effect
=================================
*/
.post-thumb {
    overflow: hidden;
}
.post-thumb a img {
    display: inline-block;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-property: transform;
    -webkit-transition-property: transform;
    vertical-align: middle;
    width: 100%;
}
.moheet_category_posts_slider .post-thumb a img {
    width: 100%;
}

.post-thumb a:hover img {
    display: inline-block;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
/*
==========
scroll up css
==========
*/
#scroll-up {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 35px;
    z-index: 999999;
}
#scroll-up:hover {
  background: rgba(77,178,236,1) none repeat scroll 0 0;
  color: #fff;
  transition: all 0.7s ease-in-out 0s;
}
/*
=====================
moheet_block_posts_style3
=====================
*/
.moheet_block_posts_style3 .single-post.no-thumb {
    border-top: 1px solid #e1e1e1;
    padding-top: 14px;
}
/*
========================================
tags-links for single and archive page
========================================
*/
.archive .tags-links,
.single-post .tags-links,
.search .tags-links,
.blog .tags-links {
    display:block;
    position: relative;
    border: none;
    font-size: 13px !important;
    padding: 0 0 0 20px;
    margin-bottom: 17px;
    color: #777;
}
.archive .tags-links:before,
.single-post .tags-links:before,
.search .tags-links:before,
.blog .tags-links:before {
    position: absolute;
    content: '\f02c';
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #000;
}
.single-post .tags-links:before {
    color: #0186d5;
}
.archive .tags-links a:hover,
.single-post .tags-links a:hover,
.search .tags-links a:hover,
.blog .tags-links a:hover {
    background: none;
    border: none;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    color: #43d6e8;
}
.archive .tags-links a,
.single-post .tags-links a,
.search .tags-links a,
.blog .tags-links a {
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 13px !important;
    color: #777;
}
/*
boxed layout css
*/
.boxed_layout .site {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px -8px rgba(97,97,97,1);
    -moz-box-shadow: 0px 0px 24px -8px rgba(97,97,97,1);
    box-shadow: 0px 0px 24px -8px rgba(97,97,97,1);
}
.boxed_layout .widget.moheet_category_posts_slider .single-post .post-caption {
    /*margin-left: 159px;*/
}
.boxed_layout .widget-column-3 .moheet_block_posts_column {
    width: 31%;
}
/*
==========================
footer navigattion 
==========================
*/
.footer-menu-wrapper ul ul {
    display: none;
}
.footer-menu-wrapper ul li.current-menu-item a {
    color: #43d6e8;
}
/*
====================================================================
css for different layouts
====================================================================
*/
/*
header-layout-1
*/
.header-layout1.moheet-top-header .moheet-ticker-caption {
	color: #fff;
    padding: 0 5px;
    margin: 6px 0;
    margin-right: 6px;
    line-height: 23px;
    font-size: 10px;
    background: #43d6e8;
}
.header-layout1.moheet-top-header  .single-news a {
	color: #777;
	font-weight: 400;
	font-size: 12px;
}
.header-layout1.moheet-top-header  .lSAction {
	top: 6px;
}

/* 
header-layout-2
*/
.moheet-newsticker-wrapper.header-layout2 {
    margin-bottom: 0;
    background: #232323; 
}
.moheet-newsticker-wrapper.header-layout2 .moheet-container {
    height: 40px;
    max-width: 100%;
}
.moheet-newsticker-wrapper.header-layout2  .news-ticker.default-layout {
    margin: 0;
}
.moheet-newsticker-wrapper.header-layout2 .moheet-ticker-caption span {
    background: none;
    color: #43d6e8;
    padding: 8px 15px;
    font-size: 14px;
}
.moheet-newsticker-wrapper.header-layout2 .moheet-ticker-caption {
    margin-right: 30px;
}
.moheet-newsticker-wrapper.header-layout2 .lSSlideWrapper {
    line-height: 39px;
}
.moheet-newsticker-wrapper.header-layout2 ul li a {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
.moheet-newsticker-wrapper.header-layout2 ul li a:before {
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    font-size: 6px;
    color: #43d6e8;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.moheet-newsticker-wrapper.header-layout2 .lSSlideOuter.vertical .lSAction {
    display: none !important;
}
.moheet-newsticker-wrapper.header-layout2 ul li a:hover {
    color: #43d6e8;
}
.moheet-newsticker-wrapper.header-layout2 ul li a:hover:before {
    color: #fff;
}
.moheet-top-header.header-layout2 {
    background: #353537;
    border: none;
}
.moheet-top-header.header-layout2 .top-navigation .menu li {
    border-left: none;
}
.moheet-top-header.header-layout2 .top-navigation .menu li > a {
    color: #7a7a79;
    font-weight: 600;
    padding: 0 10px;
}
.moheet-top-header.header-layout2 .top-navigation .menu a:hover {
    color: #43d6e8;    
}


/*
===========================
news ticker layout
===========================
*/
.moheet-newsticker-wrapper .moheet-container.carousel-layout {
    height: 100%;
    padding: 15px 0;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper {
    height: 100% !important;    
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper ul li {
    position: relative;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper ul li .single-news {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    line-height: 1.2;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper ul li .single-news a {
    padding-left: 0;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper ul li .single-news a:before {
    display: none;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper div.lSAction {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper div.lSAction a {
    display: block;
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    border: none;    
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper div.lSAction a.lSPrev {
    right: auto;
    left: 0;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper div.lSAction a.lSNext {
    right: 0;
    left: auto !important;
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper .lSAction .lSPrev:before {
    content: '\f104';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
}
.moheet-newsticker-wrapper .moheet-container.carousel-layout .lSSlideWrapper .lSAction .lSNext:before {
    content: '\f105';
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
}
/*===============================================
mega menu for all 
===============================================*/
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu {
    position: static;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul {
    width: 100%;
    z-index: 999;
    background: #353537;
    padding: 10px;
    left: 0px;
}
/******submenu has tabs******/
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-cat-wrap div:first-child{
   border-top: 0;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-cat-wrap div{
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.has-menu-tab {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    left: 0px;
    width: 100%;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-cat-wrap{
    display: table-cell;
    float: none;
    text-align: right;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-cat-wrap div a.mega-active-cat{
   color: #fff;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li div.ap-mega-menu-cat-wrap div a.mega-active-cat{
    position: relative;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu.has-menu-tab li{
    display: table;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-con-wrap{
    display: table-cell;
    float: none;
    vertical-align: top;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-con-wrap{
    border-left: 0;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.has-menu-tab li a {
    padding: 8px 15px;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.has-menu-tab li .ap-mega-menu-con-wrap .mega-img-thumb a{
    padding: 15px 5px 0;
    line-height: 0;
    background: transparent;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu.has-menu-tab li .ap-mega-menu-cat-wrap div:hover{
    background: transparent;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu li {
    width: 100%;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu li .menu-post-block {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0 0.5%
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu li .menu-post-block h3 a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 5px 10px;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu li .menu-post-block h3 a:hover {
	background: transparent;
	color: #43d6e8;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-sub-menu li a:before {
    display: none;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul li a {
    padding: 0;
    line-height: 1.2;
    width: 100%;
    vertical-align: top;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu li .ap-mega-menu-cat-wrap {
    float: left;
    width: 20%;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu li .ap-mega-menu-cat-wrap div:first-child {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu li .ap-mega-menu-cat-wrap a {
    color: #999;
    line-height: 2;
    text-align: left;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu li .ap-mega-menu-cat-wrap a:hover {
	color: #fff;
	background: transparent;
}
.site-header .main-navigation ul.moheet_mega_menu li.has-mega-menu ul.mega-cat-menu li .ap-mega-menu-con-wrap {
    float: left;
    width: 80%;
    padding-left: 10px;
}

.admin-bar .site-header .is-sticky .main-navigation{
    top: 31px !important;
}
/*===========
nav-tooggle
===========*/
.mega-sub-toggle {
    display: none;
}
/*
index-icon
*/
.header-layout2 .main-navigation .index-icon,
.header-layout1 .main-navigation .index-icon {
    float: left;
    font-size: 36px;
    padding: 0 13px;
    line-height: 1.55;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    position: relative;
}
.header-layout2 .main-navigation .index-icon i.fa-home,
.header-layout1 .main-navigation .index-icon i.fa-home {
    color: #fff;
}
/*
===========
moheet_block_posts_ajax
===========
*/
.widget.moheet_block_posts_ajax {
    position: relative;
}
.widget.moheet_block_posts_ajax .child-cat-tabs {
    position: absolute;
    right: 0;
    max-width: 75%;
    top: 0;
}
.widget.moheet_block_posts_ajax .child-cat-tabs ul.moheet-tab-links {
    text-align: right;
}
.widget.moheet_block_posts_ajax .child-cat-tabs ul.moheet-tab-links li {
    display: inline-block;
    margin-left: 20px;
    font-size: 11px;
    font-weight: bold;
}
.widget.moheet_block_posts_ajax .child-cat-tabs ul.moheet-tab-links li.active a {
    color: #333;   
}
.widget.moheet_block_posts_ajax .child-cat-tabs ul.moheet-tab-links li a {
    color: #777;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.widget.moheet_block_posts_ajax .child-cat-tabs ul.moheet-tab-links li a:hover {
    color: #43d6e8;
}
.widget.moheet_block_posts_ajax .block-content-wrapper .block-loader {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #43d6e8;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*
============
format-gallery
============
*/
.format-gallery .post-gallery-wrapper {
    margin-bottom: 15px;
}
/*
==================
single page layout
==================
*/
.single #moheet-breadcrumbs,
.archive #moheet-breadcrumbs {
    background: #f5f5f5;
    padding: 5px 10px;
    color: #777;
    position: relative;
}

.single #moheet-breadcrumbs span,
.archive #moheet-breadcrumbs span {
    display: inline-block;
    font-size: 13px;
    padding: 0 3px;
}
.single #moheet-breadcrumbs span a,
.archive #moheet-breadcrumbs span a {
    color: #000;
}
.single-layout2-header,
.single-layout3-header {
    position: relative;
    margin-bottom: 20px;
}
.single-layout2-header .layout2-header-info-wrapper,
.single-layout3-header .layout3-header-info-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 5px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.single-layout2-header .layout2-header-info-wrapper h1.entry-title,
.single-layout3-header .layout3-header-info-wrapper h1.entry-title {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 5px;
}
.single-layout2-header .layout2-header-info-wrapper .entry-meta,
.single-layout3-header .layout2-header-info-wrapper .entry-meta {
    margin-bottom: 10px;
}
.single-layout2-header .layout2-header-info-wrapper .entry-meta > span,
.single-layout3-header .layout3-header-info-wrapper .entry-meta > span {
    margin-right: 10px;
}
.single-layout2-header .layout2-header-info-wrapper .entry-meta,
.single-layout2-header .layout2-header-info-wrapper .entry-meta a,
.single-layout3-header .layout3-header-info-wrapper .entry-meta,
.single-layout3-header .layout3-header-info-wrapper .entry-meta a {
    color: #fff;
    text-transform: capitalize;
}
.single-layout2-header .entry-meta .cat-links:hover,
.single-layout3-header .entry-meta .cat-links:hover {
    color: #fff
}
.single-layout3-header .entry-thumb img {
    width: 100%;
    max-height: 550px;
}
.single-layout3-header .layout3-header-info-wrapper .layout3-container {
    max-width: 1070px;
    margin: 0 auto
}


/*===========
cat link
=============*/
span.cat-links,
span.post-tags-links {
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}
span.cat-links a,
span.post-tags-links a {
    background-color: #43d6e8;
    padding: 3px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 1px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 3px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.widget_moheet_featured_slider span.cat-links a {
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    background: #43d6e8;
}
.moheet_fullwidth_slider span.post-tags-links a,
.moheet_block_posts_ajax span.post-tags-links a,
.widget_moheet_featured_slider span.post-tags-links a,
.moheet_block_posts_carousel .block_crs_layout_1 span.cat-links a,
.site-footer .moheet_category_posts_slider span.cat-links a,
.moheet-home-bottom-aside .moheet_category_posts_slider span.cat-links a,
.moheet-home-aside .moheet_category_posts_slider span.cat-links a{
    color: #fff;
    padding: 3px 7px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-bottom: 5px;
    line-height: 1.3;
}
.moheet_fullwidth_slider span.cat-links a:hover,
.moheet_fullwidth_slider span.post-tags-links a:hover,
.moheet_block_posts_ajax span.post-tags-links a:hover,
.widget_moheet_featured_slider span.post-tags-links a:hover,
.moheet_block_posts_carousel .block_crs_layout_1 span.cat-links a:hover,
.site-footer .moheet_category_posts_slider span.cat-links a:hover,
.widget_moheet_featured_slider span.cat-links a:hover {
    background: rgba(40, 113, 198, 0.8);   
}
.moheet_fullwidth_slider span.cat-links,
.moheet_block_posts_carousel span.cat-links,
.moheet_fullwidth_slider span.post-tags-links,
.moheet_block_posts_carousel span.post-tags-links,
.moheet_block_posts_carousel .block_crs_layout_1 span.cat-links {
    margin-bottom: 5px;
    display: block;
}
/*======================
        review css
======================*/
.post-review-wrapper .section-title {
    font-size: 24px;
    color: #43d6e8;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.post-review-wrapper .summary-wrapper {
    margin-bottom: 20px;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper {
    float: left;
    width: 17%;
    border: 1px solid #ebebeb;
    text-align: center;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper .total-value,
.post-review-wrapper .summary-wrapper .total-reivew-wrapper .stars-count {
    display: block;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.percent-wrap {
    padding: 12px 10px 15px;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.star-wrap,
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.point-wrap {
    padding: 10px;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.star-wrap .total-value,
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.point-wrap .total-value {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #313131;
}
.post-review-wrapper .summary-wrapper .total-reivew-wrapper.percent-wrap .total-value {
    font-size: 26px;
    color: #313131;
    font-weight: 600;
}
.post-review-wrapper .summary-wrapper .summary-details {
    float: right;
    width: 83%;
    padding: 5px 0 0 37px;
    font-size: 13px;    
}
.post-review-wrapper .summary-wrapper .summary-details .summery-label {
    color: #1d1e20;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.post-review-wrapper .percent-review-wrapper .percent-wrap,
.post-review-wrapper .points-review-wrapper .percent-wrap {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
.post-review-wrapper .total-reivew-wrapper .stars-count {
    color: #43d6e8;
    font-size: 16px;
}
.post-review-wrapper .percent-review-wrapper .percent-wrap .featured-name,
.post-review-wrapper .points-review-wrapper .percent-wrap .featured-name {
    float: left;
}
.post-review-wrapper .percent-review-wrapper .percent-wrap .percent-value {
    float: right;
}
.post-review-wrapper .percent-review-wrapper .percent-rating-bar-wrap,
.post-review-wrapper .points-review-wrapper .percent-rating-bar-wrap {
    background: #f5f5f5;
}
.post-review-wrapper .percent-review-wrapper .percent-rating-bar-wrap div,
.post-review-wrapper .points-review-wrapper .percent-rating-bar-wrap div {
    height: 20px;
    background-color: #43d6e8;
    max-width: 100%;
    margin-top: 5px;
}
/*=======
star review
======*/
.post-review-wrapper .stars-review-wrapper {
    margin-bottom: 15px;
}
.post-review-wrapper .stars-review-wrapper .review-featured-wrap {
    border: 1px solid #ececec;
    padding: 7px 15px;
    border-bottom: none;
}
.post-review-wrapper .stars-review-wrapper .review-featured-wrap:last-of-type {
    border-bottom: 1px solid #ececec;
}
.post-review-wrapper .stars-review-wrapper .review-featured-wrap .review-featured-name {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.post-review-wrapper .stars-review-wrapper .review-featured-wrap .stars-count {
    float: right;
    color: #43d6e8;        
}
/*======================
    shortcode style
======================*/
/*-- start dropcap --*/
.ap-dropcaps.ap-normal {
    font-size: 65px;
    font-weight: 600;
    float: left;
    padding: 0px 20px;
    line-height: 1;
}
.ap-dropcaps.ap-square {
    font-size: 65px;
    font-weight: 600;
    float: left;
    padding: 10px 20px;
    line-height: 1;
    background: #2b2e33;
    color: #fff;
    margin: 7px 20px 10px 0px;
}

/*============
slider layout
============*/
.fw-single-slide,
.widget_moheet_featured_slider  .slide {
    height:  460px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.moheet_fullwidth_slider {
    height: 460px;
}
.fw-single-slide figure ,
.widget_moheet_featured_slider .slide img { display:  none; }
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter {
    position: relative;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSAction {
    display: none !important;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li {
    position: relative;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:before,
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:after  {
    position: absolute;
    content: '';
    background-color: rgba(17,17,17,0);
    background-image: -webkit-linear-gradient(left,rgba(17,17,17,0) 0%,#111 100%);
    background-image: -moz-linear-gradient(left,rgba(17,17,17,0) 0%,#111 100%);
    background-image: -ms-linear-gradient(left,rgba(17,17,17,0) 0%,#111 100%);
    background-image: -o-linear-gradient(left,rgba(17,17,17,0) 0%,#111 100%);
    background-image: linear-gradient(left,rgba(17,17,17,0) 0%,#111 100%);
    height: 100%;
    width: 51%;
    top: 0;
    right: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:after {
    background-image: -webkit-linear-gradient(left,#111 0%,rgba(17,17,17,0) 100%);
    background-image: -moz-linear-gradient(left,#111 0%,rgba(17,17,17,0) 100%);
    background-image: -ms-linear-gradient(left,#111 0%,rgba(17,17,17,0) 100%);
    background-image: -o-linear-gradient(left,#111 0%,rgba(17,17,17,0) 100%);
    background-image: linear-gradient(left,#111 0%,rgba(17,17,17,0) 100%);
    right: auto;
    left: 0;
}

.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li figure {
    margin: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 429px;
    left: 30px;
    z-index: 99;
}

.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title {
    margin-bottom: 10px;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title a {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}   
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta a, 
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .entry-meta a {
    color: #fff;
    text-transform: uppercase;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .show-total-point,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .star-review-wrapper {
    display: block;
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .star-review-wrapper .total-value {
    margin-left: 10px;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .post-author,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .posted-on,
.page-template-home-template .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .post-view {
    margin-right: 10px;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg {
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    z-index: 99;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .posted-on a{
    padding-right: 0;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg li {
    font-size: 15px;
    display: inline-block;
    position: relative;
    width: 31.6%;
    margin-right: 2.6%;
    float: left;
    transition: .3s ease;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg li:last-child {
    margin-right: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg {
    text-align: center;
    width: 28%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 30px;
    z-index: 99;
    background: none;
    bottom: auto;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg li {
    width: 100% !important;
    margin: 0 0 25px;
    font-size: 16px;
    float: none;
    padding: 0;
    text-align: left;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg > li a {
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    font-weight: 400;
    padding: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg > li a:hover {
    color: #43d6e8;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg li:last-child {
    margin-bottom: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter  .lSPager.lSpg li.active:before {
    display: none;
}

/* one item */
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg li:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(2),
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(2) ~ li {
    width: 48.7%;
}

/* three items */
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(3),
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(3) ~ li {
    width: 31.6%;
}

/* four items */
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(4),
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(4) ~ li {
    width: 23.05%;
}

/* five items */
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(5),
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg  li:first-child:nth-last-child(5) ~ li {
    width: 17.92%;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    background: none;
    height: auto;
    width: auto;
    text-indent: 0;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #eee;
    opacity: .7;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg > li a:hover,
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg > li.active a {
    opacity: 1;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .post-author .author:before,
.widget_moheet_featured_slider .post-meta .post-author .author:before { 
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .post-author,
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .posted-on,
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .post-view, 
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .comments-count {
    display: block;
    font-size: 12px;
    line-height: 25px;
    float: left;

}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .post-view {
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg > li a:hover,
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg > li.active a {
    margin-left: 10px;
}
/*==========
slider layout 1
==========*/
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter {
    position: relative;
}
.moheet_fullwidth_slider .fw_slider_layout_1 figure {
    margin: 0;
}
.moheet_fullwidth_slider  .fw_slider_layout_1 .lSSlideOuter  li {
    position: relative;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper {
    position: absolute;
    background: rgba(0,0,0,0.75);
    width: 50%;
    left: 25px;
    top: 4%;
    padding: 30px 40px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title,
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin: 10px 0;
}
.moheet_fullwidth_slider .fw_slider_layout_1  .slide-content { margin-bottom: 3%; }
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper .post-meta{
    padding-top: 3%;
    border-top: solid 2px rgba(255, 255, 255, 0.5);
}
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title a:hover{
    color: #43d6e8;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper .slide-content p {
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter .lSAction {
    display: none !important;
}
.moheet_fullwidth_slider  .lSSlideOuter ul li span.cat-links a,

.moheet_fullwidth_slider  .lSSlideOuter ul li span.post-tags-links a {
    color: #fff;
    padding: 3px 7px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-bottom: 5px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li span.cat-links,
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li span.post-tags-links {
    position: absolute;
    top: 15px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta a,
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-view {
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .posted-on a{
    padding-right: 0;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-view {
    font-size: 12px;
    padding-top: 2px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-view:before{
    top: 1px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-author,
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .posted-on {
    text-transform: capitalize;
    float: left;
    margin-right: 10px;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-author .author:before {
    color: #fff;
}
.moheet_fullwidth_slider .lSSlideOuter .lSPager.lSpg li.active:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    top: -15px;
    left: 50%;
    display: inline-block;
    z-index: 20;
}
.homepage-bottom-content-wrapper .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2,
.homepage-content-wrapper .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.homepage-bottom-content-wrapper .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper .slide-content,
.homepage-content-wrapper .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper .slide-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*================
layout for blog post
==================*/
.homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column,
.homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.moheet-home-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb {
    width: 30%;
}
.homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.moheet-home-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper {
    width: 70%;
    padding-left: 10px;
}
.homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.moheet-home-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper,
.moheet-home-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb,
.moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}
.widget.moheet_block_posts_column .block-post-wrapper .post-thumb {
    height: 200px;
}
.widget.moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb  {
    height: 65px;
}
.homepage-bottom-fullwidth-wrapper .moheet_leaderboard_ad {
    text-align: center;
}
/*==============
full width
================*/
.homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column,
.homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-left: 2%;
}
.homepage-fullwidth-wrapper .moheet-container section.moheet_block_posts_column:first-of-type,
.homepage-bottom-fullwidth-wrapper .moheet-container section.moheet_block_posts_column:first-of-type {
    margin-left: 0;
}
/*==============
star review
==============*/

.post-meta .star-review-wrapper .star-value {
    color: #2871c6;
}
.post-meta .star-review-wrapper .total-value {
    margin-left: 5px;
    font-size: 12px;
}
.homepage-slider-section .post-meta .star-review-wrapper .star-value {
    color: #fff;
}
.page-template-home-template .post-meta .post-view {
    color: #797979;
    font-size: 12px;
}
.page-template-home-template .post-meta .star-review-wrapper {
    float: left;
    width: 100%;
    margin-top: 3px;
}
.page-template-home-template .post-meta .star-review-wrapper .star-value {
    color: #2871c6;
    margin-right: 2px;
} 
.page-template-home-template .post-meta .star-review-wrapper .total-value {
    margin-left: 7px;
    display: none;  
}
.page-template-home-template .moheet_block_posts_style1 .left-post-wrapper .single-post .post-meta,
.page-template-home-template .moheet_block_posts_ajax .left-post-wrapper .single-post .post-meta {
    margin-bottom: 7px;
}
/*=============
single page cat link css
===============*/
.single .single-layout2-header .cat-links a,
.single .layout3-content-wrapper .entry-content .cat-links a,
.archive .layout3-content-wrapper .entry-content .cat-links a,
.single .single-layout2-header .post-tags-links a,
.single .layout3-content-wrapper .entry-content .post-tags-links a,
.archive .layout3-content-wrapper .entry-content .post-tags-links a {
    background: #43d6e8;
    padding: 5px 9px;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.single .single-layout2-header .cat-links a:hover,
.single .layout3-content-wrapper .entry-content .cat-links a:hover,
.archive .layout3-content-wrapper .entry-content .cat-links a:hover,
.single .single-layout2-header .post-tags-links a:hover,
.single .layout3-content-wrapper .entry-content .post-tags-links a:hover,
.archive .layout3-content-wrapper .entry-content .post-tags-links a:hover  {
    background: rgba(77, 178, 236, 0.6);
}
/*=============
single page  layout3
===============*/ 
.single .layout3-content-wrapper .layout3-postmeta {
    width: 10%;
    float: left;
    text-align: center;
}
.single .layout3-content-wrapper .layout3-postmeta .date-day,
.single .layout3-content-wrapper .layout3-postmeta .date-mth-yr {
    display: block;
}
.single .layout3-content-wrapper .layout3-postmeta .date-day {
    background: #43d6e8;
    color: #fff;
    font-size: 22px;
    padding: 15px 5px;
    line-height: 1;
}
.single .layout3-content-wrapper .layout3-postmeta .date-mth-yr {
    background: #f5f5f5;
    padding: 5px;
    color: #dd3333;
    font-weight: 600;
    font-size: 12px;
}
.single .layout3-content-wrapper .entry-content {
    width: 90%;
    float: left;
    padding-left: 30px;
}
.single #primary .entry-header {
    margin-bottom: 5px;
}
.single .entry-meta,
.archive .entry-meta {
    margin-bottom: 10px;
}
.entry-sharing {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 21px;
    width: 100%;
}
.entry-sharing a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 13px;
    margin-right: 10px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
}
.entry-sharing .fa {
    line-height: 40px !important;
    padding: 0 !important;
}
.social-facebook {
    background-color: #516eab;
}
.social-twitter {
    background-color: #29c5f6;
}
.social-google {
    background-color: #eb4026;
    width: 40px;
}
.social-whatsapp {
    display: none !important;
    background-color: #7bbf6a;
    margin-right: 0;
}
.social-but-text {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.entry-sharing .fa-facebook,
.entry-sharing .fa-twitter {
    float: left;
    line-height: 40px;
}
.entry-sharing  a:hover {
    opacity: 0.8;
    color: #fff !important;
}
.moheet-home-aside .moheet_block_posts_list .post-content-wrapper .post-content,
.moheet-home-bottom-aside .moheet_block_posts_list .post-content-wrapper .post-content,
.moheet-home-aside .moheet_block_posts_list .post-content-wrapper .cat-links,
.moheet-home-bottom-aside .moheet_block_posts_list .post-content-wrapper .cat-links,
.moheet-home-aside .moheet_block_posts_list .post-content-wrapper .post-tags-links,
.moheet-home-bottom-aside .moheet_block_posts_list .post-content-wrapper .post-tags-links {
    display: none;
}
.moheet-home-aside .moheet_block_posts_list .post-content-wrapper h3 a,
.moheet-home-bottom-aside .moheet_block_posts_list .post-content-wrapper h3 a {
    font-size: 13px;
}
/*======
archive layout 2
======*/
.archive.moheet-archive-layout2 #primary article.post:nth-child(2n) {
    float: left;
    width: 48%;
    clear: both;
}
.archive.moheet-archive-layout2 #primary article.post:nth-child(2n+1) {
    float: right;
    width: 48%;
}
.archive.moheet-archive-layout2 #primary article.post:nth-of-type(1) {
    width: 100%;
    float: none;
}
.archive.moheet-archive-layout2 #primary article.post:nth-child(2n) h2.entry-title a,
.archive.moheet-archive-layout2 #primary article.post:nth-child(2n+1) h2.entry-title a {
    font-size: 20px;
    font-weight: 500;
}
/*======
archive layout 3
======*/
.archive.moheet-archive-layout3 article .layout3-content-wrapper {
    overflow: hidden;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .entry-content {
    float: left;
    width: 85%;
    padding-left: 30px;    
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .entry-content .entry-content.layout {
    padding-left: 0;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .layout3-author {
    margin-bottom: 15px;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .layout3-author h3.user-name {
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap {
    width: 10%;
    float: left;
    text-align: center;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .user-image {
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 5px;                      
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .date-day,
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .date-mth-yr {
    display: block;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .date-day {
    background: #43d6e8;
    color: #fff;
    font-size: 22px;
    padding: 15px 5px;
    line-height: 1;
}
.archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap .date-mth-yr {
    background: #D3D3D5;
    padding: 5px;
    color: #6D6D6D;
    font-weight: 600;
    font-size: 12px;
}
.archive.moheet-archive-layout3 .moheet-archive-more {
    background: #43d6e8;
    border-color: #43d6e8;
    color: #fff; 
}
.archive.moheet-archive-layout3 .moheet-archive-more:hover {
    background: none;
    color: #43d6e8;
}
.archive.moheet-archive-layout3 #primary .entry-header {
    margin-bottom: 5px;
}
/*=====
display none for view comment and rating in pages
=====*/
.single #secondary .moheet_block_posts_list .star-review-wrapper,
.single #secondary .moheet_block_posts_list .post-view,
.single #secondary .moheet_block_posts_list .show-total-point,
.single #secondary .moheet_block_posts_list .comments-count,
.moheet-home-aside .moheet_block_posts_list .star-review-wrapper,
.moheet-home-aside .moheet_block_posts_list .post-view,
.moheet-home-aside .moheet_block_posts_list .show-total-point,
.moheet-home-aside .moheet_block_posts_list .comments-count,
.moheet-home-bottom-aside .moheet_block_posts_list .star-review-wrapper,
.moheet-home-bottom-aside .moheet_block_posts_list .post-view,
.moheet-home-bottom-aside .moheet_block_posts_list .show-total-point,
.moheet-home-bottom-aside .moheet_block_posts_list .comments-count,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .star-review-wrapper,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .post-view,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .show-total-point,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .comments-count,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .post-content {
    display: none;
}
/*====
footer widget
====*/
.site-footer .widget li a,
.site-footer .widget li a:before{
    color: #fff;
}
.site-footer .widget li a:hover,
.site-footer .widget li a:hover:before{
    color: #43d6e8;
}

.site-footer .moheet-footer-widget-wrapper .widget h4.block-title span.title-bg, 
.site-footer .moheet-footer-widget-wrapper .widget h4.widget-title span.title-bg, 
.site-footer .moheet-footer-widget-wrapper h4.block-title span.title-bg {
    background: #000;
    z-index: 999;
    position: relative;
}
.site-footer .widget_recent_entries .widget-title span,
.site-footer .widget_recent_entries .widget-title span.title-bg{
    padding-left: 0;
}
.site-footer .widget_recent_entries span{
    width: auto;
    padding-left: 15px;
}
.site-footer .widget_recent_entries ul li span{
    display: block;
}
.site-footer .widget_recent_entries span:before{
    content: none;
}
.site-footer .moheet-footer-widget-wrapper .widget h4.block-title:before, 
.site-footer .moheet-footer-widget-wrapper .widget h4.widget-title:before, 
.site-footer .moheet-footer-widget-wrapper h4.block-title:before {
    height: 3px;
    z-index: 1;
}
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post .post-thumb:before {
    display: none;
}
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post span.cat-links a,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post span.post-tags-links a {
    background: #2871c6;
    color: #fff;
    padding: 5px;
    line-height: 1;
    margin-bottom: 2px;
    margin-right: 4px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post span.cat-links a:hover,
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post span.post-tags-links a:hover {
    background: rgba(40, 113, 198, 0.8);
}
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post h3 a {
    color: #fff;
    font-size: 13px;
}
.site-footer .moheet-footer-widget-wrapper .widget.moheet_block_posts_list .single-post .post-meta {
    margin-bottom: 0;
}
/*=====
authore icon
======*/

.post-meta .post-author .author:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    color: #797979;
    margin-right: 5px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.related-posts-wrapper .post-meta .post-author .author:before {
}
.moheet_block_posts_style3 .post-meta .post-author .author:before,
.moheet_block_posts_carousel .post-meta .post-author .author:before,
.moheet_category_posts_slider .post-meta .post-author .author:before,
.moheet_block_posts_ajax .post-meta .post-author .author:before,
.moheet_fullwidth_block_posts .post-meta .post-author .author:before {
    top: 1px;
}
/*======
moheet_fullwidth_block_posts fw_block_layout_1
======*/
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-post {
    float: left;
    width: 24%;
    position: relative;
    margin-bottom: 14px;
    margin-right: 1.333%;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post:nth-child(4n) {
    margin-right: 0;
    clear: right;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-content-wrapper,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-content-wrapper h3 a,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta a,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta span.author:before,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper h3 a,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-meta a,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-meta span.author:before {
    color: #fff;
}
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta a:hover,
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-author .author:hover:before,
.moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li .post-meta .post-view:hover a,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-meta .posted-on a:hover,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-meta span.author:hover:before,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper h3 a:hover,
.site-footer .widget.moheet_category_posts_slider .post-meta .posted-on:hover a,
.site-footer .widget.moheet_category_posts_slider .post-meta .posted-on:hover:before,
.site-footer .widget.moheet_category_posts_slider .post-meta span.comments-count a:hover,
.site-footer .widget.moheet_category_posts_slider .post-meta .post-author .author:hover:before,
.site-footer .widget.moheet_category_posts_slider .single-post .post-meta .post-author a:hover,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta .posted-on:hover a,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta .posted-on:hover:before,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta span.author:hover a,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-meta span.author:hover:before,
.moheet_fullwidth_block_posts .post-meta .post-author .author:hover a,
.moheet_fullwidth_block_posts .post-meta .post-author .author:hover:before,
.widget.moheet_block_posts_carousel .block_crs_layout_1 .post-meta .post-author .author:hover a, 
.widget.moheet_block_posts_carousel .block_crs_layout_1 .post-meta .post-author .author:hover:before, 
.widget.moheet_block_posts_carousel .block_crs_layout_1 .single-post .post-meta .posted-on:hover a,
.widget.moheet_block_posts_carousel .block_crs_layout_1 .single-post .post-meta .posted-on:hover:before,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .comments-count:hover a,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .comments-count:hover:before,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .posted-on:hover a,
.moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper .post-meta .posted-on:hover:before,
.moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .slide-info-wrapper .post-meta .post-author .author:hover:before, 
.widget_moheet_featured_slider .post-meta .post-author .author:hover:before,
.post-meta .post-author .author:hover:before,
.post-meta .comments-count a:hover:before,
.post-meta .post-author .author:hover a,
.site-content .homepage-slider-section .widget_moheet_featured_slider .featured-article .post-caption .post-meta a:hover {
    color: #43d6e8;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-content-wrapper .comments-count,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-content-wrapper .star-review-wrapper,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .post-content-wrapper .post-view,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper .comments-count,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper .star-review-wrapper,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post .post-content-wrapper .post-view {
    display: none;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post .image-overlay {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post span.cat-links a,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post span.cat-links a,
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post span.post-tags-links a,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .single-post span.post-tags-links a {
    padding: 4px;
    color: #fff;
    margin-bottom: 4px;
}
.moheet_fullwidth_block_posts .fw_block_layout_1 .single-posts-wrapper .single-post span.cat-links a{
    margin-right: 7px;
}
.moheet_fullwidth_block_posts .left-wrap .post-thumb,
.moheet_fullwidth_block_posts .right-wrap .post-thumb {
    height: 170px
}
.moheet_fullwidth_block_posts .middle-wrap .post-thumb {
    height: 350px;
}
.moheet-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post,
.moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
    width: 32%;
    margin-right: 13px;
}
.moheet-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(3n),
.moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(3n) {
    margin-right: 0;
}
.moheet-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(4n),
.moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(4n) {
    margin-right: 13px;
}
.moheet-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post h3 a,
.moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post h3 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*==========
fw layout 2
==========*/
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap {
    width: 26.6%;
    float: left;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap {
    float: right;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .middle-wrap {
    width: 46.8%;
    float: left;
    padding: 0 8px;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .middle-wrap .single-post {
    position: relative;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post:first-child,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post:first-child {
    padding-bottom: 5px;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post:last-child,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post:last-child {
    padding-top: 5px;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post .image-overlay,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post .image-overlay,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .middle-wrap .single-post .image-overlay {
    content: '';
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .post-content-wrapper .cat-links,
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .post-content-wrapper .post-tags-links {
    margin-bottom: 2px;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .post-content-wrapper h3 a {
    color: #fff;
}
.moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .post-content-wrapper .post-meta {
    margin-top: 0;
}
/*====
archive secondary post list
=====*/
.archive #secondary .moheet_block_posts_list .post-content-wrapper h3 a {
    font-weight: 400;
}
.archive #secondary .moheet_block_posts_list .post-meta .star-review-wrapper {
    float: left;
    width: 100%;
    margin-top: 3px;
}
.archive #secondary .moheet_block_posts_list .post-meta .star-review-wrapper .star-value {
    margin-right: 2px;
}
.archive #secondary .moheet_block_posts_list .post-meta .post-view {
    margin-left: 8px;
    color: #797979;
}
/*---------shortcode-pages------*/

.ap_column {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 2%;
    padding: 0 0%;
}
.ap-row .ap_column:first-child {
    margin-left: 0;
}
.ap-span1 {
    width: 15.0%;
}
.ap-span2 {
    width: 32.0%;
}
.ap-span3 {
    width: 49.0%;
}
.ap-span4 {
    width: 66.0%;
}
.ap-span5 {
    width: 83.0%;
}
.ap-span6 {
    margin-left: 0;
    width: 100%;
}
.divider {
    margin:50px auto;
}

/*------- Lazy Load Effect ------*/
.lazy-bg {
  opacity: 1;
  background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
  -webkit-animation: lazyloadeffect 1s infinite linear forwards;
          animation: lazyloadeffect 1s infinite linear forwards;
}

@-webkit-keyframes lazyloadeffect {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 200px 0;
  }
}
/*-------call-to-action------*/
.ap_call_to_action {
    background-color:#f5f5f5;
    color:#555555;
    font-size: 16px;
    font-weight:400;
    padding:15px 10px;
    text-align: left;
}
.ap_call_to_action_button{
    background-color:#43d6e8;
    border:2px solid #43d6e8;
    padding: 8px 18px;
    line-height: 1;
    color:#ffffff;
    text-transform: capitalize;
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-shadow:none;
    box-shadow: none;
    display: inline-block;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}
.entry-content a.ap_call_to_action_button{
    color: #fff;
}
.entry-content a.ap_call_to_action_button:hover{
    background-color: transparent;
    color: #43d6e8;
}
.ap_call_to_action.center  {
    text-align: center;
}
.ap_call_to_action.right .ap_call_to_action_button{
    float:right;
}
.ap_call_to_action_content h2, 
.ap_call_to_action_content h4 {
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    font-size: 24px;
}
.ap_call_to_action.right .ap_call_to_action_content {
    display: inline-block;
    margin:10px 0;
}
.ap_call_to_action_button {
    margin:10px 0;
    border-radius: 3px;
}
.ap_column .ap_call_to_action_content h2, 
.ap_column .ap_call_to_action_content h4 {
    font-size: 20px;
}
.ap_column .ap_call_to_action_button {
    font-size: 12px;
}
/*-----Grid------*/
.ap_column strong {
    color:#555555;
}

/*-----list-----*/
.ap_column ul, 
.ap_column ol {
    padding-left:20px;
    margin:0 0 0 10px;
    font-size: 16px;   
}
.ap_column ul.ap-list {
    list-style: none;
    padding:0;
}
.ap_column ul.ap-list li {
    position:relative;
    padding-left:25px;
    margin-bottom: 5px;
    line-height: 1.3;
}
ul.ap-list li:before{
    font-family: "FontAwesome";
}
ul.ap-list1 li:before {
    position: absolute;
    content: "\f08d";
    left: 0;
    top: 0;
    transform: rotate(-67deg);
} 
ul.ap-list2 li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
}
ul.ap-list3 li:before {
    content: "\f1d8";
    position:absolute;
    left:0;
    top:6%;
    font-size: 14px;
}
ul.ap-list4 li:before {
    position: absolute;
    content: "\f0da";
    left: 0;
    top: 0;
}
ul.ap-list5 li:before {
    position: absolute;
    content: "\f006";
    left: 0;
    top: 0;
}
ul.ap-list6 li:before {
    position:absolute;
    content:"\f0a4";
    left: 0;
    top: 0;
}
/*----------my-team-------*/
.ap-team {
    text-align: center;
}
.ap-member-image img {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    display: block;
    width:100%;
}
.ap-member-name {
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    font-weight:600;
    margin:10px 0 0;
    line-height: 1;
    color:#555555;
}
.ap-member-image {
    position:relative;
}
.ap-member-image:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(77, 178, 236,0.3);
    opacity: 0;
    z-index: 2;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}
.ap-team:hover .ap-member-image:before {
    opacity: 1;
    visibility: visible;
}
.ap-member-position {
    font-size: 16px;
    margin:10px;
    color:#555555;
    font-weight:400;
}
.social-shortcode {
    margin:10px 0 ;
}
.social-shortcode a {
    width:30px;
    height:30px;
    line-height: 26px;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    text-align:center;
    border:1px solid #43d6e8;
    background-color: #43d6e8;
    color:#ffffff;
}
.social-shortcode a:hover {
    background-color:transparent;
    color:#43d6e8;
}
/*---------shortcode-testimonials-------*/
.ap-testimonial {
    border:1px solid #dcdcdc;
    padding:15px;
    text-align:center;
    margin-bottom:10px;
}
.ap-testimonial .ap-client-image {
    width: 100%;
    text-align: center;
    margin:0 auto;
}
.ap-testimonial .ap-client-image img {
    display: inline-block;
}
.ap-testimonial .ap-client-name {
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    color:#555555;
    margin: 10px 0 0;
}
.ap-testimonial .ap-client-position {
    font-size: 16px;
    font-weight:400;
    color:#555555;
    margin: 7px 0 10px 0;
}
/*-------toggle and tabs-------*/
.ap_toggle_title {
    background-color:#43d6e8;
    color: #ffffff;
    position: relative;
    padding:0 10px;
    margin-bottom:10px;
    cursor: pointer;
    font-size: 16px;
}
.ap_toggle.open .ap_toggle_title:after {
    position: absolute;
    content: "\f146";
    color: #fff;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 99;
    right: 8px;
}
.ap_toggle.open .ap_toggle_title.active:after {
    position: absolute;
    content: "\f0fe";
    color: #fff;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 99;
    right: 8px;
}
.ap_toggle.close .ap_toggle_title:after{
    position: absolute;
    content: "\f0fe";
    color: #fff;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 99;
    right: 8px;
}
.ap_toggle.close .ap_toggle_title.active:after{
    position: absolute;
    content: "\f146";
    color: #fff;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 99;
    right: 8px;
}
.ap_toggle_content {
    margin-bottom:10px;
    font-size: 16px;
}
.ap_toggle.close .ap_toggle_content{
    display: none;
}
/*=====tabs=====*/
.tab-title {
    cursor: pointer;
    background-color:#43d6e8;
    color:#ffffff;
    border:2px solid #43d6e8;
    text-align:center;
}
.horizontal .ap_tab_group .tab-title {
    display: inline-block;
    width:23%;  
    padding:10px 5px;
    margin-right:5px;
    
}
.horizontal .ap_tab_group .tab-title:last-child {
    margin-right:0;
}
.horizontal .ap_tab_group .tab-title:hover, 
.horizontal .ap_tab_group .tab-title.active {
    background-color:transparent;
    color:#43d6e8;
}
.horizontal .ap_tab_content {
    margin:10px 0;
}
.vertical .ap_tab_group {
    float: left;
    width:18%;
}
.vertical .ap_tab_group .tab-title { 
    display: block;
    padding:5px;
    margin-bottom:5px;
}
.vertical .ap_tab_content {
    float:right;
    width:79%;
    /*font-size: 16px;*/
}
.vertical .ap_tab_group .tab-title:hover, 
.vertical .ap_tab_group .tab-title.active {
    background-color:transparent;
    color:#43d6e8;
}
.ap_tab_wrap{
    font-size: 16px;
    margin-bottom: 10px;
}
/*--------buttons-shortcode------*/
a.ap-outline-bttn, 
a.ap-black-bttn {
    border:2px solid #c5c5c5;
    display:inline-block;
    background-color:transparent;
    color:#000000;
    padding:10px;
}
a.ap-small-bttn {
    padding:5px 10px;
    font-size: 12px;
}
a.ap-medium-bttn {
    padding:8px;
    font-size: 14px;
}
a.ap-large-bttn {
    padding:12px;
    font-size: 16px;
}
a.ap-align-right {
    text-align:right;
}
a.ap-align-left {
    text-align:left;
}
a.ap-outline-bttn:hover, 
a.ap-black-bttn:hover {
    background-color:#43d6e8;
    color:#ffffff;
    border-color:#43d6e8;
}
/*------tagline------*/
.ap_tagline_box {
    background-color:#f7f7f7;
    padding: 20px;
    color:#444444;
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
}
.ap-all-border-box {
    border:3px solid #43d6e8;
}
.ap-top-border-box {
    border-top:3px solid #43d6e8;
}
.ap-left-border-box {
    border-left: 3px solid #43d6e8;
}
.ap-bg-box {
    background-color:#43d6e8;
    color: #ffffff;
}
/*--------drop-caps------*/
.ap-dropcaps {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
} 


/*
=======================
responsiveness for the site
=======================
*/
@media (max-width: 1090px) {
    body {
        overflow-x: hidden;
    }
    .moheet-container {
        padding: 0 10px;
    }
    .site-header .moheet-container {
        padding: 0;
        margin: 0;
    }
    .site-content .moheet-newsticker-wrapper .moheet-container {
        padding: 0 10px; 
    }
    .site-header .logo-ad-wrapper .moheet-container {
        padding: 0 10px; 
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .slider-caption h3 {
        margin:0;
        font-size: 18px;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .post-caption {
        bottom: 5px;
        left: 11px;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section {
        height: auto;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article h3,
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.left .post-caption h3,
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right .post-caption h3 {
        font-size: 12px;
    }
    .widget .right-posts-wrapper .single-post .post-thumb,
    .widget.moheet_category_posts_list .single-post .post-thumb {
        width: 30%;
    }
    .widget .right-posts-wrapper .single-post .post-caption-wrapper {
        width: 100%;
        margin-left: 0; 
    }
    .widget.moheet_block_posts_list .single-post .post-thumb {
        width: 33%;
    }
    .widget .right-posts-wrapper .single-post .post-caption-wrapper,
    .widget.moheet_category_posts_list .single-post .post-caption {
        width: 56%;
        margin-left: 3%;
        padding-top: 5px; 
    }
    .widget.moheet_category_posts_list .single-post .post-caption {
        width: 63%;
    }
    .widget.moheet_category_posts_list .single-post .post-caption {
        margin-left: 0;
    }
    .widget .right-posts-wrapper .single-post .post-caption-wrapper h3 a,
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post h3 a,
    .widget.moheet_category_posts_list .single-post .post-caption h3 a {
        font-size: 16px;
    }
    .widget-column-3 .moheet_block_posts_column {
        margin-right: 2.7%;
    }
    .footer-widgets-wrapper.widget-column-3 .widget {
        margin-right: 1.8%;
    }
    #secondary .widget_search input.search-field {
        width: 100%;
        margin-bottom: 5px;
    }
    #secondary .widget_search label{
        width: 75%;
    }
    #secondary .widget_search input.search-submit{
        width: 25%;
    }
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post {
        width: 49.5%;
        margin-right: 1%;
    }
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post:nth-child(2n+1) {
        margin-right: 0;
    }
    .footer-widgets-wrapper.widget-column-4 .widget {
        width: 48%;
        float: left;
        margin-right: 10px;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        margin-right: 1.33%;
    }

    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper {
        width: 75%;
    }
}
@media (max-width: 1045px) {
    .footer-widgets-wrapper.widget-column-2 .widget {
        width: 47%;
        float: left;
        margin-right: 41px;
    }
    .footer-widgets-wrapper.widget-column-2 .widget {
        width: 100%;
        margin-right: 0;
    }
    .site-header .site-branding .site-title-wrapper .site-title a{
        font-size: 40px;
    }
    .site-description{
        font-size: 16px;
    }
}
@media (max-width: 1020px) and (min-width: 861px){
.site-header .header-ad-wrapper{
        max-width: 70%;
    }
}
@media (max-width: 1020px) {
    #primary .comments-area .comment-form-url {
        width: 100%;
    }
    #primary .comments-area .comment-form-comment {
        display: inline-block;
        width: 100%;
    }
    #primary .comments-area .comment-form-email,
    #primary .comments-area .comment-form-author {
        width: 49%;
        margin-right: 0;
    }
    #primary .comments-area .comment-form-email {
        float: right;
    }
}
@media (min-width: 1005px) {
    .site-header .main-navigation .menu {
        display: block !important;
    }
}
@media (max-width: 1004px) {
    .site-header #site-navigation.show_home li.menu-item-home a {
        background-image: none;
        width: 100%;
        height: auto;
        text-indent: initial;
    }
    .moheet-top-header .news-ticker,
    .moheet-newsticker-wrapper {
        display: none;
    }
    .moheet-top-header .social-profiles {
        float: left;
        margin: 0;
        border: none;
    }
    .moheet-top-header .moheet-current-date {
        display: none;
    }
    /***********header layout3 css*******/
    .header-layout3 .nav-wrapper .current-menu-item a, 
    .header-layout3 .nav-wrapper .current-menu-ancestor a,
    .site-header.header-layout3 .main-navigation li a:hover{
        background: transparent;
    }
    /***********************/
    .moheet_categories_tabbed .moheet-tabbed-section .post-caption h3 a {
        margin-bottom: 0;
    }
    .moheet_categories_tabbed .moheet-tabbed-section .post-thumb {
        margin-bottom: 5px;
    }
    .moheet_categories_tabbed .moheet-tabbed-section .single-post {
        margin-bottom: 10px;
    }
    .site-header .main-navigation .menu {
        display: none !important;
    }
    .site-header .main-navigation .nav-wrapper.active .menu {
        display: block !important;
    }
    .site-header .main-navigation {
        height: 54px;
    }
    .nav-toggle {
        position:   relative;   
        height: 54px;
        width: 54px;
        display: inline-block;
        cursor: pointer;
        margin: 0;
        background: #43d6e8;
    }
    .nav-toggle span {
        background: #ffffff;
        display: block;
        height: 3px;
        width: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        -webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
        -moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
        transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
    }
    .nav-toggle span:nth-child(1) {
        margin-top: -7px;
    }
    .nav-toggle span:nth-child(2) {
        margin-top: -1px;
    }
    .nav-toggle span:nth-child(3) {
        margin-top: 5px;
    }
    .site-header.header-layout2 .nav-toggle span{
        background: #fff;
    }
    .nav-wrapper.active .nav-toggle span { 
        background: #fff; 
        -webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
        -moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
    }

    .nav-wrapper.active .nav-toggle span:nth-child(1),
    .nav-wrapper.active .nav-toggle span:nth-child(3) { margin-top: -1px !important }

    .nav-wrapper.active .nav-toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-wrapper.active .nav-toggle span:nth-child(2) { 
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0; 
    }

    .nav-wrapper.active .nav-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    /*index-icon hidden*/
    .header-layout2 .main-navigation .index-icon, 
    .header-layout1 .main-navigation .index-icon,
    .site-header.header-layout3 .main-navigation .index-icon{
        display: none;
    }
    .site-header .main-navigation .icons-wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }
    .site-header .main-navigation .icons-wrapper .icon-search, 
    .site-header .main-navigation .icons-wrapper .icon-random {
        line-height:  53px;
    }
    .site-header .main-navigation {
        position: relative;
    }
    .site-header .main-navigation .menu-primary-menu-container {
        width: auto;
        float: none;
    }
    .nav-wrapper {
        text-align: left;
        width: 100%;
        display: inline-block;
        position: relative;
    }
    .site-header .main-navigation ul#primary-menu > li > ul {
        border-top: none;
    }
    .site-header .main-navigation li:last-child a,
    .site-header .main-navigation ul ul li:last-child a {
        border-bottom: 0 !important;
    }
    .site-header .main-navigation li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 26px;
        margin-bottom: 0;
        padding: 5px 15px;
        width: 100%;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        color: #fff;
        background: #353537;
    }
    .site-header.header-layout2 .main-navigation li a{
        color: #fff;
    }
    .site-header .main-navigation li a:hover {
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        color: #43d6e8;
    }
    .site-header .main-navigation li a:hover::before,
    .nav-wrapper .current-menu-item a::before, 
    .site-header .main-navigation ul li:hover > ul {
        border: none !important;
    }
    .site-header .main-navigation .icons-wrapper .moheet-search-form-primary .search-field {
        top: 0;
    }
    .site-header {
        margin-bottom: 0;
    }
    .site-header .main-navigation li {
        width: 100%;
        line-height: 0;
    }
    .nav-wrapper #primary-menu {
        display: none;
    }
    .menu-home-container,
    .main-menu-container {
        position: absolute;
        top: 100px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav-wrapper.active .menu-home-container,
    .nav-wrapper.active .main-menu-container {
        top: 54px;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }
    .sub-toggle,
    .sub-toggle-children {
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 37px;
        line-height: 37px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 37px;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.06);
    }
    #site-navigation ul.sub-menu,
    #site-navigation ul.children {
        box-shadow: none;
        display: none;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible;
        width: 100%;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
    }
    .site-header .main-navigation ul li ul {
        background: none;
        overflow: hidden;
    }
    .site-header .main-navigation ul li ul li a {
        padding: 0 0 0 37px;
        font-size: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        line-height: 36px;
        overflow: hidden;
    }
    span.sub-toggle {
        display: block;
    }
    .site-header .main-navigation .moheet-search-form-primary.search-in .search-form {
        top: 47px;
    }
    .main-navigation .current_page_item > a::before, 
    .main-navigation .current-menu-item > a::before, 
    .main-navigation .current_page_ancestor > a::before, 
    .main-navigation .current-menu-ancestor > a::before {
        border-top: none;
    }
    .moheet-top-footer.footer_column_four .moheet-footer-widget{
        width: 47%;
        margin-left: 3%;
    }
    .moheet-top-footer.footer_column_four .moheet-footer-widget:nth-child(2n+1){
        clear: both;
    }
    /*******fullwidth block layout 2********/
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .post-content-wrapper h3 a{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    /************/
    .widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post {
        width: 49.25%;
        margin-left: 1.5%;
    }
    .site-header.header-layout2 .main-navigation ul > li.menu-item-has-children > a:after{
        content: none;
    }
}
@media (max-width: 860px) {
    .site-header .header-ad-wrapper {
        float: none;
        margin: 0 auto;
    }
    .site-header .site-branding {
        float: none;
        max-width: 100%;
        text-align: center;
        margin: 0 auto 30px;
        padding-top: 15px;
    }

    .site-header .site-branding a.custom-logo-link {
        width: 100%;
    }
}
@media (max-width: 830px) {
    .widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-caption-wrapper {
        margin-left: 5px;
        padding-top: 0;  
    }
    .widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-thumb {
        margin-bottom: 10px;
    }
    .site-header .logo-ad-wrapper {
        padding-bottom: 15px;
    }
    .site-header {
        padding: 0; 
    }
    .widget.moheet_block_posts_ajax .right-posts-wrapper .single-post .post-caption-wrapper {
        width: 64%;
    }
    /*********fullwidth block post**********/
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        margin-bottom: 9px;
    }
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(3n){
        margin-right: 0;
    }
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        width: 32.66667%;
        margin-right: 1%;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        margin-right: 1%;
        width: 49.5%;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(2n){
        margin-right: 0;
    }
    /**********************/
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper{
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;

    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title a{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter .lSPager.lSpg{
        display: none;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .lSSlideOuter .lightSlider,
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section,
    .fw-single-slide, 
    .widget_moheet_featured_slider .slide,
    .moheet_fullwidth_slider {
        height: 400px ;
    }
}
@media (max-width: 768px) {
    .homepage-content-wrapper .moheet-main-content, 
    .moheet-bottom-main-content, 
    .homepage-fullwidth-wrapper .moheet_block_posts_list,
    .moheet-home-aside, 
    #primary, 
    #secondary, 
    .moheet-home-bottom-aside {
        float: none;
        width: 100%;
    }
    .homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb {
        display: none;
    }
    .homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper {
        width: 100%;
    }
    .moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .post-thumb {
        width: 20%;
    }
    .moheet-home-bottom-aside .moheet_block_posts_column .block_col_layout_2 .bottom-post .content-wrapper {
        width: 80%;
    }
    .entry-sharing {
        text-align: center;
    }
    .entry-sharing  a {
        float: none;
    }
    .social-whatsapp {
        display: inline-block !important;
    }

}
@media (max-width: 700px) {
    .widget-column-3 .moheet_block_posts_column {
        width: 100%;
    }
    /*******fullslider list item******/
    .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg > li a{
        color: #333333;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg{
        position: static;
        top:auto;
        width: 100%;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
        text-align: left;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg li a {
        position: relative;
        padding-left: 15px;
        color: #666;
    }
    
    .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg{
        display: none;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:before {
        position: absolute;
        background-color: rgba(17,17,17,0);
        background-image: -webkit-linear-gradient(top,rgba(17,17,17,0) 0%,#000 100%);
        background-image: -moz-linear-gradient(top,rgba(17,17,17,0) 0%,#000 100%);
        background-image: -ms-linear-gradient(top,rgba(17,17,17,0) 0%,#000 100%);
        background-image: -o-linear-gradient(top,rgba(17,17,17,0) 0%,#000 100%);
        background-image: linear-gradient(top,rgba(17,17,17,0) 0%,#000 100%);
        height: 100%;
        width: 100%;
        bottom: 0;
        top: auto;
    }
     .moheet_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:after {
        content: none;
     }
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
}
    /***************/
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap,
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .middle-wrap{
        width: 100%;
        float: none;
        padding: 0;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .middle-wrap{
        margin-bottom: 6px;
        clear: both;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post{
        width: 49.5%;
        float: left;
        padding-bottom: 5px;
        padding-top: 0;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post:last-child, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post:last-child{
        padding-top: 0;
        margin-left: 1%;
    }

}
@media (max-width: 600px) {
    .admin-bar .site-header .is-sticky .main-navigation{
        top: 0 !important;
    }
    .moheet-top-footer.footer_column_three .moheet-footer-widget-wrapper {
        margin: 0;
    }
    .moheet-top-footer.footer_column_three .moheet-footer-widget {
        width: 100%;
        margin: 0;
        float: none;
    }
    .widget.moheet_block_posts_style1 .right-posts-wrapper,
    .moheet_block_posts_style1 .left-post-wrapper {
        width: 100%;
    }
    .widget.moheet_category_posts_list {
        width: 100%;
    }
    .widget.moheet_block_posts_style1 .right-posts-wrapper .post-thumb img {
        width: 100%;
    }
    .widget.moheet_category_posts_slider {
        width: 100%;
        margin-right: 0;
    }
    .moheet_category_posts_slider .post-thumb a img {
        display: block;
        max-width: 500px;
        margin: 0 auto; 
    }
    /******featured slider section******/
    .site-content .homepage-slider-section .widget_moheet_featured_slider .lSSlideOuter .lightSlider,
    .fw-single-slide, 
    .widget_moheet_featured_slider .slide {
        height: 260px !important;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section,
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section{
        width: 100%;
        float: none;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section .lSSlideOuter li.slide img{
        width: 100%;
    }
    .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article:first-child{
        width: 100%;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section:after{
        clear: both;
        content: "";
        display: block;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .slider-section{
        margin-bottom: 3px;
        height: auto;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.left .post-caption .featured-small-font,
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article.right .post-caption .featured-small-font{
        left: 10px;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .post-caption{
        left: 10px;
        bottom: 10px;
    }
    .site-content .homepage-slider-section .widget_moheet_featured_slider .featured-post-section .featured-article .post-caption span.post-tags-links{
        margin-bottom: 0;
    }
    .moheet_fullwidth_slider {
        height: auto;
    }
    /*******block post wrapper********/
    .moheet_block_posts_style1 .left-post-wrapper, 
    .moheet_block_posts_ajax .left-post-wrapper,
    .widget.moheet_block_posts_style1 .right-posts-wrapper, 
    .widget.moheet_block_posts_ajax .right-posts-wrapper{
        width: 100%;
        float: none;
    }
    .moheet_block_posts_style1 .left-post-wrapper .single-post, 
    .moheet_block_posts_ajax .left-post-wrapper .single-post{
        padding-bottom: 25px;
    }
    
    .moheet_block_posts_carousel .block_crs_layout_2 .lSSlideOuter .lightSlider {
        height: 315px !important; 
    }
    /************/
    .homepage-content-wrapper .moheet-main-content .widget.moheet_block_posts_column, 
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .widget.moheet_block_posts_column,
    .widget.moheet_category_posts_list{
        width: 100%;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper .slide-content{
        display: none;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title, 
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper h2.slide-title a{
        font-size: 14px;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper{
        padding:20px;
        padding-top: 30px;
    }
    /*youtube section*/
    .moheet_youtube_playlist .video-playlist-wrapper .youtube-inner-wrapper #video-placeholder{
        width: 100%;
    }
    .moheet_youtube_playlist .video-playlist-wrapper .video-list-wrapper{
        width: 100%;
    }
    /*shotcodes*/
    .ap-span3,
    .ap-span2,
    .ap-span1{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .ap_column{
        margin-left: 0;
    }
    .no-sidebar-center #primary{
        width: 100%;
    }

    .homepage-fullwidth-wrapper .moheet-container .moheet_block_posts_column, 
    .homepage-bottom-fullwidth-wrapper .moheet-container .moheet_block_posts_column{
        width: 100%;
        margin-left: 0;
    }
    .entry-sharing .fa-facebook, .entry-sharing .fa-twitter {
        float: none;
    }
    .social-but-text {
        display: none;
    }
} 
@media (max-width: 520px) {
    .footer-widgets-wrapper.widget-column-4 .widget {
        width: 100%;
        float: left;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .widget.moheet_block_posts_list .single-post .post-thumb {
        width: 100%;
        margin-right: 0;
    }
    .moheet-related-wrapper .single-post {
        float: left;
        margin: 0 0 15px;
        width: 100%;
    }
    .widget.moheet_block_posts_style3 .block-post-wrapper.column3-layout .single-post {
        width: 100%;
        margin-right: 0; 
    }
    .widget.moheet_block_posts_style1 .right-posts-wrapper .single-post .post-thumb {
        width: 100%;
    }
    h3.featured-large-font a {
        font-size: 18px;
    }
    h3.featured-small-font a {
        font-size: 13px;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column2-layout .single-post,
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post,
    .widget.moheet_block_posts_style3 .block-post-wrapper.column2-layout .single-post,
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post {
        margin: 0;
        width: 100%;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .block-column-wrapper {
        margin: 0; 
    }
    .widget.moheet_block_posts_list .single-post .post-content-wrapper {
        width: 100%;
    }
    .widget.moheet_category_posts_slider .single-post .post-caption{
        left: 0;
        margin-left: 0;
        right: 0;
        margin: 0 auto;
    }
    .moheet-top-footer.footer_column_three .moheet-footer-widget{
        margin: 0;
    }
    .moheet-top-footer.footer_column_three .moheet-footer-widget-wrapper{
        margin-left: 0;
    }
    .archive.moheet-archive-layout3 article .layout3-content-wrapper .entry-content{
        padding-left: 20px;
    }
    .archive.moheet-archive-layout3 article .layout3-content-wrapper .left-wrap{
        width: 15%;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post,
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post:nth-child(3n),
    .widget.moheet_block_posts_style3 .block-post-wrapper.column3-layout .single-post {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post {
        display: block;
        margin-left: 0;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .single-post{
        margin: 0;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column3-layout .block-column-wrapper{
        margin-left: 0;
    }
    /********************/
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(3n){
        margin-right: 0;
    }
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        width: 100%;
        margin-right: 0;
    }
    .homepage-bottom-content-wrapper .moheet-bottom-main-content .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(2n){
        margin-right: 0;
    }
    /******fullwidth style3 post******/
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post{
        width: 100%;
        margin-right: 0;
    }
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post + .single-post,
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post + .single-post + .single-post + .single-post{
        margin-right: 0;
    }
    .widget.moheet_block_posts_style3 .block-post-wrapper.column4-layout .single-post + .single-post + .single-post{
        margin-right: 0;
    }
    /**************/
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title{
        
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title a{
        margin-bottom: 2px;
        font-size: 18px;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title{
        margin-bottom: 5px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title:hover{
        color: #4db2ec;
    }
    .moheet_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper{
        top: auto;
        transform: none;
        -webkit-transform:none;
        -ms-transform:none;
        -moz-transform:none;
        transform: none;
        bottom: 10px;
        width: 95%;
    }
    /*******fullwidth block post with left right sec***********/
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post .post-meta, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post .post-meta,
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .single-post .cat-links, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .single-post .cat-links,
    .widget.widget_moheet_featured_slider .featured-post-section .featured-article.left .post-caption .cat-links,
    .widget.widget_moheet_featured_slider .featured-post-section .featured-article.right .post-caption .cat-links{
        display: none;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .left-wrap .post-content-wrapper h3 a, 
    .moheet_fullwidth_block_posts .fw_block_layout_2 .single-posts-wrapper .right-wrap .post-content-wrapper h3 a{
        font-size: 13px;
    }
    /******************************************************/
    .widget.moheet_block_posts_list .single-post .post-thumb,
    .widget.moheet_block_posts_list .single-post .post-content-wrapper {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    /*comment section*/
    .comments-area ol ul{
        margin-left: 5px;
    }
    .comments-area ol ul.children li .comment-author{
        margin-right: 10px;
    }
    .single .layout3-content-wrapper .layout3-postmeta{
        width: 15%;
    }
    .single .layout3-content-wrapper .entry-content{
        width: 85%;
        padding-left: 10px;
    }
    /*******typography *********/
    .alignleft,
    .alignright{
        float: none;
        margin: 15px 0 15px 0;
        display: block;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li span.cat-links, 
    .moheet_fullwidth_slider .fw_slider_layout_1 .lSSlideOuter ul li span.post-tags-links{
        display: none;
    }
    .moheet_fullwidth_slider .fw_slider_layout_1 .slide-info-wrapper{
        padding: 10px 15px;
    }
    /************/
    .widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post{
        width: 100%;
        margin-left: 0;
    }
    .widget.moheet_block_posts_style2 .block-post-wrapper.column4-layout .single-post:nth-child(2n+1){
        margin-left: 0;
        clear: none;
    }
}
@media (max-width: 400px) {
    .moheet-top-header .top-navigation {
        display: none;  
    }
    .moheet-top-header .social-profiles {
        width: 100%;
        text-align: center;
    }
    .slide-info-wrapper span.cat-links, 
    .slide-info-wrapper span.post-tags-links {
        display: none;
    }
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        width: 100%;
        display: inline-block;
    }
    .post-navigation .nav-links .nav-previous {
        border-bottom: 1px solid #efefef;
        border-right: none;
    }
    .post-navigation .nav-links {
        padding: 0; 
    }
    .post-navigation .nav-links .nav-next {
        border-left: none;
    }
    /*********fullwidth block post**********/
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post{
        margin-right: 0;
        width: 100%;
    }
    .moheet_fullwidth_block_posts .fw_block_layout_1 .single-post:nth-child(2n){
        margin-right: 0;
    }
    /*****************/
    #secondary .widget_search label{
        width: 80%;
    }
    #secondary .widget_search input.search-submit{
        width: 20%;
    }
}
