/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

/*header image */
#top #branding {
	background-image: url(/wp-content/uploads/2018/12/Signs-Spines-1-website-header-blur-2.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
}

/* top nav menu */
#access li a {
 background-image: linear-gradient(
	 rgba(47,79,79,1),
	 rgba(47,79,79,.8),
	 rgba(47,79,79,.7),
	 rgba(128,128,128,1) 
  );
}

p.wp-caption-text {
	font-size: .75em;
}

/* Short Takes */
div.simplePullQuote {
	width: 85%;
	font-size: 150%;
	font-style: italic;
	float: left;
}

div.panel.short_takes_bio {
	margin-top: 125px;
	background-color: lightCyan;
	font-size: 85%;
	color: gray;
	border: none;
}

div.panel.short_takes_top {
	background-color: #F9EFF5;
}

@media screen and (max-width: 767px) {
	div.simplePullQuote {
		display: none;
	}
	
	div.panel.short_takes_bio {
		margin-top: 10px;
	}
	
	span.sw-click-to-tweet {
		display: none;
	}
	
	div.no_disp_mobile, li.no_disp_mobile {
		display: none;
	}
}

div.twitter-pullquote-left {
	display: block;
	width: 45%;
	float: left;
	margin-right: 15px;
}

div.twitter-pullquote-right {
	display: block;
	width: 45%;
	float: right;
	margin-left: 15px;
}

/* CfP and News page */
.cfp_info p {
	font-size: 1.1em;
}

.cfp_info h1 {
	font-size: 1.9em;
}

.cfp_info a {
	font-size: 1.6em;
}

a.cfp_info_link {
	font: bold 1.8em "Josefin Sans", Arial, sans-serif;
}

/* Home Page */
.home_page_columns div.panel-body {
	padding: 10px;
}

table.links_table td {
	padding: 4px;
}

table.links_table tr {
	margin-top: 100px;
}

span.josefin {
	font: bold 1.2em "Josefin Sans", Arial, sans-serif;
}

span.inline_h3 {
	font: 1em "EB Garamond", "Times New Roman", serif;
}

/* currents digital archives */
div.panel.currents_top {
	background-color: #E0E0EB;
}

div.panel.online_box {
	background-color: #E0EBE6;
}

div.panel.books_box {
	background-color: #D1D9E0;
}

div.panel.articles_box {
	background-color: #E0D1E0;
}

span.dropcap {
	margin: .1em .2em 0 0;
}

p.sidebar {
	color: gray;
	font-size: .8em;
}

div.currents_pullquote {
	background: url("/wp-content/plugins/simple-pull-quote/images/quote.png") no-repeat scroll left top rgba(0,0,0,0);
	border-bottom: 3px solid #868686;
	border-top: 3px solid #868686;
	float: left;
	margin: 6px 0 6px 6px;
	font-size: 112%;
	font-style: italic;
	width: 100%;
	padding: 4px;
	text-indent: 10px;
}

div.panel.currents_bio {
	background-color: lightCyan;
	font-size: 75%;
	color: gray;
	border: none;
}

div.panel.currents_bio div.panel-body {
	padding: 9px;
}

/* hiding post titles */
/*mackinnon ask a feminist */
#post-5324 .entry-header h1.entry-title {
	display: none;
}

/*huerta ask a feminist */
#post-5099 .entry-header h1.entry-title {
	display: none;
}

/*enloe ask a feminist */
#post-5408 .entry-header h1.entry-title {
	display: none;
}

/*kimmel ask a feminist */
#post-5035 .entry-header h1.entry-title {
	display: none;
}

/*harris ask a feminist */
#post-4303 .entry-header h1.entry-title {
	display: none;
}

/*carrol ask a feminist */
#post-3885 .entry-header h1.entry-title {
	display: none;
}

/*cohen ask a feminist */
#post-3514 .entry-header h1.entry-title {
	display: none;
}

/* changing link size on Feminist Frictions page */
.page-id-6618 h2.entry-title {
	font-size: 1.15em;
}
