/*
Theme Name: Anthein
Author: themewing
Theme URI: http://themewing.com/wordpress/anthein
Author URI: http://themewing.com/
Description: A Premium WordPress Bloging Theme
Version: 1.0
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, editor-style, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
Text Domain: anthein
*/

/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/*  Reset
================================================== */

html, body, div, span, applet, object, iframe,p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

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


ul, ol {
  padding: 0 20px;
  margin-bottom: 30px;
}

.btn-primary:focus,
.btn-primary:active,.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  box-shadow: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote {
  padding: 0;
  padding-left: 75px;
  border-left: 0;
  margin: 70px 0 60px 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  line-height: 30px;
}

blockquote p{
  font-style: italic;
  color: #000;
  font-size: 22px;
  z-index: 1;
  position: relative;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  float: left;
  left: 0;
  font-style: normal;
  font-size: 60px;
  position: absolute;
  color: #000;
  top: 5px;
}

.dropcap {
  color: #222;
  font-size: 48px;
  line-height: 48px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 0 15px 2px 0;
  position: relative;
  text-transform: uppercase;
}


/*  Typography
================================================== */
body {
    -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-position: top center;
  background-attachment: fixed;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #383634;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #f5f5f5;
}

/* Others font */
ul.main-menu li ul li a {
  color: #383634;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

ul.main-menu>li>a {
  line-height: 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

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

h1,h2 {
  margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
  color: #0a0a0a;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

p {
  margin: 0 0 25px;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

big {
  font-size: 110%;
  line-height: 180%;
}

dt {
  font-weight:bold;
  margin: 6px;
}

a:focus{
  outline: 0;
}

::selection {
  color: #fff;
  background-color: #2379ef;
}

/*-- Links --*/

a, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus{
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}


.btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
  outline: 0;
}


/* Button */

.btn-primary,
a.btn-primary,
.myblog-newsltter input[type=submit],
button, input[type=button],
input[type=reset],
input[type=submit],
.wpcf7-form-control.wpcf7-submit{
  font-size: 12px;
  color: #fff !important;
  border-radius: 2px;
  border: 0;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  transition: background 500ms linear;
  -webkit-backface-visibility: hidden;
  box-shadow: none;
}
a.btn-primary:hover,
.btn-primary:hover,
.myblog-newsltter input[type=submit]:hover,
button, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.wpcf7-form-control.wpcf7-submit:hover{
  color: #fff;
}

.btn-primary.more-link{
  margin-top: 15px;
}

.btn-primary.more-link:after{
  position: relative;
  content: "\f178";
   font-family: "FontAwesome";
   display: inline-block;
   color: #fff;
   font-size: 10px;
   font-style: normal;
   margin-left: 2px;
   opacity: 0;
   margin-left: -12px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.btn-primary.more-link:hover:after{
  opacity: 1;
  margin-left: 5px;
   padding-left: 5px;
}

/*-- Buttons --*/
.entry-content a.readmore-blog {
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  position: relative;
  font-weight: 400;
  line-height: 20px;
}
.entry-content img{
  display:block;margin:0 auto;
}

a.more-link {
  margin-top: 30px;
  font-size: 12px;
  margin: 30px 0 0;
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  position: relative;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  width: 190px;
  display: block;
}

.btn-simple {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
}
.btn-simple i {
  margin-left: 5px;
  font-size: 14px;
}
.btn-simple:hover {
  letter-spacing: 1.1px;
}
/*submit button*/

button, input[type=button],
input[type=reset],
input[type=submit] {
  padding: 15px 25px;
  margin-bottom: 0;
  border: none;
  line-height: normal;
  border-radius: 3px;
}
.wpcf7-form-control.wpcf7-submit {
  width: auto;
  padding: 12px 30px;
  margin-top: 0;
  margin-bottom: 0px;
}
.wpcf7 p {
  font-weight: 400;
}

/* Bootstrap Override
================================================== */
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Main Body
================================================== */


/* boxwith layout
================================================== */

body.boxwidth {
  margin: 0 auto;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}
body.boxwidth .thw-menubar-wrap.sticky-header {
  width: auto;
}

body.boxwidth .topbar >.container,
body.boxwidth .promo-box-wrap >.container,
body.boxwidth .header >.container,
body.boxwidth .grid-items >.container,
body.boxwidth .thwlatest-block >.container,
body.boxwidth .most-viewed-wrapper >.container,
body.boxwidth .thw-menubar-wrap >.container,
body.boxwidth .editor-viewed-wrapper >.container,
body.boxwidth .main-content >.container,
body.boxwidth .footer >.container,
body.boxwidth .footer-column >.container,
body.boxwidth .copyright >.container {
  padding: 0 40px;

}

@media (min-width: 768px) {
  body.boxwidth {
      width: 720px;
  }
}

@media (min-width: 992px) {
  body.boxwidth {
      width: 960px;
  }
}

@media (min-width: 1200px) {
  body.boxwidth {
      width: 1140px;
      max-width: 100%;
  }
}

/* Header
================================================== */

.entry-logo {
  display: inline-block;
}
.logo.site-header2 {
  margin-top: 10px;
}
.logo-slogan {
  margin-bottom: 0;
}
.logo-header-inner {
  line-height: 0;
}
.logo-text {
  margin-top: 0;
}

.contact-newsletter {
  line-height: 20px;
  font-size: 14px;
}

/* Header 1 */
.site-header {
  padding: 50px 0 40px;
  background: #fff;
}

.site-header-common #searchform {
  width: 55%;
  margin: 5px auto 0;
  display: inline-block;
  position: relative;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
}

.site-header-common #searchform:hover {
  width: 65%;
}

.site-header-common #searchform i {
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 12px;
}

/* personal header */
.profile-head-image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: inline-block;
}
.personal-head .navigation {
  border: none;
}
.header.personal-head {
  text-align: center;
}
.personal-header {
  max-width: 650px;
  margin: 70px auto 0;
}
.profile-head-content h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 15px 0;
}
.header.personal-head .navbar-collapse {
  padding-right: 0;
}
.header.personal-head ul.main-menu > li {
  padding: 0 20px;
}
.header.personal-head ul.main-menu > li:last-child {
  padding-right: 0;
}
.header.personal-head ul.main-menu > li:first-child {
  padding-left: 0;
}
.header.personal-head .navbar-header .navbar-toggle {
  margin-right: 55px;
  margin-left: 0;
}

.profile-head-content .profile-btn {
  display: inline-block;
  padding: 7px 20px;
  margin-top: 30px;
}

/* header 3 */
.header3 .logo-header-inner {
  margin-top: 10px;
}

.header.header3 .top-social {
    margin-top: 25px;
}

/* header 4 */
.header4 .logo {
  margin-top: 20px;
}

/* travel header */
.travel-title {
  text-align: center;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

/* Off canvas Menu
================================================== */
.navigation .row {
  position: relative;
}

body.display-header .thw-offcanvas {
  left: 0;
}

#header-trigger {
  position: absolute;
  left: 15px;
  top: 23px;
  z-index: 99999;
}

#header-trigger:hover{
  color:#000;
}

.thw-offcanvas {
  height:100%;
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 350px;
  z-index: 99999;
  left: -350px;
}

.admin-bar .thw-offcanvas {
  top:32px;
}

.display-header #header-trigger {
  left: 350px;
  top: 0;
  color: #000;
  position: fixed;
  background: #fff;
  padding: 20px 15px 20px;
  border-radius: 0 4px 4px 0;
  z-index: 99999;
}
.admin-bar.display-header #header-trigger {
  top:32px;
}
.display-header #header-trigger .icon-bar {
  background-color: #000;
}

.admin-bar .display-header #header-trigger {
  top:57px;
}

.thw-offcanvas,
.main-content {
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}

#header-trigger .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #383634;
  margin-bottom: 1px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.display-header #header-trigger .icon-bar {
  width: 24px;
}

.display-header #header-trigger .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  -ms-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
}
.display-header #header-trigger .icon-bar:nth-child(2),
.display-header #header-trigger .icon-bar:nth-child(5),
.display-header #header-trigger .icon-bar:nth-child(4) {
  opacity: 0;
}
.display-header #header-trigger .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
  -ms-transform: rotate(-45deg) translate(0px, 0px);
  transform: rotate(-45deg) translate(0px, 0px);
}

#header-trigger .icon-bar:nth-child(2) {
  width: 21px;
}

#header-trigger .icon-bar:nth-child(3) {
  width: 25px;
}

.display-header #header-trigger .icon-bar:nth-child(3) {
  width: 24px;
}

#header-trigger .icon-bar:nth-child(4) {
  width: 21px;
}

#header-trigger:hover .icon-bar {
 width: 21px;
}


/* Ul, ol, li */
.list-arrow {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 1px;
}

.list-arrow li {
    line-height: 24px;
}

.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
}

.list-arrow li, .list-arrow li a{
  color: #555;
}

.list-arrow.style2 li:before {
    content: "\f05d";
}

.unstyled{
  list-style: none;
  margin: 0;
  padding: 0;
}

/*Topbar
================================================== */

.topbar {
  padding: 9px 0;
}
.topbar-nav {
  padding: 0;
  margin: 0;
}
.topbar-nav li {
  display: inline-block;
  margin-right: 15PX;
}
.topbar .top-menu li a {
  text-transform: uppercase;
  font-size: 13px;
  transition: 400ms;
  -webkit-transition: 400ms;
  font-weight: 500;
}


/*site header 2
================================================== */
.headlayout1 .site-header-2 {
  margin-top: 10px;
}

.entry-banner.text-right {
  display: inline-block;
}

