/*
Theme Name: Scottish PEN
Author: Becca Inglis
Version: 2.0
*/


/* Contents 

	1. Typography
	2. General Layout 
	3. Front Page
			a. Layout
			b. Campaign Buttons
			c. Campaign News List
			d. Author Quote
			e. Front Page Featured Writer
	4. Single Post
	5. PENning Page
	6. Featured Writer	
			a. Book Info
			b. Writer Info
			c. Related Books List
	7. Header
	8. Main Navigation
	9. Action Menu
			a. Join
			b. Donate
	10. Search
	11. Social Buttons
	12. Footer
	13. Images
	
	
	*/
	


/* Typography */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

	@font-face {
    font-family: 'Museo Sans'; 
    src: url('/fonts/Museo_Sans/MuseoSans_500.ttf'); 
    font-weight: normal; 
}

p {
	line-height: 1.8em;
}

li {
line-height: 1.75;
}


a:link,
a:visited {
	color: #17a3de;
	transition: 0.3s;
	cursor: pointer;
}

blockquote {
font-size: 16px;
color: #a5a5a5;
border-left: 4px solid #17a3de;
padding: 0% 6%;
-webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
margin: 30px 0;
}

.front-event {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h1 {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-weight: bold;
}

h2 {
	margin-top: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after:1em;
    }
    
h2#project {
	color: white;
}

h2#project a:hover {
	text-decoration: underline;
}

.action-title h2 {
	font-size: 50px;
	-webkit-margin-after: 0.5em;
	margin-top: 0;
}

.campaign-list-title#welcome {
margin: 7% 0;
}

.campaign-list-title h2 {
	font-size: 35px;
	line-height: 45px;
	margin-top: 0;
	color: black;
	font-weight: normal;
		-webkit-margin-before: 0em;
    -webkit-margin-after: 0.8em;
    text-transform: uppercase;
}

.news-description#event a,
.news-description#past-event a {
color: white;
}

.news-description#event a:hover,
.news-description#past-event a:hover {
color: #17a3de;
}


.campaign-list-title h3 {
	font-size: 25px;
	line-height: 35px;
	color: black;
	font-weight: normal;
	-webkit-margin-before: 0.8em;
    -webkit-margin-after: 3%;
    text-transform: uppercase;
    border-bottom: 4px solid #17a3de;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    margin-right:15%;
}
    
h3#whats-on {
	-webkit-margin-after: 0.8em;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	-webkit-margin-before: 0em;
}

.news-description#link-case h2,
.link-icon {
color: #333 !important;
}

.news-description#link-case h4,
.news-description#link-case p {
color: #818181;
}

.news-description#link h4 {
color: #277e7b;
}

.news-description#link-case p {
font-weight: normal;
}


.front-book-text h4 a {
	text-decoration: none;
	color: black;
}

.front-book-text h4 a:hover {
	color: #17a3de;
}

h5 {
font-size: 13px;
font-weight: bold;
    -webkit-margin-after: 0em;
}

/* General Layout */

body {
	font-family: 'Museo Sans', 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	background-color: #ededed;
}

body.custom-background {
	background-size: contain;
}

.margin-wrap {
	margin: 3% 10%;
}

.news-list {
margin: 6% 0;
}

.full-content {
	padding: 4% 5%;
	background-color: white;
	margin: 3% 0;
}

.full-content#book {
	margin-bottom: 5%;
}

.full-content#event,
.full-content#project {
	margin-top: 5%;
}

	/* Titles */
	
	.title {
		display: inline-block;
		padding: 3%;
		vertical-align: top;
	}

	.title#general {
		background-size: cover;
		background-position: right;
		background-image: url('images/pattern-base.png');
		color: white;
		margin-right: 3%;
		width: 36%;
	}
	
	.title#event {
		background-color: white;
		margin-right: 3%;
		width: 36%;
	}
	
	.title#access {
		background-color: #d9d9d9;
		margin: 5% 11.5% 5% 0;
		margin-right: 3%;
		width: 36%;
	}
	
	.title#campaign {
		width: 37%;
		background-image: url('images/pattern-base.png');
		background-position: top left;
		color: white;
		margin-right: 5%;
	}

	.title#campaign a {
		color: white;
		text-decoration: underline;
	}
	
	.title#project {
		background-image: url('images/pattern-base.png');
		background-position: top left;
		color: white;
		width: 94%;
	}
	
	.title#penning {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin-left: 4%;
		padding: 0;
	}

	.title-box#penning {
		background-image: url('images/pattern-base.png');
		background-size: cover;
		background-position: left;
		color: white;
		padding: 4%;
		margin-bottom: 6%;
	}
	
	.title-box#penning a {
		text-decoration: underline;
		color: white;
	}

