/*  
Theme Name: BLIP
Theme URI: http://www.matmartin.co.uk
Description: Theme designed by <a href="http://www.matmartin.co.uk">Mat Martin</a>.
Version: 1.0
Author: Mat Martin Studio
Author URI: http://www.matmartin.co.uk
*/


* {
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
	-webkit-animation: bugfix infinite 1s;
	-webkit-text-size-adjust: none;
}

body {
	background-color: #FEFEFE;
	font-family: 'europa', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #424242;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagewrap {
	position: relative;
	flex: 1 0 auto;
}

/*overrides*/

@-webkit-keyframes bugfix { 
    from { padding: 0; } to { padding: 0; } 
}

/*footer*/

footer {
	flex-shrink: 0;
	width: 100%;
	background-color: #363636;
}

footer .ca {
	margin: 36px auto;
}

ul.smlinks li {
	display: inline-block;
	margin: 0 8px 16px;
	width: 32px;
	height: 32px;
}

ul.smlinks li img {
	width: 100%;
	height: auto;
}

ul.smlinks li img:hover {
	opacity: 0.7;
}

/*body text*/

p {
	font-size: 1em;
	padding-bottom: 18px;
}

p em {
	font-style: italic;
}

small,
.small,
small, .font_small {
	font-size: 0.833em;
	padding-bottom: 9px
}

.ex-small {
	font-size: 0.402em;
}

i {
    font-style: italic;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 700;
}

blockquote {
	padding: 0 24px 0.8em 24px;
	font-size: 1em;
	font-style: italic;
	text-align: center;
}

.caption-text {
	font-size: 0.833em;
	padding-bottom: 9px
}

/*lists*/

ul,
ol {
	padding: 0 0 18px 18px;
}

ul.nostyle,
ol.nostyle {
	list-style-type: none;
	padding-left: 0;
}

ul.inside,
ol.inside {
	list-style-position: inside;
}

li {
	font-size: inherit;
}

/*heading text*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'mrs-eaves-roman-all-small-ca', sans-serif;
	font-weight: 400;
	padding: 0 0 18px;
}

.pagewrap .ca h1, 
.pagewrap .ca h2, 
.pagewrap .ca h3, 
.pagewrap .ca h4, 
.pagewrap .ca h5, 
.pagewrap .ca h6 {
	padding: 0 0 18px;
}

.ca .pagecols h1, 
.ca .pagecols h2, 
.ca .pagecols h3, 
.ca .pagecols h4, 
.ca .pagecols h5, 
.ca .pagecols h6 {
	color: #708D81;
}

h1 {
	font-size: 2.488em;
	line-height: 1.2;
}

h2 {
	font-size: 2.074em;
	line-height: 1.12;
}

h3 {
	font-size: 1.728em;
	line-height: 1.355;
}

h4 {
	font-size: 1.44em;
	line-height: 1.385;
}

h5 {
	font-size: 1.2em;
	line-height: 1.364;
}

h6 {
	font-size: 1em;
	line-height: 1.5;
}

/*text classes*/

.nopad {
	padding: 0 !important;
}

.smallpad {
	padding: 0 0 9px 0 !important;
}

.smalltoppad {
	padding: 9px 0 0 0 !important;
}

.smallbothpad {
	padding: 9px 0 !important;
}

.largepad {
	padding: 0 0 48px 0 !important;
}

.largetoppad {
	padding-top: 36px !important;
}