.site-aboutme {
  padding-right: 60px;
  color: #999;
  line-height: 20px;
  font-size: 12px;
}

.entry-aboutme img {
  width: 80px;
  border-radius: 4px;
  float: left;
  margin-right: 15px;
}

.siteaboutme .pull-left {
  padding-right: 20px;
}

.siteaboutme h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.siteaboutme span {
  line-height: 20px;
}
.site-header-greeting h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.site-header-greeting {
  padding-left: 60px;
  color: #999;
  line-height: 20px;
  font-size: 12px;
}

/*Seacrh
================================================== */
/*-- Search start --*/
.nav-search-quote {
  display: inline-block;
}
.nav-search{
  cursor: pointer;
  margin-left: 35px;
  color: #252525;
}
.topbar .nav-search {
  margin-left: 10px;
  border-left: 1px solid #dcdcdc;
  padding-left: 10px;
  font-size: 14px;
}
.topbar .nav-search-quote {
  margin-top: 0;
}

#home-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,53,53,.92);
    display: none;
    z-index: 9;
}

#home-search .form-control {
  position: fixed;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 60px;
  background: none;
  padding: 20px 25px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

#home-search .search-close {
  color: #fff;
  position: fixed;
  top: 113px;
  right: 18%;
  font-size: 36px;
  cursor: pointer;
}


/* header social share */

.search-social {

}
.search-social .social-button {
  display: inline-block;
  font-size: 14px;
}

.social-button li {
  display: inline-block;
  margin-left: 12px;
}

.social-button li a {
  color: #252525;
}

/* Main menu
================================================== */
.thw-menubar {
  position: relative;
}
.thw-menubar-wrap.menuabove{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
}
.thw-menubar-wrap .nav-search {
  margin-left: 10px;
  border-left: 1px solid #dcdcdc;
  padding-left: 10px;
  font-size: 16px;
}
.thw-menubar-wrap .nav-search-quote {
  margin-top: 0;
}
.thw-menubar-wrap .social-button li {
  font-size: 14px;
}
.thw-menubar-wrap .search-social {
  margin-top: 14px;
}
.menubelow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menubelow {
  border-top: 1px solid #eee;
}

.menubar.site-nav-inner {
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
}
.site-nav-inner .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
ul.main-menu li ul {
  z-index: 998;
}
ul.main-menu>li.menu-item-has-children a {
    position: relative;
}
ul.main-menu>li.menu-item-has-children>a:after{
  font-family: FontAwesome;
  position: absolute;
  clear: both;
  content: "\f107";
  display: block;
  font-size: 16px;
  right: -15px;
  top: 50%;
  margin-top: -27px;
}

ul.main-menu {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  display: block;
}

ul.main-menu > li {
  margin-right: 0;
  position: relative;
  padding-right:40px;
  float: none;
  display: inline-block;
}

ul.main-menu > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

ul.main-menu > li:first-child > a {
    padding: 0;
}

ul.main-menu > li:hover > ul.sub-menu,
ul.main-menu > li:hover > ul li ul{

}

ul.main-menu li > ul:before {
    top: -5px;
    left: 35px;
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 0.1em;
    color: #fff;
    text-shadow: 0 -0.05em 0 #e8e8e8;
}

ul.main-menu > li:hover > ul li ul:before {
  content: "\f0d9";
  top: 15px;
  left: -8px;
  text-shadow: -1px 0 0 #e8e8e8;
}

ul.main-menu > li:hover > ul {
  top: 0;
}
ul.main-menu li ul li ul {
  position: absolute;
  left: 200px;
  top:0;
}
ul.main-menu li > ul > li {
  float: none;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.main-menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 993;
  width: 220px;
  padding: 0;
}

ul.main-menu li ul li a {
  height: inherit;
  float: inherit;
  text-align: left;
  display: block;
  margin: 0 !important;
  z-index: 993;
  border-bottom: none;
  color: #444;
  letter-spacing: 1px;
  transition: color 300ms !important;
  -webkit-transition: color 300ms !important;
  padding: 3px 20px;
}

ul.main-menu li ul li:last-child a {
  border-bottom: none;
}
ul.main-menu li ul li:last-child li a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.main-menu li ul li {
  position: relative;
  float: none;
  list-style: none;
  border-bottom: none;
  margin-bottom: 5px;
}
.site-nav-inner

/* Menu slide */
ul.main-menu li > ul{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
  transform-origin:0 0;
  padding:10px 0;
  background-color: #fff;
  border: 1px solid #f5f5f5;
}

ul.main-menu li:hover > ul{
  top:57px;
  opacity: 1;
  visibility: visible;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

ul.main-menu li:hover > ul li >ul {
  top:0;
}

ul.main-menu>li>a {
  padding: 0 0 0 35px;
  color: #757575;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  transition: color 500ms !important;
  -webkit-transition: color 500ms !important;
  text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.current-menu-item>a{
  background: none;
}

ul.main-menu > li {
  position: relative;
}

ul.main-menu > li:first-child:after {
  display: none;
}
.display-header .site-navigation.navigation {
  background: rgba(251, 251, 251, 0.49);
}

.site-navigation-inner {
  border-radius: 4px 4px 0 0;
}


.navbar-toggle:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.navbar-header .navbar-toggle .icon-bar{
  width: 22px;
  height: 2px;
  background-color: #283033;
  transition: 300ms;
  -webkit-transition: 300ms;
  display: block;
}


.navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-header .navbar-toggle {
  float: none;
  position: relative;
  background: none;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  margin-top: 22px;
  border:none;
}

.navbar-header .navbar-toggle .menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: -3px;
    font-weight: 500;
    color: #283033;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.menuwithlogo .navbar-header .navbar-toggle {
  margin-left: 0;
  margin-top: -15px;
  float: right;
  cursor: pointer;
}

.menuwithlogo .navbar-header .navbar-toggle .menu-text {
  display: none;
}

.menuwithlogo .navbar-header {
  text-align: center;
}

.menuwithlogo {
  border-bottom: 1px solid #e7e7e7;
}

.home .menuwithlogo,
.page-template-page-blog-left-sidebar .menuwithlogo,
.page-template-page-blog-right-sidebar .menuwithlogo,
.page-template-page-blog-fullwidth .menuwithlogo{
  border-bottom: none;
}

.navbar-responsive-collapse.collapse.in {
  min-height: 320px;
}


/* Main navigation white */

.navigation.nav-solid{
   background: #eee;
}

.nav-solid ul.navbar-nav > li > a{
   color: #222;
}

.nav-solid ul.main-menu > li:before{
   background: #ccc
}

/* mobile menu */
#responsive-menu {
  padding-bottom: 10px;
}
#responsive-menu .navbar-nav {
  margin: 0;
  padding: 0 10px;
}
#responsive-menu ul li span.menu-toggler {
  display: inline-block;
  width: 34px;
  cursor: pointer;
  color: #000;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  font-size: 16px;
}
#responsive-menu ul li ul {
  padding: 0 0 0 30px;
  list-style: none;
  margin: 0;
}
#responsive-menu ul li ul li {
  margin: 8px 0;
}
#responsive-menu ul li a {
  color: #383634;
  transition: 400ms;
  -webkit-transition: 400ms;
}
#responsive-menu #menu-main-menu {
  margin: 0;
  padding: 20px 0 0;
}
#responsive-menu .nav>li>a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}
#responsive-menu .nav>li a {
  font-size: 16px;
}
#responsive-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
#responsive-menu ul li {
  display: block;
  position: relative;
}

/*Featured Box
================================================== */
.featured-post {
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5;
}
.featured-post .container {
  position: relative;
}
.featured-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  position: absolute;
  left: -20px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  top: 240px;
  white-space: nowrap;
  margin: 0;
}
.feature-entry-title {
  margin: 10px 0 5px;
  font-size: 20px;
  line-height: 28px;
}
.feature-entry-title a {
  color: #252525;
}
.feature-post-meta {
  font-style: oblique;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
}
.meta-post-date {
  margin-right: 10px;
}
.feature-post-meta .author a {
  color: #999;
}
/*Promo Box
================================================== */
.promo-box-wrap {
  margin-bottom: 0;
  margin-top: 0;
  background: #eee;
  padding: 50px;
}
.promo-box-wrap .promo-box{
  min-height: 300px;
  width: 100%;
}
.promo-box {
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #fff;
  display: table;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.promo-box.center {
  background: #333;
  color: #fff;
}
.promo-box:hover {
  background:#fff;
  border: 1px solid #eee;
  box-shadow: 0 0 15px 0px #ddd;
}
.promo-box.center:hover {
  background: #151515;
}
.promo-box-content {
  padding: 40px;
  color: #000;
  font-size: 13px;
  vertical-align: middle;
  display: table-cell;
}

.promo-box-content span {
  font-style: italic;
}
.promo-intro {
  margin-bottom: 20px;
}
.promo-box h3 {
  color: #000;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.promo-box h3 a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.promo-box a.btn-simple {
  color: #000;
}
.promo-box.center .promo-box-content,
.promo-box.center h3,
.promo-box.center h3 a,
.promo-box.center a.btn-simple{
  color: #fff;
}
.promo-box.center h3 a:hover {
  color: #eee;
}
/*Main Content
================================================== */

/* sidebar */
.sidebar-inner {
  padding: 0;
  padding-left: 0;
}
.sidebar {
  padding-top:0;
  padding-bottom: 2em;
}

/*Core WordPress
================================================== */

.post.sticky,
.post.tag-sticky-2{
  position: relative;
  overflow: hidden;
}
.post.sticky .featured-post,
.post.tag-sticky-2 .featured-post {
  position: absolute;
  right: -29px;
  top: 18px;
  background: #34a73d;
  width: auto;
  height: auto;
  padding: 12px 40px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  -webkit-transform: rotate(45deg);
}

/* search page */
.search-page-header {
    padding: 30px 0 0;
}
.search-page-title {
    margin: 0 0 10px;
}

.search-page-content,
.search-page-content #searchform {
  position: relative;
}

