/*
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/reset.css";
@import "css/normalize.css";
@import "css/fontface.css";
@import "css/typography.css";
@import "css/layout.css";
/*@import "css/media-queries.css";*/


body{
   background-color: #F4F4F4;
}

.page{
    background: transparent;
}

.home-divider {
  display:none;
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  top: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 14px;
}

.homepage .home-divider{
    display: block;
}

.top-border{
    border-top-style: solid;
    border-top-width: 14px;
    padding-top: 16px;
}


/* Events Grids */
.event-grids{
    clear: both;
}

.event-grids > li,
.event-grids > div{
   /* margin-bottom: 10px;    */
}

.event-grids.event-borders > div{
  /*border-top: 14px solid #0000FE;
    padding-top: 4px;*/
}

.blue-divider{
    border-top: 14px solid #0000FE;
    height: 64px;
}

.event-grid{
    overflow: hidden;    
}

.event-grid.full{
    padding-bottom: 15px;
}

.grid-row{
    overflow: hidden;
    margin-bottom: 16px;
}

.event-grid .grid-row li{
    float: left;
    overflow: hidden;
    width: 140px;
    height: auto;
    margin-right: 20px;
    border-top: 14px solid #0000FE;
    padding-top: 16px;
}

.event-grid.upcoming .grid-row li{
    border: 0 none;
    padding-top: 0;
}

.event-grid.full .grid-row li{
    width: 300px;
    margin-bottom: 10px;
}

.event-grid.full .grid-row:first-child li{
    border-top: 0 none;
}

.event-grid .grid-row li:last-child{
    margin-right: 0;
}

.event-grids.event-borders > div .event-grid .grid-row li{
  /*  border: 0 none;
    padding-top: 0;*/
}

.event-item-link{
    position: relative;
    display: block;
}

.event-item-thumb{
    overflow: hidden;
    height: 198px;
}

.event-grid.full .event-item-thumb{
    height: 424px;
}

.event-item-info{
    overflow: hidden;
    height: auto;
    padding-top: 8px;
}

.event-spacer{
    height: 228px!important;
    position: relative;
    background: transparent;
}

.event-spacer div {
  background: #CCCCCC;
  height: 140px;
  left: 62px;
  position: absolute;
  top: 40px;
  width: 14px;
  z-index: 1;
}

.this-week-spacer div,
.next-week-spacer div,
.future-spacer div{
    height: 198px;
    width: 100%;
    background: #0000FE;
    display: table;
    position:relative;
}

.this-week-spacer h2,
.next-week-spacer h2,
.future-spacer h2{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
}

.event-item-status{
    background: #0000FE;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
    width: 56px;
    height: 56px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FEFEFE;
    background-size: 60%!important;
}

.event-item-status.status-subhub{ background-size: 50%!important; }

.event-grid.full .event-item-status,
.related-event-image .event-item-status{
    width: 82px;
    height: 82px;
    top: 8px;
    left: 8px;
}
/*
.event-grid.half .event-item-status{
    background-size: 70% !important;
}*/




/* - */

/* regulars grid */
.regulars-grid{
    overflow: hidden;
    margin-bottom: 6px;
}

.regulars-grid .grid-row li{
    float: left;
    overflow: hidden;
    width: 140px;
    height: auto;
    margin-right: 20px;
    border-top: 14px solid #0000FE;
    padding-top: 16px;
}

.regulars-grid .grid-row li:last-child{
    margin-right: 0;
}

.regulars-grid.no-borders .grid-row li{
    border-top: 0 none;
    padding-top: 0;    
}

.regulars-grid-big .grid-row li{
    float: left;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin-right: 20px;
    border-top: 14px solid #0000FE;
    padding-top: 16px;
}

.regulars-grid-big .grid-row li:last-child{
    margin-right: 0;
}

.regular-item-link{
    position: relative;
    display: block;
}

.regular-item-thumb{
    overflow: hidden;
    height: 140px;
}

.regular-item-thumb-big{
    overflow:hidden;
    height: auto;
}

.regular-item-info{
    overflow: hidden;
    height: auto;
    padding-top: 8px;
}
/* - */


/* event single */
.page-thumb{
    width: 100%;
    overflow: hidden;    
}

.page-thumb,
.single-event-thumb img,
.featured-event-thumb img{
    width: 100%;
    height: auto;
    font-size: 0;
}

.event-page-poster{
    line-height: 0;
}

