/*
Theme Name:	A Bit Lit
Stylesheet: Main CSS
*/


/*Basic Styles*/

body {
	background: #FCFCFC;
	font-family: 'granville', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #3C3C3B;
}

.pagewrap {
	width: 100%;
}

/*Footer*/

footer {
	color: #9D9D9D;
}

.footerwrap {
	position: relative;
	width: 90%;
	padding: 24px 0;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid rgba(112,112,112,0.2);
}

.footerwrap p {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 36px;
}

.footerwrap p.small {
	padding: 0;
}

/*Social Media Links*/

.sms-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: right;
}

ul.sm-links {
	height: 42px;
}

ul.sm-links li,
ul.sm-links li a {
	display: inline-block;
	height: 42px;
	vertical-align: top;
}

ul.sm-links li {
	border: 1px solid rgba(112,112,112,0.2);
	border-radius: 100%;
}

ul.sm-links li a svg {
	width: 42px;
	height: 42px;
}

.light-sms ul.sm-links li a svg path {
	fill: #FCFCFC;
}

.dark-sms ul.sm-links li a svg path {
	fill: #9C9C9C;
}

.dark-sms ul.sm-links li:hover a svg path {
	fill: #707070;
}

/*Video Wrap*/

.video-wrapper {
	margin-bottom: 12px;
}

/*Body Text*/

strong, 
b, 
.bold {
	font-family: 'granville', sans-serif;
	font-weight: 700;
}

small,
.small {
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	color: #707070;
}

.exsmall {
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
}

/*Heading Text*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'granville', sans-serif;
	line-height: 1.3;
	padding: 12px 0 18px;
	font-weight: 700;
}

/*Text Styles*/

.reg-weight {
	font-weight: 400;
}

.bold-weight {
	font-weight: 700;
}

.sans {
	font-family: 'objektiv-mk3', sans-serif;
}

.sans-light-weight {
	font-weight: 300;
}

.sans-reg-weight {
	font-weight: 400;
}

.sans-med-weight {
	font-weight: 500;
}

/*Global Colors*/

.dark-grey {
	color: #3C3C3B;
}

.mid-grey {
	color: #707070;
}

.light-grey {
	color: #9D9D9D;
}

.white {
	color: #FCFCFC;
}

.tinypad {
	padding-bottom: 3px;
}

/*Links*/

a {
	color: #707070;
	text-decoration: none;
}

a:hover { 
	color: #3C3C3B;
	cursor: pointer;
}

.small a,
a.inverse {
	color: #3C3C3B;
}

.small a:hover,
a.inverse:hover { 
	color: #707070;
}

.nohover a:hover,
a.nohover:hover {
	color: #707070;
	cursor: default;
}

.nohover .sub-menu a:hover {
	color: #3C3C3B;
	cursor: pointer;
}

/*Buttons*/

a.button {
	font-family: 'objektiv-mk3', sans-serif;
	font-size: 0.64em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 16px;
	border: 1px solid #707070;
	color: #707070;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 6px 0;
	transition: all 0.4s ease-in 0s;
}

a.button:hover {
	background-color: #707070;
	color: #FCFCFC;
}

/*Top Bar*/

.topbar {
	position: fixed;
	top: 0;
	width: 90%;
	height: 108px;
	padding: 18px 5% 30px;
	background-color: #FCFCFC;
	z-index: 5000;
}

.topbar .tb-content-wrap {
	position: absolute;
	width: 90%;
	height: 108px;
}

.tb-left-wrap {
	position: absolute;
	left: 0;
	top: 50%;
}

.tb-right-wrap {
	position: absolute;
	right: 0;
	top: 50%;
}

.tb-ident {
	height: 108px;
	width: auto;
	position: absolute;
	left: 50%;
}

.tb-ident svg {
	height: 100%;
	width: auto;
}

.tb-ident svg path {
	fill: #3C3C3B;
}

.tb-ident:hover svg path {
	fill: #707070;
	cursor: pointer;
}

/*Nav Styling*/

.nav-drawer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: -100vw;
	background-color: #FCFCFC;
	z-index: 4900;
}

.nav-drawer.open {
	left: 0;
}

.menu-trigger-wrap {
	position: relative;
}

.res-menu-rev {
	width: 22px;
	height: 16px;
	margin: 2px 0;
	position: relative;
	float: left;
}

