.field_search_B {
    color: #fff
}

.field_search_B::placeholder { 
  color: #debbbb;
}

.title_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gabriella {
    -moz-box-shadow: inset 0px 1px 0px 0px #690e05;
    -webkit-box-shadow: inset 0px 1px 0px 0px #690e05;
    box-shadow: inset 0px 1px 0px 0px #690e05;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #6e0f08));
    background: -moz-linear-gradient(top, #c62d1f 5%, #6e0f08 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #6e0f08 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #6e0f08 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #6e0f08 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #6e0f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#6e0f08', GradientType=0);
    background-color: #c62d1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #780f07;
    display: block;
    width: 240px;
    height: 30px;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

.gabriella:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e0f08), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #6e0f08 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #6e0f08 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #6e0f08 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #6e0f08 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #6e0f08 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e0f08', endColorstr='#c62d1f', GradientType=0);
    background-color: #6e0f08;
}

.gabriella:active {
    position: relative;
    top: 1px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pMargin {
    text-align: justify;
    margin-right: 30px;
}

span.wpcf7-list-item {
    margin: 0px
}

.left-event-content .event-contact {
    float: left;
}

.wp-caption,
.hentry img {
    height: auto;
}

.left-event-content {
    width: 225px;
}

@media (max-width: 767px) {
    .left-event-content {
        float: none;
        width: 100%;
    }
}

.flexslider {
    height: auto !important;
}

.contact-map {
    height: 100%;
}

.textwidget-reminder {
    color: #ffffff;
    background-color: #793a3b;
}

.widget-title-reminder {
    color: #ffffff;
}

.widget-main-title-reminder {
    background-color: #683233;
    color: #fff;
}

p#p-reminder a {
    color: #ffcc00;
}

p#p-reminder2 a {
    color: #ffcc00;
}

p#p-reminder a:hover {
    color: #ffcccc;
}

p#p-reminder2 a:hover {
    color: #ffcccc;
}

table.timetable {
    width: 100% !important;
}

table.timetable th {
    width: 16.6% !important;
    text-align: left !important;
}

table.timetable td {
    white-space: nowrap !important;
}

table.timetable th tr td {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important
}