/*
Theme Name: athemesv3
Theme URI: http://athemes.com
Author: Vlad
Author URI: http://athemes.com
Description: Athemes Theme
Version: 1.0.51
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athemesv3
Tags: athemes

*/


body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 16px;
	line-height: 1.6;
	color: #75819F;
}

p {
	letter-spacing: 0;
}

.single-post {
	color: #2F353E;
}

.single li {
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #2F353E !important;
	font-family: "Source Sans Pro" !important;
}

h2 {
	letter-spacing: 0;
}

#dslc-theme-content-inner h3 {
	letter-spacing: 0;
}

.ts-fab-text {
	letter-spacing: 0;
}

a,
a:hover {
	color: #1E9ED7;
	text-decoration: none !important;
}

#edd_register_form legend {
	width: auto;
	padding: 0 10px;
}

.no-padding-top {
	padding-top: 0 !important;
}

#dslc-content #dslc-module-439 .dslc-text-module-content {
	margin: 0 !important;
	border: 0 !important;
	font-size: 16px !important;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	padding: 16px;
	border: 1px solid #ddd;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 30px;
	background-color: #1FA2DC;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	letter-spacing: 2px;
}

input[type="submit"] {
	margin-top: 5px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #1FA2DC;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #f3f2f2;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.search-form input {
	width: auto;
}

pre {
	padding: 15px !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: block;
	float: left;
	text-align: right;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 15px;
	text-transform: uppercase;
	/*font-weight: 600;*/
	letter-spacing: 2px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #2F353E;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.main-navigation a:hover {
	color: #EA2E49 !important;
	/*font-weight: 600;*/
}

.home .main-navigation a {
	color: #fff;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	text-align: left;
	padding-top: 15px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #fff;
}

.main-navigation ul ul li {
	text-transform: none;
	font-weight: 400;
	background-color: #2F353E;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	text-transform: uppercase;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 45px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation a,
.post-navigation a {
	display: inline-block;
	color: #75819F;
	padding: 5px 15px;
	border: 1px solid;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.posts-navigation a:hover,
.post-navigation a:hover {
	color: #fff;
	background-color: #75819F;
	text-decoration: none;
}

.post-type-archive-themes .posts-navigation {
	position: absolute;
	width: 100%;
	bottom: -60px;
	margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
# 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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 60px;
}

.widget-title {
	text-align: center;
	border-bottom: 2px solid #EEF3FA;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 35px;
	letter-spacing: 2px;
}

.widget-title span {
	background-color: #fff;
	padding: 5px 10px;
	display: table;
	margin: 0 auto -10px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.widget .children {
	padding-left: 20px;
}

.widget-area .widget,
.widget-area .widget a {
	color: #75819F;
}

.footer-widgets.widget-area {
	width: 100% !important;
	float: none;
}

.footer-widgets .widget-title {
	border: 0;
	color: #fff !important;
	text-align: left;
    margin-bottom: 30px;
    letter-spacing: 2.75px;
}

.footer-widgets li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.athemesv3_featured_theme_widget {
	padding: 20px;
	background-color: #EEF3FA;
	border-radius: 10px;
	position: relative;
}

.athemesv3_featured_theme_widget .featured-thumb {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.athemesv3_featured_theme_widget h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}

.athemesv3_featured_theme_widget h4 a {
	color: #2F353E !important;
	text-decoration: none;
}

a.featured-theme-button {
	display: table;
	width: 100%;
	margin-bottom: 25px;
	color: #fff !important;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-weight: 400;
}

.featured-ribbon {
	position: absolute;
	max-width: 120px;
	top: -9px;
	right: -9px;
}

.follow-area input[type="email"] {
	background-color: #373D46;
	border: 0;
	padding: 10px 15px;
	float: left;
	color: #75819f;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.free-modal-title {
	text-transform: capitalize;
	color: #5497de;
	margin-top: 0;
}

.edd-free-downloads-direct-download {
	margin-top: 15px;
}

a.edd-free-downloads-direct-download-link {
	font-size: 15px;
}

.follow-area input::-webkit-input-placeholder {
	color: #75819f;
	opacity: 1;
}

.follow-area input:-moz-placeholder {
	color: #75819f;
	opacity: 1;
}

.follow-area input::-moz-placeholder {
	color: #75819f;
	opacity: 1;
}

.follow-area input:-ms-input-placeholder {
	color: #75819f;
	opacity: 1;
}

.follow-area input[type="submit"] {
	margin: 0;
}

.social-icons-area {
	margin-bottom: 30px;
}

.social-icons-area img {
	max-width: 40px;
}

.social-icons-area a:first-of-type {
	margin-right: 10px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

span.posted-on {
	margin: 0 !important;
}

.hentry {
	margin: 0 0 40px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 30px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header .page-title {
	margin: 0;
}

.page-header {
	margin-bottom: 45px;
	padding-bottom: 10px;
	border-bottom: 2px solid #EEF3FA;
}

/*.content-area {
width: 770px;
float: left;
}*/

/*.widget-area {
width: 300px;
float: right;
}*/

.fullwidth {
	width: 100% !important;
}

.site-content {
	margin-top: 90px;
	margin-bottom: 90px;
}

.single-themes .site-content,
.home .site-content {
	margin-top: 0;
	margin-bottom: 0;
}

.single.single-format-standard .content-area.fullwidth {
	max-width: 900px;
	margin: 0 auto;
}

.postid-325121 .theme-features img,
.postid-325124 .theme-features img,
.postid-325122 .theme-features img,
.postid-325126 .theme-features img,
.postid-325125 .theme-features img,
.postid-325128 .theme-features img,
.postid-325127 .theme-features img,
.postid-325130 .theme-features img,
.postid-325129 .theme-features img,
.postid-325132 .theme-features img,
.postid-325131 .theme-features img,
.postid-325133 .theme-features img {
	max-width: 275px;
}

.entry-title {
	font-size: 36px;
	margin: 0 0 15px;
}

.entry-title a {
	color: #2F353E;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.entry-title a:hover {
	text-decoration: none;
	color: #EA2E49;
}

.content-inner {
	padding: 30px;
}

.entry-meta {
	margin-bottom: 15px;
	font-weight: 600;
}

.entry-meta span:not(.author) {
	margin: 0 13px;
}

.single .entry-header {
	padding: 30px;
}

.single .entry-title {
	font-size: 48px;
	margin-bottom: 20px;
}

.single .entry-meta {
	margin-bottom: 10px;
}

/* Related posts */
.rp4wp-related-posts {
	padding: 32px 0 0;
	border-top: 1px solid #E6ECF4;
}

.rp4wp-related-posts h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 30px;
}

.rp4wp-related-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* clearfix for the list element */
.rp4wp-related-posts ul:before,
.rp4wp-related-posts ul:after {
	content: " ";
	display: table;
}

.rp4wp-related-posts ul:after {
	clear: both;
}

.rp4wp-related-posts ul li {
	width: 33.332%;
	margin-bottom: 40px;
	float: left;
}

.rp4wp-related-posts ul li:nth-child(3n-2) {
	padding-right: 12px;
}

.rp4wp-related-posts ul li:nth-child(3n-1) {
	padding: 0 6px;
}

.rp4wp-related-posts ul li:nth-child(3n) {
	padding-left: 12px;
}

.rp4wp-related-post-image {
	padding-top: 63.8%;
	position: relative;
	-webkit-box-shadow: -1px 1px 1px 0px rgba(61, 82, 96, 0.2);
	-moz-box-shadow: -1px 1px 1px 0px rgba(61, 82, 96, 0.2);
	box-shadow: -1px 1px 1px 0px rgba(61, 82, 96, 0.2);
}

.rp4wp-related-post-image a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rp4wp-related-post-image a img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rp4wp-related-post-content {
	padding: 15px 0;
}

.rp4wp-related-post-content a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.334;
	color: #2F353E;
	transition: all 0.3s;
}

.rp4wp-related-post-content a:hover,
.rp4wp-related-post-content a:focus {
	color: #1E9ED7;
}

.rp4wp-related-post-content p {
	margin-bottom: 0;
}

/* Pricing */
.pricing-top,
.pricing-bottom {
	padding: 120px 0;
}

.pricing-top {
	background-color: #EEF3FA
}

.pricing-bottom {
	background-color: #fff;
}

.pricing-top .section-title {
	font-size: 48px;
	margin: 0 0 30px;
}

.pricing-top .section-subtitle {
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 15px;
}

.pricing-top p {
	text-align: center;
	margin-bottom: 80px;
}

.pricing-page.theme-pricing {
	background-color: transparent;
	padding: 0;
}

.pricing-table-inner {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
}

.pricing-table:first-of-type .pricing-button {
	background: #fff !important;
	color: #1FA2DC;
}

.pricing-page .renew-notice {
	color: #75819F;
	margin-bottom: 90px;
}

.pricing-page .pricing-button {
	letter-spacing: 3px;
}

.benefits-title {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}

.benefit {
	text-align: center;
}

.benefit img {
	margin-bottom: 40px;
	max-width: 60px;
}

.benefit-title {
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.pricing-bottom h3,
.pricing-bottom h4,
.pricing-bottom {
	text-align: left;
}

.pricing-bottom h4 {
	margin: 0 0 80px;
}

.pricing-bottom h3 {
	margin: 0 0 30px;
}

.pricing-bottom p {
	margin-bottom: 60px;
}

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

.grey-box {
	background-color: #EEF3FA;
	padding: 60px 30px;
	text-align: center;
}

.grey-box .section-subtitle {
	margin-bottom: 30px;
	text-align: center;
}

.grey-box a {
	display: table;
	margin: 0 auto;
	background-color: #EA2E49;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*--------------------------------------------------------------
## Forums
--------------------------------------------------------------*/

div#link-selector>div#link-options div>label {
	width: 100%;
}

.bbp-user-page .content-area {
	width: 100%;
}

.bbp-user-page .widget-area {
	display: none;
}

.bbpress {
	color: #2F353E;
}

/*.bbpress .content-area {
width: 75%;
float: left;
margin: 0 auto;
}*/

/*.bbpress .widget-area {
width: 20%;
}*/

#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	word-break: break-all;
}

#bbps_support_options {
	margin-right: 12px;
}

#bbs-topic-assign-me {
	display: inline-block;
	margin-right: 12px;
}

#bbps-topic-ping {
	display: inline-block;
}

