/*
Theme Name: Economic Roundtable 
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.3
*/
@import url("sass/stylesheets/sass_style.css");

/* Staff icons */
.page-id-280 .thumbnail-list h4 {
	display:inline-block;
}
.page-id-280 .thumbnail-list .meta {
	display:block;
}
.network-icons {
	padding:0;
	float:right;
	list-style-type:none;
}
.network-icons li {
	display:inline;
	margin-left:5px;
}
.network-icons a {
	display:inline-block;
}
.network-icons img {
	width:28px;
	height:28px;
}

/* Iframe for Publications Styles */

.modal-dialog{
	width: 80%;
}
.modal-body iframe{
	width: 100%;
}

/* Footer overrides - temporary, should be moved to SASS */
.donate-link-footer {
	width: calc(100% - 156px);
}
@media (min-width:768px) and (max-width:1199px) {
	.donate-link-footer {
		width: 125px;
	}
}