/*!
Theme Name: eBlog Lite Pro
Theme URI: http://spiderbuzz.com/wordpress-themes/eblog-lite 
Author: spiderbuzz
Author URI: http://spiderbuzz.com/
Description: eBlog Lite is modern, clean, colorful and responsive blog theme. It can be used for blogs, informative, news and other creative websites. It uses an amazing WordPress Customizer for theme options.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eblog-lite-pro 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,blog

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.

eBlog Lite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*

1. Normalize
  
-----------------------------------------
2. General Styles
  2.1 Links
  2.2 Typography
  2.3 Accessibility
  2.4 Forms
  2.5 Placeholder
  2.6 Button
  2.7 Clearings
  2.8 Table

-----------------------------------------
3. Header
  3.1 Header Top Bar
  3.2 Header Nav Bar

-----------------------------------------
4. Sidebar
  4.1 Widget
  4.1 Widget_archive
  4.2 Widget_calendar
  4.3 Widget_categories
  4.4 Widget_nav_menu
  4.5 Widget_meta
  4.6 Widget_pages
  4.7 Widget_recent_comments
  4.8 Widget_recent_entries
  4.9 Widget_rss
  4.10 Widget_search
  4.11 Widget_tag_cloud
  4.12 Widget_text

-----------------------------------------
5. Primary
  5.1 Articles

-----------------------------------------
6. Footer
  6.1 Site Info

-----------------------------------------
7. Content
  7.1 Alignments
  7.2 Posts and Pages
  7.3 Asides
  7.4 Comments
  7.5 404 page
-----------------------------------------
8. Infinite scroll

-----------------------------------------

9. Media
  9.1 Captions
  9.2 Galleries

========================================= 

/* ====================================================== */
/* 1 Normalize */
/* --------------------------------------- */

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

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body,
button,
input,
select,
textarea {
  position: relative;
  color: #333333;font: normal 15px/22px 'Lato', sans-serif, Arial;background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}


img {
    max-width: 100%;
    height: auto;
    border: 0;
}

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

embed,
iframe,
object,
video {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

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

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

[hidden],
template {
  display: none;
}

@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

/* ====================================================== */
/* 2 General Styles */
/* --------------------------------------- */

/* Links */
/* --------------------------------------- */
a, 
button, 
input[type="submit"] {
    transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;border: none;text-decoration: none;
  color: #d85c5a;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
  color: #da5c5b;
}

/* Typography */
/* --------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;

}

h3{
  font-size: 16px !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

p {
    margin-bottom: 15px;
}

p a{
  text-decoration: underline;
}

q, 
blockquote p {
    quotes: "“" "”" "‘" "’";color: #787878;
}

q::before, 
q:before, 
blockquote p::before {
    content: open-quote;
}

q::after,
q:after, 
blockquote p::after {
    content: close-quote;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var,
samp {
  font-family: 'Lato', Arial;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media only screen and (max-width: 479px){
  h1 {
    font-size: 28px;
  }
}

/* Accessibility */
/* --------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

/* Forms */
/* --------------------------------------- */

form {
  position: relative;
}

input {
  outline: 0;
  border: 1px solid #dddddd;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 8px 15px;
  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;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  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: 14px;
  line-height: 1;
  padding: 10px 15px 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-appearance: button;
  cursor: pointer;
  vertical-align: top;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  background-color: #F7F7F7; 
  box-sizing: border-box;
  padding: 8px 5px 8px 15px;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  background-color: #ffffff; 
  -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;
  width: 100%;
}

optgroup {
  font-weight: bold;
}
select:focus{
  outline: none;
}
/* Placeholder */
/* --------------------------------------- */

::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}

/* Button */
/* --------------------------------------- */

button {
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
  overflow: visible;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Table */
/* ----------------------------------------------- */

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

del {
  opacity: 0.8;
}
dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}
dd a{
  text-decoration: underline;
}

/* ====================================================== */
/* 3 Header */
/* --------------------------------------- */

/* Header Top Bar */
/* ----------------------------------------------- */

.site-header {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  /*padding-top: 20px;*/
}

@media screen and (max-width: 1200px){
  .top_header_menu .main-navigation a {
      padding : 0 12px;
      font-size: 12px;
  }  
  
  .more-text-hide {
    white-space: nowrap; 
    width: 5em; 
    overflow: hidden;
    text-overflow: ellipsis; 
 }
}


@media screen and (max-width: 767px){
    .site-header{
        border-bottom:1px solid gray;
    }
}

.site-branding {
    width: 40%;
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.header-add {
    width: 60%;
    float: right;
    height: 110px;
    padding: 10px;
}


.site-description {
  color: rgb(153, 153, 153);
  font-size: 22px;
}

@media only screen and (max-width: 1170px){
  .site-branding{
      width: 40%;
      margin: 0 auto;
      padding: 0; 
  }
}




/* header-nav-bar */
/* ----------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #333333;
} 

.main-navigation .nav-menu{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

button.navbar-toggle.collapsed {
    margin-top: 0;
    position: absolute;
    right: 0;
}
nav#site-navigation {
    position: relative;
}
@media only screen and (max-width: 1170px){
  .main-navigation .nav-menu{
      width: 100%;
      margin: 0 auto;
      padding: 0; 
  }
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  border-left: 1px solid #383838;
  color: #ddd;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 3em;
  left: -999em;
  z-index: 99999;
  background: #212121;
}


.main-navigation ul ul ul {
  top: 0;
}
/*.main-navigation ul ul ul ul ul ul{
  left: -400px;
}*/
.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li:hover > a {
  background: #212121;
}
.main-navigation ul ul a {
  color: #fff;
}
.main-navigation ul ul a:hover {
  background: #151515;
  color: #fff;
}
.main-navigation ul li > ul {
  padding: 0;
}
.main-navigation ul li:hover > ul {
  left: auto;
  top: 100%;
  width:auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  background: #212121;
}

/* Small menu. */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle {
    border: 1px solid #cccccc;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation li {
    float: none;
    display: block;
    border-top: 1px solid #565656;
  }

  .main-navigation{
    background: transparent;
  }

  .main-navigation.toggled .nav-menu {
    background: none repeat scroll 0 0 #333333;
  }

  .main-navigation ul ul {
    background: none repeat scroll 0 0 #333333;
    display: block;
    float: none;
    position: static;
    text-align: left;
    box-shadow: none;
  }

  .main-navigation ul ul li{
    padding-left: 0;
  }
  article.post figure.item {
    min-height: 250px;
  }
  .main-navigation ul ul li a {
    display: block;
    width: auto;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ====================================================== */
/* Sidebar */
/* --------------------------------------- */

.widget {
  margin: 0 0 3.5em;
}

.widget-title,
.widgettitle {
  background: none repeat scroll 0 0 rgb(241, 242, 243);
  font-size: 18px;
  padding: 12px 15px;
  text-transform: uppercase;
}

.widget ul{
  padding-left: 0;
  list-style: none;
}

.widget li {
  border-top: 1px solid #ededed;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Make sure select elements fit in widgets. */

.widget select {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  max-width: 100%;
  padding: 8px 15px;
}
@media only screen and (max-width: 767px){
  #secondary {
    margin-top: 60px;
  }
}

/* Search widget. */
/* ------------------------------------ */


/* widget_archive */
/* ------------------------------------ */


/* widget_calendar */
/* ------------------------------------ */

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  border: 1px solid #ededed;
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-family: "Lato", serif;
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

/* widget_categories */
/* ------------------------------------ */
  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.4688em 0 0 1em;
    padding-top: 0.4688em;
  }




/* widget_recent_entries */
/* ------------------------------------ */

.widget_recent_entries .post-date {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  display: block;
}

/* widget_rss */
/* ------------------------------------ */

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}




/* ====================================================== */
/* Primary */
/* --------------------------------------- */


/* Aricles */
/* ------------------------------------ */

.blog article.hentry,
#blog-post article.hentry, 
.search article.hentry, 
.archive article.hentry, 
.tag article.hentry, 
.category article.hentry, 
#ak-blog-post article.hentry {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.cat-links {
  border-right: 1px solid #333333;
  padding-right: 10px;
}

