/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/
/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.put-subscribe > div {
  position: absolute;
  bottom: 0;
  right: 0;
}
.put-subscribe {
  position: relative;
  width: 100%;
}
.put-subscribe .tribe-events-c-subscribe-dropdown__content {
  position: absolute;
  width: 100%;
}
.put-subscribe .tribe-events-c-subscribe-dropdown {
  position: relative;
  z-index: 9;
}
@media screen and (max-width:767px) {
  .put-subscribe > div {
    position: relative;
  }
  .put-subscribe .tribe-events-c-subscribe-dropdown {
    margin-top: 0;
  }
}
/*---------------- CUSTOM CATEGORY POST AND SEARCH ----------------------*/
.tribe-events-before-html br {
  display: none;
}
.custom-category-posts-and-search a.open-search-popup, #custom-category-search button {
  background: #bc36ed;
  color: #fff;
  font-weight: bolder;
  padding: 13px 20px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  border: 0;
}
#custom-category-search button {
  max-width: 100%;
  background: #169722;
}
.search-popup {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup .popup-background {
  background: #00000080;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.search-popup .popup-content {
  z-index: 2;
  position: relative;
  padding: 30px;
  width: 100%;
  max-width: 900px;
  background: #fff;
}
.popup-content .td-icon-close-mobile {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.trending-content-img-holder {
  width: 100%;
  max-width: 218px;
  align-items: stretch;
  margin-right: 15px;
}
.trending-content-img-holder a {
  display: flex;
}
.trending-content-img-holder a:nth-child(1) {
  width: 35%;
}
.trending-content-img-holder a:nth-child(2) {
  width: calc(65% - 10px);
  margin-left: 10px;
}
.trending-content-img-holder img {
  margin: 0;
  width: 100%;
  object-fit: cover;
}
.trending-content {
  margin-top: 10px;
}
.static-black-box, .trending-content p {
  font-size: 12px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  line-height: normal;
}
.trending-content p {
  font-size: 14px;
  padding-left: 10px;
}
.static-black-box {
  text-transform: uppercase;
  color: #fff;
  padding: 2px 10px 1px;
  line-height: 22px;
  background: #000;
  margin-bottom: 8px;
}
@media screen and (max-width:767px) {
  .trending-content-img-holder {
    margin: 0 0 10px;
  }
  .trending-content {
    flex-direction: column;
    align-items: center !important;
  }
  .static-black-box, .trending-content p {
    text-align: center;
  }
}
.td-menu-mob-open-menu #td-mobile-nav {
  background: rgb(0 0 0 / 90%);
}
.custom-header {
  position: relative;
}
.header-icons a {
  line-height: 0;
  font-size: 0;
}
body .footer-custom-bg-position .td-element-style-before {
  background-position: center 25% !important;
}
.custom-header .vc_row_inner {
  width: 1068px !important;
  margin-right: auto;
  margin-left: auto;
  position: unset !important;
}
@media screen and (max-width: 1100px) {
  .custom-header .vc_row_inner {
    width: 100% !important;
  }
}
body .tdb_category_description .tdb-block-inner {
  font-style: normal !important;
}
.remove_1st_thumbnail .td_module_flex_1 .td-module-container .td-image-container {
  display: none;
}
.remove_right_thumbnail .td-category-pos- .td-image-container {
  display: none;
}
.custom-button a.tdm-btn {
  background: rgba(109, 108, 110, 1);
  background: -moz-linear-gradient(top, rgba(109, 108, 110, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109, 108, 110, 1)), color-stop(100%, rgba(1, 1, 1, 1)));
  background: -webkit-linear-gradient(top, rgba(109, 108, 110, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: -o-linear-gradient(top, rgba(109, 108, 110, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: -ms-linear-gradient(top, rgba(109, 108, 110, 1) 0%, rgba(1, 1, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(109, 108, 110, 1) 0%, rgba(1, 1, 1, 1) 100%);
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.custom-button a.tdm-btn:hover {
  background: rgba(3, 219, 219, 1);
  background: -moz-linear-gradient(top, rgba(3, 219, 219, 1) 0%, rgba(0, 153, 153, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 219, 219, 1)), color-stop(100%, rgba(0, 153, 153, 1)));
  background: -webkit-linear-gradient(top, rgba(3, 219, 219, 1) 0%, rgba(0, 153, 153, 1) 100%);
  background: -o-linear-gradient(top, rgba(3, 219, 219, 1) 0%, rgba(0, 153, 153, 1) 100%);
  background: -ms-linear-gradient(top, rgba(3, 219, 219, 1) 0%, rgba(0, 153, 153, 1) 100%);
  background: linear-gradient(to bottom, rgba(3, 219, 219, 1) 0%, rgba(0, 153, 153, 1) 100%);
}
.custom-button a.tdm-btn:before {
  display: none;
}
.custom-button a.tdm-btn * {
  color: #fff;
  vertical-align: middle;
}
.custom-button a.tdm-btn {
  display: block !important;
  padding: 12px !important;
  line-height: normal;
  margin-bottom: 10px !important;
  text-align: center !important;
  height: auto;
}
.tdm-btn .tdm-btn-text {
  pointer-events: none !important;
}
.default-button a {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  background: #009899;
  color: #fff;
  border-radius: 5px;
}
.default-button a:hover {
  color: #fff;
  text-decoration: none;
}
.remove-author .td-post-author-name, .category-114 .td-post-author-name, .category-113 .td-post-author-name, .remove-comment .tdb-author-comments-count {
  display: none;
}
@media screen and (max-width:767px) {
  .alignright, .alignleft {
    display: block;
    float: none;
  }
}
.show-css a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
}
.show-css a img {
  max-width: 120px;
  margin-right: 15px;
}
@media screen and (max-width:1023px) and (min-width:769px) {
  .show-css a {
    flex-wrap: wrap;
    text-align: center;
  }
  .show-css a img {
    margin: 0 auto 20px;
  }
  .show-css a div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  body .tdi_64 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .tdb_header_menu {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 48px);
  }
  .tdb_header_menu .td-fix-index, .tdb_header_menu .td-fix-index > ul {
    width: 100%;
  }
  .tdb_header_menu .td-fix-index > ul {
    display: flex;
    justify-content: flex-start;
  }
  .tdb_header_menu .td-fix-index > ul .menu-align-right {
    margin-left: auto;
  }
  .tdb_header_menu .td-fix-index > ul > li {
    float: none;
    display: block;
  }
}
/* CATEGORY STYLING
-------------------------------------- */
.category-thumbnail {
  max-width: 310px;
  margin: auto;
  display: block;
}
.subscribe-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  margin-right: 10px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  color: #000;
  margin-bottom: 10px;
}
.subscribe-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.subscribe-button a img {
  margin-right: 7px;
  width: 15px;
  margin-bottom: 0;
}
.subscribe-button a:hover {
  background: #4db2ec;
  color: #fff;
  border: 1px solid #4db2ec;
  transition: ease-in-out .1s;
}
.category-114 h1.tdb-title-text, .category-118 h1.tdb-title-text, .category-113 h1.tdb-title-text, .category-117 h1.tdb-title-text, .category-127 h1.tdb-title-text {
  font-style: italic;
  display: none;
}
/* BLACK QUOTE STYLING
-------------------------------------- */
.tagdiv-type blockquote {
  border-left: 4px solid #bbb;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  margin: 36px 0;
  padding: 0 0 0 22px;
}
.tagdiv-type blockquote p:last-child, .tagdiv-type blockquote ul:last-child, .tagdiv-type blockquote ol:last-child {
  margin-bottom: 0;
}
.tagdiv-type blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: unset;
  color: #000000;
  word-wrap: break-word;
  text-align: left;
}
/* CUSTOM STYLING
-------------------------------------- */
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.flex:before, .flex:after {
  display: none !important;
}
.ai-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ai-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.ai-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ai-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jc-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.jc-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.jc-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.jc-spacebetween {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jc-space-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
break {
  width: 100%;
  height: 0;
  display: block;
}
.spt-full {
  width: 100%;
  max-width: 100%;
}
.max-width {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.spt-10 {
  width: 100%;
  max-width: 10%;
}
.spt-20 {
  width: 100%;
  max-width: 20%;
}
.spt-16 {
  width: 100%;
  max-width: 16.6666666667%;
}
.spt-25 {
  width: 100%;
  max-width: 25%;
}
.spt-30 {
  width: 100%;
  max-width: 30%;
}
.spt-33 {
  width: 100%;
  max-width: 33.33%;
}
.spt-40 {
  width: 100%;
  max-width: 40%;
}
.spt-50 {
  width: 100%;
  max-width: 50%;
}
.spt-60 {
  width: 100%;
  max-width: 60%;
}
.spt-66 {
  width: 100%;
  max-width: 66.66%;
}
.spt-70 {
  width: 100%;
  max-width: 70%;
}
.spt-80 {
  width: 100%;
  max-width: 80%;
}
.spt-90 {
  width: 100%;
  max-width: 90%;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.padding-70 {
  padding: 70px;
}
.padding-80 {
  padding: 80px;
}
.padding-90 {
  padding: 90px;
}
.padding-100 {
  padding: 100px;
}
.padding-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.n-margin-lf-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.n-margin-lf-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.n-margin-lf-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.n-margin-lf-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.n-margin-lf-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.img-center {
  display: block;
  margin: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.relative {
  position: relative;
}
.visibility-hidden {
  visibility: hidden;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-position-center {
  background-position: center;
}
.bg-position-center-right {
  background-position: center right;
}
.bg-position-center-left {
  background-position: center left;
}
.bg-black {
  background-color: #000 !important;
}
.bg-g-blue {
  background-color: #f1f2f6 !important;
}
.bg-grey {
  background-color: #f5f5f5 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-o-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-pink {
  background-color: rgb(254, 229, 232) !important;
}
/* CUSTOM STYLING RESPONSIVE
-------------------------------------- */
@media screen and (max-width:1023px) {
  .m-display-none {
    display: none;
  }
  .m-flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .m-flex:before, .m-flex:after {
    display: none !important;
  }
  .m-ai-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .m-ai-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .m-ai-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .m-ai-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .m-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .m-jc-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .m-jc-spacebetween {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .m-jc-space-evenly {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .m-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-spt-full {
    width: 100%;
    max-width: 100%;
  }
  .m-spt-10 {
    width: 100%;
    max-width: 10%;
  }
  .m-spt-20 {
    width: 100%;
    max-width: 20%;
  }
  .m-spt-25 {
    width: 100%;
    max-width: 25%;
  }
  .m-spt-30 {
    width: 100%;
    max-width: 30%;
  }
  .m-spt-33 {
    width: 100%;
    max-width: 33.33%;
  }
  .m-spt-40 {
    width: 100%;
    max-width: 40%;
  }
  .m-spt-50 {
    width: 100%;
    max-width: 50%;
  }
  .m-spt-60 {
    width: 100%;
    max-width: 60%;
  }
  .m-spt-66 {
    width: 100%;
    max-width: 66.66%;
  }
  .m-spt-70 {
    width: 100%;
    max-width: 70%;
  }
  .m-spt-80 {
    width: 100%;
    max-width: 80%;
  }
  .m-spt-90 {
    width: 100%;
    max-width: 90%;
  }
  .m-mb-0 {
    margin-bottom: 0px;
  }
  .m-mb-10 {
    margin-bottom: 10px;
  }
  .m-mb-20 {
    margin-bottom: 20px;
  }
  .m-mb-30 {
    margin-bottom: 30px;
  }
  .m-mb-40 {
    margin-bottom: 40px;
  }
  .m-mb-50 {
    margin-bottom: 50px;
  }
  .m-mb-60 {
    margin-bottom: 60px;
  }
  .m-mb-70 {
    margin-bottom: 70px;
  }
  .m-mb-80 {
    margin-bottom: 80px;
  }
  .m-mb-90 {
    margin-bottom: 90px;
  }
  .m-mb-100 {
    margin-bottom: 100px;
  }
  .m-mt-0 {
    margin-top: 0px;
  }
  .m-mt-10 {
    margin-top: 10px;
  }
  .m-mt-20 {
    margin-top: 20px;
  }
  .m-mt-30 {
    margin-top: 30px;
  }
  .m-mt-40 {
    margin-top: 40px;
  }
  .m-mt-50 {
    margin-top: 50px;
  }
  .m-mt-60 {
    margin-top: 60px;
  }
  .m-mt-70 {
    margin-top: 70px;
  }
  .m-mt-80 {
    margin-top: 80px;
  }
  .m-mt-90 {
    margin-top: 90px;
  }
  .m-mt-100 {
    margin-top: 100px;
  }
  .m-padding-5 {
    padding: 5px;
  }
  .m-padding-10 {
    padding: 10px;
  }
  .m-padding-15 {
    padding: 15px;
  }
  .m-padding-20 {
    padding: 20px;
  }
  .m-padding-30 {
    padding: 30px;
  }
  .m-padding-40 {
    padding: 40px;
  }
  .m-padding-50 {
    padding: 50px;
  }
  .m-padding-60 {
    padding: 60px;
  }
  .m-padding-70 {
    padding: 70px;
  }
  .m-padding-80 {
    padding: 80px;
  }
  .m-padding-90 {
    padding: 90px;
  }
  .m-padding-100 {
    padding: 100px;
  }
  .m-padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-padding-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .m-padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-img-center {
    display: block;
    margin: auto;
  }
  .m-bg-none {
    background-image: none !important;
  }
  .m-text-center {
    text-align: center;
  }
  .m-text-left {
    text-align: left;
  }
  .m-text-right {
    text-align: right;
  }
  .m-n-margin-lf-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-custom-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .m-width-200 {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .m-width-150 {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  .m-width-100 {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .mobile-menu-button img {
    width: 20px;
  }
  .mobile-menu-button {
    padding: 10px;
    top: calc(50% - 17px);
  }
  .s-display-none {
    display: none;
  }
  .s-flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .s-flex:before, .s-flex:after {
    display: none !important;
  }
  .s-ai-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .s-ai-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .s-ai-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .s-ai-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .s-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .s-jc-spacebetween {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .s-jc-space-evenly {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .s-flex-direction-col-rev {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .s-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s-spt-full {
    width: 100%;
    max-width: 100%;
  }
  .s-spt-10 {
    width: 100%;
    max-width: 10%;
  }
  .s-spt-20 {
    width: 100%;
    max-width: 20%;
  }
  .s-spt-25 {
    width: 100%;
    max-width: 25%;
  }
  .s-spt-30 {
    width: 100%;
    max-width: 30%;
  }
  .s-spt-33 {
    width: 100%;
    max-width: 33.33%;
  }
  .s-spt-40 {
    width: 100%;
    max-width: 40%;
  }
  .s-spt-50 {
    width: 100%;
    max-width: 50%;
  }
  .s-spt-60 {
    width: 100%;
    max-width: 60%;
  }
  .s-spt-66 {
    width: 100%;
    max-width: 66.66%;
  }
  .s-spt-70 {
    width: 100%;
    max-width: 70%;
  }
  .s-spt-80 {
    width: 100%;
    max-width: 80%;
  }
  .s-spt-90 {
    width: 100%;
    max-width: 90%;
  }
  .s-mb-0 {
    margin-bottom: 0px;
  }
  .s-mb-10 {
    margin-bottom: 10px;
  }
  .s-mb-20 {
    margin-bottom: 20px;
  }
  .s-mb-30 {
    margin-bottom: 30px;
  }
  .s-mb-40 {
    margin-bottom: 40px;
  }
  .s-mb-50 {
    margin-bottom: 50px;
  }
  .s-mb-60 {
    margin-bottom: 60px;
  }
  .s-mb-70 {
    margin-bottom: 70px;
  }
  .s-mb-80 {
    margin-bottom: 80px;
  }
  .s-mb-90 {
    margin-bottom: 90px;
  }
  .s-mb-100 {
    margin-bottom: 100px;
  }
  .s-mt-0 {
    margin-top: 0px;
  }
  .s-mt-10 {
    margin-top: 10px;
  }
  .s-mt-20 {
    margin-top: 20px;
  }
  .s-mt-30 {
    margin-top: 30px;
  }
  .s-mt-40 {
    margin-top: 40px;
  }
  .s-mt-50 {
    margin-top: 50px;
  }
  .s-mt-60 {
    margin-top: 60px;
  }
  .s-mt-70 {
    margin-top: 70px;
  }
  .s-mt-80 {
    margin-top: 80px;
  }
  .s-mt-90 {
    margin-top: 90px;
  }
  .s-mt-100 {
    margin-top: 100px;
  }
  .s-padding-5 {
    padding: 5px;
  }
  .s-padding-10 {
    padding: 10px;
  }
  .s-padding-15 {
    padding: 15px;
  }
  .s-padding-20 {
    padding: 20px;
  }
  .s-padding-30 {
    padding: 30px;
  }
  .s-padding-40 {
    padding: 40px;
  }
  .s-padding-50 {
    padding: 50px;
  }
  .s-padding-60 {
    padding: 60px;
  }
  .s-padding-70 {
    padding: 70px;
  }
  .s-padding-80 {
    padding: 80px;
  }
  .s-padding-90 {
    padding: 90px;
  }
  .s-padding-100 {
    padding: 100px;
  }
  .s-padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s-padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .s-padding-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .s-padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .s-padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-img-center {
    display: block;
    margin: auto;
  }
  .s-bg-none {
    background-image: none !important;
  }
  .s-text-center {
    text-align: center;
  }
  .s-text-left {
    text-align: left;
  }
  .s-text-right {
    text-align: right;
  }
  .s-width-300 {
    max-width: 300px;
    width: 100% height:auto;
  }
  .s-width-200 {
    max-width: 200px;
    width: 100% height:auto;
  }
  .s-width-150 {
    max-width: 150px;
    width: 100% height:auto;
  }
  .s-width-100 {
    max-width: 100px;
    width: 100% height:auto;
  }
  .s-custom-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s-n-margin-lf-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.wiggle {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.all-post-menu {
  position: relative;
}
.tdi_36:not(.sticky) .all-post-menu a {
  position: absolute !important;
  white-space: nowrap;
  right: 13px;
  top: 50px;
  /* width: 117px; */
  text-align: center;
}
.td-scroll-up {
  display: none !important;
}
.trending-content p i {
  display: none
}
.td-theme-wrap .tdi_68 .td-instagram-user a, .td-theme-wrap .tdi_68 .td-opacity-author .td-post-author-name a:hover, .td-theme-wrap .tdi_68 .td-opacity-cat .td-post-category:hover, .td-theme-wrap .tdi_68 .td-opacity-read .td-read-more a:hover, .td-theme-wrap .tdi_68 .td-pulldown-filter-link:hover, .td-theme-wrap .tdi_68 .td-subcat-item .td-cur-simple-item, .td-theme-wrap .tdi_68 .td-subcat-item a:hover, .td-theme-wrap .tdi_68 .td_module_wrap:hover .entry-title a, .td-theme-wrap .tdi_68 .td_quote_on_blocks {
  color: #ca2127
}
.td-theme-wrap .td-footer-wrapper .tdi_68 .td-post-category, .td-theme-wrap .tdi_68 .block-title > *, .td-theme-wrap .tdi_68 .td-exchange-header:before, .td-theme-wrap .tdi_68 .td-post-category:hover, .td-theme-wrap .tdi_68 .td-read-more a, .td-theme-wrap .tdi_68 .td-subcat-dropdown:hover .td-subcat-more, .td-theme-wrap .tdi_68 .td-weather-information:before, .td-theme-wrap .tdi_68 .td-weather-week:before, .tdi_68 .td-trending-now-wrapper:hover .td-trending-now-title, body .tdi_68 .td-trending-now-title {
  background-color: #ca2127
}
.td-theme-wrap .td-footer-wrapper .tdi_68 .block-title > * {
  padding: 6px 7px 5px;
  line-height: 1
}
.td-theme-wrap .tdi_68 .block-title {
  border-color: #ca2127
}
.td-theme-wrap .tdi_68 .td-load-more-wrap a:hover, .td-theme-wrap .tdi_68 .td-next-prev-wrap a:hover {
  background-color: #ca2127;
  border-color: #ca2127
}
.tdi_68 {
  margin: 24px 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 solid #888 !important
}
@media (min-width:768px) and (max-width:1018px) {
  .tdi_68 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
  }
}
.td_block_trending_now {
  padding: 0
}
.td-trending-now-wrapper {
	display: table;
  	align-items: center;
  	position: relative;
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  	overflow: hidden;
  	height: 80px;
  	width: 115px;
	float: left;
}
.td-trending-now-wrapper.wide {
	width: 130px;
}
.td-trending-now-wrapper .entry-title {
	font-size: 10px;
	line-height: 11px;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}
.td_block_trending_now img {
	float:left;
	margin-right:10px;
}
.td-trending-now-wrapper .td-next-prev-wrap {
  margin: 0 0 0 auto;
  z-index: 1
}
.td-trending-now-wrapper:hover .td-trending-now-title {
  background-color: #4db2ec
}
.td-trending-now-wrapper .td-trending-now-nav-right {
  padding-left: 2px
}
.td-trending-now-title {
  background-color: #222;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 10px 1px;
  display: inline-block;
  line-height: 22px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: default;
  -webkit-user-select: none;
  user-select: none
}
@-moz-document url-prefix() {
  .td-trending-now-title {
    line-height: 21px
  }
}
.td-trending-now-wrapper .scf-button {
    position: absolute;
    top: 0;
    display: block;
    background-color: #000;
    padding: 5px 9px;
    font-size: 15px;
    line-height: 13px;
}
.td-trending-now-wrapper .scf-button a {
	color: #fff;
}
.td-trending-now-wrapper h2.scf {
	position: relative;
	top: 12px;
}
.td-trending-now-wrapper h2.scf a span {
	margin-top: 3px;
	display: inline-block;
}

.td-trending-now-display-area {
  display: flex;
  align-items: center;
  vertical-align: top;
}
.td-trending-now-display-area .entry-title, .td_module_trending_now .entry-title {
  font-size: 10px;
  line-height: 11px;
  padding-right: 5px;
  display: table-cell;
  vertical-align: middle;
}
.td-trending-now-post {
  opacity: 0;
  position: absolute;
  top: calc(50% - 20px);
  overflow: hidden;
  width: 130px;
  display: table;	
}
.td-trending-now-post:first-child {
  z-index: 1;
  opacity: 1
}
.td-next-prev-wrap .td-trending-now-nav-right, .trending-content-img-holder {
  margin-right: 0
}
.td_block_trending_now.td-trending-style2 {
  border: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px
}
.tdi_68 .td-next-prev-wrap a:hover {
  color: #fff
}
@media (min-width:768px) and (max-width:1018px) {
  .td_block_trending_now {
    padding: 0 6px
  }
  .td-trending-now-post {
    padding-right: 107px
  }
  .tdi_68 .entry-title a {
    font-size: 13px !important
  }
}
@media (max-width:767px) {
  .tdi_68 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
  }
  .td_block_trending_now {
    padding: 0
  }
  .td-trending-now-wrapper {
    flex-direction: column;
    text-align: center
  }
  .td-trending-now-wrapper .td-next-prev-wrap {
    display: none
  }
  .td-trending-now-title {
    padding: 2px 10px 1px
  }
  .td-trending-now-display-area {
    width: 100%;
    padding: 0;
    display: block;
    height: 80px;
    position: relative;
    top: 10px
  }
  .td-trending-now-display-area .td_module_trending_now .entry-title {
    font-size: 14px;
    line-height: 16px
  }
  .td-trending-now-post {
    width: 100%;
    padding-right: 0
  }
}
.td-trending-now-wrapper .td-trending-now-title, .trending-content .static-black-box {
  width: 100%;
  max-width: 243px;
  text-align: center;
  font-size: 12px !important
}
.trending-content .static-black-box {
  font-size: 12px !important
}
@media screen and (min-width:768px) {
  .trending-content > div {
    margin-right: 15px
  }
}
.home .header-icons {
	visibility: hidden;
}
@media screen and (max-width: 1188px) {
	.td_block_trending_now {
		display: none;
		height: 50px;
	}
}
.paged .home_posts {
	margin-top: 30px;
}