/*
Theme Name: CheerApp
Theme URI: http://cheerapp.pogoking.net/
Description: CheerApp is a modern theme best suited for app developers for showcasing their work. It offers features like knowledgebase, FAQs, flexible pricing tables and bbPress forums support.
Author: Mateusz Hajdziony
Author URI: http://themeforest.net/user/pogoking?ref=pogoking
Version: 1.0.4

License: ThemeForest WordPress Theme License
License URI: http://wiki.envato.com/support/legal-terms/licensing-terms/

Tags: light
*/

/* ----------------------------------
--------        RESET      ----------
---------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------
---------     TYPOGRAPHY   ----------
---------------------------------- */

body {
	color: #666666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	
	-moz-text-shadow: 0 1px 0 #ffffff;
	-webkit-text-shadow:  0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
}

h1 {
	color: #333333;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 36px;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 18px;
}

h3 {
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 36px;
	margin-bottom: 18px;
}

h4 {
	font-size: 16px;
	letter-spacing: -0.1px;
	line-height: 36px;
}

h5 {
	font-size: 13px;
	letter-spacing: -0.1px;
	line-height: 36px;
	text-transform: uppercase;
}

h6 {
	font-size: 13px;
	letter-spacing: -0.1px;
	line-height: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	text-decoration: none;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
}

h2 small {
	display: block;
	font-size: 12px;	
	font-weight: normal;
	letter-spacing: 0;
	line-height: 12px;
	margin-bottom: -4px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}

.post-archive .post-title {
	float: left;
	margin-bottom: 0;
	width: 80%;
}

p {
	margin-bottom: 18px;
}

a {
	color: #71a66c;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

a:active,
a:focus {
	color: #1a1a1a;
	outline: 0;
}

a.more {
	font-weight: bold;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	color: #1a1a1a;
	text-decoration: none;
}

ul {
	line-height: 15px;
	list-style: square outside;
	font-weight: normal;
	margin-bottom: 18px;
	text-transform: none;
}

nav ul {
	list-style: none none;
}

ol {
	line-height: 15px;
	margin-bottom: 18px;
	list-style-type: decimal;
}

dl {
	line-height: 15px;
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
}

li, dd {
	margin-bottom: 5px;
}

.post-content ul,
.post-content ol,
.post-content dl {
	margin-left: 18px;
	margin-right: 18px;
}

ul.links,
.widget ul {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;	
}

.forum-widgets ul {
	font-family: inherit;
	font-weight: bold;
	font-style: normal;
}

ul.links li a:hover:after,
.widget ul li a:hover:after {
	content: "\00a0\2192";
	font-style: normal;
}

.sidebar li.current > a {
	color: #333333;
}

ul.info {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

ul.info li small {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	color: white;
	text-shadow: 0 1px 0 #000;
	font-size: 10px;
}

ins {
	background-color: #ffffff;
}

s,
del {
	text-decoration: line-through;
}

cite,
q {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

cite {
	color: #333333;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

dfn {
	font-style: italic;
}

time {
	cursor: help;
	font-weight: bold;
}

var {
	font-family: Georgia, serif;
	font-style: italic;
}

sub {
	font-size: 9px;
	vertical-align: sub;
}

sup {
	font-size: 9px;
	vertical-align: super;
}

blockquote {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/quote.png) no-repeat left top;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 18px;
	text-align: center;
}

.column blockquote {
	padding: 0 10px;
}

.third blockquote {
	padding: 0 20px;
}

.half blockquote {
	padding: 0 20px;
}

blockquote .author {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 18px;
	padding: 0 18px;
}

blockquote .author .company {
	font-size: 11px;
	font-weight: normal;
}

caption,
figcaption,
.caption {
	color: #808080;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 18px;
	text-align: center;
}

pre {
	font-family: "Courier New", monospace;
}

code,
samp {
	font-family: "Courier New", monospace;
}

label {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
}

label small {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-transform: none; 
	text-shadow: 0 1px 0 white;
}

form, input, textarea {
	color: #666666;
	font-size: 13px;
}

#header {
	color: #ffffff;
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	-webkit-text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
}

#header a {
	color: #ffffff;
}

#header a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

#header a:active {
	color: #d9d9d9;
}

#header li.current > a {
	color: #e5e5e5;
}

.main-message {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-bottom: 10px;
	width: 100%;	
	background: #20805E url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .2);	
	
}

.main-message h2 {
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0 1px 0 #333;
}

.colour {
	font-weight: bold;
}

#featured,
#featured h1,
#featured h2,
#featured h3,
#featured h4,
#featured h5,
#featured h6,
#featured h1 a,
#featured h2 a,
#featured h3 a,
#featured h4 a,
#featured h5 a,
#featured h6 a,
#featured small,
#featured small a {
	color: #333;

	
	   -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	    -ms-transition: color 0.2s;
	        transition: color 0.2s;
}

#featured h1 a:hover,
#featured h2 a:hover,
#featured h3 a:hover,
#featured h4 a:hover,
#featured h5 a:hover,
#featured h6 a:hover,
#featured small a:hover {
	color: #f2f2f2;
}

#featured h1 a:actives,
#featured h2 a:active,
#featured h3 a:active,
#featured h4 a:active,
#featured h5 a:active,
#featured h6 a:active,
#featured small a:active {
	color: #e5e5e5;
}

#featured h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#featured .slide {
	font-size: 14px;
}

#featured .slide iframe {
	background-color: transparent !important;
	border-width: 0;
	margin: -5px auto;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#featured .slide.video-after .video-container {
	display: none;
	opacity: 0;
	position: relative;
	width: 100%;
}

.slide.video-after .close-video {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat center -1598px;
	cursor: pointer;
	opacity: .6;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 20px;
	height: 20px;
	
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.slide.text-left.video-after .close-video,
.slide.text-right.video-after .close-video {
	right: -5px;
}

.slide.video-after .close-video:hover {
	opacity: .9;
}

.slide .play-button {
	display: block;
	position: relative;
}

.slide .play-button.opened {
	cursor: default;
}

.slide .play-button-overlay {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/play-button.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.slide .play-button:hover .play-button-overlay {
	opacity: 1;
}

.slide .play-button.opened .play-button-overlay {
	opacity: 0;
	display: none;
}

#featured ::-moz-selection {
	background: #333333;
}

#featured ::-webkit-selection {
	background: #333333;
}

#featured ::selection {
	background: #333333;
}

#nav {
	top:60px;
}

#nav,
header .login ul {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
}

#footer a {
	color: #FFF;
	text-shadow: 0 1px 0 #000;	
}

#footer a:hover {
	color: #FFF;
}

#footer a:active {
	color: #FFF;
}

#footer li a:hover {
	text-decoration: none;
}

#footer-nav {
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 10px;
}

.post-blog .post-meta,
.description {
	color: #333333;
	line-height: 18px;
	text-align: right;
}

.description {
	color: #808080;
	font-size: 11px;
}

.description pre {
	color: #808080;
	font-size: 11px;
}

.post-meta ul {
	list-style: none none;
}

.post-meta .date {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.post-meta .categories-list {
	font-style: normal;
	font-weight: bold;
}

.post-meta .categories-list li {
	line-height: 18px;
	margin-bottom: 0;
}

.post-archive .post-content {
	clear: both;
}

.post-meta,
.post-archive .date,
.bbp-post-date,
.bbp-topic-meta-info,
.bbp-topic-started-in,
.topic-started-by,
.comment-date {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.bbp-topic-started-in,
.topic-started-by {
	font-size: 11px;
}

.post-archive .date {
	float: right;
	line-height: 36px;	
}

.post-blog .post-meta {
	font-weight: normal;
	text-transform: none;
}

.post-meta small,
.bbp-post-author small,
.bbp-post-date small,
.bbp-topic-meta-info small,
.bbp-topic-started-in small,
.topic-started-by small,
.comment-author small,
.comment-date small {
	color: #808080;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

ul.faq {
	list-style: none;
	font-style: normal;
	line-height: 18px;
	padding-top: 9px;
}

ul.faq a:first-child {
	border: 0;
	display: block;
	font-weight: bold;
}

ul.faq .opened a:first-child {
	color: #333333;
}

ul.faq li {
	line-height: 18px;
}


/* ----------------------------------
---------        MAIN      ----------
---------------------------------- */

html {
	width: 100%;
	min-width: 1020px;
}

body {
	background: #f7f7f7 url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	min-width: 1020px;
}

.inner-wrap {
	margin: 0 auto;
	padding: 0 30px;
	width: 960px;
	overflow: visible;
}

#header {
	background: #20805E url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	position: relative;
	z-index: 1000;
}

.page-id-73 h4 {
	font-size: 24px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 10px;

}

.page-id-73 .faq h4 {
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 5px;	

}


.page-id-73 .supporting-text {
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page-id-73 #action {
	float: left;
	margin-top: 10px;
}

.page-id-8 #action {
	float: left;
	margin-top: 10px;
}

.page-id-8 .content-full h2 {
	font-size: 24px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 10px;
}

.page-id-8 .supporting-text {
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
}

.page-id-47 h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.page-id-47 p {
	margin-bottom: 30px;
}


#action {
	
	width: 100%;
margin-left: auto;
margin-right: auto;

	margin-top: -81px;
	margin-bottom: 36px;
	padding: 17px 0px;
	position: relative;
	z-index: 5000;


}

#action .action-text {
	float: left;
	margin-right: 40px;
	width: 628px;
	color: #FFF;
	text-shadow: 0 1px 0 #333;
}

#action .action-text h3 {
	color: #FFF;	
}

#action .button {
	position: absolute;
	top: 50%;
	left: 260px;
	padding: 0 6px 0 3px;
}

#featured {
	background: #00AB6F url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border-bottom: 3px solid #ffffff;
	border-top: 1px solid #a6a6a6;
	border-top: 1px solid rgba(255, 255, 255, .35);
	border-bottom: 3px solid #ffffff;
	position: relative;
	z-index: 600;
}

.home #featured {
	min-height: 400px;
}

.page-template-index-php #featured {
	overflow: hidden;
	z-index: 100;
}

#featured .inner-wrap {
	height: 44px;
	padding-top: 23px;
	padding-bottom: 23px;
	position: relative;
}

.page-template-index-php #featured .inner-wrap {
	height: auto;
	padding-top: 53px;
	padding-bottom: 0;
	position: relative;
}

.page-template-index-php #featured.with-padding .inner-wrap {
	padding-bottom: 41px;
}

.breadcrumb h2,
.breadcrumb h3,
.breadcrumb h4,
.breadcrumb h5 {
	margin: 0;
	text-shadow: 0 1px 0 #333;
	color: #FFF!important;
	font-size: 20px!important;
	font-weight: bold!important;
	font-style: normal!important;
}