/* Front Page */

	/* Layout */
	
.front-banner {
	height: 400px;
	width: 100%;
	background-image: url('images/scottish-pen-front.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.two-column {
	margin-bottom: 4%;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
	display: inline-block;
}
	
.main-column {
	vertical-align: top;
	display: inline-block;
	width: 51%;	
}

.second-column {
	vertical-align: top;
	display: inline-block;
	width: 44%;
	clear: left;
	margin-left: 5%;
	float: right;
}


	/* Campaign Buttons */

.committee-list {
	text-align: center;
	padding: 3%;
	background-image: url('images/pattern-base.png');
	background-size: cover;
	background-position: left;
	}
	
.committee-list#front {
	margin: 300px 10% 2%;
	position: absolute;
}

.campaign-list {
	text-align: center;
	padding: 3%;
	margin-left: 10%;
	margin-right: 10%;
	background-image: url('images/pattern-light.jpg');
	background-size: cover;
	background-position: left;
	position: absolute;
	margin-top: 710px;
	margin-bottom: 2%;
	width: 74%;
}

.campaign-button {
	display: inline-block;
	vertical-align: top;
	color: white;
	padding-bottom: 10px;
	width: 33%;
	max-height: 100%;
}

.campaign-button h3 a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.campaign-button h3 {

    -webkit-margin-after: 0em !important;
    }

	/* News List */
	
.front-campaign-news {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-top: 1150px;
}

.news-item {
	display: inline-block;
	vertical-align: top;
	max-height: 100%;
	margin: 1%;
}

.media-wrap#project {
	display: inline-block;
	vertical-align: top;
	width: 47%;
}

.news-item#general {
	width: 22.5%;
}

.news-item#sticky {
	width: 48%;
}

.news-item#project {
	display: inline-block;
	vertical-align: top;
	width: 47.7%
}

.news-description { 
	margin-top: -4px !important;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.news-description#general {
	background-color: white;
	width: 86%;
	text-align: center;  
	padding: 7%;
	color: black;
}

.news-description#link-case {
background-color: #d9d9d9;
}

.misc-link-list {
margin-top: 5%;
}

.news-description#link {
background-color: #42d2cd;
color: white;
}

.news-description#link a {
color: white !important;
}

.news-description#link-case,
.news-description#link {
width: 37%;
padding: 4%;
margin: 2%;
display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: bold;
	overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.news-description#link-case:hover,
.news-description#link:hover {
opacity: 0.7;
}

.link-icon {
font-size: 25px;
width: 100%;
text-align: right;
}


.news-description#project {
	background-color: #17a3de;
	padding: 1% 3%;
	width: 43%;
	display: inline-block;
	vertical-align: top;
	color: white;
}

.news-description#sticky {
	background-color: #17a3de;
	color: white;
	padding: 3%;
}

a#sticky { 
	color: white;
}

.news-description#media {
	background-color: #17a3de;
	color: white;
	padding: 7%;
	text-align: center;
}

.news-item h3 {
-webkit-margin-before: 0em;
	transition: 0.3s;
	text-transform: uppercase;
    }


.news-item a:hover {    
    color: #17a3de;
}

a#media,
a#link {
	color: white;
}


.time {
	font-size: 14px;
	text-transform: uppercase;
	color: #a5a5a5 !important;
	margin-top: 7%;
}

.time#media {
	color: white;
}

.news-item a {
	text-decoration: none;
	cursor: pointer;
	color: black;
	transition: 0.3s;
} 

.relatedposts {
width: 86%;
background-color: #d9d9d9;
padding: 7%;
margin: 5% 0;
}

.relatedpostsmedia {
margin-top: 5%;
background-color: #d9d9d9;
padding: 2% 3%;
}

.relatedthumbmedia {
display: inline-block;
	vertical-align: top;
width: 22.5%;
padding: 1%;
	}
	
.relatedthumb {
margin-top: 6%;
}


.campaign-news h3 a {
	-webkit-margin-before: 0em;
	
}

.campaign-news-item h4 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    padding: 8px;
}

.campaign-news-item h4 a {
color: white;
text-decoration: none;
}

.lobby-list {
margin: 5% 0;
}



	/* Front Page Featured Writer */
	