.notoppad {
	padding-top: 0 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.caps {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.notexttransform {
	text-transform: none;
}

.serif {
	font-family: 'mrs-eaves-roman-all-small-ca', 'georgia', serif;
}

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

.weight300 {
	font-weight: 300;
}

.spaced1 {
	letter-spacing: 1px;
}

.spaced2 {
	letter-spacing: 2px;
}

.spaced6 {
	letter-spacing: 6px;
}

.light {
	color: #FEFEFE;
}

.green {
	color: #708D81;
}

.dark {
	color: #424242;
}

/*links*/

a {
	color: #708D81;
	text-decoration: none;
}

a:hover { 
	color: #424242;
	cursor: pointer;
}

.light a:hover { 
	color: #FEFEFE;
	cursor: pointer;
}

a.reverse {
	color: #424242;
	text-decoration: none;
}

a.reverse:hover { 
	color: #708D81;
	cursor: pointer;
}

/*global properties*/

.transition {
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.translateX {
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.translateY {
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.translate {
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.inlineblock {
	display: inline-block;
}

.displayblock {
	display: block;
}

.displaynone {
	display: none;
}

/*images & videos*/

img {
	display: block;
}

.ca img.size-full {
    width: 100%;
	height: auto;
}

.ca .maincol img {
	margin-bottom: 24px;
}

.video {
	width: 100%;
	margin: 12px 0 24px;
}

.featvideo {
	margin: 0 0 24px;
}

.video .video-wrapper {
	margin-bottom: 0;
}

/*buttons*/

.button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 21px;
	border: 2px solid #424242;
	color: #424242;
	display: inline-block;
	margin: 12px 0;
}

.button:hover {
	border: 2px solid #708D81;
	color: #FFF;
	background-color: #708D81;
}

.button.flushtop {
	margin: 0 0 12px 0;
}

.button.reverse {
	border: 1px solid #708D81;
	color: #FFF;
	background-color: #708D81;
}

.button.reverse:hover {
	border: 1px solid #424242;
	color: #424242;
	background-color: transparent;
}

.button.smallbutton {
	border: 2px solid #424242;
	font-size: 0.833em;
	padding: 9px 18px;
	margin: 9px 0;
	font-weight: 700;
}

.button.smallbutton:hover {
	border: 2px solid #708D81;
}

.button.smallbutton.flushtop {
	margin: 0 0 9px 0;
}

.button.smallbutton.reverse {
	border: 2px solid #708D81;
	color: #FFF;
	background-color: #708D81;
}

.button.smallbutton.reverse:hover {
	color: #708D81;
	background-color: transparent;
}

/*nav styling*/

.pagehead {
	width: 88%;
	height: 48px;
	padding: 36px 6%;
	background-color: #FEFEFE;
	position: fixed;
	z-index: 10000;
}

.pagehead.min {
	padding: 24px 6%;
}

.pagehead-offset {
	height: 118px;
	width: 100%;
	position: relative;
	z-index: 100;
}

.mainnav {
	position: absolute;
	left: 50%;
	width: 88%;
}

.mainnav ul {
	padding: 0;
	display: inline-block;
}

.mainnav ul li {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
}

.mainnav ul li.homelink {
	font-family: 'mrs-eaves-roman-all-small-ca', 'georgia', serif;
	font-size: 2.074em;
	text-transform: uppercase;
	width: 220px;
	margin-top: -4px;
}

.mainnav ul li a {
	color: #424242;
}

.mainnav ul li a:hover {
	color: #708D81;	
}

/*responsive nav*/

.navtrigger {
	position: absolute;
	width: 30px;
	height: 24px;
	margin-top: 12px;
	left: 6%;
	z-index: 10000;
	display: none;
}

.ntline {
	position: absolute;
	width: 100%; height: 4px;
	background-color: #424242;
}

.navtrigger:hover {
	cursor: pointer;
	opacity: 0.8;
}

.navtrigger.hide {
	opacity: 0;
}

#ntltop {
	top: 0;
}

#ntlmid {
	top: 50%;
}

#ntlbot {
	bottom: 0;
}

.res-title {
	position: absolute;
	left: 50%;
	display: none;
	vertical-align: middle;
}

.res-title h1 {
	font-family: 'mrs-eaves-roman-all-small-ca', 'georgia', serif;
	font-size: 2.074em;
	text-transform: uppercase;
	margin-top: 2px;
}

.resnav {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: -100vh;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 20000;
	opacity: 0;
}

.resnav.show {
	top: 0;
	opacity: 1;
}

.close {
	position: absolute;
	top: 60px;
	width: 24px;
	height: 24px;
	display: none
}

.resnav.show .close {
	display: block;
	left: 6%;
}

.close .close-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	background-color: #FEFEFE;
	position: absolute;
}

.close .close-line#cl1 {
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-o-transform: rotate(45deg);
	-o-transform-origin: 50% 50%;
}