.event-page-status{
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 10;
    width: 103px;
    height: 103px;
    background: url('/wp-content/themes/WEW_base/images/status-yellow.png') 0 0 scroll no-repeat transparent;
    display: table;
    overflow: hidden;
}

.event-page-status h3{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}




/* side navs */
.side-nav{
    overflow: hidden;
}

.btn-next,
.btn-prev{
    display: block;
    position: relative;
    height: 202px;
    width: 140px;
    padding-top: 80px;
    margin-bottom: 16px;
}

.btn-prev{
    text-align: right;
    margin-bottom: 32px;
}

.btn-arrow{
    position: absolute;
    left: 0;
    top: 0;
}

.btn-next .btn-arrow{
    left: 29px;
}

.r-arrow-blue{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') -111px 0 scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}

.l-arrow-blue{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') -111px -202px scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}

.r-arrow-red{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') 0 0 scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}

.l-arrow-red{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') 0 -202px scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}

.r-arrow-grey{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') -222px 0 scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}

.l-arrow-grey{
    background: url('/wp-content/themes/WEW_base/images/arrows-big.png') -222px -202px scroll no-repeat transparent;
    width: 111px;
    height: 202px;
}
/* - */

.related-blogs a{
    line-height: 0;
}

.related-blog-title{
    background: #FE5955;
    width: 100%;
    padding: 10px 10px 40px 10px;
}

.related-blogs li{
    margin-bottom: 1px;
}

.tickets-link{
    display: table;
    background: #00FFFF;
    padding: 25px 30px;
    /*width: 300px;*/
    height: 155px;
    margin-bottom: 1px;
}

.tickets-link .btn-txt{
    display: table-cell;
    color: #343434;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}


/* - */

/* Blog grid / History grid */
.blog-grid,
.history-grid{
    overflow: visible;
}

.blog-grid li,
.history-grid li{
    border-top: 14px solid #FE0000;
    padding-top: 16px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.blog-grid li.month-divider{
    padding: 6px 0;
    margin: 0;
}

.history-grid li{
    border-top: 14px solid #0000FE;
}

.blog-grid li img,
.blog-grid li iframe,
.blog-grid li embed,
.blog-grid li object,
.history-grid li img,
.history-grid li iframe,
.history-grid li embed,
.history-grid li object{
    width: 100%;
    height: auto;
}

.blog-grid li a{
    position: relative;
    display: block;    
}

.blog-item-excerpt{
    width: 100%;
    padding-right: 20px;
}

.blog-grid li .blog-item-icon{
    margin-top: 7px;
    width: auto;
    height: auto;
}

.blog-grid li .twitter-col{
    width: 30px;
    display: block;
    float: left;
    margin-right: 4px;
}


.feat-image-colour{
position: absolute;
top: 0;
left: 0;
z-index: 5;

opacity: 0;
transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-webkit-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
}


.blog-grid li a:hover .feat-image-colour{
    opacity: 1;
}

.feat-image-bw.gd{
    background-size: 100%;
    background-color: #FF6668;
    background-blend-mode: multiply;
}

.feat-image-bw.gd img{
    display: block;
    visibility: hidden;
}

.hide{
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 0;
}

a.play-video{
    position: relative;
}




.btn-play-large-bw{
    position: absolute;
    width: 60px;
    height: 81px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -30px;
    background: url('/wp-content/themes/WEW_base/images/play-big.png') 0 0 scroll no-repeat transparent;
    z-index: 10;
}      

.btn-play-medium-bw{
    position: absolute;
    width: 51px;
    height: 69px;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -25px;
    background: url('/wp-content/themes/WEW_base/images/play-med.png') 0 0 scroll no-repeat transparent;
    z-index: 10;
}                 

.btn-play-thumbnail-bw{
    position: absolute;
    width:43px;
    height: 57px;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -22px;
    background: url('/wp-content/themes/WEW_base/images/play-sm.png') 0 0 scroll no-repeat transparent;
    z-index: 10;
}              


.blog-item-video-html{
    display:none;
}


.medium-bw.blog-item .blog-item-sc-html iframe,
.module.related-audio > div iframe,
.sidebar-audio iframe{
    height: 167px;
    max-height: 167px;
}

.blog-item-tweet-large-bw{
    float: left;
    width: 420px;
    margin-left: 14px;
}

.blog-item-tweet-medium-bw{
    float: left;
    width: 266px;
    font-size: 12px;
    line-height: 14px;
}

.blog-item-tweet-medium-bw a{
    color: #FE0000;
}

.twitter-tweet-rendered{ display: none!important; }

h2.history-heading{
    margin-top: -5px;
    margin-bottom: 16px;
}

h1.history-heading{
    margin-top: -12px;
    margin-bottom: 0px;
}


.history-item.large{
    margin-bottom: 14px;
}

.history-feat-image{
    border-top: 14px solid #0000FE;
    padding-top: 16px;
}

.no-border{
    border: none;
    padding-top: 0;
}
/* blog item widths */
.thumbnail-bw,
.history-grid .thumbnail{
    width: 140px; 
}

.medium-bw,
.history-item.medium{
   width: 300px;
}

.large-bw,
.history-item.large{
    width: 460px;
}

/* - */

/* Blog Single */
.blog-page-title{
    background: #FE5955;
    margin-bottom: 1px;
    min-height: 43px;
    padding: 8px 20px 10px 10px;
}

.blog-feat-image{
    width:100%;
    line-height: 0;
    margin-bottom: 16px;
}

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

.blog-page-content{
    background: #FFFFFF;
    padding: 10px 20px 60px 10px;
}

.related-event-heading{
    background: #434343;
    margin-bottom: 1px;
    min-height: 43px;
    padding: 5px 0 0 15px;
}

.related-events li{
    position: relative;
    min-height: 150px;
}

.related-event-image{
    line-height: 0;
    margin-bottom: 16px;
    position: relative;
}

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

.related-event-title{
    position: absolute;
    bottom: 20px;
    padding: 0 10px;
}

.related-audio iframe,
.related-audio embed,
.related-audio object,
.sidebar-audio iframe{
    width: 100%;
}

.related-video iframe,
.related-video embed,
.related-video object{
    width: 100%;
}

.col-1-3 .related-video iframe,
.col-1-3 .related-video embed,
.col-1-3 .related-video object{
    height: 176px;
}

.col-1-3 .related-video.yt iframe{
    height: 225px;
}

.related-posts{
    width: 100%;
    margin-top: 25px;
}

.share-buttons{
    margin-top: 10px;
}

.share-btn{
    display: block;
    height: 43px;
    width: 226px;
    margin-bottom: 2px;
    padding: 12px;
    position: relative;
}


.share-btn.share-blog{
    background: #FE5955;
}

.share-btn.share-events{
    background: #FEDD02;
}

.share-btn-txt{
    position: absolute;    
    font-family: arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid;
}

.share-blog .share-btn-txt{
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.share-events .share-btn-txt{
    color: #343434;
    border-bottom-color: #343434;
}

.share-btn-icon{
    background: url('/wp-content/themes/WEW_base/images/social-icons.png') 0 0 scroll no-repeat transparent;
    position: absolute;
    overflow: hidden;
}


.faecesbook .share-btn-icon{
    right: 14px;
    top: 10px;
    width: 11px;
    height: 23px;
}

.shitter .share-btn-icon{
    right:9px;
    top: 10px;
    width: 26px;
    height: 23px;
}

.share-blog.faecesbook .share-btn-icon{
    background-position: 0 0;
}

.share-blog.shitter .share-btn-icon{
    background-position: -11px 0;
}

.share-events.faecesbook .share-btn-icon{
    background-position: -37px 0;
}

.share-events.shitter .share-btn-icon{
    background-position: -48px 0;
}




/* - */ 


/* pages */
.page-content{
    overflow: hidden;
    margin-bottom: 14px;
}

.page-content iframe{
    border: 0 none;
    max-height: 259px;
    max-width: 460px;
}
.image-borders img{
    border-top: 14px solid #0000FE;
    padding-top: 16px;
}
/* - */ 


.featured-events{
    overflow: hidden; 
    margin-bottom: 25px;   
}

.featured-events .clr{
    overflow: hidden;
}

.featured-event-title,
.single-event-title{
    border-top: 14px solid #0000FE;
    padding: 14px 0;    
}

.single-event-title .red{
    border-top: 14px solid #FE0000;
}

.featured-events .featured-event-title,
.single-event-title{
    padding-bottom: 4px;    
    padding-top: 8px;
}
.featured-events .featured-event-title h2,
.single-event-title h2{
    font-size: 42px;
    line-height: 40px;
}


.featured-event-thumb,
.single-event-thumb{
    width: 460px;
    height: 270px;
    max-height: 270px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
    margin-bottom: 16px;
}

.featured-event-arrow{
    position: absolute;
    top: 34px;
    left: 175px;
}



.featured-event-thumb img{
    width: 100%;
    height: auto;
}
/* - */ 

.news-post{
    overflow: hidden;
    margin-bottom: 30px;
}

ul.news-posters li{
    margin-bottom: 14px;
}

.page-content.pipeline img{
    width: 100%;
    height: auto;
}

.sidebar-audio > div{
    margin-bottom: 14px;
}

.sidebar-audio > div:last-child{
    margin: 0;
}

.sidebar-content{
    margin-bottom: 20px;
}

/* faqs */
.faqs li{
    display: block;
    height: auto;
    overflow: hidden;
}
.faq-title{
    padding: 10px 0;
}

.faq-content{
    max-height: 0;
    -moz-transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    overflow: hidden;
}

.faq-content.open{
    
    max-height: 400px;
}

.faq-content p{
    margin-bottom: 18px;
}



.btn-circle{
    margin: 0 auto 30px auto;
    display: block;
    border: 10px solid #0000FE;
    background: transparent;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    width: 140px;
    height: 140px;
    text-align: center;
    padding-top: 12px;
}

.btn-circle-sm{
    margin: 0 auto 30px auto;
    display: block;
    border: 3px solid #0000FE;
    background: transparent;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    width: 56px;
    height: 56px;
    text-align: center;
    padding-top: 12px;
}
/*
.btn-action-link{
    border-top-width: 14px;
    border-top-style: solid;
    padding-top: 10px;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 16px;
}*/

.btn-action-link{
    background: url("/wp-content/themes/WEW_base/images/white-arrow.svg") no-repeat scroll right center #0000FE;
    display: block;
    color: #FEFEFE;
    border-right: 10px solid transparent;
}

.btn-action-link .r-arrow-blue{
    position: absolute;
    right: 0;
    top: 6px;
    width: 27px;
    height: 47px;
    background: url('/wp-content/themes/WEW_base/images/r-arrows-small.png') scroll 0 0 no-repeat transparent;
}

.btn-action-link .r-arrow-red{
    position: absolute;
    right: 0;
    top: 6px;
    width: 27px;
    height: 47px;
    background: url('/wp-content/themes/WEW_base/images/arrows-small.png') scroll 0 0 no-repeat transparent;
}

.all-events{
    border: 10px solid #0000FE;
}

.all-blogs{
    border: 10px solid #FE0000;
}


.social-links{ margin-top: 26px;}

.social-btn{
    display: inline-block;
    width: 36px;
    height: 36px;
}

.social-btn.blue{
     background: url('/wp-content/themes/WEW_base/images/socnets-blue.png') scroll 0 0 no-repeat transparent;
}

.social-btn.red{
     background: url('/wp-content/themes/WEW_base/images/socnets-red.png') scroll 0 0 no-repeat transparent;
}

.social-btn.social-facebook{ background-position: 0 0; }
.social-btn.social-twitter{ background-position: -36px 0; }
.social-btn.social-google{ background-position: -72px 0; }
.social-btn.social-soundcloud{ background-position: -108px 0; }
.social-btn.social-vimeo{ background-position: -144px 0; }
.social-btn.social-instagram{ background-position: -180px 0; }
.social-btn.social-youtube{ background-position: -216px 0; }
.social-btn.social-vine{ background-position: -252px 0; }
.social-btn.social-email{ background-position: -288px 0; }



.social-icons ul{
    display: block;
    font-size: 0;
}
.social-icons li{
    display: inline-block;
    float: left;
}

.social-icons a{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    webkit-border-radius: 50%;
    moz-border-radius: 50%;
    font-size: 0;
    line-height: 0px;
    padding: 0px;
}

.social-icons a svg{
    display: inline-block;
    width: 50%;
    height: 50%;
}

.social-icons ul li:nth-child(1) a svg{
    width: 9px;
    margin-top: 9px;
}
.social-icons ul li:nth-child(2) a svg{
    width: 18px;
    margin-top: 9px;
}
.social-icons ul li:nth-child(3) a svg{
    width: 16px;
    margin-top: 9px;
}
.social-icons ul li:nth-child(4) a svg{
    width: 25px;
    margin-top: 8px;
}
.social-icons ul li:nth-child(5) a svg{
    width: 18px;
    margin-top:9px;
}

.header-social-icons{
    padding-top: 0px;
}
.header-social-icons li{
    margin-right: 6px;
}
.header-social-icons li:last-child{
    margin-right: 0;
}
.header-social-icons a{
    width: 36px;
    height: 36px;
    background: #333333;
    line-height: 0px;
    padding: 0px;
}

.footer-social-icons{
    padding-top: 70px;
    clear: right;
}
.footer-social-icons li{
    margin-left: 4px;
}
.footer-social-icons a{
    width: 36px;
    height: 36px;
    background: #0000FE;
    
}

.blog-style-single .footer-social-icons a{
    background: #FE0000;
}



.heading{
    border-top-width: 14px;
    border-top-style: solid;
    padding-top: 10px;
    margin-bottom: 16px;
}

.content-footer{
    padding-top: 30px;
    position: relative;
}

/* footer */
.footer-content{
    border-top: 14px solid #0000FE;
    border-bottom: 14px solid #0000FE;
}

.blog-style-single .footer-content{
    border-color: #FE0000;
}

.footer-content .subclub-logo-blue{
    width: 45px;
    height: 29px;
    margin-bottom: 8px;
}

/*
.footer-social-links ul{
    overflow: hidden;  
    
}

.footer-social-links li{
    display: table;
    float: left;
    margin-right: 9px;
    height: 26px;
}

.footer-social-links li:last-child{
    margin-right: 0;
}

.footer-social-links li a{
    display: table-cell;
    vertical-align: bottom;
}

.footer-social-links li a.facebook{
    height: 23px;
    width: 11px;
}

.footer-social-links li a.twitter{
    background-position: -11px 0;
    height: 23px;
    width: 26px;
}

.iso-credit{ margin-top: 55px; text-align: right;}
.iso-credit span{ font-size: 11px; line-height: 11px; }*/


.hidden{
    display: none!important;
}

#map{
    width: 460px;
    height: 309px;
    margin-bottom: 4px;
}

/* contact form */
.contact-form{
    background: #FFFFFF;
}

.contact-content > h2{
    margin-top: 20px;
}

.contact-content > img{
    display: block;
}



#wpcf7-f84-p8-o1,
#wpcf7-f275-p8-o2{
    width: 250px;
    padding: 20px;
    border: 5px solid #FF6633;
}

#wpcf7-f84-p8-o1 input,
#wpcf7-f84-p8-o1 textarea,
#wpcf7-f275-p8-o2 input,
#wpcf7-f275-p8-o2 textarea{
    width: 200px;
    border-style: none;
    background-color: #EEEEEE;
}

#wpcf7-f84-p8-o1 textarea,
#wpcf7-f275-p8-o2 textarea{
    height: 75px;
}

#wpcf7-f84-p8-o1 form p,
#wpcf7-f84-p8-o1 input,
#wpcf7-f275-p8-o2 form p,
#wpcf7-f275-p8-o2 input{
    font-size: 12px;
}

#wpcf7-f84-p8-o1 p:last-child,
#wpcf7-f275-p8-o2 p:last-child{
    margin-bottom: 0;
}

.wpcf7-response-output{
    font-size: 12px;   
}


.signup-news{  height: auto; min-height: 60px; position: relative; margin-bottom: 16px;}
.signup-news .mc_merge_var{ width: 204px; padding-top: 10px;}
.signup-news .mc_signup_submit{ position: absolute; right: 20px; top :-16px;}


#mc_signup_form{ background-color: transparent!important; border: 0 none !important; padding: 0 !important; }
.mc_custom_border_hdr{ display: none; }
.mc_var_label{ display:none; }
.mc_input{ background: #E7E7E7; border: 0 none; width: 100%; height: 20px;}

/*
#mc_signup_submit {
    display: block;
    margin-top: 10px;
  background: url("/wp-content/themes/WEW_base/images/subscribe-grey.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  height: 57px;
  width: 57px;
}*/

/*
#mc_signup_submit:hover{ 
    background: url("/wp-content/themes/WEW_base/images/subscribe-blue.png") no-repeat scroll 0 0 transparent; 
}*/

#mc_message{ clear: left; width: 204px; }

.footer-content #mc_message{ clear: left; width: 140px; }


/* new */

.page-header .masthead{
    overflow: hidden;
    position: relative;
}
.page-header .signup-form{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 12px;
}

.signup-form .mc_form_inside{
    position: relative;
    overflow: hidden;
    float: right;
    width: 245px;
}

.signup-form .mc_input,
.signup-form #mc_message *{ 
  color: #222222;
  font-family: DejaVuSansMonoBook,Courier,"Courier New",monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
}

.signup-form .mc_var_label{ display:none; }

.signup-form #mc_mv_EMAIL,
.signup-form .mc_merge_var{
    width: 176px;
    float: left;
    border-radius: 0;
    webkit-border-radius: 0;
    moz-border-radius: 0;
    padding: 0 6px;
}

.signup-form .mc_merge_var{
    margin: 18px 0 0 0;
}

.signup-form .mc_signup_submit{
    position: relative;
    float: right;
    width: 56px;
    height: 56px;
    color: #F4F4F4;
    text-align: center;
    font-family: "Montefiore Bold", BebasRegular, Impact, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
}

.signup-form .mc_signup_submit span{
    position: absolute;
    top: 9px;
    left: 9px;
    cursor: pointer;
}

.signup-form #mc_signup_submit{
    float: right;
    margin: 0;
    background: #0000FE;
    border-radius: 50%;
    webkit-border-radius: 50%;
    moz-border-radius: 50%;
    width: 56px;
    height: 56px;
    border: 0 none;
    color: #F4F4F4;
}

.blog-style .signup-form #mc_signup_submit,
.blog-style-single .signup-form #mc_signup_submit{
    background: #FE0000;
}



