/* Custom CSS for la-fogata */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
    .paragraph-header,
    .breadcrumb,
    .node-teaser .field-type-taxonomy-term-reference .field-label, .page-node .field-type-taxonomy-term-reference .field-label,
    .node-teaser .field-type-taxonomy-term-reference ul.links, .page-node .field-type-taxonomy-term-reference ul.links, .page-node .node-business_sidebar .field-label-above .field-label { font-family: 'PT Sans'; color: #cf3538; }
body, body.business-home { background-color: #000; }
#business-branding {
  width: 100%;
  height: 0px;
  background: none;
}
#business-branding .tagline {
  background: url(/sites/default/files/business/51230/custom/lafogata-tagline-final-2_1.png) no-repeat;
  left: 350px;
}
div#business-branding a img {
visibility: hidden;
}

#page-header:after {
  background-image: url(/sites/default/files/business/22709/custom/la-fogata-bkgrnd-black.jpg);
}

#access {
    background: #000000;
}
.navbar ul>li>a {
    font-family: 'PT Sans';
    color: #ffffff;
    text-transform: uppercase;
    border-right: none;
    padding: 0 8px;
   font-size: 15px;
}
.main-container {
    margin-top: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.main-container a {
    color: #cf3538;
}

.footer {
    font-size: 1.1rem;
}
.mobile-contact a {
    color: #000;
    background: #edeef0;
}
.mobile-contact .locations {
    color: #000;
    background: #edeef0;
}
article.node-business .group-business-main .field-name-body {
    font-size: 1.65rem;
}
.sidebar-custom {
    font-family: PT Sans,sans-serif;
    color: #000000;
}

.btn-default {
    background: #000;
    background-image: linear-gradient(to bottom,#000,#202020);
    color: #fff !important;
    width: 300px;
    font-size: 20px;
    border: 0px solid #0b2a48;
}

.btn-default:hover {
    background: #0b2a48;
    background-image: linear-gradient(to bottom,#202020,#000);
}

.alert-danger {
    color: #0a0605;
    background-color: #fbbc02ad;
    border-color: #000000;
}

.jumbotron {
    line-height: 1.5;
}
.alert {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0px;
}

.btn-primary {
    background: #c7362b;
    background-image: linear-gradient(to bottom,#c7362b,#db4035);
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    width: 240px;
    border: 0px solid #db4035;
}
.btn-primary:hover {
    background: #e73419;
    background-image: linear-gradient(to bottom,#db4035,#c7362b);
}

.alert>p+p {
    margin-top: 10px;
}