/*====================================================
	Table of content
====================================================*/
/* 
* 1. importing other leee files
* 2. general styles
* 3. header
* 4. featured post
* 5. post commom style
* 6. post listing
* 7. pagination
* 8. prev-next post
* 9. sidebar
* 10. footer
* 11. search modal
* 12. share modal
* 13. modal
* 14. owl carosel style
* 15. about author
* 16. comment
* 17. tag cover and author cover
* 18. media query
*/
/*====================================================
	1. Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	social colors
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	2. general styles
====================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #ececec;
}
body.has-fixed-navbar {
  margin-top: 49px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h2,
.h2 {
  line-height: 3.6rem;
}
h3,
.h3 {
  line-height: 3rem;
}
h4,
.h4 {
  line-height: 2.4rem;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 2.4rem;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 2rem;
}
a {
  color: #518284;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #518284;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 24px;
}
button {
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn,
button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  height: 48px;
  line-height: 48px;
  padding: 0px 26px;
}
.btn:hover,
button:hover,
.btn:focus,
button:focus,
.btn:active,
button:active,
.btn:active:hover,
button:active:hover,
.btn:active:focus,
button:active:focus {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-sm {
  line-height: 40px;
  height: 40px;
}
.btn-default {
  border-color: #ededed;
  background-color: #ededed;
  color: #363636;
}
.btn-primary,
button {
  background-color: #518284;
  border-color: #518284;
  color: #ffffff;
}
.btn-primary:hover,
button:hover,
.btn-primary:focus,
button:focus,
.btn-primary:active,
button:active,
.btn-primary:active:hover,
button:active:hover,
.btn-primary:active:focus,
button:active:focus {
  color: #518284;
  border-color: #518284;
}
input[type='text'],
input[type='email'],
input[type='url'],
textarea {
  padding: 0 16px;
  height: 48px;
  width: 100%;
  border: 1px solid #ededed;
  margin-bottom: 16px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
  border: 1px solid #518284;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ededed;
  background: transparent;
}
figure {
  margin-bottom: 16px;
}
figure img {
  margin-bottom: 8px;
}
figcaption {
  text-align: center;
  font-size: 14px;
}
iframe {
  border: none;
}
hr {
  margin: 24px 0px;
  border-top: 1px solid #ededed;
}
pre {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0;
  border: none;
}
.hljs {
  padding: 16px;
}
blockquote {
  border-left: 3px solid #ededed;
  font-style: italic;
  padding: 0px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
cite {
  font-size: 14px;
  font-style: normal;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
table,
th,
td {
  border: 1px solid #ededed;
}
th,
td {
  padding: 4px 8px;
}
dd,
dt {
  line-height: 24px;
}
.footnotes {
  font-size: 12px;
}
::-moz-selection {
  color: #ffffff;
  background: #518284;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #518284;
  text-shadow: none;
}
.align-center {
  text-align: center;
}
/*====================================================
	3. header
====================================================*/
.header {
  background: #ffffff;
  margin-bottom: 48px;
}
.topbar {
  border-bottom: 1px solid #ededed;
  background: #ffffff;
}
.topbar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul > li {
  margin-right: 32px;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  position: relative;
}
.main-menu ul > li > a {
  padding: 0px;
  display: block;
  letter-spacing: 1px;
  color: #363636;
}
.main-menu ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
}
.main-menu ul > li:hover > a {
  color: #518284;
}
.main-menu ul > li.current-menu-item > a {
  color: #518284;
}
.main-menu ul > li > ul {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 160px;
  left: -8px;
  background: #ffffff;
}
.main-menu ul > li > ul > li {
  line-height: 32px;
  display: block;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  font-size: 12px;
}
.main-menu ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu ul > li > ul > li a {
  display: block;
  line-height: 24px;
  padding: 4px 8px;
}
.main-menu ul > li > ul > li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
}
.main-menu ul > li > ul > li ul {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: -1px;
}
.main-menu ul > li > ul > li:hover > a {
  background: #518284;
  color: #ffffff;
}
.main-menu ul > li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
  transform: scaleY(1);
}
.mobile-menu {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu ul > li {
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  position: relative;
}
.mobile-menu ul > li .submenu-toggle-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu ul > li .submenu-toggle-button:hover {
  color: #518284;
}
.mobile-menu ul > li .submenu-toggle-button:hover + a {
  margin-left: 4px;
  color: #518284;
}
.mobile-menu ul > li .submenu-toggle-button i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu ul > li .submenu-toggle-button.opened i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-menu ul > li a {
  padding: 0px 16px;
  display: block;
  letter-spacing: 1px;
  color: #363636;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mobile-menu ul > li a:hover,
.mobile-menu ul > li a:focus {
  margin-left: 4px;
  color: #518284;
}
.mobile-menu ul > li.current-menu-item a {
  color: #518284;
}
.mobile-menu ul > li > ul {
  display: none;
  min-width: 160px;
  background: #ededed;
}
.mobile-menu ul > li > ul li {
  line-height: 32px;
  display: block;
  margin-right: 0px;
}
.mobile-menu ul > li > ul li .submenu-toggle-button {
  line-height: 40px;
}
.mobile-menu ul > li > ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul > li > ul li a {
  display: block;
  padding: 4px 16px 4px 24px;
}
.mobile-menu ul > li > ul li ul {
  background: #ffffff;
}
.mobile-menu ul > li > ul li ul li a {
  padding: 4px 16px 4px 32px;
}
.backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.backdrop .menu-close {
  position: absolute;
  left: 0px;
  width: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.backdrop .menu-close:hover {
  color: #518284;
}
.mobile-menu-open {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 48px;
  z-index: 99;
  color: #363636;
  cursor: pointer;
}
.mobile-menu-open:hover,
.mobile-menu-open:focus {
  color: #518284;
}
.mobile-menu-open i {
  width: 32px;
  text-align: center;
}
.mobile-menu-opened .mobile-menu {
  left: 0px;
}
.mobile-menu-opened .backdrop {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
}
.mobile-menu-opened .backdrop .menu-close {
  left: 260px;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 0px 8px 0px 0px;
  font-size: 0;
  text-align: right;
}
.social-links li {
  display: inline-block;
  font-size: 12px;
}
.social-links li a {
  line-height: 48px;
  display: block;
  color: #363636;
}
.social-links li a:hover,
.social-links li a:focus {
  color: #518284;
}
.social-links li a i {
  width: 32px;
  text-align: center;
  vertical-align: middle;
}
.search {
  line-height: 48px;
  font-size: 14px;
  color: #363636;
  width: 48px;
  border-left: 1px solid #ededed;
  cursor: pointer;
}
.search:hover,
.search:focus {
  color: #518284;
}
.logo-wrap {
  padding: 64px 0px;
}
.logo-wrap .text-logo {
  font-size: 4em;
  color: #222222;
  font-weight: 300;
  text-transform: uppercase;
}
/*====================================================
	4. featured post
====================================================*/
.featured-slider {
  margin-bottom: 48px;
  background: #ffffff;
  padding: 8px;
}
.featured-post-wrap {
  background-color: #518284;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 640px;
}
.featured-post-wrap .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0px 100px;
}
.featured-post-wrap .inner-wrap .post-content-wrap {
  display: table-cell;
  vertical-align: middle;
}
.featured-post-wrap .inner-wrap .post-content-wrap .post-entry {
  background: #ffffff;
  max-width: 770px;
  margin: 0 auto;
  padding: 48px;
}
/*====================================================
	5. post commom style
====================================================*/
.entry-head .post-categories {
  font-size: 0;
  margin-bottom: 12px;
}
.entry-head .post-categories a {
  font-size: 11px;
  background: #518284;
  border: 1px solid #518284;
  color: #ffffff;
  padding: 0px 8px;
  min-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px 4px 4px 4px;
}
.entry-head .post-categories a:hover {
  background: transparent;
  color: #518284;
  border: 1px solid #518284;
}
.entry-head .title {
  margin: 0px 0px 16px 0px;
}
.entry-head .title a {
  color: #222222;
}
.entry-head .title a:hover {
  color: #518284;
}
.entry-head .post-meta {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  color: #b1b1b1;
  text-transform: capitalize;
}
.entry-head .post-meta span {
  margin: 0 2px;
  font-style: italic;
}
.entry-head .post-meta span a {
  color: #b1b1b1;
}
.entry-head .post-meta span a:hover,
.entry-head .post-meta span a:focus {
  color: #518284;
}
.entry-permalink {
  margin-top: 32px;
}
/*====================================================
	6. post listing
====================================================*/
.post {
  background: #ffffff;
  margin-bottom: 48px;
}
.post .entry-head {
  padding: 32px;
}
.post .featured-media {
  margin-bottom: 32px;
}
.post .featured-media img {
  max-width: 100%;
  height: auto;
}
.post .entry-content-wrap {
  padding: 0px 32px 32px;
}
.post .entry-content-wrap .entry-content {
  font-family: 'Libre Baskerville', serif;
  line-height: 32px;
}
.post .entry-content-wrap .entry-content > p:first-child::first-letter {
  font-family: 'Libre Baskerville', serif;
  font-size: 56px;
  line-height: 56px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  color: #518284;
}
.post .entry-content-wrap .entry-content a:hover {
  border-bottom: 1px dotted #518284;
}
.post .entry-content-wrap .entry-content .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.post .entry-content-wrap .entry-content .kg-width-wide,
.post .entry-content-wrap .entry-content .kg-width-full {
  margin-left: -32px;
  margin-right: -32px;
}
.post .entry-content-wrap .entry-content .kg-gallery-card {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post .entry-content-wrap .entry-content .kg-gallery-container {
  display: flex;
  flex-direction: column;
}
.post .entry-content-wrap .entry-content .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post .entry-content-wrap .entry-content .kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.post .entry-content-wrap .entry-content .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.post .entry-content-wrap .entry-content .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.post .entry-content-wrap .entry-content .kg-bookmark-card {
  margin: 2rem 0;
}
.post .entry-content-wrap .entry-content .kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  background: transparent;
  border: 1px solid #ededed;
  padding: 8px;
  flex-direction: column-reverse;
}
.post .entry-content-wrap .entry-content .kg-bookmark-container:before {
  content: none;
}
.post .entry-content-wrap .entry-content .kg-bookmark-container:hover {
  border-color: #ededed;
}
.post .entry-content-wrap .entry-content .kg-bookmark-container:hover .kg-bookmark-title {
  color: #518284;
}
.post .entry-content-wrap .entry-content .kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 8px;
}
.post .entry-content-wrap .entry-content .kg-bookmark-title {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
}
.post .entry-content-wrap .entry-content .kg-bookmark-description {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #363636;
}
.post .entry-content-wrap .entry-content .kg-bookmark-description,
.post .entry-content-wrap .entry-content .kg-bookmark-metadata {
  margin-top: 16px;
}
.post .entry-content-wrap .entry-content .kg-bookmark-metadata {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
}
.post .entry-content-wrap .entry-content .kg-bookmark-thumbnail {
  flex-basis: 216px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.post .entry-content-wrap .entry-content .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 216px;
}
.post .entry-content-wrap .entry-content .kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.post .entry-content-wrap .entry-content .kg-bookmark-author,
.post .entry-content-wrap .entry-content .kg-bookmark-publisher {
  font-size: 1.2rem;
}
.post .entry-content-wrap .entry-content .kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}
.post .entry-footer {
  margin-top: 32px;
  font-size: 14px;
}
.post .entry-footer a {
  color: #b1b1b1;
}
.post .entry-footer a:hover {
  color: #518284;
}
.post .entry-footer .left-half span {
  margin-right: 16px;
}
.post .entry-footer .left-half span.comment a:before {
  content: "\f0e5";
  font-family: FontAwesome;
  margin-right: 8px;
}
.post .entry-footer .right-half {
  text-align: right;
}
.medium-zoom--opened .medium-zoom-overlay {
  z-index: 1000;
}
.medium-zoom-image--opened {
  z-index: 1010;
}
/*====================================================
	7. pagination
====================================================*/
.pagination-wrap a {
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
  margin-bottom: 48px;
}
.pagination-wrap a:hover {
  color: #518284;
}
/*====================================================
	8. prev-next post
====================================================*/
.prev-next-wrap {
  background: #ffffff;
  margin-bottom: 48px;
}
.prev-next-wrap .col-xs-12 {
  width: 50%;
  padding: 0;
}
.prev-next-wrap .next-post,
.prev-next-wrap .prev-post {
  padding: 32px;
}
.prev-next-wrap .next-post .prev-next-link,
.prev-next-wrap .prev-post .prev-next-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px;
}
.prev-next-wrap .next-post .prev-next-link a,
.prev-next-wrap .prev-post .prev-next-link a {
  color: #363636;
}
.prev-next-wrap .next-post .prev-next-link a:hover,
.prev-next-wrap .prev-post .prev-next-link a:hover {
  color: #518284;
}
.prev-next-wrap .next-post img,
.prev-next-wrap .prev-post img {
  max-width: 100%;
}
.prev-next-wrap .next-post .title a,
.prev-next-wrap .prev-post .title a {
  color: #222222;
}
.prev-next-wrap .next-post .title a:hover,
.prev-next-wrap .prev-post .title a:hover {
  color: #518284;
}
.prev-next-wrap.has-next.has-prev .next-post {
  padding: 32px 16px 32px 32px;
}
.prev-next-wrap.has-next.has-prev .prev-post {
  padding: 32px 32px 32px 16px;
}
/*====================================================
	9. sidebar
====================================================*/
.widget {
  background: #ffffff;
  padding: 32px;
  margin-bottom: 32px;
}
.widget .widget-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 16px;
  position: relative;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  height: 1px;
  width: 40px;
  background: #518284;
}
.about-me .profile-pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  margin-bottom: 8px;
}
.about-me .position {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #b1b1b1;
  margin-bottom: 16px;
}
.about-me .social {
  font-size: 0px;
  padding: 0;
  margin-top: 16px;
}
.about-me .social li {
  display: inline-block;
  font-size: 14px;
}
.about-me .social li a i {
  width: 32px;
  text-align: center;
  color: #b1b1b1;
}
.about-me .social li a:hover i {
  color: #518284;
}
.recent-post .recent-single-post {
  margin-bottom: 32px;
}
.recent-post .recent-single-post:last-child {
  margin-bottom: 0;
}
.recent-post .recent-single-post a .post-thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
}
.recent-post .recent-single-post a .post-thumb i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ededed;
  color: #b1b1b1;
}
.recent-post .recent-single-post .post-info {
  margin-left: 96px;
}
.recent-post .recent-single-post .post-info .post-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.recent-post .recent-single-post .post-info .post-title a {
  color: #222222;
}
.recent-post .recent-single-post .post-info .post-title a:hover,
.recent-post .recent-single-post .post-info .post-title a:focus {
  color: #518284;
}
.recent-post .recent-single-post .date a {
  color: #b1b1b1;
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  font-style: italic;
}
.recent-post .recent-single-post .date a:hover,
.recent-post .recent-single-post .date a:focus {
  color: #518284;
}
.tagcloud {
  font-size: 0;
}
.tagcloud a {
  text-transform: uppercase;
  color: #363636;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0px 8px 8px 0px;
}
.tagcloud a:hover {
  background-color: #518284;
  border-color: #518284;
  color: #ffffff;
}
.follow-social .social-links {
  text-align: center;
}
.follow-social .social-links li a {
  line-height: 32px;
}
.follow-social .social-links li a i {
  font-size: 20px;
  width: 48px;
}
.secondary-nav a {
  display: inline-block;
  margin: 0 16px 16px 0;
  color: #222222;
}
.secondary-nav a:hover {
  color: #518284;
}
form .message-success,
form .message-error,
form .loading-message {
  display: none;
  margin-top: 8px;
}
form .message-error {
  color: #bd1212;
}
form .message-success {
  color: #065f06;
}
form.success .message-success {
  display: block;
}
form.error .message-error {
  display: block;
}
form.loading .btn {
  pointer-events: none;
}
form.loading .loading-message {
  display: block;
}
/*====================================================
	10. footer
====================================================*/
.footer {
  background: #ffffff;
}
.footer .footer-widget-area {
  padding-top: 32px;
}
.footer .widget {
  padding: 16px 8px;
  margin-bottom: 16px;
}
.footer .widget_instragram {
  margin-bottom: 0px;
  padding: 32px 0;
}
.footer .instagram a {
  display: inline-block;
  width: 12.5%;
}
.footer .instagram a img {
  width: 100%;
}
.footer .footer-bottom {
  border-top: 1px solid #ededed;
  font-size: 14px;
  padding: 32px 0;
  color: #363636;
}
.footer .footer-bottom a {
  color: #363636;
}
.footer .footer-bottom a:hover,
.footer .footer-bottom a:focus {
  color: #518284;
}
.footer .footer-bottom .right-half .back-to-top {
  cursor: pointer;
}
.footer .footer-bottom .right-half .back-to-top:hover {
  color: #518284;
}
/*====================================================
	11. search modal
====================================================*/
#searchmodal .modal-body {
  padding: 24px;
}
#searchmodal .info {
  padding: 8px 0px;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #b1b1b1;
}
#searchmodal .result {
  padding: 8px 0px 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ededed;
}
#searchmodal .result h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
#searchmodal .result .date {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #b1b1b1;
}
#searchmodal .result:hover h4 {
  color: #518284;
}
/*====================================================
	12. share modal
====================================================*/
.share-links {
  padding: 0;
  margin: 16px 0px 24px;
  list-style: none;
  font-size: 0;
}
.share-links li {
  display: inline-block;
  font-size: 16px;
  margin: 0px 8px 8px 0px;
}
.share-links li a {
  color: #ffffff;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.share-links li a i {
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.share-links li a.facebook {
  background: #3b5998;
}
.share-links li a.twitter {
  background: #1da1f2;
}
.share-links li a.google-plus {
  background: #db4437;
}
.share-links li a.linkedin {
  background: #097bb5;
}
.share-links li a.pinterest {
  background: #cc2127;
}
.share-links li a.reddit {
  background: #ff4500;
}
.share-links li a.tumblr {
  background: #35465c;
}
.share-links li a.vk {
  background: #4c75a3;
}
.share-links li a.stumbleupon {
  background: #eb4924;
}
.share-links li a:hover {
  background: #222222;
}
.url-wrap {
  margin-bottom: 16px;
}
/*====================================================
	13. modal
====================================================*/
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop.in {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=(70));
}
.modal-small.in {
  text-align: center;
  padding: 0!important;
  padding: 0 !important;
}
.modal-small.in:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -5px;
}
.modal-small.in .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*====================================================
	14. owl carosel style
