/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.tablesaw-stack thead {
     background: #090c1b; 
     color:#fff;
}

.tablesaw-stack thead th, .tablesaw-stack thead th b {
     color:#fff!important;
}

.tablesaw-stack tbody tr:nth-child(even) {
     background:#f4f4f4;
}

.tablesaw-stack .Event_Detail_Link__c a{
    font-family: Inter, sans-serif !important;
         font-weight: 700!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px !important;
    padding: 10px 20px !important; 
    color: #fff!important;	
    transition: all 300ms ease-in-out 0s;
    display: block; 
    border: 0 none; 
    background: #ff981c!important; 
    text-align: center; 
    float: right; 
    max-width: 200px;
}

.um-button {
    font-family: Inter, sans-serif !important;
         font-weight: 700!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px !important;
    padding: 15px 20px !important; 
    color: #fff!important;	
    transition: all 300ms ease-in-out 0s;
    display: block; 
    border: 0 none; 
    background: #ff981c!important; 
    text-align: center; 
    float: right; 
    max-width: 200px;
}


body a.um-button.um-alt {
	   font-family: Inter, sans-serif !important;
         font-weight: 700!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px !important;
	-webkit-border-radius: 50px!important;
    padding: 15px 20px !important; 
    color: #fff!important;	
    transition: all 300ms ease-in-out 0s;
    display: block; 
    border: 0 none; 
	 background: #090c1b!important;
   
    text-align: center; 
    float: right; 
    max-width: 200px;
}
.tablesaw-stack .Event_Detail_Link__c a:hover , .um-button:hover {
    background: #090c1b!important;
}

body a.um-button.um-alt:hover {
	 background: #ff981c!important; 
}

.Subject .tablesaw-cell-content {
    font-weight: bold;
}