.fp-drawer-closer {
	width: 22px;
	height: 16px;
	margin: 12px 0 12px 41px;
	position: relative;
	float: right;
}

.res-menu-rev:hover,
.fp-drawer-closer:hover {
	cursor: pointer;
}

.res-menu-line {
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #707070;
	transition: all 0.4s ease-in 0s;
}

.res-menu-rev:hover .res-menu-line {
	opacity: 0.4;
}

@media (hover: none) {

	.res-menu-rev:hover .res-menu-line {
		opacity: 1;
	}
}

#rml-top {
	top: 0;
}

#rml-mid {
	top: 50%;
}

#rml-bot {
	bottom: 0;
	left: 0;
	width: 72%;
}

.res-menu-rev.closer .res-menu-line#rml-top,
.fp-drawer-closer .res-menu-line#rml-top {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

.res-menu-rev.closer .res-menu-line#rml-mid {
	display: none;
}

.res-menu-rev.closer .res-menu-line#rml-bot,
.fp-drawer-closer .res-menu-line#rml-bot {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.fp-drawer-closer.remove {
	display: none;
}

.nav-wrap {
	width: 80%;
	margin: 25vh auto 0;
	height: auto;
}

ul.res-nav,
ul.sub-menu {
	list-style-type: none;
	padding: 0;
}

ul.sub-menu {
	padding: 24px 0 0 0;
}

ul.res-nav li.menu-item,
ul.sub-menu li.menu-item {
	text-align: center;
	line-height: 2.4;
}

ul.res-nav li.menu-item-has-children {
	width: 20%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.563em;
}

ul.res-nav li.menu-item-has-children a {
	display: block;
	border-bottom: 1px solid rgba(112,112,112,0.2);
}

ul.sub-menu li {
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

ul.res-nav li.menu-item-has-children ul.sub-menu li a {
	border-bottom: none;
}

/*Search Styling*/

.search-trigger-wrap {
	position: relative;
	height: 24px;
	width: 24px;
	padding: 9px 9px 9px 30px;
	float: right;
}

.search-trigger-wrap:hover {
	cursor: pointer;
}

.search-trigger-wrap svg path {
	fill: #707070;
}

.search-trigger-wrap:hover svg path {
	fill: #9C9C9C;
}

.search-trigger-wrap.remove {
	display: none;
}

.search-drawer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	right: -100vw;
	background-color: #FCFCFC;
	z-index: 4900;
}

.search-drawer.open {
	right: 0;
}

.search-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 1350px;
}

#s {
	line-height: 60px;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(112,112,112,0.2);
	background-color: transparent;
	text-align: center;
	padding: 12px 0;
	font-family: 'granville', sans-serif;
	font-size: 1.953em;
	font-weight: 400;
}

#searchsubmit {
	font-family: 'objektiv-mk3', sans-serif;
	font-size: 0.64em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 16px;
	border: 1px solid #707070;
	background: transparent;
	color: #707070;
	display: inline-block;
	margin: 24px 0 0 0;
	vertical-align: top;
	transition: all 0.4s ease-in 0s;
}

#searchsubmit:hover {
	background-color: #707070;
	color: #FCFCFC;
}

/*Share Styling*/

.share-drawer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	right: -100vw;
	background-color: #FCFCFC;
	z-index: 4900;
}

.share-drawer.open {
	right: 0;
}

.share-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 1350px;
}

.share-wrap .a2a_kit a {
	opacity: 0.6;
	margin: 0 12px;
}

.share-wrap .a2a_kit a:hover {
	opacity: 0.2;
}

.share-wrap a.a2a_dd {
	display: none;
}

/*Page Content Areas*/ 

.page-content {
	width: 100%;
	margin: 25vh 0 36px;
	min-height: 120px;
	overflow-y: hidden;
}

.ca {
	width: 80%;
	max-width: 1340px;
	margin: 0 auto;
	padding-bottom: 48px;
	position: relative;
}

.ca.fixed-content {
	width: 100%;
	max-width: none;
}

.ca.nolowerpad {
	padding-bottom: 24px;
}

.ca .col {
	display: inline-block;
	vertical-align: top;
}

/*Page & Text Layout*/

.ca.narrow {
	max-width: 928px;
}

