/*
	Theme Name: ShapedPlugin
	Theme URI: https://shapedplugin.com/
	Author: ShapedPlugin
	Author URI: http://shapedplugin.com/
	Description: ShapedPlugin is a Marketplace for Professional WordPress Plugins.
	Version: 3.0.10
*/

body {
	background: #fbfbfb;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	line-height: 1.5;
}

/* === Normalize === */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a,
input[type="submit"]:hover{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

input[type="submit"]{
	cursor: pointer;
	background: #06aec0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 2px;
	letter-spacing: 0.25px;
	border: 0px solid;
	line-height: normal;
}
input[type="submit"]:hover{
	background: #06bcd0;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 0;
}

input:focus[type="text"],
input:focus[type="email"],
textarea:focus{
	outline: none;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.h1, .h2, .h3, 
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 16px;
}

a {
	color: #444;
	text-decoration: none;
	transition: all 0.33s;
}

a:focus,
select:focus{
	outline: none;
}

a:hover {
	color: #05b3c6;
	text-decoration: none;
}

code {
	padding: 5px 6px;
	font-size: 90%;
	color: #343434;
	background-color: #f1f1f1;
	border-radius: 2px;
	border: 1px solid #e2e2e2;
}

pre {
	font-size: 90%;
	line-height: 22px;
	color: #343434;
	background-color: #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e2e2e2;
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 8px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	background: #fbfbfb;
	margin-bottom: 14px;
	line-height: 40px;
	height: 40px !important;
	border-radius: 0;
	padding-left: 15px;
	border: 1px solid #efefef;
	min-width: 300px;
}

textarea {
	background: #fbfbfb;
	border-radius: 0;
	border-color: #efefef;
	padding: 10px 20px;
	min-width: 300px;
	border-width: 1px;
	border-style: solid;
}

button{
	cursor: pointer;
}

.required{
	color: #b94a48;
}


/* === BTN === */
.btn-download{
	background: #05b3c6;
    color: #ffffff;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}
.btn-download:hover{
	background: #05c1d6;
	color: #ffffff;
}
.btn-demo{
	background: #3cb371;
	color: #ffffff;
	padding: 10px 18px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}
.btn-demo:hover{
	background: #40bf79;
	color: #ffffff;
}
.btn {
	font-weight: 600;
}

.btn.focus, button:focus, .btn:focus {
	box-shadow: none;
	outline: 0;
}

.section-padding {
	border-bottom: 1px solid #efefef;
	padding: 75px 0 85px;
}

.section-title h2 {
	color: #444;
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 38px;
}

.clear {
	clear: both;
}

time.hidden{
    display: none;
}

/*header */
header#navigation .sp-avatar {
	margin-right: 5px;
}
header#navigation .sp-avatar img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
header#navigation {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.navbar-light .navbar-toggler-icon {
	background: none;
	color: #fff;
	line-height: 1.5em;
	font-size: 24px;
	cursor: pointer;
}

.fixed-menu-bg .navbar-toggler-icon {
	color: #444;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
	outline: none;
}

.navbar-light .navbar-toggler-icon:focus {
	outline: none;
}

.navbar-light .navbar-toggler {
	border: 0;
}

.navbar {
	margin-top: 0;
	transition: all 0.3s ease;
}


/* menu */
#navigation .nav > li > a:focus,
#navigation .nav > li > a:hover {
	background-color: transparent;
	text-decoration: none;
}

.admin-bar #navigation .navbar{
	margin-top: 32px;
}

#navigation .navbar {
	background: #15a5bb;
	background: -webkit-linear-gradient(right, #06aec0, #1d3f48); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #06aec0, #1d3f48); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #06aec0, #1d3f48); /* For Firefox 3.6 to 15 */
	background: linear-gradient(right, #06aec0, #1d3f48);
	padding: 0;
}
.sp-home-page #navigation .navbar {
	padding: 16px 0;
	background: rgba(255, 255, 255, 0);
}

#navigation .navbar-nav > li {
	padding: 10px 0;
}

.sp-home-page #navigation .navbar-nav > li > a {
	padding: 10px 14px;
}

#navigation .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.15px;
	padding: 12px 14px;
	-webkit-transition: all .125s ease-in-out 0s;
	-moz-transition: all .125s ease-in-out 0s;
	-ms-transition: all .125s ease-in-out 0s;
	-o-transition: all .125s ease-in-out 0s;
	transition: all .125s ease-in-out 0s;
}

#navigation .navbar-nav > li > a .fa {
	font-size: 13px;
}

#navigation .navbar-nav > li > a.login-now {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	line-height: 34px;
	margin-left: 14px;
	padding: 0 15px;
}

#navigation .navbar-nav > li > a.login-now:hover {
	background: #fff;
	color: #2ec9da;
}

#navigation .navbar-nav > li > a:hover,
#navigation .navbar-nav > li > a.active{
	color: #2ec9da;
}

#navigation .dropdown.nav-item > a:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
}
#navigation .dropdown-menu {
	background-color: #fff;
	border: 0;
	border-radius: 4px !important;
	font-size: 15px;
	font-weight: 600;
	min-width: 180px;
	margin: 0;
	padding: 10px 0;
	left: 15px;
	-webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .17);
	-moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .17);
	-o-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .17);
}

#navigation .dropdown-menu > li > a {
	display: block;
	font-weight: 600;
	padding: 2px 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	background-color: transparent;
}

#navigation .dropdown-menu li {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

#navigation .dropdown-menu li a:hover {
	background-color: transparent;
	color: #2ec9da;
	text-decoration: none;

}

#navigation .dropdown-menu::after,
#navigation .dropdown-menu:before {
	border: solid transparent;
	bottom: 100%;
	left: 15%;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 999;
}

#navigation .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

#navigation .dropdown-menu:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}

.navbar-brand > img {
	width: 90%;
	transition: 0.3s ease-in-out;
	margin-top: 7px;
	display: block;
}

.sp-home-page .navbar-brand > img{
	width: 100%;
}

.navbar-brand {
	max-width: 188px;
	padding: 0;
	margin-top: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

#navigation h1 {
	margin: 0;
	padding: 0;
}

#navigation .dropdown-toggle::after {
	display: inline-block;
	border: 0;
	content: "";
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
}

/* if fixed menu*/
#navigation .fixed-menu-bg.navbar {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
}

#navigation .fixed-menu-bg.navbar{
	padding: 0;
}

.fixed-menu-bg .navbar-brand > img {
	display: block;
	width: 90%;
}

#navigation .fixed-menu-bg .navbar-nav > li > a {
	color: #444;
}

#navigation .fixed-menu-bg .navbar-nav > li > a.buy-now {
	background: rgba(38, 132, 166, 1);
	color: #fff;
	border-color: rgba(38, 132, 166, 1);
	box-shadow: none;
}

#navigation .fixed-menu-bg .navbar-nav > li > a:hover {
	color: #2ec9da;
}

#navigation .fixed-menu-bg .navbar-nav > li > a.login-now {
	border-color: #777;
	color: #444;
}

#navigation .fixed-menu-bg .navbar-nav > li > a.login-now:hover {
	background: #2ec9da;
	border-color: #2ec9da;
	color: #fff;
}