.widget.widget_search #searchform i,
.search-page-content #searchform i {
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 18px;
}

.search-page-content .search-field.form-control {
  width: 100%;
  border: 1px solid #eee;
  padding: 2px 20px;
  box-shadow: none;
  line-height: 46px;
  margin-top: 30px;
  position: relative;
}

/* widget_nav_menu */
.widget_nav_menu  ul.sub-menu {
  padding: 0;
  display: block;
}

.widget_nav_menu .menu.nav {
  display: block;
}


.widget_nav_menu >ul.sub-menu li,
.widget_pages >ul.children li { padding-left: 15px; }

/* Page Header */
.page-header {
  border: none;
  overflow: hidden;
  margin: 10px 0 0;
}

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

.gallery-caption {

}

.bypostauthor {

}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object{
  width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.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-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 */
}

/* Clearing */
.clear {
  clear: both;
}

.blog-entry-summary .page-links {
  display: inline-block;
  margin-top: 20px;
}

.blog-entry-summary .page-links span {
  margin-right: 5px;
  padding: 8px 15px;
  border-radius: 2px;
}
.blog-entry-summary .page-links a span {
  background: #e5e5e5;
}



/*Blog Layout
================================================== */

/* home 1 */
.entry-blog .category-meta-bg a,
.single-entry-blog .category-meta-bg a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding: 2px 8px;
}
.entry-blog .category-meta-bg a:hover,
.single-entry-blog .category-meta-bg a:hover {
  color: #fff;
}
.entry-blog-classic .blog-header,
.single-entry-blog1 .blog-header{
  max-width: 500px;
  margin: 0 auto 40px;
}
.sticky .entry-blog {
  position: relative;
  overflow: hidden;
}
.sticky .entry-blog-classic {
  background: #eee;
  padding: 40px 40px 0;
}
.entry-blog-classic .entry-format {
  margin-bottom: 30px;
}
.entry-post-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 0;
}
.entry-blog .entry-post-title a {
  color: #333;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.entry-post-footer-wrap {
  border-top: 1px solid #E6E6E6;
  border-bottom: 4px double #E6E6E6;
  padding: 1px 0;
  margin: 40px 0 60px;
}
.entry-post-footer-wrap a.readmore-blog {
  color: #000;
  font-size: 14px;
}
.entry-post-meta {
  font-size: 14px;
  color: #000;
}
.entry-post-meta .post-meta-author a,
.entry-post-meta .publish-date a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.entry-post-meta span {
  margin-left: 15px;
  position: relative;
}
.entry-post-meta span:first-child {
  margin-left: 0;
}
.entry-post-meta span i {
  margin-right: 5px;
}

/* home 2 */
.entry-blog-classic2 .blog-header,
.single-entry-blog2 .blog-header,
.single-entry-blog3 .blog-header{
  max-width: 500px;
  margin: 0 auto;
  padding: 35px 0 25px;
}
.entry-blog-classic2,
.single-entry-blog2{
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  margin-left: 30px;
  margin-right: 30px;
}


/* home 3 */
.entry-blog-listing {
  padding: 20px;
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #eee;
}
.entry-blog-listing .entry-blog-list-left + .entry-blog-list-right {
  width: 58%;
  float: left;
  margin-top: 10px;
}
.entry-blog-listing .entry-blog-list-left  {
  width: 42%;
  padding: 0 !important;
  float: left;
}
.entry-blog-listing .entry-blog-list-right {
  padding: 0 0 0 25px !important;
}
.entry-blog .entry-blog-listing .entry-post-title {
  font-size: 20px;
  line-height: 28px;
}
.entry-blog-listing .entry-content {
  margin-top: 20px;
}

.list-entry-post-footer {
  padding: 5px 0;
  margin-top: 25px;
}
.col-listing .entry-blog-classic .entry-format {
  margin-bottom: 0;
}
.col-listing .entry-blog-classic .entry-content {
  padding: 30px 25px 20px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 40px;
}
.col-listing .entry-post-footer-wrap {
  border-top: 4px double #E6E6E6;
  border-bottom: 0;
  padding: 0;
  margin: 40px 0 0;
}

.col-listing .entry-post-footer-wrap .p-2 {
  padding: 8px 0 0 !important;
}
.entry-blog-listing embed,
.entry-blog-listing iframe,
.entry-blog-listing object {
  height: 276px;
  max-height: 276px;
}
.single-entry-blog3 .entry-format {
  width: 100%;
}

.format-video .single-entry-blog3 .entry-format {
  position: relative;
  z-index:1;
}

/* home 4 */
.main-content-inner .entry-blog-grid-col2:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.entry-blog-grid .entry-format {
  margin-bottom: 20px;
}
.entry-blog-grid .entry-blog .entry-post-title {
  font-size: 22px;
  line-height: 28px;
}
.main-content-inner .entry-blog-grid-col2:first-child .entry-blog  .entry-post-title{
  font-size:28px;
  line-height:32px;
}
.entry-blog-grid .entry-content {
  margin: 20px 0 40px;
}

/* Blog single
================================================== */
.single-post-title {
  margin-top: 15px;
}
.single .entry-post-meta {
  position: relative;
  padding-top: 20px;
  margin-top: 25px;
}
.single-entry-blog1 .entry-post-meta:before,
.single-entry-blog2 .entry-post-meta:before,
.single-entry-blog3 .entry-post-meta:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  top:0px;
  left:0;
}

.single-entry-blog3 {
  position: relative;
}
.single-entry-blog3:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
}

.format-video .single-entry-blog3:before {
  display: none;
}
.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
  background: #555;
}
.format-quote .single-entry-blog3 .blog-header,
.format-audio .single-entry-blog3 .blog-header,
.format-link .single-entry-blog3 .blog-header,
.format-video .single-entry-blog3 .blog-header {
  position: relative;
}
.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
  display: block !important;
}

.single-entry-blog3 .blog-header {
  position: absolute;
  z-index: 2;
}
.single-entry-blog3 .blog-header .single-post-title,
.single-entry-blog3 .entry-post-meta,
.single-entry-blog3 .entry-post-meta a,
.single-entry-blog3 .entry-post-meta .publish-date a {
  color: #fff;
}

.single-entry-blog3 .entry-post-meta {
  font-size: 16px;
}

.entry-blog-listing .entry-image .quote-link {
      padding: 75px 40px 75px;
}

.single article.hentry {
  margin-bottom: 0;
}
.post-inwrap.header-single{
   background: #fff;
   padding: 15px 0 0;
   margin-bottom: -10px;
}

.entry-summary ul,
.blog-entry-summary ul,
.entry-content-page ul{
   margin: 10px 0;
   margin-left: 15px;
   list-style: none;
}

.entry-summary ul li,
.blog-entry-summary ul li,
.entry-content-page ul li,
.entry-content-page ol li,
.blog-entry-summary ol li,
.entry-summary ol li {
  margin: 7px 0;
  position: relative;
}

.entry-summary ul li:before,
.blog-entry-summary ul li:before,
.entry-content-page ul li:before {
   content: "";
   display: block;
   float: left;
   margin-top: 10px;
   margin-left: -15px;
   width: 6px;
   height: 6px;
   border-radius: 4px;
}

.single .post-layout embed,
.single .post-layout iframe,
.single .post-layout object {
  height: 419px;
}

.single.single-post .paging-navigation .post-nav li>a,
.single.single-post .paging-navigation .post-nav li>span {
  margin: 10px 15px 0 0;
}

.single-entry-summary {
  position: relative;
  z-index: 10;
  line-height: 34px;
  font-size: 18px;
}

.single-entry-summary > p:first-child:first-letter {
  float: left;
  font-size: 60px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin: 10px 20px 0 0;
  text-transform: capitalize;
  border: 2px solid #333;
  padding: 12px 15px;
  border-radius: 4px;
}

.single-entry-summary {
  
}
.single-entry-blog2 .single-entry-summary {
  padding: 15px 0 0;
}
.single-entry-blog3-content .single-entry-summary {
  padding: 0;
}
.single-entry-blog3 {
  margin: 0 0 50px;
}
/* blog share */
.single-post-footer .p-2{
  padding: 5px 0 !important;
  line-height: 26px;
}

/* share */
.blog-share-button ul{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.blog-share-button ul li {
  display: inline-block;
  margin-left: 10px;
}
.blog-share-button ul li a {
  font-size: 14px;
  color: #000
}

.post-tags a{
  color: #000;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.post-tags a:hover{
   color: #fff;
}

.single-post-footer.entry-post-footer-wrap {
    margin: 45px 0;
}

/* Single page navigation */

.post-navigation{
    text-align: center;
    padding-bottom: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  transition: 400ms;
  -webkit-transition: 400ms;
}

.post-navigation i{
   margin: 0 5px;
}

.post-navigation span{
  font-size: 12px;
  color: #828282;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.post-navigation:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.post-navigation {
    display: inline-block;
}
.post-navigation {
    display: block;
}


.post-navigation .nav-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 50px 0 0;
}

.post-navigation .nav-next {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 50px;
}

.post-navigation h3{
   font-size: 18px;
   font-weight: 400 !important;
   line-height: normal;
   margin: 0;
   text-transform: capitalize;
   letter-spacing: 0;
}