.tags-links {
  padding-left: 10px;
}

.posted-on a,
.cat-links a,
.tags-links a,
.author a{
  font-weight: 700;
}

.edit-link {
  margin-left: 15px;
}

.edit-link a {
  color: #999999;
  font-weight: 700;
  text-decoration: underline;
}

.edit-link a:hover, .edit-link a:focus{
  color: #333333;
}

/* ====================================================== */
/* Footer */
/* --------------------------------------- */

/* Site Info */
/* --------------------------------------- */
.widget_eblog_lite_pro_grid_post_area img.img-responsive,
.widget_eblog_lite_pro_sidebar_list_widget_area img.img-responsive,
.footer-widget img.img-responsive {
    width: auto;
}

.widget_eblog_lite_pro_sidebar_list_widget_area img.img-responsive {
    margin-top: 5px;
}

#sliderSection .widget {
    margin: 0 0 20px 0;
}

.site-info {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: right;
}

.site-info a{
  font-weight: 700;
}

.footer-widget .widget {
    margin: 0;
}

.footer-widget .section-meta h3.meta-title a {
    line-height: 16px;
}

.footer-widget h2.widget-title {
    padding: 12px 15px 12px 0;
}

.footer-widget .section-meta h3.meta-title a {
    color:  #fff;
}