.sp-home {
	position: relative;
	color: #fff;
	z-index: 1;
}

.sp-home:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #15a5bb;
	background: -webkit-linear-gradient(bottom, #06aec0, #1d3f48); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #06aec0, #1d3f48); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #06aec0, #1d3f48); /* For Firefox 3.6 to 15 */
	background: linear-gradient(bottom, #06aec0, #1d3f48); /* Standard syntax (must be last)*/
	z-index: -1;
}

.home-content {
	padding-top: 312px;
	padding-bottom: 257px;
}

.home-content h2 {
	font-size: 54px;
	margin-bottom: 18px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.home-content p {
	font-size: 23px;
	line-height: 1.4;
	padding-bottom: 30px;
	color: #e4fcff;
}

.home-content .browse-btn a {
	background: #06aec0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 24px;
	border-radius: 2px;
	letter-spacing: 0.25px;
}

.home-content .browse-btn a:hover {
	background: #06bcd0;
}

/*popular css*/
.popular-section {
	background: #f5f5f5;
	border-bottom: 1px solid #efefef;
}

.sp-single-plugin {
	height: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.sp-single-plugin .product-img{
	position: relative;
}

.sp-single-plugin .product-img a{
	background-color: #37bf91;
	border-radius: 3px;
	border-bottom: 2px solid #109669;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: auto;
	padding: 6px 14px;
	position: relative;
}

.sp-single-plugin .product-img a:hover{
	background: #41c89a;
	border-color: #11a171;
}

.sp-single-plugin .sp-overlay{
	background: rgba(29, 63, 72, 0.7);
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.33s;
	opacity: 0;
}

.sp-single-plugin:hover .sp-overlay{
	opacity: 1;
}

.sp-single-plugin .product-info {
	padding: 25px 25px 30px;
}

.sp-single-plugin .product-info h2 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 5px;

}

.sp-single-plugin .product-info p{
	font-size: 16px;
	line-height: 24px;
}

.sp-single-plugin .product-info .more-info {
	background: #05b3c6;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: 11px;
}

.sp-single-plugin .product-info .more-info:hover {
	background: #05c1d6;
}

.latest-section {
	background: #fbfbfb;
}

.latest-section .section-title h2 {
	padding-bottom: 8px;
}

.latest-section .sp-single-latest-plugin {
	margin-top: 30px;
}

.sp-all-plugins .sp-single-latest-plugin {
	margin-bottom: 30px;
}

.latest-section .more-plugin {
	margin-top: 60px;
}

 .more-plugin a,
 .more-plugin button {
	border: 2px solid #eeeeee;
	border-radius: 2px;
	color: #666666;
	font-size: 17px;
	padding: 12px 25px;

}

.more-plugin a .fa {
	margin-right: 6px;
}
.more-plugin a:hover,
.more-plugin button:hover {
	color: #fff;
	background: #05b3c6;
	border-color: #05b3c6;
}

.promotional-offer-section {

	background: url(assets/images/promotional-bg.jpg) no-repeat scroll 100% 100%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
}

.promotional-offer-section:after {
	background: #06aec0;
	background: -webkit-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94));
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.offer-text h2 {
	font-size: 36px;
	padding-bottom: 8px;
}

.offer-text p {
	font-size: 24px;
}

.offer-text .promo-btn {
	padding-top: 23px;
}

.offer-text .promo-btn a {
	background: #37bf91;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	padding: 12px 26px;
}

.offer-text .promo-btn a:hover {
	background: #41c89a;
	color: #fff;
}

/*testimonial section*/
.testimonial-section {
	background: #f5f5f5;
	border-bottom: 1px solid #efefef;
}

.testimonial-section .section-title {
	margin-bottom: 55px;
}

.testimonial-section .section-title h2 {
	padding-bottom: 10px;
}

.testimonial-section .section-title p {
	color: #888888;
	font-size: 24px;
}

.single-testimonial {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 30px;
	position: relative;
}

.testimonial-section .single-testimonial {
	height: 100%;
}

.single-testimonial .ts-head {
	padding-bottom: 16px;
}

.single-testimonial .ts-title {
	font-size: 18px;
	color: #05b3c6;
	margin-bottom: 15px;
}

.single-testimonial .review-text {
	font-size: 16px;
	line-height: 24px;
	word-wrap: break-word;
}

.single-testimonial .author-meta {
	background-image: url('assets/images/quote.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.single-testimonial .author-meta h3 {
	font-size: 14px;
	line-height: 1;
}

.single-testimonial .author-meta span {
	color: #888888;
	font-size: 14px;
}

.single-testimonial .author-meta .fa {
	color: #F2B827;
	margin-right: 3px;
}

/*blog section*/
.blog-section {
	background: #fbfbfb;
	border-bottom: 1px solid #efefef;
}

.blog-section .sp-single-latest-post article.post{
	height: 100%;
}

article.post {
	background: #fff;
	border: 1px solid #e5e5e5;;
}

.blog-section .entry-post {
	padding: 25px 25px 10px;
}

.blog-section .entry-post .entry-header .singlepostinfo {
	color: #777;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.blog-section .entry-post .entry-header .singlepostinfo a {
	color: #777;
}

.blog-section .entry-post .entry-header .singlepostinfo a:hover {
	color: #05b3c6;
}

.blog-section .entry-post .entry-header h2 {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 10px;
}

.blog-section .entry-post .entry-header h2:hover a {
	color: #05b3c6;
	text-decoration: none;
}

.blog-section .entry-post .entry-content p {
	font-size: 16px;
	line-height: 24px;
}

.money-back-section {
	background: #ffffff;
	padding: 60px 0;
	border-bottom: 1px solid #efefef;
}

.money-back-section .single-fact {
	border-right: 1px solid #e5e5e5;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
}

.money-back-section .col-lg-4:last-of-type .single-fact {
	border: 0;
}

.money-back-section .single-fact h2 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 60px;
}

.money-back-section .single-fact .icon {
	color: #05b3c6;
	font-size: 40px;
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.money-back-section .single-fact .icon .fa-check-circle {
	font-size: 48px;
}

.money-back-section .single-fact .icon .fa-lock {
	font-size: 48px;
}

.money-back-section .single-fact h2 a {
	color: #05b3c6;
}

.money-back-section .single-fact h2 a:hover {
	color: #05c1d6;
}

/*footer*/
.footer {
	background: #181818;
}

.footer .footer-widget-area {
	padding: 85px 0 65px;
}

.footer .footer-widget-area .happy-user {
	margin-bottom: 60px;
}

.footer .footer-widget-area .happy-user h3 {
	color: #e2e2e2;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}

.footer .footer-widget-area .happy-user p {
	font-size: 16px;
	color: #999;
	margin: 0;
	padding: 0;
}

.footer .footer-widget-area .social-icon li a {
	background: #ddd;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 34px;
	width: 34px;
	margin-right: 0;
}

.footer .footer-widget-area .social-icon li a .fa {
	line-height: 34px;
}

.footer .footer-widget-area .social-icon li a:hover {
	opacity: 0.8;
}

.footer .footer-widget-area .social-icon li a.facebook {
	background: #3b5999;
}

.footer .footer-widget-area .social-icon li a.twitter {
	background: #55acee;
}

.footer .footer-widget-area .social-icon li a.google-plus {
	background: #dd4b39;
}

.footer .footer-widget-area .social-icon li a.youtube {
	background: #cd201f;
}

.footer .footer-widget-area .social-icon li a.wordpress {
	background: #21759b;
}

.footer .f-head-logo {
	margin-bottom: 38px;
	max-width: 175px;
}

.footer .footer-widget-area .single-widget h2 {
	color: #e2e2e2;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

.footer .footer-widget-area .single-widget ul {
	padding-left: 0;
	list-style: none;
}

.footer .footer-widget-area .single-widget ul li a {
	color: #999999;
	font-size: 15px;
	line-height: 30px;
}

.footer .footer-widget-area .single-widget ul li a:hover {
	color: #05b3c6;
}

.footer-copyright {
	border-top: 1px solid #2c2c2c;
	overflow: hidden;
}

.footer-copyright p {
	color: #555c5d;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 34px 0;
}

.footer-copyright p a {
	color: #555c5d;
}

.footer-copyright p a:hover {
	color: #05b3c6;
}

/*single plugin*/

.product-title {
	margin-bottom: 55px;
}

.product-title h2 {
	color: #42626b;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 5px;
}

.product-title p {
	font-size: 24px;
	color: #42626b;
}

.sp-title h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.product-thumb {
	border: 1px solid #e5e5e5;
	background: #fff;
}

.product-header {
	background: #fbfbfb;
	border-bottom: 1px solid #efefef;
	margin-top: 64px;
}

.product-thumb .button-list {
	margin: 33px 11px;
	display: flex;
	justify-content: space-around;
}

.product-thumb .button-list a {
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	color: #777;
	font-weight: normal;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	width: 30%;
}

.product-thumb .button-list a:hover {
	background: #7b8490;
	color: #fff;
}

.product-thumb .button-list a .fa {
	font-size: 15px;
	margin-right: 8px;
}

/*edd price*/
.widget ul li {
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
	text-transform: inherit;
	text-align: inherit;
	margin: 0 0 7px 0;
}

.edd_price_options li label.active:before {
	background: #5dc8d0;

}

.edd_price_options li label:before {
	content: '';
	background: transparent;
	display: inline-block;
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.edd_price_options li label {
	border: 1px solid #e8e8e8;
	background: #fefefe;
	font-size: 15px;
	display: block;
	cursor: pointer;
	padding: 15px 0 15px 17px;
	position: relative;
}

.widget ul li strong {
	font-weight: 600;
}

.edd_price_options input[type=checkbox]:before,
.edd_price_options input[type=radio]:before {
	border-radius: 50%;
	color: #fff;
	content: "\f00c";
	font-size: 13px;
	font-family: "FontAwesome";
	float: left;
	line-height: 20px;
	width: 19px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.edd_price_options input[type=checkbox]:checked,
.edd_price_options input[type=radio]:checked {
	background: #5dc8d0;
}

.edd_price_options input[type="checkbox"], .edd_price_options input[type=radio] {
	background: #bbb;
	border-radius: 50%;
	clear: none;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	width: 19px;
	margin-right: 8px;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-transition: .05s ease-in-out;
	outline: 0;
	transition: .05s ease-in-out;
}

.widget {
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
	padding: 25px 20px 23px;
}

.widget-plugin-price {
	border-bottom: 0;
}

.sp-single-product .widget-plugin-price .edd-submit.button,
.widget-plugin-price .live-demo.btn {
	background: #05b3c6;
	color: #fff;
	cursor: pointer;
	display: block;
	border-radius: 0;
	font-size: 18px;
	line-height: 52px;
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
	border-color: transparent;
}

.single-download .sp-single-product .edd_download_purchase_form{
	margin-bottom: 0;
}

.sp-single-product .widget-plugin-price .edd-submit.button:hover {
	background: #05c1d6;
}

.sp-single-product .widget-plugin-price ul{
	padding-left: 0;
	list-style: none;
}

.widget-plugin-price .live-demo.btn {
	background: #3cb371;
	margin-bottom: 10px;
}

.widget-plugin-price .live-demo.btn:hover {
	background: #40bf79;
}

.widget-plugin-price p {
	font-size: 14px;
	margin-bottom: 0;
}

.widget-plugin-price p a {
	color: #05b3c6;
}

.widget-plugin-price .sp-one-time{
	font-size: 15px;
    color: #555;
    text-align: center;
    font-weight: 600;
}

.widget-plugin-info ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-plugin-info ul li {
	line-height: 1.7;
}

.widget.widget-plugin-info {
	padding: 14px 25px 11px;
}

.widget.widget-plugin-info ul li a {
	color: #05b3c6;
}

.widget.widget-plugin-info ul li a:hover,
.widget-plugin-price p a:hover {
	color: #0096a7;
}

.widget-plugin-price ul li a {
	color: #05b3c6;
	font-size: 13px;
}

.widget-plugin-price ul li strong {
	width: 45%;
	display: inline-block;
}

.widget-plugin-price ul li:last-of-type {
	margin-bottom: 0;
}

/*overview*/
.overview {
	margin-top: 70px;
}

.overview h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.overview p:last-of-type {
	margin-bottom: 0;
}

.overview p {
	font-size: 17px;
	line-height: 28px;
}

/*all feature */

.sp-title h2 {
	font-size: 36px;
	padding-bottom: 45px;
	font-weight: 600;
}

.sp-title .icon .fa {
	font-size: 45px;
	color: #05b3c6;
	margin-bottom: 20px;
}
.all-feature-section strong{
	font-weight: 600;
}
.all-feature-section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.all-feature-section ul li {
	font-size: 18px;
	line-height: 26px;
	padding-left: 26px;
	margin-bottom: 8px;
	position: relative;
}

.all-feature-section ul li strong.new {
	background: #3cb371;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 5px;
}

.all-feature-section ul li:before {
	content: "\f14a";
	color: #05b3c6;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: -1px;
}

/*video section*/
.video-section.section-padding {
	background: #fbfbfb;
	padding: 80px 0 85px;
}

.video-section .sp-title {
	background: url(assets/images/video-icon.png) no-repeat center top;
}

.video-section .sp-title h2 {
	padding-top: 58px;
}

.video {
	display: flex;
}

.video iframe {
	margin: auto;
	width: 94%;
	height: 622px;
}

/*feature*/
.feature.section-padding {
	padding: 80px 0;
}

.feature-text .feature-title {
	margin-top: 30px;
	margin-bottom: 10px;
}

.post_author {
	background: #fff;
	border: 1px solid #DCE3EA;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 30px;
	padding: 25px 30px;
}

.post_author h3 {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.post_author img {
	border-radius: 50%;
}

.post_author p{
	margin-bottom: 0;
}

.next-previous-post {
	border-radius: 3px;
	display: block;
	font-size: 16px;
	color: #777;
	margin-bottom: 30px;
}

.next-previous-post .next-post, .next-previous-post .previous-post {
	background: #fff;
	border: 1px solid #DCE3EA;
	padding: 25px;
	height: 100%;
	width: 100%;
}

.next-previous-post a{
	color: #444;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0;
	transition: 0.33s all;
	display: block;
}

.next-previous-post .fa{
	padding: 3px;
}

.next-previous-post a:hover{
	color: #05b3c6;
}

.sp-feature-img-left .feature-text {
	margin-left: 20px;
}

.sp-feature-img-right .feature-text {
	margin-right: 20px;
}

.feature-title .subtitle {
	color: #777;
	font-size: 18px;
	margin-top: -8px;
	margin-bottom: 21px;
	font-style: italic;
}

.feature-text h2 {
	color: #444;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-text p {
	font-size: 17px;
	line-height: 28px;
}

.feature-img img {
	box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.75);
}

/*testimonial*/
.sp-testimonial-section {
	background: #fbfbfb;
}

.sp-single-testimonial {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 30px 30px 20px;
}

.sp-single-testimonial .author-meta .rating-rate {
	margin-right: 9px;
}

.sp-single-testimonial .author-meta .rating-rate .fa {
	color: #F2B827;
	margin-right: 2px;
	font-size: 17px;
}

.sp-single-testimonial .author-meta h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;

}

.sp-single-testimonial .author-meta img {
	border-radius: 2px;
}

.sp-single-testimonial .author-meta h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding-top: 7px;
}

.sp-single-testimonial .author-meta h3 span.author-name {
	color: #000000;
	font-weight: 600;
	font-style: normal;
}

.sp-single-testimonial .author-meta {
	margin-bottom: 20px;
}

.sp-single-testimonial .sp-review-content {
	font-size: 15px;
	line-height: 25px;
}

.sp-single-testimonial h4 {
	color: #7b8490;
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
}

.sp-single-testimonial h4 a {
	border-radius: 2px;
	border: 1px solid #cccccc;
	color: #cccccc;
	display: inline-block;
	line-height: 16px;
	text-align: center;
	margin-right: 5px;
	height: 22px;
	width: 22px;
}

.sp-single-testimonial h4 a .fa {
	display: inline-block;
	font-size: 12px;
}

.sp-single-testimonial h4 span {
	margin-left: 15px;
}

.sp-visually-hidden{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
#sp-read-more-review{
	border-radius: 5px;
	border: 2px solid #7b8490;
	color: #7b8490;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 25px;
	background: transparent;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sp-read-more-review:hover {
	background: #7b8490;
	color: #fff;
}
#sp-reviews-respond{
	margin-top: 30px;
}

.review-btn-bottom h4,
h4.sp-reviews-heading{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.review-btn-bottom .add-review-btn {
	border-radius: 5px;
	border: 2px solid #7b8490;
	color: #7b8490;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 25px;

}

.review-btn-bottom .add-review-btn:hover {
	background: #7b8490;
	color: #fff;
}

.sp-reviews-form-inner label{
	font-weight: 600;
}
.sp-reviews-form-inner .edd-reviews-star-rating{
	width: 17px;
}
.sp-reviews-form-inner input[type="text"],
.sp-reviews-form-inner textarea,
.sp-reviews-form-inner .edd-reviews-star-rating-container{
	display: block;
	width: 100%;
}

.sp-reviews-form-inner .edd-reviews-star-rating-container{
	color: #F2B827;
}

.call-back-section {
	background: #06aec0;
	background: -webkit-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94));
	background: -o-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94));
	background: -moz-linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94));
	background: linear-gradient(left, rgba(29, 63, 72, 0.94), rgba(6, 174, 192, 0.94));
	color: #fff;
	padding: 70px 0 80px;
}