.close .close-line#cl2 {
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-o-transform: rotate(-45deg);
	-o-transform-origin: 50% 50%;
}

.close:hover {
	opacity: 0.7;
	cursor: pointer;
}

.resnav ul {
	position: absolute;
	top: 48px;
	left: 50%;
}

.resnav ul li {
	line-height: 2.5;
}

.resnav ul li a {
	color: #FEFEFE;
}

.resnav ul li a:hover {
	color: #708D81;
}

.resnav ul li.homelink {
	display: none;
}

/*search*/

.searchbar {
	height: 48px;
	position: absolute;
	right: 6%;
}

.searchtrigger {
	height: 24px;
	float: right;
	margin: 12px 0;
}

.searchtrigger img {
	height: 100%;
	width: auto;
}

.searchtrigger:hover {
	opacity: 0.6;
	cursor: pointer;
}

.searchtrigger.hide {
	opacity: 0;
}

.searchfield {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: -100vh;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 20000;
	opacity: 0;
}

.searchfield.show {
	top: 0;
	opacity: 1;
}

.searchinput {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
}

.searchinput input[type="text"] {
	line-height: 2;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #FEFEFE;
	width: 100%;
	font-size: 1em;
	font-family: europa, sans-serif;
	text-transform: uppercase;
	color: #FEFEFE;
	text-align: center;
	padding-bottom: 8px;
}

.searchform input#searchsubmit {
    border: none;
    background: transparent;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em;
    margin: 12px 0 0;
    font-family: 'europa', sans-serif;
}

.searchform input#searchsubmit:hover {
	opacity: 0.7;
	cursor: pointer;
}

.searchfield.show .close {
	display: block;
	right: 6%;
}

/*page styling*/ 

.ca {
	width: 88%;
	max-width: 1228px;
	margin: 36px auto 60px;
	min-height: 12px;
	overflow-y: hidden;
}

.ca.flushtop {
	margin: 0 auto 60px;
}

.ca.flushbottom {
	margin: 36px auto 0;
}

.ca.hp-banner {
	margin: 12px auto 0;
}

.pagewrap .ca:last-of-type {
	margin: 36px auto 96px;
}

.divider {
	width: 88%;
	max-width: 1228px;
	margin: 36px auto;
	height: 0;
	border-top: 1px solid rgba(42,42,42,0.4);
}

.pagetitle {
	margin: 12px 0 60px;
}

.pagetitle h3 {
	color: #424242;
}

.title-underline {
	width: 120px;
	height: 0;
	margin: 0 auto;
	border-top: 1px solid rgba(42,42,42,0.4);
}

.fw-underline {
	width: 88%;
	height: 0;
	margin: 18px 0 17px;
	border-top: 1px solid rgba(42,42,42,0.4);
}

.pagecols.twocol .leftcol {
	min-height: 12px;
	width: 16%;
	margin-right: 3%;
	float: left;
	padding-top: 9px;
}

.pagecols.twocol .maincol {
	min-height: 12px;
	width: 80%;
	float: left;
}

.pagecols.twocol .leftcol.profile,
.pagecols.twocol .leftcol.pagecol {
	min-height: 12px;
	width: 31%;
	margin-right: 4%;
	float: left;
}

.pagecols.twocol .maincol.profile,
.pagecols.twocol .maincol.pagecol {
	min-height: 12px;
	width: 64%;
	float: left;
}

.pagecols.threecol .leftcol {
	min-height: 12px;
	width: 16%;
	margin-right: 3%;
	float: left;
}

.pagecols.threecol .maincol {
	min-height: 12px;
	width: 55%;
	float: left;
	margin-right: 4%;
}

.pagecols.threecol .rightcol {
	min-height: 12px;
	width: 22%;
	float: left;
}

.pagecols.threecol-midonly .leftcol {
	min-height: 12px;
	width: 18%;
	margin: 0;
	float: left;
}

.pagecols.threecol-midonly .maincol {
	min-height: 12px;
	width: 64%;
	float: left;
	margin: 0;
}