.breadcrumb h2 small a, .breadcrumb h2 small {
	color: #FFF!important;
	text-shadow: 0 1px 0 #333;
}

#featured .breadcrumb h2 a {
	color: #FFF;
}

.js-ready .preload img {
	visibility: hidden;
}

.home .sub-message {display:block;}

.sub-message {
	display: block;
	float: left;
	margin: 0 auto;
	width: 460px;
	overflow: hidden;
	display: none;
}

.sub-message ul li {
	margin-bottom: 20px;
	line-height: 22px;
	border-bottom: 1px solid #049562;
	padding-bottom: 20px;
	text-shadow: 0 1px 0 #333;
}

.sub-message ul {
	font-size: 19px;
	list-style-type: none;
	color: #FFF;
}

.sub-message ul li.social-interaction:before {
	content: " ";
	position: relative;
	display: block;
	float: left;
	background: url("http://squaresocial.co/wp-content/themes/cheerapp/images/social-interaction.png") center center no-repeat;
	background-position: 0 0;
	height: 50px;
	width: 30px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #049562;
}

.sub-message ul li.connect:before {
	content: " ";
	position: relative;
	display: block;
	float: left;
	background: url("http://squaresocial.co/wp-content/themes/cheerapp/images/connect.png") center center no-repeat;
	background-position: 0 0;
	height: 50px;
	width: 30px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #049562;
}

.sub-message ul li.report:before {
	content: " ";
	position: relative;
	display: block;
	float: left;
	background: url("http://squaresocial.co/wp-content/themes/cheerapp/images/graph.png") center center no-repeat;
	background-position: 0 0;
	height: 50px;
	width: 30px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #049562;
}

#slider-container {
	margin: 0 auto;
	width: 460px;
	overflow: hidden;
	display: block; 
	float: left;
}

.js-ready .slider {
	opacity: 0;
	visibility: hidden;
}

.js-ready .slide {
	display: none;
	visibility: hidden;
}

.js-ready .slide:first-child {
	display: block;
}

#slider-container .slide {
	margin: -10px 40px 0 40px;
	width: 460px;
}

#slider-container .slide.has-margin {
	margin-bottom: 50px;
}

.slide.text-left .post-content {
	float: left;
	margin-right: 40px;
	width: 280px;
}

.slide.text-left .post-image-container {
	float: left;
	width: 460px;
	margin-top: -20px;
	
}

.slide.text-right .post-content {
	float: right;
	margin-left: 40px;
	width: 280px;
}

.slide.text-right .post-image-container {
	float: right;
	width: 460px;
	margin-top: -20px;
}

.slide.text-center .post-content {
	text-align: center;
	width: 460px;
}

.slide.text-center .post-image-container {
	width: 460px;
	margin-top: -20px;
}

.slide .featured-image {
	display: block;
	margin: 0 auto;
}

.slide img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

.slider-button {
	cursor: pointer;
	display: block;
	height: 18px;
	width: 20px;
	margin-top: -29px;
	padding: 20px 0;
	position: absolute;
	top: 50%;
	
	-ms-transition: background .2s ease-in, opacity .2s ease-in;
	-moz-transition: background .2s ease-in, opacity .2s ease-in;
	-o-transition: background .2s ease-in, opacity .2s ease-in;
	-webkit-transition: background .2s ease-in, opacity .2s ease-in;
	transition: background .2s ease-in, opacity .2s ease-in;
}

.slider-button:active {
	margin-top: -28px;
}

.slider-button.prev {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 10px 20px;
	left: -10px;
	opacity: .75;
	padding-right: 20px;
	top: 200px;
}

#featured:hover .slider-button.prev {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 0 20px;
	opacity: 1;
}

.slider-button.next {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 18px -19px;
	right: -10px;
	opacity: .75;
	padding-left: 20px;
	top: 200px;
}

#featured:hover .slider-button.next {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 28px -19px;
	opacity: 1;
}

#main {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/content-texture-top.png) repeat-x 0 0;
	border-top: 1px solid #cccccc;
	overflow: visible;
	position: relative;
	z-index: 500;
	
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
}

.page-template-index-php #main {
	z-index: 5000;
}

#main .inner-wrap {
	padding-top: 35px;
	padding-bottom: 35px;
}

.page-template-index-php #main .inner-wrap {
	z-index: 5000;
}

.content {
	width: 627px;
}

.content-full {
	width: 100%;
	margin-bottom: 30px;
	display: block;
	float: left;
}

.content-left {
	float: left;
	margin-right: 39px;
}

.content-right {
	float: right;
	margin-left: 39px;
}

.sidebar {
	width: 294px;
	float: left;
}

.post-blog .post-meta,
.description {
	float: left;
	width: 127px;
}

.post-blog blockquote {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-left: -167px;
	padding: 18px 0 0;
	width: 127px;
}



.wiki-post-meta,
.forum-thread-meta {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #ffffff;
	position: relative;
	margin-bottom: 18px;
}

.archive-post-meta {
	clear: both;
	margin-bottom: 12px;
	position: relative;
}

.wiki-post-meta .post-meta,
.forum-thread-meta .post-meta {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	height: 34px;
	width: 100%;
	line-height: 34px;
}

.post .faq-count,
.post .likes,
.post-archive .comment-count {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat left top;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	margin-top: 9px;
	padding-left: 19px;
	position: absolute;
	top: 1px;
}

.post-archive .faq-count,
.post-archive .likes,
.post-archive .comment-count {
	margin-bottom: 1px;
	margin-top: 1px;
}

.post .faq-count {
	background-position: left -2211px;
	border: 0;
	right: 55px;
}

.post .likes {
	background-position: left -915px;
	color: #c1716a;
	right: 0;
}

.post-archive .comment-count {
	right: 0;
}

.post .comment-count {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat left -1024px;
	border: 0;
	font-weight: bold;
	padding-left: 22px;
}

.faq li {
	padding-left: 18px;
	margin-bottom: 9px;
}

.faq li.closed {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/faq-closed.png) no-repeat 3px 6px;
}

.faq li.opened {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/faq-opened.png) no-repeat 3px 6px;
}

.faq .target {
	margin: 9px 0 18px;
}

a.post-image {
	line-height: 0;
}

.post-image img {
	display: block;
}

.fb-like {
	margin: -1px 0 10px 0;
	display: block;
	float: left;
}

.post-image,
.ad,
.avatar,
figure,
pre {

	display: block;
	margin-bottom: 18px;
	padding: 5px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

figure iframe,
figure video,
figure img {
	background-color: transparent;
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

figure figcaption {
	margin-top: 9px;
	margin-bottom: 3px;
}

figure.alignleft {
	margin-right: 18px;
}

figure.alignright {
	margin-left: 18px;
}

figure.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.post-blog figure,
.post-blog .post-content pre {
	margin-left: -167px;
}

.single-post img.size-medium,
.single-post img.size-large,
.single-post img.size-full {
	margin-left: -167px;
}

.single-post figure img.size-medium,
.single-post figure img.size-large,
.single-post figure img.size-full {
	margin-left: auto;
}

pre.allowed-tags {
	background-color: transparent;
	border: 0;
	margin: 8px 0 0;
	padding: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ad {
	display: inline;
	margin-bottom: 0;
}

.ad-link {
	line-height: 0;
	margin-right: 16px;
}

.ad-link + .ad-link {
	margin-right: 0;
}

.avatar {
	padding: 4px;
}

.blog .post-content,
.form-alt p,
.form-alt .input-small {
	display: block;
	/*margin-left: 167px;*/ /* Equals to .post-meta width + margin between these two elements */
}

.pagination .prev {
	float: left;
	line-height: 16px;
}

.pagination .prev a:before {
	content: "\2190\00a0";
	font-style: normal;
}

.pagination .next {
	float: right;
	line-height: 16px;
	padding-right: 12px;
}

.pagination .next a:after {
	content: "\00a0\2192";
	font-style: normal;
}

#footer {
	background: #333 url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border-top: 1px solid #d1d1d1;
	clear: both;
	position: relative;
	-moz-box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
}



#footer .inner-wrap {
	padding-top: 35px;
	padding-bottom: 36px;
	position: relative;
}

#footer-nav li {
	float: left;
	margin-bottom: 0;
	padding-right: 10px;
}

#footer-nav li:before {
	content: "\00b7\00a0\00a0";
	font-size: 13px;
}

#footer-nav li:first-child:before {
	content: '';
}

.footer-logo {
	display: block;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
}

.footer-logo img {
	display: block;
	line-height: 0;
	margin: 0;
}

#header .inner-wrap {
	padding-top: 36px;
	padding-bottom: 16px;
	overflow: visible;
	position: relative;
	border-bottom: 1px solid #1C7757;
}

#logo {
	display: block;
	float: left;
	margin-right: 36px;
	margin-bottom: 0;
	line-height: 0;
	width: 30%;
}

#logo img {
	display: block;
}

header nav {
	float: right;
	height: 100%;
	/*width: 25%;*/
	width:28%;
}

#nav,
.login > ul {
	display: block;
	margin: 0;
	position: absolute;
	bottom: 58px;
}

.login ul {
	right: 30px;
}

.dropdown li {
	display: block;
	margin: 0;
	position: relative;
	white-space: nowrap;
}

.dropdown > li {
	float: left;
	margin: 0 4px;
}

.dropdown li a {
	display: block;
	padding: 0 13px;
	margin: 0;
}

li.parent a {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.dropdown > li > a {
	background: transparent;
	border: 1px solid transparent;
	border-bottom-width: 0;
	margin-top: -5px;
	margin-bottom: -4px;
	padding-top: 4px;
	padding-bottom: 4px;
	*height: 24px;
	*padding-bottom: 0;
	*margin-bottom: -10px;
	
	   -moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
	       
}

.dropdown > li > a.user-profile-link {
	padding-right: 0;
}

.dropdown > li:hover > a.user-profile-link {
	padding-right: 13px;
}

#nav > li.parent > a:after,
.user-profile-link:after {
	content: "";
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat center -84px;
	display: inline;
	padding: 3px;
	margin: 6px 0 6px 8px;
}

#nav > li.parent:hover > a:after,
li.parent:hover .user-profile-link:after {
	background-image: none;
	display: none;
}

#nav > li.parent:hover > a {
	margin-right: 14px;
}

.dropdown > li:last-child {
	margin-right: -8px;
}

.login .dropdown > li:last-child {
	margin-right: 4px;
	margin-left: 0;
}

.dropdown > li:first-child {
	margin-left: -8px;
}

.login .dropdown > li:first-child {
	margin-right: 0;
	margin-left: 4px;
}

#header .dropdown li.parent:hover a {
	color: #666666;
	
	   -moz-text-shadow: none;
	-webkit-text-shadow: none;
	        text-shadow: none;
}

