/*
Theme Name: WEB EAT WEB base
Theme URI: http://webeatweb.com
Description: Web Eat Web Base
Version: 1.0
Author: Hoppy
Updated: 27th Sept 2012
*/

@import "css/normalize.css";
@import "css/reset.css";
@import "css/fontface.css";
@import "css/typography.css";
/* @import "css/media-queries.css"; */

html, body{
/* height: 100%; */
}

body { 
background-color: #2A2A2A;
}

/* crossfading bg */
.bsg:after{
    content: "";
}
        
.bsg, .bsg:after{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -10;
}
.bsg li:nth-child(1) span,
.bsg li:nth-child(2) span,
.bsg li:nth-child(3) span,
.bsg li:nth-child(4) span{
    background-image: url('images/img1.jpg');
}

.bsg li span.bg2{
    background-image: url('images/img2.jpg');
}

.bsg li span.bg3{
    background-image: url('images/brick-bg2.jpg');
}

.bsg li span.bg4{
    background-image: url('images/img3.jpg');
}
/*
.bsg li:nth-child(5) span{
    background-image: url('images/img3.jpg');
}*/

.bsg li span{
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-transition: rotateZ(0);
    -moz-transition: rotateZ(0);
    -o-transition: rotateZ(0);
    transition: rotateZ(0);
    
    /* force 3d hardware acceleration to help with transitions */
   -webkit-transform: translateZ(0); 
    -webkit-transform-style: preserve-3d;

}
.bsg li span{
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
    color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
}

.bsg li span.bg-on{
    opacity: 1;
}
/*---*/


.main-header{
    width: 100%;
}

#logo{
    position: absolute;
    left: 0;
    top: 50px;
    width: 80%;
}

#logo h1{
    padding: 0;
    border-left: 10px solid #F4E000;
    padding-left: 15px;
    /* text-shadow: 0 2px 2px #000000; /* turn off text shadow for tablets/mobile (add to media queries) */
}


/* Navigation */
#main-nav{
    display: none;
    background: #F4E000;
   padding: 12px 0;
    width: 100%;
    overflow: hidden;
  /* margin-top: 350px; */

  box-shadow: 6px 0px 6px 0px rgba(120,97,5,0.8);
}

.fixed{
position: fixed;
margin-top: 30px !important;
z-index: 9000;
}


#menu-nav-main{
padding-left: 30px;
padding-top: 8px;
float: left;
}

#menu-nav-main li{
    display: inline-block;
}

#menu-nav-main li span{
    display: inline-block;
    padding: 0 18px;
    
}

ul.social-menu{
    float: right;
    padding-right: 20px;
}
ul.social-menu li{
    display: inline-block;
    padding: 0 10px;
}

ul.social-menu li a,
ul.social-menu li a img{
    vertical-align: middle;
}
/* - */


.height{
    display: block;
    height: 300px;
    float: left;
    clear: both;
}

#map-olay{
display:none;
opacity: 0.4;
background: #000000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999998;

}

#map{
    display: block;
   width: 640px;
   height: 480px;
}

#map.on{
   margin-left: -300px;
   left:50%; 
}


/* MAIN CONTENT */
.section{
    /* allow header menu offset */
   padding-top: 80px;
    overflow: hidden;
}

#home.section{
    padding-top:0;
}

#offers.section{
    /*background: url('images/brick-bg2.jpg') repeat 0 91px transparent;*/
    overflow: hidden;
    min-height: 668px;
}

#blog.section{
    position: relative;
    overflow: hidden;
    min-height: 568px;
    margin-top: 50px;
}

.blog-bg{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 10px solid #362719;
    z-index: 0;
}

.blog-bg.image-on{
    background: url('images/panels.jpg') repeat -1px 91px transparent;
}

footer{
}





/* layout */
.row{
    overflow: hidden;
    margin-left:-12px;
}

.reset{
    padding: 0;
}
.page {
     margin: 0 auto;
     max-width: 100%;
     padding: 0;
     overflow:hidden;
     position:relative;
}

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    padding: 0;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
    /* background: rgba(200,0,0,0.3); */
}


.content-1-2 { width:640px; margin-top: 15px; }
.content-1-4 { width:210px; }

.slide-thumb { width:33.3333333333%; }
.slide-text { width:66.6666666667%; }

.left{
    float: left;
}

.right{
    float: right;
}

.clr{
    clear: both;
}

        
/* standard boxes */

.slider-box{
    padding: 0;
}

.content-box{
    background: #30271c;
    background:rgb(48,39,28);
    background:rgba(48,39,28,0.955);
    -ms-filter:alpha(opacity=95);
    filter:alpha(opacity=95);
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
    max-width: 560px;
}