.footer-widget .section-meta span.meta-date {
    color:  #fff !important;
}

.footer-widget .section-meta span.meta-viewer {
    color:  #fff !important;
}

/* ====================================================== */
/* Content */
/* --------------------------------------- */

/*fix 1170px width content start*/
.site-content{
  width: 1170px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

/*full width content ends*/

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

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

/*page links/pagination*/

.page-links {
  clear: both;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 2em;
}

.page-links a,
.page-links > span {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  height: 2em;
  line-height: 2;
  margin: 0 3px 3px 3px;
  text-align: center;
  width: 2em;
}

.page-links a {
  background-color: #f7f7f7;
  color: #333;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  border-color: transparent;
  color: #fff;
}

/* Asides */
/* --------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Comments */
/* --------------------------------------- */

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
}

.comment-author .avatar {
    float: left;
    height: 32px;
    margin-right: 0.8em;
    width: 32px;
    border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px;
}

.comment-metadata,
.pingback .edit-link {
    color: #999999;
    font-weight: 700;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}
.comment-metadata a.comment-edit-link:hover{
    border-bottom: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    color: #707070;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.6167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}
.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: 'Lato', 'Open sans';
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: auto;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Posts and Pages */
/* --------------------------------------- */

.error404 #primary {
  width: 100%;
}

.error404 .search-form{
  margin-bottom: 30px;
}
/* ====================================================== */
/* Infinite scroll */
/* --------------------------------------- */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

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

/* ====================================================== */
/* Captions */
/* --------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow:hidden;
}

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

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

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

/* ====================================================== */
/* Galleries */
/* --------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

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

@media only screen and (max-width: 767px){

.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  max-width: 100%;
}
}

@media only screen and (max-width: 480px){
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  max-width: 100%;
}
}






/*footer Setting Css */
.site-info a {
    color: #fff;
}

.site-footer {
    background-color: #333;
    color: #fff;
    margin-top: 20px;
    clear: both;
}

/*footer widget */
.footer-widget {
    background-color: #5d5d5d;
    padding-top: 10px;
}

.footer-widget h2.widget-title {
    background-color: #5d5d5d;
    color: #fff;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.footer-widget li {
    border-top: none;
    padding-left: 20x;
    padding-left: 20px;
}

.footer-widget li a{
	color:#fff;
}

/*footer Social Linsk */

 .footer-social ul.inline-mode li{
 	list-style: none;
 	float: left;
 	margin-left: 5px;
 }
 .footer-social ul.inline-mode li
 a{
 	border-radius: 3px;
 	color: #fff;
 	font-size: 16px;
 	margin: 8px 0 0 15px;
 	display: inline-block;
 	text-align: center;
 	vertical-align: middle;
 }

 .footer-social ul.inline-mode li
 a i.fa-facebook:hover{
 	color:#3B5998;
 }
 .footer-social ul.inline-mode li
 a i.fa-google-plus:hover{
 	color:#DC4E41;
 }
 .footer-social ul.inline-mode li
 a i.fa-twitter:hover{
 	color:#55ACEE;
 }
 .footer-social ul.inline-mode li
 a i.fa-rss:hover{
 	color:#F78007;
 }
 .footer-social ul.inline-mode li
 a i.fa-linkedin:hover{
 	color:#005397;
 }
 .footer-social ul.inline-mode li
 a i.fa-instagram:hover{
 	color:#A11D95;
 }


