/**
 * @version    1.0
 * @package    Jtwo
 * @author     OnistaWeb Team <onistaweb@gmail.com>
 * @copyright  Copyright (C) 2015 OnistaWeb.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.onistaweb.com
 */

/* ## CSS OVERVIEW ----------------------------------------------

	1. Plugins
		- Mailchimp

-------------------------------------------------------------- */

/*  [ 1. Plugins ]
- - - - - - - - - - - - - - - - - - - - */

/* - Mailchimp */

.subcribe .mc4wp-form p:first-of-type {
	display: inline-block;
	margin-bottom: 0;
}
.subcribe .mc4wp-form p:last-of-type {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.subcribe .mc4wp-form input[type="email"] {
	color: #e8e8e8;
	background-color: #303030;
	border: 0 none;
	width: 202px;
	padding: 12px  12px;
}

.subcribe .mc4wp-form  input[type="submit"] {
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #ecc731;
	border: none;
	position: relative;
	margin-left: -1px;
	padding: 12px 19px;
	
}
.subcribe .mc4wp-form  input[type="submit"] {
	position: relative;
}

.subcribe .mc4wp-form .mc4wp-form-fields .fa-sign-in {
	color: #000000;
    position: absolute;
    right: 0;
	left: 0;
	text-align: center;
	top: 15px;
	cursor: pointer;
}
.subcribe .mc4wp-form  input::-webkit-input-placeholder { /* WebKit browsers */
	color: #e8e8e8;
	opacity: 0.7;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.subcribe .mc4wp-form p:last-of-type {
		top: 3px;
	}
}

.subcribe .mc4wp-form  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #e8e8e8;
	opacity: 0.7;
}

.widget_search  input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e8e8e8;
	opacity: 0.7;
}

.subcribe .mc4wp-form  input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #e8e8e8;
	opacity: 1;
}
