/* Variables */

/* Mixins */

.transition3 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.transition25 {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.transition2 {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.abs_100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.body_font_family {
  font-family: "Open Sans";
  font-weight: 300;
}

.body_font_color {
  font-family: "Open Sans";
  font-weight: 300;
  color: #666666;
}

.body_font {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------*/

/*
/*   1. General Styles
/*
/*--------------------------*/

body {
  background-color: #fff;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
}

body #mobile-toggle-panel>.container>header, body #mobile-toggle-panel>header {
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.08);
  position: relative;
}

.main .container {
  background-color: #fff;
}

.main .container>.row {
  padding-top: 56px;
  padding-bottom: 56px;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.container .container {
  width: 100%;
}

.fullwidth .container {
  padding-left: 56px;
  padding-right: 56px;
}

p, table, li {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  line-height: 1.9;
}

a {
  color: #ff5b54;
  font: inherit;
  line-height: inherit;
}

a:hover, a:focus {
  text-decoration: none;
  color: #333;
}

ul {
  margin-bottom: 0;
}

.list-inline {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans';
  text-transform: uppercase;
  color: #222;
  display: block;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2 {
  font-weight: 500;
  letter-spacing: 1px;
}

h3 {
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  font-weight: 300;
}

h5 {
  font-weight: 600;
  letter-spacing: 3px;
}

h6 {
  font-weight: 600;
  letter-spacing: 6px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font: inherit;
  color: inherit;
}

img.emoji {
  display: inline !important;
  float: none !important;
}

.alignnone {
  margin: 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 28px 28px;
}

.alignleft {
  float: left;
  margin: 0 28px 28px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a img.alignright {
  float: right;
  margin: 0 0 28px 28px;
}

a img.alignnone {
  margin: 0 28px 28px 0;
}

a img.alignleft {
  float: left;
  margin: 0 28px 28px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table:not(#wp-calendar) {
  margin-bottom: 28px;
  border: 1px solid #eee;
}

table:not(#wp-calendar) thead {
  border-bottom: 1px solid #eee;
}

table:not(#wp-calendar) tr {
  border-bottom: 1px solid #eee;
}

table:not(#wp-calendar) tr:last-child {
  border-bottom: none;
}

table:not(#wp-calendar) tr th, table:not(#wp-calendar) tr td {
  border-right: 1px solid #eee;
  padding: 5px 10px;
}

table:not(#wp-calendar) tr th:last-child, table:not(#wp-calendar) tr td:last-child {
  border-right: none;
}

dd {
  margin-bottom: 14px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  text-align: center;
}

#loader img {
  margin: 20% auto;
}

.si-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.no-svg .si-icon-hamburger, .no-svg .si-icon-hamburger-cross {
  background-image: url('../img/svg/hamburger.png');
}

.no-svg .si-icon-play {
  background-image: url('../img/svg/play.png');
}

.no-svg .si-icon-volume {
  background-image: url('../img/svg/volume.png');
}

.no-svg .si-icon-zoom {
  background-image: url('../img/svg/zoom.png');
}

.home-slider {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.ms-layer a:not(.btn) {
  font: inherit;
}

/*--------------------------*/

/*
/*       2. Header
/*
/*--------------------------*/

.logo-bar {
  min-height: 40px;
}

.logo-bar .container, .menu-bar .container {
  display: block;
  position: relative;
}

/*-------- 2.1 Logo --------*/

.logo-bar {
  background-color: #fff;
}

.logo-bar .logo {
  padding-top: 28px;
  padding-bottom: 28px;
}

.logo-bar.center .container {
  text-align: center;
}

.logo-bar.center .container .logo {
  display: inline-block;
}

.logo-bar.left .logo {
  float: left;
}

.logo-bar.right .logo {
  float: right;
}

/*-------- 2.2 Menu --------*/

.menu-bar.left .nav-menu {
  float: left;
}

.menu-bar.center .container {
  text-align: center;
}

.menu-bar.center .container .nav-menu {
  float: none;
}

.menu-bar.right .nav-menu {
  float: right;
}

.menu-bar {
  background-color: #f8f8f8;
}

.menu-bar .nav-menu {
  display: inline-block;
}

.nav-menu .list-inline>li {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.nav-menu .list-inline>li:first-child {
  margin-left: 0 !important;
}

.nav-menu .list-inline>li:after {
  content: "\e680";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -19px;
  font-family: 'Pe-icon-7-stroke';
  font-size: 20px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}

.nav-menu .list-inline>li:last-child:after {
  content: none;
}

.nav-menu .list-inline>li>a {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #222;
}

.nav-menu .list-inline>li>a:after, .nav-menu .list-inline>li>a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #ff5b54;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.nav-menu .list-inline>li>a:after {
  left: 50%;
}

.nav-menu .list-inline>li>a:before {
  right: 50%;
}

.nav-menu .list-inline>li .sub-menu {
  display: none;
}

.nav-menu .list-inline>li:hover>a:before, .nav-menu .list-inline>li:hover>a:after {
  width: 50%;
}

.nav-menu .list-inline>li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding-left: 0;
  min-width: 200px;
  width: 100%;
  text-align: left;
}

.nav-menu .list-inline>li:hover .sub-menu li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
  margin-right: 0;
}

.nav-menu .list-inline>li:hover .sub-menu li:last-child {
  border-bottom: none;
}

.nav-menu .list-inline>li:hover .sub-menu li>a {
  display: block;
  padding: 15px 20px;
  font-family: "Open Sans";
  font-weight: 300;
  color: #666666;
  font-size: 13px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.nav-menu .list-inline>li:hover .sub-menu li>a:before {
  content: '•';
  font-size: 10px;
  margin-right: 10px;
}

.nav-menu .list-inline>li:hover .sub-menu li:hover>a {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-menu .list-inline>li:hover .sub-menu li.menu-item-has-children {
  position: relative;
}

.nav-menu .list-inline>li:hover .sub-menu li.menu-item-has-children>a {
  position: relative;
}

.nav-menu .list-inline>li:hover .sub-menu li.menu-item-has-children>a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  font-size: 10px;
  color: #aaa;
}

.nav-menu .list-inline>li:hover .sub-menu li.menu-item-has-children>.sub-menu {
  display: none;
}

.nav-menu .list-inline>li:hover .sub-menu li.menu-item-has-children:hover>.sub-menu {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  top: 0;
  left: 100%;
}

.nav-menu .list-inline>li.menu-item-has-children:after {
  margin-left: 6px;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #222;
}

.slideout-menu.mobile-right {
  left: auto;
}

.mobile-menu nav ul {
  padding-left: 0;
}

.mobile-menu nav ul li {
  display: block;
}

.mobile-menu nav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.mobile-menu nav ul li .sub-menu {
  position: relative;
  padding-left: 20px;
}

.mobile-menu .social {
  padding: 10px;
  display: inline-block;
  position: relative;
}

.mobile-menu .social li {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.mobile-menu .social a {
  font-family: 'FontAwesome';
  color: #fff;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/*------- 2.3 Social -------*/

.menu-bar.left .social {
  float: right;
}

.menu-bar.center .social {
  position: absolute;
  right: 0;
}

.menu-bar.right .social {
  float: left;
}

.menu-bar .social {
  display: inline-block;
  position: relative;
}

.menu-bar .social li {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.menu-bar .social a {
  font-family: 'FontAwesome';
  color: #82c3cf;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.menu-bar .social a:hover {
  color: #222;
}

/*------- 2.4 Search -------*/

.logo-bar.left .search-btn {
  float: right;
  margin-left: 10px;
  margin-right: 15px;
}

.logo-bar.center .search-btn {
  float: right;
  margin-left: 10px;
}

.logo-bar.right .search-btn {
  float: left;
  margin-right: 10px;
  margin-left: 15px;
}

.logo-bar .search-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 5px 0 0;
  cursor: pointer;
}

.logo-bar .search-btn i {
  font-size: 18px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.logo-bar .search-btn:hover i {
  color: #ff5b54;
}

.search-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.search-overlay form {
  opacity: 0;
  width: 688px;
  margin: 0 auto;
  position: relative;
  top: 55%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.search-overlay form .form-control {
  border: none;
  border-bottom: 3px solid #ddd;
  padding: 20px 12px 19px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  color: #333;
  height: auto;
}

.search-overlay form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}

.search-overlay form .form-control:-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}

.search-overlay form .form-control::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}

.search-overlay form .form-control:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}

.search-overlay form .form-control:focus {
  outline: none;
  border-bottom-color: #ddd;
  color: #ddd;
}

.search-overlay form .form-control:focus+.input-group-btn .btn {
  border-bottom-color: #ddd;
}

.search-overlay form .btn {
  position: relative;
  border: none;
  border-radius: 0;
  font-size: 24px;
  height: 66px;
  width: 66px;
  background-color: transparent;
  border-bottom: 3px solid #ddd;
  z-index: 99999;
}

.search-overlay form .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ff5b54;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.search-overlay form .btn:hover {
  border-bottom-color: #ff5b54;
}

.search-overlay form .btn:hover i {
  color: #fff;
}

.search-overlay form .btn:hover:after {
  height: 100%;
}

.search-overlay .close-btn {
  position: absolute;
  opacity: 0;
  top: 30px;
  right: 30px;
  z-index: -1;
  cursor: pointer;
}

.search-overlay .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  cursor: default;
}

.search-overlay.open {
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.96);
}

.search-overlay.open form {
  opacity: 1;
  z-index: 99999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.search-overlay.open .close {
  z-index: 99998;
}

.search-overlay.open .close-btn {
  opacity: 0.2;
  z-index: 99999;
}

.search-overlay.open .close-btn:hover {
  opacity: 1;
}

/*--------------------------*/

/*
/*       3. Blog
/*
/*--------------------------*/

.blog-pagination-short>div {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  clear: both;
}

.blog-pagination-short .prev, .blog-pagination-short .next {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog-pagination-short .prev:hover, .blog-pagination-short .next:hover {
  color: #ff5b54;
}

.blog-pagination-short .prev:before, .blog-pagination-short .next:after {
  font-family: 'FontAwesome';
  font-size: 14px;
}

.blog-pagination-short .prev {
  float: left;
}

.blog-pagination-short .prev:before {
  content: '\f100';
  margin-right: 7px;
}

.blog-pagination-short .next {
  float: right;
}

.blog-pagination-short .next:after {
  content: '\f101';
  margin-left: 7px;
}

.blog-pagination-default .pagination {
  margin: 0;
}

.blog-pagination-default .page-numbers {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #eee;
  border-radius: 2px;
  font-size: 11px;
  color: #666;
  text-align: center;
  padding-top: 12px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.blog-pagination-default .page-numbers.current, .blog-pagination-default .page-numbers:hover {
  color: #fff;
  background-color: #82c3cf;
}

/*--------- 3.1 Grid -------*/

.posts {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.post .sticky-label {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 10;
  background: #ff5b54;
  padding: 5px;
}

.post .sticky-label p {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
}

.post .post-thumbnail {
  display: inline-block;
}

.post .post-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.post .post-categories {
  margin-bottom: 20px;
  font-size: 0;
}

.post .post-categories a {
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #82c3cf;
}

.post .post-categories a:after {
  content: "•";
  margin-left: 5px;
  margin-right: 5px;
  line-height: inherit;
  display: inline-block;
}

.post .post-categories a:last-child:after {
  content: none;
}

.post .post-categories a:hover {
  color: #333;
}

.post .date-author {
  margin-bottom: 28px;
}

.post .date-author p {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.post .date-author p:nth-child(2):before {
  content: '/';
}

.post .date-author p a {
  color: inherit;
}

.post .date-author p a:hover {
  color: #ff5b54;
}

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

.post footer {
  padding: 28px 0;
  border-top: 1px dotted #ddd;
}

.post .read-more {
  margin-right: 25px;
}

.post .post-counters {
  display: inline-block;
}

.post .post-counters li {
  margin-right: 25px;
}

.post .post-counters li a {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .post-counters li a:hover {
  color: #ff5b54;
}

.post .post-counters li a:hover i {
  color: #ff5b54;
}

.post .post-counters li .liked {
  color: #ff5b54;
}

.post .post-counters li .liked i {
  color: #ff5b54;
}

.post .post-counters li i {
  color: #cccccc;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .share-btn {
  display: inline-block;
  position: relative;
  float: right;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}

.post .share-btn>p {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .share-btn>p i {
  font-size: 14px;
  color: #cccccc;
  margin-right: 15px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .share-btn ul {
  display: none;
  position: absolute;
  height: 50px;
  width: 170px;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  z-index: 5;
}

.post .share-btn ul:after {
  content: '\f0d8';
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  font-size: 14px;
  top: -14px;
  right: 0;
  color: #ddd;
}

.post .share-btn ul li {
  padding: 0;
  width: 25%;
  height: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  margin-right: -4px;
  color: #aaa;
  font-size: 0;
}

.post .share-btn ul li:last-child {
  padding-right: 0;
}

.post .share-btn ul a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .share-btn ul a:hover {
  background-color: #82c3cf;
  color: #fff;
}

.post .share-btn:hover>p, .post .share-btn:hover>p i {
  color: #ff5b54;
}

.post .share-btn:hover .list-inline {
  display: block;
}

.post .tagcloud {
  padding-top: 28px;
  display: inline-block;
  font-size: 0;
}

.post .tagcloud a {
  display: inline-block;
  margin-right: 5px;
  color: #888;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post .tagcloud a:before {
  content: '#';
}

.post .tagcloud a:hover {
  color: #ff5b54;
}

.post-grid .post-thumbnail {
  display: block;
  width: 100%;
}

.post-grid .share-btn ul:after {
  top: -17px;
}

.post-list .post-thumbnail {
  float: left;
  padding-right: 28px;
  background-color: #fff;
}

.post-list .post-thumbnail img {
  margin-bottom: 28px;
}

.post-list .share-btn ul:after {
  top: -14px;
}

.post-list.post .post-format {
  float: left;
  padding-right: 28px;
  background-color: #fff;
  width: 344px;
  height: 252px;
}

.post-list.post .post-format iframe {
  height: 100%;
  width: 100%;
}

.post-list.post.format-quote .post-format, .post-list.post.format-link .post-format {
  height: auto;
}

.post-list.post.format-audio .post-format .blur-container .audio-controls, .post-list.post.format-audio .post-format .blur-container {
  width: 316px;
}

.post-grid, .post-list {
  margin-bottom: 14px;
}

.post-grid .date-author, .post-list .date-author {
  margin-bottom: 15px;
}

.post-grid .share-btn>p, .post-list .share-btn>p {
  font-size: 0;
}

.post-fullwidth {
  margin-bottom: 14px;
}

.post-fullwidth header {
  text-align: center;
}

.post-fullwidth .post-thumbnail {
  display: block;
  width: 100%;
}

.post-fullwidth .post-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.post-fullwidth .share-btn ul:after {
  top: -14px;
}

.post.post-spotlight header {
  padding: 168px 28px;
  background-size: cover;
  background-position: center top;
  background-color: #666;
  margin-bottom: 20px;
  position: relative;
}

.post.post-spotlight .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}

.post.post-spotlight .header {
  position: relative;
  z-index: 1;
}

.post.post-spotlight .header>*:last-child, .post.post-spotlight .header>*:last-child>* {
  margin-bottom: 0;
}

.post.post-spotlight .post-categories a, .post.post-spotlight .post-title h2 {
  color: #fff;
}

.post.post-spotlight .date-author {
  margin-bottom: 0;
}

.post.post-spotlight .date-author p {
  color: #fff;
}

.post.post-spotlight .date-author a:hover {
  color: #fff;
}

.post .post-format {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.post .post-format img {
  width: 100%;
  height: auto;
}

.post .post-format iframe {
  display: block;
}

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

.post .post-format .post-slider .controls {
  position: absolute;
  z-index: 51;
  top: 50%;
  width: 100%;
  margin-top: -19px;
}

.post .post-format .post-slider .controls .prev, .post .post-format .post-slider .controls .next {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.post .post-format .post-slider .controls .prev a, .post .post-format .post-slider .controls .next a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
}

.post .post-format .post-slider .controls .prev i, .post .post-format .post-slider .controls .next i {
  color: #fff;
  padding-top: 10px;
}

.post .post-format .post-slider .controls .prev:hover, .post .post-format .post-slider .controls .next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.post .post-format .post-slider .controls .prev {
  float: left;
  margin-left: 15px;
}

.post .post-format .post-slider .controls .next {
  float: right;
  margin-right: 15px;
}

.post .post-format .post-slider ul {
  padding: 0;
  margin: 0;
}

.post .post-format .quote {
  position: relative;
  display: block;
  background-color: #eee;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.post .post-format .quote .inner-quote {
  display: block;
  position: relative;
  padding: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post .post-format .quote p {
  margin-top: -15px;
  margin-bottom: 0;
}

.post .post-format .quote .quote-ref, .post .post-format .quote .link-text {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
}

.post.format-quote .inner-quote>a {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-family: 'Work Sans';
}

.post.format-link .inner-quote i {
  font-size: 24px;
  margin-bottom: 35px;
}

.post.format-audio .post-format {
  position: relative;
}

.post.format-audio .post-format .blur-container {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
}

.post.format-audio .post-format .blur-container img {
  margin-bottom: 0;
}

.post.format-audio .post-format .blur-container .blur {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
  background-position: bottom left;
  background-size: 100%;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.post.format-audio .post-format .blur-container .blur:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.post.format-audio .post-format .blur-container .audio-controls {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.post.format-audio .post-format .blur-container .audio-controls .playpause {
  display: block;
  float: left;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.post.format-audio .post-format .blur-container .audio-controls .playpause .si-icon-play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.post.format-audio .post-format .blur-container .audio-controls .currenttime, .post.format-audio .post-format .blur-container .audio-controls .duration {
  display: block;
  position: absolute;
  top: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

.post.format-audio .post-format .blur-container .audio-controls .currenttime {
  left: 60px;
}

.post.format-audio .post-format .blur-container .audio-controls .duration {
  right: 60px;
}

.post.format-audio .post-format .blur-container .audio-controls .audio-progress {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  padding: 36px 60px 20px 0;
  overflow: visible;
}

.post.format-audio .post-format .blur-container .audio-controls .total {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post.format-audio .post-format .blur-container .audio-controls .buffered {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  display: block;
  width: 0;
  height: 100%;
  cursor: pointer;
}

.post.format-audio .post-format .blur-container .audio-controls .current {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 0;
  height: 100%;
  cursor: pointer;
}

.post.format-audio .post-format .blur-container .audio-controls .volume {
  display: inline-block;
  position: relative;
  float: right;
  height: 100%;
  width: 60px;
}

.post.format-audio .post-format .blur-container .audio-controls .volume .mute {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.post.format-audio .post-format .blur-container .audio-controls .volume .mute .si-icon-volume {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.post.format-audio .post-format .blur-container .audio-controls .volume .dropdown {
  position: absolute;
  display: none;
  bottom: 90%;
  left: 6px;
  width: 48px;
  height: 120px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.post.format-audio .post-format .blur-container .audio-controls .volume .dropdown:before {
  content: '\f0d7';
  position: absolute;
  top: 90%;
  left: 20px;
  font-family: 'FontAwesome';
  color: #fff;
}

.post.format-audio .post-format .blur-container .audio-controls .volume .dropdown .totalvolume {
  width: 100%;
  height: 80px;
  position: relative;
  cursor: pointer;
  background-color: #ddd;
  display: inline-block;
}

.post.format-audio .post-format .blur-container .audio-controls .volume .dropdown .currentvolume {
  background-color: #ff5b54;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.post.format-audio .post-format .blur-container .audio-controls .volume:hover .dropdown {
  display: block;
}

.post.format-audio .post-format .blur-container:nth-child(2) {
  position: relative;
  background-color: #ccc;
}

.post.format-audio .post-format .blur-container:nth-child(2) .blur {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.post.format-status iframe {
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  border: 1px solid #ddd !important;
}

.blog-grid.col-md-8 .post.col-md-6.format-audio .post-format iframe, .blog-grid.col-md-12 .post.col-md-4.format-audio .post-format iframe, .related .grid .post.col-md-6.format-audio .post-format iframe {
  height: 252px;
}

.blog-grid.col-md-8 .post.col-md-6 .post-format .quote, .blog-grid.col-md-12 .post.col-md-4 .post-format .quote, .related .grid .post.col-md-6 .post-format .quote {
  min-height: 252px;
}

.blog-grid.col-md-12 .post.col-md-6.format-audio .post-format iframe {
  height: 392px;
}

.blog-grid.col-md-12 .post.col-md-6 .post-format .quote {
  min-height: 392px;
}

.blog-grid .post-excerpt img {
  max-width: 100%;
  height: auto;
}

/*--------------------------*/

/*
/*       4. Post Page
/*
/*--------------------------*/

.post-format-content {
  margin-bottom: 28px;
}

.post-format-content img {
  width: 100%;
  height: auto;
}

.main-post .tagcloud {
  padding-top: 0;
}

.main-post .post-meta {
  float: right;
  padding-left: 14px;
  padding-right: 14px;
}

.main-post .post-meta .share-btn {
  padding: 3px 0 8px 3px;
}

.post-content div[class*=col-md] img, .post-excerpt div[class*=col-md] img, .textwidget div[class*=col-md] img {
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.post-content iframe, .post-excerpt iframe, .textwidget iframe {
  max-width: 100%;
}

.post-content .wp-caption, .post-excerpt .wp-caption, .textwidget .wp-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 28px;
}

.post-content .wp-caption a, .post-excerpt .wp-caption a, .textwidget .wp-caption a {
  display: block;
}

.post-content .wp-caption img, .post-excerpt .wp-caption img, .textwidget .wp-caption img {
  margin-bottom: 0;
  width: 100%;
}

.post-content .wp-caption .wp-caption-text, .post-excerpt .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px 28px;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  font-family: "Open Sans";
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,222222+100&amp;0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, rgba(34, 34, 34, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#80222222', GradientType=0);
  /* IE6-9 */
}

.post-content img, .post-excerpt img, .textwidget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.post-content .dropcap>p:first-child:first-letter, .post-excerpt .dropcap>p:first-child:first-letter, .textwidget .dropcap>p:first-child:first-letter {
  float: left;
  color: #ff5b54;
  font-size: 120px;
  line-height: 120px;
  margin-right: 28px;
}

.post-content .gallery, .post-excerpt .gallery, .textwidget .gallery {
  margin-right: -14px !important;
  margin-left: -14px !important;
}

.post-content .gallery-item, .post-excerpt .gallery-item, .textwidget .gallery-item {
  position: relative;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  margin-top: 0;
  margin-bottom: 28px;
}

.post-content .gallery-item img, .post-excerpt .gallery-item img, .textwidget .gallery-item img {
  border: none !important;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.post-content .gallery-item .gallery-caption, .post-excerpt .gallery-item .gallery-caption, .textwidget .gallery-item .gallery-caption {
  position: absolute;
  display: block;
  width: 100%;
  max-height: 100%;
  padding: 20px 28px;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  font-family: "Open Sans";
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,222222+100&amp;0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, rgba(34, 34, 34, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#80222222', GradientType=0);
  /* IE6-9 */
}

.post-content .gallery-columns-6 .gallery-caption, .post-excerpt .gallery-columns-6 .gallery-caption, .textwidget .gallery-columns-6 .gallery-caption, .post-content .gallery-columns-7 .gallery-caption, .post-excerpt .gallery-columns-7 .gallery-caption, .textwidget .gallery-columns-7 .gallery-caption, .post-content .gallery-columns-8 .gallery-caption, .post-excerpt .gallery-columns-8 .gallery-caption, .textwidget .gallery-columns-8 .gallery-caption, .post-content .gallery-columns-9 .gallery-caption, .post-excerpt .gallery-columns-9 .gallery-caption, .textwidget .gallery-columns-9 .gallery-caption {
  position: relative;
  display: block;
  width: 100%;
  max-height: 100%;
  padding: 10px 0 0;
  margin-bottom: 0;
  font-family: "Open Sans";
  font-weight: normal;
  color: #222;
  text-transform: uppercase;
  font-size: 9px;
  background: transparent;
  overflow: auto;
  word-wrap: break-word;
}

.post-content .gallery-columns-6, .post-excerpt .gallery-columns-6, .textwidget .gallery-columns-6, .post-content .gallery-columns-7, .post-excerpt .gallery-columns-7, .textwidget .gallery-columns-7 {
  font-size: 10px;
}

.post-content .gallery-columns-4 .gallery-caption, .post-excerpt .gallery-columns-4 .gallery-caption, .textwidget .gallery-columns-4 .gallery-caption, .post-content .gallery-columns-5 .gallery-caption, .post-excerpt .gallery-columns-5 .gallery-caption, .textwidget .gallery-columns-5 .gallery-caption {
  padding: 5px;
}

.post-content .gallery-columns-5, .post-excerpt .gallery-columns-5, .textwidget .gallery-columns-5 {
  font-size: 12px;
}

.post-nav {
  clear: both;
  overflow: auto;
  width: 100%;
  border-top: 1px dotted #ddd;
  padding: 28px 0;
}

.post-nav .post-nav-prev, .post-nav .post-nav-next {
  width: 50%;
}

.post-nav .post-nav-prev .post-nav-link, .post-nav .post-nav-next .post-nav-link {
  display: inline-block;
  width: 80%;
}

.post-nav .post-nav-prev .post-nav-link h4, .post-nav .post-nav-next .post-nav-link h4 {
  display: block;
  margin-bottom: 0px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post-nav .post-nav-prev .post-nav-link p, .post-nav .post-nav-next .post-nav-link p {
  font-size: 13px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post-nav .post-nav-prev .post-nav-link:hover p, .post-nav .post-nav-next .post-nav-link:hover p {
  color: #ff5b54;
}

.post-nav i {
  font-size: 36px;
  color: #ddd;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.post-nav i:hover {
  color: #ff5b54;
  border-color: #ff5b54;
}

.post-nav .post-nav-prev {
  float: left;
  text-align: left;
  border-right: 1px solid #ddd;
}

.post-nav .post-nav-prev .post-nav-link {
  float: left;
}

.post-nav .post-nav-prev i {
  float: left;
  margin-right: 15px;
}

.post-nav .post-nav-next {
  float: right;
  text-align: right;
}

.post-nav .post-nav-next .post-nav-link {
  float: right;
}

.post-nav .post-nav-next i {
  float: right;
  margin-left: 15px;
}

.author-block {
  border-top: 1px dotted #ddd;
  padding: 28px 0;
  overflow: auto;
}

.author-block img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 28px;
}

.author-block .social li {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.author-block .social li:first-child {
  padding-left: 0;
}

.author-block .social li a {
  color: #82c3cf;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.author-block .social li a:hover {
  color: #222;
}

.related {
  border-top: 1px dotted #ddd;
  padding: 28px 0 14px;
}

.related>h3 {
  margin-bottom: 28px;
}

.related header {
  text-align: left;
}

.related .post .post-thumbnail img {
  margin-bottom: 28px;
}

.related .post:nth-child(3), .related .post:nth-child(4) {
  margin-bottom: 0;
}

.comments {
  border-top: 1px dotted #ddd;
  padding: 28px 0;
}

.comments>h3 {
  margin-bottom: 28px;
}

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

.comments ul.children {
  list-style: none;
}

.comments .comment {
  padding-bottom: 28px;
}

.comments .comment:last-child {
  padding-bottom: 0;
}

.comments .comment img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.comments .comment.bypostauthor .comment-post-author {
  background: #aaa;
  border-radius: 3px;
  padding: 1px 4px 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
}

.comments .comment .comment-meta {
  overflow: hidden;
}

.comments .comment .comment-meta .comment-author {
  display: inline-block;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.comments .comment .comment-meta .comment-author:hover {
  color: #ff5b54;
}

.comments .comment .comment-meta .comment-date {
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 1;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.comments .comment .comment-meta .comment-reply-link {
  color: #888;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.comments .comment .comment-meta .comment-reply-link:before {
  content: '\f112';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.comments .comment .comment-meta .comment-reply-link:hover {
  color: #ff5b54;
}

.comments .comment .children {
  padding-left: 28px;
  padding-top: 28px;
  border-left: 1px solid #ddd;
}

.comment-respond {
  border-top: 1px dotted #ddd;
  padding: 28px 0;
}

.comment-respond>h3 {
  margin-bottom: 28px;
}

.comment-respond .comment-notes, .comment-respond .submit {
  display: none;
}

.comment-respond .form-control {
  margin-bottom: 10px;
}

.comment-respond .col-md-7 {
  padding-right: 5px;
}

.comment-respond .col-md-5 {
  padding-left: 5px;
}

.comment-respond textarea {
  resize: none;
}

.main-post .page-numbers, .comments .page-numbers {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #eee;
  border-radius: 2px;
  font-size: 11px;
  color: #666;
  text-align: center;
  padding-top: 12px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.main-post .page-numbers.current, .comments .page-numbers.current, .main-post .page-numbers:hover, .comments .page-numbers:hover {
  color: #fff;
  background-color: #82c3cf;
}

.main-post .page-numbers {
  margin-right: 5px;
}

/*--------------------------*/

/*
/*       5. Page
/*
/*--------------------------*/

.title-container {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.page-title {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dotted #ddd;
}

.page-title.left {
  text-align: left;
}

.page-title.center {
  text-align: center;
}

.page-title.right {
  text-align: right;
}

.page-title .container {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.page-title p {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #82c3cf;
}

.page-title h5 {
  margin-bottom: 0;
}

.page-title.custom-title {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-bottom: none;
}

.page-title.custom-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-title.custom-title p, .page-title.custom-title h5, .page-title.custom-title h1 {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.page-title.custom-title h1 {
  position: relative;
  z-index: 10;
}

.page-title.custom-post-title {
  padding-left: 100px;
  padding-right: 100px;
  border-bottom: none;
}

.map-container {
  position: relative;
  padding-top: 56px;
  z-index: -1;
  background-color: #fff;
}

.embed-map {
  margin-bottom: -6px;
}

.embed-map iframe {
  width: 100%;
}

.embed-map .map-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*--------------------------*/

/*
/*       6. Widgets
/*
/*--------------------------*/

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

.widget {
  list-style: none;
  margin-bottom: 28px;
}

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

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  margin-top: -8px;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px dotted #ddd;
}

.widget .widget-title h6 {
  margin-bottom: 0;
}

.widget ul {
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}

.widget ul li {
  list-style: none;
  font-size: 0;
}

.widget ul li a {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  color: inherit;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.widget ul li a:hover {
  color: #333;
  background-color: #eee;
  padding-left: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget ul li a:before {
  content: '•';
  font-size: 10px;
  margin-right: 10px;
}

.widget ul li.menu-item-has-children {
  padding-bottom: 0;
}

.widget ul .children, .widget ul .sub-menu {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.widget #recentcomments {
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}

.widget #recentcomments .recentcomments {
  list-style: none;
  font-size: inherit;
  padding: 10px 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.widget #recentcomments .recentcomments a {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  color: inherit;
}

.widget #recentcomments .recentcomments>a:before {
  content: none;
}

.widget #recentcomments .recentcomments span a:before {
  content: '';
  font-size: 10px;
  margin-right: 0px;
}

.widget #recentcomments .recentcomments:hover {
  background-color: #eee;
  padding-left: 10px;
}

.widget #recentcomments .recentcomments:hover a {
  color: #333;
}

.widget.widget_text img {
  max-width: 100%;
  height: auto;
}

.widget.widget_text .textwidget>*:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget #calendar_wrap table {
  width: 100%;
  position: relative;
}

.widget #calendar_wrap th, .widget #calendar_wrap td {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

.widget #calendar_wrap td {
  font-weight: 300;
}

.widget #calendar_wrap caption {
  font-family: 'Open Sans';
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 0;
  color: #222;
}

.widget #calendar_wrap tfoot tr td {
  position: absolute;
  top: -8px;
}

.widget #calendar_wrap #prev {
  left: 15px;
}

.widget #calendar_wrap #next {
  right: 15px;
}

.widget #calendar_wrap tbody a {
  font-weight: bold;
}

.widget .tagcloud a {
  display: inline-block;
  position: relative;
  padding: 9px 10px;
  margin-bottom: 2px;
  border: 1px solid #ddd;
  color: #aaa;
  line-height: 1;
  font-size: 13px !important;
  margin-right: -2px;
  z-index: 1;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.widget .tagcloud a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff5b54;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 1, 1);
  transform: scale3d(0.3, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.widget .tagcloud a:hover {
  border-color: #ff5b54;
  color: #fff;
}

.widget .tagcloud a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget.widget_instagram .row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -6px;
}

.widget.widget_instagram .instagram-feed {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: auto;
  clear: both;
}

.widget.widget_instagram .instagram-feed li {
  list-style: none;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}

.widget.widget_instagram .instagram-feed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.widget.widget_instagram .instagram-feed li a:before {
  content: none;
}

.widget.widget_instagram .instagram-feed li a:hover {
  background-color: transparent;
  padding-left: 0;
}

.widget.widget_instagram.carousel .row {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.widget.widget_instagram.carousel li {
  list-style: none;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.widget.widget_instagram.carousel .bx-pager {
  text-align: center;
  padding-bottom: 10px;
}

.widget.widget_instagram.carousel .bx-pager-item {
  display: inline-block;
}

.widget.widget_instagram.carousel .bx-pager-item a {
  display: block;
  position: relative;
  font-size: 0;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.widget.widget_instagram.carousel .bx-pager-item a:hover, .widget.widget_instagram.carousel .bx-pager-item a.active {
  box-shadow: 0 0 0 4px #eee;
  background-color: #ff5b54;
  border-color: #ff5b54;
}

.widget.widget_instagram.carousel>a {
  display: block;
  color: #666;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.widget.widget_instagram.carousel>a:hover {
  color: #ff5b54;
}

.widget .flickr {
  display: block;
}

.widget .flickr .row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -6px;
}

.widget .flickr a {
  display: block;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}

.widget .flickr a>div {
  background-size: cover;
  background-position: top center;
}

.widget.widget_social ul {
  margin-top: 0;
  margin-bottom: -3px;
}

.widget.widget_social ul li {
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget.widget_social ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 7px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  z-index: 1;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.widget.widget_social ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff5b54;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 1, 1);
  transform: scale3d(0.3, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.widget.widget_social ul li a:hover {
  padding-left: 0;
  border-color: #ff5b54;
}

.widget.widget_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget.widget_social ul li a:hover i {
  color: #fff;
}

.widget.widget_social ul li a i {
  color: #888;
}

.widget .recent article {
  display: block;
  padding-bottom: 28px;
  overflow: hidden;
}

.widget .recent article:last-child {
  padding-bottom: 0;
}

.widget .recent article header {
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}

.widget .recent article img, .widget .recent article .img {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #82c3cf;
  text-align: center;
}

.widget .recent article img i, .widget .recent article .img i {
  font-size: 14px;
  color: #fff;
  margin-top: 21px;
}

.widget .recent article img span, .widget .recent article .img span {
  color: #fff;
  display: block;
  margin-top: 18px;
}

.widget .recent article .post-categories {
  margin-bottom: 8px;
}

.widget .recent article .post-date {
  font-size: 11px;
  margin-bottom: 5px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget .recent article .post-date a {
  color: inherit;
}

.widget .recent article .post-date a:hover {
  color: #ff5b54;
}

.widget .recent article .post-title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #222;
  display: block;
}

.widget .recent article .post-title:hover {
  color: #ff5b54;
}

.widget .recent article .read-more {
  font-weight: 400;
  font-size: 11px;
  border-bottom-width: 1px;
}

.widget span[class$='embed_grid'] {
  box-shadow: none !important;
  border: 1px solid #eee;
  background-color: #eee !important;
}

aside .widget {
  border: 1px solid #ddd;
  padding: 28px 28px;
}

footer.footer .widgets {
  padding: 42px 0;
}

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

.dark .widget {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .widget .widget-title {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.dark .widget .widget-title h6 {
  color: #fff;
}

.dark .widget ul li a {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}

.dark .widget #recentcomments .recentcomments {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget #recentcomments .recentcomments:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.dark .widget #recentcomments .recentcomments:hover a {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.dark .widget.widget_text p {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget #calendar_wrap th, .dark .widget #calendar_wrap td {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget #calendar_wrap caption {
  color: #fff;
}

.dark .widget .tagcloud a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget .tagcloud a:hover {
  border-color: #ff5b54;
  color: #fff;
}

.dark .widget.widget_instagram.carousel .bx-pager-item a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.dark .widget.widget_instagram.carousel .bx-pager-item a:hover, .dark .widget.widget_instagram.carousel .bx-pager-item a.active {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  background-color: #ff5b54;
  border-color: #ff5b54;
}

.dark .widget.widget_instagram.carousel>a {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget.widget_instagram.carousel>a:hover {
  color: #ff5b54;
}

.dark .widget.widget_social ul li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .widget.widget_social ul li a:before {
  background: #ff5b54;
}

.dark .widget.widget_social ul li a:hover {
  padding-left: 0;
  border-color: #ff5b54;
}

.dark .widget.widget_social ul li a:hover i {
  color: #fff;
}

.dark .widget.widget_social ul li a i {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget .recent article .post-date {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget .recent article .post-title {
  color: #fff;
}

.dark .widget .recent article .post-title:hover {
  color: #ff5b54;
}

.dark .widget .form-control, .dark .widget .wpcf7-text, .dark .widget .wpcf7-form-control, .dark .widget input[type='text'], .dark .widget select {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}

.dark .widget .form-control::-webkit-input-placeholder, .dark .widget .wpcf7-text::-webkit-input-placeholder, .dark .widget .wpcf7-form-control::-webkit-input-placeholder, .dark .widget input[type='text']::-webkit-input-placeholder, .dark .widget select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.dark .widget .form-control:-moz-placeholder, .dark .widget .wpcf7-text:-moz-placeholder, .dark .widget .wpcf7-form-control:-moz-placeholder, .dark .widget input[type='text']:-moz-placeholder, .dark .widget select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.1);
}

.dark .widget .form-control::-moz-placeholder, .dark .widget .wpcf7-text::-moz-placeholder, .dark .widget .wpcf7-form-control::-moz-placeholder, .dark .widget input[type='text']::-moz-placeholder, .dark .widget select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.1);
}

.dark .widget .form-control:-ms-input-placeholder, .dark .widget .wpcf7-text:-ms-input-placeholder, .dark .widget .wpcf7-form-control:-ms-input-placeholder, .dark .widget input[type='text']:-ms-input-placeholder, .dark .widget select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.dark .widget .input-group-btn .btn {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.dark .widget .input-group-btn .btn i {
  color: rgba(255, 255, 255, 0.4);
}

.dark .widget .input-group-btn .btn:hover {
  background-color: #ff5b54;
  border: none;
}

.dark .widget .input-group-btn .btn:hover i {
  color: #fff;
}

.light .widget {
  border-color: rgba(0, 0, 0, 0.15);
}

.light .widget .widget-title {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.light .widget ul li a {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget ul li a:hover {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.08);
}

.light .widget #recentcomments .recentcomments {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget #recentcomments .recentcomments:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.85);
}

.light .widget #recentcomments .recentcomments:hover a {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
}

.light .widget.widget_text p {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget #calendar_wrap th, .light .widget #calendar_wrap td {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget #calendar_wrap caption {
  color: #222;
}

.light .widget .tagcloud a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.light .widget .tagcloud a:hover {
  border-color: #ff5b54;
  color: #fff;
}

.light .widget.widget_instagram.carousel .bx-pager-item a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.light .widget.widget_instagram.carousel .bx-pager-item a:hover, .light .widget.widget_instagram.carousel .bx-pager-item a.active {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #ff5b54;
  border-color: #ff5b54;
}

.light .widget.widget_instagram.carousel>a {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget.widget_instagram.carousel>a:hover {
  color: #ff5b54;
}

.light .widget.widget_social ul li a {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.light .widget.widget_social ul li a:before {
  background: #ff5b54;
}

.light .widget.widget_social ul li a:hover {
  padding-left: 0;
  border-color: #ff5b54;
}

.light .widget.widget_social ul li a:hover i {
  color: #fff;
}

.light .widget.widget_social ul li a i {
  color: rgba(0, 0, 0, 0.3);
}

.light .widget .recent article .post-date {
  color: rgba(0, 0, 0, 0.75);
}

.light .widget .recent article .post-title {
  color: #222;
}

.light .widget .recent article .post-title:hover {
  color: #ff5b54;
}

.light .widget .form-control, .light .widget .wpcf7-text, .light .widget .wpcf7-form-control, .light .widget input[type='text'], .light .widget select {
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.06);
}

.light .widget .form-control::-webkit-input-placeholder, .light .widget .wpcf7-text::-webkit-input-placeholder, .light .widget .wpcf7-form-control::-webkit-input-placeholder, .light .widget input[type='text']::-webkit-input-placeholder, .light .widget select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.light .widget .form-control:-moz-placeholder, .light .widget .wpcf7-text:-moz-placeholder, .light .widget .wpcf7-form-control:-moz-placeholder, .light .widget input[type='text']:-moz-placeholder, .light .widget select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
}

.light .widget .form-control::-moz-placeholder, .light .widget .wpcf7-text::-moz-placeholder, .light .widget .wpcf7-form-control::-moz-placeholder, .light .widget input[type='text']::-moz-placeholder, .light .widget select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}

.light .widget .form-control:-ms-input-placeholder, .light .widget .wpcf7-text:-ms-input-placeholder, .light .widget .wpcf7-form-control:-ms-input-placeholder, .light .widget input[type='text']:-ms-input-placeholder, .light .widget select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.light .widget .input-group-btn .btn {
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.06);
}

.light .widget .input-group-btn .btn i {
  color: rgba(0, 0, 0, 0.4);
}

.light .widget .input-group-btn .btn:hover {
  background-color: #ff5b54;
  border: none;
}

.light .widget .input-group-btn .btn:hover i {
  color: #fff;
}

/*--------------------------*/

/*
/*       7. Footer
/*
/*--------------------------*/

footer.footer {
  background-color: #222;
}

footer.footer>.container:first-child .widgets {
  border-top: none;
}

footer.footer .menu-bar {
  background-color: #222;
  border-bottom: 1px solid transparent;
}

footer.footer .widgets .row {
  padding-bottom: 42px;
}

footer.footer .widgets .row:last-child {
  padding-bottom: 0;
}

footer.footer .copyright {
  padding: 20px 0;
  border-top: 1px dotted #ddd;
}

footer.footer .copyright:first-child {
  border-top: none;
}

footer.footer.dark .copyright {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

footer.footer.dark p {
  color: rgba(255, 255, 255, 0.5);
}

footer.footer.dark a:hover {
  color: #fff;
}

footer.footer.dark .menu-bar {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: -70px;
  padding-bottom: 30px;
}

footer.footer.dark .menu-bar .nav-menu .list-inline>li>a {
  color: #fff;
}

footer.footer.dark .menu-bar .nav-menu .list-inline>li:after {
  color: rgba(255, 255, 255, 0.23);
  opacity: 1;
}

footer.footer.dark .menu-bar .social a {
  color: #fff;
}

footer.footer.dark .menu-bar .social a:hover {
  color: #ff5b54;
}

footer.footer.light .copyright {
  border-color: rgba(0, 0, 0, 0.15);
  color: #222;
}

footer.footer.light p {
  color: rgba(0, 0, 0, 0.75);
}

footer.footer.light a:hover {
  color: #222;
}

footer.footer.light .menu-bar {
  border-color: rgba(0, 0, 0, 0.1);
}

footer.footer.light .menu-bar .nav-menu .list-inline>li>a {
  color: #222;
}

footer.footer.light .menu-bar .nav-menu .list-inline>li:after {
  color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}

footer.footer.light .menu-bar .social a {
  color: #222;
}

footer.footer.light .menu-bar .social a:hover {
  color: #ff5b54;
}

.fullwidth-instagram ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.fullwidth-instagram ul li {
  display: inline-block;
  position: relative;
  font-size: 0;
  background-size: cover;
  margin-bottom: -5px;
}

.fullwidth-instagram ul li img {
  width: 100%;
  height: auto;
}

.fullwidth-instagram ul li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.fullwidth-instagram ul li .overlay span {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fullwidth-instagram ul li .overlay span p {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

.fullwidth-instagram ul li .overlay span p:last-child {
  margin-right: 0;
}

.fullwidth-instagram ul li .overlay span p i {
  margin-right: 10px;
}

.fullwidth-instagram ul li:hover .overlay {
  opacity: 1;
}

.fullwidth-instagram.col-4 ul li {
  width: 25%;
}

.fullwidth-instagram.col-5 ul li {
  width: 20%;
}

.fullwidth-instagram.col-6 ul li {
  width: 16.6667%;
}

.fullwidth-instagram.col-7 ul li {
  width: 14.2857%;
}

.fullwidth-instagram.col-8 ul li {
  width: 12.5%;
}

.fullwidth-instagram.col-9 ul li {
  width: 11.1111%;
}

.fullwidth-instagram.col-10 ul li {
  width: 10%;
}

.fullwidth-instagram.col-11 ul li {
  width: 9.0909%;
}

.fullwidth-instagram.col-12 ul li {
  width: 8.3333%;
}

/*--------------------------*/

/*
/*       8. 404 Page
/*
/*--------------------------*/

.error-404 .content {
  text-align: center;
  padding: 112px 280px;
}

.error-404 h1 {
  font-size: 28px;
}

.error-404 i {
  padding-left: 15px;
  padding-right: 15px;
  color: #666;
}

.error-404 i:nth-child(3) {
  color: #ccc;
}

.error-404 h2 {
  display: block;
  text-transform: uppercase;
}

/*--------------------------*/

/*
/*       9. Shortcodes
/*
/*--------------------------*/

.divider {
  position: relative;
  z-index: 5;
  margin-top: 25px;
  margin-bottom: 25px;
}

.divider.style1 h5, .divider.style2 h5, .divider.style3 h5 {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  background-color: #fff;
}

.divider.style1.left h5, .divider.style2.left h5, .divider.style3.left h5 {
  padding-left: 0px;
}

.divider.style1.left:before, .divider.style2.left:before, .divider.style3.left:before {
  display: none;
}

.divider.style1.right h5, .divider.style2.right h5, .divider.style3.right h5 {
  padding-right: 0px;
}

.divider.style1.right:after, .divider.style2.right:after, .divider.style3.right:after {
  display: none;
}

.divider.style1:before, .divider.style2:before, .divider.style3:before, .divider.style1:after, .divider.style2:after, .divider.style3:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -5;
}

.divider.style1:before, .divider.style2:before, .divider.style3:before {
  left: 0%;
}

.divider.style1:after, .divider.style2:after, .divider.style3:after {
  right: 0%;
}

.divider.style1:before, .divider.style1:after {
  height: 1px;
  background-color: #ddd;
}

.divider.style2:before, .divider.style2:after {
  height: 3px;
  background-color: transparent;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.divider.style3:before, .divider.style3:after {
  height: 1px;
  background-color: transparent;
  border-top: 1px dotted #888;
}

.divider.style4 {
  border-bottom: 1px dotted #ddd;
}

.divider.style4 h5 {
  margin-bottom: 20px;
}

.divider.style5 {
  background-color: #eee;
}

.divider.style5 h5 {
  padding: 10px;
  margin-bottom: 0;
}

.service-box {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 28px;
}

.service-box h6 {
  display: block;
}

.service-box i {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.service-box.round:hover i, .service-box.square:hover i {
  background-color: #333 !important;
  color: #fff !important;
}

.service-box.box-1x.round i, .service-box.box-1x.square i {
  width: 56px;
  height: 56px;
  text-align: center;
  padding-top: 20px;
}

.service-box.box-2x.round i, .service-box.box-2x.square i {
  width: 66px;
  height: 66px;
  text-align: center;
  padding-top: 19px;
}

.service-box.box-3x.round i, .service-box.box-3x.square i {
  width: 86px;
  height: 86px;
  text-align: center;
  padding-top: 21px;
}

.service-box.box-4x.round i, .service-box.box-4x.square i {
  width: 106px;
  height: 106px;
  text-align: center;
  padding-top: 26px;
}

.service-box.box-5x.round i, .service-box.box-5x.square i {
  width: 126px;
  height: 126px;
  text-align: center;
  padding-top: 30px;
}

.service-box.round i {
  border-radius: 50%;
}

/*--------------------------*/

/*
/*       10. Shortcodes
/*
/*--------------------------*/

.toggle-sidebar {
  position: fixed;
  width: 500px;
  height: 100%;
  overflow-y: auto;
  background-color: #333;
  z-index: 200;
  padding: 28px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.toggle-sidebar.toggle-left.toggle-in, .toggle-sidebar.toggle-right.toggle-in {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.toggle-sidebar.toggle-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.toggle-sidebar.toggle-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.toggle-sidebar .widget:last-child {
  margin-bottom: 30px;
}

.toggle-sidebar::-webkit-scrollbar {
  width: 8px;
}

.toggle-sidebar.dark::-webkit-scrollbar-track {
  background-color: #555;
  border-left: 1px solid #444;
}

.toggle-sidebar.dark::-webkit-scrollbar-thumb {
  background-color: #444;
}

.toggle-sidebar.dark::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

.toggle-sidebar.light::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}

.toggle-sidebar.light::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.toggle-sidebar.light::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.toggle-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  display: none;
  cursor: url(../img/close.png), crosshair;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.toggle-overlay.toggle-in {
  display: block;
}

/*--------------------------*/

/*
/*       11. Media Queries
/*
/*--------------------------*/

@media (max-width: 767px) {
  body #mobile-toggle-panel>.container>header, body #mobile-toggle-panel>header {
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.12);
  }
  h1 {
    font-size: 24px !important;
  }
  .container .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .menu-bar {
    display: none;
  }
  .toggle-btn, .toggle-sidebar, .toggle-overlay {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .logo {
    max-width: 65%;
  }
  .logo img {
    max-width: 100%;
  }
  .col-md-4:first-child aside {
    padding-bottom: 28px;
  }
  .col-md-4:last-child aside {
    padding-top: 28px;
  }
  .search-overlay form {
    width: 90%;
  }
  .post.format-audio .post-format .blur-container .audio-controls .volume .mute .si-icon-volume {
    padding-top: 9px;
  }
  .post-fullwidth .read-more {
    margin-bottom: 25px;
  }
  .post.post-spotlight header {
    padding: 80px 0;
  }
  span[class*='embed_grid'], a[class*='embed_grid_mid'] {
    width: 100% !important;
  }
  span[class*='embed_grid_bd'] {
    height: 350px !important;
  }
  .post-spotlight header {
    padding: 56px 28px;
  }
  .main-post .tagcloud {
    margin-bottom: 28px;
  }
  .main-post .post-meta {
    float: none;
  }
  .main-post .post-meta .share-btn {
    padding: 6px 0 8px 3px;
  }
  .post-nav .post-nav-prev i, .post-nav .post-nav-next i {
    margin-bottom: 15px;
  }
  .post-nav .post-nav-prev .post-nav-link h4 {
    margin-right: 10px;
  }
  .post-nav .post-nav-next .post-nav-link h4 {
    margin-left: 10px;
  }
  .author-block {
    text-align: center;
  }
  .author-block img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .comments .comment img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .comment-respond .col-md-7 {
    padding-right: 14px;
  }
  .comment-respond .col-md-5 {
    padding-left: 14px;
  }
  .col-sm-6.col-xs-12:first-child {
    margin-bottom: 28px;
  }
  .page-title.custom-title.custom-post-title {
    padding: 28px !important;
  }
  .related .post {
    margin-bottom: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body #mobile-toggle-panel>.container>header, body #mobile-toggle-panel>header {
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.12);
  }
  .container .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .menu-bar {
    display: none;
  }
  .toggle-btn {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .search-overlay.open form {
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .search-overlay.open form .btn {
    border-bottom-color: transparent !important;
  }
  .col-md-4:first-child aside {
    padding-bottom: 28px;
  }
  .col-md-4:last-child aside {
    padding-top: 28px;
  }
  .widget .recent article img, .widget .recent article .img {
    width: 100px;
    height: 100px;
  }
  .comment-respond .col-md-7 {
    padding-right: 14px;
  }
  .comment-respond .col-md-5 {
    padding-left: 14px;
  }
  .post-nav .post-nav-prev i {
    margin-bottom: 15px;
  }
  .post-nav .post-nav-prev .post-nav-link h4 {
    margin-right: 15px;
  }
  .post-nav .post-nav-next .post-nav-link h4 {
    margin-left: 15px;
  }
  .post.format-audio .post-format .blur-container .audio-controls .volume .mute .si-icon-volume {
    padding-top: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body #mobile-toggle-panel>.container>header, body #mobile-toggle-panel>header {
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.12);
  }
  .container .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .mobile-menu {
    display: none;
  }
  .mobile-menu-btn {
    display: none;
  }
  .search-overlay.open form {
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .search-overlay.open form .btn {
    border-bottom-color: transparent !important;
  }
  .blog-grid.col-md-8 .post.col-md-6.format-audio .post-format iframe, .blog-grid.col-md-12 .post.col-md-4.format-audio .post-format iframe {
    height: 228px;
  }
  .blog-grid.col-md-8 .post.col-md-6 .post-format .quote, .blog-grid.col-md-12 .post.col-md-4 .post-format .quote {
    min-height: 228px;
  }
  .blog-grid.col-md-12 .post.col-md-6.format-audio .post-format iframe {
    height: 356px;
  }
  .blog-grid.col-md-12 .post.col-md-6 .post-format .quote {
    min-height: 356px;
  }
  .main-post .post-meta .share-btn {
    padding: 6px 0 8px 3px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1116px;
  }
  .container .container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .mobile-menu {
    display: none;
  }
  .mobile-menu-btn {
    display: none;
  }
}