/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Beginning of business info page */

.cpop_secondary_business_hours_div {
    border: 1px solid darkgray;
    border-radius: 7px;
    padding: 10px 20px;
}

.cpop_secondary_business_hours_separator {
    border-bottom: 1px solid lightgrey;
    padding: 10px 0px;
}

.cpop_secondary_business_hours_separator:last-child {
    border-bottom: none;
    padding: 10px 0px;
}

.cpop_secondary_hours_day {
    display: inline-block;
    width: 8em;
}

.cpop_secondary_hours_hours {
    float: right;
}

.cpop_secondary_hours_24_hours {
    color: #00ab6b;
}

.cpop_secondary_hours_closed {
    color: firebrick;
}

.cpop_logo_link {
    display: inline;
    height: 35px;
    margin: 0 10px;
}

.cpop_display_logo_image {
    max-width: 25%;
}

/* End of business info page */

/* Beginning of profiles-by-category page */
.cpop_secondary_business_category_separator {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid darkgray;
}

.cpop_secondary_business_category_separator:last-child {
    border-bottom: 0px;
}

.cpop_secondary_business_category_separator h2,
.cpop_secondary_business_category_separator h4 {
    margin: 0px;
}

.cpop_secondary_business_category_separator h2 a {
    text-decoration: none !important;
    color: black;
}

.cpop_secondary_business_category_separator h2 a:hover {
    color: dodgerblue;
}

/* End of profiles-by-category page */