/* Author box */
.author-info {
  line-height: 24px;
}
.author-user-title h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #A0ACAD;
  line-height: normal;
  font-weight: 600;
}
.author-user-title h3 a {
  color: #000;
}

.author-box{
  margin-top: 40px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 15px;
}

.author-img img{
   width: 110px;
   height: 110px;
   margin-right: 20px;
   border-radius: 100%;
}

.authors-social{
   color: #7a7a7a;
   margin-top: 5px;
}
.authors-social a {
  margin-left: 10px;
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}

/* Related post */


.related-item-content{
   margin-bottom: 30px;
   position: relative;
   background: #222;
   min-height: 230px;
   transition: 300ms;
   -webkit-transition: 300ms;
}

.related-item-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
}

.related-item-content img{
  max-width: 100%;
   opacity: .5;
}

.related-item-content .post-content {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
  z-index: 15;
  width: 100%;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.related-item-content .border-overlay-content .entry-title {
  margin-top: 0;
}
.related-item-content .border-overlay-content .entry-title a {
  color:#fff;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.related-post {
  margin-top: 55px;
}
.related-post-item {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
}
.related-post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.related-post-item:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 95%;
  height: 1px;
  background: #eee;
}
.related-post-item:last-child:after{
  display: none;
}
.related-post-item .meta-post-date {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
.relate-entry-title {
  margin:0;
  font-size: 18px;
}
.relate-entry-title a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.related-post-content {
  font-style: italic;
}

/* post layout */

.post-overlay {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.entry-comment i,
.entry-meta-view i,
.entry-meta-tag i {
  margin-right: 5px;
}

.blog-entry-footer a {
  color: #9a9a9a;
  font-weight: 600;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.post-overlay:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 200ms;
    -webkit-transition: 200ms;
}

.post-overlay .meta-category a {
  transition: 300ms;
  -webkit-transition: 300ms;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: inline-block;
}

.post-overlay .meta-category a:hover {
  background: #fff;
}

.post-overlay .post-head-content {
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;

}

.post-overlay .post-head-content .page-header .page-header-in {
  vertical-align: middle;
  display: table-cell;
}

.post-overlay .post-head-content .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

.post-overlay .post-head-content .page-header .page-header-in >div {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.blog-button {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  transition:300ms;
  -webkit-transition:300ms;
}

.blog-button:hover {
  color: #fff;
}

.entry-meta {
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.entry-meta .entry-meta-list {
  display: inline-block;
  width: 32.3333%;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.entry-meta .entry-meta-list i {
  margin-right: 5px;
}

.entry-meta .entry-meta-list a {
  color: #333;
}

.entry-meta .entry-meta-list:last-child {
  border: none;
}


/* Entry Meta */
.page-header-in .entry-meta {
  color: #FFF;
  font-size: 12px;
  display: block;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  font-weight: 700;
  font-style: italic;
}

.page-header-in .entry-meta li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.page-header-in .entry-meta li.author {
  text-transform: uppercase;
}

.page-header-in .entry-meta li a {
  color: #fff;
  transition:300ms;
  -webkit-transition:300ms;
}

.page-header span.author {
  text-transform: uppercase;
  font-size: 14px;
}

.post-overlay .post-readmore {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 3;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.post-overlay .post-readmore a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.post-overlay .post-readmore a span {
  font-size: 46px;
  margin-top: -28px;
  display: block;
}

.entry-meta li:last-child:after {
  display: none;
}

.post-hits {
  color: #fff;
  display: inline-block;
  position: relative;
}

.post-hits span {
  font-size: 22px;
  position: absolute;
  left: 60px;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 700;
  top: 10px;
}

.post-hits i {
  font-size: 42px;
}

.meta-view .post-hits {
  color: #000;
}

.meta-view .post-hits span {
  color: #000;
}

.entry-meta {
  position: relative;
}



/*Post Type*/

/* video format */
.format-video .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}
.video-post {
  z-index: 2;
}

.format-video .post-overlay .meta-category {
  display: none;
}
.entry-video {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 0;
}
/* audio format */
.format-audio .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}

.format-audio .post-overlay .meta-category {
  display: none;
}
.entry-audio {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 0;
}

/* link quote formart */
.format-quote .post-overlay .post-head-content,
.format-link .post-overlay .post-head-content {
  opacity: .1;
}

/* blog listing */
.listing-format .entry-blog {
  width: 100%;
  float: left;
}

.entry-format .featured-image,
.posts-thumb {
  position: relative;
  overflow: hidden;
  line-height: 0;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.entry-format .featured-image img,
.posts-thumb img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;

}
.posts-thumb img {
 border-radius: 3px;
}

.imgfullsize .featured-image img {
  width: 100%;
}

.entry-format .featured-image:hover img,
.posts-thumb:hover img {
-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .9;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.posts-thumb:hover img {
  transform: scale(1.08) rotate(5deg);
  -webkit-transform: scale(1.08) rotate(5deg);
}

.entry-format .featured-image {
  position: relative;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.entry-format .featured-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.entry-format .featured-image:hover:before {
  -webkit-animation: sharp 800ms;
  animation: sharp 800ms;
}
@-webkit-keyframes sharp {
  100% {
    left: 125%;
  }
}
@keyframes sharp {
  100% {
    left: 125%;
  }
}




.meta-quote {
  padding: 80px;
  color:#fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.meta-quote span {
  font-weight: 700;
}

.meta-quote p {
  margin-bottom: 15px;
  font-style: italic;
}

.entry-overlay{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.entry-image {
    position: relative;
    height: 100%;
    width: 100%;
}
.entry-image .quote-link {
  color: #fff;
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: center;
  opacity: .90;
  display: table;
  width: 100%;
  padding: 97px 50px 98px;
  height: 100%;
}

.entry-image .quote-link i {
  font-size: 42px;
  line-height: 10px;
}

.entry-image .quote-link i.fa-quote-left {
  margin-right: 10px;
}

.entry-image .quote-link i.fa-quote-right {
  margin-left: 10px;
    margin-top: 15px;
}

.entry-image .quote-link p {
  font-size: 16px;
}

.format-link:hover .entry-image {
  z-index: 2;
}

.entry-image .quote-link span {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
    display: block;
}

.entry-image .quote-link div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.entry-image .quote-link h4 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  word-break: break-all;
}

/* Gallery Slider */
.blog-gallery-slider .carousel-control{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: none;
    opacity: .8;
    text-shadow: none;
    background-color: #fff;
    color: #000;
    top: 45%;
    bottom: auto;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.entry-blog-listing .blog-gallery-slider .carousel-inner img {
  height: 278px;
}

.blog-gallery-slider .carousel-inner img {
  opacity: .6;
}
.blog-gallery-slider .carousel-inner {
  background: #000;
}
.blog-gallery-slider:hover .carousel-control {
  opacity: 1;
}

.format-gallery .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}

.format-gallery .post-overlay .meta-category {
  display: none;
}

.format-gallery:hover .entry-content-gallery{
  z-index: 2;
}

.post-entry-image.enrty-gallery-img {
  height: 400px;
  opacity: .6;
}

.entry-content-gallery .carousel-inner>.item {
  background: rgba(0,0,0,.6);
}

.entry-content-gallery .carousel-inner>.item img {
  min-height: 210px;
}

.entry-content-gallery {
  position: relative;
  z-index: 1;
}

/*default WordPress gallery*/
.gallery .gallery-item dl {
  margin-bottom:  0 !important;
}

.gallery .gallery-item img {
  border: none !important;
}

.post-navigation ul.pager {
  text-align: left;
}


.page.page-template-default .entry-content,
.page.page-template-page-sidebar .entry-content{
  margin: 0;
  padding: 0;
}

.entry-content-page h2 {
  margin-top: 20px;
}

.page.page-template-page-blog-left-sidebar .entry-content {
  margin: 0;
}

.page.page-template-page-blog-fullwidth #content {
  border-right: none;
}

.page .entry-content .wpcf7-form{
  text-align: left;
}

.entry-content span.fixed-char{
  display: block;
  position: relative;
  z-index: 1;
}


/* Post bottom */

.post-bottom{
   margin-top: 20px;
}

.more-link{
   text-transform: uppercase;
   color: #222;
   font-weight: 700;
}

.social-icons > li {
   display: inline-block;
}

.social-icons li + li {
    padding-left: 15px;
}

.social-icons a {
    color: #222;
}

.blog-entry-summary .blog-share-button ul {
  margin: 0;
}

.blog-entry-summary .blog-share-button ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

/* post navigation */
.post-navigation ul.pager {
  margin: 20px 0 80px 0;
}

.post-nav {
  margin: 0 0 0;
}

.post-nav .previous>a,
.post-nav .previous>span,
.post-nav .next>a,
.post-nav .next>span{
  float: none;
}

.paging-navigation .post-nav {
  list-style: none;
}

.paging-navigation .post-nav {
  margin: 0;
  padding: 0;
}

.paging-navigation .post-nav li {
  display: inline-block;

}

.paging-navigation .post-nav .meta-nav span{
}

.paging-navigation .post-nav li>a,
.paging-navigation .post-nav  li>span{
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  letter-spacing: 1px;
  background: #fff;
  padding: 7px 20px;
  text-transform: capitalize;
  transition: 300ms;
  -webkit-transition: 300ms;
  color: #fff;
  border-radius: 20px;
}

.paging-navigation .post-nav li>a:hover,
.paging-navigation .post-nav  li>span:hover{
   color: #fff;
}

.paging-navigation .post-nav li.previous >a i {
  margin: 0 8px 0 0;
  font-size: 16px;
}

.paging-navigation .post-nav li.next >a i {
  margin: 0 0 0 8px ;
  font-size: 16px;
}

.paging-navigation {
  margin: 0;
  padding: 0;
}

#nav-below.paging-navigation {
  margin-top: 10px;
}

.paging-navigation .post-nav li.nav-next {
    float: right;
}

.paging-navigation .post-nav li .meta-nav {
  font-size: 20px;
  margin-top: -10px;
  display: inline-block;
}

/* Number Paginaion */
.post-pagination {
  text-align: center;
}
.post-pagination ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.post-pagination ul li {
  display: inline-block;
}
.post-pagination ul li a,
.post-pagination ul li span.current,
.post-pagination ul li span.dots {
  border-radius: 4px;
  background: #e6e6e6;
  color: #696969;
  padding: 12px 17px 11px;
  margin: 0 2px;
  transition: 400ms;
  -webkit-transition: 400ms;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.post-pagination ul li span.pagination-prev,
.post-pagination ul li span.pagination-next{
  letter-spacing: 1.5px;
  padding: 12px 10px;
}
.post-pagination ul li a:hover,
.post-pagination ul li span.current {
  color: #fff;
}

/* pagination loading */
.post-content-loading {
  text-align: center;
  margin-top: 30px;
}
#post-loading-button {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 12px 40px;
  transition: 400ms;
  -webkit-transition: 400ms;
}
#post-loading-button:hover {
  color: #fff;
}

/* comment pagination */
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  letter-spacing: 1px;
  padding: 7px 20px;
  text-transform: capitalize;
  transition: 300ms;
  -webkit-transition: 300ms;
  color: #fff;
  border-radius: 20px;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
  margin-bottom: 30px;
}



.post-navigation ul.post-nav {
  margin: 0px 0 40px 0;
}


#nav-below.post-navigation {
    margin: 0 15px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

#nav-below.post-navigation ul li.nav-next {
  float:right;
}

#nav-below.post-navigation ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

#nav-below.post-navigation ul li {
  position: relative;
  display: inline-block;
  border: none;
  padding: 10px 30px;
  background: #000;
}