.pagecols.threecol-midonly .rightcol {
	min-height: 12px;
	width: 18%;
	float: left;
}

/*sidebar content*/

.lc-meta {
	margin: 0 0 12px;
}

/*profile page*/

.feat-img,
.res-feat-img {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.feat-img img,
.res-feat-img img {
	width: 100%;
	height: auto;
}

.res-feat-img {
	display: none;
}

.res-lists,
.res-recents {
	display: none;
}

.ography {
	border-top: 1px solid rgba(42,42,42,0.4);
	margin: 0 0 24px;
	padding-top: 6px;
}

.ography ul li {
	padding: 6px 12px;
}

.ography ul li:nth-of-type(odd) {
	background-color: rgba(42,42,42,0.1);
}

.pagewrap .ca .ography h4 {
	padding: 12px 0 18px 12px;
}

/*lander styling*/

.landermast {
	width: 100%;
	height: 480px;
	position: relative;
}

.landermast-ground {
	width: 100%;
	height: 100%;
	border-top: 1px solid rgba(42,42,42,0.4);
	position: relative;
	overflow-x: hidden;
}

.landermast-ground img {
	width: auto;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 50%;
}

.landermast-content {
	position: absolute;
	width: 88%;
	top: 50%;
	left: 50%;
}

.landermast-content a.button {
	margin-bottom: 0;
}

.landermast-content.center h1.spaced6 {
	padding-left: 6px;
}

/*blog/project feeds*/

.blogfeed,
.twitterfeed {
	width: 100%;
	clear: both;
}

.blogfeed .blogfeed-post {
	margin-bottom: 24px;
}

.blogfeed .blogfeed-post .blogfeed-sq {
	height: auto;
	border: 1px solid rgba(42,42,42,0.2);
}

.blogfeed .blogfeed-post .blogfeed-sq img {
	width: 100%;
	height: auto;
}

.blogfeed .blogfeed-post .blogfeed-sq img:hover {
	opacity: 0.7;
} 

.blogfeed .blogfeed-post .blogfeed-cap {
	border-left: 1px solid rgba(42,42,42,0.2);
	border-right: 1px solid rgba(42,42,42,0.2);
	padding: 12px 12px 6px 12px;
}

.blogfeed .blogfeed-post .blogfeed-link {
	border: 1px solid rgba(42,42,42,0.2);
	padding: 12px;
}

/*twitter feed*/

.twitterhead {
	margin: 0 0 30px 0;
}

.twitterhead p.twitterlinks span {
	margin: 0 12px;
}

.twlogo {
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

.twlogo img {
	height: 100%;
	width: auto;
	opacity: 0.7;
}

#twitter-feed .twitter-article {
	width: 23.5%;
	margin-right: 2%;
	float: left;
}

#twitter-feed .twitter-article:nth-of-type(4) {
	margin-right: 0;
}

#twitter-feed .twitter-article .twitter-text p a {
	font-weight: 400 !important;
	word-wrap: break-word;
}

/*masonry grids*/

.masonrywrap {
	margin-bottom: 12px;
	min-height: 10px;
	overflow-y: hidden;
}

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

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

@media only screen and (min-width: 400px) and (max-width: 609px) {

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

	.threeposts {
		display: none;
	}

	.masonrywrap.relatedposts .column.size-1of2 .blogfeed-post:nth-of-type(2) {
		display: none;
	}
}

@media only screen and (min-width: 610px) and (max-width: 939px) {

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

	.fourposts {
		display: none;
	}

	.threeposts {
		display: block;
	}

	.masonrywrap.relatedposts .column.size-1of3 .blogfeed-post:nth-of-type(2) {
		display: none;
	}
}

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

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

	.fourposts {
		display: block;
	}

	.threeposts {
		display: none;
	}
}

.column { 
    float: left; 
}

.size-1of1 { 
    width: 100%; 
}

.size-1of2 { 
    width: 49%;
    margin-right: 2%;
}

.size-1of3 {
	width: 32%;
	margin-right: 1.5%;
}

.size-1of4 {
	width: 23.5%;
	margin-right: 2%;
}

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

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

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

