/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { 
	position:fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 0px 30px 0px;
	background-color: #B04400;
	color: #fff;
	z-index: 99999;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 38px 9px 38px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 38px 9px 38px rgba(0,0,0,0.25);
	box-shadow: 0px 38px 9px 38px rgba(0,0,0,0.25);
}

.cc-cookies span.section { 
	max-width: 960px;
	margin: 0 auto;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}

.cc-cookies h4 {
	display: inline-block;
	font-weight: normal;
	font-size: 16px; font-size: 1.6rem;
}

.cc-cookies a {
	color: #fff;
	text-decoration: underline;
}

.cc-cookies a:hover {
	text-decoration: none;
}

.cc-overlay {
	/* padding-top: 25%; */
}

.cc-cookies span.section span {
	display: inline-block;
	padding-top: 20px;
	clear: both;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept {
	display: inline-block;
	background-color: #F48843;
    color: #fff;

    padding: 0 14px 0 14px;
    line-height: 38px;
    min-height: 41px;

    font-family: 'Literata', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700; /* Bold */
    font-size: 18px; font-size: 1.8rem;
    text-transform: capitalize;
    text-decoration: none;

    pointer: cursor;

    border-radius: 50px;
 
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

	margin-right: 15px;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	display: inline-block;
    background-color: #C95810;
    color: #fff;

    padding: 0 14px 0 14px;
    line-height: 38px;
    min-height: 41px;

    font-family: 'Literata', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700; /* Bold */
    font-size: 18px; font-size: 1.8rem;
    text-transform: capitalize;
    text-decoration: none;

    pointer: cursor;

    border-radius: 50px;
	
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cc-cookies a.cc-cookie-accept:hover, .cc-cookies-error a.cc-cookie-accept:hover, .cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover {
    background-color: #F46408;
	color: #fff;
}