/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.impactful-clear{
	clear: both;
}

.impactful-wrapper{
	width: 100%;
	text-align: center;
	position: relative;
}

.impactful-wrapper .impactful-form{
	text-align: center;
	border: 1px solid #dfdfdf;
	background: white;
	box-shadow: 0 0 5px rgba(0,0,0, .05);
}

.impactful-wrapper .impactful-form:hover{
	background: aliceblue;
}

.impactful-wrapper .impactful-holder{
	margin: 10px;
	box-shadow: inset 0 0 50px rgba(0,0,0, .025);
	padding: 20px;
	position: relative;
}

.impactful-wrapper .impactful-title{
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
}
.impactful-wrapper .impactful-signup{
	width: 75%;
	text-align: center;
	display: inline-block;
}
.impactful-wrapper .impactful-signup .impactful-input{
	width: 100%;
	font-size: 1.2em;
	margin: 1em 0;
	border-radius: 3px;
}

.impactful-wrapper .impactful-signup .impactful-submit{
	background: #54B2E1;
	padding: 10px 20px;
	color: white;
	font-size: 1.2em;
	font-weight: 700;
	border:none;
}

.impactful-wrapper .impactful-signup .impactful-error{
	color: red;
	margin: 5px 0 15px 0;
	font-weight: 500;
	display: none;
}

.impactful-wrapper .impactful-insights{
}

.impactful-wrapper .impactful-insights .impactful-suscribers{
	margin: 1em 0;
}
.impactful-wrapper .impactful-insights .impactful-number{
	border: 1px solid #dfdfdf;
	font-size: 2.5em;
	padding: 3px;
}

.impactful-wrapper .impactful-insights .impactful-number-holder{
	box-shadow: inset 0 0 20px rgba(0,0,0, .02);
	color:#54B2E1;
	padding: 5px 10px;
	font-weight: 700;
}

.impactful-wrapper .impactful-share{
	position: absolute;
	box-shadow: inset 0 0 50px rgba(0,0,0, .025);
	background: white;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.impactful-wrapper .impactful-share-wrapper{
	display: table;
	width: 100%;
	height: 100%;
}

.impactful-wrapper .impactful-share-holder{
	display: table-cell;
	vertical-align: middle;
}

.impactful-social{
	display: inline-block;
	margin: 1em 0;
}

.impactful-wrapper .impactful-social a{
	margin: 0px 10px 0px 0px;
	color: #FFF;
	float: left;
	text-decoration: none;
	color:white !important;
}

.impactful-wrapper .impactful-social a.impactful-fb{
	background: #3b5998;
}

.impactful-wrapper .impactful-social a.impactful-fb .icon{
	background: #2c4372;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}


.impactful-wrapper .impactful-social a.impactful-fb .icon:before{
 	font-family: "dashicons";
    content: "\f304";
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 5px;
}

.impactful-wrapper .impactful-social a.impactful-tw{
	background: #15a1e5;
}

.impactful-wrapper .impactful-social a.impactful-tw .icon{
	background: #0b77c0;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}


.impactful-wrapper .impactful-social a.impactful-tw .icon:before{
 	font-family: "dashicons";
    content: "\f301";
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 5px;

}


.impactful-wrapper .impactful-social a:hover .icon{
	width: 150px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}

.impactful-wrapper .impactful-social a .holder{
	height: 50px;
	width: 150px;
	display: block;
	position: relative;
}


.impactful-wrapper .impactful-social a span.title{
	height: 50px;
	width: 100px;
	text-align: left;
	z-index: 4;
	position: absolute;
	top: 12px;
	left: 60px;
}

.impactful-wrapper .impactful-social a span.icon{
	height: 50px;
	width: 50px;
	float: left;
	position: relative;
	z-index: 1;
}