

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.postcode_search {
    min-width:100%;
}
.results ul {
    padding-left:0px;
    list-style-type:none;
    z-index:1 !important;
}
.twitter-typeahead {
    width:70%;
}
.tt-menu {
    min-width:100%;
    padding:10px;
    margin-top:20px;
    -moz-box-shadow: 0 0 20px rgba(34,34,34,0.2);
    -webkit-box-shadow: 0 0 20px rgba(34,34,34,0.2);
    box-shadow: 0 0 20px rgba(34,34,34,0.2);
    background-color:#ffffff;
    max-height:600px;
    overflow:scroll;
}
.ui-autocomplete {
    position: absolute;
    cursor:
    default;
    z-index:1000 !important;
}


.banner-bg {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    background-image:url('../img/blurred-video-bg.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

input {
    width:100%;
    margin-bottom:10px;
    padding-left:5px;
    text-transform:uppercase;
}
.center {
    text-align:center;
}
.banner-strip  {
    padding: 120px 25px;
    color:#444;
}
@media only screen and (max-width: 480px) {
    .banner-strip {
        padding: 60px 25px;
    }
}
.form-container {
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    padding:40px;
    max-width:940px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 78px 4px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 78px 4px rgba(50, 50, 50, 0.2);
}
@media only screen and (max-width: 480px) {
    .form-container {
        padding: 20px 0;
    }
}
.banner-strip h1 {
    font-size: 40px;
    font-family: "Sintony", sans-serif;
    margin-top:0px;
    text-transform:uppercase;
    color:#E54D3C;
}
@media only screen and (max-width: 480px) {
    .banner-strip h1 {
        font-size: 32px;
    }
}
.postcode_error {
    font-family:'intro_condblack_free';
    text-transform:uppercase;
    color: #444;
    font-size: 1.6em;
    line-height: 1.3;
    text-align:center;
}

.banner-strip h2, h3, b {
    font-family:'intro_condblack_free';
    text-transform:uppercase;
    color: #444;
    font-size: 1.6em;
    line-height: 1.3;
}
.banner-strip b {
    margin-bottom:30px;
}
.form-box {
    margin-top:20px;
    background-color:#E54D3C;
    padding:15px;
    color:#ffffff;
}
.form-box p {
    margin-bottom:15px;
    font-weight:300;
}
.form-box a {
    font-weight:400;
    color:#444;
}
.form-box .btn {
    width:28%;
    float:right;
    display:inline-block;
    margin-top:5px;
    color:#E54D3C;
    background-color:#ffffff;
    border:1px solid #ffffff;
    font-weight:400;
    transition: 0.3s;
    margin-top: 0px;
    height: 38px;
}
.form-box .btn:hover {
    color:#ffffff;
    background-color:#E54D3C;
    border:1px solid #ffffff;
    font-weight:300;
}
.btn-fill-2 {
    max-width:300px;
    text-align:center;
    display:inline-block;
    margin-top:5px;
    color:#ffffff;
    background-color:#E54D3C;
    border:1px solid #E54D3C;
    font-weight:400;
    transition: 0.3s;
    margin-top: 10px;
    height: 40px;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 4px;
}
.btn-fill-2:hover {
    color:#E54D3C;
    background-color:transparent;
    border:1px solid #E54D3C;
    font-weight:400;
}
form input {
    padding:10px;
    border: 0;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #4C4C4C;
}
.empty-message {
    color:#444;
}

.results h4 {
    font-family:'intro_condblack_free';
    text-transform:uppercase;
    color: #444;
    font-size: 1.2em;
    line-height: 1.3;
    text-align:center;
}

@media(max-width:430px) {

    .form-box .btn {
        width:100%;
        float:none;
    }
    .twitter-typeahead {
        width:100%;
    }
}
.response_container {
    max-width:650px;
    padding: 20px;
    margin: 0 auto;
    position:relative;
}
.response_container .content {
    margin-bottom:20px;
}
.response_container p:first-child {
    margin-bottom:20px;
}
.response_container h2.large {
    font-size: 2.2em;
    margin-bottom: 3rem;
}
.response_container .content a {
    color:#E54D3C;
}
.response_container .content .btn-fill-2 {
    color: #FFFFFF;
}
.response_container .content .btn-fill-2:hover {
    color: #E54D3C;
}
.back-search-secondary {
    display:block;
    margin-top:15px;
    color:#E54D3C;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 25px;
}
.back-search-secondary:hover {
    text-decoration:none;
    color:#E54D3C;
}
@media(max-width:330px) {
    .back-search-secondary {
        position: relative;
        display:block;
        text-align:center;
        margin-top:40px;
        margin-right: -15px;
    }
    .postcode_search_again {
        display:block;
        margin-top:30px;
    }
}








