/*

Theme Name: WorcesterScene12
Theme URI: http://www.WorcesterScene.com
Description: All rights reserved
Author: Luke M. Vaillancourt
Author URI: http://lukeMV.com
Version: 4.0
.
This theme cannot be used or reused in any way, shape, or form.
.



@import url(reset.css);
*/


/* RESET STYLES */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}*/
/* RESET STYLES END */

#wcs-wrapper a{
    text-decoration: underline;
    color: #852f2d;
}
#wcs-wrapper a:hover{
	color: #a98383;
}

#wcs-wrapper p {
	margin: 0 0 10px 0;
}
#wcs-wrapper strong.iframe {
    font-weight: bold;
}
#wcs-wrapper em.iframe {
	font-style: oblique;
}
#wcs-wrapper body.iframe{
    background-color: #fff;
}

#wcs-wrapper h1.iframe{
    font-size: 33px;
    color: #860000;
    margin: 0 0 10px;
}
#wcs-wrapper h2.iframe{
    font-weight: 700;
    font-size: 35px;
    color: #860000;
    margin: 15px 0 10px;
    list-style-type: none;
	font-family: serif;
}
#wcs-wrapper{
    margin: 0;
	font-family: serif;
}

.top-fixed-section .custom-select-wrapper{
    position: static !important;
    margin: 0 !important;
}



/* ---------------- Header styles -----------------*/
.top-fixed-section{
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 12;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.top-fixed-section ul{
    list-style-type: none;
    padding: 0;
}

.rest-list-title ul, li{
    list-style-type: none;
}
.custom-select-wrapper, .custom-select-wrapper *{
    transition: none !important;
}
.custom-select{
    -webkit-appearance: menulist !important;
}

/* ---------------- Scroling Content styles -----------------*/
#wcs-scrolling-content{
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    min-height: 340px;
    /*padding-left: 20px;*/
}


#restaurants-list-wrapper{
    overflow: hidden;
    padding: 0;
}
#restaurants-list-wrapper ul{
    overflow: hidden;
    list-style-type: none;
}
#rest-list{
    margin: 0;
    padding: 0;
}
#rest-list ul{
    list-style-type: none;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
	margin: 0;
}
#rest-list li{
    border-bottom: 2px dotted #e5e4e9;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
}
#rest-list li div{
    float: left;
}
#rest-list li .restaurant-info{
    width: 50%;
    margin: 0;
    text-decoration: none;
	font-family: serif;
}
#rest-list li .restaurant-info a{
    color: #860000;
    display: inline;
    font-size: 16px;
    text-decoration: none;
}
#rest-list li .restaurant-info .name {
    font-size: 23px;
    color: #860000;
	font-weight: normal;
}
#rest-list li .restaurant-info h3{
    margin: 0 0 10px;
	font-family: serif;
}
#rest-list li .restaurant-info .SceneName {
    font-size: 26px;
    color: #860000;
    display: block;
    height: 35px;
    overflow: hidden;
}
#rest-list li .restaurant-info .SceneName a{
    font-size: 26px;
    color: #6c6d6c;
    display: block;
}
#rest-list li .restaurant-info .phone a{
	font-family: 'Dosis';
	font-weight: 300;
	font-size: 16px;
    line-height: 18px;
    color: #6c6d6c;
    border-left: 1px solid #6c6d6c;
    display: inline;
    height: 20px;
    overflow: hidden;
    padding-left: 10px;
    margin-left: 10px;
}
#rest-list li .restaurant-info .Scenephone a{
    font-family: 'Dosis';
    font-size: 19px;
    line-height: 25px;
    color: #6c6d6c;
    display: block;
    height: 20px;
    overflow: hidden;
}

#rest-list li .restaurant-info .type{
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    background: #f7a814;
    padding: 3px 0 0 5px;
    display: block;
    height: 20px;
    overflow: hidden;
    margin:5px 0 0 0;
    text-decoration: none;
}
#rest-list li .restaurant-info .type a{
    font-size: 14px;
}
#rest-list li .restaurant-info a:hover{
    text-decoration: none;
}
#rest-list li .restaurant-info p{
    font-size: 13px;
    color: #000;
    font-family: 'Dosis';
    line-height: 20px;
}
#rest-list li .restaurant-info span{
    font-size: 13px;
    color: #000;
    font-family: 'Dosis';
    font-weight: bold;
    text-decoration: underline;
}
#rest-list .social-icons{
    float: left;
    width: 98px;
    height: 15px;
    padding: 6px 0 0 0px;
}
#rest-list .restaurant-icons li{
    float: right;
    /*background: url(../images/rest-icons.png) no-repeat;*/
    max-width: 70px;
    width: 20%;
    /* height: 70px; */
    border: none;
    margin: 0;
    padding: 0 3px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#rest-list .restaurant-icons li img{
    width: 100%;
    height: auto;
}
#rest-list .restaurant-icons li.drink{
    background-position: 0 0;
}
#rest-list .restaurant-icons li.drink.disabled{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons li.woofood{
    background-position: -68px 0;
}
#rest-list .restaurant-icons li.woofood.disabled{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons li.food{
    background-position: -68px 0;
}
#rest-list .restaurant-icons li.food.disabled{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons li.wifi{
    background-position: -138px 0;
}
#rest-list .restaurant-icons li.wifi.disabled{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons li.music{
    background-position: -209px 0;
}
#rest-list .restaurant-icons li.music.disabled{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons li.WooCard.disabled{
    opacity:0.1;
    filter:alpha(opacity=10); /* For IE8 and earlier */
}
#rest-list .restaurant-icons .social-icons{
    width: 100px;
    height: 60px;
}

#wcs-wrapper .wcs-powered {background:#f6f4f4; height: 65px; text-align: center; font-family: 'Dosis'; font-style: oblique; font-size: 13px; line-height: 20px;}
#wcs-wrapper .wcs-powered a{/* removed for new content display:block; */ font-style: normal; color:red;}
#wcs-wrapper .wcs-powered .Worcester-Restaurants a{display:block; font-style: normal; color:red;}
#wcs-wrapper .wcs-powered a:hover{color:gray;}
#wcs-wrapper .wcs-powered small {font-size: 11px; font-style: normal; font-weight: 300;}




@media only screen and (max-width : 540px) {
    #rest-list li .restaurant-info, #rest-list ul{
        width: 100%;
        padding: 0;
    }
    #rest-list li .restaurant-info{
        margin-bottom: 10px;
    }
    #rest-list .restaurant-icons li{
        float: left;
    }
}