#wpadminbar #wp-admin-bar-blog.my-sites > a.ab-item:before {
    background-image:url('https://lgi.laufer.com/wp-content/uploads/2021/05/w_logo.png')!important;
}

.case-studies-icons {
    position: absolute !important;
    top: unset !important;
    left: unset !important;
    bottom: 5px !important;
    right: 5px !important;
    width: 35px !important;
}

#newsletter {
    display: none;
    position: fixed;
    background-color: #004c97;
    padding: 25px 30px;
    color: #FFF;
    bottom: 0;
    right: 6%;
    z-index: 1001;
}

.open-button {
    position: fixed;
    background-color: #004c97;
    bottom: 0;
    right: 6%;
    padding: 10px 5px;
    z-index: 1000;
}

.open-button:hover {
    opacity: 0.8;
}

#insightly_additional_field {
    padding: 40px 0;
    height: 80px;
}

#cancel-button {
    color: #FFF;
    border: #FFF 1px solid;
}

#cancel-button:hover {
    background-color: #FF0000;
}

/* Homepage */
.laufer-banner:before {
    opacity: 0.4 !important;
}

.laufer-recent-posts .card {
    height: 100% !important;
}

.vc_custom_1598044387798 h2 {
    padding-left: 20px;
}

/* News card */
@media (min-width: 768px) {
    .laufer-news .card {
        min-height: 650px !important;
    }
}
