/* 
Theme Name: Peydayesh
Theme URI: https://peydayesh.com
Description: Peydayesh WP Theme
Author: Hamed Bagheri
Author URI: https://bagheri.top
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
*/
::selection{
    background: #FFf;
    color: #000;
}
html{
    color-scheme: light dark;
}
.elementor-widget-button {
    display: flex;
    align-items: center;
}
.elementor-button {
    background: #000 !important;
    border: 2px solid #303030;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 400 !important;
    position: relative;
    overflow: hidden;
}
.elementor-button:hover{
    border: 2px solid #ffffff;
}
.elementor-button::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 142px;
    background: #fff;
    border-radius: 50%;
    right: -5%;
    top: 50px;
    z-index: 1;
    transition: 0.2s ease-in all;
    min-width: 100px;
}
.elementor-button:hover::before {
    top: -50px;
}
.elementor-button:hover span {
    z-index: 2;
    color: #000 !important;
}
.elementor-button:hover span svg path {
    fill: #000;
}
