/*
Theme Name: Ipso Books 2018
Theme URI: http://www.ipsobooks.co.uk
Description: Client website theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk

Colours being used:

Turquoise: #F7F7F7
Grey: #1a1a1a (1a 1a 1a, I can't hear you!) shut up!


*/
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;	
	color:#1a1a1a;
	font-weight: 300;
	font-size:18px;
	font-style: normal !important;
	line-height: 1.3;
}

h1, h2, h3 {
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	margin: 0;
	font-weight: 100;
	line-height: 1.3;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 22px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clearer {
	clear:both;
	height: 0;
}

*:focus {  
	outline: none;
}

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

a:hover {
	text-decoration: none;
	color:#5b5656;
}

::selection {
	background: #F7F7F7; /* Safari */
	color:#000;
}

::-moz-selection {
	background: #F7F7F7; /* Firefox */
	color:#000;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}

/* Heading */

.header-top {
	width:100%;
	background:#F7F7F7;
	position: fixed;
	margin-bottom: 170px;
	top:0;
	z-index: 1000;
}

.header-social {
	float: left;
	margin-top: 10px;
	max-width: 100%;
}

.fa-twitter {
	font-size: 35px;
	margin-top: 10px;
}

.fa-instagram {
	font-size: 35px;
	margin-top: 10px;
}

.header-left {
	float:left;
	width:5%;
	}
	
.header-left img {
	position: absolute;
	height: 90px;
	padding-top: 3px;
	}
	
.header-right {
	float:right;
	text-align: right;
	width: 76%;
	}

.home-header-clearer {
	height:113px;
	}
	
.header-clearer {
	height:130px;
	}	
	

/* Search */

.superfastsearch_outer{
	float: right;
	width: 200px;
	max-width: 100%;
	margin-right: 2%;
	margin-bottom: 12px;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.superfastsearch /* control the width of the outer box from here */ {
	width: 100%;
}

.superfastsearch_results, .superfastsearch_input {
	width: 94%;
	padding: 11px 3% 7px 3%;
	background: none;
	color: #000;
	border: none;
	font-family: inherit;
	font-size: 14px;
}

.superfastsearch_input{
	width: 100%;
	padding: 2px 0;
}

.superfastsearch_results{
	padding: 0px 3%;
	top: 30px;
	background: #fff;
	color: #000;
	z-index: 400;
	box-shadow: none;
	border: 1px solid #9e9e9e;
	border-top: none;
}

a.sfs_result{
	border: none;
	color: #515151;
}

.sfs_result:hover, .sfs_result:focus{
	color: #FA4616;
}


a.search-result{
	float: left;
	width: 19%;
	margin: 30px 1%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  text-align: center;
	  padding: 20px 2% 10px 2%;
}

a.search-result:hover{
	background: #FFDAD1;
}

a.search-result:nth-child(2n){
	
}

a.search-result-odd{
	clear: left;
}

.no-result {
	padding: 10% 0 10%;
    text-align: center;
    font-size: 24px;
}



/* Navigation */

.nav {
	color: #000;
	display: inline-block;
	text-transform: lowercase;
	text-align: right;
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif;
	float: right;
	width: 100%;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #000;
	position:relative;
}

.nav li {
	display: inline;
	list-style-type: none;
}


.nav a {
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif;
	position: relative;
	height: 40px;
	padding: 30px 15px 30px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 19px;
	color:#000;
	font-weight: lighter;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	background:url(images/triangle-black.png) no-repeat bottom;
	color:#656566;
}

.nav .menu li {
	list-style: none;
}

.nav .menu li {
	list-style: none;
}
 
.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.nav .menu li ul {
	position: absolute;
	display: none;
	background: #fff;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	margin-left: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 1px 1px 1px #868282;
	left: 0;
} 

.nav .menu li ul a {
	font-size: 16px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
} 

.nav .menu li ul li a:hover {
	color: #ffffff;
	background: #000;
}

.nav .menu li ul li a {
	color:#1a1a1a;
	background:#F7F7F7;
}






.mobile-nav-header {
	color:#fff;
	width: 100%;
	margin: 0;
	background: #F7F7F7;
	padding: 20px 0;
	text-align: left;
	background: #000;
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

.mobile-nav {
	display: none;
	width: 100%;
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav a {
	color:#000;
	float: left;
	width: 80%;
	margin: 0;
	background: #F7F7F7;
	text-align: left;
	padding: 10px 10%;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	color: #ffffff;
	background: #000000;
}

.mobile-nav ul li ul {
	font-size:80%;
	margin-bottom:10px;
}







/* Banner */

.banner {
	background:#f7f7f7;
	padding:30px 0;
	margin-bottom: 40px;
	margin-top: 40px;
}
	
.banner h1 {
	margin-bottom:20px;
}

.banner .flexslider .slides img {
    width: auto;
    display: inline-block;
}

.banner .flexslider .slides img:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    	 -o-transition:.5s;
    	  -ms-transition:.5s;
    	  -moz-transition:.5s;
    	  -webkit-transition:.5s;
    	  transition:.5s;
}

.banner .flexslider, .othertitles-slides .flexslider {
    background: none;
    border: none;
    box-shadow: none;
	margin: 0px;
}


.banner a.set_title {
	display: inline-block;
	width: 16%;
}	

.othertitles-slides .flexslider a.set_title {
	display: inline-block;
	width: 70%;
	}
 


/* Home page */

.home-left, .home-right {
	width:48%;
	padding:1%;
	float:left;
	}
	
.titlebar-top {
	background:url(images/title-top.png) no-repeat center top;
	color:#fff;
	text-transform: uppercase;
	padding:5px 0px 17px 0px;
	font-size:14px;
	font-weight: bold;
	}
	
.titlebar-bottom {
	background:url(images/title-bottom.png) no-repeat center top;
	color:#fff;
	text-transform: uppercase;
	padding:17px 0px 5px 0px;
	font-size:14px;
	font-weight: bold;

	}
	
.titlebar-top a, .titlebar-bottom a {
	color:#fff;
	}
	
a.topstory {
	text-align: center;
	border-bottom: 1px solid #F7F7F7;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	}		
	
	
.topstory h2 a:hover, .secondarystory h2 a:hover {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	}
	
	
	
.topstory img, .secondarystory img {
	margin: 20px 0 10px 0;
/*	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);  */
	
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;

	}
	
.topstory img:hover, .secondarystory img:hover {
/*	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);   */
	opacity: 0.6;
	-webkit-opacity: 0.6;
	}
	
.secondarystory {
	width:48%;
	padding: 20px 1%;
	float:left;
	}
	
.secondarystories{
	display: inline-block;
	width: 100%;
}
	
.home-content {
	background:#fff;
	color:#000;
	text-align: center;
	}
	
.home-content a {
	color:#fff;
	text-decoration: underline;
	}
	
.home-career {
	background: #F7F7F7;
	padding: 20px 0 40px 0;
	margin: 40px 0 0 0;
	font-size: 25px;
	text-align: center;
}


.home-career h2{
	font-size:40px;
}

.home-slide-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 1%;
	min-height: 350px;
	margin: 0 auto;
    margin-bottom: 0px;
	max-width: 1200px;
}

.home-slide{
	float: left;
	width: 100%;
	background: #F7F7F7;
}

.home-slide .flexslider{
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.new-home-slider{
	text-align: center;
	padding: 60px 0 40px 0;
	color: #fff;
}

.new-home-slider h2{
	font-size: 40px;
}

.new-home-slider img{
	width: auto !important;
	display: inline-block !important;
}



.button  {
	border:none;
	width: 12%;
	font-size:24px;
	background: #000;	
	color:#fff;
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-weight: 100;
	padding:10px;
		-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	-webkit-appearance:none;
	height: inherit;
}	

.button:hover {
	cursor: pointer;
	background:#F7F7F7;
	color:#000;
	}


.home-tab {
	background: #F7F7F7;
	padding: 40px 0 40px 0;
	margin: 0 0 40px 0;
	text-align:center;
}

.big-link {
	width:50%;
}

.home-mailchimp {
	font-size:16px;
}
	
.single-mailchimp{
	font-size: 14px;
	padding: 20px 2%;
	margin-top: 20px;
	float: left;
	width: 96%;
}


	
.home-mailchimp #mce-EMAIL {
	border:none;
	width: 40% !important;
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif !important;
	font-weight: 200;
	font-size:24px !important;
	color: #000;	
	padding:10px !important;
	-webkit-appearance:none !important;

	}
	
.home-mailchimp #mc_embed_signup .button  {
	border:none;
	width: 12%;
	font-size:24px;
	background: #000;	
	color:#fff;
	font-family: 'Playfair Display', serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-weight: 100;
	padding:10px;
		-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	-webkit-appearance:none;
	height: inherit;
}	

.home-mailchimp #mc_embed_signup .button:hover {
	cursor: pointer;
	background:#F7F7F7;
	color:#000;
	}
	
#mc_embed_signup{
	background: none !important;
	-webkit-appearance:none;
	}
	
.single-mailchimp #mc_embed_signup input.email{
	font-size: 14px;
	-webkit-appearance:none;
	padding: 10px 2%;
	width: 96%;
	margin: 10px 0 0 0;
}

