@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.post-thumbnail {
  background-color: #f9f9f9;
  margin-top: 15px;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail iframe {
  width: 100%;
  height: 100%;
}
div.post-thumbnail img {
  min-width: 100%;
}
div.post-thumbnail .valign-cell-wrapper-bottom.caption {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail .valign-cell-wrapper-bottom.caption footer {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail:hover .valign-cell-wrapper-bottom.caption {
  background-color: rgba(0, 0, 0, 0.5);
}
div.post-thumbnail:hover .valign-cell-wrapper-bottom.caption footer {
  color: #ffffff;
}
div.post-thumbnail.has-video-thumbnail {
  background-color: #1e2327;
  max-height: none;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i {
  display: inline-block;
  font-size: 24px;
  line-height: 116px;
  width: 116px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i.mythemes-icon-spin5 {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button:hover {
  background: #ffffff;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button:hover i {
  color: #454545;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button:hover i.mythemes-icon-spin5 {
  color: #ffffff;
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button.disable-play {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button.disable-play:hover {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
}
@media ( max-width: 1199px ) {
  div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button {
    width: 75px;
    height: 75px;
  }
  div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i {
    font-size: 24px;
    line-height: 71px;
    width: 71px;
    height: 71px;
  }
  div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i:before {
    display: block;
    height: 71px;
    width: 71px;
    text-align: center;
  }
}
div.post-thumbnail.has-video-thumbnail a.valign-cell-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
div.post-thumbnail.has-video-thumbnail .valign-cell-wrapper-bottom.video-progress {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  width: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
div.post-thumbnail.has-video-thumbnail .valign-cell-wrapper-bottom.video-progress.start-progressing {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
div.post-thumbnail.has-video-thumbnail .valign-cell-wrapper-bottom.video-progress.start-progressing .progressing-bar {
  display: block;
  margin: 0px;
  width: 0px;
  height: 5px;
}
div.post-thumbnail.has-video-thumbnail.youtube .progressing-bar {
  background-color: #db2523;
}
div.post-thumbnail.has-video-thumbnail.vimeo .progressing-bar {
  background-color: #09adef;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-items {
  position: relative;
  height: 100%;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-items .post-slideshow-item {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination {
  padding: 15px;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination nav ul {
  display: none;
  font-size: 0px;
  line-height: 0px;
  height: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination nav ul li {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 4px;
  padding: 0px;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination nav ul li a {
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
div.post-thumbnail.has-slideshow-thumbnail .post-slideshow-wrapper .post-slideshow-pagination nav ul li.current a {
  background-color: rgba(255, 255, 255, 0.6);
}
div.post-thumbnail.has-slideshow-thumbnail:hover a.valign-cell-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
div.post-thumbnail.has-slideshow-thumbnail:hover .post-slideshow-pagination nav ul {
  display: inline-block;
}
div.post-thumbnail a.pretty-photo {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail a.pretty-photo i {
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif, serif;
  font-size: 18px;
  font-style: normal;
  line-height: 75px;
  position: relative;
  width: 75px;
  height: 75px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail a.pretty-photo i:before,
div.post-thumbnail a.pretty-photo i::before {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail a.pretty-photo i:after,
div.post-thumbnail a.pretty-photo i::after {
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.post-thumbnail a.pretty-photo:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
div.post-thumbnail a.pretty-photo:hover i {
  color: #ffffff;
}
div.post-thumbnail a.pretty-photo:hover i:before,
div.post-thumbnail a.pretty-photo:hover i::before {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 75px;
  height: 75px;
}
div.post-thumbnail a.pretty-photo:hover i:after,
div.post-thumbnail a.pretty-photo:hover i::after {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 75px;
  height: 75px;
}
div.post-meta {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  text-transform: uppercase;
}
div.post-meta ul.post-categories {
  list-style: none;
  display: inline-block;
  margin: 5px 0px;
  padding: 0px;
}
div.post-meta ul.post-categories li {
  display: inline-block;
  margin: 0px 0px 0px 3px;
  padding: 0px;
}
div.post-meta ul.post-categories li:first-child {
  margin: 0px;
}
div.post-meta ul.post-categories li a {
  background-color: #26ad60;
  color: #ffffff;
  padding: 5px 12px;
  margin: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.post-meta ul.post-categories li a:hover {
  color: #ffffff;
  background-color: #00aeef;
}
div.post-meta ul.post-categories li a:before,
div.post-meta ul.post-categories li a::before {
  content: '\ef62';
  margin-right: 8px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
div.post-meta .meta-item {
  color: #989898;
  margin: 5px 0px;
}
div.post-meta .meta-item:before {
  color: #e2e2e2;
  content: '/';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin: 0px 10px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
}
div.post-meta .meta-item.post-author {
  margin-left: 2px;
}
div.post-meta .meta-item.post-author:before {
  content: '';
  display: none;
}
div.post-meta a.meta-item {
  color: #989898;
  display: inline-block;
  padding: 5px 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
div.post-meta a.meta-item:hover {
  color: #454545;
}
div.post-meta a.meta-item:hover span,
div.post-meta a.meta-item.post-author:hover {
  text-decoration: underline;
}
div.post-meta ul.post-categories + .meta-item.post-author:before {
  display: inline-block;
}
div.post-meta + div.post-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding-top: 20px;
}
div.post-actions {
  font-size: 0px;
  line-height: 0px;
  margin-top: 20px;
}
div.post-actions a.action-item {
  border: 1px solid #e5e5e5;
  color: #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.post-actions a.action-item:hover {
  border: 1px solid #999999;
  color: #333333;
}
div.post-actions .action-item {
  background: rgba(255, 255, 255, 0.5);
  color: #888888;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 12px;
  margin-left: 5px;
}
div.post-actions .action-item i {
  margin-right: 5px;
}
div.post-actions .action-item i.mythemes-icon-comment-5 {
  float: left;
  margin-top: 1px;
  margin-bottom: -1px;
}
div.post-actions .action-item.post-likes {
  margin-left: 0px;
}
div.post-actions .action-item.post-likes.is-liked {
  color: rgba(255, 0, 0, 0.7);
}
div.post-actions .action-item.post-likes.is-liked:hover {
  border: 1px solid rgba(255, 0, 0, 0.4);
  color: #ff0000;
}
div.post-actions .action-item.post-views {
  border: 1px solid rgba(255, 255, 255, 0);
  float: right;
}
div.post-actions .action-item.post-comments {
  float: right;
  margin-left: 0px;
}
div.post-content {
  padding-top: 20px;
}
div.post-content,
div.post-content p {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
}
div.post-content p {
  margin: 20px 0px 20px 0px;
}
div.post-content p:first-child {
  margin-top: 0px;
}
div.post-content p:last-child {
  margin-bottom: 0px;
}
div.post-content form p:first-child,
div.post-content form > p:first-child {
  margin-top: 0px;
}
.mythemes-view-classic article {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 50px 0px;
}
.mythemes-view-classic article:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.mythemes-view-classic article h2.post-title {
  margin-top: 0px;
  margin-bottom: 10px;
}
.mythemes-view-classic article h2.post-title a {
  color: #666666;
}
.mythemes-view-classic article h2.post-title a:hover {
  color: #212121;
  text-decoration: underline;
}
.mythemes-view-classic article div.post-content a.more-link {
  background: #636363;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  float: left;
  font-size: 11px;
  line-height: 24px;
  margin-top: 20px;
  padding: 5px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-view-classic article div.post-content a.more-link:hover {
  background: #474747;
  color: #ffffff;
}
.mythemes-view-classic.boxed article {
  background-color: #ffffff;
  border: none;
  margin-bottom: 30px;
  padding: 0px;
}
.mythemes-view-classic.boxed article div.post-thumbnail {
  margin: 0px;
}
.mythemes-view-classic.boxed article div.post-content-wrapper {
  padding: 30px;
}
.mythemes-view-classic.space-boxed article {
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
  padding: 30px;
}
.mythemes-view-classic.space-boxed article:first-child {
  margin-top: 0px;
}
.mythemes-view-classic.open article {
  border: none;
  margin-bottom: 50px;
  padding: 0px;
}
.mythemes-view-classic.open article div.post-thumbnail-wrapper {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 10px;
}
.mythemes-view-classic.open article div.post-thumbnail-wrapper div.post-thumbnail {
  margin: 0px;
}
.mythemes-view-classic.open article div.post-content-wrapper {
  padding: 30px;
}
.mythemes-view-classic.open article div.post-content-wrapper div.post-actions .action-item {
  background: rgba(255, 255, 255, 0.5);
}
.mythemes-view-classic.open article div.post-content-wrapper div.post-actions .action-item.post-views {
  padding-right: 12px;
}
.mythemes-view-classic.open article div.post-content-wrapper div.post-meta + div.post-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 15px;
}
