<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- SOCIAL VINE STYLES -- */

.page .social_block_vine {
    display: block;
    margin: 20px auto 10px;
    border-width: 0 0 1px;
    border-style: dotted;
    text-align: left;
}
.page .social_block_vine .link {
    display: block;
    margin: -10px auto 10px;
}

.social_img {
    width: 45px;
    float: left;
    cursor: pointer;
}
.social_float_left {
    float: left;
  	width: auto;
    min-width: 285px;
    margin-top: -5px;
}
.clear_both {
    clear: both;
}

.content .body_widget_facebook,
.content .sidebar_widget_facebook,
.content .body_widget_twitter,
.content .sidebar_widget_twitter,
.content .body_widget_instagram,
.content .sidebar_widget_instagram {
    display: block;
    overflow: hidden;
}
.content .body_widget_facebook .text_facebook,
.content .sidebar_widget_facebook .text_facebook,
.content .body_widget_twitter .text_twitter,
.content .sidebar_widget_twitter .text_twitter,
.content .body_widget_instagram .text_instagram,
.content .sidebar_widget_instagram .text_instgram {
    display: block;
    overflow: hidden;
    margin: 0;
}
.content .body_widget_facebook .text_facebook iframe,
.content .sidebar_widget_facebook .text_facebook iframe,
.content .body_widget_twitter .text_twitter iframe,
.content .sidebar_widget_twitter .text_twitter iframe,
.content .body_widget_instagram .text_instagram iframe,
.content .sidebar_widget_instagram .text_instagram iframe {
    width: 99.9% !important;
}


/* -- SOCIAL REVIEW STYLES -- */

