/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#f6eedf;
    /*background-image: url(../images/background_texture.jpg);*/
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: 9999;
    display: block;
}
#status {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/jct_loading.gif) no-repeat center center;
}


/* BOOSTRAP CUSTOMIZATION
================================================== */


.center-block {
float:none;
}


a {
color: #231f20;
text-decoration: underline;
}
a:hover {
color: #231f20;
text-decoration: none;
}

.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


.clear_float {
    clear: both;
}

/* TYPOGRAPHY
================================================== */

body {
    line-height: 1.543;
    font-size: 24px;

    -webkit-text-size-adjust: 100%;
    margin: 0;
    /*margin-top:40px;*/
    padding: 0;
    background-color:#f6eedf;
    background-image: url(../images/background_texture.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    color:#231f20;
}
body.home{
    margin-top:40px;
}

body.page-template-template_promotional-php, body.page-template-template_menus-php, body.page-template-template_about-php, body.post-type-archive-press, body.page-template-template_events-php, body.page-template-template_contact-php, body.page-template-template_gallery-php,body.error404, body.page-template-template_events-php{
    margin-top:136px;
}

/* END TYPOGRAPHY
================================================== */

/* GENERAL
================================================== */
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

/*fix webkit flickering bug*/

.webkit_fix {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
/* HEADER 
================================================== */
#header-fixed{
    width: 100%;
    height: 159px;
    position: fixed;
    z-index: 22;
    top: 0;
    overflow: hidden;
    background-image: url(../images/background_texture.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
.header-strokes{
    height: 3px;
    width:100%;
    background-image: url(../images/double_hr.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 132px;
    z-index: 23;
}
.interior-logo{
    height: 40px;
    margin-top: 3px;
    text-align: center;
}
.interior-logo-text{
    padding-top: 8px;
}
.interior-top-left{
    text-align: left;
}
.make-a-reservation-interior{
    padding-top: 14px;
}
.make-a-reservation-interior a{
    color: #F16521;
    font-family: "franklin-gothic-urw-cond";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
}
.make-a-reservation-interior span{
    display: inline-block;
    padding-left: 10px;
}
.interior-top-right{
    text-align: right;
    position: relative;
    padding-top: 18px;
}
#nav-trigger{
	position:absolute;
	top:15px;
	right:15px;
	z-index:9998;
	display:block;
	width:24px;
	height:20px;
	cursor:pointer;  
    display: none;
}

#nav-trigger span{
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background-color:#f06621;
	-webkit-transition:all .25s ease-in;
	transition:all .25s ease-in;
}

#nav-trigger:hover span{
	background-color:#000;
}

#nav-trigger:hover span.top,#nav-trigger:hover span.bottom
{
	background-color: #000;
	opacity: 0.5;
}

#nav-trigger span.middle,#nav-trigger span.middle-copy
{
	top:8px;
}

#nav-trigger span.bottom
{
	bottom:0;
}

#nav-trigger.selected span.top,#nav-trigger.selected span.bottom
{
	opacity: 0;
}

#nav-trigger.selected span.middle
{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	    transform:rotate(-45deg);
}

#nav-trigger.selected span.middle-copy
{
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	    transform:rotate(45deg);
}
    
/* NAV
================================================== */
.navbar {
border-radius: 0px;
    border: none;
    border-top: 1px solid #f16622;
    position: relative;
    margin-top: 10px; 
}
.navbar:after{
    border: none;
    border-top: 1px solid #f16622;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    right: 0px;
    bottom: 2px;
    pointer-events: none;
}
.navbar.fixed-home-header{
    position: fixed;
    top: -14px;
    z-index: 23;
    width: 100%;
    margin-top: 10px;
    left: 0;
}
.navbar-spacer{
    height: 84px;
    display: none;
}
.navbar-collapse {
    background-image: url(../images/background_texture.jpg);
    background-repeat: repeat;
}
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;   
    position: relative;    
}


