/* LICENSE & DETAILS
   ==================================================

	Theme Name: Swift Ideas
	Theme URI: http://joyn.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	Atelier CSS IMPORT
-------------------------------------------- */

@import url("../atelier/style.css");


/* --------------------------------------------
	GENERAL
-------------------------------------------- */

.well {
	background: #fcfcfc;
}
blockquote {
    background-color: rgba(254, 255, 79, 0.23);
    padding: 20px;
    margin-bottom: 20px;
}
blockquote > p {
    font-size: 14px;
    font-style: italic!important;
}
#site-notice {
	margin-bottom: 50px;
	border: 1px solid #e3e3e3;
	padding: 10px 30px;
}

/* --------------------------------------------
	HEADER
-------------------------------------------- */

a.overlay-menu-link {
    margin-top: -7px;
}
a.header-support-link {
	padding: 0 20px;
	font-weight: bold;
	font-size: 18px;
	vertical-align: 1px;
	display: inline-block;
}
.header-wrap[class*="page-header-naked"] .sticky-wrapper:not(.is-sticky) a.header-support-link {
	color: #fff;
}
.header-wrap[class*="page-header-naked"] .sticky-wrapper:not(.is-sticky) a.header-support-link:hover {
	color: #222;
}


/* --------------------------------------------
	COUNTERS
-------------------------------------------- */

.sf-count-asset .count-divider {
    display: none;
}


/* --------------------------------------------
	PORT ITEMS
-------------------------------------------- */

.browser-holder {
    background-color: #e3e3e3;
    width: 100%;
    height: 18px;
    border-radius: 4px 4px 0 0;
    padding-left: 6px;
}
.browser-holder .browser-btn {
    float: left;
    margin-right: 3px;
    height: 18px;
    width: 7px;
    position: relative;
}
.browser-holder .browser-btn:before {
    content: '';
    background-color: #ff6666!important;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
}
.browser-holder .browser-btn.btn-close:before {
    background-color: #ff6666;
}
.browser-holder .browser-btn.btn-min:before {
    background-color: #ffcc66;
}
.browser-holder .browser-btn.btn-max:before {
    background-color: #ccff66;
}


/* --------------------------------------------
	PATH ANIMATION
-------------------------------------------- */
.si-svg {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.si-svg#launch, .si-svg#support, .si-svg#updates {
    max-width: 740px;
}
.si-svg#launch g.sf-animation, .si-svg#support g.sf-animation, .si-svg#updates g.sf-animation {
	opacity: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.si-svg#launch g.sf-animation.sf-animate, .si-svg#support g.sf-animation.sf-animate, .si-svg#updates g.sf-animation.sf-animate {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.profile-svg-left {
    margin-left: -30px;
}
.profile-svg-right {
    margin-left: 30px;
}
.sf-animation[data-animation="path"] {
	opacity: 1;
}
.sf-animation.sf-animated-path {
	stroke-dasharray: 920;
	stroke-dashoffset: 920;
	webkit-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-moz-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-o-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
}
.sf-animation.sf-animated-path.path-small {
	stroke-dasharray: 160;
	stroke-dashoffset: 160;
}
.sf-animation.sf-animated-path.path-small {
	stroke-dasharray: 320;
	stroke-dashoffset: 320;
}
.sf-animation.sf-animated-path.path-circle {
	stroke-dasharray: 400;
	stroke-dashoffset: 400;    
}
.sf-animation.path-line {
    stroke-dashoffset: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	webkit-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-moz-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-o-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
}
.sf-animation.sf-animate.path-line {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sf-animation.path-shape {
    opacity: 0;
    -webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	webkit-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-moz-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	-o-transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
	transition: all 1s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
}
.sf-animation.sf-animate.path-shape {
    opacity: 1;
}
.sf-animation.sf-animate.sf-animated-path {
	stroke-dashoffset: 0;
}
.process-text {
    max-width: 500px;
    position: absolute;
    top: -60px;
}
.process-text.discovery-text {
    top: -10px;
}
.process-text.multi-point-text {
    top: 20px;
}
.process-text.multi-point-text.launch-text {
    top: -40px;
}
.process-text h2, .process-text p {
    color: #fff;
}
.process-text.process-text-left {
    left: 130px;
}
.process-text.process-text-right {
    right: 130px;
}
svg#customise, svg#impact, svg#multi-use {
    display: block;
    margin: 0 auto 40px;
    height: 270px;
}
svg#multi-use {
    margin-top: 0;
}


