/*
Theme Name: Sugo
Theme URI: http://www.visual23.com
Author: Visual23
Author URI: http://visual23.com/
Description: Awesome WordPress theme for Sugo.
Version: 1.0.0
License: GNU General Public License
License URI: see license.txt
Tags: 

/* Import the necessary TK Bootstrap WP CSS additions 
@import url( includes/css/bootstrap-wp.css );*/



/* My Minimal WordPress Styling comes here */


/* Preloader */

#content-preloader {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0ede9;
    z-index: 59;
    display: block;
}
.home #content-preloader {
    display: none;
}
#content-preloader #logo {
    width: 160px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -80px;
    z-index: 24;
    display: block;
}
#hero-preloader {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0ede9;
    z-index: 999;
    display: block;
}
#hero-preloader #logo {
    width: 160px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -80px;
    z-index: 24;
    display: block;
}

/* BOOSTRAP CUSTOMIZATION
================================================== */

.center-block {
    float: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* TYPOGRAPHY
================================================== */

body {
    line-height: 1.543;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #f0ede9;
    color:#000000;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #cb3a22;
    text-decoration: none;
}
b. strong {
    font-weight: 600;
}
i,
em {
    font-style: italic;
}
h1,
h2,
h3,
h4 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}
h1 {
    font-size: 30px;
}
.lfm {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* END TYPOGRAPHY
================================================== */

/* GENERAL
================================================== */
.tel{
    text-decoration: none;
}
.wrapper{
    position: relative;
    visibility: hidden;
    overflow-x: hidden;
     width:100%;
}

.hero {
    width: 100%;
    height: 800px;
    text-align: center;
    background-color: #3e4046;
    position: relative;
    visibility: hidden;
}

.paralax-slice {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    display: table;
    overflow: hidden;
}
.paralax-slice.hero{
    background-position: 50% 0;
}
.paralax-image {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    text-align: center;
}
.paralax-text h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 50px;
    
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    text-align: center;
}
.links-panel .paralax-text h1 {
    width: 662px;
}
a.btn-blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    background-color: #0096a4;
    border-color: transparent;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    color: #fff !important;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a.btn-blue:hover {
    color: #fff;
    background-color: #faa61f;
    text-decoration: none !important;
}
a.btn-blue {
    text-decoration: none;
}
a.btn-blue.xs {
    font-size: 10px;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
}
a.btn-blue.lg {
    font-size: 15px;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
a.btn-facebook:hover {
    color: #fff;
    background-color: #55c99d;
    text-decoration: none !important;
}
a.btn-facebook {
    text-decoration: none;
}
.hero-wide .paralax-text a.btn-blue {
    opacity: 0;
}
.content-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f0ede9;
    position: relative;
    overflow-x: hidden;
}
.home .content-wrapper {
    padding-bottom: 0px;
}
.error404 .content-wrapper {
    padding-top: 52px;
    min-height: 400px;
    padding-bottom: 52px;
}

.bg-white {
    background-color: #f0ede9;
}
.bg-grey-dark {
    background-color: #e1dbd1;
}
.bg-orange {
    background-color: #faa61f;
}
.clear-float {
    clear: both;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}
h1 {}
/*fix webkit flickering bug*/

.webkit_fix {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
/* HEADER 
================================================== */
.hero-logo{
    width: 479px;
    height: 296px;
    margin-top: -148px;
    position: absolute;
    top: 48%;
    z-index: 24;
    display: block;
    opacity: 0;
}
.sugo-tagline{
    margin-top: 40px;
}
.sugo-location{
    margin-top: 40px;
}
.scroll-down{
    width: 110px;
    height: 91px; 
    bottom: 30px;
    position: absolute;
    z-index: 24;
    display: block;
    opacity: 0;
}
#menu-bar {
    position: fixed;
    height: 84px;
    width: 100%;
    z-index: 99;
    background-color: #f0ede9;
    border-bottom: solid 1px #000;
}