#bbps-topic-ping .edd-submit.button {
	padding: 10px 30px;
	background-color: #1FA2DC;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 2px;
	margin-top: -7px;
}

.bbr-field-wrapper,
.bbr-submit-wrapper {
	display: inline-block;
}

.bbr-field-wrapper {
	margin-right: 15px;
}

.forums-title-block {
	background-color: #EEF3FA;
	text-align: center;
	padding: 90px 0 60px;
	margin-bottom: 60px;
}

.bbps-support-forums-message {
	margin-bottom: 15px;
}

form#bbps-topic-assign {
	float: left;
	margin-right: 15px;
}

form#bbps-topic-ping,
form#bbs-topic-assign-me {
	margin-bottom: 15px;
}

span.bbp-author-ip {
	word-break: break-all;
}

.forums-title-block p {
	text-transform: uppercase;
}

.bbp-search-form {
	display: none;
}

.forums-title-block .bbp-search-form {
	display: block;
	margin-top: 30px;
}

input#bbp_search {
	width: 250px;
	max-width: 250px;
	margin-right: 15px;
	padding: 10px 14px !important;
}

.bbpress .blog-categories {
	display: none;
}

.bbpress .entry-title {
	display: none;
}

.bbpress .forums-title-block .entry-title {
	display: block;
}

.single.bbpress .entry-title {
	font-size: 36px;
}

.bbpress .site-content {
	margin-top: 0;
}

.forum-policy {
	margin-top: 90px;
}

.forum-policy .policy-inner {
	background-color: #fff;
	text-align: left;
	padding: 30px;
	border-radius: 4px;
}

.policy-inner {
	min-height: 275px;
	position: relative;
}

.forum-policy .col-md-4:first-of-type .policy-inner {
	border-top: 5px solid #F7D77A;
}

.forum-policy .col-md-4:nth-of-type(2) .policy-inner {
	border-top: 5px solid #4ABA70;
}

.forum-policy .col-md-4:nth-of-type(3) .policy-inner {
	border-top: 5px solid #EA2E49;
}

.policy-inner ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.policy-inner li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.policy-inner .fa {
	position: absolute;
	top: -15px;
	height: 30px;
	width: 30px;
	left: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 25px;
	border: 3px solid #F7D77A;
	color: #F7D77A;
	border-radius: 50%;
}

.forum-policy .col-md-4:nth-of-type(2) .policy-inner .fa {
	border: 3px solid #4ABA70;
	color: #4ABA70;
}

.forum-policy .col-md-4:nth-of-type(3) .policy-inner .fa {
	border: 3px solid #EA2E49;
	color: #EA2E49;
}

.forums-title-block .entry-title {
	text-transform: uppercase;
}

.open-new-topic {
	margin-top: 30px;
}

.open-new-topic .button {
	display: inline-block;
}

#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: 16px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 30px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	padding: 30px;
}

#bbpress-forums li.bbp-header {
	background-color: #1FA2DC;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.bbp-author-avatar img {
	vertical-align: top;
}

li.bbp-body div.hentry {
	padding: 30px;
}

.bbp-topics,
.bbp-topics a,
.bbp-forums a,
.bbp-forums {
	color: #75819F;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: transparent;
}

.bbp-logged-in .logout-link {
	color: #fff !important;
	display: table;
	margin-top: 50px;
}

.bbp_widget_login fieldset {
	border: 0;
}

.bbp-login-form .bbp-login-links {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}

.bbp-login-form .bbp-login-links a {
	float: none;
	display: block;
	border-bottom: 1px solid #f3f2f2;
	padding: 10px 0;
}

.bbp-login-form .bbp-login-links a:first-of-type:before {
	font-family: Fontawesome;
	content: '\f007';
	margin-right: 5px;
	color: #1FA2DC;
}

.bbp-login-form .bbp-login-links a:last-of-type:before {
	font-family: Fontawesome;
	content: '\f059';
	margin-right: 5px;
	color: #1FA2DC;
}

.bbp-login-form .bbp-login-links a:last-of-type {
	border-bottom: 0;
}

.bbp-login-form .bbp-submit-wrapper {
	margin: 30px 0;
	text-align: left;
	float: none;
}

.subscription-toggle {
	margin-left: 10px;
}

#bbpress-forums fieldset.bbp-form label {
	font-size: 16px;
}

.bbp_widget_login h4 {
	font-weight: 400;
}

.bbp-pagination {
	margin-bottom: 30px;
}

.bbp-pagination-count,
div.bbp-template-notice.info {
	display: none;
}

.favorite-toggle,
#subscription-toggle a {
	color: #75819F;
}

.bbp-reply-header {
	padding: 15px 30px !important;
}

.bbp-forum-info .bbp-forum-title {
	text-transform: uppercase;
	color: #2f353e;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.bbp-forum-info .bbp-forum-title:hover {
	color: #1FA2DC;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 13px;
}

.bbp-breadcrumb {
	font-size: 14px;
}

.widget_display_topics li {
	margin-bottom: 10px;
}

