/*
Theme Name: Reader
Theme URI: http://themeforest.net/user/dexthemes
Author: dexthemes(developer) - one_touch(designer)
Author URI: http://themeforest.net/user/dexthemes
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: READER
Description: Reader Theme v1.1
Version: 1.1.8
License:
License URI:
/***************************************************************************/
/* INDEX */
/***************************************************************************/
/* HEADER SECTION */
/* LEFT SIDEBAR */
/* BLOG SECTION */
/* BLOG COMMENT AREA */
/* IMAGE GALLERY */
/* PAGINATION */
/* RIGHT SIDEBAR - WIDGET AREA */
/* FOOTER SECTION  */
/***************************************************************************/
/* GLOBALS */
/***************************************************************************/
/*
@import url(https://fonts.googleapis.com/css?family=Noticia+Text:400,400italic,700,700italic);
*/

/* Load Raleway */

/* Raleway */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regular.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regular.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regular.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-medium.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-medium.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-medium.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-semibold.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-semibold.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-semibold.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bold.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bold.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bold.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regularitalic.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regularitalic.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-regularitalic.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: local('Raleway MediumItalic'), local('Raleway-MediumItalic'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-mediumitalic.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-mediumitalic.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-mediumitalic.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bolditalic.woff2') format('woff2'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bolditalic.woff') format('woff'),
  url('https://cdn.hubgets.com/fonts/raleway/raleway-bolditalic.otf') format('opentype');
}

/* Adjustments for raleway font */
b, optgroup, strong { font-weight: 600; }


body {
  background: #FFFFFF;
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color:#424242;
  font-variant-numeric: lining-nums;
}
h1, h2, h3, h4 {
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  margin: 0;
}
h1 {
  font-size: 3.5rem;
  font-weight:500;
}
h2 {
  line-height: 1.3em;
  color: #333333;
  font-weight: 500;
  margin: 0;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-weight: 500;
  font-size: 22px;
}
h5 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
h6 {
  font-size: 1.5rem;
}
p {
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
}
a {
  transition: all 0.15s;
}
a:hover {
  text-decoration: underline;
  color: #00b5ef;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***************************************************************************/
/* BUTTONS */
/***************************************************************************/
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-fullwd {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}
.btn-small {
  width: 120px;
  font-size: 14px;
  font-weight: 500;
}
.btn-mid {
  width: 160px;
  font-size: 16px;
}
.btn-prime {
  color: #fff;
}
.btn-prime:hover {
  background: #333333;
  color: #fff;
}
/***************************************************************************/
/* MISCELLANEOUS */
/***************************************************************************/
hr {
  border-top: 1px solid #e7e7e7;
  margin: 60px 0;
}
hr.small {
  margin: 25px 0;
}
hr.fullwd {
  margin: 30px 0;
  border-color: rgba(0, 0, 0, 0.15);
}
.style-sidebar-right_s .search-box{
  margin-bottom: 0;
}
.input-group .form-control {
  font-weight: 500;
  font-size: 16px;
  border: 0;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 0 0 0;
  -ms-box-shadow: inset 0 0 0 0;
  -o-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
}
.input-group .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
  font-weight: 300;
  font-size: 16px;
}
.input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-size: 16px;
  color: #a6a6a6;
}
.input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-size: 16px;
  color: #a6a6a6;
}
.input-group .form-control:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a6a6a6;
}
.input-group-btn .btn-prime {
  border: 0;
  font-weight: 600;
  height: 40px;
  transition: all 0.3s;
}
.input-group-btn .btn-prime:hover {
  border: 0;
}
.social-icons p {
  float: left;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 3px;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li .fa {
  color: #0873A0;
  transition: all 0.3s;
  background-color: #fff;

}
.progress {
  overflow: visible;
  height: 5px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #eaeaea;
  width: 160px;
  margin: 0 auto 20px;
}
.progress .progress-bar {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress .progress-bar span {
  position: absolute;
  font-size: 16px;
  color: #a6a6a6;
  top: -25px;
  right: -20px;
}
.content-loader {
  text-align: center;
  padding: 60px 0 20px;
}
.jscroll-loading {
  margin-top: 60px;
}
/***************************************************************************/
/* HEADER SECTION */
/***************************************************************************/

header.header { background-color: #00b5ef; padding : 40px 0; margin-bottom: 40px; }
header.header nav.navbar {
  background: inherit; transition: all .3s; border: none;
  margin: 0; min-height: 0; height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
header.header nav.navbar .navbar-brand { display: block; height: auto; padding: 0 !important; margin: 0 !important; }
header.header nav.navbar .navbar-brand h1 { position: absolute; top: -9999px; left: -9999px; z-index: -9999; }
header.header nav.navbar .main-navigation { margin: 0; padding: 0; }
header.header nav.navbar .main-navigation .navbar-nav { margin-left: 200px; }
header.header nav.navbar .main-navigation .navbar-nav > li { padding: 15px 15px 5px; }
header.header nav.navbar .main-navigation .navbar-nav > li > a { font-size: 18px; font-weight: 500; line-height: 42px; color: #FFF; padding: 0 !important; outline: none !important; }
header.header nav.navbar .main-navigation .navbar-nav > li > a:hover,
header.header nav.navbar .main-navigation .navbar-nav > li > a:focus { color: #FFCC33; }
header.header nav.navbar .main-navigation .navbar-nav > li.active > a,
header.header nav.navbar .main-navigation .navbar-nav > li.active > a:hover,
header.header nav.navbar .main-navigation .navbar-nav > li.active > a:focus,
header.header nav.navbar .main-navigation .navbar-nav > li.current-menu-parent > a,
header.header nav.navbar .main-navigation .navbar-nav > li.current-menu-parent > a:hover,
header.header nav.navbar .main-navigation .navbar-nav > li.current-menu-parent > a:focus{ background-color: transparent; border-bottom: 3px solid #FFCC33; font-weight: 800;  }
body.home #menu-main-menu li:first-child a { font-weight: 800; border-bottom: 3px solid #FFCC33; }

header.header nav.navbar .main-navigation #menu-top-bar-links { float: right; }
header.header nav.navbar .main-navigation #menu-top-bar-links > li { padding: 15px 0 5px; }
header.header nav.navbar .main-navigation #menu-top-bar-links > li > a {
  display: block; margin-left: 20px;
  font-size: 18px; line-height: 38px; padding: 0 20px;
  color: #00B5EF; background-color: #FFF;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important; outline: none !important;
}
header.header nav.navbar .main-navigation #menu-top-bar-links > li > a:hover,
header.header nav.navbar .main-navigation #menu-top-bar-links > li > a:focus,
header.header nav.navbar .main-navigation #menu-top-bar-links > li > a:active {
  color: #FFF; background-color: #00B5EF;
}

header.header nav.navbar .main-navigation .search-box { padding: 15px 0 5px; margin: 0; }
header.header nav.navbar .main-navigation .search-box .input-group { position: relative; }
header.header nav.navbar .main-navigation .search-box .input-group:before {
  content: "\e002";
  font-family: "Flaticon", sans-serif;
  font-size: 35px; color: #FFF;
  position: absolute; top: -5px; right: 0;
  z-index: 9999;
}
header.header nav.navbar .main-navigation .search-box .input-group .form-control {
  color: #FFF; font-size: 18px;
  padding-right: 35px; width: 0; transition: all 0.3s; background: none;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  position: relative; z-index: 10000; background: transparent;
  cursor: pointer;
}
header.header nav.navbar .main-navigation .search-box .input-group .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.9); }
header.header nav.navbar .main-navigation .search-box .input-group .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.9); }
header.header nav.navbar .main-navigation .search-box .input-group .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.9); }
header.header nav.navbar .main-navigation .search-box .input-group .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.9); }
header.header nav.navbar .main-navigation .search-box .input-group .form-control:focus {
  width: 200px; background: rgba(255, 255, 255, 0.3);
  cursor: text;
}
@media screen and ( max-width: 1280px ) {
  header.header nav.navbar .main-navigation .navbar-nav { margin-left: 50px; }
  header.header nav.navbar .main-navigation .navbar-nav > li > a,
  header.header nav.navbar .main-navigation #menu-top-bar-links > li > a,
  header.header nav.navbar .main-navigation .search-box .input-group .form-control { font-size: 16px; }
  header.header nav.navbar .main-navigation .search-box .input-group .form-control:focus { width: 160px; }
}
@media screen and ( min-width: 768px ) and ( max-width: 991px ) {
  header.header { padding: 20px 0 10px 0; }
  header.header .navbar-header { float: none !important; }
  header.header nav.navbar .main-navigation .navbar-nav { margin-left: 0 !important; }
  header.header nav.navbar .main-navigation .navbar-nav > li:first-child { padding-left: 0; }
}
@media screen and ( max-width: 767px ) {
  header.header { padding: 0 !important; }
  header.header .navbar-default .navbar-collapse,
  header.header .navbar-default .navbar-form { border: none !important; box-shadow: none !important; }
  #menu-main-menu {margin: 0 !important; }
  header.header nav.navbar .main-navigation .navbar-nav > li { padding: 0;}
  header.header nav.navbar .main-navigation .navbar-nav > li:first-child { padding-top: 0; }
  header.header nav.navbar .main-navigation .navbar-nav > li > a { border-radius: 5px; padding: 0 15px !important;  }
  header.header nav.navbar .main-navigation .navbar-nav > li.active > a,
  header.header nav.navbar .main-navigation .navbar-nav > li.active > a:hover,
  header.header nav.navbar .main-navigation .navbar-nav > li.active > a:focus {
    border: none !important; background-color: rgba(255,255,255,0.25);
  }
  header.header nav.navbar .main-navigation #menu-top-bar-links { float: none; }
  header.header nav.navbar .main-navigation #menu-top-bar-links > li > a { margin-left: 0; text-align: center; font-weight: 600; }
  header.header nav.navbar .main-navigation .search-box { padding: 15px 0 20px 0; }
  header.header nav.navbar .main-navigation .search-box .input-group { width: 100%; }
  header.header nav.navbar .main-navigation .search-box .input-group .form-control,
  header.header nav.navbar .main-navigation .search-box .input-group .form-control:focus { width: 100%; background: rgba(255, 255, 255, 0.3); }
}

