/*

Pull quote module (the tweet this)

*/

.module_pull_quote {
	border: 4px solid #1cace2;
	text-align: center;
	padding-top: 0;
	color: #1cace2;
	padding: 24px 30px 19px;
	margin: 43px 0;
}
	.listing.pinteresterize .module_pull_quote {
		width: 242px;
		background: #fff;
		position: absolute;
		margin: 0 0 30px 30px;
	}
	.module_pull_quote p {
		font-size: 26px;
		line-height: 30px !important;
		font-weight: normal;
		margin: 0;
		color: inherit;	
	}
		.module_pull_quote p a {
			color: inherit;	
      font-family: sans-serif;
		}
		.module_pull_quote a,
		.article .article_content .module_pull_quote a,
		.module_pull_quote a:hover {
			text-decoration: none;
		}
		.module_pull_quote p .tw_blue {
			display: inline-block;
			font-size: 13px;
			line-height: 18px;
			font-style: normal;
			margin: 24px 0 0;
			font-family: sans-serif;
		}
			.module_pull_quote p .tw_blue:before {
			    margin-bottom: -3px;
			}
			.module_pull_quote p a:hover .tw_blue {
				text-decoration: underline;
			}
/** Third party quote (including solitary twitter logo and footer link text) **/
.module_pull_quote.third_party_quote {
}
	.module_pull_quote.third_party_quote a:hover {
		text-decoration: underline;
	}
	.module_pull_quote.third_party_quote p {
		margin: 15px 0;
	}
		.module_pull_quote.third_party_quote p:first-child {
			position: relative;
			overflow: visible;
			padding-top: 40px;
		}
			.module_pull_quote.third_party_quote p:first-child:after {
				content: "";
				background: url('/sites/all/themes/bb/images/temp_icons/twitter_blue.png') no-repeat 0 0;
				width: 17px;
				height: 17px;
				position: absolute;
				left: 50%;
				top: 0px;
				margin: 0 0 0 -8px;
			}
	.module_pull_quote.third_party_quote p .footer_link {
		font-size: 14px;
	}