.slide-content {
    text-shadow: #000 0 0 3px;
}
.table-2 tr:nth-child(even) {
    background-color:#ececec;
}
.fusion-button, 
input.wpcf7-form-control.wpcf7-submit  {
    background-color: #f85010 !important;
}
.fusion-button:hover, 
input.wpcf7-form-control.wpcf7-submit:hover  {
    background-color:#ca400b !important;
}
.fusion-tabs .tab-pane {
    padding:35px 100px !important;
}
.tribe-events-promo {
    display:none !important;
}
.fusion-logo img {
    max-height: 125px;
}
input#user_pass {
    border: 1px solid #ccc;
    padding: 8px 15px;
    height: 40px;
}
table td {
    vertical-align:top;
}
.fusion-tabs .tab-content > .active {
    width:100%;
}
@media (max-width: 767px) {
.fusion-tabs .tab-pane {
    padding: 0 15px; !important;
}
.col-lg-6 {
width:100%;
display:block;
}
}