/***************************************************************************/
/* LEFT SIDEBAR */
/***************************************************************************/
.left-sidebar .items {
  padding-left: 0;
  padding-right: 0;
}
.left-sidebar .left-navigation > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-sidebar .left-navigation > ul > li {
  line-height: 1.5em;
  padding: 10px 15px 10px 0;
  border-left: 8px solid transparent;
  transition: all 0.3s;
}
.left-sidebar .left-navigation > ul > li h4 {
  padding: 10px 0;
  padding-left: 32px;
  line-height: 1.3em;
  transition: all 0.3s;
}
.left-sidebar .left-navigation > ul > li h4 a {
  color: #1a1a1a;
}
.left-sidebar .left-navigation > ul > li h4:hover{
  /* background:none !important; */
}
.left-sidebar .left-navigation > ul > li h4 a:hover,
.left-sidebar .left-navigation > ul > li h4:hover {
  color: #fff;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+1) {
  border-color: rgba(110, 180, 227, 0.7);
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+1) h4:hover {
  background: #6eb4e3;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+1):hover {
  border-color: #6eb4e3;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+1) ul li>a:hover{
  background: #6eb4e3;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+2) {
  border-color: rgba(244, 183, 86, 0.7);
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+2) h4:hover {
  background: #f4b756;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+2):hover {
  border-color: #f4b756;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+2) ul li >a:hover{
  background: #f4b756;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+3) {
  border-color: rgba(161, 212, 141, 0.7);
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+3) h4:hover{
  background: #a1d48d;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+3):hover {
  border-color: #a1d48d;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+3) ul li > a:hover{
  background: #a1d48d;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+4) {
  border-color: rgba(235, 127, 115, 0.7);
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+4) h4:hover{
  background: #eb7f73;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+4):hover {
  border-color: #eb7f73;
}
.left-sidebar .left-navigation > ul > li:nth-child(4n+4) ul li >a:hover{
  background: #eb7f73;
}
.left-sidebar .left-navigation > ul > li a {
  display: block;
}
.left-sidebar .left-navigation > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-sidebar .left-navigation > ul > li ul li {
  /* padding-left: 32px; */
  transition: all 0.3s;
}
.left-sidebar .left-navigation > ul > li ul li a {
  padding: 5px 0;
  display: block;
  color: #6e6e6e;
  padding-left: 32px;
}
.left-sidebar .left-navigation > ul > li ul li >a:hover{
  color: #fff;
}
.left-sidebar .about-us {
  margin-right: -15px;
  padding: 25px 30px 12px 30px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.left-sidebar .about-us h4 {
  margin-bottom: 20px;
}
.left-sidebar .about-us p {
  line-height: 1.8em;
  color: #818896;
}
.left-sidebar p.copyright {
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 300;
  color: #818896;
}
/***************************************************************************/
/* BLOG SECTION */
/***************************************************************************/
.blog-item h2.title,
.blog-item h2.title a {
  color: #444;
}

.blog-item .meta-info img.thumb {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 30px;
  height: auto;
  float: left;
  margin-right: 6px;
}
.blog-item .meta-info ul {
  list-style: none;
  padding: 3px 0;
}
.blog-item .meta-info ul li {
  display: inline-block;
  /*margin-right: 5px;*/
}
/*
.blog-item .meta-info ul li:after {
  content: "|";
  margin-left: 10px;
  color: #c7cad0;
}
.blog-item .meta-info ul li:last-child:after {
  content: "";
}
*/
.blog-item img.content {
  max-width: 100%;
  height: auto;
}
.blog-style-one {
  background: #fff;
  padding: 15px 50px 40px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 50px;
}
.blog .blog-style-one, .category .blog-style-one, .archive .blog-style-one, .search .blog-style-one{
  margin:0;
  background: #FFF;
  padding:0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow:  none;
  -o-box-shadow:  none;
  box-shadow: none;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -ms-border-radius:  0;
  -o-border-radius: 0;
  border-radius:  0;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.blog .blog-style-one .blog-item,
.category .blog-style-one .blog-item,
.archive .blog-style-one .blog-item,
.search .blog-style-one .blog-item{
  background: #fff;
  padding: 15px 50px 40px 15px;
  margin-bottom: 30px;

}
.blog .blog-style-one .blog-item header,
.category .blog-style-one .blog-item header,
.archive .blog-style-one .blog-item header,
.search .blog-style-one .blog-item header{
  position:relative;
  margin-bottom:20px;
}
.blog .blog-style-one .has-post-thumbnail .the-post-thumbnail,
.category .blog-style-one .has-post-thumbnail .the-post-thumbnail,
.archive .blog-style-one .has-post-thumbnail .the-post-thumbnail,
.search .blog-style-one .has-post-thumbnail .the-post-thumbnail  {
  /*
  margin:-40px -50px 0px;
  position:relative;
  */
  display: none;
}

.blog .blog-style-one .has-post-thumbnail .the-post-thumbnail .dark-overlay,
.category .blog-style-one .has-post-thumbnail .the-post-thumbnail .dark-overlay,
.archive .blog-style-one .has-post-thumbnail .the-post-thumbnail .dark-overlay,
.search .blog-style-one .has-post-thumbnail .the-post-thumbnail .dark-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(top,  rgba(76,76,76,0) 0%, rgba(76,76,76,0) 2%, rgba(42,42,42,0) 60%, rgba(28,28,28,0.50) 84%, rgba(19,19,19,0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0)), color-stop(2%,rgba(76,76,76,0)), color-stop(60%,rgba(42,42,42,0)), color-stop(84%,rgba(28,28,28,0.50)), color-stop(100%,rgba(19,19,19,0.75)));
  background: -webkit-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(76,76,76,0) 2%,rgba(42,42,42,0) 60%,rgba(28,28,28,0.50) 84%,rgba(19,19,19,0.75) 100%);
  background: -o-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(76,76,76,0) 2%,rgba(42,42,42,0) 60%,rgba(28,28,28,0.50) 84%,rgba(19,19,19,0.75) 100%);
  background: -ms-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(76,76,76,0) 2%,rgba(42,42,42,0) 60%,rgba(28,28,28,0.50) 84%,rgba(19,19,19,0.75) 100%);
  background: linear-gradient(to bottom,  rgba(76,76,76,0) 0%,rgba(76,76,76,0) 2%,rgba(42,42,42,0) 60%,rgba(28,28,28,0.50) 84%,rgba(19,19,19,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
}

.blog .blog-style-one .has-post-thumbnail .the-post-thumbnail img,
.category .blog-style-one .has-post-thumbnail .the-post-thumbnail img,
.single .blog-style-one .has-post-thumbnail .the-post-thumbnail img,
.archive .blog-style-one .has-post-thumbnail .the-post-thumbnail img,
.search .blog-style-one .has-post-thumbnail .the-post-thumbnail img {
  width:100%;
  border-radius:5px 5px 0 0 !important;
  margin:0 !important;
}

.single .blog-item .the-post-thumbnail img.content {
  margin: 0 0 25px 0 !important;
}

.blog .blog-style-one .has-post-thumbnail .article-title,
.category .blog-style-one .has-post-thumbnail .article-title,
.archive .blog-style-one .has-post-thumbnail .article-title,
.search .blog-style-one .has-post-thumbnail .article-title {
  /*
  position:absolute;
  bottom:0px;
  */
  width:100%;
}

.blog-style-one .blog-item h2.title {
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  line-height: 1.25em;
}

.blog .blog-style-one .has-post-thumbnail h2.title a,
.category .blog-style-one .has-post-thumbnail h2.title a,
.archive .blog-style-one .has-post-thumbnail h2.title a,
.search .blog-style-one .has-post-thumbnail h2.title a {
  color: #333333;
  font-weight: 700;
  line-height: 1.15em;
  display: inline-block;
}

.blog .blog-style-one .has-post-thumbnail h2.title a:hover,
.category .blog-style-one .has-post-thumbnail h2.title a:hover,
.archive .blog-style-one .has-post-thumbnail h2.title a:hover,
.search .blog-style-one .has-post-thumbnail h2.title a:hover {
  /*text-shadow:0 1px 5px rgba(0,0,0,0.6);*/
  opacity:1;
  color: #00b5ef;
  text-decoration: none;
}

.blog .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(4),
.category .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(4),
.archive .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(4),
.search .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(4) {
  margin-left: 0 !important;
  padding:0 !important;
}

.blog .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2),
.category .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2),
.archive .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2),
.search .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2) {
  font-size: 16px;
  color: #424242;
  opacity: 0.7;
}

