/*Make general changes to all tweet boxes*/

.click-to-tweet {



}


.click-to-tweet.ctt-theme-basic-white {

	color: #e2e2ea;

	background: transparent url(../img/full-skin-blue.png) no-repeat;
	background-position: right 1% bottom 5px;

	font-size: 24px;
	text-align: center;
	font-family: Arial;
	
	width: 100%;
	margin: 0;
 	position: relative;
	line-height: 140%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	/*padding: 5%;*/
	
}

.click-to-tweet .tweet-link {
	white-space: normal;
	text-align: center;
}

.click-to-tweet.ctt-theme-basic-white .tweet-link {
	color: #e2e2ea;
	/*border-color: #e2e2ea;*/
	border: 3px solid;
	border-color: #e2e2ea;
	padding: 5%;

}

.click-to-tweet.ctt-theme-basic-white .ctt-cta {

	font-size: 16px;
	line-height: 22px;
	padding: 6px 19px;
	position: relative;
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	right: 20px;
	
}

.click-to-tweet.ctt-theme-basic-white:hover {

	border-color: black;

}

.click-to-tweet.ctt-theme-basic-white:hover .ctt-cta {

	text-decoration: underline;

}

.click-to-tweet.ctt-theme-basic-white:hover .tweet-link {
	text-decoration: underline;
	/*border-bottom: none;*/

}

.click-to-tweet.ctt-theme-basic-white .tweet-link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-bottom: none;*/
}

.click-to-tweet.ctt-theme-basic-white .tweet-link:hover {

	color: black;
	border-color: black;
	text-decoration: underline;	
	/*border-bottom: none;*/
	
}

/*basic white ends here*/


/*Basic Border Starts here*/


.click-to-tweet.ctt-theme-basic-border {
	font-size: 24px;
	text-align: center;	
	width: 100%;
	margin: 15px 0;
 	position: relative;
	line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s ease-out;
}

.click-to-tweet.ctt-theme-basic-border .tweet-link {
	font-family: 'Mate', serif;
	color: #878787;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #aed4ee;
	transition: all 0.2s ease-out;
}

.click-to-tweet.ctt-theme-basic-border .ctt-cta {
	font-family: Arial;
	background-color: transparent;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
	padding: 6px 19px 6px 6px;
	position: relative;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #17b8e6;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	transition: all 0.2s ease-out;
}

.click-to-tweet.ctt-theme-basic-border .ctt-cta i.bird-icon {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: transparent url(../img/twitter-little-bird.png) no-repeat;
	background-position: 0px 4px;
	vertical-align: middle;
	transition: all 0.2s ease-out;
}

.click-to-tweet.ctt-theme-basic-border:hover {
	border-color: #17b8e6;
}

.click-to-tweet.ctt-theme-basic-border .tweet-link:hover {
	background: transparent url(../img/twitter-little-bird-white.png) no-repeat;
	background-position: left 42% bottom 43px;
	border-color: #17b8e6;
}

.click-to-tweet.ctt-theme-basic-border .tweet-link:hover .text-wrap {
	text-decoration: underline;
}

.click-to-tweet.ctt-theme-basic-border:hover .ctt-cta i.bird-icon {
	
	background-image: url(../img/twitter-little-bird-white.png);

}

.click-to-tweet.ctt-theme-basic-border:hover .ctt-cta {
	
	background-color: #17b8e6;
	color: #ffffff;
	text-decoration: none;

}

/*Basic border ends here*/

/*Full theme starts here*/

.click-to-tweet.ctt-theme-basic-full {

	color: #fff;

	background: transparent url(../img/full-skin-white.png) no-repeat;
	background-color: #28aae1;
	background-position: right 1% bottom 5px;

	font-size: 24px;
	text-align: center;
	font-family: Arial;
	
	width: 100%;
	margin: 0;
 	position: relative;
	line-height: 140%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	
}

.click-to-tweet.ctt-theme-basic-full .tweet-link {
	color: #fff;
	border-bottom: none;

	border: 3px solid;
	border-color: #28aae1;

	padding: 5%;
}