.front-book {
	background-color:  #d9d9d9;
	
	
	padding: 4%;
}


.front-book h3 {
    -webkit-margin-before: 0em;
    	margin-bottom: 4%;
	text-transform: uppercase; 
	font-size: 25px;
	text-align: center;
	    font-weight: normal;
}

.front-book-thumb {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin-right: 5%;
}

.front-book-text {
	display: inline-block;
	vertical-align: top;
	width: 55%;
}

	/* Events List */
	
.news-item#event-front {
width: 47%;
}

.news-description#event,
.news-description#past-event {
padding: 7%;
color: white !important;
}

.news-description#event {
background-color: #0b4e6b;
}

.news-description#past-event {
background-color: #3b7188;
}

.event-list-date {
font-size: 23px;
}

/* Single Event */

.event-date {
font-size: 40px;
color: #0b4e6b;
font-weight: bold;
margin: 0 0 6%;
}

.event-info {
color: #a5a5a5;
}

button.rsvp {
	background-color: #17a3de;
	color: white;
	font: inherit;
	border: none;
	border-radius: 5px;
	padding: 2% 4%;
	cursor: pointer;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: bold;
	margin: 3% 0;
}

button.rsvp:hover {
	background-color:  #148abd;
}

button.rsvp:focus {
outline: none;
}

.event-venue {
color: white;
background-color: #17a3de;
padding: 4% 5%;
	margin-top: 5%;
	display: inline-block;
	vertical-align: top;
	width: 36%;
}

/* PENning */

.past-penning {
width: 35%;
display: inline-block;
vertical-align: top;
}

.penning-info {
width: 55%;
margin-right: 9%;
display: inline-block;
vertical-align: top;

}

.penning-submit {
background-color: white;
padding: 4%;
}

.penning-how {
background-color: #17a3de;
padding: 4%;
color: white;
margin-top: 3%;
}

.penning-how a:link {
color: white;
}

.penning-wrap {
margin-top: 5%;
}

.current-penning {
	background-color: #e6e6e6;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.issuuembed {
	margin: 0 !important;
	max-width: 100%;
	max-height: 100%;
}

.reader-container {
	float: left;
	clear: left;
	margin: 0 !important;
	max-width: 100%;
	max-height: 100%;
}


/* Campaigns */ 

.project-left {
width: 42%;
vertical-align: top;
display: inline-block;
margin-right: 5%;
}

.project-right {
width: 51%;
vertical-align: top;
display: inline-block;
}

.contact-box {
background-color: #d9d9d9;
padding: 4%;
margin: 5% 0;
}

.project-partner-wrap {
text-align: center;
margin: 5% 0;
}

.project-partner {
	width: 43%;
	display: inline-block;
	vertical-align: top;
    background-color: #0b4e6b;
    margin: 0% 1% 3% 1%;
    text-align: left;
    padding: 2%;
    color: white;
    transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.project-partner:hover {
	opacity: 0.8;
}


/* Single Campaign */

.writer-bio {
	background-color: #0b4e6b;
	color: white;
	padding: 3%;
	
}

.writer-bio a {
	color: white;
}

.writer-photo {
	border-radius: 50%;
	border: solid 4px #d9d9d9;
	width: 100%;
}

.writer-bio-left {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10%;
	text-align: center;
}

.writer-bio-right {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	
}

/* Single media format */

.media-embed {
width: 92%;
background-color: #17a3de;
padding: 4%;
margin: 5% 0;
}

.media-info {
width: 92%;
background-color: white;
padding: 4%;
margin: 5% 0;
}

.video-wrapper {
float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;c
    padding-top: 25px;
    height: 0;
	}
	
.video-wrapper iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Featured Writer */

	/* Book Info */
	
.book-content {
	text-align: justify;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
	width: 69%;
}

.book-img {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}



/* This code also appears on the front page */
img.attachment-book {
	display: inline-block;
	vertical-align: top;
}

	/* Writer Info */

.book-bio {
	background-color: #b3b3b3;
	padding: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.bio-content {
	width: 69%;
	vertical-align: middle;
display: inline-block;
color: white;
padding-left: 5%;
border-left: 4px solid white;
}

.book-bio-image {
width: 20%;
vertical-align: middle;
display: inline-block;
margin-right: 5%;
}

img#avatar {
	border-radius: 50%;
	max-width: 100%;
	display: block;
}

	/* Related Books List */
	
.related-books {
	margin: 5% 0%;
	text-align:center;
	background-color: #17a3de;
	padding: 3%;
}

.related-book-single {
	display: inline-block;
	vertical-align: top;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 3%;
	margin-top: 2%;
	
	}



/* Header */

.site-header {
	border-bottom: 0px solid #999;
	position: relative;
}

.header-bar {
	background-color: white;
	width: 80%;
	height: 130px;
	padding: 55px 10% 0;

}

.contact-bar {
background-color: #0b4e6b;
position: absolute;
width: 80%;
padding: 0.5% 10%;
}


/* Main Navigation */

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

.c-hamburger {
display: none;
float:  right;
clear: right;
}

.menu-primary-container {
	z-index: 999;
	margin-top: 90px;
	text-align: right;
	}

	ul#menu-primary.top {
		list-style: none;
		display: inline-block;
 		-webkit-margin-before: 0em;
    	-webkit-margin-after: 0em;
    	float: right;
    	clear: right;
    	padding-bottom: 1%;
	}

	ul#menu-primary.top li {
		float: left;
		margin-left: 30px;
		padding-bottom: 10px;
	}