.ca-narrowcontent {
	padding: 24px 0 60px;
}

/*Post Layout*/

.ca.fixed-content .col.video-col {
	width: 40%;
	max-width: 52.3%;
	margin-left: 12%;
	position: fixed;
}

.ca .col.meta-col {
	width: 30%;
	margin-left: 58%;
}

.resources-wrap {
	padding-bottom: 36px;
}

ul.resources li {
	border-top: 1px solid rgba(112,112,112,0.2);
	padding: 12px 0;
}

ul.resources li span {
	color: #707070;
}

ul.resources li span span.nowrap {
	white-space: nowrap;
}

ul.resources li span span.nowrap::after {
	content: ',';
	margin-right: 4px;
}

ul.resources li span.res-detail span.nowrap::after,
ul.resources li span.res-year span.nowrap::after,
ul.resources li span:last-of-type span.nowrap::after {
	content: '';
	margin: 0;
}

ul.resources li span.res-title {
	color: #3C3C3B;
}

/*Video Embeds*/

.ca.fixed-content .col.video-col .video-wrap {
	padding-top: 12px;
}

/*Post Video Metas*/

.warning-wrap p {
	background-color: #C1444E;
	font-weight: 500;
	font-size: 0.69em;
	color: #FCFCFC;
	padding: 9px 18px;
	margin: 12px 0 24px 0;
	text-transform: uppercase;
	display: inline-block;
}

.repost-wrap p {
	font-size: 0.833em;
	color: #FCFCFC;
	background-color: #519872;
	padding: 18px 24px;
}

.shortdesc-wrap,
.people {
	padding-top: 12px;
}

ul.people-list {
	border-top: 1px solid rgba(112,112,112,0.2);
	margin-top: 8px;
	padding-top: 6px;
}

.content-drawer-triggers {
	padding-top: 24px;
}

.button#more::after {
	content: 'More';
}

.button#transcript::after {
	content: 'Transcript';
}

.button#more.close-label::after,
.button#transcript.close-label::after {
	content: 'Close';
} 

.button.close-label {
	background-color: #707070;
	color: #FCFCFC;
}

.button.close-label:hover {
	background-color: #FCFCFC;
	color: #707070;
}

.content-drawers {
	padding: 12px 0;
}

.content-drawers .content-reveal {
	width: 100%;
	height: auto;
	overflow-y: hidden;
	margin-bottom: 48px;
}

.content-drawers .content-reveal.out {
	height: 0;
	margin-bottom: 0;
}

/*Text Only Post*/

.text-post {
	border-top: 1px solid rgba(112,112,112,0.2);
	margin: 36px 0 0;
	padding-top: 59px;
}

.text-post h1,
.text-post h2,
.text-post h3,
.text-post h4,
.text-post h5,
.text-post h6 {
	padding: 18px 0 30px;
	color: #9D9D9D;
}

.single-img {
	width: 100%;
	padding: 12px 0 24px;
}

.double-img,
.triple-img {
	width: 120%;
	padding: 24px 0 42px;
	margin-left: -10%;
}

.single-img img {
	width: 100%;
	height: auto;
}

.double-img .gallery-image,
.triple-img .gallery-image {
	display: inline-block;
	vertical-align: top;
}

.double-img .gallery-image {
	width: 48%;
	margin-left: calc(4% - 4px);
}

.triple-img .gallery-image {
	width: 31.333334%;
	margin-left: calc(3% - 4px);
}

.double-img .gallery-image:first-of-type,
.triple-img .gallery-image:first-of-type {
	margin-left: 0;
}

.double-img .gallery-image img,
.triple-img .gallery-image img {
	width: 100%;
	height: auto;
}

.caption {
	padding-top: 12px;
}

/*Archive Masonry Grids*/

#masonry-wrap[data-columns]::before {
	content: '3 .column.size-1of3';
}

#masonry-wrap.narrow[data-columns]::before,
#masonry-wrap.cross-links[data-columns]::before {
	content: '3. column.size-1of3';
}