#header .dropdown > li.parent:hover > a {
	background: #ffffff;
	border-color: #262626;
	border-color: rgba(0, 0, 0, .2);
	color: #333333;
	position: relative;
	z-index: 1200;
	
	   -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	        box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	
	   -moz-background-clip: padding;
	-webkit-background-clip: padding;
	        background-clip: padding-box;
}

#header .dropdown li.parent ul a:hover {
	color: #333333;
	
	   -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	    -ms-transition: color 0.2s;
	        transition: color 0.2s;
}

header .dropdown ul {
	background: #ffffff;
	border: 1px solid;
	border-color: #262626;
	border-color: rgba(0, 0, 0, .2);
	border-top-width: 0;
	display: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	min-width: 100%;
	padding: 8px 0;
	position: absolute;
	top: 22px;
	z-index: 1100;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	
	   -moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	        border-radius: 0 2px 2px 2px;
	
	   -moz-background-clip: padding;
	-webkit-background-clip: padding;
	        background-clip: padding-box;
}

.login .dropdown ul {
	   -moz-border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
	        border-radius: 2px 0 2px 2px;
}

.dropdown > li > ul {
	min-width: 100%;
}

.dropdown li:hover > ul,
.dropdown li.hover > ul {
	display: block;
}

header .login {
	float: right;
	height: 100%;
}

.login > ul > li {
	float: right;
}

.login .dropdown ul {
	right: 0;
}

.login-link:before {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat center -225px;
	content: "";
	display: inline;
	margin: 3px 8px 3px 0;
	padding: 6px;	
}

li:hover .login-link:before {
	background-position: center -261px;
}

#header #login-form {
	padding: 8px 14px;
}

#header #login-form input {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#header #login-form input[type=submit] {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#login-form label {
	color: #666666;
	display: none;
	
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

header p.bbp-remember-me {
	margin-top: -9px;
}

#login-form .bbp-remember-me label {
	display: inline-block;
	text-transform: none;
}

.login .user-info {
	text-align: right;
}

.login .avatar {
	border-color: #0d0d0d;
	border-color: rgba(0, 0, 0, 0.9);
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

#header .user-info:hover .avatar {
	border-color: #c2c2c2;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.image-parent {
	background-color: #ffffff;
	display: block;
	line-height: 0;
	position: relative;
}

.image-parent.loading {
	background-color: transparent;
	display: inline-block;
	position: static;
}

.image-parent .image-overlay {
	background: transparent url(http://squaresocial.co/wp-content/themes/images/light-green/image-overlay.png) no-repeat center center;
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.image-parent:hover .image-overlay {
	display: block;
}

.image-parent:hover img {
	opacity: .7;
}

#kb-categories {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 0;
	margin-bottom: 36px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.kb-categories-title {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 18px -2732px;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	line-height: 18px;
	padding: 18px 18px 18px 42px;
}

#kb-categories ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

#kb-categories li {
	border-top: 1px solid #ebebeb;
	line-height: 35px;
	margin: 0;
}

#kb-categories > ul > li:first-child {
	border-top-width: 0;
}

#kb-categories li a {
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png);
	background-repeat: no-repeat;
	background-position: 264px -2886px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
}

#kb-categories li.current-cat > a,
#kb-categories li.current-cat-parent > a,
#kb-categories li:hover > a {
	background-color: #f5f5f5;
	background-position: 264px -2850px;
}

#kb-categories li.current-cat > a,
#kb-categories li.current-cat-parent > a {
	color: #333333;
}

#kb-categories ul li ul li ul li a {
	padding-left: 18px;
}

#kb-categories ul.children > li > a:before {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat left -2418px;
	display: inline-block;
	float: left;
	content: '';
	height: 35px;
	margin-right: 6px;
	width: 16px;
}

#kb-categories ul li ul a {
	font-size: 12px;
}

#kb-categories ul li > ul {
	display: none;
}

#kb-categories ul li.current-cat > ul,
#kb-categories ul li.current-cat-parent > ul {
	display: block;
}

/* ----------------------------------
--------       COLUMNS     ----------
---------------------------------- */


.column-container:last-child {
	margin-bottom: 0;
}

.column {
	float: left;
}

.full {
	width: 100%;
}

.half {
	margin-left: 40px;
	width: 460px;
}

.third {
	margin-left: 39px;
	width: 294px;
}

.two-thirds {
	margin-left: 39px;
	width: 627px;
}

.fourth {
	margin-left: 40px;
	width: 210px;
}

.three-fourths {
	margin-left: 40px;
	width: 710px;
}

.fifth {
	margin-left: 40px;
	width: 160px;
}

.two-fifths {
	margin-left: 40px;
	width: 360px;
}

.three-fifths {
	margin-left: 40px;
	width: 560px;
}

.four-fifths {
	margin-left: 40px;
	width: 760px;
}

.column:first-child {
	margin-left: 0;
}

/* ----------------------------------
---------        HOME      ----------
---------------------------------- */

.account-management {
	width: 470px;
	margin: 20px 10px 10px 0;
	float: left;
	min-height:120px;
}

.measure {
	width: 470px;
	margin: 0 10px 20px 0;
	float: left;
	min-height:120px;
}

.speed-of-like {
	width: 470px;
	margin: 0 10px 0 0;
	float: left;
	min-height:120px;
}

.streamline {
	width: 470px;
	margin: 20px 0 10px 10px;
	float: left;
	min-height:120px;
}

.reach-further {
	width: 470px;
	margin: 0 0 20px 10px;
	float: left;
	min-height:120px;
}

.word-of-mouth {
	width: 470px;
	margin: 0 0 20px 10px;
	float: left;
	min-height:120px;
}

.feature-left {
	width: 470px;
	margin: 0 0 10px 0px;
	float: left;
	/*min-height: 110px;*/
}

.feature-right {
	width: 470px;
	margin: 0 0 10px 0px;
	float: left;
	/*min-height: 110px;*/
}

.feature-left-large {
	width: 470px;
	margin: 0 0 10px 0px;
	float: left;
	/*min-height: 140px;*/
}

.feature-right-large {
	width: 470px;
	margin: 0 0 10px 0px;
	float: left;
	/*min-height: 140px;*/
}

.icon {
	width: 110px;
	/*height: 100px;*/
	float: left;
	/*border-right: 1px solid #d7d7d7;*/
	margin: 5px 10px 0 0;
	padding: 5px 0 0 0;
	text-align:center;
}

.brands {
	float: left;
	margin-bottom: 20px;
}

.brands h4 {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
	text-align: center;	
	
}

.brands ul {
	list-style-type: none;
	margin-top: 20px;
}

.brands ul li {
	display: block; 
	float: left;
	margin-right: 28px;
}

.brands ul li:last-child {
	margin-right: 0px;
}

/* ----------------------------------
--------       COMMENTS     ---------
---------------------------------- */


.comment-list {
	line-height: 18px;
	list-style: none none;
	margin-bottom: 36px;
}

.children {
	list-style: none none;
}

.comment {
	margin-bottom: 0;
	margin-top: 36px;
	padding-left: 167px;
	position: relative;
}

.comment:first-child {
	margin-top: 0;
}

.comment-list .children {
	line-height: 18px;
}

.comment-list .children .comment {
	margin-top: 36px;
	padding-left: 75px;
}

.comment-list .children .comment:first-child {
	margin-top: 36px;
}

.comment-avatar {
	left: 0;
	position: absolute;
	width: 127px;
}

.comment-list .children .comment-avatar {
	width: 55px;
}

.comment-avatar .avatar {
	float: right;
}

.bypostauthor .avatar {
	background-color: #f7edc6;
}

.comment-author {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
}

.comment-meta {
	font-weight: bold;
	margin-top: -9px;
}

.comment .comment-date {
	font-size: 11px;
}

.comment-edit-link,
.comment-reply-link {
	font-weight: bold;
	font-size: 12px;
}

.comment-awaiting-moderation {
	color: #bf7069;
	display: block;
	margin-bottom: 9px;
}

.comments-pagination {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 167px;
	margin-bottom: 36px;
}



/* ----------------------------------
--------    QUICK LINKS    ----------
---------------------------------- */


.quick-links-wrap {
	overflow: hidden;
}

.quick-links-wrap + hr {
	margin-top: 0;
}

#quick-links {
	float: left;
	left: 50%;
	margin-bottom: 36px;
	position: relative;
}

#quick-links ul {
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	position: relative;
	left: -50%;
}

#quick-links ul li {
	display: block;
	float: left;
	margin-right: 36px;
	text-align: center;
	width: auto;
}

#quick-links ul li:last-child {
	margin-right: 0;
}

.quick-link-icon {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 0 0;
	padding-left: 24px;
}

.quick-link-icon.padlock,
.quick-link-icon.login {
	background-position: 0 -266px;
}

.quick-link-icon.download {
	background-position: 0 -374px;
}

.quick-link-icon.search {
	background-position: 0 -482px;
}

.quick-link-icon.rss {
	background-position: 0 -590px;
}

.quick-link-icon.info {
	background-position: 0 -698px;
}

.quick-link-icon.sticky {
	background-position: 0 -806px;
}

.quick-link-icon.heart,
.quick-link-icon.like {
	background-position: 0 -914px;
}

.quick-link-icon.comment {
	background-position: 0 -1022px;
}

.quick-link-icon.merge {
	background-position: 0 -1130px;
}

.quick-link-icon.split {
	background-position: 0 -1238px;
}

.quick-link-icon.edit {
	background-position: 0 -1346px;
}

.quick-link-icon.trash {
	background-position: 0 -1454px;
}

.quick-link-icon.delete,
.quick-link-icon.stop {
	background-position: 0 -1562px;
}

.quick-link-icon.spam,
.quick-link-icon.warning {
	background-position: 0 -1670px;
}

.quick-link-icon.replay {
	background-position: 0 -1778px;
}

.quick-link-icon.ok,
.quick-link-icon.approve {
	background-position: 0 -1886px;
}

.quick-link-icon.mail {
	background-position: 0 -2102px;
}

.quick-link-icon.question {
	background-position: 0 -2210px;
}

.quick-link-icon.twitter {
	background-position: 0 -2318px;
}

.quick-link-icon.subitem {
	background-position: 0 -2426px;
}



/* ----------------------------------
--------       BUTTONS     ----------
---------------------------------- */

/* Gradients go as follows:
IE10: -ms-
FireFox: -moz-
Opera: -o-
Safari/Chrome: -webkit-
Chrome 11+: -webkit
W3C */