/* MEDIA QUERIES */
 
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi){
    
    
         
    .selector-arrow {
      background-image: url("/wp-content/themes/WEW_base/images/up-arrow-sm@2x.png");
      background-size: 95px 28px;
    }

    .main-nav li:nth-child(2) .selector-arrow{
         background-image: url("/wp-content/themes/WEW_base/images/up-arrow-sm@2x.png");
         background-size: 95px 28px;
    }

        
        
    
    .r-arrow-blue{
    background-image: url('/wp-content/themes/WEW_base/images/arrows-big@2x.png');
    background-size: 333px 404px;
    width: 111px;
    height: 202px;
    }

    .l-arrow-blue{
        background-image: url('/wp-content/themes/WEW_base/images/arrows-big@2x.png');
       background-size: 333px 404px;
        width: 111px;
        height: 202px;
    }

    .r-arrow-red{
        /*background: url('/wp-content/themes/WEW_base/images/arrows-bigx2.png') 0 0 scroll no-repeat transparent;*/
        background-image: url('/wp-content/themes/WEW_base/images/arrows-big@2x.png');
        background-size: 333px 404px;
        width: 111px;
        height: 202px;
    }
/*
    .l-arrow-red{
        background: url('/wp-content/themes/WEW_base/images/arrows-big@x2.png') 0 -202px scroll no-repeat transparent;
       
        width: 111px;
        height: 202px;
    }*/

    .r-arrow-grey{
        background-image: url('/wp-content/themes/WEW_base/images/arrows-big@2x.png');
        background-size: 333px 404px;
        width: 111px;
        height: 202px;
    }

    .l-arrow-grey{
        background-image: url('/wp-content/themes/WEW_base/images/arrows-big@2x.png');
        background-size: 333px 404px;
        width: 111px;
        height: 202px;
    }
    
    
    .btn-action-link .r-arrow-blue{
    position: absolute;
    right: 0;
    top: 6px;
    width: 27px;
    height: 47px;
    background: url('/wp-content/themes/WEW_base/images/r-arrows-small.png') scroll 0 0 no-repeat transparent;
    background-size: 54px 47px;
}

.btn-action-link .r-arrow-red{
    position: absolute;
    right: 0;
    top: 6px;
    width: 27px;
    height: 47px;
    background: url('/wp-content/themes/WEW_base/images/arrows-small.png') scroll 0 0 no-repeat transparent;
    background-size: 54px 47px;
}

    
    .social-btn.blue{
         background-image: url('/wp-content/themes/WEW_base/images/socnets-blue@2x.png');
         background-size: 324px 36px;
    }

    .social-btn.red{
         background-image: url('/wp-content/themes/WEW_base/images/socnets-red@2x.png');
         background-size: 324px 36px;
    }
    
   
}
.bbn-wrap{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.bbn-logo{
    display: inline-block;
    width:90px;
    height: 51px;
    margin: 0 auto;
    background-image: url('/wp-content/themes/WEW_base/images/bbn.png');
    background-size: contain;
    background-repeat: no-repeat;

}
/*
.page-header .masthead::before{
    position: absolute;
    width:90px;
    height: 51px;
    background-image: url('/wp-content/themes/WEW_base/images/bbn.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    top: 17px;
    display: block;

}*/