.click-to-tweet.ctt-theme-basic-full .ctt-cta {
	font-size: 16px;
	line-height: 22px;
	padding: 6px 19px;
	position: relative;
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.click-to-tweet.ctt-theme-basic-full:hover {
	background-color: white;
	background-image: url(../img/full-skin-blue.png);
	background-position: right 1% bottom 5px;

}

.click-to-tweet.ctt-theme-basic-full:hover .ctt-cta {
	text-decoration: underline;
}

.click-to-tweet.ctt-theme-basic-full:hover .tweet-link {
	text-decoration: underline;
}

.click-to-tweet.ctt-theme-basic-full .tweet-link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.click-to-tweet.ctt-theme-basic-full .tweet-link:hover {
	
	color: #28aae1;
	text-decoration: underline;	
	
}


/*full ends here*/

/* tweet string */
.ctt-theme-tweet-string .tweet-link {
	font-size: inherit;
	font-family: inherit;
	text-decoration: none !important;
	color: rgb(138, 188, 0) !important;
	padding: 1px 6px 1px 1px;
	background-color: rgba(238, 255, 65, 0.498) !important;
	border: 1px solid rgb(231, 231, 231);
	border-radius: 3px;
	transition: all 0.2s ease-out;
}
.ctt-theme-tweet-string .tweet-link:hover {
	color: rgb(34, 34, 34) !important;
	background-color: rgb(238, 255, 65) !important;
	text-decoration: none !important;
}
.ctt-theme-tweet-string-underlined .tweet-link {
	font-size: inherit;
	font-family: inherit;
	text-decoration: none !important;
	color: #55acee !important;
	border-bottom: 1px dashed #55acee !important;
}
.ctt-theme-tweet-string-underlined .tweet-link:hover {
	text-decoration: none !important;
	border-bottom-style: solid !important;
}
.ctt-theme-tweet-string .tweet-link .ctt-cta .bird-icon,
.ctt-theme-tweet-string-underlined .tweet-link .ctt-cta .bird-icon {
	display: inline-block;
	position: relative;
    top: 3px;
	width: 20px;
	height: 17px;
	background-image: url(../img/twitter-little-bird-button.png);
	background-repeat: no-repeat;
	background-size: 85%;
	margin-left: 5px;
}
/*Tweet boxes new*/
/*Shadow Tweet Box Starts here*/
.click-to-tweet.ctt-theme-tweet-box-shadow {
	color: #fff;
	background: transparent url(../img/full-skin-blue.png) no-repeat;
	background-color: #fff;
	background-position: right 1% bottom 5px;
	font-size: 24px;
	text-align: center;
	font-family: Arial;
	width: 100%;
	margin: 15px 0;
 	position: relative;
	line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	
}
.click-to-tweet.ctt-theme-tweet-box-shadow .tweet-link {
	color: #788199;
	border-bottom: none;
	padding: 5%;
}
.click-to-tweet.ctt-theme-tweet-box-shadow .ctt-cta {
	color: #55acee !important;
	font-weight: bold !important;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;
	padding: 6px 19px;
	position: relative;
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.click-to-tweet.ctt-theme-tweet-box-shadow:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(85,172,238,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(85,172,238,1);
	box-shadow: 0px 0px 20px 0px rgba(85,172,238,1);
}
.click-to-tweet.ctt-theme-tweet-box-shadow .tweet-link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Shadow Tweet Box Ends here*/
/*Normal Blue Box Starts here*/
.click-to-tweet.ctt-theme-tweet-box-normal-blue {
	color: #fff;
	font-size: 24px;
	font-weight: bold !important;
	text-align: center;
	font-family: Arial;
	width: 100%;
	margin: 15px 0;
 	position: relative;
	line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .tweet-link {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #55acee;
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .tweet-link .text-wrap {
	quotes: "\201C""\201D""\2018""\2019";
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .tweet-link .text-wrap:before {
	color: #0891C7;
    content: open-quote;
    font-style: italic;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 5px;
    vertical-align: -0.25em;
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .tweet-link .text-wrap:after {
	color: #0891C7;
    content: close-quote;
    font-style: italic;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: -0.1em;
    vertical-align: -0.65em;
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .ctt-cta {
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
	padding: 6px 19px 6px 6px;
	position: relative;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #55acee;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;*/
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue .ctt-cta i.bird-icon {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: transparent url(../img/twitter-little-bird.png) no-repeat;
	background-position: 0px 4px;
	vertical-align: middle;
}
.click-to-tweet.ctt-theme-tweet-box-normal-blue:hover .ctt-cta i.bird-icon {
	background-image: url(../img/twitter-little-bird-white.png);

}
.click-to-tweet.ctt-theme-tweet-box-normal-blue:hover .ctt-cta {
	background-color: #0891C7;
	color: #ffffff;
	text-decoration: none;

}
/*Normal Blue Box ends here*/

/*Mce Javascript WYSIWYG starts here*/
.mce-container-body .ctt-theme-tweet-string,
.mce-container-body .ctt-theme-tweet-string-underlined {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    min-height: 100px;
}
.mce-container-body .click-to-tweet {
	position: absolute;
	bottom: 0;
	margin: 0;
}
.mce-container-body .tweet-link {
	max-height: 120px;
	overflow: hidden;
}
.mce-container-body .click-to-tweet-counter-container,
.mce-container-body .click-to-tweet-counter {
	line-height: 30px;
}
.mce-container-body .click-to-tweet-counter-container {
	position: absolute;
	top: -36px;
	width: 100%;
	color: gray;
	border: 3px solid transparent;
	padding-left: 5%;
}
.mce-container-body.danger .click-to-tweet-counter-container {
	color: #B92929;
}
.mce-container-body.danger .tweet-link {
	color: #B92929;
	border-color: #B92929;
	background-color: #D29C9C;
}