/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .isFollowOn {
    width: 300px;
    height: 100px;
}

.followOnInstagram{
   background-color: #E4405F;
}

.followOnInstagram a h2{
   line-height: 1.4em;
   font-size: 1.4em;
   color: #fff;
   text-align: center;
   font-weight: 600;
}

.followOnInstagram img {
   margin: 0 auto;
   width: 50px;
   display: block;
}

.wwnis-hidden{
   visibility: hidden;
}

.InfiniteScroll-top {
   padding: 5px 0;
   font-family: 'BebasNeueRegular';
}

.InfiniteScroll-top .BebasNeue {
   padding: 0 !important;
   margin: 0 !important;
   font-size: 2.5em;
   text-align: center;
}

.incontentadunit {
   float: left;
   margin: 0 1em .2em 0;
}

#content .is-inner-content {
   padding: 1rem 1rem 1rem 1rem;
   margin: .5rem auto .5rem auto;
   background-color: #fff;
}

#content .is-inner-content:after {
   content: "";
   clear: both;
   display: table;
}

div.is-main {
   padding: .5rem 1rem .5rem 1rem;
   box-shadow: 0px 0px 2px #FFF inset, 0px 0px 5px #CACACA;
}

.is-sidebar {
   margin-top: 0;
}

.sidebar-sticky{
   position: -webkit-sticky;
   position: sticky;
   top: 20px;
 }

 .is-up-next{
   position: fixed;
   width: 300px;
   margin-bottom: 0.05rem;
   margin-top: 0.05rem;
   bottom: 1em;
   right: 1em;
   background-color: #fff;
   z-index: 100;
   text-align: center;
   box-shadow: 0px 0px 2px #FFF inset, 0px 0px 5px #CACACA;
   padding: .5em;
   border-bottom: solid .2rem #D52527;
}

.is-up-next a h4 {
   z-index: 1;
   color: white !important;
   font-size: .8em !important;
   font-weight: bold;
   bottom: 10px;
   background-color: rgba(0, 0, 0, 0.4);
   padding: .2em !important;
   width: 100%;
   text-align: center;
   border-bottom: none !important;
}

.is-up-next-mobile{
   position: fixed;
   width: 100%;
   margin-bottom: 0.05rem;
   margin-top: 0.05rem;
   bottom: .5em;
   background-color: #fff;
   z-index: 100;
   text-align: center;
   box-shadow: 0px 0px 2px #FFF inset, 0px 0px 5px #CACACA;
   padding: .1em;
   border-bottom: solid .2rem #D52527;
}
.is-up-next-mobile h3 {
   font-size: .9rem;
   margin: .01em;
}
.is-up-next-mobile a img {
   float: left;
   margin: .1em;
}
.is-up-next-mobile a h4 {
   font-size: .8em;
   margin-bottom: .01em;
}

.is-sidebar .panel {
   border: none;
   background-color: #fff;
   padding: 0 .8rem;
   margin-bottom: .2rem;
}

@media screen and (max-width: 600px){
   div#mbbs-ad-in-content-shortcode, div#just-eat-mobile-ad, div#mbbs-ad-in-content-shortcode-centre, div#mbbs-ad-in-content-shortcode-right {
       width: 300px;
   }

   .incontentadunit {
       width: 100%;
   }

   .incontentadunit div {
       width: 300px;
       margin: 0 auto;
   }
}

@media only screen and (max-width: 64.063em){
   div.is-main {
       padding: 0 .2em 0 .2em;
   }
   #content .is-inner-content {
       padding: .1rem;
   }
}

/*
.wwnis-Visible{
   visibility: visible;
}

.wwnis-hidden {
   position: absolute; 
   overflow: hidden; 
   clip: rect(0 0 0 0); 
   height: 10px; width: 1px; 
   margin: -1px; padding: 0; border: 0; 
}


.fb-comments span{
   height: 300px !important;
   overflow: scroll;
}
*/