ul#menu-primary.top li a {
	color: #2d2d2d;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

ul#menu-primary.top li a:hover {
	color: #17a3de;
}


	
	

	
	
/* Action Menu */

.action-buttons {
	float: right;
	clear: right;
	margin-top: 10px;
}


.action-buttons a {
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 30px;
}


a.wcmenucart-contents {
color: black !important;
transition: 0.3s;
text-decoration: none;

}

a.wcmenucart-contents:hover {
color: #17a3de !important;
}

	/* Join */

ul#menu-action.action {
list-style: none;
}

li#menu-item-2465,
li#menu-item-2466,
li#menu-item-2431,
li#menu-item-2432 {
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

li#menu-item-2465,
li#menu-item-2432 {
background-color: #42d2cd;
}

li#menu-item-2465,
li#menu-item-2466
 {
	display: inline-block;
}

li#menu-item-2465:hover,
li#menu-item-2432:hover {
	background-color: #73ebe7;
}


	/* Donate */

li#menu-item-2466 {
    margin-left: 20px;
    background-color: #17a3de;
}

li#menu-item-2466:hover {
	background-color: #148abd;
}

li#menu-item-2431 {
	background-color: #0b4e6b;
    margin-top: 20px;
}

li#menu-item-2431:hover {
	background-color: #107099;
}
	

/* Membership page */

	
.member-wrap {
	padding-top: 3%;
	text-align: center;
}
	
.member-block {
	width: 30%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

button.member {
	background: url('images/pattern-base.png');
	border: none;
	background-size: cover;
	background-position: center;
	text-align: center;
	width: 100%;
	padding: 9% 10%;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: inherit;
	border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

button.member:hover {
	opacity: 0.7;
}

.member-block h3 {
	font-size: 30px;
	color: #0b4e6b;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.member-info {
	margin-top: 5%;
	padding: 5% 3% 3%;
	background: white;
	border-top: 3px solid #b9b9b9;
	border-bottom: 3px solid #b9b9b9;
	}

/* Search */

.search-bar {
	float: left;
	  clear: left;
	  margin: 0;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    
  
}

input#search {
	border: 2px white solid;
	height: 20px;
	float: right;
	clear: right;
	font-family: Museo Sans, sans-serif;
	font-size: 15px;
	padding-left: 3%;
	color: white;
	background-color: #0c5573;
	width: 80%;
	vertical-align: top;
display: inline-block;
}

input#search:focus {
	outline: none;
}

button#search {
background-color: transparent;
-webkit-appearance: none;
border-color: transparent;
font-size: 20px;
padding: 2px;
margin: 0;
border-width: 0px;
cursor: pointer;
transition: 0.3s;
vertical-align: top;
display: inline-block;
color: white;
}

button#search:hover {
color: #9db8c3;
}

.fa#search:before,
.fa {
line-height: 20px !important;
margin: 0;
font-size: 20px;
}

/* Social Buttons */

.social-media-icons a {
color: white;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}

.social-media-icons a:hover {
color: #9db8c3;
}

ul.social-media-icons {
list-style-type: none;
float: right;
margin: 0;
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0px;
}

.social-media-icons li {
display: inline-block;
vertical-align: top;
font-size: 20px;
padding-left: 8px;
}

/* Pagination */

.nav-links {
margin-top: 5%;
font-size: 20px;
background-color: #b3b3b3;
padding: 2%;
}