.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 34px;
    padding-right: 38px;
    color: #FF5400;
    font-family: "Courier";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
    background-color: transparent;
    text-decoration: none;
    color: #221f20;
}

.menu-hr{
    background-color: #d3cbb9;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.btn-border-orange {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f06621;
    background-color: transparent;
    border-color: #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border-width: 2px;
    letter-spacing: 2px;
}
a.btn-border-orange:hover
{
  color: #000;
  background-color: transparent;
  border-color: #000;
    text-decoration: none !important;
    
}
a.btn-border-orange{
    text-decoration: none;
}

.btn-border-orange-wide {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    color: #f06621;
    background-color: transparent;
    border-color: #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border-width: 1px;
    letter-spacing: 3px;
    width: 100%;
}
a.btn-border-orange-wide:hover
{
  color: #000;
  background-color: transparent;
  border-color: #000;
    text-decoration: none;
    
}
a.btn-border-orange-wide{
    text-decoration: none;
}

.btn-double-border-orange {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f06621;
    background-color: transparent;
    border: 1px solid #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-top: 20px;
}
.btn-double-border-orange:after{
    border: 1px solid #f06621;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}
.btn-double-border-orange:hover:after
{
  color: #000;
  background-color: transparent;
  border-color: #000;
    
}
.btn-double-border-orange:hover
{
  color: #000;
  background-color: transparent;
  border-color: #000;
    
}
a.btn-double-border-orange{
    text-decoration: none;
}
.clear-float{
    clear: both;
}
/* HOME
================================================== */

#content-wrapper{
    border: 1px solid #d3cbb8;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    
    position: relative;
    margin: 0 auto;
}

#content-wrapper:before{
    border: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
}

#content-wrapper-interior{
    border-top: 1px solid #d3cbb8;
    border-left: 1px solid #d3cbb8;
    border-right: 1px solid #d3cbb8;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 118px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

#content-wrapper-interior:before{
    border-top: 1px solid #d3cbb8;
    border-left: 1px solid #d3cbb8;
    border-right: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 0px;
    pointer-events: none;
}
#content-wrapper-interior-bottom{
    border-bottom: 1px solid #d3cbb8;
    border-left: 1px solid #d3cbb8;
    border-right: 1px solid #d3cbb8;
    padding-top: 18px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    
    position: relative;
    margin: 0 auto;
}

#content-wrapper-interior-bottom:before{
    border-bottom: 1px solid #d3cbb8;
    border-left: 1px solid #d3cbb8;
    border-right: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
}
.home-top{
    padding-top: 6px;
    padding-bottom: 6px;
}
.home-top-left{
    text-align: center;
}
.home-top-left .phone-number{
    
color: #211F20;
font-family: "Roboto Slab";

font-size: 14px;
font-weight: 700; 
}
.home-top-left .phone-number a{
    text-decoration: none;
    color: #211F20;
}
.interior-top-right .phone-number{    
color: #211F20;
font-family: "Roboto Slab";
font-size: 14px;
font-weight: 700; 
}
.interior-top-right .phone-number a{
    text-decoration: none;
    color: #211F20;
}
.interior-top-right .phone-number span{    
font-size: 22px;
font-weight: 400;      
}
.home-top-left{
    position:relative;
    padding-top: 12px;
}
.home-top-left:after{
    border-right: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height:220px;
    right: 0;
    top: 0;
}