.widget_display_topics li:last-of-type {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.comment-form .submit {
	width: 100%;
}

.bypostauthor {
	display: block;
}

.comments-title {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.comments-area {
	border-top: 1px solid #E6ECF4;
	padding-top: 30px;
}

.comments-area ol {
	list-style: none;
	padding: 0;
}

.comments-area .children {
	padding-left: 20px;
}

.comment-author img {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.comments-area .comment-body {
	padding-left: 80px;
	position: relative;
	margin-bottom: 60px;
}

.comment-body .reply {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
}

.comment-body .says {
	display: none;
}

.comment-meta {
	margin-bottom: 5px;
}

.comment-meta::after {
	display: table;
	content: '';
	clear: both;
}

.comment-meta .fn,
.comment-meta .comment-metadata {
	float: left;
}

.comment-meta .fn::after {
	content: '/';
	margin: 0 10px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.comment-reply-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 30px;
}

.comment-form-author,
.comment-form-email {
	width: 50%;
	float: left;
}

.comment-form-author {
	padding-right: 10px;
}

.comment-form-email {
	padding-left: 10px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
	background-color: #EEF3FA;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: 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;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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%;
}

.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;
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.home section.home-banner {
	background-color: #2F353E;
	padding: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	text-align: center;
}

.header-data {
	position: absolute;
	width: 100%;
	top: 36%;
	text-align: center;
	text-transform: uppercase;
}

.header-small {
	font-size: 24px;
	margin-bottom: 5px;
    letter-spacing: 5px;
    letter-spacing: 2.5px;
}

.header-button {
	background-color: #EA2E49;
	padding: 15px 30px !important;
}

.header-large {
	font-size: 48px;
	margin-bottom: 60px;
	color: #fff;
	letter-spacing: 5px;
	line-height: 1.2;
}

.section-title {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 80px;
	margin-top: 0;
    text-align: center;
    letter-spacing: 3.25px;
}

.home-features .section-title {
    margin-bottom: 20px;
    margin-bottom: 20px;
	letter-spacing: 4px;
	font-size: 48px;
}

.section-subtitle {
	font-size: 24px;
	margin-bottom: 80px;
	text-transform: uppercase;
    letter-spacing: 5px;
    letter-spacing: 2.2px;
}

.features .feature-title {
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.home section {
	background-color: #fff;
	padding: 140px 0;
}

.home .home-recent-themes {
	padding-top: 200px;
}

section.home-facts {
	background-color: #EA2E49;
	text-align: center;
	padding: 100px 0;
}

.home-facts img {
	margin-bottom: 30px;
}

.home-facts .fact-name,
.home-facts .fact-number {
	display: block;
	text-align: center;
	color: #FEFEFF;
}

.home-facts .fact-number {
	font-size: 36px;
	letter-spacing: 5px;
	margin-bottom: 7px;
}

.feature-title {
	margin: 0 0 30px;
}

.home-facts .fact-name {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

section.home-features {
	background-color: #EEF3FA;
	text-align: center;
}

.features .col-md-4:nth-of-type(1),
.features .col-md-4:nth-of-type(2),
.features .col-md-4:nth-of-type(3) {
	margin-bottom: 90px;
}

section.home-featuredon {
	background-color: #EEF3FA;
	padding: 40px 0;
}

.home-featuredon .featuredon-title {
	font-size: 18px;
	margin: 0 0 30px;
	text-align: center;
	color: #75819F !important;
}

.featuredon-logos {
	text-align: center;
	position: relative;
}

.featuredon-logo {
	width: 19%;
	display: inline-block;
	margin-bottom: 25px;
}

.featuredon-logos img {
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
	filter: gray;
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.featuredon-logos img:hover {
	-webkit-filter: none !important;
	filter: none !important;
	opacity: 1;
	cursor: pointer;
}

.featuredon-title {
	letter-spacing: 1.8px;
}

.home-post-inner {
	padding: 30px;
	border: 2px solid #EEF3FA;
	text-align: center;
}

.home-meta {
	font-weight: 600;
}

.home-post h3 a {
	color: #2F353E;
}

.home-post h3 {
	margin-top: 10px;
}

.home-post-inner {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.home-post img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.testimonials-group {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

.testimonial-name {
	text-transform: uppercase;
	font-weight: 600;
}

.testimonial-content {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 75px;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 120px;
	text-align: center;
	width: 100%;
}

.owl-prev,
.owl-next {
	width: 30px;
	background-color: #75819F !important;
	opacity: 1 !important;
	height: 30px;
	font-size: 18px !important;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
}

.owl-prev {
	left: 200px;
}

.owl-next {
	right: 200px;
}

.home .home-recent-themes {
	max-width: 1900px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

.themes-info {
	/*width: 25%;*/
	float: left;
	margin-right: 5%;
}

.themes-loop {
	/*width: 70%;*/
	float: right;
	text-align: center;
}

.themes-info .section-title {
	text-align: left;
    margin-bottom: 40px;
    letter-spacing: 3.7px;
}

.themes-info-inner {
	margin-bottom: 40px;
}

.browse-themes {
	display: table;
	background-color: #EEF3FA;
	color: #EA2E49;
}

.theme-thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.theme-thumb-inner {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	border-radius: 5px;
}

.theme-thumb img {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.theme-thumb:hover img {
	opacity: 0.5;
}

.theme-thumb:hover .theme-thumb-inner {
	opacity: 1;
}

.theme-thumb-inner .theme-url {
	position: absolute;
	top: 45%;
	font-size: 30px;
	width: 100%;
	left: 0;
}

.theme-thumb-inner .theme-url a {
	color: #fff;
}

.home-recent-themes .theme-price {
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 8px 20px;
	text-align: center;
	font-size: 16px;
	color: #EA2E49;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.home-recent-themes .free-theme {
	color: #4ABA70;
}

.theme-cats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-cats li {
	display: inline-block;
}

.theme-cats li::after {
	content: '/';
	margin: 0 12px;
}

.theme-cats li:last-of-type::after {
	content: '';
	margin: 0;
}

.theme-cats li a {
	color: #75819F;
}

.home-recent-themes h3 a {
	text-transform: uppercase;
	color: #2F353E;
}

.bbps-support-forums-message,
#bbps_support_topic_assign {
	clear: both;
}

.tax-theme_cats .site-main {
	padding-top: 60px;
}

.featured-theme-archive {
	position: relative;
}

.featured-theme-archive .featured-ribbon {
	position: absolute;
	max-width: 120px;
	top: 6px;
	right: 14px;
	z-index: 19;
}

body.home .button {
	letter-spacing: 1.7px !important;
}

.home-recent-themes h3 a {
	letter-spacing: 2px!important;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #2F353E;
	padding: 100px 0;
}

.footer-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

.footer-navigation li {
	display: inline-block;
}

.footer-navigation li a {
	color: #75819F;
}

.footer-navigation li::after {
	content: '/';
	margin: 0 10px;
}

.footer-navigation li:last-of-type::after {
	content: '';
	margin: 0;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.mobile-header {
	display: none;
}

.site-header {
	padding: 6px 60px;
	background-color: #fff;
}

.single-themes .site-header,
.blog .site-header,
.archive .site-header {
	padding: 6px 60px !important;
}

.single-themes .site-header {
	background-color: #EEF3FA;
}

.home .site-header {
	padding: 60px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 11;
}

.home .site-logo,
.home-logo {
	display: none;
}

.home .home-logo {
	display: block;
}

.home-logo,
.site-logo {
	max-width: 114px;
	margin-top: 18px;
}

.blog-categories {
	background-color: #EEF3FA;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.blog-categories .container {
	position: relative;
}

.blog-categories span {
	margin-right: 130px;
}

.blog-categories a {
	display: inline-block;
	padding: 30px 0 25px 0;
	border-bottom: 5px solid #EEF3FA;
	font-weight: 800;
	margin-right: 45px;
	color: #75819F;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-categories a:hover {
	color: #1E9ED7;
	text-decoration: none;
	border-bottom: 5px solid #1E9ED7;
}

.blog-categories a:last-of-type {
	margin-right: 0;
}

.blog-categories .fa {
	float: right;
	padding: 30px 0;
	display: inline-block;
	line-height: 1.6;
	cursor: pointer;
}

.header-search input.search-submit {
	display: none;
}

.header-search {
	display: none;
	position: absolute;
	right: 40px;
	top: 20px;
}

.header-search .search-form input {
	width: auto;
	padding: 10px 15px;
	background: #EEF3FA;
	/*#F7F7F7*/
	/*border: 1px solid #ebebeb;*/
}


/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-buttons .fa {
	position: relative;
	top: -2px;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
	text-align: center;
	margin-top: 45px;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 4px;
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}


/*--------------------------------------------------------------
## Themes
--------------------------------------------------------------*/

.theme-header {
	text-align: center;
	padding: 100px 0;
}

.theme-title {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin: 0 0 40px;
}

.theme-desc {
	margin-bottom: 60px;
}

.theme-image {
	margin-bottom: 40px;
}

.theme-buttons .button {
	margin: 0 4px;
	display: inline-block;
}

.theme-buttons {
	text-align: center;
}

.theme-buttons .demo-button-theme {
	position: static;
}

.download-button {
	background-color: #4ABA70;
}

.premium-button,
.buy-button {
	background-color: #EA2E49;
}

.docs-button {
	background-color: #EEF3FA;
	color: #75819F;
}

.theme-ribbon {
	padding: 30px 60px;
	background-color: #F7D77A;
	color: #8C6239;
	letter-spacing: 3px;
}

.theme-ribbon a {
	color: #8C6239;
}

.type-themes {
	margin-bottom: 0;
}

.theme-ribbon .group-left {
	float: left;
	width: 75%;
}

.theme-ribbon .group-right {
	float: right;
	width: 25%;
	text-align: right;
}

.theme-ribbon span {
	margin-right: 30px;
}

.theme-ribbon span:last-of-type {
	margin-right: 0;
}

.theme-features {
	padding: 130px 0;
	text-align: center;
	background-color: #EEF3FA;
}

/*.theme-feature:nth-of-type(2n+1) {
    clear: left;
}*/

.theme-standard-features {
	padding: 120px 0;
	text-align: center;
}

.single-themes h4 {
	letter-spacing: 1.8px !important;
}

.single-themes section h3 {
	text-align: center;
	font-size: 36px;
    margin: 0 0 80px;
    letter-spacing: 3.5px !important;
}

.theme-features img {
	max-width: 370px;
}

.theme-feature h4 {
	margin: 0 0 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.theme-feature {
	margin-bottom: 75px;
}


/*theme-feature:last-of-type,
.theme-feature:nth-last-of-type(2) {
margin-bottom: 0;
}*/

.theme-standard-features .col-md-4:nth-of-type(3n+1) {
	clear: left;
}

.theme-standard-features .features-inner {
	margin-bottom: 80px;
}

.theme-pricing {
	background-color: #1FA2DC;
	padding: 120px 0;
}

.theme-pricing h3 {
	color: #fff;
}

.pricing-table {
	text-align: center;
}

.pricing-header {
	padding: 80px 30px 40px 30px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pricing-content {
	background-color: #EEF3FA;
	padding: 40px 30px;
	list-style: none;
	margin: 0;
}

.pricing-content li {
	padding: 5px;
}

.pricing-table {
	border-radius: 10px;
}

.pricing-table .feature-title {
	font-weight: 800;
}

.theme-price {
	color: #1FA2DC;
	font-size: 60px;
	display: block;
	margin-bottom: 40px;
	line-height: 1;
	letter-spacing: 5px;
}

.theme-price .pricing-currency {
    font-size: 30px;
    position: relative;
    top: -20px;
}

.theme-price .pricing-label {
    font-size: 16px;
    letter-spacing: 0;
    color: #b5b2bf;
}

.pricing-button {
	color: #fff;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-button:hover {
	color: #fff;
	text-decoration: none;
}

.renew-notice {
	margin-top: 60px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.moreinfo {
	background-color: #4ABA70;
	display: inline-block;
}

.demolink {
	display: inline-block;
}

.category-collections .content-inner p .button {
	display: inline-block;
	margin-top: 5px;
}

p {
	margin-bottom: 15px;
}

.pricing-header {
	position: relative;
}

.pricing-header img {
	position: absolute;
	top: -11px;
	max-width: 100px;
	right: 20px;
}


/*--------------------------------------------------------------
# Theme archive
--------------------------------------------------------------*/

.theme-archive-header h2 {
	margin: 0 0 50px;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.theme-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 80px;
	text-align: center;
}

.theme-filter li {
	display: inline-block;
	margin: 0 20px;
	font-weight: 800;
}

.theme-filter a {
	color: #2F353E;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.theme-filter a:hover {
	color: #1E9ED7;
}

.theme-filter li.active a {
	color: #fff;
	background-color: #1FA2DC;
	padding: 10px 15px;
	border-radius: 3px;
}

.tax-theme_cats .type-themes,
.post-type-archive-themes .type-themes {
	width: 50%;
	float: left;
	padding: 15px;
}

.tax-theme_cats .site-main>.container,
.post-type-archive-themes .site-main>.container {
	position: relative;
}

.tax-theme_cats .site-content,
.post-type-archive-themes .site-content {
	margin-bottom: 0;
}

.tax-theme_cats .type-themes img,
.post-type-archive-themes .type-themes img {
	border-radius: 10px;
}

.themes-ad {
	padding: 30px 0;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 30px;
}

.themes-ad h2 {
	font-size: 48px;
	margin: 0 0 20px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.themes-ad p {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 50px;
	letter-spacing: 3px;
}

.themes-ad a.button {
	background-color: #EA2E49;
	letter-spacing: 5px;
}

.tax-theme_cats .type-themes:nth-of-type(2n+1),
.post-type-archive-themes .type-themes:nth-of-type(2n+1) {
	clear: left;
}

.entry-thumb,
.latest-thumb {
	text-align: center;
}

.tax-theme_cats .type-themes .entry-thumb,
.post-type-archive-themes .type-themes .entry-thumb {
	margin-bottom: 40px;
}

.tax-theme_cats .type-themes .entry-title,
.post-type-archive-themes .type-themes .entry-title {
	margin: 0 0 10px;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.tax-theme_cats .site-main,
.post-type-archive-themes .site-main {
	background-color: #EEF3FA;
	padding-bottom: 60px;
}

.tax-theme_cats .site-main>.container,
.post-type-archive-themes .site-main>.container {
	padding: 0;
}

.tax-theme_cats .site-main,
.post-type-archive-themes .site-main {
	padding: 90px 0 150px;
}

.archive-theme-data {
	text-align: center;
}

.archive-theme-data span {
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 5px;
}

.archive-theme-data span:first-of-type {
	/*margin-right: 10px;*/
	margin-bottom: 20px;
}

.archive-theme-data .theme-free {
	color: #4ABA70;
}

.archive-theme-data .theme-premium {
	color: #EA2E49;
}

.demo-button {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
}

.demo-button a {
	background-color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.demo-button a:hover {
	background-color: #1E9EDD;
	color: #fff;
}

#mainnav-mobi ul li a {
	float: none;
}

#mainnav-mobi ul li::before {
	content: '';
}


/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/

#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 28px;
	background-color: #2F353E;
	z-index: 1000;
	margin-top: 15px;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #252525;
	cursor: pointer;
	float: none;
	width: 100%;
	display: block;
}

#mainnav-mobi ul>li>a {
	display: block;
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #1c1c1c;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
	position: relative;
	border-top: 1px solid #252525;
	background-color: #222;
}

#mainnav-mobi>ul>li>ul>li>a {
	padding-left: 70px !important
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
	padding-left: 90px !important
}

#mainnav-mobi ul.sub-menu>li>a {
	display: block;
	text-decoration: none;
	padding: 10px 30px;
	width: 100%;
	border-top-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
	color: #fff;
}

.btn-menu {
	float: right;
	width: 29px;
	height: 29px;
	cursor: pointer;
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none
}

/*Resolved topics */
.bbr-resolution-resolved-sticker {
	display: inline-block;
	text-indent: -999em;
	background-color: #4DE092;
	position: relative;
	border-radius: 5px;
	border: 1px solid #3DB67A;
	width: 70px;
	height: 22px;
}

.bbr-resolution-resolved-sticker:after {
	color: #fff;
	content: 'Resolved';
	position: absolute;
	top: 0;
	left: 9px;
	text-indent: 0;
	font-size: 12px;
}

.postid-13036 .single-thumb,
.postid-5486 .single-thumb,
.postid-1658 .single-thumb,
.postid-311776 .single-thumb,
.postid-149619 .single-thumb,
.postid-13036 .single-thumb,
.postid-4991 .single-thumb,
.postid-2302 .single-thumb,
.postid-937226 .single-thumb,
.post-554842 .single-thumb,
.post-585577 .single-thumb,
.post-90580 .single-thumb,
.post-645180 .single-thumb,
.post-710744 .single-thumb,
.post-825851 .single-thumb {
	display: none;
}

.postid-937226.single.single-format-standard .content-area.fullwidth {
	max-width: 1000px !important;
}

.postid-937226 {
	padding-top: 0px !important;
}

.postid-937226.single .entry-header {
	padding-bottom: 0px !important;
}


/*--------------------------------------------------------------
## Snippets
--------------------------------------------------------------*/

.single-snippets .post-navigation {
	display: none;
}

.snippets-archive {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.snippets-archive li {
	display: inline-block;
	width: 26%;
	background-color: #EEF3FA;
	padding: 30px;
	margin: 5px 5px 10px;
	text-transform: uppercase;
	border: 1px solid #DEDEDE;
}

.snippets-archive li a {
	color: #2F353E;
	text-decoration: none;
}

.snippets-archive li a:hover {
	color: #EA2E49;
}

.post-type-archive-snippets .hentry,
.tax-snippet_cats .hentry {
	width: 30%;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	margin-bottom: 0;
}

.post-type-archive-snippets .hentry:nth-of-type(3n+1),
.tax-snippet_cats .hentry:nth-of-type(3n+1) {
	clear: left;
}

.post-type-archive-snippets .content-inner,
.tax-snippet_cats .content-inner {
	padding: 15px;
	border: 2px solid #EEF3FA;
	min-height: 200px;
}

.post-type-archive-snippets .entry-header .entry-title,
.tax-snippet_cats .entry-header .entry-title {
	font-size: 22px;
	margin-bottom: 15px;
}

.snippets-theme {
	text-align: center;
}

.single-snippets pre {
	background-color: #1F2B3A;
	color: #fff;
	padding: 30px !important;
}

.single-snippets .entry-header {
	padding: 30px 45px;
	padding-bottom: 0;
}

.snippet-notice {
	margin-top: -30px;
	padding: 0 45px;
	margin-bottom: 30px;
}

.snippet-notice-inner {
	padding: 30px;
	border: 2px solid #EEF3FA;
}

.snippet-notice span {
	color: #EA2E49;
}

.snippets-theme {
	text-align: center;
}

.beautiful-taxonomy-filters-select {
	text-transform: uppercase;
}

.post-type-archive-snippets .nav-previous {
	text-align: left;
}

.post-type-archive-snippets .posts-navigation {
	margin: 30px 60px;
}

.tax-snippet_cats .nav-previous {
	text-align: left;
}

.tax-snippet_cats .posts-navigation {
	margin: 30px 60px;
}

.beautiful-taxonomy-filters {
	background-color: #EEF3FA;
	box-shadow: none;
	border-radius: 0;
	margin: 0 60px 30px;
	padding: 30px;
}

.beautiful-taxonomy-filters-button {
	background-color: #1FA2DC;
	box-shadow: none;
	font-weight: 700;
	padding: 10px 30px;
}

.beautiful-taxonomy-filters-button:hover {
	background-color: #1FA2DC;
	opacity: 0.8;
}

.single-snippets .beautiful-taxonomy-filters {
	margin: 0 45px 30px;
}

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

.snippets-list li {
	display: inline-block;
	font-size: 14px;
	margin: 2px;
	background-color: #EA2E49;
	padding: 3px 5px;
	color: #fff;
}

.snippets-list li a {
	color: #fff;
}

.type-snippets {
	text-align: left;
}

@media (max-width: 991px) {
	.post-type-archive-snippets .hentry,
	.tax-snippet_cats .hentry {
		width: 100%;
		margin-bottom: 0;
	}
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {
	.content-area {
		width: 600px;
	}
	.content-inner {
		padding: 30px;
	}
}

@media (max-width: 1023px) {
	.btn-menu {
		display: block;
		position: relative;
		top: 15px;
	}
	.theme-ribbon .group-left,
	.theme-ribbon .group-right {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content-area {
		width: 100%;
	}
	.container {
		width: 96%;
	}
}

@media (max-width: 991px) {
	.features img {
		margin-bottom: 30px;
	}
	.feature-title {
		margin-bottom: 20px;
	}
	.features .col-md-4:nth-of-type(2n+1) {
		clear: left;
	}
	.features .col-md-4:nth-of-type(1),
	.features .col-md-4:nth-of-type(2),
	.features .col-md-4:nth-of-type(3) {
		margin-bottom: 40px;
	}
	.home-facts .fact-number {
		font-size: 24px;
	}
	.home-facts .fact-name {
		font-size: 14px;
	}
	.themes-info,
	.themes-loop {
		width: 100%;
		text-align: center;
	}
	.themes-info .section-title {
		text-align: center;
	}
	.browse-themes {
		margin-left: auto;
		margin-right: auto;
	}
	.themes-info {
		margin-bottom: 50px;
	}
	.home-theme {
		margin-bottom: 30px;
	}
	.home-theme:last-of-type {
		margin-bottom: 0;
	}
	.home-post {
		margin-bottom: 30px;
	}
	.home-post:last-of-type {
		margin-bottom: 0;
	}
	.latest-thumb {
		text-align: center;
	}
	.content-area,
	.widget-area {
		width: 100%;
	}
	#site-navigation {
		display: none;
	}
	.blog-categories span {
		padding-top: 30px;
		display: block;
		margin: 0;
	}
	.bbpress .content-area {
		width: 100%;
	}
	.bbpress .widget-area {
		width: 100%;
	}
	.site-info {
		text-align: center;
		margin: 30px;
    }
    .pricing-table {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
	.section-title {
		font-size: 28px;
	}
	.section-subtitle {
		font-size: 18px;
	}
	.features .col-md-4 {
		margin-bottom: 40px;
	}
	.home section {
		padding: 100px 0;
	}
	.home-facts .container div {
		margin-bottom: 50px;
	}
	.home-facts .container div:last-of-type {
		margin-bottom: 0;
	}
	.home-facts img {
		margin-bottom: 20px;
	}
	.featuredon-logo {
		width: 32%;
	}
	.featuredon-logo:last-of-type,
	.featuredon-logo:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.home .home-recent-themes {
		padding-top: 100px;
	}
	.owl-prev {
		left: 15%;
	}
	.owl-next {
		right: 15%;
	}
	.header-large {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.header-small {
		font-size: 18px;
	}
	.desktop-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.tax-theme_cats .type-themes,
	.post-type-archive-themes .type-themes {
		width: 100%;
		text-align: center;
	}
	.theme-archive-header h2,
	.themes-ad h2 {
		font-size: 32px;
	}
	.themes-ad p {
		font-size: 14px;
	}
	.theme-filter li {
		margin: 10px;
	}
	.tax-theme_cats .site-main,
	.post-type-archive-themes .site-main {
		padding: 45px 0;
	}
	.home .site-header,
	.site-header {
		padding: 20px;
	}
	.home-logo,
	.site-logo {
		position: relative;
		top: 25px;
	}
	.btn-menu {
		position: static;
	}
	.blog-categories {
		text-align: center;
	}
	.blog-categories span {
		padding-bottom: 30px;
	}
	.blog-categories a,
	.blog-categories .fa {
		padding: 15px;
		margin: 0;
	}
	.content-inner,
	.single .entry-header {
		padding: 15px;
	}
	.policy-inner {
		min-height: auto;
	}
}

@media (max-width: 500px) {
	.header-large {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.header-small {
		font-size: 14px;
	}
	.comment-meta .fn,
	.comment-meta .comment-metadata {
		float: none;
	}
	.comment-author img {
		position: relative;
	}
	.comments-area .comment-body {
		padding-left: 0;
	}
	.comment-meta .fn::after {
		content: '';
		margin: 0;
	}
	.bbp-topic-freshness,
	.bbp-topic-reply-count,
	.bbp-topic-voice-count,
	.bbp-header {
		display: none;
	}
	li.bbp-topic-title {
		width: 100%;
	}
	.rp4wp-related-posts ul li {
		width: 100%;
		margin-bottom: 30px;
		float: none;
		padding: 0 !important;
	}
}

.group-right span:first-of-type {
	display: none;
}

.page-id-325115 .site-content {
	margin: 0;
}

.page-id-356470 .entry-title,
.page-id-135567 .entry-title,
.page-id-359039 .entry-title,
.page-id-585348 .entry-title {
	text-align: center;
}

.page-id-585348 .site-content>.container,
.page-id-359039 .site-content>.container,
.page-id-135567 .site-content>.container,
.page-id-356470 .site-content>.container {
	width: 100%;
	padding: 0;
}

.dslc-text-module-content {
	letter-spacing: 0 !important;
}

.tax-snippet_cats .nav-previous {
	text-align: left;
}

.tax-snippet_cats .posts-navigation {
	margin: 30px 60px;
}

.snippets-theme {
	display: none;
}

/* About us page */
.team-member {
	text-align: center;
}

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

@media screen and (min-width: 768px) {
	.team-member:last-of-type p,
	.team-member:nth-last-of-type(2) p {
		margin-bottom: 0;
	}
	.team-member:last-of-type {
		clear: both;
	}
}

@media (min-width: 992px) {
	.team-member:last-of-type p,
	.team-member:nth-last-of-type(2) p,
	.team-member:nth-last-of-type(3) p {
		margin-bottom: 0;
	}
	.team-member:nth-of-type(3n+1) {
		clear: left;
	}
	.team-member:last-of-type {
		margin: 0 auto;
		float: none;
	}
}

.team-member img {
	border-radius: 50%;
	margin-bottom: 30px;
	max-width: 250px;
}

.team-member h3 {
	margin-bottom: 15px;
}

.about-bottom {
	padding: 120px 0;
}

.about-bottom p {
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}

.about-bottom p:first-of-type {
	margin-bottom: 30px;
}

.page-id-402919 .site-content {
	margin-top: 0;
	margin-bottom: 0;
}

/* TLS */
.icon-scroll-link {
	position: absolute;
	text-align: center;
	margin: auto;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 32px;
	height: 32px;
	z-index: 5;
	color: #fff;
	font-size: 35px;
	line-height: 30px;
}

.icon-scroll-link:hover {
	cursor: pointer;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.fadeInDown {
	animation-name: fadeInDown;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -100%, 0px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.feature-img-box {
	min-height: 110px;
}

.theme-feature-img-box {
	height: 208px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 25px;
}

/* Price buttons hover */
.pricing-inner .pricing-table:first-child a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing-inner .pricing-table:first-child a:hover {
	background: #E6EDF7 !important;
}

.pricing-inner .pricing-table:nth-child(2) a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing-inner .pricing-table:nth-child(2) a:hover {
	background: #279c4f !important;
}

.pricing-inner .pricing-table:last-child a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing-inner .pricing-table:last-child a:hover {
	background: #cf1c35 !important;
}

/* Forum */
#forums-list-0 {
	border-top: none !important;
	border-radius: 4px;
}

.bbp-topic-freshness-author {
	display: none !important;
}

/* Blog Listing */
.rpwe-title a {
	font-size: 16px !important;
}

.wprs_box_links {
	margin-bottom: 40px;
}

#wprs_square img {
	margin-bottom: 40px !important;
}

.ar_button {
	background: #ea2e49 !important;
	;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 16px;
	transition: all 0.3s ease 0s;
}

.ar_button:hover {
	background: #EB425B;
}

.content-inner {
	padding: 30px 0;
}

.ts-fab-tabs {
	margin-top: 20px;
}

.ts-fab-tabs .ts-fab-avatar {
	border-radius: 50%;
	overflow: hidden;
}

/* Login */
.athemes-purchase-history .account-title {
	display: none;
}

.logged-in .athemes-purchase-history .account-title,
.logged-in .athemes-profile-editor {
	display: block;
}

/*.athemes-purchase-history {
  width: 45%;
  float: left;
  margin-right: 10%;
}

.athemes-purchase-history h2 {
  margin-bottom: 84px !important;;
}

.athemes-profile-editor {
  width: 45%;
  float: left;
}*/

#wprs_square {
	overflow: visible;
}

#wprs_square .row .col-md-4 ul li {
	float: left !important;
	margin: 20px 10px 0 0;
}

#wprs_square .row .col-md-4:first-child ul li:last-child {
	display: none !important;
}

.al-right li {
	margin-top: 4px !important;
}

#wprs_square .price span {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 29px !important;
}

.price sup {
	top: 0 !important;
}

.editorrating_average {
	background: #20A2DC !important;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 22px -5px rgba(32, 162, 220, 0.5);
	-moz-box-shadow: 0px 0px 22px -5px rgba(32, 162, 220, 0.5);
	box-shadow: 0px 0px 22px -5px rgba(32, 162, 220, 0.5);
}

.editorrating_average span {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.progress {
	height: 15px;
	margin-top: 3px !important;
	margin-bottom: 8px !important;
	box-shadow: none !important;
}

.progress-bar {
	box-shadow: none !important;
}

.wprs_mb_10 ul li {
	margin-bottom: 7px !important;
}
/* End TLS */

/* Account */
#edd_user_history td {
	padding: 15px 10px;
}

#edd_user_history th {
	color: #2F353E;
	padding: 15px 10px;
	background-color: #EEF3FA;
}

.athemes-download-history,
.athemes-purchase-history {
	margin-bottom: 90px;
}

.page-id-423365 .entry-header {
	display: none;
}

.account-title {
	margin: 0 0 45px 60px;
	position: relative;
	z-index: 11;
	text-transform: uppercase;
}

.account-title .fa {
	position: absolute;
	top: -30px;
	left: -60px;
	font-size: 90px;
	color: #EEF3FA;
	z-index: -1;
}

#edd_profile_editor_form fieldset {
	border: 0 !important;
	padding: 0;
}

label {
	font-weight: 400;
}

#edd_profile_editor_form legend {
	font-style: italic;
	margin-bottom: 15px;
	color: #2F353E;
	font-weight: 700;
	margin-top: 20px;
	font-size: 16px;
	border: 0 !important;
	padding: 0 !important;
}

#edd_address_country,
#edd_profile_display_name_wrap select,
#edd_user_history td,
#edd_user_history th {
	border-color: #f3f2f2;
}

.athemes-profile-editor input {
	margin-bottom: 15px;
}

#edd_profile_display_name_wrap label {
	width: auto;
	margin-right: 30px;
}

/* Temp fix for uncleared theme features */
.theme-feature:nth-of-type(2n+2) {
	clear: left;
}

.page-id-4362 .entry-title,
.page-id-881255 .entry-title {
	display: none;
}


/*-------------------------------------------------------------------------
#	1. Checkout
-------------------------------------------------------------------------*/

.page-id-4362 .site-content,
.page-id-4362 .hentry {
	margin: 0;
}

.page-id-4362 .entry-title {
	display: none;
}

.breadcrumbs {
	margin-top: 20px;
}

.breadcrumbs a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #75819f;
}

.checkout-section-1 {
	background: #EEF3F9;
}

.checkout-page-title .title-box {
	text-align: center;
	padding-top: 70px;
}

.checkout-page-title .title-box h1 {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #2f353e;
	font-size: 48px;
	margin: 0;
}

.checkout-page-title .title-box p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #97bc42;
	margin-top: 15px;
}

.buy-item {
	padding: 75px 0;
	display: block;
}

.buy-item td {
	width: 100%;
}

.discounts-footer {
	text-align: right;
	font-size: 20px;
	border-top: 2px solid rgba(0, 0, 0, 0.03);
	margin-top: 30px;
	padding-top: 15px;
	font-weight: 600;
}

.edd_discount_remove {
	position: relative;
	top: -1px;
}

#edd_checkout_form_wrap {
	background-color: #fff;
}

.post-4362 .entry-content {
	background-color: #EEF3F9;
}

#edd_checkout_cart {
	max-width: 1170px;
	margin: 0 auto;
}

#edd_checkout_cart_wrap {
	clear: both;
	padding: 75px 0;
}

#edd_checkout_cart thead {
	display: none;
}