.blog .blog-style-one .has-post-thumbnail .meta-info ul li a,
.category .blog-style-one .has-post-thumbnail .meta-info ul li a,
.archive .blog-style-one .has-post-thumbnail .meta-info ul li a,
.search .blog-style-one .has-post-thumbnail .meta-info ul li a {
  color: inherit;
}

.blog .blog-style-one .has-post-thumbnail .meta-info ul li a:hover,
.category .blog-style-one .has-post-thumbnail .meta-info ul li a:hover,
.archive .blog-style-one .has-post-thumbnail .meta-info ul li a:hover,
.search .blog-style-one .has-post-thumbnail .meta-info ul li a:hover {
  color: #00b5ef;
}

.blog-style-one .blog-item p {
  font-size: 20px;
  margin:0 0 25px;
  line-height: 1.6em;
  font-family: Georgia,serif;
}
.blog-style-one .blog-item p:first-child img {
  padding: 20px 0 15px;
}
.blog-style-one .blog-item ul li,
.blog-style-one .blog-item ol li { font-size: 20px; line-height: 1.6em; }
.blog-style-one .blog-item .wp-caption-text {
  margin-bottom:15px;
  color:#888;
}
.blog-style-one .blog-item .meta-info {
  margin: 10px 0 25px;
}

.blog-style-one .blog-item .meta-info ul li {
  font-size: 16px;
  color: #424242;
  opacity: 0.7;
}
@media screen and ( max-width: 767px ) {
  .blog-style-one .blog-item .meta-info ul li { font-size: 14px !important; opacity: 0.6; }
}
.blog-style-one .blog-item img.content,
.post-body p + img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 40px 0;
}

.post-body img {
  max-width:100%;
  height:auto;
}
.post-body .wp-post-image{
  margin: 30px 0;
  width: auto;
}
.post-body  p+img,.post-body  br+img{
  margin: 40px 0;
  width: auto;
}

.blog-style-one .blog-item img.content{
  margin: 0 0 40px;
}

.blog-style-one .blog-item blockquote {
  border: none;
  margin: 25px 0 15px;
  padding: 15px 40px;
  font-weight: 500;
}
.blog-style-one .blog-item blockquote em {
  color: #0b0c0d;
  text-align: left;
}
.blog-style-one .blog-item em {
  color: #424242;
  font-size: 18px;
  line-height: 1.4em;
}
.blog-style-one .blog-item blockquote p{
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.6 !important;
  font-size: 22px !important;
}
@media screen and ( max-width: 767px ) {
  .blog-style-one .blog-item blockquote, .comments blockquote { padding: 10px 15px !important; }
  .blog-style-one .blog-item blockquote p { font-size: 20px !important; }
}
.blog-style-one .social-share {
  margin: 60px 0;
  padding: 15px 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-style-one .social-share p {
  color: #747b8a;
}
.blog-style-one .social-share .social-icons {
  float: right;
}
.blog-style-one .social-share .social-icons ul {
  float: right;
}
.blog-style-one .social-share .social-icons li .fa:hover {
  opacity: 0.8;
}

.blog-style-one .social-share .social-icons li .fa-facebook {
  background: #2b77be;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-twitter {
  background: #62bfef;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-google-plus {
  background: #f25353;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-pinterest {
  background: #d91c1c;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-linkedin {
  background: #4875B4;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-tumblr  {
  background: #2B4964;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-reddit  {
  background: #ffb769;
  color: #FFF;
}
.blog-style-one .social-share .social-icons li .fa-envelope-o  {
  background:#D29C48;
  color: #FFF;
}
.blog-style-one .about-author {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 30px 20px;
}
.blog-style-one .about-author .thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.blog-style-one .about-author .desc h5 {
  text-transform: none;
  color: #49494A;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-style-one .about-author .desc p {
  color: #747b8a;
}
/* BLOG STYLE TWO */
.blog-style-two .blog-item { background: #fff; margin-bottom: 50px; }
.blog-style-two .blog-item .the-post-thumbnail { display: block; width: 100%; height: 200px; overflow: hidden !important; }
.blog-style-two .blog-item .the-post-thumbnail a { display: block; width: 100%; height: 100%; }
.blog-style-two .blog-item .the-post-thumbnail a:empty { background-color: #cacaca; }
.blog-style-two .blog-item .the-post-thumbnail a img {
  display: block; max-width: none; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}
.blog-style-two .blog-item:hover .the-post-thumbnail a img {
  -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);
}
.blog-style-two .blog-item .meta-info { font-size: 13px; line-height: 1.6em; color: #B4B4B4; text-align: right; margin-top: 5px; }
.blog-style-two .blog-item h2.title { font-size: 22px; line-height: 1.3em; color: #333; margin-bottom: 15px; font-weight: 600; }
.blog-style-two .blog-item p { line-height: 1.5em; text-align: left; font-family: Georgia, serif; }
.blog-style-two .blog-item img.content,
.style-sidebar-right_s.style-blog-grid .blog-style-two .the-post-thumbnail img,
.style-sidebar-both_s.style-blog-grid .blog-style-two .the-post-thumbnail img { margin-bottom: 0; width: 100%; }
.blog-style-two .blog-item .audio-player,
.blog-style-two .blog-item .video-player {
  margin: 20px 0;
}
.blog-style-two .blog-item .video-player {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-style-two .blog-item .btn {
  margin-top: 10px;
}

.title-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0+20,0.75+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(204,204,204,0) 20%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0) 20%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(204,204,204,0) 20%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 ); /* IE6-8 */
}

article.hero-post { width: 100%; height: 375px; position: relative; overflow: hidden !important; }
article.hero-post .the-post-thumbnail,
article.hero-post .the-post-thumbnail a { display: block; width: 100%; height: 100%; }
article.hero-post .the-post-thumbnail a img {
  display: block; max-width: none; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}
article.hero-post:hover  .the-post-thumbnail a img {
  -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04);
}
article.hero-post .title-wrapper {
  padding: 30px; width: 100%; height: auto; position: absolute; left: 0; right: 0; bottom: 0; text-align: right;
  text-decoration: none !important; outline: none !important;
  /* Has the title gradient class defined above */
}
article.hero-post .title-wrapper h2 {
  width: 75%; float: right;
  font-size: 30px; font-weight: bold; line-height: 1.2em;
  text-align: right;
  color: #FFF;
  text-shadow: 0 0 3px #000;  
}
@media screen and ( max-width: 991px ) {
  article.hero-post { margin-bottom: 0; }
}

li.hero-popular-post { width: 100%; height: 172px; position: relative; overflow: hidden !important; }
li.hero-popular-post:first-child { margin-bottom: 31px; }
li.hero-popular-post a { display: block; width: 100%; height: 100%; }
li.hero-popular-post a img {
  display: block; max-width: none; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}
li.hero-popular-post:hover a img {
  -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);
}
li.hero-popular-post .title-wrapper {
  padding: 15px; width: 100%; height: auto; position: absolute; left: 0; right: 0; bottom: 0; text-align: right;
  text-decoration: none !important; outline: none !important;
  /* Has the title gradient class defined above */
}
li.hero-popular-post .title-wrapper h2 {
  font-size: 20px; font-weight: bold; line-height: 1.1em;
  text-align: right; color: #FFF;
  text-shadow: 0 0 3px #000;
}
  /***************************************************************************/