.single-mailchimp #mc_embed_signup input.button{
	width: 100%;
	padding: 2px 0 10px;
	font-size: 16px;
	-webkit-appearance:none;
	margin: 0;
}

.single-mailchimp span{
	margin-left: 0 !important;
	width: 100% !important;
}

.single-mailchimp #mc_embed_signup form{
	padding: 0;
}

	
a.frontlink{
	width:32%;
	float: left;
	margin:0;
	margin-top:10px;
}


.news-story {
	text-align: center;
	display: inline-block;
	float: left;
	width: 29.33%;
	margin: 11px 2%;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
	}		
	
.news-story-odd {
	clear:both;
}
	
.news-story h2 a {
	color:#1a1a1a;
	font-size:24px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	}
	
	
	
.news-story img {
	margin: 20px 0 10px 0;
/*	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);  */
	opacity: 1;
	-webkit-opacity: 1;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;

	}
	
.news-story img:hover {
/*	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);   */
	opacity: 0.7 !important;
	-webkit-opacity: 0.7 !important;
	}


.pagination{
	display: inline-block;
	width: 96%;
	padding: 10px 0;
	margin: 10px 2% 20px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.pagination a.page-numbers, .pagination span.current{
	border: 1px solid #ccc;
	display: inline-block;
	width: 20px;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #bdb9b9;
}

.pagination a.prev, .pagination a.next{
	width: auto;
	border: none;
}

.search-titles {
	display: inline-block;
	float: right;
	width: 100%;
}

.search-titles input {
	font-size: 19px;
	font-family: 'Archivo Narrow', sans-serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 2%;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

	
.date-news {
	padding: 2%;
	color: #CFCFCF;
}

		
.archive-left{
	float: left;
	width: 21%;
	padding: 20px 2%;
	background: #f5f5f5;
}

.filter{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.filter label{
	float: left;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.filter input{
	float: right;
	border-radius: 0;
	border: 1px solid #acacac;
	-webkit-appearance:none;
}

.archive-left input.search{
	width: 96%;
	font-size: 16px;
	padding: 5px 2%;
	-webkit-appearance:none;
}

h2.filter-title{
	text-transform: uppercase;
	border-bottom: 1px solid #acacac;
	margin: 10px 0 15px;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}

.archive-right{
	float: left;
	width: 90%;
	margin: 1% 5%;
	text-align: left;
}

.filter-latest-az {
	text-align: center;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.please-center {
	text-align: center;
}

a.archive-author{
	float: left;
	width: 21%;
	position: relative;
	overflow: hidden;
	padding: 2%;
	-o-transition:.7s;
		  -ms-transition:.7s;
		  -moz-transition:.7s;
		  -webkit-transition:.7s;
		  transition:.7s;
}

.archive-image{
	height: 330px;
	background-size: cover;
background-position: center center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: inline-block;
	width: 100%;
}

a.archive-author img{
	float: left;
	width: 100%;
}

a.archive-author img:hover{
	cursor: pointer;
	opacity: 0.7;
		-webkit-opacity: 0.7;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
}


h2.archive-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	margin: 8%;
	padding:5% 0;
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;		
}
/*
.archive-image:hover{
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}
*/


h1.single-title {
    display: inline-block;
    width: 98%;
    padding: 10px 0 20px;
    margin: 0 1% 30px;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
}

h2.single-title {
    display: inline-block;
    width: 96%;
    padding: 10px 0 20px;
    margin: 0 2% 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
}

.single-left{
	float: left;
    width: 25%;
    margin-bottom: 50px;
    padding-left: 1%;
}

.single-left img{
	margin-bottom: 40px;
}

a.single-auhor-social{
	display: inline-block;
	width: 21%;
	margin: 0 1%;
}

#mc_embed_signup label{
	font-weight: normal !important;
	text-transform: capitalize !important;
	width: 96% !important;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 2% !important;
}

.single-right{
	float: left;
	width: 65%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 50px;
	padding: 0px 2%;
}

.page-content{
	text-align: left;
	/*padding: 10px;*/
	width:90%;
	padding: 10px 5%;
}

.page-content a, .blog-right a, .archive-right a, .single-left a, .single-right a, .panel a, .bibnav a{
	font-weight: bold;
}

a.archive-title{
	float: left;
	width: 23%;
	margin: 10px 1%;
	box-shadow: inset 0px 0px 1px #b2b2b2;
	color: #1a1a1a;
}

.archive-title-more{
	display: inline-block;
	width: 96%;
	padding: 15px 2%;
	color: #fff;
	position: relative;
	background: #F7F7F7;
}

img.more{
	position: absolute;
	top: -8px;
	left: 47%;
	right: 50%;
}

.title-image{
	display: inline-block;
	width: 76%;
	margin: 20px 12%;
	
}

.title-image img{
	float: left;
	box-shadow: 0px 0px 6px #9e9e9e;
}

.title-title{
	display: inline-block;
	width: 80%;
	text-align: left;
	font-size: 22px;
	margin: 0 10%;
	min-height: 60px;
}

.archive-title-author{
	display: inline-block;
	width: 80%;
	text-align: left;
	font-size: 18px;
	margin: 20px 10%;
}


.purchase{
	position: relative;
	display: inline-block;
	width: 96%;
	padding: 15px 2%;
	background: #000;
	color: #fff;
	margin: 30px 0;
	font-size: 20px;
}

.purchase:hover{
	cursor: pointer;
	background: #fff;
	color:#000;
}

.single-left label{
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	float: left;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.single-left span{
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}




.purchase-black{
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
}

.purchase-outer{
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: #e7eaeb;
	margin-top: 60px;
}

.purchase-title{
	display: inline-block;
	width: 100%;
	margin: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.purchase-cancel{
	float: right;
	font-size: 12px;
	text-transform: uppercase;
}

.purchase-cancel:hover{
	cursor: pointer;
}

a.purchase-link{
	float: left;
	width: 44%;
	margin: 10px 2%;
	text-align: center;
	padding: 10px 1%;
	background: #fff;
}


.other-titles{
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	background: #f7f7f7;
	margin-bottom: 18px;
	overflow: hidden;
}

.blog-left{
	text-align: left;
}

.blog-left ul{
	margin: 0;
	padding: 0;
}

.blog-left ul li{
	list-style: none outside none;
}

.blog-left .widget{
	margin: 10px 0;
}

.blog-right img{
	margin: 20px;
	border: 0;
	max-width: 100%;
	height: auto;
}


.tweetomatic{
	text-align: left;
	font-size: 18px;
}

.tweet_timestamp{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F7F7F7;
}



/* Body */

.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}

.error {
	margin: 20px auto 60px;
}

.crumbs{
	display: inline-block;
	width: 99%;
	margin: 0px 1% 20px 0;
	font-size: 12px;
	text-align: right;
}

/* Contact Form */

.contact-content{
	float: left;
	width: 46%;
	padding: 0 2%;
	text-align: left;
}

.contact-form{
	float:left;
	width: 43%;
	margin: 0 0 30px 1%;
	padding: 20px 2%;
	background: #F5F5F5;
	text-align: left;
}

.contact-form h2 {
	margin-bottom: 20px;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}

.contact-row input, .contact-row textarea {
	border: none;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	font-family: 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-size: 19px;
	-webkit-appearance:none;
}

.contact-row input[type="submit"], .contact-row button {
	float: right;
	border: none;
	padding: 10px 0px 10px 0px;
	width: inherit;
	max-width: inherit;
	font-family: 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-size: 18px;
	background: #000;
	color: #fff;
	-webkit-appearance:none;
}

.contact-row input[type="submit"]:hover, .contact-row button:hover{
	cursor: pointer;
	color: #000;
	background:#f7f7f7;
}


.campaign-contact {
	float: left;
	margin: 20px 2% 60px;
	width: 46%;
}

.instagram-campaign {
	float:left;
	width:46%;
	margin: 20px 2%;
}
	


.campaign-contact-form {
	margin: 0 2%;
	display: inline-block;
	width: 84%;
	padding: 40px 6%;
}

.campaign-contact-form .contact-row label {
    display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 2px;
	font-size: 21px;
}

.campaign-contact-form .contact-row textarea{
	height: 175px !important;
}

.campaign-contact-form h3{
	margin-bottom: 20px;
}



/* Footer */

.credit {
	font-size: 14px;
	margin: 10px 0 10px 0;
	color:#000;
}

.footer {
	width: 96%;
	display: inline-block;
	background: #F7F7F7;
	padding: 60px 2%;
	margin-top: 5px;
}

.footer-left {
	width:45%;
	float:left;
	text-align: left;
	font-family: 'Archivo Narrow', sans-serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-size:18px;
	margin-bottom:10px;
	}
	
.footer-left-upper {
	width:45%;
	float:left;
	text-align: left;
	font-family: 'Archivo Narrow', sans-serif, 'Josefin Sans', sans-serif, 'Helvetica', 'Arial', serif;
	font-size:18px;
	margin-bottom:10px;
}

.footer-left-upper a {
	padding: 0 20px 0 0;
}
	
.footer-right {
	width:47%;
	float:right;
	text-align: right;
	margin-bottom: 20px;
	}

.footer a {
	color:#000;
	}

.footer a:hover {
	color:#656566;
}

	
.footer .footer-right a:hover {
	color:#656566;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none outside none;
	display: inline;
	text-transform: lowercase;
	border-right: 1px solid #fff;
	padding: 0 0 0 20px;
}


.footer-left a:hover {
	opacity: 0.7;
		-webkit-opacity: 0.7;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
	color:#656566;
}

.footer-menu a:hover {
	color: #000;
}

li:last-child {
	border-right:none !important;
	}


ul.bibnav  {
	list-style: none;
	margin: 0;
	padding:0;
	}
	
ul.bibnav li {
	display:inline-block;
	margin:10px;
	padding:10px;
	background:#F7F7F7;
	color:#000;
	}
	
ul.bibnav li:hover {	
	cursor:pointer;
	color:#1a1a1a;
	}
	
ul.bibnav li.active {
	font-weight: bold;
	}
	
.panel {display:none;}
.panel.active {display:block;}



/* Columnomatic */

.creatomatic-column {
   padding: 10px 2%;
   border: none;
   float: left;
}

.creatomatic-column-two {
	width: 46%;
}

.creatomatic-column-three {
	width: 29.33%;
}

.creatomatic-column-four {
	width: 21%;
}



/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }



/* Colourbox */

#cboxOverlay{
	background: rgba(0,0,0,0.8);
}

#cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
	background: #dcdcdc;
	width: 15px;
	height: 15px;
}

.pop-image{
	float: left;
	width: 39%;
	margin: 20px 2.5% 0 2.5%;
}

.pop-content{
	float: left;
	width: 50%;
	margin: 50px 3% 20px 3%;
	text-align: center;
}

a.free-book{
	display: inline-block;
	width: 94%;
	padding: 20px 2%;
	text-align: center;
	margin: 20px 1%;
	font-size: 26px;
	text-transform: uppercase;
	background:#1a1a1a;
}

a.free-book:hover{
	color: #fff;
}

#cboxLoadedContent{
	height: inherit !important;
	margin-bottom: 0;
}


#cboxClose {
	top: 0px;
	bottom: auto;
}
