/*====================================================
	Table of content
====================================================*/
/* 
* 1. importing other leee files
* 2. general styles
* 3. WP generted classes
* 4. some styles to override wordpress default
* 5. header
* 6. content area
* 7. featured post slider
* 8. post listing
* 9. pagination
* 10. single post
* 11. Post format specific style
* 12. share
* 13. about author
* 14. prev - next post
* 15. comment
* 16. tag and author cover
* 17. footer
* 18. error page
* 19. media query
/*====================================================
	1. Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	font family
====================================================*/
/*====================================================
	social colors
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	2. general styles
====================================================*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
body.has-fixed-navbar {
  margin-top: 120px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #161616;
  font-family: 'Lora', serif;
}
h1,
.h1 {
  font-size: 3.6rem;
  line-height: 4.8rem;
}
h2,
.h2 {
  font-size: 3rem;
  line-height: 4rem;
}
h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
h4,
.h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
h5,
.h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
figure {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #4eb052;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover,
a:focus {
  color: #3e8d42;
  text-decoration: none;
  outline: none;
}
p {
  margin-bottom: 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,
input[type='submit'] {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 1px 24px;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover,
input[type='submit']:hover,
.btn:focus,
input[type='submit']:focus,
.btn:active,
input[type='submit']:active,
.btn:active:hover,
input[type='submit']:active:hover,
.btn:active:focus,
input[type='submit']:active:focus {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input[type='submit'] {
  border: none;
}
.btn-sm {
  line-height: 40px;
  height: 40px;
}
.btn-default {
  background-color: #e4e4e4;
  color: #404040;
}
.btn-primary,
input[type='submit'] {
  background-color: #4eb052;
  border-color: #4eb052;
  color: #ffffff;
}
.btn-primary:hover,
input[type='submit']:hover,
.btn-primary:focus,
input[type='submit']:focus,
.btn-primary:active,
input[type='submit']:active,
.btn-primary:active:hover,
input[type='submit']:active:hover,
.btn-primary:active:focus,
input[type='submit']:active:focus {
  background-color: #3e8d42;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #404040;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled:active:hover,
.btn[disabled]:active:hover,
fieldset[disabled] .btn:active:hover,
.btn.disabled:active:focus,
.btn[disabled]:active:focus,
fieldset[disabled] .btn:active:focus {
  background-color: #3e8d42;
}
input,
input[type='text'],
input[type='email'],
input[type='url'] {
  padding: 0 16px;
  height: 40px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus {
  border: 1px solid #4eb052;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  border-left: 3px solid #4eb052;
  font-family: 'Lora', serif;
  color: #909090;
  font-size: 2rem;
  font-style: italic;
  padding: 0px 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
cite {
  font-size: 1.6rem;
  font-style: normal;
  color: #909090;
  font-weight: 400;
}
iframe {
  border: none;
}
hr {
  margin: 24px 0px;
  border-top: 1px solid #e4e4e4;
}
pre {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0;
  border: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
table,
th,
td {
  border: 1px solid #e4e4e4;
}
th,
td {
  padding: 4px 8px;
}
dd,
dt {
  line-height: 24px;
}
.footnotes {
  font-size: 1.4rem;
}
::-moz-selection {
  color: #ffffff;
  background: #2c3e50;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #2c3e50;
  text-shadow: none;
}
.hljs {
  padding: 16px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/*====================================================
	3. WP generted classes
====================================================*/
.alignnone {
  margin: 16px 24px 24px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 16px auto 16px auto;
}
.alignright {
  float: right;
  margin: 16px 0 16px 24px;
}
.alignleft {
  float: left;
  margin: 16px 24px 16px 0;
}
a img.alignright {
  float: right;
  margin: 16px 0 16px 24px;
}
a img.alignnone {
  margin: 16px 24px 16px 0;
}
a img.alignleft {
  float: left;
  margin: 16px 24px 16px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin-top: 8px;
  margin-bottom: 8px;
}
.wp-block-pullquote p {
  font-size: 20px;
}
.wp-caption {
  background: #fff;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 16px 0px 24px 0px;
}
.wp-caption.alignleft {
  margin: 16px 24px 4px 0px;
}
.wp-caption.alignright {
  margin: 16px 0px 4px 24px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 4px;
}
.screen-reader-text {
  display: none;
}
.gallery:after {
  content: '';
  clear: both;
  display: block;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  float: left;
  position: relative;
}
.gallery-columns-1 .gallery-item .gallery-icon img,
.gallery-columns-2 .gallery-item .gallery-icon img,
.gallery-columns-3 .gallery-item .gallery-icon img,
.gallery-columns-4 .gallery-item .gallery-icon img {
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item .gallery-caption,
.gallery-columns-2 .gallery-item .gallery-caption,
.gallery-columns-3 .gallery-item .gallery-caption,
.gallery-columns-4 .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-columns-1 .gallery-item:hover .gallery-caption,
.gallery-columns-2 .gallery-item:hover .gallery-caption,
.gallery-columns-3 .gallery-item:hover .gallery-caption,
.gallery-columns-4 .gallery-item:hover .gallery-caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.sticky {
  background: #ffffff;
}
.twitter-tweet {
  max-width: 520px;
  margin: 0 auto;
}
.SandboxRoot .EmbeddedTweet {
  margin: 0 auto;
}
/*====================================================
	4. some styles to override wordpress default
====================================================*/
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: #2c3e50 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #4eb052 !important;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
}
.wp-video:focus,
video.wp-video-shortcode:focus,
.mejs-container:focus,
.mejs-overlay.load:focus {
  outline: none;
}
/*====================================================
	5. header
====================================================*/
.logo {
  height: 80px;
  line-height: 8rem;
  padding: 15px;
  font-size: 24px;
  color: #ffffff;
}
.logo:hover,
.logo:focus {
  color: #ffffff;
}
.logo.image-logo img {
  max-height: 50px;
  width: auto;
}
.site-header {
  background: #2c3e50;
  color: #ffffff;
}
.site-header .container {
  position: relative;
}
.site-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.admin-bar .site-header.fixed {
  top: 32px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul > li {
  list-style: none;
  float: left;
  font-size: 14px;
  margin: 0px 16px;
  padding: 24px 0;
  position: relative;
}
.main-menu ul > li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0;
  display: block;
  line-height: 24px;
}
.main-menu ul > li a:hover,
.main-menu ul > li a:focus {
  color: #4eb052;
}
.main-menu ul > li.current-menu-item a {
  color: #4eb052;
}
.main-menu ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
}
.main-menu ul > li > ul {
  padding: 0;
  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;
  -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: 200px;
  top: 100%;
  left: 0px;
  background: #ffffff;
  text-align: left;
  z-index: 1;
}
.main-menu ul > li > ul > li {
  line-height: 32px;
  float: none;
  padding: 0px;
  display: block;
  margin: 0px;
  border: 1px solid #e4e4e4;
  border-top: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu ul > li > ul > li a {
  display: block;
  line-height: 32px;
  padding: 4px 16px;
  color: #161616;
}
.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%;
  margin-left: 1px;
  top: 0px;
}
.main-menu ul > li > ul > li:hover {
  border-color: #2c3e50;
}
.main-menu ul > li > ul > li:hover > a {
  background: #2c3e50;
  color: #4eb052;
}
.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);
}
.nav-right {
  padding-right: 15px;
}
.nav-right span {
  margin: 24px 0;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-right span i {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 14px;
}
.nav-right span:hover,
.nav-right span:focus {
  color: #4eb052;
}
.nav-right span.search-toggle,
.nav-right span.mobile-menu-toggle {
  cursor: pointer;
}
#search-wrap {
  position: absolute;
  top: 100%;
  right: 15px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  width: 400px;
  padding: 16px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
#search-wrap .form-group {
  margin-bottom: 0;
}
#search-wrap.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
}
.mobile-menu {
  background: #2c3e50;
  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: #4eb052;
}
.mobile-menu ul > li .submenu-toggle-button:hover + a {
  color: #4eb052;
}
.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;
  color: #ffffff;
  border-bottom: 1px solid #253443;
  -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 {
  color: #4eb052;
}
.mobile-menu ul > li.current-menu-item a {
  color: #4eb052;
}
.mobile-menu ul > li > ul {
  display: none;
  min-width: 160px;
  background: #2c3e50;
}
.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: #2c3e50;
}
.mobile-menu ul > li > ul li ul li a {
  padding: 4px 16px 4px 32px;
}
.admin-bar .mobile-menu {
  top: 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: #2c3e50;
}
.mobile-menu-open {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 48px;
  z-index: 99;
  color: #404040;
  cursor: pointer;
}
.mobile-menu-open:hover,
.mobile-menu-open:focus {
  color: #2c3e50;
}
.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;
}
/*====================================================
	6. content area
====================================================*/
.content-area {
  margin-top: 40px;
  overflow: hidden;
}
/*====================================================
	7. featured post slider
====================================================*/
.featured-slider-wrap {
  position: relative;
  margin-bottom: 40px;
}
.featured-slider {
  opacity: 0;
}
.featured-slider.slick-initialized {
  opacity: 1;
}
.featured-slider .slide {
  background-color: #2c3e50;
  min-height: 480px;
  position: relative;
}
.featured-slider .slide .content-wrap {
  width: 370px;
}
.featured-slider .slide .featured-image {
  position: absolute;
  left: 370px;
  top: 0;
  right: 0;
  bottom: 0;
}
.featured-slider .slide .featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.featured-slider .slide .featured-image a:before {
  content: "";
  border: 1px solid #ffffff;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.featured-slider .slide .content-wrap {
  padding: 40px 32px;
}
.featured-slider .slide .content-wrap .category a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #ffffff;
  background: #4eb052;
  padding: 5px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-right: 4px;
}
.featured-slider .slide .content-wrap .category a:hover {
  background-color: #3e8d42;
}
.featured-slider .slide .content-wrap .title a {
  color: #ffffff;
}
.featured-slider .slide .content-wrap .meta-info {
  margin: 8px 0px 16px;
  font-size: 1.4rem;
}
.featured-slider .slide .content-wrap .meta-info a {
  color: #ffffff;
}
.featured-slider .slide .content-wrap .meta-info a:hover,
.featured-slider .slide .content-wrap .meta-info a:focus {
  color: #4eb052;
}
.featured-slider .slide .content-wrap .permalink {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.4rem;
}
.featured-slider .slide .content-wrap .permalink i {
  margin-left: 0px;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.featured-slider .slide .content-wrap .permalink:hover,
.featured-slider .slide .content-wrap .permalink:focus {
  color: #4eb052;
}
.featured-slider .slide .content-wrap .permalink:hover i,
.featured-slider .slide .content-wrap .permalink:focus i {
  margin-left: 4px;
}
.arrow-wrap {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.arrow-wrap i {
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  background: #4eb052;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.arrow-wrap i:first-child {
  margin-right: 2px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.arrow-wrap i:last-child {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.arrow-wrap i:hover {
  background-color: #3e8d42;
}
.slick-dots {
  position: absolute;
  right: 32px;
  bottom: 32px;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  list-style: none;
  float: left;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 1px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-dots li.slick-active {
  background: #4eb052;
}
.slick-dots li.slick-active:hover,
.slick-dots li.slick-activefocus {
  background-color: #3e8d42;
}
.slick-dots li:last-child {
  margin-right: 0px;
}
/*====================================================
	8. post listing
====================================================*/
.post-tile {
  display: flex;
  flex-direction: column;
}
.post {
  margin-bottom: 32px;
  background: #ffffff;
}
.post a .featured-image {
  height: 232px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.post a .featured-image .overlay {
  background: rgba(44, 62, 80, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
  -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;
}
.post a .featured-image .overlay:before {
  content: "";
  border: 1px solid #ffffff;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.post a .featured-image .overlay .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.post a .featured-image .overlay .cell span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.post a .featured-image .overlay .cell span:hover {
  color: #4eb052;
}
.post a:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post .content-wrap {
  padding: 24px 16px;
  border: 1px solid #e4e4e4;
  flex: 1;
  flex-basis: auto;
}
.post .category a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #ffffff;
  background: #4eb052;
  padding: 5px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-right: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.post .category a:hover,
.post .category a:focus {
  background-color: #3e8d42;
}
.post .title a {
  color: #161616;
  display: inline-block;
}
.post .title a:hover,
.post .title a:focus {
  color: #4eb052;
}
/*====================================================
	9. pagination
====================================================*/
.pagination-wrap {
  margin-bottom: 40px;
  margin-top: 8px;
}
.pagination-wrap .page-nav {
  min-height: 1px;
  min-width: 120px;
}
.pagination-wrap .page-nav a {
  color: #404040;
}
.pagination-wrap .page-nav a:hover,
.pagination-wrap .page-nav a:focus {
  color: #4eb052;
}
/*====================================================
	10. single post
====================================================*/
.post-single .featured-image img {
  width: 100%;
  height: auto;
}
.post-single .featured-image.media-embeded {
  height: auto;
}
.post-single .category {
  margin-top: 32px;
}
.post-single .category a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #ffffff;
  background: #4eb052;
  padding: 5px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-right: 4px;
}
.post-single .category a:hover {
  background-color: #3e8d42;
}
.post-single .post-meta {
  margin-bottom: 32px;
}
.post-single .post-meta .author {
  color: #909090;
}
.post-single .post-meta .author .avatar {
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 4px;
}
.post-single .post-meta .author:hover,
.post-single .post-meta .author:focus {
  color: #4eb052;
}
.post-single .post-meta .author .name {
  margin-right: 4px;
}
.post-single .post-meta .date {
  margin-left: 4px;
  color: #909090;
}
.post-single .post-content {
  line-height: 28px;
}
.post-single .tag-wrap {
  margin: 32px 0px;
}
.post-single .tag-wrap a {
  color: #404040;
  background: #e4e4e4;
  padding: 0px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 1.4rem;
  text-transform: capitalize;
  display: inline-block;
}
.post-single .tag-wrap a:hover,
.post-single .tag-wrap a:focus {
  background: #2c3e50;
  color: #ffffff;
  border: none;
}
.small-container {
  max-width: 760px;
  margin: 0 auto;
}
.page {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .post-single .alignwide {
    position: relative;
    max-width: 80vw;
    width: 80vw;
    left: 50%;
    right: 50%;
    margin-left: -40vw;
    margin-right: -40vw;
  }
  .post-single .alignwide img {
    width: 100%;
  }
  .post-single .alignfull {
    position: relative;
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .post-single .alignfull img {
    width: 100%;
  }
}
/*====================================================
	11. Post format specific style
====================================================*/
/* quote post */
.format-quote .image-container {
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  padding: 64px 32px;
  background-color: #2c3e50;
}
.format-quote .image-container blockquote {
  margin-bottom: 0;
  border: 0;
  color: #ffffff;
  margin: 0;
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: 'Lora', serif;
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
}
.format-quote .image-container blockquote a {
  color: #ffffff;
}
.format-quote .image-container blockquote a:hover {
  color: #ffffff;
  text-decoration: none;
}
.format-quote .image-container cite {
  color: #ffffff;
}
.format-quote .image-container.no-image blockquote {
  background: none;
  padding: 48px 32px;
}
/* gallery post - tiled gallery */
.format-gallery .gallery-tiled {
  text-align: left;
}
.format-gallery .gallery-tiled ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.format-gallery .gallery-tiled ul li {
  list-style: none;
  float: left;
  width: 25%;
  height: 25%;
  position: relative;
}
.format-gallery .gallery-tiled ul li a img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.format-gallery .gallery-tiled ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
}
.format-gallery .gallery-tiled ul li a .overlay:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  background: #ffffff;
}
.format-gallery .gallery-tiled ul li a .overlay:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -20px;
  background: #ffffff;
}
.format-gallery .gallery-tiled ul li a:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.format-gallery .gallery-slider-wrap {
  position: relative;
}
.format-gallery .gallery-slider-wrap .gallery-arrow-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.format-gallery .gallery-slider-wrap .gallery-arrow-wrap .slick-arrow {
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
}
.format-gallery .gallery-slider-wrap .gallery-arrow-wrap .slick-arrow:first-child {
  left: 0;
}
.format-gallery .gallery-slider-wrap .gallery-arrow-wrap .slick-arrow:last-child {
  right: 0;
}
.format-gallery .gallery-slider-wrap:hover .gallery-arrow-wrap {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=(70));
}
/* audio post */
.format-audio .selfhosted {
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  background-color: #2c3e50;
}
.format-audio h4 {
  padding: 48px 0;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
.format-audio h4 span {
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
}
/* status post */
.format-status .image-container {
  padding: 64px 32px;
  background-size: cover;
  background-position: center;
  background-color: #2c3e50;
}
.format-status .image-container blockquote {
  display: none;
}
.format-status .image-container iframe {
  margin: 0 auto !important;
  border: none;
  z-index: 2;
  position: relative !important;
  background: #ffffff;
}
/* link post */
.format-link .image-container {
  padding: 80px 32px;
  background-size: cover;
  background-position: center;
  background-color: #2c3e50;
}
.format-link .image-container .link {
  font-size: 2.4rem;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.format-link .image-container .link:hover,
.format-link .image-container .link:focus {
  background: rgba(0, 0, 0, 0.75);
  border: none;
}
.zero-result {
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
.zero-result .message {
  margin-bottom: 32px;
}
.zero-result .search-form {
  max-width: 600px;
  margin: 0 auto;
}
/*====================================================
	12. share
====================================================*/
.share-wrap {
  margin-bottom: 32px;
}
.share-wrap .share-links {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0px;
}
.share-wrap .share-links li {
  display: inline-block;
  margin: 0px 4px 8px 4px;
}
.share-wrap .share-links li a {
  display: block;
  padding: 8px 16px;
  width: 136px;
  color: #ffffff;
  font-size: 1.4rem;
}
.share-wrap .share-links li a:hover,
.share-wrap .share-links li a:focus {
  border: none;
}
.share-wrap .share-links li a i {
  margin-right: 8px;
}
.share-wrap .share-links li .facebook {
  background: #3b5998;
}
.share-wrap .share-links li .facebook:hover {
  background: #2d4373;
}
.share-wrap .share-links li .twitter {
  background: #1da1f2;
}
.share-wrap .share-links li .twitter:hover {
  background: #0c85d0;
}
.share-wrap .share-links li .google-plus {
  background: #db4437;
}
.share-wrap .share-links li .google-plus:hover {
  background: #bd2e22;
}
/*====================================================
	13. about author
====================================================*/
.about-author {
  padding: 16px 0;
  margin-top: 48px;
  margin-bottom: 0px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.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: 8px;
}
.about-author .details .bio {
  line-height: 28px;
}
.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: #909090;
  width: 24px;
  font-size: 14px;
}
.about-author .details .meta-info li a:hover i {
  color: #4eb052;
}
/*====================================================
	14. prev - next post
====================================================*/
.prev-next-wrap {
  margin-top: 32px;
}
.prev-next-wrap .next-post,
.prev-next-wrap .prev-post {
  margin-bottom: 32px;
}
.prev-next-wrap .prev-next-link {
  margin-bottom: 16px;
}
.prev-next-wrap .prev-next-link a {
  color: #909090;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.prev-next-wrap .prev-next-link a:hover {
  color: #4eb052;
}
.prev-next-wrap .permalink .featured-image {
  height: 232px;
  position: relative;
}
.prev-next-wrap .permalink .featured-image .overlay {
  background: rgba(44, 62, 80, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
  -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;
}
.prev-next-wrap .permalink .featured-image .overlay:before {
  content: "";
  border: 1px solid #ffffff;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.prev-next-wrap .permalink .featured-image .overlay .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.prev-next-wrap .permalink .featured-image .overlay .cell span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.prev-next-wrap .permalink .featured-image .overlay .cell span:hover {
  color: #4eb052;
}
.prev-next-wrap .permalink:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
/*====================================================
	15. comment
====================================================*/
.comment-wrap {
  padding-top: 32px;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 32px;
}
.comment-wrap .comment-count {
  text-transform: uppercase;
}
.comment-wrap .comment-count h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
.comment-wrap > ol {
  padding: 0;
  margin: 0px 0px 32px;
  border-bottom: 1px solid #e4e4e4;
}
.comment-wrap > ol .comment-entry {
  list-style: none;
}
.comment-wrap > ol li article {
  padding: 32px 0;
  border-top: 1px solid #e4e4e4;
}
.comment-wrap > ol li header {
  position: relative;
}
.comment-wrap > ol li header .author-avater-link {
  float: left;
}
.comment-wrap > ol li header .author-avater-link img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.comment-wrap > ol li header .author-avater-link:hover,
.comment-wrap > ol li header .author-avater-link:focus {
  border-bottom: none;
}
.comment-wrap > ol li header .comment-details {
  margin-left: 72px;
}
.comment-wrap > ol li header .comment-details .commenter-name {
  color: #161616;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 7px;
}
.comment-wrap > ol li header .comment-details .commenter-name a {
  color: #161616;
  display: inline-block;
}
.comment-wrap > ol li header .comment-details .commenter-name a:hover {
  color: #2c3e50;
  text-decoration: none;
  border: none;
}
.comment-wrap > ol li header .comment-details .commenter-meta {
  color: #909090;
  font-family: 'Lora', serif;
  font-size: 12px;
  font-style: italic;
}
.comment-wrap > ol li .bypostauthor .comment-details .commenter-name span {
  font-weight: 400;
  font-size: 1.2rem;
  color: #ffffff;
  background: #4eb052;
  padding: 0px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  line-height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
}
.comment-wrap > ol li .comment-body {
  margin-left: 72px;
  margin-top: 16px;
}
.comment-wrap > ol li .comment-reply-link {
  margin-left: 72px;
  font-size: 12px;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  color: #404040;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.comment-wrap > ol li .comment-reply-link:hover,
.comment-wrap > ol li .comment-reply-link:focus,
.comment-wrap > ol li .comment-reply-link:active,
.comment-wrap > ol li .comment-reply-link:active:hover,
.comment-wrap > ol li .comment-reply-link:active:focus {
  color: #ffffff;
  background: #4eb052;
  border-color: #4eb052;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment-wrap > ol li .comment-edit-link {
  margin-left: 8px;
  text-transform: uppercase;
  color: #909090;
}
.comment-wrap > ol li .comment-edit-link:before {
  content: '\f044';
  font-family: FontAwesome;
  margin-right: 4px;
}
.comment-wrap > ol li .comment-edit-link:hover {
  text-decoration: none;
  color: #4eb052;
}
.comment-wrap > ol .children {
  padding-left: 64px;
}
.comment-wrap .comment-pagination {
  margin: 0px 0px 24px;
}
.comment-wrap .comment-pagination a {
  color: #161616;
  font-size: 14px;
  text-transform: uppercase;
}
.comment-wrap .comment-closed {
  text-align: center;
}
.comment-wrap .comment-respond {
  margin-bottom: 24px;
}
.comment-wrap .comment-respond .comment-reply-title {
  margin-top: 0;
  font-weight: 700;
}
.comment-wrap .comment-respond .required {
  color: #4eb052;
}
/*====================================================
	16. tag and author cover
====================================================*/
.cover {
  padding: 16px 0px;
  margin-bottom: 32px;
  background-size: cover;
  background-position: center;
  background-color: rgba(228, 228, 228, 0.5);
}
.cover .overlay {
  display: inline-block;
  max-width: 75%;
}
.cover.has-image {
  padding: 32px 0px;
}
.cover.has-image .overlay {
  display: inline-block;
  padding: 24px;
  background-color: rgba(44, 62, 80, 0.8);
  color: #ffffff;
  max-width: 75%;
}
.cover.has-image .overlay a {
  color: #ffffff;
}
.cover.has-image .overlay a:hover,
.cover.has-image .overlay a:focus {
  color: #4eb052;
}
.tag-cover .overlay .tag-title {
  margin-top: 0px;
}
.tag-cover .overlay .description {
  margin-top: 16px;
  margin-bottom: 0;
}
.tag-cover.has-image .overlay .tag-title {
  color: #ffffff;
}
.author-cover .overlay .avatar-wrap img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author-cover .overlay .author-social {
  margin: 8px 0px 0px 0px;
  padding: 0;
}
.author-cover .overlay .author-social li {
  display: inline-block;
}
.author-cover .overlay .author-social li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.author-cover.has-image .overlay .author-name {
  color: #ffffff;
}
.search-cover .overlay .search-title {
  margin-top: 0px;
}
/*====================================================
	17. footer
====================================================*/
.site-footer {
  background: #0e151b;
  color: #909090;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #4eb052;
}
.footer-top {
  border-bottom: 1px solid #090d11;
  padding-top: 32px;
}
.widget {
  margin-bottom: 40px;
}
.widget .widget-title {
  color: #909090;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 24px;
}
.widget select {
  width: 100%;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  list-style: none;
  position: relative;
}
.widget ul li a {
  color: #ffffff;
  line-height: 4rem;
}
.widget ul li a .post-count {
  margin-left: 8px;
  position: absolute;
  top: 11px;
  right: 0;
  line-height: 20px;
  height: 20px;
  width: autopx;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget ul li a:hover {
  color: #4eb052;
}
.recent-post .recent-single-post {
  margin-bottom: 16px;
}
.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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.recent-post .recent-single-post a .post-thumb i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #e4e4e4;
  color: #909090;
}
.recent-post .recent-single-post .post-info {
  margin-left: 96px;
}
.recent-post .recent-single-post .post-info .post-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
}
.recent-post .recent-single-post .post-info .post-title a {
  color: #ffffff;
}
.recent-post .recent-single-post .post-info .post-title a:hover,
.recent-post .recent-single-post .post-info .post-title a:focus {
  color: #4eb052;
}
.recent-post .recent-single-post .date a {
  color: #909090;
  font-size: 1.2rem;
}
.recent-post .recent-single-post .date a:hover,
.recent-post .recent-single-post .date a:focus {
  color: #4eb052;
}
.newsletter .input-group-btn .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tagcloud a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 16px;
  border: 1px solid #1f2f3d;
  display: inline-block;
  font-size: 1.2rem !important;
  line-height: 2.4rem;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tagcloud a:hover {
  color: #ffffff;
  background: #4eb052;
  border: 1px solid #4eb052;
}
.follow-social .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.follow-social .social-links li {
  display: inline-block;
  font-size: 16px;
}
.follow-social .social-links li a i {
  line-height: 32px;
  width: 40px;
  height: 32px;
}
.footer-bottom {
  border-top: 1px solid #131d25;
  padding: 32px 0;
}
.back-to-top {
  position: fixed;
  right: 8px;
  bottom: 8px;
  background-color: #4eb052;
  color: #ffffff;
  height: 40px;
  width: 40px;
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
.back-to-top:hover {
  background-color: #469e4a;
}
/*====================================================
	18. error page
====================================================*/
.error-wrap {
  margin-bottom: 48px;
  padding: 48px 0;
}
.error-wrap .error-code {
  margin-top: 0;
  font-size: 72px;
  font-family: 'Libre Baskerville', serif;
  color: #2c3e50;
}
.error-wrap .error-message {
  margin-top: 0px;
}
.error-wrap .message-manual {
  margin-bottom: 24px;
}
/*====================================================
	19. media query
====================================================*/
@media screen and (max-width: 782px) {
  .admin-bar .site-header.fixed {
    top: 46px;
  }
  .admin-bar .mobile-menu {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .nav-right {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .featured-slider {
    background: #2c3e50;
    opacity: 0;
  }
  .featured-slider.slick-initialized {
    opacity: 1;
  }
  .featured-slider .slide {
    background-color: #2c3e50;
    min-height: 480px;
    position: relative;
  }
  .featured-slider .slide .content-wrap {
    width: 100%;
    float: none !important;
  }
  .featured-slider .slide .featured-image {
    position: relative;
    left: 0px;
    top: 0;
    height: 400px;
    right: 0;
    bottom: 0;
  }
  .featured-slider .slide .featured-image a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .featured-slider .slide .featured-image a:before {
    content: "";
    border: 1px solid #ffffff;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }
  .featured-slider .slide .content-wrap {
    padding: 40px 32px 72px;
    height: 100%;
  }
  .featured-slider .slide .content-wrap .category a {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #ffffff;
    background: #4eb052;
    padding: 5px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-right: 4px;
  }
  .featured-slider .slide .content-wrap .category a:hover {
    background-color: #3e8d42;
  }
  .featured-slider .slide .content-wrap .title a {
    color: #ffffff;
  }
  .featured-slider .slide .content-wrap .meta-info {
    margin: 8px 0px 16px;
    font-size: 1.4rem;
  }
  .featured-slider .slide .content-wrap .meta-info a {
    color: #ffffff;
  }
  .featured-slider .slide .content-wrap .meta-info a:hover,
  .featured-slider .slide .content-wrap .meta-info a:focus {
    color: #4eb052;
  }
  .featured-slider .slide .content-wrap .permalink {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .featured-slider .slide .content-wrap .permalink i {
    margin-left: 0px;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -ms-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  .featured-slider .slide .content-wrap .permalink:hover,
  .featured-slider .slide .content-wrap .permalink:focus {
    color: #4eb052;
  }
  .featured-slider .slide .content-wrap .permalink:hover i,
  .featured-slider .slide .content-wrap .permalink:focus i {
    margin-left: 4px;
  }
  .slick-dots {
    position: absolute;
    top: 346px;
    bottom: auto;
  }
  .post-single .featured-image {
    height: 24em;
  }
}
@media screen and (max-width: 400px) {
  .pagination-wrap .page-nav {
    float: none !important;
    text-align: center;
  }
  .pagination-wrap .page-number {
    margin: 16px 0px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .post-single .featured-image {
    height: 300px;
  }
  .featured-slider .slide .featured-image {
    height: 250px;
  }
  .slick-dots {
    top: 196px;
  }
}
/*# sourceMappingURL=screen.css.map */