/* --------------------------------------------
	FEATURED THEME
-------------------------------------------- */

.iphone-holder-wrap {
    height: 520px;
}
.iphone-holder {
	display:block;
	position: relative;
	margin:20px auto;
	padding:0;
	width: 255px;
    height: 400px;
    border-radius: 30px;
	border-top:#333 5px solid;
	border-right:#474747 5px solid;
	border-left:#333 5px solid;
	border-bottom:#333 5px solid;
	background-color: #222;
	box-shadow:#666 0px 20px 50px;
}
.iphone-holder:before {
	content:"";
	display: block;
	position: absolute;
	top:40px;
	left:50%;
	margin-left:-32.5px;
	width:65px;
	height:8px;
	background:#333;
	border-radius:10px;
	border-top: #000 4px solid;
	border-bottom:#212121 4px solid;
	border-left:#000 4px solid;
	border-right:#333 4px solid;
	box-shadow: inset #000 0px 0px 7px;
}
.iphone-holder:after {
	content: "";
	color:red;
	font-size: 80px;
	text-align: center;
	display: block;
	position: absolute;
	bottom:15px;
	margin:0 0 0 100px;
	border-radius:100%;
	box-shadow: #444 22px -350px 0px -32px;
}
.iphone-holder figure {
    padding: 70px 20px 0;
}

#featured-theme {
    position: relative;
    height: 480px;
    overflow: hidden;
}
#featured-theme .browser-holder-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: 3;
}
#featured-theme .iphone-holder-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    height: 395px;
}
#featured-theme .theme-details {
    width: 250px;
    float: right;
}


/* --------------------------------------------
	STAFF TAGS
-------------------------------------------- */

.user-id-1 .reply-author-displayname,
.user-id-3 .reply-author-displayname,
.user-id-2892 .reply-author-displayname,
.user-id-2615 .reply-author-displayname,
.user-id-3566 .reply-author-displayname,
.user-id-2141 .reply-author-displayname,
.user-id-6240 .reply-author-displayname,
.user-id-6631 .reply-author-displayname,
.user-id-1001401 .reply-author-displayname,
.user-id-1001544 .reply-author-displayname {
	margin-bottom: 5px;
	line-height: 24px;
}
div.reply.user-id-1,
div.reply.user-id-3,
div.reply.user-id-2892,
div.reply.user-id-2615,
div.reply.user-id-3566,
div.reply.user-id-2141,
div.reply.user-id-4989,
div.reply.user-id-6240,
div.reply.user-id-6631,
div.reply.user-id-1001401,
div.reply.user-id-1001544 {
	border-color: #29D56E!important;
}
div.reply.user-id-1:after,
div.reply.user-id-3:after,
div.reply.user-id-2892:after,
div.reply.user-id-2615:after,
div.reply.user-id-3566:after,
div.reply.user-id-2141:after,
div.reply.user-id-4989:after,
div.reply.user-id-6240:after,
div.reply.user-id-6631:after,
div.reply.user-id-1001401:after,
div.reply.user-id-1001544:after {
	content: "SUPPORT TEAM";
	background: #29D56E;
	color: #fff;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: 2px;
	position: absolute;
	top: 20px;
	right: 20px;
}
div.reply.user-id-1:after {
	content: "DEVELOPER";
	background: #ee3e32;
}
div.reply.user-id-2141:after {
	content: "DESIGNER";
	background: #ee3e32;
}
div.reply.user-id-1,
div.reply.user-id-2141 {
	border-color: #ee3e32!important;
}


#bbps-post-count {
	display: block;
	max-width: 80px;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
}