/* BLOG COMMENT AREA */
/***************************************************************************/
.comments-area h3 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.comments-area p {
  color: #4e525c;
}
.comments-area p.comment-info-note {
  color: #a1a5ae;
}
.comments-area .comments {
  margin-top: 20px;
}
.comments-area .comments > ul li .thumb {
  margin-top: 10px;
  margin-right: -15px;
}
.comments-area .comments > ul li .thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.comments-area .comments > ul li .col-md-20 {
  padding-left: 0;
}
.comments-area .comments > ul li p .author-comment {
  color: #818896;
  font-weight: 600;
  margin-right: 0 !important;
  text-transform:capitalize;
}
.comments-area .comments > ul li p a.comment-reply-link {
  font-weight: 600;
}
.comments-area .comments > ul li p span {
  color: #abb0b9;
  margin-right: 20px;
}
.comments-area .comments hr.small {
  margin: 10px 0 20px 0;
}
.comments-area .comment-form {
  margin-bottom: 45px;
}
.comments-area .comment-form h3 {
  margin-bottom: 20px;
  font-size: 28px;
}
.comments-area .comment-form .comment-input {
  margin-bottom: 10px;
}
.comments-area .comment-form .comment-input .form-input {
  background: #FFFFFF;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 8px;
  font-size: 16px;
}
.comments-area .comment-form .comment-input input[type="text"],
.comments-area .comment-form .comment-input input[type="email"]  {
  width: 40%;
}
.comments-area .comment-form .comment-input textarea.form-input {
  width: 100%;
}
.comments-area .comment-form .btn-prime {
  padding: 8px 19px;
  font-size: 18px;
  width: 200px;
  display: block;
  /*margin: 30px auto 0 auto;*/
  background-color: #00b5ef;
  color: #FFF !important;
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  border: 1px solid #00b5ef;
  border-radius: 4px;
  outline :none;
}
.comments-area .comment-form .btn-prime:hover,
.comments-area .comment-form .btn-prime:active {
  background-color: transparent !important;
  color: #00b5ef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.subscribe-to-comments input {margin-right:6px;}
.comment-subscription-form input {margin-right:6px;}

@media screen and ( max-width: 767px ) {
  .comments-area .comment-form .comment-input .form-input { font-size: 16px; padding: 8px; }
  .comments-area .comment-form .comment-input textarea.form-input { max-height: 130px !important; }
  .comments-area .comment-form .comment-input .input-email,
  .comments-area .comment-form .btn-prime { width: 100% !important; }
  .subscribe-to-comments > label { font-size: 14px; position: relative; top: -2px; }
}
/***************************************************************************/
/* IMAGE GALLERY */
/***************************************************************************/
.html5-image-gallery {
  margin: 30px 0;
}
.html5-image-gallery .item {
  float: left;
  width: 25%;
  z-index: 1;
  position: relative;
}
.html5-image-gallery .item .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.html5-image-gallery .item:hover .overlay {
  opacity: 1;
}
.html5-image-gallery .item img {
  width: 100%;
}
/***************************************************************************/
/* PAGINATION */
/***************************************************************************/
.navigate-page {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 65px 0 0 0;
}
.navigate-page li {
  display: inline-block;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.navigate-page li a {
  display: block;
  color: #686f7c;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none !important;
}
.navigate-page li:first-child,
.navigate-page li:last-child {
  width: 100px;
}
.navigate-page li:hover,
.navigate-page li.active {
  background-color: #00B5EF;
}
.navigate-page li:hover a,
.navigate-page li.active a {
  color: #fff;
}
/***************************************************************************/
/* RIGHT SIDEBAR - WIDGET AREA */
/***************************************************************************/
.right-sidebar {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px !important;
}
body.home .right-sidebar,
body.category .right-sidebar { padding-top: 0 !important;  }
.right-sidebar h5 {
  font-size: 20px;
  font-weight: 700;
  color: #717171;
}
.right-sidebar p {
  color: #818896;
}

/* WIDGET STYLES */
.widget-popular-article .popular-article {
  margin-bottom: 20px;
}
.widget-popular-article .popular-article .thumb {
  float: left;
  margin-right: 15px;
}
.widget-popular-article .popular-article .thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 60px;
  height: auto;
}
.widget-popular-article .popular-article .article-link a {
  font-weight: 500;
}
.widget-readers-job-board .btn {
  margin-top: 30px;
}
.widget-photo-gallery .photo-gallery .item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 31%;
}
.widget-photo-gallery .photo-gallery .item img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget-subscribe .subscriber-box {
  padding: 0;
  width: 100%;
  margin: 15px 0 25px 0;
}
.widget-subscribe .subscriber-box .input-group {
  width: inherit;
}
.widget-subscribe .subscriber-box .input-group .input-group-btn {
  width: 1px;
}
.widget-subscribe .social-icons ul li .fa:before {
  /*   font-size: 30px;
    margin-right: 5px; */
}
.widget-ads h5 {
  color: #bbbbbb;
}
.widget-ads figure {
  margin-bottom: 30px;
}
.widget-ads figure figcaption {
  margin-top: 10px;
}
.widget-ads figure figcaption a {
  color: #53b3e4;
  font-size: 14px;
  font-weight: 500;
}