.button,
submit,
#header .button,
input[type=submit],
button {
	background-color: #ff8933;
	border: 1px solid #d15a04;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 38px;
	width: auto;
	line-height: 34px;
	margin: 3px 0 20px;
	outline: 0;
	padding: 0;
	text-align: center;
	
	background-image: -ms-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #ff8933),
    	color-stop(1, #e76608)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	text-shadow: 1px 1px 1px #C37317;

}


.button-mail {
	height: 28px!important;
	padding: 0!important;
}
.button-mail h3 {
	color: #fff;
	font-size: 15px;
	width: 80px;
	border-top: 1px solid #F5A54B;	
	line-height: 26px;
	margin-left: 3px;
	margin-right: 5px;	
}

.button-download h3 {
	color: #fff;
	font-size: 16px;
	width: 440px;
	border-top: 1px solid #F5A54B;
}

button {
	line-height: 26px !important;
}

.button:hover,
submit:hover,
#header .button:hover,
input[type=submit]:hover,
button:hover {
	background-color: #ffe173;
	color: #FFF;
	
	background-image: -ms-linear-gradient(
    	top,
    	#fe7e20 0%,
    	#de6004 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#fe7e20 0%,
    	#de6004 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#fe7e20 0%,
    	#de6004 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #fe7e20),
    	color-stop(1, #de6004)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#fe7e20 0%,
    	#de6004 100%
	);
	background-image: linear-gradient(
    	top,
    	#fe7e20 0%,
    	#de6004 100%
	);
}

.button:active,
submit:active,
#header .button:active,
input[type=submit]:active,
button:active {
	background-color: #ff8933;
	
	background-image: -ms-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #ff8933),
    	color-stop(1, #e76608)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
	background-image: linear-gradient(
    	top,
    	#ff8933 0%,
    	#e76608 100%
	);
}

#header .button {
	height: 18px;
	line-height:18px;
	padding: 4px 14px;
}

#header .button.register-link {
	border-color: #0d0d0d;
	border-color: rgba(0, 0, 0, 0.9);
	margin: -5px 0;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

#header .button[type=submit] {
	height: 26px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

p + .button {
	margin-top: 5px;
}



table .button {
	padding: 0;
}

.button.loading {
	position: relative;
}

/* BUTTON ICONS */

.button.icon:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	float: left;
	height: 24px;
	margin: 8px 6px 5px 0;
}

button.icon:before {
	margin-top: 4px !important;
}

.button.icon.loading:before {
	display: none;
}

.button-download:before {
	background-position: center 0px;
}

.button-like:before,
.button-heart:before {
	background-position: center -950px;
}

.button-mail {
	padding-right: 28px;
	padding-top: 4px;
}

.button-mail:before {
	background-position: center -2138px;
}

.button-padlock:before {
	background-position: center -302px;
}

.button-search:before {
	background-position: center -518px;
}

.button-rss:before,
.button-subscribe:before {
	background-position: center -626px;
}

.button-info:before {
	background-position: center -734px;
}

.button-sticky:before {
	background-position: center -842px;
}

.button-sticky:before {
	background-position: center -842px;
}

.button-comment:before {
	background-position: center -1058px;
}

.button-merge:before {
	background-position: center -1166px;
}

.button-split:before {
	background-position: center -1274px;
}

.button-edit:before {
	background-position: center -1382px;
}

.button-trash:before {
	background-position: center -1490px;
}

.button-stop:before {
	background-position: center -1598px;
}

.button-warning:before {
	background-position: center -1706px;
}

.button-replay:before,
.button-restore:before,
.button-revert:before {
	background-position: center -1814px;
}

.button-approve:before,
.button-ok:before {
	background-position: center -1922px;
}

.button-close:before {
	background-position: center -2030px;
}

.button-question:before {
	background-position: center -2246px;
}

.button-twitter:before {
	background-position: center -2354px;
}

.button-subitem:before {
	background-position: center -2462px;
}

.button-info-alt:before {
	background-position: center -2570px;
}

.button-tag:before,
.button-category:before {
	background-position: center -2786px;
}



/* ----------------------------------
---------       BOXES     -----------
---------------------------------- */

.box,
.bbp-template-notice {
	margin: 36px auto;
	padding: 18px 36px;
	opacity: 1;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.box h2:last-child,
.box h3:last-child,
.box h4:last-child,
.box h5:last-child,
.box h6:last-child,
.box p:last-child,
.bbp-template-notice p:last-child {
	margin-bottom: 0;
}

.box ul.info {
	margin: 0;
	overflow: hidden;
}

.box ul.info li {
	float: left;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 24px 0 0;
}

.box ul.info li:first-child {
	list-style: none;
}

.box-resource {
	background: #dff0d8 url(http://squaresocial.co/wp-content/themes/cheerapp/images/box-resource-icon.png) no-repeat 24px center;
	border: 1px solid #d6e9c6;
	border-bottom-color: #e5fad4;
	color: #71a66c;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
	-webkit-box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
	box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
}

.box-resource *,
.box-resource a,
.box-resource a:hover,
.box-resource a:active {
	color: #71a66c;
}

.box-info,
.bbp-template-notice {
	background: #f7edc6 url(http://squaresocial.co/wp-content/themes/cheerapp/images/box-info-icon.png) no-repeat 24px center;;
	border: 1px solid #e3dab8;
	border-bottom-color: #fff6e5;
	color: #bfaa56;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
	-webkit-box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
	box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
}

.box-info *,
.box-info a,
.box-info a:hover,
.box-info a:active,
.bbp-template-notice *,
.bbp-template-notice a,
.bbp-template-notice a:hover,
.bbp-template-notice a:active {
	color: #bfaa56;
}

.box-warning,
.bbp-template-notice.error {
	background: #f7d5d2 url(http://squaresocial.co/wp-content/themes/cheerapp/images/box-warning-icon.png) no-repeat 24px center;;
	border: 1px solid #e3c6c3;
	border-bottom-color: #ffe0de;
	color: #bf7069;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
	-webkit-box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
	box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
}

.box-warning *,
.box-warning a,
.box-warning a:hover,
.box-warning a:active,
.bbp-template-notice.error *,
.bbp-template-notice.error a,
.bbp-template-notice.error a:hover,
.bbp-template-notice.error a:active {
	color: #bf7069;
}

.box .close,
.bbp-template-notice .close {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat center -2032px;
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 18px;
	right: 18px;
}



/* ----------------------------------
---------     SPINNERS     ----------
---------------------------------- */

.spinner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
}

.spinner.big {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/spinner-big.png) no-repeat 0 0;
	height: 21px;
	width: 20px;
	margin-left: -10px;
	margin-top: -10px;
}

.spinner.small {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/spinner-small.png) no-repeat 0 0;
	height: 17px;
	width: 16px;
	margin-left: -28px;
	margin-top: -8px;
	padding-left: 5px;
	display: block;
}

.button .spinner.small {
	float: left;
	position: static;
	margin: 6px 10px 6px 8px;
}

button .spinner.small {
	margin-top: 5px !important;
}



/* ----------------------------------
---------      WIDGETS     ----------
---------------------------------- */

.sidebar .widget,
.bbp-topic-sidebar .widget {
	clear: both;
	color: #808080;
	font-size: 12px;
	margin-bottom: 36px;
}

.sidebar .widget-title,
.bbp-topic-sidebar .widget-title {
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
}

.widget ul {
	list-style: none none;
	margin-bottom: 0;
}

.sidebar .widget_nav_menu,
.sidebar .widget_links,
.sidebar .widget_categories,
.sidebar .widget_archive {
	float: left;
	margin-right: 20px;
	width: 137px;
}

.sidebar .widget_links + .widget_links,
.sidebar .widget_links + .widget_nav_menu,
.sidebar .widget_links + .widget_categories,
.sidebar .widget_links + .widget_archive,
.sidebar .widget_nav_menu + .widget_links,
.sidebar .widget_nav_menu + .widget_nav_menu,
.sidebar .widget_nav_menu + .widget_categories,
.sidebar .widget_nav_menu + .widget_archive,
.sidebar .widget_categories + .widget_links,
.sidebar .widget_categories + .widget_nav_menu,
.sidebar .widget_categories + .widget_categories,
.sidebar .widget_categories + .widget_archive,
.sidebar .widget_archive + .widget_links,
.sidebar .widget_archive + .widget_nav_menu,
.sidebar .widget_archive + .widget_categories,
.sidebar .widget_archive + .widget_archive {
	clear: none;
	margin-right: 0;
}


/* ----------------------------------
---------        FORMS      ---------
---------------------------------- */

input,
textarea,
button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;	
}

input,
textarea {
	background-color: #fafafa;
	border: 0;
	border: 1px solid #d2d2d2;
	display: block;
	margin: 0;
	opacity: 1;
	padding: 0;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-webkit-appearance: none;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 6px 14px;
}

textarea {
	height: 150px;
	line-height: 18px;
	padding: 14px;
}

select {
	margin: 7px 0;
}

input:disabled,
textarea:disabled {
	color: #b6b6b6;
	opacity: .7;
}

input:focus,
textarea:focus {
	background-color: #ffffff;
	outline: 0;
}

fieldset {
	margin-bottom: 18px;
	overflow: hidden;
}

fieldset:last-child {
	margin-bottom: 0;
}

fieldset fieldset {
	margin-top: 36px;
}

fieldsetp fieldset + fieldset {
	margin-top: 0;
}

label + fieldset {
	margin-top: 0;
}

input[type=checkbox],
input[type=radio] {
	display: inline-block;
	height: auto !important;
	width: auto !important;
	margin: 0 10px 0 0;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

label {
	display: block;
	line-height: 36px;
}

label small {
	display: block;
}

input[type=checkbox] + label,
input[type=radio] + label {
	display: inline-block;
	margin-right: 36px;
	width: auto;
}

.content-full input,
.content-full textarea {
	width: 482px;
}

.content-left input,
.content-left textarea,
.content-right input,
.content-right textarea,
.two-thirds input,
.two-thirds textarea {
	width: 597px;
}

.third input,
.third textarea {
	width: 264px;
}

.half input,
.half textarea {
	width: 430px;
}

form .entry-title {
	margin-bottom: 0;
}

form .field-description {
	color: #808080;
	display: block;
	font-size: 11px;
	margin-top: 18px;
}

form .field-description:first-child {
	margin-top: 0;
}

form fieldset div {
	margin-bottom: 18px;
}

form fieldset div:last-child {
	margin-bottom: 0;
}

#reply-title,
.comments-title {

}

.contact-content {
	width: 35%;
	margin-right: 5%;
	float: left;
	font-size: 18px;
	line-height: 24px;		
}

.contact-details {
	width: 30%;
	margin-right: 5%; 
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-details li:first-child, .contact-details-last li:first-child {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #333;
} 

.contact-details li:last-child, .contact-details-last li:last-child {
	margin-top: 20px;
}

.contact-details-last {
	width: 30%;
	margin-right:0%; 
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}



.page-template-template-contact-php .button {
	font-size: 15px;
	height: 34px;
	padding: 2px 7px 2px 0px;
}

.page-template-template-contact-php .content-full h4 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.page-template-template-contact-php .content-full {
	font-size: 14px;
}

.page-id-47 #contact-form {
	margin-top: 10px;
}

#comment-form input[type="submit"], #submit, .submit {
	font-size: 15px;
	height: 28px;
	line-height: 24px;
	padding: 0 20px;
}