.home #menu-bar {
    position: relative;
}
#menu-bar .container {
    position: relative;
}
.top-menu-bar{
    height: 40px;
    background-color: #000000;
    overflow:hidden;
}
.condensed-logo{
    text-align: center;
    padding-top: 8px;
}
.top-menu-bar .phone-number-holder {
    height: 40px;
    line-height: 40px;
    color: #ffffff;    
}
.top-menu-bar .phone-number div {
    font-size: 14px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-menu-bar .phone-number {
    padding-right: 14px;
    padding-left: 14px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}

.reservation-btn-holder {
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.reservation-btn-holder .reservation-btn{
    display: block;
    padding-top: 0px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    padding-right: 14px;
    padding-left: 14px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    text-transform: uppercase;
}
 #menu-bar.sticky{
     position: fixed;
     top: 0;
  }
.bottom-menu-bar .logo {
    width: 60px;
    margin-top:22px;
    margin-left: 0px;
    margin-right: 34px;
    display: none; 
    float: left;
}
#menu-gap {
    height: 84px;
    display: block;
}
.home #menu-gap {
    display: none;
}

#menu-bar .menu {
 
    padding-top: 0px;
    float: none;
    display: block;
}
#nav-trigger {
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 9998;
    width: 30px;
    height: 18px;
    cursor: pointer;
    display: none;
}
#nav-trigger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #22334e;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
#nav-trigger:hover span {
    background-color: #cb3a22;
}
#nav-trigger span.top {
    top: 0px;
}
#nav-trigger span.middle {
    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);
}
.modal-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    /* 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-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(includes/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: 3px 10px;
    color: #fff;
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 24px;
text-transform: uppercase;
text-decoration: none;
    letter-spacing: 2px;
}

.nav.pop-menu > li > a:hover, .nav.pop-menu > li.active > a{
background-color: transparent;
    text-decoration: underline;
}
.navbar-toggle .icon-bar {
    background-color: #00b173;
}
.navbar-collapse {
    position: relative;
    z-index: 23;
    margin-right: 86px !important;
    margin-left: 130px !important;
}
.navbar-nav{
    float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    position: relative;    
}
.navbar-nav > li {
padding-top: 0px;
    height: 44px;
    line-height: 44px;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
    color:#393431;
    font-family: 'Roboto Slab', serif;
    font-weight:400;
    font-size:16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    position: relative;
    line-height: 44px;
    display: inline-block;
}

.navbar-nav > li:last-child a {
    padding-right: 0px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.navbar-nav > li.current-page-ancestor > a,
.navbar-nav > li.current-post-parent > a {
    background-color: transparent;
    text-decoration: none;
    color: #cb3a22;
}
.menu-contact.active > a, .menu-news.active > a, .menu-private-dining.active > a{
    color:#393431 !important;
    text-decoration: none !important;
}
.sub-menu-contact.active > a, .sub-menu-news.active > a, .sub-menu-private-dining.active > a{
    color:#fff !important;
    text-decoration: none !important;
}

.reservation-btn{
    display: none;
}
/* HOME
================================================== */

.double-stroke-box{
    border: 1px solid #9d9d9d;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.double-stroke-box:before {
border: 1px solid #9d9d9d;
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
pointer-events: none;
}
.double-stroke-box h2{
    font-family: DriverGothicPro;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}
.double-stroke-box h2:after{
    border-bottom: 1px solid #9d9d9d;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: -12px;
}
.double-stroke-box p{    
    color: #000000;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.double-stroke-box .tel{
    font-size: 20px;
    color: #000000;
}
.double-stroke-box .email-us{
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    color: #000000;
}
.line-spacer{
    background-color: #9d9d9d;
    margin-top: 14px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
}

.img-title{
    margin-bottom: 40px;
    text-align: center;
}

.home-follow-us{
    
}
.follow-us-photos{
    border: 1px solid #aa8833;
    width: 100%;
    position: relative;
    padding: 4px;
    margin:1px;
    margin-top: 56px;
}
.follow-us-photos:before {
border: 1px solid #aa8833;
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
}
.follow-us-photos .row{
    margin: 0;
    background-color:#000;
}
.follow-us-photo{
    padding: 0; 
}
.follow-us-photo img{
    
}