.nav-links a { 
color: white;
}

/* Single Post */

.post {
padding-bottom: 3%;
}

.single-wrap {
margin-left: 5%;
margin-right: 5%;

}

.paragraph {
display: inline-block;
vertical-align: top;
text-align: justify;
	margin-top: 50px;

	width: 46%;
	padding-bottom: 50px;
	background-color: white;
	padding: 4% 5%;
	
}

.post h2 {

	text-decoration: none;

	font-size: 35px;
}

.banner {
display: inline-block;
vertical-align: top;
width: 54%;
}

	
.avatar {
	
	border-radius: 50%;
	border: 4px white solid;

	}

.byline {

}

.byline h4 {

font-size: 17px;
text-transform: uppercase;
-webkit-margin-after: 0.2em;
}

.byline p {
font-size: 15px;
-webkit-margin-before: 0em;
}

.single-right {
display: inline-block;
vertical-align: top;
margin-left: 6%;
margin-bottom: 2%;
margin-top: 50px;
width: 35%;
}


.read-more {
padding-top: 2%;
padding-bottom: 2%;
background-color: #17a3de !important;
text-align: center;
transition: 0.3s;
margin-top: -4px;
color: white;
text-decoration: none;
}

.read-more:hover {
background-color: #148abd !important;
}



.more-button h3 {
position: absolute;
color: white;
padding-top: 50px;
padding-left: 50px;

}

.featured-content {
margin: 50px 0;
padding: 3%;
background-size: cover;
background-position: right;
background-image: url('images/pattern-base.png');
width: 94%;
display: inline-block;
vertical-align: top;
}

.featured-intro {
display: inline-block;
vertical-align: top;
width: 55%;
}

.featured-img {
width: 38%;
display: inline-block;
vertical-align: top;
margin-left: 6%;

}

.featured-content a {
color: white;
text-decoration: none;
}

.featured-content p {

color: white;
}




.feat-author {
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    }
    


/* Writers at Risk */

.campaign-page-img {
width: 53%;
display: inline-block;
vertical-align: top;
margin-left: 6%;

}


.translation-media {
width: 55%;
display: inline-block;
vertical-align: top;
margin-left: 4%;
}

.committee-penning-intro {
display: inline-block;
vertical-align: top;
width: 39%;
margin-left: 4%;
padding: 3%;
text-align: justify;
}

.penning-intro h2 {
margin-left: 0;
padding-left: 0;
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    width: 100%;
}

.women-intro {
display: inline-block;
vertical-align: top;
width: 39%;
margin-left: 4%;
padding: 3%;
}

.women-intro h2 {
margin-left: 0;
padding-left: 0;
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    width: 100%;
}

.translation-penning {
margin-top: 5%;
margin-bottom: 5%;
}

.committee-media {
display: inline-block;
vertical-align: top;
width: 50%;
}


.writers-at-risk {
	margin-top: 50px;
	text-align: center;
}

.writers-at-risk h3s {
font-size: 25px;
border-bottom: 4px solid #17a3de;
margin-bottom: 30px;
}

.writer-at-risk-profile {
	width: 20%;
	margin-right: -4px;
	max-height: 100%;
	display: inline-block;
	vertical-align: top;
	}
	
.writer-at-risk-profile p {
	padding: 3%;
		-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    padding-bottom: 5%;
	}
	
.writer-at-risk-profile h2 {
	padding: 3%;
	padding-bottom: 0;
	font-size: 17px;
	text-transform: uppercase;
	}
	
.lobby {
width: 50%;
display: inline-block;
vertical-align: top;
margin-right: -4px;
text-align: center;
position: relative;
}

.lobby h2 {
position: absolute;
margin-top: -300px;
padding: 10%;
color: white;
font-size: 40px;
}


.campaign-news h2 {
font-size: 17px;
}

.campaign-news h3 {
font-size: 25px;
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    text-transform: uppercase;
    border-bottom: 4px solid #17a3de;
    margin-bottom: 30px;
   margin-top: 5%;
    text-align: center;
}

	/* Risk Modal */
	

body.single-writeratrisk  {

}

.risk h2 {
float: left;
clear: left;
}

.risk h3 {
-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    }

.risk p {
text-align: justify;
}



.sign-campaign { 
background-color: #17a3de;
color: white;
padding: 5%;
margin-top: 4%;
display: inline-block;
width: 70%;

margin-bottom: 4%;
}

.sign-campaign a { 
color: white;
cursor: pointer;
}