.widget.hg-popular-posts h5 {
  font-size: 20px; font-weight: 700;
  padding-left: 50px; line-height: 40px;
  background: url(images/star-widget-icon.png) left 0 no-repeat;
  background-size: 38px 38px;
}
.widget.hg-popular-posts ul li { margin-bottom: 20px; }
.widget.hg-popular-posts ul li a {
  display: block;
  font-size: 16px; line-height: 1.2em; font-weight: 400; color: #00b5ef; text-decoration: none !important; outline: none !important;
  letter-spacing: 0.01em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.widget.hg-popular-posts ul li a:hover,
.widget.hg-popular-posts ul li a:focus,
.widget.hg-popular-posts ul li a:active { text-decoration: underline !important; }
.widget.hg-popular-posts ul li span.meta-date { display: none !important; }

.widget.hg-newsletter h5 {
  font-size: 20px; font-weight: 700;
  padding-left: 50px; line-height: 38px;
  background: url(images/news-widget-icon.png) left 0 no-repeat;
  background-size: 38px 38px;
}

.widget.hg-about-me h5 {
  font-size: 20px; font-weight: 700;
  padding-left: 50px; line-height: 38px;
  background: url(images/ceo-widget-icon.png) left 0 no-repeat;
  background-size: 38px 38px;
}
.widget.hg-about-me > div {
  color: #505151;
  font-size: 18px;
  line-height: 1.4em;
}

.widget.hg-twitter h5 {
  font-size: 20px; font-weight: 700;
  padding-left: 50px; line-height: 38px;
  background: url(images/twitter-widget-icon.png) left 0 no-repeat;
  background-size: 38px 38px;
}

/* Retina media query */
@media only screen and ( -webkit-min-device-pixel-ratio: 1.5 ),
only screen and (    min--moz-device-pixel-ratio: 1.5 ),
only screen and (      -o-min-device-pixel-ratio: 3/2 ), /* returns 1.5, see Dev.Opera */
only screen and (         min-device-pixel-ratio: 1.5 ),
only screen and ( min-resolution: 1.5dppx ) {
  .widget.hg-popular-posts h5 { background-image: url(images/star-widget-icon@2x.png) !important; }
  .widget.hg-newsletter h5 { background-image: url(images/news-widget-icon@2x.png) !important; }
  .widget.hg-about-me h5 { background-image: url(images/ceo-widget-icon@2x.png) !important; }
  .widget.hg-twitter h5 { background-image: url(images/twitter-widget-icon@2x.png) !important; }
}
/***************************************************************************/
/* FOOTER SECTION  */
/***************************************************************************/
.footer {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1500;
  /* LIGHT FOOTER */
  /* DARK BLUISH FOOTER */
  /* FOOTER GLOBAL */
}
.footer.light {
  background: #e3e3e3;
}
.footer.light h5 {
  color: #FFF;
}
.footer.light p.copyright {
  color: #FFF;
}
.footer.light .footer-widgets p {
  color: #FFF;
}
.footer.light .footer-widgets li {
  color: #FFF;
}
.footer .widget_recent_comments ul li a ,
.footer .widget_categories ul li a,
.footer .widget_recent_entries ul li a ,
.footer .widget_archive ul li a,
.footer .widget_nav_menu ul li a ,
.footer .widget_pages ul li a ,
.footer .widget_meta ul li a,
.footer .widget_links ul li a  {
  color: #9cc7d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .widget_recent_comments ul li a:hover ,
.footer .widget_categories ul li a:hover,
.footer .widget_recent_entries ul li a:hover ,
.footer .widget_archive ul li a:hover,
.footer .widget_nav_menu ul li a:hover ,
.footer .widget_pages ul li a:hover ,
.footer .widget_meta ul li a:hover,
.footer .widget_links ul li a:hover  {
  color: #fff;
  text-decoration: none;
}
.footer.light .widget-tweets .tweet li p.date {
  color: #FFF;
}
.footer.bluish-dark {
  background: #0873a0;
}
.footer.bluish-dark h5 {
  color: #FFF;
}
.footer.bluish-dark p.copyright {
  color: #9cc7d9;
}
.footer.bluish-dark p.copyright a {
  color: #9cc7d9;
}
.footer.bluish-dark p.copyright a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer.bluish-dark .footer-widgets p {
  color: #9CC7D9;
  font-weight: 300;
}
.footer.bluish-dark .widget-category ul li a {
  color: #FFF;
  opacity: 0.6;
  -webkite-transition: all 0.2s;
  transition: all 0.2s;
}
.footer.bluish-dark .widget-category ul li a:hover {
  color: #FFF;
  opacity: 1;
}
.footer.bluish-dark .widget-tweets .tweet li p.date {
  color: #6d7c88;
}
.footer hr.fullwd {
  /*margin: 30px 0 20px 0;*/
  display: none;
}
.footer h5 { margin-bottom: 15px; }
.footer ul li { font-size: 14px; font-weight: 300; margin-bottom: 8px !important; }
.footer p.copyright {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 12px;
}
.footer .footer-widgets h5 {
  padding-top: 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .footer-widgets p {
  line-height: 1.8em;
  font-size: 14px !important;
}
.footer .widget_text {
  color: #6d7c88;
  font-weight: 400;
  line-height: 1.8em;
}
.footer .widget_text .logo img {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.footer .widget_text .logo h5 {
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
  color: #787878;
}
.widget-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-category ul li {
  line-height: 1.8em;
}
.widget-category ul li a {
  color: #818896;
}
.widget-category ul li:hover a {
  color: #787878;
}
.widget-tweets .tweet {
  color: inherit;
}
.widget-tweets .tweet li {
  margin-bottom: 15px;
  position: relative;
}
.widget-tweets .tweet li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e004";
  color: #3498db;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 35px;
  line-height: 30px;
  margin-top: 10px;
  font-family: Flaticon;
}
.widget-tweets .tweet li p {
  margin-left: 50px;
  margin-bottom: 0;
}
.widget-tweets .tweet li p a {
  color: #3498db;
}
.widget-tweets .tweet li p.date {
  color: #a6a6a6;
}

.footer .footer-widgets h5 { padding-top: 12px; text-transform: uppercase; }
.footer .social-icons { padding-top: 10px; }
.footer .social-icons ul li .fa { color: #0873a0; transition: all 0.2s; background-color: #fff; opacity: 0.6; }
.footer .social-icons ul li a:hover .fa,
.footer .social-icons ul li a:focus .fa,
.footer .social-icons ul li a:active .fa { color: #00b5ef; background-color: #fff; opacity: 1; }

/***************************************************************************/
/* READER  */
/***************************************************************************/
.meta-info li a{
  text-transform:capitalize;
  color: #424242;
  opacity: 0.7;
  transition: all .3s;
}
.meta-info li a{
  text-decoration: none;
  opacity: 1;
}
.post-body {
  color: #49494a;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 18px;
}
.searchform label,.searchform input[type='submit']{
  display:none;
}
.searchform{
  position:relative;
}
.searchform input[type='text']{
  width: 96%;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
}
.searchform:before{
  content: "\e002";
  font-family: "Flaticon", sans-serif;
  font-size: 35px;
  position: absolute;
  top: -5px;
  right: 14px;
  color: #888888;
  z-index: 9999;
}
.widget_recent_comments li,
.widget.widget_categories li,
.widget.widget_recent_entries li,
.widget.widget_archive li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_links ul li {
  margin: 0 0 10px;
}
.widget-photo-gallery .photo-gallery .item img{
  transition: all 0.5s;
}
.widget-photo-gallery .photo-gallery .item:hover img{
  /* opacity:.6; */
}
#mc_signup_submit {
  margin-top: 0 !important;
  width: 100% !important;
  text-transform:capitalize;
}
.mc_merge_var{
  width:100%;
  margin: 15px 0 25px 0;
  margin-bottom: 21px  !important;
  font-size: 15px;
}
.mc_form_inside {
  position: relative;
}
.mc_signup_submit {
  width: 45px !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 15px;
}
.widget_mailchimpsf_widget+ hr{
  display:none;
}
.widget_mailchimpsf_widget h4{
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  color: #6e6e6e;
  font-weight: 600;
}
.mc_var_label{
  display:none !important;
}
#mc_subheader {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  color: #818896;
}
.social-icons .fa{
  font-size: 18px !important;
  line-height: 30px;
  width: 30px;
  background: #a9a9a9;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  border-radius: 50px;

  margin-bottom: 5px;
}
.social-icons ul li .fa { color: #00B5EF; }
.right-sidebar .social-icons .fa{
  margin-right: 5px;
}
.widget-subscribe hr.small{
  margin-top: 37px;
}
.right-sidebar>div:last-child hr{
  display:none;
}
.right-sidebar>div:last-child {
  padding-bottom: 115px;
}
.right-sidebar-ok>div:last-child{
  padding-bottom: 83px !important;
}
.left-sidebar .left-navigation > ul > li > div{
  padding:3px;
  padding-left: 32px;
}
.left-sidebar .left-navigation > ul > li ul li {
  margin-bottom: 0;
}
ul.children> li> a {
  padding-left: 52px !important;
}
ul.children ul.children >  li> a {
  padding-left: 80px !important;
}
.left-sidebar .left-navigation > ul .widget_text{
  border:none;
}
.left-sidebar .left-navigation > ul .widget_text h4:hover{
  background: transparent !important;
  color: #4d4d4d;
}
.left-sidebar .left-navigation > ul .widget_text  .textwidget {
  line-height: 1.8em;
  color: #818896;
  font-size: 16px;
}
.left-sidebar .left-navigation > ul .widget_text  hr{
  margin: 26px 0;
}
.admin-bar .navbar-fixed-top {
  top: 32px;
}
.post-tags a{
  color: #747b8a;
}
.comments-area img{
  max-width:100%;
  height:auto;
}
.comments-area .comments .children{
  margin-left: 7%;
}
.loading-ajax-post.blog .footer{
  display:none;
}
.btn-read-more{
  display:block;
  color:#fff !important;
}
.loading-ajax-post .navigate-page {
  padding-top: 30px;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.blog-style-two .navigate-page{
  clear: both;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 72px;
}
.style-blog-grid.blog .footer{
  margin-top:0;
  padding-top: 65px;
}
.loading-ajax-post.style-blog-grid.blog .footer{
  padding-top: 35px;
}
.style-blog-grid.blog .right-sidebar>div:last-child{
  padding-bottom: 35px;
}
.post-body{
  word-wrap: break-word;
  overflow: hidden;
}
.post-body *{
  max-width: 100%;
}
.blog-style-two .row{
  clear:both;
}
.html5-image-gallery .item p{
  display:none;
}
.video-player+br{
  display:none;
}
.loading-ajax-post.style-blog-grid.blog  .blog-item .meta-info img.thumb{
  display:none;
}
.sticky_label {
  color: #fff;
  font-size: 23px;
  padding: 0px 10px;
  vertical-align: middle;
  border-radius: 3px;
  position: relative;
  top: -2px;
  display: inline-block;
  line-height: 40px;
}

.sticky_label .fa{
  font-size: 17px;
  padding-left: 6px;
}
.style-blog-grid .sticky_label {
  font-size: 18px;
}
.style-blog-grid .sticky_label .fa {
  font-size: 14px;
}
.post-body h1, .post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6,
.comments h1, .comments h2,.comments h3,.comments h4,.comments h5,.comments h6{
  margin-top: 20px;
  margin-bottom: 15px;
  line-height:1.3em;
}
.post-body h1,
.comments h1{
  font-size:34px;
  font-weight:700;
  padding:15px 0 5px;
}
.post-body h2,
.comments h2{
  font-size: 32px;
  margin-top:30px;
  padding:12px 0 5px;
  font-weight: 600;
}
.post-body h3,
.comments h3 {
  font-size: 28px;
  font-weight: 600;
  padding:10px 0 3px;
}
.post-body  h4,
.comments  h4 {
  font-weight: 500;
  font-size: 24px;
  padding:8px 0 2px;
}
.post-body  h5,
.comments  h5 {
  font-size: 22px;
  text-transform: none;
  padding:5px 0 0px;
}
.post-body h6,
.comments h6 {
  font-size: 20ßßpx;
  font-weight: 600;
  padding:5px 0 0px;
}
.post-body h1+h2,
.comments h1+h2{
  margin-top:10px;
}
.post-body h1:first-child, .comments h1:first-child,
.post-body h2:first-child, .comments h2:first-child,
.post-body h3:first-child, .comments h3:first-child,
.post-body h4:first-child, .comments h4:first-child,
.post-body h5:first-child, .comments h5:first-child,
.post-body h6:first-child, .comments h6:first-child { margin-top:0 !important; padding-top: 0 !important; }
.blog-style-one .blog-item blockquote,
.comments blockquote {
  padding: 15px 36px;
}
.post-body th,.post-body  td {
  text-align: left;
  padding-right: 10px;
  line-height: 1.8;
}
.post-body th,
.comments th {
  background-color:#fcfcfc;
}
.post-body td,.post-body th,
.comments td,.comments th {
  padding:9px 15px;
  border:1px solid #e9e9e9;
}
cite {
  font-style: italic;
  font-weight: bold;
}
.post-body  ul,
.comments  ul li ul{
  list-style-type: disc;
}
.post-body ul,  .comments ul li ul,
.comments ol{
  padding-left: 50px;
}
.post-body ol,.comment-wrap ol{
  padding-left: 50px;
}
.post-body ul, .post-body ol {
  margin-bottom:15px;
  font-family: Georgia, serif;
}
@media screen and ( max-width: 767px ) {
  .post-body ul, .comments ul li ul, .comments ol, .post-body ol,.comment-wrap ol { padding-left: 30px; }
}
dd {
  line-height: 1.5em;
  margin-bottom: 10px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
legend, mark, pre, .form-allowed-tags code {
  font-size: 14px;
  background-color: rgba(139,139,139,0.1);
  background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.5)),color-stop(.5,transparent),to(transparent));
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
  background-image: linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
  background-size: 24px 3.4em;
  padding: 1.7em 8px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.wp-caption {
  text-align: center;
  font-style: italic;
}
.wp-caption-text {
  padding-top: 4px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
  display:inline;
  float:left;
}
.alignright {
  display:inline;
  float:right;
}
.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
img.alignleft {
  padding:10px 25px 10px 0;
  box-sizing:content-box;
}
img.alignright {
  padding:10px 0 10px 25px;
  box-sizing:content-box;
}
.navigate-page .page-links-title ~span,.post-body .navigate-page a{
  color:#fff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.post-body .navigate-page a{
  background: #e6e6e6;
  color: #686f7c;
}
.post-body .navigate-page{
  margin: 0;
}
.blog-style-two .post-body .navigate-page {
  padding-top: 10px;
}
.blog.style-blog-grid.style-sidebar-both_s [name="post_password"]{
  max-width: 150px;
}
.blog.style-blog-grid .html5-image-gallery .item{
  width: 50%;
}
.blog-item h2.title {
  word-wrap: break-word;
}
.style-blog-grid .sticky_label{
  line-height: 34px;
}
.title_archive{
  padding: 15px;
  font-size: 28px;
  color: #00B5EF;
  font-weight: 600;
}
@media screen and ( max-width: 767px ) {
  .title_archive {padding: 10px; font-size: 24px;}
}
.error404  .blog-style-one .blog-item h2.title {
  padding-bottom: 20px;
}
.box-404 {
  text-align: center;
}
.box-404 h1{
  padding-bottom: 30px;
}
h5.bigger {
  font-size: 125px;
  padding-bottom: 39px;
  padding-top: 33px;
}
.error404 .social-share{
  margin-bottom: 40px;
}


.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  margin-bottom: 20px;
  text-align: right;
  font-size: 14px;
  color: #404040;
}
.widget_calendar tbody td {
  text-align: center;
  border: 1px solid #B0B0B0;
  position:relative;
}
.widget_calendar tbody td:before{

}
.widget_calendar tbody td:hover{
  background-color: #d8d8d8;
}
.widget_calendar tbody td,
.widget_calendar table th,
.widget_calendar tfoot td {
  padding: 8px 0;
  text-align: center;
}

.widget_calendar thead,
.widget_calendar tfoot {
  border: 1px solid  #ccc;
}

.widget_calendar tfoot td {
  padding-left: 10px;
  font-size: 13px;
  color: #404040;
  font-weight: 400;
  text-align: left;
}
.widget_calendar table th {
  background-color: #fff;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
td:first-child{
  padding-right:5px;
}
.widget_calendar tbody td {
  color: #616161;
  font-size: 14px;
}
.widget_calendar tbody td#today {
  background-color: #d8d8d8;
  color: #fff;
}
a.rsswidget img{
  display:none;
}
span.comment-author-link{
  text-transform:capitalize;
}
.widget li a.rsswidget:before {
  content: "\f143";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 5px;
}
span.rss-date {
  font-size: 15px;
  display: block;
  line-height: 2;
  color: #888;
}
.widget li cite {
  font-style: normal;
  color: #666666;
  font-weight: 600;
}
.widget img{
  height:auto;
}

.widget select{
  width:100%;
  padding: 6px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 42px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  color: #000;
  outline: 0;
  border-color: #B0B0B0;
}

.right-sidebar .children,.right-sidebar .sub-menu  {
  margin-left: 23px;
  padding-top: 8px;
}
.right-sidebar  ul.children> li> a,.right-sidebar  ul.children ul.children > li> a{
  padding-left: 0 !important;
}
.right-sidebar h5 a.rsswidget {
  color: #6e6e6e;
}
.footer a.rsswidget {
  color: #3498db;
}
.rssSummary {
  line-height: 1.7;
  padding-bottom: 5px;
}
.footer.bluish-dark  li.recentcomments,
.footer.bluish-dark  .rssSummary {
  color: #6d7c88;
}
.footer.bluish-dark  .widget_calendar table caption {
  color: #6d7c88;
}
.widget_rss ul li{
  padding-bottom: 20px;
}
.widget_rss ul li:last-child{
  padding-bottom: 0;
}
.right-sidebar .tagcloud a{
  font-size: 14px !important;
  padding: 5px 9px;
  margin-bottom: 3px;
  display: inline-block;
  border-radius: 3px;
  background: #e6e6e6;
  color: #686f7c;
  margin-right: 0px;
}
.post-body p:last-child{
  margin-bottom:0;
}

.left-navigation .widget_categories li,
.left-navigation .widget_archive li{
  font-size: 0;
  line-height: 0;
}
.left-navigation .widget_categories li a,
.left-navigation .widget_archive li a{
  font-size: 16px;
  line-height: 1.5em;
}
.left-navigation .widget select{
  margin-left: 14px;
}
.left-navigation .widget_calendar,
.left-navigation .widget_recent_comments{
  border-left: 0;
}
.left-navigation .widget_calendar tbody td,.left-navigation .widget_calendar table th, .left-navigation .widget_calendar tfoot td {
  padding: 2px 0;
}
.left-navigation span.comment-author-link {
  /* padding-left: 31px; */
}
.left-sidebar .left-navigation .widget_recent_comments li a{
  padding: 5px 0;
  display: inline !important;
  color: #6e6e6e;
  padding-left: 0;
}
.left-sidebar .left-navigation .widget_recent_comments li a:hover{
  background:transparent !important;
  color: #333 !important;
}
.left-sidebar li.recentcomments{
  padding-left: 31px;
  padding-bottom: 8px;
}
.left-sidebar span.rss-date,
.left-sidebar .widget li cite {
  padding-left: 32px;
}
.left-sidebar .rssSummary {
  padding-left: 32px;
  font-size: 15px;
}
.left-sidebar .searchform:before{
  top: 8px;
}
.left-sidebar .searchform {
  position: relative;
  margin-left: 21px;
  margin-right: -14px;
}
.left-navigation .widget form select {
  margin-left: 0;
}
.left-navigation .tagcloud a {
  background: #e6e6e6;
  color: #686f7c;
  display: inline-block !important;
  font-size: 14px !important;
  margin-bottom: 5px;
  padding: 1px 8px;
}
.left-sidebar .widget_nav_menu >div{
  padding-left: 0 !important
}
.left-sidebar ul.sub-menu {
  border-left: 8px solid transparent;
}
.left-sidebar .widget_calendar>div {
  margin-right: -16px;
  margin-left: -15px;
}
.footer .widget_calendar table {
  background-color: rgb(239, 239, 239);
}
.col-footer>div{
  margin-bottom: 15px;
}
.footer ul.children> li> a,
.footer ul.children ul.children > li> a{
  padding-left: 0 !important;
}
.footer ul.children,.footer ul .sub-menu {
  margin-left: 20px;
  padding-top: 8px;
}
.footer ul .sub-menu {
  margin-left: 16px;
}
.footer .tagcloud a {
  font-size: 16px !important;
  color: #666b74;
  padding-bottom: 5px;
  display: inline-block;
}
.footer .tagcloud a:after{
  content: ', ';
}
.footer.light h5 a {
  color: #6e6e6e;
}
.location{
  border-top: 1px solid rgb(219, 219, 219);
  border-bottom: 1px solid rgb(219, 219, 219);
  margin-top: 20px;
}
.left-sidebar-fixed{
  position:fixed;
}
a.btn.btn-prime.btn-read-more.btn-small {
  display: inline-block;
}
a.btn.btn-prime.btn-read-more2.btn-small {
  padding: 8px 19px;
  width: 200px;
  display: block;
  margin: 30px auto 0 auto;
  background: #00b5ef;
  color: #FFF !important;
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  border-radius: 6px;
  border: 1px solid #00b5ef;
}
a.btn.btn-prime.btn-read-more2.btn-small:hover,
a.btn.btn-prime.btn-read-more2.btn-small:active {
  background: transparent;
  color: #00b5ef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.blog-style-one .blog-item .excerpt-post p:last-child::after { display: none !important; }

.category .title_archive {display:none;}

.full-width-image {margin:15px -50px;}
hr+h1 {
  margin-top: -15px !important;
  padding-top: 0 !important;
}


.widget_rrm_popular_posts ul li {
  margin-bottom:12px;
  padding-right:20px;
}


.footer .social-icons ul li {margin-right: 8px;}
.footer .widget-subscribe hr.small{ display:none;}

.right-sidebar .social-icons .fa {
  margin-right: 10px;
}

.social-share .social-icons ul li {
  margin-left:5px;
}
.subscribe-to-comments {margin: 30px 0 10px 0 !important;}
.subscribe-to-comments > label { margin: 0; display: inline !important; font-weight: 400 !important;ßßßß}
.comments-area .comment-form {
  margin-bottom: 10px;
}
.comments-area .comment-form .comment-input .form-input:focus {border:1px solid #00b5ef; background:#fff;}

.search-everything-highlight-color {
  padding: 1px 4px 2px;
  color: #fff;
  border-radius: 4px;
  margin: 0 3px;
}
.mobile-only {display:none;}

@media only screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    padding: 0 0 0 15px !important;
    width: auto !important;
  }

  .header .navbar .navbar-toggle { border: none !important; background-color: transparent !important; margin-right: 0 !important; margin-top: 45px; margin-bottom: 0; }
  .header .navbar .navbar-toggle .icon-bar { background-color: #FFF; width: 25px; transition: all .2s; }

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

  .header .navbar .navbar-toggle .icon-bar:nth-child(2) { opacity: 1;
    -webkit-transform: rotateZ(45deg) translateX(3px) translateY(8px);
    -moz-transform: rotateZ(45deg) translateX(3px) translateY(8px);
    -ms-transform: rotateZ(45deg) translateX(3px) translateY(8px);
    -o-transform: rotateZ(45deg) translateX(3px) translateY(8px);
    transform: rotateZ(45deg) translateX(3px) translateY(8px);
  }
  .header .navbar .navbar-toggle .icon-bar:nth-child(3) { opacity: 0; }
  .header .navbar .navbar-toggle .icon-bar:nth-child(4) { opacity: 1;
    -webkit-transform: rotateZ(-45deg) translateX(1px) translateY(-7px);
    -moz-transform: rotateZ(-45deg) translateX(1px) translateY(-7px);
    -ms-transform: rotateZ(-45deg) translateX(1px) translateY(-7px);
    -o-transform: rotateZ(-45deg) translateX(1px) translateY(-7px);
    transform: rotateZ(-45deg) translateX(1px) translateY(-7px);
  }

  .header .navbar .navbar-toggle.collapsed .icon-bar { background-color: #FFF; opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .blog-style-one {margin:-5px !important;}
  .navbar-header {float:none !important;}
  .header .navbar .navbar-brand img {
    width: 170px !important;
    margin-right: 0 !important;
    margin-top: 25px; margin-bottom: 25px;
  }
  #menu-main-menu {
    width: auto;
    margin: 0 -15px;
  }
  .category-tech #menu-main-menu li:first-child a::after,
  .category-industry #menu-main-menu li:first-child a::after,
  .blog #menu-main-menu li:first-child a::after,
  #menu-main-menu li a::after,
  #menu-main-menu li.active a::after,
  #menu-main-menu li.current-post-ancestor a::after {
    display:none
  }
  .mobile-only {display:block;}
  .mobile-only .search-box {margin-bottom:-1px;width:100%;}


  .blog .blog-style-one .blog-item,
  .category .blog-style-one .blog-item,
  .archive .blog-style-one .blog-item,
  .search .blog-style-one .blog-item {
    padding:15px;
    margin-bottom:20px;
  }
  .blog .blog-style-one .blog-item header, .category .blog-style-one .blog-item header, .archive .blog-style-one .blog-item header, .search .blog-style-one .blog-item header {
    position: relative;
    margin-bottom: 15px;
  }
  .blog .blog-style-one .has-post-thumbnail .article-title, .category .blog-style-one .has-post-thumbnail .article-title, .archive .blog-style-one .has-post-thumbnail .article-title, .search .blog-style-one .has-post-thumbnail .article-title {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 35px;
  }
  @media screen and ( max-width: 767px ) {
    .blog .blog-style-one .has-post-thumbnail .article-title, .category .blog-style-one .has-post-thumbnail .article-title, .archive .blog-style-one .has-post-thumbnail .article-title, .search .blog-style-one .has-post-thumbnail .article-title {
      margin-top: 0;
    }
  }
  .blog .blog-style-one .has-post-thumbnail .meta-info ul li a, .category .blog-style-one .has-post-thumbnail .meta-info ul li a, .archive .blog-style-one .has-post-thumbnail .meta-info ul li a, .search .blog-style-one .has-post-thumbnail .meta-info ul li a {
    color: #3bc3fb;
    opacity: 1;
  }
  .blog .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2), .category .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2), .archive .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2), .search .blog-style-one .has-post-thumbnail .meta-info ul li:nth-child(2) {
    font-size: 15px;
    color: #888;
    opacity: 1;
  }
  .dark-overlay {display:none;}
  .blog .blog-style-one .has-post-thumbnail h2.title a,
  .category .blog-style-one .has-post-thumbnail h2.title a,
  .archive .blog-style-one .has-post-thumbnail h2.title a,
  .search .blog-style-one .has-post-thumbnail h2.title a {
    color: #424242;
    text-shadow: none;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3em;
  }
  @media screen and ( max-width: 767px ) {
    .blog-style-one .blog-item h2.title,
    .blog .blog-style-one .has-post-thumbnail h2.title a,
    .category .blog-style-one .has-post-thumbnail h2.title a,
    .archive .blog-style-one .has-post-thumbnail h2.title a,
    .search .blog-style-one .has-post-thumbnail h2.title a { font-size: 26px !important; }

    .post-body h1, .comments h1 { font-size: 26px; padding: 0; }
    .post-body h2, .comments h2 { font-size: 24px; padding: 0; }
    .post-body h3, .comments h3 { font-size: 22px; padding: 0; font-weight: 600; }
    .post-body h4, .comments h4 { font-size: 22px; padding: 0; font-weight: 400; }
    .post-body h5, .comments h5 { font-size: 20px; padding: 0; font-weight: 400; }


    .blog-style-one .blog-item p,
    .blog-style-one .blog-item em,
    .blog-style-one .blog-item ul li,
    .blog-style-one .blog-item ol li { font-size: 18px !important; }

    .blog-style-one .comments-area h3 { font-size: 24px !important; }
  }
  .blog .blog-style-one .has-post-thumbnail .the-post-thumbnail, .category .blog-style-one .has-post-thumbnail .the-post-thumbnail, .archive .blog-style-one .has-post-thumbnail .the-post-thumbnail, .search .blog-style-one .has-post-thumbnail .the-post-thumbnail {
    margin: -15px;
    position: relative;
  }
  a.btn.btn-prime.btn-read-more2.btn-small {
    padding: 6px 15px;
    font-size: 16px;
    width: auto;
    display: inline-block;
    margin-top: 20px;
  }
  .blog-style-one .social-share {
    margin: 30px 0;
  }
  .blog-style-one .social-share .social-icons ul {
    float: left !important;
  }
  .blog-style-one .social-share .social-icons ul li {
    margin: 0 5px 0 0;
  }
  .single .blog-style-one {
    padding: 15px !important;
  }
  .navigate-page {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 25px 0 15px 0;
  }
  .navigate-page li:first-child {
    width: 60px !important;
  }
  .footer {
    margin-top: 25px;
    padding-top: 25px;
    text-align: left !important;
  }
}