/*page links/pagination*/

.navigation .nav-links {
	clear: both;
	font-family: "Lato", sans-serif;
	margin-top: 2em;
	margin-bottom: 2em;
}

.navigation .nav-links a,
.navigation .nav-links > span {
	border: 1px solid #5d5d5d;
    display: inline-block;
    font-size: 16px;
    height: 2em;
    line-height: 2;
    margin: 0 3px 3px 3px;
    text-align: center;
    width: 2em;
    border-radius: 5px;
}

h2.screen-reader-text {
	display: none;
}

.navigation .nav-links a {
	background-color: #f7f7f7;
	color: #333;
}

.navigation .nav-links a:hover,
.navigation .nav-links a:focus {
	background-color: #707070;
	border-color: transparent;
	color: #fff;
}

.wraper-pagination{
	text-align: center;
}



.navigation .nav-links a:hover, .navigation .nav-links a:focus {
	background-color: #5d5d5d;
    border-color: #5d5d5d;
	color: #fff;
	font-weight: bold;
}
nav.navigation.pagination.stick .current {
	background: #1ccca9;
	color: #fff;
	font-weight: bold;
}

.current {
    background-color: #5d5d5d;
    color: #fff;
    font-weight: bold;
}


/*widget Tag */
.widget.widget_tag_cloud a {
    display: inline-block;
    white-space: nowrap !important;
    margin: 0 4px 9px 0;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #fff;
    transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    font-size: 12px !important;
    font-weight: bold;
}

.footer.widget.widget_tag_cloud a:hover{
  background-color: #d85c5a;
  color: #fff;
  border: 1px solid #d85c5a;
} 

.site-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #1ccca9;

}

.site-title  a{
	text-decoration: none;
	    font-weight: bold;
}

.footer-social {
    line-height: 3;
}


 .entry-more a {
	border: 2px solid #333333;
    color: #fff;
    padding: 8px 25px;
    background: #333333;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
 .entry-more {
	margin: 25px 0 10px;
}
.entry-more a:hover {
  background: #e26666;
  border: 2px solid #e26666;
}

.header-social {
    float: right;
}

.pagination {
    display: inline;
    padding-left: 0;
    margin: 10px 0; 
    border-radius: 4px;
}

.site-info {
    text-align: right;
}

/*Header Toggle Buttom */

button.navbar-toggle span {
  background: black;
}

button.navbar-toggle {
  border: 1px solid #333333;
}

@media  (max-width: 425px) {
  .header-add {
     height: 10px; 
  }
}

.navbar-toggle{
  top: -50px;
}


/********************************************************************************
*                             Nav Section
**********************************************************************************/

#navArea {
  float: left;
  display: inline;
  width: 100%;
  background-color: #333;
}

.navbar {
  border: medium none;
  border-radius: 0
}

.navbar-inverse .navbar-nav > li:first-child a {
  border: none
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff
}

.main-nav ul li a {}

.navbar-collapse {
  padding-left: 0
}

.mobile-show {
  display: none
}

.desktop-home {
  display: block;
  font-size: 20px;
}

.dropdown-menu {
  background-color: #222
}
.dropdown-menu li {
  width: 100%;
} 
.dropdown-menu li a {
  width: auto;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff
}

#newsSection {
  float: left;
  display: inline;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
  padding-bottom: 20px
}
/****/

#header {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px
}

.header_top {
  background-color: #2c2c2c;
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%
}

.header_top_left {
  float: left;
  display: inline;
  width: 50%
}

.top_nav {
  text-align: left
}

.top_nav li {
  display: inline-block
}

.top_nav li a {
  display: inline-block;
  border-right: 1px solid #333;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.top_nav li a:hover {
  background-color: #d083cf
}

.header_top_right {
  float: left;
  display: inline;
  width: 50%;
  text-align: right
}

.header_top_right > p {
  color: #fff;
  display: inline-block;
  float: right;
  font: bold 12px sans-serif;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 8px;
  padding-top: 20px
}