.call-back-section h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.call-back-section h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 35px;

}

.call-back-section .btn-call-back {
	background: #06aec0;
	color: #fff;
	border-radius: 2px;
	font-size: 18px;
	padding: 12px 26px;
}

.call-back-section .btn-call-back:hover {
	background: #06bcd0;
}

/*modal*/



.modal-header {
	background: #06aec0;
	color: #fff;
	font-weight: 600;
	padding: 16px 25px;
}

.modal-title {
	font-size: 18px;
}

.modal-header .close {
	font-size: 30px;
	cursor: pointer;
}

.modal-open .modal {
	background: rgba(0, 0, 0, 0.5);
}

.sp-single-product .modal-body {
	padding: 25px 25px 30px 29px;
}

.sp-single-product .modal-body ul{
	margin-bottom: 30px;
	margin-top: 10px;
	padding-left: 32px;
}

/*blog*/
.sp-blog-header {
	margin-top: 73px;
	margin-bottom: 59px;
}

.sp-blog-header h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #42626b;
	font-size: 40px;
}

.sp-blog-header p {
	font-size: 24px;
	color: #42626b;
}

.sp-grid-item{
	margin-bottom: 35px;
}
.sp-blog-post{
    height: 100%;
}

article {
	background: #fff;
	/*margin-bottom: 35px;*/
}