.form-url-buttons {
text-align: center;
margin-top: 8%;
}

.risk-left {
width: 47%;
padding: 4%;
margin-left: 6%;
background-color: white;
vertical-align: top;
display: inline-block;

}

.risk-right {
width: 38.5%;

vertical-align: top;
display: inline-block;
}

#TB_window.site-header {
display: none !important;
}

.screen-reader-text {
display: none !important;
}

.tb-close-icon:focus {
	outline: none !important;
}




/* Shop */

.shopping-bag {
display: inline-block;
vertical-align: top;
float: right;
margin-top: 22px;
}

.shop-wrap {
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 5%;
background-color: white;
padding: 3% 5%;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:#148abd !important;
background-color:#148abd !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:#148abd !important;
background-color:#148abd !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #17a3de !important;
color:white !important;
text-shadow: transparent !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background: #148abd !important;
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product p.stock {
color: #919295;
}


.shopping-bag {
display: inline-block;
vertical-align: top;
float: right;
margin-top: 22px;
}

.shop-wrap {
margin-top: 3%;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 5%;
}

input, textarea, keygen, select, button {
font: Museo Sans !important;
}


/* Exhibition */

.map-wrap {
margin: 6% 0;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
	margin: 4% 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}



/* Footer */
.site-footer {
	background-color: #0b4e6b;
	color: white;
	padding: 3% 10%;
	height: 100px;
	clear: both;
	height: 330px;

}

.site-footer a {
	color: white;
}

.site-footer p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.site-footer h3 {
	-webkit-margin-before: 0em;
}

.footer-info {
	width: 27%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10%;
	text-align: justify;
}

.footer-map {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10%;
}


.site-info {
margin-top: 50px;
}


/* Footer Navigation */

.footer-nav {
	width: 20%;
	display: inline-block;
	vertical-align: top;

}

ul#menu-footer {
	list-style-type: none;
 	-webkit-padding-start: 0px;
 	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

ul#menu-footer li a {
	text-decoration: none;
}

ul#menu-footer li a:hover {
	text-decoration: underline;
}

/* Footer Action Menu */

.action-footer {
	width: 40%;
	background-image: url('images/pattern-base.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	padding: 5% 30%;
	clear: both;
}

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

ul#menu-footer-action {
	list-style-type: none;
 	-webkit-padding-start: 0px;
 	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
text-align: right;
}

ul#menu-footer-action li {
display: inline-block;
vertical-align:top;
	margin: 3% 1%;
}

ul#menu-footer-action li a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	padding: 30px;
}

/* Images */

img {
	max-width:100%;
	height: 100%;
	display: block;
}

.attachment-risk-info-img {
width: 100%;
}

img#site-logo {
	float: left;
	clear: left;
	
	max-width:100%;
	height: 100%;
}


.attachment-risk-img {
cursor: pointer;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}

.attachment-risk-img:hover {
filter: gray;
-webkit-filter: grayscale(100%);
}

.attachment-lobby-img {
cursor: pointer;
transition: 0.6s;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
}

.attachment-lobby-img a:hover {
filter: gray;
-webkit-filter: grayscale(100%);
}



.attachment-campaign-img {
display: inline-block;

}


.lobby-info {
display: inline-block;
    vertical-align: top;
    width: 39%;
    margin-left: 4%;
    padding: 3%;
    text-align: justify;
}


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

.menu-item-has-children:hover > ul {
	display: block !important;
		position: absolute;
		
		}
		
ul.sub-menu {
margin-top: 10px;
list-style-type: none;
    -webkit-padding-start: 0px;
    background-color: #3f8eaf;
   display: none;
}

ul.sub-menu li {
margin-left: 0px !important;
padding: 8px 15px;
transition: 0.3s;
float: none !important;
text-align: center !important;
    }
    
    
ul.sub-menu li:hover {
 background-color: #6faac3;
}

ul.sub-menu li a {
color: white !important;
}

ul.sub-menu li a:hover {
color: white !important;
}

}


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

	.c-hamburger {
  		display: block;
  		position: relative;
  		overflow: hidden;
  		margin: 0;
  		padding: 0;
  		width: 40px;
  		height: 40px;
  		font-size: 0;
  		text-indent: -9999px;
  		appearance: none;
  		box-shadow: none;
  		border-radius: 50%;
  		border: none;
  		cursor: pointer;
  		transition: background 0.3s;		
  		-webkit-transition: all 0.3s;
    		-moz-transition: all 0.3s;
    		-ms-transition: all 0.3s;
    		-o-transition: all 0.3s;
    		transition: all 0.3s;
		margin-top: 10px;
	}