.content-box *{
    position:relative; /* fix IE opacity inheritance */
}

.content-box .divider{
    height: 10px;
    border-bottom: 1px dotted #CCBB00;
    margin-bottom: 10px;
}

#about .content-box img{
    float: right;
    padding: 5px 0 10px 10px;
}

.download{
   margin-bottom: 10px; 
}

.specials-box{
    background: #fff2cc;
    background:rgb(255,242,204);
    background:rgba(255,242,204,0.955);
    -ms-filter:alpha(opacity=95);
    filter:alpha(opacity=95);
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px;
    max-width: 580px;
}

.specials-box *{
    position:relative; /* fix IE opacity inheritance */
}

.specials-header{
    background: url('images/view.png') 98% 10px no-repeat scroll #362719;
    padding: 10px;
    cursor: pointer;
}

.specials-body{
    padding-top: 10px;
    padding-left: 10px;
    display:none;
}

.signup-form{
    height: 200px;
    padding: 30px 0;
    background: url('images/signup.png') 30px 50% no-repeat scroll transparent;
    max-width: 560px;
    position: relative;
   
}

#signup-email{
    position: absolute;
    top: 150px;
    left: 220px;
    background: none repeat scroll 0 0 rgba(255, 242, 204, 0.4);
    color: #fff2cc;
    border-style: solid;
    border: 0 none;
    width: 200px;
     font-family: georgia, serif;
     font-style: italic;
}

.address-wrap{
    float:left;
     padding: 15px 0;
}

.address-text{
    float: right;
}



/* slider */
.slide-title.animate-in{
    
}

.slide-title.animate-out{
    
}

.slide-description.animate-in{
    
}

.slide-description.animate-out{
    
}

.slide-thumb.animate-in{
    
}

.slide-thumb.animate-out{
    
}

.slider-height{
    overflow: hidden;
    height: 300px;
}

#slider-container{  /* slider overrides */
    max-width: 600px;
    padding: 0;
}

#slider-container *{
    position: relative;
}

#slider{
    color: #F4E000;
    padding: 20px 70px 20px 10px;
    overflow: hidden;
}

.slider-nav{
    background: transparent;
    position: absolute !important;
    top: 20px;
    right: 20px;
}

#next-slide, #prev-slide{
    background: url('images/slider-nav.png') no-repeat 0 0 scroll transparent; 
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 10px;
}

#next-slide{
    background-position: -35px -35px
}

#prev-slide{
    background-position: 0px -35px;
}

#next-slide:hover, #next-slide:active,
#next-slide.reset-hover:hover{
    background-color: transparent;
    background-position: -35px 0;
    outline-color: #30271c;
}

#prev-slide:hover, #prev-slide:active,
#prev-slide.reset-hover:hover{
    background-color: transparent;
    background-position: 0 0;
    outline-color: #30271c;
}

#next-slide.reset-hover{
    background-position: -35px -35px
}

#prev-slide.reset-hover{
    background-position: 0px -35px;
}


.slides li{
    
}


