/* Great Dine Out style sheet */
/* angled & colored highlight box */
.shape1 {
        display: block;
        width: 100%;
        height: 34px;
        background-color: #f9ac37;
        -webkit-shape-outside: polygon(0px 0px, 270px 0px, 245px 34px, 0px 34px);
        shape-outside: polygon(0px 0px, 270px 0px, 245px 34px, 0px 34px);
        float: right;
        -webkit-clip-path: polygon(0px 0px, 270px 0px, 245px 34px, 0px 34px);
        clip-path: polygon(0px 0px, 270px 0px, 245px 34px, 0px 34px);
    }

.linky {
        display: block !important;
        width: 100%;
    padding: 10px;
    }

/* alternate angled & colored highlight box */
.shape2 {
        display: block;
        width: 100%;
        height: 30px;
        background-color: #f9ac37;
        -webkit-shape-outside: polygon(0px 0px, 270px 0px, 245px 30px, 0px 30px);
        shape-outside: polygon(0px 0px, 270px 0px, 245px 30px, 0px 30px);
        float: right;
        -webkit-clip-path: polygon(0px 0px, 270px 0px, 245px 30px, 0px 30px);
        clip-path: polygon(0px 0px, 270px 0px, 245px 30px, 0px 30px);
    color: white;
    }

/* colored featured dish box */
.dinebox, .main-dish-text {
    width: 90%;
    padding: 10px;
    border: 0px solid gray;
    margin: 0;
    background-color: #ffd585;
    display: block;
    margin: 10px 10px 10px 10px;
    color: darkslategray;
    font-size: 120%;
}

/* Style for caret icons */
.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: black;
}

/* colored logo box used on main page */
.logobox {
    width: 99%;
    background-color: #009ca2;
    display: block;
    margin: 5px 5px 5px 5px;
    color: white;
    font-size: 90%;
    padding: 10px;
}

/* colored features box */
.featurebox, .services {
    width: 99%;
    background-color: #373737;
    display: block;
    margin: 5px 5px 5px 5px;
    color: white;
    font-size: 90%;
    font-weight:bold;
    text-transform: uppercase;
    padding: 10px;
}

/* colored featured icon */
.featurecaret, .service-icon {
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: #f9ac37;
}

/* colored featured icon */
.shape1 h2 {
    color: white;
}

.main-name, .alt-dish-name, .price {
    font-weight:bold;
}

.tagline{
    display: block !important;
    font-style: italic;
}
