::selection { color: #ffffff; background: #ab8402;}
@font-face {
    font-family: 'miraculouschristmasregular';
    src: url('../miraculouschristmas-webfont.woff2') format('woff2'),
         url('../miraculouschristmas-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'interstate_condensedbold';
    src: url('../interstate-boldcondensed-webfont.woff2') format('woff2'),
         url('../interstate-boldcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rockwell';
    src: url('../Rockwell.woff2') format('woff2'),
        url('../Rockwell.woff') format('woff'),
        url('../Rockwell.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HEADER */
.tg-icon {
    font-family: "themegrill-icons";
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    color: #ffffff;
}
.tg-mobile-navigation {
    display: block;
    background: #00131d;
}

/* BODY */
a {
  color: #ffffff;
	background-color: transparent;
}

a:active,
a:hover {
  color: #ab8402;
	outline: 0;
}

/* FOOTER */
.tg-site-footer .tg-footer-widget-container {
    padding: 25px 0 0px;
}
.tg-site-footer .tg-site-footer-bar .tg-container {
    padding-top: 1em;
    padding-bottom: 0em;
  	font-family: Interstate-BoldCondensed;
    font-size: 20px;
    line-height: 2;
    font-weight: 200;
    font-style: normal;
}
.widget .widget-title {
    font-family: Rockwell;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
}
.widget {
    font-family: Interstate-BoldCondensed;
    font-size: 20px;
    line-height: 2;
    font-weight: 200;
    font-style: normal;
}

/*** COOKIES ***/
#cmplz-document {
    max-width: 100%;
}
.cc-revoke, .cc-window {
    font-family: "Interstate-BoldCondensed", 'sans-serif' !important;
    font-size: 16px;
    line-height: 1.5em;
}
.cookie-text, .cookie-text h2 {
    color: #ffffff;
}
.cmplz-soft-cookiewall {
  z-index: 999999 !important;
}

