@charset "utf-8";

/* ===================================================================================== */
/* ====== New Design Fix - Design by Matt Sellers - matt.sellers@livelinesuk.com ======= */
/* ===================================================================================== */

/* ============================================================ */
/* --- fonts ------------------------------------------------- */
@font-face {
    font-family: 'badaboom_bbregular';
    src: url('../fonts/badabb__0-webfont.eot');
    src: url('../fonts/badabb__0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badabb__0-webfont.woff2') format('woff2'),
         url('../fonts/badabb__0-webfont.woff') format('woff'),
         url('../fonts/badabb__0-webfont.ttf') format('truetype'),
         url('../fonts/badabb__0-webfont.svg#badaboom_bbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_1-webfont.eot');
    src: url('../fonts/bebasneue_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_1-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_1-webfont.woff') format('woff'),
         url('../fonts/bebasneue_1-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_1-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ============================================================ */
/* --- Clickable ---------------------------------------------- */
.clickable {position:relative;}
.clickable a {
position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
.clickable img {opacity: 1;}
.clickable img:hover {opacity: 0.69;}
a, img a {transition-duration: 200ms;}
/* ============================================================ */
/* --- Blogs Sidebar List ------------------------------------- */
.blog-list a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
	transition: 200ms;
}
.blog-list a span {
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
}
.blog-list a:hover {
    color: #7C94FD;
}
/* ============================================================ */