/*  -----------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*  ----------------------------------------------------------------------------
    Image gradient
*/
.td-image-gradient:before {
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  pointer-events: none;
}
@media (max-width: 1018px) {
  .td-image-gradient:before {
    height: 100%;
  }
}
.td-image-gradient-2:after {
  top: -2px;
  left: 0;
  content: "";
  display: block;
  height: 102%;
  width: 100%;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
  pointer-events: none;
}
.td-image-gradient-3 {
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: relative;
}
.td-image-gradient-3:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: inset 0 0 188px 0 #000000;
  -moz-box-shadow: inset 0 0 188px 0 #000000;
  box-shadow: inset 0 0 188px 0 #000000;
  z-index: -1;
  pointer-events: none;
}
/*  ----------------------------------------------------------------------------
    Template red 1
*/
.single_template_rd_1 {
  /* Video */
}
.single_template_rd_1 .td-featured-image-rec {
  float: left;
  max-width: 300px;
  margin-right: 24px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_1 .td-featured-image-rec {
    margin-right: 20px;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .single_template_rd_1 .td-featured-image-rec {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.single_template_rd_1 .td-featured-image-rec .td-post-featured-image,
.single_template_rd_1 .td-featured-image-rec .wpb_video_wrapper {
  margin-bottom: 24px;
}
.single_template_rd_1 .td-featured-image-rec .td-post-featured-image img,
.single_template_rd_1 .td-featured-image-rec .wpb_video_wrapper img {
  margin-bottom: 0;
}
.single_template_rd_1 .td-pb-span8 .td-featured-image-rec {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_1 .td-pb-span8 .td-featured-image-rec {
    max-width: 200px;
    margin-right: 17px;
  }
}
.single_template_rd_1 .td-pb-span12 .format-video .td-featured-image-rec {
  float: left;
  width: 60%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_1 .td-pb-span12 .format-video .td-featured-image-rec {
    float: none;
    width: 100%;
  }
}
.single_template_rd_1 .wpb_video_wrapper .twitter-video {
  min-width: 300px !important;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_1 .wpb_video_wrapper .twitter-video {
    min-width: 200px !important;
  }
}
.single_template_rd_1 .td-a-rec-id-post_style_rd_1 {
  margin-bottom: 20px;
}
/*  ----------------------------------------------------------------------------
    Templates 2 & 3
*/
.single_template_rd_2 .td-post-header .entry-title,
.single_template_rd_3 .td-post-header .entry-title {
  font-size: 37px;
  line-height: 44px;
  padding-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_2 .td-post-header .entry-title,
  .single_template_rd_3 .td-post-header .entry-title {
    font-size: 34px !important;
    line-height: 41px !important;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_2 .td-post-header .entry-title,
  .single_template_rd_3 .td-post-header .entry-title {
    font-size: 28px !important;
    line-height: 34px !important;
    padding-bottom: 8px;
  }
}
.single_template_rd_2 .td-category,
.single_template_rd_3 .td-category {
  margin-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_2 .td-category,
  .single_template_rd_3 .td-category {
    margin-bottom: 12px;
  }
}
.single_template_rd_2 .td-post-featured-image,
.single_template_rd_3 .td-post-featured-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_2 .td-post-featured-image,
  .single_template_rd_3 .td-post-featured-image {
    margin: 0 -10px;
  }
}
.single_template_rd_2 .td-post-featured-image .wp-caption-text,
.single_template_rd_3 .td-post-featured-image .wp-caption-text {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_2 .td-post-featured-image .wp-caption-text,
  .single_template_rd_3 .td-post-featured-image .wp-caption-text {
    padding-left: 10px;
  }
}
/*  ----------------------------------------------------------------------------
    Templates 4 & 5 & 6
*/
.single_template_rd_4 .td-crumb-container,
.single_template_rd_5 .td-crumb-container,
.single_template_rd_6 .td-crumb-container {
  padding-top: 15px;
  margin-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-crumb-container,
  .single_template_rd_5 .td-crumb-container,
  .single_template_rd_6 .td-crumb-container {
    min-height: 0;
    padding-top: 12px;
    margin-bottom: 13px;
  }
}
.single_template_rd_4 .td-post-header-holder,
.single_template_rd_5 .td-post-header-holder,
.single_template_rd_6 .td-post-header-holder {
  position: relative;
  min-height: 200px;
  background-color: #444;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-header-holder,
  .single_template_rd_5 .td-post-header-holder,
  .single_template_rd_6 .td-post-header-holder {
    min-height: 100%;
  }
}
.single_template_rd_4 .td-post-header-holder img,
.single_template_rd_5 .td-post-header-holder img,
.single_template_rd_6 .td-post-header-holder img {
  display: block;
}
.single_template_rd_4 .td-post-title,
.single_template_rd_5 .td-post-title,
.single_template_rd_6 .td-post-title {
  position: absolute;
  width: 100%;
}
.single_template_rd_4 .td-post-title .wp-caption-text,
.single_template_rd_5 .td-post-title .wp-caption-text,
.single_template_rd_6 .td-post-title .wp-caption-text {
  position: absolute;
  bottom: 27px;
  right: 21px;
  margin-bottom: 0;
  height: 17px;
  max-width: 40%;
  overflow: hidden;
  text-align: right;
}
.single_template_rd_4 .td-post-header,
.single_template_rd_5 .td-post-header,
.single_template_rd_6 .td-post-header {
  margin-bottom: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-header,
  .single_template_rd_5 .td-post-header,
  .single_template_rd_6 .td-post-header {
    margin-bottom: 20px;
  }
}
.single_template_rd_4 .td-post-sharing-top,
.single_template_rd_5 .td-post-sharing-top,
.single_template_rd_6 .td-post-sharing-top {
  margin-bottom: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-sharing-top,
  .single_template_rd_5 .td-post-sharing-top,
  .single_template_rd_6 .td-post-sharing-top {
    margin-bottom: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Templates 4 & 6 & 9 & 10 & 11 & 13
*/
.single_template_rd_4 .td-post-header .entry-title,
.single_template_rd_6 .td-post-header .entry-title,
.single_template_rd_9 .td-post-header .entry-title,
.single_template_rd_10 .td-post-header .entry-title,
.single_template_rd_11 .td-post-header .entry-title,
.single_template_rd_13 .td-post-header .entry-title,
.single_template_rd_4 .td-post-header .td-module-meta-info,
.single_template_rd_6 .td-post-header .td-module-meta-info,
.single_template_rd_9 .td-post-header .td-module-meta-info,
.single_template_rd_10 .td-post-header .td-module-meta-info,
.single_template_rd_11 .td-post-header .td-module-meta-info,
.single_template_rd_13 .td-post-header .td-module-meta-info,
.single_template_rd_4 .td-post-header .td-post-comments a,
.single_template_rd_6 .td-post-header .td-post-comments a,
.single_template_rd_9 .td-post-header .td-post-comments a,
.single_template_rd_10 .td-post-header .td-post-comments a,
.single_template_rd_11 .td-post-header .td-post-comments a,
.single_template_rd_13 .td-post-header .td-post-comments a,
.single_template_rd_4 .td-post-header .td-post-views,
.single_template_rd_6 .td-post-header .td-post-views,
.single_template_rd_9 .td-post-header .td-post-views,
.single_template_rd_10 .td-post-header .td-post-views,
.single_template_rd_11 .td-post-header .td-post-views,
.single_template_rd_13 .td-post-header .td-post-views,
.single_template_rd_4 .td-post-header .td-post-views-text,
.single_template_rd_6 .td-post-header .td-post-views-text,
.single_template_rd_9 .td-post-header .td-post-views-text,
.single_template_rd_10 .td-post-header .td-post-views-text,
.single_template_rd_11 .td-post-header .td-post-views-text,
.single_template_rd_13 .td-post-header .td-post-views-text {
  color: #fff;
}
.single_template_rd_4 .td-post-header .td-post-comments a:hover,
.single_template_rd_6 .td-post-header .td-post-comments a:hover,
.single_template_rd_9 .td-post-header .td-post-comments a:hover,
.single_template_rd_10 .td-post-header .td-post-comments a:hover,
.single_template_rd_11 .td-post-header .td-post-comments a:hover,
.single_template_rd_13 .td-post-header .td-post-comments a:hover {
  color: #42bdcd;
}
.single_template_rd_4 .td-post-header .td-post-author-name:after,
.single_template_rd_6 .td-post-header .td-post-author-name:after,
.single_template_rd_9 .td-post-header .td-post-author-name:after,
.single_template_rd_10 .td-post-header .td-post-author-name:after,
.single_template_rd_11 .td-post-header .td-post-author-name:after,
.single_template_rd_13 .td-post-header .td-post-author-name:after,
.single_template_rd_4 .td-post-header .td-post-date:after,
.single_template_rd_6 .td-post-header .td-post-date:after,
.single_template_rd_9 .td-post-header .td-post-date:after,
.single_template_rd_10 .td-post-header .td-post-date:after,
.single_template_rd_11 .td-post-header .td-post-date:after,
.single_template_rd_13 .td-post-header .td-post-date:after {
  background-color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='30')";
  filter: alpha(opacity=30);
}
.single_template_rd_4 .td-post-header .td-post-date,
.single_template_rd_6 .td-post-header .td-post-date,
.single_template_rd_9 .td-post-header .td-post-date,
.single_template_rd_10 .td-post-header .td-post-date,
.single_template_rd_11 .td-post-header .td-post-date,
.single_template_rd_13 .td-post-header .td-post-date,
.single_template_rd_4 .td-post-header .td-post-views-wrap,
.single_template_rd_6 .td-post-header .td-post-views-wrap,
.single_template_rd_9 .td-post-header .td-post-views-wrap,
.single_template_rd_10 .td-post-header .td-post-views-wrap,
.single_template_rd_11 .td-post-header .td-post-views-wrap,
.single_template_rd_13 .td-post-header .td-post-views-wrap {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='80')";
  filter: alpha(opacity=80);
}
/*  ----------------------------------------------------------------------------
    Template 4
*/
.single_template_rd_4 .td-post-header-holder {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-header-holder {
    margin: 0 -10px;
  }
}
.single_template_rd_4 .td-post-header-holder .wp-caption-text {
  display: none;
}
.single_template_rd_4 .td-post-title {
  bottom: 0;
  padding: 0 30px 37px;
  z-index: 1;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_4 .td-post-title {
    padding-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-title {
    padding: 0 10px 15px;
  }
}
.single_template_rd_4 .td-post-title .td-category {
  margin-bottom: 5px;
}
.single_template_rd_4 .td-post-title .wp-caption-text {
  color: #fff;
}
.single_template_rd_4 .td-post-sub-title {
  color: #ababab;
}
.single_template_rd_4 .td-post-header .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_4 .td-post-header .entry-title {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
/*  ----------------------------------------------------------------------------
    Template 5
*/
.single_template_rd_5 .td-post-header-holder .wp-caption-text {
  display: none;
}
.single_template_rd_5 .td-post-title {
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px 20px 3px 0;
  width: 67%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_5 .td-post-title {
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.single_template_rd_5 .td-post-featured-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_5 .td-post-featured-image {
    margin: 0 -10px;
  }
}
.single_template_rd_5 .td-post-header {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_5 .td-post-header {
    margin-bottom: 17px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 6
*/
.single_template_rd_6 .td-post-title {
  display: table;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  width: 76%;
  text-align: center;
  /* phone + tablet */
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .single_template_rd_6 .td-post-title {
    padding: 15px 20px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .single_template_rd_6 .td-post-title {
    padding: 15px 10px;
    width: 100%;
  }
}
.single_template_rd_6 .td-post-title .wp-caption-text {
  color: #fff;
}
.single_template_rd_6 .td-post-header-holder {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_6 .td-post-header-holder {
    margin: 0 -10px;
  }
}
.single_template_rd_6 .td-post-header-holder .wp-caption-text {
  display: none;
}
.single_template_rd_6 .td-post-header .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_6 .td-post-header .entry-title {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
.single_template_rd_6 .td-post-sub-title {
  color: #ababab;
}
.single_template_rd_6 .td-post-header .td-post-comments {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.single_template_rd_6 .td-post-header .td-post-comments:after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: -1px;
  width: 2px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='30')";
  filter: alpha(opacity=30);
}
.single_template_rd_6 .td-post-header .td-post-views-wrap {
  float: none;
  display: inline-block;
}
.single_template_rd_6 .td-post-header .entry-title:after {
  right: 0;
  margin: 0 auto;
}
/*  ----------------------------------------------------------------------------
    Template 7
*/
.single_template_rd_7 .td-crumb-container {
  padding-top: 15px;
  margin-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_7 .td-crumb-container {
    min-height: 0;
    padding-top: 12px;
    margin-bottom: 13px;
  }
}
.single_template_rd_7 .td-video-template-wrap {
  padding-bottom: 50px;
  background-color: #222;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_7 .td-video-template-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_7 .td-video-template-wrap {
    padding-bottom: 20px;
  }
}
.single_template_rd_7 .td-post-sharing-bottom:before {
  top: auto;
  bottom: 0;
}
.single_template_rd_7 .td-post-featured-video img,
.single_template_rd_7 .td-post-featured-video .wpb_video_wrapper {
  margin-bottom: 0;
}
.single_template_rd_7 .td-post-featured-video iframe,
.single_template_rd_7 .td-post-featured-video img {
  display: block;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.single_template_rd_7 .td-post-featured-video .wp-caption-text {
  margin-top: 7px;
  margin-bottom: -24px;
  color: #c3c3c3;
}
.single_template_rd_7 .td-main-content-wrap {
  padding-top: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_7 .td-main-content-wrap {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_7 .td-main-content-wrap {
    padding-top: 15px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 8
*/
.single_template_rd_8 .td-crumb-container {
  padding-top: 15px;
  margin-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_8 .td-crumb-container {
    min-height: 0;
    padding-top: 12px;
    margin-bottom: 13px;
  }
}
.single_template_rd_8 .td-video-template-wrap {
  background-color: #fff;
}
.single_template_rd_8 .td-post-sharing-bottom:before {
  top: auto;
  bottom: 0;
}
.single_template_rd_8 .td-post-featured-video img,
.single_template_rd_8 .td-post-featured-video .wpb_video_wrapper {
  margin-bottom: 0;
}
.single_template_rd_8 .td-post-featured-video .wp-caption-text {
  margin-bottom: 0;
}
.single_template_rd_8 .td-main-content-wrap {
  padding-top: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_8 .td-main-content-wrap {
    padding-top: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 9
*/
.single_template_rd_9 .td-crumb-container {
  padding-top: 15px;
  margin-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_9 .td-crumb-container {
    min-height: 0;
    padding-top: 12px;
    margin-bottom: 13px;
  }
}
.single_template_rd_9 .td-video-template-wrap {
  padding-bottom: 20px;
  background-color: #222;
}
.single_template_rd_9 .td-video-template-wrap .td-pb-span4 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .single_template_rd_9 .td-video-template-wrap .td-pb-span4 {
    float: right;
  }
}
.single_template_rd_9 .td-post-header {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_9 .td-post-header {
    width: 40%;
    margin-bottom: 0;
  }
}
.single_template_rd_9 .td-post-header .td-post-title {
  margin-bottom: 20px;
}
.single_template_rd_9 .td-post-header .td-adspot-title {
  color: #fff;
  opacity: 0.8;
}
.single_template_rd_9 .td-post-header .entry-title {
  font-size: 21px;
  line-height: 26px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_9 .td-post-header .entry-title {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .single_template_rd_9 .td-post-header .entry-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.single_template_rd_9 .td-post-sub-title {
  color: #ababab;
}
.single_template_rd_9 .td-post-featured-video {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_9 .td-post-featured-video {
    width: 60%;
  }
}
.single_template_rd_9 .td-post-featured-image img {
  display: block;
}
.single_template_rd_9 .td-post-featured-image .wp-caption-text {
  margin-top: 7px;
  color: #c3c3c3;
}
.single_template_rd_9 .td-post-sharing-top {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.single_template_rd_9 .td-post-sharing-top .td-social-sharing-buttons {
  background-color: transparent;
  color: #fff;
  border-color: #464646;
}
.single_template_rd_9 .td-post-sharing-top .td-social-sharing-buttons:hover {
  border-color: #5f5f5f;
}
.single_template_rd_9 .td-video-template-related-wrap {
  background-color: #1d1d1d;
}
.single_template_rd_9 .td_block_related_posts {
  padding-top: 16px;
  padding-bottom: 10px;
}
.single_template_rd_9 .td_block_related_posts .entry-title a {
  color: #fff;
}
.single_template_rd_9 .td-post-sharing-bottom:before {
  top: auto;
  bottom: 0;
}
.single_template_rd_9 .td_mod_related_posts:hover .td-module-title a {
  color: #42bdcd;
}
.single_template_rd_9 .td-related-title a {
  color: #fff;
}
.single_template_rd_9 .td-related-title .td-cur-simple-item {
  color: #42bdcd;
}
.single_template_rd_9 .td-related-title .td-cur-simple-item:hover {
  color: #fff;
}
.single_template_rd_9 .td-next-prev-wrap a {
  color: #fff;
}
.single_template_rd_9 .td-next-prev-wrap .td-ajax-next-page:before {
  background-color: #fff;
}
.single_template_rd_9 .td-main-content-wrap {
  padding-top: 40px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .single_template_rd_9 .td-main-content-wrap {
    padding-top: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Templates 10 & 11 & 12
*/
.single_template_rd_10 .td-full-screen-header-image-wrap,
.single_template_rd_11 .td-full-screen-header-image-wrap,
.single_template_rd_12 .td-full-screen-header-image-wrap {
  position: relative;
  overflow: hidden;
}
.single_template_rd_10 .td-post-header-holder,
.single_template_rd_11 .td-post-header-holder,
.single_template_rd_12 .td-post-header-holder {
  position: absolute;
  z-index: 1;
}
.single_template_rd_10 .td-post-header-holder .wp-caption-text,
.single_template_rd_11 .td-post-header-holder .wp-caption-text,
.single_template_rd_12 .td-post-header-holder .wp-caption-text {
  display: none;
}
.single_template_rd_10 .td-post-sharing-bottom:before,
.single_template_rd_11 .td-post-sharing-bottom:before,
.single_template_rd_12 .td-post-sharing-bottom:before {
  top: auto;
  bottom: 0;
}
.single_template_rd_10 .td-post-header,
.single_template_rd_11 .td-post-header,
.single_template_rd_12 .td-post-header {
  height: 654px;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_10 .td-post-header,
  .single_template_rd_11 .td-post-header,
  .single_template_rd_12 .td-post-header {
    height: 460px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_10 .td-post-header,
  .single_template_rd_11 .td-post-header,
  .single_template_rd_12 .td-post-header {
    height: 420px;
  }
}
.single_template_rd_10 .td-post-header .td-category,
.single_template_rd_11 .td-post-header .td-category,
.single_template_rd_12 .td-post-header .td-category {
  margin-bottom: 10px;
}
.single_template_rd_10 .td-post-header .entry-title,
.single_template_rd_11 .td-post-header .entry-title,
.single_template_rd_12 .td-post-header .entry-title {
  font-size: 37px;
  line-height: 44px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_10 .td-post-header .entry-title,
  .single_template_rd_11 .td-post-header .entry-title,
  .single_template_rd_12 .td-post-header .entry-title {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
.single_template_rd_10 .td-post-header .td-post-comments,
.single_template_rd_11 .td-post-header .td-post-comments,
.single_template_rd_12 .td-post-header .td-post-comments {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.single_template_rd_10 .td-post-header .td-post-comments:after,
.single_template_rd_11 .td-post-header .td-post-comments:after,
.single_template_rd_12 .td-post-header .td-post-comments:after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: -1px;
  width: 2px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='30')";
  filter: alpha(opacity=30);
}
.single_template_rd_10 .td-post-sub-title,
.single_template_rd_11 .td-post-sub-title,
.single_template_rd_12 .td-post-sub-title {
  color: #ababab;
}
.single_template_rd_10 #td-full-screen-header-image,
.single_template_rd_11 #td-full-screen-header-image,
.single_template_rd_12 #td-full-screen-header-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  text-align: center;
}
.single_template_rd_10 .td-stretch-width,
.single_template_rd_11 .td-stretch-width,
.single_template_rd_12 .td-stretch-width {
  height: auto;
  width: 100.03%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.single_template_rd_10 .td-main-content-wrap,
.single_template_rd_11 .td-main-content-wrap,
.single_template_rd_12 .td-main-content-wrap {
  padding-top: 40px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .single_template_rd_10 .td-main-content-wrap,
  .single_template_rd_11 .td-main-content-wrap,
  .single_template_rd_12 .td-main-content-wrap {
    padding-top: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Templates 10 & 11 & 13
*/
.single_template_rd_10 .entry-crumbs,
.single_template_rd_11 .entry-crumbs,
.single_template_rd_13 .entry-crumbs,
.single_template_rd_10 .entry-crumbs a,
.single_template_rd_11 .entry-crumbs a,
.single_template_rd_13 .entry-crumbs a,
.single_template_rd_10 .entry-crumbs a:hover,
.single_template_rd_11 .entry-crumbs a:hover,
.single_template_rd_13 .entry-crumbs a:hover {
  color: #fff;
}
/*  ----------------------------------------------------------------------------
    Templates 10 & 11
*/
.single_template_rd_10 .td-crumb-container,
.single_template_rd_11 .td-crumb-container {
  z-index: 1;
  position: relative;
  opacity: 0.8;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_10 .td-crumb-container,
  .single_template_rd_11 .td-crumb-container {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_10 .td-crumb-container,
  .single_template_rd_11 .td-crumb-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single_template_rd_10 .td-post-header-holder,
.single_template_rd_11 .td-post-header-holder {
  padding-bottom: 60px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_10 .td-post-header-holder,
  .single_template_rd_11 .td-post-header-holder {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_10 .td-post-header-holder,
  .single_template_rd_11 .td-post-header-holder {
    padding-bottom: 25px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 10
*/
.single_template_rd_10 .td-post-header-holder {
  bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_10 .td-post-header-holder {
    padding-right: 10px;
  }
}
.single_template_rd_10 .td-post-header .entry-title {
  padding-bottom: 6px;
}
/*  ----------------------------------------------------------------------------
    Template 11
*/
.single_template_rd_11 .td-post-header-holder {
  display: table;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 90%;
  text-align: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_11 .td-post-header-holder {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single_template_rd_11 .td-post-header {
  margin-bottom: 0;
}
.single_template_rd_11 .td-post-header .entry-title {
  margin-bottom: 16px;
  padding-bottom: 11px;
}
.single_template_rd_11 .td-post-header .entry-title:after {
  right: 0;
  margin: 0 auto;
}
.single_template_rd_11 #td-full-screen-header-image:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 102%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='50')";
  filter: alpha(opacity=50);
  z-index: 1;
}
/*  ----------------------------------------------------------------------------
    Template 12
*/
.single_template_rd_12 .td-post-header {
  margin-bottom: 0;
}
.single_template_rd_12 .td-post-header.td-container {
  width: 1040px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_12 .td-post-header.td-container {
    width: 772px;
  }
}
.single_template_rd_12 .td-post-header .td-post-comments {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.single_template_rd_12 .td-post-header .td-post-comments:after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: -1px;
  width: 2px;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='10')";
  filter: alpha(opacity=10);
}
.single_template_rd_12 .td-post-header-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 23px 30px 4px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .single_template_rd_12 .td-post-header-holder {
    padding: 23px 22px 5px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_12 .td-post-header-holder {
    padding: 13px 20px 5px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_12 .td-post-header-holder {
    padding: 13px 10px 5px;
  }
}
.single_template_rd_12 .td-post-header-holder .wp-caption-text {
  display: none;
}
.single_template_rd_12 .td-post-header .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_12 .td-post-header .entry-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.single_template_rd_12 .entry-crumbs {
  margin-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_12 .entry-crumbs {
    margin-bottom: 12px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 13
*/
.td-post-template-13-box {
  padding-top: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-13-box {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .td-post-template-13-box {
    padding-top: 20px;
  }
}
.single_template_rd_13 .td-post-header {
  margin: 0 auto;
  height: 570px;
  position: relative;
  display: table;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_13 .td-post-header {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .single_template_rd_13 .td-post-header {
    height: 380px;
  }
}
.single_template_rd_13 .td-post-sharing-bottom:before {
  top: auto;
  bottom: 0;
}
.single_template_rd_13 .td-post-header-holder {
  display: table-cell;
  padding: 37px 0;
  z-index: 1;
  vertical-align: bottom;
  text-align: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_13 .td-post-header-holder {
    padding: 27px 0;
  }
}
.single_template_rd_13 .td-crumb-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_13 .td-crumb-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single_template_rd_13 .td-post-header .entry-title {
  font-size: 37px;
  line-height: 44px;
  padding-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_rd_13 .td-post-header .entry-title {
    font-size: 34px !important;
    line-height: 41px !important;
  }
}
@media (max-width: 767px) {
  .single_template_rd_13 .td-post-header .entry-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.single_template_rd_13 .td-post-sub-title {
  color: #ababab;
}
.single_template_rd_13 .td-category {
  margin-bottom: 10px;
}
/*  ----------------------------------------------------------------------------
    Templates 14 & 15
*/
.single_template_rd_14 .td-crumb-container,
.single_template_rd_15 .td-crumb-container {
  margin-bottom: 25px;
}
.single_template_rd_14 .td-post-header,
.single_template_rd_15 .td-post-header {
  margin-bottom: 37px;
  text-align: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_14 .td-post-header,
  .single_template_rd_15 .td-post-header {
    margin-bottom: 20px;
  }
}
.single_template_rd_14 .td-post-header .entry-title,
.single_template_rd_15 .td-post-header .entry-title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-size: 40px;
  line-height: 46px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .single_template_rd_14 .td-post-header .entry-title,
  .single_template_rd_15 .td-post-header .entry-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.single_template_rd_14 .td-post-header .entry-title:after,
.single_template_rd_15 .td-post-header .entry-title:after {
  right: 0;
  margin: 0 auto;
}
.single_template_rd_14 .td-post-header .td-post-comments,
.single_template_rd_15 .td-post-header .td-post-comments {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.single_template_rd_14 .td-post-header .td-post-comments:after,
.single_template_rd_15 .td-post-header .td-post-comments:after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: -1px;
  width: 2px;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='10')";
  filter: alpha(opacity=10);
}
.single_template_rd_14 .td-post-header .td-post-views-wrap,
.single_template_rd_15 .td-post-header .td-post-views-wrap {
  float: none;
  display: inline-block;
}
.single_template_rd_14 .td-category,
.single_template_rd_15 .td-category {
  margin-bottom: 10px;
}
.single_template_rd_14 .td-post-featured-image,
.single_template_rd_15 .td-post-featured-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_14 .td-post-featured-image,
  .single_template_rd_15 .td-post-featured-image {
    margin: 0 -10px;
  }
}
.single_template_rd_14 .td-post-featured-image .wp-caption-text,
.single_template_rd_15 .td-post-featured-image .wp-caption-text {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_14 .td-post-featured-image .wp-caption-text,
  .single_template_rd_15 .td-post-featured-image .wp-caption-text {
    padding-left: 10px;
  }
}
.single_template_rd_14 .td-post-sharing-top,
.single_template_rd_15 .td-post-sharing-top {
  margin-top: 17px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single_template_rd_14 .td-post-sharing-top,
  .single_template_rd_15 .td-post-sharing-top {
    margin-top: 30px;
  }
}
