/* Bootstrap Reset */
body {
    background: #e5e5e5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 18px
}

hr {
    border: none;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 #ccc;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

@media (min-width: 979px) {
    .lg {
        background-color: rgb(160, 205, 24);
    }
}

#totop {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.restaurant{
    padding-top: 1rem;
}

.restaurant-alt-row {
    background-color: #e5e5e5
}

.restaurant-name {
    font-weight: bold;
}

.display-logo {
    background-image: url("images/vegan_friendly_logo_only_transparent_small.png");
    background-repeat: no-repeat;
    background-position: 10% 0%;
    padding-left: 50px;
}

.display-logo-grey {
    background-image: url("/css/images/vegan_friendly_logo_only_transparent_small_disabled.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
}

.no-logo {
    padding-left: 30px;
}

img.legend {
    vertical-align: middle;
    margin: 0 .5em 1px 0;
}

#onlineheading a {
    color: #FFFFFF;
}

#onlineheading a:link, #onlineheading a:visited, #onlineheading a:active {
    text-decoration: none;
}

#onlineheading a:hover {
    color: #CDFF37;
    text-decoration: none;
}

.bloomfield {
    background-color: #B22DE6;
}

.downtown {
    background-color: #E7AF39;
}

.eastlib {
    background-color: #CCFFCC;
}

.lawrenceville {
    background-color: #CCAA8F;
}

.oakland {
    background-color: #66B38D;
}

.pointbreeze {
    background-color: #6699B4;
}

.shadyside {
    background-color: #BC7FCE;
}

.southside {
    background-color: #6C91C7;
}

.squirrelhill {
    background-color: #E7AF39;
}

.suburbsnorth {
    background-color: #BFAB7F;
}

.suburbseast {
    background-color: #7EBEDB;
}

.suburbssouth {
    background-color: #ABB4E8;
}

.suburbswest {
    background-color: #CCC0F1;
}

.mobile {
    background-color: #000000;
}

a.neighborhood {
    color: #000000;
    display: inline-block;
    width: 100%;
}

a.neighborhood:link, a.neighborhood:visited, a.neighborhood:active {
    text-decoration: none;
}

a.neighborhood:hover {
    color: #A0CD18;
    text-decoration: none;
}

.faq-header{
    background-color: #220D81;
}
a.question {
    color: #FFFFFF;
}

a.question:link, a.question:visited, a.question:active {
    text-decoration: none;
}

a.question:hover {
    color: #CDFF37;
    text-decoration: none;
}

.veganism-header {
    background-color: #007400;
}

a.veganism {   
    color: #FFFFFF;
}

a.veganism:link, a.veganism:visited, a.veganism:active {
    text-decoration: none;
}

a.veganism:hover {
    color: #CDFF37;
    text-decoration: none;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.filter-row .row{
    margin-right: 5px;
}

/* Header */
#header {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 60px 0;*/
}

#logo {
    /*float: left;*/
    /*background: #e5e5e5;*/
    /*display: inline-block;*/
    font-size: 18px;
    /*margin-top: -50px;*/
    margin-right: 5px;
}

#logo p {
    margin-bottom: 0
}

.title-text {
    color: #008000;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Navbar Customization */

.nav-custom {
    border-radius: 10px;
    margin-top: .5rem;
}
    .nav-custom .nav-item:last-child.active,
    .nav-custom .nav-item:last-child:focus,
    .nav-custom .nav-item:last-child:hover {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .nav-custom .nav-item:first-child.active,
    .nav-custom .nav-item:first-child:focus,
    .nav-custom .nav-item:first-child:hover {
        border-top-right-radius: inherit;
        border-top-left-radius: inherit;
    }

    .nav-custom .nav-item.active,
    .nav-custom .nav-item:focus,
    .nav-custom .nav-item:hover {
        background-color: #801809;
    }

    .nav-custom .nav-item .nav-link {
        color: #801809;
    }

/* change the background color */
.navbar-custom, .nav-custom {
    background-color: #A0CD18;
    z-index: 2;
}

    /* change the brand and text color */
    /*.navbar-custom .navbar-brand,
      .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }*/

    /* change the link color */
    .navbar-custom .navbar-nav .nav-item,
    .nav-custom .nav-item{
        color: #ffffff;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link{
        color: #008000;
        /*-webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;*/
    }

    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active,
    .navbar-custom .nav-item:focus,
    .navbar-custom .nav-item:hover {
        background-color: #008000;
    }

        .navbar-custom .nav-item.active .nav-link,
        .navbar-custom .nav-item:focus .nav-link,
        .navbar-custom .nav-item:hover .nav-link,
        .nav-custom .nav-item.active .nav-link,
        .nav-custom .nav-item:focus .nav-link,
        .nav-custom .nav-item:hover .nav-link {
            color: #A0CD18;
        }

.navbar-toggler-icon {
    background-image: url('images/mobile_menu_btn.png');
}

/* carousel customization */

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 8 8"%3e%3cpath d="M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z"/%3e%3c/svg%3e');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 8 8"%3e%3cpath d="M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z"/%3e%3c/svg%3e')
}

/* Content */
#main {
    clear: both
}