#comment-form,
#contact-form {
	position: relative;
	width: 60%;
	float: left;
}

.js-ready .single-knowledgebase #contact-form {
	display: none;
}

#contact-form:last-child {
	margin-bottom: 0;
}

#comment-form input,
#comment-form textarea,
#contact-form input,
#contact-form textarea {
	/*width: 460px;*/
}

#comment-form input[type=checkbox],
#comment-form input[type=radio],
#contact-form input[type=checkbox],
#contact-form input[type=radio] {
	width: auto;
}

#comment-form p,
#comment-form div,
#contact-form p,
#contact-form div {
	padding-left: 87px;
}

#contact-form #response p,
#contact-form #response div {
	padding-left: 0;
}

#comment-form label,
#contact-form label {
	height: 32px;
	left: 0;
	line-height: 16px;
	position: absolute;
	text-align: left;
	width: 127px;
}

#comment-form p.field-description,
#contact-form p.field-description {
	width: 500px;
}

.always {
	display: none;
	visibility: hidden;
}

input[type=submit],
#submit,
.submit {
	width: auto !important;
}

form #response {
	font-weight: bold;
	text-align: right;
	width: 300px;
	float: right;
}

form #response p {
	margin-bottom: 0;
}

form #response .error {
	color: #BF7069;
}

form #response .success {
	color: #71A66C;
}

/* UNIFORM FORMS */

/* Select */

div.selector {
	overflow: hidden;
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 0;
	opacity: 1;
	padding: 6px 7px 6px 14px;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-webkit-appearance: none;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

div.selector:active, 
div.selector.active,
div.selector:hover,
div.selector.hover
div.selector:active
div.selector.active {
  background-color: #ffffff;
}

div.selector span {
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png);
	background-repeat: no-repeat;
	background-position: right -2642px;
	display: block;
	overflow: hidden;
	padding-right: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 30px;
	border: none;
	background: none;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.selector.disabled {
	opacity: .6;
}

/* Checker */

div.checker {
	display: inline;
	display: inline-block;
	position: relative;
	margin-right: 6px;
	height: 20px;
	width: 20px;
}

div.checker span {
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	width: 13px;
	height: 13px;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

div.checker.hover span,
div.checker:hover span {
	border-color: #b2b2b2;
}

div.checker.active span,
div.checker:active span {
	background-color: #e9e9e9;
}

div.checker span.checked {
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png);
	background-repeat: no-repeat;
	background-position: -1px -2969px;
}

div.checker.disabled {
	opacity: .6;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}



/* ----------------------------------
---------    LIVE SEARCH    ---------
---------------------------------- */

#searchform {
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #808080;
	border-color: rgba(0, 0, 0, .25);
	height: 30px;
	width: 292px;
	overflow: hidden;
	z-index: 600;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#searchform.focus,
#searchform.opened {
	background-color: #ffffff;
}

#featured #searchform {
	margin-top: -16px;
	position: absolute;
	right: 30px;
	top: 50%;
}

#searchform p {
	float: left;
	height: 30px;
	margin: 0;
	position: relative;
}

#searchform input {
	background: 0;
	border: 0;
	color: #333333;
	display: none;
	height: 14px;
	line-height: 14px;
	padding: 8px 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#searchform input::-webkit-input-placeholder {
   color: #b2b2b2;
}

#searchform input:-moz-placeholder {
   color: #b2b2b2;
}

#searchform #s {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 8px -476px;
	display: block;
	line-height: 14px;
	padding: 8px 5px 8px 34px;
	width: 221px;
	
	-moz-text-shadow: 0 1px 0 white;
	-webkit-text-shadow: 0 1px 0 white;
	box-text-shadow: 0 1px 0 white;
}

#searchform #searchsubmit {
	background: transparent none;
	cursor: pointer;
	display: block;
	margin: 0;
	min-width: 0;
	height: 0;
	width: 32px !important;
	padding: 15px 0;
	
}

#searchform.loaded #searchsubmit {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat 8px -1988px;
	height: 30px;
}

#searchform .hidden-fields {
	clear: both;
}

#searchform .results {
	border-top: 1px solid #f0f0f0;
	width: 100%;
}

#searchform ul {
	list-style: none none;
}

#searchform .results ul {
	margin: 0;
	padding: 0;
	display: block;
	visibility: visible;
}

#searchform .results li {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #ffffff;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 18px;
}

#searchform .results li:first-child {
	border-top-color: transparent;
}

#searchform .results li:last-child {
	border-bottom-color: transparent;
}

#featured #searchform .results li h6,
#featured #searchform .results li h6 a {
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	text-transform: none;
	margin: 9px 0;
}

#featured #searchform * {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#featured #searchform small {
	color: #808080;
}

#searchform .results .post-meta {
	display: block;
	font-size: 9px;
	margin-top: -9px;
	margin-bottom: 9px;
}

#searchform .results .post-meta small {
	font-size: 10px;
}

#searchform .results .more-results {
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	padding: 0 18px;
}

#searchform .results .more-results:hover {
	color: #4d4d4d;
	text-decoration: none;
}

#searchform .results .more-results:active {
	color: #1a1a1a;
}

#searchform .results .no-results {
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding: 9px 18px;
	text-align: center;
}


/* ----------------------------------
--------        TABLES      ---------
---------------------------------- */

table {
	border-collapse: separate;
	text-align: left;
	vertical-align: center;
	width: 100%;
}

table.pricing {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	margin: 26px auto 36px auto;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.pricing-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #1C7757;
}

.pricing-plan h2 {
	font-size: 14px;
	font-weight: normal;
}

.pricing .pricing-plan,
.pricing .pricing-plan-price {
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 20px 0 5px 0;
	height: 50px;
}

.pricing td:first-child .pricing-plan,
.pricing td:first-child .pricing-plan-price,
.pricing td:last-child .pricing-plan,
.pricing td:last-child .pricing-plan-price {
	border-left-color: transparent;
	border-right-color: transparent;
}

.pricing td:first-child .pricing-plan-details {
	background: #0f9cc4 url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
}

.pricing td:first-child .pricing-plan .pricing-title {
	color: #0f9cc4;
}

.pricing td .pricing-plan-details {
	background: #00AB6F url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
}



.pricing td:last-child .pricing-plan-details {
	background: #ff8f3f url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
}



.pricing td:last-child .pricing-plan .pricing-title {
	color: #ff8f3f;
}


