.gmp-social-icon-row {
	border: 1px solid #ddd; 
	background-color: #eee; 
	padding: 10px; 
	width: 100%;
	box-sizing: border-box !important;
}

.gmp-social-icon-row .gmp-social-network {
	width: 19.2%;
	margin-right: 1%;
	float: left;
}

.gmp-social-icon-row .gmp-social-network a {
	width: 100% !important;
	box-sizing: border-box !important;
}

.gmp-social-icon-row .gmp-social-network:nth-of-type(5) {
	margin-right: 0;
}

.gmp-social-icon-row .gmp-social-network i {
	font-size: 25px;
}


/* Social Media buttons coloring */
.gmp-facebook {
	border: none;
	color: #fff !important;
	background: linear-gradient(#3b5998, #4e69a2) !important;
}

.gmp-facebook:hover {
	color: #fff !important;
	background: linear-gradient(#4e69a2, #3b5998) !important;
}

.gmp-twitter {
	border: none;
	color: #fff !important;
	background: linear-gradient(#55acee, #66b4ef) !important;
}

.gmp-twitter:hover {
	color: #fff !important;
	background: linear-gradient(#66b4ef, #55acee) !important;
}

.gmp-vk {
	border: none;
	color: #fff !important;
	background: linear-gradient(#45668e, #577599) !important;
}

.gmp-vk:hover {
	color: #fff !important;
	background: linear-gradient(#577599, #45668e) !important;
}

.gmp-gplus {
	border: none;
	color: #fff !important;
	background: linear-gradient(#dd4b39, #e05d4c) !important;
}

.gmp-gplus:hover {
	color: #fff !important;
	background: linear-gradient(#e05d4c, #dd4b39) !important;
}

.gmp-linkedin {
	border: none;
	color: #fff !important;
	background: linear-gradient(#007bb6, #1988bd) !important;
}

.gmp-linkedin:hover {
	color: #fff !important;
	background: linear-gradient(#1988bd, #007bb6) !important;
}

#mc-embedded-subscribe-form {
	box-sizing: border-box !important;
	margin-bottom: 10px !important;
}

#mc-embedded-subscribe-form input.form-control {
	box-sizing: border-box !important;
	height: 41px;
	font-size: 18px;
	font-weight: 300;
	padding-left: 15px;
	width: 100%;
	margin-bottom: 0;
}

#mc-embedded-subscribe-form p {
  	margin-bottom: 10px;
}

#mc-embedded-subscribe {
	margin: 0 auto !important;
	background: linear-gradient(#395471, #4c657f);
	color: #fff;
	font-weight: bold;
	text-shadow: none !important;
	font-size: 1em !important;
	border: none !important;
	padding: 10px 15px !important;
}

#mc-embedded-subscribe:hover {
	margin: 0 auto !important;
	background: linear-gradient(#4c657f, #395471);
	color: #fff;
}