#nav-below.post-navigation ul li a {
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}

#nav-below.post-navigation ul li.next .meta-nav {
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 10px;
}

#nav-below.post-navigation ul li.previous .meta-nav {
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 10px;
}


.meta-tag {
  margin: 30px 0 30px;
}

.meta-tag span {
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.meta-tag a {
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
  text-transform: capitalize;
  color: #000;
  margin-right: 10px;
  font-weight: 600;
}
/* Comments */

#commentsubmit.btn.btn-primary:hover {
  color:#fff;
}
.comments-area {
  padding: 25px 0 0;
  border-top: 1px solid #e6e6e6;
  margin-top: 25px;
}

.comments-area ol {
  list-style: none;
  padding: 0;
  margin:0;
}

.comment-body{
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.comment .children {
  margin-left: 1.5em;
  list-style: none;
 }

 .comment .children .comment-body{
    border-bottom: 1px solid #e7e7e7;
 }

.comment-area .media-heading {
  font-weight: 400;
  font-size: 18px;
  color: #222;
  border-right: 1px solid #ddd;
  padding-right: 12px;
  margin-right: 10px;
  display: inline-block;
}

.comment-area .media-heading a {
  color:#333;
}

.comment-meta {
  display: inline-block;
}

.media-body-wrap .comment-content p,
.comment-awaiting-moderation {
  margin-bottom: 10px;
}

.comment-meta a {
  color:#888;
  font-size: 12px;
}

.media>.pull-left.author-comment {
  margin-right: 20px;
}

.media>.pull-left.author-comment img {
  border-radius: 100%;
}

.comment-body:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
  background: -ms-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -o-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -webkit-linear-gradient(left,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
  background: -moz-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(5%,#eee),color-stop(95%,#eee),color-stop(100%,#FFF));
}

.comment-respond .alert-info {
  display: none;
}

.comment .comment-body:last-child:after {
  display: none;
}

.comment-reply-link {
  background: none;
  color: #999;
  border:none;
  position: absolute;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.comment-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

input,textarea {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
}

input:focus,textarea:focus {
  box-shadow: none;
  outline-offset: 0;
  outline:0;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input{
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.comment-form textarea {
  width: 100%;
  background: #fff;
}


.comment-form .form-submit {
  margin-top: 40px;
}

/* contact form */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
 margin-bottom: 0;
}

.wpcf7-form textarea {
  width: 100%;
}

/* video */
.entry-video.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 0;
}

/* widget */
.widget ul.nav>li>a {
  display: inline-block;
  padding: 2px 0;
  color: #000;
  font-weight: 400;
  transition: 300ms;
  -webkit-transition: 300ms;
  font-size: 14px;
}

.widget >ul.nav {
  padding: 0;
  display: block;
}

.widget >ul.nav li ul.nav {
  display: block;
  padding: 0;
}

.widget.widget_rss  .widget-title span:after,
.widget.widget_rss  .widget-title span:before {
  display: none;
}

#recentcomments .recentcomments {
  padding:5px 0 !important;
}

table {
border:1px solid #e7e7e7;
}

.entry-content.blog-entry-summary pre,
.entry-blog .entry-content-page pre {
  padding: 20px;
}

.entry-content-page .entry-page-title {
  margin-top: 20px;
}

.table>thead>tr>th, .table>tbody>tr>th,
.table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td,
table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  border-top:1px solid #e7e7e7;
}

table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  padding: 10px 20px;
}

div#calendar_wrap caption {
  margin: 10px;
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
  border:1px solid #e7e7e7;
}

.post-password-form input[type="password"] {
  padding: 4px 15px;
  margin-right: 10px;
}

.widget { margin-bottom: 30px; }


.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 5px;
}

.footer-widget .table-striped>tbody>tr:nth-child(odd)>td,
.footer-widget .table-striped>tbody>tr:nth-child(odd)>th {
  background: transparent;
}


/* News Listing */

.post-title {
    line-height: normal;
    text-transform: uppercase;
    font-size: 28px;
}

.post-title a{
  color: #333;
}

.post.post-last{
  border-bottom: 0;
}

.post-image-wrapper{
  margin: 20px 0;
  position: relative;
}

.post-footer .btn.btn-primary{
  font-weight: 700;
  padding: 10px 15px;
  margin-top: 15px;
}

/* Blog post comments */

.comments-counter{
  font-size: 18px;
}
.comments-counter a{
  color: #323232;
}