#edd_checkout_form_wrap #edd_show_discount {
	padding: 0;
	background: transparent;
}

#edd_checkout_form_wrap fieldset {
	margin: 0;
	border: 0;
}

#edd_checkout_form_wrap #edd_show_discount {
	border: 0;
}

#edd_checkout_cart td {
	background: transparent;
}

#edd_checkout_cart td,
#edd_checkout_cart th {
	border: 0;
}

.item-img-box {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	top: 16px;
}

.item-img-box img {
	width: 100%;
}

#edd-discount-code-wrap label {
	color: #8c6239;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

p#edd-discount-code-wrap .edd-description {
	color: #8c6239;
	margin-bottom: 15px;
	font-size: 16px;
}

p#edd-license-key-container-wrap {
	display: inline-block;
}

#edd-license-key-container-wrap .edd-description {
	max-width: 250px;
}

input#edd-add-license-renewal,
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount {
	padding: 16px 20px !important;
	max-width: 200px;
	width: 200px;
	vertical-align: top;
	margin-left: 15px;
	height: 55px;
}

p.edd-sl-renewal-actions {
	display: inline-block;
}

input#edd-add-license-renewal {
	max-width: 280px;
	display: inline-block !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment {
	background: transparent;
	border: 0 !important;
}

#edd_checkout_form_wrap #edd_discount_code {
	border-radius: 0;
}