.header_bottom {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 15px 30px 15px;
  width: 100%
}

/********************************************************************************
*                           Category Layout
********************************************************************************/


.category-gadgets article.hentry {
  margin-left: 30px;
}

.category-gadgets .widget {
    padding-right: 30px;
}

.category-fashion .widget {
    padding-right: 30px;
}

.category-gadgets h2.entry-title a {
    margin-top: 0;
    line-height: 20px;
}

.category-gadgets span.comments-link {
    margin-left: 10px;
}

.category-gadgets span.posted-on {
    margin-left: 5px;
}

.category-business .meta-content p {
    color: #fff;
}

.single_category {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  margin-top: 18px
}
.related-post figure.post-image {
    max-height: 175px;
    overflow: hidden;
}
.category_title {
  float: left;
  display: inline;
  width: 100%;
  background-image: url("images/header_dot.png");
  background-repeat: repeat;
  text-align: center
}

.category_title a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 15px
}

.single_category_inner {
  float: left;
  display: inline;
  width: 100%;
  margin-top: 8px;
}

.catg_nav li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 48.4%;
  margin-bottom: 5px
}

.catg_nav li:nth-child(2) {
  margin-right: 0
}

.catg_nav li:nth-child(4) {
  margin-right: 0
}

.catgimg_container {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 8px
}

.catg1_img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate3d(0px, 0px, 0px)
}

.catg1_img:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.catg_title {
  color: #111;
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 7px
}

.catg_title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  margin-right: 5px
}

/**
*Category List
*/

.category_three_fourarea {
  float: left;
  display: inline;
  width: 100%
}

.category_three {
  float: left;
  display: inline;
}

.catg_nav3 li {
  width: 100%
}

.catg_nav3 .catgimg_container {
  width: 100%
}

.catg3_bottompost {
  float: left;
  display: inline;
  width: 100%;
  margin-top: 10px;
  margin-bottom:10px;
}

.catg3_snav li {
  border-top: 1px solid #f1f1f1;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px
}

.catg3_snav .media-left {
  width: 70px;
  height: 70px
}

.catg3_snav .media-left:hover {
  opacity: 0.75
}

.catg3_snav .media-left > img {
  width: 100px;
  height: 100%;
}


/**
*Responsive Image Size
*/
.img-responsive {
    display:inline-block; 
    width: 100%;
}

/**
* dispaly Post Header 
*/

.section-head {
    border-bottom: 3px solid #da5c5b;
    position: relative;
    margin-bottom: 10px;
    padding: 1px 0px;
}
.view-all,
.more-posts {
    float: right;
    display: inline-block;
    background: #da5c5b;
    padding: 0px 15px;
    border: 1px solid #da5c5b;
    position: absolute;
    top: 2px;
    right: 0;
}


.view-all a,
.more-posts a {
  color: #fff;
  font-weight: 600;
}

/********************************************************
*
********************************************************/
.dropdown-menu {
    display: inline-block;
    width: 100%;
}


.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

/**********************************************************
*                   Slider
**********************************************************/
figure.post-image-slide {
  position: relative;
}
figure.post-image-slide img {
    width: 100%;
}



.flex-control-thumbs li {
  float: left;
  padding-right: 10px;
}

.flex-control-thumbs {
  margin-left: 15px;
  list-style: none;
  display: inline-block;
}
/**********************************************************
*                     Article Post
***********************************************************/
article.post-article {
  margin-bottom: 10px;
  position:relative;
}
article.post{
    position:relative;
}
.section-main {
    display: inline-block;
    margin-top: 5px;
}

.meta-title{
  display: inline-block;
  width: 100%;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}


.post-grid {
  margin-bottom: 10px;
}

.thumbnail-post-slider .section-meta-slie {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 15px;
}

.thumbnail-post-slider h3.meta-title {
    color: #fff;
}

.thumbnail-post-slider span.meta-date {
    color: #fff;
}

.thumbnail-post-slider .post-image-slide {
    margin: 0;
} 

.thumbnail-post-slider .section-meta-slie h3.meta-title a {
    color: #fff;
}

.thumbnail-post-slider .section-meta-slie span.meta-date {
    color: #fff !important;
}

