/*
CSS for Marvel Footer
Derek Dixon - Spark!
Mar 2017
Disney - GOTG2
*/
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:80px;   /* Height of the footer */
   background:#000;
   font-size: 14px;
   color: #444;
   padding-bottom: 10px;
}

.footer {
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    color: #969696;
    position: absolute;
    bottom: 10px;
    z-index: 60;
}

.link_link {
    color: #444;
	font-size: 12px;
}

.link_link:hover {
    color: #969696;
}

ul {
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
}

li {
    display: inline-block;
    padding: 0px 75px;
    list-style: none;
}

.footer_studio {
    width: 300px;
    height: 50px;
    background: url(../images/legal-logos.png) no-repeat;
    background-size: contain;
    background-position: 50%;
    margin: 20px auto 25px;
    position: static;
}

.copyright {
    color: #666;
}


/* COOKIES, YUM YUM */

#cookie-law {
    position: fixed;
    color: #fff;
    bottom: 0;
    z-index: 1000;
    left: 0;
    width: 100vw;
    padding: 0 30px;
    background: #000;
    padding: 15px 10px;
    border-top: solid 1px #ccc;
    vertical-align: baseline;
    font-size: 0.95em;
}

.cookieText {
    width: calc(100% - 150px);
    position: relative;
}

.cookieText a {
  border-bottom: solid 1px #fff;
  font-weight: 900;
}

.cookieText a:hover {
  border-bottom: solid 1px #f00;
  color: #f00;
}

.closeCookieBanner {
    width: 150px;
    background: #f00;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    cursor: pointer;
}

.closeCookieBanner span {
    position: absolute;
    top: calc(50% - 12px);
    text-align: left;
    padding: 0 20px;
    right: 0;
    left: 0;
}