#edd-discount-code-wrap {
	max-width: 1170px;
	margin: 0 auto;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p {
	margin-top: -1px;
}

p.edd-sl-renewal-actions span {
	margin-left: 5px;
	vertical-align: top;
}

input#edd-license-key,
#edd_checkout_form_wrap #edd-discount {
	width: 250px;
	max-width: 250px;
	font-weight: 400;
}

.edd_checkout_cart_item_title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #2f353e;
	letter-spacing: 3px;
	margin: 15px 0 25px 0;
}

p#edd-license-key-container-wrap {
	max-width: 100%;
}

#edd_checkout_cart td img {
	margin-right: 30px;
	margin-top: 6px;
}

.edd_cart_remove_item_btn {
	visibility: hidden;
	float: right;
}

.edd_cart_remove_item_btn img {
	margin-right: 0 !important;
}

#edd_checkout_cart td {
	vertical-align: top;
}

.edd_cart_item_price,
.edd_cart_actions {
	width: 8%;
}

.item-benefits {
	display: table;
}

.edd_cart_total {
	font-size: 18px;
}

.edd_cart_item_price {
	text-align: right;
	font-weight: 700;
	font-size: 18px;
}

.item-benefits ul {
	padding-left: 15px;
	color: #75819f;
}

.item-benefits ul li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.item-price {
	width: 50%;
	text-align: right;
}

