.blockchain-slick-slider .slick-dots .slick-active button {
box-shadow: none;
}

.main {
    background-image: url(/wp-content/uploads/2019/11/background-image_invert.jpg);
    background-repeat: no-repeat;
}

a {
color:#5e9732;
}

div.col-xl-8.col-lg-10.col-12.mx-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.widget.widget_ci-callout a.btn.btn-block {
border: 2px solid #5e9732 !important;
}

.widget.widget_ci-callout a.btn.btn-block:hover {
border: 2px solid #ffce00 !important;
}

input[type="submit"] {
border:0 !important;
}

input[type="submit"]:hover {
color:#5e9732 !important;
}

@media (max-width: 767px){
.page-hero-slideshow {
    height: 456px !important;
    min-height: 460px !important;
}
}

aside#text-10.widget.widget_text {
text-align:center;
}

/*****TABBY RESPONSIVE MENU CUSTOM (begin)*****/
.responsive-tabs .responsive-tabs__list__item {
    background: #444 !important;
    border: 1px solid transparent !important;
    border-bottom: none !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 19px !important;
    text-transform: inherit !important;
    margin: 1px 12px 0 0 !important;
    padding: 10px 12px 10px !important;
    white-space: nowrap !important;
    float: left !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.responsive-tabs .responsive-tabs__list__item:hover {
    color: #fff !important;
    background: #6ca439 !important;
    -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #5e9732 !important;
    border-color: #fff !important;
    color: #fff !important;
    padding-bottom: 11px !important;
    margin-top: 0 !important;
    position: relative !important;
    top: 1px !important;
    margin-bottom: 15px !important;
}

.responsive-tabs .responsive-tabs__panel {
    background: #eaeaea  !important;
    border: none !important;
    -webkit-border-radius: 0px  !important;
    border-top: 10px solid #5e9732  !important;
    border-bottom: 10px solid #5e9732  !important;
    -moz-border-radius: 0px  !important;
    border-radius: 0px  !important;
    margin-top: 0px  !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    clear: left  !important;
    margin-bottom: 0 !important;
    padding: 20px 20px 0 !important;
    word-wrap: break-word !important;
}

/*****TABBY RESPONSIVE MENU CUSTOM (end)*****/