.home-top-left .phone-number{
    color: #211F1F;
}
.home-top-left .phone-number:after{
    border-top: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: relative;
    width:220px;
    margin:0 auto;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.home-address-line-1{
    font-family: "franklin-gothic-urw-comp";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;   
    letter-spacing: 2px;
}
.home-address-line-2{
    font-family: "franklin-gothic-urw-cond";
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
}
.home-address-line-3{
    font-family: "franklin-gothic-urw-comp";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
}
a.get-directions-btn{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #211F20;
    text-decoration: none;
    letter-spacing: 2px;
}
a.get-directions-btn:hover{
    color: #f06621;
}


.home-logo{
    text-align: center;
    padding-top: 14px;
}

.home-top-right{
    text-align: center;
    position:relative;
    padding-top: 14px;
}

.home-top-right:after{
    border-right: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height:220px;
    left: 0;
    top: 0;
}
a.jct-bar{
    padding-top: 20px;
    display: block;
}

.home-row-1{
    padding-top: 50px;   
    padding-bottom: 40px;
}
.hr-sep{
    height: 1px;
    width:100%;
    background-color: #f16622;
    margin-bottom: 30px; 
    margin-top: 30px; 
}
.hours-panel-wrapper{
    padding-left: 40px;
    text-align: left;
}

.hours-panel{
    width:320px;
}
.hours-panel-1{
    width:320px;
    height:15px;
    background-image: url(../images/hours-panel-1.png);
    background-repeat: no-repeat;
    float: left;
}
.hours-panel-2{
    width:320px;
    min-height:100px;
    background-image: url(../images/hours-panel-2.png);
    background-repeat: repeat-y;
    float: left;
}
.hours-panel-3{
    width:320px;
    height:15px;
    background-image: url(../images/hours-panel-3.png);
    background-repeat: no-repeat;
    float: left;
}
.hours-panel-content{
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
    color: #211F20;
    font-family: "Courier";
    font-size: 13px;
}
.hours-panel-content strong, .hours-panel-content b{
    font-weight: 700;
}
.hours-of-operation{
    position: relative;
    padding-top: 8px;
    padding-bottom: 18px;
}

.hours-of-operation:after{
    border-top: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: relative;
    width:220px;
    margin:0 auto;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.private-event-wrapper{
    text-align: center;
}
.private-event-wrapper p{
    color: #221f20;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 30px;
}
.private-event-wrapper p a{
    color: #221f20;
    text-decoration: none;
}
.private-event-title{
    text-align: center;
    padding-bottom: 10px;
}
.home-announcements-headline{
    padding-bottom: 20px;
}

.home-announcements p{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}
.home-announcements p a{
    color: #211F20;
    text-decoration: underline;
}
.home-social-links{
    padding-top: 16px;
    padding-bottom: 10px;
}
.home-social-links a{
    color: #EF6521;
    font-family: "franklin-gothic-urw";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding-right:40px;
    padding-left:40px;
    letter-spacing: 2px;
}
.home-social-links a:hover{
    text-decoration: underline;
}


.home-supper-sunday{
    position:relative;
    text-align: center;
    padding-top: 12px;
}
.home-supper-sunday:after{
    border-right: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height:256px;
    right: 0;
    top: 0;
}
.home-angry-mussels{
    position:relative;
    text-align: center;
    display: table;
    min-height: 256px;
}
.home-angry-mussels-img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.home-press{
    position:relative;
    text-align: center;
    padding-top: 12px;
}
.home-press:after{
    border-left: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height:256px;
    left: 0;
    top: 0;
}
.home-press p{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 16px;
    font-style: italic;
}
.home-press p strong{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2px;
}
.home-row-4{
    margin-top: 32px;
    margin-bottom: 22px;
}
.rounded-panel{
    
}
.rounded-panel-content{
    width: 100%;
}
.rounded-panel-row1{
    height: 19px;
    overflow: hidden;
}
.rounded-panel-row1 .a1 {
    width: 19px;
    height: 19px;
    background-image: url(../images/jct_bar_panel_1a.png);
    background-repeat: no-repeat;
    float: left;
}
.rounded-panel-row1 .a2 {
    height: 19px;
    background-image: url(../images/jct_bar_panel_1b.png);
    background-repeat: repeat-x;
    margin: 0 19px;
}
.rounded-panel-row1 .a3 {
    width: 19px;
    height: 19px;
    background-image: url(../images/jct_bar_panel_1c.png);
    background-repeat: no-repeat;
    float: right;
}


.rounded-panel-row2{
    position: relative;
    display: table;
}
.rounded-panel-row2 .b1 {
    width: 19px;
    height: 100%;
    display: table-cell;
    background-image: url(../images/jct_bar_panel_2a.png);
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    top: 0;
}
.rounded-panel-row2 .b2 {
    height: 100%;
    
    margin: 0 19px;
}
.rounded-panel-row2 .b3 {
    width: 19px;
    height: 100%;
    display: table-cell;
    background-image: url(../images/jct_bar_panel_2c.png);
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    top: 0;
}


.rounded-panel-row3{
    height: 19px;
    overflow: hidden;
}
.rounded-panel-row3 .c1 {
    width: 19px;
    height: 19px;
    background-image: url(../images/jct_bar_panel_3a.png);
    background-repeat: no-repeat;
    float: left;
}
.rounded-panel-row3 .c2 {
    height: 19px;
    background-image: url(../images/jct_bar_panel_3b.png);
    background-repeat: repeat-x;
    margin: 0 19px;
}
.rounded-panel-row3 .c3 {
    width: 19px;
    height: 19px;
    background-image: url(../images/jct_bar_panel_3c.png);
    background-repeat: no-repeat;
    float: right;
}
.home-jct-bar{
    text-align: center;
    padding-left: 40px;
    padding-top: 20px;
}
.home-jct-bar p{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.home-jct-bar-headline{
    position: relative;
}

.home-jct-bar-headline:after{
    border-top: 1px solid #d3cbb8;
    content: "";
    display: block;
    position: relative;
    width:220px;
    margin:0 auto;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.jct-bar-info p{
    color: #211F20;
    font-family: "franklin-gothic-urw";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}
.jct-bar-illustration{
    text-align: right;
}


/* MENUS
================================================== */
.menu-btn-col{
    text-align: center;
}
.btn-menu {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-size: 34px;
    font-weight: 700;
    color: #221f20;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #f16622 !important;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border-width: 2px;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 40px;
}
a.btn-menu:hover
{
  border: 1px solid #f16622;
    color: #f06621;
}
a.btn-menu{
    text-decoration: none;
}
.page-title-wrapper{
    text-align: center;
    margin-top: 56px;
}
h1.page-title{
    color: #211F20;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.menus-intro{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-style: italic;
    margin-bottom: 80px;
}
.take-out-orders-title-wrapper{
   position: relative;
}
.take-out-orders-title-wrapper:after{
    border-right: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height:182px;
    right: 15px;
    top: 0;
}
.take-out-orders-title{
    text-align: center;
    color: #211F20;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 32px;
    padding-top: 60px;
}
.take-out-orders-content{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}
.take-out-orders-content p{
    margin-right: 40px;
    margin-left: 10px;
    margin-bottom: 0;
}
.take-out-row{
    margin-left:30px;
    margin-right:30px;
}

/* ABOUT
================================================== */

.about-intro{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 6px;
    border-bottom: 1px solid #f16622;
}
.about-intro p{
    text-align: left;
}
.about-intro img{
    padding-top: 20px;
}
.about-people{
   padding-top: 60px; 
}
h2.about-title{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}
h1.about-name{
    color: #211F20;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
}
.about-bio{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px
}
.about-bio p{
    font-size: 16px;
    line-height: 26px;
}
.about-photo{
    text-align: center;
}
.about-follow{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-style: italic;
}


/* PRESS
================================================== */
#pressContainer{
    position:relative;
    margin-left: 30px;
    margin-right: 30px;
}
#tiles{
    list-style: none;
}



#tiles li {
	width: 292px;
	/*background-color:#f6eedf;
    background-image: url(../images/background_texture.jpg);
    background-repeat: repeat;
    background-attachment: fixed;*/
	display: none; /** Hide items initially to avoid a flicker effect **/
  	cursor:auto;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-top: 1px solid #f16622;
}
.wookmark-placeholder {
	width: 292px;
	/*background-color:#f6eedf;
    background-image: url(../images/background_texture.jpg);
    background-repeat: repeat;
    background-attachment: fixed;*/
	display: none; /** Hide items initially to avoid a flicker effect **/
  	cursor:auto;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tiles li.active h2 {
	color: #F16621;
}
#tiles li.active .pressDate {
	color: #F16621;
}
#tiles li.active h3{
	color: #F16621;
}
#tiles li.isLink {
	cursor: pointer;
}

