.ip-banner canvas {
    height: 177px;
    min-height: 0;
    background-image: url(../../images/our-firm/banner.jpg)!important;
}
.ip-container #breadcrumbs {
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
    right: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.6px;
}
.ip-container #breadcrumbs span a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition:  0.3s all ease-in-out;
    transition:  0.3s all ease-in-out;
}
.ip-container #breadcrumbs span a:hover {
    color: #85b6e0;
}
.ip-container #breadcrumbs span.breadcrumb_last {
    font-weight: 600;
    color: #fff;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content h1.entry-title {
    display: none;
}
#content .cll-title h2 {
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2px;
    color: #236092;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 0 35px;
    position: relative;
}
#content .cll-title h2:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 4px;
    margin: auto;
    width: 17px;
    height: 33px;
    background: url(../../images/faq/lc-title.png) no-repeat;
    background-size: 100% auto;
}
#content *[class*=aidefcf-wrapper-contact-us] .wpcf7 {
    max-width: 944px;
    margin: 0 auto;
}
#content .ai-default-cf7wrap input[type="text"],
#content .ai-default-cf7wrap input[type="tel"],
#content .ai-default-cf7wrap input[type="email"],
#content .ai-default-cf7wrap textarea {
    height: 60px;
    background: transparent;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #696969;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
}
#content .ai-default-cf7wrap textarea {
    resize: none;
    height: 100px;
    padding-top: 20px !important;
}

@media only screen and (max-width: 480px) {
    #content .cll-title h2 {
        font-size: 32px;
    }
}