.masonry-item {
	width: 100%;
	height: auto;
	margin: 0 0 24px 0;
}

/*single posts*/

.recentposts {
	margin: 0 0 18px;
}

.recentposts ul li {
	padding: 12px;
}

.recentposts ul li:nth-of-type(odd) {
	background-color: rgba(42,42,42,0.1);
}

.pagewrap .ca .recentposts h5 {
	padding: 0 0 18px 12px;
}

.postshares {
	margin: 0 0 0 -12px;
}

.ssba img {
    width: 32px !important;
    padding: 6px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
    box-sizing: unset;
    opacity: 0.7;
}

.ssba img:hover {
	opacity: 0.9;
}

.cover {
	width: 100%;
	height: auto;
	margin: 0 0 24px 0;
}

.cover img {
	width: 100%;
	height: auto;
}

.eop {
	margin-top: 24px;
}

.res-meta {
	width: 100%;
	margin: 0 0 36px 0;
	clear: both;
	height: auto;
	overflow: hidden;
	display: none;
}

.res-meta-half {
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
}

.res-meta-half:nth-of-type(even) {
	margin: 0;
}

/*paypal buttons*/

p.price {
	padding: 6px 0 12px;
}

.button.pp.smallbutton.reverse {
	padding: 7px 12px 5px 18px;
}

.button.pp.smallbutton.reverse:hover {
	border: 2px solid #708D81;
	color: #FFF;
	background-color: #708D81;
	opacity: 0.6;
}

.button.pp img {
    width: auto;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
	margin-top: -3px;
}

/*policies*/

.policy-lists ol li {
	font-family: 'mrs-eaves-roman-all-small-ca', 'georgia', serif;
	font-size: 1.44em;
	line-height: 2;
}

.policy-lists ol ol {
	list-style-type: lower-alpha;
	padding: 0 0 18px 24px;
}

.policy-lists ol ol li {
	font-family: 'europa', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 9px;
}

.policy-lists ol ol ol {
	list-style-type: lower-roman;
	padding: 0 0 0 36px;
}

.policy-lists ol ol ol li {
	padding-bottom: 0;
}

/*pagination*/

.pagination {
	text-align: center;
}

.pagination a {
	margin: 0 6px;
	line-height: 2.4;
}

.pagination a.prev,
.pagination a.next,
.pagination .olderlink a,
.pagination .newerlink a {
	padding: 0 18px;
	border: 2px solid #708D81;
}

.pagination a.prev:hover,
.pagination a.next:hover,
.pagination .olderlink a:hover,
.pagination .newerlink a:hover {
	background-color: #708D81;
	color: #FFF;
}

.pagination a.prev,
.pagination .olderlink a {
	float: left;
}

.pagination a.next,
.pagination .newerlink a {
	float: right;
}

/*cookie consent*/

#cookie-law-info-bar {
	width: 360px !important;
	bottom: 24px !important;
	top: auto !important;
	left: 24px !important;
	position: fixed !important;
	padding: 24px 28px !important;
	text-align: left !important;
	font-size: 0.833em !important;
}

#cookie-law-info-bar span {
	font-weight: 300;
	color: #424242;
}


#cookie-law-info-bar span a#CONSTANT_OPEN_URL:hover {
	color: #424242 !important;
}

.cli-tab-container {
    color: #424242 !important;
    font-weight: 300 !important;
}

.cli-plugin-main-link {
	font-weight: 300 !important;
	text-decoration: none !important;
}

.cli-plugin-button {
	margin-top: 12px !important;
}

a.cli_setting_save_button.cli-btn {
	text-transform: uppercase;
	border-radius: 0 !important;
	background-color: #708D81 !important;
}

#cookie_action_close_header,
#cookie_action_close_header_reject,
a.large.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	font-size: 1em !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	padding: 12px 14px !important;
	border-radius: 0 !important;
	margin: 24px 0 0 0 !important;
}

#cookie-law-info-again {
	bottom: 0 !important;
	top: auto !important;
	box-shadow: none !important;
	background-color: #EDEDED !important;
	font-size: 0.833em !important;
	padding: 12px 24px !important;
}