#tiles li img {
	display: block;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.pressItem{
    color: #211F1F;
    font-family: "Merriweather";
}

.pressItem img{
    margin-bottom:10px;
}
.pressItem h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    
}
.pressItem h3{
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pressDate{
    font-size: 14px;
    font-weight: 700;
}
.featured-press-row{
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 6px;
}
.featured-press{
    padding-bottom: 10px;
}
.featured-press-img{
    text-align: center;
    padding-top: 16px;
}
.featured-press-quote{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    padding-right: 20px;
    padding-top: 16px;
}
.featured-press-from{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 700;
}

/* EVENTS
================================================== */
.events-row{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}
.events-left{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
}
.events-left p{
    line-height: 34px;
}
.events-menus{
    list-style: none;
    margin: 0;
    padding:0;
    padding-bottom: 24px;
}
.events-menus li{
    width:100%;
    display: block;
}
.events-menus li a{
    list-style: none;
    color: #F16521;
    font-family: "Merriweather";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding-bottom: 6px;
}
.events-menus li a:hover{
    text-decoration: underline;
}
.events-right{
    margin-top: 6px;
}
h2.sidebar-header{
    color: #211F1F;
    font-family: "franklin-gothic-urw-cond";
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f16622;
    letter-spacing: 1px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.events_contact_info{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
}
.events_contact_info p{
    line-height: 28px;
}
.events_contact_info a{
    color: #F16521;
    text-decoration: none;
}
.events_contact_info a:hover{
    text-decoration: underline;
}

/* CONTACT
================================================== */
.contact-box{
    font-family: "Merriweather";
    font-size: 16px;
    color: #211F20;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 26px;
}
.contact-box p{
    padding-bottom: 10px;
}
.contact-box a{
    color: #F16521;
    text-decoration: none;
}
.contact-box a:hover{
    text-decoration: underline;
}
.contact-box em, .contact-box i{
    font-style: italic;
}
.contact-map{
    padding-bottom: 30px;
}

/* GALLERY
================================================== */
.gallery-row{
    padding-top:46px;
}
.gallery-row img{
    padding-bottom:26px;
}
.photo-credits{
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-style: italic; 
}
.gallery-row img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
          transition: opacity .3s ease-in;
} 

/* FOOTER
================================================== */
footer{
    color: #656565;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 400;  
    margin-top: 40px;
    padding-bottom:40px;
}
footer a{
    color: #656565;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
.footer-col-1{
    text-align: center;
}

.footer-col-2{
    text-align: center;
    padding-top: 10px;
}
.footer-gap{
    display: inline-block;
    width:24px;
}
.footer-gap-wide{
    display: inline-block;
    width:60px;
}

/* MISCELANIOUS
================================================== */



/* Credits */

.modal-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f16622;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
    opacity:0;
    visibility: hidden;
}
.modal-info {
    display: block;
    width:100%;
    margin:0 auto;
    /* is width and height divided by two */
    text-align: center;
    padding-top: 0px;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.modal-info p{
    color:#fff;
    line-height:22px;
    margin-bottom: 10px;
}
.modal-info a{
    color:#fff;
    text-decoration:underline;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.modal-info a:hover{
    color:#fff;
    text-decoration:underline;
}
.close-modal{
    width:40px;
    height:40px;
    position:absolute;
    top: 3px;
    right: 8px;
    background-image:url(../images/close-sm.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent:-9999px;
    cursor:pointer;
    text-indent:100%;
    white-space: nowrap;
    overflow:hidden;
}

.pop-menu-holder{
    display: block;
    width:250px;
    margin:0 auto;
    margin-top: 40px;
}
.pop-menu li{
    text-align: center;
}
.nav.pop-menu > li > a {
position: relative;
display: block;
padding: 6px 10px;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.nav.pop-menu > li > a:hover, .nav.pop-menu > li.active > a{
background-color: transparent;
    text-decoration: underline;
}
#content-wrapper-menu{
    padding: 0px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:20px;
	overflow:hidden;
	width:39px;
	height:80px;
	border:none;
	text-indent:100%;
    white-space: nowrap;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left top;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* END MISCELANIOUS
================================================== */

/*** MEDIA QUERIES ***/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    .navbar-nav > li > a {
        padding-left: 28px;
        padding-right: 28px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
     .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 24px;
        padding-right: 24px;
        color: #FF5400;
        font-family: "Courier";
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hours-panel-wrapper {
    padding-left: 10px;
    text-align: left;
    }
    .private-event-wrapper p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 16px;
    }
    .home-press p {
    font-size: 14px;
    }
    .home-press p strong {
    font-size: 12px;
    margin-bottom: 0px;
    }
    .home-angry-mussels {
    position: relative;
    text-align: center;
    display: table;
    min-height: 200px;
    }
    .home-supper-sunday:after{
        height:200px;
    }
    .home-press:after {
    height: 200px;
    }
    .home-jct-bar {
    text-align: center;
    padding-left: 20px;
    padding-top: 20px;
    }
    .home-row-1 {
    padding-top: 30px;
    padding-bottom: 20px;
    }
    .make-a-reservation-interior a {
    font-size: 14px;
    }
    .make-a-reservation-interior img {
    width:30px
    }
    .make-a-reservation-interior span {
    display: inline-block;
    padding-left: 6px;
    }
    .menus-intro {
    margin-bottom: 50px;
    }
    .take-out-orders-title-wrapper:after {
    border-right: 1px solid #d3cbb8;
    content: "";
    position: absolute;
    height: 220px;
    right: 15px;
    top: 0;
    }
    .take-out-orders-title {
    padding-top: 80px;
    }
    .take-out-orders-content {
    color: #211F20;
    font-family: "Merriweather";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    }
    .take-out-orders-content p {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0;
    }
    .take-out-row {
    margin-left: 10px;
    margin-right: 10px;
    }
    .about-intro {
    color: #211F20;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 6px;
    border-bottom: 1px solid #f16622;
    }
    .about-bio {
    font-size: 18px;
    padding-top: 20px;
    }
    .events-left{
        color: #211F20;
        font-family: "Merriweather";
        font-size: 16px;
        font-weight: 400;
    }
    .events-left p{
        line-height: 30px;
    }
    .featured-press-quote {
    color: #211F20;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 0px;
    padding-top: 16px;
    }
    .btn-border-orange-wide {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f06621;
    background-color: transparent;
    border-color: #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-width: 1px;
    letter-spacing: 3px;
    width: 100%;
    }
    .btn-menu {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-size: 24px;
    font-weight: 700;
    color: #221f20;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #f16622 !important;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-width: 2px;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    }
    .btn-double-border-orange {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f06621;
    background-color: transparent;
    border: 1px solid #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-top: 4px;
    }
    .btn-border-orange {
    font-family: 'franklin-gothic-urw-cond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #f06621;
    background-color: transparent;
    border-color: #f06621;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-width: 2px;
    letter-spacing: 2px;
    }
    a.jct-bar {
    padding-top: 10px;
    display: block;
    }
    .jct-bar img{
        width: 130px;
    }
    
    .home-top-left{
        line-height: 1.143;
    }
    .home-top-left .phone-number span{    
        font-size: 20px;
        font-weight: 400;  
    }

    .home-top-left .phone-number{
        color: #211F1F;
    }
    .home-top-left .phone-number:after{
        border-top: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width:200px;
        margin:0 auto;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .home-address-line-1{
        font-family: "franklin-gothic-urw-comp";
        font-weight: 400;
        font-style: normal;
        font-size: 20px;   
        letter-spacing: 2px;
    }
    .home-address-line-2{
        font-family: "franklin-gothic-urw-cond";
        font-size: 22px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 2px;
    }
    .home-address-line-3{
        font-family: "franklin-gothic-urw-comp";
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 2px;
    }
    a.get-directions-btn{
        font-family: 'Roboto Slab', sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #211F20;
        text-decoration: none;
        letter-spacing: 2px;
    }
    a.get-directions-btn:hover{
        color: #f06621;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    body.home{
        margin-top:0px;
    }
    body.page-template-template_promotional-php, body.page-template-template_menus-php, body.page-template-template_about-php, body.post-type-archive-press, body.page-template-template_events-php, body.page-template-template_contact-php, body.page-template-template_gallery-php, body.error404{
        margin-top:0px;
    }
    
    .hours-panel-wrapper{
        padding-left: 15px;
        text-align: left;
    }
    
    .home-top-left:after{
        border: 0;
        border-bottom: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .home-logo:after{
        border: 0;
        border-bottom: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .home-top-right:after{
        display: none;
    }
    .hours-panel {
width: 100%;
}
    .hours-panel-1{
        display: none;
    }
    .hours-panel-2{
        width:100%;
        text-align: center;
        min-height:100px;
        background-image: none;
        background-repeat: repeat-y;
        float: left;
    }
    .hours-panel-3{
        display: none;
    }
    .home-row-1 {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .home-supper-sunday:after {
        border: 0;
       border-bottom: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .home-press{
        margin-top: 0px;
    }
    .home-press:before {
        border: 0;
       border-top: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        height: 1px;
        padding-bottom: 10px;
        margin-top: 12px;
        margin-bottom: 18px;
    }
    .home-press:after {
        border: 0;
       border-bottom: 1px solid #d3cbb8;
        content: "";
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    
    .home-angry-mussels-img {
        width:100%;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    .footer-gap{
        display: block;
        width:24px;
    }
    .footer-gap-wide{
        display: block;
        width:60px;
    }
    .jct-bar img {
        width: auto;
        padding-top: 10px;
    }
    
    #nav-trigger{
        display: block;
    }
    #home-navbar{
        display: none;
    }
    .home-jct-bar {
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    }
    .home-row-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .home-row-4 .col-lg-12{
        padding: 0;
    }
    
    #content-wrapper-interior {
        border-top: 1px solid #d3cbb8;
        border-left: 1px solid #d3cbb8;
        border-right: 1px solid #d3cbb8;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        height: auto;
        position: relative;
        margin: 0 auto;
        margin-top: 0px;
    }
    #header-fixed {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 22;
        top: auto;
        overflow: visible;
        background-image: url(../images/background_texture.jpg);
        background-repeat: repeat;
        background-attachment: fixed;
    }
    
    .menu-hr{
        display: none;
    }
    .make-a-reservation-interior {
        padding-top: 10px;
        text-align: center;
    }
    .interior-top-right .phone-number {
        color: #211F20;
        font-family: "Roboto Slab";
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
    .navbar {
        position: relative;
        min-height:inherit;
        margin-bottom: 10px;
        border: 1px solid transparent;
    }
    #content-wrapper-interior-bottom {
        border-bottom: 1px solid #d3cbb8;
        border-left: 1px solid #d3cbb8;
        border-right: 1px solid #d3cbb8;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin: 0 auto;
    }
    .page-title-wrapper {
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
    }
    .events-row{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .contact-box p {
        padding-bottom: 0px;
    }
    .interior-top-left {
        text-align: center;
        padding: 0;
    }
    .interior-logo {
        height: auto;
        margin-top: 3px;
        text-align: center;
        padding: 0;
    }
    .interior-top-right {
        text-align: center;
        position: relative;
        padding: 0;
        padding-top: 18px;
    }
    .menus-intro {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .take-out-orders-title {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .take-out-orders-title-wrapper:after {
        display: none;
    }
    .btn-menu {
        margin-bottom: 10px;
    }
    .gallery-row {
        padding-top: 20px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}




