/* Custom CSS for phideaux */
body { font-family: 'Arimo'; color: #fff; }
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: 'Ubuntu'; color: #fff; }
body, body.business-home { background-color: #000; }
#left-side {
background: #6bb4f3;
}
.bottom .region-sidebar-second {
    background: #6bb4f3;
}
.bottom {
    padding: 0px 0px 0px 0px;
}
body {
    background:  #000
}
#access a {
 color: #fff;
 font-size: 14px;
}
.region-navigation {
    background: #000;
}
body {
    color: #fff;
}
h1.breadcrumb {
    font-size: 21px;
    font-size: 3.7rem;
    color: #fff;
}
article.node-business .group-business-main .field-name-body {
    font-size: 1.8rem;
}
h1.breadcrumb a {
    color: #6bb4f3;
}
h2 a {
    color: #6bb4f3;
}
p:last-child {
    margin-bottom: 20px;
}
article.image-view .view:not(.no-default-image-view-styles) .views-row.live-content .content {
    position: absolute;
    top: 135px;
    width: 100%;
    padding: 10px;
    background: #000;
}
article.image-view .view:not(.no-default-image-view-styles) .views-row.live-content .content .title {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: Oswald;
    font-weight: bold;
}
article.image-view .view:not(.no-default-image-view-styles) .views-row.live-content {
    background: #000000;
}
article .view-display-id-page_26 .attachment-before .view .views-row.live-content .body, article .image-list-toggle .attachment-before .view .views-row.live-content .body {
    color: #fff !important;
}
.things .info .title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 2rem;
    font-weight: 600;
    font-family: oswald;
    font-weight: bold;
}
.app-type-coupon .row .coupon {
    background: #000;
}
a {
    color: #6bb4f3;
}
.app-type-coupon .row .coupon .title {
    font-size: 20px;
    font-weight: bold;
    font-family: oswald;
}
.footer {
    color: #999;
}
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: 'Ubuntu';
    color: #ffffff;
}
.region-sidebar-second {
    padding: 0 60px;
    color: #000;
    font-size: 1.8rem;
}
/* Hide this div completely (we will override it for a certain size below) */
#left-side {
  display: none;
}
/* Show the div if the viewport is a minimum of 767px */
@media(min-width:767px) {
  #left-side {
    display: block;
  }
}
.things .info {
    background: #000;
}
.region-navigation .btn-navbar .icon-bar {
  border-top: 2px solid #fff;
}
.footer a {
    color: #6bb4f3;
}
#access a {
    color: #ffffff;
    padding: 0 5px;
    line-height: 45px;
}
.region-sidebar-second a {
    color: #ffffff;
}

.tagline {
    font-family: 'Ubuntu';
    color: #ffffff;
    font-size: 2rem !important;
}