/* 
Theme Name: chimatou
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/

/*
    Add your custom styles here
*/

@import url("font/Dana/stylesheet.css");

::selection {
    background: #292827;
    color: #fbf3b3;
}
.gold-btn .elementor-button {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
}

.gold-text{
	background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gold-text2 {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(143,107,42,1), rgba(213,160,30,.5) 50%, rgba(254,224,141,1));
	-webkit-mask-image: linear-gradient(top, rgba(143,107,42,1), rgba(213,160,30,.5) 50%, rgba(254,224,141,1));
}
.gold-box{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

/******/



#wpap-register .wpap-btn-1, #wpap-login .wpap-btn-1, #wpap-lost-password .wpap-btn-1, #wpap-reset-password-form .wpap-btn-1, #wpap-force-add-mobile-form .wpap-btn-1, #wpap-user-panel .wpap-btn-1, #wpap-user-panel #wpap-header-hide-notice-wrap {
    background-color: #333;
    background-image: linear-gradient(200deg, #434345 33%, var( --e-global-color-text ) 100%);
}
#wpap-user-panel #wpap-panel-header #wpap-header-show-sidebar:hover, #wpap-user-panel #wpap-panel-header #wpap-home-link:hover, #wpap-user-panel #wpap-panel-header #wpap-header-show-notice-wrap:hover {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
}
#wpap-user-panel #wpap-sidebar {
    background-image: linear-gradient(177deg, var( --e-global-color-text ) 0%, #323234 73%);
}
#wpap-user-panel #wpap-nav a:hover,#wpap-user-panel #wpap-nav a.wpap-active {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
a.wpap-menu-link {
    margin: 6px !important;
    border-radius: 12px;
}
#wpap-user-panel #wpap-dashboard #wpap-date-info {
    background-color: #333;
    background-image: linear-gradient(200deg, #434345 33%, var( --e-global-color-text ) 100%);
}
#wpap-user-panel #wpap-nav a:hover i:first-child,#wpap-user-panel #wpap-nav a.wpap-active i:first-child {
    background-color: #ffffff1f !important;
    color: #ffffff !important;
}