.slide-thumb-container {
  width: 90px;
  height: 80px;
  margin: 6px 6px 10px 6px;
  float: left;
  position: relative;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -moz-transition: -moz-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  -ms-transition: -ms-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.slide-thumb{
    padding: 0;
    background: transparent;
    
}

.slide-thumb img{
    width: 100%;
    max-width: 150px;
    height: auto;
    /* border: 3px solid #FFFFFF; */
    /*
    -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    */
}

.slide-text{
    padding: 0;
    background: transparent;
}
/* - */

.photograph{
    margin: 5px;
  border: 8px solid #F7EAC5;
  box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
  transform: rotate(-2deg);
}

.dotm-thumb{
    width: 200px;
    height: auto;
}

.dotm-thumb img{
    width: 100%;
    height: auto;
    float: left;
}

/* Masonry grids */
.masonry-grid{
    
}

.grid-item{
    float: left;
    width: 260px;
    margin: 10px;
    padding: 10px;
    background: #e2d1bc;
    border: 1px solid #b0a292;
    min-height: 100px;   
}

.grid-item.span2cols{
    width: 560px;
}


/* EVENTS & OFFERS */
.event-postcard{
    background: #fff2cc;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    max-width: 580px;
    /* box-shadow */
    margin-bottom: 15px;
    margin-left: 15px;
}

.event-postcard .col-left{
    float: left;
    border-right: 1px dotted #30271c;
    padding-right: 10px;
    width: 200px;
    line-height: 0;
}

.event-postcard .col-right{
    float:left;
    padding-left: 20px;
    width: 320px;
}

.event-postcard .col-right p{
    padding-left: 4px;
}

.event-postcard .event-title-box{
    padding: 2px 4px;
    background: #BF2E1A;
    margin-bottom: 10px;
}


.event-postcard .bg-colour-red{  background: #bf2e1a; }
.event-postcard .bg-colour-orange{ background: #e3a200; }
.event-postcard .bg-colour-blue{ background: #7e9db1; }
.event-postcard .bg-colour-brown{ background: #362719; }


.event-postcard h2.event-title{
    margin-bottom: 40px;
}

.event-postcard .event-image{
    width: 100%;
    height: auto;
}

/* postcard typography */
.event-postcard h2{
    color: #30271c;
    font-family: "PlateletThinMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
}

.event-postcard h2.event-title{
    color: #fff2cc;
    font-family: "PlateletRegularMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 24px;
}

.event-postcard p{
    color: #30271c;
}




.offer-card-head{
    background: url('http://brutticompadres.com/wp-content/images/offer-star-bg.png') no-repeat 0 0 scroll #B8870D;
    width: 242px;
    padding: 5px;
}

.offer-card-head h2{
    color: #fff2cc;
    font-family: "PlateletRegularMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 22px;
}

.offer-card-body{
    padding: 5px;
    font-family: "PlateletRegularMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-style: normal;
    color: #30271C;
}

.offer-card-border{
    background: #fff2cc;
    padding: 2px;
    border: 8px solid #B8870D;
}

.offer-card-wrap{
    border: 8px solid #fff2cc;
    margin-bottom: 15px;
    width: 272px;
}

.offer-cards{
    padding-top: 15px;
}

/* - */




/* blog posts */
.post-images{
    margin-bottom: 8px;
}

.post-main-image{
    margin-bottom: 2px;
}

.post-main-image a,
.post-thumbs a{
    display: block;
    line-height: 0;
}

.post-thumbs{
   width: 260px;
   margin-bottom: 2px;
   overflow: hidden;
}

.post-thumbs .post-image:last-child{
    padding-right: 0;
}

.post-image{
    float: left;
    width: 25%;
    padding-right: 2px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 63px;
    overflow: hidden;
}

.post-image img{
    width: 100%;
    height: 100%;
    height: auto;
   
}




/* fancy banner */
.banner {
    position: relative;
    z-index: 1;
    margin: 80px auto;
    width: 330px;
}

.banner .line {
    margin: 0 0 10px;
    width: 100%;
    height: 78px;
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    -o-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    -ms-box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 3em;
    line-height: 78px;
    -webkit-transform: skew(0, -15deg);
    -moz-transform: skew(0, -15deg);
    -o-transform: skew(0, -15deg);
    -ms-transform: skew(0, -15deg);
    transform: skew(0, -15deg);
}

.banner .line:after,
.banner .line:first-child:before {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
    display: block;
    width: 330px;
    height: 78px;
    border-radius: 4px;
    background: rgba(249,144,64,0.8);
    content: '';
    -webkit-transform: skew(0, 15deg);
    -moz-transform: skew(0, 15deg);
    -o-transform: skew(0, 15deg);
    -ms-transform: skew(0, 15deg);
    transform: skew(0, 15deg);
}

.banner .line:first-child:before {
    top: -10px;
    right: 0;
    left: auto;
}

.banner .line:first-child:before,
.banner .line:last-child:after {
    width: 0;
    height: 0;
    border-width: 38px;
    border-style: solid;
    border-color: rgba(249,144,64,0.8) rgba(249,144,64,0.8) transparent transparent;
    background: transparent;
}

.banner .line:last-child:after {
    top: 12px;
    border-color: transparent transparent rgba(249,144,64,0.8) rgba(249,144,64,0.8);
}

.banner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(244,224,000,0.9);
    color: #914B2D;
    -webkit-text-shadow: 1px 1px 0 #444;
    -moz-text-shadow: 1px 1px 0 #444;
    -o-text-shadow: 1px 1px 0 #444;
    -ms-text-shadow: 1px 1px 0 #444;
    text-shadow: 1px 1px 0 #444;
}
/* - */


#small-logo{
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 999999;
}

#small-logo.show{
    opacity: 1;
}


#signup-go {
  color: #F4DB78;
  display: block;
  font-family: "PlateletRegularMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-style: normal;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 55px;
  text-transform: uppercase;
  top: 147px;
  width: 77px;
}

.offer-info{
     font-family: georgia, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

input.wpcf7-email{
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    width: 240px;
}

input.wpcf7-submit{
    padding: 4px;
}


.post-content img{ display: none !important; }

#slider-container{ opacity: 0; }