.comments-list{
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment{
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-list .comment.last{
  border-bottom: 0;
}
.comments-list img.comment-avatar{
  width: 84px;
  height: 84px;
  margin-right: 30px;
  border-radius: 3px;
}

.comments-list .comment-body{
  margin-left: 120px;
}

.comments-list .comment-author{
  margin-bottom: 0;
}

.comments-list .comment-date{
  font-style: italic;
  color: #959595;
  margin-bottom: 20px;
}

.comments-list .comment-reply{
  text-transform: uppercase;
  color: #323232;
}

.comments-reply{
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary{
  padding: 10px 20px;
}

.comments-form label{
  font-weight: normal;
  color: #959595;
}


/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs>li:first-child{
  margin-left: 10px;
}

.widget-tab .nav-tabs>li>a{
  background: #e7e7e7;
  color: #323232;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 3px 3px 0 0;
  margin-right: -1px;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}

.widget-tab .nav-tabs>li.active>a{
  color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom: 0;
}

.widget-tab .tab-content{
  border-top: 0;
  padding: 10px 0 0;
}

.widget-tab .posts-thumb img{
  display: block;
  width: 85px;
  height: 65px;
  margin-right: 20px;
}

.widget-tab .posts-avator img{
  display: block;
  width: 62px;
  height: 62px;
  margin-right: 20px;
  border-radius: 100%;
}

.widget-tab h4.entry-title{
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
}
.widget-tab h4.entry-title a{
  color: #323232;
}

.widget-tab .post-meta span{
  padding-right: 5px;
}

.widget-tab ul.posts-list li{
  padding-bottom: 10px;
}


/*-- Blog category widget --*/

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

.widget_categories ul li{
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget.widget_categories ul li a{
  padding: 0;
}


#back-to-top {
  right: 50%;
  margin-right: -20px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 28px;
  position: absolute;
}

#back-to-top .btn.btn-primary{
  font-size: 28px;
  border: none;
  padding: 0;
  color: #a09a9a !important;
  background: none !important;
}

/* 404 page */
.error404 {
  text-align: center;
}
.error404 .page-header h1 {
  font-weight: 800;
  font-size: 100px;
  letter-spacing: 8px;
  margin: 0;
}
.error404 .page-header h2 {
  margin: 10px 0;
  font-size: 36px;
  font-weight: 700;
}
.error404 .page-header p {
  font-size: 16px;
  color: #777;
  margin: 15px 0;
}
.error404 .page-header {
  margin-bottom: 20px;
}
.error404 .common-btns {
  padding: 12px 28px;
  border-radius: 50px;
}
.error404 #content {
  margin-bottom: 80px;
  border-right: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


/*--- Article list post ---*/

article.list-post{
   margin-bottom: 60px;
}

/* Post media */

article.list-post .post-media img{
   width: 100%;
   min-height: 278px;
}

/* Post meta */

article.list-post-left .post-meta span{
   margin-right: 0;
   margin-left: 15px;
}

.post-meta span a{
   color: #7a7a7a;
}

.post-meta span i{
   margin-right: 5px;
}





/* Blog content
================================================== */

/*--- Article list common ---*/

article.hentry.post-layout {
  position: relative;
}


/* Post media */
.post-media img{
   width: 100%;
}

/* Post content */

.post-inwrap{
   text-align: center;
   background: #fff;
   padding: 30px;
   position: relative;
   z-index: 1;
}

/* Post meta */

.post-meta{
  padding: 10px 0 15px;
}

.post-meta span{
  color: #9a9a9a;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
}

/* Post item grid */

.post-item-grid{
   text-align: center;
   margin-bottom: 30px;
   min-height: 500px;
}

.post-item-grid .post-meta span{
   margin-right: 10px;
}

.post-item-grid .post-inwrap{
   background: #fff;
   padding: 10px 0 0;
   border-bottom: 0;
}




/* Title */

.title-normal,
.comment-reply-title,
.comments-title{
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.comment-reply-title {
  margin-bottom: 5px;
}

.home .main-content {
  margin-top: 0;
}

/* widget area */

/* search widget */

.widget.widget_search #searchform {
  position: relative;
}

.widget.widget_search .form-control {
  border: 1px solid #eee;
  color: #959595;
  box-shadow: none;
  border-radius: 0;
  padding: 12px 15px;
  min-height: 50px;
  width:100%;
}


/* Sidebar */


.sidebar .widget-title,
.offcwidget  .widget-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
  position: relative;
  color: #616a6b;
}

.sidebar .widget-title {
  padding-bottom: 0;
  margin: 0 0 20px;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 26px;
  position: relative;
  font-weight: 700;
}

.sidebar .widget-title:after {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  margin-top: 5px;
}

.sidebar .widget {
  margin-bottom: 40px;
}

/* Recent Posts */
.recent-posts ul li{
  padding-bottom: 10px;
}

.recent-posts ul {
  padding-right: 0;
}

.recent-posts ul li:last-child{
  border: 0;
  padding-bottom: 0;
}

.recent-posts .posts-thumb img{
  width: 70px;
  height: 65px;
}
.recent-posts .posts-thumb {
  margin-right: 20px;
}
.recent-posts .comment-author-link a{
   color: #222;
   font-weight: 700;
   margin-bottom: 5px;
   display: inline-block;
}

.recent-posts .post-info .entry-title{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  display: inline-block;
}


.recent-posts .posts-thumb img {
  margin-right: 10px;
  width: 60px;
  height: 50px;
}

.recent-posts .post-info .entry-title a{
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.recent-posts .post-meta{
   font-weight: 400;
   padding: 0;
   line-height: 17px;
    margin-bottom: 20px;
}

.recent-posts .post-meta time {
  color: #888;
  font-size: 12px;
  text-transform: capitalize;
}

.recent-posts .post-meta a{
  color: #888;
}

/* Widget categories */

.sidebar .widget_categories ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_categories ul.nav li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_pages  ul li a,
.sidebar .widget_meta  ul li a,
.sidebar .widget_recent_comments  ul li a,
.sidebar .widget_recent_entries  ul li a {
    color: #616a6b;
    padding: 0 10px 0 0;
}

.sidebar .widget_categories ul.nav li,
.sidebar .widget_archive ul li,
.sidebar .widget_pages  ul li,
.sidebar .widget_meta  ul li,
.sidebar .widget_recent_comments  ul li,
.sidebar .widget_recent_entries  ul li {
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget_categories ul li, .widget_archive ul li {
    text-align: right;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.widget_categories ul.nav li:last-child{
  border-bottom: 0;
}



.widget_categories ul li a,
.widget_archive ul li a {
    float: left;
}

/* tag clouds */
.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.widget.widget_tag_cloud .tagcloud a {
  font-size: 12px !important;
  margin: 2px;
  color: #616a6b;
  background: #e7e7e7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}

/* Border overlay */
.border-overlay{
   position: relative;
}

.border-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
}

.border-overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.border-overlay:hover:after {
    background: rgba(0,0,0,0.4);
}
.border-overlay:hover:before {
    opacity: 0;
}

.border-overlay img{
   opacity: 1;
   transition: 300ms;
   -webkit-transition: 300ms;
}

.imgoverlay {
  background: #000;
  font-size: 0;
  line-height: 0;
 transition: 300ms;
 -webkit-transition: 300ms;
 overflow: hidden;
}

.trending-item-content:hover .imgoverlay img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.border-overlay-content {
  padding: 20px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trending-item-content:hover .border-overlay-content {
  bottom: 10px;
}

.feature-entry-date {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.border-overlay-content .entry-title{
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.border-overlay-content .entry-title a,
.border-overlay-content .post-cat a {
   color: #fff;
   transition: 300ms;
   -webkit-transition: 300ms;
}
.border-overlay:hover:before {
  opacity: 1;
}

.border-overlay.related-overlay:before {
  opacity: .4;
}

.border-overlay.related-overlay:hover:before {
  opacity: .6;
}
/* Featured widget
================================================== */

.featured-post-items{
   margin: 60px 0 20px;
}

/* instagram widget
================================================== */
.themewing-instagram-photo {
  list-style: none;
  padding: 0;
  line-height: 0;
  margin: 0;
}

.themewing-instagram-photo li {
  display: inline-block;
  width: 16.666666%;
}

.themewing-instagram-photo li img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transition: 600ms;
  -webkit-transition: 600ms;
}

.themewing-instagram-photo li:hover>a img {
   opacity: .5;
  transform: scale(1.08) rotate(5deg);
  -webkit-transform: scale(1.08) rotate(3deg);
}
.themewing-instagram-photo li>a {
  overflow: hidden;
  background-color: #000;
  position: relative;
  display: block;
  z-index: 2;
}
.themewing-instagram-photo li>a:before {
    content: "\f16d";
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-family: fontawesome;
    color: #fff;
    pointer-events: none;
    margin-top: -30px;
    opacity: 0;
    transition: 600ms;
    -webkit-transition: 600ms;
    margin-left: -6px;
}

.themewing-instagram-photo li:hover>a:before {
    opacity: .75;
    margin-top: 5px;
}

.widget.themewing_instagram_widget {
  margin-bottom: 0;
  position: relative;
}
.footertop-widget .themewing_instagram_widget .widget-title {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 4px;
  padding: 8px 30px;
  z-index: 10;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #252525;
  border: none;
}

/* bottom column instagram */
.footer-widget .themewing-instagram-photo li {
  width: 33.3333333%;
  display: block;
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 5px;
}

/* Newsletter */

.newsletter{
   max-width: 580px;
   margin:0 auto;
}

.newsletter h3{
   color: #fff;
}

.newsletter input[type="email"]{
   border: 1px solid #7a7a7a;
   border-left: 0;
   border-right: 0;
   text-align: center;
   background: transparent;
   width: 100%;
}

.btn-newsletter input[type=submit] {
   padding: 12px 30px;
   display: inline-block;
   margin: 30px 0 0;
   letter-spacing: 1px;
}

.btn-newsletter input[type=submit]:hover{
   background: #333;
}

.footer-column {
  padding: 40px 0;
}



/* Main Slider

Slider 1
================================================== */
.slider-layout-items .overlay {
  background: #000;
}
.slider-layout-items .overlay img {
  opacity: .85;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.slider-layout-items {
  position: relative;
}

.slider-layout-items .overlay:hover img {
  opacity: .70;
}

.slider-layout-cats a {
  transition: 300ms;
  -webkit-transition: 300ms;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  padding: 5px 12px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(244, 250, 255, 0.15));
  margin: 0 2px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-layout-cats a:hover {
  color: #fff;
}

.slider-layout-item-inner {
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 2;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 54%;
  width: 100%;
  margin-left: -27%;
  transition: 300ms;
  -webkit-transition: 300ms;
  overflow: hidden;
}

.slider-layout-date {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.slider-content-meta {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
}
.slider-content-meta:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.3);
  margin-left: -30px;
}
.slider-content-meta a {
  color: #fff !important;
  margin-left: 5px;
}

.slider-layout-item-inner h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  margin: 50px 0 30px;
  font-style: italic;
}

.slider-layout-item-inner h2 a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.slider-layout-item-inner h2 a:hover {
  color: #fff;
  color: rgba(255,255,255,.8);
}

.slider-layout-content {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

a.slider-layout-btn {
  padding: 5px 20px;
  margin-top: 5px;
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border: 1px solid rgba(255,255,255,.6);
  transition: 300ms;
  -webkit-transition: 300ms;
}
a.slider-layout-btn.btn-primary {
  background: none;
}


/* slider 2 */

.boxslider-carousel-items {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  background-repeat: no-repeat;
  height: 480px;
  background-size: cover;
  background-color: #f5f5f5;
}

.boxslider-carousel-items:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
}

.boxslider-carousel-items:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
  -webkit-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
    z-index: 9;
    background-color: rgba(0,0,0,.1);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,.1)),color-stop(100% rgba(0,0,0,0.9)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.1) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.1) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,.1) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.1) 10%,rgba(0,0,0,0.85) 100%);
    background-image: linear-gradient(top,rgba(0,0,0,.1) 10%,rgba(0,0,0,0.85) 100%);
    border-top: 1px solid #fff;
}

.boxslider-carousel-items:hover:before{
  background: rgba(0, 0, 0, 0.2);
}

.boxslider-carousel-items:hover:after {
  height: 54%;
  background-color: rgba(0,0,0,0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,.2)),color-stop(100% rgba(0,0,0,0.9)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.2) 10%,rgba(0,0,0,0.95) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.2) 10%,rgba(0,0,0,0.95) 100%);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.2) 10%,rgba(0,0,0,0.95) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.2) 10%,rgba(0,0,0,0.95) 100%);
  background-image: linear-gradient(top,rgba(0,0,0,.2) 10%,rgba(0,0,0,0.95) 100%);
}

