/*  -----------------------------------------------------------------------------------------------
    Widgets Subscription
    @package v.1.0.0
--------------------------------------------------------------------------------------------------- */

&.widget_blog_subscription
{
	form
	{
		font-size: 14px;
		
		#subscribe-text
		{
			
		}

		#subscribe-email
		{
			#jetpack-subscribe-label
			{
				
			}

			input
			{
				width: 100%;
				height: 48px;
				padding: 24px;
				border: 1px solid $grey;
			}
		}

		#subscribe-submit
		{
			button
			{
				color: $white;
				width: 100%;
				border: none;
				height: 48px;
			}
		}
	}
}