.thumbnail-post-slider .section-meta-slie span.meta-viewer {
    color: #fff!important;
}

.thumbnail-post-slider .section-meta-slie span.meta-viewer i {
    margin-right: 8px;
}


/*****************************
*      MetaBox
*****************************/
/*.section-meta {*/
/*    padding: 0;*/
/*}*/

.section-meta p.meta-content {
    margin-bottom: 5px;
}

/*.section-meta h3.meta-title a {*/
/*    font-size: 15px;*/
/*    line-height: 20px;*/
/*}*/

.section-meta span.meta-viewer, {
  margin-right: 10px;
  font-size: 12px;
  color: #5c5c5c;
}

.section-meta span.meta-viewer i {
  margin: 0px 5px;
}

/**title */
.section-title h2 {
  color: #da5c5b;
}


/***
* Date
*/
span.meta-date,
span.meta-viewer {
  font-size: 13px;
  color: #5c5c5c;
  margin-right: 2px;
}
span.meta-date .fa-clock-o {
    margin-right: 3px;
}
/***************************
* Category
*****************************/
span.meta-category ul {
  list-style: none;
  margin: 0px 5px;
  padding: 5px 0px 0px 0px;
  position: absolute;
  top: 0px;
}
ul.post-categories li {
  display: inline-block;
  padding: 3px;
}

span.meta-category ul li a,
ul.post-categories li a
 {
  background: #da5c5b;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
}

/**
* Category Post
*/
.ptp-1-overlay {
  position: absolute;
  top: 0;
}

figure {
  margin: 0 0 5px 0;
  position: relative;
}

a.category-tp-1 {
  background: #da5c5b;
  color: #fff;
  padding: 4px 10px;
  font-weight: 500;
}

.mp-section.row div {
  margin-bottom: 10px;
}


/**
*  Tab Section 
*/

.filters {
  color: #929292;
  position:relative;
}
.filters-list-1, .filters-list-2 {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.pst-block-main {
  display: inline-block;
  margin: 20px 0 0 0;
}
.pst-block-main img {
  width: 100%;
}

.filters ol, .filters ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  list-style: none;
}
.filters-list-1 li, .filters-list-2 li {
  float: left;
}
.filters-list-1 a:hover, .filters-list-2 a:hover, .filters-list-1 a.active, .filters-list-2 a.active {
  color: #da5c5b;
}

