#tribe-bar-form input[type=text] {

    font-weight: 400;

    height: 20px;
    padding: 6px 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #181b1d;
    border-radius: 3px;
}

input:not(.submit):not([type=radio]):not([type=submit]), select, textarea {
    font-size: 14px !important;
}

input[name*='tribe-bar-']::-webkit-input-placeholder {
    color: #5f5f5f;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
}
input[name*='tribe-bar-']:-moz-placeholder {
    color: #5f5f5f;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
}

.tribe-event-placeholder {
   color:  #5f5f5f;
   font-weight: normal;
   font-style: normal;
   line-height: 1.3;
}

#tribe-bar-form {
    background: transparent;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    width: auto;
    margin: 15px 0 0;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    color: #132f45;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #181b1d;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background-color: #181b1d;
    color: #fff;
}

.tribe-bar-submit {
    margin-left: 0;
}

.tribe-bar-views-inner {
    background: transparent;
}

.tribe-events-calendar th {
    background-color: #181b1d;
    color: #fff;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: transparent;
}


.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: transparent;
    font-weight: 400;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #b78f52;
    color: #fff;
}

h1.tribe-events-single-event-title {
    font-size: 40px;
    text-shadow: none;
}

.tribe-events-schedule h2 {
    font-size: 18px;
    font-weight: 400;
}

#tribe-events-content a {
    color: #181b1d;
}

#tribe-events-content .tribe-events-tooltip {
    padding: 20px;
}

#tribe-events-content .tribe-events-tooltip h4 {
    background-color: transparent;
    color: #181b1d;
}