.content .block_social_reviews {
    display: block;
    margin: 0 auto 20px;
}
.page .block_social_reviews .group[data-kind] .logo_wrapper { float:left; }
.page .block_social_reviews .group[data-kind] .logo {
    display: block;
    /* float: left; */
    width: 137px;
    height: 87px;
    background-color: transparent;
    border: 0;
    margin: 0 10px 10px 0;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
.page .block_social_reviews .group[data-kind] .logo img {
    display: block;
    margin: 5px;
    width: 125px;
    height: 75px;
    border: 1px solid #DEDEDE;
}
.page .block_social_reviews .group[data-kind] .source {
    display: block;
    float: left;
    width: 137px;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    height: 26px;
    margin: -14px 10px 10px 0;
    padding: 3px 5px 5px;
    background-color: transparent;
    border: 0;
    border-top: 0 none transparent;
    border-radius: 0 0 0.3em 0.3em;
    -moz-border-radius: 0 0 0.3em 0.3em;
    -webkit-border-radius: 0 0 0.3em 0.3em;
}
.page .block_social_reviews .yelp .source a {
    background-image: url(../images/favicon_yelp.png)!important;
}
.page .block_social_reviews .foursquare .source a {
    background-image: url(../images/favicon_foursquare.png);
}
.page .block_social_reviews .zomato .source a {
    background-image: url(../images/favicon_zomato.png);
}
.page .block_social_reviews .tripadvisor .source a {
    background-image: url(../images/favicon_tripadvisor.png);
}
.page .block_social_reviews .google .source a {
    background-image: url(../images/favicon_googleplaces.png);
}
.page .block_social_reviews .group[data-kind] .source a,
.page .block_social_reviews .group[data-kind] .source a:hover {
    display: block;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    background: transparent none scroll no-repeat 0 0;
    text-align: left;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page .block_social_reviews .group[data-kind] .summary {
    min-height: 100px;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}
.page .block_social_reviews .group[data-kind] .summary .title {
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #FFCE41;
    margin-bottom: 6px;
    clear: right;
}
.page .block_social_reviews .group[data-kind] .summary .description {
    display: block;
    float: none;
    clear: left;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: inherit;
}
.page .block_social_reviews .group[data-kind] .wrapper {
    display: block;
    margin: 0 auto;
    font-size: 100%;
    line-height: 16px;
}
.page .block_social_reviews .group[data-kind] .review:first-child {
    padding-top: 10px;
    border-top: 1px dotted #999;
}
.page .block_social_reviews .group[data-kind] .review {
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #999;
}
.page .block_social_reviews .group[data-kind] .review span.read-more {
    display: block;
    text-align: right;
    font-size: 70%;
    text-decoration: none;
    cursor: pointer;
}
.page .block_social_reviews .group[data-kind] .review span.read-more:hover {
    text-decoration: underline;
}
.page .block_social_reviews .group[data-kind] .review .avatar {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    border: 1px solid #DEDEDE;
}
.page .block_social_reviews .group[data-kind] .review.hidden { display: none; }
.page .block_social_reviews .group[data-kind] .review .avatar.hidden,
.page .block_social_reviews .group[data-kind] .review .info .rating.hidden{
    display: none;
}
.page .block_social_reviews .group[data-kind] .review .avatar img {
    display: block;
    margin: 0;
    border: 0 none transparent;
}
.page .block_social_reviews .group[data-kind] .review .info {
    display: block;
    float: none;
    margin: 0 auto 6px;
    overflow: hidden;
    font-size: 80%;
}
.page .block_social_reviews .group[data-kind] .review .info .author,
.page .block_social_reviews .group[data-kind] .review .info .date,
.page .block_social_reviews .group[data-kind] .review .info .rating {
    display: block;
    float: left;
    margin-right: 15px;
    text-align: left;
}
.page .block_social_reviews .group[data-kind] .review .info .author {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label,
.page .block_social_reviews .group[data-kind] .review .info .date .label,
.page .block_social_reviews .group[data-kind] .review .info .rating .label {
    font-weight: bold;
    padding-right: 5px;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa {
    margin-right: 4px;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa-yelp {
    color:#bf2519;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa-spoon {
    color:#cb212e;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa-google-plus{
    color:#dd4b38;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa-tripadvisor {
    color:#589442;
}
.page .block_social_reviews .group[data-kind] .review .info .author .label .fa-foursquare {
    color:#f94777;
}
.page .block_social_reviews .group[data-kind] .review .quote {
    display: block;
    margin: 0 auto 4px;
    overflow: hidden;
}
.page .block_social_reviews .group[data-kind] .review .quote .quote_left,
.page .block_social_reviews .group[data-kind] .review .quote .quote_right {
    display: inline;
    font-weight: bold;
}
.page .block_social_reviews .group[data-kind] .review .quote .quote_left {
    float: left;
    padding-right: 2px;
}
.page .block_social_reviews .group[data-kind] .review .quote .quote_right {
    float: left;
    padding-left: 2px;
}
.page .block_social_reviews .group[data-kind] .review .quote .comment_compact {
    display: block;
    float: left;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.page .block_social_reviews .group[data-kind] .review .quote .comment {
    display: block;
    float: left;
    margin: 0 auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}
.page .block_social_reviews .buttons button.show-all {
    display: block;
    background: transparent url(TEMPLATE_BASE_WEBSITES_URL/images/viplist_gradients.png) scroll repeat-x 0 -800px;
    border: 0 none transparent;
    float: left;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 3px 9px;
    border-radius: 0.3em;
    border: 1px solid #3e3e3e;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 100%;
}
.page .block_social_reviews .buttons button.show-all:hover,
.page .block_social_reviews .buttons button.show-all:active {
    background-position: 0 -900px;
}


/* -- SOCIAL MEDIA WIDGET-- */

.content .block_social_links .text_social {
    display: block;
    margin: 0 auto 10px 0;
    overflow: visible;
}
.content .block_social_links .text_social:after {
    content: " ";
    display: block;
    clear: both;
}
.content .block_social_links .text_social {
    margin-top: 20px;
}
.content .block_social_links .social_glyphs {
    margin-top: 0;
    padding-top: 5px;
}
.content .block_social_links .social_icon {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 4px;
}
.content .block_social_links .social_icon:hover .label_span {
    text-decoration: underline;
}
.content .block_social_links .social_icon .icon_span {
    display: inline-block;
    *zoom: 1;
    margin: 0 4px 0 0;
    text-align: left;
    text-indent: -9999px;
    color: transparent;
    border: 0 none transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.90;
}
.content .block_social_links .social_icon:hover .icon_span,
.content .block_social_links .social_icon .icon_span:hover {
    opacity: 1.00;
}
.content .block_social_links .social_glyphs .social_icon {
    color: inherit;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
}
.content .block_social_links .social_glyphs .icon_span {
    color: inherit;
    font-size: 110%;
    text-indent: 0;
    overflow: visible;
}
.content .block_social_links .social_glyphs .label_span {
    margin-left: 4px;
}</pre></body></html>