/* --------------------------------------------
	GENERAL BBPRESS
-------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #e3e3e3;
	border-top: 0;
}
#bbpress-forums fieldset.bbp-form select {
	line-height: 16px;
}
div.bbp-breadcrumb {
	float: none;
}
.breadcrumbs-wrap {
	float: right;
}
#bbpress-forums div.topic {
	border: 4px solid #e3e3e3;
	margin: 20px 0 30px;
	padding: 0 30px 10px;
	background-color: #fafafa;
	position: relative;
}
#bbpress-forums div.reply {
	border: 2px solid #e3e3e3;
	margin: 0 0 20px;
	padding: 0 30px 10px;
	position: relative;
}
#bbpress-forums div.reply.bbp-private-reply {
	background: #fafafa!important;
}
#bbpress-forums .bbp-body .bbp-reply-content {
	border-top: 0;
}
#bbpress-forums div.bbp-breadcrumb {
	margin-bottom: 20px;
	display: none;
}
#topics-total {
	margin-bottom: 40px;
	font-size: 18px;
}
.page-template-old-support-list .bbp-topic-last-poster {
	display: none!important;
}
.page-template-old-support-list .bbp-topic-title {
	width: 70%!important;
}
.page-template-old-support-list .bbp-topic-freshness {
	font-size: 14px!important;
}
.page-template-old-support-list .bbp-topic-title a.bbp-topic-permalink {
	font-size: 16px!important;
}
.bbp-topic-started-in {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 8px 0px;
	margin-right: 6px;
	vertical-align: 1px;
	width: 130px;
	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
  	float: left;
  	padding-right: 10px;
}
.page-template-old-support-list .bbp-topic-started-in > a {
	font-size: 13px!important;
}
.page-template-old-support-list span.bbp-topic-started-by {
	font-size: 13px;
}
#bbps_support_forum_move label {
	font-size: 15px;
	font-weight: normal;
}
#bbpress-forums fieldset.bbp-form label {
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	margin-bottom: 0!important;
}
#bbps_support_forum_options select, #bbps_support_forum_move select {
	min-width: 200px;
	height: 40px;
	margin-bottom: 0;
	margin-left: 10px;
}
#bbps_support_forum_options input[type="submit"], #bbps_support_forum_move input[type="submit"] {
	margin-bottom: 0!important;
}
#bbps_support_forum_options.well {
	border: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}
#user-links {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.page-id-248 #user-links {
	display: none;
}
#user-links > a {
	margin-right: 20px;
}
#sf-option-links {
	clear: both!important;
	padding-top: 20px;
	margin-bottom: 30px;
}
.page-template-search-forum-php #sf-option-links, .bbp-user-page #sf-option-links {
	display: none;
}
#sf-option-links .inner-option-link {
	border: 2px solid #e3e3e3;
	padding: 20px;
	min-height: 250px;
}
.inner-option-link h3 {
	margin-top: 0;
}
.inner-option-link a.sf-button {
	margin-bottom: 0;
}
#sf-option-links .forums-search input[type="text"] {
	width: 100%;
	min-width: 0;
	height: 48px;
}
#sf-option-links .forums-search input[type="submit"] {
	display: none;
}
.forums-search form {
	position: relative;
}
.forums-search form:after {
  content: "\e605";
  font-family: 'atelier';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 15px;
  position: absolute;
  float: right;
  top: 9px;
  right: 0;
  color: #333;
}
.forums-search.si-main-search form:after {
	display: none;
}
#sitewide-ad {
	margin-bottom: 0;
}
#bbps_support_forum_options {
	display: none;
}
#bbps_support_forum_options.well {
	display: block;
}
#new-post .bbp-template-notice.ss-notice {
	margin-bottom: 50px;
}
#new-post #bbp_topic_title {
	width: 80%;
}
#new-post label {
	margin-bottom: 5px!important;
	font-size: 14px;
}
.topic-form-wrap {
	display: none;
}
#new-post h3.site-info-title, #bbpress-forums h3.site-info-title {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 18px;
}
#new-post .ss-custom-fields, #bbpress-forums .ss-custom-fields {
	border: 1px solid #e3e3e3;
	padding: 20px;
	background: #f7f7f7;
	margin: 30px 0 20px;	
	clear: both;
	height: auto;
	overflow: hidden;
}
#new-post .ss-custom-fields .ss-notice {
	margin-bottom: 30px;
}
#new-post .ss-custom-fields .ss-notice span {
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
.ss-custom-fields .form-row-full {
	width: 100%;
}
.ss-custom-fields .form-row-left {
	width: 48%;
	float: left;
}
.ss-custom-fields .form-row-right {
	width: 48%;
	float: right;
}
#new-post .ss-custom-fields label {
	float: left;
	line-height: 40px;
	margin-right: 20px!important;
	min-width: 200px;
	font-size: 14px;
	margin-bottom: 0!important;
}
#bbps_support_forum_options .bbps-support-forums-message {
	font-weight: bold;
	margin-bottom: 10px;
}
#subscription-toggle {
	float: right;
}
ul.bar-styling li > span {
	padding: 8px 16px;
	border: 1px solid #e4e4e4;
	display: block;
	margin-right: -1px;
	text-decoration: none;
}
.page-heading h1 {
	font-size: 28px;
}
.bbp-footer .bbp-topic-action span > a {
	display: inline-block;
	padding: 8px 10px;
}
.bbp-single-topic-meta {
	height: 50px;
}
#bbps-topic-status input[type="submit"], #bbps-topic-move input[type="submit"] {
	padding: 6px 14px;
	font-size: 13px;
	float: right;
	margin-right: 0;
}
#bbps_support_forum_options, #bbps_support_forum_move {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	clear: both;
	height: auto;
	overflow: hidden;
}
#bbps_support_forum_options select, #bbps_support_forum_move select {
	min-width: 300px;
	width: auto;
	vertical-align: middle;
}
#bbps_support_forum_move {
	margin-bottom: 30px;
}
#bbps_support_forum_move select {
	padding-left: 5px;
}
#bbps_support_forum_options input[type="submit"], #bbps_support_forum_move input[type="submit"] {
	padding: 9px 20px;
	vertical-align: middle;
	margin: 0px 0 4px 7px;
	float: none;
}
#bbps_support_forum_options input[name="bbps_support_submit"] {
	margin-left: 10px;
}
#bbps_support_forum_move label {
	margin-right: 5px;
}
#bbps_support_forum_options .bbps-support-forums-message {
	display: block;
	float: none;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	padding: 6px 10px;
	margin-bottom: 20px;
}
.bbp-topic-form > form, .bbp-reply-form > form {
	margin: 80px 0;
	padding: 20px 30px;
	border: 2px solid #e3e3e3;
}
#bbp-user-navigation {
	margin: 20px 0;
	height: auto;
	overflow: hidden;
}
#bbp-user-navigation li {
	float: left;
}
#bbp-user-navigation li a {
	padding: 8px 12px;
	display: block;
}
pre code {
	border: 0;
	box-shadow: none;
}
.si-main-search {
	border-bottom: 1px solid #e3e3e3;
	max-width: 97%;
	padding-bottom: 20px;
	padding-top: 30px;
}
.forums-search input[type="text"] {
	width: auto;
	vertical-align: top;
	min-width: 300px;
	margin: 0;
}
.forums-search input[type="submit"] {
	margin-bottom: 0;
	padding: 8px 15px;
	margin-left: 10px;
	background: transparent;
	border: 1px solid #e3e3e3;
}
.forums-search.si-widget-search input[type="text"] {
	min-width: 0;
	width: 100%;
}
.forums-search.si-widget-search input[type="submit"] {
	float: right;
	margin: 10px 0 0;
}
.page-template-old-support-list-php #bbpress-forums ul.odd {
	background: #fff;
}
#bbp_topic_subscription, #bbp_private_reply {
	margin-top: 14px!important;
	margin-right: 8px!important;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.bbp-single-topic-meta {
  height: 40px;
  padding-top: 0;
}
.bbp-footer .bbp-single-topic-meta {
    margin-bottom: 20px;
}
.bbp-reply-form #mceu_23 {
	display: none;
}
.crayon-theme-familiar .crayon-toolbar {
	margin-top: -20px!important;
}
.bbp-body .crayon-syntax {
	margin-bottom: 20px!important;
}
.bbp-canned-replies-list {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
li.bbp-canned-reply-category {
	width: 50%;
	float: left;
}

/* --------------------------------------------
	KNOWLEGEBASE
-------------------------------------------- */