====================================================*/
.owl-theme .owl-nav {
  padding: 0px 8px;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  padding: 10px 20px;
}
.owl-theme .owl-nav .owl-prev {
  margin-left: 8px;
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  margin-right: 8px;
  right: 0;
}
.owl-theme:hover .owl-nav [class*='owl-'] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=(50));
}
.owl-theme:hover .owl-nav [class*='owl-']:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding: 0px 8px;
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.owl-theme .owl-dots .owl-dot.active {
  background: #ffffff;
}
/*====================================================
	15. about author
====================================================*/
.about-author {
  background: #ffffff;
  padding: 32px;
  margin-bottom: 48px;
}
.about-author .avatar {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-author .details {
  margin-left: 112px;
}
.about-author .details .author {
  margin-top: 0px;
  margin-bottom: 16px;
}
.about-author .details .bio {
  font-family: 'Libre Baskerville', serif;
  line-height: 32px;
}
.about-author .details .meta-info {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.about-author .details .meta-info li {
  display: inline-block;
}
.about-author .details .meta-info li a i {
  color: #b1b1b1;
  width: 24px;
  font-size: 14px;
}
.about-author .details .meta-info li a:hover i {
  color: #518284;
}
/*====================================================
	16. comment
====================================================*/
.comment-wrap {
  background: #ffffff;
  padding: 32px;
  margin-bottom: 48px;
}
/*====================================================
	17. tag cover and author cover
====================================================*/
.cover-wrap {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 48px;
}
.tag-cover,
.author-cover {
  padding: 16px 0;
  background-size: cover;
  background-position: center;
}
.tag-cover.has-image,
.author-cover.has-image {
  padding: 48px 0px;
}
.tag-cover.has-image .overlay,
.author-cover.has-image .overlay {
  padding: 24px;
  background: #ffffff;
  max-width: 75%;
  margin: 0 auto;
  display: inline-block;
}
.tag-cover .meta-info,
.author-cover .meta-info {
  margin-top: 16px;
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  color: #b1b1b1;
  font-style: italic;
}
.tag-cover .meta-info span,
.author-cover .meta-info span {
  margin: 0 2px;
}
.tag-cover .meta-info a,
.author-cover .meta-info a {
  color: #b1b1b1;
}
.tag-cover .meta-info a:hover,
.author-cover .meta-info a:hover {
  color: #518284;
}
.tag-cover .description,
.author-cover .description {
  margin-top: 16px;
  font-family: 'Libre Baskerville', serif;
  line-height: 32px;
}
.tag-title {
  margin: 0px;
}
.avatar-wrap img {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.author-social li {
  display: inline-block;
}
.author-social li a i {
  width: 24px;
  font-size: 14px;
  color: #b1b1b1;
}
.author-social li a:hover i {
  color: #518284;
}
.error-wrap {
  background: #ffffff;
  margin-bottom: 48px;
  padding: 48px 0;
}
.error-wrap .error-code {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 72px;
  font-family: 'Libre Baskerville', serif;
  color: #518284;
}
.error-wrap .error-message {
  margin-top: 0px;
}
.error-wrap .message-manual {
  margin-bottom: 24px;
}
/*====================================================
	18. media query
====================================================*/
@media screen and (max-width: 480px) {
  .prev-next-wrap.has-next.has-prev .col-xs-12 {
    width: 100%;
  }
  .prev-next-wrap.has-next.has-prev .next-post,
  .prev-next-wrap.has-next.has-prev .prev-post {
    padding: 32px;
  }
}
@media screen and (max-width: 600px) {
  .featured-post-wrap .inner-wrap {
    padding: 0px 60px;
  }
  .featured-post-wrap .inner-wrap .post-content-wrap .post-entry {
    padding: 24px;
  }
  .featured-post-wrap .inner-wrap .post-content-wrap .post-entry .entry-head .title {
    font-size: 24px;
  }
  .featured-post-wrap .inner-wrap .post-content-wrap .post-entry .entry-permalink {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .featured-post-wrap {
    height: 400px;
  }
  .featured-post-wrap .inner-wrap {
    padding: 0px 20px;
  }
  .owl-theme .owl-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .post .entry-content-wrap .entry-content .kg-bookmark-container {
    flex-direction: row;
  }
  .post .entry-content-wrap .entry-content .kg-bookmark-content {
    padding-right: 16px;
  }
  .post .entry-content-wrap .entry-content .kg-bookmark-thumbnail {
    flex-basis: 13em;
    min-height: 144px;
  }
}
/*# sourceMappingURL=screen.css.map */