#page-1 h1 {
    padding-left: 25%;
    /* padding-bottom: 10vh; */
}

#searchform-wrap,
#footer-tab {
    display: none;
}

#contact-link {
    cursor: pointer;
}

#site-logo > a > span {
    display: inline-block;
    text-indent: -9999px;
    background-image: url("/wp-content/themes/fullpane/images/logo-color.png");
    height: 36px;
    width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
}

body[class*="themify"] #site-logo .logo-text {
    position: absolute;
    top: 22px;
    padding-left: 10px;
    font-size: 22px
}

@media screen and (max-width: 800px) {
    body[class*="themify"] #site-logo .logo-text {
        top: 18px;
    }
}