.filters-list-1 a, .filters-list-2 a {
  color: #7c7c7c;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

.pst-block-head {
  height: 40px;
}


/**
* Search Form
*/
.cf:before, .cf:after{
  content:"";
  display:table;
}

.cf:after{
  clear:both;
}

.cf{
  zoom:1;
}    

/* Form wrapper styling */
.search-wrapper {
width: 220px;
margin: 45px auto 50px auto;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

/* Form text input */
/** search field **/
.searchform {
  float: right;
  width: 300px;
  height: 50px;
  line-height: 40px;
  top: 165px;
  right: 104px;
  padding: 0 15px;
  cursor: default;
  /* background: #333333; */
  position: absolute;
}

.searchlink.open .searchform {
  display: block;
}

#search {
  display: block;
  position: relative;
}
 
#s {
  width: 270px;
  background: #272727;
  padding: 8px 11px;
  border: 0;
  color: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
 
.sbtn {
  display: block;
  position: absolute;
  right: 18px;
  top: 0px;
  background: none;
  border: none;
  color: #da5c5b;
  font-size: 1em;
  cursor: pointer;
}

/**
* Slider Sections
*/
.figure.home-page-slider {
  position: relative;
}

.section-meta.home-page-slider-metabox {
  position: absolute;
  bottom: 0;
  width:100%;
  padding:0 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

.section-meta.home-page-slider-metabox h3.meta-title a {
    color: #fff;
}

.section-meta.home-page-slider-metabox span.meta-date {
    color: #fff !important;
}

.section-meta.home-page-slider-metabox span.meta-viewer {
    color: #fff !important;
}

ol.flex-control-nav.flex-control-paging {
  display: none;
}

.post-section span.breaking-news {
  background-color: #da5c5b;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
}

.flexslider_tranding ul li {
  margin-left: 2px;
}



/*li.flex-nav-prev {*/
/*  position: absolute;*/
/*  top: 150px;*/
/*  left: 25px;*/
/*}*/


/*li.flex-nav-next {*/
    
/*  position: absolute;*/
/*  top: 150px;*/
/*  right: 25px;*/
/*}*/



/**
* Category Post
*/
article.post figure.item {
    max-height: 250px;
    overflow: hidden;
}
span.meta-category {
  position: absolute;
  top: 10px;
  left: 10px;
}
.category-widget span.meta-category{
  width:max-content;
}

.colorful-cat a {
	background: #333 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 0 8px;
	position: relative;
	z-index: 1;
  font-weight: 600;
}
.colorful-cat a:before {
	content: "";
	background: rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}
.colorful-cat a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.colorful-cat a.red-cat {
	background: #e44332;
}
.colorful-cat a.blue-cat {
	background: #1e7df2;
}
.colorful-cat a.green-cat {
	background: #14b314;
}
.colorful-cat a.orange-cat {
	background: #f97b00;
}
.colorful-cat a.pink-cat {
	background: #e60d9b;
}


/**********************************
*         Breadcrumbs
***********************************/
.breadcrumbs {
  height: 200px;
}
.breadcrumbs-figure a {
  color: #fff;
}
.breadcrumbs-figure {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 50px 0px;
}

/**
* slider Load Js
*/
li.flex-active-slide {
    position: relative;
}
.flexslider_tranding {
  height: 20px;
  margin: 10px;
}



/** Home Slider */
.flexslider_home {
  height: 460px;
}





/**
*   Tab Section 
*/
.pst-block-head {
    height: 40px;
    border-bottom: 3px solid #da5c5b;
}

ul.filters-list-1 li a {
      padding: 7px 16px 8px;
}

ul.filters-list-1 li a.active,
ul.filters-list-1 li a:hover{
  background-color: #da5c5b;
  color: #fff;
}


.section-title h2 {
    background-color: #da5c5b;
    display: inline;
    color: #fff;
    padding: 4px 10px;
    font-size: 20px;
}
/**
* Slider Content
*/
.slider_container {
    margin: 10px 0px;
}

/**
* Category Meta
*/
.post-image.post-list-image {
  position: relative;
}
.meta-category.post-list-category {
  position: absolute;
  top: 9px;
  left: 0;
}

ul.flex-direction-nav {
    list-style: none;
}
.thumbnail-post-slider,
.oneLine_Slider,
.categorySlider,
.single_Post,
.flexslider_tranding,
.flexslider_home{
    /*display:none;*/
}

ul.slides li {
    display: none;
}

/* add css */
.mega-menu span.meta-viewer,
.mega-menu{
  color:#fff !important;
}
.mega_menu ul.dropdown-menu li a {
  width: auto;
}
.mega-menu .date-tp-2 {
    float: right;
}

footer.entry-footer {
    margin: 10px 0;
}
.main-content {
  padding: 20px 0;
}
.td-paragraph-padding-1 {
  padding-top: 10px;
}
.form-submit input#submit {
    background: #222;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
.post .section-meta {
  padding: 10px 0;
}

.admin-bar #sliderSection .widget {
    margin: 50px 0 23px 0;
}
section#search-2 {
    margin-top: 20px;
}
.widget_search input.search-submit {
    width: 30%;
    box-shadow: none;
    background: #222;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    padding: 15px;
    border: none;
    text-align: center;
}
.search-form label {
    width: 68%;
    display: inline-flex;
}
.widget_search input {
  padding: 12px;
}