h3.title-follow-us{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 38px;
    margin-top: 10px;
}
.social-icons{
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-right: 40px;
    margin-left:40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(includes/images/social_icons.png);
    overflow: hidden;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
}
.social-icons.icon-facebook{
    background-position: 0 0;
}
.social-icons.icon-facebook:hover{
    background-position: 0 -26px;
}

.social-icons.icon-twitter{
    background-position: -96px 0;
}
.social-icons.icon-twitter:hover{
    background-position: -96px -26px;
}

.social-icons.icon-mailing-list{
    background-position: -209px 0;
}
.social-icons.icon-mailing-list:hover{
    background-position: -209px -26px;
}

.social-icons.icon-instagram{
    background-position: -157px 0;
}
.social-icons.icon-instagram:hover{
    background-position: -157px -26px;
}

.home-boxes{
    padding-bottom: 50px;
}
.home-news{
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
}
.home-news h2{
    font-size: 24px;
    font-weight: 800;
}
.home-news h3{
    font-weight: 800;
    font-size: 18px;
    margin-top: 40px;
}

.small-title-sep{
    margin-bottom: 40px;
}
.title-sep{
    text-align: center;
}
#news-home{
    text-align: center;
    padding-bottom: 60px;
}
#contact-home{
    text-align: center;
    padding-bottom: 60px;
    font-size:18px;
    line-height: 32px;
}
#contact-home h2{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
#contact-home .contact-location{
 margin-top: 40px;
}
#contact-home .contact-hours{
    position: relative;
    border-right: 1px solid #000;
    margin-top: 40px;
}
#contact-home .contact-hours p{
    margin-bottom: 30px;
}
#contact-home .contact-questions{
    margin-top: 40px;
}
#contact-home .contact-hours h2, #contact-home .contact-questions h2{
    margin-bottom: 30px;
}
.purchase-gift-cards{
    margin-top: 40px;
    display: block;
}
#private-dining{
    padding-bottom: 60px;
}
#private-dining .title-sep{
    margin-bottom: 50px;
}

.pd-photo-area{
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}

