/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A lightweight and minimalist WordPress theme for Elementor page builder.
 */




 .field-name{
 color: #888;
 font-size: 0.88rem;
 font-weight: 500;
 }    
     
 .field-data{
 font-size: 1.2rem;
 font-weight: 600;
 letter-spacing: 2px;
 color:#fff !important;
 
 }   
 
 

 .field-data2{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color:#808080 !important;
    
    }  

 
 .field{
    background-color: #333;
    border-style: solid;
    border-radius: 4px;
    border-color: #202020;
    padding: 8px;
 }

 .field-rate{
 font-size: 1rem;
 font-weight: 600;
  color:#666;
 
 }  
 
 .accent{
     color: #ffa900;
     font-weight: 700;
     font-size: 1.2rem;
 }
 

.field-data-accent{

    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color:#ffa900 !important;

}

.field-data-accent-b{

    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    color:#ffa900 !important;

}


  .accent-coin{
     color: #888;
     font-weight: 400;
     font-size: 1rem;
 }


 



/* MOB MENU RATE DATA */

.field-name-mob{
    color: #888;
    font-size: 0.74rem;
    font-weight: 500;
}

.field-data-mob{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color:#fff !important;
}

.field-data-accent-mob{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color:#fff !important;
}

.ha-navigation-burger-menu ul.menu {
    position: absolute;
    right: 0;
    z-index: 999;
    display: none;
    margin-top: 12px;
    margin-right: -22px !important;
    margin-left: 0;
    padding-top: 14px;
    width: 100vw;
    height: auto;
    background: #000;
    text-align: center;
}

    




    

    
