.widget ul {
    list-style-type: disc !important;
    padding-left: 10px !important;
}

.widget ul .page_item::before {
    content: "• ";
}

#secondary {
    margin: 0;
}

.tribe-list-widget {
    list-style-type: none !important;
}

.divider {
    display: none;
}

span.wpcf7-list-item {
    display: block;
}

.main-navigation ul ul {
    background-color: #cacfd0;
    border-top: 1px solid #f1f1f0;
}

.main-navigation ul ul li {
    border-bottom: 1px solid #f1f1f0;
}

.main-navigation ul ul li a {
    color: #000;
    font-weight: 400;
}

.slick-dots,
.slick-arrow {
    display: none !important;
}

.tribe-event-duration {
    border-bottom: 2px solid gray;
    margin-top: -20px;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.button-info {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #8c3629;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    transition-duration: 0.4s;
}

.button-info:hover,
.button-info-hover {
    background-color: #600000;
    color: white;
}

table {
    border: 1px solid #600000;
}

table tr th,
table tr td {
    border: 1px solid #600000;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