.pd-photo-frame{
    width:400px;
    height: 308px;
    margin: 0 auto;
    background-image:url(includes/images/pd-photo-frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 20px;
    display: table;
    text-align: center;
}
.pd-photo-frame img{
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    text-align: center;
    padding: 12px;
}
.download-event-kit{
    
}
#private-dining{
    font-size: 16px;
    line-height: 28px;
}
.private-dining-contact h3{
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
}
.private-dining-contact p{
    line-height: 22px;
    margin-bottom: 24px;
}
.book-an-event-btn{
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* About */
.about-hero{
    height: 446px;
}
.about-content{
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 100px;
}
.about-content h2{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.diamond-bar{
    height:7px;
    width: 100%;
    background-image: url(includes/images/diamond-bg.png);
    background-position: center;
    margin-top: 50px;
    margin-bottom: 40px;   
}
h1.big-title{
    font-family: 'Libre Baskerville', serif;
    font-size: 34px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.center-title{
    text-align: center;
    margin-top: 30px;
}
.about-illustration{
    text-align: center;
    margin-top: 90px;
}
.about-row{
    margin-bottom: 40px;
}
.team-row{
    margin-top:40px;
}
.team-box{
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 28px;
}
.team-photo{
    float: left;
    border: 10px solid #fff;
box-shadow: 1.5px 2.6px 4px rgba(0, 0, 0, 0.08);
    margin-right: 30px;
    margin-bottom: 10px;
    width: 350px;
}
.team-name{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
.team-title{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}


.contact-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.big-text{
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.big-links{
    font-size: 24px;
    font-family: DriverGothicPro;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-box{
    margin-bottom: 20px;
}
.contact-line{
    height: 1px;
    background-color:#9d9d9d;
    width: auto;
}
.hours-box .big-text{
    margin-top: 0px;
}
.page-not-found-title{
    font-size: 18px;
    font-family: 'merriweather', serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 48px;
}
.page-not-found-quote1{
    font-family: 'merriweather', serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}
.page-not-found-quote1 p{
    margin-bottom: 30px;
}
.page-not-found-quote1 a{
    color: #ce302d;
    text-decoration: none;
}
.page-not-found-quote1 a:hover{
    color: #ce302d;
    text-decoration: underline;
}
.page-not-found-photo{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Menu */
#menus{
    padding-top:37px;
}


.menus{
	width:100%;
	display:block;
	float:left;
}
.menus_wrap{
    margin:0 auto;
     margin-top:20px;	
    text-align:center;
}
.menus_wrap .line-spacer:last-child{
    display: none;
}
	
.post-type-archive-menu .line-spacer{
    background-color: #a8a3a0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
}
.menu-title{
    padding-top:20px;
	letter-spacing:2px;
    text-align:center;
	font-family:  "roboto slab", serif;
    font-size:32px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.menu-sub-title{
    margin-top:-10px;
    margin-bottom: 10px;
    text-align:center;    
    font-style: italic;
}
.menu-items{
   margin-bottom:0px;
	padding-bottom:20px;
	padding-top:20px;
}
.menu-items p{
	margin-bottom:30px !important;
	line-height:24px !important;
	
}
.js-hidden {
  display: none;
}
#menu-nav{
	display:block;
    text-align: center;
    margin-top: 60px;
	margin-bottom:40px;
    
}
#menu-nav a, #menu-nav a:visited{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
    cursor: pointer;
}
#menu-nav a:hover{
    text-decoration: underline;
}

a.here{
	color:#000000 !important;
    text-decoration: underline !important;
}

.photo-wrapper{
    margin-bottom: 40px;
    text-align: center;
    display: block;
}

.page-template-template_photos-php .title-sep{
    margin-bottom: 60px;
}
/**
 * Grid container
 */
#press-container {
position: relative;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.press-intro{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}
#tiles {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
    
    float:left;
}

/**
 * Grid items
 */

#tiles li, .wookmark-placeholder {
	width: 292px;
	background-color: #f0ede9;
	/*border: 1px solid #b1a05e;*/
	display: none; /** Hide items initially to avoid a flicker effect **/
  	cursor:auto;
	/*padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;*/
    
    text-align: center;
    
}

#tiles li.active > .press-box {
	background-color: #ffffff;
    border-color: #cc3a22;
}
#tiles li.is-link {
	cursor: pointer;
}

#tiles li img {
	display: block;
    width: 100%;
    height: auto;
}
.press-box{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left:15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f0ede9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#tiles li.active > .press-box:before {
    border: 1px solid #cc3a22;
}
.press-box h2:after{
   display: none;
}
.press-item h2{
    font-family: DriverGothicPro;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    margin-top: 0;
}

.press-date{
    font-size: 15px;
    font-style: italic;
    position: relative;
    margin-bottom: 10px;
}
.press-date:after{
    border-bottom: 1px solid #9d9d9d;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: -12px;
}
.press-box p{
    margin-top: 30px;
    margin-bottom: 20px;
}

.home-bottom-hero {
    height: 500px;
}
footer{
    background-color: #383532;
    padding-top: 74px;
    padding-bottom: 36px;
}
footer .container{
    position: relative; 
}