ul.dropdown-menu.has-megamenu {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
}
ul.dropdown-menu.has-megamenu li a {
    line-height: 24px;
    border-left: none;
    background: none;
}
.service .equal_height {
  position: relative;
}
/*.post-section .section-meta {*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*}*/
.post-section .figure.post-image-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.meta-title a {
  line-height: 24px;
}
.slider-left-right-post .meta-title {
  margin: 5px 0;
}
ul.flex-direction-nav li.flex-nav-prev,
ul.flex-direction-nav li.flex-nav-next{
    padding: 10px 0;
    width: 80px;
    text-align: center;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-direction-nav .flex-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 0.7;
      left: 10px;
}
.flex-direction-nav a.flex-prev:before {
    font-family: "FontAwesome";
    font-size: 22px;
    display: inline-block;
    content: "\f053";
    margin: 12px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    font-family: "FontAwesome";
    font-size: 22px;
    margin: 12px;
    display: inline-block;
    content: "\f054";
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.eblog_lite_pro_slider_widget_area-9 li.flex-nav-prev,
.eblog_lite_pro_slider_widget_area-9 li.flex-nav-next {
    top: 59%;
} 

.flexslider_home .meta-title {
  margin-top: 30px;
}
.single_Post .meta-title {
    margin-top: 35px;
}
.thumbnail-post-slider .meta-title {
  margin-top:30px;
}

li.flex-nav-prev {
  float: left;
}

#cssmenu button {
  align-self: stretch;
  transition: all .4s ease-out;
  outline: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

#cssmenu button.hidden {
  transition: none;
  border-right: 0.5rem solid #000;
  width: 0;
  padding: 0;
  overflow: hidden;
}

#cssmenu button:after {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #151515;
  color: #f4f4f4;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.8);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1.5rem + -8px);
}

#more-menu ul.links {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  overflow: hidden;
}

#more-menu ul.links li {
  flex: none;
  list-style: none;
  padding: 1.2rem;
}

#more-menu ul.links li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
#more-menu ul.links li:hover {
  background: #000;
}

#more-menu ul.hidden-links {
  position: absolute;
  background: #ff3d2e;
  right: 0.1%;
  top: 100%;
  z-index: 11;
  width: 126px;
}

#more-menu ul.hidden-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#more-menu ul.hidden-links.hidden {
  display: none;
}

#more-menu ul.hidden-links li {
  list-style: none;
  padding: 0.8em;
}


li.flex-nav-prev, li.flex-nav-next {
    position: absolute;
    top: 40%;
}

li.flex-nav-next {
    right: 15px;
}

.thumbnail-post-slider {
    position: relative;
}

.thumbnail-post-slider li.flex-nav-prev, .thumbnail-post-slider li.flex-nav-next{
      top: 30%;
}

.flexslider_home .figure.home-page-slider img {
    height: 450px;
    object-fit: cover;
}

.section-meta.ecommerce-lite-post-list span.meta-category {
    position: relative;
    top: 0;
    left: 0;
}

.section-meta.ecommerce-lite-post-list .meta-content p {
    color: #000;
}

.section-main.archive_page_sidebar_layout {
    display: block;
}

.category-business .meta-content p {
    color: #202020;
}

.single_Post {
  position: relative;
}
.single_Post article.post.post-tp-4 .section-meta {
    position: absolute;
    bottom: 0;    
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 0;
}
.single_Post .section-meta h3.meta-title a,
.single_Post span.meta-date, 
.single_Post .meta-content p {
  color: #fff !important;
}
.single_Post li.flex-nav-next {
  right:0;
}
.oneLine_Slider {
  position: relative;
}
.oneLine_Slider .section-meta {
  padding:10px 0;
}
.oneLine_Slider li.flex-nav-next {
  right:0;
}
.oneLine_Slider .section-meta {
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    width: 100%;
}
.oneLine_Slider .meta-title a {
  color: #fff;
}
.oneLine_Slider article.post-article {
  margin-bottom: 0;
}

.oneLine_Slider .meta-title {
  margin-top: 40px;
}
#eblog_lite_pro_section-7 .more-posts,
#eblog_lite_pro_section-8 .more-posts,
#eblog_lite_pro_section-9 .more-posts,
#eblog_lite_pro_section-10 .more-posts{
  top: 13px;
}
#sliderSection .post-section {
  padding: 20px 0;
}
.trend-pst {
  position: relative;
}
.ajax-loader {
    position: absolute;
    left: 45%;
    top: 60%;
}
.homepage-widt-sidebar{
  position: sticky;
  top: 0;
}

div#page {
  background-color:#fff;
}
  
.post-section{
  clear:both;
}
.oneLine_Slider span.meta-viewer.pull-right {
  color: #fff !important;
  
}
.oneLine_Slider .meta-category.pull-left {
  position: initial;
  width: 90%;  
}
@media screen and (max-width: 992px) {
  .homepage-widt-sidebar{
    position: inherit;
    top: 0;
  }
}
 