/* Colums */

/* vpCarousel */
#vpcarousel {
    clear: both
}

/* Footer */
#footer {
    padding: 35px 0 5px;
}

/* Copyright */
#copyright_area {
    font-size: .9em;
    line-height: 75px;
}

/* vpTheme Copyright Logo */
#footer p#vplogo {
    float: left;
    line-height: 55px;
    margin: 0;
    padding-right: 30px;
}

#footer p#vplogo a {
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#footer p#vplogo a:hover {
    opacity: 1
}

/* Copyright Text */
#footer p#copyright {
    float: left;
    color: #777;
    margin: 0;
    padding-right: 20px;
}

/* Copyright Nav */
#copyrightmenu {
    float: left;
}

#copyrightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#copyrightmenu ul li {
    display: inline;
}

#copyrightmenu ul li a {
    color: #777;
    display: inline;
    padding-right: 20px;
}

#copyrightmenu ul li a:hover {
    background: none;
    color: #111;
    text-decoration: underline
}

/* Go to Top link */
.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    background: url(../../images/icon_top.png) no-repeat;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollup:hover {
    opacity: 0.6;
}

/* Navigation */
.vpmegamenu {
    float: left
}

/* vpCarousel */
.vpcarousel {
    margin-bottom: 35px;
}

.vpcarousel .carousel-control {
    opacity: 0;
    top: 44%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.vpcarousel:hover .carousel-control {
    opacity: .6;
}

.vpcarousel:hover .carousel-control:hover {
    opacity: 1
}

.vpcarousel .carousel-caption {
    opacity: 0;
    margin-bottom: -45px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.vpcarousel:hover .carousel-caption {
    opacity: 1;
    margin-bottom: 0
}

.vpcarousel .carousel-caption h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 2px;
}

.collapse {
    overflow: visible;
}

.text-grey {
    color: grey;
}

#locationList .list-group-item,
#restaurantList .list-group-item {
    background-color: #CCB30E;
    color: #80034D;
}

#restaurantList > .list-group-item {
    border-bottom-width: 5px;
    border-bottom-color: #80034D;
}

#brand-span {
    color: #057505;
    font-weight: bold;
    font-size: 1.5rem;
    /*padding-top: 50px;*/
    display: inline-block;
}

.group-heading {
    display: inline-block;
    margin-bottom: 0.5rem;
    /*margin-top: 0.5rem;*/
}

.input-validation-error, .input-validation-error:focus {
    background: #ffccba;
    color: #d63301;
}

.form-control.input-validation-error:focus {
    border-color: #d63301;
    box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.5);
}

.field-validation-error {
    color: #be3e16;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.banner-full-container {
    background-color: #A0CD18;
    position: relative;
}

.banner-full-placeholder-container {
    min-width: 1110px;
}

#newBannerButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn-semi-transparent-red {
    background-color: rgba(128,24,9,0.5);
    color: rgba(160,205,24,0.8);
}

    .btn-semi-transparent-red:hover {
        background-color: rgba(128,24,9,0.8);
        color: rgba(160,205,24,1);
    }

.banner-thumb-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    border: solid 1px #801809;
}

.no-banner-thumb {
    border: solid 1px #801809;
    /*margin-bottom: 1rem;*/
    min-height: 200px;
    background-color: #A0CD18;
    min-width: 781px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-banner-full {
    width: 100%;
    min-height: 283.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-banner-thumb-text, .no-banner-full-text {
    color: #801809;
    font-size: 2rem;
}

.label-tip {
    color: dimgrey;
    font-size: .8rem
}

.banner-link:hover {
    text-decoration: none;
}