@charset "utf-8";
/* Table of Content
==================================================
	1.0 - Twitter Feeds*/
 	

	/*--------------------------------------------------------------
	1.0 - Twitter Feeds
	--------------------------------------------------------------*/

	/*----*****---- << Twitter Feeds >> ----*****----*/
	.dt-sc-twitter-feeds { float:left; clear:both; width:100%; text-align:center; }
	.dt-sc-twitter-icon { display: none; }

	.dt-sc-twitter-carousel { margin: 0; padding: 0; }
	
	.dt-sc-twitter-feeds .dt-sc-tweet { display:block; text-align:center; font-weight: normal; font-size:24px; line-height:40px; color:#fff; padding: 0 0 20px; }

	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-text { width: 100%; float: left; text-align: center; }

	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 20px; line-height: 36px; margin-top: 14px; float: none; display: inline-block; font-weight: normal; position: relative;  text-align: center; position: relative; }

	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time:before { content: ""; display: block; position: absolute; left: 0; bottom: 0; height: 1px; width: 51%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; background: currentColor; }
	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time:after { content: ""; display: block; position: absolute; right: 0; bottom: 0; height: 1px; width: 51%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; background: currentColor; }

	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time:hover:before { width: 5%; }
	.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time:hover:after { width: 5%; }