.action-buttons {
margin-top: 0;
}

.header-bar {
height: 130px;
}

	.c-hamburger:focus {
  		outline: none;
	}
	
	.c-hamburger span {
  		display: block;
 		position: absolute;
  		top: 20px;
  		left: 10px;
  		right: 10px;
  		height: 3px;
  		background: white;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
  		position: absolute;
  		display: block;
  		left: 0;
  		width: 100%;
  		height: 3px;
  		background-color: #fff;
  		content: "";
	}

	.c-hamburger span::before {
  		top: -8px;
	}

	.c-hamburger span::after {
  		bottom: -8px;
	}
	
	.c-hamburger--rot {
  		background-color: black;
		
		}

	.c-hamburger--rot span {
  		transition: transform 0.3s;
	}

	.c-hamburger--rot.is-active {
 	 	background-color: #17a3de;
	}

	.c-hamburger--rot.is-active span {
  		transform: rotate(90deg);
	}
	
	.c-hamburger--rot.sticky {
		margin-bottom: 8px;
	}
	
		.menu-primary-container {
		display: none;		
	}
	
	.menu-mobile-container {
		float: left;
		clear: left;
		position: absolute;
		z-index: 999;
		height: 100vh;
		background-color: #10729b;
		width: 40vw;
	}

	
	ul#menu-mobile.mobile {
		-webkit-padding-start: 0px;
		-webkit-margin-before: 0em !important;
    	-webkit-margin-after: 0em !important;    
	}
			
	ul#menu-mobile li {
		
		list-style-type: none;
		line-height: 25px;
		
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-transition: all 0.3s;
   	 	-moz-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	transition: all 0.3s;
    	cursor: pointer;
	}
	
	.menu-item-has-children {
		background-color: #3f8eaf;
		
	}
	
	ul.sub-menu {
	display: none;
	position:absolute; 
	-webkit-padding-start: 0px;
}

ul.sub-menu li {
	list-style: none;
	float: none! important;
	}


	ul#menu-mobile li a {
		color: white;
		text-decoration: none;
		padding-left: 20px;
		}
		
	ul.sub-menu {
	position: relative;
	background-color: #6faac3;
	float: none;
	margin-top: 8px;
	margin-bottom: -8px;
	}
	
	ul.sub-menu li {
	padding-left: 10px;
	}

.menu-primary-container {
display: none;
}

.campaign-list {
margin-top: 680px;
}

.front-campaign-news {
margin-top: 1070px;
}

}


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

.campaign-list {
margin-top: 650px;
}

.front-campaign-news {
margin-top: 1020px;
}

.news-description#project {
width: 46%;
}

.news-item#project {
display: inline-block;
vertical-align: top;
width: 95%;
margin-bottom: 3%;
}

.writer-at-risk-profile {
	width: 40%;
	margin-bottom: 4%;
	}
	
.lobby {
width: 100%;
}

.banner {
width: 100%;
}

.title,
.title#general,
.title#campaign,
.title#event {
width: 94%;
margin-bottom: 6%;
}

.project-left {
width: 100%;
margin-right: 0;
}

.project-right {
width: 100%;
}

.committee-media {
width: 100%;
margin-left: 0;
margin-bottom: 5%;
margin-top: 5%;
}

.paragraph {
width: 86%;
padding: 4% 7%;
}

.single-right {
width: 100%;
margin-left: 0;
}


.more-button {
width: 60%;
}

.relatedposts {
margin-top: 50px;
}

.relatedposts h3 {
    -webkit-margin-before: 0em;
    }

.relatedthumb {
vertical-align: top;
display: inline-block;
width: 49%;
}

.committee-penning-intro {
width: 94%;
margin-left: 0;
}

.email-signup {
width: 100%;
}

.media-embed {
width: 92%;
margin-bottom: 5%;
}

.media-info {
width: 92%;
}

.book-bio-image {
width: 100%;
text-align: center;
margin-bottom: 5%;
float: none;
margin-left: 0;
}

.bio-content {
width: 100%;
border: none;
}

.bio-content h2 {
text-align: center;
}

.book-bio {
padding: 5%;
}

.book-img {
width: 100%;
text-align: center;
margin-bottom: 5%;
}

.book-content {
width: 100%;
margin: 0;
}

.current-book {
padding: 6%;
}