.item-price p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.close-btn a {
	display: block;
	margin-bottom: 15px;
}

.checkout-section-2 {
	background: #F8D77A;
	padding: 20px 0;
}

.checkout-section-2 p {
	margin: 0;
	color: #8c6239 !important;
	font-weight: bold;
}

.checkout-section-2 p a {
	color: #8c6239;
	text-decoration: underline;
}

.checkout-section-2 .license-key-section {
	text-align: right;
}

.checkout-section-3 {
	padding: 100px 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend::before {
	content: '3. ';
	margin-left: -10px;
}

#edd_cc_address legend::before {
	content: '4. ';
	margin-left: -10px;
}

#edd_cc_address legend,
#edd_checkout_form_wrap fieldset#edd_cc_fields legend,
.checkout-section-3-title h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
	display: inline-block;
	border: 0 !important;
}

.new-account-link {
	font-family: 'Source Sans Pro', sans-serif;
	color: #1fa2dc;
	font-size: 18px;
	line-height: 18px;
}

.payment-methods {
	padding-bottom: 40px;
	border-bottom: 2px solid #EEF3F9;
}

.payment-methods fieldset {
	width: 100%;
}

.payment-login-custom {
	margin: 30px 0 0;
}

#edd_checkout_form_wrap #edd-login-account-wrap {
	margin: 0;
}

.method-item {
	padding: 40px;
	border-radius: 4px;
}

.method1 {
	background: url('//athemes.com/wp-content/uploads/option2-icon.png') no-repeat #EEF3F9;
	background-position: 80% center;
}

.method2 {
	background: url('//athemes.com/wp-content/uploads/option1-icon.png') no-repeat #EEF3F9;
	background-position: 80% center;
}

/* Checkbox */
.check-box {
	height: 36px;
	width: 36px;
	border: 4px solid #74829F;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 300ms ease 0s;
}

.check-box input {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	margin: 0;
	border-radius: 50%;
	opacity: 0;
	display: block;
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	margin: auto;
	cursor: pointer;
}

.check-box-active {
	border: 4px solid #1FA2DA;
}

.check-box:hover {
	cursor: pointer;
}

.check-box .checkbox-inner {
	position: absolute;
	margin: auto;
	left: 6px;
	right: 6px;
	top: 6px;
	bottom: 6px;
	border-radius: 50%;
	transition: all 300ms ease 0s;
}

.check-box-active .checkbox-inner {
	background: #1FA1DD;
}
/* End Checkbox */

.method-text {
	display: inline-block;
	padding-left: 10px;
}

.method-text h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #2f353e;
	margin-bottom: 2px;
	margin-top: 0;
}

.method-text p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
	margin-bottom: 0;
	font-weight: 400;
}

#edd_checkout_form_wrap input[type=radio] {
	margin: 0;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
	margin-bottom: 0;
	padding: 0;
	border-color: transparent !important;
}

#edd_checkout_form_wrap fieldset {
	border-color: transparent !important;
}

.info-form-section {
	padding: 40px 0;
	border-bottom: 2px solid #EEF3F9;
}

#edd-email-wrap {
	margin: 0;
}

#edd_checkout_form_wrap fieldset {
	padding: 0;
}

#edd_checkout_form_wrap input.edd-input,
.info-form input {
	display: block;
	width: 100%;
	border: none;
	background: #EEF3F9;
	padding: 15px 20px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}

.info-form .col-sm-12 input {
	margin-bottom: 30px;
}

#edd_purchase_form_wrap {
	padding-top: 40px;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
	background: transparent;
	padding-bottom: 40px;
	border-bottom: 2px solid #EEF3F9 !important;
	margin-bottom: 40px;
}

fieldset#edd_cc_address {
	margin-bottom: 40px;
}

#edd_secure_site_wrapper {
	font-weight: 600;
}

#edd_checkout_form_wrap span.edd-description {
	margin: 0 0 10px;
}

.card-expiry-month,
.card-expiry-year {
	padding: 10px 15px;
}

#edd_checkout_form_wrap select.edd-select {
	border: 2px solid #f1f1f1;
}

#edd_cc_address p,
#edd_checkout_form_wrap fieldset#edd_cc_fields p {
	margin-bottom: 30px;
}

#edd_cc_address p:last-of-type,
#edd_checkout_form_wrap fieldset#edd_cc_fields p:last-of-type {
	margin-bottom: 0;
}

#edd_checkout_form_wrap label {
	font-weight: 600;
}

#edd_secure_site_wrapper {
	margin-bottom: 15px;
}

.order-section .total-price-box h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #2f353e;
	margin-top: 12px;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
	padding: 15px 20px;
	margin-bottom: 0;
}

input#edd-add-license-renewal,
input#edd-purchase-button,
.edd-apply-discount.edd-submit.button.blue,
.payment-login-custom .edd-submit.button,
.order-section input {
	background: #20A2DC;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-radius: 4px;
	padding: 15px 20px;
	width: 100%;
	transition: all 300ms ease 0s;
	border: 0;
}

input#edd-purchase-button:hover,
.payment-login-custom .edd-submit.button:hover,
.order-section input:hover {
	background: #1C8CBC;
	color: #fff;
}

.payment-login-custom #edd-user-login-submit {
	width: 50%;
	float: right;
	padding-left: 15px;
}

.order-terms {
	padding-top: 70px;
}

#edd_final_total_wrap strong {
	font-weight: 400;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	border: 0;
	background: transparent;
	width: 50%;
	text-align: left;
	padding-left: 0;
	float: left;
	color: #2F353E;
}

input#edd-purchase-button {
	width: 50%;
}

.terms-box p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}

.terms-box p a {
	color: #1fa2dc;
}

.testimonials {
	margin-bottom: 40px;
}

/* Testimonials slider */
#testimonials-slider .carousel-indicators {
	position: static;
	margin-left: 0;
	text-align: left;
}

#testimonials-slider .carousel-indicators li {
	text-indent: 0;
	width: 45px;
	height: 45px;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.5;
}

#testimonials-slider .carousel-indicators .active {
	width: 45px;
	height: 45px;
	margin: 0;
	opacity: 1;
}

#testimonials-slider .carousel-indicators li img {
	width: 100%;
}

#testimonials-slider .testimonials-item p {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	color: #75819f;
	font-size: 18px;
}

#testimonials-slider .testimonials-item h4 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #2f353e;
	font-size: 18px;
}

.sidebar-info p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #75819f;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.edd_empty_cart {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px;
	font-size: 32px;
}

/* License page */
tr.edd_sl_license_row td,
tr.edd_sl_license_row th {
	padding: 15px 20px;
	border: 2px solid #f1f1f1;
}


/*-------------------------------------------------------------------------
#	2. Affiliates
-------------------------------------------------------------------------*/

.page-id-21098 .site-content {
	margin: 0;
}

.affiliates-section-1 {
	background: #EEF3F9;
}

.affiliates-page-title .title-box {
	text-align: center;
	padding-top: 70px;
}

.affiliates-page-title .title-box h1 {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #2f353e;
	font-size: 48px;
	margin: 0;
}

.affiliates-page-title .title-box p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
	margin-top: 15px;
}

.affiliates-section-2 {
	padding: 100px 0;
}

/* Progress Icon */
.progress-icon-section {
	margin: 40px 0;
}

.progress-icon-container {
	width: 370px;
	margin: auto;
	left: 0;
	right: 0;
	position: relative;
	overflow: hidden;
}

.progress-icon-container .grey-bg {
	width: 100%;
	height: 370px;
	background: #D6DCE8;
}

.progress-icon-container .green-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	bottom: 0;
	background: #4ABA70;
}

.progress-icon-container .progress-icon-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('//athemes.com/wp-content/uploads/progress-grey-bg.png') no-repeat;
	background-size: 100%;
}