@media only screen and (max-width: 649px) {

	#masonry-wrap[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media only screen and (min-width: 650px) and  (max-width: 899px) {

	#masonry-wrap[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {

	#masonry-wrap[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

@media only screen and (min-width: 1200px) {

	#masonry-wrap[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}

@media only screen and (max-width: 649px) {

	#masonry-wrap.narrow[data-columns]::before,
	#masonry-wrap.cross-links[data-columns]::before,
	#masonry-wrap.page-cross-links[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media only screen and (min-width: 650px) and (max-width: 849px) {

	#masonry-wrap.narrow[data-columns]::before,
	#masonry-wrap.cross-links[data-columns]::before,
	#masonry-wrap.page-cross-links[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media only screen and (min-width: 850px) {

	#masonry-wrap.narrow[data-columns]::before,
	#masonry-wrap.cross-links[data-columns]::before,
	#masonry-wrap.page-cross-links[data-columns]::before {
		content: '3. column.size-1of3';
	}
}

.column { 
	float: left; 
}

.size-1of2 { 
	width: 47%;
	margin-right: 6%;
}

.size-1of2:nth-of-type(2n) {
	margin-right: 0;
}

.size-1of3 { 
	width: 31.33334%;
	margin-right: 3%;
}

.size-1of3:nth-of-type(3n) {
	margin-right: 0;
}

.size-1of4 { 
	width: 23%;
	margin-right: 2.66667%;
}

.size-1of4:nth-of-type(4n) {
	margin-right: 0;
}

/*Archive Pages*/

.archive-title {
	width: 80%;
	margin: 0 auto;
	max-width: 1340px;
}

.archive-title h1 {
	padding: 0 0 24px 0;
}

.archive-unit {
	padding: 18px 0;
	border-top: 1px solid rgba(112,112,112,0.2);
	margin-bottom: 48px;
	overflow-wrap: break-word;
}

.au-title h3 {
	padding: 12px 0 6px;
}

.page-cross-links .au-title h3 {
	font-size: 1.266em;
}

.au-link {
	padding: 0 0 9px;
	height: 12px;
	width: auto;
}

.au-link img {
	height: 12px;
	width: 24px;
}

.archive-unit .au-title:hover ~ .au-link,
.au-link:hover {
	margin-left: 18px;
}

/*Cross Links // *Related Posts by Taxonomy*/

.page-cross-links {
	font-size: 0.844em;
}

ul.related-posts li {
	padding: 12px 0;
	border-top: 1px solid rgba(112,112,112,0.2);
	position: relative;
}

ul.related-posts li p.time {
	display: block;
	padding: 4px 0 0 0;
}

.rpbt_shortcode ul {
	list-style-type: none;
	padding: 0;
}

.rpbt_shortcode ul li,
ul.allposts li {
	padding: 12px 0;
	border-top: 1px solid rgba(112,112,112,0.2);
	position: relative;
}

.rpbt_shortcode ul li a,
ul.allposts li a {
	color: #3C3C3B;
}

.rpbt_shortcode ul li a:hover,
ul.allposts li a:hover {
	color: #707070;
}

.rpbt_shortcode ul li time {
	font-family: 'objektiv-mk3', sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #707070;
}

ul.related-posts li a::after,
.rpbt_shortcode ul li a::after,
ul.allposts li a::after {
	content: url(../images/right.svg);
	height: auto;
	width: 24px;
	position: absolute;
	padding: 1px 0 0 12px;
	transition: all 0.4s ease-in 0s;
}

ul.related-posts li a:hover::after,
.rpbt_shortcode ul li a:hover::after,
ul.allposts li a:hover::after {
	padding: 1px 0 0 18px;
}

/*People Archive*/

.core-bio {
	padding-top: 12px;
}

.core-bio p {
	padding-bottom: 6px;
}

.people-sms {
	margin: 6px 0 -12px 0;
}

/*Single Post Pagination*/

.pag-prev, 
.pag-next {
	position: fixed;
	top: 50%;
	height: 36px;
	width: 18px;
}

.pag-next {
	left: 2%;
	background: url(../images/pag-prev.svg) no-repeat center;
}

.pag-prev {
	right: 2%;
	background: url(../images/pag-next.svg) no-repeat center;
}

.pag-prev a,
.pag-next a {
	display: block;
	height: 36px;
}

.pag-prev:hover, 
.pag-next:hover {
	opacity: 0.4;
}

/*Archive Pagination*/

.end-pagination {
	width: 80%;
	max-width: 1340px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.archive-pagination {
	padding: 12px 0 36px;
	position: relative;
}

.end-pagination .archive-pagination {
	padding: 23px 0 36px;
	border-top: 1px solid rgba(112,112,112,0.2);
}

.page-numbers {
	padding: 3px 9px;
	transition: all 0.4s ease-in 0s;
}

a.page-numbers {
	color: #707070;
	border: 1px solid #9D9D9D;
}

a.page-numbers:hover {
	color: #FCFCFC;
	border: 1px solid #3C3C3B;
	background-color: #3C3C3B;
}

span.page-numbers {
	color: #FCFCFC;
	border: 1px solid #3C3C3B;
	background-color: #3C3C3B;
}

a.prev.page-numbers,
a.next.page-numbers {
	border: none;
	height: 12px;
	width: 24px;
	padding: 0;
	position: absolute;
	top: 18px;
}

a.prev.page-numbers {
	left: 0;
	background: url(../images/right.svg) no-repeat center;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

a.prev.page-numbers:hover {
	padding-left: 18px;
}

a.next.page-numbers {
	right: 0;
	background: url(../images/right.svg) no-repeat center;
}

a.next.page-numbers:hover {
	padding-left: 18px;
}

/*Responsive Single Post Pagination*/

.res-pag-wrap {
	width: 100%;
	padding: 12px 0 36px;
	height: 30px;
	display: none;
	position: relative;
}

.res-pag-next {
	float: left;
	padding-left: 18px;
	font-weight: 400;
}

.res-pag-next::after {
	content: url(../images/pag-prev.svg);
	width: 9px;
	height: auto;
	position: absolute;
	left: 0;
	top: 11px;
	transition: all 0.4s ease-in 0s;
}

.res-pag-prev {
	float: right;
	padding-right: 18px;
	font-weight: 400;
}

.res-pag-prev::after {
	content: url(../images/pag-next.svg);
	width: 9px;
	height: auto;
	position: absolute;
	right: 0;
	top: 11px;
	transition: all 0.4s ease-in 0s;
}

/*Glossary*/

.glossary-item {
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid rgba(112,112,112,0.2);
}

.definition p {
	padding-bottom: 6px;
}

/*Contact Page*/

.contact-intro {
	padding-bottom: 36px;
}

.contact-intro p {
	padding-bottom: 6px;
}

/*Forms*/

.cf {
	width: 100%;
	padding-top: 36px;
}

.cf form {
    width: 100%;
}

.cf form label {
	padding-bottom: 9px;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
}

.cf form input[type="text"],
.cf form input[type="email"],
.cf form textarea {
	width: 100%;
	padding: 8px 0;
	background-color: transparent;
	border: none;
	border-style: none;
	border-bottom: 1px solid rgba(112,112,112,0.2);
	line-height: 1.5;
	font-size: 1em;
	font-family: 'granville', sans-serif;
	font-weight: 400;
	margin: 4px 0 8px;
}

.cf form input[type="submit"] {
	font-family: 'objektiv-mk3', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 16px;
	background-color: transparent;
	border: 1px solid #707070;
	color: #707070;
	display: inline-block;
	vertical-align: top;
	margin: 6px 2px 6px 0;
	transition: all 0.4s ease-in 0s;
}

.cf form input[type="submit"]:hover {
	background-color: #707070;
	color: #FCFCFC;
	cursor: pointer;
}

.cf form .cbwrap:last-of-type {
	clear: both;
	margin-bottom: 24px;
}

.cf form .cbwrap input[type="checkbox"]  {
	margin: 6px 6px 0 0;
	display: inline-block;
	vertical-align: top;
}

.cf form .cbwrap label {
	padding-bottom: 9px;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.8;
}

.cf form label.cblabel {
	padding: 0 0 0 9px;
	display: inline-block;
	width: 95%;
	line-height: 1.4;
	vertical-align: top;
}

.cf form .halfwidth-wrap:nth-of-type(odd) {
	width: 48%;
	float: left;
}

.cf form .halfwidth-wrap:nth-of-type(even) {
	width: 48%;
	float: right;
}

.cf form .halfwidth-wrap:first-of-type input[type="text"] {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 8px 0;
}

.cf form .halfwidth-wrap:last-of-type input[type="text"] {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 8px 0;
}

.cf form span.wpcf7-list-item {
	margin: 0;
}

form br {
    display: none;
}

span.wpcf7-not-valid-tip {
	font-size: 0.833em !important;
	font-weight: 400 !important;
}

p.small span.wpcf7-not-valid-tip {
	font-size: 1em !important;
	font-weight: 400 !important;
}

div.wpcf7-response-output {
	margin: 12px 0 !important;
	border: 2px solid #E2856E;
	color: #E2856E;
	font-weight: 400;
	padding: 9px 14px !important;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF0000 !important;
	color: #FF0000 !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
	color: #398F14 !important;
}

.grecaptcha-badge {
	visibility: collapse !important;  
}

/*GDPR Cookie Consent Overrides (Main Settings in Parent Theme CSS)*/

#cookie-law-info-bar {
	box-shadow: none !important;
	border: 1px solid rgba(112,112,112,0.2);
	border-left: none;
}

a.cookie_action_close_header, 
a.cookie_action_close_header_reject, 
a.large.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
	font-size: 0.833em !important;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 16px !important;
	border: 1px solid #707070 !important;
	background: transparent !important;
	color: #707070 !important;
	display: inline-block;
	vertical-align: top;
	margin: 18px 2px 6px 0 !important;
	transition: all 0.4s ease-in 0s;
}

/*a.cookie_action_close_header_reject, 
a.large.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	color: #707070 !important;
}*/

a.cookie_action_close_header:hover,
a.cookie_action_close_header_reject:hover, 
a.large.cli-plugin-button.cli-plugin-main-button.cli_settings_button:hover {
	background-color: #707070 !important;
	color: #FFF !important;
}

.cli-plugin-button:focus {
	opacity: 1 !important;
}

.cli-tab-content h4, 
.cli-tab-container h4 {
	font-family: 'granville', sans-serif !important;
	font-size: 23px !important;
	color: #3C3C3B !important;
}

a.cli_setting_save_button.cli-btn {
	font-family: 'objektiv-mk3', sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	background-color: #707070 !important;
	border: 1px solid #707070 !important;
}

a.cli_setting_save_button.cli-btn:hover {
	opacity: 1 !important;
	background-color: transparent !important;
	color: #707070 !important;
}

.cli-modal-backdrop.cli-show {
	z-index: 7500;
}

#cookie-law-info-again {
	box-shadow: none !important;
	font-family: 'objektiv-mk3', sans-serif !important;
	font-weight: 400 !important;
	font-size: 0.64em !important;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	left: 0 !important;
	padding: 6px 12px !important;
	bottom: 149px !important;
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
	color: #707070 !important;
	border: 1px solid rgba(112,112,112,0.2);
	border-bottom: none;
}