.book-content h2 {
text-align: center;
    -webkit-margin-before: 1em;
}

.main-column {
width: 100%;
margin-bottom: 5%;
}

.second-column {
width: 94%;
}


.site-footer {
height: 400px;
}

.action-footer {
	width: 50%;
	padding: 5% 25%;
}


}

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

.campaign-list {
margin-top: 800px;
}

.front-campaign-news{
margin-top: 1330px;
}

}

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

.risk-left {
width: 92%;
margin-left: 0;
margin-top: 4%;
}

.risk-right {
width: 100%;
}

.sign-campaign {
vertical-align: top;
width: 40%
}

.attachment-risk-info-img {
vertical-align: top;
display: inline-block !important;
width: 40%;
margin-right: 9%;
}

.relatedthumbmedia {
width: 46%;
padding: 1%;
	}

.action-footer {
	width: 60%;
	padding: 5% 20%;
}

}

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

.header-bar {
padding-top: 60px;
height: 90px;
}

.c-hamburger {
margin-top: 20px;
}

.action-buttons {
display: none;
}

.risk-intro {
width: 94%;
margin-right: 0;
}


.news-item#general {
width: 46%;
}

.writer-at-risk-profile {
	width: 50%;
	margin-bottom: 4%;
	}



.current-penning {
width: 100%;
}

.title#penning {
width: 100%;
margin: 6% 0;
}

.penning-header-right {
margin-left: 0;
margin-top: 5%;
width: 100%;
}

.penning-intro {
vertical-align: top;
display: inline-block;
width: 36%;
margin-right: 5%;
    padding: 4% 5%;
}


.penning-info {
width: 100%;
margin-right: 0;
}

.past-penning {
margin-top: 5%;
width: 100%;
}

.responsive-penning-wrap {
width: 40%;
vertical-align: top;
display: inline-block;
}

.related-books {
text-align: center;
}

.campaign-list {
margin-top: 1330px;
}

.campaign-button {
    width: 100%;
    margin-bottom: 5%;
}

.front-campaign-news {
margin-top: 2380px;
}

.front-book-thumb {
width: 100%;
margin:0;
text-align: center;
}

.front-book-text {
width: 100%;
margin-top: 5%;
}

.member-block {
	width: 100%;
	margin: 4% 0;
}

button.member {
width: 40%;
padding: 6% 8%;
}

.site-footer {
height: 460px;

}

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

campaign-list {
margin-top: 1220px;
}

.front-campaign-news {
margin-top: 2350px;
}

}


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

.penning-intro {

width: 90%;
margin-right: 5%;
    padding: 4% 5%;
}


.campaign-list {
margin-top: 1250px;
}

.front-campaign-news {
margin-top: 2150px;
}

.footer-info h3 {
-webkit-margin-after: 0.5em;
}


.second-column {
margin-left: 0;
float: none;
}

.project-right {
width: 100%;
}

.event { 
width: 100%;
}

.site-footer {
height: 500px;
}


.footer-nav {
width: 38%;

}

.footer-map {
width: 50%;
}

.footer-info {
width: 100%;
margin-bottom: 50px;
}

.news-item#sticky {
    width: 100%;
}

.attachment-risk-info-img {
width: 100%;
margin-right: 0%;
}

.sign-campaign {
width: 90%;
}

}

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

.search-bar {
width: 99%;
    -webkit-margin-after: 0em;
        padding-left: 1%;
}



input#search { 
width: 85%;
}

ul.social-media-icons {
float: right;
clear: right;
}

.header-bar {
padding-top: 90px;
}

.campaign-list {
margin-top: 1070px;
}

.front-campaign-news {
margin-top: 1850px;
}

.news-item#general,
.news-item#event-front {
width: 98%;
margin-bottom: 4%;
}

.news-description#link-case,
.news-description#link {
width: 96%;
margin: 4% 0;
}


.writer-at-risk-profile {
width: 100%;
}

.attachment-risk-img {
text-align: center;
width: 100%;
}

.relatedthumb {
width: 100%;
}

.more-button {
width: 100%;
}

.responsive-penning-wrap {
width: 100%;
margin-bottom: 5%;
}

.single-wrap {
margin: 0;
}

.title{
padding: 7%;
width: 86%;
}

button.member {
width: 50%;
padding: 6% 8%;
}

.project-partner {
width: 96%;
margin: 1% 0;
}

.title#project {
width: 86%;
}

.relatedthumbmedia {
width: 100%;
padding: 0;
	}


}