footer .line-spacer{
    background-color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
}
footer h2{
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer h2 a{
    color: #ffffff;
    text-decoration: none;
}
footer h2 a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.mailing-list{
    text-align: center;
    width: 740px;
    height: 56px;
    margin:0 auto;
}
.mailing-list-form{
    width:354px;
    display: block;
    float: left;
    margin-right: 30px;
    padding-top: 10px;
}
.mailing-list-title{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    height:36px;
    line-height: 36px;
    margin: 0;
    width: 220px;
    float: left;
    text-transform: uppercase;
    padding-top: 10px;
}
.mailing-list .form-wrapper{
    width:auto;
    height: 36px;
}
.mailing-list .form-control{
    margin: 0;
    width: 304px;
    float: left;
    height: 36px;
    padding: 6px 12px;
    font-size:14px;
    font-family: Arial;
    line-height: 1.42857143;
    color:#666666;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    border-radius: 0px;
    box-shadow:0;
}
.btn-mailing-list {
    background-color: #a8a3a0;
    border-color: transparent;
    width:50px;
    height: 36px;
    margin: 0;
    float: left;
    border: 0;
    padding: 6px 12px;
    border-radius: 0px;
    background-image:url(includes/images/ArrowRight.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.btn-mailing-list:hover {
    background-color: #cb3a22;
}
.mailing-list .footer-social{
    float: left;
    height: 56px;
    width: 130px;
    border-left: 1px solid #666666;
}
.mailing-list .footer-social .social-icons{
    display: inline-block;
    width: 28px;
    height: 26px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 14px;
    margin-right:0;
    margin-left:0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(includes/images/social_icons.png);
    overflow: hidden;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
}
.mailing-list .footer-social .social-icons.icon-facebook{
    background-position: 0 0;
    margin-left: 4px;
    margin-right: 4px
}
.mailing-list .footer-social .social-icons.icon-facebook:hover{
    background-position: 0 -26px;
}

.mailing-list .footer-social .social-icons.icon-twitter{
    background-position: -96px 0;
    margin-left: 4px;
    margin-right: 4px
}
.mailing-list .footer-social .social-icons.icon-twitter:hover{
    background-position: -96px -26px;
}

.mailing-list .footer-social .social-icons.icon-instagram{
    background-position: -157px 0;
    margin-left: 4px;
    margin-right: 4px;
}
.mailing-list .footer-social .social-icons.icon-instagram:hover{
    background-position: -157px -26px;
}
button:focus {outline:0;}

.group-links{
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
.group-link{
    
}
.group-links a{
    display: inline-block;
    padding-right: 22px;
    padding-left: 22px;
}


.work-with-us{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 20px;
}
.work-with-us:hover{
    text-decoration: none;
}

.footer-address{
    font-family: Arial;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    color: #ffffff;
}
.footer-address div{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.footer-address a{
    text-decoration: none;
    color: #fff;
}
.footer-address a:hover{
    text-decoration: underline;
}
.copyright{
    font-size: 14px;
    font-family: Arial;
    color:#9d9d9d;
    padding-top: 26px;
    display: block;
}
.copyright span{
    display:inline-block;
}



/* Blog styles */

.page-title {
    margin-top: 52px;
    margin-bottom: 0px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.page-title a {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    text-decoration: none !important;
    letter-spacing: 1.5px;
}
.post-meta {
    color: #A4A5A5;
    font-family: "proxima-nova", "sans-serif";
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.meta-sep {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
}
.social-icons-post {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 40px;
}
.social-icons-post.bottom {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.social-icons-post h3 {
    color: #BBBDBD;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.social-icons-post a {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-left: 5px;
    background-position: 0 0;
    opacity: 1;
}
.social-icons-post a:hover {
    opacity: .6;
}
.social-icons-post .post-icon-facebook {
    background-image: url(includes/images/icon-share-facebook.png);
}
.social-icons-post .post-icon-twitter {
    background-image: url(includes/images/icon-share-twitter.png);
}
.social-icons-post .post-icon-email {
    background-image: url(includes/images/icon-share-email.png);
}
.post-navigation {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: -60px;
}
.post-navigation .pager li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.post-navigation .pager li a:hover {
    color: #0096a4;
    background-color: transparent;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 72px;
    height: 105px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    background: url(includes/images/ui.totop.png) no-repeat left top;
    cursor: pointer;
    z-index:60;
}
.mobile #toTop{
    display: none !important;
}
#toTopHover {
    background: url(includes/images/ui.totop.png) no-repeat left top;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    bottom: 20px;
    right: 20px;
}
#toTop:active,
#toTop:focus {
    outline: none;
}
/* END MISCELANIOUS
================================================== */

/*** MEDIA QUERIES ***/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .desktop #nav-trigger {
       
    }
    .desktop #menu-bar .menu {
        
    }
    .tablet #nav-trigger {
        display: block;
        top: 36px;
    }
    .tablet #menu-bar .menu {
        display: none;
    }
    .tablet #menu-bar {
        height: 84px !important;
        width: 100%;
        top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 99;
    }
    .tablet .reservation-btn {
        display: block;
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -80px;
        padding-top: 0;
        top: 27px;
        width: 161px;
    }
    .tablet .top-menu-bar{
        display: none;
    }
    .tablet .bottom-menu-bar .logo {
        display: block;
        width: auto;
        margin-top: 28px;
    }
    .tablet #menu-bar .menu {
        display: none;
    }
    .mailing-list .footer-social .social-icons{
        margin-left: 0;
        margin-right: 0;
    }
    
}
/* Medium Devices, Desktops */

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

    
    #nav-trigger {
        display: block;
        top: 34px;
    }
    #menu-bar .menu {
        display: none;
    }
    .reservation-btn {
    display: block;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    padding-top: 0;
    top: 27px;
    width: 161px;
    }
    .tablet footer .container:before {
top: -97px;
right: 50%;
margin-right: -84px;
}
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #menu-gap {
        height: 84px;
    }
    #menu-bar {
        height: 84px !important;
        width: 100%;
        top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #nav-trigger {
        display: block;
        top: 34px;
        right: 15px;
    }


    .reservation-btn {
    display: block;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    padding-top: 0;
    top: 27px;
    width: 161px;
    }
    
    
    .top-menu-bar{
        display: none;
    }
    .bottom-menu-bar .logo {
        display: block; 
    }
    #menu-bar .menu {
        display: none;
    }
    
    .pd-photo-frame{
        width:330px;
        height: 254px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .pd-photo-frame img{
        padding: 10px;
    }
    
    
    
    
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #menu-gap {
        height: 72px !important;
    }
    #nav-trigger {
        display: block;
        top: 26px !important;
        right: 15px !important;
    }
    
    #menu-bar {
        height: 72px !important;
        width: 100%;
        top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 99;
    }
    .top-menu-bar{
        display: none;
    }
    .bottom-menu-bar .logo {
        display: block; 
    }
    #menu-bar .menu {
        display: none;
    }
    .reservation-btn {
display: block;
float: none;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        padding-top: 0;
        top: 22px;
        width:120px
}
    .paralax-slice {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        position: relative;
        z-index: 9;
        display: table;
    }
    .hero-logo {
        width: 240px;
        height: 148px;
        margin-top: -75px;
        position: absolute;
        top: 45%;
        z-index: 24;
        display: block;
        opacity: 0;
    }
    .img-title{
        margin-bottom: 20px;
    }
    .mailing-list {
    text-align: center;
    width: auto;
    height: auto;
    margin: 0 auto;
        margin-bottom: 10px;
    }
    .mailing-list-title {
    height: auto;
    margin: 0;
    width: auto;
        text-align: center;
    float: none;
    }
    .mailing-list-form {
    float: none;
        margin: 0 auto;
        width: 280px;
    }
    .mailing-list .form-control {
    width: 230px;
    }
    .social-icons{
        margin-right: 10px;
        margin-left:10px;
    }
    .scroll-down{
        width: 70px;
        height: auto; 
        bottom: 30px;
        position: absolute;
        z-index: 24;
        display: block;
        opacity: 0;
    }
    .contact-reservations{
        margin-top: 40px;
    }
    .about-content{
        margin-bottom: 20px;
    }
    .content-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    }
  
    .menu-title {
    font-size: 30px;
    }
    #private-dining .title-sep {
        margin-bottom: 20px;
    }
    #contact-home .contact-hours {
        border: 0;
    }
    .pd-photo-frame{
    width:315px;
    height: 243px;
}
.pd-photo-frame img{

    padding: 10px;
}
    footer {
        padding-top:40px;
        padding-bottom: 36px;
    }
    
    .mailing-list .footer-social {
        float: none;
        height: auto;
        width: auto;
        border: 0;
        text-align: center;
        margin-top: 20px;
    }
    
    footer h2 {
    margin-top: 30px;
    }
    .work-with-us {
        margin-top: 20px;
    }
    
    .paralax-image img{
        width: 300px;
    }
    .about-hero {
        height: 200px;
    }
    .team-name{
        margin-bottom: 10px;
    }
    .team-title{
        margin-bottom: 20px;
    }
    .team-box {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 28px;
    }
    .about-content h2 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-content {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    #menu-nav {
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .page-template-template_photos .title-sep {
        margin-bottom: 20px;
    }
    .photo-wrapper {
        margin-bottom: 20px;
    }
    
    .sugo-location {
        margin-top: 0px;
    }
    
    .sugo-tagline {
        margin-top: 10px;
    }
    
}
/* Custom, iPhone Retina */

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


