.newauditwrap .theme-btn.btn-green {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border: medium none;
}

.newauditwrap .btn-text {
	font-size: 28px;
}

.websiteauditwrap {
	left: 12%;
	position: absolute;
	z-index: 9999;
	top: 6%;
}

.singlepostpage h1, .singlepostpage .blogcontents h2, .singlepostpage .blogcontents h3, .singlepostpage .blogcontents h4, .singlepostpage .blogcontents h5, .singlepostpage .blogcontents h6, .singlepostpage .blogcontents p {
	text-transform: none;
}

.websiteauditwrap #seogroup .outerwrapper {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.websiteauditwrap #seogroup .outerwrapper .headingbox h2, .websiteauditwrap #seogroup .outerwrapper .headingbox p, .websiteauditwrap .btn-competitor-url, .websiteauditwrap #seogroup .seo-scorform .form label span {
	color: #fff !important;
}

.banner-main-wrap {
	display: none;
}

.seo-score {
	min-height: 486px;
}

.seo-score .websiteauditwrap {
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
}

.seo-score #seogroup .seo-scorform .form label {
	margin: 0;
}

.seo-score #fancybox9208934-wrap {
	z-index: 99999;
}

/* Tool TIP Style */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.a2a_floating_style {
	left: 6.5% !important;
}

div.socialicons {
	float: left !important;
	min-width: 68px;
}

.singlepostpage .blogcontents p {
	line-height: 23px;
}

.bloglistcontents {
	font-size: 16px;
	line-height: 30px;
}

.bloglisting h2 a {
	text-transform: none;
	line-height: normal;
}

.singlepostpage .blogcontents p {
	font-size: 16px;
	line-height: 30px;
}

.singlepostpage .blogcontents ol li {
	line-height: 30px;
}

.singlepostpage .blogcontents ol li strong, .singlepostpage .blogcontents h5 strong {
	font-size: 18px;
}

@media (max-width:980px) {
	.a2a_floating_style {
		left: 0 !important;
	}
}

/* End Tool TIP Style */