article .entry-post {
	padding: 20px 25px;
}

article .entry-post .entry-header h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

article .entry-post .entry-header .singlepostinfo {
	line-height: 30px;
	color: #777;
	font-size: 13px;
	margin-bottom: 18px;
}

article .entry-post .entry-header .singlepostinfo a {
	color: #777;

}

article .entry-post .entry-header .singlepostinfo a:hover {
	color: #05b3c6;
}

article .entry-post .entry-header .singlepostinfo {
	font-size: 13px;
}

article .entry-post .entry-header .singlepostinfo .post-categories{
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}

article .entry-post .entry-header .singlepostinfo .post-categories a {
	background: #e6f7f9;
	display: inline-block;
	border-radius: 15px;
	color: #05b3c6;
	font-size: 11px;
	line-height: 28px;
	padding: 0 15px;
	margin-right: 10px;
}

article.feature-post .entry-post .entry-header .singlepostinfo a.category-meta {
	padding: 0 18px;
	font-size: 13px;
	line-height: 30px;

}

article.feature-post .entry-post .entry-header .singlepostinfo {
	font-size: 14px;
}

article.feature-post .entry-post {
	padding: 25px 30px 15px;
}

article.feature-post .post-thumbnails {
	position: relative;
}

article .post-thumbnails .ft-tag {
	background: rgba(12, 146, 162, 0.9);
	color: #fff;
	padding: 0 15px;
	line-height: 32px;
	position: absolute;
	top: 32px;
	left: 32px;
	font-weight: normal;
}

article .post-thumbnails .ft-tag .fa {
	margin-right: 8px;
}

article.feature-post .entry-post {
	padding: 25px 30px 15px;
}

article.feature-post .entry-post .entry-header h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

article.feature-post .entry-post p {
	font-size: 16px;
}

/*blog sidebar*/

.sp-blog-sidebar .widget {
	background: #fff;
	margin-bottom: 25px;
	padding: 25px 30px 25px;
}

.sp-blog-sidebar .widget ul {
	margin: 0;
	padding: 0;
}

.widget .widget-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 22px;
}

.widget.widget_categories ul li {
	font-size: 16px;
}

.widget.news-letter p {
	font-size: 16px;
}

.widget.news-letter input {
	width: 100%;
	height: 40px;
	border-radius: 2px;
}

input:focus {
	outline: none;
}

.news-letter input[type=email] {
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-radius: 2px;
	color: #777;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 14px;
}

