/*

Theme Name: 	Buffer Social
Author: 			Buffer, Inc.
Designer: 		Jamie Wilson
Template:     buffer-base
Author URI: 	http://bufferapp.com/about/
Description: 	Buffer blogs about social media, transparency, business, productivity, health, technology and much more.
Version: 			1.0.0
Text Domain: 	buffer-base-social

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url("../buffer-base/style.css");
@import url("styles/slideup.css");

.home .newsletter-cta-large .heading-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.home .newsletter-cta-large .heading-desc {
	margin-bottom: 20px;
	color: #8A878C;
}
.home .newsletter-cta-large .newsletter-cta-large-list-wrap {
	border-top: 0px solid;
}
.home .newsletter-cta-large .newsletter-cta-large-h2 {
	max-width: 400px;
    margin-top: 13px;
    margin-bottom: -20px;
}
.home .newsletter-cta-large .cta-btn {
	display: inline-block;
	border-radius: 40px;
	
}
.home .newsletter-cta-large .ss-icon.twitter {
	background: url('images/twitter-icon.png') 0 0 no-repeat;
	background-size: auto 100%;
	width: 23px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: -25px;
}

.home .newsletter-cta-large .cta-btn a {
	color: #000;
	text-decoration: none !important;
	padding: 10px 20px;
	display: block;
	width: 100%;
	height: 100%;
	border: 0px solid !important;
	transition: opacity linear 3s;
}
.home .newsletter-cta-large .cta-btn a:hover {
	opacity: 0.8;
}
.home .newsletter-cta-large .cta-btn.twitter {
	background-color: #0090E3;
	border: 1px solid #0090E3;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 260px;
	text-align: center;
}
.home .newsletter-cta-large .cta-btn.twitter a {
	color: #fff;
}
.home .newsletter-cta-large .cta-btn.plans {
	border: 1px solid #000;
	margin-bottom: 5px;
	float: right;
}
.home .newsletter-cta-large .cta-phone-bg {
	background: url('../../uploads/2015/11/img_product-visual-2x.jpg') right 20px no-repeat;
	width: 144px;
	height: 166px;
	position: absolute;
	right: 10px;
	bottom: -16px;
    background-size: contain;
}
.home .newsletter-cta-large .newletter-list {
	background-color: #F7F6FB; 
	padding: 25px 20px 5px 20px; 
	margin-bottom: 40px;
}
.home .newsletter-cta-large .newletter-list-cont {
	max-width: 260px;
	width: 45%;
}
.home .newsletter-cta-large .newsletter-image {
	background: url(images/product-screenshot-queue-team.png) 0 0 no-repeat; 
	background-size: 100% auto;
	max-width: 362px; 
	width: calc(100% - 290px);
	height: 271px; 
	position: absolute; 
	top: 11px; 
	right: 10px;
}
@media (max-width: 639px) {
	.home .newsletter-cta-large .newsletter-image { display: none; }
	.home .newsletter-cta-large .newletter-list-cont {
		max-width: 100%;
		width: 100%;
	}
	.home .newsletter-cta-large .cta-btn-cont {
		text-align: center;
	}
	.home .newsletter-cta-large .cta-btn {
		float: none !important;
	}
	.home .newsletter-cta-large .cta-btn.twitter {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	
}