a.more-link{
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: left;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0px 0 .4em;
}


/* Clearing */
.clear {
	clear: both;
}

.sidebar{

    padding-bottom: 10px;
    
}
.sidebar .sidebar-padder{
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 0px 0 0px;
  border-bottom: 0;
}

.entry-meta{
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 0;
}

.page-title{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
}
.page-title a{
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    text-decoration: none !important;
    letter-spacing: 1.5px;
}
.topPostHeader{
    margin-top: 0px;
    margin-bottom: 0px;
}
.topPostHeader .page-title{
    margin-bottom: 20px;
    font-size: 40px;
    text-align: left;
}

.posted-on{
    font-size: 22px;
    color: #4a4a4a;
}
.posted-on a, .byline a{
    color: #4a4a4a !important;
    text-decoration: none !important;
}

.byline{

    font-size: 22px;
    font-style: italic;
    color: #4a4a4a;
}

.tags-links{
    color:#7ec8e0;

    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    display: block;
    padding-top: 10px;
}
.tags-links a{
    font-size: 18px;
    color:#7ec8e0 !important;
    text-decoration: none !important;
    font-style: normal;
}
.tags-links a:hover{
    text-decoration: underline !important;
}

.entry-content, .entry-summary{
    font-size: 20px;
}
.main-content-inner{
    padding-left: 30px;
    padding-top: 40px;
}
.main-content-inner a{
    color: #231f20;
    text-decoration: underline;
}
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
}