.kb-category-list {
	padding: 60px 0;
}
.kb-category-list .column {
	margin-bottom: 40px;
}
.kb-category-list .column.col-left {
	clear: left;
}
.kb-category-list .column.col-right {
	clear: right;
}
.kb-category-list h3,
#category-title {
	margin: 0 0 20px;
	font-size: 24px;
	letter-spacing: -0.6px;
	font-weight:bold;
	border-bottom: 1px solid #e0e0e0;
	padding:0 0 20px;
	line-height:100%;
}
.kb-category-list h3, 
.kb-category-list h3 a,
#category-title {
	color: #30363C;
}
.kb-category-list h3 span.count {
	color:#fff;
	background: #000;
	font-size: 13px;
	line-height: 100%;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px 0 0 10px;
    padding: 6px 8px;
	float:right;
}
.kb-category-list h3 span {
	color: #737980;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    position: relative;
    top: -3px;
}
.kb-article-list {
	margin: 0;
	padding:0;
	list-style: square inside;
}
.kb-article-list li {
    padding: 0 0 8px 0;
}
.kb-article-list li a {
	color: #222;
}
.kb-article-list li a:hover {
	color: #ee3e32;
}


/* --------------------------------------------
	RESPONSIVE
-------------------------------------------- */

@media only screen and (max-width: 991px) {
	.breadcrumbs-wrap {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
		display: none;
	}
	#bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		margin-left: 0;
	}
	#bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		padding: 20px;
	}
	.bbp-topic-form > form, .bbp-reply-form > form {
		margin: 100px 10px;
	}
}
@media only screen and (max-width: 1200px) {
    #featured-theme {
        height: 640px;
        margin-top: -80px;
    }
    #featured-theme .theme-details {
        width: 100%;
        text-align: center;
    }
    #featured-theme .browser-holder-wrap {
        left: 10%;
    }
    #featured-theme .iphone-holder-wrap {
        left: 60%;
    }
}
@media only screen and (max-width: 979px) {
    #featured-theme {
        height: 580px;
    }
    #featured-theme .browser-holder-wrap {
        left: 15%;
    }
    #featured-theme .iphone-holder-wrap {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #featured-theme {
        height: auto;
        padding-bottom: 50px;
    }
    #featured-theme .browser-holder-wrap {
        display: none;
    }
}

