body {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Century Gothic';
}

label {
    width: 100%;
    margin-top: 8px;
}

.grey-bg {
    background-color: #ccc;
}

.disclaimer {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bg-danger .text-muted,
.bg-danger h6 {
    color: #fff !important;
}

label span {
    color: red;
}

.wpcf7-list-item-label {
    color: #000;
}

.logo {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
}

.list-group-item {
    border: 1px solid #fff !important;
}

.staff {
    height: 34px !important;
}

.for-visitor {
    display: none;
}

.poetry-slam textarea {
    width: 100% !important;
    height: 34px !important;
}

.poetry-slam .physical_address,
.poetry-slam .summary {
    height: 100px !important;
}





.glyphicon {
    margin: 0 5px;
}

.text-center h3 {
    display: inline-block;
    position: relative;

}

.text-center h3:after {
    content: "";
    height: 3px;
    width: 50%;
    background-color: #e51b24;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 10px;
}
