/* ==========================================================================
   Styles specific to Area Takeaways pages (e.g. /areas/birmingham)
   ========================================================================== */

/* Vue Cloak Helper */
[v-cloak] {
    display: none !important;
}

/* Breadcrumbs */
#wrap .topbreadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 0;
}
.topbreadcrumb i {
    color: #ed1a3b;
}
.topbreadcrumb a {
    color: #000;
}
.topbreadcrumb a:focus,
.topbreadcrumb a:hover {
    color: #ed1a3b;
    text-decoration: none;
}

/* Details & Hero Section */
#details {
    background-image: url(../img/details-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 0 0;
    position: relative;
}
#details li {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}
#details input {
    border-radius: 0;
}
#details .btn-danger {
    display: block;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}
.custom-overlay {
    background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Postcode / Search Box Styles */
#not h2 {
    color: #ed1a3b;
    font-size: 45px;
}
.not-block {
    display: table;
    height: 100%;
    width: 100%;
}
.not-block-info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#not p {
    padding: 20px 0;
}
#not input {
    border-radius: 0;
}
#not .btn-danger {
    display: block;
    border-radius: 0;
    padding: 7px 12px;
}

/* Form Controls */
.form-control {
    height: 32px;
    margin-bottom: 15px !important;
    font-size: 13px;
    padding: 6px;
}

/* Town & City Coverage Grid */
.city-wrap {
    border-top: 1px solid #ccc;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.city-wrap h3 {
    background: #ed1a3b none repeat scroll 0 0;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 3px 10px;
}
.city-wrap li {
    line-height: 1.8em;
}
.city-wrap:first-child {
    border-top: none;
}

/* Image Blocks & Cards */
.wrapper {
    margin-bottom: 20px;
}
.img-block {
    position: relative;
    margin-bottom: 10px;
}
.info-block {
    background: rgba(0, 0, 0, .45);
    height: 100%;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}
.wrapper:hover .info-block {
    background: rgba(0, 0, 0, .15);
}
.info {
    display: table;
    height: 100%;
    width: 100%;
}
.info h2 {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.view {
    color: #000;
    text-decoration: underline;
}
.view i {
    color: #000;
    margin-left: 5px;
}
.view:focus,
.view:hover {
    color: #ed1a3b;
}

/* Media Queries */
@media screen and (min-width: 320px) {
    .pull-right.cuisine {
        float: left !important;
    }
}
@media screen and (min-width: 768px) {
    .pull-right.cuisine {
        float: right !important;
    }
}
@media screen and (max-width: 767px) {
    #not h2 {
        font-size: 18px;
    }
    #not p {
        font-size: 11px;
        padding: 10px 0;
    }
    #details li {
        color: #fff;
        font-size: 15px;
    }
    #details .form-control {
        margin-bottom: -10px !important;
    }
}
