/*  ----------------------------------------------------------------------------
    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;
}
.tdb-dummy-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  padding: 8px 40px 9px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tdc-element:hover .tdb-dummy-data {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-post-meta {
  margin-bottom: 16px;
  color: #444;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  clear: none;
  vertical-align: middle;
  line-height: 1;
}
.tdb-post-meta span,
.tdb-post-meta i {
  vertical-align: middle;
}
.tdb_single_author,
.tdb_single_date,
.tdb_single_post_views {
  line-height: 30px;
}
.tdb_single_author a,
.tdb_single_date a,
.tdb_single_post_views a {
  vertical-align: middle;
}
.tdb_single_author .tdb-author-name {
  font-weight: 700;
  margin-right: 3px;
}
.tdb_single_author .tdb-author-photo {
  display: inline-block;
}
.tdb_single_author .avatar {
  vertical-align: middle;
}
.tdb_single_date time {
  vertical-align: middle;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_categories {
  margin: 0 0 10px 0;
  line-height: 1;
  font-family: 'Open Sans', arial, sans-serif;
}
.tdb_single_categories a {
  pointer-events: auto;
  font-size: 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 1;
  color: #fff;
  padding: 3px 6px 4px 6px;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
}
.tdb_single_categories a:hover .tdb-cat-bg {
  opacity: 0.9;
}
.tdb_single_categories a:hover .tdb-cat-bg:before {
  opacity: 1;
}
.tdb-category i:last-of-type {
  display: none;
}
.tdb-cat-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tdb-cat-sep {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}
.tdb-cat-bg {
  position: absolute;
  background-color: #222;
  border: 1px solid #222;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tdb-cat-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tdb-cat-style2 .tdb-cat-bg {
  background-color: rgba(34, 34, 34, 0.85);
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_content {
  margin-bottom: 0;
}
.tdb_single_content a {
  pointer-events: auto;
}
.tdb_single_content .td-spot-id-top_ad .tdc-placeholder-title:before {
  content: 'Article Top Ad' !important;
}
.tdb_single_content .td-spot-id-inline_ad .tdc-placeholder-title:before {
  content: 'Article Inline Ad' !important;
}
.tdb_single_content .td-spot-id-bottom_ad .tdc-placeholder-title:before {
  content: 'Article Bottom Ad' !important;
}
.tdb_single_content .td-a-ad img {
  width: 100%;
}
.tdb_single_content .id_top_ad,
.tdb_single_content .id_bottom_ad {
  clear: both;
  text-align: center;
  /* responsive portrait phone */
}
.tdb_single_content .id_top_ad > div,
.tdb_single_content .id_bottom_ad > div {
  margin-bottom: 21px;
}
.tdb_single_content .id_top_ad img,
.tdb_single_content .id_bottom_ad img {
  margin-bottom: 0;
}
.tdb_single_content .id_top_ad .adsbygoogle,
.tdb_single_content .id_bottom_ad .adsbygoogle {
  margin-bottom: 21px;
  position: relative;
}
@media (max-width: 767px) {
  .tdb_single_content .id_top_ad,
  .tdb_single_content .id_bottom_ad {
    float: none;
    text-align: center;
  }
}
.tdb_single_content .id_inline_ad_content-horiz-left .td-adspot-title,
.tdb_single_content .id_inline_ad_content-horiz-right .td-adspot-title {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .tdb_single_content .id_inline_ad_content-horiz-left .td-adspot-title,
  .tdb_single_content .id_inline_ad_content-horiz-right .td-adspot-title {
    margin: 0;
  }
}
.tdb_single_content .id_inline_ad_content-horiz-left img,
.tdb_single_content .id_inline_ad_content-horiz-right img {
  margin-bottom: 0;
}
.tdb_single_content .id_inline_ad_content-horiz-left > div,
.tdb_single_content .id_inline_ad_content-horiz-right > div,
.tdb_single_content .id_inline_ad_content-horiz-left .adsbygoogle,
.tdb_single_content .id_inline_ad_content-horiz-right .adsbygoogle {
  margin-bottom: 15px;
  margin-top: 9px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_single_content .id_inline_ad_content-horiz-left > div,
  .tdb_single_content .id_inline_ad_content-horiz-right > div,
  .tdb_single_content .id_inline_ad_content-horiz-left .adsbygoogle,
  .tdb_single_content .id_inline_ad_content-horiz-right .adsbygoogle {
    margin: 0 auto 26px auto;
  }
}
.tdb_single_content .id_inline_ad_content-horiz-left {
  float: left;
}
.tdb_single_content .id_inline_ad_content-horiz-left > div,
.tdb_single_content .id_inline_ad_content-horiz-left .adsbygoogle {
  margin-top: 9px;
  margin-right: 21px;
}
.tdb_single_content .id_inline_ad_content-horiz-right {
  float: right;
}
.tdb_single_content .id_inline_ad_content-horiz-right .td-adspot-title {
  margin-bottom: -6px;
}
.tdb_single_content .id_inline_ad_content-horiz-right > div,
.tdb_single_content .id_inline_ad_content-horiz-right .adsbygoogle {
  margin-top: 6px;
  margin-left: 21px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-single-title {
  margin-bottom: 7px;
}
.tdb-single-title .tdb-title-text {
  font-size: 41px;
  line-height: 50px;
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_subtitle {
  margin-bottom: 14px;
}
.tdb_single_subtitle p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  color: #999;
}
.tdb_single_subtitle.tdb-content-horiz-center {
  text-align: center;
}
.tdb_single_subtitle.tdb-content-horiz-right {
  text-align: right;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_featured_image,
.tdb_single_bg_featured_image {
  margin-bottom: 26px;
}
.tdb_single_featured_image img {
  display: block;
  width: 100%;
}
.tdb_single_featured_image .tdb-caption-text {
  z-index: 1;
  text-align: left;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.tdb_single_featured_image.tdb-content-horiz-center .tdb-caption-text {
  text-align: center;
}
.tdb_single_featured_image.tdb-content-horiz-right .tdb-caption-text {
  text-align: right;
}
.tdb_single_bg_featured_image {
  overflow: hidden;
}
.tdb-featured-image-bg,
.tdb-no-featured-img {
  background-color: #f1f1f1;
}
.tdb-no-featured-img {
  width: 100%;
  height: 500px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_source,
.tdb_single_via,
.tdb_single_tags {
  margin-bottom: 2px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.tdb_single_source span,
.tdb_single_via span,
.tdb_single_tags span,
.tdb_single_source a,
.tdb_single_via a,
.tdb_single_tags a {
  font-size: 11px;
}
.tdb_single_source span,
.tdb_single_via span,
.tdb_single_tags span {
  text-transform: uppercase;
}
.tdb_single_source a:hover,
.tdb_single_via a:hover,
.tdb_single_tags a:hover {
  background-color: #4db2ec;
  border-color: #4db2ec;
  color: #fff;
}
.tdb_single_tags ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.tdb_single_tags li {
  display: inline-block;
  margin-left: 0;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-author-box {
  /* responsive portrait phone */
  /* responsive tablet + desktop */
}
@media (max-width: 767px) {
  .tdb-author-box {
    text-align: center;
  }
  .tdb-author-box .tdb-author-photo {
    display: inline-block;
  }
}
@media (min-width: 767px) {
  .tdb-author-box .tdb-author-photo,
  .tdb-author-box .tdb-author-info {
    display: table-cell;
    vertical-align: top;
  }
}
.tdb-author-box .tdb-author-photo img {
  display: block;
}
.tdb-author-box .tdb-author-counters span {
  display: inline-block;
  background-color: #222;
  margin: 0 10px 0 0;
  padding: 5px 10px 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.tdb-author-box .tdb-author-name,
.tdb-author-box .tdb-author-url {
  display: block;
}
.tdb-author-box .tdb-author-name {
  margin: 7px 0 8px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #222;
}
.tdb-author-box .tdb-author-name:hover {
  color: #4db2ec;
}
.tdb-author-box .tdb-author-url {
  margin-bottom: 6px;
  font-size: 11px;
  font-style: italic;
  line-height: 21px;
  color: #444;
}
.tdb-author-box .tdb-author-url:hover {
  color: #4db2ec;
}
.tdb-author-box .tdb-author-descr {
  font-size: 12px;
}
.tdb-author-box .tdb-author-social {
  margin-top: 4px;
}
.tdb-author-box .tdb-social-item {
  position: relative;
  display: inline-block;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.tdb-author-box .tdb-social-item:last-child {
  margin-right: 0 !important;
}
.tdb-author-box .tdb-social-item i {
  color: #000;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tdb-author-box .tdb-social-item:hover i {
  color: #000;
}
.tdb-author-box.tdb-content-vert-center .tdb-author-photo,
.tdb-author-box.tdb-content-vert-center .tdb-author-info {
  vertical-align: middle;
}
.tdb-author-box.tdb-content-vert-bottom .tdb-author-photo,
.tdb-author-box.tdb-content-vert-bottom .tdb-author-info {
  vertical-align: bottom;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_comments_count {
  line-height: 30px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_comments input[type=text] {
  min-height: 34px;
  height: auto;
}
/* responsive portrait phone */
@media (min-width: 767px) {
  .tdb-comm-layout2 form,
  .tdb-comm-layout4 form {
    margin: 0 -10px;
  }
  .tdb-comm-layout2 .logged-in-as,
  .tdb-comm-layout4 .logged-in-as,
  .tdb-comm-layout2 .comment-form-input-wrap,
  .tdb-comm-layout4 .comment-form-input-wrap,
  .tdb-comm-layout2 .form-submit,
  .tdb-comm-layout4 .form-submit {
    padding: 0 10px;
  }
  .tdb-comm-layout2 .td-form-author,
  .tdb-comm-layout4 .td-form-author,
  .tdb-comm-layout2 .td-form-email,
  .tdb-comm-layout4 .td-form-email {
    float: left;
    width: 33.3333%;
  }
  .tdb-comm-layout2 .td-form-url {
    width: 33.3333%;
  }
  .tdb-comm-layout2 .td-form-url {
    float: left;
  }
  .tdb-comm-layout4 .td-form-author,
  .tdb-comm-layout4 .td-form-email {
    width: 50%;
  }
}
.tdb-comm-layout3,
.tdb-comm-layout5 {
  /* responsive portrait phone */
}
.tdb-comm-layout3 form,
.tdb-comm-layout5 form {
  display: flex;
  flex-wrap: wrap;
}
.tdb-comm-layout3 .td-form-comment,
.tdb-comm-layout5 .td-form-comment,
.tdb-comm-layout3 .form-submit,
.tdb-comm-layout5 .form-submit {
  flex: 0 0 100%;
  order: 1;
}
@media (min-width: 767px) {
  .tdb-comm-layout3 .td-form-author,
  .tdb-comm-layout5 .td-form-author {
    margin-right: 2%;
  }
}
.tdb-comm-layout3 {
  /* responsive portrait phone */
}
.tdb-comm-layout3 .td-form-author,
.tdb-comm-layout3 .td-form-email,
.tdb-comm-layout3 .td-form-url {
  flex: 0 0 32%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-comm-layout3 .td-form-author,
  .tdb-comm-layout3 .td-form-email,
  .tdb-comm-layout3 .td-form-url {
    flex: 0 0 100%;
  }
}
@media (min-width: 767px) {
  .tdb-comm-layout3 .td-form-email {
    margin-right: 2%;
  }
}
.tdb-comm-layout5 .td-form-author,
.tdb-comm-layout5 .td-form-email {
  flex: 0 0 49%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-comm-layout5 .td-form-author,
  .tdb-comm-layout5 .td-form-email {
    flex: 0 0 100%;
  }
}
.tdb-comm-layout5 .td-form-url {
  flex: 0 0 100%;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_next_prev {
  *zoom: 1;
}
.tdb_single_next_prev:before,
.tdb_single_next_prev:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdb_single_next_prev:after {
  clear: both;
}
.tdb-next-post {
  font-family: 'Roboto', sans-serif;
  width: 50%;
  float: left;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  min-height: 1px;
}
.tdb-next-post span {
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  margin-bottom: 7px;
}
.tdb-next-post a {
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 21px;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.tdb-post-next {
  padding-left: 20px;
  text-align: right;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-post-next {
    padding-left: 10px;
  }
}
.tdb-post-prev {
  padding-right: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-post-prev {
    padding-right: 10px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_post_share {
  margin-bottom: 23px;
}
.tdb-share-classic {
  position: relative;
  height: 20px;
  margin-bottom: 15px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-single-related-posts {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}
.tdb-single-related-posts .tdb-block-inner:after,
.tdb-single-related-posts .tdb-block-inner .td_module_wrap:after {
  content: '';
  display: table;
  clear: both;
}
.tdb-single-related-posts .td-module-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tdb-single-related-posts .td-module-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.tdb-single-related-posts .td-image-wrap {
  display: block;
  position: relative;
  padding-bottom: 70%;
}
.tdb-single-related-posts .td-image-container {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.tdb-single-related-posts .td-module-thumb {
  margin-bottom: 0;
}
.tdb-single-related-posts .td-module-meta-info {
  padding: 7px 0 0 0;
  margin-bottom: 0;
  z-index: 1;
  border: 0 solid #eaeaea;
}
.tdb-single-related-posts .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.tdb-single-related-posts .td-category-pos-image .td-post-category {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.tdb-single-related-posts .td-module-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-single-related-posts .td-module-title {
    font-size: 17px;
    line-height: 23px;
  }
}
.tdb-single-related-posts .td-excerpt {
  margin: 20px 0 0;
  line-height: 21px;
}
.tdb-single-related-posts .td-read-more,
.tdb-single-related-posts .td-next-prev-wrap {
  margin: 20px 0 0;
}
/* ------------------------------- */
/* ------------------------------- */
.tdc-elements .td-post-sm .tdb-item {
  position: relative;
}
.tdc-elements .td-post-sm .td-spot-id-sm_ad .tdc-placeholder-title:before {
  content: 'Smart List Ad' !important;
}
.tdb_single_smartlist {
  margin-bottom: 0;
}
.tdb_single_smartlist .td-a-ad {
  clear: both;
  text-align: center;
}
.tdb_single_smartlist .td-a-ad > div {
  margin-top: 0;
}
.tdb_single_smartlist .td-a-ad img {
  margin: 0;
  width: 100%;
}
.tdb_single_smartlist .td-a-ad .adsbygoogle {
  margin-top: 0;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.tdb_single_smartlist .td-spot-id-sm_ad .td-adspot-title {
  display: block;
}
.tdb_single_smartlist .td-spot-id-sm_ad .tdc-placeholder-title:before {
  content: 'AD Placeholder';
}
.tdb-number-and-title {
  width: 100%;
}
.tdb-number-and-title h2 {
  margin: 0;
}
.tdb-sml-current-item-nr span {
  display: block;
  background-color: #222;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tdb-sml-current-item-title {
  font-weight: 700;
}
.tdb-slide-smart-list-figure img {
  display: inline-block;
  vertical-align: top;
}
.tdb-sml-caption {
  font-family: Verdana, Geneva, sans-serif;
  font-style: italic;
  font-size: 11px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 21px;
}
.tdb-sml-description {
  display: block;
}
.tdb_smart_list_1 .tdb-sml-current-item-nr,
.tdb_smart_list_2 .tdb-sml-current-item-nr,
.tdb_smart_list_4 .tdb-sml-current-item-nr,
.tdb_smart_list_1 .tdb-sml-current-item-title,
.tdb_smart_list_2 .tdb-sml-current-item-title,
.tdb_smart_list_4 .tdb-sml-current-item-title {
  display: table-cell;
}
.tdb_smart_list_1 .tdb-sml-current-item-title,
.tdb_smart_list_2 .tdb-sml-current-item-title,
.tdb_smart_list_4 .tdb-sml-current-item-title {
  vertical-align: middle;
}
.tdb_smart_list_1 {
  margin-top: 38px;
}
.tdb_smart_list_1 .tdb-item {
  margin-bottom: 53px;
}
.tdb_smart_list_1 .tdb-number-and-title {
  margin-bottom: 21px;
  position: relative;
}
.tdb_smart_list_1 h2 {
  margin: 2px 0 0;
}
.tdb_smart_list_1 .tdb-sml-current-item-nr span {
  min-width: 37px;
  min-height: 37px;
  font-size: 22px;
  line-height: 37px;
}
.tdb_smart_list_1 .tdb-sml-current-item-title {
  width: 100%;
  padding-left: 19px;
  font-size: 22px;
  line-height: 26px;
}
.tdb_smart_list_2 {
  /* responsive portrait phone */
  /* responsive tablet + desktop */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_2 {
    text-align: center;
  }
}
.tdb_smart_list_2 .tdb-item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  /* responsive tablet + desktop */
}
.tdb_smart_list_2 .tdb-item:first-child {
  padding-top: 9px;
}
.tdb_smart_list_2 .tdb-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 767px) {
  .tdb_smart_list_2 .tdb-item {
    display: flex;
  }
}
@media (min-width: 767px) {
  .tdb_smart_list_2 .tdb-sml-info,
  .tdb_smart_list_2 .tdb-sml-figure {
    display: table-cell;
  }
  .tdb_smart_list_2 .tdb-sml-info {
    flex: 1;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_smart_list_2 h2 {
    display: inline-block;
  }
}
.tdb_smart_list_2 .tdb-sml-current-item-nr span {
  font-size: 18px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}
.tdb_smart_list_2 .tdb-sml-current-item-title {
  font-size: 18px;
  line-height: 24px;
  padding-left: 14px;
}
.tdb_smart_list_2 .tdb-sml-figure {
  vertical-align: top;
  width: 150px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_2 .tdb-sml-figure {
    display: inline-block;
  }
}
.tdb_smart_list_2 .tdb-sml-caption {
  line-height: 14px;
  margin-bottom: 0;
}
.tdb_smart_list_2 .tdb-sml-description {
  margin-top: 11px;
}
@-moz-document url-prefix() {
  .tdb_smart_list_2 .td-sml-current-item-nr {
    line-height: 32px;
  }
}
.tdb_smart_list_3 {
  margin-top: 38px;
}
.tdb_smart_list_3 .tdb-item {
  margin-bottom: 53px;
}
.tdb_smart_list_3 .tdb-sml-figure {
  position: relative;
}
.tdb_smart_list_3 .tdb-slide-smart-list-figure {
  position: relative;
}
.tdb_smart_list_3 figcaption div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 150%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 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.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  z-index: -1;
}
.tdb_smart_list_3 figcaption div:empty {
  display: none;
}
.tdb_smart_list_3 .tdb-sml-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  padding: 12px 16px;
  z-index: 1;
}
.tdb_smart_list_3 .tdb-sml-current-item-nr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tdb_smart_list_3 .tdb-sml-current-item-nr span {
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 44px;
  min-height: 44px;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 44px;
}
.tdb_smart_list_3 h2 {
  margin: 0;
}
.tdb_smart_list_3 .tdb-number-and-title {
  margin-bottom: 6px;
  margin-top: 17px;
}
.tdb_smart_list_3 .tdb-sml-current-item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.tdb_smart_list_3 .tdb-sml-description {
  margin-top: 0;
}
.tdb_smart_list_4 .td-a-ad > div,
.tdb_smart_list_6 .td-a-ad > div {
  margin-bottom: 16px;
}
.tdb_smart_list_4 .td-a-ad .adsbygoogle,
.tdb_smart_list_6 .td-a-ad .adsbygoogle {
  margin-bottom: 16px;
}
.tdb_smart_list_4 .td-spot-id-sm_ad .tdc-placeholder-title,
.tdb_smart_list_6 .td-spot-id-sm_ad .tdc-placeholder-title {
  margin-bottom: 16px;
}
.tdb_smart_list_4 {
  margin-top: 38px;
  position: relative;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_4 {
    margin-top: 20px;
  }
}
.tdb_smart_list_4 h2 {
  margin: 2px 0 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_4 h2 {
    text-align: center;
    margin: 0;
  }
}
.tdb_smart_list_4 .tdb-number-and-title {
  margin-bottom: 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_4 .tdb-number-and-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tdb_smart_list_4 .tdb-sml-current-item-nr,
  .tdb_smart_list_4 .tdb-sml-current-item-title {
    display: inline-block;
  }
  .tdb_smart_list_4 .tdb-sml-current-item-title {
    width: 100%;
  }
}
.tdb_smart_list_4 .tdb-sml-current-item-nr span {
  min-width: 37px;
  min-height: 37px;
  font-size: 22px;
  line-height: 37px;
}
.tdb_smart_list_4 .tdb-sml-current-item-title {
  margin-top: 5px;
  padding-left: 19px;
  font-size: 22px;
  line-height: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_4 .tdb-sml-current-item-title {
    margin-top: 10px;
    padding-left: 0;
  }
}
.tdb_smart_list_4 .tdb-slide-smart-list-figure {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.tdb_smart_list_4 .tdb-slide-smart-list-figure img {
  width: 100%;
}
.tdb_smart_list_4 .tdb-sml-description {
  margin-top: 0;
}
.tdb_smart_list_5 {
  margin-top: 38px;
  position: relative;
  /* responsive portrait phone */
  /* responsive tablet + desktop */
}
@media (max-width: 767px) {
  .tdb_smart_list_5 {
    margin-top: 20px;
  }
}
.tdb_smart_list_5 .td-a-ad > div {
  margin-bottom: 26px;
}
.tdb_smart_list_5 .td-a-ad .adsbygoogle {
  margin-bottom: 21px;
}
.tdb_smart_list_5 .td-spot-id-sm_ad .tdc-placeholder-title {
  margin-bottom: 26px;
}
.tdb_smart_list_5 .tdb-item .tdb-smart-list-pagination {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_5 .tdb-item .tdb-smart-list-pagination {
    margin-bottom: 0;
  }
}
.tdb_smart_list_5 .tdb-sml-head {
  position: relative;
}
.tdb_smart_list_5 h2 {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0 120px;
  min-height: 42px;
  text-align: center;
  line-height: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_smart_list_5 h2 {
    margin-bottom: 0;
    padding: 0;
    min-height: 0;
  }
}
.tdb_smart_list_5 .tdb-sml-current-item-title {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 8px;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_smart_list_5 .tdb-sml-current-item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tdb_smart_list_5 .tdb-sml-current-item-title {
    margin-top: 10px;
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    font-size: 26px;
  }
}
.tdb_smart_list_5 .tdb-sml-description {
  margin-top: 0;
}
.tdb_smart_list_5 .tdb-slide-smart-list-figure img {
  width: 100%;
}
.tdb_smart_list_5 .tdb-slide-smart-list-figure {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.tdb_smart_list_5 .tdb-sml-caption {
  text-align: left;
}
.tdb_smart_list_5 .td-smart-list-pagination {
  display: inline-block;
  width: 100%;
  top: 0;
  margin-bottom: 0;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-list-button {
  margin: 0;
  line-height: 20px;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-back {
  float: left;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-next {
  float: right;
}
@media (min-width: 767px) {
  .tdb_smart_list_5 .tdb-sml-head .td-smart-list-pagination {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}
.tdb_smart_list_6 {
  position: relative;
}
.tdb_smart_list_6 .tdb-number-and-title {
  margin-bottom: 16px;
}
.tdb_smart_list_6 .tdb-number-and-title h2 {
  margin: 6px 0 0;
  line-height: 32px;
}
.tdb_smart_list_6 .tdb-sml-current-item-title {
  font-size: 22px;
  line-height: 26px;
}
.tdb_smart_list_6 .tdb-sml-description {
  margin-top: 0;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_single_review_overview .td-icon-star,
.tdb_single_review_overall .td-icon-star,
.tdb_single_review_overview .td-icon-star-empty,
.tdb_single_review_overall .td-icon-star-empty,
.tdb_single_review_overview .td-icon-star-half,
.tdb_single_review_overall .td-icon-star-half {
  width: auto;
  min-width: 20px;
}
/* ------------------------------- */
/* ------------------------------- */
.td-review .tdb-review-summary {
  padding: 21px 14px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .td-review .tdb-review-summary {
    display: block;
    width: 100%;
    clear: both;
    border: 0;
  }
}
.td-review .tdb-review-summary .block-title,
.td-review .tdb-review-summary .td-block-title {
  margin-bottom: 13px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_breadcrumbs {
  margin: 21px 0 9px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-category-title {
  margin-bottom: 8px;
}
.tdb-category-title .tdb-title-text {
  text-transform: uppercase;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_description {
  margin-bottom: 24px;
  padding-right: 10%;
}
.tdb_category_description p {
  margin: 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  color: #777;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_sibling_categories {
  margin-bottom: 11px;
}
.tdb_category_sibling_categories .td-category {
  height: auto;
}
.tdb_category_sibling_categories .td-category-siblings {
  width: 100%;
}
.tdb_category_sibling_categories .td-category {
  overflow: visible;
  margin-bottom: 0;
}
.tdb_category_sibling_categories .td-category .tdb-sibling-cat-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  border-style: solid;
  border-color: #222;
  z-index: -1;
}
.tdb_category_sibling_categories .td-category .tdb-sibling-cat-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tdb_category_sibling_categories .entry-category {
  margin: 0;
}
.tdb_category_sibling_categories .entry-category a {
  position: relative;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 4px 8px 5px 8px;
  background-color: transparent;
}
.tdb_category_sibling_categories .entry-category:last-child .tdb-cat-sep {
  display: none;
}
.tdb_category_sibling_categories .tdb-cat-sep {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}
.tdb_category_sibling_categories .td-pulldown-filter-display-option {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
  white-space: nowrap;
  border: none;
}
.tdb_category_sibling_categories .td-subcat-more {
  padding: 5px 5px 4px;
  border: none;
}
.tdb_category_sibling_categories .td-subcat-more:before,
.tdb_category_sibling_categories .td-subcat-more:after {
  content: '';
  position: absolute;
  z-index: -1;
}
.tdb_category_sibling_categories .td-subcat-more:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
}
.tdb_category_sibling_categories .td-subcat-more:after {
  display: none;
  top: 100%;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #222;
}
.tdb_category_sibling_categories .td-pulldown-filter-list {
  position: absolute;
  right: 0;
  background-color: #222222;
  padding: 6px 0;
  text-align: left;
  min-width: 113px;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover {
  background-color: transparent;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-subcat-more:before {
  border-color: #222;
  background-color: #222;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-subcat-more:after {
  display: block;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-pulldown-filter-list {
  top: calc(100% + 4px);
  right: 0;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-pulldown-filter-list:before {
  display: none;
}
.tdb_category_sibling_categories .td-subcat-dropdown a {
  display: block;
  color: #fff !important;
  padding: 0 13px;
  white-space: nowrap;
  text-transform: none;
  font-size: 10px;
}
.tdb_category_sibling_categories .td-subcat-dropdown .tdb-cat-sep {
  display: none;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-category-grids {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  /* responsive portrait phone */
}
.tdb-category-grids .tdb-block-inner:after,
.tdb-category-grids .tdb-block-inner .td_module_wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .tdb-category-grids .tdb-block-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.tdb-category-grids .td_module_wrap {
  float: left;
  padding-bottom: 0;
}
.tdb-category-grids .td-image-container {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.tdb-category-grids .td-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.tdb-category-grids .td-image-wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.tdb-category-grids .td-module-thumb {
  position: relative;
  margin-bottom: 0;
}
.tdb-category-grids .td-module-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tdb-category-grids .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  -webkit-transition: transform 0.3s ease, opacity 0.3s;
  -moz-transition: transform 0.3s ease, opacity 0.3s;
  -o-transition: transform 0.3s ease, opacity 0.3s;
  transition: transform 0.3s ease, opacity 0.3s;
}
.tdb-category-grids .td-module-meta-info {
  position: absolute;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.tdb-category-grids .td-post-category {
  padding: 3px 7px;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: auto;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.tdb-category-grids .td-module-title a,
.tdb-category-grids .td-post-author-name span,
.tdb-category-grids .td-module-container:hover .entry-title a,
.tdb-category-grids .td-post-author-name a,
.tdb-category-grids .td-post-date {
  color: #fff;
}
.tdb-category-grids .td-module-title a {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.tdb-category-grids .td-editor-date {
  display: inline-block;
}
.tdb-category-grids .td-post-author-name a,
.tdb-category-grids .td-post-author-name span,
.tdb-category-grids .td-post-date {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.tdb-category-grids .tdb-cat-grid-post-empty .td-image-wrap {
  background-color: #e5e5e5;
}
.tdb-category-grids .tdb-cat-grid-post-empty .td-image-wrap:before {
  display: none;
}
/* responsive portrait phone */
@media (min-width: 767px) {
  .tdb-cat-grid-lightsky .td-image-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -o-transition: transform 0.7s ease 0s;
    -webkit-transition: transform 0.7s ease 0s;
    -moz-transition: transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s;
    z-index: 1;
  }
  .tdb-cat-grid-lightsky .td-module-container:hover .td-image-wrap:after {
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  div.tdb-cat-grid-scroll .td_module_wrap {
    float: none;
  }
  div.tdb-cat-grid-scroll .tdb-cat-grid-scroll-holder {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
  }
  div.tdb-cat-grid-scroll .tdb-cat-grid-scroll-holder .td_module_wrap {
    display: inline-block;
    vertical-align: top;
  }
  div.tdb-cat-grid-scroll .td-module-title a {
    white-space: normal;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_1 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_category_grid_1 .td_module_wrap {
    width: 100%;
  }
}
.tdb_category_grid_1 .td-module-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tdb_category_grid_1 .td-image-wrap {
  padding-bottom: 75%;
}
.tdb_category_grid_1 .td-module-meta-info {
  padding: 0 20px 22px;
}
.tdb_category_grid_1 .td-module-title {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 9px 0;
}
.tdb_category_grid_1 .td-editor-date {
  display: inline-block;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .td-module-meta-info,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .td-module-meta-info {
  padding: 22px 20px;
}
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
  .tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
  .tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
  .tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
.tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
  .tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
  .tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_2 .tdb_module_cat_grid_1 {
  width: 50%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 75%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 {
  width: 25%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 74.8%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 16px 17px 11px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_3 .tdb_module_cat_grid_1 {
  width: 70%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 65%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 {
  width: 30%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 50.1%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 16px 15px 11px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_4 .tdb_module_cat_grid_1 {
  width: 50%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 85%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 22px 20px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 {
  width: 50%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 41.6%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 23px 19px 16px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_5 .tdb_module_cat_grid_1,
.tdb_category_grid_5 .tdb_module_cat_grid_2 {
  width: 50%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 85%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 22px 20px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 48%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 21px 19px 14px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 {
  width: 25%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .td-image-wrap {
  padding-bottom: 73%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .td-module-meta-info {
  padding: 16px 15px 11px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_6 {
  /* responsive portrait phone */
}
.tdb_category_grid_6 .tdb-cat-grid-column {
  width: 25%;
  display: block;
  *zoom: 1;
  /* responsive tablet + desktop */
}
.tdb_category_grid_6 .tdb-cat-grid-column:before,
.tdb_category_grid_6 .tdb-cat-grid-column:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdb_category_grid_6 .tdb-cat-grid-column:after {
  clear: both;
}
@media (min-width: 767px) {
  .tdb_category_grid_6 .tdb-cat-grid-column {
    float: left;
  }
}
.tdb_category_grid_6 .tdb-cat-grid-column .tdb_module_cat_grid_1 {
  width: 100%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 {
  width: 25%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 74.5%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 18px 10px 13px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .entry-title {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_6 .tdb_module_cat_grid_1 .entry-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 {
  width: 50%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 75%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 20px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .entry-title {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb_category_grid_6 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_6 div.tdb-cat-grid-post-0 .entry-title,
  .tdb_category_grid_6 div.tdb-cat-grid-post-1 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
  .tdb_category_grid_6 div.tdb-cat-grid-post-3,
  .tdb_category_grid_6 div.tdb-cat-grid-post-4 {
    width: 80%;
  }
  .tdb_category_grid_6 div.tdb-cat-grid-post-3 .td-image-wrap,
  .tdb_category_grid_6 div.tdb-cat-grid-post-4 .td-image-wrap {
    padding-bottom: 55%;
  }
  .tdb_category_grid_6 div.tdb-cat-grid-post-3 .td-module-meta-info,
  .tdb_category_grid_6 div.tdb-cat-grid-post-4 .td-module-meta-info {
    padding: 16px 15px 11px;
  }
  .tdb_category_grid_6 div.tdb-cat-grid-post-3 .entry-title,
  .tdb_category_grid_6 div.tdb-cat-grid-post-4 .entry-title {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_7 .tdb_module_cat_grid_1 {
  width: 50%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 65%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.tdb_category_grid_7 .tdb_module_cat_grid_2 {
  width: 25%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 130.2%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.tdb_category_grid_7 .tdb_module_cat_grid_1,
.tdb_category_grid_7 .tdb_module_cat_grid_2 {
  /* responsive portrait phone */
}
.tdb_category_grid_7 .tdb_module_cat_grid_1 .td-module-meta-info,
.tdb_category_grid_7 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 20px;
}
@media (max-width: 767px) {
  .tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title,
  .tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
  .tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
  .tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
  .tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 {
  width: 30%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 115%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title {
  margin-bottom: 9px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 20px 19px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 {
  width: 40%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 42.8%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 20px 19px 14px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_9 .tdb_module_cat_grid_1 {
  width: 50%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 70%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 20px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 {
  width: 20%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 70%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 14px 14px 10px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-post-category {
  padding: 1px 5px;
  font-size: 9px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_category_grid_10 {
  /* responsive portrait phone */
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 {
  width: 33.33%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .td-image-wrap {
  padding-bottom: 65%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .td-module-meta-info {
  padding: 20px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 {
  width: 25%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-image-wrap {
  padding-bottom: 68%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-module-meta-info {
  padding: 14px 14px 10px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-post-category {
  padding: 1px 5px;
  font-size: 9px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .tdb_category_grid_10 div.tdb-cat-grid-post-1,
  .tdb_category_grid_10 div.tdb-cat-grid-post-2 {
    width: 80%;
  }
  .tdb_category_grid_10 div.tdb-cat-grid-post-1 .td-image-wrap,
  .tdb_category_grid_10 div.tdb-cat-grid-post-2 .td-image-wrap {
    padding-bottom: 55%;
  }
  .tdb_category_grid_10 div.tdb-cat-grid-post-1 .td-module-meta-info,
  .tdb_category_grid_10 div.tdb-cat-grid-post-2 .td-module-meta-info {
    padding: 16px 15px 11px;
  }
  .tdb_category_grid_10 div.tdb-cat-grid-post-1 .entry-title,
  .tdb_category_grid_10 div.tdb-cat-grid-post-2 .entry-title {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-author-title .tdb-title-text {
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_author_image {
  margin-bottom: 0;
  font-size: 0;
}
.tdb_author_image .tdb-author-img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-author-counters {
  margin-bottom: 12px;
  font-size: 0;
}
.tdb-author-count {
  display: inline-block;
  vertical-align: top;
  background-color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_author_url {
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 21px;
}
.tdb_author_url .tdb-author-url {
  font-style: italic;
  color: #444;
}
.tdb_author_url .tdb-author-url:hover {
  color: #4db2ec;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_author_description {
  margin-bottom: 4px;
}
.tdb_author_description .tdb-author-descr {
  font-size: 12px;
  line-height: 21px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_author_socials {
  margin-bottom: 0;
}
.tdb_author_socials .tdb-social-item {
  position: relative;
  display: inline-block;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.tdb_author_socials .tdb-social-item:last-child {
  margin-right: 0 !important;
}
.tdb_author_socials .tdb-social-item i {
  color: #000;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tdb_author_socials .tdb-social-item:hover i {
  color: #000;
}
/* ------------------------------- */
/* ------------------------------- */
.single-tdb_templates.author-template .tdb_breadcrumbs {
  margin-bottom: 2px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-search-title {
  margin-bottom: 37px;
}
.tdb-search-title .tdb-title-text {
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.search-results .tdb_breadcrumbs {
  margin-bottom: 2px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_search_form {
  margin-bottom: 40px;
}
.tdb_search_form .tdb-search-form-inner {
  display: flex;
}
.tdb_search_form .tdb-search-input {
  height: auto;
  min-height: 32px;
  line-height: 19px;
  position: relative;
  border-right: 0;
}
.tdb_search_form .btn {
  min-height: 32px;
  text-shadow: none;
  padding: 7px 15px 8px 15px;
  line-height: 16px;
  margin: 0;
}
.tdb_search_form .tdb-search-msg {
  font-size: 12px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-tag-title .tdb-title-text {
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-date-title .tdb-title-text {
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-attachment-title .tdb-title-text {
  font-weight: 400;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_attachment_img {
  margin-bottom: 2px;
}
.tdb_attachment_img img {
  display: block;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_attachment_description {
  margin-bottom: 21px;
}
.tdb_attachment_description span {
  color: #444;
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-attachment-pag-block {
  margin: 10px 0 21px 0;
}
.tdb-attachment-pag-block .tdb-attachment-pag {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tdb-attachment-pag-block img {
  width: 100%;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_title {
  margin-bottom: 19px;
}
.tdb_title.tdb-content-horiz-center {
  text-align: center;
}
.tdb_title.tdb-content-horiz-center .tdb-title-line {
  margin: 0 auto;
}
.tdb_title.tdb-content-horiz-right {
  text-align: right;
}
.tdb_title.tdb-content-horiz-right .tdb-title-line {
  margin-left: auto;
  margin-right: 0;
}
.tdb-title-text {
  display: inline-block;
  position: relative;
  margin: 0;
  word-wrap: break-word;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.tdb-first-letter {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.08);
  font-size: 6em;
  font-weight: 300;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: -0.36em;
  z-index: -1;
  -webkit-text-fill-color: initial;
}
.tdb-title-line {
  display: none;
  position: relative;
}
.tdb-title-line:after {
  content: '';
  width: 100%;
  position: absolute;
  background-color: #4db2ec;
  top: 0;
  left: 0;
  margin: auto;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb-breadcrumbs {
  margin-bottom: 11px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #c3c3c3;
  line-height: 18px;
}
.tdb-breadcrumbs a {
  color: #c3c3c3;
}
.tdb-breadcrumbs a:hover {
  color: #777;
}
.tdb-breadcrumbs .tdb-bread-sep {
  line-height: 1;
  vertical-align: middle;
}
/* ------------------------------- */
/* ------------------------------- */
.tdb_loop {
  display: inline-block;
  width: 100%;
  margin-bottom: 78px;
  padding-bottom: 0;
  overflow: visible !important;
}
.tdb_loop .tdb-block-inner:after,
.tdb_loop .tdb-block-inner .td_module_wrap:after {
  content: '';
  display: table;
  clear: both;
}
.tdb_loop .td-module-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tdb_loop .td-module-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.tdb_loop .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.tdb_loop .td-image-wrap {
  display: block;
  position: relative;
  padding-bottom: 50%;
}
.tdb_loop .td-image-container {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.tdb_loop .td-module-thumb {
  margin-bottom: 0;
}
.tdb_loop .td-module-meta-info {
  width: 100%;
  padding: 13px 0 0 0;
  margin-bottom: 0;
  z-index: 1;
  border: 0 solid #eaeaea;
}
.tdb_loop .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.tdb_loop .td-category-pos-image .td-post-category {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.tdb_loop .td-module-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 6px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb_loop .td-module-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.tdb_loop .tdb-author-photo {
  display: inline-block;
}
.tdb_loop .tdb-author-photo,
.tdb_loop .tdb-author-photo img {
  vertical-align: middle;
}
.tdb_loop .td-post-author-name,
.tdb_loop .td-post-date,
.tdb_loop .td-module-comments {
  vertical-align: text-top;
}
.tdb_loop .td-excerpt {
  margin: 20px 0 0;
  line-height: 21px;
}
.tdb_loop .td-load-more-wrap,
.tdb_loop .td-next-prev-wrap {
  margin: 66px 0 0;
}
.tdb_loop .page-nav {
  margin: 58px 0 0;
}
.tdb_loop .page-nav a,
.tdb_loop .page-nav span {
  margin-top: 8px;
  margin-bottom: 0;
}
.tdb_loop .td-next-prev-wrap a {
  width: auto;
  height: auto;
  min-width: 25px;
  min-height: 25px;
}
/**

This file is loaded on all the wp-admin pages - including the TD composer wrapper that holds the iframe with the live preview

 */
.post-type-tdb_templates .page-title-action {
  opacity: 0;
}
.post-type-tdb_templates .page-title-action-show {
  opacity: 1;
}
/**
  Set default + working prompt
 */
.tdb-working-prompt {
  display: none;
}
.tdb-default-working .tdb-unset-default {
  display: none;
}
.tdb-default-working .tdb-set-default {
  display: none;
}
.tdb-default-working .tdb-working-prompt {
  display: block;
}
.tdb-disable-list {
  pointer-events: none;
}
.tdb-disable-list .tdb-unset-default {
  opacity: 0.5;
}
.tdb-disable-list .tdb-set-default {
  opacity: 0.5;
}
.tdb-hide-default {
  display: none;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
[class*="tdc-ico-tdb_"] {
  background: url('../../../td-cloud-library/assets/images/pagebuilder/tdc-icons.png') !important;
  background-position: -5px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_breadcrumbs {
  background-position: -5px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_categories {
  background-position: -5px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_title {
  background-position: -5px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_subtitle {
  background-position: -5px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_date,
.tdc-ico-tdb_attachment_date {
  background-position: -5px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_author {
  background-position: -5px -209px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_comments_count {
  background-position: -5px -243px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_post_views {
  background-position: -5px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_post_share {
  background-position: -55px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_featured_image {
  background-position: -55px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_content {
  background-position: -55px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_source {
  background-position: -55px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_via {
  background-position: -55px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_tags {
  background-position: -55px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_next_prev {
  background-position: -55px -209px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_author_box {
  background-position: -55px -243px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_related {
  background-position: -55px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_related_author {
  background-position: -55px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_comments {
  background-position: -105px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_bg_featured_image,
.tdc-ico-tdb_category_bg_image {
  background-position: -105px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_smartlist {
  background-position: -105px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_review_overview {
  background-position: -105px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_review_overall {
  background-position: -105px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_single_review_summary {
  background-position: -105px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_title {
  background-position: -105px -209px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_sibling_categories {
  background-position: -5px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_description {
  background-position: -105px -243px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_loop {
  background-position: -105px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_1 {
  background-position: -155px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_2 {
  background-position: -155px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_3 {
  background-position: -155px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_4 {
  background-position: -155px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_5 {
  background-position: -155px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_6 {
  background-position: -155px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_7 {
  background-position: -155px -209px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_8 {
  background-position: -155px -243px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_9 {
  background-position: -155px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_category_grid_10 {
  background-position: -205px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_name {
  background-position: -205px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_box {
  background-position: -205px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_search_title {
  background-position: -205px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_search_form {
  background-position: -205px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_tag_title,
.tdc-ico-tdb_date_title {
  background-position: -205px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_image {
  background-position: -205px -209px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_posts_count,
.tdc-ico-tdb_author_comments_count {
  background-position: -205px -243px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_url {
  background-position: -205px -277px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_description {
  background-position: -255px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_description {
  background-position: -255px -5px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_author_socials {
  background-position: -255px -39px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_attachment_img {
  background-position: -255px -73px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_attachment_description {
  background-position: -255px -107px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_attachment_img_pagination {
  background-position: -255px -141px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_attachment_pag_prev {
  background-position: -255px -175px !important;
  width: 40px;
  height: 24px;
}
.tdc-ico-tdb_attachment_pag_next {
  background-position: -255px -209px !important;
  width: 40px;
  height: 24px;
}
.tdb-loading-templates {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 3;
}
.tdb-loading-templates span {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-cat-grid-layout .tdc-property,
.tdc-comm-layout .tdc-property {
  float: left;
  margin-top: 2px;
  max-width: 100%;
}
.tdc-cat-grid-layout label,
.tdc-comm-layout label {
  margin-left: 16px;
}
.tdc-cat-grid-layout label:first-of-type,
.tdc-comm-layout label:first-of-type {
  margin-left: 0;
}
.tdc-cat-grid-layout label:last-of-type,
.tdc-comm-layout label:last-of-type {
  margin-left: 15px;
}
.tdc-cat-grid-layout label div,
.tdc-comm-layout label div {
  width: 42px;
  height: 24px;
}
.tdc-cat-grid-layout label [class="1"],
.tdc-comm-layout label [class="1"] {
  background-position: -6px -6px;
}
.tdc-cat-grid-layout label [class="2"],
.tdc-comm-layout label [class="2"] {
  background-position: -58px -6px;
}
.tdc-cat-grid-layout label [class="3"],
.tdc-comm-layout label [class="3"] {
  background-position: -110px -6px;
}
.tdc-cat-grid-layout label [class="4"],
.tdc-comm-layout label [class="4"] {
  background-position: -162px -6px;
}
.tdc-cat-grid-layout label [class="5"],
.tdc-comm-layout label [class="5"] {
  background-position: -214px -6px;
}
.tdc-cat-grid-layout .tdc-property-input-radio:checked + label [class="1"],
.tdc-comm-layout .tdc-property-input-radio:checked + label [class="1"] {
  background-position: -6px -46px;
}
.tdc-cat-grid-layout .tdc-property-input-radio:checked + label [class="2"],
.tdc-comm-layout .tdc-property-input-radio:checked + label [class="2"] {
  background-position: -58px -46px;
}
.tdc-cat-grid-layout .tdc-property-input-radio:checked + label [class="3"],
.tdc-comm-layout .tdc-property-input-radio:checked + label [class="3"] {
  background-position: -110px -46px;
}
.tdc-cat-grid-layout .tdc-property-input-radio:checked + label [class="4"],
.tdc-comm-layout .tdc-property-input-radio:checked + label [class="4"] {
  background-position: -162px -46px;
}
.tdc-cat-grid-layout .tdc-property-input-radio:checked + label [class="5"],
.tdc-comm-layout .tdc-property-input-radio:checked + label [class="5"] {
  background-position: -214px -46px;
}
.tdc-cat-grid-layout label div {
  background: url(../images/icon-cat-grid-layout.png);
}
.tdc-comm-layout label div {
  background: url(../images/icon-comm-layout.png);
}
.tdc-share-style .tdc-property-input-radio:checked + label div {
  border-color: #4db2ec;
}
.tdc-share-style .tdc-property-title {
  margin-bottom: 10px;
}
.tdc-share-style .tdc-property {
  float: none;
  margin: 0 -5px;
  max-width: none;
  top: 0;
}
.tdc-share-style label {
  padding: 0 3px 6px;
  margin: 0;
}
.tdc-share-style label div {
  background: url(../images/share_style/icon-post-sharing.png) no-repeat;
  display: block;
  width: 42px;
  height: 22px;
  padding: 10px;
  opacity: 1;
  border: 1px solid #f7f7f7;
}
.tdc-share-style label div:hover {
  border-color: #6f6f6f;
  opacity: 1;
}
.tdc-share-style label div.style1 {
  background-position: 0px -10px;
}
.tdc-share-style label div.style10 {
  background-position: -62px -10px;
}
.tdc-share-style label div.style11 {
  background-position: -124px -10px;
}
.tdc-share-style label div.style12 {
  background-position: -186px -10px;
}
.tdc-share-style label div.style13 {
  background-position: 0px -72px;
}
.tdc-share-style label div.style14 {
  background-position: -62px -72px;
}
.tdc-share-style label div.style15 {
  background-position: -124px -72px;
}
.tdc-share-style label div.style16 {
  background-position: -186px -72px;
}
.tdc-share-style label div.style17 {
  background-position: 0px -134px;
}
.tdc-share-style label div.style18 {
  background-position: -62px -134px;
}
.tdc-share-style label div.style19 {
  background-position: -124px -134px;
}
.tdc-share-style label div.style2 {
  background-position: -186px -134px;
}
.tdc-share-style label div.style20 {
  background-position: 0px -196px;
}
.tdc-share-style label div.style3 {
  background-position: -62px -196px;
}
.tdc-share-style label div.style4 {
  background-position: -124px -196px;
}
.tdc-share-style label div.style5 {
  background-position: -186px -196px;
}
.tdc-share-style label div.style6 {
  background-position: -248px -10px;
}
.tdc-share-style label div.style7 {
  background-position: -248px -72px;
}
.tdc-share-style label div.style8 {
  background-position: -248px -134px;
}
.tdc-share-style label div.style9 {
  background-position: -248px -196px;
}
/* template import css */
.tdb_templates_open #tdb-modal-view {
  display: block !important;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 50px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* index */
}
.tdb_templates_open #tdb-modal-view .tdb-index {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.tdb_templates_open #tdb-modal-view .tdb-index a {
  text-decoration: none;
  outline: none;
}
.tdb-load-content {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tdb-load-content::-webkit-scrollbar {
  width: 4px;
}
.tdb-load-content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.06);
}
.tdb-load-content::-webkit-scrollbar-thumb {
  background-color: #bfbfc3;
  border-radius: 2px;
}
.tdb-load-content::-webkit-scrollbar-thumb:hover {
  background-color: #e8e8e8;
}
.tdb-modal-body {
  width: 100%;
  height: 100%;
  background-color: #313544;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.tdb-header-wrap {
  position: relative;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
#tdb-modal-view * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tdb-header {
  position: relative;
}
.tdb-close {
  position: absolute;
  top: 2px;
  right: 0;
  background: none;
  border: none;
  color: #bfbfc3;
  outline: none;
  cursor: pointer;
}
.tdb-close:hover {
  color: #fff;
}
.tdb-title {
  font-size: 18px;
  display: block;
  padding: 0 0 40px;
  text-align: center;
}
#tdb-search {
  display: block;
  width: 100%;
  background-color: #2a2d3a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 60px;
  padding: 0 24px;
  color: #fff;
  position: relative;
  left: -1px;
  height: auto;
}
#tdb-sort-by {
  position: absolute;
  right: 0;
  top: 0;
}
#tdb-sort-by div {
  display: inline-block;
  color: #bfbfc3;
}
#tdb-sort-by span {
  display: inline-block;
  padding: 0 2px;
  margin-left: 5px;
  cursor: pointer;
  pointer-events: auto;
}
#tdb-sort-by span:hover {
  color: #bfbfc3;
}
#tdb-sort-by .tdb-sort-selected {
  color: #bfbfc3;
}
.tdb-error-wrap {
  position: relative;
  font-size: 13px;
}
.tdb-error-wrap span {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  padding: 4px 10px;
  background-color: rgba(255, 69, 69, 0.45);
  border: 1px solid rgba(255, 0, 0, 0.41);
}
.tdb-error-wrap .tdb-error-open-extra:hover {
  cursor: pointer;
}
.tdb-error-extra {
  max-height: 700px;
  overflow: scroll;
}
.tdb-error-extra .tdb-error-extra-single {
  background-color: rgba(97, 196, 255, 0.45);
  border: 1px solid rgba(10, 140, 255, 0.41);
  padding: 3px 2px;
}
.tdb-error-extra .tdb-error-extra-single:hover {
  cursor: pointer;
}
.tdb-error-extra .tdb-error-extra-single .tdb-error-debug-data {
  padding-left: 20px;
  min-height: 15px;
  margin-top: 10px;
}
.tdb-error-extra .tdb-error-extra-single .tdb-error-debug-data pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.tdb-load-content {
  overflow-y: auto;
  height: calc(100vh - 396px);
  margin: 0 -14px;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.tdb-template-wrap {
  display: inline-block;
  color: #6a6c75;
  font-size: 13px;
  margin-bottom: 40px;
  backface-visibility: hidden;
  padding: 0 14px;
  width: 20%;
  vertical-align: top;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.tdb-template-wrap img {
  width: 100%;
  position: relative;
  display: table;
}
.tdb-template-wrap:hover .tdb-template-title {
  color: #fff;
}
.tdb-template-wrap:hover .tdb-template-image-wrap {
  -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
}
.tdb-template-wrap:hover .tdb-template-preview {
  color: #fff;
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.tdb-template-wrap:hover .tdb-template-edit {
  color: #000;
  opacity: 1;
  background-color: #f5f5f5;
}
.tdb-template-wrap:hover .tdb-template-edit:hover {
  background-color: #fff;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tdb-template-wrap:hover .tdb-template-delete {
  color: #fff;
  opacity: 1;
}
.tdb-template-wrap:hover .tdb-template-delete:hover {
  background-color: #e6344f;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tdb-template-msg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tdb-template-msg span {
  display: inline-block;
  padding: 6px 9px 7px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tdb-template-offline {
  background-color: #ff003e;
}
.tdb-template-incomplete {
  background-color: #000;
}
.tdb-template-image-wrap {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tdb-template-link {
  position: absolute;
  text-align: center;
  margin: auto;
  color: #fff;
  line-height: 1;
  padding: 5px 9px 6px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tdb-template-link:focus {
  outline: none;
  box-shadow: none;
}
.tdb-template-preview {
  bottom: 7px;
  right: 8px;
  background-color: #313544;
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tdb-template-preview:hover {
  background-color: #000;
}
.tdb-template-delete {
  right: 5px;
  top: 5px;
  background-color: #ce354c;
  opacity: 0;
}
.tdb-template-edit {
  right: 63px;
  top: 5px;
  color: #000;
  background-color: #fff;
  opacity: 0;
}
.tdb-template-title {
  color: #bfbfc3;
  margin-top: 15px;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
}
.tdb-template-author {
  color: #6a6c75;
}
.tdb-template-author a {
  color: #bfbfc3;
}
.tdb-template-author a:hover {
  color: #fff;
}
/* clear fix */
.tdb-clear-fix {
  display: table;
  clear: both;
}
/* Single */
.tdb-single {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}
.tdb-single .tdb-breadcrumbs {
  color: #bfbfc3;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.tdb-single .tdb-breadcrumbs span {
  color: #6a6c75;
}
.tdb-single .tdb-breadcrumbs a {
  color: #6a6c75;
}
.tdb-single .tdb-breadcrumbs a:hover {
  color: #fff;
}
.tdb-breadcrumbs-parent {
  cursor: pointer;
}
.tdb-single-arrow {
  top: 0;
  color: #6a6c75;
  width: 28px;
  height: 28px;
  background-color: #2a2d3a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  padding: 5px;
  font-size: 10px;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 18px;
  opacity: 0.5;
}
.tdb-single-arrow.tdb-is-active {
  color: #6a6c75;
  display: block;
  opacity: 1;
}
.tdb-single-arrow.tdb-is-active:hover {
  cursor: pointer;
  color: #bfbfc3;
  border-color: #bfbfc3;
}
.tdb-single-prev {
  right: 32px;
}
.tdb-single-prev:before {
  position: relative;
  left: -1px;
}
.tdb-single-next {
  right: 0;
}
.tdb-single-next:before {
  position: relative;
  left: 1px;
}
.tdb-single-title {
  font-size: 20px;
  margin: 16px 0 20px;
}
.tdb-single-by {
  font-size: 13px;
  color: #6a6c75;
}
.tdb-single-by a {
  color: #bfbfc3;
}
.tdb-single-by a:hover {
  color: #fff;
}
.tdb-single-description {
  color: #bfbfc3;
  line-height: 18px;
  margin-bottom: 26px;
}
.tdb-single-description b,
.tdb-single-description strong {
  color: #fff;
}
.tdb-single-content {
  display: flex;
  flex: 1;
  font-size: 13px;
}
.tdb-single-content .tdb-single-thumb {
  float: left;
  width: 60%;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .tdb-single-content .tdb-single-thumb {
    width: 50%;
  }
}
.tdb-single-content .tdb-single-image {
  flex: 0 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.tdb-single-content .tdb-single-info {
  position: relative;
  padding: 0 0 0 50px;
  flex: 0 0 50%;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .tdb-single-content .tdb-single-info {
    padding: 0 30px;
  }
}
.tdb-single-buttons {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 30px;
  /* responsive portrait phone */
}
@media (max-height: 820px) {
  .tdb-single-buttons {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
}
.tdb-info-wrap {
  position: relative;
  padding-right: 20%;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdb-info-wrap {
    width: 100%;
  }
}
/* responsive on small screen */
@media (max-height: 820px), (max-width: 1200px) {
  .tdb-single-buttons {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .tdb-info-wrap {
    position: static;
    padding-right: 0;
  }
}
.tdb-single-tags {
  margin-bottom: 6px;
  color: #6a6c75;
  line-height: 18px;
}
.tdb-single-tags a {
  color: #6a6c75;
}
.tdb-single-tags a:hover {
  color: #ffffff;
}
.tdb-single-additional {
  color: #6a6c75;
}
.tdb-single-additional div {
  margin-bottom: 6px;
}
.tdb-single-additional .tdb-additional-title {
  margin: 26px 0 12px 0;
  font-size: 15px;
  color: #fff;
}
.tdb-single-type {
  display: table;
  background-color: #2a2d3a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 10px;
  cursor: pointer;
}
.tdb-single-type:hover a {
  color: #fff;
}
.tdb-single-type a {
  color: #bfbfc3;
}
.tdb-single-title-desc {
  color: #bfbfc3;
}
button.tdb-btn.tdb-btn-add-section {
  background-color: #008000;
}
.tdb-btn {
  color: #fff;
  background-color: #5d6e9e;
  border: none;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 4px;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tdb-btn:hover {
  background-color: #4d5d8a;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
.tdb-btn-white {
  background-color: #fff;
  color: #000;
}
.tdb-btn-white:hover {
  background-color: #fff;
  color: #5d6e9e;
}
.tdb-close {
  padding: 10px;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto;
}
.tdb-btn-big {
  padding: 14px 18px;
}
.tdb-btn-back {
  background-color: #fff;
  color: #000;
}
.tdb-btn-back:hover {
  background-color: #efefef;
  color: #000;
}
.tdb-btn-preview {
  background-color: #fff;
  color: #000;
}
.tdb-btn-preview:hover {
  background-color: #efefef;
  color: #000;
}
.tdb-single-buttons .tdb-btn {
  margin: 0 0 0 10px;
}
.tdu-row button {
  right: 8px;
}
.tdb-header .tdb-close {
  font-size: 16px;
  padding: 0;
  margin: 0;
  top: 2px;
  bottom: auto;
  width: auto;
  height: auto;
}
.tdb-install .tdb-btn {
  margin: 20px 0 0;
}
/* Install */
.tdb-install {
  min-height: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.tdb-install .tdb-header {
  position: absolute;
  top: 0;
  right: 0;
}
.tdb-install .tdb-install-box {
  display: flex;
  align-items: center;
}
.tdb-install .tdb-install-thumb-wrap {
  flex: 0 0 50%;
  text-align: right;
}
.tdb-install .tdb-install-info {
  flex: 0 0 50%;
  padding: 0 30px;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.tdb-install-content {
  flex: 0 0 100%;
}
.tdb-install-thumb {
  max-width: 70%;
}
.tdb-install-template {
  color: #bfbfc3;
  margin-bottom: 20px;
}
.tdb-install-template span {
  color: #6a6c75;
}
.tdb-install-template span a {
  color: #bfbfc3;
}
.tdb-install-template span a:hover {
  color: #fff;
}
/* progress bar */
.tdb-progress-bar {
  max-width: 300px;
  position: relative;
  background-color: #191e2b;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 6px;
}
.tdb-progress-bar .tdb-progress-percentage {
  background-color: #5d6e9e;
  position: relative;
  height: 7px;
  overflow: hidden;
}
#tdb-template-type {
  margin: 30px 0;
  font-size: 13px;
  line-height: 20px;
  color: #6a6c75;
  position: relative;
  text-align: center;
  pointer-events: none;
  /* responsive */
}
@media (max-width: 1500px) {
  #tdb-template-type {
    text-align: left;
  }
}
#tdb-template-type span {
  display: inline-block;
  padding: 0 2px;
  cursor: pointer;
  pointer-events: auto;
}
#tdb-template-type span:hover,
#tdb-template-type span.tdb-sort-selected {
  color: #fff;
}
#tdb-template-type .tdb-category-name {
  padding: 0 10px 0 9px;
}
#tdb-template-type .tdb-category-wrap {
  display: inline-block;
  padding: 0 200px;
  width: 100%;
  /* responsive */
}
@media (max-width: 1500px) {
  #tdb-template-type .tdb-category-wrap {
    padding: 0 200px 0 0;
  }
}
#tdb-template-type .tdb-category-wrap span:last-child {
  padding-right: 0;
}
#tdb-template-type .tdb-category-wrap span:last-child:before {
  display: none;
}
#tdb-template-type .tdb-category-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.tdb-category-name {
  position: relative;
}
.tdb-category-name:before {
  content: '';
  width: 1px;
  height: 8px;
  background-color: rgba(106, 108, 117, 0.29);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tdb-sort-counter {
  font-size: 11px;
}
.tdb-new-template-wrap {
  padding: 0 !important;
}
.tdb-new-template-wrap select {
  margin-top: 10px;
  box-shadow: none;
  font-size: 12px;
  width: 100%;
  line-height: 28px;
  padding: 9px 6px 8px;
  background-color: #fbfbfb;
  border-color: #eee;
  height: auto;
}
#tdb-new-template-name {
  font-size: 14px !important;
}
.td-main-content-wrap {
  padding-bottom: 0;
}
#wp-admin-bar-tdb_template_builder a {
  background-color: #2b4858;
  color: #fff;
}
#wp-admin-bar-tdb_template_builder a:hover {
  background-color: #1c5879 !important;
  color: #fff !important;
}

.tdb-single-arrow.tdb-single-prev:before {
  line-height: 18px;
}
.tdb-single-arrow.tdb-single-next:before {
  line-height: 18px;
}
