.bctt-click-to-tweet {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center !important;
}
.bctt-click-to-tweet:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.bctt-ctt-text a {
	position: relative;
	color: #260859 !important;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 700;
	text-decoration: none !important;
}
.bctt-ctt-text a:hover {
	text-decoration: underline !important;
}
a.bctt-ctt-btn {
	font-family: 'Montserrat', sans-serif;
	color: #ebebeb;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1em;
	padding: 13px 20px;
	letter-spacing: -.2px;
	text-decoration: none;
	text-transform: uppercase;
	background: #260859;
	white-space: nowrap;
	margin: 10px 50px 0;
}
.bctt-ctt-btn:hover {
	color: #fff !important;
	background: #2e0c68;
}
@media screen and (max-width:1100px) {
a.bctt-ctt-btn {
	margin: 10px 30px 0;
}
}
@media screen and (max-width:1025px) {
a.bctt-ctt-btn {
	margin: 10px 0 0 30px;
}
}
@media screen and (max-width:915px) {
.bctt-ctt-text a {
	display: block;
	margin-bottom: 30px;
}
.bctt-click-to-tweet {
	display: block;
}
a.bctt-ctt-btn {
	margin: 0 auto;
}
}
@media screen and (max-width:420px) {
.bctt-ctt-text a {
	font-size: 15px;
	line-height: 1.6em;
}
}