/home/awneajlw/public_html/wp-content/plugins/radiantthemes-addons/assets/scss/_twitter-widget.scss
/* radiantthemes-twitter-widget element-one  */

.radiantthemes-twitter-widget.element-one{

	> .radiantthemes-twitter-widget-holder{

		> ul{

			> li{
				position:relative;
				margin-bottom:22px;
				padding-left:27px;

				&:last-child,
				&:only-child{
					margin-bottom:0;
				}

				&:before{
					position:absolute;
					top:0;
					left:0;
					z-index:0;
					content:"\f099";
					font-family:"FontAwesome";
					font-size:16px;
					color:#fff;
					line-height:28px;
				}

				.tweet{
					margin-bottom:0;
					font-weight:400;
					font-size:15px;
					color:#fff;
					line-height:28px;

					a{
						color:inherit;
						opacity:0.7;
					}

				}

				.interact{
					display:none;
				}

			}

		}

	}

}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}