.percent-box {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	top: 40px;
	right: 60px;
	background: #fff;
	padding: 18px 25px;
}

.percent-box p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #75819f;
	font-weight: 700;
}

.progress-text {
	position: absolute;
	width: 146px;
	height: 146px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.progress-text h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 90px;
	font-weight: 300;
	margin: 0;
	line-height: 75px;
	color: #2f353e;
}

.progress-text p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}
/* End Progress bar */

.benefits-section {
	margin-bottom: 40px;
}

.benefits-section .benefits-item {
	text-align: center;
}

.benefits-section .benefits-item h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2f353e;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 20px 0;
}

.benefits-section .benefits-item p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
	line-height: 24px;
}

.login-section {
	margin-bottom: 100px;
	text-align: center;
}

.login-section a {
	background-color: red;
	display: inline-block;
	padding: 12px 25px;
	width: 150px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 5px;
}

.login-section .login-btn {
	background: #D6DCE8;
	color: #75819f;
	transition: all 300ms ease 0s;
}

.login-section .register-btn {
	background: #EA2D49;
	color: #fff;
	-webkit-box-shadow: 0px 11px 26px -2px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 11px 26px -2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 11px 26px -2px rgba(0, 0, 0, 0.06);
	transition: all 300ms ease 0s;
}

.login-section .login-btn:hover {
	background: #C4C7CE;
}

.login-section .register-btn:hover {
	background: #D8243C;
}

.affiliates-text-info {
	text-align: center;
	max-width: 770px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 20px;
}

.affiliates-text-info h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #2f353e;
}

.affiliates-text-info p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
	line-height: 24px;
}

/* Testimonials */
.reviews {
	margin-bottom: 40px;
}

.reviews-main-title {
	text-align: center;
	margin-bottom: 60px;
}

.reviews-main-title h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2f353e;
}

.review-box {
	border: 2px solid #eef3fa;
	border-radius: 5px;
	padding: 38px 28px;
}

.review-box .review-head .user-img-box {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 30px;
	max-width: 45px;
}

.review-box .review-head .user-img-box img {
	width: 100%;
}

.review-box .review-head .review-head-text {
	float: left;
}

.stars {
	color: #f59d1f;
}

.stars i {
	margin: 0 1px;
}

.review-box .review-head .review-head-text .review-title h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #2f353e;
	margin-top: 0;
	margin-bottom: 3px;
}

.review-box .review-head .review-head-text .review-info p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #75819f;
}

.review-box .review-body .review-body-text p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}

.review-box .review-body .review-body-rating .stars {
	float: left;
}

.review-box .review-body .review-body-rating p {
	float: left;
	margin-bottom: 0;
	margin-left: 15px;
	line-height: 21px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}

.load-more-reviews {
	text-align: center;
	margin-top: 40px;
}

.load-more-reviews a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #3597d4;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Astrid Pro page */
.page-id-584622 #content {
	margin: 0;
}

.page-id-584622 #content>.container {
	padding: 0;
	width: 100% !important;
}

.page-id-584622 #content>.container>.row {
	margin: 0;
}

.page-id-584622 #content>.container>.row>.col-md-12 {
	padding: 0;
}

.page-id-584622 .entry-footer,
.page-id-584622 .entry-header {
	display: none;
}

.page-id-584622 .hentry {
	margin: 0;
}

.page-id-584622 section h3 {
	text-align: center;
	font-size: 36px;
	margin: 0 0 80px;
	letter-spacing: 3.5px !important;
}

/*20171201 - Astrid single plugin page */
.page-id-584622 #pricing p {
	margin-bottom: 0;
}


/*-------------------------------------------------------------------------
#	Responsive
-------------------------------------------------------------------------*/

/*----------------------------------------------------------
#	1. Checkout
----------------------------------------------------------*/

@media (max-width: 768px) {

	.checkout-page-title .title-box {
		text-align: center;
		padding-top: 30px;
    }
    
	.checkout-page-title .title-box h1 {
		font-size: 30px;
    }
    
	.checkout-page-title .title-box p {
		font-size: 13px;
		margin-top: 10px;
    }
    
	.buy-item {
		padding: 40px 0;
    }
    
	.item-price {
		text-align: left;
		margin-top: 20px;
    }
    
	.item-price p {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 20px;
    }
    
	.close-btn {
		margin-top: 20px;
    }
    
	.checkout-section-2 {
		text-align: center !important;
    }
    
	.checkout-section-2 .col-sm-6:first-child p {
		margin-bottom: 15px;
    }
    
	.checkout-section-2 p a {
		display: inline-block;
    }
    
	.checkout-section-2 .license-key-section {
		text-align: center;
    }
    
	.checkout-section-3 {
		padding: 40px 0;
    }
    
	.checkout-section-3-title h2 {
		font-size: 14px;
    }
    
	.payment-methods {
		padding-bottom: 15px;
    }
    
	.method-item {
		margin-bottom: 15px;
		padding: 20px;
    }
    
	/* Checkbox */
	.check-box {
		height: 30px;
		width: 30px;
    }
    
	.check-box-active .checkbox-inner {
		background: #1FA1DD;
	}
    /* End Checkbox */
    
	.method-text {
		display: inline-block;
		padding-left: 10px;
		width: 80%;
    }
    
	.method-text h4 {
		font-size: 15px;
		line-height: 22px;
    }
    
	.method-text p {
		font-size: 11px;
    }
    
	.info-form-section {
		padding: 25px 0;
    }
    
	.info-form input {
		margin-bottom: 10px !important;
    }
    
	.order-section {
		padding-top: 25px;
    }
    
	.order-section input {
		margin-bottom: 35px;
    }
    
	.testimonials {
		text-align: center;
		margin-bottom: 40px;
    }
    
	/* Testimonials slider */
	#testimonials-slider .carousel-indicators {
		text-align: center;
		width: 100%;
	}
}

@media (min-width: 490px) and (max-width: 768px) {
	.item-img-box {
		text-align: center;
    }
    
	.item-img-box img {
		width: 70%;
		border-radius: 4px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.method-text h4 {
		font-size: 15px;
		line-height: 22px;
    }
    
	.method-text p {
		font-size: 11px;
	}
}

/* User account */
.account-nav {
	margin-bottom: 90px;
}

.account-nav h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.account-nav div {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
	cursor: pointer;
	padding: 10px 30px;
	border: 2px solid #EEF3FA;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.account-nav div:hover {
	background-color: #1FA2DC;
	color: #fff;
}

.logged-in .athemes-profile-editor,
.athemes-download-history {
	display: none;
}

.account-nav div .fa {
	margin-right: 5px;
}

.account-nav {
	display: none;
}

.logged-in .account-nav {
	display: block;
}

.athemes-affiliate-area {
	display: none;
}

.athemes-affiliate-area fieldset {
	border: 0 !important;
}


/*----------------------------------------------------------
#	Icons page
----------------------------------------------------------*/

.et-icon {
	background-color: #EEF3FA;
	display: block;
	float: left;
	width: 23%;
	padding: 5px 10px;
	margin: 1%;
}

.et-wrapper br {
	display: none;
}

.et-icon span {
	margin-right: 5px;
}


/*----------------------------------------------------------
#	1. Checkout
----------------------------------------------------------*/

@media (max-width: 768px) {
	.title-box {
		padding-top: 40px;
    }
    
	.affiliates-page-title .title-box h1 {
		font-size: 22px;
    }
    
	.affiliates-page-title .title-box p {
		font-size: 13px;
		margin-top: 10px;
    }
    
	.progress-icon-container {
		width: 280px;
    }
    
	.progress-icon-container .grey-bg {
		height: 280px;
    }
    
	.progress-icon-container .green-bg {
		top: 125px;
    }
    
	/* Chrome, Safari, Opera */
	@-webkit-keyframes icon-animatio {
		from {
			top: 280px;
		}
		to {
			top: 125px;
		}
    }
    
	@keyframes icon-animatio {
		from {
			top: 280px;
		}
		to {
			top: 125px;
		}
    }
    
	.percent-box {
		width: 50px;
		height: 50px;
		top: 35px;
		right: 48px;
		padding: 11px 17px;
    }
    
	.percent-box p {
		font-size: 20px;
    }
    
	.progress-text h3 {
		font-size: 70px;
	}
    /* End Progress bar */
    
	.benefits-item {
		margin-bottom: 30px;
    }
    
	.login-section a {
		width: 120px;
		padding: 12px 0;
	}
}

form#edd_sl_cancel_renewal_form,
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
	background: transparent;
	padding: 0
}

#edd_checkout_form_wrap fieldset {
	border: 0;
}

form#edd_sl_renewal_form {
	background-color: #F8D77A !important;
}

form#edd_sl_cancel_renewal_form {
	background-color: #F8D77A;
}

form#edd_sl_cancel_renewal_form p {
	max-width: 1170px;
	margin: 0 auto;
}

fieldset#edd_sl_renewal_fields {
	max-width: 1170px;
	margin: 0 auto;
	padding: 15px 15px 5px !important;
	font-weight: 800;
}

#edd_show_discount {
	padding: 5px 15px 15px !important;
}

fieldset#edd_sl_renewal_fields a,
#edd_show_discount a {
	text-decoration: underline !important;
}

fieldset#edd_sl_renewal_fields,
fieldset#edd_sl_renewal_fields a {
	color: #8c6239 !important;
}

.checkout-section-2 fieldset {
	border: 0 !important;
	padding: 0;
}

#edd_show_discount {
	background-color: #F8D77A !important;
	text-align: center;
	color: #8c6239 !important;
	font-weight: 800;
}

#edd_show_discount a {
	color: #8c6239;
}

#edd_show_discount {
	max-width: 1170px;
	text-align: left;
	margin: 0 auto;
}

fieldset#edd_discount_code {
	background: #F8D77A !important;
}

