[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	border-radius: 3px;
}

.button {
	text-decoration: none;
	border-radius: 3px;
	background: #358ed7;
	vertical-align: top;
	font-weight: 400;
}

.button.demo {
	border: 1px solid #358ed7;
	color: #358ed7;
	background: transparent;
}

.button.demo:focus, .button.demo:hover {
    background-color: #1583cc;
    color: #fefefe;
}

.edd-checkout .content {
    max-width: 560px;
    margin: 0 auto;
    float: none;
}

.h52 {
	font-size: 52px;
	font-weight: 300;
}

.h52 span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.section {
	clear: both;
	padding-top: 80px;
	padding-bottom: 60px;
}

.intro {
	background: #39add1;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 22px;	
}

.intro h1 {
	margin-bottom: 15px;
	color: #fff;
	font-weight: 300;
	font-size: 52px;
}

.intro img {
	margin-top: 30px;
}

.intro .cta {
	padding-top: 20px;
}

.bluehost .button  {
	padding: 1.2em 1.2em;
}	

.intro .cta .green,
.outro .cta .green {
	padding: 1.2em 1.2em;
	background-color: #7dc855;
}

.intro .cta .green:hover,
.outro .cta .green:hover {
	background-color: #62c72c;
}

.bluehost {
	background-color: #fff;
	text-align: center;
}

.features {
	background-color: #f1f1f1;
	text-align: center;	
}

.features ul {
	margin: 40px 0;
}
.features li {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 45.833333333%;
	min-height: 85px;
	margin-bottom: 22px;
	padding-left: 6.071428571rem;
	background-size: 80px auto;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.features li:nth-child(even) {
    float: right;
    clear: none;
}    
.features li.thinking {
	background-image: url(images/svg/thin-0671_vector_bezier_curve_illustrator.svg);	
}
.features li.current {
	background-image: url(images/svg/thin-0143_rotate_clockwise.svg);
}
.features li.security {
	background-image: url(images/svg/thin-0637_fingerprint_scan_security_access.svg);
}
.features li.support {
	background-image: url(images/svg/thin-0718_user_profile_successful_check_verified.svg);
}

.logos {
	color: #fff;
	background: #39add1;
	text-align: center;
}

.logos .h52 {
	color: #fff;
}

.logos img {
	margin-top: 20px;
}

.logos .managedwp {
	margin-right: 70px;
}

.testimonials {
	text-align: center;
	background: #f1f4f5;
}
.testimonials .quoteslide {
	margin-top: 40px;
}
.singular-download .testimonials .quoteslide {
    margin-top: 30px;
}
.testimonials blockquote {
	margin-top: 6px;
	clear: both;
	border-left: none;
	font-size: 15px;
}

.testimonials blockquote:before {
}

.testimonials .quoteslide img {
	border-radius: 50px;
}

.testimonials .owl-pagination {
	margin-top: 30px;
}

.singular-download .testimonials {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f4f4f4;
}

.singular-download .site-inner {
	padding: 0;
}

.outro {
	text-align: center;
	background: #39add1;
}

.outro h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px;
}

.home .entry {
    margin-bottom: 0;
}

.forum-archive.bbpress h2.entry-title {
	display: none;
}

.g-recaptcha {
	margin-bottom: 20px;
}

/*
bbpress
---------------------------------------------------------------------------------------------------- */

#bbpress-forums #bbp-search-form {
    margin-bottom: 15px;
}

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 15px !important;
}

#new-post div.bbp-submit-wrapper {
    float: left;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #ddd;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    border-bottom: 0;
}

#subscription-toggle {
	float: right;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    opacity: 1 !important;
}

.bbp-topic-permalink,
.bbp-topic-freshness a {
	color: #454545;
}

/*
EDD
---------------------------------------------------------------------------------------------------- */

.singular-download .entry {
    margin-top: 40px;
}

.singular-download .content {
	text-align: center;
	margin-bottom: 60px;
}

.singular-download .h52 {
	margin-bottom: 40px;
}

.singular-download .benefits .title {
	font-size: 18px;
	color: #43484d;
	font-weight: 400px;
	margin-bottom: 12px;
}

.singular-download .benefits {
	margin: 60px 0 40px;
}

.singular-download .benefits p {
	font-size: 16px;
	color: #86939e;
	padding: 0 20px;
	margin-bottom: 24px;
}

form.edd_download_purchase_form {
    display: inline-block;
    margin-left: 10px;
}

@media only screen and (max-width: 639px) {

	.home .logos {
		display: none;
	}

	.h52 {
		font-size: 32px;
	}

	.features li {
		width: 100%;
	}
}