.pricing td:first-child a.pricing-call {
	background: #0f9cc4 url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border-radius: 6px;
	color: #fff;
	padding: 0px 8px;
	font-size: 20px;
	text-shadow: 0 1px 0 black;
	border: 1px solid #05799a;
	display: block;
	width: 120px;
	margin: 20px auto 0 auto;
	height: 32px;
	width: 250px;
	background-color: #0f9cc4;
	background-image: -ms-linear-gradient( top, #0f9cc4 0%, #0680a3 100% );
	background-image: -moz-linear-gradient( top, #0f9cc4 0%, #0680a3 100% );
	background-image: -o-linear-gradient( top, #0f9cc4 0%, #0680a3 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0f9cc4), color-stop(1, #0680a3) );
	background-image: -webkit-linear-gradient( top, #0f9cc4 0%, #0680a3 100% );
	background-image: linear-gradient( top, #0f9cc4 0%, #0680a3 100% );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #05799a;	
	
}

.pricing td:first-child a.pricing-call h3 {
	color: #FFF;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 15px;
	border-top: 1px solid #16BBEA;
	padding: 4px 0;
	width: 261px;
	margin-left: -6px;
	font-weight: normal;
}

.pricing td a.pricing-call {
	background: #00AB6F url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border-radius: 6px;
	color: #fff;
	padding: 0px 8px;
	font-size: 20px;
	text-shadow: 0 1px 0 black;
	border: 1px solid #02784f;
	display: block;
	width: 120px;
	margin: 20px auto 0 auto;
	height: 32px;
	width: 250px;
	

	background-color: #0f9cc4;
	background-image: -ms-linear-gradient( top, #00ab6f 0%, #028c5c 100% );
	background-image: -moz-linear-gradient( top, #00ab6f 0%, #028c5c 100% );
	background-image: -o-linear-gradient( top, #00ab6f 0%, #028c5c 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #00ab6f), color-stop(1, #028c5c) );
	background-image: -webkit-linear-gradient( top, #00ab6f 0%, #028c5c 100% );
	background-image: linear-gradient( top, #00ab6f 0%, #028c5c 100% );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #02784f;		
}

.pricing td a.pricing-call h3 {
	color: #FFF;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 15px;
	border-top: 1px solid #02c07d;
	padding: 4px 0;
	width: 261px;
	margin-left: -6px;
	font-weight: normal;	
}

.pricing td:last-child a.pricing-call {
	background: #ff8f3f url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border-radius: 6px;
	color: #fff;
	padding: 0px 8px;
	font-size: 20px;
	text-shadow: 0 1px 0 black;
	border: 1px solid #db5f05;
	display: block;
	width: 120px;
	margin: 20px auto 20px auto;
	height: 32px;
	width: 250px;
	
	background-color: #FF8933;
	background-image: -ms-linear-gradient( top, #FF8933 0%, #E76608 100% );
	background-image: -moz-linear-gradient( top, #FF8933 0%, #E76608 100% );
	background-image: -o-linear-gradient( top, #FF8933 0%, #E76608 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF8933), color-stop(1, #E76608) );
	background-image: -webkit-linear-gradient( top, #FF8933 0%, #E76608 100% );
	background-image: linear-gradient( top, #FF8933 0%, #E76608 100% );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #E76608;		
	
}

.pricing td:last-child a.pricing-call h3 {
	color: #FFF;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 15px;
	
	border-top: 1px solid #F5A54B;
	padding: 4px 0;
	width: 261px;
	margin-left: -6px;
	font-weight: normal;		
}


.pricing .pricing-plan-details {
	background: #404040 url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png) repeat 0 0;
	border: 1px solid #000000;
	border-left-color: #393939;
	border-right-color: #393939;
	color: #ffffff;
	padding: 18px 0;
	
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	-webkit-text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), -ms-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), -moz-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), -o-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #2e2e2e),
    	color-stop(0.05, #404040),
    	color-stop(0.95, #404040),
    	color-stop(1, #2e2e2e)
	);
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), -webkit-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/background-texture.png), linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
}

.pricing td:first-child .pricing-plan-details {
	border-right-color: transparent;
	border-left-color: #000000;
}

.pricing td:last-child .pricing-plan-details {
	border-left-color: transparent;
	border-right-color: #000000;
}

.pricing .pricing-plan h2,
.pricing .pricing-plan .button {
	margin-bottom: 0;
}

.pricing ul {
	list-style: none none;
}

.pricing .pricing-plan-details-list {
	margin: 0;
}

.pricing .pricing-plan-details-list li {
	line-height: 36px;
	margin: 0;
}

.pricing .pricing-detail-value {
	font-size: 18px;
	font-weight: bold;
}

.pricing .pricing-detail-key {
	color: #FFF;
	font-size: 12px;
}

.pricing .pricing-plan-price {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 16px;
	height: 40px;
}

.pricing .pricing-price-detail {
	color: #808080;
	font-size: 14px;
}

.pricing .pricing-detail-more {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat center -2496px;
	display: inline-block;
	width: 16px;
	height: 18px;
}

.pricing td {
	position: relative;
	z-index: 20;
	background-color:rgb(255, 255, 255);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing td.highlight {
	position: relative;
	z-index: 30;
	
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .45);
	box-shadow: 0 0 10px rgba(0, 0, 0, .45);
}

.pricing .highlight .pricing-plan .button {
	margin-bottom: -6px;
}

.pricing .highlight .pricing-plan-price {
	padding-top: 12px;
}

.pricing .highlight .pricing-plan-details-list {
	padding: 6px 0;
}


/* ----------------------------------
---------       TIPSY      ----------
---------------------------------- */


.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; -moz-text-shadow: none; -webkit-text-shadow: none; text-shadow: none; font-weight: bold; }
.tipsy-inner { background-color: #333333; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

.tipsy-inner { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.tipsy-inner { box-shadow: 0 1px 2px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); }
  
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
.tipsy-arrow-n { border-bottom-color: #333333; }
.tipsy-arrow-s { border-top-color: #333333; }
.tipsy-arrow-e { border-left-color: #333333; }
.tipsy-arrow-w { border-right-color: #333333; }

.tipsy-white { font-size: 11px; }
.tipsy-white .tipsy-inner { background-color: #ffffff; color: #333333; }
.tipsy-white .tipsy-arrow-n { border-bottom-color: #ffffff; }
.tipsy-white .tipsy-arrow-s { border-top-color: #ffffff; }
.tipsy-white .tipsy-arrow-e { border-left-color: #ffffff; }
.tipsy-white .tipsy-arrow-w { border-right-color: #ffffff; }
  
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



/* ----------------------------------
---------       FORUM      ----------
---------------------------------- */

.single-forum .entry-content,
.bbp-topic-content,
.bbp-reply-content,
.bbp-forum-front .entry-content,
.bbp-topics-front .entry-content {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 0;
	margin-bottom: 36px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.entry-content .bbp-template-notice,
.bbp-topic-content .bbp-template-notice,
.bbp-reply-content .bbp-template-notice {
	margin-left: 35px;
	margin-right: 35px;
}

#new-post .bbp-template-notice,
#merge_topic .bbp-template-notice,
#split_topic .bbp-template-notice {
	margin-left: 0;
	margin-right: 0;
}

.forum-content thead {
	color: #808080;
	font: italic normal 12px/36px Georgia, serif;
}

.forum-content td,
.topics td {
	border-top: 1px solid #f0f0f0;
	padding: 18px 0;
}

.forum-content table {
	border-bottom: 1px solid #f0f0f0;
	width: 958px;
}

.tab-content table {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}

.tab-content .forum-pagination + table {
	border-top-width: 0;
}

.forum-content table tr td:first-child,
.forum-content table tr th:first-child,
.bbp-single-user table tr td:first-child,
.bbp-single-user table tr th:first-child {
	padding-left: 35px;
}

.forum-content .topic-freshness,
.forum-content .forum-freshness {
	padding-right: 35px;
}

.bbp-single-user .topics .topic-action,
.bbp-single-user .topics .topic-title {
	padding-right: 35px;
}

.forum-content table:last-child {
	border-bottom-width: 0;
}

.topics tr.even,
.child-forums tr.even {
	background: #fafafa;
}

.forum-pagination {
	border-bottom: 1px solid #f0f0f0;
	padding: 18px 35px;
	margin: 0;
}

.tabs-content .forum-pagination {
	margin: 0;
}

.forum-pagination:last-child {
	border-bottom-width: 0;
}

.forum-pagination .forum-pagination-links {
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.forum-pagination .page-numbers {
	padding: 0 6px;
}

.forum-pagination .page-numbers:last-child {
	padding-right: 0;
}

.forum-content .forum-title {
	font-size: 18px;
}

.forum-content a.forum-title,
.forum-content .sub-forums-list a,
.topics .topic-title > a {
	color: #333333;
	font-weight: bold;
}

.forum-content a.forum-title:hover,
.forum-content .sub-forums-list a:hover,
.topics .topic-title a:hover {
	color: #4d4d4d;
}

.forum-content a.forum-title:active,
.forum-content .sub-forums-list a:active,
.topics .topic-title a:active {
	color: #1a1a1a;
}

.forum-content .sub-forums-list {
	line-height: 36px;
	margin: 0;
}

.forum-content .sub-forum {
	display: block;
	float: left;
	line-height: 36px;
	margin-right: 18px;
}

.forum-content .sub-forum .bbp-forum-link {
	background: transparent url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png) no-repeat left -2427px;
	padding-left: 18px;
}

.forum-content .forum-description p:last-child {
	margin-bottom: 0;
}

.forum-content .forum-topic-count {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.topics .topic-reply-count,
.topics .topic-author {
	padding-left: 10px;
	padding-right: 10px;
}

.forum-content .forum-freshness,
.topics .topic-freshness {
	padding-left: 10px;
}

.topics .topic-title {
	padding-right: 10px;
	padding-left: 10px;
}

.forum-content .forum-info {
	padding-right: 10px;
}

.forum-content td.forum-topic-count,
.forum-content td.forum-reply-count,
.forum-content td.forum-freshness,
.topics td.topic-author,
.topics td.topic-reply-count,
.topics td.topic-freshness {
	font-size: 12px;
}

.forum-content td.forum-freshness,
.topics td.topic-author,
.topics td.topic-freshness {
	font-weight: bold;
}

.forum-content .forum-freshness,
.topics .topic-author,
.topics .topic-freshness {
	overflow: hidden;
	width: 110px;
}

.topics td.topic-title {
	font-size: 16px;
}

.topic-title .forum-icon {
	margin: 0 6px 0 0;
}

.topic-title p.topic-meta {
	padding: 0;
	margin-bottom: 0;
}

.topics .topic-status {
	font-size: 11px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin: 0;
	width: 100px;
	padding: 0 10px;
}

.topics .topic-status-info {
	width: 120px;
	padding-right: 12px;
	vertical-align: middle;
}

.forum-icon {
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
	width: 16px;
	opacity: 1;
	
	-ms-transition: opacity .15s ease-in, color 0.2s;
	-webkit-transition: opacity .15s ease-in, color 0.2s;
	-moz-transition: opacity .15s ease-in, color 0.2s;
	-o-transition: opacity .15s ease-in, color 0.2s;
	transition: opacity .15s ease-in, color 0.2s;
}

.forum-admin-icon {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-right: 14px;
	overflow: hidden;
	position: relative;
}

.forum-admin-icon:before {
	background-image: url(http://squaresocial.co/wp-content/themes/cheerapp/images/icons.png);
	background-repeat: no-repeat;
	content: ' ';
	display: block;
	float: left;
	height: 18px;
	width: 16px;
	margin-right: 6px;
}

.forum-admin-icon .text {
	position: absolute;
	top: 0;
	left: 22px;
}

.closed-icon {
	background-position: center -266px;
}

.sticky-icon {
	background-position: center -806px;
}

.fav-icon {
	background-position: center -914px;
}

.subscribe-icon {
	background-position: center -590px;
}

.comment-icon {
	background-position: center -1022px;
}

.inactive .forum-icon {
	opacity: .3;
}

.inactive:hover .forum-icon,
.waiting .forum-icon {
	opacity: .3;
}

.edit-icon:before {
	background-position: center -1346px;
}

.merge-icon:before {
	background-position: center -1130px;
}

.split-icon:before {
	background-position: center -1238px;
}

.trash-icon:before {
	background-position: center -1454px;
}

.spam-icon:before {
	background-position: center -1670px;
}

.delete-icon:before {
	background-position: center -1562px;
}

.restore-icon:before {
	background-position: center -1778px;
}

.unspam-icon:before {
	background-position: center -1886px;
}

.topic-status {
	border: 1px solid;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	margin-bottom: 18px;
	width: auto;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.topic-status:hover {
	text-decoration: none;
}

span.topic-status:hover {
	cursor: default;
}

.topic-status.resolved {
	background-color: #e8f7d2;
	border-color: #cbd9b8;
	color: #89b274;
}

.topic-status.unresolved {
	background-color: #f7edc6;
	border-color: #d9d0ad;
	color: #bfb27c;
	
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.topic-status.not-support {
	background-color: #f7f7f7;
	border-color: #d9d9d9;
	color: #b2b2b2;
	
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.topic-status.announcement {
	background-color: #d2e4f7;
	border-color: #b8c8d9;
	color: #7c9dbf;
	
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

/* Single topic */
.single-topic .bbp-topic-content-wrapper,
.single-reply .bbp-reply-content-wrapper {
	float: left;
	margin-right: 40px;
	padding: 0;
	width: 708px;
}

.bbp-topic-sidebar {
	float: right;
	width: 210px;
}

.bbp-topic-info {
	margin-bottom: 18px;
	border-bottom: 1px solid #ffffff;
}

.bbp-topic-info .topic-info-item,
.bbp-topic-info .topic-post-count {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	width: auto;
}

.bbp-topic-info .topic-info-item:first-child,
.bbp-topic-info .topic-post-count:first-child {
	border-top-color: transparent;
}

.bbp-topic-info span.topic-info-item,
.bbp-topic-info span.topic-post-count {
	color: #808080;
}

.bbp-topic-info .topic-info-item .forum-icon,
.bbp-topic-info .topic-post-count .forum-icon {
	margin-top: 8px;
	margin-bottom: 8px;
}

.topic-info-item.fav-item {
	color: #c1716a;
}

.bbp-topic-tags {
	list-style: none none;
}

.single .bbp-topic-tag {
	font-size: 12px;
	float: left;
	margin: 0 4px 4px 0;
}

.single .bbp-topic-tag a {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 12px;
	width: auto;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.single .bbp-topic-tag a:hover {
	color: #333333;
}

.bbp-post {
	border-bottom: 1px solid #e8e8e8;
	padding: 36px 35px 35px;
}

.bbp-post:last-child {
	border-bottom-color: transparent;
}

.bbp-post .bbp-post-author-avatar {
	float: left;
	margin-right: 36px;
	width: 90px;
}

.bbp-post .avatar {
	margin-bottom: 0;
}

.single-topic .bbp-author-avatar {
	display: block;
}

.bbp-post .bbp-reply-ip {
	color: #888888;
	font-size: 11px;
	padding-top: 18px;
	text-align: center;
}

.bbp-post .bbp-post-content {
	float: right;
	width: 510px;
}

.bbp-post-info .bbp-post-author {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

.bbp-post-info .bbp-post-date {
	float: right;
	font-size: 11px;
	margin-bottom: 18px;
}

.bbp-post-info .bbp-post-date small {
	font-size: 10px;
}

.bbp-reply-revision-log {
	color: #808080;
	font-size: 10px;
	list-style: none none;
}

.bbp-reply-revision-log .avatar {
	display: inline-block;
	margin-bottom: -6px;
	padding: 1px;
}

.bbp-reply-revision-log-item {
	line-height: 18px;
	margin-bottom: 0;
}

.bbp-single-user .bbp-user-details {
	text-align: right;
}

.bbp-single-user .avatar {
	float: right;
}

.bbp-single-user .user-info h6 {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.bbp-single-user .user-status {
	text-transform: capitalize;
}

.topic-title p {
	margin-bottom: 0;
}

.bbp-single-user .topics tr:first-child td {
	border-top-width: 0;
}

.bbp-single-user .tab-content {
	width: 708px;
}

.js-ready .tab-content .hidden {
	display: none;
}

/* Forum forms */

#bbp-user-edit-form {
	padding: 0 35px;
}

.bbp-form .column-container {
	width: 1000px;
}

#bbp-user-edit-form .column-container {
	width: 678px;
}

.bbp-form .half {
	margin-left: 0;
	margin-right: 40px;
}

.bbp-form .third {
	margin-left: 0;
	margin-right: 39px;
}

#bbp-user-edit-form .half {
	width: 299px;
}

#bbp-user-edit-form input,
#bbp-user-edit-form textarea {
	width: 608px;
}

#bbp-user-edit-form .half input,
#bbp-user-edit-form .half textarea {
	width: 269px;
}

#bbp-user-edit-form input[type=checkbox],
#bbp-user-edit-form input[type=submit],
#bbp-user-edit-form .half input[type=checkbox],
#bbp-user-edit-form .half input[type=submit] {
	width: auto;
}

.bbp-edit-page .bbp-topic-form {
	border-top-width: 0;
	padding-top: 0;
}

.bbp-form div + div {
	margin-top: 18px;
}

.bbp-form .column + .column {
	margin-top: 0;
}

#bbp_user_edit_submit {
	margin-bottom: 0;
}

#pass-strength-result {
	font-weight: bold;
}

#pass-strength-result.short {
	color: #bf7069;
}

#pass-strength-result.bad {
	color: #bf9356;
}

#pass-strength-result.good {
	color: #bfaa56;
}

#pass-strength-result.strong {
	color: #71a66c;
}

.bbp-login-form {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	margin: 36px auto;
	padding: 35px;
	width: 460px;
	
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	border-radius: 0 2px 2px 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.bbp-login-form .bbp-template-notice {
	margin-top: 0;
}

.bbp-login-form input {
	width: 430px;
}

.bbp-login-form input[type=submit],
.bbp-login-form input[type=checkbox],
.bbp-login-form input[type=radio] {
	width: auto;
}

.bbp-login-form input.submit {
	float: right;
	margin-bottom: 0;
}

.bbp-login-form .divider {
	border-bottom: 1px solid #f0f0f0;
	height: 0;
	margin: 36px -35px 35px;
}

.bbp-login-form .sign-in-text,
.bbp-login-form .register-text {
	float: right;
}

.bbp-login-form .lost-pass-text {
	float: left;
}

.bbp-login-form .bbp-remember-me {
	float: left;
	width: 40%;
	margin-bottom: 0;
	margin-top: 0;
}

#new-post fieldset {
	width: 960px;
}

.bbp-reply-form #new-post fieldset {
	width: 708px;
}

.bbp-reply-form input,
.bbp-reply-form textarea {
	width: 678px;
}

.bbp-reply-form input[type=radio],
.bbp-reply-form input[type=checkbox],
.bbp-reply-form .submit,
.bbp-reply-form .button,
.bbp-reply-form button,
.bbp-reply-form input[type=submit] {
	width: auto !important;
}

.bbp-reply-form .third {
	width: 334px;
}

.bbp-reply-form .third input {
	width: 304px;
}



/* ----------------------------------
---------        TABS      ----------
---------------------------------- */

.tabs-content {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 35px 0;
	margin-bottom: 36px;
	position: relative;
	z-index: 10;
	
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	border-radius: 0 2px 2px 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.tabs-controls {
	position: relative;
}

.tab-control {
	background: #f7f7f7;
	border: 1px solid #d2d2d2;
	border-left-width: 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: -1px;
	padding: 0 18px;
	position: relative;
	z-index: 30;
	
	-moz-box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
	-webkit-box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
	box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
}

.tab-control:first-child {
	border-left-width: 1px;

	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}

.tab-control:last-child {
	-moz-border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}

.tab-control.current {
	background: #ffffff;
	border-bottom-color: #ffffff;
	color: #333333;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.js-ready .tabs-content {
	height: 600px;
	overflow: hidden;
}

.js-ready .tab-content {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
}

.js-ready .pseudo-tabs .tabs-content {
	height: auto;
}

.tab-content p {
	padding: 0 35px;
}


/* ----------------------------------
---------        MISC      ----------
---------------------------------- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

a img.alignright {
    float:right;
}

a img.alignleft {
    float:left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	color: #505050;
    font-family: Georgia serif;
    font-size: 12px;
    font-style: italic;
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.no-margin {
	margin: 0;
}

.closed .target,
.closed > ul {
	display: none;
	visibility: hidden;
}

.opened .target,
.opened > ul {
	display: block;
	visibility: visible;
}

.feature-thumbnail {
	float: left;
	margin-right: 18px;
}

img.icon {
	float: left;
	margin-right: 10px;
}

hr {
	background-color: #e8e8e8;
	border: 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e8e8e8;
	clear: both;
	display: block;
	height: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 36px;
	margin-top: 36px;
}

.sidebar hr,
.bbp-topic-sidebar hr,
hr.small-margin {
	margin: 18px 0;
}

.ppt,
.pp_content {
	text-shadow: none;
}

.pp_default iframe {
	background-color: transparent !important;
	border: none;
	padding: 0;
	margin: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.clearfix + hr {
	margin-top: 18px;
}

.clearfix {
	*zoom: 1; /* TO BE IN EXTERNAL IE-ONLY STYLESHEET!!! */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	visibility: hidden;
	opacity: 0;
	height: 0;
	line-height: 0;
	clear: both;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}


/* STICKY FOOTER */

html, body {height: 100%;}

#wrap {min-height: 100%; position: relative; z-index: 100;}

#main {overflow:visible;
    padding-bottom: 109px;}  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -159px; /* negative value of footer height */
    height: 158px;
    clear:both;
    z-index: 200;} 

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
.img_slider{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.all_post{
	width:100%;
	float:left;
	margin:0;
	padding:20px 0 0 0;
}
.all_post ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.all_post ul li{
	width:100%;
	float:left;
	margin:0 0 16px 0;
	padding:0 0 14px 0;
	list-style:none;
	border-bottom:1px solid #D6DBE1;
}
.all_post_text{
	width:100%;
	float:left;
	margin:0;
	padding:0px 0 0 0;
}
.all_post ul li .lt_cont_sec1{
	width:26%;
	float:left;
	text-align:center;
}
.all_post ul li .rt_cont_sec2{
	width:72%;
	float:left;
	padding:0 0 0 10px;
}
.all_post ul li .rt_cont_sec2 h4{
	line-height:normal;
}
#text h3{
	line-height:normal;
}
#full-image{
	width:95% !important;
}
.squaresocial_front{
	display:none;
}
.socialmedia-buttons img{
	margin:0 4px 0 0;
}
.socialmedia-buttons img:last-child{
	margin:0 0px 0 0;
}
.sidebar .widget{
	background-color: #FFFFFF;
    border: 1px solid #D6DBE1;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
    padding: 10px;
	float:left;
	width:274px;
}
.sidebar .widget .widget-title{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:##505050;
}
.enl-inpt{
	width:100%;
	padding:10px 0 0 0;
	margin:0;
}
.enl-inpt .enl-field{
	float: left;
    height: 23px;
    margin: 0 -2px 0 0;
    width: 140px;
}
.enl-inpt .enl-submit{
	width:90px !important;
	height:37px !important;
	float:left;
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/subscribe.jpg) no-repeat !important;
	border:none !important;
	background-color:transparent;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: normal !important;
	margin: 0 !important;
	outline: 0;
	padding: 0;
	text-align: center;
	border-radius:0px !important;
	text-shadow:none !important;
}
#mash-other-social{
	display:none;
}
#mash-email-subscribe{
	display:none;
}
.mash-add-to-circle{
	display:none !important;
}
#mashsocial{
	float:left;
	margin:0 0 20px 0 !important;
	width:100% !important;
}
#avs_widget_gallery .avs_thumb:hover{
	background:none !important;
}
#avs_widget_gallery div:last-child .avs_thumb{
	border:none !important;
}
.cd-fa-wrap{
	width:100%;
	float:left;
	padding:10px 0 0 0;
}
.cd-fa-wrap .avatar-wrap{
	width:80px;
	float:left;
}
.cd-fa-wrap .cd-fa-info span.author{
	width:180px;
	float:left;
}
.cd-fa-wrap .cd-fa-info ul{
	width:100%;
	float:left;
}
.cd-fa-info ul li a:hover:after,
.cd-fa-info ul li a:hover:after {
	content: normal;
	font-style: normal;
}
.tab_sec{
	width:288px;
	float:left;
	margin:-1px 0 0 0;
	padding:0px;
}
.tab_cont{
	width:286px;
	float:left;
	margin:0px;
	padding:0px;
	border:1px solid #dbdbdb;
	border-top:none;
}
.tab_cont ul{
	width:262px;
	float:left;
	margin:0px;
	padding:20px 8px 0px 16px;
}
.tab_cont ul li{
	width:262px;
	float:left;
	margin:0px 0 14px 0;
	padding:0px 0px 22px 0;
	border-bottom:1px solid #dbdbdb;
}
.tab_cont ul li:last-child{
	margin:0px 0 14px 0;
	padding:0px 0px 0px 0;
	border-bottom:none;
}
.tab_cont ul li img{
	width:56px;
	float:left;
	margin:4px 0 0 0;
	padding:0px;
}
.tab_cont ul li p{
	width:180px;
	float:left;
	margin:0px;
	padding:0px 0 0 10px;
	font:13px Arial, Helvetica, sans-serif;
	color:#737373;
}




.tab_sec1{
	width:100%;
	float:left;
	margin:0px;
	padding:22px 0 0 0;
}
.tab_content{
	width:100%;
	float:left;
	margin:0px;
	padding:38px 14px 22px;
	background:#f8f8f8;
}

/****************************************************/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 width:100%;

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 width:96px;
 float:left;
 margin:0px;
}

ul.tabbernav li a
{
 padding: 0;
 margin-left: 0px;
 background: #FFF;
 width:90px;
 height:31px;
 padding:10px 0 0 6px;
 float:left;
  border-bottom: 1px solid #dbdbdb;
  font:13px Arial, Helvetica, sans-serif;
  color:#737373;
}

ul.tabbernav li a:link { color: #737373; }
ul.tabbernav li a:visited { color: #737373; }

ul.tabbernav li a:hover
{
 color: #737373;
 background:none;
}

ul.tabbernav li.tabberactive a
{
	background:#fff url(http://squaresocial.co/wp-content/themes/cheerapp/images/tab_bg.jpg) no-repeat top right;;
 border-bottom: none;
 height:31px;
   
   border-left: 1px solid #dbdbdb;
	
 
}

ul.tabbernav li.tabberactive a:hover
{
 color: #737373;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border:0;
 border-top:0;
 width:286px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/******************************************************/


#example {
	width:358px;
	height:309px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:358px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:358px;
	height:309px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://squaresocial.co/wp-content/themes/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:35px;
	padding:0px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:318px;
	font-size:13px;
	line-height:1.33;
	color:#f6f6f6;
	border-top:1px solid #000;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}

/*
	Footer
*/

.features_post{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.features_post ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.features_post ul li:nth-child(2n+2){
	margin:0 0px 20px 0;
}
.features_post ul li{
	float:left;
	margin:0 10px 20px 0;
	padding:0;
	list-style:none;
	/*background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/post_bg.jpg) repeat-x;*/
	min-height:180px;
}
.rt_text{
	width:96%;
	padding:0px 10px 0;
}
.link_text{
	float:left;
}
.link_text ul{
	float:left;
	margin:0;
	padding:0;
}
.link_text ul li{
	float:left;
	margin:0 20px 0 0px;
	padding:0 20px 0 20px;
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/pdf_bg.jpg) no-repeat;
	border-right:1px solid #ccc;
	font:14px Arial, Helvetica, sans-serif;
	min-height:0px;
}
.link_text ul li:last-child{
	border:none;
}
.link_text ul li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#57a3dd;
}
.content_top_text{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.content_top_text ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.content_top_text ul li{
	width:256px;
	float:left;
	margin:0 90px 20px 0;
	padding:0;
	list-style:none;
}
.content_top_text ul li:last-child{
	margin:0 0 20px 0;
}
.pdf_product{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.img_div{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.text_div{
	width:220px;
	height:50px;
	float:left;
	margin:0;
	padding:14px 18px;
	background:#efefef;
}
.text_div p{
	width:184px;
	float:left;
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.text_div span{
	width:36px;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
}
.pdf_download_form{
	width:100%;
	float:left;
	margin:0;
	padding:12px 0 0 0;
}
.download_form_div1{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 12px 0;
}
.download_form_div1 label{
	width:100px;
	float:left;
	margin:0 6px 0 0;
	padding:0;
	/*font:12px Arial, Helvetica, sans-serif;*/
	color:/*#870066*/#66BD5A;
	text-align:right;
	line-height:28px;
	font-size:12px;
}
.download_form_div1 label span{
	color:#f4c12c;
}
.download_form_div1 input{
	width:112px;
	height:22px;
	float:left;
	margin:0;
	padding:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#66BD5A;
	border:1px solid #afb0b6;
}
.download_form_div2{
	width:100%;
	height:66px;
	float:left;
	margin:0;
	padding:12px 0 0 0;
	/*background:#efefef;*/
	text-align:center;
}
.download_form_div2 input{
	width:246px !important;
	height:44px;
	margin:0;
	padding:0;
	cursor:pointer;
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/download_pdf.jpg) no-repeat;
	border:none !important;
	font-size:0px !important;
}
.download_form_div2 input[type="submit"]:hover{
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/download_pdf.jpg) no-repeat !important;
	border:none !important;
	background-color:transparent !important;
}
.content_text{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.contact_form_sec{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.contact_por{
	width:600px;
	float:left;
	margin:0;
	padding:0;
}
.contact_pdf{
	width:260px;
	float:right;
	margin:0;
	padding:0;
}
.pricing_por{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.pricing_pdf{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.content_top_text1{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.content_top_text1 ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.content_top_text1 ul li{
	width:378px;
	float:left;
	margin:0 0px 20px 0;
	padding:0;
	list-style:none;
}
.content_top_text1 ul li:last-child{
	margin:0 0 20px 0;
	float:right;
}
.text_div1{
	width:342px;
	height:50px;
	float:left;
	margin:0;
	padding:14px 18px;
	background:#efefef;
}
.text_div1 p{
	width:306px;
	float:left;
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.text_div1 span{
	width:36px;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
}
.download_form_div3{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 12px 0;
}
.download_form_div3 label{
	width:130px;
	float:left;
	margin:0 6px 0 0;
	padding:0;
	/*font:12px Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:/*#870066*/#64BC58;
	text-align:right;
}
.download_form_div3 label span{
	color:#f4c12c;
}
.download_form_div3 input{
	width:170px;
	height:22px;
	float:left;
	margin:0;
	padding:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#64BC58;
	border:1px solid #afb0b6;
}
.download_form_div4{
	width:100%;
	height:66px;
	float:left;
	margin:0;
	padding:12px 0 0 0;
	/*background:#efefef;*/
	text-align:center;
}
.download_form_div4 input{
	width:246px !important;
	height:44px;
	margin:0;
	padding:0;
	cursor:pointer;
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/botton_bg.jpg) no-repeat;
	border:none !important;
	font:bold 18px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	text-shadow:none;
}
.download_form_div4 input[type="submit"]:hover{
	background:url(http://squaresocial.co/wp-content/themes/cheerapp/images/botton_bg.jpg) no-repeat !important;
	border:none !important;
	background-color:transparent !important;
}
.cont_btn{
	width:100%;
	float:left;
	margin:0;
	padding:70px 0 0 0;
}
.sidebar ul.entries{
	width:100%;
	float:left;
	margin:0;
	padding:12px 0 0 0;
}
.sidebar ul.entries li{
	float:left;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
	border-bottom:1px solid #e3e7eb;
	width:100%;
}
.sidebar ul.entries li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#404b85;
}
.sidebar ul.entries li a:hover:after,
.sidebar ul.entries li a:hover:after {
	content: normal;
	font-style: normal;
}
.post_author_plugin{
	/*margin:0 0 0 167px;*/
	margin:0;
}
.social4i{
	/*margin:0 0 0 167px;*/
	margin:0;
	height:38px;
}
.post-meta {
	float:right !important;
	width:auto !important;
	margin-right:350px	
}
.social4i {
	border:solid 1px #D6DBE1;
	border-left:none;
	border-right:none;
	margin:0 0 15px 0;
	display:inline-block;
	width:100%;
	padding:10px 0 0;
}
.single-post img.size-medium {
	margin-left:0 !important;
	margin:0 4% 4% 0;
	float:left;
	width:250px;
	height:165px;	
	
}
.rt_cont_sec2 {
	width:100% !important;	
}
.rt_cont_sec2 p img {
	width:30%;
	float:left;
	margin:0 4% 4% 0;
	height:120px;	
}
.rt_cont_sec2 h3 {
	clear:both;	
}
.all_post ul li .rt_cont_sec2 h4 {
	margin:12px 0;	
}
.textarea_span{
	width:558px;
	margin:0;
	padding:0;
	border:1px solid #c1c1c1;
	border-radius:4px;
	float:left;
	box-shadow:0px 3px 5px #ccc inset;
	background:#f7f7f7;
}
.textarea_span textarea{
	border:none;
	max-width:530px !important;
	max-height:52px;
	background:none;
	box-shadow:none;
}
.post_btn{
	width:100%;
	float:left;
	border-top:1px dotted #c1c1c1;
	height:32px;
}
p.form-submit input{
	float:right;
	margin:-1px 0 0 0;
	padding:0;
	background:#dee5e9;
	border-top:1px solid #acb2b8;
	border-left:1px solid #acb2b8;
	border-right:none;
	border-bottom:none;
	border-radius:0 0 4px 0px;
	text-shadow:none;
	width:102px;
	height:33px !important;
	color:#585c60;
	box-shadow:none;
	position:relative;
	top:-33px;
	right:1px;
}
p.comment-form-comment{
	width:620px;
	float:left;
	padding:0 !important;
	margin:0;
}
p.comment-form-comment label{
	float:left;
	width:100% !important;
	margin:0;
	padding:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	position:relative !important;
}
.dsq-avatar{
	width:60px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#respond{
	width:100%;
	float:left;
}
.no_comments{
	width:100%;
	float:left;
}
p.logged-in-as{
	width:100%;
	float:left;
	padding:0px 0 12px 0 !important;
	margin:0;
}
p.field-description{
	display:none !important;
}
p.form-submit{
	width:620px !important;
	float:left;
	padding:0 !important;
	margin:0; 
}
p.form-submit input[type="submit"]:hover, button:hover{
background: #568803; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2ODgwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Njg4MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #568803 0%, #568803 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#568803), color-stop(100%,#568803)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #568803 0%,#568803 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #568803 0%,#568803 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #568803 0%,#568803 100%); /* IE10+ */
background: linear-gradient(to bottom,  #568803 0%,#568803 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568803', endColorstr='#568803',GradientType=0 ); /* IE6-8 */
}
.post_author_plugin p{
	float:left;
	padding:10px 0px 0 0;
}
	
.post_author_plugin p span#post_author_author{
	margin:0 10px 0 20px;
}
.post_author_plugin p span#post_author_author a{
	padding:0 10px 0 0;
}
.post_author_plugin p span#post_author_create{
	margin:0 10px 0 0px;
	padding:0 10px 0 0;
}
.post-content .post-meta{
	margin:10px 240px 0 0 !important;}
.comment-form-author{display:none;}
.comment-form-email{display:none;}
.comment-form-url{display:none;}

#disqus_thread {
	min-height:930px;
}
.post-content{
	margin:0 !important;
}
#post_author_avatar{
	width:40px;
	float:left;
}