.widget.news-letter input[type=submit] {
	background: #05b3c6;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 0.5px;
	font-size: 14px;

}

.widget.news-letter input[type=submit]:hover {
	background: #06bcd0;
}

.widget_search .search-form {
	overflow: hidden;
}
.widget_search .search-form input {
	border: 1px solid #eee;
	background: #f7f7f7;
	border-radius: 2px;
	color: #777;
	line-height: 38px;
	width: 100%;
	height: 38px;
	font-size: 14px;
	padding-left: 14px;
}

.widget_search .search-form label {
	width: 82%;
	margin-bottom: 0;
	float: left;
}

.widget_search .search-form button {
	border: 0;
	background: #05b3c6;
	color: #fff;
	cursor: pointer;
	line-height: 38px;
	font-size: 16px;
	padding: 0;
	height: 38px;
	width: 16%;
	text-align: center;
	float: right;
}

.widget_search .search-form button:hover {
	background: #06bcd0;
}

.thumb-latest-posts {
	margin-bottom: 18px;
}

.thumb-latest-posts:last-of-type {
	margin-bottom: 0;
}

.thumb-latest-posts .p-content {
	margin-left: 12px;
	margin-top: 3px;
}

.thumb-latest-posts .p-content .p-date {
	font-size: 13px;
	color: #777;
}

.thumb-latest-posts .p-content h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

/*----------------------
    Calender
-----------------------*/
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #777;
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#wp-calendar thead {
	font-size: 12px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody td a {
	color: #222;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

#wp-calendar tfoot a {
	color: #05b3c6;
}

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#calendar_wrap table tr td {
	border-left: 0;
}

/*----------------------
    Tags
-----------------------*/
.tagcloud a {
	margin-right: 2px;
	margin-bottom: 5px;
	background: #f4f4f4;
	color: #777;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 600;
	padding: 5px 10px;
}

.widget .tagcloud a:hover {
	background-color: #05b3c6;
	color: #ffffff;
}

/*----------------------
    Default css
-----------------------*/
.sp-single-page address,
.entry-content address,
.comment-content address {
	background: none repeat scroll 0 0 #f1f1f1;
	border-left: 5px solid #ddd;
	padding: 10px 10px 10px 20px;
}

.entry-content table,
.comment-content table,
.sp-single-page table {
	border-right: 1px solid #ececec;
	border-top: 1px solid #ececec;
	margin-bottom: 20px;
}
.sp-single-page #edd_user_history td,
.sp-single-page #edd_user_history th {
	padding: 5px 12px;
	border-bottom: 1px solid #ececec;
}

.sp-single-page table tr,
.entry-content table tr,
.comment-content table tr {
	border-bottom: 1px solid #ddd;
}

.sp-single-page table tr th,
.entry-content table tr th,
.comment-content table tr th {
	background: none repeat scroll 0 0 #eee;
}

.sp-single-page table tbody tr th,
.entry-content table tbody tr th {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sp-single-page table tr th, table tr td,
.entry-content table tr th, table tr td,
.comment-content table tr td {
	border-left: 1px solid #ddd;
	padding: 10px;
}

.entry-content p {
	margin: 0 0 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
	line-height: 30px;
	margin-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
}

/*----------------------
    Accessibility
-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*----------------------
    Alignments
-----------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------
    Captions
-----------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 8px 0 rgb(67 65 78 / 8%);
    border-radius: 5px;
}

.wp-caption .wp-caption-text {
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 4px 10px;
}

.wp-caption-text {
	text-align: center;
}

/*----------------------
    Galleries
-----------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.screenshots-section .gallery-item .gallery-icon a {
	border: 4px solid #ddd;
	display: block;
	cursor: zoom-in;
}

.screenshots-section .gallery-item .gallery-icon a:hover {
	border-color: #05b3c6;
}

.gallery-item .gallery-icon {
	padding: 12px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* gallery style */
.gallery-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.gallery-item .gallery-caption {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	letter-spacing: .5px;
	transition: all .3s linear;
	opacity: 0;
}

.gallery-item:hover .gallery-caption {
	bottom: 0;
	opacity: 1;
}

/*pagination*/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span.current, .pagination li span:hover,
.pagination li.active a{
	color: #fff;
	background-color: #5dc8d0;
	border-color: #5dc8d0;
}

.pagination > li {
	display: inline-block;
}

.pagination li a,
.pagination li span{
	background: #fff;
	border: 1px solid #e2e2e2;
	display: inline-block;
	color: #777;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	margin-right: 4px;
}
.dwqa-answers-page-navigation{
	margin-bottom: 10px;
}
.dwqa-answers-page-navigation a.page-numbers.next,
.dwqa-answers-page-navigation a.page-numbers.prev,
.sp-single-page .edd_pagination a.next,
.sp-single-page .edd_pagination a.prev{
	padding: 0 8px;
}
.dwqa-answers-page-navigation a.page-numbers,
.dwqa-answers-page-navigation span.current,
.sp-single-page .edd_pagination span,
.sp-single-page .edd_pagination a,
#sp-dashboard-tab-content .edd_pagination a{
	background: #fff;
	border: 1px solid #e2e2e2;
	display: inline-block;
	color: #777;
	min-width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	margin-right: 2px;
}
.dwqa-answers-page-navigation a.page-numbers:hover,
.dwqa-answers-page-navigation span.current,
.sp-single-page .edd_pagination span.current,
.sp-single-page .edd_pagination a:hover,
#sp-dashboard-tab-content .edd_pagination a:hover{
	color: #fff;
	background-color: #5dc8d0;
	border-color: #5dc8d0;
}
.sp-office-open-time{
	background: #ffffff;
	border: 1px solid #ededed;
	margin-bottom: 0;
	padding: 30px 40px;
	border-bottom: 0;
	font-size: 15px;
}
.sp-office-open-time b{
	font-weight: 600;
}
.sp-support-is,
.sp-out-time{
	margin-bottom: 6px;
}
.sp-support-is .sp-online,
.sp-support-is .sp-offline{
	padding: 2px 8px;
	font-size: 14px;
	border-radius: 2px;
}
.sp-support-is .sp-online{
	background: #daf9dc;
	color: #007f00;
	border: 2px solid #b4deb7;
}
.sp-support-is .sp-offline{
	background: #f9e0e0;
	color: #ff0000;
	border: 2px solid #e6c9c9;
}

/*single blog*/
.single-post .sp-section,
.single-dwqa-question .sp-section {
	margin-top: 60px;
}

/*contact form*/
.sp-single-page article p {
	line-height: 28px;
	font-size: 16px;
}

.sp-single-page article p.alert {
	margin-bottom: 34px;
}

.sp-single-page article a {
	color: #5dc8d0;
}

.sp-single-page article p a:hover {
	text-decoration: underline;
}

.sp-single-page article p strong {
	font-weight: 600;
}

