.wp_google_login {
	margin: 40px auto 0;
	clear: both;
}

.wp_google_login.hidden {
	display: none;
}

.wp_google_login__divider {
	position: relative;
	text-align: center;
}

.wp_google_login__divider:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #e1e2e2;
	height: 1px;
	top: 8px;
}

.wp_google_login__divider span {
	text-transform: uppercase;
	color: #e1e2e2;
	background-color: #fff;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	z-index: 2;
}

.wp_google_login__button-container {
	margin-top: 10px;
}

.wp_google_login__button {
	border: solid #ccced0;
	border-width: 1px 1px 2px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	border-radius: 4px;
	padding: 10px 15px;
	background-color: #fff;
	color: #3d4145;
	text-align: center;
}

.wp_google_login__button:hover {
	color: #3d4145;
}

.wp_google_login__google-icon {
	background: url(../images/bulb-square-dark-lines.png) no-repeat 50%;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}
