
.header{
        padding: 15px 0 15px 0;
        text-align: center;
    }
    .header h1{
        font-size: 28px;
        font-weight: bold;
    }
    .header p{
        font-size: 14px;
    }


    @media (min-width: 992px) {
        .header{
            padding: 30px 0 30px 0;
        }
    }
.search input[type="text"]{
        flex: 1;
        height: 46px;
        line-height: 46px;
        background: #fff;
        color: #5c5c5c;
        border: 1px solid #ddd;
        border-right: none;
        vertical-align: middle;
        outline: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        padding-left: 30px;
        padding-right: 10px;
    }

    .search input[type="submit"]{
        background-color: #1597c4;
        color: #fff;
        min-width: 70px;
        border: 1px solid #1597c4;
        border-left: none;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .search i{
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #999999;
    }
.result-list h2{
    font-size: 16px;
}
.footer{
        border-top: 1px solid #e5e5e5;
    }

    .footer p{
        font-size: 12px;
        text-align: center;
    }
body{
        background-color: #F4F8FB;
    }

    .wp-detector .container{
        max-width: 992px;
    }