span#cookie_hdr_showagain {
    font-weight: 300;
}

.cli-tab-content h4 {
	font-family: 'Europa', sans-serif !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
	padding: 0 0 24px !important;
}

.cli-tab-content p {
	font-family: 'Europa', sans-serif !important;
	font-weight: 300 !important;
	font-size: 1em !important;
}

a.cli-nav-link {
    font-family: 'Europa', sans-serif !important;
    font-size: 1em !important;
    font-weight: 400 !important;
}

.cli-modal-content.cli-bar-popup {
	border: none !important;
	border-radius: 0 !important;
	padding: 36px !important;
}

/*forms*/

.cf{
	width: 100%;
}

.cf label {
	font-size: 0.833em;
}

.cf input[type="text"],
.cf input[type="email"],
.cf textarea {
	width: 100%;
	padding: 8px 0;
	background-color: #FEFEFE;
	border: none;
	border-style: none;
	border-top: 1px solid rgba(42,42,42,0.6);
	line-height: 1.5;
	font-size: 1em;
	font-family: europa, sans-serif;
	font-weight: 300;
	margin: 4px 0 8px;
}

.cf input[type="submit"] {
	font-family: europa, sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin: 12px 0;
}

.cf input[type="submit"]:hover {
	cursor: pointer;
}

.cf .cbwrap {
	clear: both;
	margin-bottom: 12px;
}

.cf .cbwrap input[type="checkbox"] {
	margin: 9px 6px 0 0;
	float: left;
	display: block;
}

.cf label.cblabel {
	width: 95%;
	line-height: 1.4;
	display: block;
}

.cf .halfwidth-wrap {
	width: 50%;
	float: left;
}

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

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

.cf .halfwidth-wrap:last-of-type label {
	margin: 0 0 0 2%;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 12px 18px !important;
}

.grecaptcha-badge {
    display: none !important;
}

/*overrides*/

input { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="text"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="submit"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="radio"] {
	-webkit-appearance: radio; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

textarea { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
	resize: none;
	height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8D8E8E;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* IE 10-11 */
    color: #8D8E8E;
}

input::-ms-input-placeholder { /* Edge */
    color: #8D8E8E;
}

/*splash page*/

.splash {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0; left: 0;
}

.splash .booktitle,
.splash .slideshow {
	position: absolute;
	width: 88%;
	height: 84vh;
	top: 25%; left: 50%;
	transform: translate(-50%, -25%);
	-ms-transform: translate(-50%, -25%);
	-moz-transform: translate(-50%, -25%);
	-webkit-transform: translate(-50%, -25%);
	-o-transform: translate(-50%, -25%);
}

.splash .slideshow .slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.slick-list,
.slick-track {
	height: 100%;
}

.splash .slideshow .slide img,
.splash .booktitle img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.splash .slideshow .slide .quote {
	text-align: center;
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.splash .slideshow .slide .quote p.pd {
	font-family: 'mrs-eaves-roman-all-small-ca', serif;
	font-weight: 400;
	font-size: 24px;
}

.splash .slideshow .slide .quote p.lat {
	font-family: 'europa', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #708D81;
}

.splash .ctas {
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
}

.splash .ctas a.splashbutton {
	border: 2px solid #708D81;
	font-size: 16px;
	font-family: 'europa', sans-serif;
	line-height: 16px;
	padding: 16px 22px;
	text-transform: uppercase;
	vertical-align: top;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	display: inline-block;
	background-color: #708D81;
	color: #FFF;
	margin: 0 6px;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
}

.splash .ctas a.splashbutton:hover {
	background-color: transparent;
	color: #708D81;
}

/*width-based queries*/

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

	.res-meta {
		display: block;
	}

	.res-meta-half:nth-of-type(1) {
		display: none;
	}

	.res-meta-half:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}

	.ssba div {
	    text-align: center !important;
	}

	.pagecols.threecol .leftcol {
		display: none;
	}

	.pagecols.threecol .maincol {
		width: 64%;
	}

	.pagecols.threecol .rightcol {
		width: 31%;
	}
}

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

	.pagehead {
		position: relative;
	}

	.pagehead-offset {
		display: none;
	}

	.mainnav {
		display: none;
	}

	.navtrigger {
		display: block;
	}

	.res-title {
		display: inline-block;
	}

	.pagecols.threecol .maincol {
		width: 100%;
		float: none;
	}

	.pagecols.threecol .rightcol {
		display: none;
	}

	.res-meta-half:nth-of-type(1) {
		display: block;
	}

	.res-meta-half:nth-of-type(2) {
		width: 48%;
		text-align: left;
	}

	.ssba div {
	    text-align: left !important;
	}

	.res-recents {
		display: block;
	}
}