.sp-contact-form label {
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.sp-contact-form .form-control:focus {
	background-color: #fbfbfb;
	box-shadow: none;
	border-color: #efefef;
	color: #495057;
	outline: 0;

}

.sp-contact-form select.form-control:focus {
	outline: 2px solid rgba(0, 123, 255, .55);
	overflow: hidden;
}

.sp-contact-form label span {
	color: #c12f3c;
}

.sp-contact-form select:focus {
	outline-offset: -1px;
}

.support-ticket.sp-contact-form {
	margin-top: -7px;
}

.sp-contact-form textarea {
	background: #fbfbfb;
	border-radius: 0;
	border-color: #efefef;
	padding: 10px 20px;
}

.sp-contact-form input[type="text"],
.sp-contact-form input[type="password"],
.sp-contact-form input[type="email"],
.sp-contact-form select {
	line-height: 50px;
	height: 50px !important;
}

.sp-contact-form .send-btn {
	border-radius: 2px;
	background: #05b3c6;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding: 0 16px;
	text-transform: uppercase;
	margin-top: 8px;
	cursor: pointer;
	margin-right: 20px;
}

.sp-contact-form .send-btn:hover {
	background: #06bcd0;
}

.contact-page article p.ticket-note {
	line-height: 56px;
	font-size: 16px;
	margin-bottom: -6px;
}

.sp-contact-form input[type=checkbox] {
	background: transparent;
	border: 2px solid #e9e9e9;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 0;
	position: static;
	height: 20px;
	width: 20px;
	outline: 0;
	margin: -3px 4px 0 0;
	padding: 0 !important;
	vertical-align: middle;
	min-width: 18px;
	-webkit-appearance: none;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}



.support-ticket-page a {
	color: #05b3c6;
}

.support-ticket-page a:hover {
	text-decoration: underline;
}

.sp-contact-form input[type=checkbox]:checked {
	background: #05b3c6;
	border-color: #05b3c6;
}

.sp-contact-form input[type=checkbox]:checked:before {
	display: inline-block;
	color: #fff;
	content: "\f00c";
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	width: 20px;
	margin-left: -1px;
	font-family: "FontAwesome";
	text-align: center;
}

.sp-contact-form label.form-check-label {
	display: block;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	padding-left: 0;

}

.sp-contact-form .nb-text {
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 0;
}

.field-icon {
	color: #9f9f9f;
	bottom: 46px;
	right: 10px;
	float: right;
	position: relative;
	z-index: 2;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9f9f9f;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9f9f9f;
}

:-ms-input-placeholder { /* Microsoft Edge */
	color: #9f9f9f;
}

/*showcase page*/
.sp-single-showcase-content{
	margin-bottom: 30px;
}
.sp-single-showcase{
	background: #fff;
	border: 1px solid #e5e5e5;
}
.sp-showcase.sp-single-showcase .sp-overlay {
	background: rgba(29, 63, 72, 0.15);
}

.sp-showcase.sp-single-showcase .showcase-info p {
	margin-bottom: 0;
}

.sp-showcase.sp-single-showcase .showcase-info p a {
	color: #05b3c6;
}

.sp-showcase.sp-single-showcase .showcase-info p a:hover {
	text-decoration: underline;
}

.sp-showcase.sp-single-showcase .showcase-img {
	display: block;
	position: relative;
}

.sp-showcase.sp-single-showcase a.sp-overlay {
	background: rgba(29, 63, 72, 0.15);
	display: block;
	border: 0;
	border-radius: 0;
	margin: 0;
	position: absolute;
	color: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.sp-showcase.sp-single-showcase:hover .sp-overlay {
	opacity: 1;
}

.sp-showcase.sp-single-showcase .showcase-info {
	padding: 18px 25px 17px;
}

.sp-showcase.sp-single-showcase .showcase-info h2 {
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.sp-showcase.sp-single-showcase .showcase-info p {
	font-size: 15px;
	line-height: 24px;
}

.sp-showcase {
	height: 100%;
}

/*faqs section*/
.panel-group-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}

.faqs-content .panel-group {
	margin-bottom: 70px;

}

.faqs-content .panel-group:last-of-type {
	margin-bottom: 0;
}

.faqs-content .faq-panel {
	background: #fff;
	border-radius: 0 !important;
	border: 1px solid #ECECEC;
	margin-bottom: 5px;
}

.panel-title {
	font-size: 16px;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.faq-heading h4.panel-title a {
	border-bottom: 1px solid #ECECEC;
	color: #1e1e1e;
	display: block;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 300;
}

.faqs-content .panel-body {
	padding: 20px;
}

.faq-heading h4.panel-title a i {
	color: #05b3c6;
	margin-right: 15px;
}

.accordion-toggle.collapsed .fa:before {
	content: "\f055";
}

.accordion-toggle .fa:before {
	content: "\f056";
}

.doc-page.section-padding {
	border-bottom: 1px solid #efefef;
	padding: 75px 0 55px;
}

.sp-single-docs {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 30px 22px;
	height: 100%;
}

.sp-docs-content .col-lg-4 {
	margin-bottom: 30px;
}

.sp-single-docs h2 {
	font-size: 20px;
	padding-bottom: 9px;
}

.docs-list uL {
	list-style: none;
	margin: 0;
	padding: 0;
}

.docs-list ul li {
	font-size: 16px;
	line-height: 26px;
	padding-left: 26px;
	margin-bottom: 8px;
	position: relative;
}

.docs-list ul li:before {
	content: "\f0f6";
	color: #444;
	font-family: FontAwesome;
	font-size: 17px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: -1px;
}

/* Social Shear Buttons */
div.sharedaddy{
	margin-top: 40px;
}
div.sharedaddy .sd-sharing h3.sd-title{
	float: left;
	font-weight: 600;
	line-height: 28px;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 15px;
}
div.sharedaddy .sd-sharing h3.sd-title:before{
	margin: 0;
	border: 0;
}

/* Comment Box */
.sp-comment-box{
	background: #ffffff;
	padding: 20px 30px 15px;
	border: 1px solid #DCE3EA;
}

/* Page */
.sp-page article.page {
	border: 1px solid #ededed;
	margin-bottom: 0;
	padding: 40px;
}

/* 404 Page */
.sp-404-page{
	border: 1px solid #ededed;
	margin-bottom: 0;
	padding: 140px 40px;
	margin-top: 62px;
	background: #ffffff;
}
h2.sp-404-title{
	font-size: 130px;
	text-shadow: 2px 3px 4px #099cb4;
	color: #444444;
	line-height: 130px;
	margin-bottom: 30px;
}
.sp-404-page a.btn:hover{
	background: #06bcd0;
}
.sp-404-page a.btn{
	border-radius: 2px;
	background: #05b3c6;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding: 0 24px;
	text-transform: uppercase;
	margin-top: 30px;
	cursor: pointer;
}
.sp-404-page p{
	font-size: 23px;
}

/* EDD */
.sp-single-page table.edd_sl_table{
	width: 100%;
}
.sp-single-page .edd_sl_form .button,
.sp-single-page .edd-submit.button,
.sp-single-page #edd-purchase-button,
.sp-single-page input[type=submit].edd-submit,
.sp-single-page .edd-invoices-generate-invoice-button.edd_submit.button{
	background: #06aec0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 2px;
	letter-spacing: 0.25px;
	border: 0px solid;
}
.sp-single-page .edd-invoices-generate-invoice-button.edd_submit.button:hover,
.sp-single-page #edd-purchase-button:hover,
.sp-single-page .edd_sl_form .button:hover,
.sp-single-page .edd-submit.button:hover,
.sp-single-page .edd-submit.button:focus,
.sp-single-page .edd-submit.button:active{
	background: #06bcd0;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 0;
}
.sp-single-page .edd-submit.button:focus{
	outline: none;
}

.sp-single-page .edd-sl-manage-license-product span{
	font-weight: 600;
}
.sp-single-page .edd-sl-manage-license-key code{
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.sp-single-page #edd_purchase_receipt .edd_license_keys{
	background: #eeeeee;
}
.sp-single-page .edd_cart_remove_item_btn{
	color: #e20a32;
}
.sp-single-page #edd-card-state-wrap label.edd-label:after,
.sp-single-page #edd-card-country-wrap label.edd-label:after,
.sp-single-page #edd-card-zip-wrap label.edd-label:after,
.sp-single-page #edd-card-city-wrap label.edd-label:after,
.sp-single-page #edd-card-address-wrap label.edd-label:after{
	content: '*';
	color: #b94a48;
	display: inline;
	font-weight: 600;
	visibility: inherit;
}
.sp-single-page #edd_checkout_form_wrap input[type=text],
.sp-single-page #edd_checkout_form_wrap input[type=email],
.sp-single-page #edd_checkout_form_wrap input[type=password],
.sp-single-page #edd_checkout_form_wrap input[type=tel],
.sp-single-page #edd_checkout_form_wrap textarea{
	padding-left: 15px;
}
.sp-single-page #edd_sl_renewal_fields #edd-license-key,
.sp-single-page #edd_cc_fields select,
.sp-single-page #edd_cc_fields input[type=text]{
	background: #ffffff;
}
.sp-single-page #edd_cc_fields select#card_exp_month,
.sp-single-page #edd_cc_fields select#card_exp_year{
	min-width: 60px;
}
.sp-affiliate-area .affwp-form label {
	width: 250px;
	font-weight: 600;
}
/* Affiliate */
.sp-affiliate-area.sp-page article.page{
	background: transparent;
	padding: 0;
	border: 0;
}
.sp-affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{
	display: block;
	font-weight: 400;
}
.sp-affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a i.fa{
	margin-right: 5px;
}
.sp-affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{
	color: #545556;
	display: block;
	padding: 6px 12px;
	border-radius: 3px;
	line-height: 1.75;
}
.sp-affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a{
	background: #06aec0;
	color: #fff;
}
.sp-affiliate-area .affwp-tab-content{
	border: 1px solid #ededed;
	margin-bottom: 0;
	padding: 30px 40px;
	background: #ffffff;
}
.sp-affiliate-area .sp-affwp-register-form{
	background: #fff;
	border: 1px solid #ededed;
	margin-bottom: 0;
	padding: 40px;
}

