.traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
  height: 385px;
  /* responsive portrait phone */
}
.traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb img.entry-thumb {
  object-fit:cover;
  height:100%;
}

.td-post-sharing {
	border-bottom: 8px solid #ff6600 !important; 
	padding-bottom: 10px !important;
}
.page-nav .pages {
	visibility:hidden !important;	
}
.td-category-header .td-page-title {
	font-weight:normal !important;	
	position:relative !important;
}
.td-category-header .td-page-title:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-top: 8px solid black;
    margin-left:106px;
	width:55%;
}	

.td-page-title {
	font-size:40px !important;
}

.td-related-title {
    border-bottom: 8px solid #308c73 !important;
    position: relative !important;
	background:none !important;
	color: #308c73;
} 
.td-related-title:after {
    position: absolute !important;
    left: 114px !important;
    right: 0 !important;
    bottom: -8px !important;
    border-bottom: 8px solid #5abda1 !important;
    content: '' !important;
}
.td-related-title .td-cur-simple-item {
	background-color: none !important;
	color: #308c73;	
}
span.home-category-more {float:right;font-size:14px !important;padding:0;}
span.home-category-more a {background:none !important;}
/*.category-health a {color:#308c73;}*/
a.td-social-sharing-buttons{color:#fff;}
.td-related-title {padding: 8px 12px 6px 12px;font-size:16px;}
.td-header-sp-recs .td-container {background:#ebf5f4;}
.td-all-devices {display:table;margin-left:auto;margin-right:auto;padding:10px 0;}
.td-all-devices img {display:block;}
@media (max-width: 480px) {
  .traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
  	height: auto;
  	/* responsive portrait phone */
  }
  .traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb img.entry-thumb {
  	object-fit:fill;
  }
  #td-header-menu {background-color:inherit;}
}
@media (min-width: 481px) and (max-width: 800px) {
  .traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
 	 height: 268px;
  /* responsive portrait phone */
  }
}
@media (min-width: 801px) and (max-width: 1140px) {
  .traveltime-right .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
 	 height: 354px;
  /* responsive portrait phone */
  }
}