/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.evento-proximo {
	background: #305697;
}

.evento-proximo h2,
.evento-proximo .elementor-heading-title,
.evento-proximo strong {
	color: #fff !important;
}

.evento-proximo .status .elementor-widget-container {
	background-color: #fff !important;
}

.evento-proximo .status .elementor-widget-container h2 {
	color: #305697 !important;
}

.single-divulgacao #site-header,
.single-divulgacao #site-footer,
.single-tickets #site-header,
.single-tickets #site-footer{
	display: none !important;
}

/* List Style */
.list-table {
    width: 100%;
    font-family: "PT Serif", Sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.list-row {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    width: 100%;
    border-radius: 10px;
}

.list-header {
    color: #fff;
    background: #305697;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
}

.list-col {
    padding: 10px;
    flex: 1;
    word-break: break-word;
}

.list-col.id {
    flex: 0.5;
}

.list-col.assunto a {
    color: #305697;
}

.list-col.assunto a:hover {
    text-decoration: underline;
}

.list-col.ticket a {
    color: #305697;
}

.list-col.ticket a:hover {
    text-decoration: underline;
}

.list-col.acao {
    flex: 0.8;
    text-align: center;
}

.single-tickets .list-col.tempo {
    flex: 0 0 70px;
    text-align: center;
    white-space: nowrap;
}

.list-btn {
    background-color: #305697;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 15px;
    font-size: 15px;
}

.list-btn:hover {
    background-color: #305697E3;
    color: #fff;
}

.list-pagination {
    margin-top: 20px;
    text-align: center;
}

.list-pagination .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 6px 25px;
    text-decoration: none;
    color: #fff;
    background: #305697E3;
    border-radius: 20px;
    font-weight: 400;
}

.list-pagination .page-numbers.current {
    background: #305697;
    color: #fff;
}

.list-pagination .page-numbers:hover {
    background: #305697;
    color: #fff;
}

.list-details {
	font-family: "PT Serif", Sans-serif;
}

.list-details strong {
    color: #305697;
}

.single-tickets .list-row {
    border-bottom: 1px solid #eee;
}