@media only screen and (max-width: 924px) {
	
	.splash .booktitle {
		position: absolute;
		width: 88%;
		height: 84vh;
		top: 25%; left: 50%;
		transform: translate(-50%, -25%);
		-ms-transform: translate(-50%, -25%);
		-moz-transform: translate(-50%, -25%);
		-webkit-transform: translate(-50%, -25%);
		-o-transform: translate(-50%, -25%);
	}

	.splash .slideshow {
		position: absolute;
		width: 96%;
		height: 84vh;
		top: 50%; left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.splash .slideshow .slide img {
		position: absolute;
		top: 30%; left: 50%;
		width: auto;
		height: 100%;
		transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		-moz-transform: translate(-50%, -40%);
		-webkit-transform: translate(-50%, -40%);
		-o-transform: translate(-50%, -40%);
	}
}

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

	#twitter-feed .twitter-article:nth-of-type(4) {
		display: none;
	}

	#twitter-feed .twitter-article:nth-of-type(3) {
		margin-right: 0;
	}

	#twitter-feed .twitter-article {
		width: 32%;
	}

	.res-meta {
		display: block;
		clear: both;
		height: auto;
		overflow: hidden;
	}

	.pagecols.threecol .maincol {
		width: 100%;
		float: none;
	}

	.pagecols.threecol .leftcol,
	.pagecols.threecol .rightcol {
		display: none;
	}
}

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

	.res-feat-img {
		display: block;
	}

	.pagecols.twocol .leftcol.profile {
		display: none;
	}

	.pagecols.twocol .maincol.profile,
	.pagecols.twocol .leftcol.pagecol,
	.pagecols.twocol .maincol.pagecol {
		width: 100%;
		float: none;
	}

	.pagecols.twocol .leftcol.pagecol {
		margin-bottom: 36px;
	}

	.res-lists {
		display: block;
	}
}

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

	#twitter-feed .twitter-article:nth-of-type(3) {
		display: none;
	}

	#twitter-feed .twitter-article {
		width: 48%;
		margin-right: 4%;
	}

	#twitter-feed .twitter-article:nth-of-type(2) {
		margin-right: 0;
	}

	.searchinput {
		width: 70%;
	}
}

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

	.res-meta-half {
		width: 100%;
		margin: 0 0 12px 0;
		float: none;
	}
}

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

	#cookie-law-info-bar {
		width: 90% !important;
		bottom: 0 !important;
		left: 0 !important;
		padding: 24px 5% !important;
	}

	.cli-wrapper {
		max-width: 100%;
	}

	.landermast-content.center h1.spaced6 {
		letter-spacing: 3px;
		font-size: 2.074em;
	}
}

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

	#twitter-feed .twitter-article:nth-of-type(2) {
		display: none;
	}

	#twitter-feed .twitter-article {
		width: 100%;
		margin-right: 0;
	}
}

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

	.splash .ctas a.splashbutton {
		font-size: 14px;
		line-height: 14px;
		padding: 14px 18px;
	}
}

/*height-based queries*/

@media only screen and (max-height: 680px) {

	.splash .ctas {
		bottom: 36px;
	}
}

@media only screen and (max-height: 390px) {

	.splash .ctas {
		bottom: 12px;
	}

	.splash .booktitle {
		top: 23%;
	}
}

/*orientation queries*/

@media (orientation: portrait) {

	.splash .booktitle img {
		width: 100%;
		height: auto;
	}
}

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