/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
/*  ----------------------------------------------------------------------------
    Category
*/
.single .td-category {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single .td-category {
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Post title
*/
.post {
  background-color: var(--td_container_transparent, #ffffff);
}
.post header .entry-title {
  margin-top: 0;
  margin-bottom: 7px;
  word-wrap: break-word;
  font-size: 41px;
  line-height: 50px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .post header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .post header .entry-title {
    margin-top: 3px;
    margin-bottom: 9px;
  }
}
/*  ----------------------------------------------------------------------------
    Subtitle
*/
.td-post-sub-title {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  margin: 9px 0 14px 0;
}
@media (max-width: 767px) {
  .td-post-sub-title {
    margin: 0 0 16px;
  }
}
/*  ----------------------------------------------------------------------------
    Author - Date - Comments - Count views
*/
.bypostauthor {
  line-height: 1;
}
header .td-module-meta-info {
  margin-bottom: 16px;
}
header .td-post-author-name {
  font-weight: 400;
  color: #444;
  float: left;
}
header .td-post-author-name a {
  font-weight: 700;
  margin-right: 3px;
}
header .td-post-date {
  margin-left: 4px;
  color: #767676;
  float: left;
}
header .td-post-views {
  float: right;
  margin-right: 22px;
}
header .td-post-views span {
  line-height: 15px;
  vertical-align: top;
}
header .td-icon-views {
  position: relative;
  line-height: 17px;
  font-size: 14px;
  margin-right: 5px;
}
header .td-post-comments {
  float: right;
  position: relative;
  top: 2px;
}
header .td-post-comments a {
  color: #444;
}
header .td-post-comments i {
  vertical-align: middle;
}
header .td-icon-comments {
  margin-right: 5px;
  font-size: 9px;
}
.post footer {
  clear: both;
}
.page-nav.page-nav-post {
  margin-top: 0;
}
/*  ----------------------------------------------------------------------------
    Source and Via
*/
.td-post-source-tags {
  font-size: 11px;
}
.td-post-source-tags a {
  font-size: 11px;
}
.td-post-source-tags .td-no-tags {
  margin-bottom: 34px;
}
.td-post-source-via {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-weight: 600;
}
.td-post-small-box {
  margin-bottom: 4px;
  line-height: 20px;
  clear: left;
  height: 20px;
  display: table;
}
.td-post-small-box span {
  background-color: var(--td_black, #222222);
  padding: 5px 9px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 10px;
  float: left;
  height: 20px;
}
.td-post-small-box a {
  display: block;
  float: left;
  border: 1px solid var(--td_grid_border_color, #ededed);
  margin-left: 4px;
  line-height: 8px;
  color: var(--td_text_color, #111111);
  padding: 5px 8px;
  height: 20px;
}
.td-post-small-box a:hover {
  color: #fff;
  background-color: var(--td_theme_color, #4db2ec);
  border-color: var(--td_theme_color, #4db2ec);
}
/*  ----------------------------------------------------------------------------
    Tags
*/
.td-tags {
  margin: 0 0 30px 0;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  display: table;
  line-height: 20px;
  font-weight: 600;
}
.td-tags li {
  list-style: none;
  display: inline-block;
  line-height: 20px;
  margin-left: 0;
  float: left;
  margin-bottom: 4px;
}
.td-tags span,
.td-tags a {
  margin-right: 4px;
  margin-left: 0;
}
/*  ----------------------------------------------------------------------------
    Next / Prev article
*/
.td-post-next-prev-content {
  display: inline-block;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  word-break: break-word;
}
.td-post-next-prev-content span {
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  margin-bottom: 7px;
}
.td-post-next-prev-content a {
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 21px;
  margin-bottom: 43px;
}
.td-post-next-prev-content a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-post-next-post {
  text-align: right;
}
.td-next-prev-separator {
  display: none;
}
#td-outer-wrap .td-post-prev-post,
#td-outer-wrap .td-post-next-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-outer-wrap .td-post-prev-post,
  #td-outer-wrap .td-post-next-post {
    width: 50%;
    float: left;
  }
}
/*  ----------------------------------------------------------------------------
    Author box
*/
.author-box-wrap {
  border: 1px solid var(--td_grid_border_color, #ededed);
  padding: 21px;
  margin-bottom: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .author-box-wrap {
    text-align: center;
  }
}
.author-box-wrap .avatar {
  float: left;
  max-width: 96px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .author-box-wrap .avatar {
    margin-bottom: 5px;
    float: none;
  }
}
.author-box-wrap .desc {
  margin-left: 117px;
  font-size: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .author-box-wrap .desc {
    margin-left: 0;
  }
}
.author-box-wrap .td-social-icon-wrap .td-icon-font {
  color: #222;
}
.author-box-wrap .td-author-social {
  margin-bottom: -5px;
}
.author-box-wrap .td-author-social a {
  color: #444;
  margin-top: 11px;
}
.author-box-wrap .td-author-social a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.author-box-wrap .td-author-social .td-icon-font {
  font-size: 15px;
  width: auto;
  min-width: 18px;
  height: auto;
  margin-right: 15px;
}
.td-author-name {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  margin: 7px 0 8px 0;
}
.td-author-name a {
  color: #222;
}
.td-author-name a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-author-url {
  font-size: 11px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 6px;
}
.td-author-url a {
  color: #444;
}
.td-author-url a:hover {
  color: var(--td_theme_color, #4db2ec);
}
/*  ----------------------------------
    Post embeds
*/
.wp-embedded-content {
  width: 100%;
}
.td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag {
  margin-bottom: 0;
}
.single.wpb-js-composer .td-post-content .tdc-row {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    Default Post Template
*/
/*  ----------------------------------------------------------------------------
    Default Post Template
*/
.td-post-content p:empty {
  display: none;
}
.td-post-featured-image {
  position: relative;
}
.td-post-featured-image img {
  display: block;
  margin-bottom: 26px;
  width: 100%;
}
.td-post-featured-image .wp-caption-text {
  margin-bottom: 26px;
  z-index: 1;
}
.td-post-content {
  margin-top: 21px;
  padding-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-content {
    margin-top: 16px;
  }
}
.td-post-content p {
  word-wrap: break-word;
}
.td-post-content img {
  display: block;
}
.td-post-content table {
  margin-bottom: 21px;
}
.td-post-content .td-gallery {
  clear: both;
}
.td-post-content .fb-video {
  margin-bottom: 26px;
}
.td-post-content #fb-root + p {
  margin: 0;
}
.td-post-template-default .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-default .td-post-title div.td-post-views {
  margin-right: 0;
}
@media (max-width: 1018px) {
  .td-post-template-default .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-default .td-post-featured-image img {
  width: auto;
}
.td-post-template-default .wpb_video_wrapper {
  margin-bottom: 26px;
}
.td-post-template-default .wpb_video_wrapper .fb-video {
  margin-bottom: 0;
}
.td-post-template-default .wpb_video_wrapper iframe {
  display: block;
}
.td-post-template-default .wpb_video_wrapper .twitter-video {
  max-width: none !important;
}
.td-post-template-default .wpb_video_wrapper video {
  max-width: 100%;
}