div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current {
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 1px 6px;
  padding: 0px 0px;
  display: inline-block;
  border-top: 0;
  text-decoration: none !important;
  color: #4a4a4a !important;
  font-size: smaller !important;
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
    border-bottom: 1px solid #4a4a4a;
}

div.pagination a:hover, div.pagination a:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none !important;
}

div.pagination span.current {
  -o-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  color: #4a4a4a !important;
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  text-decoration: none !important;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget-title{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 20px;
    border-bottom: 2px solid #fff;
}
.widget .nav{
    text-align: left;
}
.widget .nav li {
position: relative;
margin: 0;
float: none;
display: block;
width: auto;
text-align: left;
height: auto;
line-height: 20px !important;
}
.widget .nav li a {
text-decoration: none;
width: 100%;
margin: 0;
color: #4a4a4a;
font-size: 18px;
font-family: 'brandon-grotesque';
    font-weight: 400;
margin-right: 0px;
margin-left: 0px;
padding: 0;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 0px;
text-transform: none;
letter-spacing: 1px;
-webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
position: relative;
}
.widget .nav li a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}

.pager li > a, .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 0;
border-radius: 0px;
    font-size: 20px;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%;
font-style: italic;
font-size: 18px;
}
.wp-caption.alignleft{
    float: left;
}
.wp-caption img{
    padding-bottom: 10px;
}
.attachment-post-thumbnail{
    float: left;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*


 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/