/* Support */
.sp-single-page .dwqa-list-question .archive-question-footer {
	padding: 0;
	border: 0 solid;
	margin-top: 35px;
}
.sp-single-support article.feature-post .entry-post {
	padding: 30px 40px 25px 80px;
}
.list-dwqa-question .sp-page article.page{
	padding-bottom: 20px;
}
.list-dwqa-question .questions-list a{
	color: #222222;
}
.list-dwqa-question .filter-by-category{
	width: 250px;
}

/* SP Style */
.dwqa-container .dwqa-label {
	background: #555;
	color: #fff;
	padding: 1px 5px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.dwqa-container .dwqa-label.sp-support-customer{
	border-radius: 2px;
	background-color: #fd8345;
}
.dwqa-container .dwqa-label.sp-support-staff{
	border-radius: 2px;
	background-color: #5dc8d0;
}


/* Customar product list */
.sp-support-customer{
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}
.sp-support-customer .sp-support-customer-product-list {
	background: #403F3F;
	bottom: 100%;
	color: #fff;
	display: block;
	left: 0;
	margin-bottom: 15px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 350px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.sp-support-customer .sp-support-customer-product-list:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sp-support-customer .sp-support-customer-product-list:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #403F3F 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 36px;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.sp-support-customer .sp-support-customer-product-list ol{
	margin: 0;
	padding-left: 20px;
}

.sp-support-customer .sp-support-customer-product-list ol li{
	margin-bottom: 8px;
	font-weight: 400;
}

.sp-support-customer .sp-support-customer-product-list ol li:last-child{
	margin-bottom: 0;
}

.sp-support-customer:hover .sp-support-customer-product-list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.sp-client-web-info{
	padding: 16px 22px;
	background: #f3f3f3;
}
.sp-client-web-info .sp-client-admin-user,
.sp-client-web-info .sp-client-admin-pass,
.sp-client-web-info .sp-client-permission{
	margin-bottom: 5px;
}
.sp-client-web-info span.sp-No{
	color: red;
}
.sp-client-web-info span.sp-Yes {
	color: green;
}

.dropdown-toggle::after{
	content: normal;
}


/* Single Product */
.sp-verified-customer{
	background: #3cb371;
	color: #ffffff;
	font-size: 9px;
	width: 14px;
	height: 14px;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
}
.sp-review-single-item{
	margin-bottom: 30px;
}

/* Login Page */
.sp-single-page.sp-login-page .tml{
	max-width: 100%;
}
.sp-single-page.sp-login-page input[type="submit"]{
	width: 100%;
	padding: 14px 16px;
}
.sp-single-page.sp-login-page input[type="text"],
.sp-single-page.sp-login-page input[type="password"],
.sp-single-page.sp-login-page input[type="email"]{
	line-height: 50px;
	height: 50px !important;
	margin: 0 0 4px 0;
}
.sp-single-page.sp-login-page .tml-login .tml-rememberme-wrap,
.sp-single-page.sp-login-page .tml-login .tml-submit-wrap{
	display: block;
}
.sp-single-page.sp-login-page .tml-login .tml-submit-wrap{
	margin-bottom: 0;
}
.sp-single-page.sp-login-page .tml label{
	font-weight: 600;
}
.sp-single-page.sp-login-page .tml .tml-rememberme-wrap label{
	font-weight: 400;
}
.sp-single-page.sp-login-page .tml .tml-action-links{
	margin-bottom: 0;
}

/* Changelog */
#showchangelog .modal-title{
	font-weight: 600;
}

/* Dashboard */
.sp-dashboard-tab-menu ul{
	margin: 0;
    padding: 0;
	list-style: none;
	display: inline-block;
}
.sp-dashboard-tab-menu ul li{
    display: inline-block;
    float: left;
}
.sp-dashboard-tab-menu ul li a{
	color: #444444;
    display: block;
    padding: 10px 18px;
    border-radius: 3px;
    line-height: 1.75;
    background: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 600;
}
.sp-dashboard-tab-menu ul li.current-menu-item a{
	background: #06aec0;
    color: #fff;
}

