/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


a.wp_google_login__button {
    border: 1px solid #f2f2f2;
    border-radius: 99px;
    box-shadow: 1px 2px 7px -5px #777575;
    width: fit-content;
    margin: auto;
	color: #262526 !important;
	transition: background 0.3 ease-in;
}

a.wp_google_login__button:hover {
	background: #F2F2F2;
}

.wp_google_login {
	margin-top: 0;
}

.xoo-el-or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px;
}
.xoo-el-or-divider::before,
.xoo-el-or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dddddd;
}
.xoo-el-or-divider span {
    padding: 0 10px;
    font-size: 14px;
    color: #555555;
    line-height: 1;
}