@media only screen and (max-width: 979px) and (min-width: 768px)  {
    svg#customise, svg#impact, svg#multi-use {
        margin: 0 auto 20px -35px;
        height: 140px;
    }   
}

@media only screen and (max-width: 1200px) {
    .si-svg#launch, .si-svg#support, .si-svg#updates {
        max-width: 540px;
    }   
}

@media only screen and (max-width: 979px) {
    .si-svg#launch, .si-svg#support, .si-svg#updates {
        max-width: 320px;
    }
    .process-text {
        max-width: 50%;
    }
    .process-text.process-text-right {
        right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-svg-left {
        margin-left: 20px;
        width: 90%;
    }
    .profile-svg-right {
        width: 90%;
    }
    .process-text.process-text-left {
        left: 60px;
        top: -30px;
    }
    .process-text.process-text-right {
        right: 60px;
        top: -30px;
    }
    .si-svg#launch {
        max-width: 120px;
        margin-bottom: 100px;
    }
    .si-svg#support, .si-svg#updates {
        max-width: 120px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .page-id-9 .si-svg {
        display: none;
    }  
    .page-id-9 .process-text {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}


/* --------------------------------------------
	NEW SUPPORT
-------------------------------------------- */

.new-support-wrap div.bbp-template-notice.error, .new-support-wrap div.bbp-template-notice.warning {
	background-color: #ff6666;
}

.new-support-wrap .bbp-template-notice {
	margin-bottom: 30px;
}

.new-support-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.new-support-wrap #sbv-protection-block fieldset.bbp-form {
    border: 0;
    margin-bottom: 30px;
    padding: 15px 0;
}

.new-support-wrap #sbv-protection-block fieldset.bbp-form legend {
    padding: 15px 0;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.new-support-wrap .button-row .col-sm-6 > a {
	display: block;
    padding: 15px;
    background: #eee;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.new-support-wrap .button-row .col-sm-6 > a:hover {
	opacity: 0.8;
}

.new-support-wrap .button-row .col-sm-6.login-btn-wrap > a {
    background: #ff6666;
	color: #fff;
}

.new-support-wrap fieldset > .bbp-template-notice, .new-support-wrap .registered-codes-wrap {
	margin-top: -20px;
	margin-bottom: 20px;
}

.new-support-wrap .sbv-code-where-step {
	margin-bottom: 20px;
}

.new-support-wrap .sbv-purchase-submit #sbv-verify-exec {
    padding: 6px 24px;
    background: #ff6666;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.new-support-wrap .sbv-user-envato-item {
	margin-bottom: 20px;
}