#edd_sl_cancel_renewal_form input.edd-submit.button,
#edd_sl_cancel_renewal_form input.edd-submit.button:hover {
	border: 0;
	background: transparent;
	/* margin-left: 3px; */
	padding: 0;
	padding: 0 15px 15px;
	color: red;
	text-transform: initial;
}

#edd_checkout_form_wrap #edd-license-key-container-wrap {
	padding: 0;
}

#edd_checkout_form_wrap #edd-license-key-container-wrap {
	margin-top: 15px !important;
}

p#edd-license-key-container-wrap {
	font-weight: 400;
}

/* Theme support form */
.page-id-807106 .entry-title {
	text-align: center;
}

.theme-support-form {
	max-width: 700px;
	margin: 0 auto;
}

.theme-support-form input#input_12_1,
.theme-support-form input#input_12_2,
.theme-support-form input#input_12_4 {
	width: 100%;
}

.theme-support-form input#input_12_3_3,
.theme-support-form input#input_12_3_6,
.theme-support-form input#input_12_1,
.theme-support-form input#input_12_2,
.theme-support-form input#input_12_4,
.theme-support-form textarea {
	display: block;
	width: 100%;
	border: none;
	background: #EEF3F9;
	padding: 15px 20px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #75819f;
}

.theme-support-form .gform_wrapper .top_label .gfield_label {
	color: #2F353E;
	font-weight: 600;
}

/* 20171010 - Restyle BASIC INFO form in EDD checkout after fixing free downloads/free upgrade paths */
.info-form-section {
	max-width: 1170px;
	margin: 0 auto;
}

#edd_purchase_submit {
	max-width: 1170px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 40px !important;
}

#edd_purchase_form_wrap {
	padding-top: 0;
}

#edd_purchase_submit {
	margin-top: 40px !important;
}

/*Direct download link (modal) styling*/
#edd-free-downloads-modal a {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
}

/* Author box */
.athemes-author-box {
	background-color: #EEF3FA;
	padding: 12px;
	position: relative;
	margin: 30px 0;
}

.athemes-author-avatar {
	position: absolute;
	top: 12px;
	left: 12px;
	border-radius: 50%;
	overflow: hidden;
}

.athemes-author-info {
	margin-left: 64px;
	padding-left: 15px;
	color: #9baec3;
}

.athemes-author-info h4 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 10px;
}

/* Themes pages - switch to post editor - 20171123 */
.theme-page-header {
	padding: 80px 0;
}

.theme-page-header h1 {
	font-size: 48px;
	letter-spacing: 5px;
}

.theme-page-header p {
	margin-bottom: 40px;
}

.theme-reviews-box {
	border-top: 2px solid rgb(238, 243, 250);
	padding: 100px 0;
}

.extension-button {
	text-align: center;
	margin-top: 15px;
}

.extension-button a {
	background-color: transparent;
	border-radius: 3px;
	padding: 12px 17px;
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	border: 3px solid #000;
	text-transform: uppercase;
}

.extension-button a:hover {
	background-color: #000;
	color: #fff;
}

/* 20180118 CSS Plugin styles */ 
.hosting-button {
	font-weight: 600;
	letter-spacing: 0px;
}

.dslc-tp-title h1 {
	letter-spacing: 5px !important;
}

.fbx-caption {
	display: none;
}

.wp-polls .Buttons {
	background-color: #1FA2DC !important;
	border: 0;
}

div.fs-recaptcha-registration {
	margin-top: 20px;
}

/*20180112 - FS EDD buttons styling */
.edd-add-to-cart.button.blue {
	background-color: #EA2E49;
}

.edd-add-to-cart.button.blue:hover {
	background-color: #1FA2DC;
}

.table-buy-button {
	background-color: #fff;
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.table-buy-button .edd-add-to-cart.button.blue {
	background: transparent;
	color: #1FA2DC;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lt-buy-button form,
.dev-buy-button form,
.table-buy-button form {
	margin: 0;
}

.dev-buy-button {
	background-color: #4ABA70;
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.dev-buy-button .edd-add-to-cart.button.blue {
	background: transparent;
	color: #fff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lt-buy-button {
	background-color: #EA2E49;
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.lt-buy-button .edd-add-to-cart.button.blue {
	background: transparent;
	color: #fff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* SP demo page */
#child-themes {
	color: #47425D;
}

#child-themes h1 {
	font-size: 72px;
	text-align: center;
	margin-bottom: 13px;
}

#child-themes h4 {
	font-size: 24px;
	font-weight: 500;
	margin-top: -22px;
	position: relative;
	z-index: 90;
}

#child-themes p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

#child-themes span {
	color: #A49FBA;
}

#child-themes .child-themes {
	margin: 84px 0;
}

#child-themes .col-center {
	margin: 0 auto;
	float: none;
}

#child-themes article {
	text-align: center;
	margin-bottom: 51px !important;
}

#child-themes figure {
	background: url("https://athemes.com/wp-content/uploads/laptop-container.png") no-repeat center top;
	position: relative;
	width: 547px;
	height: 393px;
}

#child-themes figure img {
	position: absolute;
	top: 28px;
	left: 69px;
}

@media all and (max-width: 1200px) {
	#child-themes figure {
		width: 454px;
		height: 330px;
		background-size: cover;
	}
	#child-themes figure img {
		top: 23px;
		left: 57px;
		width: 344px;
	}
}

@media all and (max-width: 992px) {
	#child-themes figure {
		width: 547px;
		height: 393px;
		margin: 0 auto;
	}
	#child-themes figure img {
		top: 28px;
		left: 69px;
		width: 412px;
	}
}

@media all and (max-width: 667px) {
	#child-themes figure {
		width: 454px;
		height: 330px;
	}
	#child-themes figure img {
		top: 23px;
		left: 57px;
		width: 344px;
	}
}

@media all and (max-width: 480px) {
	#child-themes h1 {
		font-size: 48px;
	}
	#child-themes h4 {
		margin-top: -50px;
	}
	#child-themes figure {
		width: 280px;
		background-size: cover;
		height: 260px;
	}
	#child-themes figure img {
		top: 16px;
		left: 21px;
		width: 240px;
	}
}

/* Demo files table */
.athemes-table {
	width: 100%;
	margin: 30px 0;
}

.athemes-table th,
.athemes-table td {
	padding: 15px;
	text-align: center;
	border: 3px solid #f7f7f7;
}

.athemes-table img {
	max-width: 120px;
}

.athemes-table th {
	color: #2F353E;
	font-size: 18px;
	text-transform: uppercase;
}

/* End 20180118 CSS Plugin styles */ 

/* Purchase receipt page */
#edd_purchase_receipt,
#edd_subscription_receipt {
    margin-bottom: 45px;
}
#edd_purchase_receipt_pages,
#edd_subscription_receipt {
    width: 100%;
    text-align: left;
    margin-top: 25px;
}
#edd_purchase_receipt_products td,
#edd_subscription_receipt td,
#edd_purchase_receipt td,
#edd_purchase_receipt_pages td {
     padding: 15px 10px;
     border: 1px solid #f3f2f2;
 }
#edd_purchase_receipt_products {
     margin-top: 25px;
}

/* Feature table styling */

h2.feature-table-title {
    text-align: center !important;
    font-size: 48px !important;
    line-height: 1 !important;
    margin: 10px 0 20px !important;
}

p.feature-table-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.feature-table {
    table-layout: auto;
    width: 100%;
    max-width: 1170px;
    margin: 60px auto;
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.feature-table th {
    background: #f7f7f7;
    border: none;
    text-align: left;
    padding: 0;
    padding: 10px 30px 10px 36px;
}

.feature-table th h4 {
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 130px !important;
    color: inherit;
}

.feature-table th:nth-child(2),
.feature-table th:nth-child(3) {
    padding: 0 30px;
    width: 235px;
}

.feature-table th:nth-child(2) h4,
.feature-table th:nth-child(3) h4 {
    color: #fff !important;
    text-align: center !important;
}

.feature-table th:nth-child(2) {
    background: #49768a;
}

.feature-table th:nth-child(3) {
    background: #1fa2dc;
}

.feature-table tr {
    background: #fff;
}

.feature-table tr:nth-child(2n) {
    background: #f7f7f7;
}

.feature-table td {
    color: #68647a;
    font-size: 16px !important;
    line-height: 25px;
    padding: 15px 30px;
    border: none;
    text-align: left;
}

.feature-table td:nth-child(2),
.feature-table td:nth-child(3) {
    text-align: center;
}

.feature-table td:nth-child(2) {
    background: rgba(73, 118, 138, 0.05);
}

.feature-table td:nth-child(3) {
    background: rgba(31, 162, 220, 0.1);
}

.feature-table .fa-check {
    color: #1fa2dc;
}

.feature-table .fa-times {
    color: #d65050;
}

/* End of feature table styling */

/* Social Sharing Buttons and Counters - styling */

#jcss-social-buttons {
	margin: 0 !important;
	padding: 15px 0 7px;
}

#jcss-left-buttons {
	padding: 7px 25px 7px 0;
	vertical-align: top;
}

#jcss-left-buttons span {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #2F353E;
}

#jcss-social-buttons .jcss-button {
	margin: 0 12px 2% 0 !important;
	transition: all 0.3s;
	padding: 7px 19px 7px 14px;
}

#jcss-social-buttons #jcss-twitter {
	padding: 7px 19px 7px 11px;
}

#jcss-facebook::before,
#jcss-twitter::before {
	font-size: 17px !important;
	line-height: 1;
}

#jcss-social-buttons .jcss-button span {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.3px;
}

#jcss-social-buttons .jcss-button span.jcss-social-name {
	margin-left: 12px;
}

#jcss-social-buttons #jcss-twitter span.jcss-social-name {
	margin-left: 9px;
}

/* End Social Sharing Buttons and Counters - styling */