.boxslider-carousel-items .boxslider-carousel-image img {
  -webkit-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
}

.boxslider-carousel-items:hover .boxslider-carousel-image img {
  -webkit-transform: scale(1.15) rotate(3deg);
  transform: scale(1.15) rotate(3deg);
}

.boxslider-carousel-items .boxslider-carousel-content {
  padding: 40px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.boxslider-carousel-items:hover .boxslider-carousel-content {
    bottom: 0;
}
.slider-intro-text {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 0 15px;
  line-height: 20px;
  font-size: 13px;
}
.boxslider-carousel-content .entry-title a {
  color: #fff;
  transition:300ms;
  -webkit-transition:300ms;
  -moz-transition:300ms;
}
.boxslider-carousel-content .entry-title a:hover {
 color: rgba(255, 255, 255, 0.8);
}
.box-slider-meta {
  color: #fff;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}
.box-slider-meta.slidemeta {
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
}
.box-slider-meta.slidemeta:before {
  position: absolute;
  content: "";
  left: -5%;
  top: 0;
  width: 110%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.box-slider-meta .author a {
  color: #fff;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  transition:300ms;
  -webkit-transition:300ms;
  -moz-transition:300ms;
}

.box-slider-meta .meta-post-date {
  padding-left: 8px;
  margin-left: 5px;
  position: relative;
  padding-right: 8px;
  margin-right: 5px;
}

.box-slider-meta .meta-post-date i {
  margin-right: 4px;
}

.box-slider-meta .comment i {
  margin-right: 4px;
}

.box-slider-meta .comment a {
  color: #fff;
  color: rgba(255, 255, 255, 0.92);
  transition: 400ms;
  -webkit-transition: 400ms;
}

.boxslider-carousel-items .boxslider-carousel-content span.latest-cats a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding: 2px 8px;
}

.boxslider-carousel-items .boxslider-carousel-content .entry-title {
  font-size: 24px;
  margin: 10px 0;
  line-height: 30px;
}

.boxslider-carousel-items .boxslider-carousel-content .side-meta a{
  color: #DBDBDB;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  margin-top: -3px;
  display: block;
}

.latest-carousel .owl-theme .owl-controls {
  margin-top: 25px;
}

/*Slider 4*/
.slider-content{
   max-width: 550px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   padding: 30px;
}
.sliderlayout4 .slider-content {
  top: 30%;
}
.sliderlayout4 .slider-content.boxed {
  padding: 30px;
}
.slider-content .post-cat a{
   color: #fff;
   text-transform: uppercase;
   transition: 300ms;
   -webkit-transition: 300ms;
}

.slider-content .post-cat{
   position: relative;
   font-size: 16px;
   line-height: normal;
   display: inline-block;
}
.slider-content .entry-title{
   text-transform: uppercase;
   font-size: 42px;
   line-height: 48px;
   font-weight: 400;
   margin: 30px 0;
}
.slider-content .entry-title a {
   color: #fff;
   transition: 300ms;
   -webkit-transition: 300ms;
}

/* Slider content boxed */

.slider-content.boxed{
   padding: 80px 50px;
   background: rgba(255, 255, 255, 0.92);
   -webkit-transform: translateY(-10%);
   transform: translateY(-10%);
}

.slider-content.boxed .post-cat{
   font-size: 14px;
}

.slider-content.boxed .post-cat a{
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.slider-content.boxed .post-cat a:hover {
  background: #283033;
  color: #fff;
}
.slider-content.boxed .post-cat:before {
    left: 4px;
    height: 14px;
    top: 1px;
    width: 3px;
}

.slider-content.boxed .entry-title{
  font-size: 28px;
  margin: 30px 0 10px;
  line-height: 32px;
}

.slider-content.boxed .entry-title a {
   color: #283033;
   transition: 300ms;
   -webkit-transition: 300ms;
}

.slider-content.boxed .entry-title a:hover {
  color: #989d9e;
}

.slider-content-meta .meta-author{
   border-right: 1px solid #ccc;
   margin-right: 6px;
   padding-right: 8px;
}

/* Carousel */

.carousel-indicators{
   bottom: 10px !important;
}

.carousel-indicators li{
   width: 10px !important;
   height: 10px !important;
   margin: 1px !important;
   border-radius: 100% !important;
   background: rgba(255,255,255,.5);
}

.box-slider .owl-nav,
.column-slider .owl-nav,
.owl-merge .owl-nav {
   opacity: 0;
   filter: alpha(opacity=0);
   background-image: none;
   background-repeat: no-repeat;
   text-shadow: none;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}


.box-slider .owl-nav > .owl-prev,
.column-slider .owl-nav > .owl-prev,
.owl-merge .owl-nav > .owl-prev{
   left: 0;
}

.box-slider .owl-nav > .owl-next,
.column-slider .owl-nav > .owl-next,
.owl-merge .owl-nav > .owl-next{
   right: 0;
}

.box-slider:hover .owl-nav,
.column-slider:hover .owl-nav,
.owl-merge:hover .owl-nav {
   opacity: 1;
   filter: alpha(opacity=100);
}


/* Owl merge */

.owl-merge .owl-nav.disabled{
  display: block !important;
}

.box-slider:hover .owl-nav > .owl-prev,
.column-slider:hover .owl-nav > .owl-prev,
.owl-merge:hover .owl-nav > .owl-prev{
   left: 30px;
}

.box-slider:hover .owl-nav > .owl-next,
.column-slider:hover .owl-nav > .owl-next,
.owl-merge:hover .owl-nav > .owl-next{
   right: 30px;
}

.box-slider .owl-nav > div,
.owl-merge .owl-nav > div,
.column-slider .owl-nav > div{
   color: #fff;
   font-size: 60px;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  border:none;
  background: #fff;
  line-height: 30px;
  font-size: 20px;
  margin-top: 0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  border: none;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 2px;
  width: 30px;
  height: 5px;
  margin: 25px 4px;
}


/* Box and merge slider */

.owl-merge .slider-content.boxed{
   margin: 0 auto;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.box-slider .owl-nav > div,
.owl-merge .owl-nav > div,
.column-slider .owl-nav > div{
  position: absolute;
  top: 47%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  border: 1px solid rgba(255,255,255,.6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
}

.box-slider .owl-nav > div:hover,
.owl-merge .owl-nav > div:hover,
.column-slider .owl-nav > div:hover{
   color: #fff;
   border: 2px solid transparent;
}

.slider-top-margin {
  margin-top: 30px;
}


/* slider 2
================================================== */
.slider-layout3-items .overlay {
  background: #000;
}

.item.slider-layout3-items {
  height: 550px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-layout3-items .overlay img {
  opacity: .70;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.slider-layout3-items .overlay:hover img {
  opacity: .60;
}

.slider-layout3-item-inner {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  max-width: 70%;
  width: 100%;
  transition: 300ms;
  -webkit-transition: 300ms;
  overflow: hidden;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.2);
}

.slider-layout3-date {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}

.slider-layout3-item-inner h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 12px;
}

.slider-layout3-item-inner h2 a {
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.slider-layout3-item-inner h2 a:hover {
  color: rgba(255,255,255,.7);
}

.slider-layout3-content {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.slider-layout3-item-inner .meta-category a:hover {
  background: #fff;
}

.slider-layout3-item-inner .slider-layout3-btn a {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 6px 25px;
  margin-top: 40px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
  font-size: 14px;
  font-weight: 600;
}

.slider-layout3-item-inner .slider-layout3-btn a:hover {
  color: #fff;
}

.meta-category.feature-cats a {
    position: relative;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 2px 10px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    transition:400ms;
    -webkit-transition:400ms;
}
.meta-category.feature-cats a:hover{
  color: #fff;
}

.grid-date {
  color: #fff;
  margin-left: 8px;
  font-size: 14px;
}

/* slider grid */
.grid-items {
}
.grid-items .row {
  margin-right: -10px;
  margin-left: -10px;
}
.grid-items .row .col-md-8,
.grid-items .row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-title {
  margin-top: 5px;
  font-size: 20px;
  margin-bottom: 5px;
}
.grid-large .grid-title{
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 38px;
}
.grid-items .grid-title a {
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.grid-content .box-slider-meta .meta-post-date {
  padding-left: 8px;
  margin-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
}

.grid-items .grid-title a:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.grid-item{
  position: relative;
  overflow: hidden;
}
.grid-item:before {
  position: absolute;
  content: "";
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.grid-content-in {
  position: relative;
  z-index: 2;
}
.grid-item.grid-small {
  margin-bottom: 20px;
  height: 230px;
}
.grid-item.grid-small:last-child {
  margin-bottom: 0;
}
.grid-item.grid-large{
  height: 480px;
}
.grid-content {
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* Grid 5 items
================================================== */
.grid5-items .row{
    margin-right: -5px;
    margin-left: -5px;
}
.grid5-items .row .col-md-6,
.grid5-items .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.grid5-items .row .col-lg-6 .row {
  margin-bottom: 10px;
}
.grid5-items .row .col-lg-6 .row:last-child {
   margin-bottom: 0;
}
.grid5-items .grid-large {
  height: 470px;
}

.grid-content:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
    z-index: 1;
    background-color: rgba(0,0,0,0);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,0)),color-stop(100% rgba(0,0,0,0.9)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
    background-image: linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.85) 100%);
}

/* Most Viewed Post
================================================== */
.most-meta-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
  display: inline-block;
}
.most-view-item-content .entry-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.most-view-item-content .entry-title a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.special-title {
  font-size: 28px;
  margin: 0 0 20px;
  color: #000;
  letter-spacing: -.2px;
}
.special-title span {
  font-size: 16px;
  color: #565656;
  font-style: italic;
  position: relative;
  margin-left: 8px;
  padding-left: 15px;
  font-weight: 400;
}
.special-title span:before{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  height: 20px;
  width: 2px;
  background: #E5E5E5;
  transform: rotate(25deg);
}

/* Editor Picks
================================================== */
.most-view-item-content .entry-date{
  margin-left: 10px;
  color: #888;
}
.most-view-item-content .most-entry-date{
  margin-left: 6px;
  color: #888;
  padding-left: 11px;
  position: relative;
}

.editor-item-content .most-meta-category a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding: 2px 8px;
}
.editor-item-content .most-meta-category a:hover{
  color: #fff;
}
.most-view-item-content.editor-item-content .entry-title {
  margin-top: 10px;
}
.editor-item-content-info {
  margin-top: 5px;
}

/* grid post */
.ediotr-grid-content {
  padding: 25px 25px 20px;
  border: 1px solid #e5e5e5;
  height: 100%;
  background: #fff;
}
.ediotr-grid-item {
  margin-bottom: 20px;
}
.ediotr-grid-content .editor-meta-category a {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
  text-transform: uppercase;
}
.ediotr-grid-content .entry-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.ediotr-grid-content .entry-title a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.editor-box-meta {
  font-size: 14px;
}
.editor-box-meta .author a {
    color: #000;
    border-bottom: 1px dotted #e5e5e5;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
}
.editor-box-meta  .meta-post-date {
  padding-left: 8px;
  margin-left: 5px;
  position: relative;
}
.editor-box-meta .meta-post-date i {
    margin-right: 4px;
}
/* Header area
================================================== */
/*-- Top ad --*/
.top-ad{
   text-align: right;
}

/* Main content
================================================== */

.main-content {
  margin-top: 0;
}
.main-content-wrap{
   padding: 40px 0 60px;
}
.main-content-wrap #content {
  padding-right: 30px;
}

.page-template-page-blog-left-sidebar .main-content-wrap #content {
  padding-right: 15px;
  padding-left: 30px;
}

/* Min width page */

.page-min-width-wrap{
   max-width: 800px;
   margin: 0 auto;
}

/* Update
================================================== */
/* cats-custom-image */
.cat-custom-image {
  margin-top: 30px;
}

.thw-inner-items {
  background-color: #010101;
  position: relative;
  line-height: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thw-inner-items img {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thw-inner-items:hover img {
  opacity: .5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thw-inner-items h2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  right: 20px;
  margin: -10px 0 0 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}
.thw-inner-items h2 a {
  padding: 11px 60px;
  position: relative;
  letter-spacing: 2px;
}

.thw-inner-items h2 a:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -102px;
  width: 1px;
  margin-left: -.5px;
  height: 102px;
  background: rgba(255, 255, 255, 0.41);
  z-index: 3;
}
.thw-inner-items h2 a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -4px;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #fff;
  z-index: 4;
  border-radius: 100%;
}

/*Most Viewed
================================================== */
.trending-wrapper {
  margin-top: 40px;
}

.entry-format {
  margin-bottom: 0;
}

/* Widget About me */
.about-me-widget h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 15px 0 8px;
}

a.about-widget-btn {
  padding: 4px 20px;
  margin: 20px 0 0;
  display: inline-block;
  color: #fff !important;
  border-radius: 3px;
  font-size: 12px;
}
.about-desc {
  font-size: 14px;
}

/* widget social share button */
.themewing-social-button-widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.themewing-social-button-widget li {
  display: inline-block;
  margin: 2px 0 3px 3px;
}
.themewing-social-button-widget li a {
  color: #222;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 38px;
  height: 36px;
  border-radius: 3px;
  line-height: 36px;
  background: #eee;
}

.themewing-social-button-widget li a:hover {
  color: #fff;
}


/* instagram sidebar */

.sidebar .themewing-instagram-photo li.photos-list {
  display: block;
  float: left;
  width: 33.33334%;
  margin-left: 0;
  margin-bottom: 4px;
  padding: 0 2px;
}

.sidebar .themewing-instagram-photo {
  margin: 0 -5px;
}
.sidebar .themewing-instagram-photo li.photos-list img{
  width: 100%;
}
.sidebar .themewing-instagram-photo li.photos-list:nth-child(3n+1) {
  margin-left: 0;
}

/* editor post */
.editor-post-content .meta-date {
  font-size: 12px;
}
.meta-in {
  font-style: italic;
  font-size: 14px;
}

/* editor pick */
.title-classic {
  text-transform: uppercase;
  font-size: 22px;
  margin: 5px 0 25px;
  font-weight: 600;
}
.editor-post-items {
  background: #f1f1f1;
}
.editor-post-item {
  padding: 40px 0 40px;
  margin-bottom: 30px;

}

/* Footer Top
================================================== */
.footertop-widget .themewing_instagram_widget {
  background: #fff;
}

.footertop-widget .themewing_instagram_widget .widget-title {
  text-align: center;
  margin-bottom: 25px;
}
.footer-top .container-fluid {
  padding: 0;
}
.footertop-widget .widget_categories ul li a,
.footertop-widget .widget_archive ul li a {
  float: none;
}

.footertop-widget .widget_categories ul li,
.footertop-widget .widget_archive ul li {
  text-align: inherit;
}
.footertop-widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  color: #000;
  text-transform: uppercase;
}