.cookielawinfo-classic,
.cookielawinfo-row-cat-table,
.cli_user_consent_state {
	margin-bottom: 18px;
}

.cli_cookie_category_single h5 {
	padding: 0 0 6px;
	color: #9D9D9D;
}

.cli_cookie_category_single:last-of-type {
	padding-bottom: 18px;
}

.cookielawinfo-classic, 
.cookielawinfo-classic th,
.cookielawinfo-classic td,  
.cookielawinfo-row-cat-table, 
.cookielawinfo-row-cat-table th,
.cookielawinfo-row-cat-table td {
	border: 1px solid rgba(112,112,112,0.2);
}

.cookielawinfo-classic, 
.cookielawinfo-row-cat-table {
	text-align: left;
	border-collapse: collapse;
}

.cookielawinfo-classic tr th, 
.cookielawinfo-row-cat-table tr th
.cookielawinfo-classic td, 
.cookielawinfo-row-cat-table td{
	vertical-align: top;
	padding: 6px 9px 9px;
	font-family: 'objektiv-mk3', sans-serif;
}

.cookielawinfo-classic tr th,
tr.cookielawinfo-row-cat-title {
	text-transform: uppercase;
	font-weight: 400;
}

.cookielawinfo-classic tbody tr th, 
.cookielawinfo-row-cat-table tbody tr th {
	color: #9D9D9D;
}

.cookielawinfo-classic tbody tr td, 
.cookielawinfo-row-cat-table tbody tr td {
	font-family: 'objektiv-mk3', sans-serif;
	font-size: 0.8em;
}

<style type="text/css">div, p, a, li, td { -webkit-text-size-adjust:none; }</style>