/* Enter Your Custom CSS Here */

li#text-10.widget.widget_text{
    list-style: none;
    color: #fff;
    text-align: center;
/*    font-weight: bold;*/
}
.foot a {
    color: white;
    font-size: 14px;
}
.brand img {
    /*width: 60%;*/
    width: 190px;
}
.opening-time .week-day dt, .opening-time .week-day dd{font-size:15px;}
.nav-collapse.collapse {
    margin-top: 0;
}
.title-area h1{font-size:30px;}
.navbar .nav > li a, .navbar .nav > li.active > a{font-size:16px;}
.navbar .nav > li.active > a {color: #a21d55;}

.breadcrumb li, .breadcrumbs-container a{font-size:16px;}
.wpcw-widget-contact ul li div {
    display: inline;
    font-size: 14px;
}
p {
    font-size: 16px;
}
.navbar .navbar-inner {
    background: #31394A;
    box-shadow: 1px 1px 5px #888888;
}
a.post-edit-link {
    visibility: hidden;
}
.span6 {
    width: 570px;
    color: #f5f5dc;
}
.table td, .table th {
    padding: 8px 12px;
    font-size: 16px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.brand img {
    width: 100%;
}
.navbar .brand {
    margin-bottom: 60px;
}
li#text-10.widget.widget_text p {
    font-size: 20px;
    text-align: center;
/*    font-weight: bold; */
}
}