/* mailchimp */
.mc4wp-form-fields h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 20px;

}
.footertop-widget .widget_mc4wp_form_widget {
  text-align: center;
}
.widget_mc4wp_form_widget .subscribe {
  font-size: 20px;
  font-weight: 500;
}
.emailtexttop {
  margin-top: 25px;
}

/* Footer bottom
================================================== */
.footerbottom-widget .themewing-social-button-widget {
  text-align: center;
}
.footerbottom-widget .widget.widget_nav_menu ul.nav {
  display: block;
  text-align: center;
}
.footerbottom-widget .widget.widget_nav_menu ul.nav li {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.footerbottom-widget .widget ul.nav li a {
  padding: 4px 0;
}
.footerbottom-widget .themewing-social-button-widget li {
  margin: 0 5px;
}
.footerbottom-widget .themewing-social-button-widget li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
}
.footerbottom-widget .widget_mc4wp_form_widget {
  text-align: center;
}

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

/*  */
.footer-social-buttons {
  text-align: right;
}
.footer-social-buttons ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}

.footer-social-buttons ul li a {
  color: #9a9a9a;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.footer-social-buttons ul li a:hover {
  color: #fff;
}

.thwfooter {
  background: #283033;
  padding: 70px 0 40px;
  color: #616a6b;
  border-top: 4px double #ECECEC;
}
.footer-widget .widget-title {
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding-left: 12px;
}
.footer-widget .widget-title:after{
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 16px;
  top: 5px;
  z-index: 0;
}
.footer-widget .recent-posts .post-info .entry-title a {
  color: #000;
}

/* newsletter */

.form.mc4wp-form {
  margin: 0;
}

.mc4wp-form input[type=email] {
  margin-top: 0px;
  padding: 11px 25px;
  border-radius: 4px;
  width: 100%;
  color: #000;
  font-size: 14px;
}

.myblog-newsltter {
  position: relative;
}
.myblog-newsltter p {
  margin: 0;
}
.myblog-newsltter input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 20px 18px;
  border: none;
  margin-top: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

/* Footer social */

.footer-social a{
   color: #fff;
   margin: 40px 10px;
   display: inline-block;
   text-transform: uppercase;
}

.footer-social a i{
   width: 36px;
   height: 36px;
   line-height: 34px;
   border: 2px solid #fff;
   border-radius: 100%;
   text-align: center;
   color: #fff;
   margin: 0 10px;
}

.footer-social a:hover i{
   background: #fff;
   color: #222;
}

/* Footer menu */

.footer-menu{
  list-style: none;
  margin: 0;
}
.footer-nav {
  padding: 0;
  display: block;
}
.footer-menu li{
   display: inline-block;
}

.footer-menu li a{
  margin: 0 30px 0 0;
  padding: 0;
  color: #000;
}

.footer-menu li:last-child a {
  margin: 0;
}

.footer-menu li a:hover{
   color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
  padding: 40px 0;
}

/* Copyright */

.copyright-info a {
  color: #000;
}

.copyright .copyright-info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.copyright-info.copyright-layout2 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #777;
}

.copyright-info p {
  margin:0;
}

.copyright-layout1 {
  border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.thw-menubar-wrap {
  background: #fff;
}
.thw-menubar-wrap .navbar-collapse {
  padding: 0;
}
ul.main-menu {
  margin-left: 0;
}
.search-newsletter {
  text-transform: uppercase;
  font-size: 13px;
  color: #252525;
}
.search-newsletter .newsletter-subscribe a {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 6px 25px;
  border-radius: 4px;
  color: #252525;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.search-newsletter .newsletter-subscribe a:hover {
  color: #fff;
}

.search-newsletter .nav-search {
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
}
.search-newsletter .nav-search:before {
  right: 97px;
}

.flexslider_1{
  width:580px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.easylogo img{width:100px !important;}
.easylogo{float:left;margin-top:-30px;padding-left:200px;}
.logo-text{float:left;}
@media (max-width: 768px) {
  .easylogo {
      padding-left:110px;
  }
  #content #rich_webSlider1_1 .flexslider_1{
  	height:auto !important;
  }
  .entry-content table{
  	width:100% !important;
  	word-break:break-all;word-wrap:break-all;writing-mode:tb-rl
  }
}
