/* 
Theme Name: Hello Child
Theme URI: https://ikweb.ir/
Description: 
Author: Iman Keramati
Author URI: https://ikweb.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.button-social-login-google {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.5em;
	font-weight: 900;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	padding: 5px 0;
	background: #fff !important;
	text-align: center;
	transition: all .3s;
	border-radius: 5px;
	color: #dd4b39 !important;
	border: 1px solid #dd4b39 !important;
}
.si-google {
	background-image: url(img/google.svg);
		display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 100%;
	width: 2.5em;
	height: 2.5em;
	padding: 0;
	margin-right: .7em;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 1.8em 1.8em;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.button-social-login-google:hover {
    background: #dd4b39 !important;
    color: #fff !important;
}
