/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.dining.promotions {
    font-size: 15px;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    line-height: 24px;
	text-align: justify;
	color: #707070;
}

div.dining.promotions h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    margin: 0 0 30px;
}

div.dining.promotions h2 {
    text-align: center;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 25px;
    color: #a38853;
    position: relative;
    overflow: hidden;
    line-height: 30px;
}

div.dining.promotions h2 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

div.dining.promotions h2 span:before, div.dining.promotions h2 span:after {
    border-top: 1px solid rgb(209, 200, 182);
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.5em;
}

div.dining.promotions h2 span:before {
    right: 100%;
}

div.dining.promotions h2 span:after {
    left: 100%;
}

div.dining.promotions .category-desc {
    margin: 0 0 40px;
}

div.dining.promotions .category-desc p {
    margin: 0;
}

div.dining.promotions .category-desc .desc-enquiry h3 {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 17px;
    margin: 0 0 15px;
    text-align: center;
    color: black;
}

div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content {
    text-align: center;
}

div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p {
    display: inline-block;
    padding: 0 10px;
}

div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p.phone:before {
    content: "\f095";
    font-family: 'FontAwesome', sans-serif;
    color: #c4a363;
    padding-right: 8px;
}

div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p.email:before {
    content: "\f0e0";
    font-family: 'FontAwesome', sans-serif;
    color: #c4a363;
    padding-right: 10px;
}

div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p a {
    color: #c4a363;
}

div.dining.promotions .content {
    margin-bottom: 45px;
}

div.dining.promotions .content .item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(209, 200, 182);
}

div.dining.promotions .content .item:not(:first-child) {
    padding-top: 40px;
}

div.dining.promotions .content .item .image-container {
    width: 55%;
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
}

/*div.dining.promotions .content .item .item-content {*/
    /*width: 55%;*/
    /*float: left;*/
    /*padding-left: 45px;*/
/*}*/

div.dining.promotions .content .item .item-content h3 {
    margin: 0 0 15px;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 17px;
    color: black;
}

div.dining.promotions .content .item .item-content p {
    margin: 0;
    line-height: 25px;
}

div.dining.promotions .content .item .item-content .content-twinBlock:not(:last-child) {
    margin-bottom: 10px;
}

div.dining.promotions .content .item .item-content .content-twinBlock:last-child {
    margin-bottom: 20px;
}

div.dining.promotions .content .item .item-content .content-twinBlock p:first-child:after {
    content: ":";
}

div.dining.promotions .terms {
    margin-bottom: 50px;
}

div.dining.promotions .terms h2 {
    margin-bottom: 30px;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.dining.promotions {
        line-height: 22px;
    }

    div.dining.promotions h1 {
        margin: 20px 0;
        font-size: 30px;
    }

    div.dining.promotions h2:before, div.dining.promotions h2:after {
        margin: auto 5px;
    }

    div.dining.promotions .category-desc {
        margin: 0 0 30px;
    }

    div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p {
        font-size: 14px;
        display: block;
        text-align: center;
    }

    div.dining.promotions .category-desc .desc-enquiry .desc-enquiry-content p:not(:last-child) {
        margin: 0 0 10px;
    }

    div.dining.promotions .content .item {
        max-width: 410px;
        margin: 0 auto;
    }

    div.dining.promotions .content .item .image-container, div.dining.promotions .content .item .item-content {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    div.dining.promotions .content .item .image-container {
        margin-bottom: 15px;
    }

    div.dining.promotions .terms {
        margin-bottom: 30px;
    }

    div.dining.promotions .terms h2 {
        margin-bottom: 20px;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */