/*
Theme Name: Salient-child
Theme URI: http://ghostnoteagency.com
description: This is a child theme of uncode
Author: Ghost Note Agency
Author URI: http://ghostnoteagency.com
Template: salient
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: esa
*/
@font-face {
    font-family: 'Montefiore-Reg';
    src: url("fonts/montefiore-condensed-regular.otf") format("opentype");
}
@font-face {
    font-family: 'Montefiore-Bold';
    src: url("fonts/montefiore-condensed-bold.otf") format("opentype");
}

.row-header{
font-weight: bold;
padding-bottom: 10px;
}
.event-date{
    color: #cd0d32;
    font-size: 17px;
    padding-top:16px;
}
.schedule-section{
    padding: 60px 0px;
}
.date-border{
    height: 11px;
    background: #f4f4f4;
    width: 100%;
    margin-bottom: 15px;
}
.table-header{
    padding-bottom: 10px;
}
.schedule-info{
    /*border-bottom: 1px solid #ccc;*/
    padding: 15px 0px 14px 15px !important;
    font-weight: 400;
}
.table-header-inner{
    padding-left:15px;
}
.button-ticket{
    border: 1px solid #d7d7d7;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.625rem 0.625rem;
    margin: 0 0.3125rem 0.3125rem 0.3125rem;
    text-align: center;
    text-transform: uppercase;
    transition: border .2s ease;
    color: #cd0d32;
}
.button-ticket:hover{
    text-decoration: none;
    color: #cd0d32;
    border: 1px solid #cd0d32;
}
.team{
    color: #cd0d32;
}
.location{
    font-size: 14px;
}