/* 
Theme Name: Hello Elementor child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is a child theme of Hello Elementor
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
*/

/* General */ 
/* Hide login button on desktop */
@media (min-width: 1025px) {
  .menu-login-btn .elementor-item {
    display: none !important;
  }
}

.shine-yellow-text{
    background: linear-gradient(0deg, #BB854A 0%, #FCF5AB 19%, #D1AB6A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-menu .elementor-nav-menu--dropdown .menu-item-325 .elementor-item{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 800;
  transform: Uppercase;
  font-style: italic;
  display: inline-block;
  padding: 8px 24px;
  background: var(--shine-buton, linear-gradient(0deg, #BB854A 0%, #FCF5AB 19%, #D1AB6A 100%)) !important;
  color: #020101 !important;
  border-radius: 8px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  
}

.shine-yellow-bg a, .ff-btn.ff-btn-submit.ff-btn-lg.shine-yellow-bg.ff_btn_style{
    background: var(--shine-buton, linear-gradient(0deg, #BB854A 0%, #FCF5AB 19%, #D1AB6A 100%)) !important;
}

.accent-text{
    color: #ECD499;
}
.commissions-card-bg{
    background: linear-gradient(1deg, #1F150E -1.71%, #1A1A1A 99.59%);
}