@media only screen and ( max-width: 767px ) {
  .header .navbar .navbar-brand img {
    width: 153px !important;
    height: auto !important;
  }
  .header .navbar .navbar-toggle { margin-top: 40px; border: none; }
}

@media only screen and (max-width: 320px) {
  .header .navbar .navbar-brand {
    width: 160px !important;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.right-sidebar hr.small {
  border-color: transparent !important;
}

/*
.has-post-thumbnail .post-body .excerpt-post img,
.has-post-thumbnail .post-body .excerpt-post .wp-caption,
.has-post-thumbnail .post-body .excerpt-post .wp-caption-text {display:none;}
*/


.widget_rrm_popular_posts ul li a {
  color: #00b5ef;
  font-size: 18px;
  font-weight: 500;
}
.widget_rrm_popular_posts ul li a:hover {
  text-decoration: underline;
}


.widget_image hr.small { display: none !important; visibility: hidden !important; }



@media screen and (max-width: 992px) {
  .post-body, .post-body li { font-size: 16px !important; }
}

.wp-signup-form-lane, .wp-signup-button-lane { padding: 30px; margin: 30px auto; width: 100%; border-left: 4px solid #00B5EF; background-color: #F8F8F8; text-align:center; }
.wp-signup-form-lane { padding-bottom: 25px !important; }
.wp-signup-button-lane h3, .wp-signup-form-lane h3 {
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 24px; font-weight: 400; line-height: 1.3em;
  padding: 0; margin-top: 0; margin-bottom: 20px;
  color: #49494A;
}
.wp-signup-form-lane h3 { margin-bottom: 0; }
.wp-signup-button-lane a.btn {
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 18px; border-radius: 6px; outline: none !important;
  padding: 8px 19px; margin-top: 10px; border: 1px solid #00B5EF; background-color: #00B5EF;
}
.wp-signup-button-lane a.btn:hover,
.wp-signup-button-lane a.btn:active,
.wp-signup-button-lane a.btn:focus,
.wp-signup-button-lane a.btn:focus:hover{
  color: #00B5EF !important; background-color: #FAFAFA !important; border-color: #00B5EF !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wp-signup-button-lane p.disclaimer {
  font-family: "Raleway", "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  text-align: center; font-size: 16px; font-weight: 400; color: #AAA; line-height: 1.2em; width: 100%; margin-top: 15px;
}
.wp-signup-form-lane iframe { border: none; overflow:hidden; width: 100%; max-width: 500px; }

@media screen and ( max-width: 767px ) {
  .wp-signup-form-lane, .wp-signup-button-lane { padding: 15px 10px 15px 20px; }
}
@media screen and ( max-width: 410px ) {
  .wp-signup-form-lane { padding-top: 25px; padding-right: 20px; }
  .wp-signup-form-lane iframe { height: 190px !important; margin-top: 15px; margin-bottom: -30px; }
}