#sp-dashboard-tab.nav-tabs{
	border-bottom: 0 solid;
}
#sp-dashboard-tab.nav-tabs li{
	margin-bottom: 0;
}
#sp-dashboard-tab.nav-tabs li a{
	color: #444444;
    display: block;
    padding: 10px 18px;
    border-radius: 3px;
    line-height: 1.75;
    background: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 600;
}
#sp-dashboard-tab.nav-tabs li a.active{
    background: #06aec0;
    color: #fff;
}
#sp-dashboard-tab.nav-tabs li a i.fa{
	margin-right: 2px;
}
#sp-dashboard-tab-content{
	border: 1px solid #ededed;
    margin-bottom: 0;
    padding: 40px;
    background: #ffffff;
    margin-top: 20px;
}
.sp-dashboard-area a{
	color: #05b3c6;
}
#sp-dashboard-tab-content #edd_profile_editor_form{
	border: 1px solid #f0f0f0;
}
#sp-dashboard-tab-content #edd_profile_editor_form legend{
	margin-bottom: 25px;
    font-weight: 700;
    background: #f5f5f5;
    padding: 7px 12px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}
#sp-dashboard-tab-content .sp-edit-profile-info{
	padding: 8px 26px;
}
#sp-dashboard-tab-content #edd_profile_submit_fieldset{
	padding: 8px 26px 22px;
}
#sp-dashboard-tab-content #edd_profile_editor_form label {
    display: inline-block;
    width: 190px;
    font-weight: 600;
}
#sp-dashboard-tab-content .edd-sl-active{
	color: #3cb371;
}
#sp-dashboard-tab-content .edd-sl-expired,
#sp-dashboard-tab-content a.edd_subscription_cancel{
	color: red;
}
.sp-dash-avatar{
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.sp-dash-avatar img{
	border-radius: 50%;
}

.sp-dashboard-tab-content .dwqa-list-question {
    border-top: 1px solid #dddddd;
}
.sp-dashboard-tab-content .questions-list a {
    color: #222222;
}
.sp-dashboard-tab-content .sp-no-support-found{
	font-size: 16px;
	margin: 0;
}

/* Docs */
.sp-docs-single-wrap{
	background: #fff;
    border: 1px solid #e5e5e5;
}
.sp-docs-single-wrap .col-lg-4:after{
	content: '';
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}
.sp-docs-single-content{
	padding: 35px 35px 15px 0;
	position: relative;
}
.sp-docs-single-content h2.entry-title{
	font-size: 26px;
}
.sp-docs-single-content img {
	box-shadow: 0 4px 8px 0 rgb(67 65 78 / 8%);
    border-radius: 5px;
}
.sp-docs-single-wrap ul.doc-nav-list,
.sp-docs-single-wrap ul.children{
	padding: 0;
	list-style: none;
}
.sp-docs-single-wrap ul.children{
	display: none;
}
.sp-docs-single-wrap ul.doc-nav-list .current_page_ancestor ul.children,
.sp-docs-single-wrap ul .current_page_item ul.children,
.sp-docs-single-wrap ul .current_page_parent ul.children,
.sp-docs-single-wrap ul .current_page_parent ul.children .children {
	display: block;
}
.sp-docs-single-wrap ul.doc-nav-list .children li a{
	padding-left: 71px;
}
.sp-docs-single-wrap ul.doc-nav-list .children .children li a{
	padding-left: 86px;
}
.sp-docs-single-wrap ul.doc-nav-list .children .children .children li a{
	padding-left: 99px;
}
.sp-docs-single-wrap ul.doc-nav-list li a{
	padding: 7px 10px 7px 56px;
    width: 100%;
    display: inline-block;
	border-left: 3px solid transparent;
	position: relative;
}
.sp-docs-single-wrap ul.doc-nav-list li a:before{
	content: "\f0f6";
    color: #444;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    left: 30px;
    top: 2px;
}
.sp-docs-single-wrap ul.doc-nav-list .children li a:before{
	left: 45px;
}
.sp-docs-single-wrap ul.doc-nav-list .children .children li a:before{
	left: 59px;
}
.sp-docs-single-wrap ul.doc-nav-list .children .children .children li a:before{
	left: 73px;
}
.sp-docs-single-wrap ul.doc-nav-list li.current_page_item>a {
	background: #fbfbfb;
	color: #444444;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left-color: #06adbf;
}
.sp-docs-sidebar{
    height: 100%;
    padding-bottom: 30px;
	padding-top: 30px;
	margin-right: 15px;
}
.sp-docs-sidebar li.page_item_has_children>a:after{
	content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}
.sp-docs-search-area{
	max-width: 680px;
	margin: 40px auto 70px;
    border-radius: 30px;
    position: relative;
    background: #fff;
	border: 1px solid #e5e5e5;
	height: 52px;
}
.sp-docs-list-area{
    position: absolute;
    left: 0;
    float: left;
    height: 50px;
}
.sp-docs-list{
    position: relative;
    float: left;
    margin-left: 30px;
    z-index: 10;
	border-right: 1px solid #e5e5e5;
}
.sp-docs-list select{
	min-width: 110px;
    width: 110px;
    min-height: 50px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-align-last: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #4b5c66;
    background: 0 0;
    position: relative;
    z-index: 11;
}
.sp-docs-list:after{
	content: "\f107";
    font-family: fontawesome;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
}
.sp-input-box{
    float: left;
    border: 0;
    border-width: 1px 0;
    min-height: 37px;
    width: 100%;
    padding: 0 40px 0 120px;
}
.sp-input-box input{
    width: 100%;
    border: 0;
    box-shadow: none;
    padding-left: 40px;
    min-height: 50px;
    background-color: #fff;
    font-size: 16px;
}
.sp-search-submit{
	height: 50px;
    line-height: 50px;
    border: 0;
    display: inline-block;
    background: transparent;
    float: left;
    padding: 0 30px 0 12px;
    position: absolute;
    right: 0;
	z-index: 10;
	color: #a7a7a7;
}
ol.sp-docs-breadcrumb{
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.sp-docs-breadcrumb li{
	display: inline;
}
ol.sp-docs-breadcrumb li.delimiter{
	margin: 0 2px;
    color: #757575;
}
ol.sp-docs-breadcrumb li .current{
	color: #05b3c6;
}

.sp-docs-doc-nav {
	width: 100%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 20px 0 30px 0;
	padding: 25px 0;
}
.sp-docs-doc-nav:before,
.sp-docs-doc-nav:after {
	content: " ";
	display: table;
}
.sp-docs-doc-nav:after {
	clear: both;
}
.sp-docs-doc-nav .nav-previous {
	float: left;
	width: 50%;
}
.sp-docs-doc-nav .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.sp-docs-single-content .article-child h3{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-top: 30px;
}
.sp-docs-single-content .article-child ul{
    padding: 0;
    list-style: none;
}
.sp-docs-single-content .article-child ul li{
    margin-bottom: 10px;
}
.sp-docs-single-content .article-child ul li a{
	position: relative;
    padding-left: 26px;
}
.sp-docs-single-content .article-child ul li a::before{
	content: "\f0f6";
    color: #444;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -1px;
}
.sp-docs-single-content .article-child ul ul.children{
	margin: 10px 0 0 20px;
}
.sp-docs-update-date{
	text-align: right;
    margin-top: 30px;
    font-size: 15px;
    color: #828282;
    font-style: italic;
}

.sp-video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom: 30px;
}
.sp-video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.enlighter,
.enlighter-t-enlighter .enlighter-text,
.enlighter span {
	font-size: 1.1em !important;
}